:root{
  --brand:#22d3ee;      /* neon cyan */
  --brand2:#a855f7;     /* neon purple */
  --brand3:#f43f5e;     /* neon pink/red */
  --brand4:#00ff88;     /* neon green */
  --bg:#050615;
  --card:#0b0f2a;
  --muted:#a9b4d0;
}
body{
  background:
    radial-gradient(900px 520px at 20% 0%, rgba(59,130,246,.25), transparent 60%),
    radial-gradient(900px 520px at 80% 10%, rgba(14,165,233,.22), transparent 55%),
    radial-gradient(900px 600px at 50% 100%, rgba(37,99,235,.18), transparent 60%),
    linear-gradient(180deg, rgba(59,130,246,.08), transparent 32%),
    #050b2c;
  color:#e5e7eb;
  position: relative;
}
body:before{
  content:"";
  position: fixed;
  inset: 0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: .07;
  mask-image: radial-gradient(60% 60% at 50% 20%, black, transparent 70%);
}
.accordion-button:not(.collapsed){background: rgba(14,165,233,.08); color:#fff;}

/* WhatsApp flotante */
.whatsapp-float{
  position: fixed;
  width:56px;
  height:56px;
  bottom:20px;
  right:20px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color:#fff;
  border-radius:50%;
  text-align:center;
  font-size:28px;
  box-shadow:0 10px 25px rgba(0,0,0,.35);
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover{
  transform:scale(1.05);
  box-shadow:0 14px 30px rgba(0,0,0,.45);
  color:#fff;
  text-decoration:none;
}


/* === TEXTO BLANCO DEFAULT === */

body, p, span, li, a, label, small, div {
  color: #ffffff !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff !important;
  font-weight: 900;
  text-shadow:
    0 2px 10px rgba(255,255,255,0.25),
    0 0 25px rgba(255,255,255,0.15);
}


/* Reseller cards */
.reseller-card, .superreseller-card{
  border:1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(17,26,51,.85), rgba(17,26,51,.55));
  position: relative;
  overflow:hidden;
}
.reseller-card:before, .superreseller-card:before{
  content:"";
  position:absolute; inset:-2px;
  background: linear-gradient(90deg, var(--brand), var(--brand2));
  opacity:.35;
  filter: blur(18px);
  z-index:0;
}
.reseller-card .card-body, .superreseller-card .card-body{position:relative; z-index:1;}
.icon-bubble{
  width:48px;height:48px;border-radius:16px;
  display:flex;align-items:center;justify-content:center;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}

/* Payment logos */
.payment-gateways h2{font-weight:800; letter-spacing:-.01em;}
.payment-gateways img{filter: drop-shadow(0 10px 18px rgba(0,0,0,.35)); opacity:.92;}
.payment-gateways img:hover{opacity:1; transform: translateY(-1px); transition: all .2s ease;}

/* Floating WhatsApp */
.floating-actions{
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}
.fab{
  width:56px;height:56px;
  border-radius: 18px;
  display:flex;align-items:center;justify-content:center;
  color:#fff;
  text-decoration:none;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  transition: transform .15s ease, opacity .15s ease;
  font-size: 26px;
}
.fab:hover{transform: translateY(-2px); opacity:.96;}
.fab-wa{background: linear-gradient(135deg, #25D366, #128C7E);}


/* Colorful accents */
.section-title{
  background: linear-gradient(90deg, var(--brand4), var(--brand2), var(--brand3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.card, .card-soft{
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 55px rgba(0,0,0,.40);
}
.card:hover, .card-soft:hover{
  transform: translateY(-2px);
  transition: transform .15s ease, box-shadow .15s ease;
  box-shadow: 0 22px 75px rgba(0,0,0,.55);
}
.badge-gradient{
  background: linear-gradient(90deg, var(--brand4), var(--brand2), var(--brand3));
}
.btn-outline-light{
  border-color: rgba(255,255,255,.25)!important;
}
.btn-outline-light:hover{
  background: rgba(255,255,255,.08)!important;
}

/* Featured plan glow (if .is-featured exists) */
.is-featured{
  position: relative;
  border: 1px solid rgba(255,255,255,.14);
}
.is-featured:before{
  content:"";
  position:absolute; inset:-2px;
  background: linear-gradient(90deg, var(--brand), var(--brand2), var(--brand3), var(--brand4));
  opacity:.28;
  filter: blur(18px);
  z-index:0;
  pointer-events:none;
}
.is-featured > *{position:relative; z-index:1;}


/* Neon accents (gaming/SaaS) */
.navbar{border-bottom: 1px solid rgba(255,255,255,.06)!important;}
.card, .card-soft{
  background: linear-gradient(180deg, rgba(11,15,42,.92), rgba(11,15,42,.70));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 22px 70px rgba(0,0,0,.55);
}
.card:after, .card-soft:after{
  content:"";
  position:absolute; inset:-1px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(34,211,238,.22), rgba(168,85,247,.20), rgba(244,63,94,.16), rgba(0,255,136,.16));
  filter: blur(22px);
  opacity:.55;
  z-index:0;
  pointer-events:none;
}
.card > *, .card-soft > *{position:relative; z-index:1;}

.section-title{
  background: linear-gradient(90deg, var(--brand), var(--brand2), var(--brand3));
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
  text-shadow: 0 0 22px rgba(34,211,238,.18);
}

.btn-brand{
  box-shadow: 0 14px 40px rgba(34,211,238,.18), 0 10px 34px rgba(168,85,247,.12);
}
.btn-brand:hover{
  box-shadow: 0 18px 55px rgba(34,211,238,.22), 0 12px 45px rgba(168,85,247,.18);
}

.badge-gradient{
  background: linear-gradient(90deg, var(--brand), var(--brand2), var(--brand3));
  box-shadow: 0 10px 26px rgba(34,211,238,.14);
}

/* FIX: Floating buttons (WhatsApp) – consistent on PC */
.floating-actions{right:20px;bottom:20px;gap:12px;}
.fab{
  width:56px;height:56px;
  border-radius: 18px;
  line-height: 1;
  font-size: 0;              /* prevent inherited font sizing from breaking layout */
  display:flex;
  align-items:center;
  justify-content:center;
}
.fab i{
  font-size: 26px;
  line-height: 1;
  display:block;
}
.fab:active{transform: translateY(0);}
@media (min-width: 992px){
  .floating-actions{right:26px;bottom:26px;}
  .fab{width:60px;height:60px;border-radius: 20px;}
  .fab i{font-size:28px;}
}


/* HARD FIX floating buttons position (PC issues) */
.floating-actions{
  position: fixed !important;
  right: 24px !important;
  bottom: 24px !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
}
.fab{
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 60px !important;
  height: 60px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 20px !important;
}
.fab i{
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-size: 28px !important;
  line-height: 1 !important;
}


/* Payment logos scrolling */
.payment-gateways{
  overflow: hidden;
  position: relative;
}
.payment-gateways .logo-track{
  display: flex;
  width: max-content;
  
  gap: 40px;
}
.payment-gateways img{
  height: 42px;
  white-space: nowrap;
}


  to { transform: translateX(-100%); }
}


/* Gallery (Portadas) */
.gallery-img{
  width: 100%;
  height: var(--gallery-h, 220px);
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 55px rgba(0,0,0,.40);
  display: block;
}
@media (max-width: 576px){
  .gallery-img{
    height: calc(var(--gallery-h, 220px) * 0.80);
  }
}


/* Pricing blocks (Reseller / Super Reseller) */
.plan-price{margin: .25rem 0 1rem 0;}
.plan-price-amount{font-size: 2rem; font-weight: 800; line-height: 1;}
.plan-price-note{font-size: .9rem; opacity: .75;}

/* === Payment logos fixed & centered === */
.payment-logos{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
  margin-top:20px;
}
.payment-logos img{
  max-height:40px;
  width:auto;
}

/* === FAQ Dark Mode Mejorado === */
#faqAcc .accordion-item{
    background:#0f172a;
    border:1px solid #1e293b;
    margin-bottom:10px;
    border-radius:8px;
}
#faqAcc .accordion-button{
    background:#020617;
    color:#e5e7eb;
    font-weight:600;
}
#faqAcc .accordion-button:not(.collapsed){
    background:#020617;
    color:#38bdf8;
}
#faqAcc .accordion-body{
    background:#020617;
    color:#cbd5f5;
    line-height:1.6;
    font-size:16px;
}
#faqAcc .accordion-button:focus{
    box-shadow:none;
}
