body { font-family: var(--fb); background: var(--white); color: var(--body); font-size: 18px; line-height: 1.65; -webkit-font-smoothing: antialiased; }

/* ── HERO (flat navy, no video) ── */
.hero-viewport { min-height: calc(100vh - 68px); margin-top: 68px; display: flex; flex-direction: column; }
.hero { position: relative; flex: 1 1 auto; min-height: 0; display: flex; align-items: center; background-color: var(--navy); overflow: hidden; padding: 64px 48px; }
.hero-photo { position: absolute; inset: 0; overflow: hidden; z-index: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-photo-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #1c2540, var(--navy)); }
.hero-photo-placeholder span { font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.3); }
.hero-photo-fade { position: absolute; inset: 0; background: linear-gradient(to right, var(--navy) 0%, var(--navy) 32%, rgba(17,25,41,0.82) 48%, rgba(17,25,41,0.35) 68%, rgba(17,25,41,0) 88%); pointer-events: none; }
@media (max-width: 1100px) {
  .hero-photo-fade { background: linear-gradient(to right, var(--navy) 0%, var(--navy) 48%, rgba(17,25,41,0.75) 65%, rgba(17,25,41,0.3) 82%, rgba(17,25,41,0) 100%); }
}
@media (max-width: 720px) {
  .hero-photo-fade { background: linear-gradient(180deg, rgba(17,25,41,0.35) 0%, var(--navy) 78%, var(--navy) 100%); }
}
.hero-content { position: relative; z-index: 2; max-width: 820px; 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); }
.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); }
.hero-h1 { font-family: var(--fh); font-size: clamp(40px, 5.8vw, 76px); font-weight: 700; line-height: 0.98; letter-spacing: 0.01em; color: #fff; max-width: 760px; margin-bottom: 22px; }
.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: 780px; margin-bottom: 14px; }
.hero-sub strong { color: #fff; font-weight: 600; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 16px; margin-top: 8px; }
.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); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 8px; }
.trust-item { display: flex; align-items: center; gap: 7px; font-size: 13px; color: rgba(255,255,255,0.8); }
.trust-check { color: #5CB85C; font-size: 15px; flex-shrink: 0; }
.hero-goal { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 26px; margin-top: 26px; }
.hero-goal p { font-size: 16px; color: rgba(255,255,255,0.85); line-height: 1.7; max-width: 700px; }

/* ── FACT 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 55s 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: 14px; padding: 0 40px; border-right: 1px solid rgba(255,255,255,0.08); flex-shrink: 0; }
.mq-tag { font-family: var(--fh); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); white-space: nowrap; flex-shrink: 0; }
.mq-fact { font-size: 14px; color: rgba(255,255,255,0.7); white-space: nowrap; }

/* ── 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; }
.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: 96px; }
.testimonial-op-quote { font-family: var(--fb); font-size: 21px; font-style: italic; color: var(--navy); line-height: 1.6; margin: 4px 0 18px; }
.testimonial-op-name { font-family: var(--fh); font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); }
.testimonial-op-stars { color: var(--red); font-size: 22px; letter-spacing: 5px; margin-bottom: 16px; }
.testimonial-op-card { position: relative; background: var(--light); border: 1px solid var(--rule); border-radius: 6px; padding: 48px 56px; text-align: center; box-shadow: 0 12px 32px rgba(17,25,41,0.06); }
.testimonial-op-mark { position: absolute; top: -6px; left: 50%; transform: translateX(-50%); font-family: var(--fh); font-size: 90px; line-height: 1; color: var(--rule); background: var(--light); width: 60px; }
.sec-h2 em { font-style: normal; color: var(--red); }
.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; }

/* ── 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; }

/* ── SOLUTION / BENEFITS ── */
.solution { background: var(--light); }
.sol-intro { max-width: 660px; margin-bottom: 36px; }
.sol-intro p { font-size: 18px; color: var(--body); line-height: 1.75; margin-top: 18px; }
.solution .sec-inner { max-width: 1320px; }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3px; background: var(--rule); border: 1px solid var(--rule); margin-top: 20px; }
.bc { background: var(--white); padding: 42px 34px; transition: background .2s; }
.bc:hover { background: #f8f9fc; }
.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; }
.eq-list { margin-top: 20px; display: flex; flex-direction: column; gap: 11px; }
.eq-item { display: flex; align-items: flex-start; gap: 12px; font-size: 15.5px; 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; }

/* ── PAY (reach-out band) ── */
.pay-band { background: var(--navy); padding: 64px 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-annual-note { margin-top: 16px; font-size: 16px; color: rgba(255,255,255,0.65); max-width: 620px; margin-left: auto; margin-right: auto; line-height: 1.65; }

/* ── FEE TRANSPARENCY ── */
.fee-transparency { background: var(--white); border-top: 3px solid var(--red); }
.fee-intro { max-width: 680px; font-size: 17px; color: var(--body); line-height: 1.75; margin-bottom: 40px; }
.fee-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.fee-col { background: var(--light); padding: 36px 34px; border-top: 4px solid var(--navy); }
.fee-col.keep { border-top-color: #3f8a4c; }
.fee-col.out { border-top-color: var(--red); }
.fee-col-h3 { font-family: var(--fh); font-size: 19px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; color: var(--navy); margin-bottom: 18px; }
.fee-note { margin-top: 28px; font-size: 14px; color: var(--steel); font-style: italic; max-width: 700px; }
@media (max-width: 800px) { .fee-grid { grid-template-columns: 1fr; } }

/* ── EQUIPMENT ── */
.equipment { background: var(--light); }
.eq-h2 { font-family: var(--fh); font-size: clamp(22px, 2.6vw, 34px); font-weight: 700; line-height: 1.1; text-transform: uppercase; color: var(--navy); margin-bottom: 20px; scroll-margin-top: 96px; }
.eq-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 32px; }
.eqc { background: var(--white); border: 1px solid var(--rule); border-radius: 4px; padding: 32px 24px; }
.eqc-icon { width: 40px; height: 40px; color: var(--red); margin-bottom: 18px; display: block; }
.eqc-title { font-family: var(--fh); font-size: 18px; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; color: var(--navy); margin-bottom: 10px; }
.eqc-desc { font-size: 14.5px; color: var(--body); line-height: 1.65; }
.eq-cta { text-align: center; margin-top: 44px; }
.eq-cta-label { font-family: var(--fh); font-size: 18px; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; color: var(--navy); margin-bottom: 16px; }
.approved-band { background: var(--navy); padding: 64px 48px; }
.approved-inner { max-width: 1140px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; gap: 40px; justify-content: space-between; }
.approved-text { flex: 0 0 260px; }
.approved-h2 { font-family: var(--fh); font-size: clamp(24px, 2.8vw, 32px); font-weight: 700; line-height: 1.08; text-transform: uppercase; color: #fff; }
.approved-steps { flex: 1 1 640px; display: flex; align-items: flex-start; justify-content: space-between; position: relative; gap: 8px; }
.approved-steps::before { content: ""; position: absolute; top: 21px; left: 21px; right: 21px; border-top: 1px dashed rgba(255,255,255,0.28); z-index: 0; }
.astep { position: relative; z-index: 1; text-align: center; flex: 1; }
.astep-num { width: 42px; height: 42px; border-radius: 50%; background: var(--red); color: #fff; font-family: var(--fh); font-size: 16px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.astep-label { font-size: 13px; font-weight: 700; color: #fff; line-height: 1.35; }
.astep-label span { display: block; font-weight: 400; font-size: 11.5px; color: rgba(255,255,255,0.5); margin-top: 3px; }

/* ── FAQ ── */
.faq { background: var(--white); }
.faq-inner { max-width: 820px; }
.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: 22px 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: 15.5px; 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: 22px; }
.faq-a strong { color: var(--navy); font-weight: 600; }

/* ── COMPANY PROOF ── */
.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: 560px; }
.pl-h3 { font-family: var(--fh); font-size: 22px; font-weight: 700; text-transform: uppercase; color: #fff; margin-bottom: 10px; }
.pl-body { font-size: 15.5px; color: rgba(255,255,255,0.58); line-height: 1.72; }
.pl-body em { font-style: italic; color: rgba(255,255,255,0.4); }
.pl-stat { text-align: center; }
.pl-num { font-family: var(--fh); font-size: 58px; 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; }
@media (max-width: 800px) { .drv-team-row { grid-template-columns: repeat(2, 1fr); } .drv-team-photo { width: 120px; height: 120px; } .drv-team-card { padding: 22px 14px; } }

/* ── 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: 60px; }
.cta-h2 { font-family: var(--fh); font-size: clamp(28px, 3.8vw, 48px); font-weight: 700; text-transform: uppercase; color: #fff; line-height: 1.08; margin-bottom: 16px; }
.cta-h2 em { font-style: normal; color: var(--red); }
.cta-subhead { font-size: 17px; color: rgba(255,255,255,0.55); line-height: 1.7; max-width: 580px; 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: 48px 44px; }
.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(19px, 2vw, 26px); font-weight: 700; text-transform: uppercase; color: #fff; line-height: 1.12; margin-bottom: 14px; }
.cta-panel-body { font-size: 14.5px; color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 26px; }
.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; }

/* ── FOOTER ── */
.footer { background: #0f1422; padding: 56px 48px 0; text-align: left; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-inner { max-width: 1140px; margin: 0 auto; padding: 0 0 40px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.footer-logo-link { display: block; margin-bottom: 14px; }
.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; }

/* ── FLOAT CTA ── */
.bv-float-cta { position: fixed; right: 20px; bottom: 20px; z-index: 999999; display: flex; align-items: center; gap: 8px; background: #9B1C20; 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; }
.bv-float-cta:hover { background: #7d1619; transform: translateY(-1px); color: #fff; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .benefits-grid { grid-template-columns: 1fr; }
  .cta-grid { grid-template-columns: 1fr; }
  .eq-cards { grid-template-columns: 1fr 1fr; } .approved-inner { flex-direction: column; align-items: flex-start; } .approved-steps { flex-wrap: wrap; row-gap: 24px; } .approved-steps::before { display: none; } .astep { flex: 0 0 30%; }
  .cform-row { grid-template-columns: 1fr; }
  .cta-panel { padding: 40px 28px; }
  .hero-trust { gap: 12px; }
  .hero-content { max-width: 100%; }
  .hero, .sec, .pay-band, .fee-transparency, .cta-section, .footer { padding-left: 24px; padding-right: 24px; }
}
@media (max-width: 600px) { .mq-item { padding: 0 26px; } }
@media (max-width: 560px) { .eq-cards { grid-template-columns: 1fr; } .astep { flex: 0 0 45%; } }

/* ── 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-cta-row      { animation: fadeUp .55s .24s ease both; }
.hero-trust        { animation: fadeUp .55s .3s ease both; }
.hero-goal         { animation: fadeUp .55s .36s ease both; }
