:root{
  --bg:#05080d;
  --bg2:#070b10;
  --panel:#111720;
  --panel2:#0b1119;
  --line:#263140;
  --line2:#1b2431;
  --green:#00ff88;
  --green2:#01c96d;
  --text:#f3f7fb;
  --muted:#9aa6b8;
  --muted2:#6e7a8c;
  --orange:#ffb547;
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  background:
    radial-gradient(circle at 12% 0%,rgba(0,255,136,.10),transparent 30%),
    radial-gradient(circle at 78% 8%,rgba(0,255,136,.055),transparent 26%),
    var(--bg);
  color:var(--text);
  font-family:Arial,Helvetica,sans-serif;
}

body:before{
  content:'';
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.28;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:38px 38px;
  mask-image:linear-gradient(to bottom,#000,transparent 62%);
}

a{
  color:inherit;
}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:0 44px;
  border-bottom:1px solid rgba(38,49,64,.72);
  background:rgba(5,8,13,.88);
  backdrop-filter:blur(14px);
}

.brand{
  display:flex;
  align-items:center;
  gap:11px;
  text-decoration:none;
}

.brand-fallback{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border:2px solid var(--green);
  border-radius:9px;
  color:var(--green);
  font-weight:950;
}

.brand strong{
  display:block;
  line-height:1.05;
}

.brand strong b{
  display:block;
  font-size:15px;
  letter-spacing:.08em;
}

.brand small{
  display:block;
  margin-top:4px;
  color:var(--green);
  font-size:10px;
  letter-spacing:.16em;
  font-weight:950;
}

.brand img{
  object-fit:contain;
  object-position:left center;
}

.brand.has-logo{
  min-width:210px;
  gap:0;
}

.brand.has-logo strong,
.brand.has-logo .brand-fallback{
  display:none!important;
}

.brand.has-logo img{
  display:block!important;
  width:230px!important;
  min-width:230px!important;
  max-width:230px!important;
  height:58px!important;
  max-height:58px!important;
  object-fit:contain!important;
  object-position:left center!important;
  transform:scale(1.85)!important;
  transform-origin:left center!important;
  border:0!important;
  background:transparent!important;
  padding:0!important;
  border-radius:0!important;
}

.site-header nav{
  display:flex;
  align-items:center;
  gap:21px;
}

.site-header nav a{
  color:#c5cedb;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}

.nav-cta{
  height:38px;
  display:inline-flex;
  align-items:center;
  padding:0 18px;
  border:1px solid rgba(0,255,136,.35);
  border-radius:999px;
  color:var(--green)!important;
  background:rgba(0,255,136,.07);
}

main{
  width:min(1120px,calc(100% - 38px));
  margin:auto;
  position:relative;
}

.hero{
  min-height:620px;
  display:grid;
  grid-template-columns:1.02fr .98fr;
  align-items:center;
  gap:44px;
  padding:54px 0 38px;
}

.kicker{
  display:inline-block;
  color:var(--green);
  font-size:12px;
  font-weight:950;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.hero h1{
  margin:15px 0 18px;
  font-size:56px;
  line-height:1.03;
  letter-spacing:-.055em;
  max-width:650px;
}

.hero p{
  max-width:570px;
  color:var(--muted);
  font-size:17px;
  line-height:1.65;
  margin:0;
}

.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:30px 0 18px;
}

.btn{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  border:0;
  border-radius:8px;
  text-decoration:none;
  font-weight:950;
  cursor:pointer;
  transition:.18s ease;
}

.btn.primary{
  background:var(--green);
  color:#001b0e;
  box-shadow:0 14px 44px rgba(0,255,136,.12);
}

.btn.primary:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 60px rgba(0,255,136,.22);
}

.btn.secondary{
  background:#0b1119;
  color:#fff;
  border:1px solid var(--line);
}

.full{
  width:100%;
}

.hero-bullets{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.hero-bullets span{
  display:inline-flex;
  border:1px solid rgba(0,255,136,.18);
  background:rgba(0,255,136,.06);
  border-radius:999px;
  padding:8px 11px;
  color:#dce4ef;
  font-size:12px;
  font-weight:850;
}

.hero-panel{
  position:relative;
  min-height:430px;
  padding:22px;
  border:1px solid rgba(38,49,64,.95);
  border-radius:24px;
  background:
    linear-gradient(135deg,rgba(0,255,136,.09),transparent 42%),
    linear-gradient(180deg,#111720,#080d13);
  box-shadow:0 30px 90px rgba(0,0,0,.38);
  overflow:hidden;
}

.hero-panel:after{
  content:'';
  position:absolute;
  right:-90px;
  bottom:-70px;
  width:290px;
  height:190px;
  border:3px solid rgba(0,255,136,.42);
  border-radius:50%;
  filter:drop-shadow(0 0 30px rgba(0,255,136,.20));
}

.panel-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:14px;
  position:relative;
  z-index:2;
}

.panel-top span{
  color:#7f8ba0;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:10px;
  font-weight:950;
}

.panel-top b{
  color:var(--green);
  border:1px solid rgba(0,255,136,.25);
  background:rgba(0,255,136,.09);
  border-radius:999px;
  padding:6px 10px;
  font-size:10px;
  text-transform:uppercase;
}

.mini-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  position:relative;
  z-index:2;
}

.mini-metrics div{
  border:1px solid #2a3444;
  background:#080d13;
  border-radius:16px;
  padding:14px;
}

.mini-metrics small{
  display:block;
  color:#7d8797;
  font-size:10px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.10em;
}

.mini-metrics strong{
  display:block;
  margin:9px 0 4px;
  font-size:26px;
}

.mini-metrics em{
  color:var(--green);
  font-size:10px;
  font-style:normal;
  font-weight:900;
}

.phone-card{
  position:relative;
  z-index:2;
  width:min(380px,100%);
  margin:34px auto 0;
  border:1px solid #2c3747;
  border-radius:22px;
  background:#05080d;
  padding:18px;
}

.phone-head{
  display:flex;
  align-items:center;
  gap:10px;
}

.phone-head i{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 16px rgba(0,255,136,.55);
}

.phone-head span{
  flex:1;
  font-weight:950;
}

.phone-head b{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  color:#001b0e;
  background:var(--green);
  border-radius:8px;
  font-size:11px;
}

.phone-lines{
  margin:24px 0;
}

.phone-lines span{
  display:block;
  height:10px;
  margin:10px 0;
  border-radius:999px;
  background:linear-gradient(90deg,#243041,#121923);
}

.phone-lines span:nth-child(1){width:90%}
.phone-lines span:nth-child(2){width:66%}
.phone-lines span:nth-child(3){width:78%}

.phone-token{
  border:1px solid #263140;
  background:#0d131c;
  border-radius:12px;
  padding:12px;
}

.phone-token small{
  display:block;
  color:#7d8797;
  font-size:10px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.10em;
  margin-bottom:7px;
}

.phone-token code{
  color:var(--green);
  font-family:Consolas,monospace;
  font-size:12px;
}

.features{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin:18px 0 66px;
}

.features article{
  min-height:180px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,#111720,#090e15);
  border-radius:18px;
  padding:22px;
  transition:.18s ease;
}

.features article:hover{
  transform:translateY(-4px);
  border-color:rgba(0,255,136,.42);
  box-shadow:0 18px 50px rgba(0,255,136,.07);
}

.features article span{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:rgba(0,255,136,.10);
  color:var(--green);
  font-weight:950;
  margin-bottom:18px;
}

.features h3{
  margin:0 0 9px;
  font-size:20px;
}

.features p{
  color:var(--muted);
  line-height:1.58;
  margin:0;
}

.flow-section{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:22px;
  align-items:center;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 5% 0%,rgba(0,255,136,.11),transparent 32%),
    #111720;
  border-radius:22px;
  padding:30px;
  margin-bottom:66px;
}

.flow-section h2,
.section-title h2,
.signup-summary h2{
  margin:10px 0;
  font-size:38px;
  line-height:1.08;
  letter-spacing:-.04em;
}

.flow-section p,
.section-title p{
  color:var(--muted);
  line-height:1.62;
  margin:0;
}

.flow-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}

.flow-steps div{
  border:1px solid #2d3848;
  background:#080d13;
  border-radius:16px;
  padding:15px;
}

.flow-steps b{
  display:block;
  color:var(--green);
  font-size:12px;
  margin-bottom:12px;
}

.flow-steps strong{
  display:block;
  font-size:15px;
  margin-bottom:8px;
}

.flow-steps small{
  color:#8792a4;
  line-height:1.45;
}

.plans-section{
  margin-bottom:66px;
}

.section-title{
  margin-bottom:20px;
}

.status-box{
  border:1px solid var(--line);
  background:#111720;
  border-radius:14px;
  padding:16px;
  color:var(--muted);
}

.status-box.ok{
  display:none;
}

.status-box.err{
  color:#ffb3ba;
  border-color:rgba(255,77,91,.35);
  background:rgba(255,77,91,.08);
}

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

.plan-card{
  position:relative;
  min-height:520px;
  display:flex;
  flex-direction:column;
  border:1px solid var(--line);
  background:linear-gradient(180deg,#111720,#090e15);
  border-radius:20px;
  padding:24px;
  transition:.18s ease;
}

.plan-card:hover{
  transform:translateY(-4px);
  border-color:rgba(0,255,136,.42);
  box-shadow:0 20px 70px rgba(0,255,136,.08);
}

.plan-card.featured{
  border-top:3px solid var(--green);
}

.plan-card.selected{
  border-color:rgba(0,255,136,.72);
  box-shadow:0 20px 70px rgba(0,255,136,.12);
}

.badge{
  position:absolute;
  top:18px;
  right:18px;
  color:var(--green);
  border:1px solid rgba(0,255,136,.30);
  background:rgba(0,255,136,.08);
  border-radius:999px;
  padding:6px 10px;
  font-size:10px;
  font-weight:950;
  text-transform:uppercase;
}

.plan-card h3{
  margin:0 0 10px;
  font-size:26px;
}

.plan-card p{
  min-height:58px;
  color:var(--muted);
  line-height:1.55;
}

.price-box{
  border:1px solid #2d3848;
  background:#080d13;
  border-radius:15px;
  padding:16px;
  margin:14px 0 12px;
}

.price-box strong{
  display:block;
  font-size:34px;
}

.price-box span{
  color:var(--muted2);
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
}

.trial-box{
  border:1px solid rgba(0,255,136,.22);
  background:rgba(0,255,136,.08);
  color:#b7ffd9;
  border-radius:12px;
  padding:11px;
  font-size:13px;
  font-weight:950;
  margin-bottom:14px;
}

.benefits{
  flex:1;
  list-style:none;
  margin:0 0 20px;
  padding:0;
}

.benefits li{
  position:relative;
  padding-left:20px;
  margin:10px 0;
  color:#e6edf7;
  font-size:14px;
}

.benefits li:before{
  content:'';
  position:absolute;
  left:0;
  top:7px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--green);
}

.signup-section{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:18px;
  border:1px solid var(--line);
  background:#111720;
  border-radius:22px;
  padding:18px;
  margin:0 0 70px;
  scroll-margin-top:92px;
}

.signup-summary,
.signup-form-card{
  border:1px solid #2d3848;
  background:#080d13;
  border-radius:18px;
  padding:24px;
}

.selected-price{
  border:1px solid #2d3848;
  border-radius:15px;
  padding:16px;
  margin:18px 0;
}

.selected-price strong{
  display:block;
  font-size:34px;
}

.selected-price small{
  color:var(--green);
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
}

#selectedPlanBenefits{
  list-style:none;
  margin:0;
  padding:0;
}

#selectedPlanBenefits li{
  position:relative;
  padding-left:19px;
  margin:10px 0;
  color:#dce4ef;
}

#selectedPlanBenefits li:before{
  content:'';
  position:absolute;
  left:0;
  top:8px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--green);
}

.signup-form-card{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.signup-form-card h3,
.signup-form-card p,
#signupAlert,
.signup-form-card button,
.terms-check{
  grid-column:1/-1;
}

.signup-form-card h3{
  margin:0;
  font-size:24px;
}

.signup-form-card p{
  margin:0 0 6px;
  color:var(--muted);
  line-height:1.5;
}

.signup-form-card label{
  color:#cbd5e1;
  font-size:12px;
  font-weight:950;
}

.signup-form-card input{
  width:100%;
  height:42px;
  margin-top:7px;
  border:1px solid #303c4d;
  background:#05080d;
  color:#fff;
  border-radius:9px;
  padding:0 12px;
  outline:none;
}

.signup-form-card input:focus{
  border-color:var(--green);
  box-shadow:0 0 0 3px rgba(0,255,136,.08);
}

.terms-check{
  display:flex;
  gap:9px;
  align-items:flex-start;
  color:#9aa6b8!important;
  line-height:1.4;
}

.terms-check input{
  width:auto;
  height:auto;
  margin:2px 0 0;
}

.terms-check a{
  color:var(--green);
  text-decoration:none;
}

.alert{
  border-radius:10px;
  padding:12px;
  font-size:13px;
  line-height:1.45;
}

.alert.err{
  color:#ffb3ba;
  border:1px solid rgba(255,77,91,.35);
  background:rgba(255,77,91,.10);
}

.alert.ok{
  color:#b7ffd9;
  border:1px solid rgba(0,255,136,.35);
  background:rgba(0,255,136,.10);
}

footer{
  width:min(1120px,calc(100% - 38px));
  margin:0 auto 34px;
  display:grid;
  grid-template-columns:1.3fr .7fr .8fr .7fr;
  gap:20px;
  border:1px solid var(--line);
  background:#111720;
  border-radius:22px;
  padding:28px;
}

.footer-col{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.footer-col h4{
  margin:0 0 6px;
  color:#fff;
}

.footer-col a,
.footer-col span{
  color:var(--muted);
  text-decoration:none;
  font-size:13px;
}

.footer-col a:hover{
  color:var(--green);
}

.public-page{
  width:min(980px,calc(100% - 28px));
  min-height:100vh;
  display:grid;
  place-items:center;
  margin:auto;
  padding:38px 0;
}

.thanks-card,
.legal-card{
  width:100%;
  border:1px solid var(--line);
  background:linear-gradient(180deg,#111720,#090e15);
  border-radius:22px;
  padding:34px;
}

.thanks-card h1,
.legal-card h1{
  margin:10px 0 12px;
  font-size:42px;
  line-height:1.08;
}

.thanks-card p,
.legal-card p{
  color:var(--muted);
  line-height:1.65;
}

.thanks-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:24px 0;
}

.thanks-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:18px;
}

.thanks-steps div{
  border:1px solid #2d3848;
  background:#080d13;
  border-radius:14px;
  padding:16px;
}

.legal-card h2{
  margin:26px 0 8px;
  font-size:22px;
}

@media(max-width:980px){
  .site-header{
    padding:14px 18px;
    display:block;
  }

  .site-header nav{
    margin-top:12px;
    overflow-x:auto;
    padding-bottom:4px;
  }

  main,
  footer{
    width:min(100% - 24px,1120px);
  }

  .hero,
  .flow-section,
  .signup-section,
  footer{
    grid-template-columns:1fr;
  }

  .hero{
    min-height:auto;
    padding-top:38px;
  }

  .hero h1{
    font-size:40px;
  }

  .mini-metrics,
  .features,
  .plans-grid,
  .flow-steps,
  .thanks-steps{
    grid-template-columns:1fr;
  }

  .hero-panel{
    min-height:auto;
  }

  .signup-form-card{
    grid-template-columns:1fr;
  }

  .flow-section h2,
  .section-title h2,
  .signup-summary h2{
    font-size:30px;
  }

  .brand.has-logo img{
    transform:scale(1.45)!important;
    width:180px!important;
    min-width:180px!important;
    max-width:180px!important;
  }
}
