:root{
  --bg:#0B0F14;
  --panel:#121821;
  --card:#161D26;
  --border:rgba(255,255,255,.06);

  --text:#FFFFFF;
  --muted:#A8B3C7;
  --muted2:#6E7A8C;

  --accent:#00F5A0;
  --accent2:#00D88C;

  --processing:#FACC15;
  --error:#FF5C5C;
  --ready:#22C55E;

  --radius-card:12px;
  --radius-ui:10px;
  --shadow: 0 0 0 1px var(--border);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background:var(--bg);
  color:var(--text);
  line-height:1.5;
}

a{color:inherit; text-decoration:none}
a:hover{opacity:.9}

.container{
  width:min(1120px, calc(100% - 48px));
  margin:0 auto;
}

.topbar{
  position:sticky; top:0; z-index:50;
  background:rgba(11,15,20,.7);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--border);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:18px;
}
.brand{
  font-weight:800;
  letter-spacing:.02em;
  display:inline-flex;
  align-items:baseline;
  gap:2px;
}
.brand__word{font-size:20px}
.brand__sub{font-size:20px; font-weight:400; opacity:.92}

.brand--small .brand__word,
.brand--small .brand__sub{font-size:16px}

.nav{
  display:flex;
  gap:18px;
  color:var(--muted);
  font-size:14px;
}
.nav a{padding:8px 10px; border-radius:10px}
.nav a:hover{background:rgba(255,255,255,.04)}

.topbar__cta{display:flex; gap:10px}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:var(--radius-ui);
  border:1px solid transparent;
  font-weight:600;
  font-size:14px;
  white-space:nowrap;
}
.btn--lg{padding:12px 16px; font-size:15px}
.btn--full{width:100%}

.btn--primary{
  background:var(--accent);
  color: #06110c;
}
.btn--primary:hover{background:var(--accent2)}
.btn--ghost{
  background:rgba(255,255,255,.04);
  border-color:rgba(255,255,255,.08);
  color:var(--text);
}
.btn--ghost:hover{background:rgba(255,255,255,.06)}

.hero{
  padding:56px 0 36px;
}
.hero__inner{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:28px;
  align-items:start;
}
.pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  color:var(--muted);
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  margin-bottom:14px;
}
h1{
  font-size:44px;
  line-height:1.12;
  margin:0 0 14px;
  letter-spacing:-0.02em;
}
.lead{
  font-size:18px;
  color:var(--muted);
  margin:0 0 12px;
}
.support{
  margin:0 0 18px;
  color:var(--muted);
}
.em{color:var(--text); font-weight:700}
.hero__buttons{display:flex; gap:12px; flex-wrap:wrap; margin:18px 0 14px}

.trust{
  display:flex; align-items:center; gap:10px;
  color:var(--muted);
  font-size:13px;
}
.trust__dot{
  width:8px; height:8px; border-radius:50%;
  background:var(--accent);
  box-shadow: 0 0 0 3px rgba(0,245,160,.15);
}

.hero__panel .panel{
  background:var(--panel);
  border-radius:var(--radius-card);
  box-shadow:var(--shadow);
  padding:16px;
}
.panel__top{
  display:flex; align-items:center; justify-content:space-between;
  margin-bottom:12px;
}
.panel__title{font-weight:700; color:var(--text)}
.panel__badge{
  font-size:12px;
  color:var(--muted);
  border:1px solid rgba(255,255,255,.10);
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.03);
}
.panel__rows{display:flex; flex-direction:column; gap:10px; margin-bottom:12px}
.row{
  display:flex; align-items:center; gap:10px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
  padding:10px 10px;
  border-radius:10px;
}
.row__text{color:var(--muted); font-size:13px}

.status{
  font-size:12px;
  font-weight:700;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.18);
}
.status--processing{color: #1a1400; background: rgba(250,204,21,.9); border-color: rgba(250,204,21,.9)}
.status--ready{color:#03110a; background: rgba(34,197,94,.9); border-color: rgba(34,197,94,.9)}
.status--error{color:#1a0000; background: rgba(255,92,92,.9); border-color: rgba(255,92,92,.9)}

.panel__footer{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.mini{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
  padding:10px;
  border-radius:10px;
}
.mini__k{font-size:12px; color:var(--muted2); margin-bottom:4px}
.mini__v{font-size:13px; color:var(--muted)}
.caption{
  margin:10px 0 0;
  color:var(--muted2);
  font-size:12px;
}

.section{
  padding:56px 0;
}
.section--muted{
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
  border-top:1px solid rgba(255,255,255,.04);
  border-bottom:1px solid rgba(255,255,255,.04);
}
.section__head{
  margin-bottom:18px;
}
h2{
  margin:0 0 10px;
  font-size:32px;
  letter-spacing:-0.02em;
}
.h2-tight{margin-bottom:8px}
h3{
  margin:0 0 8px;
  font-size:18px;
}
.sub{
  margin:0;
  color:var(--muted);
  font-size:15px;
}
.lead2{
  margin:0;
  color:var(--muted);
  font-size:18px;
}

.grid2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:start;
}

.cards3{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
}

.card{
  background:var(--card);
  border-radius:var(--radius-card);
  box-shadow:var(--shadow);
  padding:22px;
}
.card--wide{padding:26px}
.card--highlight{
  background: linear-gradient(180deg, rgba(0,245,160,.08), rgba(22,29,38,1) 55%);
  border:1px solid rgba(0,245,160,.22);
}
.card__lead{font-size:18px; margin:0 0 12px}
.card__foot{margin:12px 0 0; color:var(--muted); font-size:14px}

.bullets{margin:0; padding-left:18px; color:var(--muted)}
.bullets li{margin:8px 0}

.checks{list-style:none; padding:0; margin:0}
.checks li{
  margin:10px 0;
  padding-left:26px;
  position:relative;
  color:var(--muted);
}
.checks li:before{
  content:"";
  width:10px; height:10px;
  border-radius:3px;
  background:rgba(0,245,160,.9);
  position:absolute; left:0; top:7px;
  box-shadow:0 0 0 3px rgba(0,245,160,.12);
}
.checks--tight li{margin:9px 0}

.card--step{position:relative; overflow:hidden}
.step__n{
  width:34px; height:34px; border-radius:12px;
  display:flex; align-items:center; justify-content:center;
  background:rgba(0,245,160,.12);
  border:1px solid rgba(0,245,160,.22);
  color:var(--accent);
  font-weight:800;
  margin-bottom:10px;
}

.pricing{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:18px;
}
.pricecard{
  background:var(--card);
  border-radius:var(--radius-card);
  box-shadow:var(--shadow);
  padding:22px;
  position:relative;
}
.pricecard__top{margin-bottom:12px}
.pricecard__plan{
  font-size:12px;
  color:var(--muted2);
  letter-spacing:.12em;
  font-weight:800;
}
.pricecard__price{
  font-size:34px;
  font-weight:900;
  margin-top:8px;
}
.pricecard__price span{font-size:14px; font-weight:700; color:var(--muted)}
.pricecard__cap{margin-top:6px; color:var(--muted); font-size:14px}

.pricecard--best{
  border:1px solid rgba(0,245,160,.22);
  background: linear-gradient(180deg, rgba(0,245,160,.08), rgba(22,29,38,1) 55%);
}
.best{
  position:absolute;
  top:14px; right:14px;
  font-size:12px;
  font-weight:800;
  color:#06110c;
  background:var(--accent);
  padding:6px 10px;
  border-radius:999px;
}
.fine{margin-top:10px; color:var(--muted2); font-size:12px}
.fine--center{text-align:center}
.footnote{
  margin:14px 0 0;
  color:var(--muted2);
  font-size:12px;
}

.faq{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}
.faq__item{
  background:var(--card);
  border-radius:var(--radius-card);
  box-shadow:var(--shadow);
  padding:16px 18px;
}
.faq__item summary{
  cursor:pointer;
  font-weight:800;
  color:var(--text);
}
.faq__item p{margin:10px 0 0; color:var(--muted)}

.cta{
  padding:64px 0;
}
.cta__inner{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:18px;
  align-items:start;
  background: linear-gradient(180deg, rgba(0,245,160,.10), rgba(18,24,33,1) 60%);
  border:1px solid rgba(0,245,160,.18);
  border-radius:var(--radius-card);
  padding:26px;
  box-shadow:var(--shadow);
}
.cta__box{
  background:rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.06);
  border-radius:var(--radius-card);
  padding:16px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.footer{
  border-top:1px solid rgba(255,255,255,.06);
  padding:18px 0 28px;
  color:var(--muted2);
}
.footer__inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}
.footer__right{display:flex; gap:14px}

/* Responsive */
@media (max-width: 980px){
  .hero__inner{grid-template-columns:1fr; gap:16px}
  .grid2{grid-template-columns:1fr}
  .cards3{grid-template-columns:1fr}
  .pricing{grid-template-columns:1fr}
  .cta__inner{grid-template-columns:1fr}
  .nav{display:none}
  h1{font-size:38px}
  h2{font-size:28px}
}

@media (max-width: 520px){
  .container{width:min(1120px, calc(100% - 32px))}
  .topbar__cta{display:none}
  h1{font-size:34px}
  .hero{padding-top:34px}
}
