:root {
  --black: #070707;
  --charcoal: #111111;
  --panel: #171717;
  --panel-2: #202020;
  --white: #ffffff;
  --soft: #f4f4f4;
  --muted: #b9b9b9;
  --line: rgba(255, 255, 255, .14);
  --red: #c60000;
  --red-deep: #800000;
  --red-dark: #390000;
  --max: 1180px;
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--black); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; letter-spacing: 0; }
a { color: inherit; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--red); color: var(--white); padding: 10px; z-index: 99; }
.skip-link:focus { left: 0; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.topbar { position: sticky; top: 0; z-index: 10; background: rgba(7, 7, 7, .94); border-bottom: 1px solid var(--line); }
.nav { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; text-transform: uppercase; font-size: .96rem; }
.mark { width: 42px; height: 42px; border: 2px solid var(--red); display: grid; place-items: center; color: var(--white); font-weight: 900; background: linear-gradient(135deg, var(--black), var(--red-dark)); flex: 0 0 auto; }
.navlinks { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: .92rem; }
.navlinks a { text-decoration: none; padding: 10px 12px; border: 1px solid transparent; }
.navlinks a:hover, .navlinks a:focus-visible { color: var(--white); border-color: var(--line); outline: none; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border: 1px solid var(--red); background: var(--red); color: var(--white); text-decoration: none; font-weight: 800; text-transform: uppercase; font-size: .86rem; letter-spacing: 0; white-space: nowrap; cursor: pointer; font-family: inherit; }
.btn:hover, .btn:focus-visible { background: var(--white); color: var(--black); outline: 3px solid rgba(198, 0, 0, .28); outline-offset: 3px; }
.btn.secondary { background: transparent; color: var(--white); border-color: var(--line); }
.btn.secondary:hover, .btn.secondary:focus-visible { background: var(--white); color: var(--black); }
.hero { position: relative; overflow: hidden; min-height: calc(100vh - 70px); display: grid; align-items: start; background: linear-gradient(115deg, rgba(7,7,7,.96) 0%, rgba(7,7,7,.91) 48%, rgba(128,0,0,.78) 48%, rgba(57,0,0,.88) 100%), var(--black); }
.hero-compact { min-height: auto; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(0deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 76px 76px; opacity: .22; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(310px, .9fr); gap: 72px; align-items: start; padding: 42px 0 90px; }
.hero-compact .hero-grid { padding: 54px 0; }
.kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--red); font-weight: 900; text-transform: uppercase; font-size: .78rem; margin-bottom: 18px; }
.kicker::before { content: ""; width: 42px; height: 3px; background: var(--red); }
h1 { margin: 0; max-width: 12ch; font-size: 5.9rem; line-height: .9; font-weight: 900; text-transform: uppercase; }
.hero-sub { max-width: 680px; margin: 20px 0 0; color: var(--soft); font-size: 1.28rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.center { justify-content: center; }
.proof-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 34px; max-width: 720px; }
.proof, .service, .step, .faq, .side-rail, .notice, .contact-card { border: 1px solid var(--line); background: rgba(255,255,255,.06); border-radius: var(--radius); }
.proof { padding: 16px; }
.proof b { display: block; font-size: 1.08rem; text-transform: uppercase; }
.proof span { display: block; margin-top: 5px; color: var(--muted); font-size: .92rem; }
.visual { align-self: center; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)); border-radius: var(--radius); padding: 28px; }
.start-card { border: 1px solid rgba(198,0,0,.58); background: var(--black); border-radius: var(--radius); overflow: hidden; box-shadow: 0 24px 70px rgba(0,0,0,.32); }
.start-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; background: var(--red); color: var(--white); font-weight: 900; text-transform: uppercase; font-size: .86rem; }
.start-body { padding: 18px; display: grid; gap: 12px; }
.start-option { display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; padding: 14px; border: 1px solid var(--line); background: var(--panel); border-radius: var(--radius); color: var(--white); text-decoration: none; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.start-option:hover, .start-option:focus-visible { transform: translateY(-2px); border-color: rgba(255,255,255,.34); background: var(--panel-2); outline: none; }
.start-option.primary { border-color: rgba(198,0,0,.8); background: linear-gradient(135deg, rgba(198,0,0,.36), var(--panel)); }
.start-option strong { display: block; font-size: .98rem; line-height: 1.2; }
.start-option small { display: block; margin-top: 4px; color: var(--muted); font-size: .84rem; line-height: 1.35; }
.start-option b { color: var(--red); font-size: .76rem; text-transform: uppercase; white-space: nowrap; }
.badge { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--red); background: var(--red-dark); font-weight: 900; }
section { padding: 90px 0; }
.section-title { max-width: 820px; margin-bottom: 30px; }
h2 { margin: 0; font-size: 4.4rem; line-height: .96; text-transform: uppercase; font-weight: 900; }
.lead { color: var(--muted); font-size: 1.1rem; max-width: 70ch; margin: 16px 0 0; }
.services { display: grid; grid-template-columns: 1.15fr .95fr .75fr; gap: 14px; }
.service { min-height: 310px; padding: 24px; background: var(--panel); display: flex; flex-direction: column; justify-content: space-between; }
.service.primary { background: linear-gradient(135deg, var(--red), var(--red-deep)); border-color: var(--red); }
.service.quiet { opacity: .78; }
.service h3 { margin: 0; font-size: 2rem; line-height: 1; text-transform: uppercase; }
.service p { margin: 16px 0 0; color: var(--soft); }
.service ul, .bullet-block ul { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 8px; color: var(--soft); }
.service li::before, .bullet-block li::before { content: "/"; margin-right: 8px; color: var(--red); font-weight: 900; }
.service.primary li::before { color: var(--white); }
.text-link { margin-top: 24px; color: var(--white); font-weight: 800; text-transform: uppercase; text-decoration-color: var(--red); text-underline-offset: 4px; }
.offer-band { background: var(--red); color: var(--white); }
.offer-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.price { font-size: 11rem; line-height: .8; font-weight: 900; letter-spacing: 0; }
.offer-copy { max-width: 720px; font-size: 1.35rem; }
.dark-band { background: var(--charcoal); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pathway, .content-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.content-grid { grid-template-columns: minmax(0, 1fr) 320px; }
.steps { display: grid; gap: 12px; }
.step { display: grid; grid-template-columns: 52px 1fr; gap: 14px; padding: 18px; background: var(--panel); }
.num { width: 52px; height: 52px; display: grid; place-items: center; background: var(--red); color: var(--white); font-weight: 900; }
.step h3, .faq h3, .bullet-block h3 { margin: 0; font-size: 1.08rem; text-transform: uppercase; }
.step p, .faq p { margin: 5px 0 0; color: var(--muted); }
.copy { max-width: 760px; }
.copy h2 { font-size: 3.2rem; }
.copy p { color: var(--soft); font-size: 1.08rem; }
.bullet-block { margin-top: 34px; }
.side-rail { position: sticky; top: 96px; padding: 22px; background: var(--panel); }
.side-rail strong { text-transform: uppercase; }
.side-rail p { color: var(--muted); }
.notice { margin-top: 28px; padding: 18px; background: rgba(198,0,0,.18); }
.faq-section { background: var(--black); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.faq { padding: 20px; background: var(--panel); }
.final { text-align: center; background: linear-gradient(180deg, rgba(198,0,0,.18), transparent 42%), var(--black); }
.final h2 { max-width: 13ch; margin: 0 auto; }
.final .lead { margin-left: auto; margin-right: auto; }
.contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 26px 0; }
.contact-card { padding: 18px; text-decoration: none; background: var(--panel); }
.contact-card span { display: block; color: var(--muted); text-transform: uppercase; font-size: .8rem; font-weight: 800; }
.contact-card strong { display: block; margin-top: 5px; font-size: 1.1rem; }
.contact-form { display: grid; gap: 14px; margin-top: 28px; }
.contact-form label { display: grid; gap: 7px; color: var(--soft); font-weight: 800; text-transform: uppercase; font-size: .82rem; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid var(--line); background: var(--panel); color: var(--white); padding: 13px 12px; font: inherit; border-radius: var(--radius); }
.form-note { color: var(--muted); font-size: .94rem; }
.footer { border-top: 1px solid var(--line); color: var(--muted); padding: 36px 0 24px; font-size: .92rem; background: var(--charcoal); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 28px; }
.footer strong { color: var(--white); text-transform: uppercase; }
.legal { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; border-top: 1px solid var(--line); margin-top: 24px; padding-top: 18px; }
@media (max-width: 1040px) {
  h1 { font-size: 4.5rem; }
  h2 { font-size: 3.25rem; }
  .hero-grid, .services, .offer-grid, .pathway, .proof-row, .content-grid, .footer-grid { grid-template-columns: 1fr; }
  .visual { max-width: 620px; }
  .service { min-height: auto; }
  .side-rail { position: static; }
  .navlinks { display: none; }
}
@media (max-width: 640px) {
  .wrap { width: min(var(--max), calc(100% - 28px)); }
  .nav { align-items: stretch; gap: 10px; padding: 12px 0; flex-wrap: wrap; }
  .brand { width: 100%; min-width: 0; }
  .brand span:last-child { max-width: none; min-width: 0; }
  .nav-cta { width: 100%; min-height: 42px; }
  .hero { min-height: auto; }
  .hero-grid { padding: 56px 0; gap: 32px; }
  h1 { font-size: 3.55rem; max-width: 11ch; }
  h2, .copy h2 { font-size: 2.35rem; }
  .hero-sub, .offer-copy { font-size: 1.05rem; }
  .hero-actions .btn { width: 100%; }
  .start-option { grid-template-columns: 42px 1fr; }
  .start-option b { grid-column: 2; }
  section { padding: 60px 0; }
  .price { font-size: 6rem; }
  .faq-grid, .contact-cards { grid-template-columns: 1fr; }
}
@media (max-width: 390px) {
  h1 { font-size: 3.1rem; }
}
