/* Extracted template style block 1. */
/* ============================================
     BLACK FRIDAY STYLES - MINIMAL & ELEGANT
     ============================================ */

  /* Top Strip Banner */
  html[data-flu-page-key="plans"] .bf-top-strip {
    background: linear-gradient(90deg, #7F00FF, #9147ff, #BB86FC);
    padding: 0.6rem 1rem;
    position: relative;
    overflow: hidden;
  }

  html[data-flu-page-key="plans"] .bf-top-strip::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
    animation: flu-plans-bf-shimmer 2.5s ease-in-out infinite;
  }

  @keyframes flu-plans-bf-shimmer {
    0% { transform: translateX(0); }
    100% { transform: translateX(50%); }
  }

  html[data-flu-page-key="plans"] .bf-strip-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
  }

  html[data-flu-page-key="plans"] .bf-strip-fire {
    font-size: 1.1rem;
    animation: flu-plans-bf-bounce 1s ease-in-out infinite;
  }

  @keyframes flu-plans-bf-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
  }

  html[data-flu-page-key="plans"] .bf-strip-text {
    color: white;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
  }

  html[data-flu-page-key="plans"] .bf-strip-text strong {
    font-weight: 800;
    letter-spacing: 1px;
  }

  html[data-flu-page-key="plans"] .bf-strip-date {
    color: rgba(255,255,255,0.85);
    font-size: 0.85rem;
    padding-left: 0.75rem;
    border-left: 1px solid rgba(255,255,255,0.3);
  }

  /* Card Badge */
  html[data-flu-page-key="plans"] .pricing-card.bf-promo {
    position: relative;
    border-color: rgba(145, 71, 255, 0.5) !important;
    box-shadow: 0 0 30px rgba(145, 71, 255, 0.15);
  }

  html[data-flu-page-key="plans"] .bf-card-badge {
    position: absolute;
    top: 12px;
    right: -28px;
    background: linear-gradient(135deg, #9147ff, #7F00FF);
    color: white;
    font-weight: 800;
    font-size: 0.8rem;
    padding: 0.3rem 2.25rem;
    transform: rotate(45deg);
    z-index: 10;
    box-shadow: 0 2px 12px rgba(145, 71, 255, 0.4);
  }

  /* Discounted Price Styles */
  html[data-flu-page-key="plans"] .pricing-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  html[data-flu-page-key="plans"] .original-price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.15rem;
  }

  html[data-flu-page-key="plans"] .currency-small {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: line-through;
  }

  html[data-flu-page-key="plans"] .amount-striked {
    font-size: 1.1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: line-through;
  }

  html[data-flu-page-key="plans"] .amount.discounted {
    color: #a78bfa !important;
    text-shadow: 0 0 25px rgba(167, 139, 250, 0.4);
  }

  /* Responsive */
  @media (max-width: 768px) {
    html[data-flu-page-key="plans"] .bf-strip-content {
      gap: 0.5rem;
    }

    html[data-flu-page-key="plans"] .bf-strip-text {
      font-size: 0.8rem;
    }

    html[data-flu-page-key="plans"] .bf-strip-date {
      display: none;
    }

    html[data-flu-page-key="plans"] .bf-card-badge {
      font-size: 0.7rem;
      padding: 0.25rem 2rem;
      right: -32px;
      top: 10px;
    }
  }

  @media (max-width: 480px) {
    html[data-flu-page-key="plans"] .bf-top-strip {
      padding: 0.5rem 0.75rem;
    }

    html[data-flu-page-key="plans"] .bf-strip-fire {
      font-size: 1rem;
    }
  }

  /* ============================================
     END BLACK FRIDAY STYLES
     ============================================ */

  html[data-flu-page-key="plans"] .bf-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, rgba(145, 71, 255, 0.15), rgba(127, 0, 255, 0.15));
    border: 1px solid rgba(145, 71, 255, 0.4);
    border-radius: 50px;
  }

  html[data-flu-page-key="plans"] .bf-badge-icon {
    font-size: 1rem;
  }

  html[data-flu-page-key="plans"] .bf-badge-text {
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
    background: linear-gradient(135deg, #BB86FC, #9147ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  html[data-flu-page-key="plans"] .pricing-title-accent {
    color: #9147ff;
    font-weight: 700;
  }

  html[data-flu-page-key="plans"] body.light-mode .pricing-title-accent {
    background: linear-gradient(90deg, #E1306C, #F77737);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  html[data-flu-page-key="plans"] .pricing-section {
    border-radius: 30px;
  }

  html[data-flu-page-key="plans"] .pricing-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: none !important;
  }

  /* Desactivar TODOS los hover en pricing cards */
  html[data-flu-page-key="plans"] .pricing-card:hover {
    transform: none !important;
    box-shadow: none;
  }

  /* Premium plan - estilo fijo, sin cambios en hover */
  html[data-flu-page-key="plans"] .pricing-card.premium-plan {
    border: 2px solid #FF8C00 !important;
    box-shadow: 0 0 20px rgba(255, 140, 0, 0.4), 0 0 40px rgba(252, 175, 69, 0.2) !important;
  }
  html[data-flu-page-key="plans"] .pricing-card.premium-plan:hover {
    border: 2px solid #FF8C00 !important;
    box-shadow: 0 0 25px rgba(255, 140, 0, 0.5), 0 0 50px rgba(252, 175, 69, 0.3) !important;
    transform: none !important;
  }
  html[data-flu-page-key="plans"] body.light-mode .pricing-card.premium-plan,
html[data-flu-page-key="plans"] body.light-mode .pricing-card.premium-plan:hover {
    border: 2px solid #FF8C00 !important;
    box-shadow: 0 0 20px rgba(255, 140, 0, 0.4), 0 0 40px rgba(252, 175, 69, 0.2) !important;
    transform: none !important;
  }

  html[data-flu-page-key="plans"] .pricing-header {
    padding: 1.75rem 1.5rem 1.5rem;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.15rem;
  }

  html[data-flu-page-key="plans"] .pricing-title {
    font-family: 'Instrument Serif', Georgia, 'Times New Roman', serif;
    font-size: clamp(2.35rem, 3.2vw, 2.85rem);
    font-weight: 400;
    font-style: italic;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0 0 0.35rem;
    color: white;
    padding-right: 0.08em;
  }

  html[data-flu-page-key="plans"] .pricing-lead {
    color: rgba(255, 255, 255, 0.8);
  }

  html[data-flu-page-key="plans"] .plan-subtitle {
    color: rgba(187, 180, 210, 0.72);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin: 0 0 1.1rem !important;
  }

  /* Plan name colors - Instagram palette */
  html[data-flu-page-key="plans"] .plan-pyme {
    color: #9147ff; /* Instagram violeta */
  }

  html[data-flu-page-key="plans"] .plan-intermedio {
    color: #405DE6; /* Instagram azul */
  }

  html[data-flu-page-key="plans"] .plan-premium {
    background: linear-gradient(90deg, #FCAF45, #FF6600);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  /* Intermedio card - signo $ azul */
  html[data-flu-page-key="plans"] .pricing-card.intermedio-plan .currency {
    color: #405DE6 !important;
  }

  /* Premium card - elementos violetas a naranja/amarillo */
  html[data-flu-page-key="plans"] .pricing-card.premium-plan .currency {
    color: #FCAF45 !important;
  }

  /* Info circles en Premium naranjas */
  html[data-flu-page-key="plans"] .pricing-card.premium-plan .fa-info-circle {
    color: #FF8C00 !important;
  }

  /* Botón de suscripción en Premium */
  html[data-flu-page-key="plans"] .pricing-card.premium-plan .btn-primary-gradient {
    background: linear-gradient(120deg, #FCAF45, #FF8C00) !important;
    background-size: 160% 160%;
    box-shadow: 0 4px 15px rgba(255, 140, 0, 0.4) !important;
  }

  html[data-flu-page-key="plans"] .pricing-card.premium-plan .btn-primary-gradient:hover {
    background: linear-gradient(120deg, #FFB933, #FF9900) !important;
    background-size: 220% 220%;
    background-position: 100% 50%;
    box-shadow: 0 10px 32px rgba(255, 140, 0, 0.5) !important;
  }

  /* Precio en UNA sola línea: $ 8,800 /mes */
  html[data-flu-page-key="plans"] .current-price {
    display: block;
    text-align: center;
    white-space: nowrap;
  }

  html[data-flu-page-key="plans"] .current-price .currency {
    font-size: 1.5rem;
    color: #8A2BE2;
    font-weight: 600;
    vertical-align: middle;
  }

  html[data-flu-page-key="plans"] .current-price .amount {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.75rem;
    font-weight: 800;
    color: white;
    line-height: 1;
    letter-spacing: -0.03em;
    vertical-align: middle;
  }

  html[data-flu-page-key="plans"] .current-price .period {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(187, 180, 210, 0.7);
    vertical-align: middle;
  }

  html[data-flu-page-key="plans"] .pricing-body {
    padding: 2rem;
    flex-grow: 1;
  }

  html[data-flu-page-key="plans"] .pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  html[data-flu-page-key="plans"] .pricing-features li {
    padding: 0.75rem 0;
    color: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
  }

  html[data-flu-page-key="plans"] .pricing-features .feature-category {
    display: block;
    color: #ffffff;
    font-weight: 600;
    padding: 0.5rem 0 0.25rem;
    margin-top: 1rem;
  }

  html[data-flu-page-key="plans"] .pricing-features .feature-category:first-child {
    margin-top: 0;
  }

  html[data-flu-page-key="plans"] .feature-included {
    color: #4CAF50;
    margin-right: 0.75rem;
  }

  html[data-flu-page-key="plans"] .feature-excluded {
    color: #F44336;
    margin-right: 0.75rem;
  }

  html[data-flu-page-key="plans"] .pricing-features li i.fa-paint-brush {
    color: #29b6f6;
    margin-right: 0.75rem;
  }

  html[data-flu-page-key="plans"] .pricing-footer {
    padding: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
  }

  html[data-flu-page-key="plans"] .btn-primary-gradient {
    position: relative;
    background: linear-gradient(120deg, #8A2BE2, #9400D3);
    background-size: 160% 160%;
    border: none;
    color: white;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-position 0.6s ease, background 0.3s ease;
    box-shadow: 0 4px 15px rgba(138,43,226,0.4);
    overflow: hidden;
  }

  html[data-flu-page-key="plans"] .btn-primary-gradient::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% -20%, rgba(255,255,255,0.35), transparent 55%),
                radial-gradient(circle at 70% 120%, rgba(255,255,255,0.2), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
  }

  html[data-flu-page-key="plans"] .btn-primary-gradient:hover {
    background: linear-gradient(120deg, #00ADEF, #0075BE);
    background-size: 220% 220%;
    background-position: 100% 50%;
    transform: translateY(-2px) scale(1.015);
    box-shadow: 0 10px 32px rgba(0, 142, 255, 0.35);
    color: white;
  }

  html[data-flu-page-key="plans"] .btn-primary-gradient:hover::after {
    opacity: 1;
  }

  /* Plan destacado */
  html[data-flu-page-key="plans"] .pricing-card.featured {
    transform: scale(1.05);
    border-color: #FF3366;
    z-index: 1;
  }

  html[data-flu-page-key="plans"] .pricing-card.featured:hover {
    transform: none;
  }

  html[data-flu-page-key="plans"] .pricing-card.featured .pricing-header {
    background: linear-gradient(45deg, #FF3366, #FF9933);
  }

  html[data-flu-page-key="plans"] .models-note {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.04);
    color: rgba(224, 224, 224, 0.75);
    padding: 0.8rem 1.6rem;
    border-radius: 16px;
    margin-top: 1.5rem;
    backdrop-filter: blur(3px);
    border: 1px solid rgba(255,255,255,0.08);
    font-size: 0.9rem;
  }

  html[data-flu-page-key="plans"] .models-note a {
    color: #FF3366;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s;
  }

  html[data-flu-page-key="plans"] .models-note a:hover {
    color: #FF9933;
    text-decoration: underline;
  }

  html[data-flu-page-key="plans"] .pricing-note {
    color: rgba(255,255,255,0.7);
  }

  html[data-flu-page-key="plans"] .pricing-note-text {
    color: rgba(255, 255, 255, 0.8);
  }

  /* Custom Gradient for Gratis Badge */
  html[data-flu-page-key="plans"] .bg-success-gradient {
      background: linear-gradient(45deg, #28a745, #218838) !important;
  }

  /* Botón Toggle */
  html[data-flu-page-key="plans"] .info-toggle-btn {
    width: 100%;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 1rem 1.5rem;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
  }

  html[data-flu-page-key="plans"] .info-toggle-btn:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(145, 71, 255, 0.3);
    box-shadow: 0 4px 15px rgba(145, 71, 255, 0.15);
    transform: translateY(-2px);
  }

  html[data-flu-page-key="plans"] .info-toggle-btn .toggle-icon {
    transition: transform 0.3s ease;
    color: rgba(255,255,255,0.7);
  }

  html[data-flu-page-key="plans"] .info-toggle-btn[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
  }

  html[data-flu-page-key="plans"] .info-icon-wrapper-small {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #9147ff, #6b46c1);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(145, 71, 255, 0.3);
  }

  html[data-flu-page-key="plans"] .info-icon-wrapper-small i {
    color: white;
    font-size: 1rem;
  }

  /* Info Card de Cambios de Plan */
  html[data-flu-page-key="plans"] .info-card-plans {
    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.08);
    padding: 1.5rem;
    margin-top: 0.5rem;
  }

  html[data-flu-page-key="plans"] .plan-change-card {
    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(5px);
    border-radius: 16px;
    padding: 1.25rem;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.3s ease;
  }

  html[data-flu-page-key="plans"] .plan-change-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  }

  html[data-flu-page-key="plans"] .plan-change-card.upgrade-card {
    border-left: 3px solid #28a745;
  }

  html[data-flu-page-key="plans"] .plan-change-card.upgrade-card:hover {
    border-color: #28a745;
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.2);
  }

  html[data-flu-page-key="plans"] .plan-change-card.downgrade-card {
    border-left: 3px solid #ffc107;
  }

  html[data-flu-page-key="plans"] .plan-change-card.downgrade-card:hover {
    border-color: #ffc107;
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.2);
  }

  html[data-flu-page-key="plans"] .plan-change-card.cancel-card {
    border-left: 3px solid #dc3545;
  }

  html[data-flu-page-key="plans"] .plan-change-card.cancel-card:hover {
    border-color: #dc3545;
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.2);
  }

  html[data-flu-page-key="plans"] .plan-change-header {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
  }

  html[data-flu-page-key="plans"] .plan-change-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    background: rgba(255,255,255,0.08);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform-style: preserve-3d;
  }

  html[data-flu-page-key="plans"] .upgrade-card .plan-change-icon {
    background: rgba(40, 167, 69, 0.15);
  }

  html[data-flu-page-key="plans"] .upgrade-card .plan-change-icon i {
    color: #28a745;
  }

  html[data-flu-page-key="plans"] .downgrade-card .plan-change-icon {
    background: rgba(255, 193, 7, 0.15);
  }

  html[data-flu-page-key="plans"] .downgrade-card .plan-change-icon i {
    color: #ffc107;
  }

  html[data-flu-page-key="plans"] .cancel-card .plan-change-icon {
    background: rgba(220, 53, 69, 0.15);
  }

  html[data-flu-page-key="plans"] .cancel-card .plan-change-icon i {
    color: #dc3545;
  }



  html[data-flu-page-key="plans"] .plan-change-header h6 {
    color: rgba(255,255,255,0.95);
    font-size: 1rem;
    margin: 0;
  }

  html[data-flu-page-key="plans"] .plan-change-description {
    color: rgba(255,255,255,0.75);
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
  }

  html[data-flu-page-key="plans"] .plan-change-description i {
    opacity: 0.8;
  }

  html[data-flu-page-key="plans"] body.light-mode .pricing-card {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(148, 163, 184, 0.35);
    box-shadow: 0 18px 36px rgba(148, 163, 184, 0.24);
  }

  html[data-flu-page-key="plans"] body.light-mode .pricing-card:hover {
    box-shadow: 0 18px 36px rgba(148, 163, 184, 0.24);
  }

  html[data-flu-page-key="plans"] body.light-mode .pricing-header {
    border-bottom-color: rgba(148, 163, 184, 0.35);
  }

  /* FREE only — do not override .plan-pyme / .plan-intermedio / .plan-premium */
  html[data-flu-page-key="plans"] body.light-mode .pricing-title:not(.plan-pyme):not(.plan-intermedio):not(.plan-premium) {
    color: #111827;
  }

  html[data-flu-page-key="plans"] body.light-mode .pricing-title.plan-pyme {
    color: #9147ff;
  }

  html[data-flu-page-key="plans"] body.light-mode .pricing-title.plan-intermedio {
    color: #405DE6;
  }

  html[data-flu-page-key="plans"] body.light-mode .pricing-title.plan-premium {
    background: linear-gradient(90deg, #FCAF45, #FF6600);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  html[data-flu-page-key="plans"] body.light-mode .pricing-lead {
    color: rgba(55, 65, 81, 0.82) !important;
  }

  html[data-flu-page-key="plans"] body.light-mode .plan-subtitle {
    color: rgba(100, 90, 120, 0.72) !important;
  }

  html[data-flu-page-key="plans"] body.light-mode .current-price .amount {
    color: #0f172a;
  }

  html[data-flu-page-key="plans"] body.light-mode .current-price .period {
    color: rgba(51, 65, 85, 0.8);
  }

  html[data-flu-page-key="plans"] body.light-mode .current-price .currency {
    color: #E1306C;
  }

  html[data-flu-page-key="plans"] body.light-mode .currency-small,
html[data-flu-page-key="plans"] body.light-mode .amount-striked {
    color: rgba(71, 85, 105, 0.62);
  }

  html[data-flu-page-key="plans"] body.light-mode .amount.discounted {
    color: #E1306C !important;
    text-shadow: none;
  }

  html[data-flu-page-key="plans"] body.light-mode .pricing-features li,
html[data-flu-page-key="plans"] body.light-mode .pricing-features-simple li {
    color: rgba(55, 65, 81, 0.86);
    border-bottom-color: rgba(148, 163, 184, 0.22);
  }

  html[data-flu-page-key="plans"] body.light-mode .pricing-footer {
    border-top: 1px solid rgba(148, 163, 184, 0.35);
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.95) 0%, rgba(241, 245, 249, 0.98) 100%);
  }

  html[data-flu-page-key="plans"] body.light-mode .pricing-footer .btn-primary-gradient {
    background: linear-gradient(135deg, #E1306C, #F77737, #F59E0B);
    background-size: 160% 160%;
    box-shadow:
      0 8px 24px rgba(225, 48, 108, 0.25),
      0 0 0 1px rgba(225, 48, 108, 0.18);
    color: #ffffff;
  }

  html[data-flu-page-key="plans"] body.light-mode .pricing-footer .btn-primary-gradient:hover {
    background: linear-gradient(135deg, #E1306C, #F77737, #F59E0B);
    background-size: 220% 220%;
    background-position: 100% 50%;
    transform: translateY(-2px) scale(1.015);
    box-shadow:
      0 12px 32px rgba(247, 119, 55, 0.32),
      0 0 0 1px rgba(247, 119, 55, 0.22);
    color: #ffffff;
  }

  html[data-flu-page-key="plans"] body.light-mode .pricing-footer .btn-outline-success:disabled,
html[data-flu-page-key="plans"] body.light-mode .pricing-footer .btn-outline-success.disabled {
    color: rgba(22, 101, 52, 0.85);
    border-color: rgba(34, 197, 94, 0.45);
    background: rgba(240, 253, 244, 0.6);
    opacity: 1;
  }

  html[data-flu-page-key="plans"] body.light-mode .pricing-note,
html[data-flu-page-key="plans"] body.light-mode .pricing-note-text {
    color: rgba(71, 85, 105, 0.88);
  }

  html[data-flu-page-key="plans"] body.light-mode .models-note {
    background-color: rgba(226, 232, 240, 0.7);
    color: rgba(55, 65, 81, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.4);
  }

  html[data-flu-page-key="plans"] body.light-mode .models-note a {
    color: #2563eb;
  }

  html[data-flu-page-key="plans"] body.light-mode .models-note a:hover {
    color: #1d4ed8;
  }

  html[data-flu-page-key="plans"] body.light-mode .bf-top-strip {
    background: linear-gradient(90deg, #E1306C, #F77737, #F59E0B);
  }

  html[data-flu-page-key="plans"] body.light-mode .bf-strip-text,
html[data-flu-page-key="plans"] body.light-mode .bf-strip-date {
    color: #ffffff;
  }

  html[data-flu-page-key="plans"] body.light-mode .pricing-card.bf-promo {
    border-color: rgba(225, 48, 108, 0.35) !important;
    box-shadow: 0 0 24px rgba(225, 48, 108, 0.16);
  }

  html[data-flu-page-key="plans"] body.light-mode .bf-card-badge {
    background: linear-gradient(135deg, #E1306C, #F77737);
    box-shadow: 0 2px 12px rgba(225, 48, 108, 0.34);
  }

  html[data-flu-page-key="plans"] body.light-mode .info-toggle-btn {
    background: rgba(248, 250, 252, 0.92);
    border-color: rgba(148, 163, 184, 0.35);
    color: #1f2937;
  }

  html[data-flu-page-key="plans"] body.light-mode .info-toggle-btn:hover {
    background: #ffffff;
    border-color: rgba(225, 48, 108, 0.35);
    box-shadow: 0 8px 24px rgba(148, 163, 184, 0.22);
  }

  html[data-flu-page-key="plans"] body.light-mode .info-toggle-btn .toggle-icon {
    color: rgba(71, 85, 105, 0.75);
  }

  html[data-flu-page-key="plans"] body.light-mode .info-icon-wrapper-small {
    background: linear-gradient(135deg, #E1306C, #F77737);
    box-shadow: 0 2px 10px rgba(225, 48, 108, 0.28);
  }

  html[data-flu-page-key="plans"] body.light-mode .info-card-plans,
html[data-flu-page-key="plans"] body.light-mode .plan-change-card {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(148, 163, 184, 0.28);
  }

  html[data-flu-page-key="plans"] body.light-mode .plan-change-card:hover {
    box-shadow: 0 10px 24px rgba(148, 163, 184, 0.24);
  }

  html[data-flu-page-key="plans"] body.light-mode .plan-change-header h6 {
    color: #111827;
  }

  html[data-flu-page-key="plans"] body.light-mode .plan-change-description {
    color: rgba(55, 65, 81, 0.82);
  }

  /* Responsive */
  @media (max-width: 768px) {
    html[data-flu-page-key="plans"] .info-card-plans {
      padding: 1rem;
    }

    html[data-flu-page-key="plans"] .info-toggle-btn {
      padding: 0.875rem 1rem;
      font-size: 0.95rem;
    }

    html[data-flu-page-key="plans"] .info-icon-wrapper-small {
      width: 32px;
      height: 32px;
    }

    html[data-flu-page-key="plans"] .info-icon-wrapper-small i {
      font-size: 0.9rem;
    }
  }

  /* Improve legibility of strikethrough price */
  html[data-flu-page-key="plans"] .pricing-price .period del {
      color: rgba(255, 255, 255, 0.6); /* Lighter gray for dark mode */
      opacity: 0.8; /* Slightly less prominent */
  }

  html[data-flu-page-key="plans"] body.light-mode .pricing-price .period del {
      color: rgba(0, 0, 0, 0.6); /* Darker gray for light mode */
  }

  /* Style for Mercado Pago button container */
  html[data-flu-page-key="plans"] [id^="mp-button-container-"] {
    display: block; /* Ensure it takes up space */
    max-width: 300px; /* Limit maximum width */
    margin: 0 auto; /* Center the container block */
    /* The MP Brick should center itself within this container */
  }

  /* Estilos minimalistas para lista de features */
  html[data-flu-page-key="plans"] .pricing-features-simple {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  html[data-flu-page-key="plans"] .pricing-features-simple li {
    padding: 0.4rem 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
  }

  html[data-flu-page-key="plans"] .pricing-features-simple li:last-child {
    border-bottom: none;
  }

  html[data-flu-page-key="plans"] .pricing-features-simple li i.fa-check {
    flex-shrink: 0;
    margin-top: 0.2rem;
  }
