:root {
  --yellow: #f5b400;
  --yellow-2: #ffd34e;
  --black: #111111;
  --graphite: #1c1c1c;
  --gray-900: #252525;
  --gray-700: #555;
  --gray-500: #818181;
  --gray-200: #e8e8e8;
  --gray-100: #f5f5f3;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(0,0,0,.12);
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--gray-900); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 12px; top: -50px; z-index: 9999; background: var(--yellow); padding: 10px 14px; font-weight: 800; }
.skip-link:focus { top: 12px; }

.header { position: sticky; top: 0; z-index: 1000; background: rgba(17,17,17,.96); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 10px; background: var(--yellow); color: var(--black); font-weight: 950; letter-spacing: -.04em; transform: skew(-5deg); }
.brand strong { display: block; font-size: 1.15rem; text-transform: uppercase; letter-spacing: .04em; }
.brand small { display: block; margin-top: 5px; color: var(--yellow-2); text-transform: uppercase; letter-spacing: .2em; font-weight: 800; font-size: .65rem; }
.nav { display: flex; align-items: center; gap: 26px; font-weight: 700; font-size: .94rem; }
.nav > a:not(.button):hover { color: var(--yellow); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: #fff; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 0; border-radius: 9px; background: var(--yellow); color: var(--black); font-weight: 900; cursor: pointer; box-shadow: 0 10px 28px rgba(245,180,0,.2); transition: .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--yellow-2); }
.button-small { min-height: 42px; padding-inline: 16px; }
.button-large { min-height: 58px; padding-inline: 28px; }
.button-outline { background: transparent; border: 1px solid rgba(255,255,255,.75); color: #fff; box-shadow: none; }
.button-outline:hover { background: #fff; color: #111; }
.button-full { width: 100%; }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #191919; }
.hero-media { position: absolute; inset: 0; background-image: url("assets/frota-principal.webp"), linear-gradient(135deg,#333,#111); background-size: cover; background-position: center; transform: scale(1.01); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.66) 48%,rgba(0,0,0,.22) 100%), linear-gradient(0deg,rgba(0,0,0,.28),transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-block: 110px; }
.hero h1 { max-width: 860px; margin: 10px 0 22px; font-size: clamp(2.7rem, 6vw, 5.5rem); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.hero-content > p:not(.eyebrow) { max-width: 700px; font-size: clamp(1.05rem,2vw,1.32rem); color: rgba(255,255,255,.85); }
.eyebrow { margin: 0; color: #c98f00; font-size: .82rem; font-weight: 950; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: var(--yellow-2); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 28px; padding: 0; margin: 34px 0 0; list-style: none; color: rgba(255,255,255,.84); font-weight: 750; }
.hero-points li::before { content: "✓"; color: var(--yellow); margin-right: 8px; }

.trust-strip { background: var(--yellow); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid div { padding: 24px 22px; border-right: 1px solid rgba(0,0,0,.15); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 1rem; }
.trust-grid span { font-size: .84rem; opacity: .75; }

.section { padding: 100px 0; }
.section-muted { background: var(--gray-100); }
.section-dark { background: var(--graphite); color: #fff; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading h2, .about-grid h2, .cta h2, .contact-copy h2 { margin: 10px 0 14px; font-size: clamp(2rem,4vw,3.7rem); line-height: 1.06; letter-spacing: -.045em; text-wrap: balance; }
.section-heading p:last-child { color: var(--gray-700); font-size: 1.08rem; }
.section-heading-light p:last-child { color: rgba(255,255,255,.67); }

.cards { display: grid; gap: 18px; }
.services-grid { grid-template-columns: repeat(4,1fr); }
.card { border: 1px solid var(--gray-200); border-radius: var(--radius); background: #fff; padding: 28px; box-shadow: 0 8px 26px rgba(0,0,0,.04); }
.service-card { min-height: 255px; position: relative; overflow: hidden; }
.service-card::after { content: ""; position: absolute; width: 85px; height: 85px; right: -24px; bottom: -28px; border-radius: 50%; background: rgba(245,180,0,.13); }
.service-card .icon { display: inline-grid; place-items: center; width: 45px; height: 45px; border-radius: 9px; background: var(--yellow); font-weight: 950; }
.service-card h3 { margin: 23px 0 10px; font-size: 1.22rem; }
.service-card p { margin: 0; color: var(--gray-700); font-size: .95rem; }

.fleet-feature { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: center; }
.fleet-image { min-height: 470px; border-radius: var(--radius); box-shadow: var(--shadow); }
.fleet-copy h3 { font-size: 2rem; margin: 0 0 12px; }
.fleet-copy p { color: rgba(255,255,255,.68); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0; list-style: none; margin: 26px 0; }
.check-list li::before { content: "✓"; color: var(--yellow); font-weight: 900; margin-right: 9px; }
.text-link { color: var(--yellow); font-weight: 850; }

.image-placeholder { position: relative; background: linear-gradient(135deg,#343434,#161616); background-size: cover; background-position: center; overflow: hidden; }
.image-placeholder::after { content: attr(data-label); position: absolute; inset: auto 14px 14px; padding: 8px 10px; color: rgba(255,255,255,.8); background: rgba(0,0,0,.55); border-radius: 6px; font-size: .73rem; letter-spacing: .03em; }
.gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-auto-rows: 250px; gap: 16px; }
.gallery-item { margin: 0; position: relative; overflow: hidden; border-radius: 14px; background: #222; }
.gallery-item .image-placeholder { height: 100%; }
.gallery-large { grid-row: span 2; }
.gallery-item figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; z-index: 3; color: #fff; font-weight: 850; text-shadow: 0 2px 10px #000; }
.gallery-item::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.7)); pointer-events: none; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.about-grid > div:first-child > p:not(.eyebrow) { font-size: 1.08rem; color: var(--gray-700); }
.values { display: grid; gap: 14px; }
.values article { padding: 24px; border-left: 5px solid var(--yellow); background: #fff; border-radius: 0 14px 14px 0; box-shadow: 0 7px 20px rgba(0,0,0,.04); }
.values strong { font-size: 1.15rem; }
.values p { margin: 6px 0 0; color: var(--gray-700); }

.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; padding: 0; list-style: none; }
.steps li { padding: 24px; border-top: 1px solid var(--gray-200); }
.steps span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--yellow); font-weight: 950; margin-bottom: 18px; }
.steps strong { display: block; font-size: 1.08rem; }
.steps p { color: var(--gray-700); margin-bottom: 0; }

.cta { background: var(--yellow); padding: 68px 0; }
.cta .eyebrow { color: rgba(0,0,0,.6); }
.cta h2 { max-width: 800px; margin-bottom: 10px; }
.cta p:not(.eyebrow) { margin: 0; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta .button { background: #111; color: #fff; box-shadow: none; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--gray-700); }
.contact-items { display: grid; margin-top: 32px; border-top: 1px solid var(--gray-200); }
.contact-items > * { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--gray-200); }
.contact-items span { color: var(--gray-700); text-align: right; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 32px; border-radius: var(--radius); background: var(--gray-100); border: 1px solid var(--gray-200); }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1/-1; }
.field label { font-weight: 800; font-size: .9rem; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #ccc; border-radius: 9px; background: #fff; padding: 13px 14px; outline: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(245,180,0,.2); }
.quote-form .button, .form-note { grid-column: 1/-1; }
.form-note { margin: 0; text-align: center; color: var(--gray-500); font-size: .82rem; }

.footer { background: #101010; color: #fff; padding: 62px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 10px; }
.footer-grid p, .footer-grid a, .footer-grid span { color: rgba(255,255,255,.63); }
.footer-grid strong { color: #fff; }
.brand-footer { color: #fff; margin-bottom: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; margin-top: 36px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.5); font-size: .85rem; }

.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 900; display: flex; align-items: center; gap: 8px; min-height: 52px; padding: 0 17px; border-radius: 999px; background: #21c063; color: #fff; font-weight: 900; box-shadow: 0 14px 35px rgba(0,0,0,.25); }
.whatsapp-float span:first-child { font-size: 1.4rem; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav { position: fixed; inset: 76px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 18px 24px; background: #111; box-shadow: 0 14px 25px rgba(0,0,0,.25); }
  .nav.open { display: flex; }
  .nav a { padding: 14px 8px; }
  .nav .button { margin-top: 8px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .fleet-feature, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery-large { grid-row: span 1; grid-column: 1/-1; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 26px), var(--container)); }
  .hero { min-height: 650px; }
  .hero-content { padding-block: 82px; }
  .hero-overlay { background: linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.52)); }
  .hero h1 { font-size: 2.75rem; }
  .hero-actions .button { width: 100%; }
  .hero-points { gap: 10px 18px; font-size: .88rem; }
  .trust-grid, .services-grid, .steps, .gallery, .quote-form, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid rgba(0,0,0,.13); }
  .section { padding: 72px 0; }
  .service-card { min-height: auto; }
  .fleet-image { min-height: 320px; }
  .gallery { grid-auto-rows: 230px; }
  .gallery-large { grid-column: auto; }
  .check-list { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .quote-form .button, .form-note { grid-column: auto; }
  .quote-form { padding: 22px; }
  .contact-items > * { display: grid; gap: 3px; }
  .contact-items span { text-align: left; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float span:last-child { display: none; }
  .whatsapp-float { width: 54px; padding: 0; justify-content: center; }
}

/* Identidade visual com logotipo real */
.brand-logo img {
  display: block;
  width: 210px;
  max-height: 62px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  padding: 4px 8px;
}
.brand-footer img { width: 230px; }

.fleet-photo {
  background-image: url("assets/frota-secundaria.webp");
  background-size: cover;
  background-position: center;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}
.gallery-item:hover img { transform: scale(1.035); }

@media (max-width: 620px) {
  .brand-logo img { width: 168px; max-height: 54px; }
  .brand-footer img { width: 210px; }
}
