:root{
  --bg:#010a18;
  --bg2:#020f20;
  --panel:#071a2e;
  --panel-hi:#0a2039;
  --gold:#efbd55;
  --gold2:#d9992b;
  --gold-light:#ffe197;
  --text:#f5f7fb;
  --muted:#c1ccda;
  --line:rgba(230,177,67,.34);
  --blue-line:rgba(100,157,211,.19);
  --wrap:74vw;
  --wrap-max:1420px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{
  margin:0;
  color:var(--text);
  min-height:100vh;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(840px 460px at 72% 12%,rgba(20,61,107,.18),transparent 70%),
    radial-gradient(520px 340px at 10% 19%,rgba(191,128,24,.045),transparent 73%),
    linear-gradient(145deg,#010712 0%,#021126 52%,#010815 100%);
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;inset:0;z-index:0;pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.010) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.008) 1px,transparent 1px);
  background-size:62px 62px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 88%);
}
#particles{position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.20}
.site{position:relative;z-index:1}
.wrap{width:min(var(--wrap),var(--wrap-max));margin-inline:auto}
a{color:inherit;text-decoration:none}
button{font:inherit}

.header{
  height:72px;
  position:sticky;top:0;z-index:60;
  background:rgba(1,8,18,.82);
  border-bottom:1px solid rgba(230,177,67,.12);
  backdrop-filter:blur(15px) saturate(125%);
}
.header-inner{height:72px;display:flex;align-items:center}
.brand{font-size:28px;font-weight:950;letter-spacing:-1.3px}
.brand strong{color:#fff}.brand span{color:var(--gold)}
.nav{margin-left:auto;display:flex;align-items:center;gap:34px;font-size:14px;color:#edf2f7}
.nav a{opacity:.91}
.nav a:hover{opacity:1}
.langs{display:flex;gap:8px;margin-left:20px;padding-left:20px;border-left:1px solid rgba(255,255,255,.10)}
.lang{
  width:41px;height:41px;border-radius:50%;display:grid;place-items:center;
  border:1px solid rgba(115,161,204,.19);background:rgba(7,22,39,.80);color:#d0deeb;font-size:12px
}
.lang.active{
  color:#101722;border-color:#f0bd57;
  background:linear-gradient(180deg,#ffe398,#e4aa3e);
  box-shadow:0 0 0 4px rgba(237,179,55,.04),0 0 25px rgba(225,162,38,.14)
}

.hero{padding-top:25px}
.hero-grid{
  display:grid;
  grid-template-columns:46.6% 53.4%;
  gap:22px;
  min-height:438px;
  align-items:center
}
.eyebrow{
  display:inline-flex;align-items:center;gap:9px;
  height:31px;padding:0 13px;border-radius:999px;
  border:1px solid rgba(229,179,72,.31);
  background:linear-gradient(180deg,rgba(25,43,64,.83),rgba(9,24,42,.78));
  color:#f4f7fa;font-size:10px;font-weight:800;letter-spacing:.42px
}
.eyebrow::before{
  content:"";width:7px;height:7px;border-radius:50%;
  background:#5de3a1;box-shadow:0 0 11px rgba(93,227,161,.55)
}
.hero h1{
  margin:18px 0 16px;
  max-width:600px;
  font-size:clamp(49px,3.45vw,61px);
  line-height:1.005;
  letter-spacing:-2.9px
}
.hero h1 .gold{
  display:inline-block;color:var(--gold);
  background:linear-gradient(180deg,#ffe099,#efbc52 48%,#d69225);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.hero-copy>p{
  margin:0;max-width:590px;color:#c3cfdd;
  font-size:16px;line-height:1.62
}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:20px}
.btn{
  min-height:52px;padding:0 21px;border-radius:12px;
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  font-size:14px;font-weight:850;border:1px solid transparent;transition:.18s
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  color:#121722;
  border-color:#ffdc80;
  background:linear-gradient(180deg,#ffe28c,#e8af3f);
  box-shadow:0 9px 25px rgba(209,145,27,.18),inset 0 1px rgba(255,255,255,.52)
}
.btn-secondary{
  color:#f1f5f9;
  border-color:rgba(101,155,205,.25);
  background:linear-gradient(180deg,rgba(17,42,70,.92),rgba(5,19,35,.96))
}
.trust{
  display:flex;flex-wrap:wrap;gap:19px;margin-top:18px;
  color:#e0e7ee;font-size:10.5px
}
.trust span{display:flex;gap:6px;align-items:center}
.trust b{color:#efb84b;font-size:13px}

.hero-art{
  min-width:0;position:relative;height:435px;
  display:flex;align-items:center;justify-content:flex-end
}
.hero-art::before{
  content:"";position:absolute;inset:8% 2% 5% 7%;
  background:radial-gradient(circle at 52% 50%,rgba(229,171,49,.12),transparent 48%);
  filter:blur(45px)
}
.hero-art img{
  position:relative;
  width:100%;height:100%;object-fit:contain;
  object-position:center;
  filter:drop-shadow(0 28px 38px rgba(0,0,0,.38));
  -webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 6%,#000 92%,transparent 100%);
  mask-image:linear-gradient(to bottom,transparent 0%,#000 6%,#000 92%,transparent 100%);
}
.hero-art .scan{
  position:absolute;left:8%;right:5%;top:-10%;height:16%;
  pointer-events:none;opacity:.24;
  background:linear-gradient(180deg,transparent,rgba(99,183,241,.055),rgba(239,187,71,.07),transparent);
  animation:scan 9s linear infinite
}
.divider{height:1px;background:linear-gradient(90deg,transparent,rgba(231,178,68,.42),rgba(82,146,202,.20),transparent)}

.features{padding-top:14px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{
  border:1px solid rgba(226,174,68,.29);
  background:
    radial-gradient(340px 180px at 80% 0%,rgba(43,87,131,.07),transparent 70%),
    linear-gradient(145deg,rgba(10,28,48,.96),rgba(4,16,29,.96));
  border-radius:16px;
  box-shadow:0 20px 52px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.025)
}
.feature-card{
  min-height:136px;padding:20px;
  display:grid;grid-template-columns:90px 1fr;align-items:center;gap:14px
}
.icon-orb{
  width:68px;height:68px;border-radius:50%;display:grid;place-items:center;
  border:1px solid rgba(237,184,74,.40);
  background:radial-gradient(circle at 35% 28%,rgba(238,186,78,.07),rgba(5,20,36,.98) 72%)
}
.icon-orb svg{width:36px;height:36px;fill:none;stroke:#edb846;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}
.feature-card h2{font-size:18px;margin:0 0 8px}
.feature-card p{margin:0;color:#bdc9d6;font-size:12px;line-height:1.55}

.offer-area{padding:16px 0 30px}
.offer-grid{display:grid;grid-template-columns:1.62fr .98fr;gap:16px}
.offer-card{
  min-height:221px;padding:18px 22px;
  display:grid;grid-template-columns:196px 1fr;gap:20px;align-items:center
}
.offer-art{height:184px;display:grid;place-items:center}
.offer-art img{
  width:185px;height:185px;object-fit:contain;
  mix-blend-mode:screen;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.28))
}
.offer-copy .badge,.checkout-copy .badge{
  display:inline-flex;height:27px;align-items:center;padding:0 10px;border-radius:999px;
  border:1px solid rgba(233,181,72,.30);
  color:#efbd55;font-size:9.5px;font-weight:900;letter-spacing:.52px
}
.offer-copy h2{font-size:28px;margin:9px 0 8px;letter-spacing:-.8px}
.price{display:flex;align-items:baseline;gap:11px;flex-wrap:wrap}
.price strong{font-size:43px;line-height:1;color:var(--gold);letter-spacing:-1.2px}
.price span{font-size:11px;color:#ccd6e0}
.offer-list{
  margin-top:15px;display:grid;grid-template-columns:1fr 1fr;gap:8px 18px;
  color:#e4eaf0;font-size:10.5px
}
.offer-list span::before{content:"✓";color:#efb94d;margin-right:6px}

.checkout-card{
  min-height:221px;padding:18px 18px 18px 22px;
  display:grid;grid-template-columns:1fr 150px;align-items:center;gap:8px
}
.checkout-copy h2{font-size:21px;line-height:1.16;margin:10px 0 9px;letter-spacing:-.5px}
.checkout-copy p{font-size:10.5px;line-height:1.55;color:#bcc9d6;margin:0}
.checkout-note{margin-top:12px;color:#eebb50;font-size:9.5px}
.checkout-art{height:176px;display:grid;place-items:center}
.checkout-art img{
  width:150px;height:176px;object-fit:contain;
  mix-blend-mode:screen;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.26))
}

.footer{
  padding:11px 0 24px;
  display:flex;justify-content:space-between;gap:20px;align-items:center;
  border-top:1px solid rgba(230,177,68,.10);
  color:#8296aa;font-size:9.5px
}
.footer-links{display:flex;gap:18px;align-items:center}
.footer a{color:#a9b8c7}

@keyframes scan{from{transform:translateY(-120%)}to{transform:translateY(690%)}}

/* Dedicated PREMIUM Ecosystem page */
.eco-page{padding:36px 0 64px}
.eco-hero{
  border:1px solid rgba(229,178,70,.27);
  border-radius:22px;
  background:
    radial-gradient(620px 260px at 78% 0%,rgba(35,82,128,.12),transparent 70%),
    linear-gradient(145deg,rgba(9,27,47,.98),rgba(4,14,25,.99));
  padding:30px 32px;
  box-shadow:0 24px 70px rgba(0,0,0,.36)
}
.eco-kicker{color:#efbd55;font-size:10px;font-weight:900;letter-spacing:1.5px}
.eco-hero h1{font-size:42px;letter-spacing:-1.6px;margin:8px 0 8px}
.eco-hero>p{color:#9fb1c4;margin:0;max-width:700px;line-height:1.6}
.eco-status{margin-top:18px;color:#69d9a3;font-size:11px}
.eco-sections{display:grid;gap:22px;margin-top:22px}
.eco-section h2{font-size:12px;text-transform:uppercase;letter-spacing:.6px;margin:0 0 10px}
.eco-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.eco-card{
  min-height:80px;padding:14px;border-radius:14px;
  border:1px solid rgba(103,155,203,.15);
  background:linear-gradient(145deg,rgba(12,31,52,.88),rgba(6,19,33,.90));
  display:flex;align-items:center;gap:12px;transition:.18s
}
.eco-card:hover{transform:translateY(-2px);border-color:rgba(235,183,75,.36)}
.eco-icon{
  width:42px;height:42px;border-radius:11px;display:grid;place-items:center;flex:0 0 42px;
  border:1px solid rgba(235,183,75,.27);background:rgba(4,15,27,.63);color:#efbd55;font-weight:900
}
.eco-title{font-size:12px;font-weight:800}
.eco-meta{font-size:9.5px;color:#8298ad;margin-top:4px}
.eco-manifest{margin-top:20px;padding-top:15px;border-top:1px solid rgba(229,178,70,.11);font-size:9px;color:#74899d}

@media(max-width:1100px){
  :root{--wrap:92vw}
  .nav{display:none}
  .hero-grid{grid-template-columns:1fr}
  .hero-art{height:auto}
  .hero-art img{max-height:430px}
  .feature-grid{grid-template-columns:1fr}
  .offer-grid{grid-template-columns:1fr}
  .eco-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  :root{--wrap:calc(100vw - 24px)}
  .header-inner{height:66px}.header{height:66px}
  .brand{font-size:22px}
  .langs{margin-left:auto;padding-left:0;border-left:0}
  .lang{width:34px;height:34px}
  .hero{padding-top:20px}
  .hero-grid{min-height:auto}
  .hero h1{font-size:43px;letter-spacing:-2.2px}
  .hero-copy>p{font-size:15px}
  .feature-card{grid-template-columns:72px 1fr;padding:16px}
  .offer-card{grid-template-columns:1fr}
  .offer-art{display:none}
  .offer-list{grid-template-columns:1fr}
  .checkout-card{grid-template-columns:1fr 100px}
  .checkout-art img{width:98px}
  .eco-grid{grid-template-columns:1fr}
  .footer{align-items:flex-start;flex-direction:column}
}
@media(prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
  #particles{display:none}
}
