@import url("https://fonts.googleapis.com/css2?family=Sora:wght@600;700;800&family=Inter:wght@400;500&family=IBM+Plex+Mono:wght@500&display=swap");:root{--hero-ink:#0b1f3a;--hero-sky:#2f80ed;--hero-amber:#f5a623}.generic-hero-banner{position:relative;height:400px;overflow:hidden;background:var(--hero-ink)}.generic-hero-bg{position:absolute;inset:0}.generic-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 35%}.generic-hero-scrim{position:absolute;inset:0;background:linear-gradient(100deg,rgba(11,31,58,.92),rgba(11,31,58,.75) 28%,rgba(11,31,58,.25) 55%,rgba(11,31,58,.05) 75%)}.generic-hero-route{position:absolute;top:0;left:0;width:100%;height:45%;z-index:1;pointer-events:none;overflow:visible}.generic-hero-route-path{fill:none;stroke:rgba(255,255,255,.22);stroke-width:1;stroke-dasharray:5 7;stroke-linecap:round}.generic-hero-route-dot{fill:var(--hero-amber);opacity:.85;offset-path:path("M-40,70 C300,-10 620,90 900,20 C1100,-30 1300,10 1480,-10");animation:fly-along 7s linear infinite}@keyframes fly-along{0%{offset-distance:0}to{offset-distance:100%}}@media (prefers-reduced-motion:reduce){.generic-hero-route-dot{animation:none;offset-distance:40%}}.generic-hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;gap:0;padding-left:20px;padding-right:20px}.generic-hero-crumbs{font-family:IBM Plex Mono,monospace;font-size:12px;letter-spacing:.04em;color:rgba(255,255,255,.5);text-transform:uppercase;margin-bottom:22px}.generic-hero-crumbs .crumb-sep{margin:0 8px;color:rgba(255,255,255,.28)}.generic-hero-crumbs .crumb-current{color:rgba(255,255,255,.8)}.generic-hero-text{max-width:640px}.generic-hero-eyebrow{display:inline-block;font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--hero-amber);padding-bottom:10px;margin-bottom:16px;border-bottom:1px dashed rgba(245,166,35,.5)}.generic-hero-text h1{font-family:Sora,sans-serif;font-weight:700;font-size:clamp(2.1rem,3.8vw,3.2rem);line-height:1.08;color:#ffffff;margin:0 0 10px}.generic-hero-text p{font-family:Inter,sans-serif;font-size:1.05rem;line-height:1.6;color:rgba(255,255,255,.78);max-width:520px;margin:0}.generic-hero-curve{position:absolute;bottom:-1px;left:0;width:100%;line-height:0;z-index:2}.generic-hero-curve svg{width:100%;height:80px;display:block}@media (max-width:768px){.generic-hero-banner{height:auto;min-height:320px;padding-top:50px;padding-bottom:70px}.generic-hero-content{justify-content:flex-start}.generic-hero-text h1{font-size:1.8rem;line-height:1.2}.generic-hero-crumbs{margin-bottom:14px}.generic-hero-eyebrow{margin-bottom:12px}.generic-hero-text p{font-size:.95rem;line-height:1.5}.generic-hero-route{display:none}.generic-hero-curve svg{height:40px}}@media (max-width:480px){.generic-hero-banner{min-height:280px;padding-top:40px;padding-bottom:60px}.generic-hero-text h1{font-size:1.5rem}.generic-hero-text p{font-size:.9rem}.generic-hero-crumbs,.generic-hero-eyebrow{font-size:10px;margin-bottom:10px}.generic-hero-curve svg{height:25px}}