:root{
  --bg:#070707;
  --panel:rgba(14,14,14,.72);
  --panel2:rgba(10,10,10,.62);
  --stroke:rgba(255,255,255,.10);
  --stroke2:rgba(255,255,255,.06);
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.68);
  --gold1:#FFE39A; /* bright */
  --gold2:#F5C85B;
  --gold3:#C99524;
  --shadowGold:0 0 28px rgba(255,227,154,.18);
  --shadow:0 18px 55px rgba(0,0,0,.55);
  --radius:22px;
  --radiusSm:14px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,"Helvetica Neue",sans-serif;
  color:var(--text);
  background: radial-gradient(1200px 600px at 50% -10%, rgba(255,227,154,.10), transparent 60%),
              radial-gradient(900px 480px at 0% 20%, rgba(255,227,154,.06), transparent 55%),
              radial-gradient(900px 480px at 100% 30%, rgba(255,227,154,.06), transparent 55%),
              var(--bg);
  overflow-x:hidden;
}
#particles{
  position:fixed; inset:0; z-index:0;
  background: #000;
}
.wrap{
  position:relative; z-index:1;
  max-width:1200px; margin:26px auto; padding:0 14px 60px;
}
.topbar{
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  background:linear-gradient(180deg, rgba(20,20,20,.75), rgba(10,10,10,.55));
  border:1px solid var(--stroke2);
  box-shadow: var(--shadow);
  border-radius:999px;
  padding:14px 16px;
  backdrop-filter: blur(14px);
}
.brand{display:flex; align-items:center; gap:12px; min-width:260px;}
.brand img{width:64px; height:64px; object-fit:contain; filter: drop-shadow(0 10px 18px rgba(0,0,0,.6));}
.brand .t1{font-weight:800; letter-spacing:.18em; text-transform:uppercase; color:var(--gold2); font-size:16px; line-height:1.1}
.brand .t2{font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--text); font-size:11px; margin-top:4px; opacity:.9}
.steps{
  display:flex; gap:10px; align-items:center; justify-content:center; flex:1;
}
.step{
  display:flex; align-items:center; gap:10px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--stroke2);
  background: rgba(0,0,0,.35);
  color: var(--muted);
  min-width: 140px;
  justify-content:center;
}
.step .n{
  width:28px;height:28px;border-radius:999px;
  display:grid; place-items:center;
  border:1px solid rgba(255,255,255,.14);
  color:rgba(255,255,255,.82);
  font-weight:800;
}
.step.active{
  border-color: rgba(255,227,154,.35);
  box-shadow: var(--shadowGold);
  color: var(--text);
  background: rgba(10,10,10,.55);
}
.step.active .n{
  border-color: rgba(255,227,154,.55);
  color: #1b1200;
  background: linear-gradient(180deg, var(--gold1), var(--gold2));
}
.rightcall{
  display:flex; align-items:center; gap:12px;
  min-width:260px; justify-content:flex-end;
}
.calltxt{font-size:12px; color:var(--muted); line-height:1.1; text-align:right}
.calltxt b{color:var(--gold2); font-weight:800}
.btn{
  border:0; cursor:pointer;
  padding:12px 16px;
  border-radius: 999px;
  font-weight:800;
  letter-spacing:.02em;
  color:#1b1200;
  background: linear-gradient(180deg, var(--gold1), var(--gold2));
  box-shadow: 0 16px 36px rgba(0,0,0,.55), 0 0 0 1px rgba(255,227,154,.25) inset;
}
.btn:active{transform: translateY(1px)}
.btn.ghost{
  background: rgba(0,0,0,.35);
  color: var(--text);
  border:1px solid var(--stroke2);
  box-shadow:none;
}
.grid{
  display:grid; grid-template-columns: 1.35fr .85fr; gap:16px; margin-top:16px;
}
.card{
  background: linear-gradient(180deg, rgba(18,18,18,.72), rgba(8,8,8,.55));
  border:1px solid rgba(255,227,154,.14);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  overflow:hidden;
  position:relative;
}
.card::before{
  content:"";
  position:absolute; inset:-2px;
  background: radial-gradient(650px 140px at 25% 0%, rgba(255,227,154,.22), transparent 60%),
              radial-gradient(650px 140px at 75% 0%, rgba(255,227,154,.16), transparent 60%);
  opacity:.55;
  pointer-events:none;
}
.card > *{position:relative}
.cardhead{
  padding:16px 18px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  display:flex; align-items:center; justify-content:space-between; gap:10px;
}
.cardhead h2{
  margin:0;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:14px;
  color: var(--gold2);
}
.badge{
  font-size:12px; color:var(--muted);
  padding:8px 10px;border-radius:999px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.25);
}
.body{
  padding:16px 18px 18px;
}
.tip{
  display:flex; gap:10px; align-items:flex-start;
  background: rgba(0,0,0,.30);
  border:1px solid rgba(255,255,255,.08);
  border-radius: var(--radiusSm);
  padding:12px 12px;
  color: var(--muted);
  margin-bottom:14px;
}
.tip b{color:var(--text)}
.tip .bulb{
  width:26px;height:26px;border-radius:999px;
  display:grid; place-items:center;
  background: rgba(255,227,154,.12);
  border:1px solid rgba(255,227,154,.18);
  color: var(--gold2);
  flex:0 0 auto;
}
.sectionTitle{
  margin:14px 0 10px;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color: rgba(255,255,255,.82);
  opacity:.9;
}
.row{display:grid; grid-template-columns: 1fr 1fr; gap:10px}
@media (max-width:980px){
  .grid{grid-template-columns: 1fr}
  .brand{min-width:auto}
  .rightcall{min-width:auto}
  .steps{display:none}
}
.field{
  display:flex; flex-direction:column; gap:6px;
}
label{font-size:12px; color:var(--muted)}
input[type="text"], input[type="email"], input[type="number"], select{
  width:100%;
  padding:12px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.35);
  color: var(--text);
  outline:none;
}
input:focus, select:focus{
  border-color: rgba(255,227,154,.35);
  box-shadow: 0 0 0 3px rgba(255,227,154,.10);
}
.choiceGrid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:10px;
}
@media (max-width:640px){
  .choiceGrid{grid-template-columns: 1fr}
}
.choice{
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.30);
  padding:12px 12px;
  cursor:pointer;
  display:flex; gap:10px; align-items:flex-start;
}
.choice.active{
  border-color: rgba(255,227,154,.35);
  box-shadow: var(--shadowGold);
  background: rgba(10,10,10,.48);
}
.choice .num{
  width:28px;height:28px;border-radius:999px;
  display:grid; place-items:center;
  background: rgba(255,227,154,.10);
  border:1px solid rgba(255,227,154,.18);
  color: var(--gold2);
  font-weight:900;
  flex:0 0 auto;
}
.choice .ttl{font-weight:900}
.choice .sub{font-size:12px;color:var(--muted); margin-top:2px}
.pills{display:flex; flex-wrap:wrap; gap:10px}
.pill{
  display:flex; gap:10px; align-items:center;
  border-radius: 999px;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.30);
}
.pill input{accent-color: var(--gold2)}
.pill b{font-weight:800}
.actions{
  display:flex; align-items:center; justify-content:space-between; gap:10px;
  margin-top:14px;
}
.actions .btn{min-width:140px}
.summaryList{display:flex; flex-direction:column; gap:10px}
.line{
  display:flex; align-items:center; justify-content:space-between; gap:10px;
  padding:10px 0; border-bottom:1px solid rgba(255,255,255,.06);
  color: var(--muted);
}
.line strong{color: var(--text)}
.total{
  margin-top:10px;
  text-align:center;
  padding:12px 10px 14px;
}
.total .label{
  font-size:12px; letter-spacing:.14em; text-transform:uppercase; color: var(--gold2);
}
.total .amt{
  margin-top:8px;
  font-size:44px; font-weight:900; letter-spacing:.02em;
  color: var(--gold1);
  text-shadow: 0 14px 35px rgba(0,0,0,.65);
}
.smallNote{font-size:12px; color:var(--muted); margin-top:6px}
.kicker{font-size:12px; color:var(--muted)}
.table{
  width:100%;
  border-collapse:separate;
  border-spacing:0 8px;
}
.table td{
  padding:10px 10px;
  background: rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.06);
}
.table td:first-child{border-radius:12px 0 0 12px}
.table td:last-child{border-radius:0 12px 12px 0; text-align:right}
.hidden{display:none !important}