/* Start custom CSS for html, class: .elementor-element-b5dd68d *//* =========================================================
   JUST GAMING - AVISO LEGAL Y PRIVACIDAD
   Bebas Neue + Inter
========================================================= */

.jg-legal-page{
  --jg-legal-bg: #ffffff;
  --jg-legal-soft: #faf7ff;
  --jg-legal-dark: #090410;
  --jg-legal-dark-2: #170824;
  --jg-legal-purple: #6d28d9;
  --jg-legal-purple-2: #8b5cf6;
  --jg-legal-purple-3: #b587ff;
  --jg-legal-text: #1d1628;
  --jg-legal-muted: #625873;
  --jg-legal-border: rgba(109, 40, 217, .14);
  --jg-legal-shadow: 0 18px 45px rgba(46, 16, 101, .10);
  --jg-legal-shadow-strong: 0 26px 70px rgba(17, 5, 33, .28);
  --jg-legal-radius: 28px;
  --jg-legal-radius-md: 20px;
  --jg-legal-max: 1180px;

  font-family: 'Inter', Arial, Helvetica, sans-serif;
  color: var(--jg-legal-text);
  background:
    radial-gradient(circle at top left, rgba(109,40,217,.06), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbf8ff 52%, #ffffff 100%);
  overflow: hidden;
}

.jg-legal-page *,
.jg-legal-page *::before,
.jg-legal-page *::after{
  box-sizing: border-box;
}

.jg-legal-container{
  width: min(var(--jg-legal-max), calc(100% - 32px));
  margin: 0 auto;
}

/* HERO */
.jg-legal-hero{
  position: relative;
  padding: 82px 0 64px;
  background:
    radial-gradient(circle at 18% 18%, rgba(139,92,246,.20), transparent 22%),
    radial-gradient(circle at 88% 8%, rgba(255,255,255,.08), transparent 18%),
    linear-gradient(135deg, #08040f 0%, #12061f 34%, #2a0b52 68%, #5b21b6 100%);
  overflow: hidden;
}

.jg-legal-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: .16;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,.18));
}

.jg-legal-hero .jg-legal-container{
  position: relative;
  z-index: 2;
}

.jg-legal-kicker,
.jg-legal-section__kicker{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 999px;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.jg-legal-kicker{
  color: #ffffff;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
}

.jg-legal-section__kicker{
  color: var(--jg-legal-purple);
  background: rgba(109,40,217,.08);
  border: 1px solid rgba(109,40,217,.12);
}

.jg-legal-hero h1{
  max-width: 980px;
  margin: 18px 0 14px;
  color: #ffffff;
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: clamp(54px, 7vw, 98px);
  font-weight: 400;
  line-height: .92;
  letter-spacing: .8px;
}

.jg-legal-lead{
  max-width: 900px;
  margin: 0;
  color: rgba(255,255,255,.84);
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.75;
}

.jg-legal-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.jg-legal-meta span{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  font-size: 13px;
  font-weight: 800;
}

/* NAV */
.jg-legal-nav-section{
  position: relative;
  z-index: 4;
  padding: 0 0 34px;
  margin-top: -28px;
}

.jg-legal-nav{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  border-radius: var(--jg-legal-radius);
  background: rgba(255,255,255,.94);
  border: 1px solid var(--jg-legal-border);
  box-shadow: var(--jg-legal-shadow);
  backdrop-filter: blur(12px);
}

.jg-legal-nav a{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--jg-legal-purple) !important;
  background: rgba(109,40,217,.07);
  border: 1px solid rgba(109,40,217,.10);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.jg-legal-nav a:hover{
  transform: translateY(-1px);
  background: rgba(109,40,217,.11);
  border-color: rgba(109,40,217,.20);
}

/* SECCIONES */
.jg-legal-section{
  padding: 72px 0;
}

.jg-legal-section--soft{
  background:
    radial-gradient(circle at 86% 10%, rgba(109,40,217,.06), transparent 20%),
    linear-gradient(180deg, #faf7ff 0%, #ffffff 100%);
}

.jg-legal-grid{
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}

.jg-legal-side{
  position: sticky;
  top: 24px;
}

.jg-legal-side h2,
.jg-legal-contactCard h2{
  margin: 16px 0 0;
  color: var(--jg-legal-text);
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: clamp(40px, 4.6vw, 68px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: .7px;
}

.jg-legal-content{
  padding: 30px;
  border-radius: var(--jg-legal-radius);
  background: rgba(255,255,255,.96);
  border: 1px solid var(--jg-legal-border);
  box-shadow: 0 14px 32px rgba(46,16,101,.07);
}

.jg-legal-content p{
  margin: 0;
  color: var(--jg-legal-muted);
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.jg-legal-content p + p{
  margin-top: 18px;
}

.jg-legal-content strong{
  color: var(--jg-legal-text);
  font-weight: 900;
}

/* ALERTA */
.jg-legal-alert{
  padding: 26px 28px;
  border-radius: var(--jg-legal-radius);
  background:
    radial-gradient(circle at top right, rgba(139,92,246,.16), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #faf7ff 100%);
  border: 1px solid rgba(109,40,217,.18);
  box-shadow: var(--jg-legal-shadow);
}

.jg-legal-alert strong{
  display: block;
  margin-bottom: 8px;
  color: var(--jg-legal-purple);
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.jg-legal-alert p{
  margin: 0;
  color: var(--jg-legal-text);
  font-size: 16px;
  line-height: 1.7;
}

/* LISTAS */
.jg-legal-list{
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.jg-legal-list li{
  position: relative;
  padding-left: 26px;
  color: var(--jg-legal-muted);
  font-size: 16px;
  line-height: 1.65;
}

.jg-legal-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--jg-legal-purple), var(--jg-legal-purple-2));
  box-shadow: 0 0 0 5px rgba(109,40,217,.10);
}

.jg-legal-list strong{
  color: var(--jg-legal-text);
  font-weight: 900;
}

/* LINKS */
.jg-legal-page a:not(.jg-legal-btn){
  color: var(--jg-legal-purple) !important;
  font-weight: 900;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(109,40,217,.35);
  transition: color .18s ease, border-color .18s ease;
}

.jg-legal-page a:not(.jg-legal-btn):hover{
  color: #4c1d95 !important;
  border-bottom-color: rgba(76,29,149,.72);
}

/* CONTACTO */
.jg-legal-section--contact{
  padding-bottom: 90px;
}

.jg-legal-contactCard{
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 28px;
  align-items: center;
  padding: 38px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 78% 18%, rgba(139,92,246,.22), transparent 22%),
    linear-gradient(135deg, #090410 0%, #140926 40%, #2a0b52 72%, #5b21b6 100%);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--jg-legal-shadow-strong);
  overflow: hidden;
}

.jg-legal-contactCard .jg-legal-section__kicker{
  color: #ffffff;
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.16);
}

.jg-legal-contactCard h2{
  color: #ffffff;
}

.jg-legal-contactCard p{
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.84);
  font-size: 17px;
  line-height: 1.7;
}

.jg-legal-contactList{
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.jg-legal-contactList li{
  color: rgba(255,255,255,.84);
  line-height: 1.5;
}

.jg-legal-contactList strong{
  color: #ffffff;
}

.jg-legal-contactCard a:not(.jg-legal-btn){
  color: #ffffff !important;
  border-bottom-color: rgba(255,255,255,.35);
}

.jg-legal-contactActions{
  display: grid;
  gap: 12px;
}

/* BOTONES */
.jg-legal-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.jg-legal-btn:hover{
  transform: translateY(-2px);
}

.jg-legal-btn--primary{
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--jg-legal-purple), var(--jg-legal-purple-2));
  box-shadow: 0 18px 34px rgba(109,40,217,.32), 0 0 28px rgba(139,92,246,.20);
}

.jg-legal-btn--ghost{
  color: #ffffff !important;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
}

/* FOCUS */
.jg-legal-page a:focus-visible{
  outline: 3px solid rgba(139,92,246,.28);
  outline-offset: 4px;
  border-radius: 12px;
}

/* RESPONSIVE */
@media (max-width: 1100px){
  .jg-legal-nav{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jg-legal-grid{
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .jg-legal-side{
    position: static;
  }

  .jg-legal-contactCard{
    grid-template-columns: 1fr;
  }

  .jg-legal-contactActions{
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px){
  .jg-legal-container{
    width: min(var(--jg-legal-max), calc(100% - 22px));
  }

  .jg-legal-hero{
    padding: 58px 0 48px;
  }

  .jg-legal-hero h1{
    font-size: 48px;
    line-height: .95;
  }

  .jg-legal-lead{
    font-size: 16px;
    line-height: 1.65;
  }

  .jg-legal-meta{
    gap: 9px;
  }

  .jg-legal-meta span{
    width: 100%;
    justify-content: center;
    min-height: 36px;
    font-size: 12px;
    text-align: center;
  }

  .jg-legal-nav-section{
    padding: 0 0 26px;
  }

  .jg-legal-nav{
    grid-template-columns: 1fr;
    padding: 14px;
    border-radius: 22px;
  }

  .jg-legal-section{
    padding: 56px 0;
  }

  .jg-legal-side h2,
  .jg-legal-contactCard h2{
    font-size: 42px;
    line-height: 1;
  }

  .jg-legal-content{
    padding: 22px 18px;
    border-radius: 22px;
  }

  .jg-legal-content p,
  .jg-legal-list li{
    font-size: 15px;
    line-height: 1.7;
  }

  .jg-legal-alert{
    padding: 22px 18px;
    border-radius: 22px;
  }

  .jg-legal-contactCard{
    padding: 28px 20px;
    border-radius: 26px;
  }

  .jg-legal-contactActions{
    display: grid;
  }

  .jg-legal-btn{
    width: 100%;
  }
}

@media (max-width: 420px){
  .jg-legal-hero h1{
    font-size: 40px;
  }

  .jg-legal-side h2,
  .jg-legal-contactCard h2{
    font-size: 36px;
  }

  .jg-legal-kicker,
  .jg-legal-section__kicker{
    font-size: 11px;
  }
}
.jg-legal-alert p + p{
  margin-top: 12px;
}/* End custom CSS */