:root {
  --navy: #071a35;
  --navy-2: #0b264a;
  --blue: #123d74;
  --red: #d9261c;
  --cream: #f4f3ef;
  --white: #fff;
  --ink: #0d1a2b;
  --muted: #647083;
  --line: rgba(13, 26, 43, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Manrope", sans-serif; font-size: 16px; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header { height: 86px; background: rgba(255,255,255,.96); position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(7,26,53,.09); backdrop-filter: blur(14px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: block; width: 158px; height: 52px; overflow: hidden; }
.brand img { display: block; width: 158px; height: 52px; object-fit: cover; }
.desktop-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.desktop-nav a { font-size: .88rem; font-weight: 700; color: #384457; transition: color .2s; }
.desktop-nav a:hover { color: var(--red); }
.nav-phone { display: flex; flex-direction: column; border-left: 1px solid var(--line); padding-left: 30px; font-size: .94rem; font-weight: 800; }
.nav-phone span { font-size: .64rem; color: var(--red); letter-spacing: .12em; text-transform: uppercase; }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 710px; color: #fff; background: var(--navy); position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; width: 620px; height: 620px; right: -270px; top: -170px; border: 130px solid rgba(217,38,28,.12); transform: rotate(25deg); }
.hero-grid { position: absolute; inset: 0; opacity: .21; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, black, transparent 74%); }
.hero-layout { min-height: 710px; display: grid; grid-template-columns: 1.3fr .82fr; gap: 70px; align-items: center; position: relative; z-index: 2; padding: 58px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #cbd5e2; text-transform: uppercase; font-weight: 800; font-size: .73rem; letter-spacing: .13em; }
.eyebrow > span { width: 26px; height: 2px; background: var(--red); }
.eyebrow.dark { color: var(--blue); }
.hero h1, .section h2, footer h2 { font-family: "Unbounded", sans-serif; letter-spacing: -.045em; margin: 22px 0; line-height: 1.08; }
.hero h1 { font-size: clamp(2.8rem, 5.2vw, 5.25rem); max-width: 780px; }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-lead { max-width: 640px; color: #bdc8d7; line-height: 1.75; font-size: 1.05rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 35px 0 44px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 24px; border-radius: 4px; border: 1px solid transparent; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover { background: #ef3226; }
.button-ghost { border-color: rgba(255,255,255,.3); color: #fff; }
.button-ghost:hover { border-color: #fff; }
.hero-proof { display: flex; gap: 28px; }
.hero-proof div { padding-right: 28px; border-right: 1px solid rgba(255,255,255,.18); }
.hero-proof div:last-child { border: 0; }
.hero-proof strong { display: block; font-family: "Unbounded"; font-size: 1.25rem; }
.hero-proof span { color: #8fa0b6; font-size: .77rem; }
.route-card { background: #fff; color: var(--ink); border-radius: 5px; padding: 27px; box-shadow: 0 30px 80px rgba(0,0,0,.25); transform: rotate(-1deg); }
.route-top { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.status { display: flex; align-items: center; gap: 7px; color: #177546; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: #27b46b; box-shadow: 0 0 0 5px rgba(39,180,107,.12); }
.route-city { display: grid; grid-template-columns: 1fr 70px 1fr; align-items: center; padding: 32px 0; }
.route-city > div:last-child { text-align: right; }
.route-city small { display: block; color: var(--red); font-weight: 900; font-size: .7rem; }
.route-city strong { font-family: "Unbounded"; display: block; font-size: clamp(1.25rem, 2.4vw, 2rem); }
.route-distance { display: flex; align-items: center; color: var(--red); }
.route-distance span { height: 1px; width: 100%; background: var(--red); }
.route-distance b { font-size: 1.4rem; }
.route-note { padding: 17px 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--muted); font-size: .72rem; }
.messenger-link { margin: 10px -10px -10px; padding: 18px; display: flex; align-items: center; gap: 12px; background: #eef3f1; }
.wa-icon { width: 38px; height: 38px; display: grid; place-items: center; background: #20ac67; color: #fff; border-radius: 50%; font-size: .66rem; font-weight: 900; }
.messenger-link span:nth-child(2) { display: flex; flex-direction: column; }
.messenger-link small { color: var(--muted); }
.messenger-link b:last-child { margin-left: auto; color: var(--red); font-size: 1.3rem; }

.ticker { background: var(--red); color: #fff; overflow: hidden; white-space: nowrap; }
.ticker-track { display: inline-flex; align-items: center; gap: 28px; min-width: 130%; padding: 16px 0; text-transform: uppercase; font-family: "Unbounded"; font-size: .8rem; letter-spacing: .04em; animation: ticker 25s linear infinite; }
.ticker i { font-style: normal; color: var(--navy); }
@keyframes ticker { to { transform: translateX(-25%); } }
.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: .8fr 1.5fr; align-items: end; gap: 30px; margin-bottom: 58px; }
.section-heading > div { display: flex; align-items: center; gap: 18px; }
.section-index { font-family: "Unbounded"; font-size: .68rem; color: var(--red); }
.section h2 { font-size: clamp(2rem, 4vw, 3.6rem); margin: 0; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 240px; position: relative; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.28); color: var(--ink); text-align: left; cursor: pointer; appearance: none; transition: background .25s, color .25s, transform .25s; }
.service-card:hover, .service-card:focus-visible, .service-card.selected { background: var(--navy); color: #fff; transform: translateY(-4px); }
.service-card:focus-visible { outline: 3px solid var(--red); outline-offset: -3px; }
.service-number { font-size: .7rem; font-family: "Unbounded"; color: var(--red); }
.service-card h3 { font-family: "Unbounded"; margin: 0 0 12px; font-size: 1.25rem; }
.service-card p { color: var(--muted); max-width: 430px; line-height: 1.65; margin: 0; }
.service-card:hover p, .service-card:focus-visible p, .service-card.selected p { color: #aab8ca; }
.service-arrow { position: absolute; top: 26px; right: 28px; font-size: 1.3rem; color: var(--red); }
.extras { display: grid; grid-template-columns: 1fr 3fr; gap: 30px; padding-top: 38px; color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; }
.extras div { display: flex; gap: 12px; flex-wrap: wrap; }
.extras b { padding: 10px 14px; color: var(--blue); border: 1px solid var(--line); border-radius: 100px; font-size: .72rem; }

.fleet { background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.fleet::before { content: "BK"; position: absolute; font-family: "Unbounded"; font-size: 33vw; line-height: .7; color: rgba(255,255,255,.025); left: -4vw; bottom: -4vw; }
.fleet-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; position: relative; z-index: 2; }
.fleet-copy h2 { margin: 20px 0; }
.fleet-copy > p { color: #9eafc4; line-height: 1.75; max-width: 490px; }
.fleet-specs { display: flex; gap: 38px; margin-top: 46px; }
.fleet-specs strong { display: block; font-family: "Unbounded"; font-size: 1.8rem; }
.fleet-specs span { color: #8ca0b9; font-size: .74rem; }
.fleet-panel { min-height: 410px; border: 1px solid rgba(255,255,255,.16); padding: 30px; position: relative; background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.01)); }
.fleet-label { color: var(--red); font-family: "Unbounded"; font-size: .7rem; }
.fleet-word { font-family: "Unbounded"; font-size: clamp(2.5rem, 6vw, 5.2rem); color: rgba(255,255,255,.08); margin-top: 30px; transform: translateX(-3px); }
.cargo-box { border: 2px solid rgba(255,255,255,.42); padding: 26px; margin: 20px 4% 0 14%; }
.cargo-box span { color: #91a5bd; display: block; font-size: .75rem; }
.cargo-box strong { display: block; font-family: "Unbounded"; font-size: 3.1rem; margin: 8px 0 20px; }
.measure-line { display: flex; align-items: center; }
.measure-line i { width: 8px; height: 8px; border: 1px solid var(--red); transform: rotate(45deg); }
.measure-line b { height: 1px; background: var(--red); flex: 1; }
.fleet-panel > p { color: #8fa0b6; font-size: .72rem; text-align: right; margin-top: 24px; }

.process { background: #fff; }
.section-heading.compact { align-items: start; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.steps li { padding: 26px 25px 8px 0; min-height: 190px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.steps li + li { padding-left: 25px; }
.steps li:last-child { border-right: 0; }
.steps > li > span { font-family: "Unbounded"; font-size: .7rem; color: var(--red); }
.steps h3 { margin: 0 0 9px; font-family: "Unbounded"; font-size: 1rem; }
.steps p { margin: 0; color: var(--muted); line-height: 1.55; font-size: .87rem; }

.calculator-section { background: var(--blue); color: #fff; }
.calculator-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.calculator-copy h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin: 22px 0; }
.calculator-copy p { color: #b7c7d9; line-height: 1.7; max-width: 470px; }
.plain-phone { display: block; font-family: "Unbounded"; font-size: clamp(1.3rem, 2vw, 1.8rem); margin-top: 46px; }
.messenger-caption { color: #8fa7c2; font-size: .75rem; }
.contact-links { display: flex; gap: 10px; flex-wrap: wrap; margin: 24px 0 16px; }
.contact-links a { padding: 10px 14px; border: 1px solid #7f9abb; border-radius: 4px; font-size: .875rem; font-weight: 700; }
.contact-links a:hover { background: rgba(255,255,255,.12); }
.contact-email { display: inline-block; font-size: 1rem; overflow-wrap: anywhere; text-decoration: underline; text-underline-offset: 5px; }
.calculator { background: #fff; color: var(--ink); padding: 36px; box-shadow: 18px 18px 0 rgba(3,17,35,.25); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.calculator label { display: block; font-size: .72rem; text-transform: uppercase; font-weight: 800; letter-spacing: .06em; color: #667083; margin-bottom: 19px; }
.calculator input[type="text"], .calculator input[type="date"], .calculator input[type="tel"] { width: 100%; height: 52px; border: 0; border-bottom: 1px solid #ccd2da; padding: 4px 0; outline: none; color: var(--ink); border-radius: 0; }
.calculator input:focus { border-color: var(--red); }
.location-field { position: relative; z-index: 4; }
.location-field:focus-within { z-index: 8; }
.location-input, .date-input { position: relative; display: block; }
.location-input i { position: absolute; left: 0; top: 50%; width: 8px; height: 8px; border: 2px solid var(--red); border-radius: 50%; transform: translateY(-70%); z-index: 1; pointer-events: none; }
.location-input i::after { content: ""; position: absolute; left: 2px; top: 6px; width: 2px; height: 6px; background: var(--red); transform: rotate(-40deg); }
.location-input input { padding-left: 20px !important; }
.suggestions { display: none; position: absolute; left: 0; right: 0; top: calc(100% - 18px); max-height: 230px; overflow-y: auto; background: #fff; border: 1px solid #d7dce3; box-shadow: 0 18px 35px rgba(7,26,53,.18); }
.suggestions.open { display: block; }
.suggestion { display: block; width: 100%; padding: 12px 14px; border: 0; border-bottom: 1px solid #edf0f3; background: #fff; color: var(--ink); text-align: left; cursor: pointer; }
.suggestion:last-child { border-bottom: 0; }
.suggestion:hover, .suggestion.active { background: #eef3f8; }
.suggestion strong { display: block; font-size: .82rem; text-transform: none; letter-spacing: 0; }
.suggestion small { display: block; margin-top: 3px; color: var(--muted); font-size: .68rem; text-transform: none; letter-spacing: 0; }
.suggestion-status { display: block; padding: 12px 14px; color: var(--muted); font-size: .72rem; text-transform: none; letter-spacing: 0; }
.map-link { display: inline-flex; align-items: center; gap: 9px; margin: -5px 0 7px; color: var(--blue); font-size: .73rem; font-weight: 800; }
.map-link span { color: var(--red); }
.geo-note { margin: 0 0 20px; color: #99a1ac; font-size: .62rem; }
.date-field { cursor: pointer; }
.date-input input { cursor: pointer; padding-right: 34px !important; }
.date-input i { position: absolute; right: 3px; top: 50%; transform: translateY(-50%); color: var(--red); font-style: normal; pointer-events: none; }
.date-input input::-webkit-calendar-picker-indicator { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.check { display: flex !important; align-items: center; gap: 10px; text-transform: none !important; cursor: pointer; }
.check input { accent-color: var(--red); width: 17px; height: 17px; }
.submit { width: 100%; border: 0; margin-top: 8px; }
.form-note { text-align: center; color: #8b94a1; font-size: .68rem; margin: 13px 0 0; }
.channel-picker { border: 0; padding: 0; margin: 26px 0 12px; min-width: 0; }
.channel-picker legend { padding: 0; margin-bottom: 12px; color: #667083; font-size: .875rem; font-weight: 800; }
.channel-options { display: flex; flex-wrap: wrap; gap: 8px; }
.calculator .channel-options label { flex: 1 1 100px; position: relative; margin: 0; color: var(--ink); font-size: .875rem; text-transform: none; letter-spacing: 0; cursor: pointer; }
.channel-options input { position: absolute; inset: 0; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.channel-options span { display: block; padding: 13px 10px; text-align: center; border: 1px solid #b6c1ce; border-radius: 4px; }
.channel-options input:checked + span { color: #fff; border-color: var(--navy); background: var(--navy); }
.channel-options input:focus-visible + span { outline: 3px solid var(--red); outline-offset: 3px; }
.calculator .form-note { font-size: .875rem; line-height: 1.6; color: var(--muted); }
.quote-draft { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.quote-draft[hidden] { display: none; }
.quote-draft > p:first-child { margin: 0 0 15px; font-size: .875rem; line-height: 1.6; color: var(--blue); }
.calculator .quote-draft label { margin-bottom: 8px; font-size: .875rem; letter-spacing: 0; text-transform: none; }
.quote-draft textarea { width: 100%; padding: 12px; resize: vertical; border: 1px solid #b6c1ce; border-radius: 4px; color: var(--ink); font-size: 1rem; line-height: 1.5; background: #f5f7fa; }
.copy-quote { margin-top: 12px; padding: 12px 16px; border: 1px solid var(--blue); border-radius: 4px; background: #fff; color: var(--blue); font-size: .875rem; font-weight: 800; cursor: pointer; }
.draft-help { color: var(--muted); font-size: .875rem; line-height: 1.6; margin-bottom: 0; }

.trust-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.trust-title h2 { margin-top: 20px; }
.trust-list { border-top: 1px solid var(--line); }
.trust-list article { display: grid; grid-template-columns: 50px 180px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid var(--line); align-items: center; }
.trust-list article > span { color: var(--red); font-family: "Unbounded"; font-size: .65rem; }
.trust-list h3 { font-family: "Unbounded"; font-size: .95rem; margin: 0; }
.trust-list p { color: var(--muted); line-height: 1.55; margin: 0; font-size: .87rem; }

footer { background: #050f20; color: #fff; padding: 105px 0 32px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; padding-bottom: 80px; }
.footer-top h2 { font-size: clamp(2.3rem, 5vw, 4.6rem); margin: 24px 0 0; }
.footer-contacts { border-top: 1px solid rgba(255,255,255,.2); padding-top: 25px; }
.footer-contacts > a { display: block; font-family: "Unbounded"; font-size: clamp(1.3rem, 3vw, 2.4rem); margin-bottom: 28px; }
.footer-contacts > .contact-email { font-family: inherit; font-size: 1.125rem; margin-bottom: 25px; }
.footer-contacts div { display: flex; flex-wrap: wrap; gap: 20px 30px; }
.footer-contacts div a { color: #aeb9c8; font-size: .85rem; font-weight: 700; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding-top: 26px; display: grid; grid-template-columns: 180px 1fr auto; gap: 35px; align-items: center; }
.footer-bottom img { width: 150px; height: 55px; object-fit: cover; background: #fff; padding: 3px; }
.legal { color: #7f8b9c; font-size: .72rem; line-height: 1.5; }
.legal p { margin: 2px 0; }
.to-top { padding: 10px 0; border: 0; background: transparent; color: #aeb9c8; font-size: .75rem; font-weight: 700; cursor: pointer; }
.to-top:hover { color: #fff; }
.floating-call { display: none; }

@media (max-width: 900px) {
  .desktop-nav, .nav-phone { display: none; }
  .menu-toggle { display: flex; flex-direction: column; gap: 6px; background: none; border: 0; padding: 10px; }
  .menu-toggle span { display: block; width: 25px; height: 2px; background: var(--navy); transition: transform .2s; }
  .menu-toggle.open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle.open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav.open { display: flex; }
  .mobile-nav { position: absolute; left: 0; right: 0; top: 86px; flex-direction: column; padding: 20px 24px 26px; background: #fff; border-bottom: 1px solid var(--line); }
  .mobile-nav a { padding: 12px 0; font-weight: 700; }
  .hero-layout, .fleet-layout, .calculator-layout, .trust-layout { grid-template-columns: 1fr; }
  .hero-layout { padding: 80px 0; gap: 55px; }
  .hero { min-height: auto; }
  .route-card { max-width: 570px; }
  .section-heading, .section-heading.compact { grid-template-columns: 1fr; }
  .fleet-layout, .calculator-layout { gap: 55px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li:nth-child(2) { border-right: 0; }
  .trust-layout { gap: 40px; }
  .footer-top { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 32px, 1180px); }
  .site-header { height: 72px; }
  .mobile-nav { top: 72px; }
  .brand, .brand img { width: 130px; height: 46px; }
  .hero-layout { padding: 60px 0; }
  .hero h1 { font-size: 2.55rem; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 14px; }
  .hero-proof div { padding-right: 14px; }
  .hero-proof strong { font-size: .95rem; }
  .hero-proof span { font-size: .62rem; }
  .route-card { padding: 20px; }
  .route-top { flex-direction: column; }
  .route-city { grid-template-columns: 1fr 46px 1fr; }
  .route-note { flex-direction: column; gap: 5px; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 36px; }
  .section h2 { font-size: 2.1rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 215px; }
  .extras { grid-template-columns: 1fr; }
  .fleet-specs { gap: 22px; }
  .fleet-specs strong { font-size: 1.3rem; }
  .fleet-panel { min-height: 350px; padding: 20px; }
  .cargo-box { margin-left: 4%; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li + li { min-height: 150px; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .calculator { padding: 25px 20px; box-shadow: 10px 10px 0 rgba(3,17,35,.25); }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .trust-list article { grid-template-columns: 35px 1fr; }
  .trust-list article p { grid-column: 2; }
  footer { padding-top: 75px; }
  .footer-top { padding-bottom: 55px; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom img { width: 130px; }
  .floating-call { position: fixed; display: grid; place-items: center; width: 54px; height: 54px; right: 18px; bottom: 18px; z-index: 40; border-radius: 50%; background: var(--red); color: #fff; box-shadow: 0 10px 25px rgba(217,38,28,.35); font-size: 1.25rem; }
}

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