.elementor-8 .elementor-element.elementor-element-ff441ca{--display:flex;}.elementor-8 .elementor-element.elementor-element-ebe002d{--display:flex;--min-height:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-483e790{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-71d6852{--display:flex;}.elementor-8 .elementor-element.elementor-element-da8cfef{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-ea00914{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-606d315{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-52feb99{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-7df48fc{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-d62d48c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-b1d585c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-315e063{--display:flex;}.elementor-8 .elementor-element.elementor-element-315e063:not(.elementor-motion-effects-element-type-background), .elementor-8 .elementor-element.elementor-element-315e063 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1D1B47;}.elementor-8 .elementor-element.elementor-element-cde22f2{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-69ec10c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-0b382f3{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-2abca34{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-aa97353{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-ac4266f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-b230e84{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-70e9fd2{--display:flex;--margin-top:0px;--margin-bottom:10px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-e8d244f{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-a0e83fa{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-eb4ed36 *//* NAVBAR */
.tms-navbar {
  background: #f4f4f4;
  padding: 16px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

/* CONTAINER */
.tms-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* LOGO EM IMAGEM */
.tms-logo-img img {
  height: 40px;      /* ajuste se quiser maior ou menor */
  width: auto;
  display: block;
}

/* LINKS */
.tms-nav-links {
  display: flex;
  gap: 32px;
}

.tms-nav-links a {
  color: #1d1b47;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s;
}

.tms-nav-links a:hover {
  color: #f97316;
}

/* CTA */
.tms-cta-btn {
  background: #f97316;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s;
}

.tms-cta-btn:hover {
  background: #ea580c;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-483e790 *//* =========================
   HERO TMS – BASE
   ========================= */

.tms-hero {
  position: relative;
  min-height: 100vh;
  background: #1d1b47;
  overflow: hidden;
  padding: 120px 0 80px;
}

/* =========================
   IMAGEM DE FUNDO À DIREITA
   ========================= */

.tms-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.tms-hero-bg img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  object-fit: cover;
}

/* =========================
   CONTAINER
   ========================= */

.tms-hero-container {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
}

.tms-hero-content {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* =========================
   LOGO MOBILE
   ========================= */

.tms-hero-logo {
  display: none;
  margin: 0 auto 22px;
  width: min(260px, 70vw);
}

.tms-hero-logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
   TEXTO
   ========================= */

.tms-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 24px;
}

.tms-hero-title span {
  color: #f97316;
}

.tms-hero-subtitle {
  font-size: 20px;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 520px;
}

/* =========================
   BOTÕES
   ========================= */

.tms-hero-cta-group {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tms-hero-btn-primary {
  background: #f97316;
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 0 30px rgba(249, 115, 22, 0.4);
  transition: all 0.3s;
}

.tms-hero-btn-primary:hover {
  background: #ea580c;
  transform: translateY(-2px);
}

.tms-hero-btn-icon {
  width: 20px;
  height: 20px;
}

.tms-hero-btn-secondary {
  background: transparent;
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 600;
  border: 2px solid rgba(255,255,255,0.3);
  text-decoration: none;
}

.tms-hero-btn-secondary:hover {
  border-color: #f97316;
}

/* =========================
   BADGES
   ========================= */

.tms-hero-trust-badges {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  color: rgba(255,255,255,0.8);
  font-size: 14px;
}

/* =========================
   RESPONSIVO
   ========================= */

@media (max-width: 1024px) {
  .tms-hero-bg img {
    width: 100%;
    opacity: 0.25;
  }
}

@media (max-width: 768px) {
  .tms-hero {
    padding: 100px 16px 80px;
    text-align: center;
  }

  .tms-hero-logo {
    display: block;
  }

  .tms-hero-title {
    font-size: 32px;
  }

  .tms-hero-cta-group,
  .tms-hero-trust-badges {
    justify-content: center;
  }

  .tms-hero-bg {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da8cfef *//* ===== SEÇÃO POR QUE COMPRAR — TMS ===== */

.tms-why-buy {
  background: #ffffff;
  padding: 80px 16px;
}

.tms-why-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.tms-why-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 56px;
}

.tms-why-buy h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1d1b47;
  margin-bottom: 24px;
}

.tms-why-buy h2 span {
  color: #1d1b47;
}

.tms-why-intro {
  font-size: 18px;
  color: #64748b;
  line-height: 1.7;
}

/* 🔹 GRID — agora com 4 cards */
.tms-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

/* Cards */
.tms-why-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s ease;
  position: relative;
}

.tms-why-card:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

/* detalhe decorativo no canto */
.tms-why-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: rgba(249, 115, 22, 0.05);
  border-radius: 0 16px 0 100px;
}

/* Ícone */
.tms-why-icon-box {
  width: 48px;
  height: 48px;
  background: rgba(249, 115, 22, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.tms-why-icon-box svg {
  width: 24px;
  height: 24px;
  color: #f97316;
}

/* Título do card */
.tms-why-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 10px;
}

/* Texto do card */
.tms-why-card p {
  color: #64748b;
  line-height: 1.6;
  font-size: 14px;
}

/* Rodapé da seção */
.tms-why-bottom {
  text-align: center;
  margin-top: 48px;
}

.tms-why-bottom span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(26, 54, 93, 0.05);
  color: #1a365d;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}

/* 🔹 RESPONSIVO */

/* Tablets: 2 colunas */
@media (max-width: 1024px) {
  .tms-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 768px) {
  .tms-why-buy h2 {
    font-size: 28px;
  }

  .tms-why-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8bd854b *//* ===== SEÇÃO MODELOS / PRODUTOS — TMS (GRID) ===== */

.tms-products {
  background: #f8fafc;
  padding: 80px 16px;
}

.tms-products-container {
  max-width: 1200px;
  margin: 0 auto;
}

.tms-products-header {
  text-align: center;
  margin-bottom: 48px;
}

.tms-products h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 16px;
}

.tms-products-header p {
  font-size: 18px;
  color: #64748b;
  max-width: 650px;
  margin: 0 auto;
}

/* ✅ GRID COM 3 ITENS */
.tms-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

/* Card */
.tms-product-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 18px 22px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
}

/* imagem do produto */
.tms-product-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  background: #f1f5f9;
}

.tms-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tms-product-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 6px;
}

.tms-product-price {
  font-size: 16px;
  font-weight: 600;
  color: #16a34a;
  margin-bottom: 16px;
}

/* empurra o botão pro final mantendo os cards iguais */
.tms-product-price {
  margin-bottom: 16px;
}

.tms-product-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s;
}

.tms-product-btn--whatsapp .tms-product-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

.tms-product-btn--whatsapp {
  background: #22c55e;
  color: #ffffff;
  box-shadow: 0 0 25px rgba(34, 197, 94, 0.35);
}

.tms-product-btn--whatsapp:hover {
  background: #16a34a;
  transform: translateY(-1px);
}

/* cursor de zoom nas miniaturas */
.tms-zoom-img {
  cursor: zoom-in;
}

/* ✅ RESPONSIVO */
@media (max-width: 1024px) {
  .tms-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .tms-products {
    padding: 60px 16px;
  }

  .tms-products h2 {
    font-size: 28px;
  }

  .tms-products-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== MODAL DE IMAGEM - TMS ===== */

.tms-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.tms-modal.tms-modal--open {
  display: flex;
}

.tms-modal-content {
  max-width: 92vw;
  max-height: 90vh;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  object-fit: contain;
  background: #ffffff;
}

.tms-modal-close {
  position: absolute;
  top: 18px;
  right: 22px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 600;
  cursor: pointer;
  z-index: 10000;
  line-height: 1;
}

.tms-modal-close:hover {
  opacity: 0.85;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-606d315 *//* ===== SEÇÃO LINHA PRO — ISOLADA (NÃO VAZA) ===== */

.tmspro-products {
  background: #f8fafc;
  padding: 80px 16px;
}

.tmspro-products__container {
  max-width: 1200px;
  margin: 0 auto;
}

.tmspro-products__header {
  text-align: center;
  margin-bottom: 48px;
}

.tmspro-products__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a365d;
  margin: 0 0 16px 0;
}

.tmspro-products__subtitle {
  font-size: 18px;
  color: #64748b;
  max-width: 650px;
  margin: 0 auto;
}

/* GRID 4 COLUNAS (desktop) */
.tmspro-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

/* Card */
.tmspro-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 18px 22px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  min-width: 0; /* evita quebrar layout em grid */
}

.tmspro-card__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  background: #f1f5f9;
}

.tmspro-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tmspro-card__name {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a365d;
  margin: 0 0 8px 0;
}

.tmspro-card__price {
  font-size: 16px;
  font-weight: 600;
  color: #16a34a;
  margin: 0 0 16px 0;
}

/* Botão */
.tmspro-card__btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s;
  background: #22c55e;
  color: #ffffff;
  box-shadow: 0 0 25px rgba(34, 197, 94, 0.35);
}

.tmspro-card__btn:hover {
  background: #16a34a;
  transform: translateY(-1px);
}

.tmspro-card__icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

/* cursor de zoom */
.tmspro-zoom-img { cursor: zoom-in; }

/* Responsivo */
@media (max-width: 1024px) {
  .tmspro-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .tmspro-products { padding: 60px 16px; }
  .tmspro-products__title { font-size: 28px; }
  .tmspro-products__grid { grid-template-columns: 1fr; }
}

/* ===== MODAL — ISOLADO ===== */
.tmspro-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.tmspro-modal.tmspro-modal--open { display: flex; }

.tmspro-modal__content {
  max-width: 92vw;
  max-height: 90vh;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  object-fit: contain;
  background: #ffffff;
}

.tmspro-modal__close {
  position: absolute;
  top: 18px;
  right: 22px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 600;
  cursor: pointer;
  z-index: 10000;
  line-height: 1;
}

.tmspro-modal__close:hover { opacity: 0.85; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-52feb99 *//* ===== LINHA ELETRÔNICA — ISOLADA (tmselec-*) ===== */

.tmselec-products {
  background: #f8fafc;
  padding: 80px 16px;
}

.tmselec-products__container {
  max-width: 1200px;
  margin: 0 auto;
}

.tmselec-products__header {
  text-align: center;
  margin-bottom: 48px;
}

.tmselec-products__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a365d;
  margin: 0 0 16px;
}

.tmselec-products__subtitle {
  font-size: 18px;
  color: #64748b;
  max-width: 650px;
  margin: 0 auto;
}

/* GRID */
.tmselec-grid {
  display: grid;
  gap: 24px;
  align-items: stretch;
}

/* ✅ 3 produtos no desktop */
.tmselec-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Responsivo */
@media (max-width: 1024px) {
  .tmselec-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .tmselec-grid--three {
    grid-template-columns: 1fr;
  }
}


/* Card */
.tmselec-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 18px 22px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.tmselec-card__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  background: #f1f5f9;
}

.tmselec-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tmselec-card__name {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a365d;
  margin: 0 0 6px 0;
}

.tmselec-card__price {
  font-size: 16px;
  font-weight: 600;
  color: #16a34a;
  margin: 0 0 16px 0;
}

/* Botão */
.tmselec-card__btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s;
  background: #22c55e;
  color: #ffffff;
  box-shadow: 0 0 25px rgba(34, 197, 94, 0.35);
}

.tmselec-card__btn:hover {
  background: #16a34a;
  transform: translateY(-1px);
}

.tmselec-card__icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

/* Zoom cursor */
.tmselec-zoom-img { cursor: zoom-in; }

/* Responsivo */
@media (max-width: 1024px) {
  .tmselec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .tmselec-products { padding: 60px 16px; }
  .tmselec-products__title { font-size: 28px; }
  .tmselec-grid { grid-template-columns: 1fr; }
}

/* ===== MODAL — ISOLADO (tmselec-*) ===== */
.tmselec-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.tmselec-modal.tmselec-modal--open { display: flex; }

.tmselec-modal__content {
  max-width: 92vw;
  max-height: 90vh;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  object-fit: contain;
  background: #ffffff;
}

.tmselec-modal__close {
  position: absolute;
  top: 18px;
  right: 22px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 600;
  cursor: pointer;
  z-index: 10000;
  line-height: 1;
}

.tmselec-modal__close:hover { opacity: 0.85; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7df48fc *//* ===== SEÇÃO TENSIONADORES — ISOLADA (NÃO VAZA) ===== */

.tmstens-products {
  background: #f8fafc;
  padding: 80px 16px;
}

.tmstens-products__container {
  max-width: 1200px;
  margin: 0 auto;
}

.tmstens-products__header {
  text-align: center;
  margin-bottom: 48px;
}

.tmstens-products__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a365d;
  margin: 0;
}

/* GRID 4 COLUNAS (desktop) */
.tmstens-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

/* Card */
.tmstens-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 18px 22px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.tmstens-card__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  background: #f1f5f9;
}

.tmstens-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tmstens-card__name {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a365d;
  margin: 0 0 6px 0;
}

.tmstens-card__price {
  font-size: 16px;
  font-weight: 600;
  color: #16a34a;
  margin: 0 0 16px 0;
}

/* Botão */
.tmstens-card__btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s;
  background: #22c55e;
  color: #ffffff;
  box-shadow: 0 0 25px rgba(34, 197, 94, 0.35);
}

.tmstens-card__btn:hover {
  background: #16a34a;
  transform: translateY(-1px);
}

.tmstens-card__icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

/* Zoom cursor */
.tmstens-zoom-img { cursor: zoom-in; }

/* Responsivo */
@media (max-width: 1024px) {
  .tmstens-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .tmstens-products { padding: 60px 16px; }
  .tmstens-products__title { font-size: 28px; }
  .tmstens-products__grid { grid-template-columns: 1fr; }
}

/* ===== MODAL — ISOLADO ===== */
.tmstens-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.tmstens-modal.tmstens-modal--open { display: flex; }

.tmstens-modal__content {
  max-width: 92vw;
  max-height: 90vh;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  object-fit: contain;
  background: #ffffff;
}

.tmstens-modal__close {
  position: absolute;
  top: 18px;
  right: 22px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 600;
  cursor: pointer;
  z-index: 10000;
  line-height: 1;
}

.tmstens-modal__close:hover { opacity: 0.85; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d62d48c *//* ===== SEÇÃO MODELOS / PRODUTOS — TMS (GRID) ===== */

.tms-products {
  background: #f8fafc;
  padding: 80px 16px;
}

.tms-products-container {
  max-width: 1200px;
  margin: 0 auto;
}

.tms-products-header {
  text-align: center;
  margin-bottom: 48px;
}

.tms-products h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 0;
}

/* ✅ GRID (DESKTOP = 3 por linha, ocupando toda a largura) */
.tms-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

/* Card */
.tms-product-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 18px 22px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
}

.tms-product-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  background: #f1f5f9;
}

.tms-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tms-product-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 6px;
}

.tms-product-price {
  font-size: 16px;
  font-weight: 600;
  color: #16a34a;
  margin-bottom: 16px;
}

/* botão sempre no final do card */
.tms-product-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s;
}

.tms-product-btn--whatsapp .tms-product-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

.tms-product-btn--whatsapp {
  background: #22c55e;
  color: #ffffff;
  box-shadow: 0 0 25px rgba(34, 197, 94, 0.35);
}

.tms-product-btn--whatsapp:hover {
  background: #16a34a;
  transform: translateY(-1px);
}

/* cursor de zoom nas miniaturas */
.tms-zoom-img {
  cursor: zoom-in;
}

/* ✅ RESPONSIVO */
@media (max-width: 1024px) {
  .tms-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .tms-products {
    padding: 60px 16px;
  }

  .tms-products h2 {
    font-size: 28px;
  }

  .tms-products-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== MODAL DE IMAGEM - TMS ===== */
.tms-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.tms-modal.tms-modal--open {
  display: flex;
}

.tms-modal-content {
  max-width: 92vw;
  max-height: 90vh;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  object-fit: contain;
  background: #ffffff;
}

.tms-modal-close {
  position: absolute;
  top: 18px;
  right: 22px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 600;
  cursor: pointer;
  z-index: 10000;
  line-height: 1;
}

.tms-modal-close:hover {
  opacity: 0.85;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b1d585c *//* ===== SEÇÃO MODELOS / PRODUTOS — TMS (GRID) ===== */

.tms-products {
  background: #f8fafc;
  padding: 80px 16px;
}

.tms-products-container {
  max-width: 1200px;
  margin: 0 auto;
}

.tms-products-header {
  text-align: center;
  margin-bottom: 48px;
}

.tms-products h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 0;
}

/* ✅ GRID (4 itens) */
.tms-products-grid {
  display: grid;
  gap: 24px;
  align-items: stretch;
}

.tms-products-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Card */
.tms-product-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 18px 22px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
}

.tms-product-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  background: #f1f5f9;
}

.tms-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tms-product-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 6px;
}

.tms-product-price {
  font-size: 16px;
  font-weight: 600;
  color: #16a34a;
  margin-bottom: 16px;
}

/* botão sempre no final do card */
.tms-product-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s;
}

.tms-product-btn--whatsapp .tms-product-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

.tms-product-btn--whatsapp {
  background: #22c55e;
  color: #ffffff;
  box-shadow: 0 0 25px rgba(34, 197, 94, 0.35);
}

.tms-product-btn--whatsapp:hover {
  background: #16a34a;
  transform: translateY(-1px);
}

/* cursor de zoom nas miniaturas */
.tms-zoom-img {
  cursor: zoom-in;
}

/* ✅ RESPONSIVO */
@media (max-width: 1200px) {
  .tms-products-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .tms-products {
    padding: 60px 16px;
  }

  .tms-products h2 {
    font-size: 28px;
  }

  .tms-products-grid--four {
    grid-template-columns: 1fr;
  }
}

/* ===== MODAL DE IMAGEM - TMS ===== */

.tms-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.tms-modal.tms-modal--open {
  display: flex;
}

.tms-modal-content {
  max-width: 92vw;
  max-height: 90vh;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  object-fit: contain;
  background: #ffffff;
}

.tms-modal-close {
  position: absolute;
  top: 18px;
  right: 22px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 600;
  cursor: pointer;
  z-index: 10000;
  line-height: 1;
}

.tms-modal-close:hover {
  opacity: 0.85;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cde22f2 *//* ===== DEPOIMENTOS EM VÍDEO — TMS ===== */

.tms-video-testimonials {
  background: #1d1b47;
  padding: 80px 16px;
}

.tms-video-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.tms-video-header {
  text-align: center;
  margin-bottom: 56px;
}

.tms-video-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #f97316;
  margin-bottom: 16px;
}

.tms-video-header p {
  font-size: 18px;
  color: rgba(255,255,255,.9);
  max-width: 720px;
  margin: 0 auto;
}

/* Destaque */
.tms-video-featured {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
  align-items: center;
}

.tms-video-text h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 16px;
}

.tms-video-text p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,.95);
  margin-bottom: 14px;
}

/* Thumbnails */
.tms-video-thumb {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
}

.tms-video-main {
  aspect-ratio: 16 / 9;
}

.tms-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.tms-video-thumb:hover img {
  transform: scale(1.05);
}

/* Play */
.tms-video-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 64px;
  color: #fff;
  text-shadow: 0 10px 30px rgba(0,0,0,.6);
  pointer-events: none;
}

.tms-video-play--sm {
  font-size: 44px;
}

/* Grid inferior */
.tms-video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Responsivo */
@media (max-width: 1024px) {
  .tms-video-featured {
    grid-template-columns: 1fr;
  }

  .tms-video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .tms-video-header h2 {
    font-size: 28px;
  }

  .tms-video-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b382f3 *//* ===== SEÇÃO PROCESSO — TMS ===== */

.tms-process {
  background: #1d1b47;
  padding: 80px 16px;
}

.tms-process-container {
  max-width: 1200px;
  margin: 0 auto;
}

.tms-process-header {
  text-align: center;
  margin-bottom: 64px;
}

.tms-process h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.tms-process h2 span {
  color: #f97316;
}

.tms-process-header p {
  font-size: 18px;
  color: rgba(255,255,255,0.8);
  max-width: 600px;
  margin: 0 auto;
}

.tms-process-steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  position: relative;
}

.tms-process-step-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

.tms-process-step-card:hover {
  border-color: rgba(249, 115, 22, 0.5);
}

.tms-process-step-number {
  width: 56px;
  height: 56px;
  background: #f97316;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
}

.tms-process-step-icon {
  margin-bottom: 16px;
}

.tms-process-step-icon svg {
  width: 32px;
  height: 32px;
  color: rgba(255,255,255,0.7);
}

.tms-process-step-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  font-size: 16px;
}

.tms-process-step-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
}

/* Responsivo */
@media (max-width: 768px) {
  .tms-process h2 {
    font-size: 28px;
  }

  .tms-process-steps-grid {
    grid-template-columns: 1fr;
  }

  .tms-process-steps-grid::before {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa97353 *//* =============================
   SEÇÃO DE GARANTIAS – TMS
============================= */

.tms-guarantee {
  background: #ffffff;
  padding: 80px 16px;
}

.tms-guarantee-container {
  max-width: 1200px;
  margin: 0 auto;
}

.tms-guarantee-header {
  text-align: center;
  margin-bottom: 48px;
}

.tms-guarantee-header h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 16px;
}

.tms-guarantee-header h2 span {
  color: #f97316;
}

.tms-guarantee-header p {
  font-size: 18px;
  color: #64748b;
}

/* GRID */
.tms-guarantee-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}

/* CARDS */
.tms-guarantee-card {
  text-align: center;
  padding: 32px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(26, 54, 93, 0.05), rgba(26, 54, 93, 0.1));
  border: 1px solid rgba(26, 54, 93, 0.1);
  transition: 0.3s ease;
}

.tms-guarantee-card:hover {
  transform: translateY(-4px);
  background: linear-gradient(135deg, rgba(26, 54, 93, 0.1), rgba(26, 54, 93, 0.15));
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* ICONES */
.tms-guarantee-icon-box {
  width: 64px;
  height: 64px;
  background: #1a365d;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.tms-guarantee-icon-box svg {
  width: 32px;
  height: 32px;
  color: #ffffff;
}

/* TITULO CARD */
.tms-guarantee-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 12px;
}

/* TEXTO */
.tms-guarantee-card p {
  color: #64748b;
  line-height: 1.6;
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .tms-guarantee-header h2 {
    font-size: 28px;
  }

  .tms-guarantee-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-025751e *//* ==========
   FAQ TMS
========== */

.tms-faq {
  background: #f8fafc;
  padding: 80px 16px;
}

.tms-faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.tms-faq-header {
  text-align: center;
  margin-bottom: 48px;
}

.tms-faq-header h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 16px;
}

.tms-faq-header h2 span {
  color: #f97316;
}

.tms-faq-header p {
  font-size: 18px;
  color: #64748b;
}

/* LISTA */
.tms-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ITEM */
.tms-faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
}

/* PERGUNTA */
.tms-faq-question {
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #1a365d;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s, background-color 0.3s;
}

.tms-faq-question:hover {
  color: #f97316;
  background-color: #f9fafb;
}

.tms-faq-question svg {
  transition: transform 0.3s;
}

/* ICONE ROTACIONADO QUANDO ABERTO */
.tms-faq-item.active .tms-faq-question svg {
  transform: rotate(180deg);
}

/* RESPOSTA */
.tms-faq-answer {
  padding: 0 24px 20px;
  color: #64748b;
  line-height: 1.6;
  display: none;
}

.tms-faq-answer ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.tms-faq-answer li {
  margin-bottom: 4px;
}

/* ITEM ABERTO */
.tms-faq-item.active .tms-faq-answer {
  display: block;
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .tms-faq-header h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bececf8 *//* ===== SOBRE A TMS ===== */

.tms-about-section {
  background: #ffffff;
  padding: 80px 16px;
}

.tms-about-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
}

/* COLUNA ESQUERDA */

.tms-about-left { }

.tms-about-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(249, 115, 22, 0.1);
  color: #f97316;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
}

.tms-about-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #1d1b48;
  line-height: 1.2;
  margin-bottom: 24px;
}

.tms-about-title span {
  color: #f97316;
}

.tms-about-intro {
  font-size: 18px;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 14px;
}

/* ✅ NOVO (opcional) */
.tms-about-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.tms-about-highlight {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #1d1b48;
  font-size: 14px;
}

.tms-about-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.12);
  color: #f97316;
  font-weight: 700;
  font-size: 12px;
}

/* COLUNA DIREITA (intacta) */

.tms-about-right { }

.tms-about-logo-box {
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
  display: block;
  margin-bottom: 24px;
}

.tms-about-logo-img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  height: auto;
}

.tms-about-features-intro {
  color: #64748b;
  margin-bottom: 24px;
}

.tms-about-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tms-about-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1a365d;
  margin-bottom: 12px;
}

.tms-about-check {
  width: 24px;
  height: 24px;
  background: rgba(249, 115, 22, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tms-about-check svg {
  width: 16px;
  height: 16px;
  color: #f97316;
}

/* Responsivo */

@media (max-width: 768px) {
  .tms-about-container {
    grid-template-columns: 1fr;
  }

  .tms-about-title {
    font-size: 28px;
  }

  .tms-about-right {
    margin-top: 24px;
  }

  .tms-about-logo-box {
    margin-left: 0;
  }

  .tms-about-highlights {
    gap: 10px;
  }

  .tms-about-highlight {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e8d244f *//* CTA FINAL */
.tms-cta-final-section {
  background: #1d1b47;
  padding: 80px 16px;
  position: relative;
  overflow: hidden;
}


.tms-cta-final-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 25%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.15;
}

.tms-cta-final-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.tms-cta-final-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
}

.tms-cta-final-title span {
  color: #f97316;
}

.tms-cta-final-text {
  font-size: 20px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 40px;
}

.tms-cta-final-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #22c55e;
  color: #ffffff;
  padding: 18px 36px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s;
  animation: pulse-glow 2s infinite;
}

.tms-cta-final-btn:hover {
  transform: translateY(-2px);
}

.tms-cta-final-btn svg {
  flex-shrink: 0;
}


/* Responsivo */
@media (max-width: 768px) {
  .tms-cta-final-title {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-36efe5f *//* ===========================
   FOOTER TMS - ESTILOS GLOBAIS (AJUSTADO + FIX CONTATO)
   =========================== */

.tms-footer-section {
  background: #1d1b48;
  padding: 48px 16px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.tms-footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.tms-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 32px;
}

/* LOGO (se usar texto ainda) */
.tms-footer-logo {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 16px;
}

.tms-footer-logo span {
  color: #f97316;
}

/* LOGO (imagem) */
.tms-footer-logo-img img {
  max-width: 220px;
  height: auto;
  display: block;
  margin-bottom: 16px;
}

/* DESCRIÇÃO */
.tms-footer-description {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
}

/* TÍTULOS */
.tms-footer-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
}

/* LINKS */
.tms-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tms-footer-links li {
  margin-bottom: 8px;
}

.tms-footer-links a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.tms-footer-links a:hover {
  color: #f97316;
}

/* WHATSAPP (fix quebra estranha) */
.tms-footer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f97316;
  text-decoration: none;
  margin-bottom: 16px;
  transition: color 0.3s, opacity 0.3s;

  /* ✅ impede o “Fal / co / a / ...” */
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}

.tms-footer-whatsapp:hover {
  color: #ea580c;
  opacity: 0.95;
}

.tms-footer-whatsapp-img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: inline-block;
  flex-shrink: 0;
}

/* Se quiser permitir quebrar apenas no mobile:
   comente o white-space acima e use isso:
   .tms-footer-whatsapp { white-space: normal; }
*/

/* SOCIAL */
.tms-footer-social {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}

.tms-footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
  transition: all 0.3s;
}

.tms-footer-social a:hover {
  background: #f97316;
  color: #ffffff;
}

/* COPYRIGHT */
.tms-footer-copy {
  text-align: center;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.5);
  font-size: 14px;
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .tms-footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  /* no mobile pode quebrar em 2 linhas sem virar “vertical” */
  .tms-footer-whatsapp {
    white-space: normal;
  }
}

/* CONTATO (WhatsApp + Email) */
.tms-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* EMAIL */
.tms-footer-email {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s, opacity 0.3s;
  white-space: nowrap;
}

.tms-footer-email svg {
  flex-shrink: 0;
}

.tms-footer-email:hover {
  color: #f97316;
  opacity: 0.95;
}

/* MOBILE */
@media (max-width: 768px) {
  .tms-footer-email,
  .tms-footer-whatsapp {
    white-space: normal;
  }
}/* End custom CSS */