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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fafafa;
}

.ad-disclosure {
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.main-nav {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.brand-link {
    font-size: 22px;
    font-weight: 600;
    color: #2c5f4f;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.nav-links {
    display: flex;
    gap: 32px;
}

.nav-links a {
    color: #555;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

.nav-links a:hover {
    color: #2c5f4f;
}

.editorial-content {
    max-width: 100%;
}

.hero-editorial {
    position: relative;
    margin-bottom: 60px;
}

.hero-image-container {
    width: 100%;
    height: 520px;
    overflow: hidden;
    background-color: #e8ebe7;
}

.hero-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-text-overlay {
    max-width: 680px;
    margin: -180px auto 0;
    padding: 50px 40px;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    position: relative;
    z-index: 10;
}

.hero-text-overlay h1 {
    font-size: 38px;
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 600;
}

.hero-intro {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}

.story-intro,
.services-editorial,
.testimonials-inline,
.contact-cta-section,
.ingredients-section,
.disclaimer-section {
    padding: 60px 30px;
}

.narrow-text {
    max-width: 680px;
    margin: 0 auto;
}

.narrow-text p {
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 1.8;
}

.narrow-text h2 {
    font-size: 32px;
    margin: 50px 0 28px;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.3;
}

.narrow-text h3 {
    font-size: 24px;
    margin: 36px 0 18px;
    color: #2c2c2c;
    font-weight: 600;
}

.inline-image {
    margin: 40px 0;
    background-color: #f5f5f5;
}

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

.citation {
    color: #2c5f4f;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.citation:hover {
    color: #1f4738;
}

.insight-box {
    background-color: #f9faf8;
    border-left: 4px solid #2c5f4f;
    padding: 30px;
    margin: 40px 0;
}

.insight-box h3 {
    font-size: 20px;
    margin: 0 0 14px;
    color: #2c5f4f;
}

.insight-box p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.services-editorial {
    background-color: #fff;
}

.service-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    max-width: 1100px;
    margin: 50px auto 0;
    justify-content: center;
}

.service-card {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    width: calc(50% - 16px);
    min-width: 320px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.service-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}

.service-image-wrap {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background-color: #f0f0f0;
}

.service-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card h3 {
    font-size: 20px;
    padding: 24px 24px 12px;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.4;
}

.service-card p {
    padding: 0 24px;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.service-price {
    padding: 0 24px 20px;
    font-size: 26px;
    font-weight: 700;
    color: #2c5f4f;
}

.select-service-btn {
    width: calc(100% - 48px);
    margin: 0 24px 24px;
    padding: 14px;
    background-color: #2c5f4f;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.select-service-btn:hover {
    background-color: #1f4738;
}

.testimonials-inline {
    background-color: #f4f6f3;
}

.testimonial {
    margin: 36px 0;
    padding: 30px;
    background-color: #fff;
    border-left: 3px solid #2c5f4f;
    font-style: italic;
}

.testimonial p {
    margin: 0 0 14px;
    font-size: 17px;
    color: #333;
}

.testimonial cite {
    font-style: normal;
    font-size: 14px;
    color: #777;
}

.contact-cta-section {
    background-color: #fff;
}

.consultation-form {
    max-width: 560px;
    margin: 40px auto 0;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
    font-size: 15px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    font-size: 15px;
    font-family: inherit;
    background-color: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2c5f4f;
}

.form-group input[readonly] {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.submit-btn {
    width: 100%;
    padding: 16px;
    background-color: #2c5f4f;
    color: #fff;
    border: none;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.submit-btn:hover {
    background-color: #1f4738;
}

.submit-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.ingredients-section {
    background-color: #f9faf8;
}

.ingredient-list {
    margin-top: 36px;
}

.ingredient-item {
    margin-bottom: 30px;
}

.ingredient-item h4 {
    font-size: 18px;
    color: #2c5f4f;
    margin-bottom: 10px;
    font-weight: 600;
}

.ingredient-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin: 0;
}

.disclaimer-section {
    background-color: #fff8f0;
    border-top: 1px solid #e5d7c5;
    border-bottom: 1px solid #e5d7c5;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

.main-footer {
    background-color: #2c2c2c;
    color: #ccc;
    padding: 60px 30px 30px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 40px;
}

.footer-column {
    flex: 1;
    min-width: 220px;
}

.footer-column h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 600;
}

.footer-column p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.6;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column a {
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.footer-column a:hover {
    color: #fff;
}

.references-list {
    list-style: decimal;
    padding-left: 20px;
}

.references-list li {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.6;
}

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

.footer-bottom p {
    font-size: 13px;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 -4px 16px rgba(0,0,0,0.15);
    padding: 24px 30px;
    z-index: 2000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.cookie-content a {
    color: #2c5f4f;
    text-decoration: underline;
}

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.cookie-btn.accept {
    background-color: #2c5f4f;
    color: #fff;
}

.cookie-btn.accept:hover {
    background-color: #1f4738;
}

.cookie-btn.reject {
    background-color: #e5e5e5;
    color: #333;
}

.cookie-btn.reject:hover {
    background-color: #d0d0d0;
}

.thanks-page {
    max-width: 700px;
    margin: 100px auto;
    padding: 60px 40px;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    text-align: center;
}

.thanks-page h1 {
    font-size: 36px;
    color: #2c5f4f;
    margin-bottom: 24px;
}

.thanks-page p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 16px;
}

.thanks-page .service-detail {
    background-color: #f9faf8;
    padding: 20px;
    margin: 30px 0;
    border-left: 3px solid #2c5f4f;
}

.thanks-page .service-detail strong {
    color: #2c5f4f;
}

.thanks-page a {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 32px;
    background-color: #2c5f4f;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s;
}

.thanks-page a:hover {
    background-color: #1f4738;
}

.legal-page {
    max-width: 900px;
    margin: 60px auto;
    padding: 40px 30px;
    background-color: #fff;
}

.legal-page h1 {
    font-size: 36px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.legal-page .last-updated {
    font-size: 14px;
    color: #777;
    margin-bottom: 40px;
}

.legal-page h2 {
    font-size: 26px;
    margin: 40px 0 20px;
    color: #2c2c2c;
}

.legal-page h3 {
    font-size: 20px;
    margin: 28px 0 14px;
    color: #333;
}

.legal-page p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.legal-page ul {
    margin: 16px 0 16px 20px;
    line-height: 1.8;
}

.legal-page ul li {
    margin-bottom: 10px;
    color: #444;
}

.contact-page {
    max-width: 1000px;
    margin: 60px auto;
    padding: 40px 30px;
}

.contact-page h1 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #1a1a1a;
    text-align: center;
}

.contact-info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
}

.contact-info-box {
    flex: 1;
    min-width: 280px;
    background-color: #fff;
    padding: 32px;
    border: 1px solid #e5e5e5;
}

.contact-info-box h2 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #2c5f4f;
}

.contact-info-box p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 16px;
    }

    .nav-links {
        gap: 20px;
    }

    .hero-text-overlay {
        margin-top: -120px;
        padding: 30px 24px;
    }

    .hero-text-overlay h1 {
        font-size: 28px;
    }

    .hero-intro {
        font-size: 16px;
    }

    .service-card {
        width: 100%;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
    }

    .cookie-btn {
        width: 100%;
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
    }
}