:root{
  --bg:#0b1220;
  --panel:#0f1a30;
  --card:#0f1a30;
  --muted:#9aa7bd;
  --text:#eef3ff;
  --line:rgba(255,255,255,.10);
  --brand:#7c5cff;
  --brand2:#2fe1a2;
  --shadow:0 18px 60px rgba(0,0,0,.35);
  --radius:18px;
  --radius2:24px;
  --max:1140px;
}

*{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 calmer / less distracting: keep it mostly solid and push the accents into a subtle fixed overlay */
  background: var(--bg);
  color:var(--text);
  line-height:1.5;
  position:relative;
  isolation:isolate;
}

body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  /* Subtle accent glows + vignette (no horizontal bands while scrolling) */
  background:
    radial-gradient(900px 560px at 12% -8%, rgba(124,92,255,.12), transparent 62%),
    radial-gradient(900px 560px at 92% 8%, rgba(47,225,162,.10), transparent 62%),
    radial-gradient(1200px 900px at 50% 120%, rgba(0,0,0,.35), transparent 58%),
    linear-gradient(180deg, rgba(0,0,0,.00), rgba(0,0,0,.18));
}

a{color:inherit}
img{max-width:100%;display:block}

.container{max-width:var(--max); margin:0 auto; padding:0 20px}

.skip{
  position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip:focus{
  left:16px; top:16px; width:auto; height:auto; padding:10px 12px;
  background:#111b32; border:1px solid var(--line); border-radius:12px; z-index:9999;
}

.header{
  position:sticky; top:0; z-index:50;
  backdrop-filter:saturate(180%) blur(10px);
  background:rgba(11,18,32,.62);
  border-bottom:1px solid var(--line);
}
.header__inner{
  display:flex; align-items:center; justify-content:space-between; gap:14px;
  height:68px;
}

.brand{display:flex; align-items:center; gap:10px; text-decoration:none}
.brand__mark{
  width:34px; height:34px; border-radius:12px;
  background:linear-gradient(135deg, rgba(124,92,255,.25), rgba(47,225,162,.12));
  border:1px solid var(--line);
  display:grid; place-items:center;
}
.brand__name{font-weight:750; letter-spacing:.2px}

.nav{display:flex; gap:18px; align-items:center}
.nav__link{opacity:.82; text-decoration:none; font-weight:600; font-size:14px}
.nav__link:hover{opacity:1}

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

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  text-decoration:none;
  font-weight:700;
  font-size:14px;
  cursor:pointer;
  transition:transform .12s ease, background .12s ease, border-color .12s ease;
}
.btn:hover{transform:translateY(-1px); background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.18)}
.btn:active{transform:translateY(0)}
.btn--primary{
  border-color:rgba(124,92,255,.35);
  background:linear-gradient(135deg, rgba(124,92,255,.92), rgba(124,92,255,.58));
  box-shadow:0 12px 40px rgba(124,92,255,.22);
}
.btn--primary:hover{background:linear-gradient(135deg, rgba(124,92,255,.98), rgba(124,92,255,.62))}
.btn--ghost{background:rgba(255,255,255,.02)}
.btn--full{width:100%}

.burger{
  display:none;
  background:rgba(255,255,255,.04);
  border:1px solid var(--line);
  padding:10px;
  border-radius:12px;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
}
.burger:focus-visible{outline:2px solid rgba(124,92,255,.65); outline-offset:2px}
.burger span{
  display:block;
  width:22px;
  height:2px;
  background:rgba(255,255,255,.86);
  border-radius:2px;
  transition:transform .12s ease, opacity .12s ease;
}
.burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.mobile{
  display:none;
  border-top:1px solid var(--line);
  background:rgba(11,18,32,.76);
}
.mobile__inner{padding:14px 20px 18px}
.mobile__link{display:block; padding:10px 6px; opacity:.88; text-decoration:none; font-weight:650}
.mobile__cta{display:flex; gap:10px; padding-top:8px}

.hero{position:relative; padding:56px 0 18px}
.hero__grid{display:grid; grid-template-columns: 1.05fr .95fr; gap:26px; align-items:center}

.badge{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px;
  background:rgba(255,255,255,.04);
  border:1px solid var(--line);
  border-radius:999px;
  color:rgba(238,243,255,.92);
  font-weight:700;
  font-size:13px;
}
.badge__dot{width:8px; height:8px; border-radius:99px; background:var(--brand2); box-shadow:0 0 0 4px rgba(47,225,162,.12)}

.h1{font-size:46px; line-height:1.05; margin:14px 0 12px; letter-spacing:-1px}
.h2{font-size:34px; line-height:1.12; margin:0 0 10px; letter-spacing:-.6px}
.h3{font-size:18px; margin:8px 0 6px}
.p{color:rgba(238,243,255,.78); margin:0}
.lead{font-size:18px; color:rgba(238,243,255,.80); margin:0 0 18px}

.grad{
  background:linear-gradient(135deg, var(--brand) 10%, #9a7bff 45%, var(--brand2) 110%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.hero__cta{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}

.hero__trust{margin-top:18px}
.trust{display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:10px}
.trust__item{padding:12px 12px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.03)}
.trust__title{display:block; font-weight:800; font-size:13px}
.trust__desc{display:block; font-size:13px; color:rgba(238,243,255,.70)}

.hero__visual{position:relative}
.mock{
  border-radius:var(--radius2);
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow:var(--shadow);
  overflow:hidden;
}
.mock__top{
  display:flex; align-items:center; gap:8px;
  padding:12px 14px;
  border-bottom:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
}
.dot{width:10px; height:10px; border-radius:99px; opacity:.9}
.dot--r{background:#ff5f56}
.dot--y{background:#ffbd2e}
.dot--g{background:#27c93f}
.mock__title{margin-left:8px; font-weight:800; font-size:13px; opacity:.86}
.mock__body{padding:16px}

.kpi{display:grid; grid-template-columns:1fr 1fr; gap:10px}
.kpi__card{padding:14px; border-radius:16px; border:1px solid rgba(255,255,255,.10); background:rgba(11,18,32,.35)}
.kpi__label{font-size:12px; color:rgba(238,243,255,.70); font-weight:700}
.kpi__value{font-size:26px; font-weight:900; margin-top:6px}
.kpi__sub{font-size:12px; color:rgba(238,243,255,.62)}

.list{margin-top:12px; border-radius:16px; overflow:hidden; border:1px solid rgba(255,255,255,.10)}
.list__row{display:flex; gap:10px; align-items:center; padding:12px 12px; background:rgba(255,255,255,.03)}
.list__row + .list__row{border-top:1px solid rgba(255,255,255,.08)}
.pill{font-size:11px; font-weight:900; padding:4px 8px; border-radius:999px; background:rgba(124,92,255,.16); border:1px solid rgba(124,92,255,.26)}
.pill--alt{background:rgba(47,225,162,.12); border-color:rgba(47,225,162,.22)}
.list__main{flex:1; font-size:13px; font-weight:700; opacity:.92}
.list__right{font-size:13px; font-weight:900}
.mock__hint{margin-top:10px; font-size:11px; color:rgba(238,243,255,.55)}

.hero__bg{position:absolute; inset:0; pointer-events:none; opacity:.85;
  background: radial-gradient(600px 420px at 20% 18%, rgba(124,92,255,.18), transparent 60%),
              radial-gradient(520px 420px at 85% 22%, rgba(47,225,162,.12), transparent 55%);
}

.section{padding:56px 0}
.section__head{max-width:760px; margin:0 0 22px}

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

.card{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  border-radius:var(--radius);
  padding:18px;
}
.card--soft{background:rgba(255,255,255,.02)}

.grid3{display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:14px}
.icon{font-size:22px}

.bullets{list-style:none; padding:0; margin:0}
.bullets li{padding-left:22px; position:relative; margin:10px 0; color:rgba(238,243,255,.78)}
.bullets li:before{content:""; position:absolute; left:0; top:.5em; width:10px; height:10px; border-radius:99px; background:rgba(47,225,162,.95)}

.steps{display:grid; gap:12px}
.step{display:flex; gap:12px; align-items:flex-start; padding:16px; border-radius:18px; border:1px solid rgba(255,255,255,.10); background:rgba(255,255,255,.02)}
.step__num{width:34px; height:34px; border-radius:12px; display:grid; place-items:center; font-weight:900;
  background:rgba(124,92,255,.14); border:1px solid rgba(124,92,255,.22)}
.step__title{font-weight:900}
.step__desc{color:rgba(238,243,255,.72)}

.pricing{display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:14px; align-items:stretch}
.price{position:relative}
.price__top{margin-bottom:12px}
.price__name{font-weight:900; font-size:16px}
.price__value{font-weight:950; font-size:30px; margin-top:6px}
.price__value span{font-size:14px; opacity:.75; font-weight:800}
.price__note{font-size:13px; color:rgba(238,243,255,.70); margin-top:4px}
.price--featured{
  background:linear-gradient(180deg, rgba(124,92,255,.14), rgba(255,255,255,.03));
  border-color:rgba(124,92,255,.28);
  box-shadow:0 18px 70px rgba(124,92,255,.15);
}
.price__badge{position:absolute; top:14px; right:14px; padding:6px 10px; border-radius:999px;
  font-size:12px; font-weight:900; background:rgba(47,225,162,.14); border:1px solid rgba(47,225,162,.24)}

.check{list-style:none; padding:0; margin:0 0 14px}
.check li{padding-left:26px; margin:10px 0; color:rgba(238,243,255,.80); position:relative}
.check li:before{content:"✓"; position:absolute; left:0; top:0; font-weight:950; color:rgba(47,225,162,.95)}

.fineprint{margin-top:14px; color:rgba(238,243,255,.58); font-size:12px}

.quote{display:flex; gap:14px; align-items:flex-start}
.quote__mark{font-size:40px; font-weight:950; line-height:1; opacity:.55}
.quote__text{font-size:16px; font-weight:750; color:rgba(238,243,255,.84)}
.quote__by{margin-top:8px; color:rgba(238,243,255,.60); font-size:13px}

.faq{display:grid; gap:10px}
.faq__item{border:1px solid rgba(255,255,255,.10); background:rgba(255,255,255,.02); border-radius:16px; padding:14px}
.faq__item summary{cursor:pointer; font-weight:900}
.faq__content{margin-top:8px; color:rgba(238,243,255,.75)}

.cta{display:grid; grid-template-columns:1.2fr .8fr; gap:16px; align-items:start}
.cta__actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}

.form{border:1px solid rgba(255,255,255,.10); border-radius:18px; padding:16px; background:rgba(11,18,32,.28)}
.form__row{margin-bottom:12px}
.label{display:block; font-size:12px; font-weight:900; color:rgba(238,243,255,.72); margin-bottom:6px}
.input{
  width:100%; padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  color:var(--text);
  outline:none;
}
.input:focus{border-color:rgba(124,92,255,.45); box-shadow:0 0 0 4px rgba(124,92,255,.12)}
textarea.input{resize:vertical; min-height:92px}
/* Fix: native select dropdown options (avoid white text on white background) */
select.input option{
  color:#0b1220;
  background:#ffffff;
}


.footer{border-top:1px solid var(--line); padding:26px 0 30px; background:rgba(11,18,32,.55)}
.footer__inner{display:flex; justify-content:space-between; gap:18px; align-items:flex-start}
.footer__desc{color:rgba(238,243,255,.64); margin:10px 0 0; max-width:420px}
.footer__right{display:flex; gap:14px; flex-wrap:wrap; align-items:center}
.footer__right a{opacity:.78; text-decoration:none; font-weight:750; font-size:13px}
.footer__right a:hover{opacity:1}
.footer__bottom{padding-top:14px; color:rgba(238,243,255,.55); font-size:12px}

.toast{
  position:fixed; left:50%; bottom:18px; transform:translateX(-50%);
  padding:10px 12px; border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(15,26,48,.92);
  box-shadow:var(--shadow);
  opacity:0; pointer-events:none;
  transition:opacity .15s ease, transform .15s ease;
}
.toast.is-on{opacity:1; transform:translateX(-50%) translateY(-4px)}

@media (max-width: 980px){
  .hero__grid{grid-template-columns:1fr;}
  .cta{grid-template-columns:1fr;}
  .grid3{grid-template-columns:repeat(2, minmax(0,1fr));}
  .pricing{grid-template-columns:1fr;}
  .trust{grid-template-columns:1fr;}
  .split{grid-template-columns:1fr;}
}

@media (max-width: 820px){
  .nav, .header__cta{display:none;}
  .burger{display:inline-flex;}
  .mobile.is-open{display:block;}
  .h1{font-size:40px}
}

@media (prefers-reduced-motion: reduce){
  *{transition:none !important; scroll-behavior:auto !important}
}
