:root {
  --yellow: #fdbb18;
  --ink: #101114;
  --muted: #656872;
  --paper: #f5f6f8;
  --white: #ffffff;
  --whatsapp: #1fb967;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 104px 0; }

.topbar {
  align-items: center;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(16,17,20,.09);
  display: flex;
  height: 88px;
  justify-content: space-between;
  padding: 10px max(24px, calc((100vw - 1180px)/2));
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
}
.brand { align-items: center; display: flex; height: 68px; overflow: hidden; width: 210px; }
.brand img { width: 178px; transform: scale(1.18); transform-origin: center; }
.topbar nav { display: flex; gap: 32px; }
.topbar nav a { font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.topbar nav a:hover { text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 2px; text-underline-offset: 6px; }

.button {
  align-items: center;
  background: var(--whatsapp);
  border-radius: 5px;
  color: var(--white);
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { background: #169e56; box-shadow: 0 14px 30px rgba(31,185,103,.25); transform: translateY(-2px); }
.button svg, .floating-whatsapp svg { fill: currentColor; height: 23px; width: 23px; }
.button-small { font-size: 13px; min-height: 46px; padding: 0 17px; }
.button-small svg { height: 19px; width: 19px; }

.hero {
  background: #090a0d;
  color: var(--white);
  min-height: 690px;
  overflow: hidden;
  position: relative;
}
.hero-art {
  background-image: url('../images/lancamentos.png');
  background-position: 86% center;
  background-repeat: no-repeat;
  background-size: 720px 720px;
  filter: saturate(.65) contrast(1.07);
  inset: 0;
  opacity: .92;
  position: absolute;
}
.hero-shade {
  background: linear-gradient(90deg, #08090c 0%, #08090c 42%, rgba(8,9,12,.72) 60%, rgba(8,9,12,.05) 100%);
  inset: 0;
  position: absolute;
}
.hero::after {
  background: var(--yellow);
  content: "";
  height: 100%;
  opacity: .28;
  position: absolute;
  right: -14%;
  top: 0;
  transform: skewX(-12deg);
  width: 35%;
}
.hero-content { padding: 88px 0 60px; position: relative; z-index: 2; }
.eyebrow { color: #d4d5d9; display: block; font-size: 12px; font-weight: 900; letter-spacing: .19em; margin-bottom: 20px; text-transform: uppercase; }
.eyebrow.dark { color: var(--ink); }
.eyebrow.yellow { color: var(--yellow); }
.hero h1 { font-size: clamp(46px, 5.4vw, 78px); letter-spacing: -.045em; line-height: .98; margin: 0; max-width: 750px; text-transform: uppercase; }
.hero h1 strong { color: var(--yellow); display: inline-block; font-weight: 900; }
.hero-content > p { color: #d4d5d9; font-size: 20px; line-height: 1.6; margin: 28px 0 30px; max-width: 640px; }
.hero-content > p b { color: var(--white); }
.hero-actions { align-items: center; display: flex; gap: 20px; }
.hero-actions > span { color: #afb0b7; font-size: 13px; max-width: 140px; }
.trust-row { display: flex; gap: 0; list-style: none; margin: 54px 0 0; padding: 0; }
.trust-row li { align-items: center; border-left: 1px solid rgba(255,255,255,.22); display: flex; gap: 10px; padding: 3px 34px; }
.trust-row li:first-child { border-left: 0; padding-left: 0; }
.trust-row b { color: var(--yellow); font-size: 28px; }
.trust-row span { color: #c4c5cb; font-size: 12px; line-height: 1.25; max-width: 74px; text-transform: uppercase; }

.section-heading { margin-bottom: 44px; }
.split-heading { align-items: end; display: grid; gap: 80px; grid-template-columns: 1.15fr .85fr; }
.section h2 { font-size: clamp(38px, 4.3vw, 60px); letter-spacing: -.04em; line-height: 1; margin: 0; text-transform: uppercase; }
.split-heading > p { color: var(--muted); font-size: 18px; line-height: 1.65; margin: 0; }
.vehicle-grid { display: grid; gap: 2px; grid-template-columns: repeat(3, 1fr); }
.vehicle-grid article { background: var(--paper); min-height: 225px; padding: 34px; position: relative; transition: background .2s ease, transform .2s ease; }
.vehicle-grid article:hover { background: #ebedf4; transform: translateY(-4px); }
.card-icon { display: block; height: 56px; object-fit: contain; object-position: left; width: auto; }
.vehicle-grid h3 { font-size: 23px; margin: 22px 0 10px; text-transform: uppercase; }
.vehicle-grid p { color: var(--muted); line-height: 1.55; margin: 0; max-width: 290px; }
.measure-help { align-items: center; background: var(--yellow); color: var(--ink); display: flex; justify-content: space-between; margin: 2px 0 48px; padding: 24px 30px; }
.measure-help div { display: flex; flex-direction: column; gap: 5px; }
.measure-help b { font-size: 18px; }
.measure-help span { color: rgba(16,17,20,.72); font-size: 14px; }
.text-link, .map-link { align-items: center; display: inline-flex; font-size: 13px; font-weight: 900; gap: 10px; letter-spacing: .05em; text-transform: uppercase; }
.text-link svg, .map-link svg { fill: none; height: 20px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 20px; }
.promo-strip { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); }
.promo-strip img { aspect-ratio: 14 / 4.8; height: 100%; object-fit: cover; width: 100%; }
.fine-print { color: #8c8e96; font-size: 11px; margin: 12px 0 0; }

.services { background: #0c0d11; color: var(--white); overflow: hidden; position: relative; }
.services::before { background: var(--yellow); content: ""; height: 680px; opacity: .14; position: absolute; right: -140px; top: -160px; transform: rotate(18deg); width: 370px; }
.wheel-feature { display: grid; gap: 70px; grid-template-columns: 1fr 1fr; position: relative; }
.wheel-copy p { color: #bfc1ca; font-size: 18px; line-height: 1.7; max-width: 550px; }
.wheel-copy ul { color: #e6e7eb; list-style: none; margin: 28px 0 34px; padding: 0; }
.wheel-copy li { border-top: 1px solid rgba(255,255,255,.13); padding: 13px 0 13px 28px; position: relative; }
.wheel-copy li::before { background: var(--yellow); content: ""; height: 7px; left: 3px; position: absolute; top: 19px; transform: rotate(45deg); width: 7px; }
.service-panel { background: var(--white); color: var(--ink); padding: 40px; }
.service-panel > span { color: var(--ink); display: block; font-size: 12px; font-weight: 900; letter-spacing: .18em; margin-bottom: 24px; text-transform: uppercase; }
.service-list { display: grid; gap: 0; grid-template-columns: repeat(2, 1fr); }
.service-list div { border: 1px solid rgba(16,17,20,.12); margin: -1px 0 0 -1px; min-height: 112px; padding: 22px; }
.service-list b, .service-list small { display: block; }
.service-list b { font-size: 15px; margin-bottom: 8px; text-transform: uppercase; }
.service-list small { color: var(--muted); font-size: 12px; line-height: 1.4; }
.agro-banner { margin-top: 70px; width: 100%; }

.about { background: var(--paper); }
.store-banner-row { display: grid; gap: 28px; grid-template-columns: 1fr 1fr; }
.store-banner { box-shadow: 0 22px 60px rgba(17,23,55,.12); display: block; width: 100%; }
.about-grid { align-items: stretch; display: grid; gap: 44px; grid-template-columns: .55fr 1.15fr .8fr; margin-top: 54px; }
.history-mark { border-right: 1px solid #d7d9df; display: flex; flex-direction: column; justify-content: center; }
.history-mark strong { color: var(--ink); font-size: 96px; letter-spacing: -.07em; line-height: .8; }
.history-mark span { font-size: 14px; font-weight: 900; letter-spacing: .1em; margin-top: 18px; text-transform: uppercase; }
.about-copy h2 { font-size: clamp(32px, 3.2vw, 47px); }
.about-copy p { color: var(--muted); font-size: 17px; line-height: 1.7; margin: 22px 0 0; }
.care-card { background: var(--white); border-top: 5px solid var(--yellow); box-shadow: 0 18px 45px rgba(17,23,55,.08); padding: 30px; }
.care-card > span { color: var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.care-card h3 { font-size: 21px; line-height: 1.22; margin: 17px 0 13px; text-transform: uppercase; }
.care-card p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0; }

.contact { background: #0c0d11; color: var(--white); overflow: hidden; position: relative; }
.contact-glow { background: rgba(255,255,255,.06); height: 540px; left: -80px; position: absolute; top: -100px; transform: skewX(-16deg); width: 340px; }
.contact-grid { align-items: center; display: grid; gap: 90px; grid-template-columns: 1fr .72fr; position: relative; }
.contact-grid > div:first-of-type > p { color: #d4d5d9; font-size: 18px; line-height: 1.7; max-width: 600px; }
.contact-card { background: var(--white); color: var(--ink); padding: 34px; }
.contact-card > img { height: 86px; margin-bottom: 20px; object-fit: contain; object-position: left center; width: 180px; }
.contact-card address { border-bottom: 1px solid #e2e3e8; display: flex; flex-direction: column; font-style: normal; gap: 5px; padding-bottom: 20px; }
.contact-card address b { font-size: 18px; }
.contact-card address span { color: var(--muted); }
.contact-card address a { color: var(--ink); font-size: 25px; font-weight: 900; margin-top: 12px; }
.hours { display: flex; flex-direction: column; gap: 5px; padding: 20px 0; }
.hours b { font-size: 13px; letter-spacing: .06em; margin-bottom: 4px; text-transform: uppercase; }
.hours span { color: var(--muted); font-size: 14px; }
.map-link { color: var(--ink); }

footer { background: #090a0d; color: #a9aab0; font-size: 12px; padding: 24px 0; }
footer .wrap { display: flex; justify-content: space-between; }
.floating-whatsapp { align-items: center; background: var(--whatsapp); border: 3px solid var(--white); border-radius: 999px; bottom: 22px; box-shadow: 0 10px 30px rgba(0,0,0,.3); color: var(--white); display: flex; font-size: 13px; font-weight: 900; gap: 8px; padding: 12px 18px; position: fixed; right: 20px; z-index: 30; }
.floating-whatsapp:hover { transform: translateY(-2px); }

@media (max-width: 900px) {
  .section { padding: 78px 0; }
  .topbar nav { display: none; }
  .hero { min-height: 650px; }
  .hero-art { background-position: 115% center; background-size: 570px 570px; opacity: .62; }
  .hero-shade { background: linear-gradient(90deg, #08090c 0%, #08090c 56%, rgba(8,9,12,.48) 100%); }
  .hero-content { padding-top: 72px; }
  .split-heading, .wheel-feature, .contact-grid { gap: 42px; grid-template-columns: 1fr; }
  .vehicle-grid { grid-template-columns: 1fr; }
  .vehicle-grid article { min-height: 180px; }
  .vehicle-grid h3 { margin-top: 28px; }
  .promo-strip { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .promo-strip img { flex: 0 0 84%; scroll-snap-align: start; }
  .about-grid { grid-template-columns: 1fr 1fr; }
  .history-mark { border-right: 0; border-bottom: 1px solid #d7d9df; padding-bottom: 30px; }
  .care-card { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 32px, 1180px); }
  .topbar { height: 74px; padding: 6px 16px; }
  .brand { height: 58px; width: 148px; }
  .brand img { width: 138px; }
  .button-small { border-radius: 50%; height: 44px; min-height: 44px; padding: 0; width: 44px; }
  .button-small svg { height: 22px; width: 22px; }
  .button-small { font-size: 0; gap: 0; }
  .hero { min-height: 700px; }
  .hero-art { background-position: 60% 105%; background-size: 450px 450px; opacity: .48; }
  .hero-shade { background: linear-gradient(180deg, #08090c 0%, #08090c 55%, rgba(8,9,12,.42) 100%); }
  .hero::after { opacity: .18; right: -45%; width: 70%; }
  .hero-content { padding: 62px 0 40px; }
  .eyebrow { font-size: 10px; letter-spacing: .15em; }
  .hero h1 { font-size: 43px; }
  .hero-content > p { font-size: 16px; line-height: 1.55; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions > span { max-width: none; text-align: center; }
  .trust-row { justify-content: space-between; margin-top: 38px; }
  .trust-row li { flex-direction: column; gap: 5px; padding: 2px 16px; text-align: center; }
  .trust-row b { font-size: 23px; }
  .trust-row span { font-size: 9px; }
  .section { padding: 64px 0; }
  .section h2 { font-size: 37px; }
  .split-heading { gap: 22px; }
  .split-heading > p { font-size: 16px; }
  .vehicle-grid article { padding: 28px; }
  .measure-help { align-items: flex-start; flex-direction: column; gap: 20px; padding: 24px; }
  .promo-strip img { flex-basis: 93%; }
  .wheel-copy p { font-size: 16px; }
  .service-panel { padding: 25px; }
  .service-list { grid-template-columns: 1fr; }
  .service-list div { min-height: 88px; }
  .agro-banner { height: 160px; margin-top: 44px; object-fit: cover; object-position: 4% center; }
  .store-banner-row { gap: 14px; grid-template-columns: 1fr; }
  .store-banner { height: 230px; object-fit: cover; object-position: center; }
  .about-grid { gap: 30px; grid-template-columns: 1fr; margin-top: 38px; }
  .history-mark strong { font-size: 82px; }
  .care-card { grid-column: auto; }
  .contact-grid { gap: 45px; }
  .contact-card { padding: 28px; }
  footer .wrap { flex-direction: column; gap: 8px; }
  .floating-whatsapp { border-radius: 50%; bottom: 15px; height: 58px; padding: 0; right: 15px; width: 58px; }
  .floating-whatsapp svg { height: 29px; margin: auto; width: 29px; }
  .floating-whatsapp span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
