:root{--navy: #0F1D35;--navy-90: #1B2D4E;--teal: #0ea49f;--teal-dark: #0B8A86;--teal-light: #E6F7F6;--teal-glow: rgba(14,165,160,.12);--coral: #E8593C;--coral-light: #FEF0ED;--amber: #f59e0b;--amber-light: #FFF8E7;--bg-light: #f6f8f8;--bg-dark: #102221;--section-alt: #f1f5f9;--text-h: #0f172a;--text-p: #475569;--text-muted: #64748b;--border: #e2e8f0;--border-light: #e2e8f0;--white: #FFFFFF;--red-100: #fee2e2;--red-500: #ef4444;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);--shadow-xl: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);--shadow-2xl: 0 25px 50px -12px rgba(0,0,0,.25);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--font-display: "Manrope", system-ui, -apple-system, sans-serif;--font-body: "Manrope", system-ui, -apple-system, sans-serif;--w-max: 1280px;--w-narrow: 768px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-p);line-height:1.65;-webkit-font-smoothing:antialiased;background:var(--bg-light);overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--w-max);margin:0 auto;padding:0 24px}.container-narrow{max-width:var(--w-narrow);margin:0 auto;padding:0 24px}h1,h2,h3,h4{color:var(--text-h);line-height:1.15;font-family:var(--font-display)}h1{font-weight:800;font-size:clamp(2.2rem,5vw,3.5rem);letter-spacing:-.03em}h2{font-weight:800;font-size:clamp(1.75rem,3.5vw,2.4rem);letter-spacing:-.02em}h3{font-weight:700;font-size:1.25rem}h4{font-weight:700;font-size:1rem}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}p{font-size:1.05rem}.eyebrow{font-family:var(--font-body);font-weight:800;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);display:inline-block;margin-bottom:16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;border-radius:var(--radius-lg);font-family:var(--font-body);font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-primary{background:#2563eb;color:var(--white);box-shadow:0 4px 14px #2563eb40}.btn-primary:hover{background:#1d4ed8;transform:scale(1.05)}.btn-outline{background:var(--white);color:var(--text-h);border:2px solid var(--border);font-weight:700}.btn-outline:hover{border-color:var(--teal);color:var(--teal)}.btn-white{background:var(--white);color:var(--navy);box-shadow:var(--shadow-sm)}.btn-white:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.2)}.btn-ghost:hover{background:#ffffff1a}.btn-arrow:after{content:"→";margin-left:4px;transition:transform .2s}.btn-arrow:hover:after{transform:translate(3px)}.skip-link{position:absolute;top:-100px;left:16px;z-index:200;background:var(--teal);color:var(--white);padding:8px 16px;border-radius:var(--radius-sm);font-weight:600;font-size:.9rem;transition:top .2s}.skip-link:focus{top:8px}.site-header{position:sticky;top:0;z-index:50;width:100%;border-bottom:1px solid var(--border);background:#f6f8f8cc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.site-header.scrolled{box-shadow:var(--shadow-sm)}.header-inner{max-width:var(--w-max);margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;gap:8px;text-decoration:none}.header-logo-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);background:var(--teal);color:var(--white)}.header-logo-icon .material-symbols-outlined{font-size:20px}.header-logo-text{font-size:1.25rem;font-weight:800;letter-spacing:-.02em;color:var(--text-h)}.header-logo-accent{color:var(--teal)}.header-nav{display:flex;align-items:center;gap:32px}.header-nav a{font-size:.875rem;font-weight:600;color:var(--text-h);transition:color .2s}.header-nav a:hover,.header-nav a[aria-current=page]{color:var(--teal)}.header-cta{padding:10px 20px;font-size:.875rem;border-radius:var(--radius-sm)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}.nav-toggle span{display:block;width:22px;height:2px;background:var(--navy);margin:5px 0;border-radius:2px;transition:all .3s}.hero{padding:130px 28px 90px;background:var(--warm-bg);position:relative}.hero:after{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:radial-gradient(ellipse at 80% 30%,var(--teal-glow) 0%,transparent 60%);pointer-events:none}.hero-inner{max-width:var(--w-max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-content{max-width:540px}.hero h1{margin-bottom:20px}.hero h1 .accent{color:var(--teal)}.hero-sub{font-size:1.15rem;color:var(--text-muted);line-height:1.7;margin-bottom:32px;max-width:480px}.hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}.hero-proof{display:flex;align-items:center;gap:20px;font-size:.85rem;color:var(--text-muted)}.hero-proof-item{display:flex;align-items:center;gap:6px}.hero-proof-item svg{width:16px;height:16px;color:var(--teal);flex-shrink:0}.hero--centered .hero-inner{grid-template-columns:1fr;text-align:center;justify-items:center}.hero--centered .hero-content{max-width:720px}.hero--centered .hero-sub{max-width:600px;margin-left:auto;margin-right:auto}.hero--centered .hero-ctas,.hero--centered .hero-proof{justify-content:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--coral-light);color:var(--coral);padding:6px 14px;border-radius:20px;font-size:.8rem;font-weight:600;margin-bottom:20px}.hero-visual{position:relative;display:flex;justify-content:center}.hero-video-wrap{background:var(--navy);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);width:100%;max-width:500px;aspect-ratio:16/10;position:relative;cursor:pointer}.hero-video-wrap:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(135deg,#0f1d35b3,#0f1d354d);transition:opacity .3s}.hero-video-wrap:hover:before{opacity:.8}.hero-video-label{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--white);text-align:center}.play-btn{width:64px;height:64px;background:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:14px;box-shadow:0 4px 24px #0ea5a066;transition:transform .2s,box-shadow .2s}.hero-video-wrap:hover .play-btn{transform:scale(1.08);box-shadow:0 6px 32px #0ea5a080}.play-btn svg{width:24px;height:24px;fill:var(--white);margin-left:3px}.hero-video-label span{font-size:.85rem;font-weight:500;opacity:.9}.float-stat{position:absolute;background:var(--white);border-radius:var(--radius-md);padding:14px 18px;box-shadow:var(--shadow-md);z-index:3;animation:float 6s ease-in-out infinite}.float-stat-number{font-size:1.5rem;font-weight:700;color:var(--teal);line-height:1}.float-stat-label{font-size:.75rem;color:var(--text-muted);margin-top:2px}.float-stat-1{top:10%;left:-20px}.float-stat-2{bottom:12%;right:-16px;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.trust-bar{padding:40px 28px;border-bottom:1px solid var(--border-light);background:var(--white)}.trust-inner{max-width:var(--w-max);margin:0 auto;text-align:center}.trust-label{font-size:.78rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}.trust-items{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap;opacity:.55}.trust-item{font-weight:700;font-size:1.05rem;color:var(--navy);letter-spacing:-.3px;white-space:nowrap}.section-header{text-align:center;margin-bottom:56px}.section-header h2{margin-bottom:14px}.section-header p{font-size:1.1rem;color:var(--text-muted);max-width:580px;margin:0 auto}.steps{max-width:var(--w-max);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.step{background:var(--white);border-radius:var(--radius-lg);padding:32px 28px;border:1px solid var(--border-light);transition:box-shadow .3s,transform .2s}.step:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.step-num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;font-weight:700;font-size:.9rem;margin-bottom:18px}.step:nth-child(1) .step-num{background:var(--teal-light);color:var(--teal-dark)}.step:nth-child(2) .step-num{background:var(--coral-light);color:var(--coral)}.step:nth-child(3) .step-num{background:var(--amber-light);color:var(--amber)}.step h3{margin-bottom:10px;font-size:1.1rem}.step p{font-size:.92rem;color:var(--text-muted);line-height:1.6}.feature-grid{max-width:var(--w-max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:24px}.feature-card{background:var(--white);border-radius:var(--radius-lg);padding:36px 32px;border:1px solid var(--border-light);transition:box-shadow .3s}.feature-card:hover{box-shadow:var(--shadow-md)}.feature-card h3{font-size:1.15rem;margin-bottom:10px}.feature-card p{font-size:.92rem;color:var(--text-muted);line-height:1.6}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;margin-bottom:16px;font-size:1.3rem}.feature-icon--teal{background:var(--teal-light);color:var(--teal-dark)}.feature-icon--coral{background:var(--coral-light);color:var(--coral)}.feature-icon--amber{background:var(--amber-light);color:var(--amber)}.feature-icon--navy{background:#0f1d3514;color:var(--navy)}.two-col{padding:90px 28px}.two-col-inner{max-width:var(--w-max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.two-col-text h2{margin-bottom:18px}.two-col-text p{margin-bottom:16px}.stats-grid{max-width:var(--w-max);margin:48px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.stat-card-result{text-align:center;padding:32px 20px;border-radius:var(--radius-lg);border:1px solid var(--border-light)}.stat-card-result .result-number{font-family:var(--font-display);font-weight:700;font-size:2.6rem;line-height:1;margin-bottom:8px}.stat-card-result:nth-child(1) .result-number{color:var(--teal)}.stat-card-result:nth-child(2) .result-number{color:var(--coral)}.stat-card-result:nth-child(3) .result-number{color:var(--navy)}.stat-card-result:nth-child(4) .result-number{color:var(--amber)}.stat-card-result .result-label{font-size:.88rem;color:var(--text-muted);line-height:1.4}.problem-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px}.stat-card{background:var(--warm-bg);border-radius:var(--radius-md);padding:24px;border:1px solid var(--border-light)}.stat-number{font-family:var(--font-display);font-size:2.2rem;font-weight:700;color:var(--coral);line-height:1;margin-bottom:6px}.stat-label{font-size:.85rem;color:var(--text-muted);line-height:1.4}.audience-cards{max-width:var(--w-max);margin:48px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:24px}.audience-card{background:var(--white);border-radius:var(--radius-lg);padding:40px 36px;border:1px solid var(--border-light);transition:box-shadow .3s}.audience-card:hover{box-shadow:var(--shadow-md)}.audience-tag{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;margin-bottom:16px}.audience-card:nth-child(1) .audience-tag{background:var(--teal-light);color:var(--teal-dark)}.audience-card:nth-child(2) .audience-tag{background:var(--coral-light);color:var(--coral)}.audience-card h3{font-size:1.25rem;margin-bottom:12px}.audience-card>p{color:var(--text-muted);font-size:.95rem;margin-bottom:20px}.audience-features{list-style:none}.audience-features li{font-size:.9rem;color:var(--text-p);padding:7px 0 7px 24px;position:relative}.audience-features li:before{content:"";position:absolute;left:0;top:14px;width:8px;height:8px;border-radius:50%}.audience-card:nth-child(1) .audience-features li:before{background:var(--teal);opacity:.4}.audience-card:nth-child(2) .audience-features li:before{background:var(--coral);opacity:.4}.dark-section{padding:90px 28px;background:var(--navy);color:var(--white);position:relative;overflow:hidden}.dark-section:before{content:"";position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(14,165,160,.15) 0%,transparent 70%)}.dark-section h2{color:var(--white)}.dark-section p{color:#ffffffb3}.dark-section .eyebrow{color:#0ea5a0cc}.agent-cards{display:flex;flex-direction:column;gap:16px}.agent-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);padding:22px 24px;transition:background .2s}.agent-card:hover{background:#ffffff1a}.agent-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;margin-bottom:10px;font-size:1.1rem}.agent-card h3{color:var(--white);font-size:1rem;margin-bottom:6px}.agent-card p{color:#fff9;font-size:.88rem;line-height:1.5;margin:0}.video-grid{max-width:var(--w-max);margin:48px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.video-card{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-light);transition:box-shadow .3s,transform .2s}.video-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.video-thumb{aspect-ratio:16/9;background:var(--navy);display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.video-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0f1d3599,#0f1d354d)}.video-play{width:48px;height:48px;border-radius:50%;background:var(--teal);display:flex;align-items:center;justify-content:center;z-index:1;box-shadow:0 4px 16px #0ea5a04d;transition:transform .2s}.video-card:hover .video-play{transform:scale(1.1)}.video-play svg{width:18px;height:18px;fill:var(--white);margin-left:2px}.video-info{padding:20px}.video-info h3{font-size:1rem;margin-bottom:4px}.video-info p{font-size:.82rem;color:var(--text-muted)}.faq-section{padding:90px 28px;background:var(--section-alt)}.faq-list{max-width:var(--w-narrow);margin:40px auto 0}.faq-item{border-bottom:1px solid var(--border);padding:22px 0}.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:16px;font-weight:600;font-size:1.02rem;color:var(--text-h);background:none;border:none;width:100%;text-align:left;font-family:var(--font-body)}.faq-icon{width:24px;height:24px;flex-shrink:0;border-radius:50%;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;transition:transform .3s,border-color .3s}.faq-icon svg{width:12px;height:12px;color:var(--text-muted)}.faq-item.open .faq-icon{transform:rotate(45deg);border-color:var(--teal)}.faq-item.open .faq-icon svg{color:var(--teal)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.faq-item.open .faq-answer{max-height:300px;padding-top:14px}.faq-answer p{font-size:.92rem;color:var(--text-muted);line-height:1.7}.final-cta{padding:100px 28px;background:var(--navy);text-align:center;position:relative;overflow:hidden}.final-cta:before{content:"";position:absolute;top:-150px;left:50%;transform:translate(-50%);width:800px;height:400px;border-radius:50%;background:radial-gradient(ellipse,rgba(14,165,160,.12) 0%,transparent 70%)}.final-cta h2{color:var(--white);font-size:clamp(1.8rem,4vw,2.6rem);margin-bottom:16px;position:relative}.final-cta .container>p{color:#fff9;font-size:1.1rem;margin-bottom:36px;max-width:520px;margin-left:auto;margin-right:auto;position:relative}.final-ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;position:relative}.final-note{margin-top:20px;font-size:.82rem;color:#fff6;position:relative}.site-footer{border-top:1px solid var(--border);padding:64px 0;background:var(--bg-light)}.footer-container{max-width:var(--w-max);margin:0 auto;padding:0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px}.footer-brand{display:flex;flex-direction:column;gap:24px}.footer-logo{display:flex;align-items:center;gap:8px;text-decoration:none}.footer-logo-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);background:var(--teal);color:var(--white)}.footer-logo-icon .material-symbols-outlined{font-size:20px}.footer-logo-text{font-size:1.25rem;font-weight:800;letter-spacing:-.02em;color:var(--text-h)}.footer-logo-accent{color:var(--teal)}.footer-brand p{max-width:380px;font-size:.875rem;color:var(--text-muted);line-height:1.6}.footer-col h5{font-size:.875rem;font-weight:700;color:var(--text-h);margin-bottom:16px}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:8px}.footer-col a{font-size:.875rem;color:var(--text-muted);transition:color .2s}.footer-col a:hover{color:var(--teal)}.footer-bottom{margin-top:64px;padding-top:32px;border-top:1px solid var(--border);text-align:center}.footer-bottom p{font-size:.75rem;color:var(--text-muted)}.pricing-section{padding:90px 28px;background:var(--white)}.pricing-cards{max-width:var(--w-max);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pricing-card{background:var(--white);border-radius:var(--radius-lg);padding:36px 32px;border:1px solid var(--border-light);transition:box-shadow .3s,transform .2s;position:relative;display:flex;flex-direction:column}.pricing-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.pricing-card--featured{border-color:var(--teal);box-shadow:var(--shadow-md)}.pricing-card--featured:before{content:"";position:absolute;top:0;left:16px;right:16px;height:3px;background:var(--teal);border-radius:0 0 3px 3px}.pricing-badge{position:absolute;top:-12px;right:20px;background:var(--teal);color:var(--white);padding:4px 14px;border-radius:12px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.pricing-card h3{font-size:1.2rem;margin-bottom:8px}.pricing-price{font-family:var(--font-display);font-size:2.4rem;font-weight:700;color:var(--text-h);margin-bottom:4px}.pricing-price span{font-family:var(--font-body);font-size:.9rem;font-weight:400;color:var(--text-muted)}.pricing-desc{font-size:.88rem;color:var(--text-muted);margin-bottom:24px}.pricing-features{list-style:none;flex:1;margin-bottom:28px}.pricing-features li{font-size:.88rem;color:var(--text-p);padding:8px 0 8px 28px;position:relative;border-bottom:1px solid var(--border-light)}.pricing-features li:last-child{border-bottom:none}.pricing-features li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:700;font-size:.9rem}.pricing-card .btn{width:100%}.comparison-table{width:100%;border-collapse:collapse;margin-top:48px}.comparison-table th,.comparison-table td{padding:14px 20px;text-align:left;font-size:.9rem;border-bottom:1px solid var(--border-light)}.comparison-table th{font-weight:600;color:var(--text-h);background:var(--warm-bg);position:sticky;top:64px;z-index:10}.comparison-table td{color:var(--text-p)}.comparison-table td:first-child{font-weight:500}.credit-steps{max-width:var(--w-max);margin:48px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.credit-step{text-align:center;padding:32px 24px}.credit-step-num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;font-size:1.3rem;font-weight:700;background:var(--teal-light);color:var(--teal-dark);margin-bottom:18px}.credit-step h3{margin-bottom:8px}.credit-step p{font-size:.92rem;color:var(--text-muted)}.credit-note{max-width:var(--w-narrow);margin:40px auto 0;padding:24px 28px;background:var(--teal-light);border-radius:var(--radius-md);border-left:4px solid var(--teal);font-size:.92rem;color:var(--text-p);line-height:1.7}.alt-section{padding:90px 28px}.alt-section:nth-child(2n){background:var(--section-alt)}.alt-section:nth-child(odd){background:var(--white)}.feature-list{list-style:none;margin-top:20px}.feature-list li{font-size:.95rem;color:var(--text-p);padding:8px 0 8px 28px;position:relative}.feature-list li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:700}@media(prefers-reduced-motion:no-preference){.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-delay-1{transition-delay:.1s}.fade-in-delay-2{transition-delay:.2s}.fade-in-delay-3{transition-delay:.3s}}.s-section-inner{max-width:var(--w-max);margin:0 auto;padding:0 24px}.s-section-header{text-align:center;margin-bottom:80px}.s-section-label{display:inline-block;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--teal);margin-bottom:16px}.s-section-label--red{color:var(--red-500)}.s-hero{padding:80px 24px;overflow:hidden}.s-hero-inner{max-width:var(--w-max);margin:0 auto;display:flex;align-items:center;gap:64px}.s-hero-content{flex:1}.s-hero-badge{display:inline-flex;align-items:center;background:#0ea49f1a;color:var(--teal);padding:6px 16px;border-radius:999px;font-size:.8rem;font-weight:700;margin-bottom:24px}.s-hero h1{margin-bottom:24px}.s-hero-sub{font-size:1.125rem;color:var(--text-muted);line-height:1.7;max-width:560px;margin-bottom:32px}.s-hero-ctas{display:flex;gap:16px;flex-wrap:wrap}.s-hero-visual{flex:1;width:100%;max-width:640px}.s-hero-card{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--white);padding:24px;box-shadow:var(--shadow-2xl)}.s-hero-card-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);padding-bottom:16px;margin-bottom:24px}.s-hero-card-header h3{font-size:1rem}.s-hero-card-meta{font-size:.75rem;font-weight:500;color:var(--text-muted)}.s-hero-card-list{display:flex;flex-direction:column;gap:16px}.s-candidate-row{display:flex;align-items:center;justify-content:space-between;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--section-alt);padding:16px}.s-candidate-info{display:flex;align-items:center;gap:12px}.s-candidate-avatar{width:40px;height:40px;border-radius:50%;background:var(--section-alt);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;color:var(--text-muted)}.s-candidate-avatar--primary{background:#0ea49f33;color:var(--teal)}.s-candidate-name{font-size:.875rem;font-weight:700;color:var(--text-h)}.s-candidate-skills{font-size:.75rem;color:var(--text-muted)}.s-candidate-score{background:var(--teal);color:var(--white);padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:700}.s-problem{background:var(--coral-light);padding:96px 24px}.s-problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.s-problem-card{background:var(--white);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow-sm)}.s-problem-icon{width:48px;height:48px;border-radius:50%;background:var(--red-100);color:var(--red-500);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.s-problem-card h3{margin-bottom:8px}.s-problem-card p{font-size:.875rem;line-height:1.6;color:var(--text-muted)}.s-hiw{padding:96px 24px}.s-hiw-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}.s-hiw-step{text-align:center}.s-hiw-circle{width:80px;height:80px;border-radius:50%;margin:0 auto 24px;background:#0ea49f1a;color:var(--teal);display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 8px #0ea49f0d}.s-hiw-circle .material-symbols-outlined{font-size:36px}.s-hiw-step h3{font-size:1.25rem;margin-bottom:12px}.s-hiw-step p{color:var(--text-muted);font-size:.95rem}.s-hiw-img{margin-top:24px;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-md)}.s-hiw-img img{width:100%;height:auto;display:block}.s-outcomes{background:var(--navy);padding:96px 24px}.s-outcomes-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:32px}.s-outcome-number{font-size:2.5rem;font-weight:800;color:var(--amber);line-height:1.1;margin-bottom:8px}.s-outcome-label{font-size:.875rem;font-weight:500;color:#cbd5e1}.s-proof{padding:96px 24px;background:var(--section-alt)}.s-proof-label{text-align:center;font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:48px}.s-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.s-proof-card{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--white);padding:32px;text-align:left;transition:box-shadow .3s}.s-proof-card:hover{box-shadow:var(--shadow-xl)}.s-proof-icon{color:var(--teal);margin-bottom:16px}.s-proof-icon .material-symbols-outlined{font-size:36px}.s-proof-card h4{font-size:1.25rem;margin-bottom:8px}.s-proof-card p{font-size:.875rem;color:var(--text-muted);line-height:1.6}.s-faq{padding:96px 24px}.s-faq-inner{max-width:var(--w-narrow);margin:0 auto}.s-faq-inner h2{text-align:center;margin-bottom:48px}.s-faq-list{display:flex;flex-direction:column;gap:16px}.s-faq-item{border-radius:var(--radius-lg);border:1px solid var(--border);padding:16px 20px}.s-faq-item summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:700;color:var(--text-h);list-style:none;font-size:1rem}.s-faq-item summary::-webkit-details-marker{display:none}.s-faq-chevron{transition:transform .2s}.s-faq-item[open] .s-faq-chevron{transform:rotate(180deg)}.s-faq-item p{margin-top:16px;font-size:.875rem;line-height:1.7;color:var(--text-muted)}.s-final-cta{background:var(--navy);padding:80px 24px}.s-final-cta h2{color:var(--white)}.s-final-cta-sub{font-size:1.125rem;color:#cbd5e1;margin-top:24px;margin-bottom:40px}.s-final-cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}@media(max-width:960px){.s-hero-inner{flex-direction:column;gap:40px}.s-hero-content{text-align:center}.s-hero-sub{margin-left:auto;margin-right:auto}.s-hero-ctas{justify-content:center}.s-problem-grid{grid-template-columns:repeat(2,1fr)}.s-hiw-steps{grid-template-columns:1fr;max-width:480px;margin:0 auto}.s-outcomes-grid{grid-template-columns:repeat(2,1fr)}.s-proof-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.hero-inner{grid-template-columns:1fr;gap:40px}.hero-visual{order:-1}.hero-content{max-width:100%}.two-col-inner{grid-template-columns:1fr;gap:40px}.stats-grid{grid-template-columns:repeat(2,1fr)}.audience-cards{grid-template-columns:1fr}.steps,.video-grid{grid-template-columns:1fr;max-width:480px}.pricing-cards{grid-template-columns:1fr;max-width:480px;margin:0 auto}.feature-grid{grid-template-columns:1fr}.credit-steps{grid-template-columns:1fr;max-width:400px;margin:0 auto}.footer-grid{grid-template-columns:1fr}}@media(max-width:640px){.s-hero{padding:40px 20px 60px}.s-hero-ctas{flex-direction:column}.s-hero-ctas .btn{width:100%}.s-problem-grid{grid-template-columns:1fr}.s-outcomes-grid{grid-template-columns:1fr 1fr}.s-final-cta-buttons{flex-direction:column;align-items:center}.hero{padding:80px 20px 60px}.hero-ctas{flex-direction:column}.hero-ctas .btn{width:100%}.hero-proof{flex-direction:column;align-items:flex-start;gap:10px}.hero--centered .hero-proof{align-items:center}.header-nav,.header-cta{display:none}.nav-toggle{display:block}.header-nav.open{display:flex;flex-direction:column;position:absolute;top:64px;left:0;right:0;background:var(--white);border-bottom:1px solid var(--border);padding:20px 24px;gap:16px;box-shadow:0 8px 24px #00000014}.header-nav.open+.header-cta{display:inline-flex;margin:0 24px 16px}.stats-grid{grid-template-columns:1fr 1fr;gap:12px}.stat-card-result{padding:24px 16px}.float-stat{display:none}.footer-grid{grid-template-columns:1fr}section{padding-left:20px!important;padding-right:20px!important}}.hero:before{content:"";position:absolute;top:-120px;left:-120px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(232,89,60,.06) 0%,transparent 70%);pointer-events:none;z-index:0}.hero--centered:before{left:50%;transform:translate(-50%);top:-180px;width:600px;height:600px}.hero--centered:after{width:60%;left:20%}.dark-section:after,.final-cta:after{content:"";position:absolute;top:0;right:-100px;bottom:0;width:400px;border-radius:50%;background:radial-gradient(circle,rgba(14,165,160,.08) 0%,transparent 60%);pointer-events:none}.illust-card{width:100%;aspect-ratio:4/3;border-radius:var(--radius-lg);border:1px solid var(--border-light);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.illust-card:before{content:"";position:absolute;inset:0;background-size:20px 20px;background-image:radial-gradient(circle,var(--border-light) 1px,transparent 1px);opacity:.5}.illust-card-content{position:relative;z-index:1;text-align:center;padding:32px}.illust-icon{width:72px;height:72px;border-radius:18px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:2rem;box-shadow:var(--shadow-sm)}.illust-icon--teal{background:linear-gradient(135deg,var(--teal-light) 0%,#C8EDEC 100%)}.illust-icon--coral{background:linear-gradient(135deg,var(--coral-light) 0%,#FDDDD4 100%)}.illust-icon--amber{background:linear-gradient(135deg,var(--amber-light) 0%,#FFEEC2 100%)}.illust-icon--navy{background:linear-gradient(135deg,#0f1d3514,#0f1d3526)}.illust-card-label{font-weight:700;font-size:1.05rem;color:var(--text-h);margin-bottom:4px;font-family:var(--font-body)}.illust-card-sub{font-size:.82rem;color:var(--text-muted);font-weight:500}.section-visual{width:100%;aspect-ratio:4/3;border-radius:var(--radius-lg);border:1px solid var(--border-light);overflow:hidden;position:relative;box-shadow:var(--shadow-md)}.section-visual:before{content:"";position:absolute;inset:0;background-size:24px 24px;background-image:radial-gradient(circle,var(--border-light) 1px,transparent 1px);opacity:.4}.section-visual-inner{position:relative;z-index:1;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center}.step-num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;font-weight:700;font-size:.9rem;margin-bottom:18px;box-shadow:0 2px 8px #0000000f}input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;background:linear-gradient(to right,var(--teal) 0%,var(--teal) 50%,var(--border) 50%);outline:none;cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:var(--white);border:2.5px solid var(--teal);box-shadow:0 2px 8px #0ea5a059;transition:box-shadow .2s,transform .2s;cursor:pointer}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 3px 12px #0ea5a073}input[type=range]::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:var(--white);border:2.5px solid var(--teal);box-shadow:0 2px 8px #0ea5a059;cursor:pointer}.step:hover,.feature-card:hover,.audience-card:hover,.video-card:hover,.content-card:hover,.team-card:hover{box-shadow:0 8px 32px #0ea5a01a,0 2px 8px #0000000d}.stat-card-result{transition:box-shadow .3s,transform .2s;border-radius:var(--radius-lg);background:var(--white)}.stat-card-result:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.feature-list li{transition:padding-left .2s}.feature-list li:hover{padding-left:32px}.comparison-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:48px;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-light);box-shadow:var(--shadow-sm)}.comparison-table th{font-weight:600;color:var(--text-h);background:var(--warm-bg);position:sticky;top:64px;z-index:10;padding:16px 20px;text-align:left;font-size:.9rem;border-bottom:2px solid var(--border)}.comparison-table th:nth-child(2){background:var(--teal-light);color:var(--teal-dark)}.comparison-table td{padding:14px 20px;text-align:left;font-size:.9rem;color:var(--text-p);border-bottom:1px solid var(--border-light)}.comparison-table tr:last-child td{border-bottom:none}.comparison-table tbody tr{transition:background .15s}.comparison-table tbody tr:hover{background:#0ea5a008}.comparison-table td:first-child{font-weight:600;color:var(--text-h)}.comparison-table td:nth-child(2){background:#0ea5a008}.comparison-table .check{color:var(--teal);font-weight:700}.comparison-table .dash{color:var(--text-muted)}.hero+.trust-bar{border-top:1px solid var(--border-light)}.two-col+.two-col{position:relative}.two-col+.two-col:before{content:"";position:absolute;top:-1px;left:50%;width:1px;height:40px;background:linear-gradient(to bottom,var(--border-light),transparent);transform:translate(-50%)}.contact-form{max-width:600px;margin:0 auto;background:var(--white);border-radius:var(--radius-lg);padding:44px;border:1px solid var(--border-light);box-shadow:var(--shadow-lg)}.contact-field{margin-bottom:20px}.contact-field label{display:block;font-size:.85rem;font-weight:600;color:var(--text-h);margin-bottom:6px}.contact-field input,.contact-field textarea,.contact-field select{width:100%;padding:12px 16px;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.95rem;font-family:var(--font-body);color:var(--text-p);background:var(--white);outline:none;transition:border-color .2s,box-shadow .2s}.contact-field input:focus,.contact-field textarea:focus,.contact-field select:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0ea5a01a}.contact-field textarea{resize:vertical;min-height:120px}.contact-field input.error,.contact-field textarea.error{border-color:var(--coral)}.content-grid{max-width:var(--w-max);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.content-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-light);transition:box-shadow .3s,transform .2s;display:flex;flex-direction:column}.content-card:hover{transform:translateY(-4px)}.content-card-thumb{aspect-ratio:16/9;overflow:hidden;position:relative}.content-card-thumb-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;transition:transform .4s}.content-card:hover .content-card-thumb-inner{transform:scale(1.08)}.content-card-body{padding:24px;flex:1;display:flex;flex-direction:column}.content-card-tag{display:inline-block;padding:4px 12px;border-radius:14px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px;width:fit-content}.content-card-body h3{font-size:1.08rem;margin-bottom:8px;line-height:1.35;transition:color .2s}.content-card:hover .content-card-body h3{color:var(--teal)}.content-card-body p{font-size:.88rem;color:var(--text-muted);margin-bottom:16px;line-height:1.55;flex:1}.content-card-meta{display:flex;align-items:center;gap:12px;font-size:.78rem;color:var(--text-muted);padding-top:12px;border-top:1px solid var(--border-light)}.team-grid{max-width:var(--w-max);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.team-card{text-align:center;padding:40px 28px;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border-light);transition:box-shadow .3s}.team-card:hover{box-shadow:var(--shadow-md)}.team-avatar{width:80px;height:80px;border-radius:50%;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;font-size:2rem}.team-card h3{font-size:1.05rem;margin-bottom:4px}.team-card .team-title{font-size:.85rem;color:var(--teal);font-weight:500;margin-bottom:10px}.team-card p{font-size:.85rem;color:var(--text-muted);line-height:1.5}@keyframes pulse-subtle{0%,to{box-shadow:0 0 #0ea5a033}50%{box-shadow:0 0 0 8px #0ea5a000}}.btn-primary{animation:pulse-subtle 3s ease-in-out infinite}.btn-primary:hover{animation:none}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.two-col-text h2{position:relative;display:inline;background-image:linear-gradient(var(--teal-light),var(--teal-light));background-size:0% 3px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .4s ease}.two-col:hover .two-col-text h2{background-size:100% 3px}@media(max-width:960px){.content-grid{grid-template-columns:1fr;max-width:500px}.team-grid{grid-template-columns:1fr;max-width:400px}.two-col+.two-col:before{display:none}}@keyframes modalIn{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}#trialModal input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0ea5a01f}
