.card-minivps {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    overflow: hidden;
}

.card-minivps-header {
    background: #192874;
    padding: 16px 20px;
}

.card-minivps-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.card-minivps-body {
    padding: 0px;
}

.card-minivps-row {
    display: flex;
    padding: 14px 0;
}

.card-minivps-row + .card-minivps-row {
    border-top: 1px solid #eee;
}

.card-minivps-label {
    margin-left:20px;
    width: 35%;
    font-weight: 600;
}

.card-minivps i {
    color: #2e31a3;
}

.card-minivps .list-group-item {
    padding: 14px 16px;
}

.card-minivps {
    font-size: 14.5px;
    line-height: 1.65;
    color: #2b2b2b;
}

.card-minivps-header h4 {
    letter-spacing: 0.2px;
}

.card-minivps-row {
    align-items: flex-start;
}

.card-minivps-label {
    font-size: 14px;
    letter-spacing: 0.15px;
}

.card-minivps-row > div:last-child {
    color: #333;
}
.card-minivps-row:hover {
    background: rgba(126, 18, 149, 0.02);
}

.card-minivps i {
    font-size: 15px;
    margin-right: 6px;
    vertical-align: -1px;
}

.card-minivps code {
    font-size: 13px;
    padding: 2px 6px;
    border-radius: 4px;
}

@media (max-width: 767px) {

    .card-minivps {
        font-size: 14px;
        line-height: 1.6;
    }
    .card-minivps-body {
        padding: 18px;
    }
    .card-minivps .list-group-item strong {
        font-size: 14.5px;
        letter-spacing: 0.15px;
    }

    .card-minivps .list-group-item .small {
        font-size: 13.5px;
        color: #555;
    }
}

.pricing-table {
  position: relative;
}

.plan-badge {
  position: absolute;


  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: none;

  padding: 6px 10px;
  border-radius: 3px;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);

  /* 🔹 Suavização de fonte */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Desktop */
@media (min-width: 768px) {
  .plan-badge {
    top: -10px;
    right: -10px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .plan-badge {
    top: 8px;
    right: 8px;
  }
}
/* Cores baseadas no Bootstrap */
.plan-badge.warning { background: #f0ad4e; }
.plan-badge.success { background: #5cb85c; }
.plan-badge.primary { background: #337ab7; }
.plan-badge.info    { background: #5bc0de; }
.plan-badge.danger  { background: #d9534f; }

.spoke-definition {
  max-width: 720px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.6;
  color: #666;
  text-align: center;
}

.spoke-definition strong {
  font-weight: 600;
}

.spoke-definition a {
  text-decoration: none;
}

.spoke-definition a:hover {
  text-decoration: underline;
}
  /* Igualar altura dos panels APENAS no desktop */
  @media (min-width: 768px) {
    .row-eq-height {
      display: flex;
      flex-wrap: wrap;
    }

    .row-eq-height > [class*="col-"] {
      display: flex;
    }

    .row-eq-height .panel {
      width: 100%;
      margin-bottom: 0;
    }
  }






/* ===== DESKTOP TYPOGRAPHY ===== */
@media (min-width: 992px) {

}

/* ===== MOBILE TYPOGRAPHY ===== */
@media (max-width: 991px) {
    .plans-mobile {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                     Roboto, Inter, Helvetica, Arial, sans-serif;
        line-height: 1.45;
    }
}
/* ================= VISIBILITY ================= */
.plans-desktop { display: block; }
.plans-mobile { display: none; }

@media (max-width: 991px) {
    .plans-desktop { display: none; }
    .plans-mobile { display: block; }
}

/* ================= TABLE DESKTOP ================= */
.plans-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 14px;
    overflow: hidden;
}

.plans-table th {
    background: linear-gradient(0deg, #15307c, #090277);
    color: #fff;
    padding: 18px 14px;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
}

.plans-table td {
    padding: 16px 14px;
    font-size: 0.95rem;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.plans-table tr:hover {
    background: #faf7fc;
}

.plans-table .price {
    font-weight: 800;
}

/* ================= MOBILE CARDS ================= */
.plan-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.plan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plan-header h3 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.plan-price {
    font-size: 1.1rem;
    font-weight: 800;
}

/* ================= SUMMARY BADGES ================= */
.plan-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 18px;
}

.plan-summary span {
    background: #f4eff7;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 500;
}

/* ================= DETAILS ================= */
.plan-details summary {
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    color: #58157C;
    margin-bottom: 10px;
}

.plan-details ul {
    margin-top: 10px;
    padding-left: 18px;
    font-size: 0.9rem;
}

.plan-details li {
    padding: 6px 0;
    border-bottom: 1px dashed #eee;
}

.plan-details li:last-child {
    border-bottom: none;
}

/* ================= BUTTONS ================= */


.btn-full {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.95rem;
    margin-top: 18px;
}

/* ================= MOBILE REFINEMENT ================= */
@media (max-width: 991px) {
    .plans-mobile {
        padding: 4px;
    }

    .plan-card {
        margin-left: 4px;
        margin-right: 4px;
    }
    .plan-summary span {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 0.85rem;
    }

    .plan-summary i {
        font-size: 0.9rem;
        color: #58157C;
        opacity: 0.9;
    }
    .plan-details summary {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 1.25rem;
        font-weight: 600;
        color: #58157C;
        cursor: pointer;
    }

    .plan-details summary i {
        font-size: 0.75rem;
        transition: transform 0.25s ease;
    }

    /* Rotaciona o ícone ao abrir */
    .plan-details[open] summary i {
        transform: rotate(180deg);
    }
}
@media (min-width: 992px) {

    /* Tabela mais legível */
    .plans-table th {
        font-size: 1.5rem;
        padding: 20px 16px;
        letter-spacing: 0.03em;
    }

    .plans-table td {
        font-size: 1.3rem;
        padding: 18px 16px;
    }

    .plans-table .price {
        font-size: 1.5rem;
        font-weight: 800;
    }
    .plans-desktop .btn-roxo {
        font-size: 1.2rem;
        padding: 8px 14px;
        font-weight: 800;
    }
    .plans-table {
        box-shadow: 0 6px 20px rgba(88,21,124,0.06);
    }
}




/* ================= SECTION DIVIDER ================= */
.section-divider {
    position: relative;
    text-align: center;
    margin: 36px 0;
}

.section-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e6e0eb;
}

.section-divider span {
    position: relative;
    background: #fff;
    padding: 6px 16px;
    font-size: 1.25rem;
    font-weight: 600;
    border-radius: 999px;
    border: 1px solid #e6e0eb;
    letter-spacing: 0.02em;
}

/* Pequeno refinamento no mobile */
@media (max-width: 991px) {
    .section-divider {
        margin: 28px 0;
    }
}



/* HERO (Dark Premium) */
.hero-uk.hero-dark {
  position: relative;
   background: linear-gradient(135deg, #0b1f33 0%, #111827 100%);
  color: #f1f3f5;
  padding-top: 100px;
  padding-bottom: 60px;
  overflow: hidden;
}

/* Watermark da bandeira */
.hero-uk.hero-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/flags/4x3/gb.svg") no-repeat right 60px center;
  background-size: 300px;
  opacity: 0.04;
  pointer-events: none;
}

/* Três faixas no topo (azul / branco / vermelho) */
.hero-uk.hero-dark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background:
    linear-gradient(
      to right,
      #012169 0%,       /* Azul UK */
      #012169 33.33%,
      #ffffff 33.33%,  /* Branco */
      #ffffff 66.66%,
      #c8102e 66.66%,  /* Vermelho UK */
      #c8102e 100%
    );
  box-shadow: 0 6px 14px rgba(0,0,0,0.4);
}

/* Tipografia */
.hero-uk.hero-dark h1 {
  color: #ffffff;
}

.hero-uk.hero-dark .lead {
  color: #e5e7eb;
}

.hero-uk.hero-dark .text-muted {
  color: rgba(229,231,235,0.75);
}

/* Labels */
.hero-uk.hero-dark .label {
  background: rgba(255,255,255,0.18);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.35);
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 6px 10px;
}

/* Ajuste fino mobile */
@media (max-width: 767px) {
  .hero-uk.hero-dark::before {
    background-position: center bottom 20px;
    background-size: 200px;
    opacity: 0.03;
  }
  .hero-uk.hero-dark .label {
    background: rgba(255,255,255,0.22);
    font-size: 12px;
  }
}
.hero-uk.hero-dark {
  overflow-x: hidden;
}

#pricing-table .nav-tabs {
  margin-top: -40px;
  background: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

/* Estrutura geral das tabs */
#pricing-table .nav-tabs {
  border-bottom: none;
}

/* Cada tab */
#pricing-table .nav-tabs > li > a {
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 8px;
  margin: 0 4px;
  padding: 8px 14px;
  color: #333;
  background: #fff;
  transition: all 0.2s ease;
}

/* Hover */
#pricing-table .nav-tabs > li > a:hover {
  background: #f8f9fb;
  border-color: rgba(0,0,0,0.25);
}

/* Tab ativa */
#pricing-table .nav-tabs > li.active > a,
#pricing-table .nav-tabs > li.active > a:focus,
#pricing-table .nav-tabs > li.active > a:hover {
  background: #0a3161;
  color: #fff;
  border-color: #0a3161;
}
@media (max-width: 767px) {
  #pricing-table .nav-tabs > li > a {
    padding: 8px 10px;
    font-size: 16px;
    border-radius: 10px;
  }
  #pricing-table .nav-tabs {
    text-align: center;
  }

  #pricing-table .nav-tabs > li {
    float: none;
    display: inline-block;
  }

}
@media (min-width: 768px) {
  #pricing-table .nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #pricing-table .nav-tabs > li {
    float: none;
  }
}
.hero-uk.hero-dark {
  padding-bottom: 90px; /* espaço para encaixe */
}

#pricing-table {
  position: relative;
  z-index: 5;
}

#pricing-table .nav-tabs {
  margin-top: -70px; /* entra na HERO */
}
.feature-pill {
  padding: 4px 12px;
  border-radius: 6px;
  background: rgba(34,197,94,0.08);
  border: 1px solid rgba(34,197,94,0.5);
  color: #e5e7eb;
  font-weight: 600;
}
@media (max-width: 767px) {
  .feature-pill {
    font-size: 12px;
    padding: 3px 10px;
  }
}