:root {
  --bg: #14171B;
  --panel: #1B1F26;
  --panel-line: #2A2F38;
  --ink: #F3EEE3;
  --muted: #9AA0AA;
  --muted-dim: #72777F;
  --gold: #C89B4A;
  --gold-dim: #9C7A29;
  --red: #B2352A;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
  --max: 1100px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img, svg { display: block; max-width: 100%; }

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 32px;
}

/* ---------- Frame ---------- */
.frame-corner {
  position: fixed;
  width: 44px;
  height: 44px;
  border: 2.5px solid var(--gold);
  pointer-events: none;
  z-index: 40;
  opacity: 0.9;
}
.frame-corner.tl { top: 18px; left: 18px; border-right: none; border-bottom: none; }
.frame-corner.br { bottom: 18px; right: 18px; border-left: none; border-top: none; }
@media (max-width: 700px) {
  .frame-corner { display: none; }
}

/* ---------- Header ---------- */
header.site {
  border-bottom: 1px solid var(--panel-line);
  position: sticky;
  top: 0;
  background: rgba(20, 23, 27, 0.92);
  backdrop-filter: blur(6px);
  z-index: 30;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 32px;
  max-width: var(--max);
  margin: 0 auto;
  gap: 24px;
  flex-wrap: wrap;
}
.wordmark {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.3px;
  text-decoration: none;
  color: var(--ink);
  white-space: nowrap;
}
.wordmark em {
  font-style: italic;
  color: var(--gold);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.nav-links a {
  text-decoration: none;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: color 0.15s ease;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.nav-links a[aria-current="page"] { color: var(--gold); }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.12s ease, background 0.15s ease, border-color 0.15s ease;
}
.btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.btn-gold {
  background: var(--gold);
  color: #14171B;
}
.btn-gold:hover { background: #d9ab5a; transform: translateY(-1px); }
.btn-outline {
  background: transparent;
  border-color: var(--gold);
  color: var(--gold);
}
.btn-outline:hover { background: rgba(200,155,74,0.1); }

/* ---------- Section rhythm ---------- */
section { padding: 88px 0; }
.hr {
  height: 1px;
  background: var(--panel-line);
  border: none;
  margin: 0;
}
.eyebrow {
  color: var(--gold);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 14px;
}
h1 {
  font-size: clamp(36px, 5.4vw, 58px);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 22px;
  color: var(--ink);
}
h2 {
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: 700;
  letter-spacing: -0.3px;
  margin: 0 0 16px;
  color: var(--ink);
}
p { color: var(--muted); margin: 0 0 16px; }
.lede { font-size: 19px; line-height: 1.6; max-width: 640px; }

/* ---------- Hero ---------- */
.hero {
  padding: 72px 0 64px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
}
.hero-accent {
  color: var(--gold);
  font-weight: 700;
  font-size: 20px;
  margin-top: 8px;
}
.hero-ctas {
  display: flex;
  gap: 14px;
  margin-top: 32px;
  flex-wrap: wrap;
}

/* ---------- Deal sheet signature graphic ---------- */
.deal-sheet {
  background: #F7F2E4;
  color: #14171B;
  border-radius: 6px;
  padding: 26px 28px;
  transform: rotate(-3deg);
  box-shadow: 0 24px 48px rgba(0,0,0,0.35);
  max-width: 320px;
  margin: 0 auto;
  font-family: var(--body);
}
.deal-sheet .ds-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #6b5a2f;
  border-bottom: 1px solid #d8cba8;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.deal-sheet .ds-row { margin-bottom: 16px; }
.deal-sheet .ds-row .ds-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #9C7A29;
  display: block;
  margin-bottom: 4px;
}
.deal-sheet .ds-msrp {
  font-size: 22px;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
  color: #14171B;
}
.deal-sheet .ds-price {
  font-size: 30px;
  font-weight: 700;
  color: #14171B;
}
.deal-sheet .ds-stamp {
  margin-top: 18px;
  border: 1.5px solid var(--red);
  color: var(--red);
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  padding: 8px;
  border-radius: 3px;
  transform: rotate(1deg);
}

/* ---------- Stat band ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 700px) {
  .stats { grid-template-columns: 1fr; gap: 32px; }
}
.stat-num {
  font-size: clamp(32px, 4.4vw, 44px);
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}
.stat-label {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--gold);
  text-transform: uppercase;
}
.stat-sub {
  font-size: 13px;
  color: var(--muted);
  margin-top: 6px;
  max-width: 220px;
}

/* ---------- Playbook comparison ---------- */
.playbook {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 800px) {
  .playbook { grid-template-columns: 1fr; gap: 40px; }
}
.playbook-col-label {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.playbook-col-label.bad { color: var(--red); }
.playbook-col-label.good { color: var(--gold); }
.playbook-item { margin-bottom: 24px; }
.playbook-item h3 {
  font-size: 17px;
  margin: 0 0 6px;
  font-weight: 700;
}
.playbook-item.bad h3 { color: var(--red); }
.playbook-item.good h3 { color: var(--gold); }
.playbook-item p { font-size: 14.5px; margin: 0; }

/* ---------- Steps (how it works) ---------- */
.step {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 28px;
  padding: 34px 0;
  border-bottom: 1px solid var(--panel-line);
}
.step:last-child { border-bottom: none; }
.step-num {
  font-size: 34px;
  font-weight: 700;
  color: var(--gold-dim);
}
.step h3 {
  font-size: 21px;
  margin: 0 0 8px;
  color: var(--ink);
  font-weight: 700;
}
.step p { font-size: 16px; max-width: 620px; margin: 0; }
@media (max-width: 560px) {
  .step { grid-template-columns: 1fr; gap: 8px; }
  .step-num { font-size: 24px; }
}

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--panel);
  border-top: 1px solid var(--panel-line);
  border-bottom: 1px solid var(--panel-line);
  padding: 64px 0;
  text-align: center;
}
.cta-band .eyebrow { justify-content: center; }
.cta-band h2 { margin-bottom: 10px; }
.phone-link {
  display: inline-block;
  font-size: clamp(30px, 5vw, 42px);
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  margin: 18px 0 6px;
}
.phone-link:hover { color: var(--gold); }
.cta-band .fine { font-size: 13px; color: var(--muted-dim); }

/* ---------- Footer ---------- */
footer.site {
  padding: 48px 0 40px;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-disclaimer {
  font-size: 12.5px;
  color: var(--muted-dim);
  margin: 0;
  max-width: 480px;
}

/* ---------- Contact page ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}
@media (max-width: 800px) {
  .contact-grid { grid-template-columns: 1fr; }
}
.contact-card {
  background: var(--panel);
  border: 1px solid var(--panel-line);
  border-radius: 6px;
  padding: 32px;
}
.contact-card h3 {
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
}
.field { margin-bottom: 18px; }
.field label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  margin-bottom: 7px;
}
.field input, .field textarea {
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--panel-line);
  border-radius: 4px;
  color: var(--ink);
  font-family: var(--body);
  font-size: 15px;
  padding: 11px 13px;
}
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--gold);
}
.field textarea { resize: vertical; min-height: 110px; }

/* ---------- Trust band ---------- */
.trust-band {
  padding: 28px 0;
  border-bottom: 1px solid var(--panel-line);
}
.trust-band .trust-label {
  font-size: 12.5px;
  letter-spacing: 1px;
  color: var(--muted-dim);
  margin-bottom: 14px;
}
.trust-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
}
.trust-items span {
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
}

/* ---------- Feature cards (why it works) ---------- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 44px;
}
@media (max-width: 800px) {
  .feature-grid { grid-template-columns: 1fr; gap: 32px; }
}
.feature-num {
  font-size: 14px;
  font-weight: 700;
  color: var(--gold-dim);
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.feature-grid h3 {
  font-size: 19px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 10px;
}
.feature-grid p { font-size: 15px; margin: 0; }

/* ---------- Section header ---------- */
.section-head { max-width: 640px; margin-bottom: 8px; }

/* ---------- Reviews ---------- */
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 44px;
}
@media (max-width: 860px) {
  .review-grid { grid-template-columns: 1fr; }
}
.review-card {
  background: var(--panel);
  border: 1px solid var(--panel-line);
  border-radius: 6px;
  padding: 26px;
  position: relative;
}
.review-placeholder-tag {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--gold-dim);
  border: 1px solid var(--panel-line);
  border-radius: 3px;
  padding: 3px 8px;
  margin-bottom: 14px;
}
.stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 12px; }
.review-quote {
  font-size: 15px;
  color: var(--ink);
  margin: 0 0 16px;
  line-height: 1.55;
}
.review-attr { font-size: 13px; color: var(--muted-dim); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 760px; margin-top: 36px; }
.faq-item {
  border-bottom: 1px solid var(--panel-line);
  padding: 4px 0;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 4px;
  font-size: 16.5px;
  font-weight: 700;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.faq-marker {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  margin-left: 20px;
}
.faq-item[open] .faq-marker { transform: rotate(45deg); }
.faq-item p {
  font-size: 15px;
  padding: 0 4px 22px;
  margin: 0;
  max-width: 640px;
}

/* ---------- Section id offset for sticky header ---------- */
section[id] { scroll-margin-top: 88px; }
