/* #region Sobre Nosotros - VERSIÓN NUEVA CON CÍRCULOS DE OFERTAS */
:root {
  --offer-size: clamp(220px, 26vw, 300px);
}

/* ===== Sección principal (solo banner azul oscuro) ===== */
.about-section-banner {
  background: #033840; /* azul oscuro institucional */
  padding: 5rem 1rem;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

/* ===== Grid con los 3 círculos ===== */
.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
  max-width: 1150px;
  margin: 0 auto;
  place-items: center;
}

@media (max-width: 900px) {
  .offers-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Círculos ===== */
.offer-circle {
  width: var(--offer-size);
  height: var(--offer-size);
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.4rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  border: 2px solid rgba(255, 255, 255, 0.25);
}

.offer-circle:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
  border-color: #44dfdf;
}

/* ===== Texto dentro del círculo ===== */
.offer-title {
  font-size: clamp(1rem, 0.9rem + 0.8vw, 1.5rem);
  font-weight: 800;
  color: #033840;
  margin: 0 0 0.4rem 0;
  line-height: 1.2;
}

.offer-desc {
  font-size: clamp(0.9rem, 0.85rem + 0.3vw, 1rem);
  color: #0b2a33;
  margin: 0;
  line-height: 1.35;
  max-width: 18ch;
}

/* Efecto hover más vivo */
.offer-circle:hover .offer-title {
  color: #44dfdf;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
/* ===== Botón de compra dentro de los círculos ===== */
.offer-btn {
  margin-top: 1rem;
  display: inline-block;
  background: #033840;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  padding: 0.6rem 1.6rem;
  border-radius: 2rem;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.offer-btn:hover {
  background: #44dfdf;
  color: #022e47;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}
/* ============================================================
   🌟 Brillo radiante al hover del círculo
   ============================================================ */

/* Efecto glow que se activa al hover */
.offer-circle {
  position: relative;
  z-index: 1;
}
.offer-circle::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(68,223,223,0.3), rgba(14,0,218,0.1), transparent 70%);
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.4s ease, transform 0.4s ease;
  filter: blur(12px);
  z-index: -1;
}
.offer-circle:hover::after {
  opacity: 1;
  transform: scale(1.05);
  filter: blur(16px);
}

/* Extra pop: intensifica el color y la sombra al hover */
.offer-circle:hover {
  box-shadow:
    0 0 15px rgba(68,223,223,0.4),
    0 0 35px rgba(14,0,218,0.25),
    0 0 55px rgba(14,0,218,0.15);
  border-color: rgba(68,223,223,0.6);
}

/* Accesibilidad: desactiva animación si reduce motion */
@media (prefers-reduced-motion: reduce){
  .offer-circle::after {
    transition: none;
    animation: none;
  }
}

/* ===== Responsivo ===== */
@media (max-width: 600px) {
  .about-section-banner {
    padding: 4rem 1rem;
  }
  .offer-circle {
    width: 85%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}
/* #endregion */

/* ====== 1) Flotación suave de los círculos (stagger) ====== */
.offers-grid .offer-circle {
  will-change: transform, box-shadow;
  animation: offer-float 6s ease-in-out infinite;
}
.offers-grid .offer-circle:nth-child(2){ animation-delay: .8s; }
.offers-grid .offer-circle:nth-child(3){ animation-delay: 1.6s; }

@keyframes offer-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

/* Al pasar el mouse, prioriza el “lift” del hover que ya tienes */
.offers-grid .offer-circle:hover { animation-play-state: paused; }

/* ====== 2) Halo/pulso alrededor del círculo ====== */
.offer-circle { position: relative; }
.offer-circle::before{
  content:"";
  position:absolute; inset:-10px; border-radius:50%;
  background:
    radial-gradient(closest-side, rgba(68,223,223,.45), transparent 70%),
    radial-gradient(closest-side, rgba(14,0,218,.25), transparent 75%);
  filter: blur(10px);
  opacity:.0;
  transform: scale(.9);
  transition: opacity .25s ease, transform .25s ease;
  z-index:-1;               /* queda por detrás del círculo */
  animation: halo-pulse 2.8s ease-in-out infinite;
}
@keyframes halo-pulse {
  0%, 100% { opacity:.05; transform: scale(.92); }
  50%      { opacity:.18; transform: scale(1.02); }
}
/* Halo más intenso al hover */
.offer-circle:hover::before{
  opacity:.28; transform: scale(1.05);
}

/* ====== 3) Brillo “shine” que cruza el botón ====== */
.offer-btn{
  position: relative;
  overflow: hidden; /* recorta el brillo dentro del botón */
}
.offer-btn::after{
  content:"";
  position:absolute; top:-100%; bottom:-100%; width:40%;
  left:-60%;                         /* empieza a la izquierda */
  transform: skewX(-20deg);
  background: linear-gradient(90deg,
              rgba(255,255,255,0) 0%,
              rgba(255,255,255,.35) 45%,
              rgba(255,255,255,0) 100%);
  animation: btn-shine 3.2s ease-in-out infinite;
  pointer-events:none;
}
@keyframes btn-shine{
  0%   { left:-60%; }
  60%  { left:120%; }  /* cruza de izq a der */
  100% { left:120%; }
}
/* Un poco más de “pop” al hover */
.offer-btn:hover{
  transform: translateY(-3px) scale(1.02);
}

/* ===== Accesibilidad: reduce motion si el usuario lo pide ===== */
@media (prefers-reduced-motion: reduce){
  .offers-grid .offer-circle,
  .offer-circle::before,
  .offer-btn::after{
    animation: none !important;
  }
  .offer-btn{ transition: none; }
}

/* #region Beneficios (versión circular) */
:root{
  /* Tamaño del círculo: ajusta si quieres más grande/pequeño */
  --benef-circle-size: clamp(220px, 30vw, 320px);
}

.beneficios-genetica-section {
  padding: 4rem 2rem;
  background-color: #fff;
  text-align: center;
}

.beneficios-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 3rem;
  color: #022e47;
}

.beneficios-title .highlight { color: #44dfdf; }

/* 2 círculos en desktop, 1 en móvil */
.beneficios-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(var(--benef-circle-size), 1fr));
  gap: 1.6rem;
  max-width: 1250px;
  margin: 0 auto;
  justify-items: center;
}

@media (max-width: 640px){
  .beneficios-grid{
    grid-template-columns: 1fr;
  }
}

/* ===== Tarjeta circular ===== */
.beneficio-card {
  width: var(--benef-circle-size);
  height: var(--benef-circle-size);
  border-radius: 50%;
  background-color: #ffffff;
  padding: 1.4rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: transform .28s ease, box-shadow .28s ease, background .28s ease, color .28s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* recorta los gradientes al borde circular */
}

/* Ícono centrado y proporcional al círculo */
.beneficio-card img.icon-beneficio {
  width: clamp(70px, 20%, 78px);
  height: clamp(70px, 20%, 78px);
  margin-bottom: 1rem;
  transition: filter .28s ease, transform .28s ease;
}

/* Textos */
.beneficio-title{
  margin: .2rem 0 .35rem;
  font-size: 20px;
  color: #022e47;
  font-weight: 700;
}

.beneficio-card p {
  font-size: 15px;
  color: #022e47;
  font-weight: 500;
  margin: 0;
  padding: 0 .75rem;
}

/* Hover: gradiente y contraste en blanco */
.beneficio-card:hover,
.beneficio-card:focus-within {
  background:
    radial-gradient(circle at top left, #44dfdf 10%, transparent 50%),
    radial-gradient(circle at bottom right, #44dfdf 20%, transparent 50%),
    radial-gradient(circle at center, #0e00da 10%, transparent 90%),
    #04262b;
  color: #ffffff;
  transform: translateY(-8px);
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.2);
}

/* Colorea textos a blanco en hover/focus */
.beneficio-card:hover p,
.beneficio-card:hover .beneficio-title,
.beneficio-card:focus-within p,
.beneficio-card:focus-within .beneficio-title{
  color: #ffffff;
}

/* Ícono blanco en hover + leve “pop” */
.beneficio-card:hover img.icon-beneficio,
.beneficio-card:focus-within img.icon-beneficio{
  filter: brightness(0) invert(1);
  transform: scale(1.03);
}

/* Accesibilidad: foco visible si hay elementos interactivos dentro */
.beneficio-card:focus-within{
  outline: 3px solid rgba(68,223,223,.6);
  outline-offset: 4px;
}
/* ===== Botón dentro del círculo ===== */
.beneficio-btn {
  margin-top: 1rem;
  background-color: #022e47;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  padding: 0.6rem 1.6rem;
  border-radius: 2rem;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: inline-block;
}

.beneficio-btn:hover {
  background-color: #44dfdf;
  color: #022e47;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

/* Botón visible en hover también */
.beneficio-card:hover .beneficio-btn {
  background-color: #44dfdf;
  color: #022e47;
}

/* Asegura que los elementos dentro del círculo estén centrados */
.beneficio-card {
  text-align: center;
}

/* #endregion Beneficios */

/* #region como funcionan nuestros kits */
.kit-flow-section {
  padding: 4rem 1rem;
  text-align: center;
  position: relative;
  background: white;
  margin-bottom: 12rem;
}

.kit-flow-titles h2 {
  font-size: 40px;
  font-weight: 500;
}

.kit-flow-titles p {
  font-size: 40px;
  font-weight: 500;
  color: #44dfdf;
}

.kit-flow-titles .highlight {
  color: #44dfdf;
}

.kit-flow-wrapper {
  position: relative;
  margin-top: 3rem;
  max-width: 1200px;
  margin-inline: auto;
}

.kit-flow-svg {
  width: 100%;
  height: auto;
}
.kit-numbers {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none; /* para no interferir con clicks */
}

.kit-number {
  position: absolute;
  transform: translateX(-50%);
  font-size: 2rem;
  font-weight: 600;
  color: white;
}
.kit-labels {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.kit-label {
  position: absolute;
  width: 230px;
  font-size: 20px;
  color: #1e2f43;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  transform: translateX(-50%);
}

/* #endregion */

/* #region hero descarga */
.hero-descarga {
  position: relative;
  height: 300px; /* ajusta según lo delgado que quieras */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 2rem;
  overflow: hidden;
}

.hero-descarga__overlay {
  position: absolute;
  inset: 0;
  background:
radial-gradient(circle at top left, rgba(14, 0, 218, 0.4) 10%, transparent 60%),
radial-gradient(circle at 30% 10%, rgba(68, 223, 223, 0.4) 10%, transparent 60%),
radial-gradient(circle at 60% 10%, rgba(14, 0, 218, 0.4) 15%, transparent 60%),
  radial-gradient(circle at bottom right, rgba(68, 223, 223, 0.4) 10%, transparent 60%), 
  radial-gradient(circle at center, rgba(14, 0, 218, 0.2) 30%, transparent 60%),
radial-gradient(circle at 30% 80%, rgba(14, 0, 218, 0.3) 20%, transparent 60%),
  radial-gradient(circle at top right, rgba(0, 1, 1, 0.1) 15%, transparent 60%),
radial-gradient(circle at 65% 80%, rgba(68, 223, 223, 0.3) 10%, transparent 62%),
  radial-gradient(circle at bottom left, rgba(0, 1, 1, 0.1) 20%, transparent 60%),
rgba(4, 38, 43, 0.2);
  z-index: 1;
}

.hero-descarga__content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.hero-descarga__content h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
}

.hero-descarga__content h2 span {
  font-weight: 700;
  color: #ffffff;
}

.btn-descarga {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.8rem 1.6rem;
  background: #ffffff;
  color: #222;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.btn-descarga:hover {
  background: #f0f0f0;
  color: #000;
}
:root{
  --serv-dark:#033840;    /* color del hover oscuro (teal) */
  --serv-accent:#44dfdf;  /* azul de íconos/título en reposo */
  --serv-radius:18px;
}

.servicios-title{
  text-align:center;
  font-size:clamp(1.8rem,1.2rem + 2vw,2.4rem);
  margin-bottom:3rem!important;
  color:#0e2330;
  margin-top: 4rem;
}

.servicios2-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2.2rem;
  max-width:1100px;
  margin:2rem auto;
}

/* Card base */
.servicio2-card{
  position:relative;
  height:200px;                 /* fija alto para que el grid no salte */
  border-radius:var(--serv-radius);
  box-shadow:0 4px 12px rgba(0,0,0,0.2);
  border:1px solid rgba(3,56,64,.06);
  overflow:hidden;
}
.servicio2-card:nth-child(1) {
  background: #F4B400; /* azul claro */
}
.servicio2-card:nth-child(2) {
  background: #2a39ff; /* verde claro */
}
.servicio2-card:nth-child(3) {
  background: #8E44AD; /* naranjo claro */
}
.servicio2-card:nth-child(4) {
  background: #2ECC71; /* violeta claro */
}
/* Vista normal: icono + título en línea */
.servicio2-head{
  height:100%;
  display:flex;
  align-items:center;
  gap:1rem;
  padding:1.4rem 1.6rem;
  color:white;
}
.servicio2-head h3{
  margin:0;
  font-weight:700;
  font-size:clamp(1rem,.9rem + .6vw,1.5rem);
  line-height:1.2;
  color: white;
}
.servicio2-icon{
  width:64px; height:auto; flex:0 0 auto; filter: brightness(0) invert(1);
}

/* Capa hover que aparece encima sin mover nada */
.servicio2-hover{
  position:absolute;
  inset:0;
  background:var(--serv-dark);
  color:#fff;
  opacity:0;
  pointer-events:none;
  transition:opacity .28s ease;
  padding:1.2rem 1.4rem;
  display:flex;
  align-items:center;
}
.hover-row{
  display:flex;
  align-items:flex-start;
  gap:1rem;
}
.servicio2-hover h3{
  margin:.1rem 0 .35rem 0;
  font-size:clamp(1rem,.9rem + .6vw,1.35rem);
  line-height:1.2;
  color: white;
}
.servicio2-hover p{
  margin:0;
  padding: 0 1rem 0 0;
  font-size:.98rem;
  line-height:1.35;
  opacity:.95;
  text-align: justify;
}
/* icono blanco al hover */
.servicio2-hover .servicio2-icon{filter:brightness(0) invert(1);}

/* Mostrar capa al hover/foco teclado */
.servicio2-card:hover .servicio2-hover,
.servicio2-card:focus-within .servicio2-hover{
  opacity:1;
  pointer-events:auto;
}

/* Accesible en móviles (sin hover): mostrar siempre el contenido largo */
/* ===========================
   TABLETS (≤ 1024px)
   =========================== */
@media (max-width: 1024px) {
  /* Sobre Nosotros */
  .about-section { padding: 4.5rem 1.25rem; }
  .about-section-banner { margin-top: 3rem; padding: 3rem 0 2rem; }
  .about-block { gap: 2.5rem; }
  .about-image { max-width: 260px; }
  .about-image2 { max-width: 360px; }
  .about-content { max-width: 640px; }
  .about-content-wide { max-width: 520px; }

  .about-content h2 { font-size: 34px; }
  .about-content h3 { font-size: 30px; }
  .about-content-wide h3 { font-size: 20px; }
  .about-content p,
  .about-content-wide p { font-size: 15.5px; }

  .triple-block { gap: 1.6rem; }
  .about-box { padding: 1.6rem; }

  /* Beneficios */
  .beneficios-genetica-section { padding: 3.5rem 1.5rem; }
  .beneficios-title { font-size: 34px; margin-bottom: 2.2rem; }
  .beneficios-grid { gap: 1rem; max-width: 1100px; }
  .beneficio-card { padding: 1.6rem .75rem; }
  .beneficio-card img.icon-beneficio { width: 62px; height: 62px; }

  /* Flow kits */
  .kit-flow-section { padding: 3.2rem 1rem; margin-bottom: 9rem; }
  .kit-flow-titles h2 { font-size: 34px; }
  .kit-flow-titles p { font-size: 32px; }
  .kit-label { width: 200px; font-size: 18px; }
  .kit-number { font-size: 1.7rem; }

  /* Hero descarga */
  .hero-descarga { height: 260px; padding: 1.5rem; }
  .hero-descarga__content { max-width: 700px; }
  .hero-descarga__content h2 { font-size: 1.8rem; }

  /* Servicios 2 */
  .servicios-title { margin-top: 3rem; }
  .servicios2-grid { grid-template-columns: 1fr 1fr; gap: 1.6rem; max-width: 1000px; }
  .servicio2-card { height: 190px; }
  .servicio2-head { padding: 1.2rem 1.3rem; gap: .85rem; }
  .servicio2-icon { width: 58px; }
  .servicio2-hover { padding: 1rem 1.2rem; }
  .servicio2-hover p { font-size: .95rem; }
}

/* ===========================
   TELÉFONOS (≤ 768px)
   =========================== */
@media (max-width: 768px) {
  /* Sobre Nosotros */
  .about-section { padding: 3.5rem 1rem; }
  .about-section-banner { margin-top: 2.2rem; padding: 2.2rem 0 1.6rem; }
  .about-block { gap: 1.4rem; }
  .about-image { max-width: 220px; aspect-ratio: 1/1; }
  .about-image2 { max-width: 100%; aspect-ratio: 16/9; }
  .about-content, .about-content-wide { max-width: 100%; text-align: left; }
  .about-content h2 { font-size: 28px; }
  .about-content h3 { font-size: 24px; }
  .about-content-wide h3 { font-size: 18px; margin-bottom: 1rem; }
  .about-content p, .about-content-wide p { font-size: 15px; line-height: 1.65; }

  .triple-block { gap: 1rem; padding: 0 .5rem; }
  .about-box { flex: 1 1 100%; max-width: 100%; padding: 1.25rem; border-radius: 16px; }
  .about-box h3 { font-size: 24px; }

  .checklist li { margin: .6rem .6rem; padding: .7rem .9rem; }
  .checklist-icons .icon { font-size: 1.05rem; }

  /* Beneficios */
  .beneficios-genetica-section { padding: 3rem 1rem; }
  .beneficios-title { font-size: 28px; margin-bottom: 1.6rem; }
  .beneficios-grid { grid-template-columns: 1fr 1fr; gap: .9rem; }
  .beneficio-card { padding: 1.25rem .75rem; }
  .beneficio-card img.icon-beneficio { width: 54px; height: 54px; }
  .beneficio-title { font-size: 14px; }
  .beneficio-card p { font-size: 14px; }

  /* Flow kits */
  .kit-flow-section { margin-bottom: 6.5rem; }
  .kit-flow-titles h2 { font-size: 28px; }
  .kit-flow-titles p { font-size: 26px; }
  .kit-flow-wrapper { margin-top: 2rem; }
  .kit-number { font-size: 1.4rem; }
  .kit-label { width: 160px; font-size: 16px; }
  .kit-labels { top: 106%; }

  /* Hero descarga */
  .hero-descarga { height: 230px; padding: 1.2rem; }
  .hero-descarga__content { max-width: 560px; }
  .hero-descarga__content h2 { font-size: 1.5rem; line-height: 1.35; }
  .btn-descarga { margin-top: 1rem; padding: .7rem 1.2rem; }

  /* Servicios 2 */
  .servicios-title { font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2rem); margin-bottom: 2rem!important; }
  .servicios2-grid { grid-template-columns: 1fr; gap: 1.1rem; max-width: 680px; }
  .servicio2-card { height: 180px; }
  .servicio2-head h3 { font-size: clamp(1rem,.95rem + .4vw,1.2rem); }
  .servicio2-icon { width: 52px; }
  .servicio2-hover p { font-size: .92rem; }
}

/* ===========================
   TELÉFONOS PEQUEÑOS (≤ 480px)
   =========================== */
@media (max-width: 480px) {
  /* Sobre Nosotros */
  .about-section { padding: 2.8rem .9rem; }
  .about-section-banner { margin-top: 1.6rem; padding: 1.6rem 0 1.2rem; }
  .about-block { gap: 1rem; }
  .about-image { max-width: 180px; border-radius: 0 28px; }
  .about-image2 { max-width: 100%; border-radius: 0 28px; }
  .about-content h2 { font-size: 24px; }
  .about-content h3 { font-size: 20px; }
  .about-content-wide h3 { font-size: 17px; }
  .about-content p, .about-content-wide p { font-size: 14.5px; }

  .about-box { padding: 1rem; }
  .about-box h3 { font-size: 20px; }
  .checklist li { margin: .5rem .4rem; padding: .6rem .75rem; }

  /* Beneficios */
  .beneficios-genetica-section { padding: 2.4rem .9rem; }
  .beneficios-title { font-size: 24px; margin-bottom: 1.2rem; }
  .beneficios-grid { grid-template-columns: 1fr; gap: .8rem; }
  .beneficio-card { padding: 1rem .75rem; border-radius: 1.2rem; }
  .beneficio-card img.icon-beneficio { width: 48px; height: 48px; }
  .beneficio-title { font-size: 13.5px; }
  .beneficio-card p { font-size: 13.5px; }

  /* Flow kits */
  .kit-flow-section { padding: 2.6rem .9rem; margin-bottom: 4.5rem; }
  .kit-flow-titles h2 { font-size: 22px; }
  .kit-flow-titles p { font-size: 20px; }
  .kit-number { font-size: 1.2rem; }
  .kit-label { width: 140px; font-size: 14px; }
  .kit-labels { top: 108%; }

  /* Hero descarga */
  .hero-descarga { height: 200px; padding: 1rem; }
  .hero-descarga__content { max-width: 480px; }
  .hero-descarga__content h2 { font-size: 1.25rem; }
  .btn-descarga { padding: .65rem 1rem; font-size: .95rem; }

  /* Servicios 2 */
  .servicios-title { margin-top: 2rem; }
  .servicios2-grid { gap: 1rem; }
  .servicio2-card { height: 170px; }
  .servicio2-head { padding: 1rem 1.1rem; gap: .75rem; }
  .servicio2-icon { width: 48px; }
  .servicio2-hover { padding: .9rem 1rem; }
  .servicio2-hover h3 { font-size: 1rem; }
  .servicio2-hover p { font-size: .9rem; }
}

/* ===========================
   EXTRAS DE SEGURIDAD
   =========================== */

/* Evita que los textos se peguen a los bordes en pantallas muy estrechas */
@media (max-width: 360px) {
  .about-section, .beneficios-genetica-section, .kit-flow-section { padding-left: .75rem; padding-right: .75rem; }
  .kit-label { width: 120px; font-size: 13px; }
}

/* Si el hover de Servicios no es accesible en touch, permite tap-focus */
.servicio2-card:focus-within .servicio2-hover { opacity: 1; pointer-events: auto; }
.servicio2-card a, .servicio2-card button { position: relative; z-index: 2; }
