:root {
  --yellow: #eab818;
  --yellow-strong: #eab818;
  --brand-gray: #4c5256;
  --charcoal: #1d2124;
  --charcoal-soft: #2a2f34;
  --steel: #42474f;
  --ink: #0f1215;
  --cream: #f2ead8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: radial-gradient(circle at 10% 20%, #f7f1e3 0%, #ece0c7 60%, #e4d5b7 100%);
  color: #fff;
  font-family: "Barlow Condensed", "Trebuchet MS", sans-serif;
}

.page {
  width: min(100%, 1920px);
  margin: 0 auto;
  min-height: 100vh;
}

.hero-shell {
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid #101315;
}

.top-strip {
  position: relative;
  z-index: 5;
  background: var(--yellow);
  border-bottom: 2px solid rgba(0, 0, 0, 0.35);
}

.strip-inner {
  height: clamp(72px, 6vw, 100px);
  width: min(95%, 1540px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 132px;
}

.brand img {
  max-width: clamp(100px, 9vw, 170px);
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.2));
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.2vw, 56px);
  margin-left: auto;
}

.nav a {
  text-decoration: none;
  color: var(--brand-gray);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(15px, 1.35vw, 22px);
  font-weight: 700;
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: #1b1b1b;
  transition: transform 0.28s ease;
}

.nav a:hover::after {
  transform: scaleX(1);
}

.nav .contact-link {
  color: var(--yellow);
  background: var(--brand-gray);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 8px 18px;
  letter-spacing: 0.05em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.nav .contact-link::after {
  display: none;
}

.hero-dark {
  position: relative;
  min-height: clamp(420px, 36vw, 700px);
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(11, 13, 15, 0.6), rgba(11, 13, 15, 0.6)),
    url('./images/site/header.png') center/cover no-repeat;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 74px 74px, 74px 74px;
  opacity: 0.15;
}

.hero-glow {
  position: absolute;
  width: min(68vw, 980px);
  aspect-ratio: 1.6 / 1;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, rgba(255, 206, 64, 0.28), rgba(255, 206, 64, 0.09) 36%, rgba(255, 206, 64, 0) 75%);
  filter: blur(6px);
  animation: pulse 5.2s ease-in-out infinite;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(94%, 1260px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 1.6vw, 28px);
  text-align: left;
  animation: rise 0.8s ease-out both;
}

.headline {
  margin: 0;
  line-height: 0.84;
}

.headline .word {
  display: block;
  font-family: "Barlow Condensed", "Trebuchet MS", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.54);
}

.headline .criada {
  font-size: clamp(60px, 8.2vw, 142px);
}

.headline .para {
  font-size: clamp(34px, 4.8vw, 86px);
  letter-spacing: 0.08em;
  color: #dfe3e7;
}

.headline .durar {
  font-size: clamp(70px, 9.6vw, 170px);
}

.hero-mark {
  flex: 0 0 auto;
  padding-bottom: 0;
}

.hero-mark img {
  width: clamp(140px, 15vw, 290px);
  height: auto;
  display: block;
  filter: brightness(0) saturate(100%) invert(1) drop-shadow(0 10px 24px rgba(0, 0, 0, 0.45));
  opacity: 0.95;
}

.divider-yellow {
  background: var(--yellow);
  padding: clamp(8px, 1.1vw, 14px) 0 clamp(10px, 1.4vw, 18px);
}

.segmentos-title {
  margin: 0 0 6px;
  text-align: center;
  color: #444;
  font-family: "Barlow Condensed", "Trebuchet MS", sans-serif;
  font-size: clamp(20px, 1.9vw, 30px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.segmentos-carousel {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: clamp(4px, 0.7vw, 10px);
  overflow-x: auto;
  padding: 2px 0 6px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.segmentos-carousel::-webkit-scrollbar {
  display: none;
}

.segmentos-wrap {
  width: min(94%, 1260px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(8px, 1vw, 14px);
}

.segmentos-nav {
  width: clamp(34px, 2.4vw, 42px);
  height: clamp(34px, 2.4vw, 42px);
  border: 1px solid rgba(32, 32, 32, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  color: #333;
  font-family: "Barlow Condensed", "Trebuchet MS", sans-serif;
  font-size: clamp(18px, 1.4vw, 24px);
  line-height: 1;
  cursor: pointer;
}

.segmento-card {
  scroll-snap-align: start;
  min-height: clamp(40px, 3.7vw, 54px);
  border: 0;
  background: transparent;
  color: #2f2f2f;
  display: grid;
  place-items: center;
  text-align: center;
  text-transform: uppercase;
  font-family: "Barlow Condensed", "Trebuchet MS", sans-serif;
  font-size: clamp(15px, 1.22vw, 20px);
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 6px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.18s;
}

a.segmento-card:hover { color: #111; }

.sobre-marca {
  background: #ffffff;
  color: #252525;
  padding: clamp(40px, 5vw, 84px) 0;
}

.sobre-inner {
  width: min(94%, 1260px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  align-items: center;
  gap: clamp(18px, 3vw, 46px);
}

.sobre-texto {
  text-align: left;
}

.sobre-inner h2 {
  margin: 0;
  font-size: clamp(36px, 4.2vw, 68px);
  line-height: 0.95;
  letter-spacing: 0.05em;
  color: var(--brand-gray);
}

.sobre-inner p {
  margin: clamp(14px, 2vw, 24px) 0 0;
  max-width: 860px;
  font-size: clamp(18px, 1.65vw, 28px);
  line-height: 1.32;
  color: #3d3f42;
}

.btn-saiba-mais {
  margin-top: clamp(18px, 2.2vw, 30px);
  display: inline-block;
  text-decoration: none;
  background: var(--brand-gray);
  color: var(--yellow);
  border-radius: 999px;
  padding: 10px 26px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: clamp(15px, 1.2vw, 20px);
  font-weight: 700;
}

.sobre-media {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(76, 82, 86, 0.18);
  box-shadow: 0 16px 34px rgba(16, 20, 24, 0.14);
}

.sobre-media img {
  width: 100%;
  height: auto;
  display: block;
}

.nossos-produtos {
  background: #ffffff;
  color: #252525;
  padding: clamp(20px, 3vw, 44px) 0 clamp(46px, 5.2vw, 90px);
}

.produtos-inner {
  width: min(94%, 1320px);
  margin: 0 auto;
}

.produtos-inner h2 {
  margin: 0 0 clamp(18px, 2.2vw, 30px);
  text-align: center;
  font-size: clamp(34px, 4vw, 64px);
  line-height: 0.95;
  letter-spacing: 0.05em;
  color: var(--brand-gray);
}

.produtos-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 18px);
}

.produto-item {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 0;
}

.produto-media {
  width: 100%;
  border: 1px solid rgba(76, 82, 86, 0.25);
  border-radius: 14px;
  background: #f8f8f8;
  min-height: clamp(150px, 13vw, 230px);
  display: grid;
  place-items: center;
  padding: 10px;
}

.produto-item img {
  width: 100%;
  height: auto;
  max-height: clamp(130px, 11.5vw, 210px);
  object-fit: contain;
  display: block;
}

.produto-btn {
  border: 0;
  border-radius: 999px;
  background: var(--brand-gray);
  color: var(--yellow);
  padding: 7px 18px;
  text-transform: uppercase;
  font-family: "Barlow Condensed", "Trebuchet MS", sans-serif;
  font-size: clamp(13px, 1vw, 17px);
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: default;
}

.banner-area {
  background: #ffffff;
  padding: 0;
}

.banner-inner {
  width: 100%;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
}

.banner-inner img {
  width: 100%;
  height: auto;
  display: block;
}

.site-spacer {
  width: 100%;
  height: 80px;
  background: var(--yellow);
}

.catalogo-strip {
  width: 100%;
  background: #ffffff;
  padding: clamp(80px, 8vw, 140px) 0;
}

.catalogo-inner {
  width: min(94%, 1260px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  align-items: center;
  gap: clamp(18px, 3vw, 46px);
  padding: 0;
}

.catalogo-texto p {
  margin: 0;
  color: #3e4347;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(13px, 1.02vw, 16px);
  font-weight: 700;
}

.catalogo-texto h1 {
  margin: 10px 0 18px;
  color: var(--brand-gray);
  letter-spacing: 0.04em;
  line-height: 0.92;
  font-size: clamp(34px, 4.2vw, 64px);
  font-weight: 800;
}

.catalogo-linha {
  display: block;
  margin: 0;
  padding: 0;
}

.catalogo-btn {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: var(--brand-gray);
  color: var(--yellow);
  padding: 8px 18px;
  text-transform: uppercase;
  font-family: "Barlow Condensed", "Trebuchet MS", sans-serif;
  font-size: clamp(15px, 1.35vw, 22px);
  font-weight: 700;
  letter-spacing: 0.05em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.catalogo-btn:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.catalogo-media {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(76, 82, 86, 0.18);
  box-shadow: 0 16px 34px rgba(16, 20, 24, 0.14);
}

.catalogo-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

/* ── Assistência Técnica ────────────────────────────────────────────────── */
.assistencia-section {
  background: #5d5f60;
  padding: clamp(52px, 6.5vw, 96px) 0;
}

.assistencia-inner {
  width: min(94%, 860px);
  margin: 0 auto;
  text-align: center;
}

.assistencia-titulo {
  margin: 0 0 clamp(14px, 1.8vw, 22px);
  font-size: clamp(28px, 3.4vw, 52px);
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #ffffff;
  line-height: 1;
}

.assistencia-inner .assistencia-desc {
  margin: 0 auto clamp(28px, 3.2vw, 44px);
  max-width: 640px;
  font-size: clamp(15px, 1.35vw, 20px);
  color: #ffffff;
  line-height: 1.5;
}

.assistencia-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(10px, 1.2vw, 16px);
}

.assistencia-btn {
  border: 2px solid var(--charcoal);
  border-radius: 999px;
  background: transparent;
  color: var(--charcoal);
  padding: 10px 28px;
  font-family: "Barlow Condensed", "Trebuchet MS", sans-serif;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.18s;
}

.assistencia-btn:hover {
  background: var(--charcoal);
  color: var(--yellow);
  transform: translateY(-1px);
}

.assistencia-btn--destaque {
  background: var(--charcoal);
  color: var(--yellow);
  border-color: var(--charcoal);
}

.assistencia-btn--destaque:hover {
  background: #2f363d;
  border-color: #2f363d;
  color: var(--yellow);
}

/* ── Modais ─────────────────────────────────────────────────────────────── */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 12, 14, 0.72);
  backdrop-filter: blur(3px);
  z-index: 999;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.modal-overlay.ativo {
  opacity: 1;
  pointer-events: all;
}

.modal-box {
  background: #fff;
  border-radius: 18px;
  width: min(100%, 580px);
  max-height: 88vh;
  overflow-y: auto;
  padding: clamp(24px, 3vw, 42px);
  position: relative;
  transform: translateY(18px);
  transition: transform 0.25s ease;
  box-shadow: 0 28px 56px rgba(0,0,0,0.28);
}

.modal-overlay.ativo .modal-box {
  transform: translateY(0);
}

.modal-fechar {
  position: absolute;
  top: 16px; right: 16px;
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 0;
  background: #f0f0f0;
  color: #444;
  font-size: 16px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.18s;
}

.modal-fechar:hover { background: #e0e0e0; }

.modal-box h3 {
  margin: 0 0 20px;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--charcoal);
  padding-right: 28px;
}

.modal-conteudo p {
  color: #3d3f42;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.5;
  margin: 0 0 12px;
}

/* Formulário dentro do modal */
.modal-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.modal-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.modal-campo {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.modal-campo label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
}

.modal-campo input,
.modal-campo textarea {
  padding: 10px 14px;
  border: 1px solid #dde1e5;
  border-radius: 8px;
  font-family: "Barlow Condensed", "Trebuchet MS", sans-serif;
  font-size: 16px;
  color: var(--charcoal);
  outline: none;
  transition: border-color 0.18s;
  width: 100%;
}

.modal-campo input:focus,
.modal-campo textarea:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(234,184,24,.15);
}

.modal-campo.has-erro input,
.modal-campo.has-erro textarea {
  border-color: #f87171;
}

.modal-campo textarea { resize: vertical; min-height: 90px; }

.modal-erro {
  font-size: 12px;
  color: #dc2626;
  font-weight: 600;
}

/* FAQ dentro do modal */
.modal-faq {
  display: flex;
  flex-direction: column;
}

.modal-faq-item {
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}

.modal-faq-item:first-child { padding-top: 0; }
.modal-faq-item:last-child  { border-bottom: none; padding-bottom: 0; }

.modal-faq-item h4 {
  margin: 0 0 8px;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--charcoal);
  text-transform: uppercase;
}

.modal-faq-item p {
  margin: 0 0 6px;
}

.modal-faq-item p:last-child { margin-bottom: 0; }

.modal-faq-item--destaque {
  background: #fffbea;
  border-radius: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(234,184,24,.3);
  margin-top: 4px;
}

.modal-lista {
  margin: 6px 0 0;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.modal-lista li {
  color: #3d3f42;
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.45;
}

.modal-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 4px;
}

@media (max-width: 580px) {
  .modal-row { grid-template-columns: 1fr; }
  .modal-actions { flex-direction: column; }
  .assistencia-btns { flex-direction: column; align-items: stretch; }
}

/* ── fim Assistência / Modais ───────────────────────────────────────────── */

/* ── Footer ─────────────────────────────────────────────────────────────── */
.site-footer {
  background: var(--charcoal);
  color: rgba(255,255,255,0.72);
  font-family: "Barlow Condensed", "Trebuchet MS", sans-serif;
}

.footer-body {
  border-top: 3px solid var(--yellow);
  padding: clamp(48px, 5.5vw, 80px) 0 clamp(36px, 4vw, 58px);
}

.footer-inner {
  width: min(94%, 1320px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr;
  gap: clamp(28px, 3vw, 48px);
  align-items: start;
}

/* Coluna da marca */
.footer-logo {
  display: inline-block;
  margin-bottom: 14px;
}

.footer-logo img {
  width: clamp(100px, 10vw, 150px);
  height: auto;
  display: block;
  filter: brightness(0) saturate(100%) invert(1);
  opacity: 0.92;
}

.footer-tagline {
  margin: 0 0 10px;
  font-size: clamp(11px, 0.85vw, 13px);
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--yellow);
  text-transform: uppercase;
}

.footer-brand-desc {
  margin: 0;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.55;
  color: rgba(255,255,255,0.48);
  max-width: 300px;
}

/* Headings das colunas */
.footer-heading {
  margin: 0 0 16px;
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--yellow);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Links de navegação */
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-nav a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: color 0.18s, padding-left 0.18s;
  cursor: pointer;
}

.footer-nav a:hover {
  color: var(--yellow);
  padding-left: 4px;
}

/* Endereço */
.footer-address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-address-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: clamp(14px, 1.1vw, 16px);
  color: rgba(255,255,255,0.6);
  line-height: 1.45;
}

.footer-address-ico {
  flex-shrink: 0;
  font-size: 16px;
  margin-top: 1px;
}

.footer-address-item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.18s;
  word-break: break-all;
}

.footer-address-item a:hover {
  color: var(--yellow);
}

/* Barra inferior */
.footer-bar {
  background: var(--ink);
  padding: 14px 0;
}

.footer-bar-inner {
  width: min(94%, 1320px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

.footer-bar-dev strong {
  color: var(--yellow);
  font-weight: 700;
}

@media (max-width: 960px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px 28px;
  }
  .footer-col--brand {
    grid-column: span 2;
  }
  .footer-brand-desc { max-width: 100%; }
}

@media (max-width: 560px) {
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .footer-col--brand { grid-column: span 1; }
  .footer-bar-inner { justify-content: center; text-align: center; }
}
/* ── Tabela de Especificações (produto.php) ──────────────────────────────── */
.spec-tabelas-outer {
  margin-top: clamp(32px, 4vw, 52px);
}

.spec-table-wrap {
  margin-top: clamp(32px, 4vw, 52px);
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e2e5e8;
  overflow: hidden;
}

.spec-tabelas-outer .spec-table-wrap {
  margin-top: 0;
}

.spec-tabelas-outer .spec-table-wrap.spec-table-wrap--follow {
  margin-top: clamp(16px, 2vw, 26px);
}

.spec-table-subtitulo {
  font-size: clamp(15px, 1.35vw, 20px);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #374047;
  margin: 0;
  padding: clamp(12px, 1.4vw, 16px) clamp(16px, 2vw, 24px);
  border-bottom: 2px solid #e5e9ec;
  background: #fdfefd;
}

.spec-table-titulo {
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1d2124;
  margin: 0;
  padding: clamp(16px, 2vw, 22px) clamp(16px, 2vw, 24px);
  border-bottom: 2px solid #eab818;
  background: #fafbfc;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Barlow Condensed", "Trebuchet MS", sans-serif;
  font-size: clamp(14px, 1.2vw, 17px);
}

.spec-table thead tr {
  background: #1d2124;
}

.spec-table thead th {
  padding: clamp(10px, 1.2vw, 14px) clamp(12px, 1.5vw, 20px);
  text-align: left;
  color: #eab818;
  font-weight: 800;
  font-size: clamp(12px, 1vw, 15px);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.spec-table tbody tr {
  border-bottom: 1px solid #e2e5e8;
  transition: background 0.15s;
}

.spec-table tbody tr:last-child { border-bottom: none; }

.spec-table tbody tr:hover { background: #fafbf2; }

.spec-table tbody tr:nth-child(even) { background: #f8f9fa; }
.spec-table tbody tr:nth-child(even):hover { background: #fafbf2; }

.spec-table tbody td {
  padding: clamp(10px, 1.2vw, 14px) clamp(12px, 1.5vw, 20px);
  color: #3d3f42;
  vertical-align: middle;
}

.spec-table tbody td:first-child {
  font-weight: 700;
  color: #1d2124;
}

/* ── fim Tabela de Especificações ────────────────────────────────────────── */

/* ── fim Footer ──────────────────────────────────────────────────────────── */

/* ── Seção Contato ──────────────────────────────────────────────────────── */
.contato-section {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 110px) 0;
  background:
    linear-gradient(rgba(11, 13, 15, 0.72), rgba(11, 13, 15, 0.72)),
    url('images/site/contato_banner.png') center / cover no-repeat;
  background-color: var(--charcoal);
}

.contato-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 74px 74px;
  pointer-events: none;
}

.contato-inner {
  position: relative;
  z-index: 2;
  width: min(94%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}

/* Bloco de título */
.contato-sup {
  margin: 0 0 10px;
  color: var(--yellow);
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contato-titulo h2 {
  margin: 0 0 20px;
  font-size: clamp(46px, 6.2vw, 100px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0.03em;
  color: #fff;
  text-transform: uppercase;
}

.contato-desc {
  margin: 0;
  color: rgba(255,255,255,0.62);
  font-size: clamp(15px, 1.3vw, 20px);
  line-height: 1.45;
  max-width: 360px;
}

/* Formulário */
.contato-form-wrap {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  padding: clamp(24px, 3vw, 44px);
  backdrop-filter: blur(6px);
}

.contato-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contato-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contato-campo {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contato-campo label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

.contato-campo input,
.contato-campo textarea {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 12px 16px;
  color: #fff;
  font-family: "Barlow Condensed", "Trebuchet MS", sans-serif;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
  width: 100%;
}

.contato-campo input::placeholder,
.contato-campo textarea::placeholder {
  color: rgba(255,255,255,0.28);
}

.contato-campo input:focus,
.contato-campo textarea:focus {
  border-color: var(--yellow);
  background: rgba(255,255,255,0.1);
}

.contato-campo.has-erro input,
.contato-campo.has-erro textarea {
  border-color: #f87171;
}

.contato-campo textarea {
  resize: vertical;
  min-height: 120px;
}

.contato-erro {
  font-size: 12px;
  color: #fca5a5;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.contato-submit {
  margin-top: 6px;
  background: var(--yellow);
  color: var(--charcoal);
  border: 0;
  border-radius: 999px;
  padding: 13px 34px;
  font-family: "Barlow Condensed", "Trebuchet MS", sans-serif;
  font-size: clamp(15px, 1.3vw, 20px);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  align-self: flex-start;
  transition: filter 0.2s, transform 0.2s;
  box-shadow: 0 6px 20px rgba(234, 184, 24, 0.3);
}

.contato-submit:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(234, 184, 24, 0.38);
}

/* Mensagem de sucesso */
.contato-sucesso {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 28px;
  background: rgba(21, 128, 61, 0.2);
  border: 1px solid rgba(74, 222, 128, 0.35);
  border-radius: 14px;
  color: #fff;
  font-size: clamp(15px, 1.3vw, 19px);
  line-height: 1.4;
}

.contato-sucesso-ico {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background: #16a34a;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

@media (max-width: 920px) {
  .contato-inner {
    grid-template-columns: 1fr;
  }
  .contato-titulo h2 {
    font-size: clamp(40px, 11vw, 70px);
  }
  .contato-desc { max-width: 100%; }
  .contato-row { grid-template-columns: 1fr; }
  .contato-submit { align-self: stretch; text-align: center; }
}

/* ── fim Contato ────────────────────────────────────────────────────────── */

@keyframes pulse {
  0%,
  100% { opacity: 0.72; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.04); }
}

@keyframes rise {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 920px) {
  .strip-inner {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 16px;
    padding: 8px 0;
    height: auto;
  }

  .nav {
    order: 2;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 0;
    gap: 12px 22px;
  }

  .hero-content {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 14px;
  }

  .headline {
    line-height: 0.9;
  }

  .hero-mark img {
    width: clamp(110px, 26vw, 200px);
  }

  .segmentos-carousel {
    grid-auto-columns: 78%;
    gap: 12px;
  }

  .segmentos-wrap {
    grid-template-columns: 1fr;
  }

  .segmentos-nav {
    display: none;
  }

  .sobre-inner h2,
  .produtos-inner h2 {
    letter-spacing: 0.03em;
  }

  .sobre-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sobre-texto {
    text-align: center;
  }

  .sobre-inner p {
    margin-left: auto;
    margin-right: auto;
  }

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

  .produto-item:last-child {
    grid-column: span 2;
  }

  .catalogo-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 18px;
  }

  .catalogo-media img {
    max-width: clamp(220px, 72vw, 420px);
    margin-inline: auto;
  }
}
