:root{
  --bg:#05070c;
  --card:#0c1228;
  --text:#eaf0ff;
  --muted:#a9b4d0;
  --brand:#37D07D;
  --btn:#2B66FF;
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;
  background: radial-gradient(1200px 600px at 20% 0%, rgba(55,208,125,.22), transparent 60%),
              radial-gradient(900px 500px at 90% 20%, rgba(43,102,255,.22), transparent 55%),
              var(--bg);
  color:var(--text);
}

.wrap{
  width:min(980px, 92vw);
  margin:0 auto;
  padding:44px 0 60px;
}

.hero{padding:10px 0 18px}
.brand{display:flex;gap:14px;align-items:center;margin-bottom:18px}
.logo{
  width:44px;height:44px;border-radius:14px;
  display:grid;place-items:center;
  font-weight:800;letter-spacing:.02em;
  background:linear-gradient(135deg,#ff7a18,#2b66ff,#37d07d);
  color:#fff;
}
.brand-name{font-weight:800;letter-spacing:.14em}
.brand-sub{color:var(--muted);font-size:.92rem}

h1{font-size:clamp(1.8rem, 4vw, 2.6rem);line-height:1.1;margin:0 0 10px}
.lead{color:var(--muted);font-size:1.05rem;margin:0 0 16px}

.bullets{margin:0;padding:0 0 0 18px;color:#d4dcf3}
.bullets li{margin:6px 0}

.card{
  margin-top:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  padding:22px;
  box-shadow:0 18px 50px rgba(0,0,0,.35);
}

.card.center{text-align:center;padding:34px}

label{display:block;margin:14px 0 8px;color:#dbe4ff}
input{
  width:100%;
  padding:14px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.18);
  color:var(--text);
  outline:none;
}
input:focus{border-color:rgba(55,208,125,.6); box-shadow:0 0 0 4px rgba(55,208,125,.14)}

.check{display:flex;gap:10px;align-items:flex-start;margin-top:14px}
.check input{width:auto;margin-top:3px}

.btn{
  display:inline-block;
  margin-top:16px;
  width:100%;
  padding:14px 16px;
  border-radius:14px;
  border:0;
  color:#fff;
  font-weight:750;
  letter-spacing:.02em;
  background:linear-gradient(135deg, var(--btn), #7c3aed);
  cursor:pointer;
  text-decoration:none;
  text-align:center;
}
.btn:hover{filter:brightness(1.06)}
.fineprint{margin-top:12px;color:var(--muted);font-size:.92rem}
.small{font-size:.92rem}
.muted{color:var(--muted)}
.footer{
  display:flex;gap:10px;align-items:center;
  margin-top:26px;color:var(--muted);font-size:.92rem;
}
.dot{opacity:.5}


.logo-img{height:44px; width:auto; display:block}


/* Brand header */
.brand-lock{display:flex;align-items:center;gap:12px}
.brand-text{line-height:1.05}
.brand-name{font-weight:900;letter-spacing:.10em;font-size:.92rem}
.brand-sub{color:var(--muted);font-size:.86rem;margin-top:4px}
.logo-img{height:54px;width:auto}

/* Premium gradient text */
.grad-text{
  background: linear-gradient(90deg, #2B66FF 0%, #FF7A18 45%, #37D07D 100%);
  -webkit-background-clip:text; background-clip:text;
  color:transparent;
}

/* Micro commit */
.micro-commit{
  margin-top:16px;
  padding:14px 14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
}
.micro-title{font-weight:800;letter-spacing:.02em}
.micro-sub{margin-top:6px;color:var(--muted)}

/* Sticky CTA (mobile-first) */
.sticky-cta{
  position:sticky;
  bottom:0;
  z-index:50;
  margin-top:18px;
  padding:10px 0;
  background:linear-gradient(180deg, rgba(5,7,12,0), rgba(5,7,12,.85) 35%, rgba(5,7,12,.95));
  backdrop-filter: blur(10px);
}
.sticky-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(255,255,255,.04);
}
.sticky-title{font-weight:800}
.sticky-sub{color:var(--muted);font-size:.9rem;margin-top:2px}
.sticky-btn{
  flex:0 0 auto;
  padding:12px 14px;
  border-radius:14px;
  text-decoration:none;
  color:#fff;
  font-weight:800;
  background:linear-gradient(135deg,#2B66FF,#FF7A18);
}
.sticky-btn:hover{filter:brightness(1.06)}
@media (min-width: 900px){
  .sticky-cta{display:none;}
  .logo-img{height:48px}
}


/* ===== Conversion v1 ===== */
.topbar{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:16px 0;
}
.ghost-btn{
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  color:var(--text);
  text-decoration:none;
  font-weight:800;
}
.ghost-btn:hover{filter:brightness(1.06)}

.heroX{padding:10px 0 12px}
.hero-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:18px;
  align-items:start;
}
@media (max-width: 920px){
  .hero-grid{grid-template-columns:1fr}
}
.pill{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:#dbe4ff;
  font-weight:700;
  font-size:.92rem;
}
.h1{font-size:clamp(2.0rem, 4.6vw, 3.2rem);line-height:1.02;margin:14px 0 10px}
.leadX{color:var(--muted);font-size:1.05rem;margin:0 0 14px}

.stat-row{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0}
.stat{
  flex:1 1 140px;
  padding:12px 12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
}
.statN{font-size:1.55rem;font-weight:900}
.statT{color:var(--muted);margin-top:4px}

.cta-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}
.btn2{
  display:inline-block;
  padding:14px 16px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.05);
  color:#fff;
  font-weight:850;
  text-decoration:none;
}
.btn2:hover{filter:brightness(1.06)}

.hero-card{
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  padding:18px;
  box-shadow:0 18px 50px rgba(0,0,0,.35);
}
.hero-card-top{display:flex;align-items:baseline;justify-content:space-between;gap:10px}
.hero-card-title{font-weight:900}
.hero-card-sub{color:var(--muted);font-size:.92rem}
.checklist{margin:12px 0 0;padding:0 0 0 18px;color:#d4dcf3}
.checklist li{margin:8px 0}
.btnFull{width:100%}

.mockupWrap{margin-top:14px;}
.mockupImg{width:100%;height:auto;display:block;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.18);box-shadow:0 18px 55px rgba(0,0,0,.45);transform:rotate(-1deg);} 

.dividerX{
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
  margin:14px 0;
}
.noticeX{
  padding:12px 12px;
  border-radius:16px;
  border:1px solid rgba(55,208,125,.22);
  background:rgba(55,208,125,.06);
  color:#eaf0ff;
}

.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (max-width: 720px){ .grid2{grid-template-columns:1fr} }

.triple{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}
@media (max-width: 900px){ .triple{grid-template-columns:1fr} }
.box{
  padding:14px 14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
}
.boxTop{font-weight:900;margin-bottom:10px}
.bullets2{margin:0;padding-left:18px;color:#d4dcf3}
.bullets2 li{margin:7px 0}

.contentGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:12px}
@media (max-width: 900px){ .contentGrid{grid-template-columns:1fr} }
.contentItem{
  padding:14px 14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
}
.contentH{font-weight:900}
.contentP{color:var(--muted);margin-top:6px}

.proofGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}
@media (max-width: 900px){ .proofGrid{grid-template-columns:1fr} }
.proofPh{
  height:160px;
  border-radius:18px;
  border:1px dashed rgba(255,255,255,.18);
  background:rgba(255,255,255,.02);
  display:grid;place-items:center;
  color:rgba(255,255,255,.6);
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.faq{margin-top:10px}
.faqItem{
  margin-top:10px;
  padding:14px 14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
}
.faqItem summary{cursor:pointer;font-weight:900}
.faqItem p{color:var(--muted);margin:10px 0 0}

.hp{display:none}
.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}


/* Proof cards */
.proofCard{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
}
.proofCard img{width:100%;height:auto;display:block}
.proofCard figcaption{padding:10px 12px;color:var(--muted);font-size:.95rem}
.proofGrid2{grid-template-columns:repeat(2,1fr)}
@media (max-width: 900px){ .proofGrid2{grid-template-columns:1fr} }

/* Before/After */
.baGrid{display:grid;grid-template-columns:1fr .45fr 1fr;gap:12px;margin-top:12px}
@media (max-width: 900px){ .baGrid{grid-template-columns:1fr} .baMid{order:3} }
.baCol{padding:14px 14px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.03)}
.baTitle{font-weight:950;letter-spacing:.12em;text-transform:uppercase;color:#dbe4ff}
.baList{margin:10px 0 0;padding-left:18px;color:#d4dcf3}
.baList li{margin:7px 0}
.baPulse{
  width:120px;height:120px;border-radius:26px;
  display:grid;place-items:center;
  margin:0 auto;
  border:1px solid rgba(55,208,125,.28);
  background:radial-gradient(80px 80px at 50% 40%, rgba(55,208,125,.18), rgba(255,255,255,.02));
}
.baPulseN{font-size:2.2rem;font-weight:950}
.baPulseT{color:var(--muted);margin-top:-6px}

/* Checklist */
.checkWrap{margin-top:10px}
.checkHead{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.checkProg{flex:1;min-width:220px}
.checkBar{
  height:12px;border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  overflow:hidden;
}
.checkBar span{
  display:block;height:100%;
  width:0%;
  background:linear-gradient(135deg, var(--btn), #37d07d);
}
.checkGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:12px}
@media (max-width: 820px){ .checkGrid{grid-template-columns:1fr} }
.checkItem{
  display:flex;gap:10px;align-items:flex-start;
  padding:12px 12px;border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
}
.checkItem input{width:auto;margin-top:4px}
.checkLabel{color:#eaf0ff}

/* Cookie banner */
.cookie.hidden{display:none}
.cookie{
  position:fixed;left:0;right:0;bottom:0;
  padding:12px;
  z-index:9999;
}
.cookieBox{
  width:min(980px, 92vw);
  margin:0 auto;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(10,14,28,.92);
  backdrop-filter: blur(10px);
  padding:14px 14px;
  box-shadow:0 18px 60px rgba(0,0,0,.45);
}
.cookieTitle{font-weight:950}
.cookieText{color:var(--muted);margin-top:6px}
.cookieActions{display:flex;gap:10px;justify-content:flex-end;margin-top:10px;flex-wrap:wrap}

/* ===== TOPBAR / NAV ===== */
.topbar{
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(0,0,0,.35);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.topbar__inner{
  width: min(1200px, 92vw);
  margin: 0 auto;
  padding: 14px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  color: inherit;
  min-width: 0;
}
.brand__logo{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  object-fit: contain;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}
.brand__text{min-width:0}
.brand__name{font-weight:800; letter-spacing:.10em; font-size:.95rem}
.brand__sub{color: var(--muted); font-size:.82rem; margin-top:2px}

.nav{display:flex; align-items:center; gap:10px}
.nav a{
  color: rgba(255,255,255,.72);
  text-decoration:none;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: .15s ease;
  font-weight: 650;
  font-size: .92rem;
}
.nav a:hover{
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.08);
}

.nav__cta{
  color:#fff !important;
  background: linear-gradient(135deg, var(--btn), #7c3aed);
  border-color: rgba(255,255,255,.10);
}
.nav__cta:hover{filter:brightness(1.05)}

.nav--desktop{display:none}
@media (min-width: 900px){
  .nav--desktop{display:flex}
  .navBtn{display:none}
}

/* Hamburger */
.navBtn{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  display:grid;
  place-items:center;
  cursor:pointer;
}
.navBtn span{
  display:block;
  width: 18px;
  height: 2px;
  background: rgba(255,255,255,.85);
  border-radius: 99px;
  margin: 2px 0;
}

/* Drawer */
.navOverlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 60;
}
.navDrawer{
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: min(360px, 88vw);
  background: linear-gradient(180deg, rgba(20,20,30,.98), rgba(10,10,15,.98));
  border-left: 1px solid rgba(255,255,255,.10);
  z-index: 70;
  box-shadow: -30px 0 60px rgba(0,0,0,.55);
  padding: 16px;
}
.navDrawer__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding: 8px 4px 12px;
}
.navDrawer__title{font-weight:800; letter-spacing:.08em}
.navClose{
  width: 42px; height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.9);
  cursor:pointer;
}

.nav--mobile{
  display:flex;
  flex-direction:column;
  gap: 6px;
  padding-top: 6px;
}
.navDivider{
  height: 1px;
  margin: 10px 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.14), transparent);
}
.nav__cta--mobile{
  margin-top: 10px;
  text-align:center;
  padding: 12px 14px;
}


/* NAV + FOOTER */

.topbar{position:sticky;top:0;z-index:50;background:rgba(0,0,0,.4);backdrop-filter:blur(10px);}
.topbar__inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:auto;padding:12px;}
.nav--desktop{display:none}
@media(min-width:900px){.nav--desktop{display:flex}.navBtn{display:none}}
.navBtn span{display:block;width:18px;height:2px;background:#fff;margin:3px 0}
.navDrawer{position:fixed;right:0;top:0;height:100%;width:80%;background:#0b0b0f;padding:20px;z-index:60}
.siteFooter{margin-top:40px;border-top:1px solid rgba(255,255,255,.1)}
.siteFooter__inner{max-width:1200px;margin:auto;padding:24px}
.siteFooter__cols{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}
