.hero{position:relative;width:100%;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff}.hero-bg{background-size:cover;background-position:50%;will-change:transform,opacity}.hero-bg,.hero-overlay{position:absolute;inset:0}.hero-overlay{background:linear-gradient(135deg,rgba(11,20,38,.92),rgba(11,20,38,.75) 40%,rgba(37,99,235,.35));z-index:1}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 0);background-size:60px 60px;z-index:2;pointer-events:none}.hero-content{position:relative;z-index:3;max-width:820px;padding:120px 24px 100px;text-align:center}.hero-eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#F59E0B;margin-bottom:20px}.hero-title{font-size:clamp(2.5rem,6vw,4.25rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:24px;color:var(--color-text-inverse)}.hero-title-accent{background:linear-gradient(90deg,#2563EB,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);line-height:1.7;color:rgba(255,255,255,.75);max-width:580px;margin:0 auto 36px}.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:48px}.hero-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:10px;font-weight:600;font-size:1rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.hero-btn-primary{background:#F59E0B;color:#0B1426;box-shadow:0 4px 20px rgba(245,158,11,.35)}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(245,158,11,.45)}.hero-btn-secondary{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-btn-secondary:hover{background:rgba(255,255,255,.18);transform:translateY(-2px)}.hero-stats{display:flex;gap:40px;justify-content:center;flex-wrap:wrap;padding-top:32px;border-top:1px solid rgba(255,255,255,.12)}.hero-stat{display:flex;flex-direction:column;gap:4px}.hero-stat-value{font-size:1.75rem;font-weight:800;color:#fff}.hero-stat-label{font-size:.8rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.5)}.hero-slide-label{position:absolute;bottom:80px;left:32px;z-index:3;font-size:.85rem;font-weight:500;letter-spacing:.05em;color:rgba(255,255,255,.6)}.hero-dots{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:3}.hero-dot{width:10px;height:10px;border-radius:50%;border:none;background:rgba(255,255,255,.35);cursor:pointer;padding:0;transition:background .3s ease,transform .3s ease}.hero-dot.active{background:#F59E0B;transform:scale(1.3)}.hero-scroll{position:absolute;bottom:32px;right:32px;z-index:3;color:rgba(255,255,255,.4);animation:hero-bounce 2s ease-in-out infinite}@keyframes hero-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@media (max-width:768px){.hero-content{padding:100px 20px 120px}.hero-stats{gap:24px}.hero-stat-value{font-size:1.4rem}.hero-slide-label{left:20px;bottom:72px;font-size:.75rem}.hero-scroll{display:none}}.features-section{background:#f8fafc;padding:100px 24px;position:relative}.features-container{max-width:1200px;margin:0 auto}.features-header{text-align:center;margin-bottom:56px}.features-eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#2563EB;margin-bottom:12px}.features-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;letter-spacing:-.03em;color:#0B1426;margin-bottom:16px}.features-subtitle{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.7}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.feature-card{position:relative;border-radius:16px;overflow:hidden;min-height:340px;cursor:default;box-shadow:0 4px 24px rgba(11,20,38,.08)}.feature-card-bg{position:absolute;inset:0;background-size:cover;background-position:50%;transition:transform .6s ease}.feature-card:hover .feature-card-bg{transform:scale(1.08)}.feature-card-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(11,20,38,.98) 0,rgba(11,20,38,.82) 40%,rgba(11,20,38,.55) 70%,rgba(11,20,38,.35))}.feature-card-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;height:100%;min-height:340px;padding:28px;color:#fff}.feature-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:#fff}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:8px;color:var(--color-text-inverse)}.feature-desc{font-size:.9rem;line-height:1.6;color:rgba(255,255,255,.7)}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.features-section{padding:64px 16px}.features-grid{grid-template-columns:1fr}.feature-card{min-height:280px}.feature-card-content{min-height:280px;padding:24px}}.steps-section{background:#0B1426;padding:100px 24px;color:#fff;position:relative;overflow:hidden}.steps-section:before{content:"";position:absolute;top:0;right:-20%;width:60%;height:100%;background:radial-gradient(ellipse,rgba(37,99,235,.12) 0,transparent 70%);pointer-events:none}.steps-container{max-width:1100px;margin:0 auto;position:relative;z-index:1}.steps-header{text-align:center;margin-bottom:64px}.steps-eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#F59E0B;margin-bottom:12px}.steps-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;letter-spacing:-.03em;margin-bottom:16px;color:var(--color-text-inverse)}.steps-subtitle{font-size:1.1rem;color:rgba(255,255,255,.6);max-width:520px;margin:0 auto;line-height:1.7}.steps-timeline{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;position:relative}.steps-line{position:absolute;top:36px;left:calc(16.67% + 24px);right:calc(16.67% + 24px);height:2px;background:rgba(255,255,255,.1);z-index:0}.steps-line-progress{width:100%;height:100%;background:linear-gradient(90deg,#2563EB,#F59E0B);transform-origin:left;border-radius:2px}.step-card{text-align:center;position:relative;z-index:1}.step-marker{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:24px}.step-number{font-size:.75rem;font-weight:700;letter-spacing:.1em;color:#F59E0B}.step-icon{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#2563EB,#1d4ed8);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 0 0 6px rgba(37,99,235,.15)}.step-title{font-size:1.25rem;font-weight:700;margin-bottom:10px;color:var(--color-text-inverse)}.step-description{font-size:.95rem;line-height:1.7;color:rgba(255,255,255,.6);max-width:300px;margin:0 auto}@media (max-width:768px){.steps-section{padding:64px 16px}.steps-timeline{grid-template-columns:1fr;gap:48px}.steps-line{display:none}.step-marker{flex-direction:row;justify-content:flex-start;gap:16px;margin-bottom:16px}.step-card{text-align:left;padding-left:8px;border-left:2px solid rgba(37,99,235,.3)}.step-description{margin:0;max-width:none}}.cta-section{background:linear-gradient(160deg,#0B1426,#111d35 50%,#0B1426);color:#fff;padding:100px 24px;text-align:center;position:relative;overflow:hidden}.cta-glow{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.cta-glow-left{width:400px;height:400px;background:rgba(37,99,235,.15);top:-100px;left:-100px}.cta-glow-right{width:350px;height:350px;background:rgba(245,158,11,.1);bottom:-80px;right:-80px}.cta-container{max-width:720px;margin:0 auto;position:relative;z-index:1}.cta-eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#F59E0B;margin-bottom:16px}.cta-title{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin-bottom:20px;color:var(--color-text-inverse)}.cta-title-accent{color:#2563EB}.cta-subtitle{font-size:1.1rem;color:rgba(255,255,255,.65);line-height:1.7;margin-bottom:40px}.cta-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:10px;font-weight:600;font-size:1rem;text-decoration:none;transition:box-shadow .2s ease}.cta-button-primary{background:#F59E0B;color:#0B1426;box-shadow:0 4px 20px rgba(245,158,11,.3)}.cta-button-primary:hover{box-shadow:0 8px 28px rgba(245,158,11,.4)}.cta-button-secondary{background:#2563EB;color:#fff;box-shadow:0 4px 20px rgba(37,99,235,.3)}.cta-button-secondary:hover{box-shadow:0 8px 28px rgba(37,99,235,.4)}.cta-button-ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.25)}.cta-button-ghost:hover{background:rgba(255,255,255,.08)}@media (max-width:640px){.cta-section{padding:72px 16px}.cta-buttons{flex-direction:column;align-items:stretch}.cta-button{justify-content:center}}.home{display:flex;flex-direction:column;gap:0;background:#f8fafc}@media (max-width:768px){.home{gap:0}}