
:root {
  --red: #d71920;
  --red-dark: #ac0f15;
  --ink: #17191e;
  --ink-2: #23262d;
  --muted: #636872;
  --soft: #f4f5f7;
  --soft-2: #eceef1;
  --line: #dde0e5;
  --white: #ffffff;
  --max: 1180px;
  --shadow: 0 24px 70px rgba(16, 19, 24, .12);
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; color: #fff; background: var(--red); border-radius: 8px; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.topbar { color: #e9ebef; background: #111318; font-size: .78rem; letter-spacing: .02em; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar-contact { display: flex; gap: 12px; align-items: center; }
.topbar a { text-decoration: none; }
.topbar a:hover { color: #fff; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(221,224,229,.9); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: block; flex: 0 0 auto; }
.brand img { width: 285px; max-height: 62px; object-fit: contain; object-position: left center; }
.primary-nav { display: flex; align-items: center; gap: 26px; font-size: .9rem; font-weight: 750; }
.primary-nav a { position: relative; color: #2e3239; text-decoration: none; white-space: nowrap; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--red); transition: right .2s ease; }
.primary-nav > a:hover::after, .primary-nav > a.is-active::after { right: 0; }
.primary-nav > a:hover, .primary-nav > a.is-active { color: var(--red-dark); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; color: #fff !important; background: var(--red); border-radius: 9px; box-shadow: 0 10px 25px rgba(215,25,32,.22); }
.nav-cta:hover { background: var(--red-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 9px; background: #fff; padding: 10px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s ease; }
.hero { position: relative; color: #fff; background-color: #080a0d; background-image: linear-gradient(90deg, rgba(5,7,10,.28), rgba(5,7,10,.08)), image-set(url("hero-truck.webp") type("image/webp"), url("hero-truck.jpg") type("image/jpeg")); background-size: cover; background-position: center; overflow: hidden; }
.home-hero { min-height: 830px; padding: 118px 0 0; }
.home-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.02) 52%, rgba(5,7,10,.84) 100%); pointer-events: none; }
.hero-content { position: relative; z-index: 2; max-width: 1180px; }
.hero-content > * { max-width: 680px; }
.eyebrow { margin: 0 0 14px; color: var(--red); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #ff6268; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; letter-spacing: -.025em; }
h1 { margin-bottom: 22px; font-size: clamp(2.7rem, 5.5vw, 5.1rem); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.6vw, 3.25rem); }
h3 { margin-bottom: 12px; font-size: 1.2rem; }
p { margin-top: 0; }
.hero-lead { margin-bottom: 34px; color: #e5e7eb; font-size: clamp(1.04rem, 1.8vw, 1.28rem); line-height: 1.7; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 10px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 12px 30px rgba(215,25,32,.24); }
.button-primary:hover { background: var(--red-dark); box-shadow: 0 15px 36px rgba(215,25,32,.3); }
.button-secondary { color: var(--ink); background: #fff; border-color: var(--line); }
.button-secondary:hover { border-color: #b8bdc6; background: #fafafa; }
.button-ghost { color: #fff; background: rgba(14,16,21,.48); border-color: rgba(255,255,255,.48); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(14,16,21,.72); border-color: #fff; }
.button-white { color: var(--red-dark); background: #fff; }
.button-white:hover { background: #f4f4f4; }
.button-full { width: 100%; }
.hero-contact-line { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px 25px; color: #cdd1d8; font-size: .9rem; }
.hero-contact-line a { color: #fff; text-decoration: none; }
.hero-facts { position: absolute; z-index: 3; left: 50%; bottom: 32px; transform: translateX(-50%); display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(12,14,18,.87); border: 1px solid rgba(255,255,255,.25); border-radius: 16px; box-shadow: 0 24px 70px rgba(0,0,0,.34); backdrop-filter: blur(12px); }
.hero-facts article { min-height: 132px; display: grid; grid-template-columns: 58px 1fr; gap: 17px; align-items: center; padding: 25px 28px; }
.hero-facts article + article { border-left: 1px solid rgba(255,255,255,.16); }
.hero-facts h2 { margin-bottom: 7px; font-size: 1.02rem; letter-spacing: 0; }
.hero-facts p { margin-bottom: 0; color: #cbd0d8; font-size: .86rem; line-height: 1.55; }
.fact-icon { width: 50px; height: 50px; display: grid; place-items: center; color: #fff; border: 2px solid var(--red); border-radius: 50%; font-size: .95rem; font-weight: 900; }
.section { padding: 96px 0; }
.section-soft { background: var(--soft); }
.section-dark { color: #fff; background: #15171c; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { min-height: 270px; padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 45px rgba(20,23,29,.06); }
.feature-card h3 { font-size: 1.25rem; }
.feature-card p { color: var(--muted); }
.line-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 26px; color: var(--red); background: #fff5f5; border: 1px solid #ffd9da; border-radius: 12px; font-weight: 900; }
.split-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: center; }
.large-copy { color: #cbd0d8; font-size: 1.12rem; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--red-dark); font-weight: 800; text-decoration: none; }
.text-link-light { color: #ff686e; }
.principles-card { padding: 36px; background: #20232a; border: 1px solid #343842; border-radius: var(--radius); }
.check-list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 15px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; }
.check-list span { color: #ff565d; font-weight: 900; }
.dark-checks span { color: var(--red); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.steps-grid article { padding: 36px; background: #fff; }
.steps-grid article + article { border-left: 1px solid var(--line); }
.steps-grid article > span { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 24px; color: #fff; background: var(--red); border-radius: 50%; font-weight: 900; }
.steps-grid p { color: var(--muted); }
.cta-section { padding-top: 0; }
.cta-card { min-height: 230px; padding: 50px 58px; display: flex; align-items: center; justify-content: space-between; gap: 35px; color: #fff; background: linear-gradient(120deg, #b80f16, #e32229); border-radius: 22px; box-shadow: 0 26px 70px rgba(180,15,21,.22); }
.cta-card h2 { max-width: 760px; margin-bottom: 0; }
.page-hero { min-height: 430px; display: grid; align-items: center; color: #fff; background-color: #0c0e12; background-image: linear-gradient(90deg, rgba(5,7,10,.88) 0%, rgba(5,7,10,.6) 52%, rgba(5,7,10,.25) 100%), image-set(url("hero-truck.webp") type("image/webp"), url("hero-truck.jpg") type("image/jpeg")); background-size: cover; background-position: center 42%; }
.page-hero.compact { min-height: 360px; }
.page-hero-content { padding: 72px 0; }
.page-hero-content > * { max-width: 820px; }
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4.25rem); }
.page-hero p:not(.eyebrow):not(.effective-date) { color: #d8dbe1; font-size: 1.12rem; }
.effective-date { color: #adb3bd; font-size: .9rem; }
.content-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.prose-large { color: var(--muted); font-size: 1.1rem; }
.compliance-callout { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding: 46px; border: 1px solid var(--line); border-radius: var(--radius); }
.compliance-callout p:last-child { max-width: 760px; color: var(--muted); }
.button-stack { display: grid; gap: 12px; min-width: 220px; }
.form-section { background: var(--soft); }
.application-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 32px; align-items: start; }
.form-card { padding: 42px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-intro { margin-bottom: 30px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.form-intro h2 { font-size: clamp(1.8rem, 3vw, 2.45rem); }
.form-intro p:last-child { color: var(--muted); }
.field-grid { display: grid; gap: 20px; }
.field-grid.two-column { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 8px; font-size: .9rem; font-weight: 800; }
.optional { color: var(--muted); font-size: .78rem; font-weight: 600; }
input, select, textarea { width: 100%; color: var(--ink); background: #fff; border: 1px solid #cfd3da; border-radius: 9px; outline: none; transition: border-color .18s ease, box-shadow .18s ease; }
input, select { min-height: 50px; padding: 0 14px; }
textarea { padding: 13px 14px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(215,25,32,.10); }
.sms-consent-box { margin: 12px 0 26px; padding: 24px; background: #fff8f8; border: 1px solid #f2c8ca; border-radius: 12px; }
.sms-consent-box legend { padding: 0 8px; color: var(--red-dark); font-weight: 900; }
.checkbox-row { display: grid; grid-template-columns: 22px 1fr; gap: 14px; align-items: start; }
.checkbox-row input { width: 19px; min-height: 19px; height: 19px; margin-top: 4px; accent-color: var(--red); }
.checkbox-row label { color: #3f434b; font-size: .9rem; line-height: 1.65; }
.checkbox-row a { color: var(--red-dark); font-weight: 800; }
.form-footnote { margin: 15px 0 0; color: var(--muted); font-size: .84rem; text-align: center; }
.honey { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.application-sidebar { display: grid; gap: 20px; position: sticky; top: 120px; }
.sidebar-card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.sidebar-card h2 { font-size: 1.35rem; }
.sidebar-card p, .sidebar-card li { color: var(--muted); }
.sms-summary { background: #17191e; border-color: #17191e; }
.sms-summary h2 { color: #fff; }
.sms-summary p { color: #c9ced6; }
.contact-mini a { display: block; margin-top: 8px; color: var(--red-dark); font-size: .9rem; font-weight: 800; overflow-wrap: anywhere; text-decoration: none; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.contact-details { padding-top: 14px; }
.contact-method { margin-top: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.contact-method span { display: block; margin-bottom: 6px; color: var(--muted); font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-method a, .contact-method address { color: var(--ink); font-size: 1.1rem; font-style: normal; font-weight: 750; text-decoration: none; overflow-wrap: anywhere; }
.sms-help-panel { margin-top: 34px; padding: 27px; background: var(--soft); border-left: 4px solid var(--red); border-radius: 0 12px 12px 0; }
.sms-help-panel p { margin-bottom: 0; color: var(--muted); }
.contact-form { box-shadow: 0 18px 55px rgba(20,23,29,.09); }
.legal-content { max-width: 900px; }
.legal-content > p:first-child { font-size: 1.1rem; color: #454a53; }
.legal-content h2 { margin-top: 48px; margin-bottom: 14px; padding-top: 12px; font-size: 1.7rem; }
.legal-content h3 { margin-top: 26px; font-size: 1.1rem; }
.legal-content p { color: #555b65; }
.legal-content a { color: var(--red-dark); font-weight: 750; }
.legal-highlight { margin: 24px 0; padding: 25px 28px; background: #fff7f7; border: 1px solid #f0cacc; border-left: 5px solid var(--red); border-radius: 0 12px 12px 0; }
.legal-highlight p { margin-bottom: 12px; color: #343840; }
.legal-highlight p:last-child { margin-bottom: 0; }
.status-body { background: var(--soft); }
.status-page { min-height: 72vh; display: grid; place-items: center; padding: 80px 0; }
.status-card { max-width: 760px; padding: 58px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.status-card h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
.status-card > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.status-icon { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 28px; color: #fff; background: var(--red); border-radius: 50%; font-size: 2rem; font-weight: 900; }
.centered-buttons { justify-content: center; margin-top: 28px; }
.site-footer { color: #d6dae1; background: #111318; }
.footer-grid { padding: 64px 0 50px; display: grid; grid-template-columns: 1.45fr .7fr .8fr 1.1fr; gap: 50px; }
.footer-company img { width: 280px; max-height: 70px; object-fit: contain; object-position: left center; filter: brightness(1.18); }
.footer-company p { max-width: 360px; margin-top: 22px; color: #aeb4be; }
.footer-grid h2 { margin-bottom: 17px; color: #fff; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-company) a { display: block; margin: 9px 0; color: #c9ced6; text-decoration: none; overflow-wrap: anywhere; }
.footer-grid a:hover { color: #fff; }
.footer-grid address { color: #aeb4be; font-style: normal; line-height: 1.7; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #9299a4; border-top: 1px solid #2b2e35; font-size: .82rem; }
.footer-bottom p { margin: 0; }
@media (max-width: 1040px) {
  .brand img { width: 240px; }
  .primary-nav { gap: 18px; }
  .home-hero { min-height: 820px; }
  .hero-facts article { grid-template-columns: 1fr; gap: 10px; }
  .fact-icon { width: 44px; height: 44px; }
  .application-layout { grid-template-columns: minmax(0, 1fr) 300px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / span 2; }
}
@media (max-width: 860px) {
  .topbar-inner > span:first-child { display: none; }
  .topbar-inner { justify-content: flex-end; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 10px); display: none; padding: 20px; align-items: stretch; flex-direction: column; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 13px 8px; }
  .primary-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 8px; }
  .hero { background-position: 62% center; }
  .home-hero { min-height: auto; padding: 96px 0 28px; }
  .hero-content { padding-bottom: 60px; }
  .hero-facts { position: relative; left: auto; bottom: auto; transform: none; grid-template-columns: 1fr; }
  .hero-facts article { min-height: auto; grid-template-columns: 54px 1fr; padding: 22px 24px; }
  .hero-facts article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .feature-grid, .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .split-layout, .content-split, .contact-layout { grid-template-columns: 1fr; gap: 44px; }
  .application-layout { grid-template-columns: 1fr; }
  .application-sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
  .contact-mini { grid-column: 1 / -1; }
  .compliance-callout { grid-template-columns: 1fr; }
  .button-stack { display: flex; flex-wrap: wrap; min-width: 0; }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: auto; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--max)); }
  .topbar { display: none; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 220px; max-width: 69vw; }
  .section { padding: 72px 0; }
  .home-hero { padding-top: 78px; }
  .hero { background-position: 66% center; }
  .hero-content > * { max-width: 100%; }
  h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero-lead { font-size: 1rem; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .hero-contact-line { align-items: flex-start; flex-direction: column; }
  .hero-facts article { grid-template-columns: 44px 1fr; padding: 19px; }
  .fact-icon { width: 40px; height: 40px; }
  .feature-card, .form-card { padding: 27px 22px; }
  .field-grid.two-column { grid-template-columns: 1fr; gap: 0; }
  .sms-consent-box { padding: 18px; }
  .application-sidebar { grid-template-columns: 1fr; }
  .contact-mini { grid-column: auto; }
  .cta-card { padding: 38px 26px; }
  .page-hero, .page-hero.compact { min-height: 330px; }
  .page-hero-content { padding: 55px 0; }
  .compliance-callout { padding: 28px; }
  .button-stack { display: grid; }
  .status-card { padding: 40px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { padding: 24px 0; align-items: flex-start; flex-direction: column; gap: 8px; }
}
