:root{
  --bg0:#07060d;
  --bg1:#0d0b18;
  --bg2:#15112a;

  --ink:#f4f3ff;
  --muted:rgba(244,243,255,.72);
  --muted2:rgba(244,243,255,.56);

  --line:rgba(255,255,255,.12);
  --glass:rgba(255,255,255,.08);
  --glass2:rgba(255,255,255,.12);

  --lav:#bdb4ff;
  --lav2:#8f86ff;
  --gold:#c8a74a;

  --shadow: 0 26px 90px rgba(0,0,0,.55);
  --shadow2: 0 14px 54px rgba(0,0,0,.38);

  --r:22px;
  --r2:18px;
}

*{box-sizing:border-box}
html,body{
  margin:0;
  padding:0;
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--ink);
  background:
    radial-gradient(1100px 720px at 18% 12%, rgba(189,180,255,.20), transparent 55%),
    radial-gradient(900px 600px at 85% 30%, rgba(143,134,255,.16), transparent 55%),
    radial-gradient(1200px 900px at 60% 110%, rgba(200,167,74,.10), transparent 60%),
    linear-gradient(180deg, var(--bg0), var(--bg1) 45%, var(--bg2));
}

a{color:inherit}

.bg-orb{
  position:fixed;
  inset:auto;
  width:520px;
  height:520px;
  border-radius:50%;
  filter: blur(38px);
  opacity:.55;
  pointer-events:none;
  z-index:0;
}
.orb-1{left:-180px; top:-160px; background:rgba(189,180,255,.28)}
.orb-2{right:-220px; top:120px; background:rgba(200,167,74,.14)}
.orb-3{left:18%; bottom:-240px; background:rgba(143,134,255,.18)}

.wrap{
  position:relative;
  z-index:1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 16px 72px;
}

.hero{
  border:1px solid var(--line);
  border-radius: var(--r);
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.06));
  box-shadow: var(--shadow);
  padding: 18px 18px 16px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  position:relative;
  overflow:hidden;
}

.hero:before{
  content:"";
  position:absolute; inset:-2px;
  background:
    radial-gradient(760px 340px at 10% 0%, rgba(189,180,255,.22), transparent 60%),
    radial-gradient(760px 340px at 90% 0%, rgba(200,167,74,.12), transparent 60%);
  pointer-events:none;
  opacity:.9;
}
.hero>*{position:relative}

.hero-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 8px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(0,0,0,.18);
  color: var(--muted);
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:11px;
  white-space:nowrap;
}
.badge .dot{
  width:8px;height:8px;border-radius:50%;
  background: radial-gradient(circle at 30% 30%, var(--lav), var(--lav2));
  box-shadow: 0 0 0 4px rgba(189,180,255,.14);
}

h1{
  margin:0;
  font-size: 28px;
  letter-spacing: -0.7px;
  line-height:1.05;
}
.hero p{
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: 13.5px;
  max-width: 880px;
}

.hero-strip{
  margin-top: 14px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:10px;
}
.strip-item{
  border:1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  background: rgba(0,0,0,.16);
  padding: 12px 12px 11px;
}
.strip-title{
  font-weight:900;
  font-size:12px;
  letter-spacing:.02em;
}
.strip-sub{
  margin-top:6px;
  color: var(--muted2);
  font-size: 12px;
  line-height:1.35;
}

.section-head{
  margin-top: 16px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
}
.section-kicker{
  color: rgba(189,180,255,.86);
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:11px;
}
.section-title{
  margin-top:6px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -.2px;
}
.section-sub{
  margin-top:6px;
  color: var(--muted);
  font-size: 12.5px;
}
.tiny-note{
  color: rgba(244,243,255,.55);
  font-size: 12px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.16);
  padding: 8px 10px;
  border-radius:999px;
}

/* TIERS grid uses #tiers and .grid */
.grid{
  margin-top: 12px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:12px;
}

.tier{
  border:1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.07);
  box-shadow: var(--shadow2);
  padding: 14px 14px 12px;
  cursor:pointer;
  transition: transform .12s ease, border-color .12s ease, filter .12s ease;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  position:relative;
  overflow:hidden;
}
.tier:before{
  content:"";
  position:absolute; inset:-2px;
  background:
    radial-gradient(520px 240px at 20% 0%, rgba(189,180,255,.14), transparent 60%),
    radial-gradient(520px 240px at 90% 0%, rgba(200,167,74,.10), transparent 60%);
  opacity:.6;
  pointer-events:none;
}
.tier>*{position:relative}
.tier:hover{transform: translateY(-1px); filter: brightness(1.04)}
.tier.selected{
  border-color: rgba(189,180,255,.55);
  box-shadow: 0 20px 70px rgba(143,134,255,.20);
}

.tier .top{display:flex; align-items:flex-start; justify-content:space-between; gap:10px}
.tier h3{margin:0; font-size: 14px; letter-spacing:-.2px; font-weight: 900}
.price{
  font-weight: 900;
  color: #0b0a14;
  background: linear-gradient(180deg, rgba(189,180,255,.92), rgba(143,134,255,.78));
  padding: 7px 10px;
  border-radius:999px;
  white-space:nowrap;
  box-shadow: 0 16px 40px rgba(143,134,255,.20);
}
.tier .desc{margin-top:8px; color: var(--muted); font-size: 12.5px; line-height: 1.35}
.tier .bestfor{
  margin-top: 10px;
  padding: 10px 10px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.14);
  color: rgba(244,243,255,.86);
  font-size: 12.5px;
  line-height: 1.35;
}
.tier .bestfor-k{
  color: rgba(189,180,255,.92);
  font-weight: 900;
  margin-right: 6px;
}
.tier ul{margin:10px 0 0; padding-left:18px; color: rgba(244,243,255,.88); font-size: 12.5px}
.tier li{margin:4px 0}

.tier details.tier-more{
  margin-top: 10px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(0,0,0,.12);
  overflow:hidden;
}
.tier details.tier-more summary{
  cursor:pointer;
  list-style:none;
  padding: 10px 10px;
  font-weight: 900;
  color: rgba(244,243,255,.92);
  user-select:none;
}
.tier details.tier-more summary::-webkit-details-marker{display:none}
.tier details.tier-more summary:after{
  content:"+";
  float:right;
  opacity:.8;
}
.tier details.tier-more[open] summary:after{content:"–"}
.tier details.tier-more ul.more{
  margin: 0;
  padding: 0 10px 10px 28px;
}
.tier details.tier-more ul.more li{
  margin: 6px 0;
  color: rgba(244,243,255,.84);
}

/* FORM PANEL */
.panel{
  margin-top: 14px;
  border:1px solid var(--line);
  border-radius: var(--r);
  background: rgba(255,255,255,.07);
  box-shadow: var(--shadow2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow:hidden;
}
.panel-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  padding: 14px 14px 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(0,0,0,0));
}

.pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.16);
  color: rgba(244,243,255,.72);
  font-weight: 800;
  font-size: 12px;
}
.pill-dot{
  width:8px;height:8px;border-radius:50%;
  background: rgba(200,167,74,.9);
  box-shadow: 0 0 0 4px rgba(200,167,74,.12);
}

.row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
  padding: 14px;
}
.field{min-width:0}

label{
  display:block;
  font-size: 12.5px;
  font-weight: 900;
  margin-bottom: 8px;
  color: rgba(244,243,255,.92);
}
.field-title{
  font-size: 12.5px;
  font-weight: 900;
  margin-bottom: 10px;
  color: rgba(244,243,255,.92);
}

input[type="text"],input[type="email"],input[type="tel"],textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.18);
  color: var(--ink);
  font: inherit;
  outline:none;
}
input::placeholder, textarea::placeholder{color: rgba(244,243,255,.45)}
textarea{min-height: 132px; resize: vertical}

.hint{
  margin-top: 8px;
  color: var(--muted2);
  font-size: 12px;
  line-height: 1.35;
}

.divider{
  height:1px;
  background: rgba(255,255,255,.08);
  margin: 0 14px;
}

.photo-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:10px;
}

.upload{
  border: 1px dashed rgba(255,255,255,.18);
  background: rgba(0,0,0,.14);
  border-radius: 16px;
  padding: 12px 12px 11px;
  cursor:pointer;
  display:block;
}
.upload input[type="file"]{
  position:absolute;
  width:1px;height:1px;
  overflow:hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}
.upload-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.upload-title{
  font-weight: 900;
  font-size: 12.5px;
}
.upload-req, .upload-opt{
  font-size: 11px;
  font-weight: 900;
  padding: 6px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: rgba(244,243,255,.78);
}
.upload-req{
  border-color: rgba(194,75,82,.45);
  background: rgba(194,75,82,.18);
  color: rgba(244,243,255,.92);
}
.upload-sub{
  margin-top: 8px;
  color: var(--muted2);
  font-size: 12px;
  line-height: 1.35;
}
.upload-foot{
  margin-top: 10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  font-weight: 900;
  font-size: 12px;
}

.checks{
  display:grid;
  gap:10px;
  padding: 14px;
}
.check{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size: 12.5px;
  color: rgba(244,243,255,.88);
}
.check input{margin-top:3px}

.cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(0,0,0,0));
}
.cta-title{font-weight: 900; letter-spacing:-.2px}
.cta-sub{margin-top:6px; color: var(--muted2); font-size: 12px}

.cta-right{display:flex; gap:10px; flex-wrap:wrap}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 14px;
  border-radius: 14px;
  text-decoration:none;
  font-weight: 900;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  box-shadow: var(--shadow2);
  transition: transform .12s ease, filter .12s ease;
}
.btn:hover{transform: translateY(-1px); filter: brightness(1.06)}
.btn.primary{
  border:none;
  background: linear-gradient(180deg, rgba(189,180,255,.92), rgba(143,134,255,.78));
  color:#0b0a14;
  box-shadow: 0 18px 44px rgba(143,134,255,.28);
}
.btn.ghost{
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(244,243,255,.92);
}

.status{
  padding: 0 14px 14px;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.35;
}
.status.err{color: rgba(255,120,120,.92)}
.status.ok{color: rgba(130,255,190,.92)}

.fineprint{
  padding: 0 14px 16px;
  color: rgba(244,243,255,.52);
  font-size: 11.5px;
  line-height: 1.35;
}

/* Responsive */
@media (max-width: 980px){
  .grid{grid-template-columns:1fr}
  .row{grid-template-columns:1fr}
  .photo-grid{grid-template-columns:1fr}
  .hero-strip{grid-template-columns:1fr}
}
