:root{
  --bg:#030405;
  --panel:#10151b;
  --panel2:#151c24;
  --text:#f8f2e8;
  --muted:#aeb8c4;
  --gold:#d8b56d;
  --gold2:#ffe3a1;
  --green:#a8ff61;
  --cyan:#59e8ff;
  --orange:#ff9d36;
  --line:rgba(255,255,255,.13);
  --shadow:0 35px 120px rgba(0,0,0,.55);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  background:
    radial-gradient(circle at 15% 5%,rgba(89,232,255,.18),transparent 26%),
    radial-gradient(circle at 85% 10%,rgba(216,181,109,.20),transparent 28%),
    radial-gradient(circle at 50% 80%,rgba(168,255,97,.10),transparent 35%),
    linear-gradient(135deg,#020303,#071016 45%,#020303);
  overflow-x:hidden;
}
.noise{position:fixed;inset:0;pointer-events:none;opacity:.18;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E")}
a{color:inherit}
.topbar{
  position:sticky;top:0;z-index:20;
  display:flex;justify-content:space-between;align-items:center;
  padding:18px clamp(18px,4vw,54px);
  backdrop-filter:blur(18px);
  background:rgba(3,4,5,.72);
  border-bottom:1px solid var(--line);
}
.brand{display:flex;align-items:center;text-decoration:none}
.brand img{
  width:clamp(160px,18vw,245px);
  height:auto;
  max-height:58px;
  object-fit:contain;
  filter:drop-shadow(0 12px 28px rgba(216,181,109,.18));
}
nav{display:flex;gap:18px;align-items:center}
nav a{color:var(--muted);text-decoration:none;font-size:14px}
nav a:hover{color:var(--text)}
.nav-cta{color:#111!important;background:linear-gradient(135deg,var(--gold2),var(--gold));padding:10px 14px;border-radius:999px;font-weight:800}
main{max-width:1240px;margin:auto;padding:0 22px}
.hero,.product-hero{
  min-height:calc(100vh - 74px);
  display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center;
  padding:76px 0;
}
.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900}
h1{font-size:clamp(46px,7vw,92px);line-height:.88;letter-spacing:-.075em;margin:14px 0 22px}
h2{font-size:clamp(32px,4.7vw,62px);line-height:.96;letter-spacing:-.055em;margin:10px 0 18px}
h3{font-size:24px;margin:8px 0 10px}
.lead{font-size:clamp(20px,2.1vw,28px);line-height:1.35;color:#efe7d7;max-width:820px}
.hero-logo-showcase{
  width:min(560px,100%);
  margin:0 0 30px;
  padding:14px 18px;
  border:1px solid rgba(216,181,109,.28);
  border-radius:26px;
  background:
    radial-gradient(circle at 30% 50%,rgba(216,181,109,.18),transparent 42%),
    linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
  box-shadow:0 22px 70px rgba(0,0,0,.32);
}
.hero-logo-showcase.compact{width:min(500px,100%)}
.hero-logo-showcase img{display:block;width:100%;height:auto}
p{color:var(--muted);line-height:1.6}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;padding:15px 20px;font-weight:900;border:1px solid var(--line);transition:.2s ease}
.button:hover{transform:translateY(-2px)}
.primary{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#111;box-shadow:0 18px 50px rgba(216,181,109,.22)}
.ghost{background:rgba(255,255,255,.06);color:var(--text)}
.xl{font-size:18px;padding:18px 26px}
.proof,.logos{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.proof span,.logos span{border:1px solid var(--line);background:rgba(255,255,255,.05);border-radius:999px;padding:9px 12px;color:#d7e0ea;font-size:13px}
.logos{justify-content:center;padding:22px 0 70px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.trust-strip{
  margin:22px 0 -32px;
  display:flex;
  gap:10px;
  justify-content:center;
  flex-wrap:wrap;
}
.trust-strip span{
  border:1px solid rgba(216,181,109,.32);
  background:linear-gradient(135deg,rgba(216,181,109,.13),rgba(255,255,255,.04));
  color:#f6ead2;
  border-radius:999px;
  padding:10px 14px;
  font-size:13px;
  font-weight:800;
  box-shadow:0 12px 38px rgba(0,0,0,.20);
}
.trust-link{
  border:1px solid rgba(89,232,255,.35);
  background:linear-gradient(135deg,rgba(89,232,255,.14),rgba(255,255,255,.04));
  color:#dff9ff;
  text-decoration:none;
  border-radius:999px;
  padding:10px 14px;
  font-size:13px;
  font-weight:900;
}
.launch-promo{
  margin:18px auto 0;
  width:min(1180px,calc(100% - 40px));
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  padding:14px 18px;
  border:1px solid rgba(216,181,109,.42);
  border-radius:999px;
  background:linear-gradient(135deg,rgba(216,181,109,.18),rgba(255,241,189,.07));
  box-shadow:0 18px 55px rgba(0,0,0,.28);
  color:#fff;
  position:relative;
  z-index:2;
}
.launch-promo span{
  color:#111;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  border-radius:999px;
  padding:7px 12px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:1000;
}
.launch-promo strong{font-size:15px;letter-spacing:.01em}
.launch-promo a{color:var(--gold2);font-weight:900;text-decoration:none;border-bottom:1px solid rgba(255,241,189,.55)}
.lang-suggestion{
  position:fixed;
  left:50%;
  bottom:22px;
  transform:translateX(-50%);
  z-index:50;
  display:flex;
  gap:12px;
  align-items:center;
  max-width:min(760px,calc(100% - 28px));
  padding:14px 16px;
  border:1px solid rgba(216,181,109,.42);
  border-radius:999px;
  background:rgba(3,4,5,.92);
  box-shadow:0 22px 80px rgba(0,0,0,.48);
}
.lang-suggestion span{color:#fff;font-size:14px}
.lang-suggestion a{color:#111;background:linear-gradient(135deg,var(--gold2),var(--gold));padding:9px 12px;border-radius:999px;text-decoration:none;font-weight:900;white-space:nowrap}
.lang-suggestion button{border:0;border-radius:50%;width:30px;height:30px;background:rgba(255,255,255,.12);color:#fff;cursor:pointer}
.language-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:34px 0 80px;
}
.language-card{
  border:1px solid var(--line);
  border-radius:28px;
  padding:26px;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.026));
}
.language-card h2{font-size:clamp(28px,4vw,46px)}
.language-card .mini{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}
.language-card .mini span{border:1px solid rgba(216,181,109,.25);border-radius:999px;padding:8px 10px;color:#f5dfae;font-size:12px;font-weight:800}
.language-nav{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin:24px 0 40px}
.language-nav a{border:1px solid var(--line);border-radius:999px;padding:10px 12px;text-decoration:none;color:#dbe2e8;background:rgba(255,255,255,.05);font-weight:800}
.command-card{
  position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:34px;padding:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.03));
  box-shadow:var(--shadow);
}
.card-glow{position:absolute;inset:-40% -20% auto auto;width:360px;height:360px;background:radial-gradient(circle,rgba(168,255,97,.18),transparent 60%);filter:blur(8px)}
.dash-head{display:flex;justify-content:space-between;align-items:center;position:relative}
.dash-head span{color:var(--muted)}
.dash-head strong{color:var(--green)}
.kpi-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:28px 0;position:relative}
.kpi-grid div{background:rgba(0,0,0,.30);border:1px solid var(--line);border-radius:20px;padding:18px}
.kpi-grid small{display:block;color:var(--muted);margin-bottom:7px}
.kpi-grid b{font-size:26px;color:#fff}
.decision-strip{border:1px solid rgba(216,181,109,.32);border-radius:22px;padding:20px;background:rgba(216,181,109,.08);position:relative}
.decision-strip small{color:var(--gold)}
.decision-strip p{color:#fff;font-size:18px;margin-bottom:0}
.pulse-line{display:flex;gap:7px;align-items:end;height:90px;margin-top:20px}
.pulse-line i{display:block;flex:1;border-radius:999px;background:linear-gradient(180deg,var(--cyan),var(--green),var(--orange));animation:pulse 1.8s infinite ease-in-out}
.pulse-line i:nth-child(1){height:28%}.pulse-line i:nth-child(2){height:44%;animation-delay:.1s}.pulse-line i:nth-child(3){height:36%;animation-delay:.2s}.pulse-line i:nth-child(4){height:70%;animation-delay:.3s}.pulse-line i:nth-child(5){height:58%;animation-delay:.4s}.pulse-line i:nth-child(6){height:82%;animation-delay:.5s}.pulse-line i:nth-child(7){height:95%;animation-delay:.6s}
@keyframes pulse{0%,100%{opacity:.55;transform:scaleY(.88)}50%{opacity:1;transform:scaleY(1)}}
.split,.calculator,.included,.pricing,.before-after,.cta-panel,.timeline-section,.faq{padding:86px 0;border-bottom:1px solid var(--line)}
.split{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px}
.cards,.included-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.cards article,.included-grid article,.calc-box,.before,.after,.offer-stack,.faq details{
  border:1px solid var(--line);border-radius:24px;padding:22px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));
}
.cards span{color:var(--gold);font-weight:900}
.calculator{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.calc-box label{display:block;color:var(--gold);font-weight:900;margin-bottom:18px}
input[type=range]{width:100%;accent-color:var(--gold)}
.calc-result{margin-top:22px}
.calc-result span{color:var(--muted)}
.calc-result strong{display:block;font-size:56px;letter-spacing:-.05em;color:var(--green);margin:8px 0}
.calc-result small{color:var(--gold2)}
.included-grid{grid-template-columns:repeat(3,1fr)}
.included-grid b{font-size:20px}
.pricing-lead{max-width:760px}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.price-card{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:14px;
  min-height:540px;
  border:1px solid var(--line);
  border-radius:30px;
  padding:26px;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.026));
  box-shadow:0 22px 80px rgba(0,0,0,.28);
}
.price-card.featured{
  border-color:rgba(216,181,109,.55);
  background:
    radial-gradient(circle at 50% 0,rgba(216,181,109,.20),transparent 46%),
    linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.035));
  transform:translateY(-10px);
}
.price-card .tag{
  align-self:flex-start;
  border:1px solid rgba(216,181,109,.45);
  color:var(--gold2);
  border-radius:999px;
  padding:8px 12px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
  background:rgba(216,181,109,.08);
}
.price-card h3{font-size:32px;letter-spacing:-.04em;margin-bottom:0}
.price-card .price{font-size:54px;line-height:1;color:#fff;letter-spacing:-.055em}
.price-card ul{padding-left:20px;margin:0 0 10px}
.price-card .button{margin-top:auto}
.secure-note{
  display:block;
  color:#d8c497;
  font-size:13px;
  line-height:1.45;
  margin-top:2px;
}
.sales-note{
  color:#f5dfae;
  font-weight:800;
}
.confidence-panel{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:28px;
  padding:86px 0;
  border-bottom:1px solid var(--line);
}
.confidence-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.confidence-grid article{
  border:1px solid rgba(216,181,109,.24);
  border-radius:24px;
  padding:22px;
  background:
    radial-gradient(circle at 0 0,rgba(216,181,109,.13),transparent 42%),
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.026));
}
.confidence-grid b{font-size:20px;color:#fff}
.before-after{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.before{background:linear-gradient(145deg,rgba(255,70,70,.08),rgba(255,255,255,.03))}
.after{background:linear-gradient(145deg,rgba(168,255,97,.10),rgba(255,255,255,.03))}
li{margin:10px 0;color:#dbe2e8}
.cta-panel{text-align:center;border:1px solid rgba(216,181,109,.30);border-radius:34px;margin:70px 0 90px;padding:58px 24px;background:radial-gradient(circle at 50% 0,rgba(216,181,109,.20),rgba(255,255,255,.04))}
.centered{justify-content:center}
footer{max-width:1240px;margin:auto;padding:32px 22px 54px;display:flex;gap:18px;flex-wrap:wrap;color:var(--muted);border-top:1px solid var(--line)}
footer strong{color:var(--text)}
.legal-page{
  max-width:920px;
  margin:70px auto 110px;
  padding:36px;
  border:1px solid var(--line);
  border-radius:30px;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.026));
}
.legal-page h1{font-size:clamp(38px,6vw,72px)}
.legal-page h2{
  font-size:clamp(24px,3vw,36px);
  letter-spacing:-.035em;
  margin-top:34px;
}
.legal-table{
  border:1px solid rgba(216,181,109,.25);
  border-radius:22px;
  padding:18px 20px;
  background:rgba(216,181,109,.065);
  margin:18px 0 26px;
}
.legal-table p{margin:8px 0}
.offer-stack{display:grid;gap:12px}
.offer-stack div{display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:18px;padding:18px;background:rgba(255,255,255,.05)}
.offer-stack span{color:#111;background:var(--gold);border-radius:999px;padding:8px 10px;font-weight:900}
.timeline{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:26px}
.timeline div{border:1px solid var(--line);border-radius:20px;padding:18px;background:rgba(255,255,255,.05)}
.timeline span{display:inline-flex;width:34px;height:34px;border-radius:50%;align-items:center;justify-content:center;background:var(--gold);color:#111;font-weight:900}
.faq details{margin-bottom:12px}
.faq summary{cursor:pointer;font-weight:900;color:#fff}
@media(max-width:920px){
  nav{display:none}
  .hero,.product-hero,.split,.calculator,.before-after{grid-template-columns:1fr}
  .included-grid,.timeline,.pricing-grid,.confidence-panel,.confidence-grid,.language-grid{grid-template-columns:1fr}
  .lang-suggestion{border-radius:24px;align-items:flex-start;flex-direction:column}
  .launch-promo{border-radius:24px;align-items:flex-start;flex-direction:column}
  .price-card.featured{transform:none}
  h1{font-size:48px}
}
