* {
    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: #2c2c2c;
    background: #fafaf8;
}

.ad-disclosure {
    background: #f4f1ed;
    color: #666;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.85rem;
    border-bottom: 1px solid #e0ddd8;
}

.main-nav {
    background: #fff;
    border-bottom: 1px solid #e8e6e1;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 1.5rem;
    font-weight: 600;
    color: #3d3d3d;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    color: #5a5a5a;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
}

.nav-menu a:hover {
    color: #2c2c2c;
}

.hero-story {
    display: flex;
    flex-direction: column;
    min-height: 85vh;
    background: linear-gradient(to bottom, #f9f7f4, #fff);
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 4rem 2rem 2rem;
    text-align: center;
}

.hero-content h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    color: #2c2c2c;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.hero-lead {
    font-size: 1.2rem;
    color: #5a5a5a;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

.hero-image {
    flex: 1;
    min-height: 400px;
    background-color: #e8e6e1;
}

.hero-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.story-intro {
    padding: 5rem 2rem;
    background: #fff;
}

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

.narrow-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #3d3d3d;
    margin-bottom: 1.5rem;
}

.problem-reveal {
    background: #f4f1ed;
    padding: 5rem 2rem;
}

.split-block {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
}

.split-text {
    flex: 1;
}

.split-text h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
}

.split-text p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    color: #4a4a4a;
}

.split-text ul {
    margin-left: 1.5rem;
    margin-top: 1rem;
}

.split-text li {
    margin-bottom: 0.7rem;
    color: #4a4a4a;
}

.citation {
    color: #8b6f47;
    text-decoration: none;
    font-weight: 500;
}

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

.split-image {
    flex: 1;
    background-color: #d8d5d0;
}

.split-image img {
    width: 100%;
    height: auto;
    display: block;
}

.insight-section {
    padding: 6rem 2rem;
    background: #8b6f47;
    color: #fff;
}

.centered-insight {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.centered-insight h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.insight-text {
    font-size: 1.3rem;
    line-height: 1.6;
    font-style: italic;
}

.solution-story {
    padding: 5rem 2rem;
    background: #fff;
}

.solution-story img {
    border-radius: 8px;
    background-color: #e8e6e1;
}

.benefits-reveal {
    padding: 5rem 2rem;
    background: #fafaf8;
}

.benefits-grid {
    max-width: 1100px;
    margin: 0 auto;
}

.section-title {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #2c2c2c;
}

.benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.benefit-card {
    flex: 1 1 calc(50% - 1rem);
    background: #fff;
    padding: 2.5rem;
    border-radius: 8px;
    border: 1px solid #e8e6e1;
}

.benefit-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #3d3d3d;
}

.benefit-card p {
    color: #5a5a5a;
    line-height: 1.7;
}

.testimonial-inline {
    padding: 5rem 2rem;
    background: #f4f1ed;
}

.testimonial-block {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-text {
    font-size: 1.3rem;
    line-height: 1.7;
    color: #3d3d3d;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.testimonial-author {
    font-size: 1rem;
    color: #666;
}

.composition-science {
    padding: 5rem 2rem;
    background: #fff;
}

.ingredient-info {
    background: #f9f7f4;
    padding: 2.5rem;
    border-left: 4px solid #8b6f47;
    margin-top: 2rem;
}

.ingredient-info p {
    margin-bottom: 1rem;
}

.ingredient-info ul {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.ingredient-info li {
    margin-bottom: 0.5rem;
}

.trust-building {
    padding: 5rem 2rem;
    background: #2c2c2c;
    color: #fff;
}

.trust-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
}

.trust-item {
    flex: 1;
    text-align: center;
}

.trust-item h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #f4f1ed;
}

.trust-item p {
    color: #c8c8c8;
    line-height: 1.6;
}

.product-reveal {
    padding: 5rem 2rem;
    background: #fff;
}

.product-intro {
    max-width: 800px;
    margin: 0 auto 4rem;
    text-align: center;
}

.product-intro h2 {
    font-size: 2.3rem;
    margin-bottom: 1rem;
    color: #2c2c2c;
}

.product-intro p {
    font-size: 1.1rem;
    color: #5a5a5a;
}

.service-selection {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.service-card {
    flex: 1 1 calc(33.333% - 2rem);
    background: #fafaf8;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e8e6e1;
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.service-card img {
    width: 100%;
    height: 240px;
    background-color: #e8e6e1;
}

.service-card h3 {
    font-size: 1.3rem;
    margin: 1.5rem 1.5rem 1rem;
    color: #2c2c2c;
}

.service-card p {
    margin: 0 1.5rem 1rem;
    color: #5a5a5a;
    line-height: 1.6;
}

.service-card .price {
    font-size: 1.5rem;
    font-weight: 600;
    color: #8b6f47;
    margin: 1.5rem 1.5rem 1rem;
}

.select-btn {
    width: calc(100% - 3rem);
    margin: 0 1.5rem 1.5rem;
    padding: 0.9rem;
    background: #8b6f47;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
}

.select-btn:hover {
    background: #6f5838;
}

.select-btn.selected {
    background: #3d3d3d;
}

.form-section {
    padding: 5rem 2rem;
    background: #f4f1ed;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 3rem;
    border-radius: 8px;
}

.form-container h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #2c2c2c;
}

.form-intro {
    color: #5a5a5a;
    margin-bottom: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #3d3d3d;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
}

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

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

.submit-btn:hover {
    background: #6f5838;
}

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

.final-reassurance {
    padding: 5rem 2rem;
    background: #fff;
}

.final-reassurance h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
}

.disclaimer-section {
    padding: 3rem 2rem;
    background: #f9f7f4;
    border-top: 1px solid #e8e6e1;
}

.disclaimer {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    font-style: italic;
}

.references-section {
    padding: 3rem 2rem;
    background: #fff;
}

.references-section h3 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: #3d3d3d;
}

.references-list {
    margin-left: 1.5rem;
}

.references-list li {
    margin-bottom: 0.8rem;
}

.references-list a {
    color: #8b6f47;
    text-decoration: none;
}

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

.main-footer {
    background: #2c2c2c;
    color: #c8c8c8;
    padding: 3rem 2rem 2rem;
}

.footer-content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-col h4 {
    color: #f4f1ed;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

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

.footer-col li {
    margin-bottom: 0.6rem;
}

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c2c2c;
    color: #fff;
    padding: 1.5rem 2rem;
    display: none;
    z-index: 1000;
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
}

.cookie-content a {
    color: #f4f1ed;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.cookie-accept,
.cookie-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: opacity 0.3s;
}

.cookie-accept {
    background: #8b6f47;
    color: #fff;
}

.cookie-accept:hover {
    opacity: 0.9;
}

.cookie-reject {
    background: transparent;
    color: #c8c8c8;
    border: 1px solid #666;
}

.cookie-reject:hover {
    opacity: 0.8;
}

.contact-page {
    padding: 5rem 2rem;
    background: #fff;
}

.contact-container {
    max-width: 900px;
    margin: 0 auto;
}

.contact-container h1 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #2c2c2c;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-block {
    background: #f9f7f4;
    padding: 2rem;
    border-radius: 8px;
}

.contact-block h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #3d3d3d;
}

.contact-block p {
    color: #5a5a5a;
    line-height: 1.7;
    margin-bottom: 0.5rem;
}

.legal-page {
    padding: 5rem 2rem;
    background: #fff;
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
}

.legal-container h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #2c2c2c;
}

.legal-container h2 {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #3d3d3d;
}

.legal-container h3 {
    font-size: 1.3rem;
    margin-top: 2rem;
    margin-bottom: 0.8rem;
    color: #4a4a4a;
}

.legal-container p {
    color: #5a5a5a;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.legal-container ul {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.legal-container li {
    color: #5a5a5a;
    margin-bottom: 0.5rem;
}

.thanks-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    background: linear-gradient(to bottom, #f9f7f4, #fff);
}

.thanks-content {
    max-width: 700px;
    text-align: center;
}

.thanks-content h1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
}

.thanks-content p {
    font-size: 1.2rem;
    color: #5a5a5a;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.thanks-content .btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #8b6f47;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1.05rem;
    transition: background 0.3s;
}

.thanks-content .btn:hover {
    background: #6f5838;
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .split-block {
        flex-direction: column;
    }

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

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

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

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

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

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

    .nav-menu {
        gap: 1rem;
    }
}