﻿/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   1-800-RESTORE - B2B LICENSING SITE
   Brand: Navy #0A1F44 | Red #C62828 | White #FFFFFF | Grey #6B7280
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:   #0A1F44;
  --navy2:  #0d2654;
  --red:    #C62828;
  --red2:   #a82020;
  --white:  #FFFFFF;
  --grey:   #6B7280;
  --lgrey:  #F4F6F9;
  --mgrey:  #E5E7EB;
  --dark:   #111827;
  --font-h: 'Montserrat', sans-serif;
  --font-b: 'Open Sans', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-b);
  color: var(--dark);
  background: var(--white);
  line-height: 1.6;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* â”€â”€ TOPBAR â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.topbar {
  background: var(--red);
  color: var(--white);
  text-align: center;
  padding: 10px 24px;
  font-family: var(--font-h);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.topbar-cta {
  color: var(--white);
  background: rgba(255,255,255,0.2);
  padding: 4px 14px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 12px;
  white-space: nowrap;
  transition: background 0.2s;
}
.topbar-cta:hover { background: rgba(255,255,255,0.35); }

/* â”€â”€ NAVBAR â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--navy);
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 70px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-img { height: 44px; width: auto; }
.nav-brand-label {
  color: var(--grey);
  font-family: var(--font-h);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-left: 1px solid rgba(255,255,255,0.15);
  padding-left: 12px;
}
.nav-links {
  display: flex;
  list-style: none;
  gap: 28px;
  margin-left: auto;
}
.nav-links a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-family: var(--font-h);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--white); }
.nav-apply { margin-left: 16px; flex-shrink: 0; }
.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--white);
  font-size: 22px;
  cursor: pointer;
  margin-left: auto;
}
.nav-mobile {
  display: none;
  flex-direction: column;
  background: var(--navy2);
  padding: 16px 24px 20px;
  gap: 12px;
}
.nav-mobile a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-family: var(--font-h);
  font-size: 14px;
  font-weight: 600;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-mobile.open { display: flex; }

/* â”€â”€ BUTTONS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btn {
  display: inline-block;
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 12px 28px;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s;
  text-align: center;
}
.btn-red { background: var(--red); color: var(--white); border-color: var(--red); }
.btn-red:hover { background: var(--red2); border-color: var(--red2); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(198,40,40,0.4); }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.5); }
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.1); }
.btn-lg { padding: 16px 36px; font-size: 15px; }
.btn-full { width: 100%; }

/* â”€â”€ SECTION LABELS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.section-label {
  font-family: var(--font-h);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section-label.light { color: rgba(255,255,255,0.6); }
.section-title {
  font-family: var(--font-h);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 16px;
}
.section-title.light { color: var(--white); }
.section-sub {
  font-size: 17px;
  color: var(--grey);
  max-width: 680px;
  margin-bottom: 48px;
  line-height: 1.7;
}
.section-sub.light { color: rgba(255,255,255,0.75); }

/* â”€â”€ HERO â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background: url('../images/team-arrival.jpg') center center / cover no-repeat;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(10,31,68,0.85) 0%, rgba(10,31,68,0.6) 45%, rgba(10,31,68,0.2) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 80px 24px;
}
.hero-badge {
  display: inline-block;
  background: rgba(198,40,40,0.15);
  border: 1px solid rgba(198,40,40,0.4);
  color: #ff8a80;
  font-family: var(--font-h);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 24px;
}
.hero-title {
  font-family: var(--font-h);
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 24px;
}
.hero-sub {
  font-size: 18px;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 600px;
}
.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.hero-proof {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  overflow: hidden;
}
.proof-item {
  flex: 1;
  min-width: 120px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.proof-num {
  font-family: var(--font-h);
  font-size: 28px;
  font-weight: 800;
  color: var(--white);
}
.proof-label {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
}
.proof-divider {
  width: 1px;
  background: rgba(255,255,255,0.12);
  align-self: stretch;
}

/* â”€â”€ PROBLEM â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.problem-section {
  padding: 80px 0;
  background: var(--lgrey);
}
.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.problem-left h2 {
  font-family: var(--font-h);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 20px;
}
.problem-left p {
  color: var(--grey);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}
.problem-stat-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--white);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 16px;
  border-left: 4px solid var(--red);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.psc-icon { font-size: 24px; flex-shrink: 0; }
.psc-text { font-size: 14px; color: var(--dark); line-height: 1.6; }
.psc-text strong { color: var(--navy); }

/* â”€â”€ WHY â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.why-section {
  padding: 96px 0;
  background: var(--white);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.why-card {
  background: var(--lgrey);
  border-radius: 10px;
  padding: 32px 28px;
  border-top: 4px solid var(--navy);
  transition: transform 0.2s, box-shadow 0.2s;
}
.why-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(10,31,68,0.1); }
.why-icon { font-size: 32px; margin-bottom: 16px; }
.why-card h3 {
  font-family: var(--font-h);
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}
.why-card p { font-size: 14px; color: var(--grey); line-height: 1.7; }

/* â”€â”€ HOW IT WORKS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.how-section {
  padding: 96px 0;
  background: var(--navy);
}
.how-section .section-label { color: rgba(255,255,255,0.5); }
.how-section .section-title { color: var(--white); }
.how-section .section-sub { color: rgba(255,255,255,0.65); }
.steps-grid {
  display: flex;
  align-items: flex-start;
  gap: 0;
  flex-wrap: wrap;
}
.step {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.step-num {
  font-family: var(--font-h);
  font-size: 48px;
  font-weight: 900;
  color: var(--red);
  line-height: 1;
}
.step-body h3 {
  font-family: var(--font-h);
  font-size: 17px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.step-body p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.7; }
.step-connector {
  width: 48px;
  height: 2px;
  background: rgba(255,255,255,0.15);
  align-self: 30px;
  margin-top: 24px;
  flex-shrink: 0;
}

/* â”€â”€ WHAT YOU GET â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.what-section {
  padding: 96px 0;
  background: var(--lgrey);
}
.what-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.what-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.what-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.check {
  width: 28px;
  height: 28px;
  background: var(--navy);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
.what-list li strong {
  font-family: var(--font-h);
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  display: block;
  margin-bottom: 4px;
}
.what-list li p { font-size: 13px; color: var(--grey); line-height: 1.6; }

/* Compare table */
.compare-table {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(10,31,68,0.12);
}
.compare-header, .compare-row {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
}
.compare-header {
  background: var(--navy);
  padding: 16px 20px;
}
.compare-header .compare-col {
  font-family: var(--font-h);
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.compare-header .highlight-col { color: var(--white); }
.compare-row {
  padding: 14px 20px;
  border-bottom: 1px solid var(--mgrey);
}
.compare-row:last-child { border-bottom: none; }
.compare-row:nth-child(even) { background: var(--lgrey); }
.compare-col { display: flex; align-items: center; justify-content: center; font-size: 13px; }
.compare-col.label { justify-content: flex-start; font-weight: 600; color: var(--dark); font-size: 13px; }
.highlight-col { background: rgba(10,31,68,0.04); }
.yes { color: #1B5E20; font-weight: 700; }
.no { color: #1B5E20; font-weight: 700; }
.bad { color: var(--red); font-size: 12px; text-align: center; }

/* â”€â”€ TERRITORY â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.territory-section {
  position: relative;
  padding: 96px 0;
  background: url('../images/territory-map-bg.jpg') center center / cover no-repeat;
}
.territory-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10,31,68,0.88);
}
.territory-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.territory-urgency {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(198,40,40,0.15);
  border: 1px solid rgba(198,40,40,0.3);
  color: #ff8a80;
  font-family: var(--font-h);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 20px;
  margin-bottom: 36px;
}
.urgency-dot {
  width: 8px;
  height: 8px;
  background: var(--red);
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}
.territory-checker {
  max-width: 600px;
  margin: 0 auto;
}
.checker-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.checker-input {
  flex: 1;
  min-width: 200px;
  padding: 16px 20px;
  border: 2px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.1);
  color: var(--white);
  border-radius: 4px;
  font-size: 15px;
  font-family: var(--font-b);
  outline: none;
  transition: border-color 0.2s;
}
.checker-input::placeholder { color: rgba(255,255,255,0.4); }
.checker-input:focus { border-color: rgba(255,255,255,0.5); }
.checker-note {
  color: rgba(255,255,255,0.45);
  font-size: 12px;
  margin-top: 12px;
}

/* â”€â”€ PROOF / STATS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.proof-section {
  padding: 96px 0;
  background: var(--white);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.stat-card {
  background: var(--lgrey);
  border-radius: 10px;
  padding: 36px 24px;
  border-top: 4px solid var(--red);
  text-align: center;
}
.stat-num {
  font-family: var(--font-h);
  font-size: 40px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 12px;
}
.stat-label {
  font-size: 13px;
  color: var(--grey);
  line-height: 1.6;
}

/* â”€â”€ FAQ â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.faq-section {
  padding: 96px 0;
  background: var(--lgrey);
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.faq-item {
  background: var(--white);
  border-radius: 8px;
  padding: 24px;
  cursor: pointer;
  border: 1px solid var(--mgrey);
  transition: box-shadow 0.2s;
}
.faq-item:hover { box-shadow: 0 4px 20px rgba(10,31,68,0.08); }
.faq-q {
  font-family: var(--font-h);
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.faq-arrow {
  color: var(--red);
  font-size: 12px;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a {
  display: none;
  font-size: 14px;
  color: var(--grey);
  line-height: 1.7;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--mgrey);
}
.faq-item.open .faq-a { display: block; }

/* â”€â”€ APPLY â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.apply-section {
  padding: 96px 0;
  background: var(--navy);
}
.apply-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: start;
}
.apply-title {
  font-family: var(--font-h);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 20px;
}
.apply-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  margin-bottom: 32px;
}
.apply-promises {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.apply-promises li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,0.8);
  font-size: 15px;
  font-weight: 500;
}
.check-w {
  width: 24px;
  height: 24px;
  background: var(--red);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.apply-form {
  background: var(--white);
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.form-group label {
  font-family: var(--font-h);
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 16px;
  border: 2px solid var(--mgrey);
  border-radius: 4px;
  font-size: 14px;
  font-family: var(--font-b);
  color: var(--dark);
  outline: none;
  transition: border-color 0.2s;
  background: var(--white);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--navy); }
.form-group textarea { resize: vertical; }
.form-disclaimer {
  font-size: 11px;
  color: var(--grey);
  margin-top: 12px;
  line-height: 1.6;
  text-align: center;
}
.form-success {
  background: var(--white);
  border-radius: 12px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.success-icon {
  width: 64px;
  height: 64px;
  background: #1B5E20;
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 20px;
}
.form-success h3 {
  font-family: var(--font-h);
  font-size: 24px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
}
.form-success p { color: var(--grey); font-size: 15px; line-height: 1.7; }

/* â”€â”€ FOOTER â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.footer {
  background: #060f22;
  padding: 64px 0 0;
}
.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-logo { height: 48px; width: auto; margin-bottom: 12px; }
.footer-tagline {
  font-family: var(--font-h);
  font-size: 13px;
  font-weight: 600;
  color: var(--red);
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}
.footer-desc { font-size: 13px; color: rgba(255,255,255,0.4); line-height: 1.7; }
.footer-links h4, .footer-contact h4 {
  font-family: var(--font-h);
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-links ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--white); }
.footer-contact p { font-size: 13px; color: rgba(255,255,255,0.45); margin-bottom: 8px; line-height: 1.6; }
.footer-email {
  display: block;
  color: var(--white);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  transition: color 0.2s;
}
.footer-email:hover { color: var(--red); }
.footer-consumer { font-size: 12px; color: rgba(255,255,255,0.35); margin-bottom: 6px; }
.footer-consumer-link {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: color 0.2s;
}
.footer-consumer-link:hover { color: var(--white); }
.footer-bottom {
  padding: 20px 0;
  background: rgba(0,0,0,0.2);
}
.footer-bottom p {
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  text-align: center;
  line-height: 1.6;
}
.footer-bottom strong { color: rgba(255,255,255,0.5); }

/* â”€â”€ RESPONSIVE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 1024px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .nav-links, .nav-apply { display: none; }
  .nav-toggle { display: block; }
  .hero-content { padding: 60px 24px; }
  .hero-proof { flex-direction: column; }
  .proof-divider { width: 100%; height: 1px; }
  .problem-grid { grid-template-columns: 1fr; gap: 40px; }
  .why-grid { grid-template-columns: 1fr; }
  .steps-grid { flex-direction: column; }
  .step-connector { width: 2px; height: 32px; margin: 0 0 0 24px; }
  .what-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .apply-grid { grid-template-columns: 1fr; }
  .apply-form { padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .checker-form { flex-direction: column; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .stats-grid { grid-template-columns: 1fr; }
  .topbar { font-size: 11px; }
}

.problem-photo {
  display: block;
  width: 100%;
  border-radius: 12px;
  margin-top: 28px;
  box-shadow: 0 12px 32px rgba(10, 31, 68, 0.18);
}

/* -- THE SCIENCE OF THE NUMBER ------------------------------- */
.recall-section {
  background: linear-gradient(160deg, #0A1F44 0%, #0d2654 100%);
  padding: 96px 0;
}
.recall-compare { max-width: 760px; margin-bottom: 48px; }
.recall-row { margin-bottom: 26px; }
.recall-label { color: rgba(255,255,255,0.85); font-size: 15px; margin-bottom: 10px; }
.recall-track { background: rgba(255,255,255,0.08); border-radius: 6px; overflow: hidden; height: 44px; }
.recall-bar {
  height: 100%; width: 0; min-width: 64px;
  display: flex; align-items: center; justify-content: flex-end;
  padding-right: 14px; border-radius: 6px;
  font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 18px; color: #fff;
  transition: width 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.recall-bar-red { background: linear-gradient(90deg, #C62828, #e05353); }
.recall-bar-grey { background: rgba(255,255,255,0.22); }
.recall-tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-bottom: 56px; }
.recall-tile {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px; padding: 28px 24px;
}
.recall-tile-num { font-family: 'Montserrat', sans-serif; font-size: 40px; font-weight: 900; color: #fff; margin-bottom: 8px; }
.recall-tile-num .recall-num { color: #ff6b60; }
.recall-tile-label { color: rgba(255,255,255,0.7); font-size: 14px; line-height: 1.6; }
.route-strip {
  display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px; padding: 28px 24px; margin-bottom: 18px;
}
.route-step { display: flex; align-items: center; gap: 12px; opacity: 0.25; transition: opacity 0.6s; }
.recall-section.in-view .route-step:nth-child(1) { opacity: 1; transition-delay: 0.2s; }
.recall-section.in-view .route-step:nth-child(3) { opacity: 1; transition-delay: 0.9s; }
.recall-section.in-view .route-step:nth-child(5) { opacity: 1; transition-delay: 1.6s; }
.route-icon { font-size: 30px; }
.route-text { color: rgba(255,255,255,0.85); font-size: 14px; line-height: 1.5; }
.route-text strong { color: #fff; }
.route-arrow { color: #ff6b60; font-size: 26px; font-weight: 700; }
.recall-sources { color: rgba(255,255,255,0.35); font-size: 12px; }
