@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
:root{
	--degradado1: #00354F;
    --degradado2: #009BDD;
    --marino: #00354F;
    --azul: #027BE4;
    --azul2: #C8E8F8;
    --morado: #660EFF;
    --rosa: #DA0080;
    --gris: #F0F0F0;
}
body{
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
section{
    padding: 30px 40px;
    margin: 0 auto;
	max-width: 1266px;
}
h1{
    margin: 0;
    font-size: 34pt;
    font-weight: 400;
}
h2{
    margin: 0 0 15px;
    font-size: 33pt;
    font-weight: 400;
    color: var(--marino);
}
h2 strong{
    color: var(--azul);
}
h3{
    margin: 0 0 8px;
    font-size: 18pt;
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
}
h4{
    margin: 15px 0;
    font-size: 13pt;
    color: var(--azul);
}
h5{
    font-size: 12pt;
    font-weight: 400;
    margin: 15px 0;
}
p{
    margin: 0;
    font-size: 12pt;
}
.semibold{
    font-weight: 500;
}
.one-mascotas{
    background-image: url('../img/fondo-01-desktop.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}
.one-mascotas::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(102,14,255,.18) 0%, transparent 45%),
        radial-gradient(circle at 85% 80%, rgba(2,123,228,.15) 0%, transparent 40%);
    pointer-events: none;
}
.one-mascotas section{
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 1;
    gap: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
}
.hero-form-col {
    width: 100%;
}
.one-mascotas .desk-mascotas img,
.one-mascotas .movil-mascotas img {
    border-radius: 20px;
    width: 100%;
    max-width: 450px;
    height: auto;
}
.one-mascotas p{
    font-size: 16pt;
}
.flex-mascotas{
    display: flex;
    align-items: center;
    grid-gap: 0 15px;
}
.small{
    font-size: 10pt!important;
}
.center{
    text-align: center;
}
form,
.si-form-card#form-mascotas{
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    background: var(--si-gradient-card);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 28px 24px;
    border-radius: var(--si-radius-lg);
    border: 1px solid rgba(255,255,255,.35);
    box-shadow: var(--si-shadow-lg);
}
.input-group{
    height: 50px;
    margin-bottom: 15px;
}
.input-group input, .input-group select {
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 18px 10px 6px 10px;
    border: none;
    border-radius: 10px;
    background: white;
    font-size: 14pt;
    color: #333;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.input-group input::placeholder {
  color: #999;
}
.input-group input:focus, .input-group select:focus  {
  outline: 2px solid #5a2ef5;
}
.input-group label {
    position: relative;
    top: -45px;
    left: 10px;
    font-size: 9pt;
    color: #5a2ef5;
    z-index: 2;
    font-weight: 500;
}
.btn-formulario{
    width: -webkit-fill-available;
    width: -moz-available;
    background: var(--rosa);
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 14pt;
    height: 40px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.btn-formulario:hover{
    background: #FA00C8;
}
.pet-type {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.pet-type .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 155px;
    cursor: pointer;
    transition: 0.3s;
}
.pet-type .card div {
    background: #fff;
    padding: 20px 15px;
    border-radius: 10px;
    margin-bottom: 8px;
    width: -moz-available;
    width: -webkit-fill-available;
    text-align: center;
}
.pet-type .card span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
/* Efecto hover */
.pet-type .card:hover svg{
  fill: var(--rosa);
}
/* Estado seleccionado */
.pet-type input:checked + .card svg{
    fill: var(--rosa);
}
.animate-right{
    position:relative;
    animation: animateright 0.8s ease-in-out;
}
@keyframes animateright{
    from{
        right:-35px;
        opacity:0
    } to{
        right:0;
        opacity:1
    }
}
.flex-slide-mascotas {
    display: grid;
    grid-template-columns: 40px 90% 40px;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
}
.flecha-mascotas {
    width: 38px;
    height: 36px;
    border-radius: 100%;
    border: 1px solid var(--gris3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 15px -7px;
    font-size: 18pt;
    color: var(--morado);
    padding-bottom: 2px;
    cursor: pointer;
    background: #fff;
}
.flecha-mascotas:hover{
    background: var(--morado);
    color: #fff;
}
.grid-btns-mascotas {
    display: flex;
    overflow: hidden;
    width: -moz-available;
    width: -webkit-fill-available;
    scroll-behavior: smooth;
}
.box2-mascotas {
    flex: 0 0 calc(100% / 3);
    box-sizing: border-box;
    transition: transform 0.4s ease;
}
.box2-mascotas img {
    border-radius: 10px;
    margin-top: -20px;
}
.boxi-mascotas{
    width: 80%;
    margin: 0 auto;
    background: var(--gris);
    border-radius: 10px;
    padding: 0 15px 15px;
    margin-top: 55px;
    height: 60px;
}
.boxi-mascotas a{
    color: var(--rosa);
    font-style: oblique;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
}
.checkul-mascotas{
    padding: 0 0 0 22px;
    margin: 0;
    list-style: url(../img/check-morado.svg);
}
.checkul-mascotas li{
    margin-bottom: 8px;
}
.hide-mascotas{
    display: none;
}
.show-mascotas{
    display: block;
}
.grid3-mascotas{
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: space-between;
}
.spans{
    display: flex;
    justify-content: center;
    grid-gap: 5px;
    margin-top: 15px;
}
 .white{
    background: var(--morado)!important;
    width: 20px!important;
    border-radius: 15px!important;
}
.w3-badge {
	height: 12px;
	width: 12px;
	padding: 0;
	display: flex;
	background: transparent;
	border-radius: 100%;
    border: 1px solid var(--morado);
    cursor: pointer;
}
.w3-badge:hover{
    background: var(--morado);
}
.w85{
    width: 85%;
    margin: 0 auto;
}
.titulo-plan-mascotas{
    background: var(--morado);
    padding: 12px 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.titulo-plan-mascotas h2{
    color: #fff;
    margin: 0;
    font-size: 20pt;
    font-weight: 700;
    letter-spacing: -0.3px;
}
.plan-stars{
    color: #ffd700;
    font-size: 18pt;
    letter-spacing: 2px;
}
.info-plan-mascotas{
    background: #f0f0f0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.plan-cost-section{
    text-align: center;
}

.plan-cost-label{
    display: block;
    font-size: 12pt;
    font-weight: 700;
    color: #111;
    margin-bottom: 4px;
}

.plan-cost-value{
    font-size: 40pt;
    font-weight: 800;
    color: var(--morado);
    line-height: 1;
    letter-spacing: -0.8px;
}

.plan-sumas-title{
    font-size: 11pt;
    font-weight: 700;
    color: #111;
    text-align: center;
}

.plan-coverage-list{
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}

.coverage-item{
    display: flex;
    gap: 8px;
    font-size: 9pt;
    line-height: 1.3;
}

.coverage-bullet{
    color: var(--morado);
    font-size: 10pt;
    flex-shrink: 0;
    font-weight: 700;
}

.coverage-text{
    color: #111;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.plan-select-btn{
    background: linear-gradient(90deg, #e8047c, #c2006f);
    color: white;
    border: none;
    border-radius: 24px;
    padding: 12px 32px;
    font-size: 13pt;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-top: 8px;
}

.plan-select-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(232, 4, 124, 0.3);
}
.info-plan-mascotas h4{
    margin: 0;
    font-size: 25pt;
}
/* background izquierda */
.bganimation-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bganimation-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--morado);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 10px;
}
.bganimation-right:hover, .bganimation-right:focus, .bganimation-right:active, .bganimation-right:hover h4, .bganimation-right:focus h4, .bganimation-right:active h4, .bganimation-right:hover a, .bganimation-right:focus a, .bganimation-right:active a{
  color: white;
}
.bganimation-right:hover:before, .bganimation-right:focus:before, .bganimation-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.bganimation-right:hover .checkul-mascotas, .bganimation-right:focus .checkul-mascotas, .bganimation-right:active .checkul-mascotas{
    list-style: url(../img/check-blanco.svg);
}
.movil-mascotas{
    display: none;
}
@media (max-width: 820px){
    .movil-mascotas{
        display: block;
    }
    .desk-mascotas{
        display: none;
    }
    .one-mascotas section {
        display: flex;
        grid-template-columns: 100%;
        align-items: center;
        color: #fff;
        flex-direction: column-reverse;
        padding: 24px 0 32px;
        gap: 20px;
    }
    form,
    .si-form-card#form-mascotas {
        width: -webkit-fill-available;
        max-width: none;
        margin: 0 auto;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
    .padding-movil{
        padding: 20px;
    }
    section{
        padding: 20px;
    }
    h1 {
        font-size: 22pt;
    }
    .one-mascotas p {
        font-size: 14pt;
    }
    h2 {
        font-size: 20pt;
    }
    .box2-mascotas {
        flex: 0 0 calc(100% / 1);
    }
    .flex-slide-mascotas {
        grid-template-columns: 40px 75% 40px;
        grid-gap: 10px;
    }
    .boxi-mascotas {
        width: -webkit-fill-available;
        height: -webkit-fill-available;
    }
    .flex-mascotas-movil{
        flex-direction: column;
        grid-gap: 25px 0;
    }
    .grid3-mascotas {
        grid-template-columns: 100%;
    }
    .w85 {
        width: 95%;
    }
    .flex-mascotas2{
        flex-direction: column;
    }
}

.grid3-mascotas{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:18px;
  align-items: stretch;
}

.plan-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:16px 16px 14px;
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
}

.plan-kicker{
  font-weight:700;
  font-size:12px;
  opacity:.7;
  margin-bottom:6px;
}

.plan-name{
  margin:0 0 10px;
  font-size:18px;
  font-weight:800;
}

.plan-metrics{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
  margin-bottom:12px;
}

.plan-label{
  font-size:12px;
  color:#6b7280;
}
.plan-value{
  font-size:14px;
  font-weight:700;
  color:#111827;
}

.plan-covs-title{
  font-weight:800;
  font-size:13px;
  margin:8px 0 8px;
}

.plan-covs{
  margin:0;
  padding-left:18px;
  color:#111827;
  font-size:13px;
}
/* =========================
   Planes (look Medipet)
========================= */
.plan-box{
  border-radius: 10px;
  overflow: hidden; /* une header + body */
}

/* cuerpo de la card: altura según contenido */
.plan-box .info-plan-mascotas{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  padding: 18px 24px 22px;
}

.plan-label2{
  margin: 0;
  font-weight: 700;
}

.plan-price{
  color: var(--morado);
  font-weight: 800;
  font-size: 34pt;
  line-height: 1;
  margin-top: 6px;
}

.plan-currency{
  color: var(--morado);
  font-weight: 800;
  font-size: 16pt;
  margin-top: -6px;
}

.plan-suma{
  color: var(--azul);
  font-weight: 800;
  font-size: 22pt;
  line-height: 1.1;
  margin-top: 6px;
}

.plan-covs-list{
  text-align: left;
  font-size: 10pt;
}
.plan-covs-list li{
  text-transform: uppercase;
}

.plan-covs-list-amounts{
  margin-top: 8px;
}

.plan-covs-list-amounts li{
  text-transform: none;
  line-height: 1.3;
}

/* si usas el hover morado (.bganimation-right), fuerza texto blanco */
.plan-box.bganimation-right:hover .plan-label2,
.plan-box.bganimation-right:hover .plan-price,
.plan-box.bganimation-right:hover .plan-currency,
.plan-box.bganimation-right:hover .plan-covs-list li{
  color: #fff;
}

@media (max-width: 820px){
  .plan-price{ font-size: 26pt; }
}

/* =========================
   Planes - Carrusel (FINAL)
   - Desktop: grid 3 columnas
   - Mobile: swipe + snap + dots
========================= */

/* contenedor que ya tiene id="planes-mascotas" */
#planes-mascotas.planes-carousel{
  width: 85%;
  margin: 0 auto;
}

/* Desktop (default): 3 columnas */
#planes-mascotas .planes-track{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

/* dots ocultos en desktop */
#planes-mascotas .planes-dots{
  display: none;
}

/* ---------- Mobile / Tablet ---------- */
@media (max-width: 820px){

  /* Track en fila */
  #planes-mascotas .planes-track{
    display: flex;
    gap: 0;              /* 👈 sin gap para que no asome otra */
    padding: 0;
    align-items: flex-start;
  }

  /* viewport: scroll horizontal con snap */
  #planes-mascotas .planes-viewport{
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;

    padding: 0;          /* 👈 clave: sin padding lateral */
  }

  /* cada card: ocupa el viewport completo */
  #planes-mascotas .plan-box{
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: center;

    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
  }

  /* Dots visibles */
  #planes-mascotas .planes-dots{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 14px;
  }

  #planes-mascotas .planes-dot{
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 2px solid var(--morado);
    background: transparent;
    padding: 0;
    cursor: pointer;
    opacity: .45;
  }

  #planes-mascotas .planes-dot.is-active{
    background: var(--morado);
    opacity: 1;
  }

  #planes-mascotas .planes-viewport::-webkit-scrollbar{
    height: 0;
  }
}

/* =========================
   Bloque: Coberturas ante enfermedades (MAQUETA)
   - título más ligero (como la referencia)
   - azul menos dominante
   - wrap natural (no forzado en 2 líneas)
========================= */

.bloque-enfermedades{
  margin-top: 25px;
}

/* 🔥 Esto “mata” el text-align:center heredado del <section class="center"> */
.bloque-enfermedades,
.bloque-enfermedades *{
  text-align: left;
}

.enf-grid{
  display: grid;
  grid-template-columns: 34% 66%;
  gap: 15px;
  align-items: start;           /* en maqueta no va centrado vertical */
}

.enf-media{
  display: flex;
  justify-content: flex-start;  /* en desktop la imagen se alinea a la izquierda */
}

.enf-img{
  width: 100%;
  max-width: 360px;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
  object-fit: cover;
  display: block;
}

.enf-title{
  margin: 0 0 12px;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

/* Título fluido: misma línea, wrap natural */
.enf-title-blue,
.enf-title-dark{
  display: inline;
  font-size: clamp(28px, 3.4vw, 52px);
}

/* ✅ Azul más “ligero” (como maqueta) */
.enf-title-blue{
  color: var(--azul);
  font-weight: 700;            /* antes 800 */
}

/* Oscuro más suave */
.enf-title-dark{
  margin-left: 10px;
  color: var(--marino);
  font-weight: 400;
}

.enf-text{
  margin: 12px 0 14px;
  font-size: 12pt;
  color: #111;
  line-height: 1.35;
  max-width: 720px;
}

/* Lista como maqueta: bullets a la izquierda y texto alineado */
.enf-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.enf-list li{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  font-size: 12pt;
  color: #111;
  line-height: 1.35;
}

.enf-list li::before{
  content: "";
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--morado);
  margin-top: 0.55em; /* centra el punto con la primera línea del texto */
}

/* ---------- Mobile / Tablet ---------- */
@media (max-width: 820px){
  .enf-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* Texto arriba, imagen abajo */
  .enf-content{ order: 1; }
  .enf-media{
    order: 2;
    justify-content: center; /* en móvil la imagen va centrada como maqueta */
  }

  .enf-title{
    line-height: 1.08;
  }

  .enf-title-blue,
  .enf-title-dark{
    font-size: clamp(22px, 6.2vw, 34px);
  }

  .enf-title-dark{
    margin-left: 8px;
  }

  .enf-img{
    width: 92%;
    max-width: 520px;
  }

  /* un pelín más legible en móvil */
  .enf-text,
  .enf-list li{
    font-size: 11.5pt;
  }
}
/* =========================
   Requisitos + Beneficios
========================= */

/* wrapper para “matar” center heredado */
.reqben-wrap,
.reqben-wrap *{
  text-align: left;
}

.reqben-wrap{
  padding-top: 10px;
}

/* --------- Requisitos --------- */
.req-grid{
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
  align-items: start;
}

.req-media{
  display: flex;
  justify-content: flex-start;
}

.req-img{
  width: 100%;
  max-width: 260px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(0,0,0,.10);
  display: block;
}

.req-title{
  margin: 0 0 12px;
  line-height: 1.05;
}

.req-title-blue{
  color: var(--azul);
  font-weight: 800;
  font-size: clamp(22px, 3vw, 44px);
}

.req-title-dark{
  margin-left: 10px;
  color: var(--marino);
  font-weight: 400;
  font-size: clamp(22px, 3vw, 44px);
}

/* --------- Requisitos (FIX: texto corrido, sin “dos bloques”) --------- */
.req-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
  max-width: 980px;
}

.req-list li{
  position: relative;
  padding-left: 22px;   /* espacio para el bullet */
  margin: 0;
  font-size: 12pt;
  color: #111;
  line-height: 1.35;
  display: block;       /* 🔥 clave: NO flex */
}

/* Bullet */
.req-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;          /* alinea con la primera línea */
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--morado);
  transform: translateY(-50%);
}

/* Para que strong no “empuje” raro */
.req-list li strong{
  font-weight: 800;
}


/* --------- Beneficios --------- */
.benef-title{
  margin: 30px 0 18px;
  line-height: 1.05;
}

/* aquí sí queremos centro */
.benef-title.center,
.benef-title.center *{
  text-align: center;
}

.benef-title-blue{
  color: var(--azul);
  font-weight: 800;
  font-size: clamp(26px, 3.2vw, 54px);
}

.benef-title-dark{
  margin-left: 10px;
  color: var(--marino);
  font-weight: 400;
  font-size: clamp(26px, 3.2vw, 54px);
}

/* Carrusel */
.benef-carousel{
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
}

.benef-arrow{
  width: 38px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0px 0px 15px -7px;
  font-size: 18pt;
  color: var(--morado);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}

.benef-arrow:hover{
  background: var(--morado);
  color: #fff;
}

.benef-prev{
  transform: rotate(180deg);
}

.benef-viewport{
  overflow: hidden;
}

.benef-track{
  display: flex;
  gap: 18px;
  scroll-behavior: smooth;
}

.benef-card{
  flex: 0 0 calc((100% - 36px) / 3); /* 3 visibles en desktop */
  background: #f0f0f0;
  border-radius: 12px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: start;
}

.benef-card p{
  margin: 0;
  font-size: 11.5pt;
  color: #111;
  line-height: 1.25;
}

.benef-icon{
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
}

/* --------- Mobile --------- */
@media (max-width: 820px){
  .req-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .req-media{
    justify-content: center;
  }

  .req-img{
    max-width: 320px;
    width: 92%;
  }

  /* FIX RESPONSIVO: CARRUSEL DE BENEFICIOS */
  .benef-carousel {
    position: relative;
    display: flex;
    flex-direction: column; 
    align-items: center;
    width: 100%;
  }
  
  .benef-viewport,
  .benef-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    gap: 15px;
    padding: 10px 0;
  }
  
  .benef-viewport::-webkit-scrollbar,
  .benef-track::-webkit-scrollbar {
    display: none;
  }
  
  .benef-card { 
    flex: 0 0 80% !important; 
    max-width: 280px;
    scroll-snap-align: center;
    white-space: normal !important; 
    box-sizing: border-box;
    margin: 0 !important;
  }
  
  .benef-card:first-child {
    margin-left: 10% !important;
  }
  
  .benef-card:last-child {
    margin-right: 10% !important;
  }
  
  .benef-arrow {
    position: absolute;
    top: 45%; 
    transform: translateY(-50%);
    z-index: 10;
  }
  
  .benef-prev {
    left: -10px; 
  }
  
  .benef-next {
    right: -10px; 
  }
  
  .benef-dots {
    display: flex !important;
    flex-direction: row !important; 
    justify-content: center;
    align-items: center;
    gap: 8px; 
    width: 100%;
    margin-top: 15px;
  }
}
.req-content{
  padding-top: 2px;
}

.req-title{
  margin-bottom: 10px;
}
/* =========================
   FAQ - Preguntas frecuentes
========================= */

.faq-section{
  padding: 30px 40px;
  margin: 0 auto;
  max-width: 1266px;
}

.faq-grid{
  display: grid;
  grid-template-columns: 28% 72%;
  gap: 34px;
  align-items: start;
}

.faq-title{
  line-height: 1;
}

.faq-title-top{
  font-size: clamp(34px, 4.2vw, 64px);
  font-weight: 400;
  color: var(--marino);
}

.faq-title-bottom{
  font-size: clamp(42px, 5.2vw, 84px);
  font-weight: 800;
  color: var(--azul);
  margin-top: 8px;
}

.faq-right{
  display: grid;
  gap: 22px;
}

.faq-item{
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 22px 26px;
}

.faq-item.is-open{
  background: var(--azul2); /* tu azul claro */
  border-color: transparent;
}

.faq-q{
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.faq-q-text{
  font-size: clamp(18px, 2.1vw, 30px);
  font-weight: 800;
  color: var(--azul);
  text-align: left;
}

.faq-icon{
  color: var(--morado);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  margin-top: 6px;
  user-select: none;
}

.faq-divider{
  height: 1px;
  background: rgba(0,0,0,.65);
  margin: 14px 0 14px;
}

.faq-a{
  font-size: clamp(16px, 1.4vw, 22px);
  color: #111;
  line-height: 1.35;

  /* animación */
  max-height: 0;
  overflow: hidden;
  transition: max-height .28s ease;
}

.faq-item.is-open .faq-a{
  max-height: 260px; /* suficiente para 1-2 líneas largas */
}

/* Responsive */
@media (max-width: 820px){
  .faq-section{ padding: 20px; }

  .faq-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .faq-item{
    padding: 18px 16px;
  }

  .faq-icon{
    margin-top: 4px;
  }
}
/* =========================
   FAQ - Compacto (FIX tamaños)
   Pegar al FINAL del CSS
========================= */

.faq-section{
  padding: 18px 40px;      /* antes 30px 40px */
  margin: 0 auto;
  max-width: 1160px;       /* más compacto */
}

.faq-grid{
  display: grid;
  grid-template-columns: 30% 70%; /* un poco más balanceado */
  gap: 22px;                       /* menos gap */
  align-items: start;
}

/* Título izquierda MÁS chico */
.faq-title-top{
  font-size: clamp(28px, 2.8vw, 48px);
  font-weight: 400;
  color: var(--marino);
  line-height: 1.02;
}

.faq-title-bottom{
  font-size: clamp(34px, 3.4vw, 62px);
  font-weight: 800;
  color: var(--azul);
  margin-top: 6px;
  line-height: 1.02;
}

.faq-right{
  display: grid;
  gap: 14px; /* antes 22 */
}

.faq-item{
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 14px 18px; /* antes 22px 26px */
}

.faq-item.is-open{
  background: var(--azul2);
  border-color: transparent;
}

.faq-q-text{
  font-size: clamp(16px, 1.7vw, 22px); /* antes muy grande */
  font-weight: 800;
  color: var(--azul);
  text-align: left;
}

.faq-icon{
  font-size: 18px;  /* antes 22 */
  margin-top: 2px;  /* antes 6 */
}

.faq-divider{
  margin: 10px 0 10px; /* antes 14 */
  background: rgba(0,0,0,.55);
}

/* Respuesta más compacta */
.faq-a{
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.35;
  max-height: 0;
  overflow: hidden;
  transition: max-height .24s ease;
}

/* Ajusta altura máxima de la animación */
.faq-item.is-open .faq-a{
  max-height: 180px;
}

/* Responsive */
@media (max-width: 820px){
  .faq-section{ padding: 16px 20px; }

  .faq-grid{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .faq-title-top{ font-size: clamp(26px, 7vw, 40px); }
  .faq-title-bottom{ font-size: clamp(30px, 9vw, 54px); }

  .faq-item{ padding: 12px 14px; }
  .faq-right{ gap: 12px; }
}


.step-actions{
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
}

/* ============================================================
   LANDING POLISH — navbar, carruseles, planes, FAQ
   ============================================================ */

/* --- Sección coberturas --- */
.section-coberturas {
  padding: 48px 40px 56px;
  max-width: var(--si-max-width, 1266px);
  margin: 0 auto;
}

.section-coberturas__title {
  margin-bottom: 12px;
}

.section-coberturas__lead {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  color: var(--si-gray-600, #475569);
  font-weight: 500 !important;
}

.flex-slide-mascotas {
  grid-template-columns: 44px 1fr 44px;
  gap: 16px;
  align-items: stretch;
  max-width: 100%;
  margin: 0 auto;
}

.grid-btns-mascotas.cubre-mascota {
  gap: 14px;
  padding: 4px 0;
  align-items: stretch;
}

.box2-mascotas {
  flex: 0 0 calc(100% / 3);
  display: flex;
  padding: 0 4px;
  box-sizing: border-box;
}

/* Cards de cobertura — reemplazo visual de bganimation-right */
.cubre-card,
.boxi-mascotas.cubre-card {
  width: 100%;
  margin: 0;
  margin-top: 0 !important;
  min-height: 110px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  background: #fff;
  border: 1.5px solid var(--si-gray-200, #e2e8f0);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(4, 18, 35, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
  position: relative;
  overflow: hidden;
}

.cubre-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--morado), var(--azul));
  opacity: 0;
  transition: opacity .22s ease;
}

.cubre-card h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--marino);
  text-align: center;
}

.cubre-card:hover {
  transform: translateY(-4px);
  border-color: rgba(102, 14, 255, .35);
  box-shadow: 0 14px 32px rgba(102, 14, 255, .12);
  background: linear-gradient(165deg, #faf8ff 0%, #fff 100%);
}

.cubre-card:hover::before { opacity: 1; }

.cubre-card:hover h4 { color: var(--morado); }

.flecha-mascotas {
  width: 44px;
  height: 44px;
  align-self: center;
  border: 1.5px solid var(--si-gray-200, #e2e8f0);
  box-shadow: 0 4px 12px rgba(4, 18, 35, .08);
  transition: background .2s, color .2s, transform .2s;
}

.flecha-mascotas:hover {
  transform: scale(1.05);
}

/* --- Planes: hover limpio sin texto invisible --- */
.plan-box.bganimation-right::before,
.boxi-mascotas.bganimation-right::before { display: none !important; }

.plan-box {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(4, 18, 35, .1);
  transition: transform .25s ease, box-shadow .25s ease;
  border: 1.5px solid transparent;
}

.plan-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(102, 14, 255, .14);
  border-color: rgba(102, 14, 255, .2);
}

.plan-box.bganimation-right:hover,
.plan-box.bganimation-right:hover h4,
.plan-box.bganimation-right:hover .plan-label2,
.plan-box.bganimation-right:hover .plan-price,
.plan-box.bganimation-right:hover .plan-currency,
.plan-box.bganimation-right:hover .plan-suma,
.plan-box.bganimation-right:hover .plan-covs-list li {
  color: unset;
}

.plan-box:hover .plan-price,
.plan-box:hover .plan-currency { color: var(--morado) !important; }

.plan-box:hover .plan-suma { color: var(--azul) !important; }

.plan-box:hover .plan-covs-list li { color: #1e293b !important; }

.plan-box .titulo-plan-mascotas {
  background: linear-gradient(135deg, #660eff 0%, #027be4 100%);
}

.plan-covs-list li {
  text-transform: none !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
}

#planes-mascotas.planes-carousel {
  width: 92%;
  max-width: 1100px;
}

/* --- Beneficios carousel --- */
.benef-card {
  background: #fff;
  border: 1.5px solid var(--si-gray-200, #e2e8f0);
  border-radius: 16px;
  padding: 18px 16px;
  box-shadow: 0 4px 14px rgba(4, 18, 35, .05);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.benef-card:hover {
  transform: translateY(-3px);
  border-color: rgba(102, 14, 255, .3);
  box-shadow: 0 12px 28px rgba(102, 14, 255, .1);
  background: linear-gradient(165deg, #faf8ff 0%, #fff 100%);
}

.benef-carousel {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* --- Requisitos: alineación --- */
.reqben-wrap {
  max-width: var(--si-max-width, 1266px);
  margin: 0 auto;
  padding: 0px 40px 0px;
}

.req-grid {
  grid-template-columns: minmax(200px, 280px) 1fr;
  gap: 36px;
  align-items: center;
}

.req-content { padding-top: 0; }

/* --- FAQ: tamaños y overflow --- */
.faq-section {
  padding: 0px 40px 56px;
  margin: 0 auto;
  max-width: var(--si-max-width, 1266px);
  overflow: hidden;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(160px, 200px) minmax(0, 1fr);
  gap: 28px 40px;
  align-items: start;
}

.faq-left {
  position: sticky;
  top: 24px;
}

.faq-title {
  line-height: 1.1;
}

.faq-title-top {
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 500;
  color: var(--marino);
}

.faq-title-bottom {
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 800;
  color: var(--azul);
  margin-top: 4px;
}

.faq-right {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.faq-item {
  border: 1.5px solid var(--si-gray-200, #e2e8f0);
  background: #fff;
  padding: 16px 20px;
  border-radius: 14px;
  transition: border-color .2s, box-shadow .2s;
}

.faq-item:hover {
  border-color: rgba(2, 123, 228, .25);
  box-shadow: 0 4px 12px rgba(4, 18, 35, .05);
}

.faq-item.is-open {
  background: linear-gradient(165deg, #e8f6fd 0%, #f0f9ff 100%);
  border-color: rgba(2, 123, 228, .2);
}

.faq-q-text {
  font-size: 15px;
  font-weight: 700;
  color: var(--azul);
  text-align: left;
  line-height: 1.35;
  flex: 1;
  min-width: 0;
}

.faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--morado);
  background: rgba(102, 14, 255, .08);
  border-radius: 50%;
  margin-top: 0;
}

.faq-divider {
  margin: 12px 0;
  background: rgba(0, 0, 0, .12);
}

.faq-a {
  font-size: 14px;
  color: var(--si-gray-600, #475569);
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, opacity .3s ease;
  opacity: 0;
}

.faq-item.is-open .faq-a {
  max-height: 320px;
  opacity: 1;
}

@media (max-width: 820px) {
  .section-coberturas { padding: 32px 20px 40px; }

  .box2-mascotas { flex: 0 0 100%; }

  .cubre-card { min-height: 96px; padding: 16px 14px; }

  .cubre-card h4 { font-size: 12.5px; }

  .flex-slide-mascotas {
    grid-template-columns: 36px 1fr 36px;
    gap: 8px;
  }

  .flecha-mascotas { width: 36px; height: 36px; font-size: 14pt; }

  .reqben-wrap { padding: 0 20px 0px; }

  .req-grid { grid-template-columns: 1fr; gap: 20px; }

  .faq-section { padding: 0px 20px 40px; }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .faq-left {
    position: static;
    text-align: center;
  }

  .faq-title-top { font-size: 22px; 
  font-family: var(--si-font);
  }

  .faq-title-bottom { font-size: 26px; 
  font-family: var(--si-font);
}

  .faq-q-text { 
    font-size: 14px; 
 font-family: var(--si-font) !important;
  }

  .faq-item { padding: 14px 16px; }
}

@media (max-width: 820px) {
  .si-navbar__inner { padding: 14px 16px; min-height: 56px; }
}

/* Floating Navigation Header */
.floating-header {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 1200px;
    z-index: 1000;
    transition: all 0.3s ease;
}

.nav-container {
    background: #ffffff;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px 8px 24px;
    width: 100%;
    box-sizing: border-box;
}

.nav-logo img {
    height: 38px;
    width: auto;
    display: block;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-link {
    color: #0c254f;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.nav-link:hover {
    color: #660eff;
}

/* Dropdown */
.nav-dropdown {
    position: relative;
    padding: 10px 0;
}

.nav-dropdown-btn {
    background: transparent;
    border: none;
    color: #0c254f;
    font-family: inherit;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    white-space: nowrap;
}

.nav-dropdown-btn:hover {
    color: #660eff;
}

.arrow-down {
    border: solid #660eff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.nav-dropdown:hover .arrow-down {
    transform: rotate(-135deg);
}

.nav-dropdown-content {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    padding: 8px 0;
    z-index: 1010;
}

.nav-dropdown:hover .nav-dropdown-content {
    display: block;
}

.nav-dropdown-content a {
    color: #0c254f;
    display: block;
    font-size: 12.5px;
    font-weight: 500;
    padding: 8px 16px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    text-align: left;
}

.nav-dropdown-content a:hover {
    background: #f8fafc;
    color: #660eff;
}

/* Cotizar Button */
.nav-btn-cotizar {
    background: #660eff;
    color: #ffffff !important;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 5px 22px 5px 5px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none !important;
    transition: background-color 0.2s, transform 0.2s;
    box-shadow: 0 4px 15px rgba(102, 14, 255, 0.2);
}

.nav-btn-cotizar:hover {
    background: #550ccc;
    transform: scale(1.02);
}

.nav-btn-icon {
    background: #da0080;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nav-btn-icon svg {
    display: block;
}

.nav-btn-text {
    white-space: nowrap;
}

/* Mobile Navigation Drawer */
.mobile-nav-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 290px;
    background: #ffffff;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15);
    z-index: 2000;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.mobile-nav-drawer.is-active {
    transform: translateX(0);
}

.drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.drawer-header img {
    height: 34px;
    width: auto;
}

#drawer-close-btn {
    background: transparent;
    border: none;
    font-size: 32px;
    color: #0c254f;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

.drawer-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    overflow-y: auto;
    flex-grow: 1;
}

.drawer-content a {
    color: #0c254f;
    font-weight: 600;
    font-size: 13.5px;
    text-decoration: none;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    text-align: left;
}

.drawer-content a:hover {
    color: #660eff;
}

.drawer-section-title {
    font-weight: 700;
    font-size: 11px;
    color: #da0080;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 10px;
    margin-bottom: 2px;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    padding: 4px 0;
}

/* Chevron icon */
.drawer-section-title::after {
    content: '';
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23da0080' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.25s ease;
}

/* Rotate chevron when open */
.drawer-section-title.is-open::after {
    transform: rotate(180deg);
}

.drawer-sublinks {
    display: none; /* Hidden by default */
    flex-direction: column;
    gap: 6px;
    padding-left: 12px;
    margin-bottom: 6px;
    overflow: hidden;
}

/* Visible when expanded */
.drawer-sublinks.is-open {
    display: flex;
}

.drawer-sublinks a {
    font-size: 12.5px;
    font-weight: 500;
    border-bottom: none;
    padding: 2px 0;
}

.drawer-btn-cotizar {
    background: #660eff;
    color: #ffffff !important;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    font-weight: 700;
    font-size: 13.5px;
    text-decoration: none !important;
    text-align: center;
    margin-top: 10px;
    box-shadow: 0 4px 15px rgba(102, 14, 255, 0.2);
}

.drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(12, 37, 79, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.drawer-overlay.is-active {
    opacity: 1;
    pointer-events: auto;
}

/* Mobile Button */
.nav-mobile-btn {
    display: none;
}

/* Responsive Rules */
@media (max-width: 1023px) {
    .nav-menu {
        display: none;
    }
    
    .nav-btn-cotizar {
        display: none;
    }
    
    .nav-mobile-btn {
        background: transparent;
        border: 1px solid rgba(12, 37, 79, 0.15);
        border-radius: 8px;
        color: #0c254f;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        font-family: inherit;
        font-weight: 700;
        font-size: 11px;
        text-transform: uppercase;
        padding: 8px 12px;
    }
    
    .hamburger-icon {
        border-top: 2px solid #0c254f;
        border-bottom: 2px solid #0c254f;
        height: 8px;
        width: 12px;
        position: relative;
    }
    .hamburger-icon::before {
        content: "";
        border-top: 2px solid #0c254f;
        position: absolute;
        top: 3px;
        left: 0;
        right: 0;
    }
    
    .one-mascotas {
        padding-top: 90px !important;
        min-height: auto !important;
        display: block !important;
    }
}

/* Optimize vertical layout for screen heights <= 800px (e.g. 1366x768) on desktop */
@media (max-height: 800px) and (min-width: 1024px) {
    .floating-header {
        top: 10px !important;
    }
    .one-mascotas {
        padding-top: 80px !important;
    }
    .one-mascotas section {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        gap: 16px !important;
    }
    .one-mascotas h1 {
        font-size: 26pt !important;
    }
    .one-mascotas p {
        font-size: 13pt !important;
        margin: 6px 0 !important;
    }
    .one-mascotas hr {
        margin: 8px 0 !important;
    }
    .one-mascotas .desk-mascotas img {
        max-width: 350px !important;
    }
    .si-form-card {
        padding: 12px 16px !important;
    }
    .si-form-card .input-group {
        margin-bottom: 8px !important;
        height: 44px !important;
        padding: 3px 10px !important;
    }
    .si-form-card .input-group input,
    .si-form-card .input-group select {
        font-size: 13px !important;
        height: 18px !important;
        line-height: 18px !important;
    }
    .si-form-card .input-group label {
        font-size: 9px !important;
    }
    .si-form-card .pet-type .card {
        width: 80px !important;
        height: 80px !important;
        border: none !important;
    outline: none !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    }
    .si-form-card .pet-type .card div {
        padding: 0 !important;
        margin-bottom: 2px !important;
    }
    .si-form-card .pet-type .card svg {
        width: 26px !important;
        height: 26px !important;
    }
    .si-form-card .pet-type .card span {
        font-size: 10.5px !important;
    }
    .si-form-card .pet-type {
        margin-bottom: 6px !important;
        gap: 8px !important;
    }
    .si-form-card__title {
        font-size: 14pt !important;
        margin-bottom: 4px !important;
        padding-bottom: 4px !important;
    }
    .si-form-card__subtitle {
        font-size: 11px !important;
        margin-bottom: 6px !important;
    }
    .si-form-section-label {
        margin-bottom: 6px !important;
    }
    .si-form-card .si-btn,
    .si-form-card .btn-formulario {
        padding: 8px 14px !important;
        font-size: 12px !important;
    }
    .si-form-card .si-field-hint {
        font-size: 9.5px !important;
        margin-top: 2px !important;
        margin-bottom: 4px !important;
        line-height: 1.25 !important;
    }
}

/* Form Card Typography & Layout Overrides */
.si-form-card h3.si-form-card__title {
    font-size: 18px !important;
    font-weight: 800 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 6px !important;
    color: #ffffff !important;
    text-transform: none !important;
    letter-spacing: -0.01em !important;
}

.si-form-card .si-form-card__subtitle {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    margin-bottom: 20px !important;
    line-height: 1.45 !important;
}

/* White color for Paso 1 labels */
.si-form-card .si-form-section-label {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    margin-bottom: 14px !important;
    display: block !important;
}

.si-form-card .si-field-hint {
    font-size: 11px !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    margin-top: 4px !important;
    margin-bottom: 8px !important;
    line-height: 1.35 !important;
}

.si-form-card .si-field-hint strong {
    font-size: 12px !important;
    font-weight: 700 !important;
}

/* Inputs Group Alignment and Styling (Stripe-style inline label card input group) */
.si-form-card .input-group {
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1.5px solid transparent !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: stretch !important;
    height: 48px !important;
    margin-bottom: 14px !important;
    padding: 4px 12px !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.si-form-card .input-group:focus-within {
    border-color: #660eff !important;
    box-shadow: 0 0 0 3px rgba(102, 14, 255, 0.15) !important;
}

.si-form-card .input-group input,
.si-form-card .input-group select {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 22px !important;
    line-height: 22px !important;
    font-size: 14px !important;
    color: #333333 !important;
    box-shadow: none !important;
    width: 100% !important;
    outline: none !important;
    font-family: inherit !important;
    order: 2 !important;
}

.si-form-card .input-group select {
/*     appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23660EFF'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 0px center !important;
    background-size: 1.25rem !important;
    padding-right: 1.5rem !important; */
}

.si-form-card .input-group label {
    display: block !important;
    position: static !important;
    color: #660eff !important;
    font-size: 9.5px !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    text-align: left !important;
    text-transform: none !important;
    opacity: 1 !important;
    pointer-events: none !important;
    order: 1 !important;
}

/* Square Choice Cards for Perro / Gato / Sexo / Genero */
.si-form-card .pet-type {
    display: flex !important;
    justify-content: center !important;
    gap: 16px !important;
    margin-bottom: 12px !important;
}

.si-form-card .pet-type .card {
    position: relative !important;
    width: 100px !important;
    height: 100px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 14px !important;
    padding: 0 !important;
    background: #ffffff !important;
    border: 2px solid rgba(102, 14, 255, 0.15) !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07) !important;
    overflow: hidden !important;
    user-select: none !important;
}

.si-form-card .pet-type .card:hover {
border: none !important;
    box-shadow: 0 6px 18px rgba(102, 14, 255, 0.15) !important;
}

/* Badge de check en esquina superior derecha — oculto por defecto */
.si-form-card .pet-type .card::after {
    content: '✓' !important;
    position: absolute !important;
    top: 6px !important;
    right: 6px !important;
    width: 18px !important;
    height: 18px !important;
    background: #ffffff !important;
    color: var(--si-pink) !important;
    border-radius: 50% !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 18px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    transform: scale(0) rotate(-45deg) !important;
    transition: opacity 0.2s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    box-shadow: 0 1px 4px rgba(218, 0, 128, 0.35) !important;
    z-index: 2 !important;
}

.si-form-card .pet-type .card div {
    padding: 0 !important;
    margin-bottom: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.si-form-card .pet-type .card svg {
    width: 38px !important;
    height: 38px !important;
    display: block !important;
    fill: #660eff !important;
    transition: fill 0.25s ease !important;
}

.si-form-card .pet-type .card span {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #660eff !important;
    display: block !important;
    transition: color 0.25s ease !important;
}

/* ── Estado SELECCIONADO — diseño premium ── */
.si-form-card .pet-type input:checked + .card {
    background: linear-gradient(135deg, #660eff 0%, #da0080 100%) !important;
    border: none !important;
    outline: none !important;
    box-shadow:
        0 8px 24px rgba(102, 14, 255, 0.35),
        0 2px 8px rgba(218, 0, 128, 0.25) !important;
    transform: translateY(-3px) scale(1.04) !important;
}

/* Ícono blanco al seleccionar */
.si-form-card .pet-type input:checked + .card svg {
    fill: #ffffff !important;
    filter: drop-shadow(0 1px 3px rgba(0,0,0,0.2)) !important;
}

/* Texto blanco al seleccionar */
.si-form-card .pet-type input:checked + .card span {
    color: #ffffff !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2) !important;
}

/* Badge de check visible al seleccionar */
.si-form-card .pet-type input:checked + .card::after {
    opacity: 1 !important;
    transform: scale(1) rotate(0deg) !important;
}

/* Neutralizar el div interno (ícono) al seleccionar — evita el rectángulo blanco del design-system */
.si-form-card .pet-type input:checked + .card div {
    border-color: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    background: transparent !important;
}


/* Coberturas Slider Mockup Replication */
.section-coberturas {
    padding: 60px 20px 0px !important;
    background: #ffffff !important;
}

.section-coberturas__title {
    color: #0c254f !important;
    font-size: 32px !important;
    font-weight: 500 !important;
    font-family: inherit !important;
    margin-bottom: 16px !important;
    text-align: center !important;
}

.section-coberturas__title strong {
    color: #027be4 !important;
    font-weight: 700 !important;
}

.section-coberturas__lead {
    max-width: 860px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-align: center !important;
}

.section-coberturas p {
    text-align: center !important;
    color: #000000 !important;
}

.section-coberturas p strong {
    font-size: 15px !important;
    color: #000000 !important;
}

.section-coberturas .flex-slide-mascotas {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* Arrow buttons */
.section-coberturas .flecha-mascotas {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 1px solid #eaeaea !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    font-size: 0 !important; /* Hide the unicode arrow text */
    flex-shrink: 0 !important;
}

/* Use SVG arrow inside arrow buttons using CSS background */
.section-coberturas .flecha-mascotas::after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23660EFF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E");
}

.section-coberturas .flecha-mascotas:hover {
    transform: scale(1.08) !important;
    box-shadow: 0 6px 16px rgba(102, 14, 255, 0.15) !important;
    border-color: rgba(102, 14, 255, 0.2) !important;
}

/* Slider main row wrapper */
.section-coberturas .grid-btns-mascotas {
    display: flex !important;
    overflow: hidden !important;
    gap: 20px !important;
    padding: 10px 0 !important;
}

/* Card container */
.section-coberturas .box2-mascotas {
    flex: 0 0 calc((100% - 40px) / 3) !important; /* exactly 3 cards visible on desktop */
    box-sizing: border-box !important;
}

/* Card block */
.section-coberturas .boxi-mascotas.cubre-card {
    background: #f0f2f5 !important; /* Soft gray card background */
    border-radius: 12px !important;
    padding: 24px 20px !important;
    margin: 0 !important; /* Remove top margin */
    height: 110px !important; /* Fixed height for alignment */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
}

/* Card H4 Title */
.section-coberturas .boxi-mascotas.cubre-card h4 {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #027be4 !important; /* Bright blue text */
    line-height: 1.45 !important;
    margin: 0 !important;
    font-family: inherit !important;
}

/* Mobile responsive fixes for slider */
@media (max-width: 960px) {
    .section-coberturas .box2-mascotas {
        flex: 0 0 calc((100% - 20px) / 2) !important; /* 2 cards visible on tablet */
    }
}
@media (max-width: 600px) {
    .section-coberturas .box2-mascotas {
        flex: 0 0 100% !important; /* 1 card visible on mobile */
    }
    .section-coberturas .boxi-mascotas.cubre-card {
        height: 90px !important;
    }
}

/* Coberturas ante enfermedades Mockup Replication */
.bloque-enfermedades {
    padding: 0px 20px !important;
    background: #ffffff !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.bloque-enfermedades,
.bloque-enfermedades * {
    text-align: left !important;
}

@media (min-width: 821px) {
    .enf-grid {
        display: grid !important;
        grid-template-columns: 360px 1fr !important;
        gap: 48px !important;
        align-items: center !important;
    }
}

.enf-img {
    width: 100% !important;
    max-width: 360px !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 32px rgba(0,0,0,0.12) !important;
    display: block !important;
}

.enf-title-blue {
    color: #027be4 !important;
    font-weight: 700 !important;
    display: block !important;
    font-size: 32px !important;
    line-height: 1.15 !important;
}

.enf-title-dark {
    color: #0c254f !important;
    font-weight: 400 !important;
    display: block !important;
    font-size: 32px !important;
    line-height: 1.15 !important;
    margin-left: 0 !important;
    margin-top: 4px !important;
}

.enf-text {
    font-size: 15px !important;
    color: #333333 !important;
    line-height: 1.5 !important;
    margin-top: 16px !important;
    margin-bottom: 20px !important;
}

.enf-list {
    gap: 12px !important;
}

.enf-list li {
    font-size: 14.5px !important;
    color: #111111 !important;
    line-height: 1.45 !important;
}

.enf-list li::before {
    background: #660eff !important;
    margin-top: 0.45em !important;
}

/* Paquetes Section & Cards Mockup Replication */
.section-paquetes {
    padding: 00px 20px !important;
    background: #ffffff !important;
}

.section-paquetes h2 {
    color: #0c254f !important;
    font-size: 32px !important;
    font-weight: 500 !important;
    font-family: inherit !important;
    margin-bottom: 16px !important;
    text-align: center !important;
}

.section-paquetes h2 strong {
    color: #027be4 !important;
    font-weight: 700 !important;
}

.section-paquetes p.semibold {
    max-width: 860px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}

/* Planes Carousel Container */
.planes-carousel {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.planes-shell {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    width: 100% !important;
}

.planes-viewport {
    overflow: hidden !important;
    width: 100% !important;
}

.planes-track {
    display: flex !important;
    gap: 24px !important;
    padding: 15px 0 !important;
}

/* Plan Box Custom Card */
.planes-track .plan-box {
    flex: 0 0 calc((100% - 48px) / 3) !important; /* Exactly 3 cards on desktop */
    background: #f0f2f5 !important; /* Soft gray card background */
    border-radius: 16px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    border: none !important;
    transition: transform 0.25s ease !important;
    display: flex !important;
    flex-direction: column !important;
}

.planes-track .plan-box:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05) !important;
}

/* Header purple banner */
.planes-track .titulo-plan-mascotas {
    background: #660eff !important; /* Solid purple */
    padding: 14px 16px !important;
}

.planes-track .titulo-plan-mascotas h2 {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    text-align: center !important;
    letter-spacing: normal !important;
}

/* Body container */
.planes-track .info-plan-mascotas {
    background: #f0f2f5 !important;
    padding: 24px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    box-sizing: border-box !important;
}

/* Feature rows */
.plan-feature-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 4px !important;
}

.plan-feature-label {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    text-transform: none !important;
}

.plan-feature-value {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #027be4 !important; /* Bright blue value */
}

/* Price block */
.plan-cost-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-top: 8px !important;
}

.plan-cost-label {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-bottom: 2px !important;
}

.plan-cost-value {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #660eff !important; /* Purple cost */
    line-height: 1 !important;
}

.plan-cost-currency {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #660eff !important;
    margin-top: 2px !important;
}

/* Slider navigation arrows */
.planes-arrow {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 1px solid #eaeaea !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    font-size: 0 !important;
    flex-shrink: 0 !important;
    outline: none !important;
}

.planes-arrow::after {
    content: "" !important;
    width: 16px !important;
    height: 16px !important;
    display: block !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23660EFF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

.planes-prev::after {
    transform: rotate(180deg) !important; /* Point left */
}

.planes-arrow:hover {
    transform: scale(1.08) !important;
    box-shadow: 0 6px 16px rgba(102, 14, 255, 0.15) !important;
    border-color: rgba(102, 14, 255, 0.2) !important;
}

/* Dots navigation hiding or styling */
.planes-dots {
    display: none !important; /* Hide dot triggers for clean desktop layout */
}

/* Mobile responsive styling */
@media (max-width: 960px) {
    .planes-track .plan-box {
        flex: 0 0 calc((100% - 24px) / 2) !important; /* 2 cards visible */
    }
}

@media (max-width: 600px) {
    .planes-track .plan-box {
        flex: 0 0 100% !important; /* 1 card visible */
    }
    .planes-arrow {
        display: none !important; /* Hide arrows on mobile touch screen */
    }
    .planes-dots {
        display: flex !important; /* Show dots on mobile touch screen */
        justify-content: center !important;
        gap: 8px !important;
        margin-top: 12px !important;
    }
    .planes-dot {
        width: 8px !important;
        height: 8px !important;
        border-radius: 50% !important;
        background: #cbd5e1 !important;
        border: none !important;
        padding: 0 !important;
        cursor: pointer !important;
    }
    .planes-dot.is-active {
        background: #660eff !important;
    }
}

/* Forzar que los dots del carrusel de paquetes aparezcan debajo y centrados en móvil */
@media (max-width: 820px) {
  .planes-shell {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .planes-viewport {
    width: 100% !important;
  }
  .planes-dots {
    display: flex !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-top: 15px !important;
    width: 100% !important;
  }
}

@media (max-width: 820px) {
  /* Ocultar las flechas del carrusel de beneficios en dispositivos móviles */
  .benef-carousel .benef-arrow,
  .benef-arrow {
    display: none !important;
  }
}

/* Layout en 3 columnas para los paquetes en cotizacion (escritorio) */
@media (min-width: 821px) {
  #select-paquete {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
  }
  #select-paquete .planes-arrow {
    display: none !important;
  }
  #select-paquete .planes-viewport {
    width: 100% !important;
    overflow: visible !important;
  }
  #select-paquete .planes-track {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    width: 100% !important;
  }
  #select-paquete .planes-track .plan-box {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 0 !important;
  }
}
