:root {
  --orange: #f58220;
  --red: #d7193f;
  --charcoal: #222222;
  --text: #4a4a4a;
  --light: #f5f5f5;
  --border: #d9d9d9;
  --white: #ffffff;
  --gradient: linear-gradient(90deg, #f58220, #d7193f);
  --shadow: 0 20px 55px rgba(34, 34, 34, 0.1);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--text); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--charcoal); line-height: 1.12; }
h1 { margin-bottom: 22px; font-size: clamp(2.55rem, 7.8vw, 4.9rem); letter-spacing: -0.055em; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 5vw, 3.25rem); letter-spacing: -0.04em; }
h3 { margin-bottom: 9px; font-size: 1.08rem; }

.container { width: min(1160px, calc(100% - 36px)); margin-inline: auto; }
.narrow { width: min(1040px, calc(100% - 36px)); }
.section { padding: 82px 0; }
.section-light { background: var(--light); }
.centered { max-width: 690px; margin-inline: auto; text-align: center; }
.eyebrow { margin-bottom: 13px; color: var(--orange); font-size: 0.78rem; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.section-heading { margin-bottom: 38px; }
.section-heading > p:last-child { margin-bottom: 0; font-size: 1.05rem; }
.split-heading { display: grid; gap: 12px; }
.split-heading > p { max-width: 500px; }

.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; transform: translateY(-150%); border-radius: 8px; color: var(--white); background: var(--charcoal); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(217, 217, 217, 0.8); background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(12px); }
.header-inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; flex: 0 1 180px; text-decoration: none; }
.brand img { width: 100%; height: auto; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.phone-link { display: none; text-decoration: none; line-height: 1.15; }
.phone-label { display: block; margin-bottom: 3px; color: #777; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; }
.phone-link strong { color: var(--charcoal); }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 0; border-radius: 10px; box-shadow: 0 10px 24px rgba(215, 25, 63, 0.18); color: var(--white); background: var(--gradient); font-weight: 800; text-align: center; text-decoration: none; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(215, 25, 63, 0.25); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(245, 130, 32, 0.38); outline-offset: 3px; }
.button:disabled { opacity: 0.65; cursor: wait; }
.button-small { display: none; min-height: 46px; padding-inline: 18px; font-size: 0.88rem; }
.button-outline { border: 2px solid var(--border); box-shadow: none; color: var(--charcoal); background: var(--white); }

.hero { overflow: hidden; padding: 52px 0 68px; background: linear-gradient(120deg, #fff 0%, #fff7f2 100%); }
.hero-grid { display: grid; gap: 38px; }
.hero-copy { align-self: center; }
.hero h1 span { display: block; color: var(--red); }
.hero-lead { max-width: 650px; margin-bottom: 26px; font-size: clamp(1.05rem, 2.4vw, 1.24rem); }
.hero-actions { display: flex; flex-direction: column; gap: 12px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 25px 0 0; padding: 0; list-style: none; font-size: 0.88rem; font-weight: 700; }
.hero-trust span { color: var(--orange); }
.hero-visual { position: relative; min-height: 355px; border-radius: 22px; box-shadow: var(--shadow); background: #ddd url('../images/truck-hero.jpg') center center / cover no-repeat; }
.hero-visual::after { position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(180deg, transparent 52%, rgba(34, 34, 34, 0.46)); content: ""; }
.hero-card { position: absolute; z-index: 1; right: 18px; bottom: 18px; left: 18px; padding: 17px 19px; border: 1px solid rgba(255,255,255,0.35); border-radius: 13px; color: var(--white); background: rgba(34, 34, 34, 0.72); backdrop-filter: blur(8px); }
.hero-card strong, .hero-card span { display: block; }
.hero-card span { margin-top: 2px; font-size: 0.88rem; opacity: 0.88; }

.pain-grid, .value-grid { display: grid; gap: 14px; }
.pain-card { position: relative; overflow: hidden; min-height: 178px; padding: 25px; border: 1px solid #e7e7e7; border-radius: 15px; background: var(--white); }
.pain-card::after { position: absolute; right: -20px; bottom: -55px; width: 100px; height: 100px; border-radius: 50%; background: rgba(245, 130, 32, 0.08); content: ""; }
.pain-card > span { display: inline-block; margin-bottom: 25px; color: var(--red); font-size: 0.75rem; font-weight: 900; letter-spacing: 0.1em; }
.pain-card p { margin-bottom: 0; font-size: 0.92rem; }
.pain-statement { margin-top: 28px; padding: 28px 24px; border-left: 5px solid var(--red); background: var(--white); text-align: center; }
.pain-statement p { margin-bottom: 0; font-size: 1.05rem; }
.pain-statement strong { display: block; color: var(--charcoal); font-size: clamp(1.35rem, 4vw, 1.8rem); }

.value-card { padding: 26px; border: 1px solid var(--border); border-radius: 15px; transition: border-color 180ms ease, transform 180ms ease; }
.value-card:hover { transform: translateY(-3px); border-color: var(--orange); }
.icon { display: grid; width: 46px; height: 46px; margin-bottom: 21px; place-items: center; border-radius: 12px; color: var(--white); background: var(--gradient); font-weight: 900; }
.value-card p { margin-bottom: 0; font-size: 0.94rem; }

.process-section { background: var(--charcoal); }
.inverse h2, .inverse p { color: var(--white); }
.process-list { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.process-list li { display: flex; align-items: flex-start; gap: 18px; padding: 24px; border: 1px solid rgba(255,255,255,0.13); border-radius: 15px; color: rgba(255,255,255,0.74); background: rgba(255,255,255,0.05); }
.process-list li > span { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border-radius: 50%; color: var(--white); background: var(--gradient); font-weight: 900; }
.process-list h3 { margin-bottom: 5px; color: var(--white); }
.process-list p { margin: 0; font-size: 0.9rem; }

.apply-section { background: linear-gradient(140deg, #fff 35%, #fff5ee); }
.apply-grid { display: grid; gap: 40px; }
.apply-copy > p:not(.eyebrow) { max-width: 520px; font-size: 1.05rem; }
.check-list, .fit-list { margin: 28px 0; padding: 0; list-style: none; }
.check-list li { margin-bottom: 10px; font-weight: 750; }
.check-list span, .fit-list span { color: var(--orange); }
.contact-card { padding: 20px; border-radius: 14px; background: var(--charcoal); }
.contact-card span, .contact-card a { display: block; }
.contact-card span { color: rgba(255,255,255,0.65); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; }
.contact-card a { margin-top: 3px; color: var(--white); font-size: 1.32rem; font-weight: 900; text-decoration: none; }
.form-shell { padding: 25px 20px; border: 1px solid rgba(217,217,217,0.8); border-radius: 20px; box-shadow: var(--shadow); background: var(--white); }
.form-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 23px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.form-header p { margin: 0; color: var(--charcoal); font-size: 1.22rem; font-weight: 900; }
.form-header span { color: #767676; font-size: 0.72rem; }
.form-grid { display: grid; gap: 16px; }
.field label { display: block; margin-bottom: 6px; color: var(--charcoal); font-size: 0.86rem; font-weight: 750; }
.field label span { color: #777; font-weight: 500; }
.field input:not([type="checkbox"]), .field select, .field textarea { width: 100%; min-height: 49px; padding: 11px 12px; border: 1px solid var(--border); border-radius: 8px; color: var(--charcoal); background: var(--white); }
.field textarea { min-height: 108px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.consent-field { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 9px; }
.consent-field input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--red); }
.consent-field label { margin: 0; color: var(--text); font-size: 0.77rem; font-weight: 500; line-height: 1.45; }
.submit-button { width: 100%; margin-top: 20px; }
.form-note { margin: 10px 0 0; color: #777; font-size: 0.72rem; text-align: center; }
.form-message { margin-top: 15px; padding: 12px; border-radius: 8px; font-size: 0.88rem; }
.form-message.error { border: 1px solid rgba(215, 25, 63, 0.28); color: #9e1130; background: #fff0f3; }
.success-message { padding: 54px 14px; text-align: center; }
.success-icon { display: grid; width: 66px; height: 66px; margin: 0 auto 22px; place-items: center; border-radius: 50%; color: var(--white); background: var(--gradient); font-size: 2rem; font-weight: 900; }
.success-message h3 { font-size: 1.65rem; }
.success-message p { max-width: 390px; margin: 0 auto 24px; }

.fit-section { background: var(--light); }
.fit-grid { display: grid; gap: 30px; }
.not-job { display: inline-block; padding: 11px 14px; border-left: 4px solid var(--red); color: var(--charcoal); background: var(--white); font-weight: 850; }
.fit-list { margin: 0; padding: 25px; border-radius: 16px; background: var(--white); }
.fit-list li { display: flex; gap: 10px; padding: 13px 0; border-bottom: 1px solid #ededed; color: var(--charcoal); font-weight: 750; }
.fit-list li:last-child { border-bottom: 0; }

.final-cta { padding: 62px 0; color: var(--white); background: var(--gradient); }
.final-cta-inner { display: grid; gap: 25px; align-items: center; }
.final-cta p { margin-bottom: 6px; font-weight: 750; opacity: 0.85; }
.final-cta h2 { max-width: 760px; margin: 0; color: var(--white); }
.button-white { justify-self: start; box-shadow: none; color: var(--red); background: var(--white); }

.site-footer { padding: 45px 0 90px; color: rgba(255,255,255,0.7); background: #171717; }
.footer-inner { display: grid; gap: 28px; }
.footer-brand { width: 230px; padding: 5px; border-radius: 5px; background: var(--white); }
.footer-inner > div a { color: var(--white); font-size: 1.2rem; font-weight: 850; text-decoration: none; }
.footer-inner p { margin: 4px 0 0; }
.footer-bottom { display: flex; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.13); justify-content: space-between; gap: 20px; font-size: 0.78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--white); }
.mobile-cta { position: fixed; z-index: 90; right: 12px; bottom: 12px; left: 12px; display: flex; min-height: 52px; align-items: center; justify-content: center; border-radius: 10px; box-shadow: 0 10px 35px rgba(34,34,34,0.3); color: var(--white); background: var(--gradient); font-weight: 900; text-decoration: none; }

[hidden] { display: none !important; }

@media (min-width: 520px) {
  .button-small { display: inline-flex; }
  .hero-actions { flex-direction: row; }
  .pain-grid, .value-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: repeat(2, 1fr); }
  .field.full { grid-column: 1 / -1; }
}

@media (min-width: 760px) {
  .section { padding: 104px 0; }
  .phone-link { display: block; }
  .hero { padding: 74px 0 88px; }
  .hero-grid { grid-template-columns: 0.95fr 1.05fr; min-height: 560px; align-items: center; gap: 48px; }
  .hero-visual { min-height: 520px; }
  .split-heading { grid-template-columns: 1fr 0.8fr; align-items: end; justify-content: space-between; }
  .split-heading > p { justify-self: end; }
  .pain-grid, .value-grid { grid-template-columns: repeat(3, 1fr); }
  .process-list { grid-template-columns: repeat(3, 1fr); }
  .process-list li { display: block; min-height: 220px; }
  .process-list li > span { margin-bottom: 28px; }
  .apply-grid { grid-template-columns: 0.8fr 1.2fr; gap: 70px; align-items: start; }
  .apply-copy { position: sticky; top: 120px; }
  .form-shell { padding: 34px; }
  .fit-grid { grid-template-columns: 1fr 0.9fr; gap: 70px; align-items: center; }
  .final-cta-inner { grid-template-columns: 1fr auto; }
  .button-white { justify-self: end; }
  .footer-inner { grid-template-columns: 1fr auto; align-items: center; }
  .footer-inner > div { text-align: right; }
  .mobile-cta { display: none; }
  .site-footer { padding-bottom: 45px; }
}

@media (min-width: 1024px) {
  .header-inner { min-height: 86px; }
  .brand { flex-basis: 210px; }
  .hero-grid { gap: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
