/* ============================================================
   SOLARTECH — Estilos Personalizados
   Fonte títulos : Exo 2 (700, 800, 900)
   Fonte corpo   : Nunito (400, 600, 700, 800)
   Primária      : #1C2242
   Secundária    : #F08229
   ============================================================ */

/* ── RESET / BASE ─────────────────────────────────────────── */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

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

body {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  color: #1C2242;
  margin: 0;
  padding: 0;
  padding-top: 66px; /* compensar navbar fixa */
}

/* ============================================================
   NAVBAR
   ============================================================ */

.st-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: #1C2242;
  min-height: 66px;
  padding: 0;
  box-shadow: 0 2px 20px rgba(28, 34, 66, 0.22);
}

/* Logo */
.st-navbar .st-logo-text {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: #ffffff;
  letter-spacing: -0.3px;
  text-decoration: none;
  white-space: nowrap;
}

.st-navbar .st-logo-text:hover {
  color: #ffffff;
}

/* Divisor vertical */
.st-navbar-divider {
  width: 1px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}

/* Links de navegação */
.st-navbar .st-nav-link {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
  border-bottom: 2px solid transparent;
  transition: color 0.18s ease, background-color 0.18s ease;
  white-space: nowrap;
}

.st-navbar .st-nav-link:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
}

.st-navbar .st-nav-link.active {
  color: #ffffff;
  background-color: transparent;
  border-bottom: 2px solid #F08229;
  border-radius: 6px 6px 0 0;
}

/* Toggler (hambúrguer) */
.st-navbar-toggler {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 7px;
  padding: 0.4rem 0.55rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  line-height: 0;
}

.st-navbar-toggler:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(240, 130, 41, 0.4);
}

.st-toggler-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 2px;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

/* Menu aberto: anima barras em X */
.st-navbar-toggler[aria-expanded="true"] .st-toggler-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.st-navbar-toggler[aria-expanded="true"] .st-toggler-bar:nth-child(2) {
  opacity: 0;
}
.st-navbar-toggler[aria-expanded="true"] .st-toggler-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Área do botão de ação */
.st-nav-actions {
  display: flex;
  align-items: center;
}

/* Menu mobile expandido */
@media (max-width: 991.98px) {
  .st-navbar .navbar-collapse {
    padding: 1rem 0 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 0.5rem;
  }

  .st-navbar .navbar-nav {
    gap: 0.2rem;
    margin-bottom: 1rem;
  }

  .st-navbar .st-nav-link {
    display: block;
    padding: 0.55rem 0.75rem;
    border-radius: 8px;
    border-bottom: none;
  }

  .st-navbar .st-nav-link.active {
    border-bottom: none;
    border-left: 3px solid #F08229;
    border-radius: 0 8px 8px 0;
    background-color: rgba(255, 255, 255, 0.06);
  }

  .st-nav-actions {
    padding-top: 0.25rem;
  }

  .st-btn-solid-nav {
    width: 100%;
    text-align: center;
    display: block;
  }
}

/* Botão sólido (Simulação grátis) */
.st-btn-solid-nav {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: #F08229;
  border: 1.5px solid #F08229;
  border-radius: 8px;
  padding: 0.42rem 1.2rem;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}

.st-btn-solid-nav:hover {
  color: #ffffff;
  background-color: #d97220;
  border-color: #d97220;
}

/* Offset de âncora para navbar fixa */
#residencial,
#comercial,
#agronegocio {
  scroll-margin-top: 66px;
}

/* ============================================================
   HERO
   ============================================================ */

.st-hero {
  background-color: #F08229;
  height: 70vh;
  overflow: hidden;
  position: relative;
}

.st-hero .row {
  height: 100%;
}

/* ── Coluna esquerda ──────────────────────────────────────── */
.st-hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 80px;
  /* AJUSTE 3: reduzido de 40px para 16px para aproximar texto da imagem */
  padding-right: 16px;
}

/* Eyebrow */
.st-hero-eyebrow {
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.85rem;
}

/* Título principal */
.st-hero-title {
  font-family: 'Exo 2', sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  color: #ffffff;
  letter-spacing: -1.5px;
  line-height: 1.08;
  margin-bottom: 1.1rem;
}

/* Subtítulo */
.st-hero-subtitle {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
  max-width: 420px;
  margin-bottom: 2rem;
}

/* Botão branco (CTA principal) */
.st-btn-hero-white {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  color: #F08229;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 0.65rem 1.5rem;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease;
  white-space: nowrap;
}

.st-btn-hero-white:hover {
  background-color: #f5f5f5;
  color: #d97220;
  border-color: #f5f5f5;
}

/* Botão outline branco (CTA secundário) */
.st-btn-hero-outline {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 10px;
  padding: 0.65rem 1.5rem;
  text-decoration: none;
  transition: border-color 0.18s ease, background-color 0.18s ease;
  white-space: nowrap;
}

.st-btn-hero-outline:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.1);
}

/* ── Coluna direita ───────────────────────────────────────── */
.st-hero-right {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}

/* Retângulo de fundo atrás da foto */
.st-hero-backdrop {
  position: absolute;
  bottom: 0;
  right: 32px;
  width: 78%;
  height: 88%;
  background-color: rgba(0, 0, 0, 0.13);
  border-radius: 20px 20px 0 0;
  z-index: 1;
}

/* Wrapper da imagem */
.st-hero-img-placeholder {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

/* Gradiente escuro na base */
/* .st-hero-img-placeholder::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35%;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(185, 75, 5, 0.7) 60%,
    rgba(160, 60, 0, 0.92) 100%
  );
  z-index: 3;
  pointer-events: none;
} */

/* Imagem do cliente — alinhada ao backdrop, same right */
.st-hero-img {
  position: absolute;
  bottom: 0;
  right: 32px;
  z-index: 2;
  height: 100%;
  width: auto;
  max-width: 78%;
  object-fit: contain;
  object-position: bottom right;
  display: block;
}

/* Badge flutuante */
.st-hero-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 10;
  background-color: #1C2242;
  border-radius: 14px;
  padding: 1rem 1.25rem;
  text-align: center;
  min-width: 110px;
  box-shadow: 0 8px 32px rgba(28, 34, 66, 0.28);
}

.st-hero-badge-value {
  font-family: 'Exo 2', sans-serif;
  font-weight: 900;
  font-size: 2.2rem;
  color: #F08229;
  line-height: 1;
  display: block;
}

.st-hero-badge-label {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.35;
  display: block;
  margin-top: 0.3rem;
}

/* ============================================================
   TABLET — Hero (768px–991px)
   ============================================================ */
@media (min-width: 768px) and (max-width: 991.98px) {
  .st-hero-left {
    padding-left: 40px;
    padding-right: 24px;
  }
}

/* ============================================================
   MOBILE — Hero (< 992px)
   ============================================================ */
@media (max-width: 991.98px) {
  .st-hero {
    height: auto;
    overflow: visible;
  }

  .st-hero .row {
    height: auto;
  }

  .st-hero-left {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 48px;
    padding-bottom: 32px;
  }

  .st-hero-right {
    height: 55vw;
    min-height: 260px;
    display: flex;
    flex-direction: column;
  }

  .st-hero-img {
    height: 100%;
    max-height: 100%;
  }

  .st-hero-img-placeholder {
    height: 100%;
  }

  .st-hero-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    top: auto;
    left: auto;
    padding: 0.6rem 1rem;
    min-width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
  }

  .st-hero-badge-value {
    font-size: 1.5rem;
  }

  .st-hero-badge-label {
    font-size: 0.68rem;
    text-align: left;
  }
}

/* ============================================================
   SEÇÃO SOLUÇÕES — 3 cards
   ============================================================ */

.st-solucoes {
  padding: 80px 0 96px;
  background-color: #ffffff;
}

.st-solucoes-header {
  text-align: center;
  margin-bottom: 48px;
}

.st-solucoes-tag {
  display: block;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #F08229;
  margin-bottom: 12px;
}

.st-solucoes-titulo {
  font-family: 'Exo 2', sans-serif;
  /* font-weight: 900; */
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: #1C2242;
  letter-spacing: -1px;
  line-height: 1.15;
  margin: 0;
}

.st-card-solucao {
  border: 1px solid #e8eaef;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  background: #ffffff;
  height: 100%;
}

.st-card-solucao:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(28, 34, 66, 0.1);
}

/* Imagem real */
.st-card-foto {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

/* Placeholder enquanto não tem foto */
.st-card-foto-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-color: #f0f2f8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Nunito', sans-serif;
  font-size: 0.8rem;
  color: #aab0c4;
  letter-spacing: 0.5px;
}

.st-card-corpo {
  padding: 24px 24px 28px;
}

.st-card-icone-wrap {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background-color: rgba(240, 130, 41, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.st-card-icone-wrap svg {
  width: 22px;
  height: 22px;
}

.st-card-titulo {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  color: #1C2242;
}

.st-card-desc {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: #6b7494;
  line-height: 1.65;
  margin-top: 12px;
  margin-bottom: 20px;
}

.st-card-link {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 0.85rem;
  color: #F08229;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.18s ease, color 0.18s ease;
}

.st-card-link:hover {
  color: #d97220;
  gap: 10px;
}

/* ============================================================
   SEÇÃO DIFERENCIAIS — 4 mini-cards + botão
   ============================================================ */

.st-diferenciais {
  padding: 80px 0 96px;
  background-color: #ffffff;
}

/* Card */
.st-mini-card {
  border: 1px solid #e8eaef;
  border-radius: 16px;
  padding: 28px 24px 32px;
  height: 100%;
  background: #ffffff;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.st-mini-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 36px rgba(28, 34, 66, 0.09);
}

/* Ícone */
.st-mini-card-icone {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: rgba(240, 130, 41, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.st-mini-card-icone svg {
  width: 24px;
  height: 24px;
}

/* Título */
.st-mini-card-titulo {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: #1C2242;
  margin-bottom: 10px;
  line-height: 1.3;
}

/* Descrição */
.st-mini-card-desc {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  color: #6b7494;
  line-height: 1.65;
  margin: 0;
}

/* Botão CTA */
.st-btn-diferenciais {
  display: inline-block;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  color: #ffffff;
  background-color: #F08229;
  border: 2px solid #F08229;
  border-radius: 10px;
  padding: 14px 40px;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.st-btn-diferenciais:hover {
  background-color: #d97220;
  border-color: #d97220;
  color: #ffffff;
  transform: translateY(-2px);
}

/* ============================================================
   SEÇÕES SPLIT — SEGMENTOS (Residencial / Comercial / Agronegócio)
   ============================================================ */

.st-split {
  padding: 88px 0;
  background-color: #ffffff;
}

.st-split--alt {
  background-color: #F8F9FA;
}

/* Área da imagem */
.st-split-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.st-split-img-wrap--residencial { background-color: rgba(240, 130, 41, 0.08); }
.st-split-img-wrap--comercial   { background-color: rgba(37, 99, 235, 0.08); }
.st-split-img-wrap--agronegocio { background-color: rgba(22, 163, 74, 0.08); }

.st-split-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Badge de segmento */
.st-split-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  border-radius: 100px;
  padding: 6px 14px;
  margin-bottom: 18px;
}

.st-split-badge--residencial { color: #F08229; background-color: rgba(240, 130, 41, 0.12); }
.st-split-badge--comercial   { color: #2563EB; background-color: rgba(37, 99, 235, 0.10); }
.st-split-badge--agronegocio { color: #16A34A; background-color: rgba(22, 163, 74, 0.10); }

/* Título */
.st-split-titulo {
  font-family: 'Exo 2', sans-serif;
  font-weight: 900;
  font-size: clamp(1.75rem, 2.8vw, 2.4rem);
  color: #1C2242;
  letter-spacing: -1px;
  line-height: 1.15;
  margin-bottom: 14px;
}

/* Descrição */
.st-split-desc {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #6b7494;
  line-height: 1.65;
  margin-bottom: 28px;
  max-width: 480px;
}

/* Lista de vantagens — 2 colunas */
.st-split-lista {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}

.st-split-item {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: #3d4466;
  padding-left: 22px;
  position: relative;
  line-height: 1.45;
}

.st-split-item::before {
  content: '✓';
  position: absolute;
  left: 0;
  font-weight: 900;
  font-size: 0.8rem;
  line-height: 1.45;
}

.st-split-lista--residencial .st-split-item::before { color: #F08229; }
.st-split-lista--comercial   .st-split-item::before { color: #2563EB; }
.st-split-lista--agronegocio .st-split-item::before { color: #16A34A; }

/* Botão CTA */
.st-split-btn {
  display: inline-block;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  color: #ffffff;
  border-radius: 10px;
  padding: 14px 32px;
  text-decoration: none;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.st-split-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.st-split-btn--residencial         { background-color: #F08229; }
.st-split-btn--residencial:hover   { background-color: #d97220; }
.st-split-btn--comercial           { background-color: #2563EB; }
.st-split-btn--comercial:hover     { background-color: #1d4ed8; }
.st-split-btn--agronegocio         { background-color: #16A34A; }
.st-split-btn--agronegocio:hover   { background-color: #15803d; }

/* Tablet (768px–991px): padding reduzido, lista ainda 1 coluna */
@media (min-width: 768px) and (max-width: 991.98px) {
  .st-split {
    padding: 64px 0;
  }

  .st-split-lista {
    grid-template-columns: 1fr 1fr;
  }

  .st-split-img-wrap {
    aspect-ratio: 3 / 2;
  }
}

/* Mobile (< 768px) */
@media (max-width: 767.98px) {
  .st-split {
    padding: 48px 0;
  }

  .st-split-lista {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 28px;
  }

  .st-split-desc {
    max-width: 100%;
    font-size: 0.95rem;
  }

  .st-split-titulo {
    font-size: clamp(1.45rem, 6vw, 1.9rem);
  }

  .st-split-btn {
    width: 100%;
    text-align: center;
    padding: 13px 24px;
  }

  .st-split-img-wrap {
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    margin-bottom: 8px;
  }
}

/* ============================================================
   SEÇÃO PARCERIA — Eletro Center MS
   ============================================================ */

#parceria {
  scroll-margin-top: 66px;
}

.st-parceria {
  padding: 88px 0;
  background-color: #F8F9FA;
}

/* Header centralizado */
.st-parceria-header {
  text-align: center;
  margin-bottom: 52px;
}

.st-parceria-titulo {
  font-family: 'Exo 2', sans-serif;
  font-weight: 900;
  font-size: clamp(1.75rem, 2.8vw, 2.4rem);
  color: #1C2242;
  letter-spacing: -1px;
  line-height: 1.15;
  margin-bottom: 14px;
}

.st-parceria-subtitulo {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #6b7494;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 520px;
}

/* Card */
.st-parceria-card {
  border: 1px solid #e8eaef;
  border-radius: 16px;
  padding: 32px;
  background: #ffffff;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.st-parceria-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 36px rgba(28, 34, 66, 0.09);
}

/* Logo */
.st-parceria-logo {
  max-height: 60px;
  width: auto;
  display: block;
}

/* Pills de serviço */
.st-parceria-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  color: #F08229;
  background-color: rgba(240, 130, 41, 0.10);
  border-radius: 100px;
  padding: 5px 14px;
}

/* Card variante laranja (destaque) */
.st-parceria-card--destaque {
  background-color: #F08229;
  border-color: #F08229;
}

.st-parceria-card--destaque .st-mini-card-titulo,
.st-parceria-card--destaque .st-mini-card-desc {
  color: #ffffff;
}

.st-parceria-card--destaque .st-parceria-pill {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.20);
}

/* Botão preto dentro do card destaque */
.st-parceria-card--destaque-btn {
  background-color: #1C2242;
  color: #ffffff;
}

.st-parceria-card--destaque-btn:hover {
  background-color: #111624;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Item de vantagem */
.st-parceria-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.st-parceria-item:last-child {
  margin-bottom: 0;
}

.st-parceria-item-titulo {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  color: #1C2242;
  margin-bottom: 4px;
  line-height: 1.3;
}

/* Faixa CTA escura */
.st-parceria-cta {
  background-color: #1C2242;
  border-radius: 16px;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 8px;
}

.st-parceria-cta-eyebrow {
  display: block;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 8px;
}

.st-parceria-cta-titulo {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  color: #ffffff;
  letter-spacing: -0.4px;
  line-height: 1.25;
  margin: 0;
}

.st-parceria-cta-right {
  flex-shrink: 0;
}

/* Botão branco da faixa */
.st-parceria-cta-btn {
  display: inline-block;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  color: #1C2242;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 13px 28px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.st-parceria-cta-btn:hover {
  background-color: #F08229;
  border-color: #F08229;
  color: #ffffff;
}

/* ── Tablet (768px–991px) ─────────────────────────────────── */
@media (min-width: 768px) and (max-width: 991.98px) {
  .st-parceria {
    padding: 64px 0;
  }

  .st-parceria-cta {
    padding: 28px 32px;
  }
}

/* ── Mobile (< 768px) ─────────────────────────────────────── */
@media (max-width: 767.98px) {
  .st-parceria {
    padding: 48px 0;
  }

  .st-parceria-card {
    padding: 24px;
  }

  .st-parceria-cta {
    flex-direction: column;
    text-align: center;
    padding: 28px 24px;
    gap: 20px;
  }

  .st-parceria-cta-btn {
    width: 100%;
    text-align: center;
  }
}

/* ── Fachada + WhatsApp ───────────────────────────────────── */

.st-parceria-fachada-wrap {
  max-width: 860px;
  width: 100%;
  margin: 48px auto 0;
}

.st-parceria-fachada-img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.st-parceria-fachada-img:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(28, 34, 66, 0.13);
}

.st-parceria-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  color: #ffffff;
  background-color: #25D366;
  border-radius: 10px;
  padding: 14px 32px;
  text-decoration: none;
  margin-top: 24px;
  transition: background-color 0.22s ease, transform 0.22s ease;
}

.st-parceria-whatsapp-btn:hover {
  background-color: #1ebe5d;
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 767.98px) {
  .st-parceria-whatsapp-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================================
   MASCOTE FLUTUANTE — versão chat
   ============================================================ */

@keyframes st-float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-9px); }
}

@keyframes st-badge-pulse {
  0%, 100% { transform: scale(1); }
  50%       { transform: scale(1.25); }
}

@keyframes st-typing {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
  30%            { transform: translateY(-5px); opacity: 1; }
}

/* ── Wrapper fixo ─────────────────────────────────────────── */
.st-mascote-wrap {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1020;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

/* ── Trigger (mascote clicável) ───────────────────────────── */
.st-mascote-trigger {
  position: relative;
  cursor: pointer;
  width: 88px;
  flex-shrink: 0;
}

.st-mascote-img {
  width: 88px;
  display: block;
  filter: drop-shadow(0 8px 20px rgba(28, 34, 66, 0.28));
  animation: st-float 2.8s ease-in-out infinite;
  transition: transform 0.22s ease;
}

.st-mascote-img:hover {
  transform: scale(1.07);
}

/* ── Badge de notificação ─────────────────────────────────── */
.st-mascote-badge {
  position: absolute;
  top: 4px;
  right: 0;
  background: #F08229;
  color: #ffffff;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 0.65rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  animation: st-badge-pulse 1.8s ease-in-out infinite;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.st-mascote-badge--visivel {
  opacity: 1;
}

/* ── Balão de conversa ────────────────────────────────────── */
.st-mascote-balao {
  width: 290px;
  background: #ffffff;
  border-radius: 18px 18px 18px 4px;
  box-shadow: 0 12px 48px rgba(28, 34, 66, 0.18), 0 2px 8px rgba(28, 34, 66, 0.08);
  border: 1px solid #e8eaef;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.88) translateY(12px);
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
  transform-origin: bottom right;
}

.st-mascote-balao--visivel {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}

/* ── Header do balão ──────────────────────────────────────── */
.st-mascote-header {
  background: #1C2242;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.st-mascote-avatar {
  position: relative;
  flex-shrink: 0;
}

.st-mascote-avatar-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  border: 2px solid #F08229;
  background: #F08229;
}

.st-mascote-online {
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 9px;
  height: 9px;
  background: #25D366;
  border-radius: 50%;
  border: 2px solid #1C2242;
}

.st-mascote-header-info {
  flex: 1;
}

.st-mascote-header-nome {
  display: block;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 0.88rem;
  color: #ffffff;
  line-height: 1.2;
}

.st-mascote-header-status {
  font-family: 'Nunito', sans-serif;
  font-size: 0.7rem;
  color: #25D366;
  font-weight: 600;
}

.st-mascote-fechar {
  background: rgba(255, 255, 255, 0.12);
  border: none;
  border-radius: 6px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
  padding: 0;
  transition: background 0.18s ease, color 0.18s ease;
}

.st-mascote-fechar:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}

/* ── Body da mensagem ─────────────────────────────────────── */
.st-mascote-body {
  padding: 16px 16px 12px;
  min-height: 80px;
}

/* Bolha de digitação */
.st-mascote-typing {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 14px;
  background: #f0f2f8;
  border-radius: 12px 12px 12px 4px;
  width: fit-content;
  margin-bottom: 10px;
}

.st-mascote-typing span {
  width: 7px;
  height: 7px;
  background: #aab0c4;
  border-radius: 50%;
  animation: st-typing 1.2s ease-in-out infinite;
}

.st-mascote-typing span:nth-child(2) { animation-delay: 0.2s; }
.st-mascote-typing span:nth-child(3) { animation-delay: 0.4s; }

.st-mascote-typing--hidden {
  display: none;
}

/* Mensagem real */
.st-mascote-msg {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.st-mascote-msg--visivel {
  opacity: 1;
}

/* Conteúdo textual */
.st-mascote-eyebrow {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #F08229;
  margin-bottom: 5px;
}

.st-mascote-titulo {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 0.92rem;
  color: #1C2242;
  line-height: 1.3;
  margin-bottom: 6px;
}

.st-mascote-texto {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  color: #6b7494;
  line-height: 1.55;
  margin-bottom: 12px;
}

.st-mascote-btn {
  display: block;
  width: 100%;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 0.82rem;
  color: #ffffff;
  background: #F08229;
  border-radius: 8px;
  padding: 9px 14px;
  text-align: center;
  text-decoration: none;
  transition: filter 0.18s ease, transform 0.18s ease;
}

.st-mascote-btn:hover {
  color: #ffffff;
  filter: brightness(0.88);
  transform: translateY(-1px);
}

/* ── Dots ─────────────────────────────────────────────────── */
.st-mascote-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 0 16px 14px;
}

.st-mascote-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e0e3ee;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.st-mascote-dot--ativo {
  background: #F08229;
  transform: scale(1.3);
}

/* ── Mobile (< 576px) ─────────────────────────────────────── */
@media (max-width: 575.98px) {
  .st-mascote-wrap {
    bottom: 16px;
    right: 16px;
  }

  .st-mascote-balao {
    width: 260px;
  }

  .st-mascote-img {
    width: 74px;
  }
}

/* ============================================================
   RODAPÉ
   ============================================================ */

.st-footer {
  background-color: #1C2242;
  padding: 56px 0 0;
}

.st-footer-main {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.st-footer-logo {
  max-height: 48px;
  width: auto;
  display: block;
  margin-bottom: 14px;
  filter: brightness(0) invert(1);
}

.st-footer-tagline {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  margin: 0;
  max-width: 260px;
}

.st-footer-group-titulo {
  display: block;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #F08229;
  margin-bottom: 16px;
}

.st-footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.st-footer-link {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.18s ease;
}

.st-footer-link:hover {
  color: #F08229;
}

.st-footer-contato {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.st-footer-social {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.18s ease;
}

.st-footer-social:hover {
  color: #F08229;
}

.st-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 16px;
}

.st-footer-copy {
  font-family: 'Nunito', sans-serif;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.35);
  margin: 0;
}

.st-footer-dev {
  font-family: 'Nunito', sans-serif;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.35);
  margin: 0;
}

.st-footer-dev-link {
  color: #F08229;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.18s ease;
}

.st-footer-dev-link:hover {
  color: #d97220;
}

/* Tablet */
@media (max-width: 991.98px) {
  .st-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .st-footer-logo-wrap {
    grid-column: 1 / -1;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .st-footer {
    padding-top: 40px;
  }

  .st-footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 32px;
  }

  .st-footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}