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

.ad-notice {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #666;
}

.floating-nav {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 40px;
}

.nav-container {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-width: 1200px;
    margin: 0 auto;
}

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

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

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

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

.hero-story {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #1a3a1a;
}

.hero-story img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(44, 95, 45, 0.8) 0%, rgba(26, 58, 26, 0.9) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 900px;
    padding: 40px;
}

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

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

.story-intro {
    padding: 100px 40px;
    background-color: #fafafa;
}

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

.lead-text {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 28px;
    color: #2c5f2d;
}

.narrow-content p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
}

.narrow-content p strong {
    font-weight: 600;
    color: #1a3a1a;
}

.problem-reveal {
    padding: 120px 40px;
    background-color: #ffffff;
}

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

.split-text {
    flex: 1;
}

.split-text h2 {
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 28px;
    color: #1a1a1a;
}

.split-text p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #444;
}

.insight {
    background-color: #f0f7f0;
    padding: 24px;
    border-left: 4px solid #2c5f2d;
    font-size: 17px;
    line-height: 1.6;
    margin-top: 32px;
}

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

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

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

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

.scenario-block {
    padding: 100px 40px;
    background: linear-gradient(180deg, #1a3a1a 0%, #2c5f2d 100%);
    color: white;
}

.scenario-block h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 20px;
}

.scenario-block > .narrow-content > p {
    text-align: center;
    font-size: 19px;
    margin-bottom: 60px;
    opacity: 0.9;
    color: #ffffff;
}

.scenario-grid {
    display: flex;
    gap: 40px;
    margin-top: 60px;
}

.scenario-card {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 40px 32px;
    border-radius: 12px;
    text-align: center;
}

.scenario-icon {
    font-size: 64px;
    margin-bottom: 20px;
}

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

.scenario-card p {
    font-size: 16px;
    opacity: 0.9;
    color: #ffffff;
}

.trust-research {
    padding: 100px 40px;
    background-color: #fafafa;
}

.research-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.research-badge {
    display: inline-block;
    background-color: #2c5f2d;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
}

.trust-research h2 {
    font-size: 36px;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.research-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.research-item {
    background-color: white;
    padding: 32px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    text-align: left;
}

.research-item p {
    font-size: 17px;
    line-height: 1.6;
    color: #333;
}

.social-proof {
    padding: 100px 40px;
    background-color: #ffffff;
}

.social-proof h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 80px;
    color: #1a1a1a;
}

.testimonial-stack {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.testimonial {
    display: flex;
    gap: 40px;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
}

.testimonial:nth-child(even) {
    flex-direction: row-reverse;
}

.testimonial-photo {
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f0f0f0;
}

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

.testimonial-content {
    flex: 1;
}

.testimonial-text {
    font-size: 19px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 16px;
    font-style: italic;
}

.testimonial-author {
    font-size: 16px;
    font-weight: 600;
    color: #2c5f2d;
}

.benefit-reveal {
    padding: 100px 40px;
    background-color: #fafafa;
}

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

.center-heading {
    text-align: center;
    font-size: 38px;
    max-width: 900px;
    margin: 0 auto 80px;
    color: #1a1a1a;
}

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

.benefit-card {
    flex: 1;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.benefit-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

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

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

.how-it-works {
    padding: 100px 40px;
    background-color: #ffffff;
}

.how-it-works h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 80px;
    color: #1a1a1a;
}

.step-flow {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.step {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.step-number {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-color: #2c5f2d;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

.step h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.step p {
    font-size: 17px;
    color: #555;
    line-height: 1.6;
}

.pricing-reveal {
    padding: 120px 40px;
    background: linear-gradient(180deg, #f0f7f0 0%, #ffffff 100%);
}

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

.pricing-heading {
    text-align: center;
    font-size: 42px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.pricing-intro {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 80px;
}

.pricing-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}

.pricing-card {
    background-color: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 40px 32px;
    width: calc(33.333% - 22px);
    min-width: 320px;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.pricing-card.featured {
    border-color: #2c5f2d;
    border-width: 3px;
}

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

.pricing-card h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.service-desc {
    font-size: 15px;
    color: #666;
    margin-bottom: 24px;
    line-height: 1.5;
}

.service-features {
    list-style: none;
    margin-bottom: 32px;
}

.service-features li {
    font-size: 15px;
    color: #444;
    padding: 10px 0;
    padding-left: 28px;
    position: relative;
}

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

.price {
    font-size: 36px;
    font-weight: 700;
    color: #2c5f2d;
    text-align: center;
    margin-bottom: 24px;
}

.select-service-btn {
    width: 100%;
    padding: 16px 32px;
    background-color: #2c5f2d;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.select-service-btn:hover {
    background-color: #1a3a1a;
}

.cta-form-section {
    padding: 100px 40px;
    background-color: #1a3a1a;
    color: white;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.form-container h2 {
    font-size: 38px;
    margin-bottom: 16px;
}

.form-intro {
    font-size: 17px;
    opacity: 0.9;
    margin-bottom: 48px;
}

.contact-form {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 48px 40px;
    border-radius: 12px;
    text-align: left;
}

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

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

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.95);
    color: #1a1a1a;
}

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

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

.submit-btn:hover {
    background-color: #3d7a3e;
}

.disclaimer-section {
    padding: 80px 40px;
    background-color: #f5f5f5;
}

.disclaimer {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    text-align: center;
}

.references-section {
    padding: 60px 40px;
    background-color: #fafafa;
}

.references-section h3 {
    font-size: 22px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.references-list {
    list-style: decimal;
    padding-left: 24px;
}

.references-list li {
    font-size: 15px;
    margin-bottom: 12px;
    line-height: 1.6;
}

.references-list a {
    color: #2c5f2d;
    text-decoration: none;
}

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

.site-footer {
    background-color: #1a1a1a;
    color: white;
    padding: 60px 40px 30px;
}

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

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-column p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.8;
}

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

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

.footer-column ul li a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.footer-column ul li a:hover {
    opacity: 1;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    font-size: 14px;
    opacity: 0.7;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(26, 26, 26, 0.98);
    color: white;
    padding: 24px;
    display: none;
    z-index: 10000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

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

.cookie-btn.reject {
    background-color: #555;
    color: white;
}

@media (max-width: 1024px) {
    .split-block {
        flex-direction: column;
        gap: 48px;
    }

    .benefit-cards {
        flex-direction: column;
    }

    .pricing-card {
        width: 100%;
    }

    .footer-content {
        flex-direction: column;
        gap: 40px;
    }
}

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

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

    .nav-container {
        flex-direction: column;
        gap: 16px;
    }

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

    .testimonial {
        flex-direction: column !important;
        text-align: center;
    }

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