/* Self-hosted Geist variable fonts (was next/font in the mockup). */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/fonts/geist-001175b1.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/fonts/geist-52306abf.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/fonts/geist-875ccdd4.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/fonts/geist-98bbbccb.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/fonts/geist-ff2310f5.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/fonts/geist-mono-013b2f2f.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/fonts/geist-mono-0638449e.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/fonts/geist-mono-44745446.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/fonts/geist-mono-44e03052.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/fonts/geist-mono-971fb274.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/fonts/geist-mono-f6b33328.woff2') format('woff2');
}


:root {
  --navy: #061728;
  --navy-2: #0c2439;
  --red: #9e241f;
  --red-bright: #bd3128;
  --cream: #f2dfbd;
  --paper: #f3ebdc;
  --gold: #d89a2a;
  --ink: #10161b;
  --muted: #66717a;
  --font-geist-sans: 'Geist';
  --font-geist-mono: 'Geist Mono';
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
body, body *, button, input, select { font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif !important; }
.hero, .hero * { font-family: Arial, Helvetica, sans-serif !important; }
.hero h1, .hero h1 * { font-family: Impact, "Arial Narrow", sans-serif !important; }
.hero-copy, .hero-copy *, .hero .trust-row b { font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif !important; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }

body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
}

.topline { background: var(--red); color: #fff3dd; text-align: center; padding: 8px 16px; font: 700 10px/1.2 Arial, sans-serif; letter-spacing: .22em; }
.topline span { margin: 0 26px; color: var(--cream); }

.site-header { height: 86px; margin-bottom: -86px; background: rgba(3,14,24,.66); backdrop-filter: blur(18px) saturate(1.25); -webkit-backdrop-filter: blur(18px) saturate(1.25); color: white; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 5vw, 76px); border-bottom: 1px solid rgba(242,223,189,.16); position: relative; z-index: 10; }
.brand { display: flex; align-items: center; gap: 13px; min-width: 330px; }
.brand img { width: 64px; height: 64px; object-fit: cover; border-radius: 50%; border: 1px solid rgba(242,223,189,.35); }
.brand > span { color: #e6ebef; font-size: 16px; line-height: 1.05; font-weight: 650; letter-spacing: .035em; }
.brand > span b { color: white; font-weight: 850; }
.brand small { display: block; margin-top: 6px; color: #bd8c4d; font: 700 8px/1 Arial, sans-serif; letter-spacing: .18em; }
nav { display: flex; align-items: center; gap: clamp(17px, 2vw, 35px); }
nav a { position: relative; color: #e5dbc9; font-size: 10px; font-weight: 800; letter-spacing: .12em; transition: color .2s ease; }
nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--red-bright); transition: right .25s ease; }
nav a:hover { color: white; }
nav a:hover::after { right: 0; }
.nav-cta { border: 1px solid rgba(242,223,189,.28); border-radius: 8px; padding: 14px 18px; color: white; background: rgba(158,36,31,.92); box-shadow: 0 8px 28px rgba(0,0,0,.2); }
.mobile-nav { display: none; }

.hero { min-height: 760px; position: relative; background: #050a0d; overflow: hidden; color: white; isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 190px; z-index: 0; background: linear-gradient(0deg, rgba(4,17,28,.92), transparent); pointer-events: none; }
.hero-backdrop { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(2,8,12,.98) 0%, rgba(4,12,19,.84) 31%, rgba(3,10,15,.16) 63%, rgba(3,9,12,.03) 100%), linear-gradient(0deg, rgba(5,16,24,.3), transparent 46%), url('/static/hero-truck-flag-v2.jpg'); background-size: cover; background-position: center; transform: scale(1.015); filter: contrast(1.04) saturate(1.08); }
.hero-content { position: relative; z-index: 1; max-width: 1440px; margin: auto; padding: 150px clamp(24px, 7vw, 110px) 50px; }
.hero-status { width: fit-content; display: flex; align-items: center; gap: 9px; margin-bottom: 24px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(6,23,40,.55); backdrop-filter: blur(10px); color: #efe9df; font-size: 8px; font-weight: 900; letter-spacing: .13em; box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.hero-status i { margin-left: 4px; padding-left: 12px; border-left: 1px solid rgba(255,255,255,.2); color: #d7a44d; font-style: normal; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #e1463d; box-shadow: 0 0 0 5px rgba(225,70,61,.13), 0 0 15px rgba(225,70,61,.8); }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #d3a552; font-size: 11px; font-weight: 900; letter-spacing: .22em; }
.eyebrow span { display: inline-block; width: 25px; height: 2px; background: var(--red-bright); }
.eyebrow.dark { color: var(--red); }
.hero h1 { margin: 20px 0 19px; max-width: 760px; color: #f6ead4; font: 900 clamp(62px, 6.7vw, 102px)/.82 Impact, "Arial Narrow", sans-serif; letter-spacing: .02em; text-shadow: 0 5px 25px rgba(0,0,0,.65); }
.hero h1 em { display: inline-block; color: #d83a31; font-style: normal; text-shadow: 0 0 35px rgba(190,42,34,.25); }
.hero-copy { max-width: 575px; margin: 0 0 31px; color: #e0e1df; font: 15px/1.65 var(--font-geist-sans), Arial, sans-serif; letter-spacing: -.01em; }
.job-search { display: grid; grid-template-columns: 1fr .8fr auto; max-width: 860px; min-height: 86px; padding: 8px; background: rgba(244,236,222,.96); border: 1px solid rgba(255,255,255,.25); border-radius: 14px; box-shadow: 0 22px 65px rgba(0,0,0,.42); backdrop-filter: blur(15px); overflow: hidden; }
.job-search label { padding: 10px 17px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #c9c0b0; }
.job-search label > span { color: #806e5b; font-size: 9px; font-weight: 900; letter-spacing: .17em; margin-bottom: 5px; }
.job-search select { min-width: 0; color: #15212a; background: transparent; border: 0; outline: 0; font-size: 14px; font-weight: 800; cursor: pointer; }
.job-search button, .newsletter-form button { border: 0; border-radius: 9px; background: linear-gradient(135deg, #be342c, #8d1d19); color: white; padding: 0 25px; font-size: 11px; font-weight: 900; letter-spacing: .12em; cursor: pointer; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1), 0 8px 22px rgba(113,22,18,.25); transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.job-search button:hover, .newsletter-form button:hover { background: #b12c25; }
.job-search button b { padding-left: 12px; font-size: 20px; }
.trust-row { margin-top: 25px; display: flex; gap: 8px; max-width: 720px; color: #aaaead; }
.trust-row span { min-width: 120px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 9px; background: rgba(4,15,24,.46); backdrop-filter: blur(8px); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.trust-row span:first-child { padding-left: 0; }
.trust-row span:last-child { border: 0; }
.trust-row span:first-child { padding-left: 16px; }
.trust-row span:last-child { border: 1px solid rgba(255,255,255,.08); }
.trust-row b { display: block; color: #f2e1c2; font: 800 18px/1 var(--font-geist-sans), Arial, sans-serif; letter-spacing: -.03em; margin-bottom: 5px; }

.category-strip { background: #061827; color: white; padding: 20px clamp(24px, 6vw, 90px) 23px; display: grid; grid-template-columns: 130px 1fr; align-items: center; border-top: 1px solid rgba(255,255,255,.06); box-shadow: 0 15px 45px rgba(0,0,0,.12); }
.section-kicker { color: #b58b54; font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.category-list { display: grid; grid-template-columns: repeat(6,1fr); gap: 7px; }
.category-list button { background: rgba(255,255,255,.035); color: #e4dccf; border: 1px solid rgba(255,255,255,.07); border-radius: 8px; padding: 10px 14px; text-align: left; font-size: 9px; font-weight: 800; letter-spacing: .07em; cursor: pointer; transition: background .2s, border-color .2s, transform .2s; }
.category-list button span { display: block; color: #d39a3b; font: 700 16px/1 Georgia, serif; margin-bottom: 6px; }
.category-list button:hover, .category-list button.active { background: rgba(178,43,36,.18); border-color: rgba(216,154,42,.38); color: white; transform: translateY(-2px); }

.jobs-section, .road-report { max-width: 1280px; margin: auto; padding: 84px 50px 92px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-heading h2, .states-copy h2, .guide-copy h2 { margin: 12px 0 0; color: var(--navy); font: 900 clamp(38px, 4.2vw, 62px)/.95 Impact, "Arial Narrow", sans-serif; letter-spacing: .02em; }
.section-heading > a { border-bottom: 2px solid var(--red); padding-bottom: 7px; color: var(--navy); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.jobs-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.jobs-toolbar p { color: #7b756d; font-size: 9px; letter-spacing: .1em; }
.jobs-toolbar p b { color: var(--red); }
.keyword-search { width: min(430px, 100%); display: flex; align-items: center; background: #fff; border: 1px solid #d4c9b8; padding: 0 15px; }
.keyword-search span { font-size: 25px; transform: rotate(-20deg); color: #6f675d; }
.keyword-search input { width: 100%; padding: 13px; border: 0; outline: 0; background: transparent; font-size: 13px; }
.jobs-list { display: grid; gap: 10px; border-top: 0; }
.job-card { display: grid; grid-template-columns: 70px 1fr 290px; align-items: center; gap: 25px; padding: 23px 22px; background: rgba(255,251,243,.82); border: 1px solid #d9cebd; border-radius: 12px; box-shadow: 0 8px 26px rgba(31,37,41,.045); transition: background .2s ease, transform .2s ease, box-shadow .2s ease, border-color .2s; }
.job-card:hover { background: white; border-color: #c2ac8c; transform: translateY(-3px); box-shadow: 0 18px 38px rgba(31,37,41,.1); }
.company-mark { width: 63px; height: 63px; display: grid; place-items: center; border: 2px solid #a38a66; color: var(--navy); background: #ece3d2; font: 850 21px/1 var(--font-geist-sans), Arial, sans-serif; letter-spacing: -.03em; }
.job-main > div { display: flex; align-items: center; gap: 10px; }
.featured, .job-type { padding: 5px 8px; color: white; background: var(--red); border-radius: 4px; font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 10px; line-height: 1.1; font-weight: 800; letter-spacing: .08em; }
.job-type { background: transparent; color: #766348; padding-left: 0; font-size: 10.5px; letter-spacing: .065em; }
.job-main h3 { margin: 10px 0 7px; color: var(--navy); font: 750 23px/1.18 var(--font-geist-sans), Arial, sans-serif; letter-spacing: -.025em; }
.job-main p { margin: 0 0 9px; color: #3f4c57; font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 14px; line-height: 1.4; }
.job-main p b { font-weight: 750; color: #293945; }
.job-main small { display: block; color: #666d70; font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 12.5px; line-height: 1.45; letter-spacing: 0; }
.job-pay { padding-left: 26px; border-left: 1px solid #d5cab9; }
.job-pay small { display: block; color: #78684f; font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.job-pay strong { display: block; color: var(--navy); margin: 7px 0 12px; font: 800 20px/1.2 var(--font-geist-sans), Arial, sans-serif; letter-spacing: -.025em; }
.job-pay button, .job-pay a { border: 0; background: transparent; padding: 0; color: var(--red); font-family: var(--font-geist-sans), Arial, sans-serif; font-size: 10px; font-weight: 850; letter-spacing: .1em; cursor: pointer; }
.empty-jobs { padding: 70px 20px; display: flex; flex-direction: column; gap: 8px; text-align: center; background: #f8f3e9; color: #777066; }
.empty-jobs b { color: var(--navy); font: 700 24px Georgia, serif; }

.states-section { background: var(--navy); color: white; padding: 88px max(50px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; position: relative; overflow: hidden; }
.states-section::after { content: "USA"; position: absolute; right: -20px; bottom: -60px; color: rgba(255,255,255,.025); font: 900 240px/1 Impact, sans-serif; letter-spacing: .04em; }
.states-copy { position: relative; z-index: 1; }
.states-copy h2 { color: var(--cream); font-size: clamp(48px, 5vw, 72px); }
.states-copy > p:not(.eyebrow) { max-width: 430px; color: #bfbdba; font: 15px/1.7 Georgia, serif; }
.states-copy > a { display: inline-block; margin-top: 20px; border: 1px solid #a37c50; padding: 14px 20px; color: var(--cream); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.state-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; position: relative; z-index: 1; }
.state-grid button { min-height: 128px; position: relative; padding: 22px; text-align: left; color: white; background: linear-gradient(145deg, rgba(23,58,84,.9), rgba(10,34,52,.92)); border: 1px solid rgba(242,223,189,.13); border-radius: 12px; box-shadow: 0 10px 25px rgba(0,0,0,.15); cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.state-grid button:hover { transform: translateY(-3px); background: #173b58; }
.state-grid button span { display: block; color: #b88b4f; font: 900 24px/1 Impact, sans-serif; }
.state-grid button b { display: block; margin: 15px 0 3px; font: 700 15px/1 Georgia, serif; }
.state-grid button small { color: #929fab; font-size: 9px; letter-spacing: .08em; }
.state-grid button i { position: absolute; right: 16px; top: 16px; color: var(--red-bright); font-style: normal; }

.guide-section { background: #dfd1b9; padding: 90px max(50px, calc((100vw - 1090px)/2)); display: grid; grid-template-columns: 390px 1fr; align-items: center; gap: 115px; overflow: hidden; }
.guide-book { width: 350px; min-height: 470px; padding: 34px 32px 25px; position: relative; background: var(--navy); color: var(--cream); border: 10px solid #efe1c5; outline: 2px solid #1b2a35; transform: rotate(-4deg); box-shadow: 18px 25px 40px rgba(30,24,17,.25); text-align: center; }
.guide-book::before, .guide-book::after { content: ""; position: absolute; inset: 13px; border: 1px solid #a42c28; pointer-events: none; }
.guide-book::after { inset: 18px; border-color: #c7a87a; }
.book-ribbon { position: absolute; right: -38px; top: 29px; background: var(--red); color: white; padding: 8px 14px; font-size: 8px; font-weight: 900; letter-spacing: .12em; transform: rotate(8deg); z-index: 2; }
.mini-star { display: block; color: #b82e28; letter-spacing: .4em; margin: 5px 0 20px; }
.guide-book h3 { margin: 0; font: 900 38px/.9 Impact, sans-serif; letter-spacing: .04em; }
.book-truck { width: 135px; height: 115px; display: grid; place-items: center; margin: 25px auto 19px; border: 3px double var(--cream); border-radius: 50% 50% 22% 22%; color: #d39a3d; font: 900 24px/.8 Impact, sans-serif; }
.guide-book p { position: relative; z-index: 1; margin: 0 auto 23px; max-width: 240px; font: italic 13px/1.5 Georgia, serif; }
.guide-book > b { position: relative; z-index: 1; color: #c49c60; font-size: 8px; letter-spacing: .13em; }
.guide-copy h2 em { color: var(--red); font-style: normal; }
.guide-copy > p:not(.eyebrow) { max-width: 600px; color: #4d4b45; font: 16px/1.7 Georgia, serif; }
.guide-copy ul { list-style: none; padding: 0; margin: 25px 0; display: grid; gap: 11px; }
.guide-copy li { color: #29313a; font-size: 12px; font-weight: 700; }
.guide-copy li::before { content: "★"; color: var(--red); font-size: 10px; margin-right: 11px; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; max-width: 650px; padding: 7px; background: #f7f0e4; border: 1px solid rgba(76,62,45,.14); border-radius: 12px; box-shadow: 0 12px 30px rgba(73,54,32,.1); }
.newsletter-form label { padding: 8px 13px; }
.newsletter-form label span { display: block; color: #7a6c5c; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.newsletter-form input { width: 100%; padding: 5px 0 0; border: 0; outline: 0; background: transparent; color: var(--navy); }
.newsletter-form button { min-height: 55px; }
.newsletter-form small { grid-column: 1/-1; padding: 8px 8px 2px; color: #7a746c; font-size: 9px; }
.success-message { max-width: 620px; padding: 19px 22px; background: var(--navy); color: white; border-left: 5px solid var(--red); }
.success-message b { display: block; color: var(--cream); letter-spacing: .08em; }
.success-message span { display: block; margin-top: 5px; font: 13px Georgia, serif; color: #c9c3b9; }

.road-report { padding-top: 92px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-grid article { background: #fffaf0; border: 1px solid #d5cab8; border-radius: 13px; overflow: hidden; box-shadow: 0 12px 35px rgba(31,37,41,.07); transition: transform .2s ease, box-shadow .2s ease; }
.article-grid article:hover { transform: translateY(-5px); box-shadow: 0 22px 45px rgba(31,37,41,.13); }
.article-image { height: 205px; background-image: linear-gradient(0deg, rgba(7,19,28,.2), rgba(7,19,28,.1)), url('/static/american-trucking-cover.jpg'); background-size: 205%; position: relative; filter: sepia(.2) saturate(.9); }
.article-image span { position: absolute; left: 15px; bottom: 14px; background: var(--red); color: white; padding: 6px 9px; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.article-body { padding: 23px; }
.article-body > p { margin: 0 0 12px; color: #928475; font-size: 8px; font-weight: 900; letter-spacing: .11em; }
.article-body > p span { color: var(--red); margin: 0 4px; }
.article-body h3 { min-height: 54px; margin: 0 0 11px; color: var(--navy); font: 700 22px/1.2 Georgia, serif; }
.article-body > div { min-height: 58px; color: #6b6760; font: 13px/1.5 Georgia, serif; }
.article-body a { display: inline-block; margin-top: 19px; color: var(--red); font-size: 8px; font-weight: 900; letter-spacing: .13em; }

.final-cta { padding: 35px clamp(25px, 6vw, 90px); background: var(--red); color: white; display: flex; align-items: center; justify-content: center; gap: clamp(24px, 4vw, 70px); border-top: 5px solid #701b18; }
.final-cta > span { color: #e0ad61; font-size: 22px; }
.final-cta p { margin: 0 0 4px; color: #efc98a; font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.final-cta h2 { margin: 0; font: 900 clamp(22px, 2.6vw, 38px)/1 Impact, sans-serif; letter-spacing: .03em; }
.final-cta a { background: #f2e3c8; color: var(--navy); padding: 16px 22px; font-size: 9px; font-weight: 900; letter-spacing: .1em; white-space: nowrap; }

footer { background: #04111d; color: #aeb6bc; padding: 56px max(35px, calc((100vw - 1180px)/2)) 22px; }
.footer-main { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1.1fr; gap: 65px; padding-bottom: 45px; }
.footer-brand { display: flex; gap: 16px; }
.footer-brand img { width: 76px; height: 76px; object-fit: cover; border-radius: 50%; }
.footer-brand b { color: var(--cream); font: 700 15px Georgia, serif; letter-spacing: .07em; }
.footer-brand p, .footer-news p { color: #87929a; font: 12px/1.55 Georgia, serif; }
.footer-main > div:not(.footer-brand) > b { display: block; margin-bottom: 18px; color: var(--cream); font-size: 10px; letter-spacing: .14em; }
.footer-main > div > a { display: block; margin: 10px 0; font-size: 11px; }
.footer-main > div > a:hover { color: white; }
.footer-news form { display: flex; background: #0d2335; }
.footer-news input { width: 100%; min-width: 0; padding: 13px; color: white; background: transparent; border: 1px solid #2e4050; outline: 0; }
.footer-news button { border: 0; background: var(--red); color: white; font-size: 9px; font-weight: 900; padding: 0 14px; cursor: pointer; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid #1d2c38; color: #687680; font-size: 8px; letter-spacing: .1em; }

/* Interior routes */
.site-header-solid { margin-bottom: 0; background: #061725; border-bottom-color: rgba(255,255,255,.08); }
.route-loading { min-height: 50vh; display: grid; place-items: center; color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.route-kicker { margin: 0; color: var(--red); font-size: 10px; line-height: 1.3; font-weight: 850; letter-spacing: .16em; }
.route-hero { min-height: 430px; display: flex; align-items: center; padding: 70px max(40px, calc((100vw - 1180px)/2)); color: white; background-image: linear-gradient(90deg, rgba(2,10,17,.95), rgba(4,17,28,.72) 52%, rgba(4,17,28,.18)), url('/static/hero-truck-flag-v2.jpg'); background-size: cover; background-position: center; }
.route-hero > div { max-width: 720px; }
.route-hero .route-kicker { color: #dfaa52; }
.route-hero h1 { margin: 17px 0; color: #f5e8d1; font-size: clamp(52px, 6vw, 82px); line-height: .9; font-weight: 900; letter-spacing: -.045em; }
.route-hero > div > p:last-child { max-width: 590px; margin: 0; color: #d0d6da; font-size: 16px; line-height: 1.65; }
.blog-route-hero { background-position: center 46%; }

.jobs-explorer { max-width: 1180px; margin: auto; padding: 55px 40px 95px; }
.jobs-filter-panel { display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; gap: 9px; margin: -96px 0 62px; padding: 12px; position: relative; z-index: 2; background: #fffaf1; border: 1px solid #d7c8b3; border-radius: 15px; box-shadow: 0 22px 55px rgba(4,20,33,.22); }
.jobs-filter-panel label { min-height: 70px; display: flex; flex-direction: column; justify-content: center; padding: 10px 15px; border-right: 1px solid #d9cebe; }
.jobs-filter-panel label span { margin-bottom: 7px; color: #786b5b; font-size: 9px; font-weight: 850; letter-spacing: .11em; }
.jobs-filter-panel input, .jobs-filter-panel select { width: 100%; border: 0; outline: 0; background: transparent; color: #132536; font-size: 14px; font-weight: 700; }
.jobs-filter-panel button, .job-detail-pay a, .job-detail-layout aside button, .guide-funnel-copy button, .blog-newsletter button { border: 0; border-radius: 9px; padding: 0 25px; background: var(--red); color: white; font-size: 10px; font-weight: 850; letter-spacing: .1em; cursor: pointer; }
.jobs-results-head, .blog-index-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 25px; }
.jobs-results-head h2, .route-category-block h2, .blog-index-head h2, .guide-testimonials h2 { margin: 8px 0 0; color: var(--navy); font-size: clamp(34px, 4vw, 52px); line-height: .95; font-weight: 900; letter-spacing: -.035em; }
.jobs-results-head > button { padding: 9px 0; border: 0; border-bottom: 2px solid var(--red); background: transparent; color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: .11em; cursor: pointer; }
.empty-jobs button { align-self: center; margin-top: 18px; padding: 12px 16px; border: 0; background: var(--red); color: white; font-size: 10px; font-weight: 800; }
.route-category-block { margin-top: 80px; padding-top: 55px; border-top: 1px solid #d4c8b7; }
.route-category-block > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 25px; }
.route-category-block > div button { min-height: 95px; position: relative; padding: 20px; text-align: left; border: 1px solid #d6c8b5; border-radius: 10px; background: #fffaf1; color: var(--navy); font-size: 14px; font-weight: 750; cursor: pointer; }
.route-category-block > div button:hover { border-color: #b79b74; background: white; }
.route-category-block > div button span { position: absolute; top: 18px; right: 18px; color: var(--red); }
.route-category-block > div button b { display: block; margin-bottom: 10px; color: #c18327; font-size: 20px; }
.route-category-block > div button small { display: block; margin-top: 7px; color: #7a7874; font-size: 10px; font-weight: 550; }

.job-detail-hero { min-height: 330px; display: grid; grid-template-columns: 105px 1fr 310px; gap: 30px; align-items: center; padding: 65px max(40px, calc((100vw - 1120px)/2)); color: white; background: #071c2e; border-bottom: 4px solid var(--red); }
.job-detail-brand { width: 96px; height: 96px; display: grid; place-items: center; border: 2px solid #c09b67; background: #102c42; color: #f2dfbd; font-size: 30px; font-weight: 850; }
.job-detail-hero .route-kicker { color: #d7a24e; }
.job-detail-hero h1 { margin: 12px 0 9px; color: #f5e8d1; font-size: clamp(38px, 4.5vw, 62px); line-height: .98; font-weight: 900; letter-spacing: -.035em; }
.job-detail-hero > div > p:last-child { margin: 0; color: #c7d0d6; font-size: 16px; }
.job-detail-pay { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.18); }
.job-detail-pay small { display: block; color: #aeb8bf; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.job-detail-pay strong { display: block; margin: 8px 0 19px; color: #f5e8d1; font-size: 22px; font-weight: 850; }
.job-detail-pay a { display: inline-block; padding: 15px 22px; }
.job-detail-layout { max-width: 1120px; display: grid; grid-template-columns: 1fr 350px; gap: 70px; margin: auto; padding: 80px 40px 95px; }
.job-detail-layout article h2 { margin: 12px 0 20px; color: var(--navy); font-size: 42px; line-height: 1; font-weight: 900; letter-spacing: -.035em; }
.job-lead { color: #4b555d; font-size: 18px; line-height: 1.7; }
.job-facts { display: grid; grid-template-columns: repeat(3,1fr); margin: 35px 0; border-top: 1px solid #d4c8b7; border-bottom: 1px solid #d4c8b7; }
.job-facts span { padding: 22px 18px; border-right: 1px solid #d4c8b7; }
.job-facts span:last-child { border: 0; }
.job-facts small { display: block; margin-bottom: 7px; color: #8b7960; font-size: 8px; font-weight: 850; letter-spacing: .12em; }
.job-facts b { color: var(--navy); font-size: 13px; }
.job-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; }
.job-columns h3 { color: var(--navy); font-size: 17px; letter-spacing: .02em; }
.job-columns ul { list-style: none; padding: 0; }
.job-columns li { margin: 12px 0; color: #566069; font-size: 14px; line-height: 1.5; }
.job-columns li::before { content: "✓"; margin-right: 10px; color: var(--red); font-weight: 900; }
.job-detail-layout aside { align-self: start; padding: 28px; background: #fffaf1; border: 1px solid #d1c1aa; border-radius: 13px; box-shadow: 0 16px 40px rgba(32,31,27,.1); }
.job-detail-layout aside h2 { margin: 8px 0; color: var(--navy); font-size: 36px; font-weight: 900; }
.job-detail-layout aside > p:not(.route-kicker) { color: #61676a; font-size: 13px; line-height: 1.55; }
.job-detail-layout aside form { display: grid; gap: 12px; margin: 22px 0 13px; }
.job-detail-layout aside label { color: #74654f; font-size: 8px; font-weight: 850; letter-spacing: .11em; }
.job-detail-layout aside input, .job-detail-layout aside select { width: 100%; margin-top: 6px; padding: 12px; border: 1px solid #d2c5b2; background: white; color: var(--navy); font-size: 13px; }
.job-detail-layout aside button { min-height: 50px; }
.job-detail-layout aside > small { color: #837e76; font-size: 9px; line-height: 1.4; }

.blog-index { max-width: 1180px; margin: auto; padding: 80px 40px 100px; }
.blog-index-head > span { color: #887b6b; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.blog-index-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.blog-index-grid article { overflow: hidden; display: grid; grid-template-columns: 220px 1fr; background: #fffaf1; border: 1px solid #d5c8b7; border-radius: 13px; box-shadow: 0 12px 32px rgba(32,31,27,.07); }
.blog-index-grid .blog-featured { grid-column: 1/-1; grid-template-columns: 1.1fr 1fr; }
.blog-index-image { min-height: 260px; background-image: linear-gradient(0deg, rgba(5,18,28,.15), rgba(5,18,28,.05)), url('/static/american-trucking-cover.jpg'); background-size: 220%; position: relative; }
.blog-featured .blog-index-image { min-height: 390px; background-size: cover; }
.blog-index-image span { position: absolute; left: 18px; bottom: 18px; padding: 7px 10px; background: var(--red); color: white; font-size: 8px; font-weight: 850; letter-spacing: .11em; }
.blog-index-grid article > div { padding: 28px; }
.blog-index-grid article > div > p { margin: 0 0 12px; color: #8b7c6b; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.blog-index-grid h3 { margin: 0 0 14px; color: var(--navy); font-size: 25px; line-height: 1.15; font-weight: 850; letter-spacing: -.025em; }
.blog-featured h3 { font-size: 38px; }
.blog-index-grid article > div > div { color: #656665; font-size: 14px; line-height: 1.55; }
.blog-index-grid article > div > a { display: inline-block; margin-top: 22px; color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: .11em; }
.blog-newsletter { margin-top: 75px; padding: 38px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; background: var(--navy); color: white; border-radius: 14px; }
.blog-newsletter h2 { margin: 8px 0; color: #f1e1c5; font-size: 30px; font-weight: 900; }
.blog-newsletter p:not(.route-kicker) { color: #aeb9c2; font-size: 13px; }
.blog-newsletter form { display: grid; grid-template-columns: 1fr auto; padding: 7px; background: white; border-radius: 10px; }
.blog-newsletter input { min-width: 0; padding: 12px; border: 0; outline: 0; }

.article-route header { max-width: 960px; margin: auto; padding: 75px 40px 55px; text-align: center; }
.article-route header > a { display: inline-block; margin-bottom: 35px; color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.article-route header .route-kicker { margin-bottom: 15px; }
.article-route header h1 { margin: 0 auto 22px; max-width: 880px; color: var(--navy); font-size: clamp(48px, 6vw, 76px); line-height: .96; font-weight: 900; letter-spacing: -.05em; }
.article-route header > div { color: #8b7b66; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.article-route-image { height: 540px; max-width: 1280px; margin: auto; background-image: linear-gradient(0deg, rgba(5,18,28,.16), rgba(5,18,28,.04)), url('/static/american-trucking-cover.jpg'); background-size: cover; }
.article-layout { max-width: 1000px; display: grid; grid-template-columns: 200px 1fr; gap: 65px; margin: auto; padding: 75px 40px 100px; }
.article-layout > aside { align-self: start; position: sticky; top: 25px; display: grid; gap: 12px; padding: 20px 0; border-top: 3px solid var(--navy); }
.article-layout > aside b { margin-bottom: 7px; color: #8b7960; font-size: 9px; letter-spacing: .12em; }
.article-layout > aside a { color: #596168; font-size: 11px; line-height: 1.35; }
.article-layout > aside .share-link { margin-top: 15px; color: var(--red); font-weight: 850; }
.article-content { color: #3f4c55; font-size: 16px; line-height: 1.78; }
.article-intro { margin-top: 0; color: var(--navy); font-size: 22px; line-height: 1.55; font-weight: 650; }
.article-content section { padding-top: 16px; }
.article-content h2 { margin: 40px 0 13px; color: var(--navy); font-size: 33px; line-height: 1.1; font-weight: 850; letter-spacing: -.025em; }
.article-callout { margin-top: 55px; padding: 28px; background: #eee1cc; border-left: 5px solid var(--red); }
.article-callout b { color: var(--red); font-size: 9px; letter-spacing: .12em; }
.article-callout p { color: var(--navy); font-size: 19px; line-height: 1.5; font-weight: 650; }
.article-callout a { color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: .1em; }

.guide-funnel { min-height: 700px; display: grid; grid-template-columns: 420px 1fr; align-items: center; gap: 110px; padding: 90px max(40px, calc((100vw - 1100px)/2)); background: #dfd1b9; }
.guide-funnel-book .guide-book { margin: auto; }
.guide-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 45px; }
.guide-proof span { padding: 14px 8px; text-align: center; background: rgba(255,255,255,.38); border: 1px solid rgba(60,45,28,.11); color: #695b4b; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.guide-proof b { display: block; margin-bottom: 5px; color: var(--navy); font-size: 18px; }
.guide-funnel-copy h1 { margin: 13px 0 22px; color: var(--navy); font-size: clamp(52px, 5.5vw, 75px); line-height: .9; font-weight: 900; letter-spacing: -.05em; }
.guide-funnel-lead { max-width: 620px; color: #4d5051; font-size: 17px; line-height: 1.65; }
.guide-funnel-copy ul { list-style: none; padding: 0; margin: 25px 0; display: grid; gap: 12px; }
.guide-funnel-copy li { color: #293743; font-size: 13px; font-weight: 650; }
.guide-funnel-copy li::before { content: "✓"; margin-right: 10px; color: var(--red); font-weight: 900; }
.guide-funnel-copy form { display: grid; grid-template-columns: 1fr 1.35fr; gap: 8px; max-width: 680px; padding: 9px; background: #f8f0e4; border-radius: 12px; box-shadow: 0 14px 35px rgba(55,43,28,.14); }
.guide-funnel-copy form label { padding: 8px 10px; color: #786a59; font-size: 8px; font-weight: 850; letter-spacing: .11em; }
.guide-funnel-copy form input { display: block; width: 100%; margin-top: 6px; border: 0; outline: 0; background: transparent; color: var(--navy); font-size: 13px; }
.guide-funnel-copy form button { grid-column: 1/-1; min-height: 54px; }
.guide-funnel-copy form small { grid-column: 1/-1; padding: 3px 8px; color: #7d766d; font-size: 9px; }
.guide-testimonials { max-width: 1180px; margin: auto; padding: 90px 40px; text-align: center; }
.guide-testimonials > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 35px; text-align: left; }
.guide-testimonials article { padding: 28px; background: #fffaf1; border: 1px solid #d5c8b7; border-radius: 12px; }
.guide-testimonials article b { color: var(--navy); font-size: 15px; }
.guide-testimonials article p { color: #626869; font-size: 13px; line-height: 1.6; }
.guide-testimonials article span { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .08em; }

.success-route, .not-found { min-height: 610px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px 25px; text-align: center; background: #efe3d1; }
.success-seal { width: 80px; height: 80px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 50%; background: var(--navy); color: #d9a14a; font-size: 34px; }
.success-route h1, .not-found h1 { margin: 12px 0 17px; color: var(--navy); font-size: clamp(48px, 6vw, 78px); line-height: .95; font-weight: 900; letter-spacing: -.05em; }
.success-route > p:not(.route-kicker), .not-found p { max-width: 630px; color: #596166; font-size: 16px; line-height: 1.65; }
.success-route > div:not(.success-seal) { display: flex; gap: 10px; margin-top: 22px; }
.success-route a, .not-found a { padding: 15px 19px; border: 1px solid #bba98e; color: var(--navy); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.success-route .download-primary { border-color: var(--red); background: var(--red); color: white; }
.success-route > small { margin-top: 17px; color: #837d75; font-size: 9px; }

@media (max-width: 1050px) {
  nav { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { list-style: none; cursor: pointer; color: var(--cream); border: 1px solid #8a7254; padding: 11px 14px; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav div { position: absolute; right: 0; top: 47px; width: 210px; padding: 12px; background: var(--navy); border: 1px solid #34485a; }
  .mobile-nav a { display: block; padding: 12px; color: white; font-size: 11px; font-weight: 800; text-transform: uppercase; }
  .guide-section { grid-template-columns: 310px 1fr; gap: 55px; }
  .guide-book { width: 300px; }
  .footer-main { gap: 35px; }
  .jobs-filter-panel { grid-template-columns: 1fr 1fr; }
  .jobs-filter-panel button { min-height: 55px; }
  .job-detail-layout { grid-template-columns: 1fr 320px; gap: 35px; }
  .guide-funnel { grid-template-columns: 350px 1fr; gap: 60px; }
  .guide-funnel .guide-book { width: 310px; }
}

@media (max-width: 780px) {
  .topline span { margin: 0 8px; }
  .topline { font-size: 8px; letter-spacing: .12em; }
  .site-header { height: 74px; padding: 0 18px; }
  .site-header { margin-bottom: -74px; }
  .site-header-solid { margin-bottom: 0; }
  .brand { min-width: 0; }
  .brand img { width: 52px; height: 52px; }
  .brand > span { font-size: 13px; }
  .brand small { font-size: 6px; }
  .hero { min-height: 760px; }
  .hero-backdrop { background-image: linear-gradient(90deg, rgba(2,8,12,.98) 0%, rgba(3,10,15,.78) 68%, rgba(3,9,12,.35) 100%), url('/static/hero-truck-flag-v2.jpg'); background-position: 66% center; }
  .hero-content { padding: 120px 20px 40px; }
  .hero-status i { display: none; }
  .hero h1 { font-size: clamp(53px, 19vw, 78px); }
  .hero-copy { font-size: 14px; }
  .job-search { grid-template-columns: 1fr; max-width: 100%; padding: 7px; }
  .job-search label { min-height: 62px; border-right: 0; border-bottom: 1px solid #c9c0b0; }
  .job-search button { min-height: 58px; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .trust-row span, .trust-row span:first-child { border: 0; padding: 0; }
  .trust-row b { font-size: 17px; }
  .category-strip { grid-template-columns: 1fr; gap: 13px; padding: 23px 20px; }
  .category-list { display: flex; overflow-x: auto; }
  .category-list button { min-width: 125px; }
  .jobs-section, .road-report { padding: 62px 18px 68px; }
  .section-heading { align-items: start; flex-direction: column; }
  .jobs-toolbar { align-items: stretch; flex-direction: column; gap: 8px; }
  .job-card { grid-template-columns: 52px 1fr; gap: 15px; padding: 21px 13px; }
  .company-mark { width: 52px; height: 52px; }
  .job-pay { grid-column: 2; padding: 14px 0 0; border: 0; border-top: 1px solid #d5cab9; }
  .states-section { padding: 65px 20px; grid-template-columns: 1fr; gap: 42px; }
  .state-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-section { padding: 70px 20px; grid-template-columns: 1fr; gap: 65px; }
  .guide-book { width: min(300px, 88vw); min-height: 430px; margin: auto; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form button { min-height: 54px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-body h3, .article-body > div { min-height: 0; }
  .final-cta { text-align: center; flex-direction: column; gap: 18px; }
  .final-cta > span:last-child { display: none; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-news { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; gap: 9px; }
  .route-hero { min-height: 390px; padding: 55px 20px 95px; background-position: 64% center; }
  .route-hero h1 { font-size: 50px; }
  .jobs-explorer { padding: 0 18px 70px; }
  .jobs-filter-panel { grid-template-columns: 1fr; margin: -62px 0 55px; }
  .jobs-filter-panel label { border-right: 0; border-bottom: 1px solid #d9cebe; }
  .jobs-filter-panel button { min-height: 55px; }
  .jobs-results-head { align-items: start; flex-direction: column; gap: 15px; }
  .route-category-block > div { grid-template-columns: 1fr 1fr; }
  .job-detail-hero { grid-template-columns: 75px 1fr; gap: 18px; padding: 45px 20px; }
  .job-detail-brand { width: 70px; height: 70px; font-size: 24px; }
  .job-detail-pay { grid-column: 2; padding: 18px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .job-detail-layout { grid-template-columns: 1fr; padding: 60px 20px 75px; }
  .job-facts { grid-template-columns: 1fr; }
  .job-facts span { border-right: 0; border-bottom: 1px solid #d4c8b7; }
  .job-columns { grid-template-columns: 1fr; gap: 15px; }
  .blog-index { padding: 65px 18px 75px; }
  .blog-index-head { align-items: start; flex-direction: column; gap: 15px; }
  .blog-index-grid, .blog-index-grid .blog-featured { grid-template-columns: 1fr; }
  .blog-index-grid .blog-featured { grid-column: auto; }
  .blog-index-image, .blog-featured .blog-index-image { min-height: 245px; }
  .blog-featured h3 { font-size: 30px; }
  .blog-newsletter { grid-template-columns: 1fr; padding: 28px 20px; gap: 25px; }
  .blog-newsletter form { grid-template-columns: 1fr; }
  .blog-newsletter button { min-height: 50px; }
  .article-route header { padding: 55px 20px 40px; }
  .article-route header h1 { font-size: 46px; }
  .article-route-image { height: 300px; }
  .article-layout { grid-template-columns: 1fr; padding: 50px 20px 75px; }
  .article-layout > aside { position: static; }
  .guide-funnel { grid-template-columns: 1fr; gap: 70px; padding: 75px 20px; }
  .guide-funnel .guide-book { width: min(300px, 88vw); }
  .guide-funnel-copy h1 { font-size: 52px; }
  .guide-funnel-copy form { grid-template-columns: 1fr; }
  .guide-funnel-copy form button, .guide-funnel-copy form small { grid-column: auto; }
  .guide-testimonials { padding: 70px 18px; }
  .guide-testimonials > div { grid-template-columns: 1fr; }
  .success-route > div:not(.success-seal) { flex-direction: column; }
}

@media (max-width: 440px) {
  .brand > span { max-width: 150px; }
  .brand small { display: none; }
  .hero h1 { font-size: 56px; }
  .state-grid { grid-template-columns: 1fr 1fr; }
  .state-grid button { min-height: 112px; padding: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* ── Cookie consent banner (kept from the fork; not in the mockup) ──────────
   Themed to match the site chrome. IDs/classes are load-bearing for track.js:
   #cookie-banner, #cookie-accept and the .cookie-banner--hidden toggle. */
.cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; padding: 14px clamp(16px, 5vw, 76px); background: rgba(6,23,40,.97); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 3px solid var(--red); color: #d8dfe4; box-shadow: 0 -12px 40px rgba(0,0,0,.35); }
.cookie-banner--hidden { display: none; }
.cookie-banner__inner { max-width: 1180px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.cookie-banner__text { margin: 0; font-size: 12px; line-height: 1.5; }
.cookie-banner__actions { display: flex; align-items: center; gap: 16px; white-space: nowrap; }
.cookie-banner__link { color: var(--cream); font-size: 10px; font-weight: 850; letter-spacing: .1em; border-bottom: 1px solid rgba(242,223,189,.4); padding-bottom: 2px; }
.cookie-banner__link:hover { color: #fff; }
.cookie-banner__accept { border: 0; border-radius: 8px; background: var(--red); color: #fff; padding: 12px 20px; font-size: 10px; font-weight: 900; letter-spacing: .1em; cursor: pointer; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1), 0 8px 22px rgba(113,22,18,.25); transition: background .2s ease; }
.cookie-banner__accept:hover { background: var(--red-bright); }
@media (max-width: 780px) {
  .cookie-banner__inner { flex-direction: column; align-items: stretch; gap: 12px; }
  .cookie-banner__actions { justify-content: space-between; }
}

/* ── Legal / static article pages (privacy, cookie, terms, contacts) ───────
   Reuses the mockup's article typography scale on a themed paper layout. */
.legal-content { max-width: 820px; margin: auto; padding: 70px 24px 90px; }
.legal-header h1 { margin: 0 0 30px; color: var(--navy); font: 900 clamp(38px, 5vw, 60px)/.96 Impact, "Arial Narrow", sans-serif; letter-spacing: -.02em; }
.legal-body { color: #3f4c55; font-size: 16px; line-height: 1.78; }
.legal-body h2 { margin: 40px 0 13px; color: var(--navy); font-size: 28px; line-height: 1.15; font-weight: 850; letter-spacing: -.02em; }
.legal-body h3 { margin: 30px 0 10px; color: var(--navy); font-size: 20px; font-weight: 800; }
.legal-body p { margin: 0 0 16px; }
.legal-body a { color: var(--red); font-weight: 700; }
.legal-body ul, .legal-body ol { padding-left: 22px; margin: 0 0 16px; }
.legal-body li { margin: 8px 0; }
.legal-footer { margin-top: 45px; padding-top: 22px; border-top: 1px solid #d4c8b7; }
.legal-footer a { color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: .1em; }

/* ── Job detail: CPC apply CTA (out-link) ──────────────────────────────────
   The aside "APPLY NOW" is an <a> (track.js sets its href to a freshly-minted
   tracked URL), so it needs the red button look the mockup gives the aside
   <button>. Loading/error states keep it visibly non-clickable until ready. */
.job-detail-layout aside a.apply-cta { display: block; width: 100%; min-height: 50px; margin: 22px 0 13px; border: 0; border-radius: 9px; padding: 17px 25px; background: var(--red); color: white; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-align: center; cursor: pointer; }
.job-detail-layout aside a.apply-cta.btn-cta--loading { background: #9a938a; cursor: progress; }
.job-detail-layout aside a.apply-cta.btn-cta--error { background: #6b6760; cursor: not-allowed; }

/* ── No-JS adaptation: the mockup navigated category/state/haul tiles via
   <button onClick>; our server-rendered pages use plain <a> links. Mirror the
   button styling onto those anchors so the tiles look identical without JS. */
.category-list a { display: block; background: rgba(255,255,255,.035); color: #e4dccf; border: 1px solid rgba(255,255,255,.07); border-radius: 8px; padding: 10px 14px; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-decoration: none; transition: background .2s, border-color .2s, transform .2s; }
.category-list a span { display: block; color: #d39a3b; font: 700 16px/1 Georgia, serif; margin-bottom: 6px; }
.category-list a:hover { background: rgba(178,43,36,.18); border-color: rgba(216,154,42,.38); color: white; transform: translateY(-2px); }
.state-grid a { display: block; min-height: 128px; position: relative; padding: 22px; color: white; background: linear-gradient(145deg, rgba(23,58,84,.9), rgba(10,34,52,.92)); border: 1px solid rgba(242,223,189,.13); border-radius: 12px; box-shadow: 0 10px 25px rgba(0,0,0,.15); text-decoration: none; transition: transform .2s, background .2s, border-color .2s; }
.state-grid a:hover { transform: translateY(-3px); background: #173b58; }
.state-grid a span { display: block; color: #b88b4f; font: 900 24px/1 Impact, sans-serif; }
.state-grid a b { display: block; margin: 15px 0 3px; font: 700 15px/1 Georgia, serif; }
.state-grid a small { display: block; color: #929fab; font-size: 9px; letter-spacing: .08em; }
.state-grid a i { position: absolute; right: 16px; top: 16px; color: var(--red-bright); font-style: normal; }
.route-category-block > div a { display: block; min-height: 95px; position: relative; padding: 20px; border: 1px solid #d6c8b5; border-radius: 10px; background: #fffaf1; color: var(--navy); font-size: 14px; font-weight: 750; text-decoration: none; }
.route-category-block > div a:hover { border-color: #b79b74; background: white; }
.route-category-block > div a span { position: absolute; top: 18px; right: 18px; color: var(--red); }
.route-category-block > div a b { display: block; margin-bottom: 10px; color: #c18327; font-size: 20px; }
.route-category-block > div a small { display: block; margin-top: 7px; color: #7a7874; font-size: 10px; font-weight: 550; }
