:root{
  --bg:#ffffff;
  --text:#0b1220;
  --muted:#4b5563;
  --line:rgba(11,18,32,.10);
  --panel:rgba(11,18,32,.03);

  /* Neon blue accent (kept restrained) */
  --neon:#1f7cff;
  --neon2:#36d7ff;

  --shadow: 0 12px 30px rgba(11,18,32,.10);
  --radius: 18px;
  --max: 1120px;
}

*{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: radial-gradient(1000px 600px at 80% -10%, rgba(31,124,255,.10), transparent 60%),
              radial-gradient(900px 500px at 10% 0%, rgba(54,215,255,.10), transparent 55%),
              var(--bg);
  color:var(--text);
  line-height:1.5;
}

a{color:inherit; text-decoration:none}
.wrap{max-width:var(--max); margin:0 auto; padding:0 20px}

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,.78);
  border-bottom:1px solid var(--line);
}

.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:16px;
}

.brand{
  display:flex; align-items:center; gap:12px;
  font-weight:800; letter-spacing:.4px;
}

.mark{
  width:34px; height:34px; border-radius:12px;
  background:
    radial-gradient(12px 12px at 35% 35%, rgba(255,255,255,.9), transparent 60%),
    linear-gradient(135deg, var(--neon), var(--neon2));
  box-shadow: 0 10px 25px rgba(31,124,255,.25);
  border:1px solid rgba(31,124,255,.18);
}

.navlinks{display:flex; gap:14px; flex-wrap:wrap; align-items:center}
.navlinks a{
  color:var(--muted);
  font-weight:600;
  padding:8px 10px;
  border-radius:12px;
}
.navlinks a:hover{background: rgba(11,18,32,.04); color:var(--text)}

.cta{display:flex; gap:10px; align-items:center}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:11px 14px;
  border-radius:14px;
  font-weight:800;
  border:1px solid var(--line);
  background: #fff;
  box-shadow: 0 8px 18px rgba(11,18,32,.08);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  white-space:nowrap;
}
.btn:hover{transform: translateY(-1px); box-shadow: 0 14px 26px rgba(11,18,32,.12)}
.btn-primary{
  border-color: rgba(31,124,255,.35);
  background: linear-gradient(135deg, rgba(31,124,255,.95), rgba(54,215,255,.85));
  color:#fff;
  box-shadow: 0 14px 30px rgba(31,124,255,.22);
}
.btn-primary:hover{box-shadow: 0 18px 34px rgba(31,124,255,.28)}
.btn-ghost{background: transparent; box-shadow:none}

.hero{padding:56px 0 34px}
.hero-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:22px;
  align-items:stretch;
}

.kicker{
  display:inline-flex; align-items:center; gap:10px;
  color: rgba(31,124,255,.95);
  font-weight:900; letter-spacing:.14em;
  text-transform:uppercase;
  font-size:12px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(31,124,255,.22);
  background: rgba(31,124,255,.06);
}
.kicker .dot{
  width:8px; height:8px; border-radius:999px;
  background: var(--neon);
  box-shadow: 0 0 0 6px rgba(31,124,255,.14);
}

h1{
  margin:14px 0 12px;
  font-size: clamp(32px, 4vw, 54px);
  line-height:1.06;
  letter-spacing:-.02em;
}

.sub{
  color:var(--muted);
  font-size: clamp(16px, 1.6vw, 18px);
  max-width: 60ch;
}

.hero-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}

.hero-notes{
  display:flex; gap:14px; flex-wrap:wrap;
  margin-top:16px;
  color: rgba(11,18,32,.75);
  font-weight:700;
  font-size:14px;
}

.pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.75);
}
.pill svg{opacity:.85}

.card{
  border-radius: var(--radius);
  border:1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.72));
  box-shadow: var(--shadow);
  overflow:hidden;
  position:relative;
}
.card::before{
  content:"";
  position:absolute; inset:-1px;
  background:
    radial-gradient(500px 220px at 90% 15%, rgba(31,124,255,.18), transparent 60%),
    radial-gradient(420px 220px at 10% 0%, rgba(54,215,255,.16), transparent 60%);
  pointer-events:none;
  opacity:.9;
}
.card-inner{position:relative; padding:18px}
.card h3{margin:0 0 8px; font-size:18px; letter-spacing:-.01em}
.card p{margin:0; color:var(--muted)}

.price{
  margin-top:14px;
  display:flex; align-items:baseline; justify-content:space-between; gap:10px;
  padding:14px;
  border-radius:16px;
  border:1px solid rgba(31,124,255,.22);
  background: rgba(31,124,255,.06);
}
.price strong{font-size:26px; letter-spacing:-.02em}
.price span{color: rgba(11,18,32,.72); font-weight:800}

.rules{
  margin-top:12px;
  padding:14px;
  border-radius:16px;
  border:1px solid var(--line);
  background: rgba(11,18,32,.03);
}
.rules ul{margin:0; padding-left:18px; color: rgba(11,18,32,.78)}
.rules li{margin:8px 0}

.tagrow{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
.tag{
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding:9px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.7);
  color: rgba(11,18,32,.75);
}
.tag.blue{
  border-color: rgba(31,124,255,.25);
  background: rgba(31,124,255,.07);
  color: rgba(31,124,255,.95);
}

.card-actions{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap}

section{padding:34px 0}
.section-title{
  display:flex; align-items:flex-end; justify-content:space-between; gap:16px; flex-wrap:wrap;
  margin-bottom:14px;
}
h2{
  margin:0;
  font-size: clamp(22px, 2.5vw, 30px);
  letter-spacing:-.02em;
}
.lead{margin:0; color:var(--muted); max-width:72ch}

.grid-3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}

.panel{
  border-radius: var(--radius);
  border:1px solid var(--line);
  background: rgba(255,255,255,.8);
  box-shadow: 0 10px 24px rgba(11,18,32,.06);
  padding:16px;
}
.panel h3{margin:0 0 8px; letter-spacing:-.01em}
.panel p{margin:0; color:var(--muted)}

.icon{
  width:38px; height:38px; border-radius:14px;
  display:grid; place-items:center;
  border:1px solid rgba(31,124,255,.22);
  background: rgba(31,124,255,.06);
  margin-bottom:10px;
}

.split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
}

.list{
  margin:0; padding-left:18px; color: rgba(11,18,32,.78)
}
.list li{margin:10px 0}

.callout{
  border-radius: var(--radius);
  border:1px solid rgba(31,124,255,.28);
  background: rgba(31,124,255,.06);
  padding:16px;
}
.callout strong{display:block; margin-bottom:6px}
.callout p{margin:0; color: rgba(11,18,32,.78)}

.wait{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:14px;
  align-items:stretch;
}

label{font-weight:800; font-size:13px; color: rgba(11,18,32,.74)}
input, textarea, select{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.92);
  outline:none;
  font: inherit;
}
input:focus, textarea:focus, select:focus{
  border-color: rgba(31,124,255,.40);
  box-shadow: 0 0 0 6px rgba(31,124,255,.10);
}
textarea{min-height:110px; resize:vertical}

.fine{
  font-size:12px;
  color: rgba(11,18,32,.62);
  margin:0;
}

footer{
  padding:26px 0 44px;
  border-top:1px solid var(--line);
  color: rgba(11,18,32,.70);
}

.foot{
  display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap;
  align-items:center;
}
.foot a{color: rgba(31,124,255,.95); font-weight:800}

.footlinks{display:flex; gap:14px; flex-wrap:wrap}

.muted{color:var(--muted)}

@media (max-width: 920px){
  .hero-grid{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .wait{grid-template-columns:1fr}
  .navlinks{display:none}
}
