:root{
  --bg:#06111f;
  --card:#0d1b2f;
  --card2:#10243d;
  --primary:#0ea5ff;
  --primary2:#36d7ff;
  --text:#ffffff;
  --muted:#9fb4c8;
  --line:rgba(255,255,255,.10);
  --success:#22c55e;
}

*{box-sizing:border-box;margin:0;padding:0}

html{scroll-behavior:smooth}

body{
  font-family:'Inter',sans-serif;
  background:radial-gradient(circle at top,#12345a 0%,#06111f 45%,#030712 100%);
  color:var(--text);
  min-height:100vh;
}

.app-shell{
  max-width:1180px;
  margin:auto;
  padding:22px 18px 95px;
}

.topbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:28px;
}

.mini-label{
  font-size:12px;
  color:var(--primary2);
  font-weight:800;
  letter-spacing:1.5px;
}

.topbar h1{
  font-size:24px;
  margin-top:4px;
}

.whatsapp-top{
  color:#06111f;
  background:#fff;
  text-decoration:none;
  padding:11px 16px;
  border-radius:999px;
  font-weight:800;
}

.hero{
  display:grid;
  grid-template-columns:1.4fr .8fr;
  gap:22px;
  align-items:stretch;
  margin-bottom:22px;
}

.hero-content,
.hero-card,
.booking-card,
.service-card,
.promo,
.contact{
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:0 24px 80px rgba(0,0,0,.28);
  backdrop-filter:blur(14px);
}

.hero-content{
  padding:42px;
}

.badge,
.section-title span,
.promo span{
  display:inline-flex;
  background:rgba(14,165,255,.13);
  color:var(--primary2);
  border:1px solid rgba(54,215,255,.25);
  padding:8px 13px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  margin-bottom:16px;
}

.hero h2{
  font-size:48px;
  line-height:1.02;
  letter-spacing:-1.5px;
  margin-bottom:16px;
}

.hero p,
.section-title p,
.promo p,
.contact p,
.service-card p{
  color:var(--muted);
  line-height:1.6;
}

.hero-actions{
  display:flex;
  gap:12px;
  margin-top:24px;
  flex-wrap:wrap;
}

.btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  border:none;
  text-decoration:none;
  cursor:pointer;
  border-radius:16px;
  padding:14px 18px;
  font-weight:800;
  font-size:15px;
}

.btn.primary,
.btn.full{
  background:linear-gradient(135deg,var(--primary),var(--primary2));
  color:#03111f;
}

.btn.secondary{
  background:rgba(255,255,255,.08);
  color:#fff;
  border:1px solid var(--line);
}

.btn.full{
  width:100%;
  margin-top:14px;
}

.btn.whatsapp{
  background:#22c55e;
  color:#04110a;
}

.hero-card{
  padding:30px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:260px;
  position:relative;
  overflow:hidden;
}

.hero-card:before{
  content:"";
  position:absolute;
  inset:-40px;
  background:radial-gradient(circle,var(--primary) 0%,transparent 55%);
  opacity:.18;
}

.hero-card p,
.hero-card strong{
  position:relative;
}

.hero-card strong{
  font-size:34px;
  margin-top:8px;
}

.status-dot{
  width:14px;
  height:14px;
  background:var(--success);
  border-radius:50%;
  box-shadow:0 0 0 8px rgba(34,197,94,.14);
  position:absolute;
  top:28px;
  right:28px;
}

.booking-card{
  padding:30px;
  margin-bottom:22px;
}

.section-title{
  margin-bottom:22px;
}

.section-title h3,
.promo h3,
.contact h3{
  font-size:30px;
  margin-bottom:8px;
}

form{
  display:grid;
  gap:12px;
}

label{
  color:#d9e7f5;
  font-size:14px;
  font-weight:700;
}

input,
select,
textarea{
  width:100%;
  background:#071526;
  color:#fff;
  border:1px solid var(--line);
  border-radius:15px;
  padding:15px;
  font-size:15px;
  outline:none;
}

textarea{
  min-height:90px;
  resize:vertical;
}

input:focus,
select:focus,
textarea:focus{
  border-color:rgba(54,215,255,.65);
  box-shadow:0 0 0 4px rgba(14,165,255,.12);
}

.horarios-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(95px,1fr));
  gap:10px;
  margin-bottom:4px;
}

.hora-btn{
  padding:13px 10px;
  border-radius:15px;
  border:1px solid var(--line);
  background:#071526;
  color:#fff;
  cursor:pointer;
  font-weight:800;
}

.hora-btn.active{
  background:linear-gradient(135deg,var(--primary),var(--primary2));
  color:#03111f;
}

.empty{
  color:var(--muted);
  grid-column:1/-1;
}

.respuesta{
  margin-top:10px;
  font-weight:800;
}

.respuesta.ok{color:#22c55e}
.respuesta.error{color:#fb7185}

.services{
  margin-bottom:22px;
}

.services-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:16px;
}

.service-card{
  padding:24px;
}

.service-icon{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:14px;
  background:rgba(14,165,255,.14);
  color:var(--primary2);
  margin-bottom:16px;
}

.service-card h4{
  font-size:20px;
  margin-bottom:8px;
}

.service-card strong{
  display:block;
  margin:15px 0;
  font-size:18px;
}

.service-card a{
  color:var(--primary2);
  font-weight:800;
  text-decoration:none;
}

.promo,
.contact{
  padding:30px;
  margin-bottom:22px;
}

.bottom-nav{
  position:fixed;
  left:50%;
  bottom:16px;
  transform:translateX(-50%);
  width:calc(100% - 28px);
  max-width:620px;
  background:rgba(7,21,38,.88);
  border:1px solid var(--line);
  backdrop-filter:blur(18px);
  border-radius:22px;
  padding:10px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:6px;
  z-index:50;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
}

.bottom-nav a{
  color:#cfe4f7;
  text-decoration:none;
  text-align:center;
  font-size:13px;
  font-weight:800;
  padding:11px 6px;
  border-radius:15px;
}

.bottom-nav a:hover{
  background:rgba(255,255,255,.08);
  color:#fff;
}

@media(max-width:760px){
  .app-shell{
    padding:16px 14px 95px;
  }

  .topbar h1{
    font-size:20px;
  }

  .whatsapp-top{
    display:none;
  }

  .hero{
    grid-template-columns:1fr;
  }

  .hero-content{
    padding:30px 24px;
  }

  .hero h2{
    font-size:36px;
  }

  .hero-card{
    min-height:180px;
  }

  .booking-card,
  .promo,
  .contact{
    padding:24px;
  }

  .section-title h3,
  .promo h3,
  .contact h3{
    font-size:25px;
  }

  .bottom-nav a{
    font-size:11px;
  }
}


/* =========================================================
   LLANEX TURNOS - DISEÑO PREMIUM
   Acá manejamos la identidad visual general
========================================================= */

:root{
  --bg:#030305;
  --bg2:#08060f;
  --card:#101018;
  --card2:#171523;
  --primary:#7c2cff;       /* ACÁ CAMBIÁS COLOR PRINCIPAL */
  --primary2:#b45cff;      /* ACÁ CAMBIÁS COLOR SECUNDARIO */
  --text:#ffffff;
  --muted:#aaa3b8;
  --line:rgba(255,255,255,.10);
  --success:#25d366;
}

body{
  background:
    radial-gradient(circle at 80% 10%, rgba(124,44,255,.28), transparent 32%),
    radial-gradient(circle at 20% 30%, rgba(180,92,255,.14), transparent 30%),
    linear-gradient(180deg,#030305 0%,#08060f 100%) !important;
}

.app-shell{
  max-width:1180px;
}

/* LOGO */
.brand img{
  width:170px; /* ACÁ AGRANDÁS O ACHICÁS EL LOGO */
  max-width:100%;
  display:block;
}

.topbar{
  background:rgba(255,255,255,.03);
  border:1px solid var(--line);
  border-radius:24px;
  padding:14px 18px;
  backdrop-filter:blur(18px);
  position:sticky;
  top:12px;
  z-index:80;
}

.topbar h1,
.mini-label{
  display:none;
}

.whatsapp-top{
  background:linear-gradient(135deg,var(--primary),var(--primary2)) !important;
  color:#fff !important;
  box-shadow:0 0 28px rgba(124,44,255,.45);
}

/* HERO PREMIUM */
.hero{
  grid-template-columns:1fr !important;
}

.hero-content{
  position:relative;
  overflow:hidden;
  min-height:480px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    linear-gradient(90deg,rgba(3,3,5,.95) 0%,rgba(8,6,15,.85) 48%,rgba(8,6,15,.30) 100%),
    url("../img/hero.jpg"); /* ACÁ CAMBIÁS LA IMAGEN PRINCIPAL DEL RUBRO */
  background-size:cover;
  background-position:center;
  border-radius:34px;
  padding:56px;
}

.hero-content:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 80% 50%,rgba(124,44,255,.30),transparent 35%);
  pointer-events:none;
}

.hero-content > *{
  position:relative;
  z-index:2;
  max-width:650px;
}

.badge,
.section-title span,
.promo span{
  background:rgba(124,44,255,.16) !important;
  color:#e7d8ff !important;
  border:1px solid rgba(180,92,255,.35) !important;
}

.hero h2{
  font-size:58px;
  line-height:.98;
  letter-spacing:-2px;
}

.hero h2 span,
.hero h2 strong{
  color:var(--primary2);
}

.hero p{
  font-size:18px;
  max-width:560px;
}

.btn.primary,
.btn.full{
  color:#fff !important;
  background:linear-gradient(135deg,var(--primary),var(--primary2)) !important;
  box-shadow:0 0 32px rgba(124,44,255,.45);
}

.btn.secondary{
  background:rgba(255,255,255,.08) !important;
  color:#fff !important;
}

/* FILA DE BENEFICIOS */
.trust-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:28px;
  max-width:620px;
}

.trust-row div{
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px;
}

.trust-row b{
  display:block;
  font-size:20px;
  color:#fff;
}

.trust-row span{
  color:var(--muted);
  font-size:13px;
}

/* SACAMOS CARD VIEJA */
.hero-card{
  display:none;
}

/* TARJETA DE TURNOS MÁS APP */
.booking-card{
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025)) !important;
  border-radius:34px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 30px 90px rgba(0,0,0,.38);
}

input,
select,
textarea{
  background:#07070c !important;
  border:1px solid rgba(255,255,255,.11) !important;
}

input:focus,
select:focus,
textarea:focus{
  border-color:rgba(180,92,255,.75) !important;
  box-shadow:0 0 0 4px rgba(124,44,255,.18) !important;
}

/* SERVICIOS MÁS PREMIUM */
.service-card{
  background:
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.025)) !important;
  border-radius:28px !important;
  transition:.25s ease;
}

.service-card:hover{
  transform:translateY(-4px);
  border-color:rgba(180,92,255,.45);
  box-shadow:0 20px 50px rgba(124,44,255,.18);
}

.service-icon{
  background:linear-gradient(135deg,var(--primary),var(--primary2)) !important;
  color:#fff !important;
}

/* PROMO Y CONTACTO */
.promo,
.contact{
  background:
    linear-gradient(135deg,rgba(124,44,255,.22),rgba(255,255,255,.04)) !important;
  border-radius:30px !important;
}

/* MENÚ FIJO TIPO APP */
.bottom-nav{
  background:rgba(8,6,15,.88) !important;
  border:1px solid rgba(255,255,255,.13) !important;
}

.bottom-nav a{
  color:#d9c9ff !important;
}

.bottom-nav a:hover{
  background:rgba(124,44,255,.18) !important;
  color:#fff !important;
}

/* MOBILE */
@media(max-width:760px){
  .brand img{
    width:130px;
  }

  .topbar{
    border-radius:20px;
  }

  .hero-content{
    min-height:520px;
    padding:34px 24px;
    background:
      linear-gradient(180deg,rgba(3,3,5,.78),rgba(3,3,5,.95)),
      url("../img/hero.jpg"); /* ACÁ CAMBIÁS IMAGEN MOBILE SI QUERÉS */
    background-size:cover;
    background-position:center;
  }

  .hero h2{
    font-size:39px;
  }

  .hero p{
    font-size:15px;
  }

  .trust-row{
    grid-template-columns:1fr;
  }
}



/* CALENDARIO PREMIUM */
.flatpickr-calendar{
  background:#090910 !important;
  border:1px solid rgba(180,92,255,.35) !important;
  box-shadow:0 25px 80px rgba(0,0,0,.55), 0 0 35px rgba(124,44,255,.25) !important;
  border-radius:22px !important;
  overflow:hidden;
}

.flatpickr-months,
.flatpickr-weekdays{
  background:#11111b !important;
}

.flatpickr-current-month,
.flatpickr-monthDropdown-months,
.flatpickr-weekday{
  color:#fff !important;
}

.flatpickr-day{
  color:#ddd !important;
  border-radius:12px !important;
}

.flatpickr-day:hover{
  background:rgba(124,44,255,.25) !important;
  border-color:rgba(124,44,255,.45) !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange{
  background:linear-gradient(135deg,#7c2cff,#b45cff) !important;
  border-color:#b45cff !important;
  color:#fff !important;
}

.flatpickr-day.today{
  border-color:#b45cff !important;
}

.flatpickr-day.disabled{
  color:rgba(255,255,255,.22) !important;
}