/*******************************/
/**** Hipnoparto Cristiano *****/
/**** Ajustes sobre YOOGA ******/
/*******************************/

:root{
  --rosa:#F7CAC9;
  --tinta:#343148;
  --oro:#B8964F;
}

/* --- Barra superior --- */
.top-bar .top-claim{
  color:#343148;
  font-size:14px;
  font-style:italic;
  text-align:right;
  padding-top:14px;
}

/* --- Navegación --- */
.navbar .navbar-brand{
  font-size:26px;
  line-height:1.1;
  letter-spacing:1px;
  padding:6px 0;
}
/* La plantilla deja la barra casi transparente sobre el hero rosa:
   el logo rosa desaparecía. Barra siempre en tinta. */
@media (min-width: 992px){
  .navbar{ background:#343148 !important; padding-top:10px !important; padding-bottom:10px !important; }
}

/* Marca: símbolo (imagen) + nombre (texto real, escala siempre).
   La plantilla impone max-height:40px a la imagen y color tinta a los
   span de la marca: hay que ganarle con especificidad + !important. */
.navbar .navbar-brand{ line-height:normal !important; }
.navbar .navbar-brand span.marca{
  display:inline-flex !important;
  align-items:center;
  gap:16px;
  color:#F7CAC9;
  text-transform:none;
}
.navbar .navbar-brand .marca img{
  height:74px !important;
  max-height:none !important;
  width:auto !important;
  max-width:none !important;
  transition:height .3s;
}
.navbar .navbar-brand span.marca-nombre{
  font-family:'Cormorant Garamond',Georgia,serif !important;
  font-weight:600 !important;
  font-size:26px !important;
  line-height:1.12 !important;
  letter-spacing:3px !important;
  text-transform:uppercase !important;
  color:#F7CAC9 !important;
  white-space:nowrap;
  transition:font-size .3s;
}
.navbar.nav-sticky .navbar-brand .marca img{ height:50px !important; }
.navbar.nav-sticky .navbar-brand span.marca-nombre{ font-size:20px !important; }
@media (max-width: 575.98px){
  .navbar .navbar-brand .marca img{ height:48px !important; }
  .navbar .navbar-brand span.marca-nombre{ font-size:18px !important; letter-spacing:2px !important; }
}

/* Pie: misma marca, centrada y algo mayor */
.footer .footer-logo{ display:inline-block; margin-bottom:12px; }
.footer .footer-logo span.marca{ display:inline-flex !important; flex-direction:column; align-items:center; gap:10px; }
.footer .footer-logo .marca img{ height:90px !important; max-height:none !important; width:auto !important; }
.footer .footer-logo span.marca-nombre{
  font-family:'Cormorant Garamond',Georgia,serif !important;
  font-size:26px !important;
  font-weight:600 !important;
  letter-spacing:3px !important;
  text-transform:uppercase !important;
  line-height:1.15 !important;
  color:#F7CAC9 !important;
}
.navbar .nav-cta{
  background:#F7CAC9;
  color:#343148 !important;
  margin-left:10px;
  font-weight:600;
}
.navbar .nav-cta:hover{ background:#ffffff; }

/* La barra (absoluta) es ahora más alta: bajar el contenido del hero
   para que el titular no quede debajo. */
@media (min-width: 992px){
  .hero{ padding-top:165px; }
}

/* --- Hero: titular y formulario --- */
.hero .hero-text h1{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:52px;
  font-weight:600;
  line-height:1.1;
}
.hero .hero-text{ padding-right:30px; }

.hero-form{
  background:#ffffff;
  padding:26px 24px;
  max-width:420px;
  width:100%;
  box-shadow:0 18px 40px -26px rgba(52,49,72,.55);
}
.hero-form .precio{ margin-bottom:16px; }
.hero-form .precio .antes{
  text-decoration:line-through;
  color:#9c9aa8;
  font-size:16px;
  margin-right:10px;
}
.hero-form .precio .ahora{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:38px;
  font-weight:600;
  color:#343148;
  line-height:1;
}
.hero-form .precio .nota{
  display:block;
  margin-top:6px;
  font-size:11px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#B8964F;
  font-weight:600;
}
.hero-form input[type=email]{
  width:100%;
  padding:14px 15px;
  border:1px solid #e4dfe4;
  font-size:15px;
  margin-bottom:10px;
  background:#fdfbfb;
}
.hero-form input[type=email]:focus{ outline:none; border-color:#F7CAC9; }
.hero-form .btn{
  display:block;
  width:100%;
  padding:15px;
  border-radius:0;
  font-size:14px;
  font-weight:600;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#F7CAC9;
  background:#343148;
  transition:.3s;
}
.hero-form .btn:hover{ color:#343148; background:#F7CAC9; }
.hero-form .micro{
  font-size:12px;
  color:#8d8a99;
  margin:10px 0 0;
  line-height:1.5;
}

/* --- Lista de pasos (sección Cómo funciona) --- */
.pasos-lista{
  list-style:none;
  padding:0;
  margin:20px 0 0;
}
.pasos-lista li{
  display:flex;
  gap:15px;
  align-items:flex-start;
  padding:12px 0;
  border-bottom:1px solid #f0eaea;
}
.pasos-lista li:last-child{ border-bottom:none; }
.pasos-lista li span{
  flex:none;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#F7CAC9;
  color:#343148;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
}

/* --- Muestras de audio --- */
.muestras{
  position:relative;
  width:100%;
  padding:45px 0;
}
.muestras .pista{
  background:#ffffff;
  border:1px solid #f0eaea;
  padding:24px;
  margin-bottom:20px;
  text-align:center;
  box-shadow:0 10px 30px -24px rgba(52,49,72,.6);
}
.muestras .pista h3{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:24px;
  font-weight:600;
  margin-bottom:2px;
}
.muestras .pista .ref{
  font-size:12px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:#B8964F;
  margin-bottom:14px;
}
.muestras .pista audio{ width:100%; }

/* --- FAQ --- */
.faq{ padding:45px 0; }
.faq .card{
  border:1px solid #f0eaea;
  border-radius:0;
  margin-bottom:10px;
}
.faq .card-header{
  background:#ffffff;
  border-bottom:none;
  padding:0;
}
.faq .card-header .btn-link{
  width:100%;
  text-align:left;
  padding:18px 20px;
  font-size:17px;
  font-weight:600;
  color:#343148;
  text-decoration:none;
  white-space:normal;
}
.faq .card-header .btn-link:hover{ color:#343148; text-decoration:none; }
.faq .card-header .btn-link:after{ content:"−"; float:right; color:#B8964F; }
.faq .card-header .btn-link.collapsed:after{ content:"+"; }
.faq .card-body{
  padding:0 20px 20px;
  color:#6d6a79;
  font-size:15px;
}

/* --- Bloque de reserva final --- */
.reserva-final{
  position:relative;
  width:100%;
  padding:70px 0 80px;
  background:#faf6f6;
}
.reserva-final .cita{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-style:italic;
  font-size:30px;
  color:#343148;
  margin-bottom:4px;
  line-height:1.3;
}
.reserva-final .cita-ref{
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#B8964F;
  margin-bottom:30px;
}
.reserva-final .hero-form{ margin:0 auto; }

/* --- Footer --- */
.footer .footer-logo{ font-size:26px; }
.footer .footer-menu p{ max-width:640px; margin:0 auto; }

/* --- CTA fija en móvil --- */
.sticky-cta{
  position:fixed;
  left:0; right:0; bottom:0;
  z-index:50;
  background:rgba(255,255,255,.97);
  border-top:1px solid #f0eaea;
  padding:10px 15px;
  display:flex;
  align-items:center;
  gap:12px;
  box-shadow:0 -6px 20px -14px rgba(52,49,72,.6);
}
.sticky-cta strong{
  display:block;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:22px;
  color:#343148;
  line-height:1;
}
.sticky-cta span{ font-size:11px; color:#8d8a99; }
.sticky-cta a{
  margin-left:auto;
  background:#343148;
  color:#F7CAC9;
  padding:13px 20px;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
}
.sticky-cta a:hover{ background:#F7CAC9; color:#343148; }

/* --- Responsive --- */
@media (max-width: 991.98px){
  .hero .hero-text h1{ font-size:40px; }
  .hero .hero-text{ padding-left:30px; padding-right:30px; }
  .hero-form{ max-width:100%; }
}
@media (max-width: 767.98px){
  body{ padding-bottom:70px; }
  .hero{ padding:50px 0; }
  .hero .hero-image{ display:none; }
  .reserva-final .cita{ font-size:24px; }
}

/* --- Checkbox RGPD en los formularios --- */
.hero-form .rgpd{
  display:flex;
  gap:8px;
  align-items:flex-start;
  font-size:12px;
  color:#8d8a99;
  line-height:1.45;
  margin:0 0 12px;
  text-align:left;
  cursor:pointer;
}
.hero-form .rgpd input{ margin-top:3px; flex:none; accent-color:#343148; }
.hero-form .rgpd a{ color:#343148; text-decoration:underline; }

/* --- Prueba interactiva: respiración --- */
.respira{
  position:relative;
  width:100%;
  padding:45px 0 60px;
  background:#faf6f6;
}
.respira-caja{
  background:#ffffff;
  border:1px solid #f0eaea;
  padding:34px 28px 30px;
  text-align:center;
  box-shadow:0 10px 30px -24px rgba(52,49,72,.6);
}
.respira-intro{ color:#6d6a79; font-size:15px; margin-bottom:22px; }
.respira-intro strong{ color:#343148; }
.respira-escena{
  position:relative;
  width:220px;
  height:220px;
  margin:0 auto 18px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.respira-halo{
  position:absolute;
  inset:0;
  border-radius:50%;
  border:1px dashed #e9c9c8;
}
.respira-circulo{
  width:130px;
  height:130px;
  border-radius:50%;
  background:#F7CAC9;
  color:#343148;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  transform:scale(1);
  transition:transform 4s ease-in-out, background .6s;
  box-shadow:0 18px 40px -22px rgba(52,49,72,.7);
}
.respira-circulo .fase{
  font-size:12px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  font-weight:600;
  padding:0 14px;
  line-height:1.3;
}
.respira-circulo .cuenta{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:40px;
  font-weight:600;
  line-height:1;
  margin-top:4px;
  min-height:40px;
}
.respira-circulo.inhala{ transform:scale(1.62); background:#f3b8b7; }
.respira-circulo.exhala{ transform:scale(1); }
.respira-circulo.fin{ background:#B8964F; color:#ffffff; transition-duration:1s; }
.respira-olas{ display:flex; justify-content:center; gap:10px; margin-bottom:14px; }
.respira-olas span{
  width:34px; height:6px; border-radius:3px;
  background:#f0eaea; transition:background .4s;
}
.respira-olas span.activa{ background:#F7CAC9; }
.respira-olas span.hecha{ background:#B8964F; }
.respira-verso{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-style:italic;
  font-size:22px;
  color:#343148;
  min-height:32px;
  margin-bottom:18px;
  line-height:1.3;
}
.respira-btn{
  padding:14px 28px;
  border-radius:0;
  font-size:14px;
  font-weight:600;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#F7CAC9;
  background:#343148;
  transition:.3s;
}
.respira-btn:hover{ color:#343148; background:#F7CAC9; }
.respira-fin{ display:none; margin-top:22px; padding-top:18px; border-top:1px solid #f0eaea; }
.respira-fin.show{ display:block; }
.respira-fin p{ color:#6d6a79; font-size:15px; margin-bottom:14px; }
.respira-fin .btn{
  padding:12px 24px; border-radius:0; font-size:13px; font-weight:600;
  letter-spacing:1px; text-transform:uppercase; color:#343148; background:#F7CAC9;
}
.respira-fin .btn:hover{ color:#F7CAC9; background:#343148; }
@media (prefers-reduced-motion:reduce){
  .respira-circulo{ transition:background .3s; transform:none !important; }
}
.muestras-nota{ font-size:13px; color:#8d8a99; margin:6px 0 0; }
.footer .footer-legal{ margin-top:14px !important; font-size:13px; }
.footer .footer-legal a{ color:#F7CAC9; }

/* --- Fotos --- */
/* Hero: imagen generada con el fondo ya igualado a #F7CAC9 y bordes
   fundidos — va directa sobre el fondo, sin marco, como la plantilla original */
.hero .hero-image{ text-align:center; }
.hero .hero-image img.foto-hero{
  max-width:76% !important;
  max-height:640px !important;
  border-radius:0;
  box-shadow:none;
  border:none;
}
.about .about-img img.foto-about{
  width:100%;
  border-radius:16px;
  box-shadow:0 24px 48px -28px rgba(52,49,72,.5);
}
@media (max-width:767.98px){
  .hero .hero-image{ display:block; margin-top:26px; }
  .hero .hero-image img.foto-hero{ max-width:70% !important; }
}
