* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Georgia', serif;
    line-height: 1.7;
    color: #2c3e2e;
    background: #fafaf8;
}

.ad-disclosure {
    background: #f4f1e8;
    text-align: center;
    padding: 8px;
    font-size: 0.85rem;
    color: #6b7566;
    border-bottom: 1px solid #d9d4c7;
}

.magazine-header {
    background: #fff;
    border-bottom: 3px solid #4a6741;
    padding: 20px 0;
}

.header-top {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo-section h1 {
    font-size: 2.2rem;
    color: #3d5a36;
    font-weight: 700;
    margin-bottom: 4px;
}

.tagline {
    font-size: 0.95rem;
    color: #7a8a76;
    font-style: italic;
}

.main-nav {
    display: flex;
    gap: 30px;
}

.main-nav a {
    text-decoration: none;
    color: #3d5a36;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.3s;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
}

.main-nav a:hover {
    color: #6b8f5f;
    border-bottom-color: #6b8f5f;
}

.hero-magazine {
    max-width: 1400px;
    margin: 30px auto;
    padding: 0 20px;
}

.hero-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background-color: #d4e3cf;
}

.hero-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(45, 65, 42, 0.92), transparent);
    padding: 50px 40px;
    color: #fff;
}

.hero-overlay h2 {
    font-size: 2.8rem;
    margin-bottom: 12px;
    font-weight: 700;
}

.hero-overlay p {
    font-size: 1.2rem;
    opacity: 0.95;
}

.magazine-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.intro-columns {
    display: flex;
    gap: 40px;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.column-left {
    flex: 1;
    min-width: 320px;
}

.column-left h3 {
    font-size: 2rem;
    color: #2d412a;
    margin-bottom: 20px;
    line-height: 1.3;
}

.column-left p {
    margin-bottom: 18px;
    font-size: 1.05rem;
}

.column-right {
    flex: 1;
    min-width: 320px;
}

.highlight-box {
    background: #e8f0e5;
    padding: 25px;
    border-left: 4px solid #5a7a52;
    margin-bottom: 25px;
}

.highlight-box h4 {
    font-size: 1.4rem;
    color: #3d5a36;
    margin-bottom: 12px;
}

.highlight-box p {
    font-size: 0.98rem;
    line-height: 1.6;
}

.column-right img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    object-fit: cover;
    background-color: #d4e3cf;
}

.services-grid-magazine {
    margin-bottom: 80px;
}

.section-header-full {
    text-align: center;
    margin-bottom: 50px;
}

.section-header-full h3 {
    font-size: 2.4rem;
    color: #2d412a;
    margin-bottom: 15px;
}

.section-header-full p {
    font-size: 1.1rem;
    color: #5a6b56;
}

.service-cards-magazine {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.service-card {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 280px;
    background: #fff;
    border: 1px solid #e1e5df;
    border-radius: 2px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.service-card:hover {
    box-shadow: 0 6px 20px rgba(61, 90, 54, 0.15);
}

.service-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    background-color: #d4e3cf;
}

.service-card h4 {
    font-size: 1.35rem;
    color: #2d412a;
    margin: 20px 20px 12px 20px;
}

.service-card p {
    font-size: 0.95rem;
    color: #5a6b56;
    margin: 0 20px 15px 20px;
    line-height: 1.6;
}

.price-tag {
    font-size: 1.25rem;
    font-weight: 700;
    color: #4a6741;
    margin: 0 20px 15px 20px;
}

.select-service-btn {
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
    padding: 12px;
    background: #5a7a52;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s;
}

.select-service-btn:hover {
    background: #4a6741;
}

.calendar-section {
    margin-bottom: 80px;
    background: #f4f8f2;
    padding: 50px 40px;
    border-radius: 3px;
}

.calendar-section h3 {
    font-size: 2.2rem;
    color: #2d412a;
    margin-bottom: 35px;
    text-align: center;
}

.calendar-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.month-block {
    flex: 1 1 calc(50% - 12px);
    min-width: 280px;
    background: #fff;
    padding: 25px;
    border-left: 4px solid #6b8f5f;
}

.month-block h5 {
    font-size: 1.3rem;
    color: #3d5a36;
    margin-bottom: 12px;
}

.month-block p {
    font-size: 0.95rem;
    color: #5a6b56;
    line-height: 1.6;
}

.disease-recognition {
    margin-bottom: 80px;
}

.split-content {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.text-side {
    flex: 1;
    min-width: 320px;
}

.text-side h3 {
    font-size: 2.2rem;
    color: #2d412a;
    margin-bottom: 20px;
}

.text-side p {
    margin-bottom: 18px;
    font-size: 1.05rem;
}

.symptom-list {
    list-style: none;
    margin: 25px 0;
}

.symptom-list li {
    padding: 12px 0 12px 28px;
    position: relative;
    font-size: 0.98rem;
    line-height: 1.6;
    border-bottom: 1px solid #e8ede6;
}

.symptom-list li:before {
    content: "▪";
    position: absolute;
    left: 0;
    color: #5a7a52;
    font-size: 1.4rem;
}

.image-side {
    flex: 1;
    min-width: 320px;
    background-color: #d4e3cf;
}

.image-side img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    object-fit: cover;
}

.form-section {
    margin-bottom: 80px;
    background: #fff;
    padding: 50px 40px;
    border: 2px solid #d4e3cf;
    border-radius: 3px;
}

.form-section h3 {
    font-size: 2.2rem;
    color: #2d412a;
    margin-bottom: 15px;
    text-align: center;
}

.form-section > p {
    text-align: center;
    margin-bottom: 35px;
    font-size: 1.05rem;
    color: #5a6b56;
}

.magazine-form {
    max-width: 600px;
    margin: 0 auto;
}

.selected-service-display {
    background: #e8f0e5;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 3px;
    text-align: center;
}

.selected-service-display strong {
    color: #3d5a36;
}

.magazine-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2d412a;
    font-size: 0.95rem;
}

.magazine-form input,
.magazine-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #d1d9ce;
    border-radius: 3px;
    font-family: inherit;
    font-size: 1rem;
}

.magazine-form input:focus,
.magazine-form textarea:focus {
    outline: none;
    border-color: #5a7a52;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background: #5a7a52;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #4a6741;
}

.disclaimer-section {
    margin-bottom: 60px;
    padding: 30px;
    background: #fef9f0;
    border-left: 4px solid #c9a961;
    border-radius: 2px;
}

.disclaimer-text {
    font-size: 0.88rem;
    color: #6b5d3f;
    line-height: 1.7;
}

footer {
    background: #2d412a;
    color: #d4e3cf;
    padding: 50px 20px 20px 20px;
}

.footer-columns {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.footer-col {
    flex: 1;
    min-width: 200px;
}

.footer-col h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #a8c49f;
}

.footer-col p {
    font-size: 0.92rem;
    line-height: 1.6;
}

.footer-col a {
    display: block;
    color: #d4e3cf;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 0.92rem;
    transition: color 0.3s;
}

.footer-col a:hover {
    color: #a8c49f;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #4a5f45;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-bottom p {
    font-size: 0.88rem;
    color: #9fb59a;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2d412a;
    color: #fff;
    padding: 20px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    min-width: 250px;
    font-size: 0.95rem;
}

.cookie-buttons {
    display: flex;
    gap: 12px;
}

.cookie-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 3px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.3s;
}

.cookie-btn.accept {
    background: #5a7a52;
    color: #fff;
}

.cookie-btn.accept:hover {
    background: #4a6741;
}

.cookie-btn.reject {
    background: #7a8a76;
    color: #fff;
}

.cookie-btn.reject:hover {
    background: #6b7a68;
}

@media (max-width: 768px) {
    .header-top {
        flex-direction: column;
        gap: 20px;
    }

    .main-nav {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .hero-overlay h2 {
        font-size: 2rem;
    }

    .hero-overlay p {
        font-size: 1rem;
    }

    .intro-columns,
    .split-content {
        flex-direction: column;
    }

    .service-card {
        flex: 1 1 100%;
    }

    .month-block {
        flex: 1 1 100%;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-buttons {
        justify-content: center;
    }
}