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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #ffffff;
}

.ad-disclosure {
    background-color: #f8f9fa;
    text-align: center;
    padding: 8px 15px;
    font-size: 0.85rem;
    color: #6c757d;
    border-bottom: 1px solid #e9ecef;
}

.floating-nav {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 20px;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.brand {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c5f2d;
}

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

.nav-links a {
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
    transition: color 0.3s;
}

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

.nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.hero-visual {
    margin-top: 0;
    position: relative;
}

.hero-image-wrapper {
    position: relative;
    height: 90vh;
    overflow: hidden;
    background-color: #3d5a3e;
}

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

.hero-overlay {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    max-width: 900px;
    padding: 0 20px;
}

.hero-overlay h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.hero-sub {
    font-size: 1.5rem;
    font-weight: 300;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.story-intro {
    padding: 100px 20px;
    background-color: #f8f9fa;
}

.narrow-content {
    max-width: 750px;
    margin: 0 auto;
}

.lead-text {
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.story-intro p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #495057;
}

.insight-block {
    padding: 120px 20px;
    background-color: #ffffff;
}

.offset-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.insight-image {
    flex: 1;
    background-color: #e8f5e9;
    border-radius: 8px;
    overflow: hidden;
}

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

.insight-text {
    flex: 1;
}

.insight-text h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #2c5f2d;
}

.insight-list {
    list-style: none;
    margin-bottom: 30px;
}

.insight-list li {
    padding: 12px 0 12px 30px;
    position: relative;
    font-size: 1.05rem;
}

.insight-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2c5f2d;
    font-weight: bold;
}

.citation-note {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.6;
}

.citation-note a {
    color: #2c5f2d;
    text-decoration: none;
}

.citation-note a:hover {
    text-decoration: underline;
}

.problem-amplification {
    padding: 100px 20px;
    background-color: #fff8f0;
}

.problem-amplification h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #1a1a1a;
    text-align: center;
}

.problem-amplification > .narrow-content > p {
    text-align: center;
    font-size: 1.15rem;
    margin-bottom: 60px;
    color: #495057;
}

.symptom-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.symptom-card {
    flex: 1 1 calc(50% - 15px);
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.symptom-card h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
    color: #d97706;
}

.symptom-card p {
    color: #495057;
    line-height: 1.6;
}

.trust-builder {
    padding: 0;
    position: relative;
}

.wide-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.full-width-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    background-color: #c8e6c9;
}

.trust-content {
    padding: 80px 20px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.trust-content h2 {
    font-size: 2.8rem;
    margin-bottom: 30px;
    color: #2c5f2d;
}

.trust-content p {
    font-size: 1.15rem;
    margin-bottom: 20px;
    color: #495057;
    line-height: 1.8;
}

.testimonials-inline {
    padding: 100px 20px;
    background-color: #f1f8f4;
}

.testimonials-inline h2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
    text-align: center;
    color: #2c5f2d;
}

.testimonial {
    margin-bottom: 50px;
    padding: 30px;
    background: #ffffff;
    border-left: 4px solid #2c5f2d;
    border-radius: 4px;
}

.testimonial-text {
    font-size: 1.15rem;
    font-style: italic;
    margin-bottom: 15px;
    color: #2c3e50;
    line-height: 1.7;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #6c757d;
    font-weight: 600;
}

.benefits-reveal {
    padding: 120px 20px;
    background-color: #ffffff;
}

.benefits-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.benefits-visual {
    flex: 0 0 400px;
    background-color: #f1f8f4;
    border-radius: 8px;
    overflow: hidden;
}

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

.benefits-content {
    flex: 1;
}

.benefits-content h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #2c5f2d;
}

.benefit-item {
    margin-bottom: 35px;
}

.benefit-item h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.benefit-item p {
    font-size: 1.05rem;
    color: #495057;
    line-height: 1.7;
}

.benefit-item a {
    color: #2c5f2d;
    text-decoration: none;
}

.benefit-item a:hover {
    text-decoration: underline;
}

.ingredient-section {
    padding: 100px 20px;
    background-color: #fafafa;
}

.ingredient-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #2c5f2d;
    text-align: center;
}

.ingredient-section > .narrow-content > p {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 50px;
    color: #495057;
}

.ingredient-box {
    background: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.ingredient-box h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.ingredient-box p {
    font-size: 1rem;
    line-height: 1.7;
    color: #495057;
}

.cta-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #2c5f2d 0%, #3d7c3f 100%);
}

.cta-box {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.cta-box h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.cta-box p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.95;
}

.cta-button {
    display: inline-block;
    padding: 16px 45px;
    background-color: #ffffff;
    color: #2c5f2d;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.products-section {
    padding: 100px 20px;
    background-color: #ffffff;
}

.products-section h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 20px;
    color: #2c5f2d;
}

.section-intro {
    text-align: center;
    font-size: 1.05rem;
    color: #6c757d;
    margin-bottom: 60px;
}

.products-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 50px;
}

.product-card {
    flex: 1 1 calc(33.333% - 27px);
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

.product-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    background-color: #e8f5e9;
}

.product-card h3 {
    font-size: 1.4rem;
    margin: 20px 20px 10px;
    color: #1a1a1a;
}

.product-card > p {
    padding: 0 20px;
    font-size: 1rem;
    color: #495057;
    margin-bottom: 10px;
    line-height: 1.5;
}

.product-details {
    font-size: 0.9rem;
    color: #6c757d;
}

.price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c5f2d;
    margin: 15px 20px;
}

.select-service {
    margin: 0 20px 20px;
    padding: 14px 30px;
    background-color: #2c5f2d;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

.select-service:hover {
    background-color: #234d24;
    transform: translateY(-2px);
}

.select-service:active {
    transform: translateY(0);
}

.form-section {
    padding: 100px 20px;
    background-color: #f1f8f4;
}

.form-section h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #2c5f2d;
    text-align: center;
}

.form-section > .narrow-content > p {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 50px;
    color: #495057;
}

.contact-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.submit-button {
    width: 100%;
    padding: 16px 30px;
    background-color: #2c5f2d;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

.submit-button:hover {
    background-color: #234d24;
    transform: translateY(-2px);
}

.submit-button:active {
    transform: translateY(0);
}

.disclaimer-section {
    padding: 60px 20px;
    background-color: #fff8f0;
}

.disclaimer {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.7;
    padding: 25px;
    background: #ffffff;
    border-left: 4px solid #d97706;
    border-radius: 4px;
}

.references-section {
    padding: 60px 20px;
    background-color: #f8f9fa;
}

.references-section h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #2c5f2d;
}

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

.references-list li {
    margin-bottom: 10px;
    font-size: 0.95rem;
}

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

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

.site-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 20px 20px;
}

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

.footer-section {
    flex: 1 1 200px;
}

.footer-section h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #2c5f2d;
}

.footer-section p {
    font-size: 0.95rem;
    color: #b0b0b0;
    line-height: 1.6;
}

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

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

.footer-section a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: #2c5f2d;
}

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

.footer-bottom p {
    font-size: 0.9rem;
    color: #808080;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    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;
}

.cookie-content p {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.5;
}

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

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

.cookie-accept,
.cookie-reject {
    padding: 10px 25px;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

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

.cookie-accept:hover {
    background-color: #234d24;
    transform: translateY(-1px);
}

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

.cookie-reject:hover {
    background-color: #5a6268;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .nav-toggle {
        display: block;
    }

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

    .hero-sub {
        font-size: 1.1rem;
    }

    .offset-layout {
        flex-direction: column;
    }

    .symptom-grid {
        flex-direction: column;
    }

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

    .benefits-layout {
        flex-direction: column;
    }

    .benefits-visual {
        flex: 1 1 100%;
    }

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

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

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