
:root{--bg:#08111f;--surface:#111d31;--surface2:#17253b;--gold:#e0aa3e;--gold2:#f3c76c;--text:#f8fafc;--muted:#9fb0c7;--line:rgba(255,255,255,.12);--shadow:0 30px 90px rgba(0,0,0,.32)}
body{background:radial-gradient(circle at 15% 0%,rgba(57,95,165,.18),transparent 28%),radial-gradient(circle at 100% 15%,rgba(224,170,62,.12),transparent 24%),var(--bg)}
.premium-page{overflow:hidden}.premium-hero{position:relative;padding:7rem 0 5.5rem;min-height:700px;display:flex;align-items:center}.hero-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:4rem;align-items:center}.hero-title{font-size:clamp(3.4rem,7vw,6.4rem);max-width:11ch;letter-spacing:-.055em}.hero-lede{font-size:1.18rem;max-width:58ch}.visual-stage{position:relative;min-height:500px;border:1px solid var(--line);border-radius:2rem;background:linear-gradient(160deg,rgba(255,255,255,.08),rgba(255,255,255,.025)),rgba(11,20,36,.72);box-shadow:var(--shadow);overflow:hidden}.visual-inner{position:absolute;inset:1.25rem}.window-bar{height:42px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:.45rem}.window-dot{width:.6rem;height:.6rem;border-radius:50%;background:rgba(255,255,255,.25)}.hero-orb{width:170px;aspect-ratio:1;border-radius:50%;margin:2.5rem auto 2rem;background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.28),transparent 16%),radial-gradient(circle,#f2cc7f 0%,#d99a2f 32%,#37517a 64%,#15243b 100%);box-shadow:0 0 0 18px rgba(224,170,62,.05),0 0 80px rgba(224,170,62,.24);animation:float 4s ease-in-out infinite}.transcript-stack{display:grid;gap:.8rem;max-width:92%;margin:0 auto}.bubble{border:1px solid var(--line);border-radius:1rem;padding:.85rem 1rem;background:rgba(255,255,255,.05);color:#e8eef7;font-size:.92rem}.bubble.user{margin-left:18%;background:rgba(70,109,169,.18)}.bubble.ai{margin-right:18%;border-color:rgba(224,170,62,.28)}.metric-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;position:absolute;left:1.2rem;right:1.2rem;bottom:1.2rem}.metric-pill{border:1px solid var(--line);border-radius:1rem;padding:.8rem;background:rgba(8,17,31,.8)}.metric-pill strong{display:block;font-size:1.1rem}.metric-pill span{color:var(--muted);font-size:.78rem}.section-premium{padding:6.5rem 0}.section-premium.alt{background:linear-gradient(180deg,#f7f8fb,#eef2f7);color:#0f172a}.section-premium.alt p{color:#556176}.section-heading{max-width:780px;margin-bottom:2.5rem}.section-heading h2{font-size:clamp(2.5rem,5vw,4.3rem);letter-spacing:-.045em}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.product-tile{min-height:320px;padding:1.6rem;border-radius:1.5rem;border:1px solid var(--line);background:linear-gradient(160deg,rgba(255,255,255,.07),rgba(255,255,255,.025));display:flex;flex-direction:column;position:relative;overflow:hidden}.section-premium.alt .product-tile{background:#fff;border-color:#d9e0e9;box-shadow:0 18px 50px rgba(15,23,42,.08)}.product-tile:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-70px;bottom:-70px;background:var(--accent,rgba(224,170,62,.14))}.product-tile h3,.product-tile p,.product-tile .button{position:relative;z-index:2}.product-tile .button{margin-top:auto;align-self:flex-start}.feature-band{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:1.5rem;overflow:hidden}.feature-band article{padding:1.5rem;border-right:1px solid var(--line)}.feature-band article:last-child{border-right:0}.pipeline{display:grid;gap:.75rem;margin-top:1.2rem}.pipeline-row{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:.8rem;padding:.85rem;border-radius:1rem;background:rgba(255,255,255,.04);border:1px solid var(--line)}.pipeline-icon{width:44px;height:44px;border-radius:.8rem;display:grid;place-items:center;background:rgba(224,170,62,.13);color:var(--gold);font-weight:900}.badge{padding:.3rem .55rem;border-radius:999px;font-size:.72rem;background:rgba(80,200,140,.12);color:#7ee2aa}.chart-bars{display:flex;align-items:flex-end;gap:.65rem;height:220px;padding:1rem 0}.chart-bars span{flex:1;border-radius:.7rem .7rem 0 0;background:linear-gradient(#e9bd61,#3d5e8f)}.pricing-band{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:center;padding:2.5rem;border:1px solid var(--line);border-radius:1.8rem;background:linear-gradient(135deg,rgba(224,170,62,.12),rgba(255,255,255,.03))}.footer-cta{padding:6rem 0 7rem}.cta-lockup{display:flex;gap:1rem;flex-wrap:wrap}@keyframes float{50%{transform:translateY(-10px) scale(1.02)}}@media(max-width:1000px){.hero-layout,.pricing-band{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.feature-band{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.premium-hero{padding:5rem 0 4rem;min-height:auto}.product-grid,.feature-band{grid-template-columns:1fr}.metric-strip{position:static;margin:1rem}.visual-stage{min-height:560px}}
