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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background: #ffffff;
}

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

.nav-floating {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    padding: 16px 0;
}

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

.brand {
    font-size: 24px;
    font-weight: 600;
    color: #8b6f47;
}

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

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

.nav-links a:hover {
    color: #8b6f47;
}

.hero-overlay {
    position: relative;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #f5ebe0;
}

.hero-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(139, 111, 71, 0.7), rgba(210, 180, 140, 0.5));
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    padding: 0 24px;
    max-width: 900px;
}

.hero-content h1 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 24px;
    font-weight: 300;
    opacity: 0.95;
}

.story-intro {
    padding: 120px 24px;
    background: #fdfcfb;
}

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

.lead-text {
    font-size: 22px;
    line-height: 1.7;
    color: #34495e;
    margin-bottom: 24px;
    font-weight: 500;
}

.story-intro p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #5a6c7d;
}

.problem-section {
    padding: 100px 24px;
    background: #ffffff;
}

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

.text-column {
    flex: 1;
}

.text-column h2 {
    font-size: 36px;
    color: #2c3e50;
    margin-bottom: 24px;
    line-height: 1.3;
}

.text-column p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #5a6c7d;
}

.image-column {
    flex: 1;
}

.image-column img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.citation {
    color: #8b6f47;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.citation:hover {
    color: #6d5637;
    text-decoration: underline;
}

.insight-block {
    padding: 100px 24px;
    background: linear-gradient(135deg, #8b6f47, #a68968);
    color: #ffffff;
    text-align: center;
}

.centered {
    text-align: center;
}

.insight-block h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

.insight-block p {
    font-size: 20px;
    opacity: 0.95;
    line-height: 1.7;
}

.solution-reveal {
    padding: 120px 24px;
    background: #f8f8f8;
}

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

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

.benefit-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.benefit-card {
    flex: 1;
    min-width: 320px;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}

.benefit-card:hover {
    transform: translateY(-8px);
}

.benefit-card img {
    width: 100%;
    height: 240px;
}

.benefit-card h3 {
    font-size: 22px;
    margin: 24px 24px 12px;
    color: #2c3e50;
}

.benefit-card p {
    font-size: 16px;
    margin: 0 24px 24px;
    color: #5a6c7d;
    line-height: 1.6;
}

.testimonials-inline {
    padding: 100px 24px;
    background: #fdfcfb;
}

.testimonial {
    background: #ffffff;
    padding: 32px;
    border-left: 4px solid #8b6f47;
    margin-bottom: 32px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.testimonial p {
    font-size: 18px;
    font-style: italic;
    color: #34495e;
    margin-bottom: 16px;
}

.testimonial cite {
    font-size: 15px;
    color: #7f8c8d;
    font-style: normal;
}

.ingredients-section {
    padding: 100px 24px;
    background: #ffffff;
}

.ingredients-section h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 64px;
    color: #2c3e50;
}

.ingredient-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.ingredient-item {
    flex: 1 1 calc(50% - 16px);
    min-width: 280px;
    padding: 28px;
    background: #f8f8f8;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
}

.ingredient-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #8b6f47;
}

.ingredient-item p {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.6;
}

.trust-markers {
    padding: 80px 24px;
    background: #f5ebe0;
}

.trust-markers h2 {
    font-size: 36px;
    margin-bottom: 56px;
    color: #2c3e50;
}

.markers-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.marker {
    text-align: center;
    flex: 1;
    min-width: 220px;
}

.marker-icon {
    width: 64px;
    height: 64px;
    background: #8b6f47;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin: 0 auto 20px;
}

.marker h3 {
    font-size: 18px;
    color: #2c3e50;
}

.services-pricing {
    padding: 120px 24px;
    background: #ffffff;
}

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

.section-intro {
    text-align: center;
    font-size: 18px;
    color: #5a6c7d;
    margin-bottom: 64px;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.service-card {
    flex: 1 1 calc(33.333% - 22px);
    min-width: 300px;
    background: #f8f8f8;
    padding: 32px;
    border-radius: 12px;
    border: 2px solid #e8e8e8;
    position: relative;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.service-card:hover {
    border-color: #8b6f47;
    box-shadow: 0 6px 24px rgba(139, 111, 71, 0.15);
}

.service-card.featured {
    background: linear-gradient(135deg, #8b6f47, #a68968);
    color: #ffffff;
    border: none;
}

.featured-badge {
    position: absolute;
    top: -12px;
    right: 24px;
    background: #d4a574;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
}

.service-card.featured h3 {
    color: #ffffff;
}

.service-card p {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 1.6;
    color: #5a6c7d;
}

.service-card.featured p {
    color: rgba(255, 255, 255, 0.9);
}

.price {
    font-size: 32px;
    font-weight: 700;
    color: #8b6f47;
    margin-bottom: 24px;
}

.service-card.featured .price {
    color: #ffffff;
}

.btn-select-service {
    width: 100%;
    padding: 14px 28px;
    background: #8b6f47;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

.btn-select-service:hover {
    background: #6d5637;
    transform: translateY(-2px);
}

.service-card.featured .btn-select-service {
    background: #ffffff;
    color: #8b6f47;
}

.service-card.featured .btn-select-service:hover {
    background: #f0f0f0;
}

.form-section {
    padding: 100px 24px;
    background: #fdfcfb;
}

.form-section h2 {
    font-size: 36px;
    margin-bottom: 16px;
    color: #2c3e50;
    text-align: center;
}

.form-intro {
    text-align: center;
    font-size: 18px;
    margin-bottom: 48px;
    color: #5a6c7d;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

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

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

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e8e8e8;
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.btn-primary {
    width: 100%;
    padding: 16px 32px;
    background: #8b6f47;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

.btn-primary:hover {
    background: #6d5637;
    transform: translateY(-2px);
}

.final-cta {
    padding: 100px 24px;
    background: linear-gradient(135deg, #a68968, #8b6f47);
    color: #ffffff;
}

.final-cta h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.final-cta p {
    font-size: 20px;
    opacity: 0.95;
}

.site-footer {
    background: #2c3e50;
    color: #ecf0f1;
    padding: 64px 24px 24px;
}

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

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

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

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

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

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

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

.references {
    list-style: none;
    counter-reset: ref-counter;
}

.references li {
    counter-increment: ref-counter;
    margin-bottom: 12px;
    font-size: 14px;
}

.references li::before {
    content: "[" counter(ref-counter) "] ";
    font-weight: 600;
}

.disclaimer {
    max-width: 1200px;
    margin: 0 auto 32px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.6;
}

.disclaimer strong {
    color: #ffffff;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #95a5a6;
    font-size: 14px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: #ffffff;
    padding: 24px;
    box-shadow: 0 -4px 20px 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;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

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

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

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

.btn-cookie {
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

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

.btn-cookie.accept:hover {
    background: #6d5637;
    transform: translateY(-2px);
}

.btn-cookie.reject {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-cookie.reject:hover {
    background: rgba(255, 255, 255, 0.1);
}

.thanks-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 100px 24px;
    text-align: center;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background: #27ae60;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin: 0 auto 32px;
}

.thanks-container h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.thanks-container p {
    font-size: 18px;
    margin-bottom: 16px;
    color: #5a6c7d;
}

.btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    background: #8b6f47;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: background 0.3s, transform 0.2s;
    margin-top: 24px;
}

.btn-secondary:hover {
    background: #6d5637;
    transform: translateY(-2px);
}

.contact-info-section {
    padding: 100px 24px;
    background: #f8f8f8;
}

.contact-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 64px;
    flex-wrap: wrap;
}

.contact-details {
    flex: 1;
    min-width: 300px;
}

.contact-details h2 {
    font-size: 32px;
    margin-bottom: 32px;
    color: #2c3e50;
}

.info-item {
    margin-bottom: 28px;
}

.info-item h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #8b6f47;
}

.info-item p {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.6;
}

.map-placeholder {
    flex: 1;
    min-width: 300px;
    background: #e8e8e8;
    border-radius: 12px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7f8c8d;
}

.about-hero {
    padding: 120px 24px 80px;
    background: linear-gradient(135deg, #8b6f47, #a68968);
    color: #ffffff;
    text-align: center;
}

.about-hero h1 {
    font-size: 48px;
    margin-bottom: 24px;
}

.about-hero p {
    font-size: 22px;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.95;
}

.about-content {
    padding: 100px 24px;
    background: #ffffff;
}

.about-section {
    max-width: 900px;
    margin: 0 auto 80px;
}

.about-section h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #2c3e50;
}

.about-section p {
    font-size: 18px;
    line-height: 1.7;
    color: #5a6c7d;
    margin-bottom: 20px;
}

.values-grid {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 48px;
}

.value-item {
    flex: 1;
    min-width: 250px;
    padding: 28px;
    background: #f8f8f8;
    border-radius: 12px;
}

.value-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #8b6f47;
}

.value-item p {
    font-size: 16px;
    color: #5a6c7d;
}

.services-hero {
    padding: 100px 24px 60px;
    background: #f5ebe0;
    text-align: center;
}

.services-hero h1 {
    font-size: 44px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.services-hero p {
    font-size: 20px;
    color: #5a6c7d;
    max-width: 800px;
    margin: 0 auto;
}

.services-content {
    padding: 80px 24px;
    background: #ffffff;
}

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

.legal-container h1 {
    font-size: 40px;
    margin-bottom: 32px;
    color: #2c3e50;
}

.legal-container h2 {
    font-size: 28px;
    margin-top: 48px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.legal-container h3 {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #34495e;
}

.legal-container p {
    font-size: 16px;
    line-height: 1.7;
    color: #5a6c7d;
    margin-bottom: 16px;
}

.legal-container ul,
.legal-container ol {
    margin-bottom: 16px;
    margin-left: 24px;
}

.legal-container li {
    font-size: 16px;
    line-height: 1.7;
    color: #5a6c7d;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .nav-links {
        gap: 16px;
        font-size: 14px;
    }

    .hero-content h1 {
        font-size: 36px;
    }

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

    .split-layout {
        flex-direction: column;
        gap: 40px;
    }

    .services-grid,
    .benefit-grid {
        flex-direction: column;
    }

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

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