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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fafafa;
}

.ad-disclosure {
    background-color: #f4f4f4;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.nav-minimal {
    background-color: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #2c5f2d;
    text-decoration: none;
}

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

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

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

.editorial-container {
    max-width: 100%;
    background-color: #ffffff;
}

.hero-editorial {
    padding: 60px 0 40px;
    background-color: #f9f9f9;
}

.hero-content-narrow {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 30px 40px;
    text-align: center;
}

.hero-editorial h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: normal;
}

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

.hero-image-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
}

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

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

.story-intro {
    padding: 60px 0;
    background-color: #ffffff;
}

.text-narrow p {
    font-size: 19px;
    margin-bottom: 24px;
    color: #333;
}

.highlight-text {
    font-style: italic;
    color: #555;
    padding-left: 30px;
    border-left: 3px solid #2c5f2d;
    margin: 30px 0;
}

.inline-image-section {
    padding: 50px 0;
    max-width: 800px;
    margin: 0 auto;
}

.inline-image-section img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.image-caption {
    text-align: center;
    font-size: 15px;
    color: #777;
    font-style: italic;
}

.problem-reveal {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.problem-reveal h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: normal;
}

.problem-reveal em {
    color: #2c5f2d;
    font-style: italic;
}

.insight-block {
    padding: 60px 0;
    background-color: #ffffff;
}

.callout-box {
    background-color: #f4f8f4;
    padding: 40px;
    border-left: 4px solid #2c5f2d;
    margin: 30px 0;
}

.callout-box h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.callout-box p {
    font-size: 18px;
    color: #444;
    margin-bottom: 15px;
}

.callout-box a {
    color: #2c5f2d;
    text-decoration: none;
}

.callout-box a:hover {
    text-decoration: underline;
}

.transformation-story {
    padding: 60px 0;
    background-color: #ffffff;
}

.transformation-story h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: normal;
}

.science-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.science-section h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: normal;
}

.ingredient-focus {
    background-color: #ffffff;
    padding: 30px;
    margin: 40px 0;
    border: 1px solid #e0e0e0;
}

.ingredient-focus h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #2c5f2d;
}

.ingredient-focus ul {
    list-style-position: inside;
    padding-left: 0;
}

.ingredient-focus li {
    font-size: 17px;
    margin-bottom: 10px;
    color: #444;
}

.testimonial-inline {
    padding: 60px 0;
    background-color: #ffffff;
}

.testimonial-editorial {
    max-width: 680px;
    margin: 0 auto;
    padding: 40px 30px;
    background-color: #f9f9f9;
    border-left: 4px solid #2c5f2d;
}

.testimonial-editorial p {
    font-size: 20px;
    line-height: 1.7;
    color: #333;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-editorial cite {
    font-size: 16px;
    color: #666;
    font-style: normal;
}

.solution-reveal {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.solution-reveal h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: normal;
}

.services-preview {
    padding: 60px 0;
    background-color: #ffffff;
}

.services-preview h2 {
    font-size: 36px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a1a1a;
    font-weight: normal;
}

.service-cards-editorial {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.service-card {
    background-color: #f9f9f9;
    width: calc(50% - 20px);
    max-width: 500px;
    padding-bottom: 30px;
}

.service-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    margin-bottom: 25px;
    background-color: #e8e8e8;
}

.service-card h3 {
    font-size: 24px;
    margin: 0 25px 15px;
    color: #1a1a1a;
    font-weight: normal;
}

.service-card p {
    font-size: 17px;
    margin: 0 25px 15px;
    color: #555;
    line-height: 1.6;
}

.service-card .price {
    font-size: 22px;
    color: #2c5f2d;
    font-weight: bold;
    margin: 20px 25px;
}

.cta-editorial {
    margin: 0 25px;
    padding: 14px 30px;
    background-color: #2c5f2d;
    color: #ffffff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cta-editorial:hover {
    background-color: #1f4520;
}

.form-section-editorial {
    padding: 70px 0;
    background-color: #f4f8f4;
}

.form-section-editorial h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: normal;
    text-align: center;
}

.form-section-editorial > .text-narrow > p {
    text-align: center;
    margin-bottom: 40px;
}

.editorial-form {
    max-width: 500px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 40px;
    border: 1px solid #e0e0e0;
}

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

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

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

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2c5f2d;
    background-color: #ffffff;
}

.service-selected-info {
    margin: 20px 0;
    padding: 15px;
    background-color: #f4f8f4;
    border-left: 3px solid #2c5f2d;
    font-size: 16px;
    color: #333;
}

.service-selected-info span {
    font-weight: bold;
    color: #2c5f2d;
}

.submit-btn {
    width: 100%;
    padding: 16px;
    background-color: #2c5f2d;
    color: #ffffff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.final-story {
    padding: 60px 0;
    background-color: #ffffff;
}

.disclaimer-section {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.disclaimer-box {
    background-color: #fff9e6;
    padding: 30px;
    border: 1px solid #e8d7a0;
}

.disclaimer-box h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #8b6914;
}

.disclaimer-box p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.references-section {
    padding: 40px 0 60px;
    background-color: #ffffff;
}

.references-section h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
}

.references-list {
    list-style-position: inside;
    padding-left: 0;
}

.references-list li {
    font-size: 14px;
    margin-bottom: 10px;
    color: #555;
}

.references-list a {
    color: #2c5f2d;
    text-decoration: none;
}

.references-list a:hover {
    text-decoration: underline;
}

.footer-editorial {
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 50px 0 20px;
}

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

.footer-section {
    flex: 1;
    min-width: 250px;
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-section p {
    font-size: 14px;
    color: #ccc;
    line-height: 1.6;
}

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

.footer-section li {
    margin-bottom: 8px;
}

.footer-section a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
}

.footer-section a:hover {
    color: #ffffff;
    text-decoration: underline;
}

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

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

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

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

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

.cookie-content p {
    flex: 1;
    font-size: 14px;
    color: #ddd;
    margin: 0;
}

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

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

.cookie-accept,
.cookie-reject {
    padding: 10px 25px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

.cookie-accept {
    background-color: #2c5f2d;
    color: #ffffff;
}

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

.cookie-reject {
    background-color: #555;
    color: #ffffff;
}

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

.thanks-container {
    max-width: 700px;
    margin: 100px auto;
    padding: 60px 40px;
    background-color: #f4f8f4;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.thanks-container h1 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c5f2d;
    font-weight: normal;
}

.thanks-container p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #555;
    line-height: 1.7;
}

.thanks-info {
    background-color: #ffffff;
    padding: 25px;
    margin: 30px 0;
    border-left: 4px solid #2c5f2d;
}

.thanks-info p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.back-link {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 30px;
    background-color: #2c5f2d;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.3s;
}

.back-link:hover {
    background-color: #1f4520;
}

.page-container {
    max-width: 900px;
    margin: 50px auto;
    padding: 40px;
    background-color: #ffffff;
}

.page-container h1 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: normal;
}

.page-container h2 {
    font-size: 28px;
    margin: 40px 0 20px;
    color: #2c5f2d;
    font-weight: normal;
}

.page-container h3 {
    font-size: 22px;
    margin: 30px 0 15px;
    color: #333;
    font-weight: normal;
}

.page-container p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #444;
    line-height: 1.7;
}

.page-container ul,
.page-container ol {
    margin: 20px 0 20px 30px;
    line-height: 1.8;
}

.page-container li {
    font-size: 17px;
    color: #444;
    margin-bottom: 10px;
}

.contact-info-box {
    background-color: #f4f8f4;
    padding: 30px;
    margin: 30px 0;
    border-left: 4px solid #2c5f2d;
}

.contact-info-box p {
    font-size: 17px;
    margin-bottom: 15px;
    color: #333;
}

.contact-info-box strong {
    color: #2c5f2d;
}

@media (max-width: 768px) {
    .hero-editorial h1 {
        font-size: 32px;
    }

    .hero-lead {
        font-size: 18px;
    }

    .text-narrow p {
        font-size: 17px;
    }

    .service-card {
        width: 100%;
    }

    .nav-links {
        gap: 15px;
        font-size: 14px;
    }

    .footer-content {
        flex-direction: column;
    }

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

    .page-container {
        padding: 20px;
        margin: 20px;
    }
}