body { font-family: var(--fb); background: var(--white); color: var(--body); font-size: 18px; line-height: 1.65; -webkit-font-smoothing: antialiased; }

/* ── HERO ── */
.hero-viewport {
  height: calc(100vh - 68px); margin-top: 68px;
  display: flex; flex-direction: column; overflow: hidden;
}
.hero {
  position: relative; flex: 1 1 auto; min-height: 0;
  display: flex; align-items: center;
  background-color: var(--navy); overflow: hidden;
}
.hero-overlay { display: none; }
.hero-video-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-video {
  position: absolute; top: 50%; left: 50%;
  min-width: 100%; min-height: 100%; width: auto; height: auto;
  transform: translate(-50%, -50%); object-fit: cover;
}
.hero-video-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(17,25,41,0.74) 0%, rgba(17,25,41,0.62) 45%, rgba(17,25,41,0.44) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 1140px; margin: 0 auto;
  padding: 46px 48px 36px; width: 100%;
}
.hero-google-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(10,14,28,0.55); border: 1px solid rgba(255,255,255,0.22);
  border-radius: 100px; padding: 7px 18px; margin-bottom: 20px;
  font-size: 13px; color: rgba(255,255,255,0.85);
  backdrop-filter: blur(2px);
}
.hgb-g { font-weight: 700; color: #4285F4; font-size: 16px; font-style: italic; }
.hgb-stars { color: #FBBC04; letter-spacing: 2px; }
.hero-badge { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.hero-eyebrow-line { width: 40px; height: 2px; background: var(--red); flex-shrink: 0; }
.hero-badge-text {
  font-family: var(--fh); font-size: 13px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.75);
  text-shadow: 0 1px 6px rgba(0,0,0,0.55);
}
.hero-h1 {
  font-family: var(--fh); font-size: clamp(44px, 6.4vw, 84px);
  font-weight: 700; line-height: 0.95; letter-spacing: 0.01em; color: #fff;
  max-width: 720px; margin-bottom: 22px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.55);
}
.hero-h1 em { font-style: normal; color: var(--red); display: block; margin-top: 4px; }
.hero-sub {
  font-size: clamp(16px, 1.6vw, 19px); color: rgba(255,255,255,0.9);
  line-height: 1.7; max-width: 760px; margin-bottom: 16px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}
.hero-sub strong { color: #fff; font-weight: 600; }
.hero-lead-line {
  font-family: var(--fh); font-size: clamp(17px, 1.9vw, 22px); font-weight: 700;
  color: #fff; letter-spacing: 0.01em; max-width: 640px; margin-bottom: 10px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}
.hero-highlights { display: flex; flex-wrap: wrap; align-items: center; margin: 2px 0 22px; }
.hh-item {
  font-family: var(--fh); font-size: 15px; font-weight: 700;
  letter-spacing: 0.05em; text-transform: uppercase; color: #fff;
  text-shadow: 0 1px 6px rgba(0,0,0,0.55);
  padding: 0 18px; position: relative; line-height: 1;
}
.hh-item:first-child { padding-left: 0; }
.hh-item:not(:last-child)::after {
  content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 1px; height: 16px; background: var(--red);
}
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 16px; }
.btn-red {
  background: var(--red); color: #fff; font-family: var(--fh);
  font-size: 17px; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase;
  padding: 15px 38px; border-radius: 3px; border: none;
  cursor: pointer; text-decoration: none; display: inline-block;
  transition: background .2s, transform .15s;
}
.btn-red:hover { background: var(--red-h); transform: translateY(-1px); }
.btn-white {
  background: #fff; color: var(--navy); font-family: var(--fh);
  font-size: 17px; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase;
  padding: 15px 38px; border-radius: 3px; border: none;
  cursor: pointer; text-decoration: none; display: inline-block;
  transition: background .2s, transform .15s;
}
.btn-white:hover { background: #f0f0f0; transform: translateY(-1px); }
.btn-call {
  background: transparent; color: rgba(255,255,255,0.65);
  font-family: var(--fh); font-size: 16px; font-weight: 500;
  letter-spacing: 0.04em; text-transform: uppercase;
  padding: 15px 24px; border-radius: 3px;
  border: 1px solid rgba(255,255,255,0.2);
  cursor: pointer; text-decoration: none; display: inline-block;
  transition: border-color .2s, color .2s;
}
.btn-call:hover { border-color: rgba(255,255,255,0.55); color: rgba(255,255,255,0.9); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 10px; }
.trust-item { display: flex; align-items: center; gap: 7px; font-size: 13px; color: rgba(255,255,255,0.8); text-shadow: 0 1px 5px rgba(0,0,0,0.5); }
.trust-check { color: #5CB85C; font-size: 15px; flex-shrink: 0; }
.hero-stats {
  display: flex; flex-wrap: wrap; gap: 32px;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 36px; margin-top: 40px;
}
.hstat { display: flex; flex-direction: column; }
.hstat-n { font-family: var(--fh); font-size: 34px; font-weight: 700; color: #fff; line-height: 1; }
.hstat-n span { color: var(--red); }
.hstat-l { font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.42); margin-top: 4px; }

/* ── MARQUEE ── */
.marquee-section { background: #111928; border-bottom: 1px solid rgba(255,255,255,0.07); overflow: hidden; flex: 0 0 auto; }
.marquee-wrap {
  display: flex; overflow: hidden; padding: 16px 0;
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
.marquee-track {
  display: flex; flex-shrink: 0; gap: 0;
  animation: marquee-scroll 60s linear infinite; will-change: transform;
}
.marquee-track:hover { animation-play-state: paused; }
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.mq-item {
  display: flex; align-items: center; gap: 20px;
  padding: 0 44px; border-right: 1px solid rgba(255,255,255,0.08); flex-shrink: 0;
}
.mq-stars { color: #C9A227; font-size: 11px; letter-spacing: 2px; flex-shrink: 0; }
.mq-quote { font-style: italic; font-size: 14px; color: rgba(255,255,255,0.65); white-space: nowrap; }
.mq-sep { color: rgba(255,255,255,0.2); flex-shrink: 0; font-size: 12px; }
.mq-attr {
  font-family: var(--fh); font-size: 11px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.1em; color: rgba(184,35,42,0.9); white-space: nowrap; flex-shrink: 0;
}

/* ── SHARED ── */
.sec { padding: var(--section-space) 48px; }
.sec-inner { max-width: 1140px; margin: 0 auto; }
.sec-label { font-family: var(--fh); font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); margin-bottom: 12px; }
.sec-rule { width: 54px; height: 3px; background: var(--red); margin: 14px 0 30px; }

/* Home-time guarantee callout */
.home-guarantee { background: var(--navy); }
.home-guarantee .sec-label { color: rgba(255,255,255,0.55); }
.home-guarantee .sec-h2 { color: #fff; }
.hg-wrap { display: flex; align-items: center; justify-content: space-between; gap: 56px; flex-wrap: wrap; }
.hg-copy { max-width: 600px; }
.hg-desc { font-size: 18px; line-height: 1.65; color: rgba(255,255,255,0.75); margin-top: 18px; }
.hg-desc strong { color: #fff; }
.hg-stat { text-align: center; flex-shrink: 0; }
.hg-amount { font-family: var(--fh); font-size: clamp(64px, 8vw, 104px); font-weight: 700; color: var(--red); line-height: 1; }
.hg-label { font-family: var(--fh); font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-top: 10px; }
@media (max-width: 800px) { .hg-wrap { flex-direction: column; text-align: center; } .hg-copy { max-width: 100%; } }
.sec-h2 { font-family: var(--fh); font-size: clamp(26px, 3.2vw, 44px); font-weight: 700; line-height: 1.12; color: var(--navy); scroll-margin-top: 130px; }
.sec-h2 em { font-style: normal; color: var(--red); }

/* ── PAIN ── */
.pain { background: var(--white); }
.pain-body { max-width: 720px; font-size: 18px; line-height: 1.8; color: var(--body); }
.pain-body p + p { margin-top: 20px; }
.pain-body strong { color: var(--navy); font-weight: 600; }
.pain-inline-quote {
  margin-top: 36px; padding: 24px 28px;
  border-left: 4px solid var(--red); background: var(--light); max-width: 680px;
}
.piq-text { font-style: italic; font-size: 17px; color: var(--navy); line-height: 1.65; margin-bottom: 10px; }
.piq-attr { font-family: var(--fh); font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; color: var(--steel); }
.piq-attr span { color: var(--red); }

/* ── PROOF ── */
.proof { background: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; margin-bottom: 44px; }
.proof-card {
  background: var(--white); padding: 34px 30px;
  border-top: 3px solid var(--red); box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  display: flex; flex-direction: column;
}
.pstars { color: #C9A227; font-size: 15px; letter-spacing: 3px; margin-bottom: 14px; }
.pquote { font-size: 16px; color: var(--body); line-height: 1.75; font-style: italic; margin-bottom: 12px; flex: 1; }
.pquote strong { color: var(--navy); font-style: normal; font-weight: 600; }
.proof-driver-row { display: flex; align-items: center; gap: 14px; margin-top: auto; padding-top: 18px; }
.proof-headshot {
  width: 50px; height: 50px; border-radius: 50%; object-fit: cover;
  border: 2px solid var(--red); flex-shrink: 0; background: var(--light);
}
.proof-driver-name { font-family: var(--fh); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--navy); }
.proof-driver-meta { font-size: 12px; color: var(--steel); margin-top: 2px; }
.proof-legacy {
  background: var(--navy); padding: 48px;
  display: flex; flex-wrap: wrap; gap: 36px;
  align-items: center; justify-content: space-between;
}
.pl-text { max-width: 540px; }
.pl-h3 { font-family: var(--fh); font-size: 24px; font-weight: 700; text-transform: uppercase; color: #fff; margin-bottom: 10px; }
.pl-body { font-size: 16px; color: rgba(255,255,255,0.58); line-height: 1.72; }
.pl-stat { text-align: center; }
.pl-num { font-family: var(--fh); font-size: 62px; font-weight: 700; color: #fff; line-height: 1; }
.pl-num span { color: var(--red); }
.pl-desc { font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em; color: rgba(255,255,255,0.38); margin-top: 6px; }

/* ── INLINE PULL QUOTE ── */
.pull-quote-wrap { margin: 36px 0 0; padding: 28px 32px; background: var(--white); border-left: 4px solid var(--red); box-shadow: 0 2px 12px rgba(0,0,0,0.05); }
.pull-quote-text { font-size: clamp(16px, 1.8vw, 20px); font-style: italic; color: var(--navy); line-height: 1.65; margin-bottom: 12px; }
.pull-quote-attr { font-family: var(--fh); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--steel); }
.pull-quote-attr span { color: var(--red); }

/* ── BENEFITS ── */
.solution { background: var(--light); }
.sol-intro { max-width: 640px; margin-bottom: 36px; }
.sol-intro p { font-size: 18px; color: var(--body); line-height: 1.75; margin-top: 18px; }
.benefits-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3px; background: var(--rule); border: 1px solid var(--rule);
  margin-top: 40px;
}
.bc { background: var(--white); padding: 48px 42px; transition: background .2s; }
.bc:hover { background: #f8f9fc; }
.bc-icon { width: 46px; height: 46px; margin-bottom: 18px; color: var(--red); }
.bc-title {
  font-family: var(--fh); font-size: 21px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.02em;
  color: var(--navy); margin-bottom: 12px; line-height: 1.15;
}
.bc-desc { font-size: 15px; color: var(--body); line-height: 1.72; }
.bc-desc strong { color: var(--navy); font-weight: 600; }

/* ── PAY BAND ── */
.pay-band { background: var(--navy); padding: 68px 48px; text-align: center; }
.pb-label { font-family: var(--fh); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 14px; }
.pb-num { font-family: var(--fh); font-size: clamp(60px, 10vw, 116px); font-weight: 700; color: #fff; line-height: 1; }
.pb-num sup { font-size: 0.36em; vertical-align: super; color: var(--red); }
.pb-unit { font-family: var(--fh); font-size: clamp(17px, 2.4vw, 24px); font-weight: 600; color: #fff; text-transform: uppercase; letter-spacing: 0.08em; margin-top: 10px; }
.pb-merit { display: inline-block; margin-top: 22px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.13); border-radius: 3px; padding: 9px 26px; font-size: 15px; color: rgba(255,255,255,0.75); }
.pb-merit strong { color: #fff; }
.pb-annual { margin-top: 20px; font-family: var(--fh); font-size: clamp(18px, 2.2vw, 26px); font-weight: 600; color: rgba(255,255,255,0.9); letter-spacing: 0.04em; }
.pb-annual span { color: var(--red); }
.pb-annual-note { margin-top: 8px; font-size: 14px; color: rgba(255,255,255,0.35); }

/* ── GUARANTEE ── */
.guarantee { background: var(--white); border-top: 3px solid var(--red); padding: var(--section-space) 48px; }
.guarantee-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.guarantee-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(184,35,42,0.07); border: 1px solid rgba(184,35,42,0.25);
  border-radius: 4px; padding: 9px 22px; margin-bottom: 20px;
  font-family: var(--fh); font-size: 12px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--red);
}
.guarantee-h2 { font-family: var(--fh); font-size: clamp(24px, 3.2vw, 42px); font-weight: 700; text-transform: uppercase; color: var(--navy); line-height: 1.1; margin-bottom: 14px; }
.guarantee-h2 em { font-style: normal; color: var(--red); }
.guarantee-amount { font-family: var(--fh); font-size: clamp(80px, 12vw, 130px); font-weight: 700; color: var(--navy); line-height: 1; margin: 20px 0 0; }
.guarantee-amount span { color: var(--red); }
.guarantee-unit { font-family: var(--fh); font-size: clamp(13px, 1.6vw, 18px); text-transform: uppercase; letter-spacing: 0.14em; color: var(--steel); margin-top: 6px; margin-bottom: 28px; }
.guarantee-body { font-size: 17px; color: var(--body); line-height: 1.8; max-width: 600px; margin: 0 auto; }
.guarantee-body strong { color: var(--navy); font-weight: 600; }
.guarantee-footnote { margin-top: 18px; font-size: 13px; color: var(--steel); font-style: italic; max-width: 520px; margin-left: auto; margin-right: auto; }

/* ── EQUIPMENT ── */
.equipment { background: var(--light); }
.eq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.eq-h2 { font-family: var(--fh); font-size: clamp(24px, 2.8vw, 40px); font-weight: 700; line-height: 1.1; text-transform: uppercase; color: var(--navy); margin-bottom: 22px; }
.eq-body { font-size: 17px; color: var(--body); line-height: 1.75; }
.eq-body p + p { margin-top: 15px; }
.eq-list { margin-top: 28px; display: flex; flex-direction: column; gap: 11px; }
.eq-item { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; color: var(--body); line-height: 1.5; }
.eq-bar { flex-shrink: 0; width: 3px; height: 19px; background: var(--red); margin-top: 3px; }
.eq-item strong { color: var(--navy); font-weight: 600; }
.eq-visual {
  background: var(--navy); border-left: 4px solid var(--red);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 56px 36px; text-align: center; gap: 8px;
}
.eq-big { font-family: var(--fh); font-size: 88px; font-weight: 700; color: #fff; line-height: 1; }
.eq-big span { color: var(--red); }
.eq-lbl { font-family: var(--fh); font-size: 16px; font-weight: 400; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.1em; max-width: 170px; line-height: 1.4; }

/* ── FAQ ── */
.faq { background: var(--light); }
.faq-inner { max-width: 800px; }
.faq-item { border-top: 1px solid var(--rule); }
.faq-item:last-child { border-bottom: 1px solid var(--rule); }
.faq-q {
  font-family: var(--fh); font-size: 18px; font-weight: 600;
  text-transform: uppercase; color: var(--navy);
  letter-spacing: 0.02em; display: flex; gap: 10px;
  align-items: center; justify-content: space-between;
  padding: 24px 0; cursor: pointer; user-select: none;
  transition: color .2s;
}
.faq-q:hover { color: var(--red); }
.fq-left { display: flex; align-items: center; gap: 10px; }
.fq-dash { color: var(--red); flex-shrink: 0; }
.faq-toggle {
  font-family: var(--fb); font-size: 26px; font-weight: 300; color: var(--red);
  flex-shrink: 0; line-height: 1; transition: transform 0.3s ease;
}
.faq-item.faq-open .faq-toggle { transform: rotate(45deg); }
.faq-a {
  font-size: 16px; color: var(--body); line-height: 1.78;
  padding-left: 18px; max-height: 0; overflow: hidden;
  transition: max-height 0.35s ease, padding-bottom 0.35s ease;
}
.faq-item.faq-open .faq-a { max-height: 500px; padding-bottom: 24px; }
.faq-a strong { color: var(--navy); font-weight: 600; }

/* ── PROOF WALL ── */
.proof-wall { background: var(--white); }
.drv-team-section { background: var(--light); padding: var(--section-space) 48px; }
.drv-team-inner { max-width: 1140px; margin: 0 auto; text-align: center; }
.drv-team-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 40px; }
.drv-team-card { background: var(--white); border: 1px solid var(--rule); border-radius: 4px; padding: 28px 20px; }
.drv-team-photo { width: 160px; height: 160px; margin: 0 auto 16px; border-radius: 50%; background: var(--gray-100, #eee); display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; }
.drv-team-photo img { width: 100%; height: 100%; object-fit: cover; }
.drv-team-name { font-family: var(--fh); font-size: 20px; color: var(--navy); }
.drv-team-role { font-size: 13px; color: var(--body); margin-top: 4px; }
.drv-team-group-photo { width: 100%; aspect-ratio: 21/9; margin-top: 24px; border-radius: 4px; background: var(--gray-100, #eee); display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; border: 1px solid var(--rule); }
.drv-team-group-photo img { width: 100%; height: 100%; object-fit: cover; }
.drv-team-group-caption { font-size: 13px; color: var(--body); margin-top: 12px; }
@media (max-width: 700px) {
  .drv-team-row { grid-template-columns: repeat(2, 1fr); }
  .drv-team-photo { width: 120px; height: 120px; }
  .drv-team-card { padding: 22px 14px; }
}
.pw-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; background: var(--rule); margin-top: 48px;
}
.pw-card {
  background: var(--white); padding: 30px 26px;
  border-top: 3px solid var(--red); box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  display: flex; flex-direction: column; transition: background .2s;
}
.pw-card:hover { background: #f8f9fc; }
.pw-stars { color: #C9A227; font-size: 12px; letter-spacing: 2px; margin-bottom: 12px; }
.pw-quote { font-size: 15px; color: var(--body); line-height: 1.72; font-style: italic; margin-bottom: 20px; flex: 1; }
.pw-driver-row { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.pw-headshot {
  width: 40px; height: 40px; border-radius: 50%; object-fit: cover;
  border: 2px solid var(--red); flex-shrink: 0; background: var(--light);
}
.pw-name { font-family: var(--fh); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--navy); }
.pw-meta { font-size: 11px; color: var(--steel); margin-top: 2px; }

/* ── CLOSING QUOTE ── */
.closing-quote-section { background: var(--white); padding: var(--section-space) 48px; border-top: 1px solid var(--rule); }
.closing-quote-inner { max-width: 820px; margin: 0 auto; text-align: center; }
.cqs-mark { font-family: Georgia, serif; font-size: 100px; color: var(--red); line-height: 0.6; display: block; margin-bottom: 20px; opacity: 0.3; user-select: none; }
.cqs-text { font-size: clamp(19px, 2.2vw, 26px); font-style: italic; color: var(--navy); line-height: 1.65; margin-bottom: 28px; }
.cqs-driver-row { display: flex; align-items: center; gap: 16px; justify-content: center; }
.cqs-headshot { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; border: 2px solid var(--red); flex-shrink: 0; background: rgba(255,255,255,0.1); }
.cqs-name { font-family: var(--fh); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--navy); text-align: left; }
.cqs-tenure { font-size: 13px; color: var(--steel); margin-top: 2px; text-align: left; }
.cqs-tenure strong { color: var(--red); font-weight: 600; }

/* ── CTA SECTION ── */
.cta-section { background: var(--navy); padding: var(--section-space-large) 48px; position: relative; }
.cta-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--red); }
.cta-inner { max-width: 1140px; margin: 0 auto; }
.cta-heading { text-align: center; margin-bottom: 64px; }
.cta-h2 { font-family: var(--fh); font-size: clamp(30px, 4vw, 52px); font-weight: 700; text-transform: uppercase; color: #fff; line-height: 1.06; margin-bottom: 16px; }
.cta-h2 em { font-style: normal; color: var(--red); }
.cta-subhead { font-size: 18px; color: rgba(255,255,255,0.55); line-height: 1.7; max-width: 560px; margin: 0 auto; }
.cta-subhead strong { color: rgba(255,255,255,0.85); }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: rgba(255,255,255,0.08); }
.cta-panel { background: rgba(255,255,255,0.05); padding: 52px 48px; }
.cta-panel-label { font-family: var(--fh); font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.cta-panel-h3 { font-family: var(--fh); font-size: clamp(20px, 2.2vw, 28px); font-weight: 700; text-transform: uppercase; color: #fff; line-height: 1.12; margin-bottom: 14px; }
.cta-panel-body { font-size: 15px; color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 28px; }
.cta-panel-body strong { color: rgba(255,255,255,0.82); }
.btn-cta-main {
  display: block; width: 100%; background: var(--red); color: #fff;
  font-family: var(--fh); font-size: 18px; font-weight: 700;
  letter-spacing: 0.07em; text-transform: uppercase;
  padding: 18px 24px; border: none; border-radius: 3px;
  cursor: pointer; text-decoration: none; text-align: center;
  transition: background .2s, transform .15s;
}
.btn-cta-main:hover { background: var(--red-h); transform: translateY(-1px); }
.cta-panel-trust { margin-top: 18px; display: flex; flex-direction: column; gap: 7px; }
.cta-trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.38); }
.cta-trust-check { color: #5CB85C; font-size: 14px; flex-shrink: 0; }
.cform { display: flex; flex-direction: column; gap: 14px; margin-top: 4px; }
.cform-group { display: flex; flex-direction: column; gap: 5px; }
.cform-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.cform-label { font-family: var(--fh); font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.cform-input, .cform-select {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  border-radius: 3px; padding: 11px 14px; color: #fff;
  font-family: var(--fb); font-size: 16px; outline: none;
  transition: border-color .2s; -webkit-appearance: none;
}
.cform-input::placeholder { color: rgba(255,255,255,0.28); }
.cform-input:focus, .cform-select:focus { border-color: rgba(255,255,255,0.45); }
.cform-select option { background: var(--navy); color: #fff; }
.cform-note { font-size: 13px; color: rgba(255,255,255,0.28); text-align: center; line-height: 1.5; margin-top: 2px; }

/* ── CDL BAND ── */
.cdl-band { background: var(--light); border-top: 1px solid var(--rule); padding: 52px 48px; }
.cdl-band-inner { max-width: 1140px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 32px; align-items: center; justify-content: space-between; }
.cdl-h3 { font-family: var(--fh); font-size: clamp(20px, 2.2vw, 28px); font-weight: 700; text-transform: uppercase; color: var(--navy); line-height: 1.15; margin-bottom: 10px; }
.cdl-body { font-size: 16px; color: var(--body); line-height: 1.72; max-width: 600px; }

/* ── FOOTER ── */
.footer { background: #0f1422; padding: 56px 48px 0; text-align: left; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-brand { font-family: var(--fh); font-size: 15px; font-weight: 700; color: rgba(255,255,255,0.3); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 5px; }
.footer-text { font-size: 13px; color: rgba(255,255,255,0.18); }
.footer-grid { max-width: 1140px; margin: 0 auto; padding: 0 0 40px; display: grid; grid-template-columns: 2fr 1fr; gap: 60px; }
.footer-logo-link { display: block; font-family: var(--fh); font-size: 20px; letter-spacing: 0.07em; color: #fff; text-decoration: none; margin-bottom: 14px; }
.footer-logo-link span { color: var(--red); }
.footer-tagline { font-size: 13px; font-weight: 300; line-height: 1.7; color: rgba(255,255,255,0.35); max-width: 300px; margin-bottom: 18px; }
.footer-contact { display: flex; flex-direction: column; gap: 6px; }
.footer-contact a, .footer-address { font-size: 13px; color: rgba(255,255,255,0.45); text-decoration: none; display: inline; }
.footer-contact a:hover { color: #fff; }
.footer-col-title { font-size: 10px; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 14px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 8px; margin: 0; padding: 0; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.45); text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { max-width: 1140px; margin: 0 auto; padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.07); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.2); }
.footer-social { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,0.2); border-radius: 50%; color: rgba(255,255,255,0.45); transition: color 0.2s, border-color 0.2s, background 0.2s; }
.footer-social:hover { color: #fff; border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.08); }
.footer-inner { max-width: 1140px; margin: 0 auto; padding: 0 0 40px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.footer-nav-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 28px; margin: 20px 0; }
.footer-nav-row a { font-size: 13px; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
.footer-nav-row a:hover { color: #fff; }
.footer-contact-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; font-size: 13px; color: rgba(255,255,255,0.45); }
.footer-contact-row a { color: rgba(255,255,255,0.45); text-decoration: none; }
.footer-contact-row a:hover { color: #fff; }
.footer-bottom-line { width: 100%; margin-top: 14px; text-align: center; box-sizing: border-box; }
.footer-bottom-line p { font-size: 12px; color: rgba(255,255,255,0.25); }
.footer-bottom-line a { color: rgba(255,255,255,0.5); text-decoration: none; }
.footer-bottom-line a:hover { color: #fff; }
.footer-text a { color: rgba(255,255,255,0.3); text-decoration: none; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .benefits-grid { grid-template-columns: 1fr; }
  .cta-grid { grid-template-columns: 1fr; }
  .eq-grid { grid-template-columns: 1fr; gap: 40px; }
  .cform-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .proof-legacy { flex-direction: column; text-align: center; padding: 36px 24px; }
  .pl-text { max-width: 100%; }
  .hero-stats { gap: 24px; }
  .cta-panel { padding: 40px 28px; }
  .cdl-band-inner { flex-direction: column; }
  .hero-trust { gap: 12px; }
  .hero-content, .sec, .pay-band, .guarantee, .closing-quote-section, .cta-section, .cdl-band, .footer { padding-left: 24px; padding-right: 24px; }
  .hero-viewport { height: auto; overflow: visible; }
  .hero { padding: 0; }
  .hero-content { padding-top: 70px; padding-bottom: 40px; }
}
@media (max-width: 600px) {
  .pw-grid { grid-template-columns: 1fr; }
  .mq-item { padding: 0 28px; }
}

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }
.hero-google-badge { animation: fadeUp .5s ease both; }
.hero-badge        { animation: fadeUp .5s .04s ease both; }
.hero-h1           { animation: fadeUp .55s .1s ease both; }
.hero-sub          { animation: fadeUp .55s .18s ease both; }
.hero-lead-line    { animation: fadeUp .55s .21s ease both; }
.hero-cta-row      { animation: fadeUp .55s .24s ease both; }
.hero-trust        { animation: fadeUp .55s .3s ease both; }
.hero-stats        { animation: fadeUp .55s .36s ease both; }

.bv-float-cta {
  position: fixed; right: 20px; bottom: 20px; z-index: 999999;
  display: flex; align-items: center; gap: 8px;
  background: #B8232A; color: #fff; text-decoration: none;
  border-radius: 999px; padding: 15px 24px;
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 14px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  box-shadow: 0 6px 22px rgba(0,0,0,0.3);
  transition: background .2s, transform .15s, bottom .15s;
}
.bv-float-cta:hover { background: #9B1C20; transform: translateY(-1px); color: #fff; }
@media (max-width: 600px) {
  .bv-float-cta { right: 12px; bottom: 12px; padding: 13px 18px; font-size: 12.5px; }
}
