:root {
  --navy: #061d43;
  --navy-2: #0a2f67;
  --blue: #1877d2;
  --red: #df101b;
  --red-dark: #b80813;
  --white: #ffffff;
  --ink: #111827;
  --muted: #5d6879;
  --surface: #f3f6fa;
  --line: #dce3ec;
  --shadow: 0 18px 50px rgba(6, 29, 67, .14);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Inter", sans-serif; color: var(--ink); background: var(--white); line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(6, 29, 67, .94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.1); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 10px 35px rgba(0,0,0,.2); }
.nav-shell { height: 84px; display: flex; align-items: center; gap: 28px; }
.brand { margin-right: auto; }
.brand img { width: 190px; max-height: 68px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { position: relative; color: rgba(255,255,255,.86); font-size: .93rem; font-weight: 600; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--red); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.nav-cta { flex: 0 0 auto; }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-button span { width: 22px; height: 2px; background: white; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 24px; border-radius: 10px; font-weight: 800; font-size: .94rem; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-red { color: white; background: var(--red); box-shadow: 0 12px 28px rgba(223,16,27,.25); }
.button-red:hover { background: var(--red-dark); }

.hero { position: relative; min-height: 760px; display: grid; align-items: center; background: var(--navy); color: white; overflow: hidden; padding-top: 84px; }
.hero-photo { position: absolute; inset: 84px 0 0 42%; background: url("hero-truck.jpg") center/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0%, var(--navy) 41%, rgba(6,29,67,.82) 57%, rgba(6,29,67,.08) 100%); }
.hero-content { position: relative; z-index: 2; padding: 90px 0; }
.hero-content > * { max-width: 660px; }
.eyebrow { display: flex; align-items: center; gap: 14px; color: #d9e8fa; font-size: .82rem; text-transform: uppercase; letter-spacing: .19em; font-weight: 800; }
.eyebrow span { width: 38px; height: 3px; background: var(--red); }
h1, h2, h3 { margin: 0; line-height: 1.08; }
h1, h2 { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; font-style: italic; letter-spacing: -.015em; }
h1 { margin-top: 24px; font-size: clamp(3.6rem, 6.2vw, 6.2rem); max-width: 780px; }
h1 em, .contact-copy h2 em { color: var(--red); font-style: inherit; }
.hero-content p { margin: 26px 0 34px; color: #d7e0ed; font-size: 1.08rem; max-width: 595px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { color: white; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 4px; }
.hero-stripes { position: absolute; z-index: 3; bottom: 0; left: -3%; width: 49%; height: 18px; transform: skewX(-35deg); display: grid; gap: 4px; }
.hero-stripes i:nth-child(1) { background: var(--red); }
.hero-stripes i:nth-child(2) { background: white; }
.hero-stripes i:nth-child(3) { background: var(--blue); }

.stats { position: relative; z-index: 4; margin-top: -46px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: white; box-shadow: var(--shadow); border-radius: var(--radius); overflow: hidden; }
.stats article { min-height: 132px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 22px; border-right: 1px solid var(--line); }
.stats article:last-child { border-right: 0; }
.stats strong { font: italic 800 3.1rem/1 "Barlow Condensed", sans-serif; color: var(--red); }
.stats span { color: var(--navy); font-size: .92rem; font-weight: 700; line-height: 1.4; }

.split-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 88px; }
.about-visual { position: relative; }
.about-visual::before { content: ""; position: absolute; z-index: -1; top: -18px; left: -18px; width: 44%; height: 44%; border-top: 6px solid var(--red); border-left: 6px solid var(--red); }
.about-visual img { width: 100%; height: 570px; object-fit: cover; border-radius: 0 36px 0 36px; box-shadow: var(--shadow); }
.experience-badge { position: absolute; right: -28px; bottom: 38px; width: 190px; padding: 24px; background: var(--navy); color: white; border-left: 6px solid var(--red); box-shadow: var(--shadow); }
.experience-badge strong { display: block; font: italic 800 2.2rem/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.experience-badge span { font-size: .8rem; color: #bcd0e8; }
.section-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--red); text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 800; }
.section-kicker::before { content: ""; width: 30px; height: 3px; background: currentColor; }
.section-kicker.light { color: #ff5961; }
.section-copy h2, .section-heading h2, .vision-copy h2, .contact-copy h2 { color: var(--navy); font-size: clamp(2.7rem, 5vw, 4.5rem); }
.section-copy p { color: var(--muted); margin: 24px 0 0; }
.pill-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.pill-row span { padding: 8px 13px; border: 1px solid var(--line); color: var(--navy); border-radius: 99px; font-size: .78rem; font-weight: 800; }

.services { position: relative; background: var(--navy); color: white; overflow: hidden; }
.services::after { content: "JM"; position: absolute; right: -20px; bottom: -100px; font: italic 800 23rem/1 "Barlow Condensed", sans-serif; color: rgba(255,255,255,.025); }
.section-heading { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 52px; }
.section-heading h2 { color: white; max-width: 720px; }
.section-heading > p { max-width: 390px; margin: 0 0 6px; color: #b9c8dd; }
.section-heading.dark h2 { color: var(--navy); }
.section-heading.dark > p { color: var(--muted); }
.section-heading.centered { text-align: center; flex-direction: column; align-items: center; gap: 18px; }
.section-heading.centered p { max-width: 560px; }
.services-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 310px; padding: 34px 28px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; overflow: hidden; transition: transform .25s ease, background .25s ease; }
.service-card:hover { transform: translateY(-7px); background: rgba(255,255,255,.11); }
.service-number { position: absolute; top: 18px; right: 20px; color: rgba(255,255,255,.18); font: italic 800 2rem/1 "Barlow Condensed", sans-serif; }
.icon-box { width: 54px; height: 54px; display: grid; place-items: center; color: white; background: var(--red); border-radius: 12px; font-size: 1.4rem; }
.service-card h3 { margin: 28px 0 14px; font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; font-style: italic; font-size: 1.7rem; }
.service-card p { margin: 0; color: #bac8da; font-size: .92rem; }

.values-section { background: var(--surface); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card { padding: 36px; background: white; border-top: 4px solid var(--red); box-shadow: 0 10px 30px rgba(6,29,67,.07); }
.value-card > span { font: italic 800 2.5rem/1 "Barlow Condensed", sans-serif; color: #dce4ee; }
.value-card h3 { margin: 24px 0 14px; color: var(--navy); font: italic 800 1.65rem/1.1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.value-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.vision-section { background: var(--navy-2); color: white; }
.vision-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: stretch; }
.vision-copy { padding: 88px 70px 88px 0; align-self: center; }
.vision-copy h2 { color: white; }
.vision-copy p { color: #cfdaea; margin: 24px 0 0; }
.fleet-image { width: calc(100% + ((100vw - min(1180px, calc(100vw - 40px))) / 2)); height: 100%; min-height: 480px; object-fit: contain; object-position: center; background: #f7fbff; border-left: 8px solid var(--red); }

.clients { overflow: hidden; }
.logo-marquee { width: 100%; overflow: hidden; position: relative; padding: 12px 0 22px; }
.logo-marquee::before, .logo-marquee::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; width: min(10vw, 150px); pointer-events: none; }
.logo-marquee::before { left: 0; background: linear-gradient(90deg, white, transparent); }
.logo-marquee::after { right: 0; background: linear-gradient(-90deg, white, transparent); }
.logo-track { display: flex; width: max-content; gap: 18px; padding-left: 18px; will-change: transform; }
.logo-track.is-moving { animation: logoScroll 32s linear infinite; }
.logo-marquee:hover .logo-track { animation-play-state: paused; }
.client-logo { width: 190px; height: 92px; flex: 0 0 auto; display: grid; place-items: center; padding: 6px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 24px rgba(6,29,67,.07); overflow: hidden; }
.client-logo img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
@keyframes logoScroll { to { transform: translateX(calc(-50% - 9px)); } }

.contact-section { position: relative; padding: 110px 0; background: var(--navy); color: white; overflow: hidden; }
.contact-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 58%, rgba(24,119,210,.16) 58%); }
.contact-grid { position: relative; display: grid; grid-template-columns: 1fr .88fr; align-items: center; gap: 90px; }
.contact-copy h2 { color: white; font-size: clamp(3.2rem, 6vw, 5.4rem); }
.contact-copy p { color: #c5d2e3; max-width: 620px; margin: 22px 0 30px; }
.contact-card { font-style: normal; background: white; color: var(--navy); padding: 34px; border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-card > * { display: block; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-card > *:last-child { border-bottom: 0; }
.contact-card span { display: block; color: var(--red); text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; font-weight: 800; }
.contact-card strong { display: block; margin-top: 4px; font-size: .98rem; overflow-wrap: anywhere; }
.contact-card a:hover strong { color: var(--blue); }

.site-footer { background: #03132e; color: #aebdd0; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 28px; }
.footer-grid img { width: 160px; }
.footer-grid p { margin: 0; text-align: center; font-size: .78rem; }
.footer-grid a { color: white; font-size: .8rem; font-weight: 700; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 40; display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 50%; background: #20b95a; color: white; box-shadow: 0 12px 30px rgba(0,0,0,.23); transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); background: #18a94f; }
.whatsapp-float svg { width: 31px; height: 31px; fill: currentColor; flex: 0 0 auto; }
.whatsapp-float .whatsapp-ring { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .main-nav { gap: 18px; }
  .nav-cta { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats article:nth-child(2) { border-right: 0; }
  .stats article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-grid { gap: 50px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  .nav-shell { height: 72px; }
  .brand img { width: 145px; max-height: 56px; }
  .menu-button { display: flex; }
  .main-nav { position: absolute; top: 72px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: white; box-shadow: var(--shadow); border-radius: 14px; }
  .main-nav.open { display: flex; }
  .main-nav a { color: var(--navy); padding: 13px 14px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .hero { min-height: 720px; padding-top: 72px; align-items: end; }
  .hero-photo { inset: 72px 0 0 0; background-position: 62% center; }
  .hero-overlay { background: linear-gradient(0deg, var(--navy) 9%, rgba(6,29,67,.92) 46%, rgba(6,29,67,.18) 100%); }
  .hero-content { padding: 230px 0 88px; }
  h1 { font-size: clamp(3.15rem, 15vw, 4.5rem); }
  .hero-content p { font-size: .96rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: center; }
  .hero-stripes { width: 78%; }
  .stats { margin-top: -28px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats article { min-height: 112px; flex-direction: column; gap: 5px; text-align: center; padding: 15px 9px; }
  .stats strong { font-size: 2.35rem; }
  .stats span { font-size: .74rem; }
  .split-grid, .vision-grid, .contact-grid { grid-template-columns: 1fr; }
  .split-grid { gap: 56px; }
  .about-visual img { height: 440px; }
  .experience-badge { right: -5px; bottom: 22px; }
  .section-copy h2, .section-heading h2, .vision-copy h2, .contact-copy h2 { font-size: clamp(2.7rem, 13vw, 3.8rem); }
  .section-heading { align-items: start; flex-direction: column; gap: 18px; }
  .services-grid, .values-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .vision-copy { padding: 75px 0 45px; }
  .fleet-image { width: calc(100% + 28px); height: auto; margin-left: -14px; min-height: 0; border-left: 0; border-top: 6px solid var(--red); }
  .client-logo { width: 160px; height: 80px; }
  .contact-grid { gap: 52px; }
  .contact-card { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-grid p { order: 3; }
  .whatsapp-float { right: 16px; bottom: 18px; width: 56px !important; min-width: 56px !important; max-width: 56px !important; height: 56px !important; padding: 0 !important; border-radius: 50% !important; }
  .whatsapp-float svg { width: 30px; height: 30px; }
}

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