.is-mobile {
  display: none !important;
}
.is-desktop {
  display: block;
}

@media (max-width: 500px) {
  .is-mobile {
    display: block;
  }
  .is-desktop {
    display: none !important;
  }
}

body {
  color: #1A1A1A;
}

@media (max-width: 768px) {
  html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;    
  }
}

@media (max-width: 992px) {
  .product-html-container {
    max-width: 100%;
    width: 100%;
  }
}
:root {
  --page-bg: #ffffff;
  --ink-weak: #6b6f76;
  --chip-bg: #2e2f31;
  --chip-fg: #ffffff;
  --card-bg: #ffffff;
  --surface: #f3f4f6;
  --maxw: 1120px;
}

.stt02-hero {
  padding: 40px 16px;
}
.stt02-hero-container {
  max-width: var(--maxw);
  margin: 0 auto;
}

.stt02-hero-grid {
  display: grid;
  grid-template-columns: minmax(429px, 595px) 1fr;
  gap: 0px;
  align-items: center;
  margin-bottom: 35px;
}

.stt02-hero-media {
  position: relative;
  min-height: 420px;
  margin-left: 90px;
}

.stt02-hero-img {
  position: relative;
  z-index: 1;
  height: auto;
  display: block;
  right: 163px;
}
.perf-card {
  padding: 32px 20px;
  display: flex;
  justify-content: center;
  background: transparent;
}
.perf-inner {
  /* width: 1100px; */
  max-width: 100%;
  border-radius: 28px;
  position: relative;
}

.perf-top {
  display: grid;
  grid-template-columns: 1fr 585px;
  align-items: center;
  padding: 28px 4px 0 36px;
  min-height: 260px;
  background: #d9d9d9;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  height: 327px;
}
.perf-copy {
  color: #1b1b1b;
  margin-top: -9px;
  margin-left: 49px;
}

.stt02-hero-content {
  color: var(--ink);
}

.title-description-desktop {
  display: flex;
  flex-direction: column;
}

.stt02-eyebrow {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-weak);
}
.stt02-title {
  margin: 0;
  font-size: 72px;
  line-height: 1.02;
  font-weight: 900;
  font-family: UniSansHeavy;
}
.stt02-model {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--ink-weak);
  font-family: UniSansBold;
}
.stt02-subtitle {
  width: 350px;
  margin: 20px 0 0;
  font-size: 29px;
  font-weight: 400;
  font-family: UniSansBold;
  white-space: wrap;
}
.stt02-desc {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 400;
  color: var(--ink-weak);
}
.stt02-desc strong {
  color: var(--ink);
  font-family: UniSansBold;
}

.stt02-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: var(--chip-bg);
  color: var(--chip-fg);
  border-radius: 12px;
  padding: 10px 16px 8px;
  width: max-content;
}
.stt02-badge-value {
  font-weight: 900;
  font-size: 29px;
  line-height: 1;
  font-family: UniSansBold;
}
.stt02-badge-label {
  font-size: 10px;
  letter-spacing: 0.12em;
}

.stt02-features {
  font-family: UniSansBold;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
.stt02-feature {
  text-align: center;
}

.stt02-feature-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #1f1f1f;
  color: #fff;
  margin-bottom: 40px;
  font-size: 18px;
}
.title-margin {
  margin-bottom: 45px !important;
}

.span-velocidade {
  width: 422px;
}

.product-features-container {
  flex-direction: row;
  justify-content: space-around;
  padding: 73px 0;
}

.stt02-feature-title {
  margin: 0 0 20px;
  font-size: 33px;
  font-weight: 800;
  color: #1A1A1A;
  font-family: UniSansBold;
}

.feature-title-text-description {
  margin: 0 0 6px;
  font-size: 25px;
  font-weight: 800;
  font-family: UniSansBold;
}

.icons {
  width: auto;
  height: 56px;
  margin-bottom: 1rem;
}

.product-features-container {
  display: flex;
  align-items: center;
  padding: 0;
  margin-top: -51px;
}

.feature-item {
  width: 60%;
  text-align: center;
  margin-bottom: 25px;
}

.feature-icon-wrapper {
  display: inline-flex;
  justify-content: center;
}

.stt02-feature-text {
  margin: 0;
  font-size: 20px;
  color: var(--ink-weak);
}

@media (max-width: 600px) {
  .stt02-hero {
    overflow: hidden;
  }

  .stt02-hero-grid {
    grid-template-columns: 1fr;
    margin-bottom: 28px;
  }

  .stt02-hero-media {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 60px;
  }
  .stt02-hero-media::before {
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 68vw;
    max-width: 260px;
    height: 78vw;
    max-height: 360px;
  }
  .stt02-hero-img {
    width: 80vw;
    max-width: 320px;
    height: auto;
    right: 60px;
  }

  .stt02-hero-content {
    position: relative;
    /* padding: 0 8px; */
  }

  .stt02-title {
    font-size: 40px;
    line-height: 1.05;
    margin: 0;
  }

  .stt02-subtitle {
    width: auto;
    margin: 8px 0 0 0;
    font-size: 20px;
    white-space: normal;
  }

  .stt02-hero-content > p.stt02-subtitle {
    font-size: 18px;
    margin: 16px 0 8px 0;
  }

  .product-html-description {
    font-size: 14px;
    margin: 0 0 14px;
  }

  .stt02-badge {
    position: absolute;
    top: 0;
    right: 8px;
    padding: 8px 12px 6px;
    border-radius: 10px;
  }
  .stt02-badge-value {
    font-size: 22px;
  }
  .stt02-badge-label {
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .stt02-features {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 16px;
  }
  .stt02-feature-title {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .stt02-feature-text {
    font-size: 14px;
  }
  .product-html-container .stt02-features {
    display: none;
  }
}

.secao-desempenho {
  display: flex;
  justify-content: center;
  padding: 50px 20px;
  font-family: Arial, sans-serif;
  background-color: #f8f8f8;
}

.card-desempenho {
  width: 1200px;
  max-width: 100%;
  background-color: white;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
}

.bloco-superior {
  display: flex;
  min-height: 450px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 60px 40px 0 100px;
  background-color: #ffffff;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.texto-destaque {
  max-width: 500px;
  flex-shrink: 0;
  z-index: 2;
  margin-top: 40px;
}

.texto-destaque h3 {
  font-size: 32px;
  color: #333;
  margin-bottom: 20px;
}

.texto-destaque p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.stt02-capacidade {
  padding: 0;
}
.stt02-capacidade-card {
  width: 1200px;
  height: 600px;
  margin: 0 auto;
  border-radius: 100px;
  display: grid;
  grid-template-rows: 359px 242px;
}

.stt02-capacidade-top {
  display: grid;
  grid-template-columns: 1fr 637px;
  background-color: #d9d9d9;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.stt02-capacidade-text {
  align-self: center;
  color: #1b1b1b;
  width: 520px;
  margin-left: 106px;
}
.stt02-capacidade-heading {
  margin: 0 0 8px;
  font-size: 36px;
  line-height: 1.2;
  font-family: UniSansBold;
}
.stt02-capacidade-heading-weak {
  display: block;
  font-weight: 800;
}
.stt02-capacidade-desc {
  margin: 0;
  font-size: 20px;
  color: #6b6f76;
}
.stt02-capacidade-desc strong {
  color: #1b1b1b;
}

.stt02-capacidade-media {
  position: relative;
  width: 868px;
  height: 454px;
  overflow: hidden;
  border-top-right-radius: 100px;
}

.stt02-capacidade-img {
  position: absolute;
  right: 1px;
  height: 392px;
  width: auto;
  top: -1px;
}

.stt02-capacidade-bottom {
  background: #1f1f1f;
  color: #fff;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  display: grid;
  grid-auto-rows: min-content;
  align-content: start;
}
.stt02-capacidade-title {
  font-size: 40px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #cfd2d6;
  margin: 0 0 14px;
  white-space: wrap;
  width: 500px;
  margin-left: 60px;
  font-family: UniSansBold;
}
.stt02-capacidade-title span {
  color: #fff;
  font-weight: 700;
}

.perf-desc {
  font-size: 20px;
  width: 334px;
  line-height: 1.2;
}

.stt02-capacidade-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 0fr);
  justify-content: end;
  gap: 22px;
  transform: translateY(-17%);
}
.stt02-capacidade-item {
  position: relative;
  background: #ff9f0a;
  border-radius: 14px;
  padding: 22px 16px 14px;
  text-align: center;
  color: #1b1b1b;
  width: 150px;
  height: 150px;
}
.stt02-capacidade-tag {
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 800;
  border-radius: 10px;
  white-space: nowrap;
}
.stt02-capacidade-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #f3f4f6;
  color: #1b1b1b;
  font-size: 26px;
  margin: 12px 0 10px;
  width: 145px;
  height: 145px;
}
.stt02-capacidade-mm {
  margin-top: 4px;
  font-size: 13px;
  color: #6b6f76;
}

.bloco-inferior {
  background-color: #222;
  color: white;
  padding: 20px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.titulo-capacidade {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 40px;
  white-space: nowrap;
}

.materiais-container {
  display: flex;
  gap: 30px;
}

.item-material {
  text-align: center;
  flex: 1;
}

.icone-material {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  border: 1px solid #ffb800;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  overflow: hidden;
}

.nome-material {
  font-size: 12px;
  font-weight: bold;
  color: #ffb800;
  margin-bottom: 5px;
}

.medida {
  font-size: 18px;
  font-weight: bold;
  color: white;
  margin: 0;
}

.icone {
  display: block;
  background-color: #ffb800;
  opacity: 0.8;
}

.icone-aco {
  width: 40px;
  height: 40px;
  clip-path: polygon(0 0, 100% 0, 100% 20%, 20% 20%, 20% 100%, 0 100%);
}

.icone-madeira {
  width: 50px;
  height: 25px;
  border-radius: 3px;
  background: linear-gradient(
    to right,
    #ffb800 0%,
    #ffb800 20%,
    transparent 20%,
    transparent 40%,
    #ffb800 40%,
    #ffb800 60%,
    transparent 60%,
    transparent 80%,
    #ffb800 80%,
    #ffb800 100%
  );
}

.icone-polimero {
  width: 50px;
  height: 50px;
  border: 3px solid #ffb800;
  border-radius: 5px;
  background:
    linear-gradient(to right, transparent 50%, #ffb800 50%) 0 0 / 10px 10px,
    linear-gradient(to bottom, transparent 50%, #ffb800 50%) 0 0 / 10px 10px;
  background-repeat: repeat;
  background-color: transparent;
}

@media (max-width: 600px) {
  .is-desktop {
    display: none !important;
  }
  .is-mobile {
    display: block;
  }
  .capm-title {
    margin: 18px 0 10px !important;
    font-family: UniSansBold;
    font-weight: 400 !important;
  }
}

.capm-card {
  border-radius: 24px;
  overflow: hidden;
  padding: 16px 12px 18px;
}

.capm-head {
  text-align: center;
}
.capm-title {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 800;
  color: #1b1b1b;
}
.capm-title span {
  display: block;
  font-weight: 800;
  color: #6b6f76;
  text-transform: none;
  letter-spacing: 0;
}

.capm-media {
  margin: 8px 17px 10px;
  border-radius: 18px;
  overflow: hidden;
}
.capm-media img {
  width: 335px;
  height: auto;
  display: block;
}

.capm-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.capm-item {
  background: #fff;
  border: 2px solid #ff9f0a;
  border-radius: 14px;
  text-align: center;
  padding: 10px 8px;
  color: #1b1b1b;
}

.capm-tag {
  display: inline-block;
  background: #ff9f0a;
  color: #1A1A1A;
  font-size: 12px;
  font-weight: 800;
  border-radius: 8px;
  padding: 4px 8px;
}

.capm-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 8px auto 6px;
  border: 2px solid #ff9f0a;
  border-radius: 10px;
  font-size: 22px;
}

.capm-mm {
  font-size: 12px;
  color: #6b6f76;
}

.capm-desc {
  text-align: center;
  font-size: 13px;
  color: #1b1b1b;
  margin-top: 76px;
}

.caracteristicas-tico-tico {
  padding: 40px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.caracteristicas-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding: 60px;
}

.caracteristicas-tico-tico p.titulo-caracteristicas {
  line-height: 1.1;
  font-size: 25px;
  max-width: 480px;
  width: 100%;

  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: auto;

  text-align: left;
  padding-left: 20px;
}

.imagem-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.serra-imagem {
  display: block;
  width: 100%;
  height: auto;
}

.ponto {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #e0e0e0;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #4a4a4a;

  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);

  transition:
    transform 0.2s,
    background-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}

.ponto::before {
  content: '+';
  position: absolute;
  transform: scale(1.05);
}

.ponto:hover {
  transform: scale(1.05);
  background-color: #d0d0d0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.ponto::after {
  content: attr(data-info);
  position: absolute;
  visibility: hidden;
  opacity: 0;

  padding: 14px 24px;

  background-color: #f0f0f0;
  color: #1a1a1a;
  border-radius: 30px;

  font-size: 16px;
  line-height: 1.3;
  max-width: 300px;
  min-width: 180px;
  text-align: left;
  white-space: normal;
  z-index: 20;

  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);

  top: 50%;
  left: calc(100% + 15px);
  transform: translateY(-50%) translateX(-10px);
  transition:
    opacity 0.3s ease-out,
    transform 0.3s ease-out,
    visibility 0.3s;
  pointer-events: none;
}

.ponto:hover::after {
  visibility: visible;
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.ponto-1 {
  top: 20%;
  left: 34%;
}

.ponto-2 {
  top: 12%;
  left: 12%;
}

.ponto-3 {
  top: 2%;
  left: 50%;
}

.ponto-4 {
  top: 14%;
  left: 38%;
}

.ponto-5 {
  top: 38%;
  left: 45%;
}

.ponto-6 {
  top: 70%;
  left: 8%;
}

.ponto-7 {
  top: 69%;
  left: 15%;
}

.ponto-8 {
  top: 42%;
  left: 82%;
}
.ponto-8::after {
  left: auto;
  right: calc(100% + 15px);
  transform: translateY(-50%) translateX(10px);
}
.ponto-8:hover::after {
  transform: translateY(-50%) translateX(0);
}

.ponto-9 {
  top: 66%;
  left: 30%;
}

.ponto-10 {
  top: 66%;
  left: 70%;
}
.ponto-10::after {
  left: auto;
  right: calc(100% + 15px);
  transform: translateY(-50%) translateX(10px);
}
.ponto-10:hover::after {
  transform: translateY(-50%) translateX(0);
}

.ponto-11 {
  top: 81%;
  left: 45%;
}

.ponto-12 {
  top: 95%;
  left: 18%;
}

@media (max-width: 600px) {
  .is-desktop {
    display: none !important;
  }
  .is-mobile {
    display: block;
  }
}

.stt02-features-carousel {
  padding: 12px 0 22px;
}

.fc-head {
  text-align: center;
  margin: 0 16px 8px;
}
.fc-eyebrow {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #6b6f76;
}
.fc-title {
  margin: 2px 0 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
  color: #1b1b1b;
}

.fc-wrapper {
  position: relative;
  margin: 0 12px;
  padding-top: 22px;
}

.fc-dots {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f0f2f4;
}
.fc-dots button {
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: #d9dde2;
}
.fc-dots button.is-active {
  width: 16px;
  background: #c3c7cc;
}

.fc-viewport {
  overflow: hidden;
  border-radius: 18px;
  padding: 0 44px;
}

.fc-track {
  display: flex;
  will-change: transform;
  transition: transform 0.35s ease;
  touch-action: pan-y;
}

.fc-slide {
  flex: 0 0 100%;
  padding: 0 12px;
  box-sizing: border-box;
}

.fc-card {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  text-align: center;
}

.fc-cap {
  display: flex;
  flex-direction: column;
}

.fc-img {
  width: 303px;
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.fc-nav {
  position: absolute;
  top: calc(50% + 6px);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 2;
  pointer-events: auto;
}
.fc-prev {
  left: 6px;
}
.fc-next {
  right: 6px;
}
.fc-nav::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #9aa0a6;
  border-left: 0;
  border-top: 0;
  transform: rotate(225deg);
}
.fc-next::before {
  transform: rotate(45deg);
}
.fc-nav:disabled {
  opacity: 0.35;
  pointer-events: none;
}

@media (max-width: 360px) {
  .fc-viewport {
    padding: 0 28px;
  }
  .fc-slide {
    padding: 0 8px;
  }
}

.stt02-detalhes {
  padding: 60px 20px;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
}

.stt02-detalhes-container {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.stt02-detalhes-content {
  flex-shrink: 0;
  max-width: 420px;
  margin-right: 40px;
}

.stt02-detalhe-item {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.stt02-detalhe-icon {
  height: 40px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 28px;
}

.stt02-detalhe-title {
  font-size: 33px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 8px;
}

.stt02-detalhe-desc {
  font-size: 14px;
  color: #6b6f76;
  margin: 0;
}

.stt02-detalhes-media {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.stt02-detalhes-media::before {
  content: '';
  position: absolute;
  right: 19%;
  top: 54%;
  transform: translateY(-53%);
  width: 368px;
  height: 779px;
  border-radius: 200px;
}

.stt02-detalhes-img {
  position: relative;
  z-index: 1;
  height: 741px;
  display: block;
  transform: scale(1.1);
  right: 191px;
  bottom: 22px;
}

@media (max-width: 992px) {
  .stt02-detalhes {
    padding: 0;
  }
  .stt02-detalhes-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 130px;
  }

  .stt02-detalhes-content {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column-reverse;
  }

  .stt02-detalhe-item {
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  .stt02-detalhes-media::before {
    content: '';
    position: absolute;
    right: 6%;
    top: 60%;
    transform: translateY(-44%);
    width: 215px;
    height: 398px;
    background: #e0e0e0;
    border-radius: 200px;
  }

  .stt02-detalhes-img {
    position: relative;
    z-index: 1;
    max-width: 293px;
    height: 443px;
    display: block;
    transform: scale(1.1);
    right: 37px;
    bottom: -5px;
  }
}

/* ===== STT03 — PROTETOR FRONTAL (Seção de Destaque) ===== */
.stt03-destaque-protetor {
  padding: 60px 20px;
  font-family: UniSansBold;
  display: flex;
  justify-content: center;
}

.protetor-card-unido {
  width: 1000px;
  height: 305px;
  display: flex;
}

.protetor-visual {
  width: 59%;
  background-color: #1a1a1a;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: visible;
  position: relative;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.protetor-img {
  position: absolute;
  z-index: 10;
  height: 119.5%;
  width: 451px;
  right: -2%;
  bottom: -25%;
  object-fit: contain;
  transform: scale(1.1);
}

.protetor-info-card {
  width: 55%;
  background: #53565a;
  display: flex;
  flex-direction: column; /* mantém descrição abaixo */
  justify-content: center;
  padding: 30px 40px;
  text-align: left;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* LINHA do ícone + título */
.protetor-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px; /* espaçamento para a descrição */
}

.protetor-icone-box {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #4a4a4a;
  margin-bottom: 10px;
}

.protetor-container {
  display: flex;
  align-items: center; /* centraliza verticalmente */
  gap: 8px; /* espaço entre o ícone e o título */
}

.protetor-titulo {
  font-weight: 800;
  color: #fff;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.protetor-descricao {
  font-size: 20px;
  color: #d0d0d0;
  line-height: 1.4;
  margin: 0;
  font-family: UniSansBold;
}

/* ===== STT04 — PRECISÃO E EFICIÊNCIA (Base e Pendular) ===== */
.stt04-precisao-eficiencia {
  padding: 60px;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  margin-top: 78px;
}

.precisao-oval-fundo {
  max-width: 965px;
  width: 100%;
  height: 600px;
  position: relative;
  top: 68px;
  background-color: #D9D9D9;
  border-radius: 80px;
  display: block;
  padding: 0;
}

.precisao-texto {
  position: absolute;
  top: 64%;
  left: 10%;
  transform: translateY(-50%);
  max-width: 421px;
  text-align: end;
  z-index: 2;
}

.precisao-titulo {
  font-size: 20px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.3;
  margin: 0 0 10px;
}

.precisao-descricao {
  font-size: 20px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 1.2;
  margin: 0;
  font-family: 'UniSansBook';
}

.serra-detalhe-topo {
  position: absolute;
  top: -197px;
  right: 5%;
  z-index: 9;
  border-radius: 200px;
  width: 100%;
  /* height: 305px; */
}

.serra-pendular-img-topo {
  height: auto;
  position: absolute;
  top: -26%;
  left: -64%;
  object-fit: contain;
}

.serra-detalhe-pendular {
  position: absolute;
  bottom: 458px;
  right: -209px;
  width: 50%;
  /* height: 400px; */
  z-index: 5;
}

.serra-pendular-img-lateral {
  width: 100%;
  height: auto;
  position: absolute;
  top: -23%;
  left: -35%;
  object-fit: contain;
}

@media (max-width: 600px) {
  .stt04-precisao-eficiencia {
    padding: 40px 16px;
    margin-top: 0;
  }

  .precisao-oval-fundo {
    height: 408px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 51px;
    position: static;
    width: 281px;
  }

  .serra-detalhe-topo {
    position: relative;
    right: -5%;
    height: 150px;
    order: 1;
    border-radius: 100px;
    top: -115px;
  }
  .serra-pendular-img-topo {
    position: relative;
    width: 426px;
    height: 206px;
    top: 10px !important;
    left: 10px !important;
    transform: none;
    margin-left: 13px;
    margin-top: -21px;
  }

  .title-font{
    font-size: 18px !important;
    margin-bottom: 17px;
  }

  .precisao-texto {
    position: static;
    transform: none;
    width: 65%;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
    order: 2;
    margin-top: -85px;
  }
  .stt02-feature-title {
    font-size: 25px;
    line-height: 1.3;
  }
  .precisao-descricao {
    font-size: 16px;
  }

  .serra-detalhe-pendular {
    position: static;
    max-width: 208px;
    height: 231px;
    margin: 0 auto;
    order: 3;
    border-radius: 50%;
  }

  .serra-pendular-img-lateral {
    position: static;
    width: 100%;
    height: 362px;
    top: auto;
    left: auto;
    margin: 0;
    transform: none;
    margin-top: -54px;
    margin-left: -2px;
  }

  .detalhes-visual-description {
    font-size: 16px;
  }

  .caracteristica-icone {
    margin-bottom: 0;
  }
}

.stt06-detalhes-tecnicos {
  padding: 60px 20px;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  margin-top: 125px;
}

.detalhes-tecnicos-container {
  max-width: 1100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.detalhes-visual-wrapper {
  position: relative;
}

/* .detalhes-imagem-oval {
  position: absolute;
  top: 1px;
  left: 90px;
} */

.title-font{
  font-size: 30px;
}

.detalhes-caracteristicas-list {
  width: 532px;
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin-top: 82px;
}

.caracteristica-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.caracteristica-icone {
  color: #fff;
  border-radius: 8px;
  flex-shrink: 0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.caracteristica-texto {
  text-align: left;
}

.caracteristica-titulo {
  font-size: 18px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 5px 0;
  line-height: 1.2;
}

.caracteristica-desc {
  font-size: 14px;
  color: #6b6f76;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 900px) {
  .detalhes-tecnicos-container {
    flex-direction: column;
    align-items: center;
    margin-top: -240px;
  }

  .detalhes-visual-wrapper {
    width: 80%;
    max-width: 400px;
    margin-bottom: 40px;
    padding-bottom: 80%;
  }

  .detalhes-caracteristicas-list {
    width: 100%;
  }

  .caracteristica-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .caracteristica-texto {
    text-align: center;
  }

  .detalhes-imagem-oval {
    position: absolute;
    width: 294px;
    height: 400px;
    left: 2px;
    top: -2px;
  }
}

.stt07-seletor-velocidade {
  padding: 86px 20px;
  font-family: UniSansBook;
  display: flex;
  justify-content: center;
}

.velocidade-container {
  max-width: 900px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.velocidade-info-box {
  width: 45.5%;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.velocidade-icone-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 15px;
}

.velocidade-titulo {
  font-size: 20px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.velocidade-descricao {
  font-size: 14px;
  color: #6b6f76;
  line-height: 1.5;
  margin: 0;
  max-width: 350px;
}

.velocidade-visual-box {
  width: 55%;
  max-width: 500px;
  height: 300px;
  position: relative;
  border-radius: 20px;
  display: flex;
  align-items: center;
  top: 14px;
}

.detalhes-visual-description {
  font-size: 20px;
  font-family: UniSansBook;
  color: #1A1A1A
}

@media (max-width: 768px) {
  .velocidade-container {
    flex-direction: column-reverse;
    margin-top: 85px;
  }

  .velocidade-info-box {
    width: 100%;
    text-align: center;
    align-items: center;
    order: 2;
    margin-top: 20px;
    gap: 5px;
  }

  .velocidade-visual-box {
    width: 382px;
    height: 174px;
    position: relative;
    border-radius: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
  }

  .velocidade-img-detalhe {
    transform: none;
    width: 88%;
    margin-bottom: 30px;
  }

  .subtitle-hero-top {
    margin-bottom: 5px
  }

  .subtitle-hero-bottom {
    margin-top: 0;
  }
}

.stt08-acessorios-inclusos {
  padding: 80px 20px;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  text-align: center;
}

.acessorios-container {
  max-width: 1000px;
  width: 100%;
}

.acessorios-titulo {
  font-size: 28px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 50px 0;
  text-transform: uppercase;
}

.acessorios-lista {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.acessorio-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
}

.acessorio-visual {
  width: 100%;
  max-width: 280px;
  height: 180px;

  background-color: #D9D9D9;
  border-radius: 20px;
  margin-bottom: 20px;

  position: relative;
  overflow: visible;
}

.acessorio-img {
  position: absolute;
  width: 380px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: none;
  object-fit: contain;
}

.acessorio-nome {
  font-size: 16px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .is-mobile {
    display: block !important;
  }
}

.stt08-acessorios-m {
  padding: 10px 0 22px;
}
.acm-title {
  margin: 0 16px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  color: #1b1b1b;
}

.acm-wrap {
  position: relative;
  margin: 0 12px;
  padding-top: 6px;
}

.acm-dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-bottom: 8px;
}
.acm-dots button {
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: #d9dde2;
}
.acm-dots button.is-active {
  width: 16px;
  background: #c3c7cc;
}

.acm-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 2;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.acm-prev {
  left: 2px;
}
.acm-next {
  right: 2px;
}
.acm-nav::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #9aa0a6;
  border-left: 0;
  border-top: 0;
  transform: rotate(225deg);
}
.acm-next::before {
  transform: rotate(45deg);
}

.acm-viewport {
  overflow: hidden;
  border-radius: 18px;
  padding: 0 40px;
}
.acm-track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  transition: transform 0.35s ease;
  will-change: transform;
  touch-action: pan-y;
}
.acm-slide {
  min-width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}

.acm-card {
  margin: 0;
  text-align: center;
}
.acm-media {
  background: #e7e7e7;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
}
.acm-media img {
  max-width: 82%;
  max-height: 82%;
  display: block;
  object-fit: contain;
}
.acm-cap {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 800;
  color: #1b1b1b;
}

@media (max-width: 360px) {
  .acm-viewport {
    padding: 0 32px;
  }
  .acm-slide {
    padding: 0 8px;
  }
}

/* ===== STT10 — FÁCIL DE AJUSTAR E USAR (Dimensões) ===== */
.stt10-facil-usar {
  padding: 80px 20px;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
}

.facil-usar-container {
  max-width: 1100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.facil-usar-visual {
  width: 45%;
  max-width: 500px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.serra-principal-dimensoes {
  max-width: 100%;
  height: auto;
  display: block;
}

.dimensoes-labels {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.label-peso {
  position: absolute;
  top: 50px;
  right: 50px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #1a1a1a;
}
.facil-usar-info {
  width: 45%;
  max-width: 450px;
  text-align: left;
}

.facil-usar-titulo {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 15px 0;
  line-height: 1.2;
}

.facil-usar-descricao {
  font-size: 16px;
  color: #6b6f76;
  line-height: 1.6;
  margin: 0;
}

.facil-usar-descricao .destaque {
  font-weight: bold;
  color: #1a1a1a;
}

@media (max-width: 900px) {
  .facil-usar-container {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .facil-usar-visual {
    width: 100%;
    max-width: 450px;
  }

  .facil-usar-info {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .label-peso {
    top: 10px;
    right: 10px;
  }
}

.perf-card {
  padding: 32px 20px;
  display: flex;
  justify-content: center;
  background: transparent;
  /* margin-right: 145px; */
}
.perf-inner {
  /* width: 1200px; */
  max-width: 100%;
  border-radius: 28px;
  position: relative;
}

.perf-bottom {
  height: 70px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  position: relative;
  z-index: 0;
  /* transform: translateY(-40%); */
  /* left: -53px; */
  color: #fff;
  display: grid;
  grid-auto-rows: min-content;
  align-content: start;
}

.perf-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 0fr);
  justify-content: end;
  gap: 60px;
  /* transform: translateY(65%); */
  /* margin-left: 123px; */
}

.pcard {
  position: relative;
  width: 150px;
  border-radius: 16px;
  background: #ff9f0a;
  transform: translateY(0);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  top: -32px;
  height: 173px;
}
.pcard:hover {
  transform: translateY(-3px);
}

.pcard-tab {
  height: 56px;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 900;
  color: #111;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.pcard-body {
  background: #fff;
  margin: 0px 2px 2px;
  border-radius: 14px;
  border: 2px solid #ff9f0a;
  height: 105px;
  display: grid;
  place-items: center;
}
.pcard-ico {
  width: 70px;
  height: 70px;
}

.pcard-mm {
  font-family: UniSansBold;
  position: absolute;
  left: 50%;
  transform: translate(-50%, calc(100% + 14px));
  bottom: 3px;
  font-size: 13px;
  font-weight: 900;
  color: #1A1A1A;
  letter-spacing: 0.02em;
  text-align: center;
}

.perf-inner::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28px;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  pointer-events: none;
}

@media (max-width: 768px) {
  .perf-bottom {
    height: 155px;
    position: relative;
    z-index: 0;
    transform: translateY(-17%);

    color: #fff;
    display: grid;
    grid-auto-rows: min-content;
    align-content: center;
  }

  .capm-card {
    border-radius: 24px;
    overflow: hidden;
    padding: 16px 12px 18px;
    margin-top: -77px;
  }

  .perf-cards {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 0fr);
    justify-content: center;
    gap: 30px;
    transform: translateY(-11%);
  }

  .pcard {
    position: relative;
    width: 95px;
    border-radius: 16px;
    background: #ff9f0a;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
    transform: translateY(0);
    transition:
      transform 0.2s ease,
      box-shadow 0.2s ease;
    top: 48px;
    height: 135px;
  }

  .pcard:hover {
    transform: translateY(-3px);
  }

  .pcard-tab {
    height: 25px;
    display: grid;
    place-items: center;
    font-size: 14px;
    font-weight: 900;
    color: #111;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    align-items: end;
  }

  .pcard-body {
    background: #fff;
    margin: 0px 2px 2px;
    border-radius: 14px;
    border: 2px solid #ff9f0a;
    height: 100px;
    display: grid;
    place-items: center;
  }
  .pcard-ico {
    width: 70px;
    height: 70px;
  }

  .pcard-mm {
    font-family: UniSansBold;
    position: absolute;
    left: 50%;
    transform: translate(-50%, calc(100% + 14px));
    bottom: 3px;
    font-size: 13px;
    font-weight: 900;
    color: #1A1A1A;
    letter-spacing: 0.02em;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .title-power-wrap {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    margin-bottom: 20px !important;
  }
  .title-mobile {
    display: flex;
    flex-direction: column;
  }
  .title-description-mobile {
    text-align: center;
            margin-top: 40px;
  }
  .subtitle-description-mobile {
    margin-bottom: 10px;
  }
}

.power-box.is-mobile {
  display: none;
}

/* Mostra no mobile (até 768px, por exemplo) */
@media (max-width: 768px) {
  .power-box.is-mobile {
    display: block;
  }

  .power-box.is-desktop {
    display: none;
  }

  .wap-power-badge img {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.spacing {
  margin-left: 74px;
}
.title-power-wrap {
  display: block;
  margin-bottom: 0;
}

.wap-power-badge img {
  max-width: 100%;
}

.carousel-container {
  max-width: 450px;
  width: 95%;
  margin: 20px auto;
  padding: 15px 10px;
  border-radius: 8px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}

/* Estilo do Título e Subtítulos */
.carousel-head {
  margin-bottom: 15px;
}
.carousel-title {
  font-family: Arial, sans-serif;
  font-size: 1.2em;
  color: #333;
  margin-top: 5px;
}
.fc-eyebrow {
  font-size: 0.8em;
  color: #666;
}

/* 2. CONFIGURAÇÃO DOS DOTS/BOLINHAS (Mostra apenas 3) */
.carousel-indicators-wrapper {
  width: 60px;
  overflow: hidden; /* ESCONDE O EXCEDENTE */
  margin: 0 auto 15px auto;
}

.carousel-dots-track {
  white-space: nowrap;
  transition: transform 0.3s ease-in-out;
}

.dot {
  height: 3px;
  width: 3px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background-color: #fff;
  transform: scale(1.1);
}

/* 3. CONFIGURAÇÃO DOS SLIDES */
.carousel-slides {
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
}

.slide {
  display: none; /* Esconde todos os slides */
}

.slide.active {
  display: block; /* Mostra apenas o slide ativo */
}

/* Layout do Card/Figura dentro do slide */
.slide-card {
  margin: 0;
}

.slide-img,
.slide-media img {
  width: 100%;
  height: auto;
  display: block;
  background-color: #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  box-sizing: border-box;
}

/* Legenda */
.slide-caption {
  margin-top: 10px;
}

.caption-title {
  font-family: UniSansBold;
  font-size: 18px;
  font-weight: bold;
  color: #1A1A1A;
  margin-bottom: 3px;
  white-space: nowrap;
}

.caption-subtitle {
  font-size: 0.75em;
  color: #666;
}

/* CSS ESCOPO: CAPACIDADE DE CORTE */
#capacidade-de-corte {
  display: block;
  padding: 32px 0;
}

/* evita conflitos anteriores */
#capacidade-de-corte .perf-bottom,
#capacidade-de-corte .perf-cards,
#capacidade-de-corte .pcard {
  position: static;
  transform: none;
  margin: 0;
  left: auto;
  top: auto;
}

#capacidade-de-corte .perf-inner {
  width: min(1200px, 100%);
  margin: 0 auto;
  border-radius: 28px;
  overflow: visible;
  position: relative;
}

/* Topo cinza */
#capacidade-de-corte .perf-top {
  display: grid;
  grid-template-columns: 1fr 560px;
  align-items: center;
  gap: 24px;
  padding: 32px 60px 18px;
  background: #d9d9d9;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  height: 377px;
}
#capacidade-de-corte .perf-copy {
  margin: 0;
  margin-top: 23px;
  margin-left: 50px;
}
#capacidade-de-corte .stt02-capacidade-heading {
  margin: 0 0 8px;
  font-size: 40px;
  line-height: 1.2;
  font-family: UniSansBold;
}
#capacidade-de-corte .stt02-capacidade-heading-weak {
  display: block;
  font-weight: 800;
}
#capacidade-de-corte .perf-media {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#capacidade-de-corte .stt02-capacidade-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Base preta */
#capacidade-de-corte .stt02-capacidade-bottom {
  background: #1f1f1f;
  color: #fff;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  padding: 20px;
  height: 200px;
}
#capacidade-de-corte .perf-title {
  margin: 0 86px 12px;
  font-size: 40px;
  margin-top: 37px;
}
#capacidade-de-corte .perf-title b {
  color: #fff;
}

/* Cards */
#capacidade-de-corte .perf-bottom {
  display: flex;
  justify-content: end;
}
#capacidade-de-corte .perf-cards {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 204px); /* largura real */
  gap: 40px;
  justify-content: center;
  margin-top: -76px;
}

#capacidade-de-corte .pcard {
  width: 125px;
  height: 157px;
  border-radius: 16px;
  background: #ff9f0a;
  position: relative;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
#capacidade-de-corte .pcard:hover {
  transform: translateY(-3px);
}

#capacidade-de-corte .pcard-tab {
  height: 36px;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 900;
  color: #111;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin: 0;
}
#capacidade-de-corte .pcard-body {
  background: #fff;
  border-radius: 14px;
  border: 2px solid #ff9f0a;
  height: 115px;
  display: grid;
  place-items: center;
}
#capacidade-de-corte .pcard-ico {
  width: 70px;
  height: 70px;
  display: block;
}
#capacidade-de-corte .pcard-mm {
  position: absolute;
  left: 50%;
  bottom: -31px;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 900;
  color: #1A1A1A;
  letter-spacing: 0.02em;
}

/* Responsivo */
@media (max-width: 992px) {
  #capacidade-de-corte .perf-top {
    grid-template-columns: 1fr;
    text-align: center;
  }
  #capacidade-de-corte .perf-media {
    justify-content: center;
  }
  #capacidade-de-corte .perf-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  #capacidade-de-corte .pcard {
    width: auto;
  }
}
@media (max-width: 600px) {
  #capacidade-de-corte .perf-cards {
    grid-template-columns: repeat(3, 110px);
    gap: 12px;
  }
  #capacidade-de-corte .pcard {
    width: 110px;
    height: 160px;
  }
  #capacidade-de-corte .pcard-body {
    height: 92px;
  }
  #capacidade-de-corte .pcard-ico {
    width: 56px;
    height: 56px;
  }
  #capacidade-de-corte .pcard-mm {
    bottom: -16px;
  }
}

.produto-hotspots {
  position: relative;
  max-width: 900px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
}

.produto-hotspots-title {
  font-size: 28px;
  font-weight: 400;
  margin-left: -109px;
}

.imagem-produto {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
}

.hotspot {
  position: absolute;
  z-index: 20;
}

.hotspot-trigger {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #a4a4a4;
  color: #fff;
  border: 1px solid #a4a4a4;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition:
    transform 0.8s ease-in-out,
    background-color 0.3s,
    color 0.3s;
  position: relative;
  z-index: 2;
}

.hotspot:hover .hotspot-trigger {
  transform: rotate(45deg);
  background-color: #A4A4A4;
  color: white;
}

.hotspot-tooltip {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: calc(100% + 14px);
  padding: 10px 15px;
  background-color: #d9d9d9;
  border-radius: 100px;
  min-width: 160px;
  text-align: left;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease-out,
    visibility 0.3s ease-out,
    transform 0.3s ease-out;
}

.hotspot-tooltip {
  left: 50%;
  transform: translate(10px, -50%);
}

.hotspot:hover .hotspot-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%);
}

.hotspot-tooltip-p {
  margin-left: 10px;
  margin-right: 10px;
}

.hotspot-tooltip.tooltip-esquerda {
  left: auto;
  right: 50%;
  text-align: right;
  transform: translate(-10px, -50%);
}

.hotspot:hover .tooltip-esquerda {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%);
}

.footer-desktop {
  position: sticky;
  top: 100dvh;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.footer-desktop img {
  display: block;
  width: 100%;
  height: auto;
}

/* Mobile */
@media (max-width: 768px) {
  .footer-desktop {
    top: 100svh;
    padding-bottom: env(safe-area-inset-bottom);
  }
}

.acessorios-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 46px;
  gap: 10px;
}

.acessorios-label {
  margin-right: 20px;
  text-align: center;
  margin-top: 10px;
}

.acessorios-section .splide__pagination {
  gap: 10px;
  bottom: 98% !important;
  transform: translateY(-50%);
}

.acessorios-section .splide__pagination__page {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition:
    background-color 0.3s,
    transform 0.3s;
}

.dot.active,
.acessorios-section .splide__pagination__page.is-active {
  background-color: #a4a4a4;
  transform: scale(1.2);
}

.dots {
  margin-top: 20px;
  text-align: center;
}

.slide {
  min-width: 33.3333%;
  /* 3 slides visíveis no desktop */
  flex-shrink: 0;
  text-align: center;
  padding: 10px;
}

.slide-label {
  margin-top: 8px;
  font-weight: bold;
  color: #1a1a1a;
  font-size: 0.9rem;
}

.acessorios-section .splide__slide {
  width: 40%;
  margin-top: 30px;
}

.acessorios-section .splide__slide img {
  width: 88%;
}

.acessorios-section .splide__slide.is-active img {
  width: 91%;
  margin-top: 2%;
  margin-left: -1%;
}

.infinite-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
  /* posicionaremos via JS */
}

.slide {
  /* 3 slides visíveis no desktop */
  flex-shrink: 0;
  text-align: center;
  padding: 10px;
}

.slide img {
  /* width: 100%;
  max-width: 150px; */
  /* ajustar */
  margin: 0 auto;
  display: block;
  border-radius: 12px;
}

.slide-label {
  margin-top: 8px;
  font-weight: bold;
  color: #1a1a1a;
  font-size: 0.9rem;
}

.dots {
  margin-top: 20px;
  text-align: center;
}

.acessorios-section .splide__slide {
  width: 40%;
  margin-top: 30px;
}

.acessorios-section .splide__slide img {
  margin-left: 21px;
  width: 80%;
}

.acessorios-section .splide__slide.is-active {
  width: 100%;
  margin-top: 0px;
}

.acessorios-section .splide__slide.is-active img {
  width: 100%;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
  transition:
    background-color 0.3s,
    transform 0.3s;
}

.dot.active,
  .acessorios-section .splide__pagination__page.is-active {
    background-color: #A4A4A4;
    transform: scale(1.2);
    outline: none;
  }

/* Responsivo: no mobile mostrar menos slides */
@media (max-width: 768px) {

  .ideal-icon-box {
    width: 60px;
  }

  h2.ideal-title {
    margin-left: 0;
  }

  .final-banner {
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important; 
    height: 100px !important;
    width: 88% !important;
  }

  .final-logo {
    height: 20%;
  }

  .final-text {
    font-size: 18px !important;
  }

  .final-banner-separator {
    height: 27px !important;
  }
}

.section-alcance-base .icon-64 {
  width: 40px;
  height: auto;
}

.section-alcance-base .text-title {
  color: #1a1a1a;
  margin-bottom: 4px;
}

.section-alcance-base .text-paragraph {
  color: #555;
  margin: 0;
}

.carousel-container {
  max-width: 450px;
  width: 95%; 
  margin: 20px auto;
  padding: 10px;
  border-radius: 8px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden; /
}
.carousel-title {
  font-family: UniSansBold;
  font-size: 1.1em;
  color: #333;
  margin-bottom: 15px;
}


.carousel-indicators-wrapper {
  width: 28%;
  overflow: visible;
  margin: 0 auto 15px;
  background-color: #E8E8E8;
  padding: 6px;
  border-radius: 50px;     /* centraliza */
}

/* track sem translate nem animação; usa flex para centralizar */
.carousel-dots-track {
  display: flex;
  justify-content: center;
  align-items: center;

  transform: none !important;
  transition: none !important;
  white-space: normal;      /* evita nowrap que “empurra” para fora */
}


.dot {
  height: 3px;
  width: 3px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background-color: #fff;
  transform: scale(1.1); 
}

.carousel-slides {
  position: relative;
  overflow: hidden;
  width: 300px;
  margin: 8px auto 10px;
}

.slide {
  display: none; 
}

.slide.active {
  display: block; 
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
  background-color: #e0e0e0;
  border-radius: 8px;
  box-sizing: border-box;
}

.slide-caption {
  margin-top: 10px;
}

.caption-title {
  font-size: 20px;
  font-weight: bold;
  color: #1A1A1A;
  margin-bottom: 3px;
}

.caption-subtitle {
  font-size: 0.75em;
  color: #666;
}

.prev-btn,
.next-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background-color: #EBEBEB;
  border-radius: 50%;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
  z-index: 10;
}

.prev-btn {
  left: 2px;
}

.next-btn {
  right: 4px;
}

.pf-section.is-mobile { display: block; }

.pf-section-header{
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px;
}

.pf-section-feature-title {
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}

.pf-card {
  --pad: 16px;
  position: relative;
  overflow: hidden;
}

.pf-img {
  display: block;
  width: 300px;
  justify-content: center;
  margin: 8px auto 10px;
}

.pf-copy {
  position: absolute;
  left: var(--pad);
  right: var(--pad);
  bottom: 18px;             /* ajuste fino da posição vertical */
  color: #fff;
  font-size: clamp(12px, 3.6vw, 14px);
  line-height: 1.4;
  text-align: center;
}

/* opcional: restringe ao mobile */
@media (min-width: 501px) {
  .pf-section.is-mobile { display: none; }
}

.section-final {
  padding: 60px 0 0;
}

.final-image {
  width: 80%;
  max-width: 100%;
}

.final-note {
  font-size: 0.8rem;
  color: #444;
}

.final-banner {
  display: flex;
  align-items: center;
  background-color: #1a1a1a;
  color: white;
  padding: 20px;
  width: 100%;
  height: 176px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: 10px;
  justify-content: center;
  gap: 16px;
}

.final-banner-separator {
  position: relative;
  width: 2px;
  height: 30px;
  flex: 0 0 auto;
}

.final-banner-separator::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 0;
}

.final-logo {
  width: 4%;
}

.final-text {
  font-size: 1.2rem;
}
