/* ------------------------------------------------------------------
   Paleta da marca — altere só aqui para trocar as cores de toda a LP
   ------------------------------------------------------------------ */
:root {
  --primary:          #6A0053;  /* cor principal da marca            */
  --primary-light:    #8F0071;  /* tom claro: gradientes, botões     */
  --primary-deep:     #3F0032;  /* fundo do rodapé                   */
  --primary-darkest:  #2B0021;  /* menu fixo e topo do hero          */
  --secondary:        #D4AF37;  /* dourado: destaques e detalhes     */
  --on-secondary:     #2B0021;  /* texto sobre o dourado (legibilidade) */

  --surface:          #FBEFF6;  /* fundo das tags de preço           */
  --surface-2:        #F7E3EF;  /* fundo alternativo                 */
  --border:           #F1DCE9;  /* borda dos cards                   */
  --border-alt:       #F4E2EC;  /* borda dos cards de acessórios     */
  --divider:          #EDD5E4;  /* linhas dos divisores de categoria */
  --card-alt:         #FEFAFC;  /* fundo dos cards de acessórios     */

  /* versões RGB — usadas em sombras e transparências */
  --primary-rgb:         106, 0, 83;
  --primary-light-rgb:   143, 0, 113;
  --primary-darkest-rgb: 43, 0, 33;
  --secondary-rgb:       212, 175, 55;
}

/* ------------------------------------------------------------------
   Volpato Connect — Landing Page
   Estrutura: grid de seções / linhas / colunas
   ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background-color: #ffffff;
  color: #333333;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.43;
  -webkit-font-smoothing: antialiased;
}
img { border: 0; }

.lp-section { width: 100%; }
.lp-section--footer { background-color: var(--primary-deep); }

.lp-row {
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.lp-col { padding: 0 10px; display: flex; flex-direction: column; justify-content: center; }
.lp-col-12 { flex: 12 0 0; }
.lp-col-6  { flex: 6 0 0; }
.lp-col-4  { flex: 4 0 0; }
.lp-section--footer .lp-col { padding: 0 30px; }

/* âncoras do menu não ficam escondidas sob a navbar fixa */
.lp-section[id] { scroll-margin-top: 60px; }

/* logo e aviso legal do rodapé */
.lp-logo { margin: 20px auto; max-width: 295px; text-align: center; }
.lp-logo img { width: 295px; max-width: 100%; height: auto; display: block; }
.lp-legal { max-width: 389px; margin: 0 auto; }
.lp-legal p { margin: 0 0 6px; line-height: 1; }

/* Correção: bloco de encerramento não cabia em telas pequenas. */
@media screen and (max-width: 767px) {
  .lp-ecossistema-inner { padding: 32px 16px !important; }
  .lp-pilares td { padding: 6px 10px !important; font-size: 10.5px !important; }
  .lp-pilares td.lp-pilares-sep { padding: 0 5px !important; font-size: 14px !important; }
}

/* Correção: um parágrafo do divisor "Acessórios" vinha com white-space:nowrap
   herdado da LP original e forçava rolagem horizontal no celular. */
.lp-section p[style*="nowrap"] { white-space: normal !important; }

@media screen and (max-width: 860px) {
  .lp-row { flex-direction: column; }
  .lp-col, .lp-col-12, .lp-col-6, .lp-col-4 { flex: 1 1 auto; width: 100%; }
  .lp-logo { max-width: 187px; }
  .lp-logo img { width: 187px; }
}


/* ---------- Estilos dos componentes da LP ---------- */

html, body {
    margin: 0 !important;
    padding: 0 !important;
  }

.allcom-banner-strip {
      position: relative;
      width: 100%;
      height: 150px;
      background-color: var(--primary-darkest);
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      padding: 10px 0 0 0;
    }
    .allcom-banner-strip img {
      max-width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }
    .allcom-banner-vignette {
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at center, rgba(var(--primary-darkest-rgb), 0) 20%, rgba(var(--primary-darkest-rgb), 0.85) 60%, rgba(var(--primary-darkest-rgb), 1) 95%);
      pointer-events: none;
    }
    .allcom-banner-fade {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 50%;
      background: linear-gradient(180deg, rgba(var(--primary-darkest-rgb), 0) 0%, var(--primary-darkest) 100%);
      pointer-events: none;
    }
    .allcom-hero-content {
      position: relative;
      background: linear-gradient(180deg, var(--primary-darkest) 0%, var(--primary) 40%, var(--primary-light) 100%);
      padding: 16px 20px 32px 20px;
      text-align: center;
      margin-top: -1px;
    }
    .allcom-hero-wrap { 
      position: relative; 
      ;
      margin: 0 auto; 
      z-index: 3; 
    }
    .allcom-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: rgba(255,255,255,0.12);
      border: 1px solid rgba(255,255,255,0.3);
      backdrop-filter: blur(4px);
      color: #ffffff;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 9.5px;
      letter-spacing: 1.4px;
      text-transform: uppercase;
      padding: 4px 14px;
      border-radius: 30px;
      margin-bottom: 14px;
    }
    .allcom-badge-dot {
      width: 5px; 
      height: 5px; 
      border-radius: 50%; 
      background: #ffffff;
      box-shadow: 0 0 0 3px rgba(255,255,255,0.2);
    }
    .allcom-title {
      font-family: 'Montserrat', sans-serif;
      font-size: 24px;
      font-weight: 800;
      color: #ffffff;
      margin: 0 0 14px 0;
      line-height: 1.35;
      letter-spacing: 0.8px;
    }
    .allcom-subtitle {
      font-family: 'Montserrat', sans-serif;
      font-size: 12.5px;
      font-weight: 400;
      color: rgba(255,255,255,0.88);
      margin: 0 auto 20px auto;
      line-height: 1.5;
      max-width: 560px;
    }
    .allcom-subtitle strong {
      color: #ffffff;
      font-weight: 700;
    }
    .allcom-cta {
      font-family: 'Montserrat', sans-serif;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--secondary);
      color: var(--on-secondary) !important;
      font-weight: 700;
      font-size: 12.5px;
      padding: 10px 24px;
      border-radius: 50px;
      text-decoration: none;
      box-shadow: 0 6px 16px rgba(var(--secondary-rgb), 0.4);
      animation: allcom-pulse 2.4s infinite;
      transition: transform 0.25s ease;
    }
    .allcom-cta:hover {
      transform: translateY(-2px) scale(1.02);
    }
    .allcom-cta-arrow {
      display: inline-flex;
      align-items: center;
      transform: rotate(90deg);
      transition: transform 0.25s ease;
    }
    .allcom-cta:hover .allcom-cta-arrow {
      transform: rotate(90deg) translateX(3px);
    }

    @keyframes allcom-pulse {
      0%, 100% { box-shadow: 0 0 0 0 rgba(var(--secondary-rgb), 0.55), 0 6px 16px rgba(var(--secondary-rgb), 0.4); }
      50% { box-shadow: 0 0 0 10px rgba(var(--secondary-rgb), 0), 0 6px 16px rgba(var(--secondary-rgb), 0.4); }
    }

    @media (max-width: 768px) {
      .allcom-banner-strip { height: 110px; }
      .allcom-hero-content { padding: 12px 16px 26px 16px; }
      .allcom-title { font-size: 18px; letter-spacing: 0.4px; }
      .allcom-subtitle { font-size: 11.5px; }
      .allcom-cta { font-size: 11.5px; padding: 9px 20px; }
    }

.allcom-nav-container {
    width: 100%;
    background: var(--primary-darkest);
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: 0 4px 16px rgba(var(--primary-darkest-rgb), 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .allcom-nav-wrap {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    gap: 8px; /* Espaçamento ajustado para comportar mais itens */
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
  }
  .allcom-nav-wrap::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  .allcom-nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 8.5px; /* Fonte reduzida conforme solicitado */
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    padding: 6px 12px; /* Padding otimizado */
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    white-space: nowrap;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }
  .allcom-nav-link:hover {
    background: var(--primary-light);
    color: #ffffff;
    border-color: var(--secondary);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(var(--secondary-rgb), 0.25);
  }
  .allcom-nav-link-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--secondary);
    display: inline-block;
  }

  @media (max-width: 768px) {
    .allcom-nav-wrap {
      justify-content: flex-start;
      padding: 10px 10px;
      gap: 6px;
    }
    .allcom-nav-link {
      font-size: 8px;
      padding: 5px 10px;
    }
  }

/* Garante suporte a camadas z-index e evita corte da imagem ampliada */
  .allcom-card-outer, 
  .allcom-card-outer table, 
  .allcom-card-outer td, 
  .allcom-card-outer tr {
    overflow: visible !important;
  }
  .allcom-card-outer {
    position: relative;
    max-width: 560px;
    margin: 24px auto;
  }
  .allcom-img-hover-wrap {
    display: block;
    position: relative;
    z-index: 10;
    overflow: visible;
  }
  .allcom-img-hover-wrap img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    background-color: #ffffff;
    transform-origin: center center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  /* Ao passar o mouse, aumenta e se posiciona acima de todo o conteúdo */
  .allcom-img-hover-wrap:hover {
    z-index: 999999 !important;
  }
  .allcom-img-hover-wrap:hover img {
    transform: scale(2.2) translateX(70px);
    position: relative;
    z-index: 999999 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 16px #ffffff, 0 20px 50px rgba(0, 0, 0, 0.4);
  }

/* Garante suporte a camadas z-index e evita corte da imagem ampliada */
  .allcom-card-outer, 
  .allcom-card-outer table, 
  .allcom-card-outer td, 
  .allcom-card-outer tr {
    overflow: visible !important;
  }
  .allcom-card-outer {
    position: relative;
    max-width: 560px;
    margin: 24px auto;
  }
  .allcom-img-hover-wrap {
    display: block;
    position: relative;
    z-index: 10;
    overflow: visible;
  }
  .allcom-img-hover-wrap img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    background-color: #ffffff;
    transform-origin: center center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  }
  /* Ao passar o mouse, aumenta e se posiciona acima de todo o conteúdo */
  .allcom-img-hover-wrap:hover {
    z-index: 999999 !important;
  }
  .allcom-img-hover-wrap:hover img {
    transform: scale(2.2) translateX(70px);
    position: relative;
    z-index: 999999 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 16px #ffffff, 0 20px 50px rgba(0, 0, 0, 0.4);
  }

/* Garante suporte a camadas z-index e evita corte da imagem ampliada */
  .allcom-card-outer, 
  .allcom-card-outer table, 
  .allcom-card-outer td, 
  .allcom-card-outer tr {
    overflow: visible !important;
  }
  .allcom-card-outer {
    position: relative;
    max-width: 720px;
    margin: 24px auto;
  }
  .allcom-img-hover-wrap {
    display: block;
    position: relative;
    z-index: 10;
    overflow: visible;
  }
  .allcom-img-hover-wrap img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    background-color: transparent;
    mix-blend-mode: multiply;
    transform-origin: center center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  }
  /* Ao passar o mouse, aumenta e se posiciona acima de todo o conteúdo */
  .allcom-img-hover-wrap:hover {
    z-index: 999999 !important;
  }
  .allcom-img-hover-wrap:hover img {
    transform: scale(1.4) translateX(20px);
    position: relative;
    z-index: 999999 !important;
    background-color: #ffffff !important;
    mix-blend-mode: normal !important;
    box-shadow: 0 0 0 16px #ffffff, 0 20px 50px rgba(0, 0, 0, 0.4);
  }

/* Garante suporte a camadas z-index e evita corte da imagem ampliada */
  .sitallcom-card-outer, 
  .sitallcom-card-outer table, 
  .sitallcom-card-outer td, 
  .sitallcom-card-outer tr {
    overflow: visible !important;
  }
  .sitallcom-card-outer {
    position: relative;
    max-width: 720px;
    margin: 24px auto;
  }
  .sitallcom-img-hover-wrap {
    display: block;
    position: relative;
    z-index: 10;
    overflow: visible;
  }
  .sitallcom-img-hover-wrap img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    background-color: transparent;
    transform-origin: center center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  }
  /* Ao passar o mouse, aumenta e se posiciona acima de todo o conteúdo */
  .sitallcom-img-hover-wrap:hover {
    z-index: 999999 !important;
  }
  .sitallcom-img-hover-wrap:hover img {
    transform: scale(1.3) translateX(20px);
    position: relative;
    z-index: 999999 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 16px #ffffff, 0 20px 50px rgba(0, 0, 0, 0.4);
  }

/* Garante suporte a camadas z-index e evita corte da imagem ampliada */
  .allcom-card-outer, 
  .allcom-card-outer table, 
  .allcom-card-outer td, 
  .allcom-card-outer tr {
    overflow: visible !important;
  }
  .allcom-card-outer {
    position: relative;
    max-width: 560px;
    margin: 24px auto;
  }
  .allcom-img-hover-wrap {
    display: block;
    position: relative;
    z-index: 10;
    overflow: visible;
  }
  .allcom-img-hover-wrap img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    background-color: transparent;
    transform-origin: center center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  }
  /* Ao passar o mouse, aumenta e se posiciona acima de todo o conteúdo */
  .allcom-img-hover-wrap:hover {
    z-index: 999999 !important;
  }
  .allcom-img-hover-wrap:hover img {
    transform: scale(2.2) translateX(70px);
    position: relative;
    z-index: 999999 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 16px #ffffff, 0 20px 50px rgba(0, 0, 0, 0.4);
  }

/* Garante suporte a camadas z-index e evita corte da imagem ampliada */
  .allcom-card-outer, 
  .allcom-card-outer table, 
  .allcom-card-outer td, 
  .allcom-card-outer tr {
    overflow: visible !important;
  }
  .allcom-card-outer {
    position: relative;
    max-width: 720px;
    margin: 24px auto;
  }
  .allcom-img-hover-wrap {
    display: block;
    position: relative;
    z-index: 10;
    overflow: visible;
  }
  .allcom-img-hover-wrap img {
    display: block;
    width: 100%;
    max-width: 240px; /* Tamanho ampliado mantendo a proporção */
    height: auto;
    border-radius: 8px;
    background-color: transparent;
    mix-blend-mode: multiply;
    transform-origin: center center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  }
  /* Ao passar o mouse, aumenta e se posiciona acima de todo o conteúdo */
  .allcom-img-hover-wrap:hover {
    z-index: 999999 !important;
  }
  .allcom-img-hover-wrap:hover img {
    transform: scale(1.15) translateY(-4px);
    position: relative;
    z-index: 999999 !important;
    background-color: #ffffff !important;
    mix-blend-mode: normal !important;
    box-shadow: 0 0 0 16px #ffffff, 0 20px 50px rgba(0, 0, 0, 0.4);
  }

/* Garante suporte a camadas z-index e evita corte da imagem ampliada */
  .allcom-card-outer, 
  .allcom-card-outer table, 
  .allcom-card-outer td, 
  .allcom-card-outer tr {
    overflow: visible !important;
  }

  /* CARD CENTRALIZADO NA PÁGINA */
  .allcom-card-outer {
    position: relative;
    max-width: 560px;
    width: 100%;
    margin: 24px auto;
  }

  .allcom-img-hover-wrap {
    display: block;
    position: relative;
    z-index: 10;
    overflow: visible;
  }

  .allcom-img-hover-wrap img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    background-color: #ffffff;
    transform-origin: center center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  }

  .allcom-img-hover-wrap:hover {
    z-index: 999999 !important;
  }

  .allcom-img-hover-wrap:hover img {
    transform: scale(2.2) translateX(70px);
    position: relative;
    z-index: 999999 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 16px #ffffff, 0 20px 50px rgba(0, 0, 0, 0.4);
  }

/* Garante suporte a camadas z-index e evita corte */
  .allcom-card-outer, 
  .allcom-card-outer table, 
  .allcom-card-outer td, 
  .allcom-card-outer tr {
    overflow: visible !important;
  }
  .allcom-card-outer {
    position: relative;
    max-width: 720px;
    margin: 24px auto;
  }
  .allcom-img-hover-wrap {
    display: block;
    position: relative;
    overflow: visible;
    z-index: 10;
  }
  .allcom-img-hover-wrap img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    background-color: transparent;
    transform-origin: center center;
    transition: transform 0.3s ease;
  }
  .allcom-img-hover-wrap:hover img {
    transform: scale(1.05);
  }
  .play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background-color: rgba(var(--primary-light-rgb), 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transition: transform 0.3s ease, background-color 0.3s ease;
  }
  .allcom-img-hover-wrap:hover .play-overlay {
    transform: translate(-50%, -50%) scale(1.15);
    background-color: rgba(var(--primary-light-rgb), 1);
  }

/* Garante suporte a camadas z-index e evita corte da imagem ampliada */
  .allcom-card-outer, 
  .allcom-card-outer table, 
  .allcom-card-outer td, 
  .allcom-card-outer tr {
    overflow: visible !important;
  }
  .allcom-card-outer {
    position: relative;
    max-width: 720px;
    margin: 24px auto;
  }
  .allcom-img-hover-wrap {
    display: block;
    position: relative;
    z-index: 10;
    overflow: visible;
  }
  .allcom-img-hover-wrap img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    background-color: transparent;
    mix-blend-mode: multiply;
    transform-origin: center center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  }
  /* Ao passar o mouse, aumenta e se posiciona acima de todo o conteúdo */
  .allcom-img-hover-wrap:hover {
    z-index: 999999 !important;
  }
  .allcom-img-hover-wrap:hover img {
    transform: scale(1.3) translateX(10px);
    position: relative;
    z-index: 999999 !important;
    background-color: #ffffff !important;
    mix-blend-mode: normal !important;
    box-shadow: 0 0 0 16px #ffffff, 0 20px 50px rgba(0, 0, 0, 0.4);
  }

.allcom-footer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--secondary);
    color: var(--on-secondary) !important;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(var(--secondary-rgb), 0.4);
    animation: allcom-pulse-footer 2.4s infinite;
    transition: transform 0.25s ease;
  }
  .allcom-footer-cta:hover {
    transform: translateY(-2px) scale(1.02);
  }
  @keyframes allcom-pulse-footer {
    0%, 100% { box-shadow: 0 0 0 0 rgba(var(--secondary-rgb), 0.55), 0 6px 16px rgba(var(--secondary-rgb), 0.4); }
    50% { box-shadow: 0 0 0 10px rgba(var(--secondary-rgb), 0), 0 6px 16px rgba(var(--secondary-rgb), 0.4); }
  }

/* Ícone do WhatsApp é branco por padrão; sobre o dourado ele precisa escurecer. */
.allcom-cta img, .allcom-footer-cta img { filter: brightness(0); }


/* Logo da marca no topo do hero — fica acima da vinheta e do fade,
   que foram feitos para um banner de fundo, não para um logo. */
.allcom-banner-strip img {
  position: relative;
  z-index: 4;
  height: auto;
  max-height: 84px;
  width: auto;
  max-width: 78%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .allcom-banner-strip img { max-height: 58px; }
}
