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

:root {
    --primary: #1a5f7a;
    --primary-dark: #0d3d52;
    --secondary: #d4a574;
    --accent: #c75b39;
    --dark: #1a1a1a;
    --light: #f8f9fa;
    --text: #2c3e50;
    --text-light: #6c757d;
    --white: #ffffff;
    --border: #e0e0e0;
    --success: #28a745;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: var(--text);
    font-size: 16px;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.nav-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 5%;
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: -0.5px;
}

.nav-right {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

.nav-right a {
    font-weight: 500;
    color: var(--text);
}

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

.nav-cta {
    background: var(--primary);
    color: var(--white) !important;
    padding: 0.7rem 1.8rem;
    border-radius: 6px;
}

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

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--dark);
    transition: 0.3s;
}

.hero-split {
    display: flex;
    min-height: 90vh;
    align-items: center;
}

.hero-content {
    flex: 1;
    padding: 4rem 5% 4rem 8%;
}

.hero-content h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--dark);
    font-weight: 800;
}

.hero-lead {
    font-size: 1.25rem;
    line-height: 1.7;
    color: var(--text-light);
    margin-bottom: 2.5rem;
    max-width: 560px;
}

.hero-visual {
    flex: 1;
    height: 90vh;
    overflow: hidden;
}

.hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-primary {
    display: inline-block;
    background: var(--primary);
    color: var(--white);
    padding: 1.1rem 2.8rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s ease;
}

.cta-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(26,95,122,0.3);
}

.problem-insight {
    display: flex;
    align-items: center;
    padding: 6rem 5%;
    background: var(--light);
}

.insight-visual {
    flex: 0.9;
}

.insight-visual img {
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.insight-content {
    flex: 1.1;
    padding-left: 6rem;
}

.label {
    display: inline-block;
    background: var(--secondary);
    color: var(--white);
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.insight-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: var(--dark);
    line-height: 1.2;
}

.insight-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    color: var(--text);
}

.highlight-text {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--primary);
    margin-top: 1.5rem;
}

.trust-block {
    padding: 6rem 8%;
    background: var(--white);
}

.trust-content h2 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    max-width: 800px;
    line-height: 1.25;
}

.trust-content > p {
    font-size: 1.2rem;
    line-height: 1.8;
    max-width: 700px;
    margin-bottom: 3rem;
    color: var(--text-light);
}

.stats-grid {
    display: flex;
    gap: 4rem;
    margin-top: 3rem;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
}

.stat-label {
    font-size: 1rem;
    color: var(--text-light);
    margin-top: 0.5rem;
}

.story-section {
    padding: 7rem 5%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.story-wrapper h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1.5rem;
    color: var(--dark);
}

.story-intro {
    text-align: center;
    font-size: 1.3rem;
    max-width: 700px;
    margin: 0 auto 5rem;
    color: var(--text-light);
    line-height: 1.7;
}

.story-step {
    display: flex;
    align-items: center;
    gap: 4rem;
    margin-bottom: 4rem;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.story-step.reverse {
    flex-direction: row-reverse;
}

.step-number {
    font-size: 5rem;
    font-weight: 900;
    color: var(--secondary);
    opacity: 0.3;
    flex-shrink: 0;
}

.step-content h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--dark);
}

.step-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text);
}

.testimonial-inline {
    padding: 5rem 8%;
    background: var(--primary);
    color: var(--white);
}

.testimonial-inline blockquote {
    max-width: 900px;
    margin: 0 auto;
}

.testimonial-inline p {
    font-size: 2rem;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.testimonial-inline cite {
    font-size: 1.1rem;
    font-style: normal;
    opacity: 0.8;
}

.benefits-reveal {
    padding: 7rem 5%;
    background: var(--white);
}

.benefits-header h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
}

.benefits-split {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.benefit-card {
    flex: 1;
    min-width: 280px;
    padding: 2.5rem;
    background: var(--light);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.benefit-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--primary);
}

.benefit-card p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--text);
}

.pricing-reveal {
    padding: 7rem 5%;
    background: linear-gradient(135deg, #1a5f7a 0%, #0d3d52 100%);
    color: var(--white);
}

.pricing-intro {
    text-align: center;
    margin-bottom: 5rem;
}

.pricing-intro h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.pricing-intro p {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}

.pricing-grid {
    display: flex;
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

.pricing-card {
    flex: 1;
    min-width: 280px;
    max-width: 320px;
    background: var(--white);
    color: var(--text);
    padding: 2.5rem 2rem;
    border-radius: 12px;
    position: relative;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    transform: scale(1.03);
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.pricing-card.featured {
    border: 3px solid var(--secondary);
}

.price-label {
    display: inline-block;
    background: var(--text-light);
    color: var(--white);
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.price-label.popular {
    background: var(--accent);
}

.pricing-card h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--dark);
}

.price {
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 2rem;
}

.price span {
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--text-light);
}

.features {
    list-style: none;
    margin-bottom: 2rem;
}

.features li {
    padding: 0.7rem 0;
    border-bottom: 1px solid var(--border);
    font-size: 0.95rem;
}

.features li:before {
    content: "✓ ";
    color: var(--success);
    font-weight: bold;
    margin-right: 0.5rem;
}

.cta-secondary {
    display: block;
    text-align: center;
    background: transparent;
    color: var(--primary);
    padding: 1rem 2rem;
    border: 2px solid var(--primary);
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

.urgency-block {
    padding: 5rem 8%;
    background: var(--accent);
    color: var(--white);
    text-align: center;
}

.urgency-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.urgency-content p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 2.5rem;
    opacity: 0.95;
}

.urgency-timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.timer-label {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

.timer-value {
    font-size: 2.5rem;
    font-weight: 800;
}

.form-section {
    padding: 7rem 5%;
    background: var(--light);
}

.form-container {
    max-width: 650px;
    margin: 0 auto;
    background: var(--white);
    padding: 4rem;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.form-container h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--dark);
}

.form-intro {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 3rem;
}

.form-group {
    margin-bottom: 1.8rem;
}

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

.form-group input,
.form-group select {
    width: 100%;
    padding: 1rem;
    border: 2px solid var(--border);
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

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

.portfolio-form button {
    width: 100%;
    margin-top: 1.5rem;
    cursor: pointer;
    border: none;
    font-size: 1.1rem;
}

.final-cta {
    padding: 6rem 5%;
    background: var(--dark);
    color: var(--white);
    text-align: center;
}

.final-cta-content h2 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}

.final-cta-content p {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
}

.cta-primary-large {
    display: inline-block;
    background: var(--secondary);
    color: var(--white);
    padding: 1.3rem 3.5rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.cta-primary-large:hover {
    background: var(--accent);
    transform: scale(1.05);
}

.footer {
    background: var(--dark);
    color: var(--white);
    padding: 4rem 5% 2rem;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer-brand h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--secondary);
}

.footer-brand p {
    max-width: 350px;
    opacity: 0.8;
}

.footer-links {
    display: flex;
    gap: 4rem;
}

.footer-column h4 {
    margin-bottom: 1rem;
    color: var(--secondary);
}

.footer-column a {
    display: block;
    margin-bottom: 0.7rem;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

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

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 2rem;
    text-align: center;
    opacity: 0.7;
    font-size: 0.9rem;
}

.disclaimer {
    margin-top: 1rem;
    font-size: 0.85rem;
}

.sticky-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 999;
}

.sticky-button {
    display: block;
    background: var(--accent);
    color: var(--white);
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 8px 25px rgba(199,91,57,0.4);
    transition: all 0.3s ease;
}

.sticky-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(199,91,57,0.5);
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--white);
    padding: 1.5rem 5%;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
    z-index: 9999;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    color: var(--text);
}

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

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.cookie-accept,
.cookie-reject {
    padding: 0.8rem 1.8rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.cookie-accept:hover {
    background: var(--primary-dark);
}

.cookie-reject {
    background: transparent;
    color: var(--text);
    border: 2px solid var(--border);
}

.cookie-reject:hover {
    border-color: var(--text);
}

@media (max-width: 968px) {
    .nav-right {
        position: fixed;
        top: 70px;
        right: -100%;
        flex-direction: column;
        background: var(--white);
        width: 100%;
        padding: 2rem;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        transition: right 0.3s ease;
        align-items: flex-start;
    }

    .nav-right.active {
        right: 0;
    }

    .hamburger {
        display: flex;
    }

    .hero-split {
        flex-direction: column-reverse;
        min-height: auto;
    }

    .hero-content {
        padding: 3rem 5%;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-visual {
        height: 50vh;
        width: 100%;
    }

    .problem-insight {
        flex-direction: column;
        padding: 4rem 5%;
    }

    .insight-content {
        padding-left: 0;
        padding-top: 3rem;
    }

    .stats-grid {
        flex-direction: column;
        gap: 2rem;
    }

    .story-step,
    .story-step.reverse {
        flex-direction: column;
        gap: 1.5rem;
    }

    .step-number {
        font-size: 3rem;
    }

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

    .pricing-grid {
        flex-direction: column;
        align-items: center;
    }

    .footer-content {
        flex-direction: column;
        gap: 3rem;
    }

    .footer-links {
        flex-direction: column;
        gap: 2rem;
    }

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

    .sticky-cta {
        bottom: 1rem;
        right: 1rem;
    }

    .form-container {
        padding: 2.5rem 1.5rem;
    }
}

@media (max-width: 640px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .insight-content h2,
    .trust-content h2,
    .story-wrapper h2,
    .benefits-header h2,
    .pricing-intro h2 {
        font-size: 2rem;
    }

    .testimonial-inline p {
        font-size: 1.5rem;
    }
}