@keyframes homepage-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes homepage-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes homepage-app-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes homepage-particle-drift{0%,to{opacity:.25;transform:translateY(0)}50%{opacity:.5;transform:translateY(-8px)}}@keyframes homepage-graph-draw{0%{stroke-dashoffset:400px}to{stroke-dashoffset:0}}@keyframes homepage-bar-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes homepage-shimmer{0%{background-position:200%}to{background-position:-200%}}@keyframes homepage-gradient-shift{0%,to{opacity:.4}50%{opacity:.7}}.homepage-animate-in{animation:.8s cubic-bezier(.16,1,.3,1) both homepage-fade-up}.homepage-animate-in-delay-1{animation-delay:.1s}.homepage-animate-in-delay-2{animation-delay:.2s}.homepage-animate-in-delay-3{animation-delay:.35s}.homepage-float{animation:6s ease-in-out infinite homepage-float}.homepage-graph-line{stroke-dasharray:400;animation:2s cubic-bezier(.16,1,.3,1) .5s both homepage-graph-draw}.homepage-bar{transform-origin:0;animation:1.2s cubic-bezier(.16,1,.3,1) both homepage-bar-grow}.homepage-hero-glow{background:radial-gradient(ellipse 80% 60% at 50% 40%, color-mix(in srgb, var(--accent) 25%, transparent), transparent 70%);animation:8s ease-in-out infinite homepage-gradient-shift}.homepage-hero{min-height:calc(82dvh - var(--header-height))}@media (min-width:768px){.homepage-hero{min-height:calc(100vh - var(--header-height))}}.homepage-hero-container{min-height:inherit}.homepage-hero-photo{object-fit:cover;object-position:88% 42%}.homepage-hero-overlay{background:linear-gradient(90deg,#0c0e14e6 0%,#0c0e14b8 32%,#0c0e1461 52%,#0c0e141a 68%,#0000 84%),linear-gradient(#0c0e144d 0%,#0000 22% 70%,#0c0e1480 100%)}.homepage-hero-copy{text-shadow:0 1px 14px #00000047;width:100%;max-width:none}@media (min-width:640px){.homepage-hero-copy{max-width:48rem}}.homepage-hero-headline{text-wrap:balance;max-width:14.5em;line-height:1.06}@media (max-width:639px){.homepage-hero-headline{font-size:clamp(2.0625rem,6.4vw,2.375rem)}}@media (min-width:640px){.homepage-hero-headline{text-wrap:wrap;max-width:none;line-height:1.08}}.homepage-hero-subline{max-width:none;font-size:1.0625rem;line-height:1.65}@media (min-width:640px){.homepage-hero-subline{max-width:36rem}}.homepage-hero-eyebrow{color:#e2e8f0eb;letter-spacing:.12em;text-shadow:0 1px 10px #0000008c,0 0 1px #00000059;max-width:none}@media (min-width:640px){.homepage-hero-eyebrow{letter-spacing:.16em;max-width:36rem}}.homepage-hero-credibility{flex-direction:column;gap:.625rem;max-width:28rem;display:flex}.homepage-hero-credibility-item{color:#e2e8f0e0;align-items:flex-start;gap:.625rem;font-size:.875rem;line-height:1.45;display:flex}@media (min-width:640px){.homepage-hero-credibility-item{font-size:.9375rem}}.homepage-hero-credibility-icon{color:#cbd5e1b8;flex-shrink:0;width:1rem;height:1rem;margin-top:.125rem}@media (max-width:1280px){.homepage-hero-photo{object-position:82% 40%}}@media (max-width:767px){.homepage-hero-container{padding-inline:clamp(1rem,4vw,1.25rem)}.homepage-hero-copy{width:100%;max-width:none}.homepage-hero-photo{object-position:86% 34%}.homepage-hero-overlay{background:linear-gradient(90deg,#0c0e14b8 0%,#0c0e147a 32%,#0c0e142e 54%,#0c0e140a 74%,#0000 90%),linear-gradient(#0c0e1424 0%,#0000 28% 70%,#0c0e1457 100%)}.homepage-hero-credibility{gap:.75rem;max-width:none}.homepage-hero-cta{gap:.625rem}.homepage-hero-cta-btn{height:2.6875rem;min-height:2.6875rem;padding-inline:1.25rem;font-size:.9375rem}}@media (max-width:430px){.homepage-hero-photo{object-position:88% 32%}}@media (max-width:360px){.homepage-hero-photo{object-position:90% 30%}}.homepage-app-scene{position:relative}.homepage-app-float{animation:6.5s ease-in-out infinite homepage-app-float}.homepage-app-glow{z-index:0;background:radial-gradient(ellipse at center, color-mix(in srgb, var(--accent) 20%, transparent) 0%, transparent 70%);filter:blur(24px);opacity:.6;border-radius:50%;width:110%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.homepage-app-screen{z-index:1;aspect-ratio:9/19.5;background:#0f172a;border-radius:1.75rem;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff14,0 24px 48px -12px #00000080,0 12px 24px -8px #00000059}.homepage-app-screen-image{object-fit:cover;object-position:top center;width:100%;height:100%;display:block}.homepage-app-screen-shine{pointer-events:none;background:linear-gradient(135deg,#ffffff1a 0%,#ffffff08 20%,#0000 45%);position:absolute;inset:0}.homepage-hero-cta{flex-direction:column;gap:.625rem;display:flex}@media (min-width:768px){.homepage-hero-cta{flex-flow:wrap;gap:1rem}}.homepage-hero-cta-primary{box-shadow:0 0 0 1px color-mix(in srgb, var(--accent) 35%, transparent), 0 12px 32px -8px color-mix(in srgb, var(--accent) 40%, transparent), 0 4px 16px -4px #00000073}.homepage-hero-cta-secondary{box-shadow:0 0 0 1px #ffffff0f}@keyframes homepage-condition-panel-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.homepage-condition-panel-content{animation:.45s cubic-bezier(.16,1,.3,1) both homepage-condition-panel-in}.homepage-shimmer-text{background:linear-gradient(90deg,#94a3b8 0%,#e2e8f0 50%,#94a3b8 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite homepage-shimmer}@supports (animation-timeline:view()){.homepage-reveal{animation:linear both homepage-fade-up;animation-timeline:view();animation-range:entry cover 30%}}@media (prefers-reduced-motion:reduce){.homepage-animate-in,.homepage-animate-in-delay-1,.homepage-animate-in-delay-2,.homepage-animate-in-delay-3,.homepage-float,.homepage-app-float,.homepage-graph-line,.homepage-bar,.homepage-shimmer-text,.homepage-reveal,.homepage-condition-panel-content{animation:none!important}.homepage-graph-line{stroke-dashoffset:0}.homepage-bar{transform:scaleX(1)}}.homepage-objective-change-wide{max-width:87.5rem}.homepage-objective-change-grid{gap:1rem;display:grid}@media (min-width:900px){.homepage-objective-change-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem}}@media (min-width:1280px){.homepage-objective-change-grid{gap:2rem}}.homepage-objective-change-label{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.homepage-objective-change-video-shell{background:var(--card)}.homepage-objective-change-video{aspect-ratio:2732/1886;object-fit:contain;background:var(--muted-bg);width:100%;display:block}
