:root {
  --brand-blue: #0e48d8;
  --brand-blue-deep: #0032a3;
  --brand-navy: #103461;
  --brand-orange: #ff8601;
  --brand-orange-soft: #ff914b;
  --brand-white: #ffffff;
  --brand-gray: #f4f6fa;
  --whatsapp-green: #25d366;
  --ink: #13243d;
  --muted: #5e6b7b;
  --line: #dce2ea;
  --title: "Saira Condensed", Arial Narrow, sans-serif;
  --body: "Poppins", system-ui, sans-serif;
  --shadow: 0 24px 70px rgba(8, 34, 80, 0.16);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--brand-white);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: var(--brand-white);
  background: var(--brand-blue);
}

/* Em fundos azuis, seleção laranja da marca — mais legível e com identidade */
.hero ::selection,
.free-check ::selection,
.final-cta ::selection,
.footer ::selection,
.mobile-bar ::selection {
  color: var(--brand-navy);
  background: var(--brand-orange);
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--brand-orange);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  color: var(--brand-navy);
  background: var(--brand-orange);
  font-weight: 700;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.section {
  padding: 112px 0;
}

.section--gray {
  background: var(--brand-gray);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brand-orange);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow--blue {
  color: var(--brand-blue);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--title);
  line-height: 0.98;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(4rem, 7.8vw, 7.6rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 26px;
  font-size: clamp(3.2rem, 5.2vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

h1 em,
h2 em {
  color: var(--brand-orange);
  font-style: italic;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  color: var(--brand-navy);
  background: var(--brand-orange);
  box-shadow: 0 11px 30px rgba(255, 134, 1, 0.24);
}

.btn--primary:hover {
  background: #ff9d32;
  box-shadow: 0 14px 38px rgba(255, 134, 1, 0.34);
}

.btn--dark {
  color: var(--brand-white);
  background: var(--brand-navy);
}

.icon-whatsapp {
  width: 1.15em;
  height: 1.15em;
  flex-shrink: 0;
}

.btn--large {
  min-height: 58px;
  padding-inline: 28px;
}

.btn--ghost {
  color: var(--brand-white);
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.04);
}

.btn--ghost:hover {
  border-color: var(--brand-white);
  background: rgba(255, 255, 255, 0.1);
}

.btn svg {
  width: 20px;
  margin-right: 10px;
  fill: currentColor;
}

.text-link {
  color: var(--brand-blue);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 78px;
  color: var(--brand-white);
  background: rgba(5, 47, 153, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.brand img {
  width: 214px;
  height: auto;
}

.desktop-nav {
  display: flex;
  gap: 34px;
  font-size: 0.82rem;
  font-weight: 600;
}

.desktop-nav a {
  opacity: 0.84;
  transition: opacity 160ms ease;
}

.desktop-nav a:hover {
  opacity: 1;
}

.header-cta {
  min-height: 44px;
  padding: 10px 18px;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 700px;
  padding: 92px 0 0;
  color: var(--brand-white);
  background:
    linear-gradient(120deg, rgba(0, 50, 163, 0.98), rgba(14, 72, 216, 0.96)),
    var(--brand-blue);
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to right, #000, transparent 74%);
}

.hero-glow {
  position: absolute;
  right: -20%;
  bottom: -35%;
  width: 70vw;
  height: 70vw;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(20px);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

.hero-copy {
  padding-bottom: 96px;
}

.hero-support {
  max-width: 620px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-trust {
  display: flex;
  gap: 24px;
  margin: 27px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.82rem;
  font-weight: 600;
  list-style: none;
}

.hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-trust .icon-check {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--brand-orange);
}

.hero-visual {
  position: relative;
  align-self: end;
  margin: 0;
}

.hero-visual::before {
  position: absolute;
  z-index: -1;
  top: -22px;
  right: -22px;
  width: 72%;
  height: 60%;
  border: 1px solid rgba(255, 255, 255, 0.26);
  content: "";
}

.hero-visual img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: 50% center;
  box-shadow: var(--shadow);
  filter: saturate(0.84) contrast(1.05);
}

.hero-visual figcaption {
  position: absolute;
  right: 0;
  bottom: 34px;
  display: grid;
  min-width: 265px;
  padding: 18px 22px;
  color: var(--brand-navy);
  background: var(--brand-white);
  box-shadow: 0 16px 40px rgba(5, 30, 70, 0.2);
}

.hero-visual figcaption strong {
  font-family: var(--title);
  font-size: 1.3rem;
  text-transform: uppercase;
}

.hero-visual figcaption span {
  color: var(--muted);
  font-size: 0.75rem;
}

.hero-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 53%;
  padding: 16px max(20px, calc((100vw - 1180px) / 2));
  color: var(--brand-navy);
  background: var(--brand-orange);
  font-family: var(--title);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.location-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 72px;
  align-items: center;
}

.location-copy > p:not(.eyebrow, .small-note) {
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 500;
}

.small-note {
  color: var(--muted);
  font-size: 0.9rem;
}

.inline-actions {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.map-panel {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  background: var(--brand-gray);
  box-shadow: var(--shadow);
}

.map-embed {
  display: block;
  width: 100%;
  height: 460px;
  border: 0;
}

.map-label {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  padding: 12px 16px;
  color: var(--brand-navy);
  background: var(--brand-white);
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(16, 52, 97, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.map-label:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(16, 52, 97, 0.22);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 56px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 1.05rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.service-card {
  overflow: hidden;
  border: 1px solid rgba(16, 52, 97, 0.09);
  border-radius: 20px;
  background: var(--brand-white);
  box-shadow: 0 18px 46px rgba(8, 34, 80, 0.13);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card:hover {
  border-color: rgba(14, 72, 216, 0.24);
  box-shadow: 0 26px 60px rgba(8, 34, 80, 0.2);
  transform: translateY(-7px);
}

.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 500ms ease, filter 300ms ease;
}

.service-card:hover img {
  filter: saturate(1.06) contrast(1.03);
  transform: scale(1.035);
}

.service-card__body {
  display: grid;
  min-height: 270px;
  padding: 30px;
}

.service-card__body > span {
  color: var(--brand-blue);
  font-family: var(--title);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.service-card h3 {
  margin: 10px 0 12px;
  font-size: 2.25rem;
  text-transform: uppercase;
}

.service-card p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.service-card__cta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  align-self: end;
  padding-top: 18px;
  color: var(--brand-blue);
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.service-card__cta b {
  color: var(--brand-orange);
  font-size: 1.35rem;
}

.oil {
  overflow: hidden;
  color: var(--brand-white);
  background: var(--brand-navy);
}

.oil-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.oil-art {
  position: relative;
  display: grid;
  min-height: 500px;
  place-items: center;
}

.oil-art > svg {
  position: relative;
  z-index: 2;
  width: 310px;
  fill: var(--brand-blue);
  filter: drop-shadow(0 30px 40px rgba(0,0,0,.28));
}

.oil-art .oil-drop {
  fill: var(--brand-orange);
}

.oil-ring {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.oil-ring--one {
  width: 440px;
  height: 440px;
}

.oil-ring--two {
  width: 310px;
  height: 310px;
  border-color: rgba(255, 134, 1, 0.5);
}

.oil-caption {
  position: absolute;
  z-index: 3;
  right: 5%;
  bottom: 8%;
  padding: 13px 18px;
  color: var(--brand-navy);
  background: var(--brand-white);
  font-family: var(--title);
  font-size: 1.15rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.oil-caption b {
  color: var(--brand-blue);
}

.oil-copy > p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
}

.oil-copy ul {
  display: grid;
  gap: 9px;
  margin: 28px 0 34px;
  padding: 0;
  font-size: 1rem;
  list-style: none;
}

.oil-copy li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.oil-copy li::before {
  display: none;
}

.oil-copy li svg {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  flex-shrink: 0;
  color: var(--brand-orange);
}

.free-check {
  position: relative;
  overflow: hidden;
  padding: 84px 0;
  color: var(--brand-white);
  background: var(--brand-blue);
}

.free-check::after {
  position: absolute;
  top: -170px;
  right: 3%;
  width: 370px;
  height: 370px;
  border: 70px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
}

.free-check-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: center;
}

.free-check h2 {
  margin: 0;
}

.free-check-grid > div:last-child p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
}

.parts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.parts-grid a {
  display: grid;
  min-height: 175px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: var(--title);
  font-size: 1.65rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease;
}

.parts-grid a:hover {
  color: var(--brand-white);
  background: var(--brand-blue);
}

.parts-grid span {
  color: var(--brand-blue);
  font-family: var(--body);
  font-size: 0.7rem;
}

.parts-grid a:hover span {
  color: rgba(255,255,255,.65);
}

.parts-grid b {
  align-self: end;
  justify-self: end;
  color: var(--brand-orange);
}

.parts-cta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding: 28px 30px;
  background: var(--brand-gray);
}

.parts-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.parts-cta strong {
  color: var(--ink);
}

.brands {
  text-align: center;
}

.brands h2 {
  font-size: clamp(2.8rem, 4vw, 4rem);
}

.brand-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 48px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.brand-strip strong {
  padding: 32px 16px;
  color: #657082;
  border-right: 1px solid var(--line);
  font-family: var(--title);
  font-size: 2rem;
  font-style: italic;
  letter-spacing: 0.03em;
}

.brand-strip strong:last-child {
  border-right: 0;
}

.compatibility {
  max-width: 900px;
  margin: 32px auto 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.tips-grid article {
  padding-top: 26px;
  border-top: 3px solid var(--brand-blue);
}

.tips-grid span {
  color: var(--brand-blue);
  font-family: var(--title);
  font-weight: 800;
}

.tips-grid h3 {
  margin: 20px 0 13px;
  font-size: 1.9rem;
  text-transform: uppercase;
}

.tips-grid p {
  color: var(--muted);
  font-size: 1rem;
}

.final-cta {
  padding: 100px 0;
  color: var(--brand-white);
  background: var(--brand-blue-deep);
}

.final-cta-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 90px;
  align-items: center;
}

.final-cta h2 {
  margin: 0;
}

.final-cta-grid > div:last-child p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.05rem;
}

.footer {
  padding: 76px 0 24px;
  color: var(--brand-white);
  background: #071f3d;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 1.1fr;
  gap: 70px;
}

.footer-brand img {
  width: 220px;
  height: auto;
  margin-bottom: 20px;
}

.footer p,
.footer a {
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.82rem;
}

.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.footer h3 {
  margin-bottom: 12px;
  color: var(--brand-orange);
  font-family: var(--body);
  font-size: 0.75rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer a:hover {
  color: var(--brand-white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.45);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.whatsapp-float {
  position: fixed;
  z-index: 90;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 4px solid var(--brand-white);
  border-radius: 50%;
  color: #ffffff;
  background: var(--whatsapp-green);
  box-shadow: 0 11px 32px rgba(10, 60, 32, 0.3);
  animation: float-pulse 3s ease-in-out infinite;
}

.whatsapp-float svg,
.whatsapp-float path {
  width: 32px;
  height: 32px;
  fill: #ffffff;
  color: #ffffff;
}

.mobile-bar {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes float-pulse {
  0%, 100% { box-shadow: 0 11px 32px rgba(10, 60, 32, 0.3); }
  50% { box-shadow: 0 11px 32px rgba(10, 60, 32, 0.3), 0 0 0 9px rgba(37, 211, 102, 0.12); }
}

@media (max-width: 980px) {
  .section {
    padding: 88px 0;
  }

  .desktop-nav {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-copy {
    max-width: 780px;
    padding-bottom: 60px;
  }

  .hero-visual {
    width: 80%;
    margin-left: auto;
  }

  .hero-visual img {
    min-height: 420px;
  }

  .hero-bottom {
    width: 50%;
  }

  .location-grid,
  .oil-grid,
  .free-check-grid,
  .final-cta-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .oil-copy {
    grid-row: 1;
  }

  .oil-art {
    min-height: 390px;
  }

  .parts-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  body {
    padding-bottom: 66px;
  }

  .container {
    width: min(100% - 30px, 1180px);
  }

  .section {
    padding: 72px 0;
  }

  .site-header {
    height: 68px;
  }

  .brand img {
    width: 175px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 64px;
  }

  .hero::before {
    background-size: 46px 46px;
  }

  h1 {
    font-size: clamp(3.7rem, 17vw, 5.2rem);
  }

  h2 {
    font-size: clamp(2.9rem, 13vw, 4.1rem);
  }

  .hero-support {
    font-size: 0.94rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-trust {
    display: grid;
    gap: 6px;
  }

  .hero-visual {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .hero-visual::before {
    display: none;
  }

  .hero-visual img {
    min-height: 340px;
  }

  .hero-visual figcaption {
    right: 15px;
    bottom: 22px;
    min-width: 235px;
  }

  .hero-bottom {
    position: relative;
    width: 100%;
    padding: 13px 15px;
    text-align: center;
  }

  .location-grid {
    gap: 42px;
  }

  .map-panel,
  .map-embed {
    min-height: 340px;
    height: 340px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .service-item:nth-child(odd) {
    border-right: 0;
  }

  .service-item {
    min-height: 130px;
    padding: 22px 10px;
  }

  .service-item h3 {
    font-size: 1.7rem;
  }

  .oil-art {
    min-height: 320px;
  }

  .oil-art > svg {
    width: 235px;
  }

  .oil-ring--one {
    width: 310px;
    height: 310px;
  }

  .oil-ring--two {
    width: 225px;
    height: 225px;
  }

  .free-check {
    padding: 70px 0;
  }

  .parts-grid a {
    min-height: 140px;
    padding: 18px;
    font-size: 1.3rem;
  }

  .parts-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-strip strong {
    padding: 22px 10px;
    border-bottom: 1px solid var(--line);
    font-size: 1.6rem;
  }

  .tips-grid,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    gap: 8px;
    align-items: flex-start;
    flex-direction: column;
  }

  .whatsapp-float {
    display: none;
  }

  .mobile-bar {
    position: fixed;
    z-index: 110;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr;
    height: 66px;
    color: var(--brand-white);
    background: #071f3d;
    box-shadow: 0 -10px 30px rgba(5, 25, 55, 0.18);
  }

  .mobile-bar a {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 4px;
    border-right: 1px solid rgba(255,255,255,.12);
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.3;
  }

  .mobile-bar-icon {
    width: 22px;
    height: 22px;
    color: #ffffff;
  }

  .mobile-bar-wa {
    color: #ffffff;
    background: var(--whatsapp-green);
  }

  .mobile-bar-wa-icon,
  .mobile-bar-wa-icon path {
    width: 28px;
    height: 28px;
    color: #ffffff;
    fill: #ffffff;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Hero e blocos de confiança — presença de marca com a fachada em tela cheia. */
.btn--whatsapp {
  color: #ffffff;
  background: var(--whatsapp-green);
  box-shadow: 0 11px 30px rgba(10, 98, 45, 0.3);
}

.btn--whatsapp:hover {
  background: #20bd5a;
  box-shadow: 0 14px 38px rgba(10, 98, 45, 0.4);
}

.hero {
  display: grid;
  min-height: calc(100svh - 78px);
  padding: 0;
  isolation: isolate;
  background: var(--brand-navy);
}

.hero::before {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 26, 65, 0.94) 0%, rgba(7, 41, 102, 0.82) 42%, rgba(3, 25, 61, 0.26) 76%),
    linear-gradient(0deg, rgba(3, 27, 66, 0.64), transparent 55%);
  mask-image: none;
}

.hero-backdrop {
  position: absolute;
  z-index: -2;
  inset: -18px;
  background: url("assets/fachada-loja-hero.jpg") center 48% / cover no-repeat;
  filter: blur(8px) saturate(0.92) contrast(1.08);
  transform: scale(1.025);
}

.hero-grid {
  display: flex;
  align-items: center;
  min-height: calc(100svh - 78px);
}

.hero-copy {
  max-width: 880px;
  padding: 88px 0 120px;
}

.hero h1 {
  max-width: 870px;
  font-size: clamp(3.7rem, 6.5vw, 6.7rem);
  text-wrap: balance;
}

.hero-support {
  max-width: 650px;
  font-size: 1.12rem;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.32);
}

.hero-location {
  position: absolute;
  right: max(20px, calc((100vw - 1180px) / 2));
  bottom: 28px;
  display: flex;
  gap: 8px 18px;
  align-items: center;
  padding: 14px 18px;
  color: var(--brand-navy);
  background: rgba(255, 255, 255, 0.94);
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(3, 26, 65, 0.25);
  font-family: var(--title);
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hero-location span {
  color: var(--muted);
  font-family: var(--body);
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: none;
}

.trust-strip {
  color: var(--brand-white);
  background: var(--brand-navy);
  box-shadow: 0 14px 40px rgba(8, 34, 80, 0.16);
}

.trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-strip-grid > div {
  display: grid;
  align-content: center;
  min-height: 126px;
  padding: 24px 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.trust-strip-grid > div:last-child {
  border-right: 0;
}

.trust-strip strong {
  font-family: var(--title);
  font-size: 1.35rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.trust-strip span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.7rem;
}

.workshop {
  background: var(--brand-white);
}

.workshop-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.workshop-card {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  margin: 0;
  border-radius: 22px;
  background: var(--brand-navy);
  box-shadow: 0 26px 64px rgba(8, 34, 80, 0.2);
}

.workshop-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3, 25, 61, 0.9), transparent 58%);
  content: "";
}

.workshop-card img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 550ms ease;
}

.workshop-card:first-child img {
  object-position: center;
}

.workshop-card:hover img {
  transform: scale(1.035);
}

.workshop-card figcaption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 9px;
  padding: 36px;
  color: var(--brand-white);
}

.workshop-card figcaption span {
  color: var(--brand-orange);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.workshop-card figcaption strong {
  max-width: 500px;
  font-family: var(--title);
  font-size: 1.65rem;
  line-height: 1.08;
  text-transform: uppercase;
}

/* Profundidade contida: superfícies brancas, azul no hover e cantos consistentes. */
.map-panel {
  border-radius: 22px;
}

.parts-grid {
  gap: 16px;
  border: 0;
}

.parts-grid a {
  border: 1px solid rgba(16, 52, 97, 0.1);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(8, 34, 80, 0.1);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.parts-grid a:hover {
  box-shadow: 0 16px 34px rgba(14, 72, 216, 0.2);
  transform: translateY(-4px);
}

.parts-cta {
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(8, 34, 80, 0.08);
}

.tips-grid article {
  padding: 32px;
  border: 1px solid rgba(16, 52, 97, 0.08);
  border-top: 4px solid var(--brand-blue);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(8, 34, 80, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.tips-grid article:hover {
  box-shadow: 0 16px 36px rgba(8, 34, 80, 0.12);
  transform: translateY(-4px);
}

.whatsapp-float {
  width: 70px;
  height: 70px;
  border-width: 5px;
}

.whatsapp-float svg,
.whatsapp-float path {
  width: 35px;
  height: 35px;
}

@media (max-width: 980px) {
  .hero-grid {
    min-height: calc(100svh - 78px);
  }

  .hero-copy {
    max-width: 760px;
    padding: 80px 0 130px;
  }

  .trust-strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip-grid > div:nth-child(2) {
    border-right: 0;
  }

  .trust-strip-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: calc(100svh - 68px);
    padding: 0;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(3, 26, 65, 0.91), rgba(3, 26, 65, 0.62)),
      linear-gradient(0deg, rgba(3, 26, 65, 0.84), transparent 68%);
  }

  .hero-backdrop {
    background-position: 58% center;
    filter: blur(5px) saturate(0.9) contrast(1.06);
  }

  .hero-grid {
    min-height: calc(100svh - 68px);
  }

  .hero-copy {
    padding: 58px 0 118px;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 14.5vw, 4.5rem);
  }

  .hero-location {
    right: 15px;
    bottom: 18px;
    left: 15px;
    justify-content: space-between;
    padding: 12px 14px;
  }

  .trust-strip-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip-grid > div {
    min-height: 96px;
    padding: 20px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .trust-strip-grid > div:last-child {
    border-bottom: 0;
  }

  .workshop-gallery {
    grid-template-columns: 1fr;
  }

  .workshop-card,
  .workshop-card img {
    min-height: 390px;
    height: 390px;
  }

  .workshop-card figcaption {
    padding: 24px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .service-card img {
    aspect-ratio: 16 / 9;
    max-height: 168px;
  }

  .service-card__body {
    min-height: 0;
    padding: 26px;
  }
}
