:root{
  --bg: #153d0a;
  --panel: rgba(255,255,255,0.06);
  --panel-2: rgba(255,255,255,0.04);
  --text: rgba(255,255,255,0.92);
  --muted: rgba(255,255,255,0.70);
  --faint: rgba(255,255,255,0.55);
  --stroke: rgba(255,255,255,0.12);
  --accent: #6ee7ff;
  --accent-2: #a78bfa;
  --shadow: 0 18px 60px rgba(0,0,0,0.45);
  --radius: 18px;
  --radius-sm: 14px;
  --container: 1120px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji";
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: var(--font);
  background: radial-gradient(900px 400px at 20% -10%, rgba(167,139,250,0.18), transparent 60%),
              radial-gradient(900px 400px at 80% 0%, rgba(110,231,255,0.16), transparent 55%),
              var(--bg);
  color: var(--text);
  line-height:1.5;
}

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

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

.sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

/* Announcement */
.announce{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.06);
  border-bottom: 1px solid var(--stroke);
  backdrop-filter: blur(10px);
}
.announce p{
  margin: 0;
  padding: 10px 18px;
  font-size: 14px;
  color: var(--muted);
  text-align: center;
}
.announce__link{
  color: var(--accent);
  font-weight: 650;
  border-bottom: 1px dashed rgba(110,231,255,0.45);
}

/* Header */
.header{
  position: sticky;
  top: 44px;
  z-index: 40;
  background: rgba(11,14,20,0.55);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--stroke);
}
.header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 14px 0;
  gap: 16px;
}

.brand{
  display:flex;
  align-items:center;
  gap: 12px;
  min-width: 220px;
}
.brand__logo{
  width: 44px; height: 44px;
  display:grid; place-items:center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(110,231,255,0.22), rgba(167,139,250,0.22));
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: var(--shadow);
  font-weight: 800;
  letter-spacing: .4px;
  color: rgba(255,255,255,0.9);
}
.brand__logo span{ font-size: 11px; }
.brand__logo--sm{ width: 40px; height: 40px; border-radius: 14px; }
.brand__text{ display:flex; flex-direction:column; }
.brand__name{ font-weight: 800; letter-spacing: .2px; }
.brand__tag{ font-size: 12px; color: var(--muted); margin-top: 2px; }

.nav{ display:flex; align-items:center; justify-content:flex-end; flex:1; }
.nav__toggle{
  display:none;
  align-items:center;
  justify-content:center;
  width: 44px; height: 44px;
  border-radius: 14px;
  border: 1px solid var(--stroke);
  background: rgba(255,255,255,0.06);
  color: var(--text);
}
.nav__toggleBars{
  width: 18px; height: 12px;
  position: relative;
  display:block;
}
.nav__toggleBars::before,
.nav__toggleBars::after{
  content:"";
  position:absolute; left:0; right:0;
  height: 2px; border-radius: 999px;
  background: rgba(255,255,255,0.82);
}
.nav__toggleBars::before{ top:0; }
.nav__toggleBars::after{ bottom:0; }
.nav__menu{
  display:flex;
  align-items:center;
  gap: 18px;
  list-style:none;
  margin:0;
  padding:0;
}
.nav__menu a{
  font-size: 14px;
  color: var(--muted);
  padding: 10px 10px;
  border-radius: 12px;
}
.nav__menu a:hover{
  color: var(--text);
  background: rgba(255,255,255,0.06);
}
.nav__cta{ margin-left: 6px; }

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid var(--stroke);
  background: rgba(255,255,255,0.06);
  color: var(--text);
  font-weight: 700;
  font-size: 14px;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}
.btn:hover{ transform: translateY(-1px); }
.btn:active{ transform: translateY(0px); }

.btn--primary{
  border-color: rgba(110,231,255,0.35);
  background: linear-gradient(135deg, rgba(110,231,255,0.18), rgba(167,139,250,0.16));
}
.btn--ghost{
  background: transparent;
}
.btn--lg{ padding: 12px 18px; border-radius: 16px; font-size: 15px; }

/* Hero */
.hero{
  position:relative;
  padding: 56px 0 26px;
  overflow:hidden;
}
.hero__grid{
  display:grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: start;
}
.kicker{
  display:inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
  color: var(--muted);
  font-size: 13px;
  margin: 0 0 14px;
}
.hero h1{
  margin: 0 0 12px;
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.6px;
}
.lead{
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 16.5px;
}
.hero__actions{
  display:flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.trust{
  display:flex;
  gap: 16px;
  flex-wrap: wrap;
}
.trust__item{
  padding: 12px 14px;
  border: 1px solid var(--stroke);
  background: rgba(255,255,255,0.04);
  border-radius: 16px;
  min-width: 150px;
}
.trust__num{
  display:block;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -0.2px;
}
.trust__label{
  display:block;
  color: var(--muted);
  font-size: 13px;
  margin-top: 2px;
}

.hero__card .card{
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
  box-shadow: var(--shadow);
  padding: 18px;
}
.card__top{
  display:flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.pill{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.86);
  font-weight: 700;
}
.pill--soft{
  background: rgba(255,255,255,0.04);
  color: var(--muted);
}
.card__title{
  margin: 6px 0 8px;
  font-size: 20px;
}
.card__desc{
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14.5px;
}

.terminal{
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.14);
  overflow:hidden;
  background: rgba(0,0,0,0.30);
}
.terminal__bar{
  display:flex;
  gap: 6px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
}
.dot{
  width: 10px; height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.30);
}
.terminal__body{
  margin:0;
  padding: 12px;
  font-size: 12.5px;
  color: rgba(255,255,255,0.82);
  overflow:auto;
  white-space: pre-wrap;
}
.card__actions{
  display:flex;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.hero__bg{
  position:absolute;
  inset: -200px -140px auto -140px;
  height: 520px;
  background:
    radial-gradient(220px 220px at 18% 25%, rgba(110,231,255,0.12), transparent 60%),
    radial-gradient(220px 220px at 62% 14%, rgba(167,139,250,0.14), transparent 60%),
    radial-gradient(380px 280px at 35% 55%, rgba(255,255,255,0.06), transparent 65%);
  pointer-events:none;
  filter: blur(0px);
  z-index:-1;
}

/* Sections */
.section{
  padding: 58px 0;
}
.section--alt{
  background: rgba(255,255,255,0.03);
  border-top: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
}
.section__head{
  margin-bottom: 22px;
}
.section__head h2{
  margin: 0 0 10px;
  font-size: clamp(22px, 2.3vw, 32px);
  letter-spacing: -0.3px;
}
.section__head p{
  margin: 0;
  color: var(--muted);
  max-width: 70ch;
}

/* Grid */
.grid{
  display:grid;
  gap: 14px;
}
.grid--3{
  grid-template-columns: repeat(3, 1fr);
}
.feature{
  padding: 16px;
  border-radius: var(--radius);
  border: 1px solid var(--stroke);
  background: rgba(255,255,255,0.04);
}
.feature__icon{
  width: 40px; height: 40px;
  border-radius: 14px;
  display:grid; place-items:center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  margin-bottom: 10px;
  font-size: 18px;
}
.feature h3{ margin: 0 0 8px; font-size: 16px; }
.feature p{ margin: 0; color: var(--muted); font-size: 14.5px; }

/* Tabs */
.tabs{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.tab{
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid var(--stroke);
  background: rgba(255,255,255,0.04);
  color: var(--muted);
  font-weight: 800;
  cursor: pointer;
}
.tab.is-active{
  color: var(--text);
  border-color: rgba(110,231,255,0.35);
  background: linear-gradient(135deg, rgba(110,231,255,0.14), rgba(167,139,250,0.10));
}

.panel{
  display:none;
  border-radius: var(--radius);
  border: 1px solid var(--stroke);
  background: rgba(255,255,255,0.04);
  padding: 18px;
}
.panel.is-active{ display:block; }
.panel__grid{
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
  align-items: start;
}
.panel__card{
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  padding: 14px;
}
.panel__hint{
  margin: 0 0 8px;
  color: var(--faint);
  font-size: 13px;
}
.panel__quote{
  margin: 0;
  font-weight: 750;
  letter-spacing: -0.15px;
}

.checklist{
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--muted);
}
.checklist li{ margin: 6px 0; }

/* Steps */
.steps{
  list-style: none;
  padding: 0;
  margin: 0;
  display:grid;
  gap: 12px;
}
.step{
  display:flex;
  gap: 12px;
  padding: 16px;
  border-radius: var(--radius);
  border: 1px solid var(--stroke);
  background: rgba(255,255,255,0.04);
}
.step__num{
  width: 40px; height: 40px;
  border-radius: 14px;
  display:grid; place-items:center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  font-weight: 900;
}
.step__body h3{ margin: 0 0 6px; font-size: 16px; }
.step__body p{ margin: 0; color: var(--muted); }

/* CTA */
.cta{
  margin-top: 18px;
}
.cta__box{
  padding: 20px;
  border-radius: var(--radius);
  border: 1px solid rgba(110,231,255,0.22);
  background: linear-gradient(135deg, rgba(110,231,255,0.10), rgba(167,139,250,0.08));
  box-shadow: var(--shadow);
}
.cta__box h3{ margin: 0 0 6px; }
.cta__box p{ margin: 0 0 12px; color: var(--muted); max-width: 70ch; }
.cta__actions{ display:flex; gap: 12px; flex-wrap: wrap; }

/* FAQ */
.faq{
  display:grid;
  gap: 10px;
}
.faq__q{
  text-align:left;
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--radius);
  border: 1px solid var(--stroke);
  background: rgba(255,255,255,0.04);
  color: var(--text);
  font-weight: 850;
  cursor:pointer;
}
.faq__a{
  padding: 0 16px 14px 16px;
  color: var(--muted);
}
.faq__a p{ margin: 10px 0 0; }

/* Footer */
.footer{
  padding: 28px 0 16px;
  border-top: 1px solid var(--stroke);
}
.footer__grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 14px;
  align-items:center;
}
.footer__brand{
  display:flex;
  gap: 12px;
  align-items:center;
}
.footer__title{ font-weight: 900; }
.footer__sub{ color: var(--muted); font-size: 13px; }
.footer__links{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content:center;
}
.footer__links a{
  color: var(--muted);
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 12px;
}
.footer__links a:hover{
  color: var(--text);
  background: rgba(255,255,255,0.06);
}
.footer__cta{
  display:flex;
  gap: 10px;
  justify-content:flex-end;
  flex-wrap: wrap;
}
.footer__fine{
  margin-top: 10px;
  color: rgba(255,255,255,0.55);
  font-size: 12.5px;
  text-align:center;
}

/* Responsive */
@media (max-width: 980px){
  .hero__grid{ grid-template-columns: 1fr; }
  .grid--3{ grid-template-columns: repeat(2, 1fr); }
  .panel__grid{ grid-template-columns: 1fr; }
  .footer__grid{ grid-template-columns: 1fr; text-align:center; }
  .footer__links{ justify-content:center; }
  .footer__cta{ justify-content:center; }
}

@media (max-width: 760px){
  .nav__toggle{ display:inline-flex; }
  .nav__menu{
    display:none;
    position:absolute;
    right: 20px;
    top: 64px;
    flex-direction:column;
    align-items:stretch;
    gap: 6px;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid var(--stroke);
    background: rgba(11,14,20,0.92);
    box-shadow: var(--shadow);
    min-width: 220px;
  }
  .nav__menu.is-open{ display:flex; }
  .nav__menu a{ padding: 10px 12px; }
  .grid--3{ grid-template-columns: 1fr; }
}
