:root {
  --bg: #0a0807;
  --panel: #15100f;
  --panel-soft: #1c1210;
  --line: rgba(196, 80, 54, .28);
  --red: #e0503a;
  --red-dark: #c8392a;
  --copper: #c48055;
  --text: #f1e9e4;
  --muted: #b5a59c;
  --font: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.65;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 80% 5%, rgba(224, 80, 58, .1), transparent 35%),
    linear-gradient(rgba(196, 128, 85, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196, 128, 85, .035) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
}

a { color: inherit; }
.site-nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: .75rem max(1rem, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(10, 8, 7, .94);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand span { color: var(--red); }
.nav-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .35rem; }
.nav-links a {
  padding: .55rem .72rem;
  color: var(--muted);
  text-decoration: none;
  font-size: .86rem;
  border-bottom: 2px solid transparent;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--text); border-color: var(--red); }

.crumbs { max-width: 1080px; margin: 0 auto; padding: 1rem 1.25rem 0; color: var(--muted); font-size: .78rem; }
.crumbs a { color: var(--copper); text-decoration: none; }
.page-shell { max-width: 1080px; margin: 0 auto; padding: 4.5rem 1.25rem 5rem; }
.hero { max-width: 820px; }
.eyebrow { margin: 0 0 .75rem; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1 { margin: 0; max-width: 800px; font-size: clamp(2.35rem, 6vw, 4.6rem); line-height: 1.02; letter-spacing: 0; }
.lead { max-width: 760px; margin: 1.35rem 0 0; color: var(--muted); font-size: 1.08rem; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .72rem 1.15rem;
  border: 1px solid rgba(224, 80, 58, .5);
  border-radius: 7px;
  background: linear-gradient(135deg, var(--red-dark), #ed6948);
  color: #fff;
  text-decoration: none;
  font-weight: 750;
  box-shadow: 0 12px 32px rgba(200, 57, 42, .22);
}
.button.secondary { background: rgba(224, 80, 58, .08); color: var(--text); box-shadow: none; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(224, 80, 58, .32); }

.band { margin-top: 4.5rem; padding-top: 3rem; border-top: 1px solid var(--line); }
h2 { margin: 0 0 1rem; font-size: clamp(1.6rem, 4vw, 2.35rem); line-height: 1.15; letter-spacing: 0; }
h3 { margin: 0 0 .45rem; font-size: 1.06rem; letter-spacing: 0; }
p { margin: .65rem 0; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.card {
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(28, 18, 16, .9), rgba(14, 10, 9, .92));
}
.card p { color: var(--muted); font-size: .92rem; }
.card a { color: var(--copper); font-weight: 700; text-decoration: none; }
.checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem 1.25rem; padding: 0; list-style: none; }
.checklist li { position: relative; padding-left: 1.5rem; color: var(--muted); }
.checklist li::before { content: "+"; position: absolute; left: 0; color: var(--red); font-weight: 900; }
.faq { border-top: 1px solid var(--line); }
.faq details { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 750; }
.faq p { color: var(--muted); }
.cta {
  margin-top: 4rem;
  padding: 2rem;
  border: 1px solid rgba(224, 80, 58, .42);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(224, 80, 58, .14), rgba(16, 10, 9, .92));
}
.cta h2 { font-size: 1.65rem; }
.site-footer { border-top: 1px solid var(--line); background: rgba(10, 8, 7, .94); }
.footer-inner { max-width: 1080px; margin: 0 auto; padding: 2rem 1.25rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .6rem 1.1rem; margin-bottom: 1rem; }
.footer-links a { color: var(--muted); font-size: .83rem; text-decoration: none; }
.footer-links a:hover { color: var(--red); }
.fine-print { color: #8f7d74; font-size: .76rem; }

@media (max-width: 760px) {
  .site-nav { align-items: flex-start; flex-direction: column; }
  .nav-links { justify-content: flex-start; }
  .page-shell { padding-top: 3.25rem; }
  .grid, .checklist { grid-template-columns: 1fr; }
  .actions .button { width: 100%; }
}

@media (prefers-reduced-motion: no-preference) {
  .button { transition: transform .3s ease, box-shadow .3s ease; }
  .card { transition: border-color .3s ease, transform .3s ease; }
  .card:hover { border-color: rgba(224, 80, 58, .58); transform: translateY(-3px); }
}
