/*
Theme Name: Clutch Basketball Camp
Theme URI: https://clutchbasketballcamp.es
Author: Tu Nombre
Author URI: https://clutchbasketballcamp.es
Description: Tema hijo de plover para el Clutch Basketball Camp.
Version: 1.0
Template: plover
Text Domain: clutch-child
*/
/* ===================================
   CLUTCH BASKETBALL CAMP - PREMIUM
   =================================== */

/* ---------- FONTS ---------- */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;600;700&display=swap');
@font-face {
  font-family: 'Hyperwave One';
  src: url('assets/fonts/Hyperwave-One.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ---------- VARIABLES ---------- */
:root{
  --bg:#0b0b0b;
  --panel:#111;
  --muted:#bfbfbf;
  --accent:#b4ff33;
  --accent-2:#b4ff33;
  --radius:16px;
  --gap:24px;
  --container:1200px;
}

/* ---------- RESET ---------- */
*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%}

body{
  font-family:"Inter",system-ui,Segoe UI,Roboto,Arial;
  background:var(--bg);
  color:#eee;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:1.5;
  overflow-x:hidden;
}

/* ---------- CONTAINERS ---------- */
.container{max-width:var(--container);margin:0 auto;padding:0 24px}
.container-inner{max-width:var(--container);margin:0 auto;padding:0 24px}

/* ===================================
   HEADER
   =================================== */
.site-header{
  position:fixed;top:0;left:0;width:100%;z-index:1200;
  background:linear-gradient(180deg, rgba(0,0,0,0.8), rgba(10,10,10,0.6));
  backdrop-filter: blur(6px);
  border-bottom:1px solid rgba(255,255,255,0.03);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  max-width: 1400px;
  margin: 0 auto;
}

.logo-link img.logo {height:50px;width:auto;display:block}
.nav-menu {display:flex;align-items:center;gap:40px}
.nav-menu a{color:#fff;text-decoration:none;font-weight:600;font-size:0.95rem;padding:6px 0;position:relative}
.nav-menu a::after{content:'';position:absolute;left:0;bottom:-6px;height:2px;width:0;background:var(--accent);transition:width .25s ease}
.nav-menu a:hover::after{width:100%}
.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}
.menu-toggle span{display:block;height:3px;width:26px;background:#fff;margin:5px 0;border-radius:2px;transition:all .25s ease}

/* ===================================
   HERO
   =================================== */
.hero{
  min-height:100vh;
  height:100dvh;
  position: relative;
  overflow: hidden;
  background:linear-gradient(180deg,#050505 0%, #0f0f0f 100%);
}

.hero .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero .hero-content{
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
  max-width: 1000px;
  padding: 0 16px;
  z-index: 2;
}

.hero .tagline {color:#fff;font-style:italic;font-weight:600;font-size:1.25rem}

.hero-ctas{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:6px}
.btn{display:inline-block;padding:12px 28px;border-radius:999px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s}
.btn.primary{background:#000;color:#fff;box-shadow:0 6px 20px rgba(0,0,0,0.2)}
.btn.ghost{background:#000;border:1px solid #000;color:#fff}
.btn.primary:hover{transform:translateY(-3px);box-shadow:0 12px 25px rgba(0,0,0,0.25)}

.btn, 
.btn-primary, 
.btn-reserva, 
.btn-limpiar {
  text-decoration: none; /* quita subrayado */
  color: inherit;        /* mantiene color del botón */
}

.hero:after{
  content:"";position:absolute;left:50%;top:20%;width:680px;height:680px;border-radius:50%;
  background:radial-gradient(circle at 40% 30%, rgba(212,175,55,0.05), transparent 40%);
  transform:translateX(-50%);z-index:1;
}

/* ===================================
   SECTIONS
   =================================== */
section{padding:84px 24px}
h2{font-family:"Bebas Neue",sans-serif;font-size:2.8rem;color:var(--accent);margin-bottom:18px;letter-spacing:1px;text-align:center}

/* ===================================
   SOBRE
   =================================== */
.sobre {
  position: relative;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 120px 0;
  overflow: hidden;
}
.sobre::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.6), rgba(0,0,0,0.55));
  z-index: 0;
}
.sobre .container-inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
  padding: 0 24px;
}
.sobre h2 {
  text-align: left;
  font-size: 3rem;
  line-height: 1.05;
  margin-bottom: 24px;
  color: var(--accent);
}
.sobre .sobre-text {max-width: 760px;}
.sobre p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #e6e6e6;
  margin-bottom: 18px;
}
.sobre .benefits {
  list-style: none;
  margin-top: 12px;
  color: #dcdcdc;
  padding-left: 0;
}
.sobre .benefits li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 1rem;
}
.sobre .benefits li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: var(--accent);
  font-weight: 700;
}

/* ===================================
   INSTALACIONES
   =================================== */
.instalaciones{background:transparent}
.mySwiper{max-width:1100px;margin:0 auto;padding:30px 0}
.swiper-slide{background:var(--panel);border-radius:12px;overflow:hidden;height:360px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 30px rgba(0,0,0,0.5)}
.swiper-slide img{width:100%;height:100%;object-fit:cover}
.swiper-button-next, .swiper-button-prev{color:var(--accent-2);filter:drop-shadow(0 4px 20px rgba(0,224,163,0.12))}

/* ==========================
   INSCRIPCIÓN Y PRECIOS
   ========================== */
.inscripcion {
  background: linear-gradient(180deg, #0f0f0f, #131313);
  padding: 100px 20px;
}

.inscripcion h1 {
  text-align: center;
  margin-bottom: 70px;
  font-size: 3.8rem; /* igual o ligeramente mayor que el resto de h1 */
  line-height: 1.1;
  color: var(--accent);
  font-family: 'Hyperwave One', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 0 20px rgba(180, 255, 51, 0.25);
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 28px;
  align-items: stretch;
  max-width: 1100px;
  margin: 0 auto;
}

/* ---------- CARD BASE ---------- */
.card {
  background: linear-gradient(180deg, #111, #0b0b0b);
  border: 1px solid rgba(180, 255, 51, 0.15);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 26px;
  transition: all 0.3s ease;
  height: 100%;
}

.card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 0 35px rgba(180, 255, 51, 0.2), 0 10px 40px rgba(0, 0, 0, 0.6);
  border-color: rgba(180, 255, 51, 0.4);
}

/* ---------- CARD CONTENT ---------- */
.card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Títulos alineados */
.card h2 {
  text-align: center;
  color: var(--accent);
  font-size: 1.3rem;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
  font-family: "Bebas Neue", sans-serif;
}

/* Lista de precios alineada */
.price-list {
  list-style: none;
  padding: 0;
  margin-top: 0;
  flex-grow: 1;
  color: #ddd;
  font-size: 0.95rem;
  text-align: left;
  line-height: 1.5;
}

.price-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
}

.price-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--accent-2);
  font-weight: bold;
}

/* ---------- PRECIO ALINEADO ---------- */
.price {
  position: relative;
  margin-top: 24px;
  padding-top: 16px;
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
  color: var(--accent-2);
  text-shadow: 0 0 10px rgba(180, 255, 51, 0.25);
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

/* Línea divisoria sutil sobre el precio */
.price::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  height: 1px;
  background: rgba(180, 255, 51, 0.15);
}

/* Hover del precio */
.card:hover .price {
  color: #d8ff6a;
  text-shadow: 0 0 20px rgba(180, 255, 51, 0.4);
}

/* ---------- NOTA Y BOTÓN ---------- */
.nota {
  text-align: center;
  color: #ccc;
  margin-top: 40px;
  font-size: 1rem;
}

.inscripcion .btn.primary {
  display: inline-block;
  margin: 24px auto 0 auto;
  text-align: center;
}

/* ===================================
   FORMULARIO
   =================================== */
.form-section {
  background: radial-gradient(circle at center, #0a0a0a, #050505);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
.form-section h2 {
  font-family: 'Hyperwave One', sans-serif;
  font-size: 2.5rem;
  color: #b4ff33;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.inscripcion-form {
  max-width: 600px;
  margin: 0 auto;
  background: rgba(20, 20, 20, 0.85);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
}
.form-group { text-align: left; margin-bottom: 20px; }
.form-group label {
  display: block; margin-bottom: 6px; font-weight: 600;
  color: #fff; font-size: 0.95rem;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 12px 14px; border: none; border-radius: 10px;
  background: #2a2a2a; color: #fff; font-size: 1rem;
  transition: all 0.3s ease; outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  box-shadow: 0 0 8px #b4ff33;
  background: #222;
}
.form-buttons {
  display: flex; justify-content: center; gap: 20px; margin-top: 30px;
}
.btn-enviar, .btn-limpiar {
  background: #b4ff33; border: none; padding: 12px 28px;
  border-radius: 10px; color: #000; font-weight: 700;
  cursor: pointer; transition: all 0.3s ease;
}
.btn-enviar:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #b4ff33;
}
.btn-limpiar {
  border: 1px solid #000;
}
.btn-limpiar:hover {
  background: #00ff8c;
  color: #000;
}

/* ===================================
   CONTACTO
   =================================== */
.contacto{background:linear-gradient(180deg,#111,#0f0f0f)}
.contact-grid{display:grid;grid-template-columns:1fr 520px;gap:28px;align-items:start;max-width:1100px;margin:0 auto}
.contact-info p{color:#ddd}
.contact-form-wrap .form{padding:28px}
.contact-form-wrap form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  background: rgba(20, 20, 20, 0.8);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}
.contact-form-wrap label {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: var(--accent);
  font-weight: 600;
  font-size: 0.95rem;
}
.contact-form-wrap input,
.contact-form-wrap textarea {
  margin-top: 6px;
  border: none;
  border-radius: 8px;
  background: #2a2a2a;
  color: #fff;
  padding: 12px 14px;
  font-size: 1rem;
  outline: none;
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus {
  box-shadow: 0 0 8px var(--accent-2);
  background: #222;
}
.contact-form-wrap .form-actions {
  text-align: center;
  margin-top: 10px;
}

/* MAP FULL WIDTH */
.map-container {width: 100vw;margin-left: calc(50% - 50vw)}
.map-container iframe {width:100%;height:450px;border:0;display:block}

/* CONTACT INFO */
.contact-info {
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:18px;
  padding:30px;
  background:rgba(20,20,20,0.85);
  border-radius:16px;
  box-shadow:0 8px 30px rgba(0,0,0,0.4);
}
.contact-info h3 {
  color:var(--accent);
  font-family:"Bebas Neue",sans-serif;
  font-size:1.6rem;
  letter-spacing:1px;
  margin-bottom:8px;
}
.contact-list {
  list-style:none;
  margin:0;
  padding:0;
  font-size:1rem;
}
.contact-list li {
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}
.contact-list i {color:var(--accent-2);font-size:1.1rem}
.contact-list a {color:#ddd;text-decoration:none;transition:color 0.3s ease}
.contact-list a:hover {color:var(--accent)}

/* ===================================
   TITULOS GLOBALES
   =================================== */
h1,h2,h3,h4,h5,h6{
  font-family:'Hyperwave One',sans-serif;
  color:#b4ff33;
  letter-spacing:1px;
}

/* ===================================
   RESPONSIVE
   =================================== */
@media (max-width:1200px){
  .sobre h2 { font-size: 2.6rem; }
}
@media (max-width:900px){
  .nav-menu{display:none;position:absolute;top:72px;right:0;background:#0c0c0c;width:100%;flex-direction:column;padding:18px 0}
  .nav-menu a{padding:12px 24px;border-top:1px solid rgba(255,255,255,0.02)}
  .menu-toggle{display:block}
  .hero{padding-top:100px}
  .mySwiper .swiper-slide{height:260px}
  .sobre { padding: 80px 20px; background-position: center top; }
  .grid-4{grid-template-columns:1fr}
}
@media (max-width:600px){
  .hero-logo{max-width:320px}
  .hero .tagline{font-size:1rem}
  .mySwiper .swiper-slide{height:200px}
  .sobre h2 { font-size: 1.9rem; }
  .sobre .container-inner { padding-left: 16px; padding-right: 16px; }
}

@media (max-width: 600px) {
  .inscripcion h1 {
    font-size: 2.4rem;
  }
}

/* Botón de reserva dentro de la sección de inscripción */
.inscripcion .container-inner {
  text-align: center; /* esto centra todos los hijos inline o inline-block */
}
.inscripcion .btn-reserva {
  display: inline-block;
  margin: 24px auto 0 auto; /* centrado horizontal */
  padding: 12px 28px;
  border-radius: 10px;
  background: var(--accent-2); /* verde */
  color: #000;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.inscripcion .btn-reserva:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px var(--accent-2);
  background: #d8ff6a;
}

/* SLIDER STAFF */
.staff-section {
  padding: 80px 20px;
  background: radial-gradient(circle at center, #0a0a0a, #050505);
  text-align: center;
  color: #fff;
}

.staff-section h2 {
  font-family: 'Hyperwave One', sans-serif;
  font-size: 2.5rem;
  color: #b4ff33;
  margin-bottom: 50px;
}

.entrenador-card {
  background: #1b1b1b;
  border-radius: 15px;
  padding: 20px;
  cursor: pointer;
  transition: transform .3s, box-shadow .3s;
}

.entrenador-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 14px rgba(180,255,51,0.4);
}

.entrenador-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
}

.entrenador-card h3 {
  color: #b4ff33;
  margin-bottom: 5px;
}

.entrenador-card p {
  color: #ccc;
  font-size: 0.9rem;
}

/* POPUP */
/* POPUP MODAL HORIZONTAL */
/* POPUP MODAL HORIZONTAL */
.staff-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.staff-modal-content {
  background: #121212;
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 20px 30px;
  width: 90%;
  max-width: 700px;
  border-radius: 15px;
  border: 1px solid #b4ff33;
  box-shadow: 0 0 25px rgba(180,255,51,0.25);
  align-items: flex-start;
}

.staff-modal-content img {
  width: 220px; /* ancho fijo de la imagen */
  height: auto;
  border-radius: 12px;
  flex-shrink: 0;
}

.staff-modal-info {
  flex: 1;
  color: #eee;
}

.staff-modal-info h3 {
  color: #b4ff33;
  margin-bottom: 5px;
}

.staff-modal-info h4 {
  color: #ccc;
  margin-bottom: 15px;
}

.staff-modal-info p {
  font-size: 0.95rem;
  line-height: 1.4;
}

.close-popup {
  color: #b4ff33;
  font-size: 28px;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}

.staffSlider .swiper-slide {
  height: auto;  /* swiper ajusta altura automáticamente */
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.entrenador-slide-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  height: 100%;  /* para que la slide tenga altura completa */
}

.entrenador-img-wrap {
  flex: 0 0 180px; /* ancho mayor */
  height: 300px;   /* altura proporcional a tus imágenes verticales */
}

.entrenador-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* recorta la imagen manteniendo proporción */
  border-radius: 12px;
}

.entrenador-info {
  flex: 1;          /* ocupa el resto del espacio */
  padding-left: 20px;
  color: #fff;
}

.entrenador-info h3 {
  margin: 0 0 6px 0;
  font-size: 1.2rem;
}

.entrenador-info p {
  margin: 0;
  font-size: 1rem;
  color: #ccc;
}

#staff .swiper-button-prev,
#staff .swiper-button-next {
  color: #b4ff33; /* cambia si las quieres en otro color */
  transition: 0.3s;
}

#staff .swiper-button-prev:hover,
#staff .swiper-button-next:hover {
  color: #b4ff33; /* verde de Clutch */
}

#staff .swiper-button-prev::after,
#staff .swiper-button-next::after {
  font-size: 28px; /* tamaño de la flecha */
}

/* --- PATROCINADORES --- */
.patrocinadores-section {
  text-align: center;
  padding: 50px 0 40px;
  background: #fff;
}

.patrocinadores-section h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: #000;
  letter-spacing: 1px;
}

.sponsors-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.sponsors-track {
  display: flex;
  gap: 60px;
  animation: scrollSponsors 10s linear infinite;
}

.sponsors-track img {
  height: 50px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%) brightness(1.2);
  transition: 0.3s;
}

.sponsors-track img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

@keyframes scrollSponsors {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.logo {
  max-width: 180px;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .hero-section {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #A7F13F; /* o el verde de tu imagen */
    min-height: 100vh;
  }
}

.hero-section {
  background-size: cover;
  background-position: center;
}
@media (max-width: 600px) {
  .logo {
    max-width: 120px; /* tamaño ideal móvil */
  }
}









@media (max-width: 600px) {
  h1 {
    font-size: 2rem;
    line-height: 1.1;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 600px) {
  .sobre {
    padding: 60px 16px;
    background-position: center top;
  }

  .sobre p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .sobre .benefits li {
    font-size: 0.9rem;
  }
}

@media (max-width: 600px) {
  .mySwiper .swiper-slide {
    height: 200px;
  }
}


@media (max-width: 600px) {
  .entrenador-slide-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .entrenador-img-wrap {
    width: 100%;
    height: 240px;
  }

  .entrenador-info {
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .staff-modal-content {
    flex-direction: column;
    max-height: 90vh;
    overflow-y: auto;
    padding: 20px;
  }

  .staff-modal-content img {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .staff-modal-info p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

@media (max-width: 600px) {
  .price {
    font-size: 2.2rem;
  }

  .card {
    padding: 24px 20px;
  }
}

@media (max-width: 600px) {
  .inscripcion-form {
    padding: 24px 18px;
  }

  .form-group label {
    font-size: 0.9rem;
  }
}

@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .contact-info {
    padding: 20px;
  }

  .map-container iframe {
    height: 300px;
  }
}