:root{--space-section: 112px;--space-section-md: 96px;--space-section-sm: 80px;--space-group: 64px;--space-element: 24px;--space-tight: 12px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--color-primary: #0066FF;--color-primary-dark: #0052CC;--color-secondary: #00D9B8;--color-accent: #F4B400;--color-accent-dark: #D99800;--color-dark: #0A1628;--color-light: #F8FAFC;--color-cream: #FAF7F2;--color-text-primary: #0A1628;--color-text-secondary: #475569;--color-text-muted: #94A3B8;--color-success: #10B981;--color-warning: #F59E0B;--color-error: #EF4444;--shadow-sm: 0 1px 2px rgba(10, 22, 40, .04);--shadow-md: 0 4px 12px rgba(10, 22, 40, .08);--shadow-lg: 0 12px 32px rgba(10, 22, 40, .1);--shadow-accent: 0 8px 24px rgba(244, 180, 0, .2);--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--duration-fast: .2s;--duration-normal: .3s;--duration-slow: .5s}body{font-family:Inter,sans-serif;background-color:var(--color-light);color:var(--color-text-secondary);margin:0;padding:0}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}.text-hero{font-size:48px;line-height:1.05;letter-spacing:-.02em;font-weight:700}.text-section{font-size:32px;line-height:1.15;letter-spacing:-.01em;font-weight:700}.text-headline{font-size:24px;line-height:1.2;letter-spacing:-.01em;font-weight:600}.text-subhead{font-size:18px;line-height:1.4;letter-spacing:0;font-weight:500}@media(min-width:640px){.text-hero{font-size:64px}.text-section{font-size:40px}.text-headline{font-size:28px}.text-subhead{font-size:20px}}@media(min-width:1024px){.text-hero{font-size:80px}.text-section{font-size:48px}.text-headline{font-size:30px}.text-subhead{font-size:24px}}@media(min-width:1280px){.text-hero{font-size:96px}}.section-padding{padding-top:var(--space-section-sm);padding-bottom:var(--space-section-sm)}@media(min-width:640px){.section-padding{padding-top:var(--space-section-md);padding-bottom:var(--space-section-md)}}@media(min-width:1024px){.section-padding{padding-top:var(--space-section);padding-bottom:var(--space-section)}}.glass{background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15)}[data-scroll-reveal]{opacity:0;transform:translateY(30px);transition:opacity var(--duration-slow) var(--ease-out-expo),transform var(--duration-slow) var(--ease-out-expo)}[data-scroll-reveal].visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){[data-scroll-reveal]{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}@keyframes ring-pulse{0%{transform:scale(.9);opacity:.8}to{transform:scale(1.6);opacity:0}}.ring-pulse-1{animation:ring-pulse 2s infinite}.ring-pulse-2{animation:ring-pulse 2s infinite;animation-delay:1s}@keyframes wave-bounce{0%,to{height:6px}50%{height:28px}}.wave-bar{animation:wave-bounce 1s ease-in-out infinite}@keyframes line-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.line-in{animation:line-in .4s forwards}@keyframes dot-pulse-blue{0%{box-shadow:0 0 #0066ffb3}70%{box-shadow:0 0 0 10px #06f0}to{box-shadow:0 0 #06f0}}.dot-pulse-blue{animation:dot-pulse-blue 1.8s infinite}.draw-underline{position:relative;display:inline-block}.draw-underline:after{content:"";position:absolute;left:0;right:0;bottom:.05em;height:4px;border-radius:2px;background:var(--color-accent);transform:scaleX(0);transform-origin:left;transition:transform 1.2s var(--ease-out-expo) .4s}[data-scroll-reveal].visible .draw-underline:after{transform:scaleX(1)}@media(prefers-reduced-motion:reduce){.draw-underline:after{transition:none;transform:scaleX(1)}}
