
:root{
  --bg:#0b0f17;
  --text:#eaf0ff;
  --muted:#9fb0d0;
  --line:rgba(255,255,255,.08);
  --accent:#ff2d2d; /* logo red */
  --good:#19d18a;
  --bad:#ff4d6d;
  --shadow: 0 12px 35px rgba(0,0,0,.45);
  --radius: 18px;
}

*{box-sizing:border-box}
html,body{
  margin:0;padding:0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:
    radial-gradient(1200px 800px at 20% -10%, rgba(255,45,45,.18), transparent 55%),
    radial-gradient(900px 700px at 90% 0%, rgba(255,45,45,.10), transparent 55%),
    var(--bg);
  color:var(--text);
}
a{color:inherit;text-decoration:none}
.container{width:min(1120px,92vw); margin:0 auto}

.nav{
  position:sticky; top:0; z-index:50;
  background:rgba(11,15,23,.80);
  backdrop-filter: blur(14px);
  border-bottom:1px solid var(--line);
}
.nav-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0; gap:14px
}

.brand{display:flex; align-items:center; gap:12px; min-width: 240px}
.brand-logo{
  width:44px; height:44px; object-fit:contain;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.55));
}
.brand-name{font-weight:950; letter-spacing:.2px}
.brand-tag{font-size:12px; color:var(--muted)}

.links{display:flex; gap:18px; color:var(--muted); font-size:14px}
.links a:hover{color:var(--text)}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px; border-radius:14px;
  background:linear-gradient(135deg, rgba(255,45,45,.95), rgba(255,45,45,.70));
  color:white; font-weight:900;
  border:1px solid rgba(255,255,255,.10);
  box-shadow: 0 12px 26px rgba(255,45,45,.12);
}
.btn:hover{filter:brightness(1.06)}
.btn:active{transform:translateY(1px)}
.btn-ghost{
  background:rgba(255,255,255,.04);
  box-shadow:none;
}
.btn-wide{width:100%}

.hero{padding:44px 0 28px}
.hero-inner{display:grid; grid-template-columns: 1.35fr .9fr; gap:24px; align-items:start}
.pill{
  display:inline-flex; align-items:center; gap:8px;
  padding:7px 12px; border-radius:999px;
  font-size:12px; color:var(--muted);
  background:rgba(255,255,255,.04);
  border:1px solid var(--line);
}
h1{font-size:44px; line-height:1.08; margin:12px 0 10px; letter-spacing:-.6px}
.sub{color:var(--muted); font-size:16px; line-height:1.6; max-width:60ch}
.cta{display:flex; gap:12px; margin:18px 0 14px; flex-wrap:wrap}

.trust{display:flex; gap:10px; flex-wrap:wrap; margin-top:12px}
.trust-item{
  font-size:12px; color:var(--muted);
  padding:7px 10px; border-radius:999px;
  background:rgba(255,255,255,.03);
  border:1px solid var(--line);
}
.fineprint{margin-top:14px; font-size:12px; color:rgba(255,255,255,.35)}

.card{
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:18px;
  box-shadow: var(--shadow);
}
.card-title{font-weight:950; margin-bottom:10px}
.metric{padding:10px 0}
.metric-label{color:var(--muted); font-size:12px}
.metric-value{font-size:34px; font-weight:950; letter-spacing:-.6px}
.metric-sub{color:var(--muted); font-size:13px}
.divider{height:1px;background:var(--line); margin:14px 0}
.info-grid{display:grid; grid-template-columns:1fr 1fr; gap:12px}
.info-label{color:var(--muted); font-size:12px}
.info-value{font-weight:950}
.small{font-size:12px; color:var(--muted); line-height:1.5}
.muted{color:var(--muted)}
.card-cta{display:flex; flex-direction:column; gap:10px; margin-top:14px}

.section{padding:38px 0}
.section-alt{background:linear-gradient(180deg, rgba(255,255,255,.02), transparent)}
h2{margin:0 0 12px; font-size:26px; letter-spacing:-.3px}

.steps{display:grid; grid-template-columns:repeat(4,1fr); gap:14px}
.step{
  background:rgba(255,255,255,.03);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:14px;
}
.step-num{
  width:32px;height:32px;border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(255,45,45,.16);
  border:1px solid rgba(255,45,45,.35);
  color:var(--text); font-weight:950;
}
.step-title{font-weight:950; margin:10px 0 6px}
.step-text{color:var(--muted); font-size:13px; line-height:1.55}

.rules{display:grid; grid-template-columns:repeat(3,1fr); gap:14px}
.rule{
  background:rgba(255,255,255,.03);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:14px;
}
.rule-title{font-weight:950; margin-bottom:6px}
.rule-text{color:var(--muted); font-size:13px; line-height:1.55}

.notice{
  margin-top:14px;
  padding:14px;
  border-radius:var(--radius);
  background:rgba(25,209,138,.08);
  border:1px solid rgba(25,209,138,.20);
  color:var(--text);
}

.support-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:12px}
.support-card{
  background:rgba(255,255,255,.03);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:14px;
}
.support-title{font-weight:950; margin-bottom:6px}
.support-text{color:var(--muted); font-size:13px}

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

@media (max-width: 980px){
  .hero-inner{grid-template-columns:1fr;}
  .steps{grid-template-columns:1fr 1fr}
  .rules{grid-template-columns:1fr}
  .support-grid{grid-template-columns:1fr}
  h1{font-size:36px}
  .links{display:none}
}
/* ===== Minimal rules checkbox (hollow box + checkmark only) ===== */
.rules-check{
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
  user-select:none;
}

.rules-check input{
  display:none;
}

/* Hollow box */
.rules-check .check-box{
  width:18px;
  height:18px;
  border-radius:6px;
  border:2px solid rgba(119, 119, 119, 0.35);
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* Checkmark (hidden by default) */
.rules-check .check-box::after{
  content:"";
  width:9px;
  height:5px;
  border-left:2px solid #be1616;
  border-bottom:2px solid #a11111;
  transform:rotate(-45deg);
  opacity:0;
}

/* Show checkmark when checked */
.rules-check input:checked + .check-box::after{
  opacity:1;
}

/* Text */
.rules-check .check-text{
  font-weight:800;
  color:rgba(255,255,255,.9);
}

.rules-check a{
  color:#e11d2e;
  font-weight:900;
  text-decoration:none;
}

.rules-check a:hover{
  text-decoration:underline;
}
