:root{--brand-blue: #0ea5e9;--brand-indigo: #4f46e5;--text-white: #ffffff;--text-gray: #d1d5db;--gray-700: #374151;--gray-500: #6b7280;--gray-900: #111827}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;overflow-x:hidden;line-height:1.7}.container{margin:0 auto;padding:0 2rem;text-align:center;justify-content:center}.container-narrow{max-width:960px;margin:0 auto;padding:0 48px}@media(min-width:480px){.container,.container-narrow{padding:0 24px}}@media(min-width:768px){.container{max-width:1200px;padding:0 32px}.container-narrow{max-width:960px;padding:0 32px}}@media(min-width:1024px){.container{max-width:1280px;margin:0 auto;padding:0 40px}.container-narrow{max-width:960px;margin:0 auto;padding:0 48px}}html{scroll-behavior:smooth}h1,h2,h3,h4{font-weight:400;line-height:1.2}h1{font-size:clamp(44px,7vw,72px);margin-bottom:24px}h2{font-size:clamp(36px,5vw,56px);margin-bottom:20px}h3{font-size:clamp(24px,3vw,32px);margin-bottom:16px}p{line-height:1.8;color:#050505}.section-label{font-size:13px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#00a3ff;margin-bottom:1rem}.hero-cta{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;animation:fadeInUp 1s ease-out .6s backwards}.btn{padding:18px 36px;font-size:14px;font-weight:600;letter-spacing:.5px;border-radius:6px;text-decoration:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px;animation:fadeInUp 1s ease-out .4s backwards}.btn-hero-primary{background:var(--brand-blue);color:var(--text-white);padding:18px 36px;border-radius:4px;text-decoration:none;font-size:15px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.btn-outline{background:transparent;color:var(--brand-blue);border:1px solid var(--brand-blue);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn svg{width:20px;height:20px;transition:transform .3s ease}.gradient-text{background-image:linear-gradient(to right,#0ea5e9,#4f46e5);background-clip:text;-webkit-background-clip:text;color:transparent}.hero-bg-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;pointer-events:none}.hero:after{content:"";position:absolute;inset:0;background:#1a1f2c99;z-index:1}.hero .container{position:relative;z-index:2}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background:#111;width:100vw;margin:0;padding-top:120px}.hero h1{color:#fff}.hero-content{max-width:900px;margin-bottom:32px;animation:fadeInUp 1s ease-out .4s backwards}.hero-intro{text-align:center;font-size:20px;font-weight:300;color:#faf9f6d9;max-width:600px;line-height:1.75;margin:0 auto 48px;animation:fadeInUp 1s ease-out .4s backwards}.hero-cta{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(-30px,30px)}}@keyframes gridFlow{0%,to{opacity:.1}50%{opacity:.3}}.intro-section{background:#fff;padding:50px 0}.intro-section p:last-child{margin-bottom:0}.how-it-works{padding:50px 0;background:#1a1f2c}.how-it-works h2{color:#fff}.work-content{margin-top:2rem;color:#d1d5db}.work-content p{color:#d1d5db}.work-content p:last-child{margin-bottom:0}.work-content .emphasis{font-size:1.75rem;font-family:var(--font-display);font-weight:600;color:#d1d5db;margin:2rem 0}.services-section{scroll-margin-top:80px;padding:50px 0;background:#fff}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin:0 3rem}.services-grid a{text-decoration:none}.service-card{background:#252a37;color:#fff;border:1px solid var(--color-surface-light);border-radius:1rem;padding:3rem;transition:all .3s ease;position:relative;overflow:hidden;text-align:auto;-webkit-hyphens:auto;hyphens:auto;min-height:817px}@media(max-height:768px){.services-grid>a:nth-child(1) .service-card,.services-grid>a:nth-child(2) .service-card{min-height:870px}}@media(max-height:590px){.services-grid>a:nth-child(1) .service-card,.services-grid>a:nth-child(2) .service-card{min-height:900px}}.service-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--brand-blue),var(--brand-indigo));opacity:0;transition:opacity .3s ease}.service-card:hover{border-color:var(--brand-blue);transform:translateY(-4px)}.service-card:hover:before{opacity:1}.service-header{display:flex;align-items:flex-start;gap:2rem;margin-bottom:2rem}.service-number{font-family:var(--font-display);font-size:3rem;font-weight:700;background:linear-gradient(135deg,var(--brand-blue),var(--brand-indigo));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;flex-shrink:0}.service-title-group h3{margin-bottom:.5rem}.service-tagline{font-size:1rem;color:var(--brand-blue);font-weight:500;margin-bottom:0}.service-description{font-size:1.125rem;line-height:1.8;margin-bottom:2rem;color:#d1d5db}.service-deliverables{background:#4a9eff0d;border-left:3px solid var(--brand-blue);padding:1.5rem 2rem;margin:2rem 0;border-radius:.5rem}.service-deliverables h4{color:var(--color-text-primary);font-size:1rem;font-weight:600;margin-bottom:1rem}.service-deliverables ul{list-style:none;padding:0}.service-deliverables li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:var(--color-text-secondary)}.service-deliverables li:before{content:"→";position:absolute;left:0;color:var(--brand-blue);font-weight:700}.service-best-for{font-size:1rem;color:var(--color-text-secondary);font-style:italic;margin-top:2rem}.service-best-for strong{color:var(--color-text-primary);font-style:normal}@media(max-width:1024px){.services-grid{grid-template-columns:1fr;margin:0 2rem}.service-card{padding:2.5rem}.service-body{padding-left:0}}@media(max-width:640px){.services-section{padding:50px 0}.services-grid{margin:0 1rem;gap:1.5rem}.service-card{padding:2rem;border-radius:.75rem}.service-header{gap:1rem}.service-number{font-size:2.25rem}.service-description{font-size:1rem;line-height:1.6}.service-deliverables{padding:1.25rem 1.5rem}.service-best-for{font-size:.95rem}}.why-section{padding:var(--spacing-xl) 0;background:#1a1f2c;padding:50px 0}.why-section h2{color:#fff}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.why-card{background:#252a37;border:1px solid #252a37;border-radius:.75rem;padding:2rem;transition:all .3s ease;color:#d1d5db}.why-card:hover{border-color:#0ea5e9;transform:translateY(-4px)}.why-card h3{font-size:1.25rem;margin-bottom:.75rem;color:#d1d5db}.why-card p{margin:0;font-size:1rem;color:#d1d5db}.high-stakes{padding:var(--spacing-xl) 0;background:#fff;padding:50px 0}.stakes-intro{font-size:1.25rem;margin:2rem 0}.stakes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:3rem 0}.stake-item{border-left:4px solid var(--brand-blue);padding:1.5rem;font-size:1.125rem;font-weight:500;color:var(--color-text-primary);border-radius:.5rem;transition:all .3s ease}.stake-item:hover{background:var(--color-surface-light);transform:translate(8px)}.stakes-proof{font-size:1.125rem;font-style:italic;color:var(--color-text-secondary);margin-top:3rem}.final-cta{padding:var(--spacing-xl) 0;background:linear-gradient(135deg,#4a9eff1a,#7b61ff1a);text-align:center}.final-cta h2{max-width:800px;margin:0 auto 2rem}.final-cta p{font-size:1.25rem;max-width:700px;margin:0 auto 2.5rem}.cta-actions{display:flex;justify-content:center;gap:1rem}@media(max-width:1024px){.hero-visual{width:60%}.service-body{padding-left:0}.service-header{flex-direction:column;gap:1rem}}@media(max-width:768px){.hero{min-height:auto}.hero-visual{width:100%;opacity:.3}.hero-intro{font-size:1.25rem}.service-card{padding:2rem 1.5rem}.service-number{font-size:2rem}.why-grid,.stakes-grid{grid-template-columns:1fr}.cta-actions{flex-direction:column;align-items:stretch}}@media(max-width:480px){.hero-inner{padding:3rem 1rem}.service-deliverables{padding:1rem}}@media(prefers-reduced-motion:no-preference){.service-card,.why-card,.stake-item{animation:fadeInUp .6s ease-out backwards}.service-card:nth-child(1){animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
