:root {
  --bg: #06101d;
  --bg2: #0d1830;
  --card: rgba(9, 18, 34, 0.82);
  --card-strong: rgba(12, 24, 45, 0.95);
  --line: rgba(189, 205, 230, 0.12);
  --text: #f4f8ff;
  --muted: #9caeca;
  --primary: #5c75ff;
  --secondary: #24c8bc;
  --accent: #f6c85f;
  --danger: #fb7185;
  --success: #32d39a;
  --shadow: 0 20px 60px rgba(0,0,0,.28);
  --radius: 24px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:
radial-gradient(circle at top left, rgba(110,123,255,.28), transparent 28%),
radial-gradient(circle at 80% 0%, rgba(255,210,122,.08), transparent 22%),
radial-gradient(circle at bottom right, rgba(31,209,192,.16), transparent 26%),
linear-gradient(180deg, var(--bg), var(--bg2));color:var(--text);min-height:100%}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.site-shell{max-width:1280px;margin:0 auto;padding:24px}
.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:32px;padding:18px 22px;border:1px solid var(--line);background:rgba(9,17,31,.58);backdrop-filter:blur(16px);border-radius:20px;position:sticky;top:14px;z-index:20}
.brand{display:flex;align-items:center;gap:14px}
.brand-mark{width:50px;height:50px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),var(--secondary));font-size:1.35rem;font-weight:800;box-shadow:var(--shadow)}
.brand strong{display:block;font-size:1rem}.brand small{color:var(--muted);display:block;margin-top:2px}
.nav{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:flex-end}
.nav a{color:var(--muted)}.nav a:hover{color:var(--text)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 18px;border-radius:999px;background:linear-gradient(135deg,var(--primary),#7383ff);color:#fff;border:none;font-weight:700;box-shadow:0 16px 30px rgba(91,108,255,.25);cursor:pointer}
.button:hover{transform:translateY(-1px)}
.button-ghost{background:rgba(255,255,255,.04);box-shadow:none;border:1px solid var(--line);color:var(--text)}
.button-secondary{background:linear-gradient(135deg,var(--secondary),#4ee1cf);color:#06231f}.button-warn{background:linear-gradient(135deg,var(--accent),#ffd98c);color:#342400}
.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:stretch;margin-bottom:26px}
.panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.hero-copy{padding:42px}.kicker{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid var(--line);font-size:.85rem;color:var(--accent);margin-bottom:16px}
.hero h1{font-size:clamp(2.2rem,4vw,4.1rem);line-height:1.02;margin:0 0 18px;letter-spacing:-.04em}.hero p{font-size:1.05rem;color:var(--muted);max-width:60ch;line-height:1.75}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:24px}
.stat{padding:20px;border-radius:20px;background:rgba(255,255,255,.03);border:1px solid var(--line)}.stat strong{display:block;font-size:1.7rem;margin-bottom:6px}.stat span{color:var(--muted);font-size:.95rem}
.section{margin:30px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:16px}.section-head h2,.section-head h1{margin:0}.section-head p{margin:6px 0 0;color:var(--muted)}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.card{overflow:hidden;position:relative}.card-body{padding:20px}
.card img{aspect-ratio:4/3;object-fit:cover;background:#0c1730}.badge{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid var(--line);color:var(--accent);font-weight:700;font-size:.82rem}
.card-media{position:relative;overflow:hidden;border-radius:22px 22px 0 0}.card-media img{display:block;width:100%}.status-ribbon{position:absolute;top:18px;left:-38px;min-width:140px;padding:10px 42px;text-align:center;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#fff;transform:rotate(-45deg);box-shadow:0 12px 26px rgba(0,0,0,.28);z-index:3}.status-ribbon-locked{background:linear-gradient(135deg,#ffb24d,#fb7185)}.status-ribbon-owned{background:linear-gradient(135deg,#16c784,#5de6a8)}.card-status-locked .card-media::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,16,29,.05),rgba(6,16,29,.18))}.card-status-owned{border-color:rgba(50,211,154,.2)}.card-status-owned .card-body h3{color:#f4fffb}.card-status-owned .badge{border-color:rgba(50,211,154,.22)}
.price-row{display:flex;align-items:end;gap:10px;flex-wrap:wrap;margin:12px 0}.price{font-size:1.8rem;font-weight:800}.price-old{text-decoration:line-through;color:var(--muted)}.discount{color:var(--success);font-weight:700}
.card p{color:var(--muted);line-height:1.65}.list{display:grid;gap:10px;padding:0;margin:16px 0 0;list-style:none}.list li{padding-left:22px;position:relative;color:var(--text)}.list li::before{content:'✓';position:absolute;left:0;color:var(--secondary)}
.card-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.tag-strip{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.tag{padding:8px 10px;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid var(--line);color:var(--muted);font-size:.86rem}
.notice,.alert{padding:16px 18px;border-radius:18px;border:1px solid var(--line);margin-bottom:16px}.notice{background:rgba(31,199,178,.08)}.alert{background:rgba(251,113,133,.08);color:#ffd4db}
.form-card{max-width:720px;margin:0 auto;padding:30px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:8px}.field label{font-weight:700}.field input,.field select,.field textarea{width:100%;padding:14px 16px;border-radius:16px;border:1px solid var(--line);background:rgba(255,255,255,.04);color:var(--text);outline:none}.field textarea{min-height:130px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:rgba(91,108,255,.55);box-shadow:0 0 0 4px rgba(91,108,255,.12)}
.muted{color:var(--muted)}.center{text-align:center}.dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.quiz-tile{padding:18px;border-radius:24px;background:var(--card);border:1px solid var(--line);position:relative;overflow:hidden}.quiz-tile.locked::after{content:'Locked';position:absolute;top:16px;right:16px;background:rgba(255,255,255,.08);border:1px solid var(--line);padding:8px 12px;border-radius:999px;color:var(--accent);font-weight:700}.quiz-tile.unlocked::after{content:'Unlocked';position:absolute;top:16px;right:16px;background:rgba(50,211,154,.14);border:1px solid rgba(50,211,154,.32);padding:8px 12px;border-radius:999px;color:#84f5cb;font-weight:700}
.quiz-tile img{border-radius:20px;margin-bottom:16px}.metric-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.metric{padding:18px;border-radius:20px;background:rgba(255,255,255,.04);border:1px solid var(--line)}.metric strong{display:block;font-size:1.4rem}.metric span{color:var(--muted)}
.table{width:100%;border-collapse:collapse;background:var(--card);border-radius:20px;overflow:hidden;border:1px solid var(--line)}.table th,.table td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left}.table th{color:var(--muted);font-size:.9rem}
.footer{margin-top:44px;padding:26px;border-radius:24px;background:rgba(255,255,255,.03);border:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:var(--muted)}
.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start}.product-image{border-radius:26px;overflow:hidden;border:1px solid var(--line)}.small{font-size:.92rem}.inline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.install-btn{min-width:120px}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step{padding:18px;border-radius:20px;background:rgba(255,255,255,.04);border:1px solid var(--line)}.step strong{display:block;margin-bottom:6px}
@media (max-width: 1024px){.hero,.product-hero,.grid,.dashboard-grid,.steps,.metric-strip{grid-template-columns:1fr 1fr}}
@media (max-width: 760px){.site-shell{padding:14px}.topbar{position:static;flex-direction:column;align-items:stretch}.nav{justify-content:flex-start}.hero,.product-hero,.grid,.dashboard-grid,.steps,.metric-strip,.hero-stats,.form-grid{grid-template-columns:1fr}.hero-copy{padding:24px}.footer{padding:20px}}

.card,.quiz-tile,.panel{transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease}
.card:hover,.quiz-tile:hover,.panel:hover{transform:translateY(-4px);border-color:rgba(173,194,224,.24);box-shadow:0 24px 64px rgba(0,0,0,.34)}
.hero-copy h1{max-width:14ch}


.hero-slim{grid-template-columns:1fr;max-width:900px;margin:0 auto 28px}.compact-copy{padding:34px 36px}.compact-copy h1{max-width:15ch}.dashboard-head{margin-bottom:18px}.owned-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.clean-tile::after{display:none}.clean-tile::before{content:"Owned";position:absolute;top:16px;right:16px;padding:8px 12px;border-radius:999px;background:rgba(50,211,154,.14);border:1px solid rgba(50,211,154,.32);color:#84f5cb;font-weight:700;font-size:.78rem;letter-spacing:.03em}.clean-tile h3{margin:12px 0 8px}.clean-tile .card-actions{margin-top:14px}.empty-state{padding:36px;text-align:center;max-width:760px;margin:18px auto}.empty-state p{color:var(--muted);margin:8px 0 20px}.compact-list{margin-top:14px}.compact-list li{padding-top:2px;padding-bottom:2px}.trust-stars{display:flex;gap:4px;color:var(--accent);font-size:1rem;margin:12px 0 4px}.clean-product-hero .hero-copy{min-height:100%}.section-head p{max-width:52ch}.footer p{margin:.25rem 0}.topbar{background:rgba(7,16,29,.72)}.card-body h3,.quiz-tile h3{font-size:1.15rem;line-height:1.35}.quiz-tile .badge{margin-top:2px}.quiz-tile img{aspect-ratio:4/3;object-fit:cover}.product-hero{align-items:stretch}.product-image img{width:100%;height:100%;object-fit:cover}.card-actions .button{min-width:132px}.list li::before{color:var(--accent)}
@media (max-width: 1024px){.owned-grid{grid-template-columns:1fr 1fr}}
@media (max-width: 760px){.hero-slim{max-width:none}.compact-copy{padding:24px}.owned-grid{grid-template-columns:1fr}.card-actions .button{width:100%}}


.button-details{background:linear-gradient(135deg,#ffd34f,#f6c85f);color:#342400;box-shadow:0 16px 30px rgba(246,200,95,.22)}
.button-buy{background:linear-gradient(135deg,#21d889,#38ef7d);color:#06281a;box-shadow:0 16px 30px rgba(33,216,137,.24)}
.button-details:hover,.button-buy:hover{transform:translateY(-1px)}
.trust-stars{display:flex;align-items:center;gap:4px;color:#ffd34f;font-size:1rem;margin:12px 0 6px}
.trust-stars small{margin-left:6px;color:var(--muted);font-size:.92rem;font-weight:600}
.price-old{position:relative;color:#ffb3bf;text-decoration:none}
.price-old::after{content:'';position:absolute;left:-2px;right:-2px;top:52%;height:2px;background:#ff4d6d;transform:none;border-radius:999px;box-shadow:0 0 8px rgba(255,77,109,.22)}
.product-hero-upgraded{grid-template-columns:1.02fr .98fr;gap:26px;align-items:stretch}
.upgraded-image-wrap{padding:0;overflow:hidden}
.upgraded-image-wrap img{width:100%;height:100%;object-fit:cover;min-height:520px}
.product-copy-upgraded{padding:34px 34px 30px}
.product-title{font-size:clamp(2rem,4vw,3.25rem);line-height:1.02;margin:12px 0 10px;letter-spacing:-.04em;max-width:12ch}
.product-short{margin:0 0 8px;color:var(--muted);font-size:1.03rem;line-height:1.75;max-width:58ch}
.product-price-row{margin:18px 0 14px}
.product-tags{margin-bottom:8px}
.product-actions{margin-top:20px}
.product-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}
.proof-box{padding:16px 14px;border-radius:20px;background:rgba(255,255,255,.04);border:1px solid var(--line)}
.proof-box strong{display:block;font-size:1.35rem;margin-bottom:6px}
.proof-box span{color:var(--muted);font-size:.9rem}
.product-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.detail-panel{padding:26px}
.detail-panel h2{margin:0 0 12px;font-size:1.2rem}
.detail-panel p{margin:0;color:var(--muted);line-height:1.75}
.detail-panel-accent{background:linear-gradient(180deg,rgba(12,24,45,.95),rgba(8,18,34,.95));border-color:rgba(90,117,255,.22)}
.detail-actions{margin-top:18px}
.card .card-body .trust-stars{margin-top:12px}
@media (max-width: 1024px){.product-hero-upgraded,.product-detail-grid,.product-proof-grid{grid-template-columns:1fr 1fr}.upgraded-image-wrap img{min-height:420px}}
@media (max-width: 760px){.product-hero-upgraded,.product-detail-grid,.product-proof-grid{grid-template-columns:1fr}.product-copy-upgraded{padding:24px}.product-title{max-width:none}.upgraded-image-wrap img{min-height:auto}}

.hero-carousel-layout{
  grid-template-columns: 3fr 2fr;
  gap: 20px;
  align-items: stretch;
  margin-bottom: 26px;
}
.hero-carousel{
  position: relative;
  overflow: hidden;
  min-height: 416px;
  background: linear-gradient(180deg, rgba(8,18,34,.96), rgba(12,24,45,.96));
}
.hero-carousel-track{
  position: relative;
  height: 100%;
}
.hero-slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .45s ease;
}
.hero-slide.is-active{
  opacity: 1;
  pointer-events: auto;
}
.hero-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slide-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,13,26,.12) 0%, rgba(5,13,26,.28) 18%, rgba(5,13,26,.58) 62%, rgba(5,13,26,.88) 100%),
              linear-gradient(180deg, rgba(5,13,26,.08) 0%, rgba(5,13,26,.78) 100%);
}
.hero-slide-copy{
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 2;
  max-width: 70%;
}
.hero-slide-badge{
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(103, 91, 255, .28);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff1ac;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.hero-slide-caption{
  margin: 0 0 6px;
  color: rgba(244,248,255,.88);
  font-size: .95rem;
  font-weight: 700;
  text-shadow: 0 6px 18px rgba(0,0,0,.32);
}
.hero-slide h1{
  margin: 0 0 8px;
  font-size: clamp(2rem, 3.4vw, 3.3rem);
  line-height: 1.02;
  max-width: 11ch;
  text-shadow: 0 12px 30px rgba(0,0,0,.4);
}
.hero-slide p{
  margin: 0;
  max-width: 46ch;
  color: rgba(244,248,255,.84);
  font-size: .96rem;
  line-height: 1.55;
  text-shadow: 0 10px 24px rgba(0,0,0,.35);
}
.hero-slide-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.hero-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(8,18,34,.52);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  backdrop-filter: blur(10px);
}
.hero-arrow:hover{
  background: rgba(8,18,34,.7);
}
.hero-arrow-prev{ left: 18px; }
.hero-arrow-next{ right: 18px; }
.hero-dots{
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}
.hero-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.3);
  cursor: pointer;
  padding: 0;
}
.hero-dot.is-active{
  width: 28px;
  background: linear-gradient(135deg, #f6c85f, #ff8ad8);
}
.hero-values{
  background: linear-gradient(180deg, rgba(10,22,42,.98), rgba(8,18,34,.96));
}
.hero-values-inner{
  height: 100%;
  padding: 24px 24px;
  display: flex;
  flex-direction: column;
}
.hero-values .kicker{
  margin-bottom: 14px;
  background: transparent;
  border: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 900;
  font-size: 1.24rem;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.hero-value-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 13px;
}
.hero-value-list li{
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  color: rgba(244,248,255,.92);
  font-size: 1rem;
  line-height: 1.45;
}
.hero-value-list li span:first-child{
  color: #24d58c;
  font-weight: 900;
}
.hero-values-cta{
  margin-top: 18px;
  align-self: stretch;
  font-size: 1rem;
  min-height: 52px;
  background: linear-gradient(135deg, #f3c852, #ff8ad8);
  color: #1e1738;
  box-shadow: 0 16px 36px rgba(243,200,82,.18);
}
.hero-values-cta:hover{
  transform: translateY(-1px);
}

@media (max-width: 1180px){
  .hero-slide-copy{max-width: 78%;}
  .hero-slide h1{max-width: 11ch;}
}
@media (max-width: 1024px){
  .hero-carousel-layout{grid-template-columns: 1fr;}
  .hero-carousel{min-height: 360px;}
  .hero-values-inner{padding: 22px 22px;}
}
@media (max-width: 760px){
  .hero-carousel{min-height: 330px;}
  .hero-slide-copy{left: 16px; right: 16px; bottom: 44px; max-width: none;}
  .hero-slide h1{font-size: clamp(1.75rem, 7vw, 2.5rem); max-width: none;}
  .hero-slide p{font-size: .92rem;}
  .hero-slide-actions .button{width: auto;}
  .hero-arrow{width: 40px; height: 40px; border-radius: 12px; font-size: 1.5rem;}
  .hero-arrow-prev{left: 12px;}
  .hero-arrow-next{right: 12px;}
  .hero-value-list li{font-size: .95rem;}
  .hero-values .kicker{font-size: 1.08rem;}
}


.install-btn-attention{
  animation: installPulse 1s ease-in-out infinite;
  border-color: rgba(255, 211, 79, .65);
  box-shadow: 0 0 0 0 rgba(255, 211, 79, .42), 0 18px 34px rgba(91,108,255,.18);
}
.install-btn-attention:hover{
  animation-play-state: paused;
}
@keyframes installPulse{
  0%, 100%{
    transform: translateY(0) scale(1);
    box-shadow: 0 0 0 0 rgba(255, 211, 79, .36), 0 18px 34px rgba(91,108,255,.18);
    background: rgba(255,255,255,.06);
  }
  50%{
    transform: translateY(-1px) scale(1.04);
    box-shadow: 0 0 0 10px rgba(255, 211, 79, 0), 0 18px 38px rgba(91,108,255,.24);
    background: rgba(255, 211, 79, .12);
  }
}
