*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:#0a0a0a}:root{--primary:#00ffc8;--primary-dark:#00d9a8;--bg:#0a0a0a;--bg-light:#131313;--text:#fff;--text-muted:#888;--border:#ffffff1a}body{font-family:var(--font-inter);color:#fff;-webkit-font-smoothing:antialiased;background:#0a0a0a;flex-direction:column;min-height:100dvh;line-height:1.6;display:flex;overflow-x:hidden}.bg-grid{pointer-events:none;z-index:0;background-image:linear-gradient(#00ffc808 1px,#0000 1px),linear-gradient(90deg,#00ffc808 1px,#0000 1px);background-size:50px 50px;position:fixed;inset:0}.ambient-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#00ffc826 0%,#0000 70%);width:800px;height:800px;position:fixed;top:-50%;left:50%;transform:translate(-50%)}.container{z-index:1;max-width:1200px;margin:0 auto;padding:0 20px;position:relative}header{border-bottom:1px solid var(--border);z-index:100;padding:20px 0;position:relative}.header-content{justify-content:space-between;align-items:center;gap:16px;display:flex}.logo{letter-spacing:2px;text-transform:uppercase;color:var(--text);font-size:14px;font-weight:600}.badge{letter-spacing:.5px;color:var(--primary);white-space:nowrap;background:#00ffc81a;border:1px solid #00ffc84d;border-radius:50px;align-items:center;gap:8px;padding:8px 16px;font-size:12px;font-weight:600;display:flex}.badge-dot{background:var(--primary);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.hero{flex:1;place-items:center;padding:clamp(14px,3vh,32px) 0;display:grid}.hero-inner{grid-template:"lead photo""cta photo"/1.05fr .95fr;align-content:center;gap:clamp(16px,2.4vh,26px) clamp(28px,5vw,72px);width:100%;max-width:1080px;margin:0 auto;padding:0 20px;display:grid}.hero-lead{text-align:left;flex-direction:column;grid-area:lead;align-items:flex-start;gap:clamp(12px,1.8vh,18px);display:flex}.hero-cta{flex-direction:column;grid-area:cta;align-items:flex-start;gap:10px;display:flex}.hero-eyebrow{letter-spacing:.2px;color:var(--primary);max-width:42ch;font-size:clamp(13px,1.15vw,15px);font-weight:500;line-height:1.45}.hero h1{letter-spacing:-.02em;font-size:clamp(30px,3.5vw,52px);font-weight:800;line-height:1.08}.hero h1 .highlight{color:var(--primary)}.subheadline{color:var(--text-muted);max-width:46ch;font-size:clamp(15px,1.4vw,18px);line-height:1.55}.subheadline .em{color:#fff;font-weight:600}.hero-photo{aspect-ratio:1080/1619;border:1px solid var(--border);border-radius:18px;grid-area:photo;place-self:center;width:100%;max-width:350px;max-height:min(72dvh,560px);margin:0;overflow:hidden;box-shadow:0 24px 70px #0000008c,0 0 0 1px #00ffc80f}.hero-photo img{object-fit:cover;width:100%;height:100%;display:block}.cta-button{background:var(--primary);color:#000;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:12px;padding:16px 34px;font-size:16px;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 10px 40px #00ffc84d}.cta-button:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 15px 50px #00ffc866}.cta-button svg{width:18px;height:18px}.cta-sub{color:var(--text-muted);max-width:42ch;font-size:12.5px;line-height:1.5}footer{border-top:1px solid var(--border);padding:12px 0}.foot-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 24px;max-width:1080px;margin:0 auto;padding:0 20px;display:flex}.foot-legal{color:var(--text-muted);max-width:74ch;font-size:12px;line-height:1.5}.foot-right{align-items:center;gap:14px;display:flex}.foot-copy{color:var(--text-muted);white-space:nowrap;font-size:12px}.ig-link{line-height:0;transition:transform .2s,filter .2s;display:inline-flex}.ig-link:hover{filter:drop-shadow(0 3px 9px #d6249f73);transform:translateY(-1px)}@media (width<=860px){.hero{padding:20px 0 24px}.hero-inner{grid-template-columns:1fr;grid-template-areas:"lead""photo""cta";row-gap:clamp(16px,2.6vh,24px);max-width:460px}.hero-lead{text-align:center;align-items:center;gap:12px}.hero-cta{text-align:center;align-items:center}.hero-photo{max-width:min(66vw,280px);max-height:42dvh}.subheadline{max-width:40ch}.cta-sub{max-width:38ch}.logo{letter-spacing:1.5px;font-size:12px}.badge{padding:7px 12px;font-size:12px}.foot-inner{text-align:center;justify-content:center}.foot-legal{max-width:none}}@media (prefers-reduced-motion:reduce){.badge-dot{animation:none}html{scroll-behavior:auto}}
