* {
    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: #ffffff;
}

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

.split-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

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

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

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

.nav-right a:hover {
    color: #e67e22;
}

.hero-split {
    display: flex;
    min-height: 600px;
}

.hero-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
    background: #f8f9fa;
}

.hero-left h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #2c3e50;
}

.hero-left p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #555;
}

.hero-right {
    flex: 1;
    position: relative;
    overflow: hidden;
    background: #e8e8e8;
}

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

.cta-primary {
    display: inline-block;
    padding: 16px 40px;
    background: #e67e22;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background 0.3s;
    align-self: flex-start;
}

.cta-primary:hover {
    background: #d35400;
}

.story-split {
    display: flex;
    min-height: 500px;
}

.story-left {
    flex: 1;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.story-right {
    flex: 1;
    position: relative;
    overflow: hidden;
    background: #e8e8e8;
}

.story-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-left h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.story-left p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #555;
}

.citation {
    color: #e67e22;
    text-decoration: none;
    font-weight: 600;
}

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

.insight-full {
    padding: 100px 40px;
    background: #2c3e50;
    color: #ffffff;
}

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

.insight-full h2 {
    font-size: 38px;
    margin-bottom: 30px;
    text-align: center;
}

.insight-full p {
    font-size: 18px;
    margin-bottom: 50px;
    text-align: center;
}

.ingredients-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.ingredient-card {
    background: #34495e;
    padding: 30px;
    border-radius: 8px;
    flex: 1;
    min-width: 250px;
    max-width: 280px;
}

.ingredient-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #e67e22;
}

.ingredient-card p {
    font-size: 15px;
    text-align: left;
    margin-bottom: 0;
}

.testimonials-split {
    display: flex;
    min-height: 550px;
}

.testimonial-left {
    flex: 1;
    padding: 80px 60px;
    background: #ecf0f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.testimonial-right {
    flex: 1;
    position: relative;
    overflow: hidden;
    background: #e8e8e8;
}

.testimonial-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.testimonial-box p {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 15px;
    color: #2c3e50;
}

.testimonial-author {
    font-size: 14px;
    color: #7f8c8d;
    font-weight: 600;
}

.trust-full {
    padding: 100px 40px;
    background: #ffffff;
}

.trust-full h2 {
    font-size: 38px;
    margin-bottom: 30px;
    text-align: center;
    color: #2c3e50;
}

.trust-full p {
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center;
    color: #555;
}

.services-reveal {
    padding: 100px 40px;
    background: #f8f9fa;
}

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

.services-reveal h2 {
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
    color: #2c3e50;
}

.services-reveal > p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 60px;
    color: #555;
}

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

.service-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    flex: 1;
    min-width: 320px;
    max-width: 380px;
    display: flex;
    flex-direction: column;
}

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

.service-card h3 {
    font-size: 22px;
    margin: 20px 25px 15px;
    color: #2c3e50;
}

.service-card p {
    font-size: 15px;
    margin: 0 25px 15px;
    color: #555;
    flex-grow: 1;
}

.service-card .price {
    font-size: 28px;
    font-weight: 700;
    color: #e67e22;
    margin: 15px 25px;
}

.select-service {
    margin: 0 25px 25px;
    padding: 14px;
    background: #e67e22;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.select-service:hover {
    background: #d35400;
}

.select-service.selected {
    background: #27ae60;
}

.form-split {
    display: flex;
    min-height: 700px;
}

.form-left {
    flex: 1;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #2c3e50;
    color: #ffffff;
}

.form-left h2 {
    font-size: 36px;
    margin-bottom: 25px;
}

.form-left p {
    font-size: 17px;
    margin-bottom: 40px;
}

.form-left img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    max-height: 300px;
    background: #34495e;
}

.form-right {
    flex: 1;
    padding: 80px 60px;
    background: #ecf0f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-form {
    width: 100%;
    max-width: 500px;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #bdc3c7;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
}

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

.cta-submit {
    width: 100%;
    padding: 16px;
    background: #e67e22;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.cta-submit:hover {
    background: #d35400;
}

.disclaimer-section {
    padding: 60px 40px;
    background: #ffffff;
}

.disclaimer {
    font-size: 13px;
    color: #7f8c8d;
    text-align: center;
    line-height: 1.8;
}

.split-footer {
    background: #2c3e50;
    color: #ecf0f1;
    padding: 60px 40px 20px;
}

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

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

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #e67e22;
}

.footer-col p,
.footer-col a {
    display: block;
    font-size: 14px;
    color: #bdc3c7;
    text-decoration: none;
    margin-bottom: 10px;
}

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

.footer-references {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding-top: 40px;
    border-top: 1px solid #34495e;
}

.footer-references h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #e67e22;
}

.footer-references ol {
    padding-left: 20px;
}

.footer-references li {
    font-size: 13px;
    margin-bottom: 8px;
}

.footer-references a {
    color: #bdc3c7;
    text-decoration: none;
}

.footer-references a:hover {
    color: #e67e22;
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #34495e;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: #ffffff;
    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: 30px;
    flex-wrap: wrap;
}

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

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

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-accept {
    background: #27ae60;
    color: #ffffff;
}

.btn-accept:hover {
    background: #229954;
}

.btn-reject {
    background: #95a5a6;
    color: #ffffff;
}

.btn-reject:hover {
    background: #7f8c8d;
}

@media (max-width: 768px) {
    .hero-split,
    .story-split,
    .testimonials-split,
    .form-split {
        flex-direction: column;
    }

    .hero-left,
    .story-left,
    .testimonial-left,
    .form-left,
    .form-right {
        padding: 40px 30px;
    }

    .hero-right,
    .story-right,
    .testimonial-right {
        min-height: 300px;
    }

    .hero-left h1 {
        font-size: 32px;
    }

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

    .split-nav {
        flex-direction: column;
        gap: 20px;
    }

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