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

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

.floating-nav {
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 18px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    z-index: 1000;
}

.nav-brand {
    font-size: 24px;
    font-weight: 600;
    color: #2c5f2d;
}

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

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

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

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

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #8b9a8e;
    filter: brightness(0.7);
}

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

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

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

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

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

.opening-text {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.narrow-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.highlight-text {
    font-size: 24px;
    font-weight: 600;
    color: #2c5f2d;
    margin-top: 35px;
}

.problem-section {
    padding: 80px 0;
    background-color: #ffffff;
}

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

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

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

.split-text {
    flex: 1;
    padding: 0 40px;
}

.split-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #212529;
}

.split-text p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #495057;
}

.insight-block {
    padding: 120px 20px;
    background: linear-gradient(135deg, #2c5f2d 0%, #4a7c59 100%);
    color: #ffffff;
}

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

.centered-insight h2 {
    font-size: 42px;
    margin-bottom: 30px;
}

.large-text {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 300;
}

.storytelling-visual {
    position: relative;
    height: 600px;
    background-color: #343a40;
}

.storytelling-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.overlay-text-box {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.95);
    padding: 40px 50px;
    max-width: 700px;
    width: 90%;
}

.overlay-text-box h3 {
    font-size: 32px;
    margin-bottom: 18px;
    color: #212529;
}

.overlay-text-box p {
    font-size: 17px;
    line-height: 1.7;
    color: #495057;
}

.trust-indicators {
    padding: 90px 20px;
    background-color: #f8f9fa;
}

.trust-grid {
    display: flex;
    justify-content: center;
    gap: 80px;
    max-width: 1100px;
    margin: 0 auto;
}

.trust-card {
    text-align: center;
}

.trust-number {
    font-size: 58px;
    font-weight: 700;
    color: #2c5f2d;
    margin-bottom: 10px;
}

.trust-card p {
    font-size: 16px;
    color: #6c757d;
}

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

.testimonial-flow {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

blockquote {
    border-left: 4px solid #2c5f2d;
    padding-left: 35px;
    font-size: 19px;
    line-height: 1.7;
    font-style: italic;
}

cite {
    display: block;
    margin-top: 15px;
    font-style: normal;
    font-weight: 600;
    color: #495057;
    font-size: 15px;
}

.benefits-reveal {
    padding: 90px 20px;
    background-color: #f8f9fa;
}

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

.benefit-left {
    flex: 0 0 380px;
    background-color: #dee2e6;
}

.benefit-left img {
    width: 100%;
    display: block;
}

.benefit-right {
    flex: 1;
    padding-top: 20px;
}

.benefit-right h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #212529;
}

.benefit-list {
    list-style: none;
    margin-bottom: 35px;
}

.benefit-list li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    font-size: 17px;
    line-height: 1.6;
}

.benefit-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2c5f2d;
    font-weight: 700;
    font-size: 20px;
}

.science-note {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
    background-color: #e9ecef;
    padding: 15px 20px;
    border-radius: 4px;
}

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

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

.pricing-reveal {
    padding: 100px 20px;
    background-color: #ffffff;
}

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

.pricing-container h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 15px;
    color: #212529;
}

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

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

.service-card {
    background-color: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 35px 28px;
    width: calc(33.333% - 20px);
    min-width: 320px;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

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

.service-card.featured {
    border-color: #2c5f2d;
    background-color: #f1f8f2;
}

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

.service-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #212529;
}

.service-desc {
    font-size: 15px;
    color: #6c757d;
    margin-bottom: 20px;
}

.service-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
}

.service-features span {
    font-size: 14px;
    color: #495057;
    padding-left: 20px;
    position: relative;
}

.service-features span:before {
    content: "•";
    position: absolute;
    left: 5px;
    color: #2c5f2d;
}

.service-price {
    font-size: 36px;
    font-weight: 700;
    color: #2c5f2d;
    margin-bottom: 20px;
}

.select-service {
    width: 100%;
    padding: 14px 20px;
    background-color: #2c5f2d;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.select-service:hover {
    background-color: #234d24;
}

.service-card.selected {
    border-color: #2c5f2d;
    background-color: #e8f5e9;
}

.form-section {
    padding: 90px 20px;
    background-color: #f8f9fa;
}

.form-container {
    max-width: 650px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 50px 45px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.form-container h2 {
    font-size: 34px;
    margin-bottom: 15px;
    color: #212529;
}

.form-container > p {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 35px;
}

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

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

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

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

.selected-service-display {
    background-color: #f8f9fa;
    padding: 18px 20px;
    border-radius: 4px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #495057;
    text-align: center;
}

.selected-service-display.active {
    background-color: #e8f5e9;
    color: #2c5f2d;
}

.submit-btn {
    width: 100%;
    padding: 16px 20px;
    background-color: #2c5f2d;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover:not(:disabled) {
    background-color: #234d24;
}

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

.final-cta {
    padding: 80px 20px;
    background-color: #ffffff;
}

.cta-box {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 40px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.cta-box h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #212529;
}

.cta-box p {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 30px;
}

.cta-link {
    display: inline-block;
    padding: 14px 35px;
    background-color: #2c5f2d;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.cta-link:hover {
    background-color: #234d24;
}

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

.references-section h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #212529;
}

.references-list {
    font-size: 14px;
    line-height: 1.8;
    color: #495057;
}

.references-list li {
    margin-bottom: 12px;
}

.references-list a {
    color: #2c5f2d;
    word-break: break-all;
}

.disclaimer-section {
    padding: 50px 20px;
    background-color: #e9ecef;
}

.disclaimer {
    font-size: 13px;
    line-height: 1.7;
    color: #6c757d;
    text-align: center;
}

.main-footer {
    background-color: #212529;
    color: #adb5bd;
    padding: 60px 20px 30px;
}

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

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

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
}

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

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #adb5bd;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: #ffffff;
}

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

.footer-bottom p {
    font-size: 13px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(33, 37, 41, 0.98);
    color: #ffffff;
    padding: 25px 20px;
    z-index: 10000;
    display: none;
}

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

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

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

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

.cookie-btn {
    padding: 12px 28px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.cookie-btn.accept:hover {
    background-color: #234d24;
}

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

.cookie-btn.reject:hover {
    background-color: #5a6268;
}

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

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

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

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

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

    .service-card {
        width: 100%;
    }
}