﻿@font-face { font-family:'Outfit'; font-style:normal; font-weight:300 900; font-display:swap; src:url('../fonts/outfit-latin.woff2') format('woff2'); unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family:'Outfit'; font-style:normal; font-weight:300 900; font-display:swap; src:url('../fonts/outfit-ext.woff2') format('woff2'); unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}

:root {
  --bg: #060a0e;
  --surface: #0a1018;
  --surface2: #0e1520;
  --cyan: #06b6d4;
  --cyan-light: #22d3ee;
  --cyan-bright: #67e8f9;
  --pink: #ec4899;
  --purple: #a855f7;
  --cream: #e0eff4;
  --text: #8ab0c0;
  --text-dim: #3e6070;
  --text-muted: #1e3540;
  --border: rgba(6,182,212,.07);
  --border-h: rgba(6,182,212,.18);
}

html { background: var(--bg); scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: rgba(6,182,212,.12) var(--bg) }
body { background: var(--bg); color: var(--text); font-family: 'Outfit', sans-serif; -webkit-font-smoothing: antialiased; margin: 0; overflow-x: hidden }
::-webkit-scrollbar { width: 3px }
::-webkit-scrollbar-track { background: var(--bg) }
::-webkit-scrollbar-thumb { background: rgba(6,182,212,.15); border-radius: 2px }

.grain { position: fixed; inset: 0; pointer-events: none; z-index: 9999; opacity: .03;
  background-image: url("../img/noise.svg");
  background-repeat: repeat; background-size: 180px }

.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 18px 36px; display: flex; align-items: center; justify-content: space-between;
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); background: rgba(6,10,14,.5); border-bottom: 1px solid rgba(255,255,255,.025); transition: all .3s }
.nav.scrolled { padding: 12px 36px; background: rgba(6,10,14,.85) }
.nav-back { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--text-dim); font-size: .7rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; transition: color .3s }
.nav-back:hover { color: var(--cyan) }
.nav-back svg { transition: transform .3s }
.nav-back:hover svg { transform: translateX(-3px) }
.nav-brand { font-weight: 800; font-size: .65rem; letter-spacing: 5px; text-transform: uppercase; color: var(--text-muted) }

.hero { position: relative; z-index: 1; min-height: 100vh; display: flex; flex-direction: column;
  justify-content: center; padding: 100px 0 80px }

.aurora { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none }
.aurora-blob { position: absolute; border-radius: 50%; filter: blur(120px); opacity: .12; animation: auroraMove 15s ease-in-out infinite }
.aurora-blob.a1 { width: 600px; height: 400px; top: -10%; left: 20%; background: var(--cyan); animation-delay: 0s }
.aurora-blob.a2 { width: 500px; height: 350px; top: 30%; right: 10%; background: var(--purple); animation-delay: 3s }
.aurora-blob.a3 { width: 400px; height: 300px; bottom: 0; left: 40%; background: var(--pink); animation-delay: 6s }
@keyframes auroraMove { 0%,100%{transform:translate(0,0) scale(1)} 33%{transform:translate(40px,-30px) scale(1.1)} 66%{transform:translate(-30px,20px) scale(.95)} }

.hero-content { position: relative; z-index: 2; max-width: 1300px; margin: 0 auto; padding: 0 60px; margin-bottom: 60px }

.hero-label { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; animation: fadeIn .6s both }
.hero-label-line { width: 40px; height: 1px; background: linear-gradient(90deg, var(--cyan), transparent) }
.hero-label-text { font-size: .65rem; font-weight: 800; letter-spacing: 5px; text-transform: uppercase;
  background: linear-gradient(90deg, var(--cyan), var(--purple), var(--pink));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text }

.hero-heading { font-size: clamp(3rem, 8vw, 6.5rem); font-weight: 900; line-height: 1; letter-spacing: -4px;
  color: #fff; margin-bottom: 24px }
.hero-heading .w { display: inline-block; animation: wordPop .5s cubic-bezier(.16,1,.3,1) both }
.hero-heading .w:nth-child(1){animation-delay:.1s} .hero-heading .w:nth-child(2){animation-delay:.18s}
.hero-heading .w:nth-child(3){animation-delay:.26s} .hero-heading .w:nth-child(4){animation-delay:.34s}
.hero-heading .grad { color: var(--cyan-light);
  animation: wordPop .5s .26s cubic-bezier(.16,1,.3,1) both }
@keyframes wordPop { from{opacity:0;transform:translateY(40px) rotateX(20deg)} to{opacity:1;transform:translateY(0) rotateX(0)} }
@keyframes gradFlow { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }
@keyframes fadeIn { from{opacity:0} to{opacity:1} }

.hero-desc { font-size: 1rem; color: var(--text-dim); line-height: 1.8; max-width: 500px; margin-bottom: 36px;
  animation: fadeSlide .6s .4s both }
@keyframes fadeSlide { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }

.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; animation: fadeSlide .6s .5s both }
.h-badge { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border-radius: 100px;
  background: rgba(6,182,212,.04); border: 1px solid rgba(6,182,212,.08); font-size: .7rem; font-weight: 600; color: var(--text-dim);
  transition: all .3s }
.h-badge:hover { border-color: rgba(6,182,212,.2); color: var(--cream); background: rgba(6,182,212,.06); transform: translateY(-2px) }
.h-badge .bc { color: var(--cyan-light); font-weight: 800 }

.hero-stats { display: flex; gap: 36px; animation: fadeSlide .6s .6s both }
.hs { display: flex; align-items: center; gap: 12px; padding: 12px 20px; border-radius: 16px;
  background: rgba(6,182,212,.03); border: 1px solid rgba(6,182,212,.06) }
.hs-val { font-size: 1.4rem; font-weight: 900; letter-spacing: -1px;
  background: linear-gradient(135deg, var(--cyan), var(--cyan-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text }
.hs-lbl { font-size: .5rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); line-height: 1.4 }

.divider { height: 1px; background: linear-gradient(90deg, transparent, var(--border-h), transparent); margin: 0 60px }

.products { position: relative; z-index: 1; padding: 80px 60px 120px; max-width: 1300px; margin: 0 auto }

.products-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; align-items: start }

.p-card { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: 16px;
  padding: 20px 18px; display: flex; flex-direction: column;
  transition: all .45s cubic-bezier(.4,0,.2,1) }
.p-card:hover { border-color: var(--border-h); box-shadow: 0 12px 30px rgba(6,182,212,.06); transform: translateY(-2px) }
.p-card::before { content: ''; position: absolute; top: -1px; left: 15%; right: 15%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(6,182,212,.3), transparent); opacity: 0; transition: opacity .4s }
.p-card:hover::before { opacity: 1 }

.p-badge { display: inline-flex; width: fit-content; padding: 4px 11px; border-radius: 100px;
  font-size: .55rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px }
.p-badge.hot { background: rgba(236,72,153,.08); border: 1px solid rgba(236,72,153,.15); color: var(--pink) }
.p-badge.premium { background: rgba(6,182,212,.06); border: 1px solid rgba(6,182,212,.12); color: var(--cyan-light) }
.p-badge.exclusive { background: rgba(168,85,247,.06); border: 1px solid rgba(168,85,247,.12); color: var(--purple) }

.p-name { font-size: 1.05rem; font-weight: 800; letter-spacing: -.2px; color: #fff; line-height: 1.2; margin-bottom: 3px }
.p-scope { font-size: .7rem; font-weight: 600; color: var(--text-dim); margin-bottom: 10px }

.p-price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 12px }
.p-from { font-size: .6rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--text-dim) }
.p-price { font-size: 1.5rem; font-weight: 900; letter-spacing: -1px; color: var(--cyan-light) }

.p-highlight { font-size: .7rem; font-weight: 600; line-height: 1.4; color: var(--text-dim); margin-bottom: 10px; font-style: italic }

.p-features { list-style: none; display: flex; flex-direction: column; gap: 4px; margin-bottom: 12px }
.p-features li { display: flex; align-items: flex-start; gap: 7px; font-size: .75rem; font-weight: 500;
  color: var(--text); line-height: 1.4 }
.p-features li .chk { width: 15px; height: 15px; border-radius: 3px; flex-shrink: 0; margin-top: 1px;
  display: flex; align-items: center; justify-content: center; font-size: .5rem; font-weight: 900 }
.p-features li .chk.green { background: rgba(34,197,94,.1); border: 1px solid rgba(34,197,94,.2); color: #22c55e }
.p-features li .chk.blue { background: rgba(6,182,212,.1); border: 1px solid rgba(6,182,212,.2); color: var(--cyan-light) }
.p-features li .chk.neutral { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); color: var(--text-dim) }
.p-features li.extra { display: none }
.p-card.expanded .p-features li.extra { display: flex }

.p-toggle { background: none; border: none; cursor: pointer; font-family: 'Outfit', sans-serif;
  font-size: .55rem; font-weight: 700; color: var(--cyan-light); letter-spacing: 1px; padding: 4px 0;
  margin-bottom: 10px; transition: color .3s; text-align: left }
.p-toggle:hover { color: #fff }

.p-cta { display: inline-flex; align-items: center; gap: 5px; padding: 6px 14px; width: fit-content;
  border-radius: 6px; border: 1px solid rgba(6,182,212,.25); cursor: pointer; font-family: 'Outfit', sans-serif;
  font-size: .6rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  background: none; color: var(--cyan-light); transition: all .3s; margin-top: 8px }
.p-cta:hover { background: rgba(6,182,212,.08); border-color: rgba(6,182,212,.4) }
.p-cta svg { width: 9px; height: 9px }

.loading-state{text-align:center;padding:3rem 1rem;color:var(--text-dim);font-size:.9rem}

@keyframes fadeUp { from{opacity:0;transform:translateY(35px)} to{opacity:1;transform:translateY(0)} }
.rv { opacity: 0; transform: translateY(35px); transition: opacity .6s cubic-bezier(.4,0,.2,1), transform .6s cubic-bezier(.4,0,.2,1) }
.rv.vis { opacity: 1; transform: translateY(0) }
.rv-d1{transition-delay:.08s} .rv-d2{transition-delay:.16s} .rv-d3{transition-delay:.24s} .rv-d4{transition-delay:.32s}

@media(max-width:900px){
  .hero-content{padding:0 28px}
  .hero-stats{flex-wrap:wrap;gap:12px}
  .hs{padding:10px 14px} .hs-val{font-size:1.1rem}
  .products{padding:60px 28px 80px}
  .products-grid{grid-template-columns:1fr}
  .divider{margin:0 28px}
  .nav{padding:14px 20px}
}
@media(max-width:500px){
  .hero-heading{font-size:2.8rem;letter-spacing:-2px}
  .hero-badges{flex-direction:column}
  .hero-stats{flex-direction:column}
}
