:root {
  --red: #d71920;
  --red-dark: #a90c14;
  --navy: #092b49;
  --navy-deep: #051b2d;
  --ink: #0c1d2c;
  --muted: #5e6b76;
  --cream: #f5f3ef;
  --line: #dfe4e8;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header { height: 82px; background: rgba(255,255,255,.96); border-bottom: 1px solid #edf0f2; position: sticky; top: 0; z-index: 100; backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 195px; height: 66px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: 88px; object-fit: cover; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 700; color: #273746; }
.main-nav > a:not(.nav-cta) { transition: color .2s; }
.main-nav > a:not(.nav-cta):hover { color: var(--red); }
.nav-cta { background: var(--red); color: #fff; padding: 14px 20px; border-radius: 6px; box-shadow: 0 8px 18px rgba(215,25,32,.18); }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button span { display: block; width: 26px; height: 2px; background: var(--navy); margin: 5px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(122deg, #f9fafb 0 59%, #edf1f3 59% 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(#d8dde1 1px, transparent 1px), linear-gradient(90deg,#d8dde1 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, transparent 0, black 70%); }
.hero-glow { position: absolute; width: 500px; height: 500px; border-radius: 50%; background: rgba(215,25,32,.08); filter: blur(50px); right: 4%; top: 8%; }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 52% 48%; align-items: center; position: relative; z-index: 1; }
.hero-copy { padding: 80px 0 90px; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .17em; font-weight: 800; font-size: 12px; color: var(--red); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.eyebrow span { width: 26px; height: 2px; background: var(--red); }
.hero h1 { margin: 0; font-size: clamp(48px, 5.4vw, 76px); letter-spacing: -.05em; line-height: .98; color: var(--navy); }
.hero h1 strong { color: var(--red); font-weight: 800; }
.hero-copy > p { max-width: 570px; color: var(--muted); font-size: 18px; line-height: 1.7; margin: 28px 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.button { min-height: 51px; padding: 0 22px; border: 0; border-radius: 5px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 800; font-size: 14px; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 12px 26px rgba(215,25,32,.22); }
.button-primary:hover { background: var(--red-dark); }
.button-ghost { border: 1px solid #ccd3d8; background: #fff; color: var(--navy); }
.button svg { width: 20px; height: 20px; }
.trust-row { display: flex; margin-top: 46px; }
.trust-row div { display: flex; flex-direction: column; min-width: 130px; padding-right: 28px; margin-right: 28px; border-right: 1px solid var(--line); }
.trust-row div:last-child { border: 0; }
.trust-row b { font-size: 22px; color: var(--navy); }
.trust-row span { font-size: 11px; color: #78838b; text-transform: uppercase; letter-spacing: .07em; margin-top: 3px; }
.hero-visual { align-self: stretch; position: relative; display: flex; align-items: flex-end; justify-content: center; }
.hero-truck { width: 87%; height: 100%; object-fit: cover; object-position: 50% 40%; mix-blend-mode: multiply; filter: contrast(1.03) saturate(.9); }
.hero-badge { position: absolute; left: 2%; bottom: 80px; background: rgba(255,255,255,.94); box-shadow: 0 18px 50px rgba(11,36,56,.18); border-radius: 8px; padding: 13px 17px; display: flex; align-items: center; gap: 12px; }
.hero-badge > span { background: #e8f7ef; color: #139a57; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; font-weight: 900; }
.hero-badge p { margin: 0; display: flex; flex-direction: column; font-size: 12px; color: #7a858d; line-height: 1.45; }
.hero-badge b { font-size: 14px; color: var(--navy); }
.coverage-strip { background: var(--navy); color: #fff; position: relative; z-index: 2; padding: 18px 0; font-size: 13px; font-weight: 800; letter-spacing: .16em; }
.coverage-strip .container { display: flex; gap: 22px; align-items: center; justify-content: center; }
.coverage-strip .container > span { color: var(--red); }
.coverage-strip i { color: #7590a5; font-style: normal; }

.section { padding: 105px 0; }
.section-heading { max-width: 680px; margin-bottom: 48px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.section-heading h2, .about-copy h2, .fleet-copy h2, .quote-intro h2, .faq-intro h2 { font-size: clamp(34px, 4vw, 50px); line-height: 1.1; letter-spacing: -.04em; color: var(--navy); margin: 13px 0 15px; }
.section-heading > p { color: var(--muted); line-height: 1.75; margin: 0; font-size: 16px; }
.services { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; border: 1px solid var(--line); padding: 35px 30px 30px; min-height: 330px; transition: transform .25s, box-shadow .25s, border-color .25s; overflow: hidden; }
.service-card::after { content: ""; position: absolute; left: 0; bottom: 0; height: 4px; width: 0; background: var(--red); transition: width .3s; }
.service-card:hover { transform: translateY(-7px); border-color: transparent; box-shadow: 0 22px 45px rgba(7,40,66,.12); }
.service-card:hover::after { width: 100%; }
.card-number { position: absolute; right: 22px; top: 19px; color: #e9edf0; font-size: 48px; font-weight: 900; }
.service-icon { width: 55px; height: 55px; background: #fff0f0; color: var(--red); display: grid; place-items: center; border-radius: 7px; font-size: 30px; font-weight: 600; }
.service-card h3 { color: var(--navy); font-size: 21px; margin: 25px 0 12px; }
.service-card p { color: var(--muted); line-height: 1.7; font-size: 14px; margin: 0 0 23px; }
.service-card a { font-size: 13px; font-weight: 800; color: var(--red); }

.business-logistics { background: var(--navy-deep); color: #fff; padding: 95px 0; position: relative; overflow: hidden; }
.business-logistics::before { content: ""; position: absolute; width: 460px; height: 460px; right: -120px; top: -210px; border-radius: 50%; background: rgba(215,25,32,.16); }
.business-grid { position: relative; display: grid; grid-template-columns: 55% 45%; gap: 70px; align-items: center; }
.business-copy h2 { color: #fff; font-size: clamp(38px, 4.5vw, 56px); line-height: 1.05; letter-spacing: -.045em; margin: 15px 0 20px; }
.business-copy > p { color: #b8c6d1; font-size: 17px; line-height: 1.75; max-width: 650px; }
.business-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 27px 0 31px; }
.business-tags span { border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.055); padding: 9px 12px; border-radius: 4px; color: #e4ebf0; font-size: 12px; font-weight: 700; }
.business-panel { background: #fff; color: var(--ink); padding: 38px; box-shadow: 0 26px 60px rgba(0,0,0,.25); border-top: 5px solid var(--red); }
.business-label { color: var(--red); font-size: 10px; letter-spacing: .17em; font-weight: 900; }
.business-panel h3 { color: var(--navy); font-size: 26px; line-height: 1.22; margin: 12px 0 25px; }
.business-panel ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.business-panel li { display: grid; grid-template-columns: 110px 1fr; gap: 15px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.business-panel li:last-child { border: 0; padding-bottom: 0; }
.business-panel b { color: var(--red); font-size: 13px; }
.business-panel li span { color: var(--muted); font-size: 13px; line-height: 1.5; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 53% 47%; gap: 80px; align-items: center; }
.about-media { position: relative; }
.image-frame { padding: 14px; background: #fff; box-shadow: 0 18px 45px rgba(9,43,73,.12); transform: rotate(-1.5deg); }
.image-frame img { aspect-ratio: 4/3; object-fit: cover; }
.experience-card { position: absolute; right: -28px; bottom: -34px; background: var(--red); color: #fff; padding: 20px 23px; display: flex; align-items: center; gap: 13px; box-shadow: 0 18px 32px rgba(165,15,23,.25); }
.experience-card b { font-size: 47px; line-height: 1; }
.experience-card span { font-size: 10px; letter-spacing: .1em; line-height: 1.4; font-weight: 800; }
.about-copy > p, .fleet-copy > p, .quote-intro > p, .faq-intro > p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.feature-list { margin: 26px 0; display: grid; gap: 16px; }
.feature-list > div { display: flex; gap: 14px; align-items: flex-start; }
.feature-list > div > span { background: #fff; color: var(--red); width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 28px; font-weight: 900; }
.feature-list p { display: flex; flex-direction: column; color: var(--muted); margin: 0; font-size: 13px; line-height: 1.5; }
.feature-list b { color: var(--navy); font-size: 15px; margin-bottom: 2px; }
.text-link { font-size: 14px; font-weight: 800; color: var(--red); border-bottom: 1px solid rgba(215,25,32,.25); padding-bottom: 5px; }

.fleet-section { background: var(--navy-deep); color: #fff; overflow: hidden; }
.fleet-grid { min-height: 560px; display: grid; grid-template-columns: 48% 52%; align-items: center; }
.fleet-copy { padding: 80px 80px 80px 0; }
.kicker.light { color: #ff6b70; }
.fleet-copy h2, .quote-intro h2 { color: #fff; }
.fleet-copy > p { color: #b3c1cc; }
.fleet-copy ul { padding: 0; margin: 28px 0 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; font-size: 13px; color: #d8e0e6; }
.fleet-copy li { display: flex; gap: 9px; }
.fleet-copy li span { color: #ff656b; }
.fleet-image { align-self: stretch; position: relative; }
.fleet-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy-deep), transparent 30%); }
.fleet-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }

.process { background: #fff; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.steps article { display: flex; gap: 20px; align-items: flex-start; padding: 0 34px; border-right: 1px solid var(--line); }
.steps article:last-child { border: 0; }
.steps article > span { font-size: 38px; font-weight: 900; color: #e6eaed; line-height: 1; }
.steps b { color: var(--navy); font-size: 18px; }
.steps p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 8px 0 0; }

.testimonials { background: var(--cream); }
.split-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; }
.split-heading h2 { margin-bottom: 0; }
.rating { display: grid; grid-template-columns: auto auto; align-items: center; gap: 0 12px; text-align: right; }
.rating b { font-size: 26px; color: var(--navy); }
.rating span { color: #f2a100; letter-spacing: .1em; }
.rating small { grid-column: 1/3; color: var(--muted); font-size: 11px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
blockquote { margin: 0; background: #fff; padding: 28px; border: 1px solid #e5e3df; }
.quote-mark { color: var(--red); font-family: Georgia, serif; font-size: 52px; height: 36px; }
blockquote > p { color: #53616c; font-size: 14px; line-height: 1.75; min-height: 98px; }
blockquote footer { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
blockquote footer > span { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-size: 11px; font-weight: 800; }
blockquote footer div { display: flex; flex-direction: column; }
blockquote footer b { font-size: 13px; color: var(--navy); }
blockquote footer small { font-size: 10px; color: #8a949b; margin-top: 3px; }

.quote-section { padding: 105px 0; background: var(--navy); position: relative; overflow: hidden; }
.quote-section::before { content: ""; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; position: absolute; left: -160px; bottom: -300px; box-shadow: 0 0 0 90px rgba(255,255,255,.015), 0 0 0 180px rgba(255,255,255,.01); }
.quote-grid { display: grid; grid-template-columns: 39% 61%; gap: 70px; align-items: start; position: relative; z-index: 1; }
.quote-intro { padding-top: 24px; }
.quote-intro > p { color: #aabcca; max-width: 370px; }
.contact-mini { display: grid; gap: 22px; margin-top: 38px; }
.contact-mini a { display: flex; align-items: center; gap: 13px; color: #fff; }
.contact-mini a > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: #ff696f; }
.contact-mini svg { width: 19px; }
.contact-mini div { display: flex; flex-direction: column; }
.contact-mini small { color: #879dae; font-size: 9px; letter-spacing: .16em; margin-bottom: 4px; }
.contact-mini b { font-size: 13px; }
.quote-form { background: #fff; padding: 36px; box-shadow: 0 26px 65px rgba(0,0,0,.25); }
.form-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 27px; }
.form-top h3 { color: var(--navy); margin: 0; font-size: 24px; }
.form-top > span { color: #1b9d58; background: #eaf8f0; border-radius: 30px; padding: 8px 11px; font-size: 10px; font-weight: 800; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { color: #314252; font-size: 11px; font-weight: 800; display: grid; gap: 7px; }
.form-grid label.full { grid-column: 1/3; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #dce1e5; padding: 12px 13px; color: var(--ink); outline: none; border-radius: 3px; background: #fff; font-size: 13px; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(215,25,32,.08); }
.form-grid textarea { resize: vertical; }
.submit-button { width: 100%; margin-top: 22px; }
.submit-button svg { width: 20px; }
.privacy { text-align: center; color: #8b969e; font-size: 10px; margin: 11px 0 0; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: 36% 64%; gap: 90px; }
.faq-intro h2 { font-size: 42px; }
.button-dark { background: var(--navy); color: #fff; margin-top: 16px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { color: var(--navy); font-size: 16px; font-weight: 800; list-style: none; cursor: pointer; padding: 22px 4px; display: flex; justify-content: space-between; align-items: center; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--red); font-size: 24px; font-weight: 400; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details > p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: -6px 30px 24px 4px; }

.final-cta { background: var(--red); color: #fff; padding: 46px 0; }
.final-cta .container { display: flex; align-items: center; justify-content: space-between; }
.final-cta div > span { font-size: 10px; font-weight: 800; letter-spacing: .18em; opacity: .8; }
.final-cta h2 { font-size: 31px; margin: 7px 0 0; letter-spacing: -.03em; }
.button-white { background: #fff; color: var(--red); min-width: 200px; }

footer { background: #061625; color: #fff; padding: 60px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.4fr; gap: 70px; padding-bottom: 45px; }
.footer-brand img { width: 195px; height: 80px; object-fit: cover; }
.footer-brand p { color: #8fa0ad; font-size: 13px; max-width: 300px; line-height: 1.6; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }
.footer-grid > div > b { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 8px; }
.footer-grid a { color: #91a2af; font-size: 12px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px; display: flex; justify-content: space-between; color: #627789; font-size: 10px; }
.floating-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 90; background: #20ba5a; color: #fff; height: 54px; padding: 0 18px 0 15px; border-radius: 40px; display: flex; align-items: center; gap: 9px; box-shadow: 0 12px 28px rgba(13,116,51,.35); font-size: 12px; font-weight: 800; transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.02); }
.floating-whatsapp svg { width: 27px; height: 27px; }

@media (max-width: 900px) {
  .site-header { height: 72px; }
  .brand { width: 165px; }
  .menu-button { display: block; }
  .main-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 25px 20px 30px; background: #fff; flex-direction: column; align-items: stretch; gap: 20px; box-shadow: 0 18px 30px rgba(0,0,0,.1); }
  .main-nav.is-open { display: flex; }
  .main-nav .nav-cta { text-align: center; }
  .hero { background: #f7f8f9; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 70px 0 30px; text-align: center; }
  .eyebrow, .hero-actions { justify-content: center; }
  .hero-copy > p { margin-inline: auto; }
  .trust-row { justify-content: center; }
  .hero-visual { height: 470px; }
  .hero-truck { width: min(570px, 92%); }
  .hero-badge { left: 10%; bottom: 45px; }
  .service-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .about-grid, .business-grid, .fleet-grid, .quote-grid, .faq-grid { grid-template-columns: 1fr; }
  .business-grid { gap: 45px; }
  .about-grid { gap: 70px; }
  .about-copy { padding-top: 20px; }
  .fleet-copy { padding: 75px 0 40px; }
  .fleet-image { height: 460px; }
  .quote-grid, .faq-grid { gap: 50px; }
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .steps article { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 28px; }
  .split-heading { align-items: start; gap: 25px; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 30px, 1160px); }
  .section { padding: 78px 0; }
  .hero h1 { font-size: 47px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-row { margin-top: 36px; }
  .trust-row div { min-width: 0; flex: 1; margin-right: 11px; padding-right: 11px; }
  .trust-row b { font-size: 18px; }
  .trust-row span { font-size: 8px; }
  .hero-visual { height: 410px; }
  .hero-badge { left: 0; bottom: 28px; }
  .coverage-strip .container { gap: 8px; font-size: 8px; letter-spacing: .08em; }
  .section-heading h2, .about-copy h2, .fleet-copy h2, .quote-intro h2, .faq-intro h2 { font-size: 35px; }
  .service-card { min-height: auto; }
  .business-logistics { padding: 75px 0; }
  .business-copy h2 { font-size: 38px; }
  .business-panel { padding: 28px 22px; }
  .business-panel li { grid-template-columns: 1fr; gap: 5px; }
  .about-grid { gap: 50px; }
  .experience-card { right: -5px; bottom: -30px; }
  .fleet-copy ul { grid-template-columns: 1fr; }
  .fleet-image { height: 370px; margin-inline: -15px; }
  .split-heading { flex-direction: column; }
  .rating { text-align: left; }
  .quote-section { padding: 78px 0; }
  .quote-form { padding: 25px 19px; margin-inline: -4px; }
  .form-top { align-items: flex-start; gap: 12px; }
  .form-top h3 { font-size: 20px; }
  .form-top > span { white-space: nowrap; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
  .contact-mini b { font-size: 11px; overflow-wrap: anywhere; }
  .faq-grid { gap: 40px; }
  .final-cta .container { flex-direction: column; align-items: flex-start; gap: 24px; }
  .final-cta h2 { font-size: 27px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .floating-whatsapp { width: 54px; padding: 0; justify-content: center; }
  .floating-whatsapp > span { display: none; }
}

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