@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --display: "Inter", Arial, Helvetica, sans-serif;
  --navy: #020E42;
  --navy-2: #020E42;
  --gold: #FFA800;
  --cream: #f6f7f6;
  --paper: #ffffff;
  --ink: #020E42;
  --muted: #617087;
  --line: #dbe1e6;
  --display: Inter, Arial, Helvetica, sans-serif;
  --body: Inter, Arial, Helvetica, sans-serif;
  --page-width: 1200px;
  --section-space: clamp(72px, 9vw, 128px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--cream); color: var(--ink); font-family: var(--body); }
img { max-width: 100%; }
.container { width: min(var(--page-width), calc(100% - 64px)); }
main section[id] { scroll-margin-top: 112px; }

/* Shared header */
.site-header { position: sticky; top: 0; z-index: 50; height: auto; background: rgba(255, 255, 255, .97); border-bottom: 1px solid rgba(2, 14, 66, .1); box-shadow: 0 5px 18px rgba(2, 14, 66, .05); transition: background .32s ease, border-color .32s ease, box-shadow .32s ease, backdrop-filter .32s ease; }
.site-header.is-scrolled { background: rgba(255, 255, 255, .72); border-bottom-color: rgba(255, 255, 255, .62); box-shadow: 0 10px 28px rgba(2, 14, 66, .1); backdrop-filter: blur(18px) saturate(145%); }
.tracking-bar { height: 32px; background: var(--navy); transition: background .32s ease; }
.site-header.is-scrolled .tracking-bar { background: rgba(2, 14, 66, .88); }
.tracking-wrap { height: 100%; display: flex; align-items: center; justify-content: flex-end; }
.tracking-wrap > span { color: rgba(255, 255, 255, .55); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tracking-wrap a { color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.tracking-wrap i { margin-left: 7px; color: var(--gold); font-size: 15px; font-style: normal; }
.header-wrap { height: 72px; display: flex; align-items: center; gap: 30px; }
.brand { width: 172px; line-height: 0; }
.brand img { width: 100%; height: 52px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; gap: clamp(16px, 2vw, 29px); align-items: center; margin-left: auto; }
.main-nav a { color: var(--navy); font-size: 11px; font-weight: 800; letter-spacing: .075em; opacity: .78; text-decoration: none; text-transform: uppercase; transition: color .2s ease, opacity .2s ease; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: #FFA800; opacity: 1; }
.menu-toggle { display: none; }

/* Shared controls */
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 12px; padding: 13px 19px; border: 1px solid transparent; border-radius: 7px; font-size: 11px; font-weight: 800; letter-spacing: .065em; line-height: 1.1; text-decoration: none; text-transform: uppercase; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 0 0 1px rgba(255, 168, 0, .12), 0 8px 18px rgba(2, 14, 66, .1); transition: transform .24s ease, box-shadow .24s ease, background .24s ease, border-color .24s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); border-color: rgba(255, 207, 102, .9); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 0 0 2px rgba(255, 168, 0, .18), 0 0 22px rgba(255, 168, 0, .3), 0 12px 24px rgba(2, 14, 66, .16); outline: none; }
.button-gold { color: var(--navy); background: var(--gold); border-color: rgba(255, 236, 187, .6); }
.button-outline { color: var(--navy); border-color: rgba(2, 14, 66, .62); background: transparent; }
.button span { font-size: 16px; }
.eyebrow { display: flex; gap: 9px; align-items: center; margin: 0 0 17px; color: #FFA800; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 2px; background: currentColor; }
h1, h2, h3, h4, h5, h6 { color: var(--navy); font-family: var(--display); font-weight: 600; }
.form-heading b, #contact-form .form-heading b { font-family: var(--display); font-weight: 700; }
h1 em, h2 em { color: var(--gold); font-style: normal; }

/* Home — hero and overview */
.hero { position: relative; height: min(820px, calc(100svh - 164px)); min-height: 0; overflow: hidden; background: var(--navy); color: #fff; }
.hero-grid, .hero-glow, .hero-route, .hero-scene { display: none; }
.hero-grid { display: block; z-index: 2; opacity: .24; background-size: 82px 82px; mix-blend-mode: screen; mask-image: linear-gradient(90deg, transparent 0%, #000 36%, transparent 96%); pointer-events: none; will-change: transform; }
.hero-glow { display: block; z-index: 2; width: min(67vw, 920px); height: min(67vw, 920px); top: -54%; right: -24%; opacity: .62; pointer-events: none; will-change: transform; }
.hero-photo { position: absolute; z-index: 0; inset: 0; background: url("img/natal-transportes-hero-truck-v2.png") 72% center / cover no-repeat; transform-origin: center center; will-change: transform; }
.hero::after { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(2, 14, 66, .98) 0%, rgba(2, 14, 66, .9) 31%, rgba(2, 14, 66, .42) 60%, rgba(2, 14, 66, .08) 100%); }
.hero-content { position: relative; z-index: 3; display: flex; min-height: inherit; align-items: flex-start; justify-content: center; flex-direction: column; padding: 40px 0; will-change: transform, opacity; }
.hero h1 { max-width: 700px; margin: 0 0 20px; color: #fff; font-size: clamp(54px, 5.2vw, 80px); line-height: .94; letter-spacing: -.065em; }
.hero-copy { max-width: 460px; margin: 0 0 29px; color: rgba(255, 255, 255, .8); font-size: 16px; line-height: 1.62; }
.hero-actions { display: flex; gap: 15px; align-items: center; }
.scroll-cue { display: none; }
.scroll-progress { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 3px; transform: scaleX(0); transform-origin: left; background: var(--gold); }

.intro-strip { background: var(--gold); }
.stats-viewport { overflow: hidden; }
.stats-track, .stats-group { display: flex; }
.stats-track { width: max-content; will-change: transform; }
.stats-group { flex: 0 0 auto; }
.stats-group[aria-hidden="true"] { display: flex; }
.stats-group article { width: min(300px, 25vw); min-height: 60px; display: flex; gap: 11px; align-items: center; padding: 9px 22px; border: 0; }
.stats-group strong { color: var(--navy); font-size: 27px; letter-spacing: -.07em; }
.stats-group span { color: rgba(2, 14, 66, .78); font-size: 9px; font-weight: 800; letter-spacing: .08em; line-height: 1.38; text-transform: uppercase; }

/* Home — solutions */
.section { padding: var(--section-space) 0; }
.solutions { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: 70px; align-items: end; margin-bottom: 46px; }
.section-heading h2, .trust-top h2, .structure-copy h2 { margin: 0; font-size: clamp(42px, 4.4vw, 65px); line-height: .97; letter-spacing: -.065em; }
.heading-copy { width: auto; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.solutions-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.solution-card { min-height: 370px; display: flex; position: relative; flex-direction: column; padding: 29px; border: 1px solid var(--line); border-top: 3px solid var(--navy); border-radius: 15px; background: #f4f5f5; color: var(--navy); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.solution-card.featured { border-top-color: var(--gold); background: #f6f7f7; }
.solution-card.navy { border-top-color: var(--navy); background: #f6f7f7; color: var(--navy); }
.solution-card.cream { border-top-color: #aeb9c3; background: #f6f7f7; }
.card-number { color: #FFA800; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.card-icon { right: 26px; top: 25px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(168, 105, 4, .72); border-radius: 50%; background: rgba(255, 255, 255, .78); color: var(--navy); box-shadow: 0 6px 14px rgba(2, 14, 66, .1); }
.solution-icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.solution-icon path, .solution-icon circle { fill: none; }
.solution-card.navy .card-icon { font-size: 0; }
.solution-card.navy .card-icon::before { content: "❄"; color: #020E42; font-size: 21px; line-height: 1; }
.solution-card h3 { margin: 50px 0 14px; font-size: clamp(29px, 2.7vw, 39px); line-height: .92; letter-spacing: -.06em; }
.solution-card p { margin: 0 auto 0 0; color: #5f6d7f; font-size: 14px; line-height: 1.58; }
.solution-card a { margin-top: auto; color: var(--navy); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.solution-card a span { color: #FFA800; }
.cold-lines { opacity: .06; }
.solution-card:hover { transform: translateY(-8px); border-color: rgba(2, 14, 66, .42); box-shadow: 0 20px 34px rgba(2, 14, 66, .15); }
.solution-card:hover .card-icon { transform: scale(1.08); }
.solution-card:hover .cold-lines { opacity: .13; transform: translate3d(-8px, -5px, 0); }
.solution-card .card-icon, .solution-card .cold-lines { transition: transform .25s ease, opacity .25s ease; }
.service-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 20px; }
.service-list span { min-height: 70px; display: grid; place-items: center; padding: 12px 16px; border: 1px solid var(--line); border-radius: 11px; background: #f4f5f5; color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .055em; text-align: center; text-transform: uppercase; }
.service-list span::after { content: none; }
.service-list span { transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.service-list span:hover { transform: translateY(-4px); border-color: rgba(168, 105, 4, .48); background: #fff; box-shadow: 0 11px 18px rgba(2, 14, 66, .1); }

/* Home — company, structure, coverage and trust */
.statement { position: relative; isolation: isolate; padding: var(--section-space) 0; background: var(--gold); color: var(--navy); overflow: hidden; }
.statement::before { position: absolute; z-index: 0; inset: 0; content: ""; pointer-events: none; background: url("img/natal-watermark-brand.png") right center / min(76vw, 1080px) auto no-repeat; mix-blend-mode: multiply; opacity: .13; }
.statement > * { position: relative; z-index: 1; }
.statement-mark { display: none; }
.statement-mark { right: -65px; top: -150px; color: rgba(2, 14, 66, .09); font-size: 510px; }
.statement-grid { display: grid; position: relative; grid-template-columns: minmax(0, 1.12fr) minmax(310px, .88fr); gap: clamp(48px, 8vw, 112px); align-items: center; }
.statement-main h2 { margin: 0 0 24px; color: var(--navy); font-size: clamp(42px, 4.5vw, 65px); line-height: .97; letter-spacing: -.065em; }
.statement-main h2 em { color: var(--navy); }
.statement-main p { max-width: 510px; margin: 0 0 26px; color: rgba(2, 14, 66, .76); font-size: 15px; line-height: 1.68; }
.statement-values { padding: 0; border-left: 1px solid rgba(2, 14, 66, .24); }
.statement-values div, .statement-values div:first-child { grid-template-columns: 38px minmax(0, 1fr); column-gap: 16px; align-items: center; min-height: 68px; padding: 15px 0; border-color: rgba(2, 14, 66, .18); }
.statement-values b { width: auto; height: auto; display: block; border: 0; border-radius: 0; background: transparent; color: var(--navy); font-size: 10px; line-height: 1; }
.statement-values span { color: var(--navy); font-size: 20px; line-height: 1.08; }
.statement-main .button-outline { width: auto; min-height: 46px; gap: 10px; padding: 12px 18px; border-color: var(--navy); border-radius: 999px; background: var(--navy); color: #fff; font-size: 10px; letter-spacing: .055em; line-height: 1; white-space: nowrap; }
.statement-main .button-outline:hover { background: #020E42; box-shadow: 0 12px 24px rgba(2, 14, 66, .22); }
.statement-main .button-outline span { color: var(--gold); font-size: 15px; }

.structure { background: #f6f7f7; }
.structure-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: clamp(44px, 7vw, 100px); align-items: center; }
.structure-visual { height: clamp(380px, 42vw, 520px); border-radius: 16px; background: #020E42 url("img/frota-natal-convoy-personalizada.png") center center / cover no-repeat; box-shadow: 0 18px 36px rgba(2, 14, 66, .1); }
.structure-copy { min-height: clamp(380px, 42vw, 520px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.structure-copy p:not(.eyebrow) { margin: 23px 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.structure-copy ul { margin: 0 0 26px; }
.structure-copy li { color: var(--navy); }
.structure-copy li span { color: #FFA800; }
.fleet-button { margin-top: -6px; border-color: var(--navy); border-radius: 999px; background: var(--navy); color: #fff; }

.coverage { padding: clamp(66px, 8vw, 104px) 0; background: var(--navy); color: #fff; }
.coverage-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr); gap: clamp(50px, 9vw, 138px); align-items: center; }
.coverage-copy { max-width: 560px; }
.coverage-copy h2 { margin: 0 0 20px; color: #fff; font-size: clamp(42px, 4.6vw, 66px); line-height: .97; letter-spacing: -.065em; }
.coverage-copy > p:not(.eyebrow) { max-width: 600px; color: rgba(255, 255, 255, .72); font-size: 15px; line-height: 1.7; }
.coverage-legend { display: flex; flex-direction: row; gap: 23px; margin-top: 28px; color: rgba(255, 255, 255, .8); }
.coverage-legend i { background: var(--gold); }
.coverage-map-image { aspect-ratio: 1 / 1; display: grid; place-items: center; margin: 0; }
.coverage-map-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.coverage-map-image { position: relative; isolation: isolate; }
.route-truck { position: absolute; z-index: 2; left: 55%; top: 84%; width: 50px; height: 27px; pointer-events: none; filter: drop-shadow(0 7px 7px rgba(0, 0, 0, .34)); will-change: left, top, transform, opacity; animation: route-truck-drive 12s linear infinite; }
.route-truck::before { position: absolute; top: 7px; right: -7px; width: 14px; height: 14px; content: ""; border-radius: 50%; background: rgba(255, 168, 0, .9); filter: blur(5px); animation: route-truck-glow 1s ease-in-out infinite alternate; }
.route-truck__trailer { position: absolute; top: 4px; left: 0; width: 31px; height: 15px; border: 1px solid rgba(255, 255, 255, .94); border-radius: 3px 2px 2px 3px; background: linear-gradient(90deg, #020E42 0 31%, #184f9b 32% 43%, #020E42 44% 100%); }
.route-truck__trailer::before { position: absolute; top: 7px; left: -19px; width: 15px; height: 1px; content: ""; background: linear-gradient(90deg, transparent, rgba(255, 168, 0, .9)); box-shadow: 0 -4px 0 -0.2px rgba(255, 168, 0, .48), 0 4px 0 -0.2px rgba(255, 168, 0, .48); animation: route-truck-trail .7s ease-in-out infinite alternate; }
.route-truck__trailer::after { position: absolute; top: 5px; left: 8px; width: 13px; height: 2px; content: ""; background: #fff; opacity: .72; }
.route-truck__cab { position: absolute; top: 7px; right: 0; width: 20px; height: 12px; border: 1px solid rgba(255, 255, 255, .94); border-radius: 2px 4px 2px 1px; background: linear-gradient(135deg, #f7f8f7 0 46%, #020E42 47% 100%); clip-path: polygon(31% 0, 100% 0, 100% 100%, 0 100%, 0 37%); }
.route-truck__cab::after { position: absolute; top: 5px; right: 1px; width: 3px; height: 3px; content: ""; border-radius: 50%; background: #fff5bf; box-shadow: 0 0 7px 2px rgba(255, 232, 133, .72); }
.route-truck__wheel { position: absolute; z-index: 1; bottom: 0; width: 8px; height: 8px; border: 1.5px solid rgba(255, 255, 255, .85); border-radius: 50%; background: radial-gradient(circle, #a5b7c8 0 23%, #020E42 27% 100%); animation: route-wheel-spin .38s linear infinite; }
.route-truck__wheel--rear { left: 7px; }
.route-truck__wheel--front { right: 5px; }

@keyframes route-truck-drive {
  0% { left: 55%; top: 84%; opacity: 1; transform: translate(-50%, -50%) rotate(257deg) scale(1); }
  26% { left: 48%; top: 52%; transform: translate(-50%, -50%) rotate(257deg) scale(1); }
  30% { left: 48%; top: 52%; transform: translate(-50%, -50%) rotate(333deg) scale(1.04); }
  48% { left: 82%; top: 34%; transform: translate(-50%, -50%) rotate(333deg) scale(1); }
  52% { left: 82%; top: 34%; transform: translate(-50%, -50%) rotate(471deg) scale(1.04); }
  66% { left: 71%; top: 65%; transform: translate(-50%, -50%) rotate(471deg) scale(1); }
  70% { left: 71%; top: 65%; transform: translate(-50%, -50%) rotate(499deg) scale(1.04); }
  87% { left: 55%; top: 84%; transform: translate(-50%, -50%) rotate(499deg) scale(1); }
  100% { left: 55%; top: 84%; transform: translate(-50%, -50%) rotate(617deg) scale(1.04); }
}

@keyframes route-truck-glow {
  from { opacity: .38; transform: scale(.72); }
  to { opacity: .9; transform: scale(1.2); }
}

@keyframes route-truck-trail {
  from { opacity: .28; transform: scaleX(.65); transform-origin: right; }
  to { opacity: .9; transform: scaleX(1); transform-origin: right; }
}

@keyframes route-wheel-spin {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .route-truck, .route-truck::before { animation: none; }
  .route-truck { opacity: 1; transform: translate(-50%, -50%) rotate(-102deg) scale(.9); }
}

.trust { background: var(--paper); }
.trust-top { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(310px, .75fr); gap: clamp(48px, 8vw, 112px); align-items: end; }
.trust-top h2 { max-width: 650px; }
.trust-top > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.client-marquee { margin-top: 48px; overflow: hidden; border-radius: 13px; background: #f5f7f8; box-shadow: inset 0 0 0 1px rgba(2, 14, 66, .05); }
.client-track, .client-group { display: flex; }
.client-track { width: max-content; will-change: transform; }
.client-group { flex: 0 0 auto; }
.client-group[aria-hidden="true"] { display: flex; }
.client-logo { width: 180px; height: 94px; display: grid; place-items: center; padding: 15px 18px; color: #687588; font-size: 18px; font-weight: 800; letter-spacing: -.05em; text-align: center; filter: none; }
.client-logo img { display: block; width: auto; max-width: 100%; max-height: 48px; object-fit: contain; }
.client-logo--marfrig img { width: 138px; max-width: none; max-height: 45px; }

/* Home — contact and footer */
.quote-section { position: relative; padding: clamp(56px, 6vw, 80px) 0; background: linear-gradient(135deg, #f1f4f6 0%, #e6ecf1 100%); color: var(--navy); }
.quote-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(430px, 1.14fr); gap: clamp(48px, 8vw, 116px); align-items: start; }
.quote-copy { display: flex; flex-direction: column; justify-content: flex-start; padding: 0; }
.quote-copy h2 { margin: 0 0 22px; color: var(--navy); font-size: clamp(42px, 4.4vw, 62px); font-weight: 600; line-height: .94; letter-spacing: -.07em; }
.quote-copy > p:not(.eyebrow) { max-width: 395px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.contact-mini { margin-top: 28px; border-color: #cbd3da; }
.contact-mini span { color: #FFA800; }
.contact-mini a { color: var(--navy); font-size: 15px; }
.quote-form { align-self: center; padding: clamp(24px, 2.4vw, 32px); border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 20px 42px rgba(2, 14, 66, .1); }
.form-heading { gap: 14px; justify-content: space-between; align-items: center; margin-bottom: 18px; padding-bottom: 13px; }
.form-heading b, #contact-form .form-heading b { font-size: 20px; letter-spacing: -.035em; }
.form-heading span { text-align: right; }
.quote-form input, .quote-form select, .quote-form textarea { border-bottom-color: #bcc7d1; }
.quote-form label { margin-bottom: 11px; }
.quote-form input, .quote-form select, .quote-form textarea { padding: 6px 0; }
.quote-form textarea { min-height: 54px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-bottom-color: #FFA800; }
#contact-form .submit-button { width: 100%; margin-top: 10px; font-size: 15px; }
.location-map-container { margin-top: clamp(38px, 5vw, 60px); }
.location-map { display: grid; grid-template-columns: minmax(290px, .78fr) minmax(0, 1.22fr); gap: clamp(32px, 6vw, 86px); align-items: stretch; margin-top: 0; padding: clamp(26px, 3.5vw, 46px); border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 16px 36px rgba(2, 14, 66, .07); }
.location-map__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.location-map__copy .eyebrow { margin-bottom: 15px; }
.location-map h2 { margin: 0 0 20px; color: var(--navy); font-size: clamp(34px, 3.6vw, 45px); line-height: .98; letter-spacing: -.06em; }
.location-mobile-only, .location-mobile-break { display: none; }
.location-desktop-only { display: inline; }
.location-map address { margin: 0 0 25px; color: var(--muted); font-size: 15px; font-style: normal; line-height: 1.65; }
.location-map .button-outline { min-height: 43px; border-color: var(--navy); border-radius: 999px; color: var(--navy); }
.location-map__frame { min-height: 300px; overflow: hidden; border-radius: 12px; background: #e5eaee; }
.location-map__frame iframe { display: block; width: 100%; height: 100%; min-height: 300px; border: 0; }

.site-footer { padding-top: 70px; background: #020E42; }
.footer-main { grid-template-columns: minmax(260px, 1.45fr) minmax(130px, .68fr) minmax(225px, 1.12fr) minmax(150px, .75fr); gap: clamp(28px, 4vw, 58px); padding-bottom: 54px; }
.footer-main > .footer-col:nth-child(3) { align-self: start; justify-self: center; width: min(100%, 250px); }
.footer-brand img { width: 185px; height: auto; object-fit: contain; }
.footer-brand p { max-width: 270px; margin: 18px 0 0; color: rgba(255, 255, 255, .64); }
.footer-col { gap: 11px; }
.footer-col b { margin-bottom: 6px; color: var(--gold); }
.footer-col a, .footer-col span { color: rgba(255, 255, 255, .74); }
.footer-col a:hover { color: #fff; }
.contact-icon, .social-icon { width: 15px; height: 15px; flex: 0 0 15px; color: var(--gold); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-main > .footer-col:nth-child(3) > a, .footer-address { display: flex; align-items: flex-start; gap: 11px; line-height: 1.55; }
.footer-main > .footer-col:nth-child(3) .contact-icon { margin-top: 2px; }
.social-icon .fill-dot { fill: currentColor; stroke: none; }
.footer-col.social a { display: flex; gap: 8px; align-items: center; }
.footer-col.social i { display: none; }
.footer-bottom { display: grid; grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr); gap: 22px; align-items: center; padding: 22px 0; border-color: rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .48); font-size: 9px; }
.footer-bottom > span:last-child { justify-self: end; text-align: right; }
.legal-links { display: flex; gap: 18px; justify-content: center; }
.legal-links a { color: rgba(255, 255, 255, .64); text-decoration: none; }
.legal-links a:hover { color: #fff; }
.whatsapp { border-radius: 50%; padding: 13px; background: #20c46b; color: #fff; box-shadow: 0 10px 20px rgba(2, 14, 66, .22); }
.whatsapp svg { width: 22px; height: 22px; fill: currentColor; }
.whatsapp b { display: none; }
.toast { border-radius: 7px; }

@keyframes stats-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes client-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.stats-viewport:hover .stats-track,
.client-marquee:hover .client-track { animation-play-state: paused; }

@media (prefers-reduced-motion: reduce) {
  .stats-track, .client-track { animation: none; }
}

/* Non-home pages use the same rhythm and header */
.history-header, .tracking-header { position: sticky; }
.history-hero, .tracking-intro { background: #edf0f1; }
.history-hero h1, .tracking-intro h1 { color: var(--navy); }
.founder-grid { gap: clamp(44px, 8vw, 112px); }
.history-path { background: #eef1f2; }
.tracking-panel-grid { border-radius: 16px; overflow: hidden; }
.tracking-footer { background: #fff; }

@media (max-width: 1000px) {
  .container { width: min(var(--page-width), calc(100% - 48px)); }
  .main-nav { gap: 16px; }
  .main-nav a { font-size: 10px; }
  .solutions-grid { grid-template-columns: 1fr 1fr; }
  .solution-card.featured { grid-column: 1 / -1; min-height: 330px; }
  .statement-grid { grid-template-columns: minmax(0, 1fr) minmax(260px, .85fr); gap: 40px; }
  .coverage-grid { grid-template-columns: minmax(0, .82fr) minmax(340px, 1.18fr); gap: 42px; }
  .quote-grid { grid-template-columns: 1fr; }
  .quote-copy > p:not(.eyebrow) { max-width: 650px; }
  .location-map { grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr); gap: 34px; }
  .footer-main { grid-template-columns: 1.35fr 1fr 1.35fr; }
  .footer-col.social { grid-column: 2 / 4; flex-direction: row; flex-wrap: wrap; align-items: center; }
  .footer-col.social b { width: 100%; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, var(--page-width)); }
  .site-header { position: sticky; }
  .tracking-bar { height: 28px; }
  .tracking-wrap a { font-size: 9px; }
  .header-wrap { height: 65px; }
  .brand { width: 144px; }
  .brand img { height: 44px; }
  .menu-toggle { display: flex; flex-direction: column; gap: 5px; padding: 7px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; width: 23px; height: 2px; background: var(--navy); }
  .main-nav { display: none; position: absolute; top: 65px; right: 0; left: 0; gap: 0; padding: 9px 16px 16px; border-top: 1px solid var(--line); background: #fff; box-shadow: 0 14px 24px rgba(2, 14, 66, .08); }
  .main-nav.open { display: grid; grid-template-columns: 1fr 1fr; }
  .main-nav a { padding: 11px 4px; font-size: 10px; }
  .hero { height: min(640px, calc(100svh - 151px)); min-height: 0; }
  .hero-photo { background-position: 65% center; opacity: .78; }
  .hero::after { background: linear-gradient(180deg, rgba(2, 14, 66, .22) 0%, rgba(2, 14, 66, .93) 74%); }
  .hero-content { justify-content: flex-end; padding: 50px 0 40px; }
  .hero h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-copy { max-width: 390px; font-size: 15px; }
  .stats-track { width: max-content; }
  .stats-group, .stats-group[aria-hidden="true"] { display: grid; width: 100vw; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats-group article { width: auto; min-height: 58px; gap: 9px; padding: 8px 12px; }
  .stats-group strong { font-size: 21px; }
  .stats-group span { font-size: 8px; }
  .section { padding: 76px 0; }
  .section-heading, .trust-top { display: block; margin-bottom: 33px; }
  .heading-copy, .trust-top > p:not(.eyebrow) { margin-top: 18px; }
  .solutions-grid { grid-template-columns: 1fr; }
  .solution-card.featured { grid-column: auto; }
  .solution-card { min-height: 300px; padding: 25px; }
  .solution-card h3 { margin-top: 38px; }
  .service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .service-list span { min-height: 60px; padding: 10px; font-size: 10px; }
  .statement { padding: 76px 0; }
  .statement-grid { grid-template-columns: 1fr; gap: 32px; }
  .statement-main h2 { font-size: 45px; }
  .statement-values { padding-top: 23px; border-top: 1px solid rgba(2, 14, 66, .25); border-left: 0; }
  .statement-main .button-outline { width: 100%; min-height: 48px; height: auto; padding: 12px 16px; font-size: 10px; }
  .structure-grid { grid-template-columns: 1fr; gap: 38px; }
  .structure-visual { height: 330px; }
  .structure-copy { min-height: 0; }
  .fleet-button { margin-top: 0; }
  .coverage { padding: 70px 0; }
  .coverage-grid { grid-template-columns: 1fr; gap: 36px; }
  .coverage-legend { flex-direction: column; gap: 9px; }
  .coverage-map-image { width: min(100%, 540px); justify-self: center; }
  .client-marquee { margin-top: 32px; }
  .client-logo { width: 145px; height: 76px; }
  .client-logo--marfrig img { width: 104px; max-width: 100%; max-height: 36px; }
  .quote-form { padding: 24px 19px; }
  .location-map { grid-template-columns: 1fr; gap: 25px; margin-top: 0; padding: 22px 19px; }
  .location-map h2 { font-size: 37px; }
  .location-map__frame, .location-map__frame iframe { min-height: 250px; }
  .form-heading { display: flex; flex-direction: column; align-items: flex-start; }
  .form-heading span { display: block; margin-top: 5px; text-align: left; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  #contact-form .submit-button { min-height: 50px; font-size: 15px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 31px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col.social { grid-column: 1 / -1; }
  .footer-bottom { grid-template-columns: 1fr; gap: 10px; }
  .footer-bottom > span:last-child { justify-self: start; text-align: left; }
  .legal-links { justify-content: flex-start; }
  .history-hero { padding-top: 75px; }
  .tracking-panel-grid { border-radius: 12px; }
}

@media (max-width: 420px) {
  .service-list { grid-template-columns: 1fr; }
  .main-nav.open { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-col.social { grid-column: auto; flex-direction: column; align-items: flex-start; }
}

/* Refinamentos de alinhamento e escala */
.brand { width: 198px; }
.brand img { height: 58px; }
.structure-copy h2 { font-size: clamp(42px, 3.9vw, 60px); }
.solution-card.navy .card-icon { display: grid; place-items: center; padding: 0; color: var(--navy); line-height: 0; }
.solution-card.navy .card-icon::before { content: "❄"; display: grid; width: 100%; height: 100%; place-items: center; color: #020E42; font-family: var(--display); font-size: 22px; font-weight: 600; line-height: 1; transform: none; }
.footer-col.social { justify-self: end; width: fit-content; min-width: 158px; transform: translateX(clamp(10px, 1.2vw, 20px)); }
.footer-main > .footer-col:nth-child(3) { transform: translateX(clamp(18px, 1.8vw, 32px)); }
.footer-bottom { grid-template-columns: minmax(0, 1fr) max-content minmax(0, 1fr); gap: clamp(38px, 4vw, 64px); }

/* Ajustes finos — soluções e institucional */
.solution-card.navy .card-icon { display: grid; place-items: center; padding: 0; line-height: 1; }
.solution-card.navy .card-icon::before { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; width: auto; height: auto; margin: 0; line-height: 1; transform: none; }
.service-list span { min-height: 56px; padding: 9px 12px; background: var(--gold); border-color: rgba(2, 14, 66, .18); color: var(--navy); box-shadow: none; }
.service-list span:hover { background: #ffb31e; border-color: rgba(2, 14, 66, .34); box-shadow: 0 9px 16px rgba(2, 14, 66, .12); }
.statement::before { opacity: .085; }
.statement-values b { transform: translateX(clamp(22px, 2vw, 30px)); }

@media (max-width: 700px) {
  .service-list span { min-height: 52px; padding: 8px 10px; }
}
.footer-bottom > span:first-child { grid-column: 1; justify-self: start; }
.footer-bottom .legal-links { grid-column: 2; justify-self: center; }
.footer-bottom > span:last-child { grid-column: 3; justify-self: end; text-align: right; transform: translateX(clamp(36px, 3vw, 56px)); }

/* Chamada principal — destaque sutil, sem ícone adicional */
.hero-actions .button-gold { position: relative; overflow: hidden; isolation: isolate; border-color: rgba(255, 255, 255, .34); box-shadow: 0 10px 24px rgba(0, 0, 0, .24), 0 0 0 0 rgba(255, 168, 0, .34); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; animation: hero-cta-breathe 3.6s ease-in-out infinite; }
.button--pill { border-radius: 100px; }
.hero-actions .button-gold > span, .hero-actions .button-gold::after { display: none !important; content: none !important; }
.hero-actions .button-gold::before { position: absolute; top: -40%; bottom: -40%; left: -55%; width: 36%; content: ""; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .46), transparent); transform: skewX(-20deg); pointer-events: none; transition: left .68s cubic-bezier(.2, .75, .2, 1); }
.hero-actions .button-gold:hover, .hero-actions .button-gold:focus-visible { transform: translateY(-3px) scale(1.015); border-color: rgba(255, 255, 255, .7); box-shadow: 0 16px 32px rgba(0, 0, 0, .3), 0 0 0 6px rgba(255, 168, 0, .16); outline: none; }
.hero-actions .button-gold:hover::before, .hero-actions .button-gold:focus-visible::before { left: 125%; }

/* Scroll Reveal — entrada suave, com presença e acabamento editorial. */
.reveal { transform-origin: 50% 100%; will-change: opacity, transform, clip-path; transition: opacity .78s cubic-bezier(.22, .75, .2, 1), transform .78s cubic-bezier(.22, .75, .2, 1), clip-path .88s cubic-bezier(.22, .75, .2, 1); }
.reveal.delay-1 { transition-delay: 80ms; }
.reveal.delay-2 { transition-delay: 160ms; }
.reveal.delay-3 { transition-delay: 240ms; }
.reveal.fx-rise:not(.visible) { transform: translate3d(0, 30px, 0); }
.reveal.fx-left:not(.visible) { transform: translate3d(-36px, 12px, 0); }
.reveal.fx-right:not(.visible) { transform: translate3d(36px, 12px, 0); }
.reveal.fx-scale:not(.visible) { transform: translate3d(0, 24px, 0) scale(.982); }
.reveal.fx-wipe { clip-path: inset(0 100% 0 0); }
.reveal.fx-wipe.visible { clip-path: inset(0 0 0 0); }
.reveal.visible { will-change: auto; }

/* Cards de soluções — entrada cadenciada e acabamento mais sofisticado. */
.solutions-grid .solution-card.reveal { transition: opacity .74s cubic-bezier(.22, .75, .2, 1), transform .74s cubic-bezier(.22, .75, .2, 1), border-color .28s ease, box-shadow .28s ease; }
.solutions-grid .solution-card.reveal.fx-scale:not(.visible) { transform: translate3d(0, 26px, 0) scale(.985); }
.solutions-grid .solution-card::after { position: absolute; z-index: 0; inset: 0; border: 1px solid rgba(255, 255, 255, .52); border-radius: inherit; content: ""; opacity: 0; pointer-events: none; transition: opacity .3s ease, box-shadow .3s ease; }
@media (hover: hover) {
  .solutions-grid .solution-card.reveal.visible:hover { transform: translate3d(0, -6px, 0) scale(1.006); border-color: rgba(255, 168, 0, .66); box-shadow: 0 18px 34px rgba(2, 14, 66, .14); }
  .solutions-grid .solution-card:hover::after { opacity: 1; box-shadow: inset 0 0 18px rgba(255, 255, 255, .28); }
  .solutions-grid .solution-card:hover .card-icon { transform: translate3d(0, -2px, 0) scale(1.05); }
}

@keyframes hero-cta-breathe {
  0%, 100% { box-shadow: 0 10px 24px rgba(0, 0, 0, .24), 0 0 0 0 rgba(255, 168, 0, .34); }
  50% { box-shadow: 0 13px 28px rgba(0, 0, 0, .28), 0 0 0 5px rgba(255, 168, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-actions .button-gold { animation: none; }
  .hero-actions .button-gold::before { transition: none; }
  .reveal, .reveal.fx-wipe { clip-path: none; opacity: 1; transform: none; transition: none; }
}

/* O efeito foi solicitado como escolha visual do projeto: mantém a entrada mesmo com redução de movimento do sistema. */
@media (prefers-reduced-motion: reduce) {
  body[data-scroll-reveal="enhanced"] .reveal { transition: opacity .78s cubic-bezier(.22, .75, .2, 1), transform .78s cubic-bezier(.22, .75, .2, 1), clip-path .88s cubic-bezier(.22, .75, .2, 1); }
  body[data-scroll-reveal="enhanced"] .reveal:not(.visible) { opacity: 0; }
  body[data-scroll-reveal="enhanced"] .reveal.fx-rise:not(.visible) { transform: translate3d(0, 30px, 0); }
  body[data-scroll-reveal="enhanced"] .reveal.fx-left:not(.visible) { transform: translate3d(-36px, 12px, 0); }
  body[data-scroll-reveal="enhanced"] .reveal.fx-right:not(.visible) { transform: translate3d(36px, 12px, 0); }
  body[data-scroll-reveal="enhanced"] .reveal.fx-scale:not(.visible) { transform: translate3d(0, 24px, 0) scale(.982); }
  body[data-scroll-reveal="enhanced"] .reveal.fx-wipe { clip-path: inset(0 100% 0 0); }
  body[data-scroll-reveal="enhanced"] .reveal.fx-wipe.visible { clip-path: inset(0 0 0 0); }
  body[data-scroll-reveal="enhanced"] .reveal.visible { opacity: 1; transform: none; }
}

/* Valores institucionais devem permanecer disponíveis, sem depender da animação. */
.essence-values { clip-path: none !important; filter: none !important; opacity: 1 !important; transform: none !important; }

/* Marcas e rodapés são conteúdo permanente: não devem depender da animação para aparecer. */
.client-marquee,
.site-footer .footer-main > *,
.site-footer .footer-bottom,
.fleet-footer .container,
.tracking-footer .container { clip-path: none !important; filter: none !important; opacity: 1 !important; transform: none !important; }

@media (min-width: 1001px) {
  .footer-bottom { position: relative; }
  .footer-bottom > span:last-child { position: absolute; top: 50%; right: 0; width: max-content; margin: 0; transform: translateY(-50%); white-space: nowrap; }
}

@media (min-width: 761px) {
  .footer-bottom { position: relative !important; display: grid !important; grid-template-columns: minmax(0, 1fr) max-content minmax(0, 1fr) !important; align-items: center !important; }
  .footer-bottom .legal-links { position: static !important; top: auto !important; left: auto !important; grid-column: 2 !important; justify-self: center !important; align-self: center !important; margin: 0 !important; transform: none !important; white-space: nowrap; }
  .footer-bottom .footer-values { position: absolute !important; top: 50% !important; right: 0 !important; left: auto !important; inset-inline-end: 0 !important; width: max-content !important; margin: 0 !important; transform: translateY(-50%) !important; text-align: right !important; white-space: nowrap !important; }
}

@media (max-width: 1000px) {
  .footer-col.social { justify-self: stretch; width: auto; min-width: 0; transform: none; }
  .footer-main > .footer-col:nth-child(3) { transform: none; }
  .footer-bottom > span:last-child { transform: none; }
}

@media (max-width: 760px) {
  .brand { width: 156px; }
  .brand img { height: 48px; }
  .structure-copy h2 { font-size: 44px; }
  .reveal.fx-rise:not(.visible) { transform: translate3d(0, 24px, 0); }
  .reveal.fx-left:not(.visible) { transform: translate3d(-24px, 8px, 0); }
  .reveal.fx-right:not(.visible) { transform: translate3d(24px, 8px, 0); }
  .reveal.fx-scale:not(.visible) { transform: translate3d(0, 18px, 0) scale(.985); }
  @media (prefers-reduced-motion: reduce) {
    body[data-scroll-reveal="enhanced"] .reveal.fx-rise:not(.visible) { transform: translate3d(0, 24px, 0); }
    body[data-scroll-reveal="enhanced"] .reveal.fx-left:not(.visible) { transform: translate3d(-24px, 8px, 0); }
    body[data-scroll-reveal="enhanced"] .reveal.fx-right:not(.visible) { transform: translate3d(24px, 8px, 0); }
    body[data-scroll-reveal="enhanced"] .reveal.fx-scale:not(.visible) { transform: translate3d(0, 18px, 0) scale(.985); }
  }
  .statement::before { background-position: 110% center; background-size: 130vw auto; opacity: .1; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom > span:first-child,
  .footer-bottom .legal-links { grid-column: 1; justify-self: start; text-align: left; }
  .footer-bottom .footer-values { grid-column: 1; justify-self: end; width: max-content; margin-left: auto; text-align: right; }
}
/* Honeypot anti-spam: invisible to visitors, preserved for automated-bot detection. */
.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

/* Trabalhe conosco */
.quote-section { padding-bottom: clamp(90px, 10vw, 140px); background: #f6f7f7; }
.careers { padding: clamp(48px, 6vw, 88px) 0 clamp(86px, 10vw, 134px); background: #fff; }
.careers-section { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); min-height: 438px; overflow: hidden; background: transparent; }
.careers-section::before { position: absolute; z-index: 0; right: 0; bottom: 0; left: 0; height: 45%; border-radius: 22px 0 22px 22px; content: ""; background: var(--gold); }
.careers-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(8px, 2vw, 26px) clamp(30px, 4.5vw, 62px) clamp(18px, 2.5vw, 34px); }
.careers-copy .eyebrow { margin-bottom: 13px; }
.careers-copy h2 { max-width: 540px; margin: 0; color: var(--navy); font-size: clamp(42px, 4vw, 60px); line-height: .95; letter-spacing: -.06em; }
.careers-copy > p:not(.eyebrow) { max-width: 510px; margin: 18px 0 0; color: #020e42; font-size: 15px; line-height: 1.6; }
.careers-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 12px 15px; width: min(100%, 560px); margin-top: auto; padding: 22px 0 0; transform: translateY(10px); }
.careers-file { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 9px; min-width: 0; min-height: 54px; padding: 10px 15px; border: 1px solid rgba(2, 14, 66, .22); border-radius: 10px; color: var(--navy); cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.careers-file:hover, .careers-file:focus-within { border-color: var(--gold); background: rgba(255, 168, 0, .09); }
.careers-file__prompt { font-size: 10px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; white-space: nowrap; }
.careers-file__name { overflow: hidden; color: rgba(2, 14, 66, .63); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.careers-file input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.careers-submit { min-height: 54px; padding: 15px 20px; border: 1px solid var(--navy); border-radius: 999px; background: var(--navy); color: #fff; white-space: nowrap; box-shadow: 0 8px 18px rgba(2, 14, 66, .14); }
.careers-submit:hover, .careers-submit:focus-visible { border-color: #fff; background: #fff; color: var(--navy); outline: none; }
.careers-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.careers-file__help, .careers-file__status { grid-column: 1 / -1; margin: -3px 0 0; color: rgba(2, 14, 66, .63); font-size: 11px; line-height: 1.35; }
.careers-file__status { min-height: 15px; color: var(--navy); }
.careers-file__status.is-error { color: #a84000; }
.careers-people { position: relative; z-index: 1; align-self: end; justify-self: end; width: min(125%, 560px); height: 438px; margin: 0; overflow: hidden; pointer-events: none; }
.careers-people::after { position: absolute; right: -12%; bottom: -10%; width: 72%; aspect-ratio: 1; border: 1px solid rgba(2, 14, 66, .1); border-radius: 50%; content: ""; }
.careers-people__photo { position: absolute; z-index: 2; top: 0; right: 0; display: block; width: auto; max-width: none; height: 645px; object-fit: contain; object-position: right top; }
.career-uniform-logo { position: absolute; z-index: 3; width: 40px; height: auto; opacity: .94; filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .22)); }
.career-uniform-logo--woman { top: 56%; left: 45%; width: 32px; }
.career-uniform-logo--man { top: 46%; left: 76%; width: 48px; }

@media (max-width: 760px) {
  .careers { padding: 42px 0 75px; }
  .careers-section { grid-template-columns: 1fr; min-height: 0; }
  .careers-section::before { height: 57%; }
  .careers-copy { min-height: 0; padding: 26px 22px 31px; }
  .careers-copy h2 { font-size: 42px; }
  .careers-copy > p:not(.eyebrow) { font-size: 14px; }
  .careers-form { grid-template-columns: 1fr; margin-top: 24px; transform: none; }
  .careers-submit { width: 100%; }
  .careers-people { grid-row: 2; grid-column: 1; justify-self: center; width: min(100%, 360px); height: 260px; margin: -20px auto 0; opacity: .96; }
  .careers-people__photo { height: 390px; }
  .career-uniform-logo { width: 24px; }
  .career-uniform-logo--woman { top: 56%; left: 45%; width: 22px; }
  .career-uniform-logo--man { top: 46%; left: 76%; width: 31px; }
}
/* Arte do mapa de cobertura — as camadas de rota e caminhão permanecem independentes. */
.coverage-map-image > img {
  content: url("img/mapa-cobertura-neon.png");
  object-fit: contain !important;
  object-position: center;
  background-color: #020e42;
}
