:root {
  --navy: #061f43;
  --navy-2: #07366f;
  --white: #fff;
  --paper: #e8f7ff;
  --ink: #061f43;
  --muted: #52657d;
  --line: #d9e7f4;
  --blue: #0798e7;
  --green: #009c55;
  --green-dark: #007d43;
  --container: 1180px;
  --shadow: 0 24px 60px rgb(0 0 0 / 20%);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; color: var(--navy); background: var(--blue); font-weight: 800; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; color: var(--navy); background: rgb(255 255 255 / 97%); border-bottom: 1px solid var(--line); box-shadow: 0 8px 24px rgb(6 31 67 / 7%); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 166px; height: 70px; display: flex; align-items: center; overflow: hidden; background: var(--white); text-decoration: none; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 40px); }
.nav a { color: var(--navy); font-size: 14px; font-weight: 700; text-decoration: none; }
.nav a:hover { color: var(--blue); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 20px; border: 2px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: transform 160ms ease, background-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; fill: currentColor; }
.button--large { min-height: 56px; padding-inline: 25px; }
.button--full { width: 100%; }
.button--whatsapp { color: var(--white); background: var(--green); }
.button--whatsapp:hover { background: var(--green-dark); }
.button--outline { color: var(--navy); background: var(--white); border-color: var(--blue); }
.button--light { color: var(--navy); background: var(--white); }

.hero { position: relative; min-height: 690px; display: grid; grid-template-columns: minmax(0, 54%) minmax(0, 46%); overflow: hidden; color: var(--navy); background: var(--white); }
.hero-copy { position: relative; z-index: 3; display: flex; align-items: center; padding: 70px 52px max(80px, 8vw) max(20px, calc((100vw - var(--container)) / 2)); background: var(--white); }
.hero-copy::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(#0798e7 1px, transparent 1px), linear-gradient(90deg, #0798e7 1px, transparent 1px); background-size: 100% 130px, 150px 100%; mask-image: linear-gradient(90deg, transparent 0, #000 45%, transparent 100%); pointer-events: none; }
.hero-copy__inner { position: relative; z-index: 1; max-width: 690px; }
.hero h1, .section-heading h2, .contact h2 { margin: 0; font-family: Impact, "Arial Narrow", Haettenschweiler, sans-serif; font-stretch: condensed; font-weight: 900; letter-spacing: -.02em; line-height: .94; text-transform: uppercase; }
.hero h1 { font-size: clamp(62px, 6.2vw, 92px); }
.hero h1 strong { display: block; color: var(--blue); font-size: 1.17em; }
.hero-copy__inner > p { max-width: 610px; margin: 26px 0 0; color: var(--navy-2); font-size: clamp(18px, 2vw, 23px); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-line { display: flex; flex-wrap: wrap; gap: 0; margin-top: 46px; padding-top: 20px; border-top: 1px solid var(--line); }
.hero-line span { padding: 3px 20px; border-right: 1px solid var(--line); color: var(--navy-2); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.hero-line span:first-child { padding-left: 0; }
.hero-line span:last-child { border-right: 0; }
.hero-media { position: relative; min-width: 0; }
.hero-media::before { content: ""; position: absolute; z-index: 2; inset: 0 auto 0 -32px; width: 56px; background: var(--blue); clip-path: polygon(65% 0, 100% 0, 35% 100%, 0 100%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.lead-form { position: absolute; z-index: 4; right: max(22px, calc((100vw - var(--container)) / 2)); bottom: 46px; width: min(360px, calc(100% - 44px)); padding: 27px; color: var(--ink); background: var(--white); border-top: 5px solid var(--blue); box-shadow: var(--shadow); }
.lead-form h2 { margin: 0 0 17px; font-family: "Arial Narrow", Impact, sans-serif; font-size: 29px; text-transform: uppercase; }
.lead-form label { display: block; margin: 10px 0 5px; font-size: 12px; font-weight: 800; }
.lead-form input, .lead-form select { width: 100%; min-height: 43px; padding: 9px 11px; color: var(--ink); background: var(--white); border: 1px solid #bbc1bd; border-radius: 2px; font-size: 13px; }
.lead-form .button { margin-top: 17px; }
.form-note, .form-feedback, .form-noscript { margin: 9px 0 0; color: var(--muted); font-size: 11px; line-height: 1.35; }
.form-feedback { min-height: 15px; color: var(--green-dark); font-weight: 700; }
.form-noscript { padding: 7px; color: #6f3c00; background: #fff7d7; }

.service-rail { color: var(--navy); background: linear-gradient(90deg, #f7fcff, var(--paper), #f7fcff); border-bottom: 1px solid var(--line); }
.service-rail__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-rail a { min-height: 92px; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 18px; border-right: 1px solid #bcdff2; font-size: 13px; font-weight: 800; text-decoration: none; }
.service-rail a:last-child { border-right: 0; }
.service-rail a:hover { color: var(--white); background: var(--blue); }
.service-rail svg { width: 38px; height: 38px; flex: 0 0 auto; fill: currentColor; }

.section { padding-block: clamp(78px, 9vw, 120px); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(270px, .8fr); align-items: end; gap: 70px; margin-bottom: 46px; }
.section-heading > span { grid-column: 1 / -1; width: fit-content; padding-top: 11px; border-top: 5px solid var(--blue); color: var(--muted); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-heading h2 { max-width: 790px; font-size: clamp(46px, 5.7vw, 76px); }
.section-heading p { margin: 0; color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-grid article { min-width: 0; }
.service-grid img { width: 100%; height: 245px; object-fit: cover; filter: saturate(.82) contrast(1.05); }
.service-grid article > div { padding-top: 18px; border-top: 4px solid var(--navy); }
.service-grid article > div > span { color: var(--muted); font-size: 11px; font-weight: 900; }
.service-grid h3 { margin: 14px 0 9px; font-size: 21px; line-height: 1.08; }
.service-grid p { margin: 0 0 16px; color: var(--muted); font-size: 14px; }
.service-grid a { color: var(--ink); font-size: 13px; font-weight: 900; text-decoration-color: var(--blue); text-decoration-thickness: 3px; text-underline-offset: 5px; }

.differences { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(110deg, #061f43, #07366f); }
.differences::after { content: ""; position: absolute; right: -80px; bottom: -90px; width: 420px; height: 280px; opacity: .2; background: linear-gradient(90deg, transparent 24%, #62d6ff 25%, #62d6ff 27%, transparent 28%), linear-gradient(#62d6ff 24%, transparent 25%, transparent 74%, #62d6ff 75%, #62d6ff 77%, transparent 78%); }
.section-heading--dark { position: relative; z-index: 1; grid-template-columns: minmax(0, 900px); }
.section-heading--dark > span { color: #bfeaff; }
.difference-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgb(255 255 255 / 25%); }
.difference-grid article { padding: 32px 28px 8px; border-right: 1px solid rgb(255 255 255 / 25%); }
.difference-grid article:last-child { border-right: 0; }
.difference-grid strong { display: inline-grid; width: 50px; height: 50px; place-items: center; color: var(--white); background: var(--blue); font-size: 14px; }
.difference-grid h3 { margin: 28px 0 10px; font-size: 20px; }
.difference-grid p { margin: 0; color: #d6ecfa; font-size: 14px; }

.process { background: var(--white); }
.process-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(440px, 1.15fr); gap: 100px; }
.process .section-heading { display: block; margin: 0; }
.process .section-heading > span { display: inline-block; margin-bottom: 22px; }
.process .section-heading h2 { font-size: clamp(44px, 5vw, 68px); }
.process .section-heading p { margin-top: 22px; }
.process ol { margin: 0; padding: 0; list-style: none; }
.process li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process li:first-child { padding-top: 0; }
.process li > span { display: grid; width: 52px; height: 52px; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; font-size: 20px; font-weight: 900; }
.process h3 { margin: 0 0 6px; font-size: 23px; }
.process li p { margin: 0; color: var(--muted); }

.contact { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.contact-image { position: absolute; inset: 0 0 0 38%; background: url("./assets/images/operacao-caminhao.jpg") center / cover; }
.contact-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0%, rgb(6 31 67 / 88%) 28%, rgb(6 31 67 / 15%) 100%); }
.contact-inner { position: relative; z-index: 1; min-height: 300px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 60px; padding-block: 58px; }
.contact h2 { max-width: 670px; font-size: clamp(43px, 5vw, 67px); }
.contact p { max-width: 550px; margin: 18px 0 0; color: #d6ecfa; font-size: 17px; }
.contact-actions { display: grid; gap: 10px; min-width: 265px; }

.footer { padding-top: 56px; color: var(--muted); background: var(--white); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.7fr .7fr 1fr; gap: 70px; align-items: start; padding-bottom: 46px; }
.footer-grid > img { width: 166px; height: 86px; object-fit: contain; background: var(--white); }
.footer-grid strong { display: block; margin-bottom: 14px; color: var(--navy); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { display: block; margin-top: 7px; color: var(--navy-2); font-size: 14px; text-decoration: none; }
.footer-grid p { max-width: 290px; margin: 7px 0 0; font-size: 13px; }
.footer-bottom { padding-block: 18px; border-top: 1px solid var(--line); }
.footer-bottom p { margin: 0; color: var(--muted); font-size: 11px; }

@media (max-width: 1080px) {
  .nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 590px; padding-right: 42%; background: linear-gradient(90deg, var(--white) 0%, var(--white) 59%, rgb(255 255 255 / 15%) 100%); }
  .hero-media { position: absolute; inset: 0 0 0 43%; z-index: 0; }
  .lead-form { position: relative; grid-column: 1; right: auto; bottom: auto; width: min(calc(100% - 40px), 560px); margin: -40px auto 48px; }
  .service-grid, .difference-grid { grid-template-columns: repeat(2, 1fr); }
  .difference-grid article:nth-child(2) { border-right: 0; }
  .difference-grid article:nth-child(-n+2) { border-bottom: 1px solid rgb(255 255 255 / 25%); padding-bottom: 32px; }
  .process-layout { grid-template-columns: 1fr; gap: 54px; }
  .contact-inner { grid-template-columns: 1fr; gap: 34px; }
  .contact-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 69px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 69px; gap: 10px; }
  .brand { width: 132px; height: 58px; }
  .header-cta { min-height: 42px; padding: 9px 12px; }
  .header-cta span { display: none; }
  .hero-copy { min-width: 0; min-height: 610px; align-items: end; padding: 250px 20px 74px 14px; background: linear-gradient(0deg, var(--white) 12%, rgb(255 255 255 / 96%) 48%, rgb(255 255 255 / 8%) 100%); }
  .hero-copy__inner { min-width: 0; }
  .hero-copy::before { display: none; }
  .hero-media { inset: 0; height: 390px; }
  .hero-media::before { inset: auto 0 -16px 0; width: 100%; height: 28px; clip-path: polygon(0 48%, 100% 0, 100% 40%, 0 100%); }
  .hero-media img { object-position: 68% center; }
  .hero h1 { font-size: clamp(43px, 11.7vw, 48px); }
  .hero-copy__inner > p { font-size: 17px; }
  .hero-actions { display: grid; }
  .hero-line { display: grid; grid-template-columns: 1fr; gap: 7px; }
  .hero-line span { padding: 0; border-right: 0; }
  .lead-form { width: calc(100% - 28px); margin-top: -28px; padding: 24px 20px; }
  .service-rail__grid { grid-template-columns: repeat(2, 1fr); }
  .service-rail a { min-height: 80px; justify-content: flex-start; padding: 13px 8px; font-size: 11px; }
  .service-rail a:nth-child(2) { border-right: 0; }
  .service-rail a:nth-child(-n+2) { border-bottom: 1px solid #bcdff2; }
  .service-rail svg { width: 31px; height: 31px; }
  .section { padding-block: 72px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading h2 { font-size: clamp(44px, 13vw, 60px); }
  .service-grid, .difference-grid { grid-template-columns: 1fr; }
  .service-grid { gap: 42px; }
  .service-grid img { height: 280px; }
  .difference-grid article, .difference-grid article:nth-child(2), .difference-grid article:nth-child(-n+2) { padding: 28px 0; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 25%); }
  .process-layout { gap: 45px; }
  .process li { grid-template-columns: 56px 1fr; gap: 13px; }
  .process li > span { width: 48px; height: 48px; }
  .contact-image { inset: 0; opacity: .5; }
  .contact-image::after { background: rgb(6 31 67 / 78%); }
  .contact-inner { min-height: 470px; }
  .contact-actions { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
