
/* Brand fonts — self-hosted TTF */
@font-face { font-family:'Eurostar Bold'; src:url('../fonts/Eurostar-Bold.ttf') format('truetype'); font-weight:700; font-display:swap; }
@font-face { font-family:'Graphik'; src:url('../fonts/Graphik-Regular.ttf') format('truetype'); font-weight:400; font-display:swap; }
@font-face { font-family:'Graphik'; src:url('../fonts/Graphik-Semibold.ttf') format('truetype'); font-weight:600; font-display:swap; }
@font-face { font-family:'GT Pressura Mono'; src:url('../fonts/GT_Pressura-Mono.ttf') format('truetype'); font-weight:400; font-display:swap; }

/* ============================================================
   HAULCO LANDING PAGE — V4
   Brand: Black / White / Teal #007A8F / Red #E53625 / Steel #53565A
   ============================================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --black: #0A0A0A;
  --white: #FFFFFF;
  --teal: #007A8F;
  --teal-dark: #005F6F;
  --teal-glow: rgba(0,122,143,0.12);
  --red: #E53625;
  --red-dark: #c92d1e;
  --steel: #53565A;
  --gray-100: #F7F7F7;
  --gray-200: #ECECEC;
  --gray-300: #D4D4D4;
}

html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Graphik',-apple-system,sans-serif; color: var(--black);
  background: var(--white); line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Animations */
@keyframes fadeUp { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:translateY(0); } }
.anim { opacity:0; animation: fadeUp 0.7s ease-out forwards; }
.d1 { animation-delay:.1s; } .d2 { animation-delay:.2s; } .d3 { animation-delay:.3s; } .d4 { animation-delay:.4s; }

/* ===== NAV ===== */
.nav {
  position:fixed; top:0; left:0; right:0; z-index:100;
  display:flex; align-items:center; justify-content:space-between;
  padding:0 48px; height:72px;
  background:rgba(255,255,255,0.97);
  border-bottom:1px solid var(--gray-200);
  backdrop-filter:blur(12px);
}
.nav-brand { display:flex; align-items:center; gap:10px; text-decoration:none; }
.nav-logo-box {
  width:40px; height:40px; background:var(--teal); border-radius:8px;
  display:flex; align-items:center; justify-content:center;
  color:white; font-family:'Eurostar Bold','Arial Black',sans-serif; font-size:22px;
}
.nav-wordmark { font-family:'Eurostar Bold','Arial Black',sans-serif; font-size:26px; letter-spacing:2px; color:var(--teal); line-height:1; }
.nav-sub { font-size:9px; letter-spacing:3.5px; color:var(--teal); font-weight:700; text-transform:uppercase; margin-top:1px; }
.nav-links { display:flex; align-items:center; gap:28px; }
.nav-links a { text-decoration:none; color:var(--steel); font-weight:500; font-size:14px; transition:color .2s; }
.nav-links a:hover { color:var(--black); }
.nav-cta {
  background:var(--teal)!important; color:white!important;
  padding:11px 26px; border-radius:6px; font-weight:700; font-size:14px;
  border:2px solid var(--teal); transition:all .2s;
}
.nav-cta:hover { background:var(--teal-dark)!important; border-color:var(--teal-dark)!important; }

/* ===== HERO ===== */
.hero {
  margin-top:72px; min-height:calc(100vh - 72px);
  display:flex; align-items:center;
  background:var(--black); position:relative; overflow:hidden;
}
.hero::before {
  content:''; position:absolute; inset:0;
  background: radial-gradient(ellipse at 20% 50%,rgba(0,122,143,0.1) 0%,transparent 60%),
              radial-gradient(ellipse at 80% 80%,rgba(229,54,37,0.04) 0%,transparent 50%);
}
.hero::after {
  content:''; position:absolute; inset:0;
  background-image: linear-gradient(rgba(255,255,255,0.02) 1px,transparent 1px),
                     linear-gradient(90deg,rgba(255,255,255,0.02) 1px,transparent 1px);
  background-size:60px 60px;
}
.hero-inner {
  position:relative; z-index:2;
  max-width:1240px; margin:0 auto; padding:80px 48px;
  display:grid; grid-template-columns:1.15fr 0.85fr; gap:72px; align-items:center; width:100%;
}
.hero-text { color:var(--white); }
.hero-eyebrow {
  font-size:15px; font-weight:700; letter-spacing:3px; text-transform:uppercase;
  margin-bottom:20px; display:inline-flex; align-items:center; gap:10px;
  color:rgba(255,255,255,0.7);
}
.hero-eyebrow::before { content:''; width:28px; height:2px; background:var(--teal); }
.hl { color:var(--red); }
.hero-h1 {
  font-family:'Eurostar Bold','Arial Black',sans-serif;
  font-size:clamp(32px,4vw,42px);
  line-height:1.02; letter-spacing:.5px; margin-bottom:30px;
}
.hero-bullets { list-style:none; margin-bottom:28px; display:flex; flex-direction:column; gap:14px; }
.hero-bullets li {
  font-size:17px; font-weight:500; color:rgba(255,255,255,0.88);
  display:flex; align-items:flex-start; gap:14px; line-height:1.5;
}
.chk {
  flex-shrink:0; width:26px; height:26px; border-radius:50%;
  background:var(--teal); display:flex; align-items:center; justify-content:center;
  font-size:13px; color:white; margin-top:1px;
}
.hero-promise {
  font-size:15px; color:rgba(255,255,255,0.5); margin-bottom:36px;
  border-left:3px solid var(--teal); padding-left:16px; font-style:italic;
}
.hero-actions { display:flex; align-items:center; gap:24px; flex-wrap:wrap; }
.btn-red {
  display:inline-flex; align-items:center; gap:10px;
  background:var(--red); color:white;
  padding:18px 42px; border-radius:8px;
  font-size:17px; font-weight:700;
  text-decoration:none; transition:all .25s;
  box-shadow:0 4px 28px rgba(229,54,37,0.35); border:none; cursor:pointer;
}
.btn-red:hover { background:var(--red-dark); transform:translateY(-1px); box-shadow:0 6px 36px rgba(229,54,37,0.45); }
.btn-red .arr { transition:transform .2s; }
.btn-red:hover .arr { transform:translateX(4px); }
.hero-badge {
  display:flex; align-items:center; gap:8px;
  font-size:12px; color:rgba(255,255,255,0.4); font-weight:600;
}
.hero-badge .dot { width:6px; height:6px; border-radius:50%; background:var(--teal); }

/* Hero card */
.hero-card {
  background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.08);
  border-radius:16px; padding:40px 36px; backdrop-filter:blur(8px);
}
.hc-label { font-size:11px; font-weight:700; letter-spacing:2.5px; text-transform:uppercase; color:var(--teal); margin-bottom:28px; }
.hc-items { display:flex; flex-direction:column; gap:22px; }
.hc-item { display:flex; align-items:center; gap:16px; padding-bottom:22px; border-bottom:1px solid rgba(255,255,255,0.06); }
.hc-item:last-child { border-bottom:none; padding-bottom:0; }
.hci-icon {
  width:46px; height:46px; border-radius:10px; background:rgba(0,122,143,0.12);
  display:flex; align-items:center; justify-content:center; font-size:20px; flex-shrink:0;
}
.hci-l { font-size:12px; color:rgba(255,255,255,0.4); margin-bottom:2px; font-weight:600; }
.hci-v { font-size:16px; font-weight:700; color:rgba(255,255,255,0.9); line-height:1.4; }

/* ===== TRUST BAR ===== */
.trust-bar { background:var(--teal); padding:40px 48px; }
.trust-bar-inner { max-width:1100px; margin:0 auto; display:flex; justify-content:center; gap:56px; flex-wrap:wrap; }
.trust-item { display:flex; align-items:center; gap:10px; font-weight:700; font-size:15px; color:white; }
.trust-item .ti { font-size:22px; }

/* ===== SHARED ===== */
.sec { padding:100px 48px; }
.sec-inner { max-width:1200px; margin:0 auto; }
.sec-eye { font-size:12px; font-weight:700; letter-spacing:3px; text-transform:uppercase; color:var(--teal); margin-bottom:12px; text-align:center; }
.sec-title { font-family:'Eurostar Bold','Arial Black',sans-serif; font-size:clamp(28px,3.5vw,42px); line-height:1.06; text-align:center; margin-bottom:14px; }
.sec-sub { text-align:center; font-size:17px; color:var(--steel); max-width:620px; margin:0 auto 56px; line-height:1.65; }

/* ===== COMPARISON — forced side by side ===== */
.compare-sec { background:var(--black); padding:100px 48px; }
.compare-sec .sec-eye { color:var(--teal); }
.compare-sec .sec-title { color:white; }
.compare-sec .sec-sub { color:rgba(255,255,255,0.5); }

.compare-grid {
  display:grid; grid-template-columns:1fr 48px 1fr;
  border-radius:16px; overflow:hidden; margin-bottom:64px;
  min-width:0;
}
.cmp-col { padding:44px 36px; }
.cmp-old { background:#141414; border:1px solid rgba(255,255,255,0.05); border-radius:16px 0 0 16px; }
.cmp-new { background:rgba(0,122,143,0.06); border:1px solid rgba(0,122,143,0.15); border-radius:0 16px 16px 0; }
.cmp-vs {
  display:flex; align-items:center; justify-content:center;
  background:var(--black); color:rgba(255,255,255,0.2);
  font-weight:800; font-size:13px; letter-spacing:3px;
}
.cmp-header {
  font-family:'Eurostar Bold','Arial Black',sans-serif; font-size:20px; letter-spacing:1.5px;
  margin-bottom:28px; padding-bottom:14px;
}
.cmp-old .cmp-header { color:var(--red); border-bottom:2px solid rgba(229,54,37,0.25); }
.cmp-new .cmp-header { color:var(--teal); border-bottom:2px solid rgba(0,122,143,0.25); }
.cmp-row { display:flex; align-items:flex-start; gap:12px; margin-bottom:18px; font-size:14.5px; line-height:1.55; }
.cmp-cat { font-size:10px; font-weight:700; letter-spacing:2px; text-transform:uppercase; margin-bottom:3px; }
.cmp-old .cmp-cat { color:var(--red); }
.cmp-new .cmp-cat { color:var(--teal); }
.cmp-old .cmp-row { color:rgba(255,255,255,0.45); }
.cmp-new .cmp-row { color:rgba(255,255,255,0.85); }
.cmp-icon { flex-shrink:0; font-size:16px; margin-top:2px; }
.cmp-old .cmp-icon { color:var(--red); }
.cmp-new .cmp-icon { color:var(--teal); }

.why-fam { max-width:880px; margin:0 auto; }
.why-fam-eye { font-size:14px; color:var(--teal); font-weight:600; margin-bottom:24px; }
.why-blk { margin-bottom:24px; }
.why-blk-b { font-size:19px; font-weight:700; color:white; line-height:1.45; margin-bottom:4px; }
.why-blk-s { font-size:15px; color:rgba(255,255,255,0.45); font-style:italic; line-height:1.6; }
.why-tag {
  font-size:16px; font-weight:700; color:var(--teal);
  margin-top:32px; padding-top:20px; border-top:1px solid rgba(0,122,143,0.2);
}

/* ===== HOW IT WORKS ===== */
.how-sec { background:var(--gray-100); }
.steps-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:28px; margin-bottom:48px; }
.step-card {
  background:white; border-radius:14px; padding:32px 26px;
  position:relative; border:1px solid var(--gray-200); transition:all .3s;
}
.step-card:hover { border-color:var(--teal); box-shadow:0 6px 28px rgba(0,122,143,0.07); transform:translateY(-2px); }
.step-num { font-family:'Eurostar Bold','Arial Black',sans-serif; font-size:52px; color:var(--teal); opacity:.12; position:absolute; top:10px; right:18px; line-height:1; }
.step-icon { width:44px; height:44px; border-radius:10px; background:rgba(0,122,143,0.07); display:flex; align-items:center; justify-content:center; font-size:22px; margin-bottom:18px; }
.step-t { font-weight:700; font-size:17px; margin-bottom:8px; line-height:1.3; }
.step-d { font-size:14px; color:var(--steel); line-height:1.65; }
.step-tag { font-size:12px; font-weight:700; color:var(--teal); margin-top:14px; }

.how-faq-row { text-align:center; padding-top:8px; }
.how-faq-link {
  display:inline-flex; align-items:center; gap:8px;
  font-size:15px; font-weight:600; color:var(--teal);
  text-decoration:none; padding:12px 28px; border-radius:8px;
  border:2px solid var(--teal); transition:all .2s;
}
.how-faq-link:hover { background:var(--teal); color:white; }

/* ===== REVIEWS ===== */
.reviews-sec { background:white; }
.reviews-grid { display:grid; grid-template-columns:1fr 1fr; gap:28px; }
.rev-card { background:var(--gray-100); border-radius:14px; padding:36px; border:1px solid var(--gray-200); }
.rev-stars { color:#E8A500; font-size:18px; margin-bottom:16px; letter-spacing:3px; }
.rev-text { font-size:15px; line-height:1.75; color:var(--black); margin-bottom:20px; font-style:italic; }
.rev-attr { font-size:13px; font-weight:600; color:var(--steel); }

/* ===== OUR STORY ===== */
.story-sec { background:var(--black); color:white; }
.story-grid { display:grid; grid-template-columns:1.1fr 0.9fr; gap:72px; align-items:center; }
.story-headline { font-family:'Eurostar Bold','Arial Black',sans-serif; font-size:clamp(30px,3.2vw,46px); line-height:1.06; margin-bottom:22px; }
.story-desc { font-size:16px; color:rgba(255,255,255,0.65); line-height:1.75; margin-bottom:10px; }
.story-desc-b { font-size:16px; color:rgba(255,255,255,0.88); line-height:1.7; margin-bottom:28px; font-weight:600; }
.story-creds { display:flex; flex-direction:column; gap:14px; margin-bottom:36px; }
.story-cred { display:flex; align-items:center; gap:10px; font-size:14px; color:rgba(255,255,255,0.55); }
.story-cred .sc-a { color:var(--teal); font-weight:700; }
.btn-outline {
  display:inline-flex; align-items:center; gap:10px;
  background:transparent; color:var(--teal);
  padding:14px 32px; border-radius:8px;
  font-size:15px; font-weight:700;
  text-decoration:none; border:2px solid var(--teal); transition:all .25s;
}
.btn-outline:hover { background:var(--teal); color:white; }

.story-card {
  background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08);
  border-radius:16px; padding:48px 36px; text-align:center;
}
.sc-brand { font-family:'Eurostar Bold','Arial Black',sans-serif; font-size:56px; color:var(--teal); letter-spacing:3px; }
.sc-tag { font-size:12px; letter-spacing:4px; color:rgba(255,255,255,0.35); margin-top:6px; font-weight:700; }
.sc-motto { margin-top:28px; font-size:19px; color:rgba(255,255,255,0.65); font-style:italic; }
.sc-entity { margin-top:32px; font-size:12px; color:rgba(255,255,255,0.22); line-height:1.9; }
.sc-founders { margin-top:36px; display:flex; justify-content:center; gap:20px; }
.sc-avatar {
  width:72px; height:72px; border-radius:50%;
  background:rgba(255,255,255,0.06); border:2px solid rgba(0,122,143,0.2);
  display:flex; align-items:center; justify-content:center;
  font-size:13px; color:rgba(255,255,255,0.3); font-weight:700;
}

/* ===== FINAL CTA ===== */
.final-cta {
  background:linear-gradient(160deg,#0d0d0d,#1a1a1a);
  padding:120px 48px; text-align:center; color:white; position:relative;
}
.final-cta::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 50% 50%,var(--teal-glow),transparent 65%); }
.final-inner { position:relative; z-index:2; max-width:680px; margin:0 auto; }

/* ===== FOOTER ===== */
.footer {
  background:var(--black); border-top:1px solid rgba(255,255,255,0.05);
  color:rgba(255,255,255,0.4); padding:56px 48px 40px;
}
.footer-inner { max-width:1200px; margin:0 auto; }
.footer-top { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:48px; margin-bottom:40px; }
.footer-col-title { font-size:12px; font-weight:700; letter-spacing:2px; text-transform:uppercase; color:rgba(255,255,255,0.6); margin-bottom:16px; }
.footer-col a { display:block; color:rgba(255,255,255,0.4); text-decoration:none; font-size:14px; line-height:2; transition:color .2s; }
.footer-col a:hover { color:var(--teal); }
.footer-bottom {
  border-top:1px solid rgba(255,255,255,0.05); padding-top:28px;
  display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap:20px;
}
.footer-brand { font-family:'Eurostar Bold','Arial Black',sans-serif; font-size:18px; color:var(--teal); letter-spacing:2px; }
.footer-legal { font-size:11px; line-height:1.8; color:rgba(255,255,255,0.25); max-width:700px; }
.footer-legal a { color:var(--teal); text-decoration:none; }

/* ===== RESPONSIVE ===== */
@media (max-width:960px) {
  .nav { padding:0 24px; }
  .hero-inner { grid-template-columns:1fr; gap:48px; padding:56px 24px; }
  .hero-card { display:none; }
  .sec,.compare-sec { padding:72px 24px; }
  .compare-grid { grid-template-columns:1fr; }
  .cmp-vs { display:none; }
  .cmp-old { border-radius:16px 16px 0 0; }
  .cmp-new { border-radius:0 0 16px 16px; }
  .steps-grid { grid-template-columns:1fr 1fr; }
  .reviews-grid { grid-template-columns:1fr; }
  .story-grid { grid-template-columns:1fr; gap:40px; }
  .footer-top { grid-template-columns:1fr 1fr; }
}
@media (max-width:600px) {
  .steps-grid { grid-template-columns:1fr; }
  .nav-links a:not(.nav-cta) { display:none; }
  .trust-bar-inner { flex-direction:column; gap:16px; align-items:center; }
  .footer-top { grid-template-columns:1fr; }
}

/* Landing page utilities */
.hero-h1 { text-transform:none; line-height:1.15; }
.lp-kw-cloud { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin:24px 0; }
.lp-kw { background:rgba(0,122,143,0.08); border:1px solid rgba(0,122,143,0.15); border-radius:6px; padding:6px 14px; font-size:12px; color:var(--teal); font-weight:600; }
.lp-faq { max-width:880px; margin:0 auto; }
.lp-faq details { background:var(--gray-100); border:1px solid var(--gray-200); border-radius:12px; padding:0; margin-bottom:12px; overflow:hidden; }
.lp-faq summary { padding:20px 28px; font-weight:700; font-size:16px; cursor:pointer; list-style:none; display:flex; justify-content:space-between; align-items:center; }
.lp-faq summary::-webkit-details-marker { display:none; }
.lp-faq summary::after { content:'+'; font-size:20px; color:var(--teal); }
.lp-faq details[open] summary::after { content:'−'; }
.lp-faq-answer { padding:0 28px 20px; color:var(--steel); line-height:1.65; font-size:15px; }
.lp-usdot { font-family:'GT Pressura Mono','SF Mono',monospace; font-size:12px; color:rgba(255,255,255,0.4); letter-spacing:1.5px; text-align:center; padding:24px 0; background:var(--black); }


/* ============================================================
   LANDING PAGE SPECIFIC — Google Ads optimized
   No nav, minimal header, single-CTA focus, mobile-first
   ============================================================ */

.lp-header {
  background:var(--black); border-bottom:1px solid rgba(255,255,255,0.06);
  padding:16px 48px; position:sticky; top:0; z-index:100;
  backdrop-filter:blur(12px); background:rgba(10,10,10,0.97);
}
.lp-header-inner {
  max-width:1240px; margin:0 auto;
  display:flex; align-items:center; justify-content:space-between;
}
.lp-logo { height:38px; display:block; }
.lp-header-trust {
  display:flex; align-items:center; gap:10px;
  font-family:'GT Pressura Mono','SF Mono',monospace;
  font-size:12px; color:rgba(255,255,255,0.4); letter-spacing:1px;
}
.lp-trust-item { white-space:nowrap; }
.lp-trust-divider { color:rgba(255,255,255,0.2); }

/* Adjust hero to account for sticky header */
.hero { margin-top:0; }

/* Minimal footer — legal/compliance only, no navigation links to distract */
.lp-footer {
  background:var(--black); color:rgba(255,255,255,0.35);
  padding:40px 48px 32px; border-top:1px solid rgba(255,255,255,0.05);
}
.lp-footer-inner {
  max-width:1200px; margin:0 auto;
  display:flex; flex-direction:column; align-items:center; gap:20px;
  text-align:center;
}
.lp-footer-brand { opacity:0.6; }
.lp-footer-legal {
  font-size:11px; line-height:1.8;
  max-width:820px; color:rgba(255,255,255,0.3);
}
.lp-footer-meta {
  display:flex; gap:20px; flex-wrap:wrap; justify-content:center;
  font-size:12px;
}
.lp-footer-meta a {
  color:rgba(255,255,255,0.4); text-decoration:none;
}
.lp-footer-meta a:hover { color:var(--teal); }

/* Mobile responsive — crucial for Google Ads mobile quality score */
@media (max-width:768px) {
  .lp-header { padding:12px 20px; }
  .lp-logo { height:30px; }
  .lp-header-trust { font-size:10px; gap:6px; }
  .lp-hide-mobile { display:none; }
  .hero-inner { padding:48px 20px!important; }
  .hero-h1 { font-size:28px!important; }
  .btn-red { width:100%; justify-content:center; }
  .lp-footer { padding:28px 20px 24px; }
  .lp-footer-legal { font-size:10px; }
}

/* Page loads fast — reduce layout shifts (CLS) */
img { max-width:100%; height:auto; }


/* Header CTA — compact red button matching the brand */
.lp-header-cta {
  display:inline-flex; align-items:center; gap:8px;
  background:var(--red); color:white!important;
  padding:10px 22px; border-radius:6px;
  font-family:var(--font-heading); font-size:14px; font-weight:700;
  text-decoration:none; transition:all .2s;
  box-shadow:0 2px 12px rgba(229,54,37,0.25);
  border:2px solid var(--red);
}
.lp-header-cta:hover {
  background:var(--red-dark); border-color:var(--red-dark);
  transform:translateY(-1px); box-shadow:0 4px 16px rgba(229,54,37,0.35);
}
.lp-header-cta span { transition:transform .2s; }
.lp-header-cta:hover span { transform:translateX(3px); }

@media (max-width:600px) {
  .lp-header-cta { padding:8px 16px; font-size:13px; }
}


/* ============================================================
   V11 — Hero photo (replaces hero-card) + Founder grid
   ============================================================ */
.hero-photo {
  width:100%; aspect-ratio: 4/5; overflow:hidden; border-radius:12px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.25), 0 10px 30px rgba(0,0,0,0.15);
  background:#111;
}
.hero-photo img {
  width:100%; height:100%; object-fit:cover; display:block;
  filter: contrast(1.02) saturate(0.95);
}
@media (max-width:900px) {
  .hero-photo { aspect-ratio: 16/10; max-height:420px; }
}

/* Founder grid — matches haulco.com pattern */
.story-founders {
  display:grid; grid-template-columns: 1fr 1fr 1fr; gap:18px;
}
.story-founder {
  background:var(--white); border:1px solid var(--gray-200);
  border-radius:12px; padding:20px; text-align:left;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}
.sf-photo {
  width:100%; aspect-ratio:1/1; overflow:hidden;
  border-radius:10px; margin-bottom:14px; background:#f0f0f0;
}
.sf-photo img {
  width:100%; height:100%; object-fit:cover; display:block;
  filter: grayscale(1) contrast(1.05);
}
.sf-name {
  font-family:'Eurostar Bold',sans-serif; font-size:17px;
  color:var(--black); letter-spacing:0.02em; margin-bottom:2px;
}
.sf-title {
  font-family:'GT Pressura Mono',monospace; font-size:11px;
  color:var(--teal); text-transform:uppercase; letter-spacing:0.08em;
  margin-bottom:10px;
}
.sf-bio {
  font-size:13px; line-height:1.55; color:var(--steel);
}

.story-entity-compact {
  margin-top:20px; padding:16px 18px;
  background:var(--gray-100); border-radius:10px;
  font-family:'GT Pressura Mono',monospace; font-size:11px;
  color:var(--steel); line-height:1.7; letter-spacing:0.04em;
}

@media (max-width:900px) {
  .story-founders { grid-template-columns: 1fr; gap:14px; }
}


/* ============================================================
   V12 — Full-bleed hero image (haulco.com style)
   ============================================================ */
.hero {
  position: relative;
  overflow: hidden;
  background: #0A0A0A;
  min-height: 680px;
  padding: 0;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  display: block;
  filter: contrast(1.05) brightness(0.85);
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0.82) 38%, rgba(10,10,10,0.35) 68%, rgba(10,10,10,0.10) 100%),
    linear-gradient(180deg, rgba(10,10,10,0.20) 0%, rgba(10,10,10,0.00) 30%, rgba(10,10,10,0.00) 70%, rgba(10,10,10,0.45) 100%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: block !important;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 28px 100px !important;
  min-height: 680px;
}
.hero-text {
  max-width: 620px;
  color: #FFFFFF;
}
.hero-text .hero-eyebrow {
  color: #FFFFFF;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.hero-text .hero-h1 {
  color: #FFFFFF;
  text-shadow: 0 2px 24px rgba(0,0,0,0.5);
}
.hero-text .hero-h1 .hl { color: var(--teal); }
.hero-text .hero-bullets li,
.hero-text .hero-bullets li span,
.hero-text .hero-bullets li strong {
  color: #FFFFFF;
}
.hero-text .hero-promise {
  color: rgba(255,255,255,0.92);
}
.hero-text .hero-badge {
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

@media (max-width: 900px) {
  .hero { min-height: 620px; }
  .hero-bg img { object-position: center center; }
  .hero-bg::after {
    background:
      linear-gradient(180deg, rgba(10,10,10,0.65) 0%, rgba(10,10,10,0.55) 45%, rgba(10,10,10,0.85) 100%);
  }
  .hero-inner { padding: 84px 20px 72px !important; min-height: 620px; }
  .hero-text { max-width: 100%; }
}


/* ============================================================
   V13 — 875px hero, per-page object-position, mobile polish
   ============================================================ */
.hero { min-height: 875px; }
.hero-inner { min-height: 875px; padding: 140px 28px 120px !important; }
.hero-bg img { object-position: var(--hero-focus, center right); }

/* Slightly larger hero H1 for the taller frame */
.hero-text .hero-h1 { font-size: 52px; line-height: 1.08; }

/* ---------- Mobile polish (matches haulco.com feel) ---------- */
@media (max-width: 900px) {
  .hero { min-height: 620px; }
  .hero-inner { min-height: 620px; padding: 88px 20px 72px !important; }
  .hero-text .hero-h1 { font-size: 34px !important; }
  .hero-text .hero-eyebrow { font-size: 12px; padding: 6px 12px; }
  .hero-text .hero-bullets { font-size: 15px; }
  .hero-text .hero-promise { font-size: 15px; }
  .hero-text .hero-actions { flex-direction: column; gap: 14px; align-items: flex-start; }
  .hero-text .btn-red {
    width: 100%;
    justify-content: center;
    padding: 18px 24px;
    font-size: 17px;
  }
  .hero-bg img { object-position: center center !important; }
  .hero-bg::after {
    background:
      linear-gradient(180deg,
        rgba(10,10,10,0.72) 0%,
        rgba(10,10,10,0.55) 40%,
        rgba(10,10,10,0.75) 78%,
        rgba(10,10,10,0.92) 100%);
  }

  /* Trust bar stacks comfortably */
  .trust-bar-inner { flex-wrap: wrap; gap: 14px 18px; padding: 18px 16px; justify-content: center; }
  .trust-item { font-size: 13px; }

  /* Generic section padding + heading scale */
  .sec-inner { padding: 56px 20px !important; }
  .sec-title { font-size: 30px !important; line-height: 1.12; }
  .sec-sub { font-size: 15px; }

  /* Grids collapse to single column */
  .compare-grid,
  .steps-grid,
  .reviews-grid,
  .story-grid { grid-template-columns: 1fr !important; gap: 20px !important; }
  .cmp-vs { margin: 8px auto; }

  /* Every primary button goes full-width, big tap target */
  .btn-red {
    width: 100%;
    justify-content: center;
    padding: 18px 24px;
    font-size: 17px;
  }

  /* Final CTA */
  .final-cta { padding: 56px 20px !important; }
  .final-cta .btn-red { padding: 18px 24px !important; font-size: 17px !important; }

  /* FAQ answers breathe */
  .lp-faq details { padding: 16px 18px; }
  .lp-faq summary { font-size: 15px; }
}

@media (max-width: 480px) {
  .hero-text .hero-h1 { font-size: 30px !important; }
  .sec-title { font-size: 26px !important; }
  .trust-item { font-size: 12px; }
}


/* ============================================================
   V14 — Story-section parity with haulco.com + red hero .hl
   ============================================================ */

/* Remove the glass-pill box around the hero eyebrow (user request) */
.hero-text .hero-eyebrow {
  background: transparent !important;
  border: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
  color: #FFFFFF;
  font-family: 'GT Pressura Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 18px;
  opacity: 0.95;
}
.hero-text .hero-eyebrow .hl { color: var(--red); }

/* Hero H1 highlight = RED (was teal) */
.hero-text .hero-h1 .hl { color: var(--red) !important; }

/* Strip the glass-pill box from the hero-badge (Federally Licensed Carrier · USDOT line) */
.hero-text .hero-badge,
.hero .hero-badge {
  background: transparent !important;
  border: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
  color: rgba(255,255,255,0.7) !important;
  font-family: 'GT Pressura Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-text .hero-badge .dot,
.hero .hero-badge .dot {
  background: var(--teal);
  width: 7px; height: 7px; border-radius: 50%;
  display: inline-block; margin-right: 8px;
}

/* ---------- Story section (haulco.com parity) ---------- */
.story-sec {
  background: #0E1013;
  color: #FFFFFF;
  padding: 0;
}
.story-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 96px 28px !important;
}
.story-eye {
  font-family: 'GT Pressura Mono', monospace;
  color: var(--teal);
  letter-spacing: 0.18em;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.story-tag {
  color: rgba(255,255,255,0.55);
  font-size: 17px;
  margin-bottom: 18px;
  max-width: 820px;
}
.story-headline {
  font-family: 'Eurostar Bold', sans-serif;
  font-size: 52px;
  line-height: 1.08;
  color: #FFFFFF;
  margin-bottom: 42px;
  letter-spacing: -0.01em;
  max-width: 900px;
  text-transform: none;
}
.story-headline .hl-red { color: var(--red); }

.story-body {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,0.78);
  margin-bottom: 24px;
  max-width: 820px;
}
.story-body strong { color: #FFFFFF; font-weight: 600; }

.story-pains {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  max-width: 820px;
}
.story-pains li {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.6;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.story-pains li:last-child { border-bottom: 0; }

/* Team row */
.story-team {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 56px 0 48px;
  text-align: center;
}
.team-avatar {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #1A1D22;
  border: 2px solid var(--teal);
  color: var(--teal);
  font-family: 'Eurostar Bold', sans-serif;
  font-size: 28px;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.team-name {
  font-family: 'Eurostar Bold', sans-serif;
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 4px;
}
.team-role {
  font-family: 'GT Pressura Mono', monospace;
  font-size: 12px;
  color: var(--teal);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.team-bio {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,0.6);
}

/* Stats row */
.story-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}
.stat-card {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 26px 28px;
}
.stat-value {
  font-family: 'Eurostar Bold', sans-serif;
  font-size: 30px;
  color: #FFFFFF;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.stat-label {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.45;
}

/* CTA row */
.story-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.story-cta-text {
  font-size: 17px;
  color: rgba(255,255,255,0.8);
  font-style: italic;
}
.story-cta-row .btn-red { width: auto; }

.story-meet-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--teal);
  text-decoration: none;
  font-family: 'GT Pressura Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.story-meet-link:hover { text-decoration: underline; }

/* Mobile */
@media (max-width: 900px) {
  .story-inner { padding: 64px 20px !important; }
  .story-headline { font-size: 32px; line-height: 1.15; }
  .story-team { grid-template-columns: 1fr; gap: 36px; margin: 40px 0; }
  .story-stats { grid-template-columns: 1fr; }
  .story-cta-row { flex-direction: column; align-items: flex-start; }
  .story-cta-row .btn-red { width: 100%; justify-content: center; }
}


/* ============================================================
   V15 — Bouncing scroll-cue arrow
   ============================================================ */
.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.28);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  text-decoration: none;
  opacity: 0.9;
  transition: opacity .2s, background .2s, border-color .2s;
}
.scroll-cue:hover {
  opacity: 1;
  background: rgba(255,255,255,0.14);
  border-color: var(--teal);
  color: var(--teal);
}
.scroll-cue svg { display: block; }

/* Bounce animation — keeps translateX(-50%) for horizontal centering */
.bounce { animation: scrollCueBounce 2s infinite; }
@keyframes scrollCueBounce {
  0%, 20%, 50%, 80%, 100% { transform: translate(-50%, 0); }
  40% { transform: translate(-50%, -14px); }
  60% { transform: translate(-50%, -7px); }
}

/* Respect reduced-motion users */
@media (prefers-reduced-motion: reduce) {
  .bounce { animation: none; }
}

@media (max-width: 900px) {
  .scroll-cue { bottom: 18px; width: 40px; height: 40px; }
}


/* ============================================================
   V16 — All-caps hero H1 with black background (haulco.com style)
   + horizontal flip for /no-hidden/fees/ hero image
   ============================================================ */

/* Per-line black background boxes via box-decoration-break + display:inline */
.hero-text .hero-h1 {
  display: inline !important;
  text-transform: uppercase !important;
  background: #000000;
  color: #FFFFFF;
  padding: 6px 14px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 1.45;
  letter-spacing: -0.005em;
  box-shadow: none;
  /* Drop the previous glow-shadow since the solid block already separates the text */
  text-shadow: none;
}
/* Red callout keeps red text on black block */
.hero-text .hero-h1 .hl {
  color: var(--red) !important;
  background: transparent;
}

/* Give the h1 breathing room above/below since it's now inline */
.hero-text .hero-eyebrow { margin-bottom: 22px; }
.hero-text .hero-h1 + ul.hero-bullets,
.hero-text .hero-h1 ~ ul.hero-bullets { margin-top: 28px; }

/* Page-scoped: flip /no-hidden/fees/ hero image horizontally */
body.page-no-hidden-fees .hero-bg img {
  /* scale up to create horizontal slack, flip, then nudge visible content right */
  transform: translateX(8%) scaleX(-1) scale(1.15);
  transform-origin: center;
}

@media (max-width: 900px) {
  .hero-text .hero-h1 { padding: 5px 10px; line-height: 1.4; }
}
@media (max-width: 480px) {
  .hero-text .hero-h1 { padding: 4px 8px; }
}

body.page-full-service-time .hero-bg img { transform: scaleX(-1); }


/* ============================================================
   V17 — Hero parity with haulco.com (solid black rounded panel)
   Replaces V16 per-line box-decoration-break treatment.
   ============================================================ */

/* Undo V16 inline per-line boxes on the h1 */
.hero-text .hero-h1 {
  display: block !important;
  background: transparent !important;
  padding: 0 !important;
  -webkit-box-decoration-break: initial !important;
          box-decoration-break: initial !important;
  text-shadow: none !important;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 56px;
  line-height: 1.03;
  letter-spacing: -0.01em;
  margin: 8px 0 28px;
}
.hero-text .hero-h1 .hl { color: var(--red) !important; }

/* Solid black rounded panel around all hero copy */
.hero-text {
  background: #0A0A0A;
  border-radius: 14px;
  padding: 52px 56px 44px;
  max-width: 620px;
  width: 100%;
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);
}

/* Drop the full-image darkening overlay so the subject shows cleanly */
.hero-bg::after { display: none !important; }

/* Eyebrow — "— MOVE WITH CERTAINTY." style */
.hero-text .hero-eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  padding: 0 !important;
  margin: 0 0 6px !important;
  background: transparent !important;
  border: 0 !important;
  backdrop-filter: none !important;
  color: #FFFFFF !important;
  font-family: 'GT Pressura Mono', monospace !important;
  font-size: 13px !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero-text .hero-eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--teal);
  flex: 0 0 28px;
}
.hero-text .hero-eyebrow .hl { color: var(--red) !important; }

/* Bullets — teal-filled circle checkmarks with white text */
.hero-text .hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.hero-text .hero-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 6px 0;
  color: #FFFFFF !important;
  font-size: 15.5px;
  line-height: 1.45;
}
.hero-text .hero-bullets li .chk {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--teal);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-top: 1px;
  font-weight: 700;
}

/* Italic grey quote line with teal left border */
.hero-text .hero-promise {
  border-left: 3px solid var(--teal);
  padding-left: 14px !important;
  margin: 18px 0 24px !important;
  color: rgba(255,255,255,0.6) !important;
  font-style: italic;
  font-size: 15px;
}

/* Big solid red CTA with subtle glow */
.hero-text .btn-red {
  font-size: 17px;
  padding: 18px 36px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(229,54,37,0.45);
}

/* Trust line — small teal dot + mono legal text, no box */
.hero-text .hero-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  backdrop-filter: none !important;
  color: rgba(255,255,255,0.55) !important;
  font-family: 'GT Pressura Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.hero-text .hero-badge .dot {
  display: inline-block;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--teal);
}

/* Hero actions — keep button and badge stacked */
.hero-text .hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 8px;
}

/* Mobile: panel takes more of the width, slightly smaller padding */
@media (max-width: 900px) {
  .hero-text { padding: 36px 28px; max-width: 100%; border-radius: 12px; }
  .hero-text .hero-h1 { font-size: 36px !important; margin: 8px 0 22px; }
  .hero-text .hero-bullets li { font-size: 15px; }
  .hero-text .btn-red { width: 100%; justify-content: center; padding: 17px 24px; }
  /* Bring back a soft bottom darkening so mobile text isn't overwhelmed */
  .hero-bg::after {
    display: block !important;
    background: linear-gradient(180deg,
      rgba(10,10,10,0.35) 0%,
      rgba(10,10,10,0.0) 30%,
      rgba(10,10,10,0.45) 100%) !important;
  }
}
@media (max-width: 480px) {
  .hero-text { padding: 30px 22px; }
  .hero-text .hero-h1 { font-size: 30px !important; }
}


/* ============================================================
   V18 — SEO keyword block (campaign keyword → page match)
   ============================================================ */
.seo-sec {
  background: var(--gray-100);
  padding: 0;
}
.seo-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 72px 28px !important;
}
.seo-eye {
  font-family: 'GT Pressura Mono', monospace;
  color: var(--teal);
  letter-spacing: 0.14em;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.seo-headline {
  font-family: 'Eurostar Bold', sans-serif;
  font-size: 32px;
  line-height: 1.18;
  color: var(--black);
  letter-spacing: -0.005em;
  margin-bottom: 18px;
  text-transform: none;
  max-width: 820px;
}
.seo-body {
  font-size: 16px;
  line-height: 1.7;
  color: var(--steel);
  max-width: 820px;
}
.seo-body strong { color: var(--black); font-weight: 600; }
@media (max-width: 900px) {
  .seo-inner { padding: 52px 20px !important; }
  .seo-headline { font-size: 24px; }
}


/* ============================================================
   V19 — Keep V17 hero internals, drop the black panel,
   restore gradient so the full image shows through.
   ============================================================ */

/* Transparent hero-text container — no black box, no shadow, no rounded panel */
.hero-text {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  max-width: 620px;
}

/* H1 keeps all-caps white, loses any rectangle; add text-shadow for legibility on image */
.hero-text .hero-h1 {
  text-shadow: 0 2px 24px rgba(0,0,0,0.55), 0 1px 2px rgba(0,0,0,0.45);
}
.hero-text .hero-eyebrow,
.hero-text .hero-bullets li,
.hero-text .hero-promise,
.hero-text .hero-badge {
  text-shadow: 0 1px 10px rgba(0,0,0,0.45);
}

/* Restore the left-to-right dark gradient so text wins over the image */
.hero-bg::after {
  display: block !important;
  background:
    linear-gradient(90deg, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0.62) 38%, rgba(10,10,10,0.18) 68%, rgba(10,10,10,0.0) 100%),
    linear-gradient(180deg, rgba(10,10,10,0.12) 0%, rgba(10,10,10,0.0) 30%, rgba(10,10,10,0.0) 70%, rgba(10,10,10,0.35) 100%) !important;
  pointer-events: none;
}

/* Mobile: swap to top-to-bottom darkening so full-width stacked copy stays legible */
@media (max-width: 900px) {
  .hero-bg::after {
    background: linear-gradient(180deg,
      rgba(10,10,10,0.72) 0%,
      rgba(10,10,10,0.55) 40%,
      rgba(10,10,10,0.75) 78%,
      rgba(10,10,10,0.92) 100%) !important;
  }
}


/* ============================================================
   V20 — Team avatars show founder photos (circular, teal ring)
   ============================================================ */
.team-avatar {
  padding: 0 !important;
  overflow: hidden;
  background: #1A1D22;
}
.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(1) contrast(1.05);
}


/* ============================================================
   V21 — Tooltip on every Full Value Protection claim
   ============================================================ */
.fvp-tt {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: help;
  border-bottom: 1px dotted currentColor;
  outline: none;
}
.fvp-tt .fvp-label { display: inline; }
.fvp-tt .fvp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--teal);
  color: #FFFFFF;
  font-family: 'GT Pressura Mono', monospace;
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 15px;
}
.fvp-tt .fvp-bubble {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  width: max-content;
  max-width: 280px;
  background: #0A0A0A;
  color: #FFFFFF;
  font-family: 'Graphik', -apple-system, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12.5px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 12px 32px rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
  z-index: 50;
  white-space: normal;
}
.fvp-tt .fvp-bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #0A0A0A;
}
.fvp-tt:hover .fvp-bubble,
.fvp-tt:focus .fvp-bubble,
.fvp-tt:focus-within .fvp-bubble {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

/* Mobile: bubble switches to bottom-anchored, full-width within container */
@media (max-width: 600px) {
  .fvp-tt .fvp-bubble {
    max-width: min(86vw, 320px);
    font-size: 12px;
  }
}

body.page-protection-property .hero-bg img {
  /* scale up to create slack, flip, nudge visible content 8% right */
  transform: translateX(8%) scaleX(-1) scale(1.18);
  transform-origin: center;
}

/* /track/move/ — push subject out from behind the hero text */
body.page-track-move .hero-bg img {
  /* moved 7.5% left from previous +12% — net translate +4.5% */
  transform: scale(1.18) translateX(4.5%);
  transform-origin: center center;
}

body.page-full-service-move .hero-bg img { transform: scaleX(-1); }

/* /instant-price/fast/ — push image 3.3% right (back 2/3 of the 10% shift) */
body.page-instant-price-fast .hero-bg img {
  transform: scale(1.2) translateX(3.3%);
  transform-origin: center;
}




/* /long-distance/move/ — push image 7% to the right (smaller scale, less aggressive) */
body.page-long-distance-move .hero-bg img {
  transform: scale(1.18) translateX(7%);
  transform-origin: center;
}

body.page-predictable-move .hero-bg img { transform: scaleX(-1); }

body.page-direct-mover .hero-bg img { transform: scaleX(-1); }


/* ============================================================
   V22 — Force "We take it all the way..." onto one visual line
   ============================================================ */
.one-line-sub {
  white-space: nowrap;
  max-width: 100%;
  font-size: clamp(13px, 1.6vw, 17px);
}
@media (max-width: 900px) {
  .one-line-sub {
    white-space: normal;     /* allow wrap on small screens to prevent overflow */
    font-size: 15px;
  }
}


/* ============================================================
   V23 — Story section 2-column design (haulco.com parity)
   Pure layout/styling change — copy is preserved.
   ============================================================ */
.story-sec { background: #0E1013; color: #FFFFFF; padding: 0; }
.story-inner { max-width: 1160px; margin: 0 auto; padding: 96px 28px !important; }
.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 1fr);
  gap: 56px;
  align-items: start;
}
.story-col-left, .story-col-right { min-width: 0; }

/* Left column */
.story-sec .story-eye {
  font-family: 'GT Pressura Mono', monospace;
  color: var(--teal);
  letter-spacing: 0.18em;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.story-sec .story-tag {
  color: rgba(255,255,255,0.55);
  font-size: 17px;
  margin-bottom: 16px;
  max-width: 620px;
}
.story-sec .story-headline {
  font-family: 'Eurostar Bold', sans-serif;
  font-size: 40px;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 28px;
  letter-spacing: -0.005em;
  text-transform: none;
  max-width: 620px;
}
.story-sec .story-headline .hl-red { color: var(--red); }
.story-sec .story-body {
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(255,255,255,0.75);
  margin-bottom: 22px;
  max-width: 620px;
}
.story-sec .story-body strong { color: #FFFFFF; font-weight: 600; }

/* Pain-points list — clean dark rows */
.story-sec .story-pains {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  max-width: 620px;
  display: block !important;   /* override V23 earlier hide rule */
}
.story-sec .story-pains li {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.6;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.story-sec .story-pains li:last-child { border-bottom: 0; }

.story-creds { margin: 18px 0 28px; max-width: 620px; }
.story-cred {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  padding: 8px 0;
  display: flex; gap: 12px; align-items: baseline;
}
.story-cred .sc-a { color: var(--teal); font-weight: 700; }

.btn-ghost-teal {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px;
  border: 1px solid rgba(0,122,143,0.5);
  color: var(--teal);
  border-radius: 8px;
  text-decoration: none;
  font-family: 'GT Pressura Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background .2s, border-color .2s;
}
.btn-ghost-teal:hover { background: rgba(0,122,143,0.08); border-color: var(--teal); }

/* Right column — brand card */
.story-brand-card {
  background: #15181D;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 36px 32px 28px;
  text-align: center;
  position: sticky;
  top: 40px;
}
.sbc-logo { height: 54px; margin: 12px 0 22px; filter: brightness(1.05); }
.sbc-motto {
  font-family: 'Eurostar Bold', sans-serif;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.sbc-motto .hl-red { color: var(--red); }
.sbc-entity {
  font-family: 'GT Pressura Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.55);
  line-height: 1.85;
  margin-bottom: 26px;
}
.sbc-founders {
  display: flex;
  justify-content: center;
  gap: 14px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.sbc-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(0,122,143,0.5);
  background: #1A1D22;
}
.sbc-avatar img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(1) contrast(1.05);
}

/* Hide older stacked UI that V14 introduced */
.story-team, .story-stats, .story-cta-row, .story-meet-link, .story-entity-compact {
  display: none !important;
}

@media (max-width: 900px) {
  .story-inner { padding: 64px 20px !important; }
  .story-grid { grid-template-columns: 1fr; gap: 32px; }
  .story-brand-card { position: static; }
  .story-sec .story-headline { font-size: 28px; }
}


/* ============================================================
   V24 — SVG icons (haulco.com parity)
   ============================================================ */

/* Trust bar icons — teal stroke */
.trust-item .ti {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  color: var(--teal);
  margin-right: 10px;
}
.trust-item .ti .ico { display: block; }

/* Step-card icons — teal stroke, centered above step title */
.step-card .step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 10px;
  background: rgba(0,122,143,0.12);
  color: var(--teal);
  margin-bottom: 14px;
}
.step-card .step-icon .ico { width: 22px; height: 22px; display: block; }

/* Comparison row icons — red for X, teal for check */
.cmp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px; height: 24px;
  flex: 0 0 24px;
}
.cmp-icon-x { color: var(--red); }
.cmp-icon-check { color: var(--teal); }
.cmp-icon .ico { display: block; }

/* Hero bullet checkmarks — white check inside teal circle */
.hero-text .hero-bullets li .chk {
  /* already sized 22px teal circle from V17 — override ico inside */
  display: inline-flex;
}
.hero-text .hero-bullets li .chk .ico {
  width: 13px; height: 13px;
  color: #FFFFFF;
  stroke-width: 3;
}


/* ============================================================
   V25 — Restore old team/stats/CTA story UI (un-hide from V23)
   ============================================================ */
.story-sec .story-team,
.story-sec .story-stats,
.story-sec .story-cta-row,
.story-sec .story-meet-link {
  display: grid !important;  /* unhide — V23 set display:none */
}
.story-sec .story-cta-row { display: flex !important; }
.story-sec .story-meet-link { display: inline-block !important; }

/* Re-assert stacked (not 2-column) story-sec padding since V23 made it a grid */
.story-sec .story-grid,
.story-sec .story-col-left,
.story-sec .story-col-right,
.story-sec .story-brand-card { display: none !important; }
.story-inner { max-width: 1100px; }


/* ============================================================
   V26 — Icon refinement (haulco.com screenshot parity)
   ============================================================ */

/* Trust bar icons — WHITE strokes on the teal bar */
.trust-item .ti { color: #FFFFFF !important; }

/* Step-tag: teal row with small icon + text */
.step-card .step-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal);
  font-family: 'GT Pressura Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.02em;
  padding: 0;
  background: transparent;
  margin-top: 12px;
}
.step-card .step-tag .ico {
  flex: 0 0 14px;
  color: var(--teal);
  stroke-width: 2;
}
.step-card .step-tag span { line-height: 1.3; }


/* ============================================================
   V27 — Cookie consent banner (haulco.com parity shim)
   Replicates the exact Tailwind utilities used by haulco.com.
   ============================================================ */
#cookie-banner.hidden { display: none !important; }
#cookie-banner.fixed  { position: fixed; }
#cookie-banner.inset-x-0 { left: 0; right: 0; }
#cookie-banner.bottom-0  { bottom: 0; }
#cookie-banner.z-50 { z-index: 50; }
#cookie-banner.p-3 { padding: 0.75rem; }
@media (min-width: 640px) { #cookie-banner.sm\:p-4 { padding: 1rem; } }

#cookie-banner .mx-auto { margin-left: auto; margin-right: auto; }
#cookie-banner .max-w-4xl { max-width: 56rem; }
#cookie-banner .rounded-md { border-radius: 0.375rem; }
#cookie-banner .shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
}
#cookie-banner .bg-primary { background-color: #007A8F; }  /* HaulCo teal primary */
#cookie-banner .text-white { color: #FFFFFF; }
#cookie-banner .px-4 { padding-left: 1rem; padding-right: 1rem; }
#cookie-banner .py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
@media (min-width: 640px) {
  #cookie-banner .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  #cookie-banner .sm\:py-4 { padding-top: 1rem; padding-bottom: 1rem; }
}

#cookie-banner .flex { display: flex; }
#cookie-banner .flex-col { flex-direction: column; }
#cookie-banner .items-center { align-items: center; }
#cookie-banner .justify-between { justify-content: space-between; }
#cookie-banner .gap-2 { gap: 0.5rem; }
#cookie-banner .gap-3 { gap: 0.75rem; }
@media (min-width: 640px) {
  #cookie-banner .sm\:flex-row { flex-direction: row; }
  #cookie-banner .sm\:items-center { align-items: center; }
  #cookie-banner .sm\:justify-between { justify-content: space-between; }
}

#cookie-banner .text-sm { font-size: 0.875rem; line-height: 1.25rem; }
#cookie-banner .leading-relaxed { line-height: 1.625; }
#cookie-banner .underline { text-decoration: underline; }
#cookie-banner a { color: inherit; }
#cookie-banner p { margin: 0; }

#cookie-banner #cookie-dismiss {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  height: 2.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  background-color: #0A0A0A;        /* secondary background (near-black) */
  color: #FFFFFF;                    /* secondary-foreground */
  border: 0;
  cursor: pointer;
  transition: background-color .15s ease;
}
#cookie-banner #cookie-dismiss:hover { background-color: rgba(10,10,10,0.8); }
#cookie-banner #cookie-dismiss:focus-visible {
  outline: 2px solid rgba(255,255,255,0.6);
  outline-offset: 2px;
}


/* ============================================================
   V28 — Footer FVP disclaimer
   ============================================================ */
.lp-footer-fvp-disclaimer {
  margin: 14px auto 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 11px;
  line-height: 1.6;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.01em;
  max-width: 960px;
  text-align: center;
}
