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

:root {
    --primary: #1a472a;
    --secondary: #2d5f3f;
    --accent: #c49a6c;
    --dark: #0f2419;
    --light: #f4f1ed;
    --text: #2c2c2c;
    --text-light: #666;
    --border: #e0ddd8;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: var(--text);
    background: var(--light);
}

.container-narrow {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-medium {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
}

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

.nav-links a {
    text-decoration: none;
    color: var(--text);
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: var(--primary);
}

.nav-cta {
    background: var(--primary);
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    text-decoration: none;
    display: inline-block;
}

.nav-cta:hover {
    background: var(--secondary);
}

.sticky-cta {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

.sticky-btn {
    background: var(--accent);
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(196, 154, 108, 0.4);
    transition: transform 0.3s, box-shadow 0.3s;
}

.sticky-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(196, 154, 108, 0.5);
}

.hero-visual {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    background: linear-gradient(135deg, var(--dark) 0%, var(--secondary) 100%);
    overflow: hidden;
}

.hero-overlay {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    padding: 60px 20px;
}

.hero-visual h1 {
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 24px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.hero-sub {
    font-size: 24px;
    margin-bottom: 40px;
    opacity: 0.9;
}

.hero-cta-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.btn-primary {
    background: var(--accent);
    color: white;
    border: none;
    padding: 18px 40px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(196, 154, 108, 0.4);
}

.hero-image-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="%231a472a" width="1200" height="800"/><circle fill="%232d5f3f" opacity="0.3" cx="200" cy="150" r="120"/><circle fill="%232d5f3f" opacity="0.2" cx="900" cy="600" r="180"/><path fill="%23c49a6c" opacity="0.1" d="M0 600 Q300 500 600 600 T1200 600 L1200 800 L0 800 Z"/></svg>') center/cover;
    opacity: 0.4;
}

section {
    padding: 80px 0;
}

.story-hook {
    background: white;
    padding: 100px 0;
}

.intro-text {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: 500;
    color: var(--primary);
}

.problem-amplify {
    background: var(--light);
}

.split-content {
    display: flex;
    gap: 60px;
    align-items: center;
}

.split-left, .split-right {
    flex: 1;
}

.split-content h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: var(--primary);
    line-height: 1.3;
}

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

.image-placeholder {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    position: relative;
    overflow: hidden;
}

.image-placeholder::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600"><path fill="white" opacity="0.05" d="M100 300 Q200 200 300 300 T500 300 T700 300"/><circle fill="white" opacity="0.03" cx="400" cy="300" r="150"/></svg>') center/contain;
}

.insight-reveal {
    background: white;
    padding: 120px 0;
}

.insight-reveal h2 {
    font-size: 42px;
    margin-bottom: 32px;
    color: var(--primary);
    text-align: center;
}

.insight-reveal p {
    font-size: 20px;
    line-height: 1.9;
    margin-bottom: 24px;
}

.visual-break {
    padding: 0;
}

.full-width-image {
    position: relative;
}

.image-placeholder-large {
    width: 100%;
    height: 600px;
    background: linear-gradient(180deg, var(--primary) 0%, var(--dark) 100%);
    position: relative;
    overflow: hidden;
}

.image-placeholder-large::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><path fill="white" opacity="0.05" d="M0 200 Q300 100 600 200 T1200 200 L1200 400 L0 400 Z"/></svg>') bottom/cover;
}

.image-caption {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-align: center;
    max-width: 700px;
    padding: 0 20px;
}

.image-caption p {
    font-size: 20px;
    line-height: 1.6;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.trust-builder {
    background: white;
}

.trust-builder h2 {
    font-size: 40px;
    margin-bottom: 60px;
    text-align: center;
    color: var(--primary);
}

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

.trust-card {
    flex: 1;
    text-align: center;
    padding: 40px 30px;
    background: var(--light);
    border-radius: 12px;
}

.trust-icon {
    width: 60px;
    height: 60px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 24px;
}

.trust-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: var(--primary);
}

.trust-card p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-light);
}

.testimonials-inline {
    background: var(--primary);
    padding: 100px 0;
}

.testimonial-large {
    text-align: center;
    color: white;
}

.testimonial-large p {
    font-size: 28px;
    line-height: 1.7;
    margin-bottom: 24px;
    font-style: italic;
}

.testimonial-large cite {
    font-size: 18px;
    opacity: 0.8;
    font-style: normal;
}

.benefits-reveal {
    background: white;
}

.benefits-reveal h2 {
    font-size: 42px;
    margin-bottom: 60px;
    text-align: center;
    color: var(--primary);
}

.benefits-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.benefit-block {
    background: var(--light);
    border-radius: 12px;
    overflow: hidden;
}

.benefit-large {
    flex: 1 1 100%;
}

.benefit-small {
    flex: 1 1 calc(50% - 15px);
    padding: 40px 30px;
}

.benefit-large .benefit-image {
    height: 300px;
    background: linear-gradient(135deg, var(--secondary) 0%, var(--accent) 100%);
}

.benefit-text {
    padding: 40px;
}

.benefit-text h3, .benefit-small h3 {
    font-size: 26px;
    margin-bottom: 16px;
    color: var(--primary);
}

.benefit-text p, .benefit-small p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-light);
}

.social-proof {
    background: var(--light);
    padding: 100px 0;
}

.testimonial-grid {
    display: flex;
    gap: 30px;
}

.testimonial-card {
    flex: 1;
    background: white;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.testimonial-card p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: var(--text);
}

.testimonial-card cite {
    font-size: 14px;
    color: var(--text-light);
    font-style: normal;
}

.scenario-section {
    background: white;
    padding: 120px 0;
}

.scenario-section h2 {
    font-size: 44px;
    margin-bottom: 32px;
    color: var(--primary);
}

.scenario-section p {
    font-size: 20px;
    line-height: 1.9;
    margin-bottom: 24px;
}

.cta-inline {
    margin-top: 40px;
}

.cta-inline a {
    color: var(--accent);
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid var(--accent);
    transition: opacity 0.3s;
}

.cta-inline a:hover {
    opacity: 0.7;
}

.services-reveal {
    background: var(--light);
    padding: 120px 0;
}

.services-reveal h2 {
    font-size: 46px;
    margin-bottom: 20px;
    text-align: center;
    color: var(--primary);
}

.services-intro {
    text-align: center;
    font-size: 20px;
    margin-bottom: 60px;
    color: var(--text-light);
}

.services-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service-card {
    flex: 1 1 calc(50% - 15px);
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

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

.service-card.featured {
    border: 3px solid var(--accent);
}

.service-badge {
    position: absolute;
    top: -12px;
    right: 30px;
    background: var(--accent);
    color: white;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
}

.service-header {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 2px solid var(--border);
}

.service-header h3 {
    font-size: 26px;
    margin-bottom: 12px;
    color: var(--primary);
}

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: var(--accent);
}

.service-content p {
    font-size: 16px;
    margin-bottom: 24px;
    color: var(--text-light);
}

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

.service-features li {
    padding: 10px 0;
    padding-left: 28px;
    position: relative;
    font-size: 15px;
    line-height: 1.6;
}

.service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 700;
}

.btn-service {
    width: 100%;
    background: var(--primary);
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-service:hover {
    background: var(--secondary);
}

.urgency-section {
    background: white;
    padding: 80px 0;
}

.urgency-box {
    background: linear-gradient(135deg, var(--accent) 0%, #a67c50 100%);
    color: white;
    padding: 50px;
    border-radius: 12px;
    text-align: center;
}

.urgency-box h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.urgency-box p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.urgency-highlight {
    font-size: 20px;
    font-weight: 700;
    margin-top: 24px;
}

.form-section {
    background: var(--light);
    padding: 100px 0;
}

.form-section h2 {
    font-size: 42px;
    margin-bottom: 20px;
    text-align: center;
    color: var(--primary);
}

.form-intro {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    color: var(--text-light);
}

.contact-form {
    background: white;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-grid {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--text);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: 2px solid var(--border);
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary);
}

.form-checkbox {
    margin-bottom: 30px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.form-checkbox input {
    margin-top: 4px;
}

.form-checkbox label {
    font-size: 14px;
    line-height: 1.6;
}

.form-checkbox a {
    color: var(--primary);
}

.btn-submit {
    width: 100%;
    background: var(--accent);
    color: white;
    border: none;
    padding: 18px 40px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.btn-submit:hover {
    background: #a67c50;
    transform: translateY(-2px);
}

.final-cta {
    background: white;
    padding: 100px 0;
    text-align: center;
}

.final-cta h2 {
    font-size: 42px;
    margin-bottom: 24px;
    color: var(--primary);
}

.final-cta p {
    font-size: 20px;
    margin-bottom: 40px;
    color: var(--text-light);
}

.btn-final-cta {
    background: var(--primary);
    color: white;
    border: none;
    padding: 20px 50px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.btn-final-cta:hover {
    background: var(--secondary);
    transform: translateY(-2px);
}

.guarantee {
    background: var(--light);
    padding: 80px 0;
}

.guarantee-box {
    background: white;
    padding: 50px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid var(--accent);
}

.guarantee-box h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: var(--primary);
}

.guarantee-box p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-light);
}

.footer {
    background: var(--dark);
    color: white;
    padding: 60px 0 30px;
}

.footer-grid {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1;
}

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

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

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

.footer-col a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-col a:hover {
    color: white;
}

.footer-col p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
    padding: 24px;
    z-index: 10000;
    transition: transform 0.3s;
}

.cookie-banner.hidden {
    transform: translateY(100%);
}

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

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

.cookie-content a {
    color: var(--primary);
}

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

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

.btn-accept {
    background: var(--primary);
    color: white;
}

.btn-accept:hover {
    background: var(--secondary);
}

.btn-reject {
    background: var(--border);
    color: var(--text);
}

.btn-reject:hover {
    background: #d0cdc8;
}

.thanks-hero {
    min-height: 80vh;
    display: flex;
    align-items: center;
    margin-top: 80px;
    padding: 80px 0;
}

.thanks-content {
    text-align: center;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin: 0 auto 30px;
}

.thanks-content h1 {
    font-size: 42px;
    margin-bottom: 24px;
    color: var(--primary);
}

.thanks-message {
    font-size: 20px;
    margin-bottom: 50px;
    color: var(--text-light);
}

.thanks-details {
    background: var(--light);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 50px;
}

.thanks-details h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: var(--primary);
}

.service-display {
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
}

.thanks-next-steps {
    text-align: left;
    max-width: 600px;
    margin: 0 auto 50px;
}

.thanks-next-steps h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--primary);
    text-align: center;
}

.steps-list {
    list-style: none;
    counter-reset: step-counter;
}

.steps-list li {
    counter-increment: step-counter;
    padding: 16px 0 16px 50px;
    position: relative;
    font-size: 17px;
    line-height: 1.6;
}

.steps-list li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 12px;
    width: 32px;
    height: 32px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.thanks-cta p {
    font-size: 18px;
    margin-bottom: 24px;
}

.thanks-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-secondary {
    background: var(--light);
    color: var(--primary);
    border: 2px solid var(--primary);
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s, color 0.3s;
}

.btn-secondary:hover {
    background: var(--primary);
    color: white;
}

@media (max-width: 968px) {
    .nav-floating {
        padding: 15px 20px;
    }

    .nav-links {
        display: none;
    }

    .hero-visual h1 {
        font-size: 38px;
    }

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

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

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

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

    .benefits-asymmetric {
        flex-direction: column;
    }

    .benefit-small {
        flex: 1 1 100%;
    }

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

    .service-card {
        flex: 1 1 100%;
    }

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

    .footer-grid {
        flex-direction: column;
        gap: 30px;
    }

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

    .sticky-cta {
        bottom: 15px;
        right: 15px;
    }

    .sticky-btn {
        padding: 14px 24px;
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .hero-visual h1 {
        font-size: 28px;
    }

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

    section {
        padding: 50px 0;
    }

    .services-reveal h2,
    .benefits-reveal h2,
    .trust-builder h2 {
        font-size: 32px;
    }

    .contact-form {
        padding: 30px 20px;
    }
}