/* Texas Solutions Truck Dispatch — site styles (generated pages use this file only) */
:root {
  --red: #ec3013; --red-600: #c9240b; --red-50: #fdece9;
  --ink: #14110f; --ink-2: #201e1d; --ink-3: #2b2826;
  --text: #201e1d; --muted: #5c5752; --line: #e4e1de;
  --bg: #f6f5f3; --card: #ffffff; --soft: #efedea;
  --green: #25d366; --green-700: #128c7e;
  --radius: 18px; --radius-sm: 12px;
  --shadow: 0 1px 2px rgba(20,17,15,.06), 0 8px 28px rgba(20,17,15,.08);
  --shadow-lg: 0 24px 60px rgba(20,17,15,.18);
  --wrap: 1200px;
  --font: 'Archivo', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); color: var(--text); background: var(--bg); line-height: 1.6; font-size: 16px; overflow-x: hidden; }
img, video { max-width: 100%; display: block; }
a { color: var(--red-600); }
h1, h2, h3, h4 { line-height: 1.12; letter-spacing: -.02em; margin: 0; color: var(--ink); }
h1 { font-size: clamp(36px, 6vw, 68px); font-weight: 800; }
h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 800; }
h3 { font-size: 20px; font-weight: 700; }
p { margin: 0; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -9999px; top: 8px; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-weight: 700; font-size: 15px; text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: transform .15s ease, background .2s ease, box-shadow .2s ease; font-family: inherit; line-height: 1.1; }
.btn:hover { transform: translateY(-1px); }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 8px 22px rgba(236,48,19,.32); }
.btn-red:hover { background: var(--red-600); color: #fff; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-3); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.btn-ghost:hover { background: rgba(255,255,255,.1); color: #fff; }
.btn-line { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-line:hover { border-color: var(--ink); color: var(--ink); }
.btn-wa { background: var(--green); color: #06371d; }
.btn-wa:hover { background: #1fc05b; color: #06371d; }
.btn svg { width: 18px; height: 18px; flex: none; }

/* ---------- header ---------- */
.topbar { background: var(--ink); color: #d8d4d0; font-size: 13px; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 8px; padding-bottom: 8px; }
.topbar a { color: #fff; text-decoration: none; font-weight: 600; }
.topbar .tb-left { display: flex; gap: 18px; flex-wrap: wrap; }
.topbar .tb-pill { background: rgba(236,48,19,.18); color: #ffb3a6; padding: 3px 10px; border-radius: 999px; font-weight: 600; }
.header { position: sticky; top: 0; z-index: 50; background: rgba(246,245,243,.88); backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.header.scrolled { border-color: var(--line); box-shadow: 0 6px 24px rgba(20,17,15,.06); }
.header .wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand img { height: 40px; width: auto; }
.brand span { font-weight: 800; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; line-height: 1.15; }
.brand span small { display: block; color: var(--red); font-size: 11px; letter-spacing: .2em; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav > a, .nav .dd > button { color: var(--ink); text-decoration: none; font-weight: 600; font-size: 15px; padding: 10px 12px; border-radius: 10px; background: none; border: 0; font-family: inherit; cursor: pointer; }
.nav > a:hover, .nav .dd > button:hover, .nav > a[aria-current="page"] { background: var(--soft); }
.nav > a[aria-current="page"] { color: var(--red-600); }
.dd { position: relative; }
.dd-menu { position: absolute; top: calc(100% + 8px); left: -8px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg); padding: 10px; width: 300px; display: none; }
.dd:hover .dd-menu, .dd:focus-within .dd-menu, .dd.open .dd-menu { display: grid; }
.dd-menu a { display: block; padding: 10px 12px; border-radius: 10px; color: var(--ink); text-decoration: none; font-weight: 600; font-size: 14px; }
.dd-menu a:hover { background: var(--soft); color: var(--red-600); }
.nav-cta { display: flex; gap: 8px; align-items: center; }
.nav-cta .btn { padding: 11px 18px; font-size: 14px; }
.burger { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line); background: #fff; cursor: pointer; align-items: center; justify-content: center; }
.burger span, .burger span::before, .burger span::after { display: block; width: 18px; height: 2px; background: var(--ink); position: relative; content: ''; transition: transform .2s; }
.burger span::before { position: absolute; top: -6px; } .burger span::after { position: absolute; top: 6px; }
.mnav { display: none; }
@media (max-width: 1040px) {
  .nav, .nav-cta .btn-line { display: none; }
  .burger { display: inline-flex; }
  .mnav { position: fixed; inset: 72px 0 0 0; background: var(--bg); z-index: 49; padding: 20px; overflow-y: auto; }
  .mnav.open { display: block; }
  .mnav a { display: block; padding: 14px 4px; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; font-weight: 700; font-size: 18px; }
  .mnav .mnav-sub a { font-weight: 600; font-size: 15px; padding-left: 16px; color: var(--muted); }
  .mnav .btn { margin-top: 18px; width: 100%; }
}
@media (max-width: 560px) {
  .topbar .tb-hide { display: none; }
  .nav-cta .btn-red { display: none; }
  .brand span { font-size: 11px; }
}

/* ---------- hero ---------- */
.hero { position: relative; background: var(--ink); color: #fff; overflow: hidden; isolation: isolate; }
.hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; opacity: .5; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(1000px 520px at 85% 10%, rgba(236,48,19,.35), transparent 60%), linear-gradient(180deg, rgba(20,17,15,.55) 0%, rgba(20,17,15,.92) 100%); }
.hero .wrap { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; padding-top: 88px; padding-bottom: 96px; align-items: center; }
.hero h1 { color: #fff; }
.hero h1 em { font-style: normal; color: var(--red); }
.hero .lede { font-size: clamp(17px, 2vw, 20px); color: #d9d5d1; margin-top: 20px; max-width: 60ch; }
.hero .ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--red); }
.hero .eyebrow { color: #ffb3a6; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); padding: 7px 14px; border-radius: 999px; margin-bottom: 22px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(37,211,102,.6); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.55); } 70% { box-shadow: 0 0 0 10px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 40px; max-width: 560px; }
.hero-stats div { border-left: 2px solid var(--red); padding-left: 14px; }
.hero-stats b { display: block; font-size: 26px; font-weight: 800; color: #fff; }
.hero-stats span { font-size: 13px; color: #b9b3ae; }
.hero-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 22px; padding: 26px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.hero-card h2 { color: #fff; font-size: 22px; }
.hero-card .row { display: flex; justify-content: space-between; gap: 12px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.hero-card .row:last-of-type { border-bottom: 0; }
.hero-card .row b { color: #fff; font-size: 17px; }
.hero-card .row span { color: #b9b3ae; font-size: 14px; }
.hero-card .pct { color: var(--red); font-weight: 800; font-size: 24px; white-space: nowrap; }
.hero-card .btn { width: 100%; margin-top: 14px; }
.hero-card small { display: block; color: #9d968f; font-size: 12px; margin-top: 12px; }
@media (max-width: 900px) { .hero .wrap { grid-template-columns: 1fr; padding-top: 56px; padding-bottom: 64px; } }
@media (max-width: 480px) { .hero-stats b { font-size: 21px; } }

/* page hero (inner pages) */
.phero { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.phero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(800px 400px at 90% 0%, rgba(236,48,19,.35), transparent 60%); }
.phero .wrap { position: relative; padding-top: 64px; padding-bottom: 64px; }
.phero h1 { color: #fff; font-size: clamp(34px, 5vw, 56px); max-width: 20ch; }
.phero .lede { color: #d9d5d1; font-size: 18px; margin-top: 16px; max-width: 62ch; }
.phero .ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.crumbs { font-size: 13px; color: #9d968f; margin-bottom: 18px; }
.crumbs a { color: #d9d5d1; text-decoration: none; }
.crumbs a:hover { color: #fff; }

/* ---------- sections ---------- */
.sec { padding: clamp(64px, 9vw, 110px) 0; }
.sec-soft { background: var(--soft); }
.sec-dark { background: var(--ink); color: #d9d5d1; }
.sec-dark h2, .sec-dark h3 { color: #fff; }
.sec-head { max-width: 760px; margin-bottom: 44px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head p { font-size: 18px; color: var(--muted); margin-top: 14px; }
.sec-dark .sec-head p { color: #b9b3ae; }
.sec-head .eyebrow { margin-bottom: 12px; }
.grid { display: grid; gap: 20px; }
.grid > * { min-width: 0; }
.g2 { grid-template-columns: repeat(2, 1fr); } .g3 { grid-template-columns: repeat(3, 1fr); } .g4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 960px) { .g3, .g4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .g2, .g3, .g4 { grid-template-columns: 1fr; } }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.card p { color: var(--muted); margin-top: 10px; }
.icon { width: 48px; height: 48px; border-radius: 14px; background: var(--red-50); color: var(--red); display: grid; place-items: center; margin-bottom: 18px; }
.icon svg { width: 24px; height: 24px; }
a.card { text-decoration: none; color: inherit; transition: transform .2s, box-shadow .2s, border-color .2s; }
a.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: #d8d3cf; }
a.card:hover h3 { color: var(--red-600); }
.more { display: inline-flex; margin-top: 16px; font-weight: 700; color: var(--red-600); font-size: 14px; }

/* quick answer (AEO) */
.answer { background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--red); border-radius: var(--radius-sm); padding: 26px 28px; box-shadow: var(--shadow); }
.answer .label { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--red-600); }
.answer h2 { font-size: clamp(20px, 2.4vw, 26px); margin-top: 8px; }
.answer p { margin-top: 10px; font-size: 17px; color: var(--text); max-width: 80ch; }

/* pricing */
.price { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 32px; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.price.feat { background: var(--ink); color: #d9d5d1; border-color: var(--ink); }
.price.feat h3, .price.feat .amt { color: #fff; }
.price .tag { position: absolute; top: 20px; right: 20px; background: var(--red); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; }
.price .amt { font-size: 56px; font-weight: 800; letter-spacing: -.03em; color: var(--ink); margin-top: 14px; line-height: 1; }
.price .amt small { font-size: 16px; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.price.feat .amt small { color: #b9b3ae; }
.price ul { list-style: none; padding: 0; margin: 22px 0 26px; display: grid; gap: 10px; }
.price li { display: flex; gap: 10px; align-items: flex-start; }
.price li::before { content: ''; flex: none; width: 18px; height: 18px; margin-top: 3px; border-radius: 50%; background: var(--red) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/12px no-repeat; }
.price .btn { margin-top: auto; }
.price .eq { font-size: 14px; color: var(--muted); margin-top: 6px; }
.price.feat .eq { color: #b9b3ae; }
.note { font-size: 14px; color: var(--muted); margin-top: 22px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; justify-content: center; }
.chip { display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; font-size: 14px; font-weight: 600; color: var(--ink); text-decoration: none; }
.chip b { color: var(--red-600); }
a.chip:hover { border-color: var(--ink); }

/* rate board */
.board { background: #0f0d0c; border: 1px solid #2b2826; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg); }
.board-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 18px 22px; border-bottom: 1px solid #2b2826; flex-wrap: wrap; }
.board-head b { color: #fff; font-size: 15px; display: inline-flex; align-items: center; gap: 10px; }
.board-head span { font-size: 12px; color: #9d968f; letter-spacing: .08em; text-transform: uppercase; }
.board-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.board-table th { text-align: left; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #8a847e; font-weight: 600; padding: 12px 22px; background: #161311; }
.board-table td { padding: 14px 22px; border-top: 1px solid #221f1d; color: #e8e4e0; }
.board-table td.rate { color: #4ade80; font-weight: 800; font-variant-numeric: tabular-nums; }
.board-table tr { transition: background .3s; }
.board-table tr.flash { background: rgba(236,48,19,.12); }
.eq-badge { display: inline-block; font-size: 12px; font-weight: 700; padding: 3px 9px; border-radius: 6px; background: #2b2826; color: #f1c9c1; }
.board-foot { padding: 14px 22px; font-size: 12px; color: #8a847e; border-top: 1px solid #221f1d; }
@media (max-width: 640px) { .board-table .hide-sm { display: none; } .board-table th, .board-table td { padding: 12px 14px; } }
.rate-guide { display: grid; gap: 10px; }
.rate-guide .rg { display: grid; grid-template-columns: 1fr auto; gap: 4px 16px; align-items: center; background: #1a1715; border: 1px solid #2b2826; border-radius: 14px; padding: 16px 18px; }
.rate-guide .rg b { color: #fff; }
.rate-guide .rg .v { color: #4ade80; font-weight: 800; font-size: 18px; text-align: right; white-space: nowrap; }
.rate-guide .rg small { color: #9d968f; grid-column: 1 / -1; font-size: 13px; }
.rate-guide .rg.hi { border-color: rgba(236,48,19,.55); background: linear-gradient(90deg, rgba(236,48,19,.14), #1a1715 70%); }

/* steps */
.steps { counter-reset: s; }
.step { position: relative; padding-top: 56px; }
.step::before { counter-increment: s; content: '0' counter(s); position: absolute; top: 0; left: 0; font-size: 40px; font-weight: 800; color: var(--red); line-height: 1; }
.step p { color: var(--muted); margin-top: 8px; }
.sec-dark .step p { color: #b9b3ae; }

/* estimator */
.est { display: grid; grid-template-columns: 1.05fr .95fr; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg); }
.est-in { padding: clamp(24px, 4vw, 40px); }
.est-out { background: var(--ink); color: #d9d5d1; padding: clamp(24px, 4vw, 40px); display: flex; flex-direction: column; }
.est-out h3 { color: #fff; }
.est-in .otr { background: var(--red-50); color: var(--red-600); }
.est-big small { display: block; margin-top: 8px; }
.seg { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.seg label { position: relative; display: block; border: 2px solid var(--line); border-radius: 14px; padding: 14px 16px; cursor: pointer; transition: border-color .2s, background .2s; }
.seg input { position: absolute; opacity: 0; }
.seg label b { display: block; color: var(--ink); }
.seg label span { font-size: 13px; color: var(--muted); }
.seg label:has(input:checked) { border-color: var(--red); background: var(--red-50); }
.seg label:has(input:focus-visible) { outline: 3px solid rgba(236,48,19,.35); outline-offset: 2px; }
.field { margin-top: 22px; }
.field > label, .flabel { display: block; font-weight: 700; font-size: 14px; color: var(--ink); margin-bottom: 8px; }
.field .hint { font-size: 13px; color: var(--muted); margin-top: 6px; }
.range-row { display: flex; align-items: center; gap: 14px; }
.range-row output { min-width: 96px; text-align: right; font-weight: 800; color: var(--ink); font-size: 18px; font-variant-numeric: tabular-nums; }
input[type=range] { flex: 1; accent-color: var(--red); height: 28px; }
.est-big { font-size: clamp(40px, 6vw, 60px); font-weight: 800; color: #fff; letter-spacing: -.03em; line-height: 1; margin-top: 14px; font-variant-numeric: tabular-nums; }
.est-big small { font-size: 16px; color: #b9b3ae; font-weight: 600; letter-spacing: 0; }
.est-lines { margin: 22px 0; display: grid; gap: 0; }
.est-lines div { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid #2b2826; font-size: 15px; }
.est-lines b { color: #fff; font-variant-numeric: tabular-nums; }
.est-out .btn { margin-top: 10px; }
.est-out small { color: #8a847e; font-size: 12px; margin-top: 16px; display: block; }
.otr { display: inline-flex; align-items: center; gap: 8px; background: rgba(236,48,19,.16); color: #ffb3a6; padding: 6px 12px; border-radius: 999px; font-size: 13px; font-weight: 700; margin-top: 10px; }
@media (max-width: 860px) { .est { grid-template-columns: 1fr; } }

/* forms */
.form { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: clamp(22px, 4vw, 36px); box-shadow: var(--shadow); }
.form .grid { gap: 16px; }
.form label.fl { display: block; font-weight: 700; font-size: 14px; color: var(--ink); margin-bottom: 6px; }
.form label.fl i { color: var(--red); font-style: normal; }
.form input[type=text], .form input[type=email], .form input[type=tel], .form input[type=number], .form select, .form textarea { width: 100%; font: inherit; font-size: 16px; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 12px; background: #fbfaf9; color: var(--ink); transition: border-color .2s, box-shadow .2s, background .2s; }
.form textarea { min-height: 120px; resize: vertical; }
.form input:focus, .form select:focus, .form textarea:focus { outline: 0; border-color: var(--red); box-shadow: 0 0 0 4px rgba(236,48,19,.12); background: #fff; }
.form .full { grid-column: 1 / -1; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: 13px; color: var(--muted); line-height: 1.55; background: var(--bg); border-radius: 12px; padding: 14px; }
.consent input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--red); flex: none; }
.form .fine { font-size: 12px; color: var(--muted); margin-top: 14px; }
.form .btn { width: 100%; margin-top: 18px; padding: 16px; font-size: 16px; }
.form-status { margin-top: 14px; font-weight: 600; font-size: 15px; display: none; padding: 12px 14px; border-radius: 12px; }
.form-status.ok { display: block; background: #e8f8ee; color: #0f6b35; }
.form-status.err { display: block; background: var(--red-50); color: var(--red-600); }
.hp { position: absolute; left: -9999px; }

/* contact side */
.cside { display: grid; gap: 14px; align-content: start; }
.cbox { display: flex; gap: 14px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px; text-decoration: none; color: var(--ink); box-shadow: var(--shadow); }
.cbox .icon { margin: 0; flex: none; }
.cbox b { display: block; }
.cbox span { font-size: 14px; color: var(--muted); }
a.cbox:hover { border-color: #cfcac6; }
.cbox.wa .icon { background: #e6f9ee; color: var(--green-700); }

/* FAQ */
.faq { display: grid; gap: 12px; max-width: 900px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 0 22px; transition: box-shadow .2s; }
.faq details[open] { box-shadow: var(--shadow); }
.faq summary { cursor: pointer; list-style: none; padding: 20px 36px 20px 0; font-weight: 700; font-size: 17px; color: var(--ink); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 26px; color: var(--red); font-weight: 400; transition: transform .2s; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { padding: 0 0 20px; color: var(--muted); }

/* prose */
.prose { max-width: 760px; }
.prose p { font-size: 17px; color: var(--text); margin-top: 16px; }
.prose h2 { font-size: clamp(24px, 3vw, 32px); margin-top: 44px; }
.prose ul { margin: 16px 0 0; padding-left: 22px; font-size: 17px; }
.prose li { margin-top: 8px; }
.prose li::marker { color: var(--red); }
.two { display: grid; grid-template-columns: 1.4fr .9fr; gap: 48px; align-items: start; }
.aside { position: sticky; top: 96px; display: grid; gap: 16px; }
@media (max-width: 900px) { .two { grid-template-columns: 1fr; } .aside { position: static; } }

/* legal */
.legal-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.legal-nav a { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px; font-size: 14px; color: var(--ink); text-decoration: none; }
.legal-nav a:hover { border-color: var(--ink); }
.legal-body { max-width: 800px; }
.legal-block { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px 26px; margin-bottom: 14px; }
.legal-block h2 { font-size: 21px; margin-bottom: 10px; }
.legal-block p, .legal-block li { color: var(--text); font-size: 16px; }
.legal-block p + p { margin-top: 10px; }
.legal-block ul { padding-left: 22px; margin: 10px 0 0; }

/* CTA band */
.band { background: linear-gradient(120deg, var(--red) 0%, #b81f08 100%); color: #fff; border-radius: 28px; padding: clamp(32px, 5vw, 56px); display: grid; grid-template-columns: 1.3fr auto; gap: 28px; align-items: center; position: relative; overflow: hidden; }
.band::after { content: ''; position: absolute; right: -80px; bottom: -120px; width: 360px; height: 360px; border-radius: 50%; border: 60px solid rgba(255,255,255,.08); }
.band h2 { color: #fff; }
.band p { color: #ffe1db; font-size: 18px; margin-top: 10px; }
.band .ctas { display: flex; flex-wrap: wrap; gap: 12px; position: relative; z-index: 1; }
.band .btn-dark { background: var(--ink); }
@media (max-width: 800px) { .band { grid-template-columns: 1fr; } }

/* keyword cloud */
.kw { display: flex; flex-wrap: wrap; gap: 8px; }
.kw a, .kw span { font-size: 14px; padding: 8px 14px; border-radius: 999px; border: 1px solid #3a3633; color: #d9d5d1; text-decoration: none; }
.kw a:hover { border-color: var(--red); color: #fff; }

/* footer */
.footer { background: var(--ink); color: #b9b3ae; padding: 72px 0 110px; font-size: 15px; }
.footer .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.footer h4 { color: #fff; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
.footer a { color: #d9d5d1; text-decoration: none; display: block; padding: 4px 0; }
.footer a:hover { color: #fff; }
.footer .fbrand img { height: 44px; width: auto; margin-bottom: 14px; filter: brightness(0) invert(1); opacity: .92; }
.footer .fbrand p { max-width: 36ch; }
.footer .legal { border-top: 1px solid #2b2826; margin-top: 48px; padding-top: 24px; font-size: 13px; color: #8a847e; }
@media (max-width: 900px) { .footer .cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer .cols { grid-template-columns: 1fr; } }

/* WhatsApp float */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 60; display: flex; align-items: center; gap: 10px; text-decoration: none; }
.wa-float .wa-btn { width: 62px; height: 62px; border-radius: 50%; background: var(--green); display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37,211,102,.45), 0 2px 6px rgba(0,0,0,.2); transition: transform .2s; position: relative; }
.wa-float .wa-btn::before { content: ''; position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--green); animation: ring 2.4s infinite; }
@keyframes ring { 0% { transform: scale(1); opacity: .8; } 100% { transform: scale(1.6); opacity: 0; } }
.wa-float svg { width: 34px; height: 34px; fill: #fff; }
.wa-float:hover .wa-btn { transform: scale(1.07); }
.wa-float .wa-tip { background: #fff; color: var(--ink); font-weight: 700; font-size: 14px; padding: 10px 14px; border-radius: 12px; box-shadow: var(--shadow-lg); white-space: nowrap; }
.wa-float .wa-tip small { display: block; font-weight: 500; color: var(--muted); font-size: 12px; }
@media (max-width: 640px) { .wa-float .wa-tip { display: none; } .wa-float { right: 16px; bottom: 16px; } .wa-float .wa-btn { width: 58px; height: 58px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } html { scroll-behavior: auto; } }

/* reveal */
.rv { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.rv.in { opacity: 1; transform: none; }
.no-js .rv { opacity: 1; transform: none; }

.center { text-align: center; }
.mt-l { margin-top: 40px; }
.board-grid { grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 24px; }
@media (max-width: 900px) { .board-grid { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 560px) { .topbar { font-size: 12px; } .topbar a { white-space: nowrap; } .topbar .tb-pill { padding: 3px 8px; } }

/* ---------- mobile + tablet polish ---------- */
.two > *, .est > *, .band > *, .hero .wrap > *, .cols > * { min-width: 0; }
.prose, .prose p, .prose li, .answer p, .faq summary { overflow-wrap: anywhere; }
@media (min-width: 641px) and (max-width: 1040px) {
  .hero .wrap { gap: 32px; }
  .hero-card { max-width: 640px; }
  .two { gap: 32px; }
}
@media (min-width: 641px) and (max-width: 900px) {
  .aside .cside { grid-template-columns: 1fr 1fr; }
}
.cbox > span { min-width: 0; overflow-wrap: anywhere; }
@media (max-width: 640px) {
  .wrap { padding: 0 16px; }
  .sec { padding: 56px 0; }
  .sec-head { margin-bottom: 28px; }
  .sec-head p { font-size: 16px; }
  .card, .price, .form { padding: 22px; }
  .price .amt { font-size: 46px; }
  .answer { padding: 20px; }
  .answer p { font-size: 16px; }
  .hero .ctas .btn, .phero .ctas .btn, .band .ctas .btn { width: 100%; }
  .hero-stats { gap: 8px; }
  .hero-stats div { padding-left: 10px; }
  .hero-stats span { font-size: 12px; }
  .seg { grid-template-columns: 1fr; }
  .range-row output { min-width: 80px; font-size: 16px; }
  .est-lines div { font-size: 14px; }
  .band { border-radius: 20px; }
  .faq details { padding: 0 16px; }
  .faq summary { font-size: 16px; padding: 18px 30px 18px 0; }
  .legal-block { padding: 20px; }
  .footer { padding: 56px 0 100px; }
  .rate-guide .rg { padding: 14px; }
  .rate-guide .rg .v { font-size: 16px; }
  .phero .wrap { padding-top: 44px; padding-bottom: 44px; }
  .phero .lede { font-size: 16px; }
}
@media (max-width: 380px) {
  h1 { font-size: 32px; }
  .phero h1 { font-size: 30px; }
  .brand span { font-size: 10px; letter-spacing: .1em; }
  .brand img { height: 34px; }
  .topbar .tb-pill { font-size: 11px; }
  .est-big { font-size: 34px; }
  .price .amt { font-size: 40px; }
  .board-table { font-size: 13px; }
  .board-table th, .board-table td { padding: 10px; }
}
@media (max-width: 900px) { .topbar .tb-hide { display: none; } }

/* ---------- dark header ---------- */
.header { background: rgba(14,12,11,.94); border-bottom: 1px solid #1f1c1a; }
.header.scrolled { border-color: #2b2826; box-shadow: 0 8px 28px rgba(0,0,0,.35); }
.topbar { background: #0b0908; border-bottom: 1px solid #1f1c1a; }
.brand, .brand span { color: #fff; }
.nav > a, .nav .dd > button { color: #e8e4e0; }
.nav > a:hover, .nav .dd > button:hover, .nav > a[aria-current="page"] { background: rgba(255,255,255,.08); color: #fff; }
.nav > a[aria-current="page"] { color: #ff6a52; }
.dd-menu { background: #1a1715; border-color: #2b2826; box-shadow: 0 24px 60px rgba(0,0,0,.5); }
.dd-menu a { color: #e8e4e0; }
.dd-menu a:hover { background: rgba(255,255,255,.07); color: #ff6a52; }
.header .btn-line { color: #fff; border-color: rgba(255,255,255,.28); }
.header .btn-line:hover { border-color: #fff; color: #fff; }
.burger { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.2); }
.burger span, .burger span::before, .burger span::after { background: #fff; }
@media (max-width: 1040px) {
  .mnav { background: #0e0c0b; }
  .mnav a { color: #fff; border-color: #2b2826; }
  .mnav .mnav-sub a { color: #b9b3ae; }
  .mnav .btn-red { color: #fff; }
  .mnav .btn-wa { color: #06371d; }
}
.header .brand img { filter: brightness(0) invert(1); }
.topbar .wrap.tb-right { justify-content: flex-end; }
@media (max-width: 560px) { .topbar .wrap.tb-right { justify-content: center; } }
.range-row input[type=range] { min-width: 0; }
.range-row output { flex: none; }

/* per-truck selector */
.seg.trucks { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.seg.trucks label { padding: 12px; }
.seg.trucks label b { font-size: 15px; }
.seg.trucks label span { font-size: 12px; display: block; margin-top: 2px; }
@media (max-width: 1100px) { .seg.trucks { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .seg.trucks { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
#waQuote .btn-wa { width: 100%; margin-top: 18px; padding: 16px; font-size: 16px; }
.pct-in { flex: 1; min-width: 0; font: inherit; font-size: 18px; font-weight: 700; padding: 11px 14px; border: 1.5px solid var(--line); border-radius: 12px; background: #fbfaf9; color: var(--ink); }
.pct-in:focus { outline: 0; border-color: var(--red); box-shadow: 0 0 0 4px rgba(236,48,19,.12); background: #fff; }
.range-row .pct-in + output { min-width: 0; font-size: 20px; }

/* fuel calculator */
#fuelCalc select.pct-in { font-size: 16px; font-weight: 600; }
#fuelCalc .flabel { font-size: 13px; }
.diesel-table td small { display: block; color: #8a847e; font-size: 12px; margin-top: 3px; font-weight: 400; }
.diesel-table td.chg { font-variant-numeric: tabular-nums; color: #b9b3ae; white-space: nowrap; }
.diesel-table td.chg.up { color: #ff8a73; }
.diesel-table td.chg.down { color: #4ade80; }
@media (min-width: 1041px) and (max-width: 1240px) { .nav > a, .nav .dd > button { padding: 10px 8px; font-size: 14px; } }
.nav > a, .nav .dd > button { white-space: nowrap; }
@media (min-width: 1041px) and (max-width: 1240px) { .nav-cta .btn-line { display: none; } .header .wrap { gap: 12px; } }
