/* MU Config Studio — styles.css (clean) */
:root{
  /* Colores base */
  --bg-0:#060e08; --bg-1:#0a1410; --bg-2:#0a0f0c;
  --text:#e8f3ef; --muted:#a5b6b1;

  /* UI */
  --card:#0e1715; --line:#1a2a26; --border: var(--line);
  --chip:#0f172a; --shadow: 0 10px 25px rgba(0,0,0,.35);

  /* Marca */
  --green:#00C58E; --green2:#17E0B3;
  --emerald: var(--green); --emerald-2:#059669;

  /* Layout */
  --hdr: 64px;

  color-scheme: dark;
}


.price {
  font-size: 1.5rem !important;
  font-weight: 700;
  color: #00ff99;
  line-height: 1.2;
  margin: 10px 0;
  display: block;
}

h4 {
  font-size: 18px;         /* Tamaño pequeño */
  font-weight: 500;        /* Peso medio, no tan grueso */
  color: #ccc;             /* Gris claro */
  letter-spacing: 0.5px;   /* Un poco de espacio entre letras */
  text-transform: uppercase; /* Mayúsculas para un look más prolijo */
  margin-top: 4px;
  margin-bottom: 4px;
}


/* Reset básico */
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial;
  background: linear-gradient(var(--bg-0), var(--bg-1) 40%, var(--bg-2));
  color:var(--text);
}

.testimonials{ grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
@media (max-width:900px){ .testimonials{ grid-template-columns:1fr; } }

.testi{ display:flex; flex-direction:column; gap:10px; height:100%; }
.testi-head{ display:flex; align-items:center; gap:12px; }
.testi .avatar{
  width:44px; height:44px; border-radius:50%;
  object-fit:cover; border:1px solid rgba(255,255,255,.12);
  background:#0b1220;
}
.stars{ color:var(--emerald); letter-spacing:2px; font-size:14px; }
.testi-form{ margin-top:18px; max-width:560px; }


/* Texto verde, similar a .muted pero un pelín más grande */
.green{
  color: var(--emerald, #00C58E);
  font-size: 1.06em; /* ~6% más grande */
}

/* Texto verde, similar a .muted pero un pelín más grande */
.blue{
  color:#111827;
  font-size: 1.06em; /* ~6% más grande */
}

.media-box{ 
  position: relative; 
  overflow: hidden;           /* recorta la imagen al borde redondeado */
  /* si querés mantener el alto fijo:
  height:150px;
  */
  /* o que se ajuste solo:
  aspect-ratio: 16/9;
  height:auto;
  */
}
.media-box img{
  width:100%; height:100%;
  object-fit:cover;           /* llena sin deformar */
  display:block;
  /* border-radius: inherit;  <-- opcional, con overflow:hidden no hace falta */
}


/* Cards de Cursos/Servicios: igualar alturas y alinear footer */
.card.service{
  display: flex;
  flex-direction: column;
  gap: 10px;              /* espaciado interno prolijo */
  height: 100%;           /* estírate dentro del grid */
}

/* La fila con precio + botón va al fondo de la tarjeta */
.card.service .row.between{
  margin-top: auto;       /* MAGIC: baja esta fila al final */
  padding-top: 12px;      /* respirito arriba */
}

/* Estética consistente de precio y botón */
.card.service .price{
  font-size: 18px;
  font-weight: 800;
  color: var(--emerald);
  line-height: 1;
}
.card.service .add-to-cart{
  white-space: nowrap;    /* evita salto de línea */
}

.cards { align-items: stretch; } /* (es el default, pero por si acaso) */


/* Igualar altura y alinear precio/botón en Cursos */
.card.course{
  display:flex;
  flex-direction:column;
  gap:10px;
  height:100%;               /* estira dentro del grid */
}

.card.course .price{
  margin-top:auto;           /* empuja precio (y lo que siga) al fondo */
  padding-top:12px;
  font-size:26px;
  font-weight:800;
  color:var(--emerald);
  line-height:1;
}

.card.course .add-to-cart{
  margin-top:10px;           /* respiro entre precio y botón */
  white-space:nowrap;
}

/* por si acaso: que todas las cards del grid se estiren igual */
.cards{ align-items:stretch; }


.container{max-width:1100px;margin:0 auto;padding:0 16px}
.row{display:flex;align-items:center}
.row.gap{gap:12px}
.row.between{justify-content:space-between}
.hl{color:var(--emerald)}
.muted{color:var(--muted)}

.chips{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 0;padding:0;list-style:none}
.chips li{border:1px solid rgba(255,255,255,.12);padding:6px 10px;border-radius:999px;color:var(--muted);font-size:12px}

/* Botones / links */
.btn{border:1px solid rgba(255,255,255,.15);background:transparent;color:var(--text);padding:10px 14px;border-radius:14px;cursor:pointer;transition:.2s;box-shadow:none;font-weight:600;text-decoration:none}
.btn:hover{border-color:rgba(255,255,255,.35);transform:translateY(-1px)}
.btn-primary{background:#111827;border-color:#111827}
.btn-primary:hover{background:#0b1220}
.btn-accent{background:var(--emerald);border-color:var(--emerald);color:#051b14}
.btn-accent:hover{background:#6ee7b7;border-color:#6ee7b7}
.btn-outline{background:#b3b3b3;border-color:var(--emerald);color:#051b14}
.btn-outline:hover{background:#c9c9c9;border-color:#bbbbbb}
.btn-small{padding:8px 12px;font-size:14px}
.btn-icon{display:inline-flex;align-items:center;gap:8px}
.btn-ghost{background:transparent;border:none;color:var(--muted);font-size:18px}
a,.btn,.btn-outline{text-decoration:none !important}
.btn:hover,.btn-outline:hover{text-decoration:none !important}

.badge{display:inline-block;min-width:18px;padding:2px 6px;border-radius:999px;background:var(--emerald);color:#051b14;font-size:12px;font-weight:700}

/* Contenedor: dos botones alineados */
.pay-row{
  display:flex; gap:12px; align-items:center;
}
.pay-row > *{ flex:1; margin:0 }           /* mismo ancho y sin márgenes */
.pay-row form{ display:flex }              /* el form no rompe el alto */
.pay-row form .btn{ flex:1 }               /* el botón llena el form */

/* Mismo tamaño y centrado vertical para ambos */
.pay-row .btn{
  height:48px;                             /* alto igual */
  padding:0 18px;                          /* sin padding vertical extra */
  display:flex; align-items:center; justify-content:center;
  line-height:1;                           /* evita desfasaje del texto */
  box-sizing:border-box;
}

/* Quitar bordes/sombras raras del tema (evita la línea celeste) */
.pay-row .btn{ border:0 !important; box-shadow:none !important; }
.pay-row .btn::before, .pay-row .btn::after{ content:none !important; }

/* Colores de marca */
.btn-mercado{
  background:linear-gradient(180deg,#00B1EA,#0090D0) !important;
  color:#fff !important;
}
.btn-paypal{
  background:linear-gradient(180deg,#139AD6,#003087) !important;
  color:#fff !important;
}


/* Header */
.site-header{
  position:sticky;top:0;z-index:40;
  border-bottom:1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
  background: rgba(255,255,255,.04);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:10px 0}

.brand{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none}
.brand-logo{display:grid;place-items:center;height:36px;width:36px;border-radius:14px;background:rgba(52,211,153,.12)}
.brand-text small{display:block;color:var(--muted);margin-top:-3px;font-size:.78rem;line-height:1.1;opacity:.75}

.nav{display:none;gap:16px}
.nav a{color:#cbd5e1;text-decoration:none}
.nav a:hover{color:#fff}
.actions{display:flex;align-items:center;gap:10px}
@media(min-width:860px){ .nav{display:flex} }

/* === HERO (ajustado y centrado) === */
.hero {
  position: relative;
  overflow: hidden;
  padding: 100px 0 80px; /* 🔥 más alto para darle aire */
  text-align: center; /* 🔥 centramos todo el contenido */
}

.hero-copy .lead {
  font-size: 1.05rem;  /* antes 1.15rem */
  line-height: 1.65;   /* mantiene buena legibilidad */
  max-width: 820px;    /* más centrado y equilibrado */
  margin: 0 auto 1.5rem;
}

.hero-inner {
  display: flex; /* 🔥 en lugar de grid, centrado más natural */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1100px; /* 🔥 más ancho */
  margin: 0 auto;
  gap: 24px;
}

.hero-copy {
  max-width: 1000px; /* 🔥 agranda el bloque de texto */
}

.hero-copy h1 {
  font-size: 2.2rem;   /* antes 2.8rem */
  line-height: 1.35;   /* más compacto */
  max-width: 850px;    /* antes 900px, más armónico */
  margin: 0 auto 1.2rem;
}

.hero-copy h1 .hl {
  color: #00ff9d;
  text-shadow: 0 0 10px rgba(0, 255, 150, 0.3);
}

.lead {
  max-width: 900px; /* 🔥 ahora más ancho que antes */
  line-height: 1.7;
  font-size: 1.15rem; /* 🔥 un poco más grande */
  margin: 0 auto;
  color: #ccc;
}

.lead strong {
  font-weight: 900;
}

/* === CTA (botones) === */
.cta-row {
  display: flex;
  gap: 16px;
  margin-top: 28px;
  justify-content: center;
  flex-wrap: wrap;
}

/* === Chips (etiquetas) === */
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-top: 14px;
}

.chips li {
  font-size: 0.6rem; /* achica el texto */
  padding: 4px 7px; /* menos alto y ancho */
  border-radius: 6px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: #ccc;
  transition: all 0.2s ease;
}

.chips li:hover {
  border-color: rgba(52,211,153,0.5);
  color: #00ffae;
  background: rgba(52,211,153,0.1);
}

.carousel img,
.slider img,
.launcher-carousel img {
  width: 100%;
  height: auto;
  object-fit: contain !important; /* muestra toda la imagen */
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3); /* opcional: relleno oscuro si sobra espacio */
}
.carousel-container {
  height: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* === Efectos de fondo del hero (mantiene tus blurballs) === */
.blurball {
  position: absolute;
  filter: blur(60px);
  opacity: 0.35;
  pointer-events: none;
}

.blurball-a {
  top: -40px;
  left: -40px;
  width: 260px;
  height: 260px;
  background: rgba(52, 211, 153, 0.25);
  border-radius: 999px;
}

.blurball-b {
  right: -60px;
  bottom: -60px;
  width: 260px;
  height: 260px;
  background: rgba(20, 184, 166, 0.22);
  border-radius: 999px;
}


/* Secciones y cards */
.section{padding:56px 0}
.grid{display:grid;gap:16px}
.cards{grid-template-columns:repeat(1, minmax(0,1fr))}
@media(min-width:700px){ .cards{grid-template-columns:repeat(3, minmax(0,1fr))} }
.card{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);border-radius:22px;padding:18px;box-shadow:var(--shadow)}
.card .emoji{font-size:24px}
.card .price{font-size:26px;color:var(--emerald);font-weight:800}
.media-box{height:150px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(135deg, rgba(52,211,153,.2), rgba(20,184,166,.12))}
.chip{font-size:12px;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:4px 8px;color:#cbd5e1;background:#0b1220}

/* Steps */
.steps{grid-template-columns:repeat(1,minmax(0,1fr))}
@media(min-width:900px){ .steps{grid-template-columns:repeat(5,minmax(0,1fr))} }
.step-num{font-size:26px;font-weight:900;color:var(--emerald)}

/* Contacto / form */
.contact{display:grid;grid-template-columns:1fr;gap:18px}
@media(min-width:900px){ .contact{grid-template-columns:1.1fr .9fr} }
.form{display:grid;gap:10px}
label{display:grid;gap:6px;font-size:14px;color:#cbd5e1}
input,textarea{width:100%;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.35);color:var(--text);padding:10px 12px}
textarea{resize:vertical}

/* Footer */
.site-footer{border-top:1px solid rgba(255,255,255,.1);padding:18px 0}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:10px}
.footer-inner a{color:#cbd5e1;text-decoration:none}
.footer-inner a:hover{color:#fff}

/* Modal */
.modal{border:none;border-radius:16px;padding:0;background:transparent;width:min(460px, 95vw)}
.modal-card{background:rgba(13,17,16,.98);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:16px;box-shadow:var(--shadow)}
.modal-close{position:absolute;right:10px;top:10px}
.tabs{display:flex;gap:8px;margin-bottom:10px}
.tab{flex:1;border:1px solid rgba(255,255,255,.12);background:#0b1110;border-radius:12px;padding:10px;font-weight:700;color:#cbd5e1}
.tab.active{background:var(--emerald);border-color:var(--emerald);color:#051b14}
.panel{display:none}
.panel.active{display:grid;gap:10px}
.modal::backdrop{background:rgba(0,0,0,.6)}

/* Drawer carrito */
.drawer{position:fixed;inset:0;display:none;z-index:80}
.drawer.open{display:block}
.drawer-card{
  position:absolute;right:0;top:var(--hdr);
  height:calc(100dvh - var(--hdr));
  width:min(380px, 95vw);
  background:#0c1211;border-left:1px solid rgba(255,255,255,.12);padding:16px;box-shadow:var(--shadow)
}
.cart-list{list-style:none;margin:10px 0;padding:0;display:grid;gap:8px;max-height:55vh;overflow:auto}
.cart-item{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:10px;background:rgba(255,255,255,.04)}
.cart-item .name{font-weight:600}
.cart-item .remove{background:transparent;border:none;color:#ef9a9a;cursor:pointer}
.drawer-card .row.between{position:sticky;top:0;background:#0c1211;padding-top:4px;z-index:1}

/* === Features (tiles) — FIX GRADIENT CUADRADO === */
.features-card{
  position:relative;
  background: var(--card);                /* sólido */
  border:1px solid var(--line);
  border-radius:20px;
  padding:20px 22px;
  box-shadow:0 8px 24px rgba(0,0,0,.25);
  overflow:hidden;                         /* recorta el ::before */
}
.features-card::before{
  content:"";
  position:absolute; inset:0; pointer-events:none;
  background: linear-gradient(180deg, rgba(0,197,142,.07), transparent 65%);
}

.features-title{margin:0 0 10px;font-size:1rem;color:var(--muted);font-weight:600}
.features-grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}
@media (max-width:700px){ .features-grid{ grid-template-columns:1fr; } }

.feature-tile{
  display:flex; gap:12px; align-items:center;
  padding:12px 14px; border:1px solid var(--line); border-radius:14px;
  background: rgba(8,14,12,.6);
  transition: border-color .2s, transform .2s;
}
.feature-tile:hover{ border-color: rgba(23,224,179,.45); transform: translateY(-1px); }

.ft-ico{
  width:38px;height:38px;display:grid;place-items:center;font-size:18px;border-radius:12px;
  background: radial-gradient(120% 120% at 10% 10%, var(--green2), var(--green));
  color:#062c23; box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.feature-tile b{color:var(--text);font-weight:700;display:block;line-height:1.1}
.feature-tile small{color:var(--muted);display:block;margin-top:2px}

.brand1 { display:flex; align-items:center; gap:.6rem; }
.brand-logo1 { height:36px; width:auto; display:block; }
.brand-text small { display:block; font-size:.78rem; opacity:.75; line-height:1.1; }

/* ---- Gallery inside features-card ---- */
.gallery{
  position: relative;
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
  background:#0b1110;
  aspect-ratio: 16/9;             /* altura automática; cámbialo si querés fijo */
  box-shadow: 0 6px 18px rgba(0,0,0,.25) inset;
}

.g-track{
  display:flex;
  height:100%;
  width:100%;
  transition: transform .45s cubic-bezier(.22,.61,.36,1);
}
.g-track > img{
  flex: 0 0 100%;
  width:100%;
  height:100%;
  object-fit: cover;
  user-select:none;
  -webkit-user-drag: none;
}

.g-arrow{
  position:absolute; top:50%; transform:translateY(-50%);
  height:42px; width:44px; border-radius:12px;
  border:1px solid var(--line);
  background: rgba(8,14,12,.65);
  color:var(--text);
  display:grid; place-items:center;
  cursor:pointer; backdrop-filter: blur(4px);
  transition: border-color .2s, background .2s, transform .2s;
  font-size:26px; line-height:1;
}
.g-prev{ left:10px; }
.g-next{ right:10px; }
.g-arrow:hover{ border-color: rgba(23,224,179,.55); background: rgba(8,14,12,.8); }

.g-dots{
  position:absolute; left:50%; transform:translateX(-50%);
  bottom:10px; display:flex; gap:6px;
}
.g-dots .g-dot{
  width:8px; height:8px; border-radius:999px; border:none; padding:0;
  background: rgba(255,255,255,.35); cursor:pointer;
}
.g-dots .g-dot.active{ background: var(--green); }

/* opcional: reduce flechas en mobile */
@media (max-width: 520px){
  .g-arrow{ height:36px; width:38px; font-size:22px; }
}

.g-track{
  position: relative;      /* crea contexto propio */
  z-index: 1;
}

.g-arrow{
  z-index: 2;              /* queda arriba del track */
  pointer-events: auto;    /* por si acaso */
}

.g-dots{ z-index: 2; }



/* Zoom on hover solo en el slide activo */
.g-track > img{
  transition: transform .35s ease, filter .3s ease;
  transform-origin: var(--ox,50%) var(--oy,50%);
  will-change: transform;
}

@media (hover:hover) and (pointer:fine){
  .gallery:hover .g-track > img.is-active{
    transform: scale(2.06);
    filter: saturate(1.02);
  }
}

/* por si aún no lo tienes: que las flechas queden encima */
.g-track{ position:relative; z-index:1; }
.g-arrow, .g-dots{ z-index:2; }

/* Desactiva el zoom cuando el wrapper tenga la clase .no-zoom */
.gallery.no-zoom:hover .g-track > img.is-active{
  transform: none !important;
  filter: none !important;
}

/* Fondo de nodos */
#net-bg{
  position: fixed;
  inset: 0;
  z-index: 0;              /* debajo del contenido */
  pointer-events: none;    /* no bloquea clics */
  background: transparent;
}

/* Asegura que tu contenido quede encima del canvas */
.site-header, main, .container, .card { position: relative; z-index: 1; }

/* Respeta accesibilidad */
@media (prefers-reduced-motion: reduce){
  #net-bg{ display:none; }
}
/* Modal de Términos: un poco más ancho y alto */
#terms-modal{ width: min(820px, 95vw); }
#terms-modal .modal-card{
  max-height: 80vh;
  overflow: auto;
}
#terms-modal .terms-body ol{
  margin: 0;
  padding-left: 1.1rem;
}
#terms-modal .terms-body li{
  margin: .4rem 0;
  line-height: 1.55;
}

.modal-card{ position: relative; }

.modal-x{
  all: unset;                 /* limpia estilos heredados de .btn */
  position: absolute;
  right: 12px; top: 10px;
  width: 34px; height: 34px;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  cursor: pointer;
  z-index: 5;                 /* ← evita que el scroll o el header la tape */
}
.modal-x:hover{ background: rgba(255,255,255,.08); }

/* modal términos tamaño/scroll */
#terms-modal{ width: min(820px,95vw); }
#terms-modal .modal-card{ max-height: 80vh; overflow: auto; }
#terms-modal .terms-body ol{ margin:0; padding-left:1.1rem; }
#terms-modal .terms-body li{ margin:.4rem 0; line-height:1.55; }

:root { --hdr: 64px; }           /* alto del header */

.site-header{
  position: fixed;               /* SIEMPRE visible */
  top: 0; left: 0; right: 0;
  height: var(--hdr);
  z-index: 100;                  /* por encima del canvas y cards */
  transform: translateY(0) !important; /* por si quedó alguna clase .hide */
  background: rgba(10,14,12,.75);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
body{ padding-top: var(--hdr); } /* empuja el contenido para que no quede debajo */

/* texto pequeño arriba de los íconos */
.tiny{ font-size:12px;}
/* en lugar de margin: */
.socials .tiny{ padding-left: .0rem; }

/* fila de redes */
.socials{ margin-top: 14px; }
.social-row{ display:flex; gap:12px; align-items:center; }

/* botón/icono */
.social{
  width:44px; height:44px;
  display:grid; place-items:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  background: rgba(255,255,255,.03);
  color:#cbd5e1;                /* icono en neutro */
  transition: transform .15s ease, border-color .15s ease, color .15s ease, background .15s ease;
  text-decoration:none;
}
.social svg{ width:22px; height:22px; display:block; }

.social:hover{
  transform: translateY(-2px);
  border-color: rgba(52, 211, 153, 0.5);   /* var(--emerald) si la tenés */
  color: var(--emerald);               /* icono a verde */
  background: rgba(52,211,153,.08);
}

/* si el card tiene z-index bajo por el canvas, garantizamos encima */
.contact.card{ position: relative; z-index: 2; }


/* pills de la toolbar */
.actions .toolbar { display:flex; gap:8px; align-items:center; margin-right:8px; }
.pill{
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  color:#cbd5e1;
  padding:6px 12px; border-radius:10px; font-size:12px; cursor:pointer;
}
.pill:hover{ border-color: rgba(52,211,153,.5); color:#e5e7eb; }
.price .alt{ color: var(--muted); font-size:.92em; margin-left:6px; }

/* Precios apilados (ARS arriba, USD abajo) */
.price {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  gap: 2px;
}
.price .p-ars {
  font-weight: 900;
  font-size: 1.35rem;          /* arriba, más grande */
  color: #e5e7eb;
}
.price .p-usd {
  font-weight: 700;
  font-size: 1rem;             /* abajo, más chico */
  color: #a5b6b1;
  opacity: .95;
}
/* Resalta la moneda “activa” (la seleccionada en el pill) */
.price .is-active {
  color: var(--emerald);
}

.pill { padding: 4px 8px; border:1px solid rgba(255,255,255,.12); border-radius:12px; }
.pill-ghost { background:transparent; color:var(--emerald, #00C58E); }
#rate-info { pointer-events:none; opacity:.85; }

/* Tamaño base igual para todos los CTA */
.btn{
  --h:48px; --r:9999px;
  height:var(--h); padding:0 22px; border-radius:var(--r);
  display:inline-flex; align-items:center; gap:10px;
  font:600 15px/1.1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  border:1px solid rgba(255,255,255,0.08);
  color:#eaf7f5; text-decoration:none;
  transition:transform .15s ease, box-shadow .15s ease, filter .2s ease;
  backdrop-filter:saturate(1.2);
}
.btn:hover{ transform:translateY(-1px); }
.btn:active{ transform:translateY(0); }

/* Botón Discord (violeta oficial) */
.btn-discord{
  --blurple:#5865F2; --blurple-d:#4752C4;
  background:linear-gradient(180deg, var(--blurple), var(--blurple-d));
  box-shadow:0 8px 22px rgba(88,101,242,.28);
  color:#fff; border-color:rgba(0,0,0,.2);
}
.btn-discord:hover{
  filter:saturate(1.05) brightness(1.03);
  box-shadow:0 10px 26px rgba(88,101,242,.36);
}
.btn-discord:active{
  box-shadow:0 6px 16px rgba(88,101,242,.24);
}

/* Icono */
.icon-discord{ display:inline-flex; line-height:0; }


/* contenedor: pone los dos al lado */
.pay-row{
  display:flex; gap:12px; align-items:stretch;
}
.pay-row > *{ flex:1 }          /* mismo ancho para ambos */
.pay-row form{ margin:0 }       /* quita margen del form */



/* colores de marca */
.btn-mercado{
  background:linear-gradient(180deg,#00B1EA,#0090D0) !important;
  color:#fff !important; border-color:transparent !important;
}
.btn-paypal{
  background:linear-gradient(180deg,#139AD6,#003087) !important;
  color:#fff !important; border-color:transparent !important;
}

/* forma y hover */
.btn-squared{ height:48px; width:100%; border-radius:10px !important; }
.btn-squared:hover{ transform:translateY(-1px) }
.btn-squared:active{ transform:translateY(0) }

.pay-row{
  display:flex; gap:12px; align-items:center;
}
.pay-row > *{ flex:1; margin:0 }
.pay-row form{ display:flex }           /* el form no altera el alto */
.pay-row form .btn{ flex:1 }
.pay-row .btn{
  height:48px; padding:0 18px;
  display:flex; align-items:center; justify-content:center;
  line-height:1; box-sizing:border-box;
}

/* === Nuke total del borde/sombras SOLO en el botón de MP === */
#btn-mp,
#btn-mp:hover,
#btn-mp:focus,
#btn-mp:active {
  border: 0 !important;
  border-width: 0 !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;          /* quita cualquier sombra/inset */
  -webkit-box-shadow: none !important;
  background-clip: padding-box !important;
}

/* si tu tema dibuja “línea” con pseudo-elementos */
#btn-mp::before,
#btn-mp::after {
  content: none !important;
  display: none !important;
}

/* aplica el color de marca (de nuevo, con especificidad alta) */
#btn-mp.btn-mercado {
  background: linear-gradient(180deg, #00B1EA, #0090D0) !important;
  color: #fff !important;
}

/* === CONTENEDOR PRINCIPAL === */
#configuraciones {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* === RECUADRO TRANSPARENTE (ajustado al tamaño del carrusel) === */
.config-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 2.5rem 3rem;
  backdrop-filter: blur(8px);
  width: 100%;
  max-width: 1100px;  /* <-- ahora coincide con el ancho del carrusel */
  min-height: 640px;  /* <-- lo hace más alto, para que se vea lleno */
  margin-top: 1.5rem;
  transition: 0.3s ease;
}

.config-box:hover {
  border-color: rgba(0, 255, 150, 0.3);
  box-shadow: 0 0 15px rgba(0, 255, 150, 0.15);
}

/* === TÍTULO === */
.config-title {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1.2rem;
}




.config-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  border: none;
  color: white;
  font-size: 2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.config-btn:hover {
  background: rgba(0, 255, 150, 0.4);
}

.config-btn.prev { left: 10px; }
.config-btn.next { right: 10px; }

/* === DESCRIPCIÓN === */
.config-desc {
  color: #aaa;
  margin: 1rem auto;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 850px;
}

/* === PRECIO Y BOTÓN === */
.config-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.config-price {
  color: #00ff9d;
  font-size: 1.4rem;
  font-weight: bold;
}

.config-btn-cart {
  background: #0b0b19;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.7rem 1.4rem;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s;
}

.config-btn-cart:hover {
  background: #00ff9d;
  color: #000;
}

/* ====== EFECTO AURA VERDE GLOBAL ====== */
.card,
.service,
.config-box,
.pack,
.module,
article.card {
  transition: 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
}

.card:hover,
.service:hover,
.config-box:hover,
.pack:hover,
.module:hover,
article.card:hover {
  border-color: rgba(0, 255, 150, 0.4);
  box-shadow: 0 0 15px rgba(0, 255, 150, 0.15);
  transform: translateY(-4px);
}


/* ==== Carrusel limpio y centrado, sin zoom ==== */
.config-carousel {
  position: relative;
  width: 100%;
  max-width: 1100px; /* ajustá según tu diseño */
  margin: 0 auto;
  overflow: hidden; /* oculta las imágenes vecinas */
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ==== Pista interna del carrusel ==== */
.config-track {
  display: flex;
  justify-content: flex-start; /* arranca desde la primera imagen */
  align-items: center;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
  transform: translateX(0); /* asegúrate de empezar en 0 */
}

/* ==== Imágenes ==== */
.config-track img {
  flex: 0 0 100%; /* cada imagen ocupa exactamente el ancho visible */
  height: auto;
  object-fit: contain; /* mantiene proporción sin recorte */
  object-position: center;
  display: block;
  margin: 0;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}


/* === BOTONES "Agregar al carrito" unificados === */
.btn.add-to-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.25s ease;
  background: linear-gradient(145deg, rgba(0, 255, 153, 0.1), rgba(0, 255, 153, 0.03));
  border: 1px solid rgba(0, 255, 153, 0.25);
  color: #d9fdf0;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 12px rgba(0, 255, 153, 0.08);
}

/* Hover brillante */
.btn.add-to-cart:hover {
  border-color: rgba(0, 255, 153, 0.7);
  background: radial-gradient(circle at center, rgba(0, 255, 153, 0.25), rgba(0, 255, 153, 0.05));
  color: #00ff99;
  box-shadow: 0 0 18px rgba(0, 255, 153, 0.4);
  transform: translateY(-2px);
}

/* Al hacer click */
.btn.add-to-cart:active {
  transform: translateY(1px);
  box-shadow: 0 0 10px rgba(0, 255, 153, 0.2);
}

/* Ícono de carrito */
.btn.add-to-cart::before {
  content: "🛒";
  font-size: 1rem;
  margin-right: 6px;
  transition: transform 0.3s ease;
}

.btn.add-to-cart:hover::before {
  transform: scale(1.2);
}

/* ===== BOTONES PRINCIPALES (enviar, comprar, etc.) ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 10px 22px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  border: none;
  outline: none;
}

/* Botón principal */
.btn-primary {
  background: linear-gradient(145deg, rgba(0, 255, 153, 0.15), rgba(0, 255, 153, 0.08));
  border: 1px solid rgba(0, 255, 153, 0.4);
  color: #d9fdf0;
  box-shadow: 0 0 12px rgba(0, 255, 153, 0.08);
  backdrop-filter: blur(6px);
}

/* Hover efecto glow */
.btn-primary:hover {
  background: radial-gradient(circle at center, rgba(0, 255, 153, 0.25), rgba(0, 255, 153, 0.1));
  border-color: rgba(0, 255, 153, 0.7);
  color: #00ff99;
  box-shadow: 0 0 18px rgba(0, 255, 153, 0.45);
  transform: translateY(-2px);
}

/* Al hacer click */
.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 0 8px rgba(0, 255, 153, 0.3);
}



