/*
 Theme Name: GeneratePress Child - ImpulsoVital
 Theme URI: https://example.com/
 Description: Child theme for GeneratePress (ImpulsoVital)
 Author: Víctor Astete
 Template: generatepress
 Version: 1.0.0
 Text Domain: generatepress-child-impulsovital
*/

/* Put your custom styles below */
/* ==============================
   HERO SLIDER - VERSION ESTABLE
============================== */

.iv-hero-slider{
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

/* Todos los slides se apilan */
.iv-hero-slider > *{
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .8s ease;
}

/* El activo define la altura */
.iv-hero-slider > *.active{
  opacity: 1;
  position: relative; /* 👈 CLAVE */
}

/* Imagen normal */
.iv-hero-slider img{
  width: 100%;
  height: auto;
  display: block;
}

/* ==============================
   HERO MOBILE (LIMPIO)
============================== */

@media (max-width: 900px) {

  .iv-hero-wrapper {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

}

/* ==============================
   HERO DOTS (Carousel Indicators)
============================== */
/* Hacer que los dots ocupen la misma columna que el slider */
.iv-hero-dots {
  grid-column: 2;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.iv-hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d0d0d0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.iv-hero-dot.active {
  background: #6c4cff;
  transform: scale(1.2);
}

@media (max-width: 900px) {

  .iv-hero-slider {
    width: 100%;
    max-width: 100%;
  }

  .iv-hero-slider img {
    width: 100%;
    height: auto;
  }

}
@media (max-width: 900px) {

  .iv-hero-slider,
  .iv-hero-dots {
    grid-column: 1 / -1 !important; /* mata la columna fantasma */
  }

  .iv-hero-slider {
    width: 100%;
  }

  .iv-hero-dots {
    justify-content: center;
  }

}
@media (max-width: 900px) {

  .iv-hero-slider {
    grid-row: 1;
  }

  .iv-hero-text {
    grid-row: 2;
  }

}
@media (max-width: 900px) {

  .iv-hero-dots {
    grid-column: 1 / -1 !important;
    grid-row: 2;
    justify-content: center;
    margin-top: 12px;
  }

}
/* Contenedor branding completo */
.site-branding {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* Logo */
/*.site-logo img {
  height: 150px;
  width: auto;
}*/

/* Contenedor texto */
.iv-brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
}

/* Título principal */
.iv-brand-text .brand-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #1c1c1c;
}

/* Subtítulo */
.iv-brand-text .brand-subtitle {
  font-size: 13px;
  font-weight: 400;
  color: #6b6b6b;
  margin-top: 3px;
}
.iv-brand-text .brand-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  background: linear-gradient(90deg, #6c4cff, #16a34a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.iv-brand-text .brand-subtitle {
  font-size: 13px;
  color: #7a7a7a;
}
.iv-brand-text {
  padding-left: 12px;
  border-left: 2px solid #eaeaea;
}

.iv-brand-text {
  margin-top: -2px;
}

.site-header {
  border-bottom: 1px solid #f0f0f0;
}
.site-header {
  padding-top: 14px;
  padding-bottom: 14px;
}
.main-navigation a {
  font-weight: 500;
  letter-spacing: 0.3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.iv-bienvenida {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.iv-card {
  background: #ffffff;
  padding: 50px;
  max-width: 800px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  text-align: center;
}

.iv-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.iv-card h1 {
  font-size: 32px;
  margin-bottom: 15px;
}

.iv-sub {
  color: #555;
  margin-bottom: 40px;
  font-size: 18px;
}

.iv-seccion {
  text-align: left;
  margin-bottom: 40px;
}

.iv-seccion h2 {
  margin-bottom: 15px;
}

.iv-seccion ul {
  padding-left: 20px;
}

.iv-seccion li {
  margin-bottom: 10px;
}

.iv-box {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 15px;
}

.iv-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 28px;
  background: linear-gradient(135deg, #25D366, #1ebe5d);
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: 0.3s;
}

.iv-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* =========================
   CHECKOUT IMPULSO VITAL
   ========================= */

.woocommerce-checkout #place_order{
  background: var(--iv-primary);
  border-radius: 40px;
  padding: 16px 40px;
  font-weight: 600;
  letter-spacing: .5px;
  border: none;
  transition: all .3s ease;
}

.woocommerce-checkout #place_order:hover{
  background: var(--iv-primary-2);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(110,63,169,.25);
}

/* Mercado Pago box */
.wc_payment_method.payment_method_woo-mercado-pago-basic{
  border-radius: 20px;
  border: 1px solid rgba(110,63,169,.15);
}

.wc_payment_method.payment_method_woo-mercado-pago-basic input:checked + label{
  color: var(--iv-primary);
}

/* Resumen */
.woocommerce-checkout-review-order{
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 20px 50px rgba(17,24,39,.06);
  border: 1px solid rgba(17,24,39,.06);
}

/* Total destacado */
.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce-checkout-review-order-table tfoot tr.order-total td{
  font-size: 20px;
  color: var(--iv-primary);
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{
  border-radius: 12px;
  border: 1px solid rgba(17,24,39,.12);
  padding: 12px;
}

.woocommerce form .form-row input:focus{
  border-color: var(--iv-primary);
  box-shadow: 0 0 0 2px rgba(110,63,169,.1);
}

/* =========================
   BOTÓN CHECKOUT BLOCKS IV
   ========================= */

.wc-block-components-checkout-place-order-button.contained {
  background-color: #6E3FA9 !important;
  border-radius: 40px !important;
  padding: 16px 40px !important;
  font-weight: 600 !important;
  letter-spacing: .5px;
  border: none !important;
  transition: all .3s ease;
  box-shadow: none !important;
}

.wc-block-components-checkout-place-order-button.contained:hover {
  background-color: #5A2F90 !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(110,63,169,.25) !important;
}

/* Ocultar volver al carrito */
.wc-block-components-checkout-return-to-cart-button{
  display: none !important;
}
.wc-block-checkout__actions_row{
  justify-content: center !important;
}

.iv-footer {
  width: 100%;
  background: linear-gradient(135deg, #5A4FCF, #6B5B95);
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.iv-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.iv-footer h4 {
  margin-bottom: 20px;
  font-weight: 600;
}

.iv-footer p {
  opacity: 0.9;
  line-height: 1.6;
}

.iv-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.iv-footer li {
  margin-bottom: 10px;
}

.iv-footer a {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  transition: all .3s ease;
}

.iv-footer a:hover {
  opacity: 1;
  transform: translateX(4px);
}

.iv-social-icons {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.iv-social-icons svg {
  transition: transform .3s ease;
}

.iv-social-icons a:hover svg {
  transform: scale(1.15);
}

.iv-footer-bottom {
  text-align: center;
  padding: 20px;
  font-size: 14px;
  opacity: 0.8;
  border-top: 1px solid rgba(255,255,255,0.2);
}

@media (max-width: 768px) {
  .iv-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .iv-social-icons {
    justify-content: center;
  }
}
/* ===== BRAND HEAD (logo + dominio) ===== */
.iv-brand-head{
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* desktop: alineado a la izquierda */
  gap: 10px;               /* espacio PRO entre logo y texto */
  margin-bottom: 18px;     /* aire antes de los párrafos */
}

.iv-logo-img{
  width: 110px;  /* ajusta aquí: 100-140 */
  height: auto;
  display: block;
  margin: 0;     /* sin empujar el dominio */
}

.iv-domain{
  margin: 0;
  line-height: 1.1;
  font-weight: 500;
  font-size: medium;
}
/*.iv-brand {
  display: flex;
  flex-direction: column;
}
*/
@media (max-width: 768px) {

  .iv-brand {
    align-items: center;   /* centra contenido del flex */
    text-align: center;
  }

  .iv-logo {
    width: 100px;
    margin-bottom: 20px;
  }

  .iv-footer-inner{
    text-align: center;
  }

  .iv-brand-head{
    align-items: center; /* centra logo + dominio */
  }
}

/* ===== FIX: logo + dominio centrados y pegaditos ===== */
.iv-footer .iv-brand-head{
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important; /* <-- clave: baja el bloque */
  gap: 10px !important;
  min-height: 140px !important;       /* <-- “caja” para centrar */
  margin-bottom: 18px !important;
}

.iv-footer .iv-logo-img{
  display: block !important;
  width: 110px !important;  /* ajusta 100-140 a gusto */
  height: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  opacity: 1 !important;
}

/* dominio pegado y limpio */
.iv-footer .iv-domain{
  margin: 0 !important;
  line-height: 1.1 !important;
}

/* Mobile: centrado bonito */
@media (max-width: 768px){
  .iv-footer .iv-brand-head{
    align-items: center !important;
    text-align: center !important;
    min-height: 120px !important;
  }
}

/* ===== Desktop: centrar el layout del footer (no el texto) ===== */
.iv-footer{
  width: 100%;
}

.iv-footer .iv-footer-inner{
  /* centra SI O SI el contenedor */
  width: min(1200px, 100%);
  margin-left: auto !important;
  margin-right: auto !important;

  /* padding simétrico para que no “tire pa’ un lado” */
  padding-left: clamp(24px, 4vw, 48px) !important;
  padding-right: clamp(24px, 4vw, 48px) !important;

  /* grid más “balanceado” visualmente */
  grid-template-columns: 1.2fr 1fr 1fr !important;
  column-gap: clamp(32px, 5vw, 80px) !important;
  align-items: start !important;
}

/* centra logo + dominio dentro de su bloque (desktop también) */
.iv-footer .iv-brand-head{
  align-items: center !important;
  text-align: center !important;
}

/* ===== FOOTER COMPACT VERSION ===== */

.iv-footer .iv-footer-inner{
  padding-top: 40px !important;   /* antes 80px */
  padding-bottom: 40px !important;
  column-gap: clamp(24px, 4vw, 40px) !important; /* menos separación horizontal */
}

/* Reduce espacio logo + dominio */
.iv-footer .iv-brand-head{
  gap: 6px !important;
  margin-bottom: 14px !important;
}

/* Reduce espacio entre párrafos */
.iv-footer .iv-brand p{
  margin-bottom: 10px !important;
  line-height: 1.5 !important;
}

/* Reduce separación lista links */
.iv-footer .iv-links li{
  margin-bottom: 6px !important;
}

/* Íconos un poco más juntos */
.iv-footer .iv-social-icons{
  gap: 14px !important;
}

/* Reduce espacio inferior total */
.iv-footer-bottom{
  padding: 14px !important;
}

/* ===== MOBILE FOOTER ITERATION ===== */
@media (max-width: 768px){

  .iv-footer .iv-footer-inner{
    grid-template-columns: 1fr !important;
    padding: 40px 24px !important;
    text-align: center !important;
    row-gap: 40px !important;
  }

  /* Marca */
  .iv-footer .iv-brand{
    align-items: center !important;
  }

  .iv-footer .iv-brand-head{
    align-items: center !important;
    gap: 8px !important;
  }

  .iv-footer .iv-logo-img{
    width: 100px !important;
  }

  .iv-footer .iv-domain{
    font-size: 20px !important;
  }

  .iv-footer .iv-brand p{
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Links */
  .iv-footer .iv-links ul{
    padding: 0;
  }

  .iv-footer .iv-links li{
    margin-bottom: 8px !important;
  }

  /* Social */
  .iv-footer .iv-social-icons{
    justify-content: center !important;
    gap: 18px !important;
  }

  /* Footer bottom */
  .iv-footer-bottom{
    font-size: 13px !important;
    padding: 12px !important;
  }

}

/* ===== Back To Top Custom ===== */

.generate-back-to-top{
  background-color: #5A4FCF !important; /* morado IV */
  color: #ffffff !important;            /* flecha blanca */
  border-radius: 12px !important;       /* más moderno */
  box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
}

.generate-back-to-top{
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
}

.generate-back-to-top:hover{
  background-color: #6B5B95 !important; /* hover degradado suave */
  transform: translateY(-3px);
}


/* =========================
   PAGINA GRACIAS - IMPULSO VITAL
   ========================= */

.page-id .wp-block-group,
.page-id .container{
    max-width: 760px;
    margin: 0 auto;
}

/* TITULO */

.page-id h1{
    font-size: 42px;
    font-weight: 700;
    color: #3f2a8c; /* morado corporativo */
    margin-bottom: 20px;
}

/* TEXTO */

.page-id p{
    font-size: 17px;
    line-height: 1.6;
    color: #4b5563;
}

/* CONTENEDOR CENTRAL */

.page-id .wp-block-group{
    background: #ffffff;
    padding: 60px 50px;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 20px 60px rgba(17,24,39,.08);
}

/* BOTONES */

.wp-block-buttons{
    margin-top: 35px;
}

.wp-block-button__link{
    border-radius: 12px;
    padding: 14px 26px;
    font-weight: 600;
    transition: all .25s ease;
}

/* BOTON PRINCIPAL */

.wp-block-button__link{
    background: linear-gradient(135deg,#6a4ee6,#8a6df0);
    color: #fff;
}

/* HOVER */

.wp-block-button__link:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(106,78,230,.25);
}

/* BOTON SECUNDARIO */

.wp-block-button.is-style-outline .wp-block-button__link{
    background: transparent;
    border: 2px solid #6a4ee6;
    color: #6a4ee6;
}

/* LISTA */

.page-id ul{
    margin-top: 20px;
}

.page-id li{
    margin-bottom: 8px;
}


/*****************************************************************************************************************/

/* =========================
   ImpulsoVital - Base UI
   ========================= */
:root{
  --iv-bg: #ffffff;
  --iv-surface: #f6f7fb;
  --iv-text: #111827;
  --iv-muted: #6b7280;
  --iv-border: rgba(17,24,39,.10);

   --iv-primary: #6d28d9;     /* morado principal */
  --iv-primary-2: #8b5cf6;   /* morado suave */
  --iv-accent: #16a34a;      /* verde clínico suave */
  --iv-danger: #ef4444;

  --iv-radius: 16px;
  --iv-radius-sm: 12px;

  --iv-shadow: 0 10px 30px rgba(17,24,39,.10);
  --iv-shadow-soft: 0 8px 18px rgba(17,24,39,.08);

  --iv-max: 1180px;
}

body{
  color: var(--iv-text);
  background: var(--iv-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ancho consistente para secciones */
#iv-hero, #iv-infra, #iv-planes, #iv-faq, #iv-cta{
  max-width: var(--iv-max);
  margin-left: auto;
  margin-right: auto;
}

/* títulos */
#iv-hero h1,
#iv-infra h2,
#iv-planes h2,
#iv-faq h2,
#iv-cta h2{
  letter-spacing: -0.02em;
}

/* botón estilo marca (sirve para WP y GenerateBlocks) */
a.wp-block-button__link,
.gb-button,
button,
input[type="submit"]{
  border-radius: 999px !important;
  padding: 14px 22px !important;
  font-weight: 700 !important;
  border: 1px solid transparent !important;
  box-shadow: 0 8px 18px rgba(17,24,39,.12);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

a.wp-block-button__link:hover,
.gb-button:hover,
button:hover,
input[type="submit"]:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(109,40,217,.25);
  opacity: .95;
}

/* cards genéricas */
.iv-card{
  background: var(--iv-bg);
  border: 1px solid var(--iv-border);
  border-radius: var(--iv-radius);
  box-shadow: var(--iv-shadow-soft);
  padding: 26px;
}

/* HERO */
#iv-hero{
  padding: 72px 18px 40px;
}

#iv-hero p{
  color: var(--iv-muted);
  max-width: 52ch;
}

#iv-hero img{
  border-radius: var(--iv-radius);
  box-shadow: var(--iv-shadow);
}

/* Infraestructura */


#iv-infra img,
#iv-infra svg{
  opacity: .95;
}



/* Planes */
#iv-planes{
  padding: 100px 18px 90px;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #f3f4f9 100%
  );
  position: relative;
}

#iv-planes .plan{
  background: #ffffff;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(17,24,39,.08);
  padding: 36px;
  position: relative;
  overflow: hidden;
  transition: transform .45s cubic-bezier(.16,1,.3,1),
              box-shadow .45s ease,
              border-color .45s ease;
}

#iv-planes .plan:hover{
  transform: translateY(-14px);
  box-shadow: 0 40px 80px rgba(17,24,39,.16);
  border-color: rgba(109,40,217,.35);
}

#iv-planes .plan h3{
  margin-bottom: 8px;
}

#iv-planes .plan .desc{
  color: var(--iv-muted);
}

#iv-planes .plan ul{
  margin-top: 16px;
  padding-left: 18px;
}

#iv-planes .plan li{
  margin: 8px 0;
}

/* Plan recomendado */
#iv-planes .plan.is-featured{
  border: 2px solid rgba(109,40,217,.45);
  box-shadow: 0 30px 80px rgba(109,40,217,.25);
}

#iv-planes .plan.is-featured::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: radial-gradient(
    circle at top right,
    rgba(109,40,217,.10),
    transparent 60%
  );
  pointer-events: none;
}

#iv-planes .plan.is-featured::before{
  content: "Recomendado";
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(109,40,217,.12);
  color: var(--iv-primary);
  font-weight: 700;
  font-size: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
}

#iv-planes .price{
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 24px 0 6px;
}

#iv-planes .price span{
  font-size: 14px;
  font-weight: 500;
  color: var(--iv-muted);
}

/* Próximamente */
#iv-planes .plan.is-soon{
  background: linear-gradient(180deg, #fff, var(--iv-surface));
  opacity: .95;
}

#iv-planes .plan.is-soon::before{
  content: "🟣 Próximamente";
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(34,197,94,.12);
  color: #166534;
  font-weight: 800;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
}

/* Botón deshabilitado visual (para el Pro Clínica por ahora) */
#iv-planes .plan.is-soon a.wp-block-button__link,
#iv-planes .plan.is-soon .gb-button{
  opacity: .55;
  pointer-events: none;
  filter: grayscale(20%);
}

/* FAQ */
#iv-faq{
  padding: 56px 18px;
}

#iv-faq details{
  background: var(--iv-bg);
  border: 1px solid var(--iv-border);
  border-radius: var(--iv-radius-sm);
  box-shadow: var(--iv-shadow-soft);
  padding: 14px 16px;
  margin: 12px 0;
}

#iv-faq summary{
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

#iv-faq summary::-webkit-details-marker{
  display:none;
}

#iv-faq details p{
  color: var(--iv-muted);
  margin-top: 10px;
}

/* CTA final */
#iv-cta{
  padding: 64px 18px 86px;
}

#iv-cta .cta-box{
  background: linear-gradient(135deg, rgba(109,40,217,.10), rgba(139,92,246,.08));
  border: 1px solid rgba(109,40,217,.18);
  border-radius: var(--iv-radius);
  box-shadow: var(--iv-shadow);
  padding: 34px 28px;
}

#iv-cta p{
  color: var(--iv-muted);
  max-width: 60ch;
}

@media (min-width: 1024px){
  #iv-hero{
    padding-top: 64px;
    padding-bottom: 32px;
  }
}

#iv-infra{
  padding: 64px 18px;
  background: transparent;
}

#iv-infra h2{
  margin-bottom: 48px;
}
#iv-hero h1{
  font-weight: 800;
  line-height: 1.15;
}


a.wp-block-button__link{
  background: var(--iv-primary);
  color: #fff;
}
a.wp-block-button__link:hover{
  background: var(--iv-primary-2);
}
/* =========================
   CÓMO FUNCIONA
   ========================= */

#iv-como{
  padding: 56px 18px;
  background: var(--iv-surface);
}

#iv-como .wp-block-columns{
  gap: 24px;
}

#iv-como .wp-block-column{
  background: var(--iv-bg);
  border: 1px solid var(--iv-border);
  border-radius: var(--iv-radius);
  box-shadow: var(--iv-shadow-soft);
  padding: 26px;
  transition: transform .2s ease, box-shadow .2s ease;
}

#iv-como .wp-block-column:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

/* Número */
#iv-como .wp-block-column p:first-child{
  font-weight: 900;
  font-size: 28px;
  margin: 0 0 8px;
  color: var(--iv-primary);
}

/* Título */
#iv-como .wp-block-column p:nth-child(2){
  font-weight: 800;
  margin: 0 0 8px;
}

/* Descripción */
#iv-como .wp-block-column p:nth-child(3){
  color: var(--iv-muted);
  margin: 0;
}

#iv-infra img{
  transition: transform .4s cubic-bezier(.16,1,.3,1);
}

/* =========================
   INFRA (GenerateBlocks con gb-element)
   Estructura:
   .gb-element-37d25d44 (wrapper / grid)
     -> .gb-element-9c82bc12 (card)
        -> .gb-element-df8b93ce (contenido)
   ========================= */

#iv-infra .gb-element-37d25d44{
  display: grid;
  gap: 18px;
}

/* Card */
#iv-infra .gb-element-df8b93ce{
  background: var(--iv-bg);
  border: 1px solid var(--iv-border);
  border-radius: var(--iv-radius);
  box-shadow: var(--iv-shadow-soft);
  padding: 26px;

  transition: transform .35s cubic-bezier(.16,1,.3,1),
              box-shadow .35s ease,
              border-color .35s ease;
}

#iv-infra .gb-element-df8b93ce:hover{
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(17,24,39,.18);
  border-color: rgba(109,40,217,.35);
}

/* Texto dentro de la card */
#iv-infra .gb-element-df8b93ce p{
  color: var(--iv-muted);
}

/* Icono/imagen dentro de la card */
#iv-infra .gb-element-df8b93ce:hover img{
  transform: translateY(-4px) scale(1.05);
}

/*2*/
#iv-infra .gb-element-34e6fc3a{
  background: var(--iv-bg);
  border: 1px solid var(--iv-border);
  border-radius: var(--iv-radius);
  box-shadow: var(--iv-shadow-soft);
  padding: 26px;

  transition: transform .35s cubic-bezier(.16,1,.3,1),
              box-shadow .35s ease,
              border-color .35s ease;
}

#iv-infra .gb-element-34e6fc3a:hover{
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(17,24,39,.18);
  border-color: rgba(109,40,217,.35);
}

/* Texto dentro de la card */
#iv-infra .gb-element-34e6fc3a p{
  color: var(--iv-muted);
}

/* Icono/imagen dentro de la card */
#iv-infra .gb-element-34e6fc3a:hover img{
  transform: translateY(-4px) scale(1.05);
}

/*3*/
#iv-infra .gb-element-7bfed217{
  background: var(--iv-bg);
  border: 1px solid var(--iv-border);
  border-radius: var(--iv-radius);
  box-shadow: var(--iv-shadow-soft);
  padding: 26px;

  transition: transform .35s cubic-bezier(.16,1,.3,1),
              box-shadow .35s ease,
              border-color .35s ease;
}

#iv-infra .gb-element-7bfed217:hover{
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(17,24,39,.18);
  border-color: rgba(109,40,217,.35);
}

/* Texto dentro de la card */
#iv-infra .gb-element-7bfed217 p{
  color: var(--iv-muted);
}

/* Icono/imagen dentro de la card */
#iv-infra .gb-element-7bfed217:hover img{
  transform: translateY(-4px) scale(1.05);
}

#iv-infra .gb-element-9c82bc12{ background: transparent; box-shadow: none; }
/* =========================
   INFRA – refinamiento corporativo
   ========================= */

/* Fondo más limpio y respirable */
/*#iv-infra{
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #fafbff 100%
  );
}*/

/* Cards un poco más sobrias */
#iv-infra [class*="gb-element-"]{
  /*border: 1px solid rgba(17,24,39,.08);
  box-shadow: 0 6px 5px rgba(17,24,39,.06);*/
}


/* Hover menos “agresivo” */
/*#iv-infra [class*="gb-element-"]:hover{
  transform: translateY(-6px);
  box-shadow: 0 14px 34px rgba(17,24,39,.10);
}*/

/* Título dentro de card */
#iv-infra h3,
#iv-infra p strong{
  color: #1f2937;
  font-weight: 600;
}

/* Texto más corporativo */
#iv-infra p{
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
}

/* Iconos más alineados al negocio */
#iv-infra img,
#iv-infra svg{
  opacity: .85;
  margin-bottom: 14px;
}
#iv-infra{
  background: linear-gradient(180deg, #ffffff 0%, #f9fafc 100%);
  border-radius: 20px;
}
#iv-infra img,
#iv-infra svg{
  opacity: .75;
}
#iv-infra h3{
  font-weight: 600;
  letter-spacing: -.01em;
  margin-bottom: 10px;
}

#iv-infra > .gb-element-37d25d44{
  box-shadow: none !important;
  background: transparent !important;
}
/* =========================
   TIMELINE - Cómo funciona
   ========================= */

#iv-como{
  padding: 80px 18px;
  background: #f9fafb;
}

/* Contenedor columnas */
#iv-como .wp-block-columns{
  position: relative;
  gap: 40px;
}

/* Número grande delicado */
#iv-como .wp-block-column p:first-child{
  font-size: 46px;
  font-weight: 300;
  letter-spacing: 2px;
  color: var(--iv-primary);
  opacity: .85;
  margin-bottom: 18px;
}

/* Línea debajo del número */
#iv-como .wp-block-column p:first-child::after{
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 14px auto 0;
  background: rgba(109,40,217,.25);
  border-radius: 2px;
}

/* Título */
#iv-como .wp-block-column p:nth-child(2){
  font-weight: 600;
  font-size: 18px;
  margin: 16px 0 8px;
}

/* Descripción */
#iv-como .wp-block-column p:nth-child(3){
  color: var(--iv-muted);
  font-size: 15px;
  line-height: 1.6;
}

/* Hover ultra sutil */
#iv-como .wp-block-column{
  transition: transform .25s ease;
}

#iv-como .wp-block-column:hover{
  transform: translateY(-4px);
}
#iv-como .wp-block-column{
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 20px;
}
#iv-como .wp-block-columns{
  position: relative;
}

#iv-como .wp-block-columns::before{
  content: "";
  position: absolute;
  top: 72px;
  left: 6%;
  right: 6%;
  height: 1px;
  background: rgba(109,40,217,.25);
}
#iv-como .wp-block-column p:first-child{
  background: #f9fafb;
  /*display: inline-block;*/
  padding: 0 12px;
}
#iv-como .wp-block-column{
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
#iv-como .wp-block-columns::before{
  content: "";
  position: absolute;
  top: 86px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(109,40,217,.25);
  z-index: 0;
}

#iv-como .wp-block-column{
  position: relative;
  z-index: 1;
}
#iv-como .wp-block-column p:first-child{
  position: relative;
}

#iv-como .wp-block-column p:first-child::before{
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--iv-primary);
}
#iv-como .wp-block-column:hover p:first-child{
  transform: translateY(-6px) scale(1.08);
  color: var(--iv-primary-2);
}
#iv-como .wp-block-columns::before{
  content: "";
  position: absolute;
  top: 86px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(17,24,39,.12);
}/*
#iv-como .wp-block-column:hover::after{
  content: "";
  position: absolute;
  top: 86px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: var(--iv-primary);
  border-radius: 3px;
}*/
#iv-como .wp-block-column p:first-child::before{
  transition: all .25s ease;
}

#iv-como .wp-block-column:hover p:first-child::before{
  transform: translateX(-50%) scale(1.6);
  background: var(--iv-primary-2);
}
#iv-como .wp-block-column:hover p:first-child{
  text-shadow: 0 0 12px rgba(109,40,217,.25);
}
#iv-como{
  padding: 70px 18px;
}
#iv-como{
  padding: 100px 18px 80px;
  margin-top: 40px;
}
#iv-como h2{
  position: relative;
  margin-bottom: 60px;
}

#iv-como h2::after{
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 18px auto 0;
  background: var(--iv-primary);
  border-radius: 3px;
}
#iv-como{
  border-top: 1px solid rgba(17,24,39,.06);
}
#iv-planes .gb-element-1c33f322{
  margin-top: 60px;
}
#iv-planes .plan .icon{
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: rgba(109,40,217,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
#iv-planes .price-note{
  font-size: 14px;
  font-weight: 500;
  color: var(--iv-muted);
  margin-top: -6px;
}
#iv-planes .price{
  margin-top: 32px;
}

/* =========================
   BOTÓN PLAN FIX DEFINITIVO
   ========================= */

#iv-planes .gb-text-d11e1d2e{
  background-color: var(--iv-primary) !important;
  color: #fff !important;
}

#iv-planes .gb-text-d11e1d2e:hover,
#iv-planes .gb-text-d11e1d2e:focus{
  background-color: var(--iv-primary-2) !important;
  color: #fff !important;
}

#iv-planes .gb-text-d11e1d2e{
  letter-spacing: .5px;
  font-weight: 600;
}


#iv-planes .gb-text-27c7051e{
  background-color: var(--iv-primary) !important;
  color: #fff !important;
}

#iv-planes .gb-text-27c7051e:hover,
#iv-planes .gb-text-27c7051e:focus{
  background-color: var(--iv-primary-2) !important;
  color: #fff !important;
}

#iv-planes .gb-text-27c7051e{
  letter-spacing: .5px;
  font-weight: 600;
}
#iv-planes .plan.esencial .icon{
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: rgba(17,24,39,.06);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

#iv-planes .plan.esencial .icon svg{
  width: 28px;
  height: 28px;
}
/* ICONO PLAN ESENCIAL */

#iv-planes .plan.esencial .icon{
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: rgba(17,24,39,.06);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--iv-primary); /* controla color del SVG */
}

#iv-planes .plan.esencial .icon svg{
  width: 28px;
  height: 28px;
}
#iv-planes .plan.esencial .icon{
  margin: 0 auto 18px auto;
}
#iv-planes .plan.esencial > div:first-child{
  text-align: center;
}
#iv-planes .plan.esencial .icon{
  background: rgba(109,40,217,.08);
  color: var(--iv-primary);
}
#iv-planes .plan.esencial:hover .icon{
  transform: translateY(-2px);
  transition: transform .3s ease;
}
/* ICONO PLAN PRO */

/* ICONO PLAN PRO – CLÍNICA DIGITAL */

#iv-planes .plan.pro .icon{
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: rgba(16,185,129,.10); /* verde suave */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px auto;
  color: #059669; /* verde clínico elegante */
}

#iv-planes .plan.pro .icon svg{
  width: 28px;
  height: 28px;
}
#iv-planes .plan.pro{
  border: 2px solid rgba(16,185,129,.35);
}
#iv-planes .plan.pro:hover{
  box-shadow: 0 20px 40px rgba(16,185,129,.15);
  transition: all .3s ease;
}
/* =========================
   TITULOS PLANES
   ========================= */

#iv-planes h2,
#iv-planes h3,
#iv-planes h5{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: -0.3px;
}

#iv-planes .plan > p:first-child{
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
  letter-spacing: 0.3px;
}

#iv-planes .price{
  font-weight: 700;
  letter-spacing: -1px;
}

/* =========================
   PLAN CLÍNICA DIGITAL (Próximamente)
   Wrapper: .plan.is-soon.proxima
   Icon container real: .gb-element-2b704780
   ========================= */

#iv-planes .plan.is-soon.proxima{
  text-align: center;
  padding-top: 44px;
  opacity: .92;
}

/* Badge "Próximamente" (solo para esta card) */
/*#iv-planes .plan.is-soon.proxima::before{
  content: "🟣 Próximamente";
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(22,163,74,.12);
  color: #166534;
  font-weight: 800;
  font-size: 12px;
  padding: 8px 14px;
  border-radius: 999px;
}*/
#iv-planes .plan.is-soon.proxima::before{
  content: "Próximamente";
  top: 18px;
  right: 18px;
  background: rgba(22,163,74,.14);
  color: #065f46;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .4px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(22,163,74,.25);
}
#iv-planes .plan.is-soon.proxima h3{
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
#iv-planes .plan.is-soon.proxima:hover .gb-element-2b704780{
  box-shadow:
    0 0 0 6px rgba(16,185,129,.08),
    inset 0 1px 0 rgba(255,255,255,.6);
}
/* CAJA del icono (GenerateBlocks container) */
#iv-planes .plan.is-soon.proxima .gb-element-2b704780{
  width: 64px !important;
  height: 64px !important;
  margin: 0 auto 14px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 18px !important;
  background: rgba(22,163,74,.12) !important;  /* verde clínico suave */
  color: var(--iv-accent) !important;          /* stroke=currentColor */
  border: 1px solid rgba(22,163,74,.18) !important;

  overflow: hidden !important;
}

/* SVG controlado (adiós sol gigante) */
#iv-planes .plan.is-soon.proxima .gb-element-2b704780 svg{
  width: 28px !important;
  height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  display: block !important;
  flex: 0 0 28px !important;
}
/* ❌ Saca / comenta esta regla si la tienes
#iv-planes .plan.is-soon.proxima svg{
  max-width: 100%;
  height: auto;
}
*/

/* ✅ Icono controlado */
#iv-planes .plan.is-soon.proxima .iv-icon{
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: rgba(22,163,74,.12);
  color: var(--iv-accent);
  overflow: hidden; /* por si el SVG se quiere escapar */
}

/* ✅ El SVG amarrado (anti “gigante”) */
#iv-planes .plan.is-soon.proxima .iv-icon svg{
  width: 32px !important;
  height: 32px !important;
  max-width: none !important;
  max-height: none !important;
  display: block;
  flex: 0 0 32px;
}
#iv-planes .plan.is-soon.proxima{
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #f8fafc 100%
  );
  border: 1px solid rgba(16,185,129,.18);
  box-shadow: 0 12px 40px rgba(17,24,39,.08);
  transition: transform .35s ease, box-shadow .35s ease;
}

#iv-planes .plan.is-soon.proxima:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(16,185,129,.15);
}
#iv-planes .plan.is-soon.proxima .gb-element-2b704780{
  backdrop-filter: blur(6px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}
#iv-planes .plan.is-soon.proxima ul{
  text-align: left;
  max-width: 420px;
  margin: 20px auto 0 auto; /* la mantiene centrada pero el texto alineado */
  padding-left: 20px;
}

#iv-planes .plan.is-soon.proxima li{
  margin-bottom: 10px;
}
#iv-planes .plan.is-soon.proxima ul{
  list-style: none;
  padding-left: 0;
}

#iv-planes .plan.is-soon.proxima li{
  position: relative;
  padding-left: 24px;
}

#iv-planes .plan.is-soon.proxima li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--iv-accent);
}
#iv-planes .plan.is-soon.proxima .soon-highlight{
  font-weight: 500;
  color: #065f46;
  margin: 16px 0 22px;
}
/* BOTÓN PLAN CLÍNICA DIGITAL */
#iv-planes .gb-text-3c203c12{
  background: linear-gradient(135deg, var(--iv-primary), var(--iv-primary-2)) !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  font-weight: 600 !important;
  letter-spacing: .5px !important;
  padding: 14px 28px !important;
  transition: all .3s ease !important;
  text-decoration: none !important;
  display: inline-block !important;
}

/* Hover */
#iv-planes .gb-text-3c203c12:hover,
#iv-planes .gb-text-3c203c12:focus{
  background: linear-gradient(135deg, var(--iv-primary-2), var(--iv-primary)) !important;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(16,185,129,.35);
}
/* Micro breathing icon */
#iv-planes .plan.is-soon.proxima .gb-element-2b704780{
  animation: ivPulse 4s ease-in-out infinite;
}

@keyframes ivPulse{
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-4px); }
  100% { transform: translateY(0px); }
}
#iv-planes .plan.is-soon.proxima .gb-element-2b704780{
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.6),
    0 8px 20px rgba(16,185,129,.15);
}
#iv-planes .iv-btn-soon{
  box-shadow: 0 10px 30px rgba(124,58,237,.35);
}
#iv-planes .plan.is-soon.proxima{
  box-shadow:
    0 20px 60px rgba(16,185,129,.12),
    0 0 0 4px rgba(16,185,129,.06);
}
#iv-planes .iv-btn-soon{
  padding: 16px 34px !important;
  font-size: 16px !important;
}
/* PLAN CLÍNICA DIGITAL – BORDE PREMIUM */

#iv-planes .plan.is-soon.proxima{
  border: 2px solid rgba(16,185,129,.35) !important;
  box-shadow: 
    0 20px 60px rgba(16,185,129,.12),
    0 0 0 4px rgba(16,185,129,.06);
}

/* CLAIM PLAN TOP */
#iv-planes .iv-flagship{
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .4px;
  color: #065f46;
  opacity: .9;
}
#iv-planes .iv-flagship{
  margin-top: 16px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .5px;
  color: #065f46;
  padding: 6px 14px;
  display: inline-block;
  border-radius: 999px;
  background: rgba(16,185,129,.12);
}
/* Badge bajo el botón, centrado */
#iv-planes .iv-flagship{
  display: table;            /* hace que no se pegue al lado */
  margin: 14px auto 0;       /* centra y baja */
  text-align: center;
}
#iv-planes .plan.is-soon.proxima{
  background: linear-gradient(180deg, #fff, #f7fffb);
  border: 1px solid rgba(16,185,129,.25);
}
/* BADGE "Próximamente" (con punto integrado, sin desalinearse) */
#iv-planes .plan.is-soon.proxima::before{
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 8px 14px;
  border-radius: 999px;

  background: rgba(16,185,129,.10);
  border: 1px solid rgba(16,185,129,.25);
  color: #047857;

  font-weight: 700;
  font-size: 12px;
  letter-spacing: .2px;

  backdrop-filter: blur(6px);
  box-shadow: 0 10px 30px rgba(16,185,129,.10);
}

/* Punto + texto dentro del badge */
#iv-planes .plan.is-soon.proxima::before{
  content: "● Próximamente";
}

/* Afinar el punto (más “dot” y menos “bola de bowling”) */
#iv-planes .plan.is-soon.proxima::before{
  /* opcional: si quieres un punto más fino */
  /* content: "• Próximamente"; */
}
@media (max-width: 768px){

  #iv-planes .plan.is-soon.proxima{
    padding: 28px 20px !important;
  }

}
@media (max-width: 768px){

  #iv-planes .plan.is-soon.proxima::before{
    top: 14px;
    right: 14px;
    font-size: 11px;
    padding: 6px 12px;
  }

}
@media (max-width: 768px){

  #iv-planes .plan.is-soon.proxima ul{
    max-width: 100%;
  }

}
/* =========================
   FIX MOBILE - PLANES
   (pegar al final del CSS)
   ========================= */
@media (max-width: 768px){

  /* Respira el layout general de cards */
  #iv-planes .plan{
    padding: 26px 18px;
  }

  /* ---------- 1) LISTAS: alineadas a la izquierda (Esencial + Pro + Soon) ---------- */
  #iv-planes .plan ul{
    width: 100%;
    max-width: 100%;
    margin: 16px 0 0;
    padding-left: 0;        /* mata el “offset” raro */
    list-style: none;       /* controlamos bullets nosotros */
    text-align: left;       /* texto a la izquierda */
  }

  #iv-planes .plan li{
    position: relative;
    padding-left: 26px;     /* espacio para bullet/check */
    margin: 10px 0;
  }

  /* bullet base (si no hay iconos) */
  #iv-planes .plan li::before{
    content: "";
    position: absolute;
    left: 8px;              /* NO pegado al borde */
    top: 0.72em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(17,24,39,.25);
    transform: translateY(-50%);
  }

  /* si tu lista trae emoji/icono al inicio (✔ ❌ etc.), evita que “empuje” la alineación */
  #iv-planes .plan li > span,
  #iv-planes .plan li > strong{
    display: inline;
  }

  /* ---------- 2) PLAN PROFESIONAL: que no se deforme ---------- */
  #iv-planes .plan.pro{
    overflow: hidden; /* evita que algo “rompa” el ancho */
  }

  /* Título: reduce tamaño y evita cortes horribles */
  #iv-planes .plan.pro h3{
    font-size: 28px;
    line-height: 1.05;
    word-break: normal;
    overflow-wrap: anywhere; /* si queda estrecho, corta mejor */
    hyphens: auto;
  }

  /* Links largos (nombre@impulsovital.cl) no deben reventar layout */
  #iv-planes .plan.pro a{
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  /* ---------- 3) CLÍNICA DIGITAL: badge no se monte ---------- */
  #iv-planes .plan.is-soon.proxima{
    padding-top: 46px !important; /* deja aire para el badge */
  }

  #iv-planes .plan.is-soon.proxima::before{
    top: 12px;
    right: 12px;
    font-size: 11px;
    padding: 6px 12px;
  }
}

/* Extra: en pantallas muy angostas tipo 360px */
@media (max-width: 420px){
  #iv-planes .plan.pro h3{
    font-size: 26px;
  }
}
/* =========================
   FAQ – ImpulsoVital
   ========================= */

#iv-faq{
  padding: 80px 18px;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    var(--iv-surface) 100%
  );
}

#iv-faq h2::after{
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 18px auto 0;
  background: var(--iv-primary);
  border-radius: 3px;
}

/* Card FAQ */
#iv-faq details{
  background: var(--iv-bg);
  border: 1px solid var(--iv-border);
  border-radius: var(--iv-radius-sm);
  box-shadow: var(--iv-shadow-soft);
  margin: 14px 0;
  overflow: hidden;
  transition: all .25s ease;
}

/* Hover elegante */
#iv-faq details:hover{
  border-color: rgba(109,40,217,.35);
  box-shadow: 0 12px 30px rgba(109,40,217,.08);
}

/* Summary */
#iv-faq summary{
  cursor: pointer;
  font-weight: 700;
  padding: 18px 22px;
  list-style: none;
  position: relative;
}

/* Icono + */
#iv-faq summary::after{
  content: "+";
  position: absolute;
  right: 22px;
  font-size: 22px;
  color: var(--iv-primary);
  transition: transform .2s ease;
}

/* Cuando abre */
#iv-faq details[open]{
  border-color: rgba(16,185,129,.35);
  box-shadow: 0 16px 40px rgba(16,185,129,.12);
}

#iv-faq details[open] summary::after{
  content: "−";
  color: var(--iv-accent);
}

/* Texto interno */
#iv-faq details p{
  padding: 0 22px 20px 22px;
  margin: 0;
  color: var(--iv-muted);
  line-height: 1.6;
}
/* FAQ - Tipografía alineada a Planes (Poppins) */
#iv-faq h2{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: -0.3px;
}
#iv-faq h2{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: -0.3px;
}

#iv-faq h2 span,
#iv-faq h2 em{
  font-weight: 400;
  opacity: .75;
}
/* =========================
   FAQ - Título corporativo
   ========================= */

#iv-faq h2{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: -0.3px;
  font-size: 34px;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

/* Línea decorativa */
#iv-faq h2::after{
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 18px auto 0;
  background: var(--iv-primary);
  border-radius: 3px;
  opacity: .9;
}
#iv-faq h2{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: -0.4px;
  font-size: 36px;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

#iv-faq h2::after{
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 20px auto 0;
  background: var(--iv-primary);
  border-radius: 3px;
}
/* CTA - Centrado real del botón */
#iv-cta .wp-block-buttons {
    justify-content: center !important;
    text-align: center;
}

#iv-cta .wp-block-button {
    display: flex;
    justify-content: center;
}
/* CTA - Botón estilo principal */
#iv-cta .wp-block-button__link {
    background: #5a3fd8; /* tu morado */
    color: #fff;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(90, 63, 216, 0.25);
}

#iv-cta .wp-block-button__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(90, 63, 216, 0.35);
}
#iv-cta .wp-block-buttons {
    margin-bottom: 18px;
}
#iv-cta .cta-box {
    text-align: center;
}

#iv-cta .cta-box p {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}#iv-cta h2 {
    margin-bottom: 18px;
}

#iv-cta .wp-block-buttons {
    margin-top: 20px;
}
#iv-cta small {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  opacity: 0.7;
}







/* ================================
   CTA FINAL - IMPULSOVITAL
   Minimalista Premium
================================ */

/* Contenedor general */
#iv-cta {
    padding: 80px 20px;
    background: #ffffff;
}

/* Caja interna */
#iv-cta .cta-box {
    background: #f6f1ff;
    border: 1px solid #d8ccff;
    border-radius: 20px;
    padding: 60px 40px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

/* Etiqueta superior */
#iv-cta .cta-eyebrow {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    opacity: 0.6;
    margin-bottom: 18px;
}

/* Título */
#iv-cta h2 {
    margin-bottom: 20px;
}

/* Párrafos */
#iv-cta p {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

/* Espacio antes del botón */
#iv-cta .wp-block-buttons {
    justify-content: center !important;
    margin-top: 28px;
    margin-bottom: 18px;
}

/* Botón principal */
#iv-cta .wp-block-button__link {
    background: linear-gradient(135deg, #6a4df5, #4e36c9);
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 8px 22px rgba(106, 77, 245, 0.25);
}

/* Hover sutil */
#iv-cta .wp-block-button__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(106, 77, 245, 0.35);
}

/* Microtexto inferior */
#iv-cta .cta-note {
    font-size: 14px;
    opacity: 0.7;
    margin-top: 10px;
}
/* =========================
   FOOTER IMPULSOVITAL
   Verde clínico refinado
========================= */

#iv-footer {
    background: #ecfdf5;
    border-top: 1px solid rgba(16,185,129,.25);
    padding: 70px 20px 50px;
}

#iv-footer .footer-container {
    max-width: 1100px;
    margin: 0 auto;
}

#iv-footer h4 {
    margin-bottom: 14px;
    font-weight: 700;
    color: #064e3b; /* más contraste */
}

#iv-footer p,
#iv-footer a {
    font-size: 14px;
    color: #065f46;
    text-decoration: none;
    transition: opacity .2s ease;
}

#iv-footer a {
    opacity: .85;
}

#iv-footer a:hover {
    opacity: 1;
}

#iv-footer small {
    display: block;
    margin-top: 50px;
    font-size: 13px;
    color: #047857;
    opacity: .75;
}
#iv-footer {
    box-shadow: 0 -10px 40px rgba(16,185,129,.08);
}
#iv-footer{
    box-shadow: 0 -20px 60px rgba(16,185,129,.08);
}

#iv-footer .footer-container{
    padding-top: 10px;
}
#iv-footer .cta-links a{
    font-weight: 600;
    color: #047857;
}

#iv-footer .cta-links a:hover{
    text-decoration: underline;
}
#iv-footer h4{
    font-size: 20px;
}
#iv-footer .footer-cta-title{
    font-size: 24px;
    font-weight: 700;
}
#iv-footer .cta-links p{
    margin-bottom: 12px;
}
#iv-footer .cta-links a:first-child{
    font-weight: 600;
}
#iv-footer p{
  opacity: .85;
}
#iv-footer h4{
  margin-bottom: 16px;
}
#iv-footer a{
  transition: all .2s ease;
}

#iv-footer a:hover{
  transform: translateX(3px);
}
/* HERO – identidad visual */
#iv-hero{
  background: linear-gradient(
    135deg,
    rgba(109,40,217,.05) 0%,
    rgba(139,92,246,.03) 40%,
    rgba(22,163,74,.03) 100%
  );
  border-radius: 28px;
}
#iv-hero h1{
  position: relative;
}

#iv-hero h1::after{
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin-top: 18px;
  background: linear-gradient(
    90deg,
    var(--iv-primary),
    var(--iv-accent)
  );
  border-radius: 4px;
}
.iv-highlight{
  background: linear-gradient(90deg, var(--iv-primary), var(--iv-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* =========================
   HERO CTA – FIX DIRECTO GB
   ========================= */

#iv-hero .gb-text-c7910d6b{
  background: linear-gradient(
    135deg,
    var(--iv-primary),
    var(--iv-primary-2)
  ) !important;

  color: #fff !important;
  border: none !important;

  padding: 16px 36px !important;
  border-radius: 14px !important;

  box-shadow:
    0 10px 25px rgba(109,40,217,.25),
    0 4px 12px rgba(0,0,0,.08);

  transition: all .3s ease !important;
}

/* Hover */
#iv-hero .gb-text-c7910d6b:hover{
  background: linear-gradient(
    135deg,
    var(--iv-primary-2),
    var(--iv-primary)
  ) !important;

  transform: translateY(-3px);

  box-shadow:
    0 18px 40px rgba(109,40,217,.35),
    0 8px 18px rgba(0,0,0,.12);
}

.site-branding {
  display: flex;
  align-items: center;
}

/* =========================
   CTA FIX MOBILE REAL
========================= */

@media (max-width: 768px){

  #iv-cta{
    padding-left: 16px;
    padding-right: 16px;
  }

  #iv-cta .cta-box{
    padding: 36px 20px;   /* antes 60px 40px */
    max-width: 100%;
  }

}
@media (max-width: 768px){

  #iv-cta .wp-block-buttons{
    display: flex;
    justify-content: center;
  }

  #iv-cta .wp-block-button{
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #iv-cta .wp-block-button__link{
    width: 100%;
    max-width: 320px;
    text-align: center;
  }

}
/* =========================
   CTA – Micro entrada elegante
========================= */

#iv-cta .cta-box{
  opacity: 0;
  transform: translateY(30px);
  animation: ivCtaReveal .9s cubic-bezier(.16,1,.3,1) forwards;
  animation-delay: .15s;
}

@keyframes ivCtaReveal{
  to{
    opacity: 1;
    transform: translateY(0);
  }
}
/* =========================
   CTA – Botón shimmer sutil
========================= */

#iv-cta .wp-block-button__link{
  position: relative;
  overflow: hidden;
}

#iv-cta .wp-block-button__link::after{
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,.35),
    transparent
  );
  transform: skewX(-25deg);
  animation: ivShimmer 4s infinite;
}

@keyframes ivShimmer{
  0%{
    left: -75%;
  }
  60%{
    left: 130%;
  }
  100%{
    left: 130%;
  }
}

/* =========================
   INFRAESTRUCTURA – Iconos
========================= */

#iv-infra .iv-icon-box{
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 20px;

  background: linear-gradient(
    135deg,
    rgba(109,40,217,.08),
    rgba(22,163,74,.08)
  );

  border: 1px solid rgba(109,40,217,.15);

  transition: all .35s cubic-bezier(.16,1,.3,1);
}

#iv-infra .iv-icon{
  width: 34px;
  height: 34px;
  color: #6d28d9; /* morado corporativo */
  transition: all .35s ease;
}

#iv-infra .wp-block-group:hover .iv-icon-box{
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(109,40,217,.18);
  border-color: rgba(22,163,74,.35);
}

#iv-infra .wp-block-group:hover .iv-icon{
  color: #16a34a; /* verde marca */
}
/* === Planes: layout general === */
.planes-wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 16px;
}

/* === Tarjetas === */
.plan-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 22px 22px 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.plan-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 35px rgba(0,0,0,.10);
  border-color: rgba(0,0,0,.12);
}

/* Destacar el Pro */

.plan-card.plan-pro::before{
  content: "Recomendado";
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(122,92,255,.12);
  color: #4b35ff;
  font-weight: 700;
}

/* Listas más finas */
.plan-card ul{
  margin: 12px 0 18px;
  padding-left: 18px;
}
.plan-card li{
  margin: 6px 0;
}

/* === Botones === */
.btn-plan a,
a.btn-plan{
  display: inline-block;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform .15s ease, opacity .15s ease;
}

.btn-plan a:hover,
a.btn-plan:hover{
  transform: translateY(-1px);
  opacity: .95;
}

/* Básico */
.btn-basic a,
a.btn-basic{
  background: #1f4fd6;
  color: #fff !important;
}

/* Pro */
.btn-pro a,
a.btn-pro{
  background: linear-gradient(90deg, #6a5cff, #00c2ff);
  color: #fff !important;
}

/* === Responsive: apilar en móvil === */
@media (max-width: 780px){
  .planes-wrap{
    padding: 12px 14px;
  }
  .plan-card{
    padding: 18px 16px 14px;
  }
}
.plan-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.plan-card .gb-container {
  width: 100%;
}
/* === PLANES: simetría pro === */
.plans-grid{
  align-items: stretch; /* clave: mismo alto */
}

.plan-card{
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-radius: 16px;
  background: #fff;
}

/* separaciones iguales dentro de la tarjeta */
.plan-card .plan-price{
  margin-top: auto;   /* empuja precio + botón hacia abajo */
  padding-top: 10px;
  font-weight: 600;
}

/* botón full ancho y abajo */
.plan-card .btn-plan{
  display: block;
  width: 100%;
  margin-top: 16px;
  border-radius: 12px;
  padding: 14px 18px;
  font-weight: 700;
}

/* si las listas quedan “chuecas”, normalizamos */
.plan-card ul{
  margin-top: 14px;
  margin-bottom: 0;
}
.plan-card li{
  margin-bottom: 10px;
}

/* opcional: resaltar el pro */


.plan-price{
  margin-top: 24px;
  font-size: 18px;
}
.btn-basic{
  background: linear-gradient(90deg, #2a56d6, #1f4bb8);
  box-shadow: 0 8px 20px rgba(30, 70, 200, .25);
}
.btn-plan:hover{
  transform: translateY(-2px);
  transition: all .2s ease;
}
.plan-card h3{
  margin-bottom: 12px;
}
/* === FIX REAL BOTONES PLANES === */

.plan-card a.btn-basic{
  background: linear-gradient(90deg,#2a56d6,#1f4bb8) !important;
  color:#fff !important;
  border:none !important;
}

.plan-card a.btn-pro{
  background: linear-gradient(90deg,#6a5cff,#00c2ff) !important;
  color:#fff !important;
  border:none !important;
}

.plan-card a.btn-plan{
  display:block;
  width:100%;
  border-radius:12px;
  padding:14px 18px;
  font-weight:700;
}

/* =========================
   SHOP PLANES – Nivel Marca
   ========================= */

.planes-wrap{
  padding: 60px 20px;
}

.plans-grid{
  gap: 28px;
}

/* Tarjeta más elegante */
.plan-card{
  border-radius: 20px;
  padding: 34px;
  border: 1px solid rgba(17,24,39,.08);
  box-shadow: 0 20px 50px rgba(17,24,39,.08);
  transition: all .35s cubic-bezier(.16,1,.3,1);
}

.plan-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(17,24,39,.14);
}

/* Título */
.plan-card h3{
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -.3px;
}

/* Precio con más jerarquía */
.plan-price{
  font-size: 28px;
  font-weight: 700;
  margin-top: 28px;
  letter-spacing: -.5px;
}

/* Separación visual elegante */
.plan-card ul{
  margin-top: 18px;
}

/* Botón más sólido */
.plan-card a.btn-plan{
  margin-top: 24px;
  padding: 16px 20px;
  font-size: 15px;
  letter-spacing: .4px;
}

/* PRO – visual premium real */

.plan-card.plan-pro:hover{
  box-shadow: 0 40px 90px rgba(109,40,217,.22);
}

/* Badge más refinado */
.plan-card.plan-pro::before{
  background: rgba(109,40,217,.10);
  color: var(--iv-primary);
  border: 1px solid rgba(109,40,217,.25);
  backdrop-filter: blur(6px);
}
/* =========================
   SHOP – BOTONES CLÍNICOS
   ========================= */

/* Botón base (cualquier btn-plan dentro de plan-card) */
.plan-card a.btn-plan{
  background: linear-gradient(
    135deg,
    rgba(22,163,74,1),
    rgba(16,185,129,1)
  ) !important;

  color: #ffffff !important;
  border: none !important;

  border-radius: 14px !important;
  padding: 16px 20px !important;
  font-weight: 600 !important;
  letter-spacing: .4px;

  box-shadow:
    0 10px 25px rgba(16,185,129,.25),
    0 4px 10px rgba(0,0,0,.05);

  transition: all .3s cubic-bezier(.16,1,.3,1) !important;
}

/* Hover elegante */
.plan-card a.btn-plan:hover{
  background: linear-gradient(
    135deg,
    rgba(16,185,129,1),
    rgba(22,163,74,1)
  ) !important;

  transform: translateY(-3px);

  box-shadow:
    0 18px 40px rgba(16,185,129,.35),
    0 6px 14px rgba(0,0,0,.08);
}

/* Active click */
.plan-card a.btn-plan:active{
  transform: translateY(-1px);
  box-shadow:
    0 8px 18px rgba(16,185,129,.25);
}

/* =========================
   SHOP NUEVO – BOTONES (GB)
   Estructura real:
   .btn-plan.btn-basic.gb-text-7f18f6bc
   .btn-plan.btn-pro.gb-text-9c5d1718
   ========================= */

/* Base común: ambos botones */
.plans-grid .gb-text-7f18f6bc,
.plans-grid .gb-text-9c5d1718{
  background: linear-gradient(135deg, rgba(22,163,74,1), rgba(16,185,129,1)) !important;
  color: #fff !important;
  border: 1px solid rgba(16,185,129,.25) !important;

  border-radius: 14px !important;
  padding: 16px 22px !important;
  font-weight: 700 !important;
  letter-spacing: .3px !important;

  display: block !important;
  width: 100% !important;
  text-decoration: none !important;

  box-shadow: 0 12px 30px rgba(16,185,129,.22) !important;
  transition: transform .25s cubic-bezier(.16,1,.3,1),
              box-shadow .25s ease,
              filter .25s ease !important;

  position: relative !important;
  overflow: hidden !important;
}

/* Hover */
.plans-grid .gb-text-7f18f6bc:hover,
.plans-grid .gb-text-9c5d1718:hover{
  transform: translateY(-3px) !important;
  box-shadow: 0 18px 44px rgba(16,185,129,.32) !important;
  filter: saturate(1.05) !important;
}

/* Active */
.plans-grid .gb-text-7f18f6bc:active,
.plans-grid .gb-text-9c5d1718:active{
  transform: translateY(-1px) !important;
}
/* Shimmer/loader sutil */
.plans-grid .gb-text-7f18f6bc::after,
.plans-grid .gb-text-9c5d1718::after{
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.35), transparent);
  transform: skewX(-20deg);
  animation: ivBtnShimmer 4.2s infinite;
  pointer-events: none;
}

@keyframes ivBtnShimmer{
  0%   { left: -80%; }
  55%  { left: 140%; }
  100% { left: 140%; }
}
/* =========================
   SHOP NUEVO – BADGE PLAN PRO
   ========================= */
.plans-grid .plan-card.plan-pro::before{
  content: "Recomendado"; /* cambia a "Oferta" si corresponde */
  position: absolute;
  top: 16px;
  right: 16px;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 8px 14px;
  border-radius: 999px;

  background: rgba(109,40,217,.10);
  border: 1px solid rgba(109,40,217,.25);
  color: rgba(109,40,217,1);

  font-weight: 800;
  font-size: 12px;
  letter-spacing: .2px;

  backdrop-filter: blur(6px);
}
/* Icono final → */
.plans-grid .gb-text-7f18f6bc::before,
.plans-grid .gb-text-9c5d1718::before{
   content: "→ ";
  opacity: .95;
}
.plan-card.plan-pro{
  z-index: 2;
}

/* Estado base PRO */
.plan-card.plan-pro{
  transform: scale(1.03);
}

/* Hover PRO combinado */
.plan-card.plan-pro:hover{
  transform: scale(1.03) translateY(-8px);
}

.plan-card.plan-pro .gb-text-9c5d1718{
  box-shadow: 0 22px 50px rgba(16,185,129,.45) !important;
}
.plan-card.plan-pro .plan-price{
  font-size: 34px;
  font-weight: 800;
}
/* Quitar bullets default */
.plan-card ul{
  list-style: none;
  padding-left: 0;
}

.plan-card li{
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
}

/* ESENCIAL – punto morado suave */
.plan-card.plan-basic li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--iv-primary);
  opacity: .6;
}

/* PRO – check verde clínico */
.plan-card.plan-pro li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--iv-accent);
  font-weight: 700;
}

/* =========================
   BORDES DEFINITIVOS
   ========================= */

/* ESENCIAL – borde morado */
.plan-card.plan-basic{
  border: 2px solid rgba(109,40,217,.25);
}

/* PRO – borde verde clínico */
.plan-card.plan-pro{
  border: 2px solid rgba(16,185,129,.35);
  box-shadow: 0 28px 70px rgba(16,185,129,.18);
  transform: scale(1.03);
  z-index: 2;
}

/* =========================
   PLANES – FAQ SINGLE CARD
   ========================= */

.planes-faq-single{
  margin-top: 70px;
}

.planes-faq-single{
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(17,24,39,.08);
  border: 1px solid rgba(17,24,39,.06);
}

.planes-faq-single h3{
  margin-bottom: 30px;
}

.planes-faq-single h4{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.planes-faq-single p{
  font-size: 14px;
  opacity: .75;
}
/* ==============================
   RESERVA PENDIENTE - IMPULSO VITAL
   ============================== */

.page-id-978 .wp-block-group,
.page-id-978 .wp-block-container {
    max-width: 720px;
    margin: 80px auto;
    padding: 48px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(17,24,39,.08);
}

/* Título principal */
.page-id-978 h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
}

/* Subtítulo fuerte */
.page-id-978 h2,
.page-id-978 h5 {
    font-size: 22px;
    font-weight: 600;
    color: #6d28d9;
}

/* Aviso importante */
.page-id-978 p strong {
    display: block;
    background: #f3f0ff;
    padding: 16px;
    border-left: 4px solid var(--iv-primary);
    border-radius: 8px;
    font-size: 34px;
    margin-top: 20px;
}
/* Botón volver - Reserva Pendiente */
.page-id-978 .gb-text-b129c2aa {
    background-color: #6d28d9;
    color: #ffffff;
    border-radius: 30px;
    padding: 14px 32px;
    font-weight: 600;
    transition: all .25s ease;
    box-shadow: 0 10px 25px rgba(109, 40, 217, 0.25);
	  letter-spacing: .5px;
    transform: translateY(0);
}

/* Hover */
.page-id-978 .gb-text-b129c2aa:hover {
    background-color: #5b21b6;
    box-shadow: 0 18px 35px rgba(109, 40, 217, 0.35);
    transform: translateY(-4px);
}

/* Click */
.page-id-978 .gb-text-b129c2aa:active {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(109, 40, 217, 0.25);
}
/* Ocultar título del theme solo en Reserva Pendiente */
.page-id-978 .entry-title {
    display: none;
}
.page-id-978 .site-content {
    padding-top: 5px;
}

/* =========================
   PAGINA GRACIAS ACCESO
   ID 1063
   ========================= */

.page-id-1063 .entry-content{
    max-width: 760px;
    margin: 80px auto;
}

/* TITULO */

.page-id-1063 h1{
    font-size: 42px;
    font-weight: 700;
    color: #6a4ee6;
    margin-bottom: 10px;
}

/* SUBTITULO */

.page-id-1063 h2{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}

/* TEXTO */



/* LISTA */

.page-id-1063 ul{
    margin-top: 15px;
    margin-bottom: 25px;
}

.page-id-1063 li{
    margin-bottom: 8px;
}

/* TARJETA */

.page-id-1063 .entry-content{
    background: #ffffff;
    padding: 60px;
    border-radius: 18px;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 25px 70px rgba(17,24,39,.08);
}

/* BOTONES */

.page-id-1063 .wp-block-buttons{
    margin-top: 35px;
    gap: 12px;
}

.page-id-1063 .wp-block-button__link{
    background: linear-gradient(135deg,#6a4ee6,#8a6df0);
    color:#fff;
    border-radius: 40px;
    padding: 14px 26px;
    font-weight: 600;
    transition: all .25s ease;
}

/* HOVER */

.page-id-1063 .wp-block-button__link:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(106,78,230,.25);
}

/* OCULTAR TITULO DE LA PAGINA */

.page-id-1063 .entry-header{
display:none;
}
/* BOTONES PAGINA GRACIAS */

.page-id-1063 .wp-block-button__link{
background: linear-gradient(135deg,#6a4ee6,#8a6df0);
color:#fff !important;
border-radius:40px;
padding:14px 26px;
font-weight:600;
transition:all .25s ease;
border:none;
}

/* HOVER CORPORATIVO */

.page-id-1063 .wp-block-button__link:hover{
background: linear-gradient(135deg,#5b3fd4,#7a5de8);
color:#fff !important;
transform:translateY(-2px);
box-shadow:0 10px 25px rgba(106,78,230,.35);
}
.page-id-1063 .wp-block-buttons{
justify-content:center;
gap:14px;
margin-top:35px;
}
/* SUBIR LA TARJETA */

.page-id-1063 .inside-article{
padding-top:20px !important;
}

/* reducir espacio superior */

.page-id-1063 .entry-content{
margin-top:10px !important;
}

.page-id-10 .entry-content{
margin-top:10px !important;
}
.page-id-10 .entry-header{
display:none;
}

/* Card para titulo Acceso Profesionales */
.page-id-10 h6{
    
    display: inline-block;
    margin: 20px auto;
    padding: 18px 40px;
    
    background: #ffffff;
    border-radius: 6px;
    
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    
    font-size: 22px;
    font-weight: 600;
    
    text-align: center;
}

/* centrar el contenedor del H3 */
.page-id-10 h6{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* ===== Ajustes generales de la página ===== */

.page-id-10 .gb-element-8ceec7c5{
    padding-top: 5px;
}

/* ===== Card del titulo ===== */

.page-id-10 h6{
    display:inline-block;
    margin:20px auto 20px;
    padding:14px 34px;

    background:#ffffff;
    border-radius:10px;

    box-shadow:0 8px 20px rgba(0,0,0,0.06);

    font-weight:600;
    font-size:22px;

    position:relative;
    left:50%;
    transform:translateX(-50%);
}

/* ===== Reducir espacio entre card y formulario ===== */

.page-id-10 .amelia-v2-booking #amelia-container.am-cap__wrapper{
    margin-top:10px !important;
}

/* ===== Pagina personalizada profesional ===== */

#iv-profesional .cta-profesional{
  background: linear-gradient(135deg, rgba(109,40,217,.10), rgba(139,92,246,.08));
  border: 1px solid rgba(109,40,217,.18);
  border-radius: var(--iv-radius);
  box-shadow: var(--iv-shadow);
  padding: 34px 28px;
}



/* CTA - Botón estilo principal */
#iv-profesional .wp-block-button__link {
    background: #5a3fd8; /* tu morado */
    color: #fff;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(90, 63, 216, 0.25);
}

#iv-profesional .wp-block-button__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(90, 63, 216, 0.35);
}
#iv-profesional .wp-block-buttons {
    margin-bottom: 18px;
}

#iv-profesional .wp-block-buttons {
    margin-top: 20px;
}

/* Ocultar categoría del producto */
.product_meta {
    display: none;
}

/* Ocultar breadcrumb de WooCommerce */
.woocommerce-breadcrumb {
    display: none;
}


/* Botón enviar formulario - ImpulsoVital */
.wpcf7-submit.iv-btn{
    background: #5a3fd8;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 6px 18px rgba(90,63,216,.25);
}

/* Hover */
.wpcf7-submit.iv-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(90,63,216,.35);
    background:#4b2ed1;
}

/* Click */
.wpcf7-submit.iv-btn:active{
    transform: translateY(0px);
    box-shadow: 0 4px 12px rgba(90,63,216,.25);
}
.page-id-1181 .entry-title {
    display: none;
}

/*Asistente IA*/
/* =========================
   Morgannn Chat - UI limpia
   ========================= */

#morgannn-chat{
  position: fixed;
  right: 20px;
  bottom: 88px;
  width: 360px;
  height: 620px;
  max-height: 78vh;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 9999;
  backdrop-filter: blur(10px);
  transform-origin: bottom right;
  transition:
    transform .28s cubic-bezier(.16,1,.3,1),
    opacity .25s ease,
    visibility .25s ease;
}

#morgannn-chat.is-open{
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}


#morgannn-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(135deg,#6C4CF1,#8E6BFF);
  color: #fff;
}

.morgannn-header-main{
  display: flex;
  align-items: center;
  gap: 12px;
}

#morgannn-header img{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex: 0 0 46px;
}

.online{
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #6b7280; /* gris elegante */
}

.online::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16a34a; /* verde marca */
  box-shadow: 0 0 0 4px rgba(22,163,74,.15);
}

.online::before{
  animation: ivOnlinePulse 2s infinite;
}

@keyframes ivOnlinePulse{
  0%{ transform: scale(1); opacity: 1; }
  50%{ transform: scale(1.4); opacity: .6; }
  100%{ transform: scale(1); opacity: 1; }
}


.morgannn-minimize{
  width: 34px !important;
  height: 34px !important;
  min-width: 34px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.18) !important;
  color: #fff !important;
  box-shadow: none !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
}

.morgannn-minimize:hover{
  background: rgba(255,255,255,.28) !important;
  transform: none !important;
}

#morgannn-messages{
  flex: 1;
  padding: 18px 16px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
}

.user,
.bot{
  display: flex;
}

.user{
  justify-content: flex-end;
}

.bot{
  justify-content: flex-start;
}

.user .bubble{
  background: linear-gradient(135deg,#6C4CF1,#8E6BFF);
  color: #fff;
  padding: 12px 14px;
  border-radius: 18px 18px 6px 18px;
  max-width: 78%;
  font-size: 14px;
  line-height: 1.45;
}

.bot .bubble{
  background: #f3f4f6;
  color: #333;
  padding: 12px 14px;
  border-radius: 18px 18px 18px 6px;
  max-width: 78%;
  font-size: 14px;
  line-height: 1.5;
}

.typing .bubble{
  opacity: .65;
  font-style: italic;
}

.quick{
  display: flex;
  gap: 10px;
  padding: 12px 16px 10px;
  background: #fff;
}

.quick button{
  flex: 1;
  padding: 10px 12px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(108,76,241,.14) !important;
  background: #f5f3ff !important;
  color: #6C4CF1 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

.quick button:hover{
  background: #ede9fe !important;
  transform: translateY(-1px);
}

#morgannn-input{
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 14px 16px 16px;
  border-top: 1px solid #eee;
  background: #fafafa;
}

#morgannn-input input{
  flex: 1;
  height: 52px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid #ddd;
  font-size: 14px;
  outline: none;
}

#morgannn-input input:focus{
  border-color: rgba(108,76,241,.45);
  box-shadow: 0 0 0 3px rgba(108,76,241,.10);
}

#morgannn-input button{
  height: 52px;
  padding: 0 20px !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg,#6C4CF1,#8E6BFF) !important;
  color: #fff !important;
  border: none !important;
}

#morgannn-launcher{
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  padding: 3px !important;
  min-width: 58px;
  min-height: 58px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #6C4CF1, #8E6BFF);
  box-shadow: 0 16px 30px rgba(108,76,241,.28);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  line-height: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: scale(.88);
  transition: all .24s ease;
}

#morgannn-launcher img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  display: block;
  transform: scale(1);
}

#morgannn-launcher img{
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
}

#morgannn-launcher.is-visible{
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

#morgannn-launcher:hover{
  transform: scale(1.08);
  box-shadow: 0 20px 40px rgba(108,76,241,.35);
}

@keyframes pulse-morgann{
  0%{ box-shadow: 0 0 0 0 rgba(108,76,241,.4); }
  70%{ box-shadow: 0 0 0 12px rgba(108,76,241,0); }
  100%{ box-shadow: 0 0 0 0 rgba(108,76,241,0); }
}

#morgannn-launcher{
  animation: pulse-morgann 2.5s infinite;
}

@media (max-width: 768px){
  #morgannn-chat{
    right: 14px;
    bottom: 82px;
    width: calc(100vw - 28px);
    height: 72vh;
    max-height: 72vh;
  }
}


#morgann-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px 14px;
  position:relative;
}

.morgann-info{
  display:flex;
  align-items:center;
  gap:10px;
}

.morgann-info img{
  width:36px;
  height:36px;
  border-radius:50%;
}

.morgann-info strong{
  display:block;
  color:white;
}
/*
.morgann-info .online{
  font-size:12px;
  color:#00ff88;
}
*/
.morgann-actions{
  display:flex;
  gap:6px;
}

.morgann-actions button{
  background:rgba(255,255,255,.2);
  border:none;
  color:#6C4CF1;
  width:28px;
  height:28px;
  border-radius:8px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:.2s;
}

.morgann-actions button:hover{
  background:rgba(255,255,255,.35);
}

#morgannn-chat.is-minimized{
  opacity:0;
  visibility:hidden;
  transform: translateY(20px) scale(.95);
  pointer-events:none;
  transform: translateY(14px) scale(.96);

}

#morgannn-messages .bubble ul{
  padding-left: 18px;
  margin: 8px 0;
}

#morgannn-messages .bubble li{
  margin-bottom: 6px;
}

#morgannn-messages .bubble strong{
  font-weight: 600;
}
