/*
Theme Name: Roof Lead Report
Theme URI: https://theroofreport.com
Author: Hannes Collective
Author URI: https://hannescollective.com
Description: Market research for American roofing companies. A custom one-page landing theme with value-stack pricing and industrial Americana design.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: roof-lead-report
Tags: one-column, custom-colors, featured-images
*/

:root {
  --steel: #14181D;
  --steel-soft: #1E242B;
  --steel-line: #2E3640;
  --concrete: #E9EAE6;
  --concrete-deep: #DDDFD8;
  --white: #F7F8F5;
  --orange: #F26A1B;
  --orange-press: #D9560C;
  --ink: #171B20;
  --ink-muted: #565E68;
  --plate: #C9CDC9;
  --plate-line: #9BA19D;
  --r: 2px;
  --border-thick: 3px solid var(--ink);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Barlow', sans-serif;
  background: var(--concrete);
  color: var(--ink);
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.skip-link {
  position: absolute;
  left: -9999px;
  background: var(--orange);
  color: var(--ink);
  padding: 0.5rem 1rem;
  z-index: 100;
  font-weight: 700;
}
.skip-link:focus { left: 0.5rem; top: 0.5rem; }

.wrap { max-width: 1100px; margin: 0 auto; padding: 0 1.25rem; }

/* ============ TYPE ROLES ============ */
.display {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: 0.01em;
}
.kicker {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.875rem;
}

/* ============ BUTTON ============ */
.btn {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  text-decoration: none;
  background: var(--orange);
  color: var(--white);
  padding: 1.1rem 2.5rem;
  border-radius: var(--r);
  border: 3px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  cursor: pointer;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out;
}
.btn:hover { transform: translateY(-2px); box-shadow: 6px 6px 0 var(--ink); }
.btn:active { transform: translateY(2px); box-shadow: 2px 2px 0 var(--ink); }
.btn:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; }

/* ============ NAV BAR ============ */
.bar {
  background: var(--steel);
  border-bottom: 4px solid var(--orange);
  padding: 1rem 0;
}
.bar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.wordmark {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: var(--white);
  letter-spacing: 0.04em;
  text-decoration: none;
}
.wordmark em { font-style: normal; color: var(--orange); }
.bar .kicker { color: #7D8792; }

/* ============ HERO ============ */
.hero {
  background: var(--steel);
  color: var(--white);
  padding: clamp(4rem, 10vw, 7.5rem) 0 clamp(4rem, 9vw, 7rem);
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  right: -4rem;
  top: 0;
  bottom: 0;
  width: 45%;
  background: repeating-linear-gradient(-55deg, transparent 0 44px, var(--steel-soft) 44px 46px);
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 1; }
.hero .kicker { color: var(--orange); margin-bottom: 1.5rem; }
.hero h1 {
  font-size: clamp(3rem, 9vw, 6.5rem);
  max-width: 14ch;
  color: var(--white);
}
.hero h1 .hit {
  color: var(--white);
  background: var(--orange);
  padding: 0.05em 0.22em;
  display: inline-block;
  transform: skewX(-6deg);
  border: 3px solid var(--ink);
  box-shadow: 4px 4px 0 rgba(0,0,0,0.4);
}
.hero .sub {
  max-width: 50ch;
  margin: 1.75rem 0 2.5rem;
  font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
  color: #B8C0C9;
}
.hero .sub strong { color: var(--white); font-weight: 600; }
.hero-cta { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.hero-cta .aside {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.9375rem;
  color: #7D8792;
}

/* ============ SECTIONS ============ */
section { padding: clamp(3.75rem, 8vw, 6.25rem) 0; }
.sec-head { margin-bottom: clamp(2.25rem, 5vw, 3.25rem); }
.sec-head .kicker { color: var(--orange); margin-bottom: 0.875rem; }
.sec-head h2 { font-size: clamp(2.25rem, 5vw, 3.5rem); max-width: 20ch; }
.sec-head p { margin-top: 1rem; color: var(--ink-muted); font-size: 1.125rem; max-width: 56ch; }

/* ============ PROBLEM ============ */
.problem { background: var(--concrete); }
.problem-layout { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 5vw, 3.5rem); align-items: center; }
.problem-img { border-radius: var(--r); overflow: hidden; border: 3px solid var(--ink); box-shadow: 6px 6px 0 rgba(0,0,0,0.15); }
.problem-img img { display: block; width: 100%; height: 100%; object-fit: cover; }
.problem-copy { max-width: 680px; }
.problem-copy p { margin-bottom: 1.1rem; }
.problem-copy p:last-child { margin-bottom: 0; }
.problem-copy .cost {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.15;
  color: var(--white);
  background: var(--ink);
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
  border-left: 6px solid var(--orange);
}

/* ============ VALUE STACK ============ */
.value { background: var(--steel); border-top: 4px solid var(--orange); border-bottom: 4px solid var(--orange); color: var(--white); }
.value .sec-head h2 { max-width: 24ch; color: var(--white); }
.value .sec-head p { color: #B8C0C9; }
.v-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; max-width: 820px; }
.v-card {
  background: var(--steel-soft);
  border: 3px solid var(--steel-line);
  border-left: 6px solid var(--orange);
  border-radius: var(--r);
  padding: 2rem 2rem 1.75rem;
  position: relative;
}
.v-card .v-num {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900;
  font-size: 3.5rem;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 0.75rem;
  opacity: 0.4;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}
.v-card h3 {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--white);
}
.v-card p { color: #B8C0C9; margin-bottom: 0.75rem; font-size: 1rem; }
.v-card p:last-of-type { margin-bottom: 0; }
.v-worth {
  display: inline-block;
  margin-top: 1rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.875rem;
  color: var(--ink);
  background: var(--orange);
  padding: 0.4rem 0.85rem;
  border-radius: var(--r);
}

/* ============ SOFTWARE - DARK ============ */
.software {
  background: var(--steel);
  background-image: repeating-linear-gradient(-55deg, transparent 0 44px, var(--steel-soft) 44px 46px);
  border-top: 4px solid var(--orange);
  border-bottom: 4px solid var(--ink);
  color: var(--white);
}
.software .sec-head h2 { max-width: 22ch; color: var(--white); }
.software .sec-head p { color: #B8C0C9; }
.sw-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.sw-card {
  background: var(--white);
  border: 3px solid var(--ink);
  border-radius: var(--r);
  padding: 1.25rem;
  box-shadow: 4px 4px 0 rgba(0,0,0,0.12);
  text-align: center;
}
.sw-icon {
  display: block;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  color: var(--orange);
}
.sw-card h3 {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}
.sw-card p { color: var(--ink-muted); font-size: 0.9rem; }

/* ============ PHOTO BREAK ============ */
.photo-break { max-height: 340px; overflow: hidden; border-top: 4px solid var(--ink); border-bottom: 4px solid var(--ink); }
.photo-break img { display: block; width: 100%; height: 340px; object-fit: cover; }

/* ============ REPORT PREVIEW ============ */
.report-preview { background: var(--steel); color: var(--white); padding-bottom: clamp(4rem, 8vw, 6rem); }
.report-preview .sec-head h2 { color: var(--white); max-width: 24ch; }
.report-preview .sec-head p { color: #B8C0C9; }

.report-doc {
  background: var(--white);
  color: var(--ink);
  border: 3px solid var(--ink);
  border-radius: var(--r);
  box-shadow: 8px 8px 0 rgba(0,0,0,0.3);
  overflow: hidden;
  max-width: 920px;
}
.report-header {
  background: var(--ink);
  color: var(--white);
  padding: 1.5rem 2rem;
  position: relative;
}
.report-badge {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.6875rem;
  background: var(--orange);
  color: var(--ink);
  padding: 0.25rem 0.65rem;
  border-radius: var(--r);
}
.report-header h3 {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.375rem;
}
.report-header p { color: #7D8792; font-size: 0.875rem; margin-top: 0.25rem; }

.report-section { padding: 1.75rem 2rem; border-bottom: 2px solid var(--concrete-deep); }
.report-section:last-of-type { border-bottom: none; }
.report-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.6875rem;
  color: var(--orange);
  margin-bottom: 0.375rem;
}
.report-section h4 {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.report-explain {
  font-size: 0.9375rem;
  color: var(--ink-muted);
  margin-bottom: 1.25rem;
  max-width: 72ch;
  line-height: 1.55;
}
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* Stats row */
.report-stats { display: flex; gap: 2rem; flex-wrap: wrap; }
.stat { flex: 1; min-width: 140px; }
.stat-num {
  display: block;
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900;
  font-size: 2rem;
  color: var(--ink);
  line-height: 1.1;
}
.stat-desc {
  display: block;
  font-size: 0.8125rem;
  color: var(--ink-muted);
  margin-top: 0.2rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.stat-explain {
  display: block;
  font-size: 0.775rem;
  color: #8C96A0;
  margin-top: 0.3rem;
  font-style: italic;
  line-height: 1.4;
}
.th-explain {
  display: block;
  font-weight: 500;
  font-size: 0.625rem;
  color: #8C96A0;
  letter-spacing: 0.02em;
  text-transform: none;
  margin-top: 0.15rem;
  font-style: italic;
}

/* Keyword table */
.report-table { width: 100%; border-collapse: collapse; font-size: 0.875rem; }
.report-table th {
  text-align: left;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.6875rem;
  color: var(--ink-muted);
  padding: 0.5rem 0.75rem;
  border-bottom: 2px solid var(--ink);
  background: var(--concrete);
}
.report-table td {
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid var(--concrete-deep);
  vertical-align: middle;
}
.report-table .row-highlight { background: rgba(242,106,27,0.06); }
.report-table .row-highlight td:first-child { border-left: 3px solid var(--orange); }
.tag-high, .tag-med {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.6875rem;
  padding: 0.2rem 0.5rem;
  border-radius: var(--r);
}
.tag-high { background: var(--orange); color: var(--white); }
.tag-med { background: var(--concrete-deep); color: var(--ink-muted); }

/* Bar chart */
.chart-bars { max-width: 100%; }
.bar-row { display: grid; grid-template-columns: 180px 1fr 60px; gap: 0.75rem; align-items: center; padding: 0.4rem 0; }
.bar-label { font-size: 0.8125rem; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bar-track { background: var(--concrete-deep); height: 24px; border-radius: var(--r); overflow: hidden; }
.bar-fill { height: 100%; background: var(--ink); border-radius: var(--r); }
.bar-fill-hot { background: var(--orange); }
.bar-val { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.875rem; text-align: right; }
.report-footnote { margin-top: 0.875rem; font-size: 0.8125rem; color: var(--ink-muted); }
.swatch-hot { display: inline-block; width: 12px; height: 12px; background: var(--orange); border-radius: 2px; vertical-align: -1px; margin-right: 0.25rem; }

/* Gap cards */
.gap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.875rem; }
.gap-card {
  background: var(--concrete);
  border: 2px solid var(--concrete-deep);
  border-radius: var(--r);
  padding: 1rem;
}
.gap-card h5 {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0.35rem;
}
.gap-card p { font-size: 0.85rem; color: var(--ink-muted); }

/* Action steps */
.report-action { background: rgba(242,106,27,0.04); }
.action-list { padding-left: 1.25rem; }
.action-list li { margin-bottom: 0.6rem; font-size: 0.9375rem; padding-left: 0.25rem; }
.action-list li::marker { color: var(--orange); font-weight: 700; }

.report-footer {
  background: var(--concrete);
  padding: 1.1rem 2rem;
  border-top: 2px solid var(--concrete-deep);
}
.report-footer p { font-size: 0.875rem; color: var(--ink-muted); }

/* ============ UPSELL STRIP ============ */
.upsell { background: var(--concrete); padding: clamp(2rem, 4vw, 3rem) 0; }
.upsell-strip {
  max-width: 820px;
  background: var(--steel-soft);
  border: 2px solid var(--steel-line);
  border-radius: var(--r);
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  color: var(--white);
}
.upsell-headline {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-bottom: 0.35rem;
  color: var(--white);
}
.upsell-strip p { font-size: 0.9375rem; color: #B8C0C9; }
.upsell-strip strong { color: var(--white); }
.upsell-strip .btn { white-space: nowrap; flex-shrink: 0; }

/* ============ PROCESS ============ */
.process { background: var(--concrete); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 960px; }
.step {
  background: var(--steel);
  color: var(--white);
  padding: 2rem 1.75rem;
  border-right: 3px solid var(--orange);
  position: relative;
}
.step:last-child { border-right: none; }
.step .num {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900;
  font-size: 4rem;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 0.75rem;
}
.step h3 {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: var(--white);
}
.step p { color: #B8C0C9; font-size: 0.975rem; }

@media (max-width: 560px) {
  .steps { grid-template-columns: 1fr; }
  .step { border-right: none; border-bottom: 3px solid var(--orange); }
  .step:last-child { border-bottom: none; }
}

/* ============ STACK SUMMARY ============ */
.stack-summary { background: var(--concrete-deep); border-top: 4px solid var(--ink); border-bottom: 4px solid var(--ink); }
.stack-list { max-width: 760px; margin-bottom: 2rem; }
.stack-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.875rem 0;
  border-bottom: 1px solid #C8CBC2;
  gap: 1rem;
}
.stack-row:first-child { border-top: 1px solid #C8CBC2; }
.stack-row .item { font-weight: 500; font-size: 1.0625rem; }
.stack-row .worth {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1rem;
  color: var(--ink-muted);
  white-space: nowrap;
}
.stack-total {
  max-width: 760px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.stack-total .item {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1rem;
  color: var(--ink-muted);
}
.stack-total .worth {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  color: var(--ink-muted);
}

/* ============ PRICING ============ */
.pricing { background: var(--steel); color: var(--white); }
.pricing .sec-head h2 { color: var(--white); }
.pricing .sec-head p { color: #B8C0C9; }
.pricing-tiers { max-width: 520px; }
.price-box-centered { max-width: 520px; }
.price-box {
  background: linear-gradient(170deg, #D3D7D3 0%, var(--plate) 55%, #BFC4BF 100%);
  color: var(--ink);
  border: 3px solid var(--ink);
  border-radius: 4px;
  padding: 2.5rem 2rem 2rem;
  position: relative;
  box-shadow: 6px 6px 0 rgba(0,0,0,0.3);
}
.price-box::before, .price-box::after,
.price-box .rivet-a, .price-box .rivet-b {
  content: "";
  position: absolute;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #F2F3F0, #8E948E 70%);
  box-shadow: inset 0 -1px 1px rgba(0,0,0,0.35);
}
.price-box::before { top: 10px; left: 10px; }
.price-box::after { top: 10px; right: 10px; }
.price-box .rivet-a { bottom: 10px; left: 10px; }
.price-box .rivet-b { bottom: 10px; right: 10px; }
.price-box .model {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8125rem;
  color: #4A524C;
  text-align: center;
  border-bottom: 1px solid var(--plate-line);
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}
.price-box .was {
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1rem;
  color: #4A524C;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  margin-bottom: 0.25rem;
}
.price-box .amount {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900;
  font-size: 5rem;
  line-height: 1;
  text-align: center;
}
.price-box .terms {
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.875rem;
  color: #4A524C;
  margin: 0.25rem 0 1.5rem;
}
.price-box .btn { width: 100%; text-align: center; padding: 1.1rem 1rem; }
.price-includes {
  list-style: none;
  border-top: 1px solid var(--plate-line);
  margin-bottom: 1.5rem;
  padding-top: 1rem;
}
.price-includes li {
  padding: 0.45rem 0 0.45rem 1.4rem;
  position: relative;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
}
.price-includes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 700;
}
.btn-outline {
  background: transparent;
  border: 3px solid var(--orange);
  color: var(--orange);
  box-shadow: none;
}
.btn-outline:hover { background: var(--orange); color: var(--white); }
.pricing-context {
  margin-top: 2rem;
  max-width: 620px;
  color: #B8C0C9;
  font-size: 0.975rem;
}
.pricing-context strong { color: var(--white); }

/* ============ FAQ ============ */
.faq { background: var(--concrete); }
.faq-list { max-width: 760px; }
.faq details { border-bottom: 2px solid var(--ink); }
.faq details:first-of-type { border-top: 2px solid var(--ink); }
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 1.25rem 0.25rem;
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  color: var(--orange);
  line-height: 1;
}
.faq details[open] summary::after { content: "\2013"; }
.faq summary:focus-visible { outline: 3px solid var(--orange); outline-offset: -3px; }
.faq details p { padding: 0 0.25rem 1.5rem; color: var(--ink-muted); max-width: 64ch; }

/* ============ FINAL CTA ============ */
.final { background: var(--orange); color: var(--ink); border-top: 6px solid var(--ink); }
.final .wrap { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; }
.final h2 { font-size: clamp(2.5rem, 6vw, 4rem); }
.final p { margin-top: 0.75rem; font-weight: 500; max-width: 48ch; }
.final .btn { background: var(--steel); color: var(--white); border-color: var(--steel); box-shadow: 4px 4px 0 rgba(0,0,0,0.3); }
.final .btn:hover { background: #000; transform: translateY(-2px); box-shadow: 6px 6px 0 rgba(0,0,0,0.3); }
.final .btn:focus-visible { outline-color: var(--steel); }

footer { background: var(--steel); color: #7D8792; padding: 2.25rem 0; font-size: 0.9375rem; }
footer .wrap { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; align-items: center; }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .sw-grid { grid-template-columns: 1fr 1fr; }
  .final .wrap { grid-template-columns: 1fr; }
  .gap-grid { grid-template-columns: 1fr; }
  .bar-row { grid-template-columns: 120px 1fr 50px; }
  .upsell-strip { flex-direction: column; align-items: stretch; }
  .upsell-strip .btn { text-align: center; }
  .problem-layout { grid-template-columns: 1fr; }
  .problem-img { max-height: 300px; }
  .report-doc { margin: 0 -1.25rem; border-left: none; border-right: none; border-radius: 0; box-shadow: none; }
}

@media (max-width: 560px) {
  body { font-size: 1rem; }
  .wrap { padding: 0 1rem; }
  section { padding: clamp(2.5rem, 6vw, 4rem) 0; }

  .hero { padding: 2.5rem 0 3rem; }
  .hero h1 { font-size: 2.5rem; }
  .hero .sub { font-size: 1rem; }
  .hero::after { display: none; }
  .hero-cta { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
  .hero-cta .aside { font-size: 0.8125rem; }
  .btn { padding: 0.9rem 1.75rem; font-size: 1rem; width: 100%; text-align: center; }

  .bar .kicker { display: none; }

  .sec-head h2 { font-size: 1.75rem; }
  .sec-head p { font-size: 1rem; }

  .problem-img { max-height: 220px; }
  .problem-copy .cost { font-size: 1.25rem; padding: 1rem 1.25rem; }

  .v-card { padding: 1.5rem 1.25rem; }
  .v-card .v-num { font-size: 2.5rem; top: 0.75rem; right: 1rem; }
  .v-card h3 { font-size: 1.25rem; }

  .sw-grid { grid-template-columns: 1fr; }
  .sw-card { text-align: left; }
  .sw-icon { display: inline; margin-right: 0.5rem; margin-bottom: 0; }

  .photo-break, .photo-break img { height: 200px; max-height: 200px; }

  .report-section { padding: 1.25rem 1rem; }
  .report-header { padding: 1rem; }
  .report-header h3 { font-size: 1.1rem; }
  .report-footer { padding: 1rem; }
  .report-stats { flex-direction: column; gap: 0.875rem; }
  .stat-num { font-size: 1.5rem; }
  .report-table { font-size: 0.75rem; min-width: 580px; }
  .report-table th, .report-table td { padding: 0.4rem 0.5rem; }
  .th-explain { display: none; }
  .bar-row { grid-template-columns: 90px 1fr 40px; gap: 0.5rem; }
  .bar-label { font-size: 0.7rem; }
  .bar-val { font-size: 0.75rem; }
  .gap-grid { grid-template-columns: 1fr; }
  .gap-card { padding: 0.875rem; }
  .action-list li { font-size: 0.875rem; }

  .steps { grid-template-columns: 1fr; }
  .step { border-right: none; border-bottom: 3px solid var(--orange); }
  .step:last-child { border-bottom: none; }
  .step .num { font-size: 3rem; }

  .stack-row { flex-direction: column; gap: 0.15rem; padding: 0.75rem 0; }
  .stack-row .worth { font-size: 0.875rem; }

  .price-box { padding: 2rem 1.25rem 1.5rem; }
  .price-box .amount { font-size: 3.5rem; }

  .faq summary { font-size: 1.1rem; padding: 1rem 0.25rem; }

  .final .wrap { grid-template-columns: 1fr; gap: 1.25rem; }
  .final h2 { font-size: 2rem; }

  .upsell-strip { padding: 1.25rem; }
  .upsell-headline { font-size: 1rem; }

  footer .wrap { flex-direction: column; text-align: center; gap: 0.5rem; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 2rem; }
  .sec-head h2 { font-size: 1.5rem; }
  .v-card h3 { font-size: 1.125rem; }
  .report-section h4 { font-size: 1.1rem; }
  .price-box .amount { font-size: 3rem; }
  .step .num { font-size: 2.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
