:root {
  --v2-header-height: 68px;
  scrollbar-color: #174a87 #e7edf2;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 11px;
}

::-webkit-scrollbar-track {
  background: #e7edf2;
}

::-webkit-scrollbar-thumb {
  border: 3px solid #e7edf2;
  border-radius: 999px;
  background: #174a87;
}

::-webkit-scrollbar-thumb:hover {
  background: #082a55;
}

:where(a, button) {
  cursor: pointer;
}

:where(a, button):focus-visible {
  outline: 3px solid #f2b51d;
  outline-offset: 3px;
}

header nav[aria-label="Navegação principal"] a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.v2-skip-link {
  position: fixed;
  left: 1rem;
  top: 0.75rem;
  z-index: 100;
  transform: translateY(-150%);
  border-radius: 0.5rem;
  background: #f2b51d;
  color: #17202a;
  padding: 0.7rem 1rem;
  font-weight: 700;
  transition: transform 160ms ease;
}

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

header.v2-scrolled {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 42, 85, 0.97);
  box-shadow: 0 14px 34px -24px rgba(0, 0, 0, 0.9);
}

.v2-mobile-menu {
  position: fixed;
  inset: var(--v2-header-height) 0 auto 0;
  z-index: 49;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 42, 85, 0.985);
  box-shadow: 0 22px 35px -25px rgba(0, 0, 0, 0.9);
  opacity: 0;
  transform: translateY(-0.75rem);
  visibility: hidden;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms;
}

.v2-mobile-menu[data-open="true"] {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.v2-mobile-menu nav {
  display: grid;
  padding: 0.35rem 1rem 0.85rem;
}

.v2-mobile-menu nav a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #e8edf2;
  padding: 0.85rem 0.25rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.v2-mobile-menu .v2-mobile-cta {
  display: flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 1rem 1rem;
  border-radius: 0.65rem;
  background: #f2b51d;
  color: #17202a;
  font-weight: 750;
}

.v2-products-toggle {
  display: none;
  width: 100%;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  border: 1px solid rgba(23, 74, 135, 0.35);
  border-radius: 0.65rem;
  background: #fff;
  color: #174a87;
  font-size: 0.9rem;
  font-weight: 750;
  box-shadow: 0 12px 25px -23px rgba(8, 42, 85, 0.8);
}

#categorias .v2-product-card {
  position: relative;
  cursor: pointer;
  transition:
    border-color 200ms ease,
    box-shadow 200ms ease,
    translate 200ms ease;
}

#categorias .v2-product-card:has(a:hover),
#categorias .v2-product-card:has(a:focus-visible) {
  border-color: rgba(23, 74, 135, 0.56);
  box-shadow: 0 18px 34px -28px rgba(8, 42, 85, 0.9);
  transform: translateY(-2px);
}

#categorias .v2-product-card a[href*="wa.me"] {
  position: static;
  display: flex;
  min-height: 44px;
  align-items: center;
}

#categorias .v2-product-card a[href*="wa.me"]::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  content: "";
}

.v2-tractor-strip {
  display: flex;
  min-height: 292px;
  flex-direction: column;
  align-items: center;
  padding: 1.15rem 0 0.85rem;
}

.v2-tractor-strip::after {
  display: none;
}

.v2-tractor-caption {
  position: relative;
  z-index: 5;
  width: min(100% - 2rem, 680px);
  margin-top: 0.45rem;
  padding: 0.35rem 0.75rem 0;
  color: rgba(232, 237, 242, 0.88);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.45;
  text-align: center;
}

.v2-delivery-support-section {
  padding-top: 0;
  background: linear-gradient(180deg, #082a55 0 52%, #174a87 100%);
}

.v2-delivery-support-section > .v2-tractor-strip {
  width: 100%;
  border-bottom: 1px solid rgba(200, 207, 214, 0.16);
}

.v2-delivery-support-section > .v2-tractor-strip + div {
  padding-top: 3rem;
}

.v4-story-stage {
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: 245px;
  overflow: hidden;
  isolation: isolate;
}

.v4-story-stage::after {
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  z-index: 1;
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    rgba(242, 181, 29, 0.86) 0 32px,
    transparent 32px 48px
  );
  content: "";
}

.v3-tractor {
  position: absolute;
  left: 50%;
  bottom: 9px;
  z-index: 3;
  width: clamp(230px, 27vw, 360px);
  translate: -50% 0;
  transform: translateX(0);
  filter: drop-shadow(0 18px 16px rgba(0, 0, 0, 0.35));
  will-change: transform;
}

.v3-tractor > svg {
  display: none;
}

.v3-tractor-image {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.v3-solutions-load {
  position: absolute;
  left: 3.5%;
  bottom: 37%;
  display: grid;
  min-width: 31%;
  min-height: 22%;
  place-items: center;
  border: 2px solid rgba(102, 61, 12, 0.62);
  border-radius: 0.35rem 0.35rem 0.55rem 0.55rem;
  background:
    linear-gradient(
      90deg,
      transparent 47%,
      rgba(102, 61, 12, 0.35) 48% 52%,
      transparent 53%
    ),
    linear-gradient(#f2b51d, #c98a0d);
  box-shadow:
    inset 0 0 0 2px rgba(255, 226, 124, 0.2),
    0 5px 9px rgba(0, 0, 0, 0.22);
  color: #082a55;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(0.72rem, 1.35vw, 1.05rem);
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transform: rotate(-4deg);
  opacity: 0;
}

.v4-mechanic {
  position: absolute;
  left: 50%;
  bottom: 13px;
  z-index: 5;
  width: auto;
  height: clamp(118px, 14vw, 168px);
  opacity: 0;
  filter: drop-shadow(0 10px 9px rgba(0, 0, 0, 0.35));
  transform-origin: 50% 100%;
  pointer-events: none;
}

.v4-smoke {
  position: absolute;
  left: calc(50% - clamp(70px, 9vw, 118px));
  bottom: clamp(112px, 12vw, 148px);
  z-index: 4;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(200, 207, 214, 0.42);
  box-shadow:
    13px -13px 0 5px rgba(200, 207, 214, 0.26),
    3px -27px 0 8px rgba(200, 207, 214, 0.14);
  filter: blur(3px);
  opacity: 0;
}

.v4-sparks {
  position: absolute;
  left: calc(50% - clamp(93px, 12vw, 142px));
  bottom: clamp(70px, 8vw, 95px);
  z-index: 6;
  color: #ffd75a;
  font-size: 1.45rem;
  line-height: 1;
  opacity: 0;
  text-shadow: 0 0 11px rgba(242, 181, 29, 0.95);
}

.v4-story-status {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 7;
  width: min(88%, 420px);
  min-height: 2rem;
  translate: -50% 0;
  border: 1px solid rgba(242, 181, 29, 0.35);
  border-radius: 999px;
  background: rgba(8, 42, 85, 0.82);
  box-shadow: 0 10px 28px -20px rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.v4-story-status span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
}

.v4-story-run .v4-mechanic {
  animation: v4-mechanic-story 16s ease-in-out infinite;
}

.v4-story-run .v3-tractor {
  animation: v4-tractor-story 16s ease-in-out infinite;
}

.v4-story-run .v3-solutions-load {
  animation: v4-solutions-story 16s ease-in-out infinite;
}

.v4-story-run .v4-smoke {
  animation: v4-smoke-story 16s ease-out infinite;
}

.v4-story-run .v4-sparks {
  animation: v4-sparks-story 16s ease-in-out infinite;
}

.v4-story-run .v4-story-status span:nth-child(1) {
  animation: v4-status-one 16s linear infinite;
}

.v4-story-run .v4-story-status span:nth-child(2) {
  animation: v4-status-two 16s linear infinite;
}

.v4-story-run .v4-story-status span:nth-child(3) {
  animation: v4-status-three 16s linear infinite;
}

.v4-story-static .v4-mechanic {
  opacity: 1;
  transform: translateX(clamp(-230px, -20vw, -115px)) scale(0.78);
}

.v4-story-static .v3-solutions-load,
.v4-story-static .v4-story-status span:nth-child(3) {
  opacity: 1;
}

@keyframes v4-mechanic-story {
  0%,
  4% {
    opacity: 0;
    transform: translateX(clamp(-430px, -38vw, -150px)) scale(0.82);
  }
  8% {
    opacity: 1;
  }
  23% {
    opacity: 1;
    transform: translateX(clamp(-225px, -18vw, -108px)) scale(0.82);
  }
  30%,
  43% {
    opacity: 1;
    transform: translateX(clamp(-205px, -16vw, -98px)) translateY(8px)
      rotate(5deg) scale(0.72);
  }
  49% {
    opacity: 1;
    transform: translateX(clamp(26px, 4vw, 54px)) translateY(-25px) scale(0.38);
  }
  54%,
  100% {
    opacity: 0;
    transform: translateX(clamp(26px, 4vw, 54px)) translateY(-25px) scale(0.32);
  }
}

@keyframes v4-tractor-story {
  0%,
  55% {
    transform: translateX(0);
  }
  59% {
    transform: translateX(0) translateY(-2px) rotate(-0.35deg);
  }
  70% {
    transform: translateX(clamp(58px, 9vw, 145px));
  }
  82%,
  100% {
    transform: translateX(0);
  }
}

@keyframes v4-solutions-story {
  0%,
  52% {
    opacity: 0;
    translate: 0 -8px;
  }
  58%,
  100% {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes v4-smoke-story {
  0%,
  8% {
    opacity: 0;
    translate: 0 5px;
  }
  14%,
  28% {
    opacity: 1;
    translate: 0 -3px;
  }
  38%,
  100% {
    opacity: 0;
    translate: 4px -22px;
  }
}

@keyframes v4-sparks-story {
  0%,
  29%,
  44%,
  100% {
    opacity: 0;
    scale: 0.5;
    rotate: 0deg;
  }
  31%,
  35%,
  39%,
  43% {
    opacity: 1;
    scale: 1.15;
    rotate: 28deg;
  }
  33%,
  37%,
  41% {
    opacity: 0.2;
    scale: 0.72;
    rotate: -18deg;
  }
}

@keyframes v4-status-one {
  0%,
  5% {
    opacity: 0;
  }
  8%,
  27% {
    opacity: 1;
  }
  31%,
  100% {
    opacity: 0;
  }
}

@keyframes v4-status-two {
  0%,
  27% {
    opacity: 0;
  }
  31%,
  51% {
    opacity: 1;
  }
  55%,
  100% {
    opacity: 0;
  }
}

@keyframes v4-status-three {
  0%,
  51% {
    opacity: 0;
  }
  56%,
  96% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.v3-tractor.tm-tractor--run {
  animation: v3-tractor-delivery 5.8s cubic-bezier(0.45, 0, 0.25, 1) both;
}

.v3-tractor.tm-tractor--run .v3-tractor-image,
.v3-tractor.tm-tractor--run .v3-solutions-load {
  animation: v3-tractor-bump 0.75s ease-in-out infinite;
}

.v3-tractor-arrived .v3-solutions-load {
  animation: v3-load-settle 0.55s ease-out both;
}

@keyframes v3-tractor-delivery {
  0% {
    transform: translateX(clamp(-220px, -28vw, -90px));
  }
  18% {
    transform: translateX(clamp(-220px, -28vw, -90px));
  }
  76% {
    transform: translateX(clamp(90px, 27vw, 220px));
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes v3-tractor-bump {
  0%,
  100% {
    translate: 0 0;
    rotate: 0deg;
  }
  45% {
    translate: 0 -2px;
    rotate: -0.35deg;
  }
}

@keyframes v3-load-settle {
  0% {
    translate: 0 -4px;
  }
  55% {
    translate: 0 2px;
  }
  100% {
    translate: 0 0;
  }
}

.tm-tractor--run::after {
  position: absolute;
  right: 94%;
  bottom: 24%;
  width: 38px;
  height: 14px;
  border-radius: 50%;
  background: rgba(200, 207, 214, 0.2);
  filter: blur(5px);
  content: "";
  animation: v2-dust 0.85s ease-out infinite;
}

@keyframes v2-dust {
  from {
    opacity: 0.62;
    transform: translateX(8px) scale(0.55);
  }
  to {
    opacity: 0;
    transform: translateX(-22px) scale(1.25);
  }
}

.v5-delivery-stage {
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: 245px;
  overflow: hidden;
  contain: layout paint;
  isolation: isolate;
}

.v5-delivery-stage::before {
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  z-index: 1;
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    rgba(242, 181, 29, 0.88) 0 32px,
    transparent 32px 48px
  );
  content: "";
}

.v5-delivery-stage::after {
  position: absolute;
  bottom: 14px;
  left: 50%;
  z-index: 0;
  width: min(76vw, 680px);
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(
    ellipse,
    rgba(242, 181, 29, 0.12),
    transparent 68%
  );
  content: "";
  translate: -50% 50%;
}

.v5-tractor {
  position: absolute;
  left: 0;
  bottom: 9px;
  z-index: 3;
  width: clamp(230px, 27vw, 360px);
  backface-visibility: hidden;
  transform: translate3d(-100%, 0, 0);
}

.v5-tractor > svg {
  display: none;
}

.v5-tractor-image {
  display: block;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  pointer-events: none;
  transform: translateZ(0);
  user-select: none;
}

.v6-tractor-loop .v5-tractor {
  animation: v6-tractor-crossing 7.5s linear infinite;
  will-change: transform;
}

.v5-delivery-static .v5-tractor {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

@keyframes v6-tractor-crossing {
  from {
    transform: translate3d(-100%, 0, 0);
  }

  to {
    transform: translate3d(calc(min(100vw, 1100px)), 0, 0);
  }
}

@media (min-width: 768px) {
  .v5-tractor {
    filter: drop-shadow(0 18px 16px rgba(0, 0, 0, 0.35));
  }
}

.v8-hero-bearing-left {
  display: none;
}

.v8-scroll-bearing {
  position: fixed;
  top: calc(var(--v2-header-height) + 1rem);
  left: 0.4rem;
  bottom: 1.5rem;
  z-index: 48;
  width: 28px;
  pointer-events: none;
}

.v8-scroll-bearing-rail {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 50%;
  width: 2px;
  background: linear-gradient(
    180deg,
    rgba(242, 181, 29, 0.12),
    rgba(242, 181, 29, 0.78),
    rgba(23, 74, 135, 0.35)
  );
  transform: translateX(-50%);
}

.v8-scroll-bearing-thumb {
  position: absolute;
  top: 0;
  left: 1px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 0;
  background: transparent;
  backface-visibility: hidden;
  will-change: transform;
}

.v8-scroll-bearing-thumb svg {
  width: 22px;
  height: 22px;
}

/* Hero v9 — editorial industrial com produto fotográfico */
.v9-hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 42%, rgba(23, 74, 135, 0.72), transparent 34%),
    radial-gradient(circle at 72% 70%, rgba(242, 181, 29, 0.1), transparent 30%),
    linear-gradient(135deg, #061b38 0%, #082a55 48%, #0c376d 100%);
}

.v9-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 27, 56, 0.98) 0%, rgba(6, 27, 56, 0.82) 42%, transparent 72%),
    linear-gradient(180deg, transparent 58%, rgba(5, 23, 48, 0.52));
  content: "";
  pointer-events: none;
}

.v9-hero-grid,
.v9-hero-copy {
  position: relative;
  z-index: 3;
}

.v9-hero-copy h1 {
  max-width: 15ch;
  text-wrap: balance;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.28);
}

.v9-headline-accent {
  color: #f2b51d;
}

.v9-hero-eyebrow {
  min-height: 44px;
  backdrop-filter: blur(8px);
}

.v9-hero-eyebrow-icon {
  display: inline-grid;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  place-items: center;
  color: #f2b51d;
}

.v9-hero-eyebrow-icon svg,
.v9-action-icon svg,
.v9-trust-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.v9-hero-actions .v9-hero-action {
  min-height: 54px;
  gap: 0.75rem;
}

.v9-action-icon {
  display: inline-grid;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  place-items: center;
}

.v9-action-icon--arrow {
  margin-left: auto;
}

.v9-hero-visual {
  z-index: 2;
}

.v9-hero-visual::before {
  position: absolute;
  inset: 12% 0 4%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 111, 180, 0.26), transparent 68%);
  content: "";
}

.v8-hero-bearing-right {
  animation: v9-bearing-float 6s ease-in-out infinite;
  backface-visibility: hidden;
  will-change: transform;
}

#hero .v9-bearing-image {
  width: min(47vw, 650px);
  animation: v9-bearing-spin 34s linear infinite;
  backface-visibility: hidden;
  transform: translateZ(0);
  transform-origin: 50% 50%;
  will-change: transform;
}

.v9-trust-section {
  position: relative;
  z-index: 5;
  padding: 0 1rem 2.25rem;
  background: #082a55 !important;
}

.v9-trust-grid {
  display: grid !important;
  width: min(100%, 80rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 !important;
  margin: 0 auto;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(242, 181, 29, 0.3);
  border-radius: 0.9rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 58%),
    rgba(6, 27, 56, 0.78);
  box-shadow: 0 20px 48px -32px rgba(0, 0, 0, 0.92);
}

.v9-trust-item {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.9rem;
  padding: 1.15rem 1.25rem;
  color: #fff;
}

.v9-trust-item + .v9-trust-item {
  border-left: 1px solid rgba(200, 207, 214, 0.18);
}

.v9-trust-icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  color: #f2b51d;
}

.v9-trust-copy {
  display: grid;
  min-width: 0;
  gap: 0.18rem;
  text-align: left;
}

.v9-trust-copy strong {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.25;
}

.v9-trust-copy small {
  color: rgba(200, 207, 214, 0.76);
  font-size: 0.7rem;
  line-height: 1.35;
}

.v9-scroll-bearing-image {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.v10-product-description,
.v10-product-chevron {
  display: none;
}

@keyframes v9-bearing-spin {
  to {
    transform: translateZ(0) rotate(360deg);
  }
}

@keyframes v9-bearing-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -9px, 0);
  }
}

.v2-rating-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.85rem;
  color: #f2b51d;
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.v7-reviews-section {
  padding-bottom: 4.5rem;
}

.v7-reviews-shell {
  width: min(100% - 2rem, 80rem);
  margin: 2.75rem auto 0;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.v7-reviews-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.v7-reviews-eyebrow {
  margin-bottom: 0.35rem;
  color: #f2b51d;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v7-reviews-header h2 {
  color: #fff;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}

.v7-reviews-intro {
  max-width: 42rem;
  margin-top: 0.7rem;
  color: rgba(238, 242, 245, 0.76);
  font-size: 0.92rem;
  line-height: 1.6;
}

.v7-reviews-nav {
  display: none;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.55rem;
}

.v7-reviews-status {
  min-width: 3.5rem;
  color: rgba(238, 242, 245, 0.78);
  font-size: 0.76rem;
  font-weight: 700;
  text-align: center;
}

.v7-reviews-nav-button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(242, 181, 29, 0.42);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  color: #f2b51d;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.v7-reviews-nav-button svg {
  width: 20px;
  height: 20px;
}

.v7-reviews-nav-button:hover:not(:disabled) {
  border-color: #f2b51d;
  background: #f2b51d;
  color: #082a55;
}

.v7-reviews-nav-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.v7-reviews-nav-button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.v7-reviews-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.v7-review-card {
  position: relative;
  display: flex;
  min-height: 285px;
  flex-direction: column;
  padding: 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(200, 207, 214, 0.26);
  border-radius: 0.85rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), transparent 55%),
    rgba(23, 74, 135, 0.22);
  box-shadow: 0 18px 34px -28px rgba(0, 0, 0, 0.8);
  transition:
    border-color 200ms ease,
    box-shadow 200ms ease,
    transform 200ms ease;
}

.v7-review-card::before {
  position: absolute;
  top: 0;
  left: 1.35rem;
  width: 3.25rem;
  height: 3px;
  background: #f2b51d;
  content: "";
}

.v7-review-card:hover,
.v7-review-card:focus-within {
  border-color: rgba(242, 181, 29, 0.58);
  box-shadow: 0 24px 42px -30px rgba(0, 0, 0, 0.9);
  translate: 0 -3px;
}

.v7-review-card-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.v7-review-avatar {
  display: inline-grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid rgba(242, 181, 29, 0.62);
  border-radius: 50%;
  background: #174a87;
  color: #fff;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.v7-review-card h3 {
  color: #fff;
  font-size: 0.94rem;
  font-weight: 750;
}

.v7-review-card-top p {
  margin-top: 0.12rem;
  color: rgba(200, 207, 214, 0.72);
  font-size: 0.71rem;
  line-height: 1.35;
}

.v7-review-stars {
  display: flex;
  gap: 0.14rem;
  margin-top: 1.15rem;
  color: #f2b51d;
}

.v7-review-stars svg {
  width: 16px;
  height: 16px;
}

.v7-review-quote {
  margin: 0.85rem 0 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  line-height: 1.65;
}

.v7-review-source {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  color: #f2b51d;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(242, 181, 29, 0.48);
  text-underline-offset: 4px;
  transition: color 180ms ease;
}

.v7-review-source::after {
  margin-left: 0.35rem;
  content: "↗";
}

.v7-review-source:hover {
  color: #fff;
}

.v7-review-source:focus-visible {
  border-radius: 0.2rem;
  outline: 3px solid #f2b51d;
  outline-offset: 3px;
}

section[id]:not(#hero) {
  content-visibility: auto;
  contain-intrinsic-size: 760px;
}

@media (max-width: 1023px) {
  header > div.mx-auto {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 0;
  }

  header .v8-header-brand {
    grid-column: 2;
    justify-self: center;
  }

  header .v8-header-brand > span {
    width: min(50vw, 180px);
    max-width: none;
  }

  header .v8-header-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  header .v8-header-brand > :not(:first-child) {
    display: none;
  }

  header button[aria-controls="menu-mobile"] {
    grid-column: 3;
    justify-self: end;
  }

  header button[aria-label="Abrir menu"],
  header button[aria-label="Fechar menu"] {
    display: flex;
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 639px) {
  #hero {
    min-height: 640px;
    padding-top: 6.75rem;
    padding-bottom: 3.25rem;
  }

  #hero > div.relative.mx-auto > div:first-child {
    position: relative;
    z-index: 2;
  }

  #hero .v8-hero-copy::before {
    position: absolute;
    inset: -1.15rem -0.55rem -1rem;
    z-index: -1;
    border-top: 1px solid rgba(242, 181, 29, 0.2);
    border-bottom: 1px solid rgba(200, 207, 214, 0.12);
    background: linear-gradient(
      135deg,
      rgba(8, 42, 85, 0.72),
      rgba(23, 74, 135, 0.14) 68%,
      transparent
    );
    clip-path: polygon(0 0, 92% 0, 100% 10%, 100% 100%, 8% 100%, 0 92%);
    content: "";
  }

  #hero h1 {
    text-wrap: balance;
  }

  #hero > div.relative.mx-auto > div:last-child {
    position: absolute;
    right: -4.5rem;
    bottom: -2.25rem;
    z-index: 1;
    width: 235px;
    opacity: 0.3;
    pointer-events: none;
  }

  #hero .bearing-image {
    width: 235px;
    min-width: 0;
  }

  #hero .v8-hero-bearing-right {
    right: -4.1rem;
    bottom: -1.25rem;
    width: 225px;
    opacity: 0.25;
  }

  .v8-hero-bearing-left {
    position: absolute;
    top: 4.2rem;
    left: -2.75rem;
    z-index: 1;
    display: block;
    width: 132px;
    height: auto;
    opacity: 0.18;
    pointer-events: none;
    transform-origin: 50% 50%;
    animation: v8-bearing-counter 32s linear infinite;
    backface-visibility: hidden;
    will-change: transform;
  }

  .v8-scroll-bearing {
    top: calc(var(--v2-header-height) + 0.5rem);
    left: 1px;
    bottom: calc(env(safe-area-inset-bottom) + 5.2rem);
    width: 20px;
  }

  .v8-scroll-bearing-thumb {
    left: 1px;
    width: 18px;
    height: 18px;
  }

  .v8-scroll-bearing-thumb svg {
    width: 18px;
    height: 18px;
  }

  .v9-scroll-bearing-image {
    width: 18px;
    height: 18px;
  }

  .v2-whatsapp-fab {
    display: none;
  }

  #categorias article.v2-product-extra {
    display: none;
  }

  #categorias[data-expanded="true"] article.v2-product-extra {
    display: grid;
  }

  .v2-products-toggle {
    display: flex;
  }

  #categorias div.mt-10.grid {
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(200, 207, 214, 0.9);
    border-radius: 0.85rem;
    background: #fff;
    box-shadow: 0 18px 38px -32px rgba(8, 42, 85, 0.72);
  }

  #categorias .v2-product-card {
    display: grid;
    min-height: 94px;
    grid-template-columns: 68px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 0.8rem;
    overflow: visible;
    padding: 0.75rem;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  #categorias .v2-product-card + .v2-product-card {
    border-top: 1px solid rgba(200, 207, 214, 0.72);
  }

  #categorias .v2-product-card:has(a:hover),
  #categorias .v2-product-card:has(a:focus-visible) {
    border-color: rgba(200, 207, 214, 0.72);
    background: rgba(238, 242, 245, 0.72);
    box-shadow: inset 3px 0 0 #f2b51d;
    transform: none;
  }

  #categorias .v2-product-card > div:first-child {
    width: 68px;
    height: 68px;
    aspect-ratio: 1;
    border: 1px solid rgba(200, 207, 214, 0.72);
    border-radius: 0.65rem;
    background: #eef2f5;
  }

  #categorias .v2-product-card > div:first-child img {
    object-fit: cover;
    transform: none;
  }

  #categorias .v2-product-card > div:first-child span {
    display: none;
  }

  #categorias .v2-product-card > div:nth-child(2) {
    display: grid;
    min-width: 0;
    align-content: center;
    gap: 0.3rem;
    padding: 0;
  }

  #categorias .v2-product-card > div:nth-child(2) > div {
    min-width: 0;
  }

  #categorias .v2-product-card h3 {
    font-size: 0.92rem;
    line-height: 1.25;
  }

  #categorias .v10-product-description {
    display: -webkit-box;
    overflow: hidden;
    color: #4b5563;
    font-size: 0.72rem;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  #categorias .v2-product-card a[href*="wa.me"] {
    position: absolute;
    inset: 0;
    z-index: 2;
    min-height: 100%;
    overflow: hidden;
    color: transparent;
    font-size: 0;
  }

  #categorias .v2-product-card a[href*="wa.me"] > * {
    display: none;
  }

  #categorias .v2-product-card > span.h-1 {
    display: none;
  }

  #categorias .v10-product-chevron {
    display: grid;
    width: 28px;
    height: 44px;
    place-items: center;
    color: #174a87;
  }

  #categorias .v10-product-chevron svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
  }

  #hero p:nth-of-type(2) {
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .v2-tractor-strip {
    min-height: 276px;
  }

  .v2-tractor-caption {
    width: calc(100% - 1.5rem);
    margin-top: 0.25rem;
    font-size: 0.78rem;
  }

  .v3-tractor {
    width: min(70vw, 270px);
  }

  .v5-tractor {
    width: min(72vw, 275px);
  }

  .v6-tractor-loop .v5-tractor {
    animation-duration: 5.5s;
  }

  .v5-delivery-stage {
    height: 214px;
  }

  .v2-delivery-support-section > .v2-tractor-strip + div {
    padding-top: 2.35rem;
  }

  footer nav a {
    display: flex;
    min-height: 44px;
    align-items: center;
  }

  .v4-story-stage {
    height: 225px;
  }

  .v4-mechanic {
    height: 122px;
  }

  .v4-story-status {
    top: 2px;
    width: calc(100% - 2rem);
  }
}

@keyframes v8-bearing-counter {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  to {
    transform: translate3d(0, 0, 0) rotate(-360deg);
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  #hero.v9-hero {
    min-height: 720px;
    padding-top: 7rem;
    padding-bottom: 3.5rem;
  }

  #hero .v9-hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
    gap: 1rem;
  }

  #hero .v9-hero-copy h1 {
    max-width: 12.5ch;
    font-size: 3.35rem;
  }

  #hero .v9-hero-copy > p:nth-of-type(2) {
    max-width: 38rem;
    font-size: 1rem;
  }

  #hero .v9-bearing-image {
    width: min(43vw, 390px);
  }

  .v9-trust-item {
    flex-direction: column;
    justify-content: center;
    gap: 0.45rem;
    padding-inline: 0.75rem;
  }

  .v9-trust-copy {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .v7-reviews-section {
    padding-bottom: 3.75rem;
  }

  .v7-reviews-shell {
    width: min(100% - 2rem, 80rem);
    margin-top: 2.25rem;
    padding-top: 2rem;
  }

  .v7-reviews-header {
    align-items: end;
    gap: 1rem;
  }

  .v7-reviews-intro {
    max-width: 15rem;
    font-size: 0.82rem;
  }

  .v7-reviews-nav {
    display: flex;
  }

  .v7-reviews-track {
    display: flex;
    gap: 0.8rem;
    padding: 0.25rem 0 0.75rem;
    overflow: hidden;
  }

  .v7-review-card {
    min-height: 300px;
    flex: 0 0 calc(100% - 1.25rem);
    transform: translateX(
      calc(var(--v7-review-shift, 0%) + var(--v7-review-gap-shift, 0rem))
    );
    transition:
      border-color 200ms ease,
      box-shadow 200ms ease,
      translate 200ms ease,
      transform 280ms ease;
  }

  #hero.v9-hero {
    min-height: 780px;
    padding-top: 6.75rem;
    padding-bottom: 3rem;
    background:
      radial-gradient(circle at 90% 34%, rgba(23, 74, 135, 0.8), transparent 35%),
      linear-gradient(155deg, #061b38 0%, #082a55 58%, #0d3a71 100%);
  }

  #hero.v9-hero::before {
    background:
      linear-gradient(90deg, rgba(6, 27, 56, 0.98) 0%, rgba(6, 27, 56, 0.8) 56%, transparent 100%),
      linear-gradient(180deg, transparent 45%, rgba(5, 23, 48, 0.68));
  }

  #hero .v9-hero-grid {
    display: block;
  }

  #hero .v9-hero-copy::before {
    content: none;
  }

  #hero .v9-hero-copy {
    position: relative;
    z-index: 4;
  }

  #hero .v9-hero-copy h1 {
    max-width: 11.2ch;
    margin-top: 1.5rem;
    font-size: clamp(2.65rem, 12vw, 3.2rem);
    line-height: 1.01;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.52);
  }

  #hero .v9-hero-copy > p:nth-of-type(2) {
    position: relative;
    z-index: 4;
    max-width: 95%;
    margin-top: 2rem;
    color: rgba(238, 242, 245, 0.9);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
  }

  #hero.v9-hero > div.relative.v9-hero-grid > .v9-hero-visual {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    opacity: 1;
    pointer-events: none;
  }

  #hero .v9-hero-visual .bearing-enter {
    position: absolute;
    top: 4.25rem;
    right: -9.75rem;
    width: 330px;
  }

  #hero .v9-hero-visual .v8-hero-bearing-right {
    right: auto;
    bottom: auto;
    width: 100%;
    opacity: 0.72;
  }

  #hero .v9-bearing-image {
    width: 100%;
    min-width: 0;
  }

  #hero .v9-hero-actions {
    position: relative;
    z-index: 5;
    margin-top: 2rem;
  }

  #hero .v9-hero-actions .v9-hero-action {
    width: 100%;
    min-height: 56px;
    padding-inline: 1.15rem;
    font-size: 0.92rem;
  }

  #hero .v9-hero-note {
    display: none;
  }

  .v9-trust-section {
    padding: 0 0.75rem 1.75rem;
  }

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

  .v9-trust-item {
    min-height: 118px;
    flex-direction: column;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.85rem 0.6rem;
  }

  .v9-trust-item + .v9-trust-item {
    border-left: 1px solid rgba(200, 207, 214, 0.18);
  }

  .v9-trust-item:nth-child(3) {
    border-left: 0;
  }

  .v9-trust-item:nth-child(n + 3) {
    border-top: 1px solid rgba(200, 207, 214, 0.18);
  }

  .v9-trust-icon {
    width: 30px;
    height: 30px;
  }

  .v9-trust-copy {
    text-align: center;
  }

  .v9-trust-copy strong {
    font-size: 0.78rem;
  }

  .v9-trust-copy small {
    font-size: 0.66rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v2-mobile-menu,
  .v2-skip-link,
  .tm-tractor--run::after {
    animation: none;
    transition: none;
  }

  .v3-tractor.tm-tractor--run,
  .v3-tractor.tm-tractor--run .v3-tractor-image,
  .v3-tractor.tm-tractor--run .v3-solutions-load,
  .v3-tractor-arrived .v3-solutions-load {
    animation: none;
    transform: none;
  }

  .v4-mechanic,
  .v4-smoke,
  .v4-sparks,
  .v4-story-status span,
  .v4-story-run .v3-tractor,
  .v4-story-run .v3-solutions-load {
    animation: none;
  }

  .v6-tractor-loop .v5-tractor {
    animation: none;
  }

  .v8-hero-bearing-left {
    animation: none;
  }

  .v8-hero-bearing-right,
  #hero .v9-bearing-image {
    animation: none;
  }

  .v8-scroll-bearing-thumb {
    transform: none !important;
  }

  .v7-review-card,
  .v7-review-source,
  .v7-reviews-nav-button {
    transition: none;
  }
}

@media (forced-colors: active) {
  :root {
    scrollbar-color: auto;
  }
}
