html,body{height:100%;overflow:hidden}#bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background:#7ec8ee;overflow:hidden}.bg-layer{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transition:opacity 2.4s ease-in-out;will-change:transform,opacity}.bg-layer.visible{opacity:1}.bg-layer.kb{animation:kenburns 30s linear forwards}@keyframes kenburns{0%{transform:scale(1)}to{transform:scale(1.22)}}#bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 45%,#0c14202e,#0c142085 85%),linear-gradient(180deg,#0c142052,#0c14200f 30%,#0c14200f 65%,#0c142073)}.hero{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:90px 20px 60px;gap:0}.hero-wordmark{font-family:Georgia,Times New Roman,serif;font-weight:700;font-size:clamp(52px,10vw,110px);letter-spacing:clamp(8px,2vw,22px);margin-right:clamp(-22px,-2vw,-8px);background:linear-gradient(180deg,#fff3d6,var(--gold-light) 35%,var(--gold) 70%,var(--gold-deep));-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 4px 18px rgba(0,0,0,.55));animation:heroIn .9s ease-out both}.hero-ticker{font-size:12px;letter-spacing:4px;color:var(--gold-light);text-transform:uppercase;text-shadow:0 1px 8px rgba(0,0,0,.7);margin-top:2px;animation:heroIn .9s .1s ease-out both}.hero-sub{margin-top:18px;max-width:560px;font-size:15px;color:#eef5fd;text-shadow:0 1px 10px rgba(0,0,0,.75);animation:heroIn .9s .2s ease-out both}.hero-cta{margin-top:30px;display:flex;flex-direction:column;align-items:center;gap:12px;animation:heroIn .9s .3s ease-out both}.btn-hero{padding:15px 52px;font-size:17px;border-radius:12px}.hero-pills{margin-top:26px;display:flex;gap:10px;flex-wrap:wrap;justify-content:center;animation:heroIn .9s .4s ease-out both}@keyframes heroIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.hero-footer{position:fixed;bottom:12px;left:0;right:0;z-index:1;text-align:center;padding:0 16px}.hero-footer .disclaimer{text-shadow:0 1px 6px rgba(0,0,0,.8);color:#aebed1}@media (max-width: 720px){.hero{padding-top:110px}.hero-sub{font-size:14px}.btn-hero{padding:13px 40px;font-size:15px}}
