:root{
  --bg:#0b1220;
  --card:#0f1730;
  --text:#eaf0ff;
  --muted:#a9b4d0;
  --line:rgba(255,255,255,.12);
  --accent:#5eead4;
  --accent2:#a78bfa;
  --good:#34d399;
  --warn:#fbbf24;
  --shadow: 0 18px 55px rgba(0,0,0,.38);
  --r:18px;
  --r2:12px;
  --max:1120px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  color:var(--text);
  background:
    radial-gradient(900px 500px at 10% 0%, rgba(94,234,212,.18), transparent 55%),
    radial-gradient(900px 500px at 90% 10%, rgba(167,139,250,.18), transparent 55%),
    var(--bg);
  line-height:1.55;
}

a{color:inherit; text-decoration:none}
.container{max-width:var(--max); margin:0 auto; padding:22px}
.muted{color:var(--muted)}
.small{font-size:13px; color:var(--muted)}

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:12px 14px; border-radius:12px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.06);
  font-weight:900;
  cursor:pointer;
  user-select:none;
  transition: transform .12s ease, filter .12s ease;
}
.btn:hover{transform: translateY(-1px); filter: brightness(1.04)}
.btn:active{transform: translateY(0px)}
.btn.primary{
  border:0;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color:#061019;
  box-shadow: var(--shadow);
}
.btn.ghost{background: rgba(0,0,0,.18)}

.chip{
  padding:8px 10px; border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  color:var(--muted);
  font-weight:900;
  font-size:13px;
}

.card{
  border:1px solid var(--line);
  border-radius: var(--r);
  background: rgba(255,255,255,.04);
  padding:16px;
}
.card.glow{
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow: var(--shadow);
  position:relative;
  overflow:hidden;
}
.card.glow:before{
  content:"";
  position:absolute; inset:-120px -160px auto auto;
  width:340px; height:340px; border-radius:999px;
  background: radial-gradient(circle at 30% 30%, rgba(94,234,212,.22), transparent 60%),
              radial-gradient(circle at 70% 70%, rgba(167,139,250,.18), transparent 60%);
  filter: blur(2px);
}
.card.glow > *{position:relative}

/* NAV */
.nav{
  position: sticky; top: 14px; z-index: 30;
  display:flex; align-items:center; justify-content:space-between; gap:14px;
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:999px;
  background: rgba(15, 23, 48, .62);
  backdrop-filter: blur(10px);
}
.brand{display:flex;align-items:center;gap:10px;font-weight:1000;letter-spacing:.2px}
.logo{
  width:34px;height:34px;border-radius:10px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: var(--shadow);
  display:inline-block;
}
.navlinks{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.navlinks a{
  padding:8px 10px;border-radius:999px;border:1px solid transparent;
  color:var(--muted);font-weight:900;font-size:14px;
}
.navlinks a:hover{border-color:var(--line); color:var(--text)}
.navRight{display:flex;gap:8px;flex-wrap:wrap}

@media (max-width: 940px){
  .nav{position:relative; top:auto}
  .navlinks{display:none}
}

/* Page header */
.pageHead{padding:24px 0 6px}
.pageTitle{margin:0 0 8px; font-size:34px; letter-spacing:-.4px}
.breadcrumb{display:flex; gap:8px; flex-wrap:wrap; color:var(--muted); font-weight:900}
.breadcrumb a{color:var(--muted)}
.breadcrumb a:hover{color:var(--text)}

/* Sections / grids */
.section{padding:18px 0}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
@media (max-width: 900px){ .grid3,.grid2{grid-template-columns:1fr} }

/* Home hero */
.hero{
  padding:34px 0 10px;
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:18px;
  align-items:stretch;
}
@media (max-width: 900px){ .hero{grid-template-columns:1fr} }
h1{
  margin:0 0 12px;
  font-size:44px;
  line-height:1.06;
  letter-spacing:-.6px;
}
@media (max-width: 520px){ h1{font-size:36px} }
.heroSub{margin:0 0 16px; color:var(--muted); font-size:16px; max-width:60ch}
.pillrow{display:flex; gap:10px; flex-wrap:wrap; margin-bottom:14px}
.ctaRow{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px}

.formrow{display:grid;grid-template-columns:1fr 1fr;gap:10px}
@media (max-width: 520px){ .formrow{grid-template-columns:1fr} }
input, textarea, select{
  width:100%;
  padding:12px 12px;
  border-radius: 12px;
  border:1px solid var(--line);
  background: rgba(0,0,0,.18);
  color: var(--text);
  outline:none;
}
textarea{min-height:110px; resize:vertical}

.price{font-size:28px;font-weight:1000;margin:8px 0 10px}
ul.clean{margin:0;padding:0;list-style:none;display:grid;gap:8px}
ul.clean li{display:flex;gap:10px;align-items:flex-start;color:var(--muted);font-weight:900}
.dot{width:10px;height:10px;margin-top:6px;border-radius:999px;background:var(--good);box-shadow:0 0 0 3px rgba(52,211,153,.15);flex:0 0 auto}
.dot.warn{background:var(--warn);box-shadow:0 0 0 3px rgba(251,191,36,.15)}
.dot.neutral{background:rgba(255,255,255,.35);box-shadow:0 0 0 3px rgba(255,255,255,.08)}

details{
  border:1px solid var(--line);
  border-radius: var(--r);
  background: rgba(255,255,255,.03);
  padding:12px 14px;
}
summary{cursor:pointer;font-weight:1000}
details p{margin:10px 0 0; color:var(--muted); font-weight:800}

.footer{
  padding:26px 0 44px;
  color:var(--muted);
  border-top:1px solid var(--line);
  margin-top:14px;
}

/* Sticky CTA (mobile) */
.stickyCta{
  position:fixed; left:0; right:0; bottom:0;
  padding:10px 12px;
  background: rgba(11,18,32,.72);
  backdrop-filter: blur(10px);
  border-top:1px solid var(--line);
  display:none;
  z-index:40;
}
.stickyCta .wrap{
  max-width:var(--max);
  margin:0 auto;
  display:flex;
  gap:10px;
  justify-content:center;
  flex-wrap:wrap
}
@media (max-width: 900px){
  .stickyCta{display:block}
  body{padding-bottom:78px}
}
