/* ═══ GOLAZO CLUB · Canchas de Fútbol ═══ */
:root {
  --green: #22A34C;
  --green-dark: #177A36;
  --lime: #7BDC57;
  --ink: #0E1B16;
  --ink-soft: #4A5A50;
  --bg: #F5F8F4;
  --soft: #EAF1E9;
  --dark: #0E1B16;
  --white: #FFFFFF;
  --line: rgba(14, 27, 22, 0.12);
  --sans: 'Space Grotesk', sans-serif;
  --cond: 'Archivo', sans-serif;
  --ease: cubic-bezier(0.34, 1.56, 0.64, 1);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html { overflow-x: clip; }
body { background: var(--bg); color: var(--ink); font-family: var(--sans); line-height: 1.7; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font-family: var(--sans); }
::selection { background: var(--green); color: #fff; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
h1, h2 { font-family: var(--cond); font-weight: 700; }
em { font-style: italic; color: var(--green); }

/* Scroll progress */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0%; background: linear-gradient(90deg, var(--green), var(--lime)); z-index: 200; pointer-events: none; }

/* Nav */
.nav-wrap { position: sticky; top: 0; z-index: 100; background: rgba(245,248,244,.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.brand { font-family: var(--cond); font-size: 1.3rem; font-weight: 800; }
.brand-ball { font-style: normal; }
.brand em { color: var(--green); }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: .8rem; font-weight: 500; color: var(--ink-soft); transition: color .3s; }
.nav-links a:hover { color: var(--green); }
.nav-cta { background: var(--green); color: #fff !important; padding: 13px 22px; border-radius: 100px; box-shadow: 0 10px 24px rgba(34,163,76,.3); transition: all .35s var(--ease); }
.nav-cta:hover { transform: translateY(-2px); background: var(--green-dark); }
.nav-toggle { display: none; background: none; border: none; font-size: 1.4rem; color: var(--ink); cursor: pointer; }

/* Hero */
.hero { min-height: 92vh; display: flex; align-items: center; position: relative; overflow: hidden; background: radial-gradient(1000px 500px at 80% -10%, rgba(123,220,87,.18), transparent), radial-gradient(800px 500px at 5% 110%, rgba(34,163,76,.14), transparent); }
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-lines { position: absolute; inset: 0; background: repeating-linear-gradient(-45deg, transparent 0 42px, rgba(14,27,22,.025) 42px 43px); }
.hero-dots { position: absolute; right: 8%; bottom: 14%; width: 200px; height: 200px; background-image: radial-gradient(var(--green) 2.5px, transparent 2.5px); background-size: 26px 26px; opacity: .18; }
.hero-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(30px, 5vw, 70px); align-items: center; position: relative; z-index: 2; }
.hero-content { max-width: none; padding: 90px 0; position: relative; z-index: 2; }
.hero-visual { position: relative; }
.hero-photo {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 34px 70px rgba(14, 27, 22, .28);
  transform: rotate(-3deg);
  border: 3px solid rgba(255, 255, 255, .14);
  background: var(--green-dark);
  display: block;
}
.hero-photo img {
  width: 100%;
  height: 118%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: translateY(-7.6%);
  scale: 1;
  animation: kenburns 32s ease-in-out infinite alternate;
 
}
@keyframes kenburns {
  from { scale: 1; }
  to { scale: 1.07; }
}
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(14, 27, 22, .22), transparent 45%); }
.photo-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--white);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  box-shadow: 0 14px 30px rgba(14, 27, 22, .3);
  animation: badgePulse 2.6s ease-in-out infinite;
}
@keyframes badgePulse {
  0%, 100% { transform: scale(1); box-shadow: 0 14px 30px rgba(14, 27, 22, .3); }
  50% { transform: scale(1.08); box-shadow: 0 18px 38px rgba(14, 27, 22, .4); }
}
.pitch-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 16px;
  padding: 11px 15px;
  box-shadow: 0 16px 34px rgba(14, 27, 22, .16);
}
.pitch-chip i { width: 34px; height: 34px; flex-shrink: 0; border-radius: 10px; background: var(--soft); color: var(--green); display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.pitch-chip small { display: block; font-size: .6rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; color: var(--ink-soft); }
.pitch-chip span { font-size: .8rem; font-weight: 700; color: var(--ink); line-height: 1.25; }
.chip-1 { top: -6%; left: -5%; animation: chipFloat 6s ease-in-out infinite; }
.chip-2 { bottom: 16%; right: -5%; animation: chipFloat 7s ease-in-out 1s infinite; }
.chip-3 { bottom: -7%; left: 14%; animation: chipFloat 8s ease-in-out .5s infinite; }
@keyframes chipFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; background: var(--white); border: 1px solid var(--line); padding: 10px 20px; border-radius: 100px; font-size: .82rem; font-weight: 600; color: var(--ink-soft); box-shadow: 0 8px 20px rgba(14,27,22,.06); margin-bottom: 26px; transform: rotate(-1deg); }
.hero-badge i { color: var(--green); }
.hero h1 { font-size: clamp(2.8rem, 7vw, 5rem); line-height: 1.02; margin-bottom: 22px; letter-spacing: -0.02em; }
.hero-sub { font-size: 1.1rem; color: var(--ink-soft); max-width: 540px; margin-bottom: 34px; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 30px; font-size: .82rem; font-weight: 600; transition: all .35s var(--ease); border-radius: 100px; border: 2px solid transparent; }
.btn-solid { background: var(--green); color: #fff; box-shadow: 0 14px 30px rgba(34,163,76,.35); position: relative; overflow: hidden; }
.btn-solid:hover { transform: translateY(-3px); background: var(--green-dark); }
.btn-solid::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 35%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,.3), transparent);
  transform: skewX(-20deg) translateX(-190%);
  animation: btnSweep 5.5s ease-in-out 1.6s infinite;
  pointer-events: none;
 
}
@keyframes btnSweep {
  0% { transform: skewX(-20deg) translateX(-190%); }
  60% { transform: skewX(-20deg) translateX(340%); }
  100% { transform: skewX(-20deg) translateX(340%); }
}
.btn-ghost { border-color: var(--ink-soft); color: var(--ink-soft); }
.btn-ghost:hover { border-color: var(--green); color: var(--green); transform: translateY(-3px); }
.btn-block { width: 100%; justify-content: center; }
.btn:active { animation: btnPop .4s var(--ease); }
@keyframes btnPop { 0% { transform: scale(1); } 50% { transform: scale(.94); } 100% { transform: scale(1); } }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 48px; }
.hero-stats { display: flex; gap: 48px; flex-wrap: wrap; }
.hero-stats strong { display: block; font-family: var(--cond); font-size: 1.9rem; color: var(--green); }
.hero-stats span { font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; color: var(--ink-soft); }
.hero-scroll { position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); color: var(--ink-soft); font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.hero-scroll i { animation: scrollBounce 1.8s ease-in-out infinite; color: var(--green); font-size: 1.1rem; }
@keyframes scrollBounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(8px); } }

/* Secciones */
.section { padding: clamp(70px, 9vw, 120px) 0; position: relative; }
.section-dark { background: var(--dark); }
.section-dark .sec-kicker, .section-dark h2 { color: #fff; }
.section-dark .sec-copy, .section-dark p { color: rgba(255, 255, 255, .75); }
.section-soft { background: var(--soft); }

/* Marquee */
.band { overflow-x: clip; background: var(--dark); color: var(--lime); padding: 15px 0; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.band-track { display: flex; white-space: nowrap; animation: marquee 26s linear infinite; }
.band-track span { font-family: var(--cond); font-size: .8rem; font-weight: 700; letter-spacing: .22em; padding-right: 40px; }
.band-track i { font-style: normal; color: var(--green); padding: 0 14px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Secciones: número */
.sec-num { display: inline-block; font-family: var(--cond); font-size: .7rem; font-weight: 700; color: #fff; background: var(--green); border-radius: 100px; padding: 3px 10px; margin-right: 8px; vertical-align: 1px; }
.sec-head.light .sec-num { background: var(--lime); color: var(--dark); }

/* Canchas */
.courts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.court { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; transition: all .45s var(--ease); }
.court:hover { transform: translateY(-8px); box-shadow: 0 26px 50px rgba(14,27,22,.12); }
.court::before { content: ""; position: absolute; inset: 0; border-radius: 20px; border: 2px solid transparent; transition: border-color .4s; pointer-events: none; z-index: 2; }
.court:hover::before { border-color: rgba(34,163,76,.55); }
.court::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: 20px;
  background: radial-gradient(300px circle at var(--mx, 50%) var(--my, 50%), rgba(34, 163, 76, .14), transparent 70%);
  opacity: 0;
  transition: opacity .45s var(--ease);
}
.court:hover::after { opacity: 1; }
.court-img { position: relative; height: 180px; overflow: hidden; }
.court-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.court:hover .court-img img { transform: scale(1.08); }
.court-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(14,27,22,.55), transparent 45%); opacity: 0; transition: opacity .4s; }
.court:hover .court-img::after { opacity: 1; }
.court-tag { position: absolute; top: 14px; left: 14px; background: var(--green); color: #fff; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding: 6px 14px; border-radius: 100px; box-shadow: 0 6px 16px rgba(34,163,76,.4); }
.court-top { position: absolute; top: 14px; right: 14px; z-index: 3; display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.court-rate { display: inline-flex; align-items: center; gap: 5px; background: rgba(14,27,22,.72); color: #fff; backdrop-filter: blur(6px); font-size: .7rem; font-weight: 700; padding: 5px 10px; border-radius: 100px; }
.court-rate i { color: #FFC53D; font-size: .72rem; }
.court-body { padding: 24px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.court-body h3 { font-family: var(--cond); font-size: 1.3rem; display: flex; align-items: center; gap: 8px; }
.court-hot { display: inline-block; background: #FF5A3C; color: #fff; font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 3px 9px; border-radius: 100px; }
.court-body > p { color: var(--ink-soft); font-size: .92rem; }
.court-meta { display: flex; gap: 16px; font-size: .78rem; color: var(--ink-soft); }
.court-meta i { color: var(--green); margin-right: 5px; }
.court-price { font-family: var(--cond); font-size: 1.5rem; font-weight: 700; color: var(--green); margin-top: auto; }
.court-price span { font-size: .8rem; color: var(--ink-soft); font-weight: 400; }

/* Reservas */
.booking { display: grid; grid-template-columns: 1fr 1fr 1.4fr 1fr; gap: 20px; align-items: end; background: var(--white); border-radius: 24px; padding: 30px; box-shadow: 0 30px 60px rgba(14,27,22,.14); position: relative; overflow: hidden; }
.booking::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--green), var(--lime), var(--green)); }
.booking-step { display: flex; gap: 14px; align-items: flex-end; }
.step-num { width: 34px; height: 34px; flex-shrink: 0; border-radius: 50%; background: var(--soft); color: var(--green); font-family: var(--cond); font-weight: 700; display: flex; align-items: center; justify-content: center; transition: all .35s var(--ease); }
.booking-step:focus-within .step-num { background: var(--green); color: #fff; box-shadow: 0 8px 18px rgba(34,163,76,.35); }
.step-field { display: flex; flex-direction: column; gap: 8px; flex: 1; }
.step-field label { font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; color: var(--ink-soft); }
.step-field select, .step-field input { border: 2px solid var(--line); border-radius: 14px; padding: 13px 14px; font-size: .9rem; background: var(--bg); color: var(--ink); transition: border-color .3s, box-shadow .3s; }
.step-field select:focus, .step-field input:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 4px rgba(34,163,76,.12); }
.time-slots { display: flex; flex-wrap: wrap; gap: 8px; }
.time-slot { border: 2px solid var(--line); background: var(--bg); color: var(--ink); border-radius: 12px; padding: 9px 14px; font-size: .82rem; font-weight: 600; cursor: pointer; transition: all .3s var(--ease); }
.time-slot:hover { border-color: var(--green); color: var(--green); transform: translateY(-2px); }
.time-slot.active { background: var(--green); border-color: var(--green); color: #fff; box-shadow: 0 8px 18px rgba(34,163,76,.3); }
.booking-summary { background: var(--soft); border-radius: 16px; padding: 18px; margin-bottom: 14px; border: 1px dashed rgba(34,163,76,.35); }
.booking-summary strong { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--ink-soft); margin-bottom: 6px; }
.summary-line { font-size: .95rem; color: var(--ink); font-weight: 600; }

/* Servicios */
.serv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.serv { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: 30px; text-align: center; transition: all .4s var(--ease); overflow: hidden; }
.serv:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(14,27,22,.1); }
.serv::after { content: ""; position: absolute; top: -40px; right: -40px; width: 90px; height: 90px; border-radius: 50%; background: radial-gradient(circle, rgba(34,163,76,.12), transparent 70%); opacity: 0; transition: opacity .4s; }
.serv:hover::after { opacity: 1; }
.serv i { width: 62px; height: 62px; margin: 0 auto 16px; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--green); background: var(--soft); transition: all .4s var(--ease); }
.serv:hover i { background: var(--green); color: #fff; transform: rotate(-6deg) scale(1.05); box-shadow: 0 12px 26px rgba(34,163,76,.35); }
.serv h3 { font-size: 1.12rem; margin-bottom: 8px; }
.serv p { color: var(--ink-soft); font-size: .9rem; }

/* Torneos */
.league-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 30px; }
.league { display: flex; align-items: center; gap: 14px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 18px 22px; transition: all .35s var(--ease); }
.league:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(14,27,22,.1); border-color: rgba(34,163,76,.4); }
.league-pos { width: 38px; height: 38px; border-radius: 12px; background: var(--soft); font-family: var(--cond); font-weight: 700; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; color: var(--ink-soft); flex-shrink: 0; transition: all .35s var(--ease); }
.league:nth-child(1) .league-pos { background: var(--lime); color: var(--ink); }
.league:hover .league-pos { background: var(--green); color: #fff; }
.league strong { display: block; font-size: .95rem; }
.league span { font-size: .8rem; color: var(--ink-soft); }
.league-crown { margin-left: auto; color: #D4A800; font-size: 1.2rem; filter: drop-shadow(0 4px 8px rgba(212,168,0,.4)); }
.torneo-cta { position: relative; background: var(--dark); color: #fff; border-radius: 20px; padding: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; overflow: hidden; }
.torneo-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 200px at 90% 0%, rgba(123,220,87,.14), transparent); }
.torneo-cta > * { position: relative; }
.torneo-cta p { font-size: 1.05rem; }

/* Contacto */
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.contact-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.contact-list li { display: flex; align-items: center; gap: 14px; font-size: .95rem; }
.contact-list i { width: 42px; height: 42px; border-radius: 50%; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; }
.contact-form { background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: 34px; display: flex; flex-direction: column; gap: 14px; box-shadow: 0 24px 50px rgba(14,27,22,.08); }
.contact-form h3 { font-size: 1.3rem; margin-bottom: 4px; }
.contact-form input, .contact-form textarea { border: 2px solid var(--line); border-radius: 14px; padding: 13px 16px; font-size: .92rem; background: var(--bg); color: var(--ink); }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--green); }

/* Footer */
footer { position: relative; background: var(--dark); color: rgba(255,255,255,.8); padding: 56px 0 0; }
.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; padding-bottom: 44px; }
.footer-brand .brand { color: #fff; }
.footer-brand .brand em { color: var(--lime); }
.footer-brand p { margin-top: 14px; font-size: .88rem; max-width: 320px; }
.footer-brand strong { color: var(--lime); }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h5 { color: var(--lime); font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 8px; }
.footer-col a { font-size: .88rem; color: rgba(255,255,255,.7); transition: color .3s; }
.footer-col a:hover { color: var(--lime); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; padding-bottom: 26px; font-size: .8rem; }
.footer-bottom b { color: var(--lime); }

/* WhatsApp float */
.wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 90; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; box-shadow: 0 12px 30px rgba(37,211,102,.4); transition: all .35s; }
.wa-float:hover { transform: translateY(-4px) scale(1.05); }

/* Pikaday theme */
.pika-single { border-radius: 16px; border-color: var(--line); font-family: var(--sans); box-shadow: 0 24px 50px rgba(14,27,22,.18); }
.pika-title th { font-size: .8rem; }
.pika-button { color: var(--ink); }
.is-selected .pika-button, .pika-button:hover { background: var(--green); box-shadow: none; border-radius: 8px; }
.is-today .pika-button { color: var(--green-dark); font-weight: 700; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 1020px) {
  .booking { grid-template-columns: 1fr 1fr; }
  .booking-time-step { grid-column: 1 / -1; }
  .booking-confirm { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .nav-links { position: fixed; top: 0; right: 0; height: 100vh; width: min(300px, 82vw); background: var(--white); flex-direction: column; justify-content: center; gap: 28px; padding: 40px; transform: translateX(100%); visibility: hidden; transition: transform .5s var(--ease), visibility 0s .5s; box-shadow: -20px 0 60px rgba(0,0,0,.2); z-index: 110; }
  .nav-links.open { transform: translateX(0); visibility: visible; transition: transform .5s var(--ease), visibility 0s; }
  .nav-toggle { display: block; z-index: 120; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .courts-grid, .serv-grid, .league-grid { grid-template-columns: 1fr; }
  .contact-inner { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .container { padding: 0 20px; }
  .hero { min-height: 84vh; }
  .hero-stats { gap: 26px; }
  .hero-stats strong { font-size: 1.5rem; }
  .hero-scroll { display: none; }
  .booking { grid-template-columns: 1fr; padding: 22px; }
  .booking-step { align-items: stretch; }
  .booking-confirm { grid-column: auto; }
  .court-img { height: 200px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 26px 24px; text-align: left; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { max-width: 100%; }
  .footer-col { align-items: flex-start; }
  .footer-bottom { text-align: center; }
}
@media (max-width: 480px) {
  .pika-single { max-width: calc(100vw - 20px); }
  .pika-single table { width: 100%; }
}
/* -- NEXT-LEVEL TOOLKIT ------------------------------------------- */

/* Cursor */
.cursor-dot, .cursor-ring { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 300; border-radius: 50%; transform: translate(-50%, -50%); will-change: transform; }
.cursor-dot { width: 7px; height: 7px; background: var(--green); }
.cursor-ring { width: 36px; height: 36px; border: 2px solid rgba(34, 163, 76, .55); transition: width .28s var(--ease), height .28s var(--ease), border-color .28s; }
.cursor-ring.hovered { width: 56px; height: 56px; border-color: var(--lime); }

/* Wave edges */
.edge { position: absolute; left: 0; top: calc(-1 * var(--edge-h, 110px)); width: 100%; height: var(--edge-h, 110px); line-height: 0; pointer-events: none; z-index: 2; }
.edge-dark { fill: var(--dark); }
.edge-soft { fill: var(--soft); }
.edge-bg { fill: var(--bg); }
@media (max-width: 768px) { .edge { --edge-h: 44px; } }

/* Split text */
.split .wl { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: .06em; margin-bottom: -.06em; }
.split .wi { display: inline-block; transform: translateY(120%); opacity: 0; transition: transform .9s var(--ease), opacity .9s; transition-delay: var(--sd, 0s); }
.split.in .wi { transform: translateY(0); opacity: 1; }
.split em, .split em .wi { color: var(--green); }



/* Horarios ocupados */
.time-slot.off { opacity: .38; border-style: dashed; border-color: var(--line); color: var(--ink-soft); cursor: not-allowed; pointer-events: none; transform: none; }
.time-slot.off::after { content: "� ocupado"; display: block; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }

/* Back to top */
.to-top { position: fixed; bottom: 92px; right: 24px; z-index: 90; width: 48px; height: 48px; border-radius: 50%; border: none; background: var(--green); color: #fff; font-size: 1rem; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: all .35s var(--ease); box-shadow: 0 10px 24px rgba(34,163,76,.4); }
.to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { background: var(--green-dark); transform: translateY(-3px); }
