:root{
  --bg:#0b0f14;
  --bg2:#070a0f;
  --ink:#ffffff;
  --muted:#b0b7c3;
  --muted2:#8c96a6;
  --line:#1c2430;
  --card:#111722;
  --card2:#0f1520;
  --red:#c1121f;
  --red2:#ff2b3c;
  --radius:18px;
  --shadow:0 18px 44px rgba(0,0,0,.55);
  --max:1160px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:radial-gradient(1200px 800px at 18% 10%, rgba(193,18,31,.14), transparent 55%), var(--bg);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial}
a{color:inherit;text-decoration:none}
.container{max-width:var(--max);margin:0 auto;padding:0 20px}
.small{font-size:12px;color:var(--muted);line-height:1.6}
.kicker{font-size:12px;color:var(--muted);letter-spacing:.18em;text-transform:uppercase}
.h1{font-size:46px;line-height:1.08;margin:10px 0 14px;letter-spacing:-.02em}
.h2{font-size:22px;margin:0 0 14px}
.sub{font-size:17px;line-height:1.65;color:var(--muted);max-width:62ch}
.hr{border-top:1px solid rgba(255,255,255,.10);margin:26px 0}

/* NAV */
.nav{
  position:sticky;top:0;z-index:50;
  background:rgba(11,15,20,.92);
  backdrop-filter:saturate(160%) blur(10px);
  border-bottom:1px solid var(--line);
}
.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:16px}
.brand{display:flex;align-items:center;gap:14px}
.brand-mark{
  width:62px;height:62px;border-radius:18px;
  background:linear-gradient(180deg, rgba(193,18,31,.22), rgba(193,18,31,0));
  border:1px solid rgba(193,18,31,.35);
  box-shadow:0 10px 28px rgba(0,0,0,.35);
  display:grid;place-items:center;overflow:hidden
}
.brand-mark img{width:90%;height:90%;object-fit:contain}
.brand-text strong{letter-spacing:.14em;font-size:12px}
.brand-text span{font-size:14px;color:var(--muted);display:block;margin-top:4px}
.menu{display:flex;align-items:center;gap:18px}
.menu a{font-size:14px;color:var(--muted)}
.menu a.active{color:var(--ink)}
.cta{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 14px;border-radius:999px;border:1px solid var(--red);
  background:var(--red);color:#fff;font-size:14px;font-weight:900;letter-spacing:.02em;
}
.cta.secondary{background:transparent;color:#fff;border-color:rgba(255,255,255,.18)}
@media (max-width: 900px){
  .menu{gap:10px}
  .menu a{display:none}
}

/* HERO */
.hero{padding:64px 0 26px}
.hero-grid{display:grid;grid-template-columns:340px 1fr;gap:44px;align-items:center}
@media (max-width: 980px){ .hero-grid{grid-template-columns:1fr;gap:22px} .h1{font-size:38px} }

.hero-logo{
  background:linear-gradient(180deg, rgba(193,18,31,.22), rgba(193,18,31,0));
  border:1px solid rgba(193,18,31,.35);
  border-radius:24px;
  padding:28px;
  box-shadow:var(--shadow);
  display:flex;justify-content:center;align-items:center;
}
.hero-logo img{width:100%;max-width:280px}
.pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.pill{font-size:13px;color:var(--muted);border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.03);border-radius:999px;padding:8px 10px}

/* CARDS / FORM */
.card{
  background:linear-gradient(180deg, var(--card), var(--card2));
  border-radius:var(--radius);
  padding:22px;border:1px solid rgba(255,255,255,.10);
  box-shadow:var(--shadow);
}
.form-title{font-weight:900;letter-spacing:.02em;margin:0 0 10px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
@media (max-width: 560px){ .form-grid{grid-template-columns:1fr} }
.input, select{
  width:100%;padding:12px;border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(11,15,20,.65);
  color:#fff;
}
.help{font-size:12px;color:var(--muted);margin-top:10px;line-height:1.45}
.btn{
  width:100%;padding:12px;border-radius:12px;
  border:1px solid var(--red);
  background:linear-gradient(180deg, var(--red2), var(--red));
  color:#fff;font-weight:900;letter-spacing:.02em;
  margin-top:10px;cursor:pointer;
}
.btn:active{transform:translateY(1px)}
.notice{
  display:none;margin-top:14px;padding:12px;border-radius:12px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  white-space:pre-wrap;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size:13px;line-height:1.45
}

/* SECTIONS */
.section{padding:42px 0}
.cols3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media (max-width: 980px){ .cols3{grid-template-columns:1fr} }
.tile{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  border-radius:var(--radius);
  padding:16px;
}
.tile h3{margin:0 0 8px;font-size:16px}
.tile p{margin:0 0 12px;color:var(--muted);line-height:1.55}
.bullets{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.bullets li{display:flex;gap:10px;color:var(--muted);line-height:1.55}
.dot{width:10px;height:10px;border-radius:999px;background:var(--red);margin-top:6px;flex:0 0 10px}
.banner{
  margin-top:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.10);
  border-radius:var(--radius);
  padding:16px;
  display:flex;flex-direction:column;gap:10px;
}
.banner strong{font-size:14px}
.banner p{margin:0;color:var(--muted);line-height:1.55}
.banner-actions{display:flex;gap:10px;flex-wrap:wrap}

/* FAQ */
.faq details{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  padding:12px 14px;
  margin-bottom:10px;
}
.faq summary{cursor:pointer;font-weight:900}
.faq p{margin:10px 0 0;color:var(--muted);line-height:1.6}

/* FOOTER */
.footer{
  padding:34px 0;border-top:1px solid rgba(255,255,255,.10);
  margin-top:34px;
}
.footgrid{display:grid;grid-template-columns:1.2fr .8fr;gap:14px}
@media (max-width: 980px){ .footgrid{grid-template-columns:1fr} }

.sticky-mobile{
  position:fixed;left:14px;right:14px;bottom:14px;z-index:100;
  display:none;
}
@media (max-width: 900px){
  .sticky-mobile{display:block}
  .sticky-mobile .btn{border-radius:999px;margin-top:0}
}
/* MODAL CONFIRMATION (v9) */
.modal-confirm{
  padding:18px 10px 8px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:rgba(255,255,255,.03);
  margin:10px 0 14px;
  text-align:left;
}
.modal-confirm__icon{
  width:44px;height:44px;border-radius:999px;
  display:grid;place-items:center;
  background:rgba(193,18,31,.14);
  border:1px solid rgba(193,18,31,.45);
  font-weight:900;
  margin-bottom:10px;
}
.modal-confirm__title{font-size:20px;font-weight:900;margin-bottom:6px}
.modal-confirm__text{color:var(--muted);line-height:1.55}
