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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #2c3e2e;
    background: #fafaf8;
}

.ad-disclosure {
    background: #f4f1e8;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    color: #6b7566;
    border-bottom: 1px solid #e0ddd4;
}

.main-nav {
    background: #fff;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.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: 700;
    color: #3a5a40;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

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

.nav-links a:hover {
    color: #3a5a40;
}

.hero-section {
    background: #f4f1e8;
    padding: 80px 0;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto 50px;
    padding: 0 30px;
    text-align: center;
}

.hero-content h1 {
    font-size: 52px;
    line-height: 1.2;
    color: #2c3e2e;
    margin-bottom: 25px;
    font-weight: 700;
}

.hero-content p {
    font-size: 20px;
    color: #5a6c57;
    line-height: 1.6;
}

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

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

.section-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 30px;
}

.section-container-wide {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 30px;
    display: flex;
    gap: 60px;
    align-items: center;
}

.section-container-wide.reverse {
    flex-direction: row-reverse;
}

.story-section {
    background: #fff;
}

.story-section h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #2c3e2e;
    line-height: 1.3;
}

.story-section p {
    font-size: 18px;
    color: #4a5a4d;
    margin-bottom: 20px;
    line-height: 1.8;
}

.problem-section {
    background: #e8ede9;
}

.problem-content {
    flex: 1;
}

.problem-content h2 {
    font-size: 36px;
    margin-bottom: 35px;
    color: #2c3e2e;
}

.problem-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.problem-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #3a5a40;
}

.problem-item p {
    font-size: 17px;
    color: #4a5a4d;
    line-height: 1.7;
}

.problem-image {
    flex: 1;
    background: #d4ddd6;
}

.problem-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.citation {
    color: #3a5a40;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

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

.insight-section {
    background: #fff;
}

.insight-section h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #2c3e2e;
}

.insight-section p {
    font-size: 18px;
    color: #4a5a4d;
    margin-bottom: 20px;
    line-height: 1.8;
}

.insight-image-wrapper {
    margin-top: 40px;
    background: #f0f4f1;
}

.insight-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.approach-content {
    flex: 1;
}

.approach-content h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c3e2e;
}

.approach-content p {
    font-size: 17px;
    color: #4a5a4d;
    margin-bottom: 18px;
    line-height: 1.7;
}

.approach-list {
    list-style: none;
    margin-top: 25px;
}

.approach-list li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    color: #4a5a4d;
}

.approach-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3a5a40;
    font-weight: 700;
}

.approach-image {
    flex: 1;
    background: #e0e8e2;
}

.approach-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.testimonial-section {
    background: #3a5a40;
    color: #fff;
}

.testimonial-card {
    background: rgba(255,255,255,0.1);
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.testimonial-card:last-child {
    margin-bottom: 0;
}

.testimonial-text {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    font-size: 15px;
    color: #c8d5ca;
}

.ingredients-section {
    background: #fff;
}

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

.ingredients-grid {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.ingredient-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ingredient-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    background: #f0f4f1;
}

.ingredient-card h3 {
    font-size: 24px;
    color: #2c3e2e;
}

.ingredient-card p {
    font-size: 17px;
    color: #4a5a4d;
    line-height: 1.7;
}

.cta-section {
    background: #f4f1e8;
    padding: 60px 0;
}

.cta-section h2 {
    font-size: 38px;
    margin-bottom: 15px;
    text-align: center;
    color: #2c3e2e;
}

.cta-section p {
    font-size: 18px;
    text-align: center;
    color: #5a6c57;
}

.services-section {
    background: #fff;
    padding: 60px 0;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-card {
    background: #f9faf8;
    padding: 40px;
    border-radius: 8px;
    border: 2px solid #e8ede9;
    transition: border-color 0.3s;
}

.service-card:hover {
    border-color: #3a5a40;
}

.service-card h3 {
    font-size: 28px;
    margin-bottom: 18px;
    color: #2c3e2e;
}

.service-card > p {
    font-size: 17px;
    color: #4a5a4d;
    margin-bottom: 25px;
    line-height: 1.7;
}

.service-composition {
    background: #fff;
    padding: 25px;
    border-radius: 6px;
    margin-bottom: 25px;
}

.service-composition h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #3a5a40;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-composition ul {
    list-style: none;
}

.service-composition li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    color: #4a5a4d;
}

.service-composition li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #3a5a40;
    font-weight: 700;
}

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #3a5a40;
    margin-bottom: 25px;
}

.select-service-btn {
    background: #3a5a40;
    color: #fff;
    border: none;
    padding: 16px 35px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
}

.select-service-btn:hover {
    background: #2d4632;
}

.select-service-btn:active {
    transform: translateY(1px);
}

.form-section {
    background: #e8ede9;
}

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

.form-section > .section-container > p {
    font-size: 17px;
    text-align: center;
    color: #5a6c57;
    margin-bottom: 40px;
}

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

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: 2px solid #d4ddd6;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    background: #fff;
    transition: border-color 0.3s;
}

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

.form-group input[readonly] {
    background: #f4f1e8;
    color: #3a5a40;
    font-weight: 600;
}

.submit-btn {
    background: #3a5a40;
    color: #fff;
    border: none;
    padding: 16px 45px;
    font-size: 17px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
}

.submit-btn:hover {
    background: #2d4632;
}

.submit-btn:active {
    transform: translateY(1px);
}

.trust-section {
    background: #fff;
}

.trust-section h2 {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
    color: #2c3e2e;
}

.trust-grid {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.trust-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #3a5a40;
}

.trust-item p {
    font-size: 17px;
    color: #4a5a4d;
    line-height: 1.7;
}

.references-section {
    background: #f4f1e8;
    padding: 60px 0;
}

.references-section h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #2c3e2e;
}

.references-list {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
}

.references-list li {
    margin-bottom: 18px;
    font-size: 15px;
    color: #4a5a4d;
    line-height: 1.7;
}

.references-list a {
    color: #3a5a40;
    text-decoration: none;
}

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

.site-footer {
    background: #2c3e2e;
    color: #c8d5ca;
    padding: 60px 0 20px;
}

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

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

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

.footer-section p {
    font-size: 15px;
    line-height: 1.6;
}

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

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

.footer-section ul li a {
    color: #c8d5ca;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #fff;
}

.disclaimer-footer {
    font-size: 13px;
    line-height: 1.6;
    color: #a0b0a3;
    font-style: italic;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #3d4f3e;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.footer-bottom p {
    font-size: 14px;
    color: #a0b0a3;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e2e;
    color: #fff;
    padding: 25px;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
    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;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
}

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

.cookie-btn {
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
}

.cookie-btn.accept {
    background: #3a5a40;
    color: #fff;
}

.cookie-btn.accept:hover {
    background: #2d4632;
}

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

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

.thanks-container {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-content {
    text-align: center;
    max-width: 600px;
    padding: 60px 30px;
}

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

.thanks-content p {
    font-size: 18px;
    color: #4a5a4d;
    margin-bottom: 15px;
    line-height: 1.7;
}

.thanks-service {
    background: #f4f1e8;
    padding: 20px;
    border-radius: 6px;
    margin: 30px 0;
}

.thanks-service strong {
    color: #3a5a40;
}

.back-link {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 35px;
    background: #3a5a40;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s;
}

.back-link:hover {
    background: #2d4632;
}

.page-header {
    background: #f4f1e8;
    padding: 60px 0;
    text-align: center;
}

.page-header h1 {
    font-size: 42px;
    color: #2c3e2e;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 30px;
}

.page-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 30px;
}

.page-content h2 {
    font-size: 28px;
    color: #2c3e2e;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-content h3 {
    font-size: 22px;
    color: #3a5a40;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-content p {
    font-size: 17px;
    color: #4a5a4d;
    margin-bottom: 18px;
    line-height: 1.7;
}

.page-content ul {
    margin-bottom: 20px;
    padding-left: 25px;
}

.page-content ul li {
    margin-bottom: 12px;
    font-size: 17px;
    color: #4a5a4d;
    line-height: 1.7;
}

.contact-info {
    background: #f4f1e8;
    padding: 40px;
    border-radius: 8px;
    margin: 40px 0;
}

.contact-info h3 {
    font-size: 22px;
    color: #2c3e2e;
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 17px;
    color: #4a5a4d;
    margin-bottom: 12px;
}

.contact-info strong {
    color: #3a5a40;
}

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

    .section-container-wide {
        flex-direction: column;
    }

    .section-container-wide.reverse {
        flex-direction: column;
    }

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

    .nav-links {
        gap: 20px;
    }
}
