/* =========================================================
   Infinix Internet - Tema (inspirado no layout Gmarx)
   Arquivo único compartilhado por todas as páginas
   ========================================================= */

/* --- VARIÁVEIS --- */
:root{
  --cor-primaria: #3B0A45;          /* roxo escuro */
  --cor-secundaria: #6E1B86;        /* roxo médio */
  --cor-destaque-start: #A855F7;    /* roxo claro */
  --cor-destaque-end: #EC4899;      /* pink */
  --cor-texto: #2b2b2b;
  --cor-fundo-claro: #f7f7fb;
  --branco: #ffffff;
}

/* --- GERAL --- */
*{ margin:0; padding:0; box-sizing:border-box; }
html, body{ height:100%; }
body{
  font-family:'Open Sans', sans-serif;
  line-height:1.6;
  color: var(--cor-texto);
  overflow-x:hidden;
  background: var(--cor-fundo-claro);
}
h1,h2,h3,h4{
  font-family:'Montserrat', sans-serif;
  font-weight:900;
  color: var(--cor-primaria);
}
a{ text-decoration:none; transition:.25s; color: inherit; }
ul{ list-style:none; }
img{ max-width:100%; display:block; }
.container{ max-width:1200px; margin:0 auto; padding:0 20px; }

/* --- HEADER --- */
header{
  background: var(--branco);
  box-shadow: 0 2px 10px rgba(0,0,0,.10);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
.navbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  height:80px;
}
.logo img{ height:52px; width:auto; }

.nav-links{
  display:flex;
  gap:18px;
  align-items:center;
}
.nav-links a{
  color: var(--cor-primaria);
  font-weight:800;
  font-size:.86rem;
  text-transform:uppercase;
  letter-spacing:.4px;
}
.nav-links a:hover{ color: var(--cor-destaque-end); }

.btn-cliente{
  background: linear-gradient(135deg, var(--cor-secundaria), var(--cor-destaque-end));
  color: var(--branco) !important;
  padding: 10px 18px;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
}
.btn-cliente:hover{ transform: translateY(-1px); filter:brightness(1.05); }

.menu-toggle{
  display:none;
  font-size:1.8rem;
  color: var(--cor-primaria);
  cursor:pointer;
}

/* --- HERO --- */
.hero{
  margin-top:80px;
  padding: 120px 0;
  background:
    linear-gradient(to right, rgba(59,10,69,.92) 0%, rgba(161, 5, 83, 0.555) 100%),
    radial-gradient(1000px 500px at 90% 20%, rgba(168,85,247,.45), transparent 60%),
    url('assets/img/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  color: var(--branco);
  text-align:left;
}
.hero-content{ max-width:650px; }
.hero h1{
  color: var(--branco);
  font-size: 3.2rem;
  margin-bottom: 10px;
  line-height: 1.05;
  text-transform: uppercase;
}
.hero h2{
  color: #ffd9ff;
  font-size: 1.1rem;
  font-weight:600;
  margin-bottom: 12px;
}
.hero p{
  font-size: 1.05rem;
  margin-bottom: 28px;
  color: rgba(255,255,255,.92);
}
.btn-hero{
  background: linear-gradient(135deg, var(--cor-destaque-start), var(--cor-destaque-end));
  color: var(--branco);
  padding: 14px 34px;
  font-size: 1.05rem;
  font-weight: 900;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 14px 34px rgba(0,0,0,.25);
}
.btn-hero:hover{ transform: scale(1.03); }

/* --- SEÇÕES --- */
.section{ padding: 80px 0; background: var(--branco); }
.section.alt{ background: var(--cor-fundo-claro); }
.section-header{ text-align:center; margin-bottom: 46px; }
.section-header h2{ font-size: 2.4rem; }
.section-header p{ color:#666; margin-top:8px; font-weight:700; }

/* --- SOBRE --- */
.sobre-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 50px;
  align-items:center;
}
.sobre-texto h2{
  font-size:2.2rem;
  margin-bottom:18px;
  border-left: 6px solid var(--cor-destaque-end);
  padding-left:14px;
}
.sobre-texto p{ margin-bottom:12px; color:#555; text-align: justify; font-weight:600; }
.destaque-texto{ color: var(--cor-primaria); font-weight: 900; }
.sobre-img{
  position:relative;
  border-radius: 20px;
  overflow:hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
  background: linear-gradient(135deg, rgba(168,85,247,.25), rgba(236,72,153,.18));
}
.sobre-img .box{
  padding: 26px;
}
.sobre-img .badgeimg{
  display:inline-flex;
  gap:10px;
  align-items:center;
  padding:10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,0,0,.08);
  font-weight: 900;
  color: var(--cor-primaria);
}
.sobre-img .big{
  font-size: 2.4rem;
  color: var(--cor-primaria);
  margin-top: 14px;
}
.sobre-img .small{
  margin-top: 8px;
  color:#4b4b4b;
  font-weight: 700;
}

/* --- PLANOS --- */
.grid-planos{
  display:flex;
  justify-content:center;
  gap: 26px;
  flex-wrap: wrap;
}
.card-plano{
  background: var(--branco);
  border-radius: 18px;
  padding: 44px 28px;
  text-align:center;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 14px 40px rgba(0,0,0,.06);
  position: relative;
  transition:.25s;
  width:100%;
  max-width: 370px;
}
.card-plano:hover{
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(0,0,0,.10);
}
.card-destaque{
  border: 2px solid rgba(236,72,153,.55);
  transform: scale(1.02);
}
.badge{
  position:absolute;
  top:-14px;
  left:50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--cor-destaque-start), var(--cor-destaque-end));
  color: white;
  padding: 8px 18px;
  border-radius: 999px;
  font-weight: 900;
  font-size:.85rem;
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}
.velocidade{
  font-size: 3.6rem;
  font-weight: 900;
  color: var(--cor-primaria);
  line-height: 1;
}
.medida{
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--cor-secundaria);
  display:block;
  margin-bottom: 18px;
}
.preco{
  font-size: 2.15rem;
  font-weight: 900;
  color:#222;
}
.preco span{ font-size:1.05rem; color:#777; font-weight: 700; }
.lista-beneficios{
  margin: 24px 0 0;
  text-align:left;
  padding-left: 6px;
}
.lista-beneficios li{
  margin-bottom: 10px;
  color:#555;
  font-weight: 700;
}
.lista-beneficios i{ color:#22c55e; margin-right: 10px; }
.btn-plano{
  display:block;
  padding: 14px;
  border-radius: 12px;
  font-weight: 900;
  margin-top: 24px;
  font-size: 1.05rem;
  border: 2px solid var(--cor-secundaria);
  color: var(--cor-secundaria);
}
.card-destaque .btn-plano{
  background: linear-gradient(135deg, var(--cor-secundaria), var(--cor-destaque-end));
  border: none;
  color: white;
}
.btn-plano:hover{ transform: translateY(-1px); filter:brightness(1.03); }

/* empresarial CTA */
.empresarial-cta{
  text-align:center;
  margin: 34px auto 0;
  padding: 18px;
  border-radius: 14px;
  display:block;
  width:100%;
  max-width: 860px;
  background: rgba(168,85,247,.10);
  border: 1px dashed rgba(110,27,134,.45);
}
.empresarial-cta p{ font-weight:800; color:#444; margin:0; }
.empresarial-cta a{
  color: var(--cor-secundaria);
  font-weight: 900;
  text-decoration: underline;
}
.empresarial-cta a:hover{ color: var(--cor-destaque-end); }

/* --- VANTAGENS --- */
.vantagens-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.vcard{
  background: var(--branco);
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 12px 38px rgba(0,0,0,.06);
  padding: 18px;
}
.vcard .ic{
  width:46px; height:46px;
  display:flex; align-items:center; justify-content:center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(168,85,247,.18), rgba(236,72,153,.14));
  border: 1px solid rgba(110,27,134,.18);
  color: var(--cor-primaria);
  font-size: 20px;
  margin-bottom: 10px;
}
.vcard b{ display:block; font-weight: 900; margin-bottom: 6px; }
.vcard p{ color:#666; font-weight:700; }

/* --- REGIÃO --- */
.regiao-box{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}
.regiao-list{
  background: var(--branco);
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 12px 38px rgba(0,0,0,.06);
  padding: 18px;
}
.regiao-list .pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(168,85,247,.12);
  border: 1px solid rgba(110,27,134,.18);
  font-weight: 900;
  color: var(--cor-primaria);
  margin-bottom: 12px;
}
.regiao-list ul li{
  padding: 10px 0;
  border-bottom: 1px dashed rgba(0,0,0,.08);
  font-weight: 800;
  color:#444;
}
.regiao-list ul li:last-child{ border-bottom:none; }
.map-container{
  border-radius: 16px;
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 12px 38px rgba(0,0,0,.06);
  background: var(--branco);
}
.map-container iframe{ width:100%; height: 360px; display:block; border:0; }

/* --- SPEEDTEST (HOME) --- */
.speed-test{
  position: relative;
  padding: 78px 0;
  text-align:center;
  background:
    linear-gradient(rgba(59,10,69,.88), rgba(110,27,134,.90)),
    radial-gradient(900px 400px at 30% 10%, rgba(236,72,153,.35), transparent 60%),
    url('assets/img/bg-speed.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.speed-test h2{
  color: #ffe6ff !important;
  font-size: 2.2rem;
  margin-bottom: 12px;
  text-shadow: 0 2px 10px rgba(0,0,0,.55);
}
.speed-test p{
  color: #fff !important;
  font-size: 1.1rem;
  font-weight:800;
  text-shadow: 0 2px 10px rgba(0,0,0,.55);
}
.btn-test{
  background: white;
  color: var(--cor-primaria);
  padding: 12px 30px;
  border-radius: 999px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  font-size: 1.05rem;
  transition: .25s;
  box-shadow: 0 14px 34px rgba(0,0,0,.25);
}
.btn-test:hover{ transform: scale(1.04); }

/* --- FOOTER --- */
footer{
  background:#1b1320;
  color:#cfc6d8;
  padding: 60px 0 20px;
}
.footer-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 34px;
}
.footer-logo img{
  filter: brightness(0) invert(1);
  height: 48px;
  margin-bottom: 12px;
}
.footer-info h4{ color:#fff; margin-bottom: 10px; }
.footer-info i{ color: var(--cor-destaque-end); width: 22px; }
.footer-info a{ color:#fff; font-weight:800; }
.footer-info a:hover{ color: #ffd9ff; }
.copyright{
  text-align:center;
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 30px;
  padding-top: 18px;
  font-size: .85rem;
}

/* --- BOTÃO FLUTUANTE --- */
.floating-wpp{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
  background-color: #25d366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 30px;
  box-shadow: 2px 2px 16px rgba(0,0,0,.25);
  animation: pulse 2s infinite;
}
.floating-wpp:hover{ background-color:#128c7e; transform: scale(1.08); }
@keyframes pulse{
  0%{ box-shadow: 0 0 0 0 rgba(37,211,102,.7); }
  70%{ box-shadow: 0 0 0 16px rgba(37,211,102,0); }
  100%{ box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* =========================================================
   PAINEL (cards / tabela / modal / forms)
   ========================================================= */
.painel{ margin-top: 92px; padding: 22px 0 60px; }
.pcard{
  background: var(--branco);
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 14px 44px rgba(0,0,0,.06);
  overflow:hidden;
}
.pcard .hd{
  padding: 16px 16px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.pcard .bd{ padding: 16px; }

.pill{
  display:inline-flex;
  gap:10px;
  align-items:center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(168,85,247,.10);
  border: 1px solid rgba(110,27,134,.18);
  font-weight: 900;
  color: var(--cor-primaria);
  font-size: .85rem;
}
.muted{ color: rgba(0,0,0,.62); font-weight: 700; }

.notice{
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.03);
  font-weight: 800;
  color:#333;
}
.notice.warn{
  background: rgba(255, 193, 7, .12);
  border-color: rgba(255, 193, 7, .28);
}
.notice.danger{
  background: rgba(239, 68, 68, .10);
  border-color: rgba(239, 68, 68, .24);
}

.form{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.input{
  width:100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.10);
  outline: none;
  font-weight: 900;
  color:#222;
  background: #fff;
}
.input:focus{
  border-color: rgba(236,72,153,.45);
  box-shadow: 0 0 0 4px rgba(236,72,153,.12);
}

.pbtn{
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  font-weight: 900;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  gap: 10px;
  color:#222;
}
.pbtn:hover{ transform: translateY(-1px); }
.pbtn:disabled{ opacity:.55; cursor:not-allowed; transform:none; }
.pbtn.primary{
  color: #fff;
  border: none;
  background: linear-gradient(135deg, var(--cor-secundaria), var(--cor-destaque-end));
  box-shadow: 0 14px 34px rgba(0,0,0,.16);
}
.pbtn.warn{
  background: rgba(255,193,7,.18);
  border-color: rgba(255,193,7,.30);
}
.pbtn.danger{
  background: rgba(239,68,68,.14);
  border-color: rgba(239,68,68,.26);
}

.contracts{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.contract{
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(168,85,247,.06);
  cursor:pointer;
  transition:.2s;
}
.contract:hover{
  transform: translateY(-2px);
  background: rgba(236,72,153,.06);
}
.contract b{ font-weight: 900; color: var(--cor-primaria); }
.contract .mini{
  margin-top: 8px;
  color:#444;
  font-weight: 800;
  font-size: .92rem;
}
.contract .mini div{ margin-top: 6px; }

.status-row{
  display:flex;
  align-items:center;
  gap:10px;
}
.lamp{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #999;
  box-shadow: 0 0 0 6px rgba(0,0,0,.05);
}
.lamp.ok{ background:#22c55e; box-shadow: 0 0 0 6px rgba(34,197,94,.18); }
.lamp.bad{ background:#ef4444; box-shadow: 0 0 0 6px rgba(239,68,68,.16); }

.tablewrap{ overflow:auto; border-radius: 14px; border:1px solid rgba(0,0,0,.08); }
table{ width:100%; border-collapse:collapse; background:#fff; min-width: 820px; }
thead th{
  text-align:left;
  padding: 12px;
  background: rgba(168,85,247,.10);
  color: var(--cor-primaria);
  font-weight: 900;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
tbody td{
  padding: 12px;
  border-bottom: 1px solid rgba(0,0,0,.06);
  vertical-align:top;
  font-weight: 800;
  color:#333;
}
tbody tr:hover{ background: rgba(236,72,153,.03); }

.tag{
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: .85rem;
  display:inline-flex;
}
.tag.ok{ background: rgba(34,197,94,.14); color:#14532d; border:1px solid rgba(34,197,94,.18); }
.tag.warn{ background: rgba(255,193,7,.18); color:#7a4d00; border:1px solid rgba(255,193,7,.22); }

.kpis{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 10px 0 14px;
}
.kpi{
  background: rgba(168,85,247,.07);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  padding: 12px;
}
.kpi .label{ font-weight: 900; color: rgba(0,0,0,.58); font-size: .82rem; }
.kpi .value{ font-weight: 900; color: var(--cor-primaria); font-size: 1.2rem; margin-top: 6px; }

.chart-wrap{
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  padding: 10px;
}

/* --- MODAL --- */
.modal{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  display:none;
  align-items:center;
  justify-content:center;
  z-index: 4500;
  padding: 18px;
}
.modal.open{ display:flex; }
.modal-card{
  width: 100%;
  max-width: 520px;
  border-radius: 18px;
  overflow:hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  box-shadow: 0 20px 80px rgba(0,0,0,.25);
}
.modal-hd{
  padding: 14px;
  display:flex;
  justify-content:space-between;
  gap: 12px;
  align-items:center;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.modal-bd{ padding: 14px; }
#qrBox{ display:flex; justify-content:center; align-items:center; padding: 8px; }

/* ====== TOAST (COPIADO) ====== */
.toast{
  position: fixed;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  z-index: 6000;
  background: rgba(12,7,21,.92);
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  padding: 10px 14px;
  border-radius: 999px;
  box-shadow: 0 16px 44px rgba(0,0,0,.25);
  font-weight: 900;
  display: none;
  align-items: center;
  gap: 10px;
}
.toast.show{ display:inline-flex; }

/* ====== BOTÃO "COPIADO" ====== */
.pbtn.copied{
  border: none !important;
  color: #fff !important;
  background: linear-gradient(135deg, #22c55e, #16a34a) !important;
}

/* ====== COOKIE BANNER ====== */
.cookie-banner{
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 7000;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(0,0,0,.18);
  padding: 14px;
  display:none;
}
.cookie-banner.show{ display:block; }
.cookie-row{
  display:flex;
  gap: 12px;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
}
.cookie-text{
  color: rgba(0,0,0,.72);
  font-weight: 800;
}
.cookie-text b{ color: var(--cor-secundaria); }
.cookie-actions{ display:flex; gap:10px; flex-wrap:wrap; }
.cookie-link{
  text-decoration: underline;
  color: var(--cor-primaria);
  font-weight: 900;
}
.cookie-link:hover{ color: var(--cor-destaque-end); }

/* --- RESPONSIVO --- */
@media (max-width: 992px){
  .vantagens-grid{ grid-template-columns: repeat(2, 1fr); }
  .regiao-box{ grid-template-columns: 1fr; }
  .sobre-grid{ grid-template-columns: 1fr; }
  .hero{ text-align:center; }
  .hero-content{ margin: 0 auto; }
}
@media (max-width: 768px){
  .menu-toggle{ display:block; }
  .nav-links{
    display:none;
    width: 100%;
    flex-direction: column;
    background: white;
    position:absolute;
    top:80px;
    left:0;
    padding: 18px;
    box-shadow: 0 10px 18px rgba(0,0,0,.10);
  }
  .nav-links.active{ display:flex; }
  .hero{ padding: 78px 0; }
  .hero h1{ font-size: 2.15rem; }
  .form{ grid-template-columns: 1fr; }
  .contracts{ grid-template-columns: 1fr; }
  .kpis{ grid-template-columns: 1fr; }
  table{ min-width: 720px; }
}


/* ===== VANTAGENS - MOVIMENTO IGUAL AOS PLANOS ===== */

.vantagens-grid{
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.vcard{
  background: var(--branco);
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #eee;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-width: 300px;
}

/* Apenas movimento */
.vcard:hover{
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.10);
}


/* HERO com mascote ao lado */
.hero-grid{
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items:center;
}

.hero-mascote{
  display:flex;
  justify-content:flex-end;
  align-items:center;
}

.hero-mascote img{
  width: min(420px, 100%);
  height: auto;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,.35));
  transform: translateY(6px);
}

/* Responsivo */
@media (max-width: 900px){
  .hero-grid{
    grid-template-columns: 1fr;
    text-align:center;
  }
  .hero-mascote{
    justify-content:center;
    margin-top: 18px;
  }
  .hero-mascote img{
    width: min(340px, 90%);
  }
}


/* Adicionais do plano (logos/benefícios extras) */
.plano-extras{
  margin-top: 14px;
  padding: 12px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(0,0,0,.06);
}

.section.alt .plano-extras{
  background: rgba(255,255,255,.85);
}

.extra-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: .85rem;
  color: var(--cor-primaria);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(140, 70, 255, .12); /* pode ajustar pro seu roxo */
  border: 1px solid rgba(140, 70, 255, .20);
}

.extras-logos{
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.extras-logos img{
  height: 26px;         /* controla o “tamanho” do adicional */
  width: auto;
  opacity: .95;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,.12));
}

/* No card destaque, pode dar um pouco mais de “punch” */
.card-destaque .plano-extras{
  border-color: rgba(140, 70, 255, .35);
  background: rgba(140, 70, 255, .06);
}


/* Card como flex pra botão ficar sempre no final */
.card-plano{
  display:flex;
  flex-direction:column;
}

/* Garante que o botão vá pro final do card, mesmo sem addons */
.card-plano .btn-plano{
  margin-top:auto;
}

/* Adicionais (logos clicáveis) */
.plan-addons{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:center;
  margin: 16px 0 18px;
}

/* “Chip” roxo com sombra (tipo botão) */
.addon{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;

  height:46px;
  min-width:78px;
  padding: 0 14px;

  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  cursor:pointer;

  background: linear-gradient(135deg, rgba(160, 90, 255, .95), rgba(107, 3, 85, 0.85));
  box-shadow: 0 14px 26px rgba(120, 40, 180, .28);

  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.addon:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(120, 40, 180, .34);
}

.addon:active{
  transform: translateY(0px) scale(.98);
}

.addon img{
  height:22px;
  width:auto;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,.20));
}

/* Tooltip (aparece no hover e no clique/focus — bom pra celular) */
.addon .tip{
  position:absolute;
  left:50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(6px);

  background: rgba(20, 10, 35, .92);
  color: #fff;
  font-weight:800;
  font-size: .85rem;
  padding: 7px 10px;
  border-radius: 12px;
  white-space:nowrap;

  opacity:0;
  pointer-events:none;
  transition: opacity .18s ease, transform .18s ease;
}

.addon .tip::after{
  content:"";
  position:absolute;
  left:50%;
  top:100%;
  transform: translateX(-50%);
  border:7px solid transparent;
  border-top-color: rgba(20, 10, 35, .92);
}

.addon:hover .tip,
.addon:focus .tip,
.addon.is-open .tip{
  opacity:1;
  transform: translateX(-50%) translateY(0);
}

/* Acessibilidade */
.addon:focus{
  outline: 3px solid rgba(255,255,255,.45);
  outline-offset: 3px;
}


.plan-addons{
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
}

.addon{
  width: 88px;
  height: 48px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:14px;
  overflow:hidden;
}

.addon img{
  max-width: 65%;
  max-height: 65%;
  object-fit: contain;
}
