@import url("./style_colonoscopia.css?v=20260721-5");

:root {
  --consultas-navy: #003C48;
  --consultas-blue: #008D99;
  --consultas-teal: #008D99;
  --consultas-coral: #008D99;
  --consultas-text: #003C48;
  --consultas-muted: #008D99;
  --consultas-line: #0FC8D8;
  --consultas-soft: #f4f9fd;
  --consultas-shadow: 0 18px 45px rgba(0, 60, 72, .09);
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

/* Hero: misma estructura responsive de endoscopia.html. */

/* Encabezados y secciones */

/* Qué incluye */

/* Recorrido UX de la consulta */

/* Enfermedades */

/* Exámenes */

/* La sección de especialistas y el CTA conservan exactamente los componentes base. */

/* Guía clínica interactiva: todos los títulos permanecen visibles. */

/* Nuevo sistema de tarjetas: enfermedades tratadas */

/* Catálogo visual de exámenes y procedimientos */

/* Guía de decisión para exámenes */
/* ============================================================
   TEST AIRE ESPIRADO - INFORMACION CLAVE
   ============================================================ */
.key-info-section {
  display: none;
  padding: 18px 0 14px;
  background:
    radial-gradient(circle at 50% -60%, rgba(0, 141, 153, .09), transparent 48%),
    linear-gradient(180deg, #fff 0%, #f9fbfd 100%);
}

.key-info-shell {
  max-width: 1400px;
}

.key-info-head {
  margin: 0 auto 8px;
  text-align: center;
}

.key-info-head p {
  margin: 0 0 1px;
  color: #008D99;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
}

.key-info-head h2 {
  margin: 0;
  color: #003C48;
  font-family: "Poppins", sans-serif;
  font-size: clamp(24px, 2.15vw, 32px);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 700;
}

.key-info-head i {
  display: block;
  width: 67px;
  height: 3px;
  margin: 7px auto 0;
  border-radius: 99px;
  background: #008D99;
}

.key-info-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}

.key-info-card {
  position: relative;
  min-width: 0;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 10px 9px;
  border: 1px solid rgba(0, 60, 72, .035);
  border-radius: 11px;
  color: #003C48;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 24px rgba(0, 60, 72, .065);
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.key-info-card:hover,
.key-info-card:focus-visible {
  color: #003C48;
  border-color: rgba(0, 141, 153, .28);
  box-shadow: 0 14px 30px rgba(0, 60, 72, .12);
  transform: translateY(-4px);
}

.key-info-card:focus-visible {
  outline: 3px solid rgba(0, 141, 153, .28);
  outline-offset: 3px;
}

.key-info-card img {
  width: 70px;
  height: 70px;
  margin: 0 auto 2px;
  object-fit: contain;
}

.key-info-card strong {
  min-height: 28px;
  display: grid;
  place-items: center;
  color: #003C48;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 800;
}

.key-info-card__number {
  margin-top: 1px;
  color: #008D99;
  font-family: "Inter", sans-serif;
  font-size: 23px;
  line-height: 1;
  font-weight: 500;
}

.key-info-card > p {
  margin: 5px 0 0;
  color: #003C48;
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  line-height: 1.4;
  font-weight: 600;
}

.key-info-card__highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin: 9px 0 0;
  padding: 0;
  list-style: none;
}

.key-info-card__highlights li {
  padding: 5px 7px;
  border-radius: 999px;
  color: #003C48;
  background: #eaf8fa;
  font-family: "Inter", sans-serif;
  font-size: 8.5px;
  line-height: 1.15;
  font-weight: 800;
}

@media (max-width: 1199.98px) {
  .key-info-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .key-info-section {
    display: block;
    padding: 26px 0 32px;
  }

  .key-info-head {
    margin-bottom: 18px;
  }

  .key-info-head p {
    font-size: 10px;
  }

  .key-info-head h2 {
    max-width: 310px;
    margin: 0 auto;
    font-size: 25px;
    line-height: 1.12;
  }

  .key-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 9px;
  }

  .key-info-card {
    min-height: 252px;
    justify-content: flex-start;
    padding: 16px 9px 12px;
    border-color: rgba(0, 60, 72, .07);
    border-radius: 15px;
    box-shadow: 0 10px 26px rgba(0, 60, 72, .075);
  }

  .key-info-card img {
    width: 92px;
    height: 92px;
    margin: -4px auto 4px;
    filter: drop-shadow(0 9px 12px rgba(0, 60, 72, .12));
  }

  .key-info-card strong {
    min-height: 28px;
    padding: 0 4px;
    font-size: 12.5px;
    line-height: 1.18;
  }

  .key-info-card__number {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    margin: 0;
    border-radius: 50%;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    background: linear-gradient(145deg, #0FC8D8, #008D99);
    box-shadow: 0 6px 13px rgba(0, 141, 153, .2);
    font-size: 11px;
    font-weight: 900;
  }

  .key-info-card > p {
    min-height: 58px;
    margin-top: 5px;
    font-size: 9.8px;
    line-height: 1.42;
  }

  .key-info-card__highlights {
    margin-top: auto;
    padding-top: 9px;
  }

  .key-info-card__highlights li {
    font-size: 8px;
  }

  .key-info-card:last-child {
    grid-column: 1 / -1;
    width: calc((100% - 9px) / 2);
    justify-self: center;
  }
}

@media (max-width: 359.98px) {
  .key-info-card {
    min-height: 265px;
    padding-right: 7px;
    padding-left: 7px;
  }

  .key-info-card > p {
    font-size: 9.2px;
  }

  .key-info-card__highlights li {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 7.5px;
  }
}

/* ============================================================
   TEST AIRE ESPIRADO - PUNTO 1: QUE DETECTA
   ============================================================ */
.detecta-section {
  position: relative;
  overflow: hidden;
  padding: 68px 0 58px;
  background:
    radial-gradient(circle at 96% 5%, rgba(0, 141, 153, .09), transparent 27%),
    radial-gradient(circle at 3% 95%, rgba(0, 141, 153, .07), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #fff 52%, #f8fcfd 100%);
  scroll-margin-top: 90px;
}

.detecta-section::before {
  content: "";
  position: absolute;
  top: 92px;
  right: -135px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(0, 141, 153, .1);
  border-radius: 50%;
  box-shadow:
    0 0 0 38px rgba(0, 141, 153, .025),
    0 0 0 76px rgba(0, 141, 153, .018);
  pointer-events: none;
}

.detecta-shell {
  position: relative;
  z-index: 1;
  max-width: 1320px;
}

.detecta-heading {
  display: flex;
  align-items: center;
  gap: 25px;
  max-width: 1120px;
  margin-bottom: 34px;
}

.detecta-heading__number {
  flex: 0 0 auto;
  color: #008D99;
  font-family: "Poppins", sans-serif;
  font-size: clamp(72px, 7vw, 104px);
  line-height: .8;
  letter-spacing: -.08em;
  font-weight: 700;
  text-shadow: 0 10px 25px rgba(0, 141, 153, .13);
}

.detecta-heading p,
.detecta-kicker {
  display: block;
  margin: 0 0 7px;
  color: #008D99;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .075em;
  font-weight: 800;
  text-transform: uppercase;
}

.detecta-heading h2 {
  margin: 0;
  color: #003C48;
  font-family: "Poppins", sans-serif;
  font-size: clamp(36px, 4.1vw, 58px);
  line-height: 1.02;
  letter-spacing: -.055em;
  font-weight: 800;
}

.detecta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(310px, .78fr);
  align-items: stretch;
  gap: 20px;
}

.detecta-intro {
  min-width: 0;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  padding: 34px 36px 34px 28px;
  border: 1px solid rgba(0, 60, 72, .09);
  border-radius: 24px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 20px 50px rgba(0, 60, 72, .09);
}

.detecta-intro__art {
  position: relative;
  width: 204px;
  height: 204px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 26%, rgba(255, 255, 255, .96), rgba(236, 248, 252, .9) 60%, rgba(15, 200, 216, 0.10));
  box-shadow:
    inset 0 0 0 1px rgba(0, 141, 153, .09),
    0 16px 34px rgba(0, 60, 72, .12);
}

.detecta-intro__art::before,
.detecta-intro__art::after,
.detecta-intro__art > span {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #008D99;
  box-shadow: 0 5px 12px rgba(0, 141, 153, .18);
}

.detecta-intro__art::before {
  top: 20px;
  right: 5px;
  width: 11px;
  height: 11px;
}

.detecta-intro__art::after {
  right: -4px;
  bottom: 45px;
  width: 7px;
  height: 7px;
}

.detecta-intro__art > span {
  top: 48px;
  left: 4px;
  width: 6px;
  height: 6px;
}

.detecta-intro__art img {
  position: relative;
  z-index: 1;
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.detecta-intro__copy h3,
.detecta-diagnoses h3,
.detecta-symptoms__head h3 {
  margin: 0;
  color: #003C48;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: -.035em;
}

.detecta-intro__copy h3 {
  max-width: 620px;
  font-size: clamp(25px, 2.2vw, 32px);
  line-height: 1.12;
}

.detecta-intro__copy > p {
  max-width: 650px;
  margin: 17px 0 0;
  color: #003C48;
  font-size: 15px;
  line-height: 1.65;
}

.detecta-intro__copy > p strong {
  color: #003C48;
}

.detecta-gases {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.detecta-gases span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 60px 8px 9px;
  border: 1px solid rgba(0, 141, 153, .13);
  border-radius: 999px;
  color: #003C48;
  background: #f2fafc;
  font-size: 12px;
  font-weight: 800;
}

.detecta-gases b {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #0FC8D8, #008D99);
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.detecta-gases b sub {
  position: relative;
  top: .26em;
  margin-left: 1px;
  font-size: .62em;
  line-height: 1;
  vertical-align: baseline;
}

.detecta-diagnoses {
  min-width: 0;
  padding: 29px 26px;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, .13), transparent 34%),
    linear-gradient(145deg, #0FC8D8 0%, #0FC8D8 57%, #008D99 100%);
  box-shadow: 0 20px 44px rgba(0, 60, 72, .18);
}

.detecta-diagnoses .detecta-kicker {
  color: #0FC8D8;
}

.detecta-diagnoses h3 {
  margin-bottom: 21px;
  color: #fff;
  font-size: 25px;
  line-height: 1.12;
}

.detecta-diagnosis {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.detecta-diagnosis > span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #003C48;
  background: #fff;
  box-shadow: 0 9px 20px rgba(0, 60, 72, .16);
  font-size: 24px;
}

.detecta-diagnosis strong {
  display: block;
  margin-bottom: 3px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.detecta-diagnosis p {
  margin: 0;
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  line-height: 1.45;
}

.detecta-symptoms {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.6fr);
  align-items: center;
  gap: 36px;
  margin-top: 22px;
  padding: 28px 30px;
  border: 1px solid rgba(0, 60, 72, .08);
  border-radius: 22px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 14px 36px rgba(0, 60, 72, .065);
}

.detecta-symptoms__head h3 {
  font-size: 23px;
  line-height: 1.13;
}

.detecta-symptoms__head p {
  margin: 8px 0 0;
  color: #008D99;
  font-size: 14px;
  line-height: 1.5;
}

.detecta-symptoms ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detecta-symptoms li {
  min-width: 0;
  min-height: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 9px;
  border: 1px solid #e4edf4;
  border-radius: 16px;
  color: #003C48;
  background: #fbfdff;
  text-align: center;
}

.detecta-symptoms li > span {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #008D99;
  background: #eaf8fb;
  font-size: 20px;
}

.detecta-symptoms li strong {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
}

@media (max-width: 991.98px) {
  .detecta-section {
    padding: 52px 0 46px;
  }

  .detecta-heading {
    align-items: flex-start;
  }

  .detecta-layout {
    grid-template-columns: 1fr;
  }

  .detecta-diagnoses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 22px;
  }

  .detecta-diagnoses > .detecta-kicker,
  .detecta-diagnoses > h3 {
    grid-column: 1 / -1;
  }

  .detecta-symptoms {
    grid-template-columns: 1fr;
    gap: 21px;
  }
}

@media (max-width: 767.98px) {
  .detecta-section {
    padding: 38px 0 35px;
  }

  .detecta-heading {
    gap: 13px;
    margin-bottom: 24px;
  }

  .detecta-heading__number {
    font-size: 62px;
  }

  .detecta-heading p,
  .detecta-kicker {
    margin-bottom: 5px;
    font-size: 9.5px;
    letter-spacing: .055em;
  }

  .detecta-heading h2 {
    font-size: 31px;
    line-height: 1.05;
  }

  .detecta-intro {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 18px;
    text-align: center;
  }

  .detecta-intro__art {
    width: 156px;
    height: 156px;
    margin: 0 auto;
  }

  .detecta-intro__art img {
    width: 125px;
    height: 125px;
  }

  .detecta-intro__copy h3 {
    font-size: 24px;
  }

  .detecta-intro__copy > p {
    font-size: 13px;
  }

  .detecta-gases {
    justify-content: center;
  }

  .detecta-diagnoses {
    display: block;
    padding: 25px 20px;
  }

  .detecta-symptoms {
    padding: 23px 17px;
  }

  .detecta-symptoms ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detecta-symptoms li {
    min-height: 108px;
  }
}

@media (max-width: 399.98px) {
  .detecta-heading h2 {
    font-size: 27px;
  }

  .detecta-symptoms ul {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   TEST AIRE ESPIRADO - PUNTO 2: PREPARACION
   ============================================================ */
.preparacion-section {
  position: relative;
  overflow: hidden;
  padding: 66px 0 58px;
  background:
    radial-gradient(circle at 8% 8%, rgba(0, 141, 153, .075), transparent 27%),
    radial-gradient(circle at 94% 92%, rgba(0, 141, 153, .08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f6faff 52%, #fff 100%);
  scroll-margin-top: 90px;
}

.preparacion-section::before {
  content: "";
  position: absolute;
  top: 180px;
  left: -160px;
  width: 320px;
  height: 320px;
  border: 46px solid rgba(0, 141, 153, .025);
  border-radius: 50%;
  pointer-events: none;
}

.preparacion-shell {
  position: relative;
  z-index: 1;
  max-width: 1320px;
}

.preparacion-heading {
  margin-bottom: 32px;
}

.preparacion-heading h2 {
  font-size: clamp(42px, 4.6vw, 62px);
}

.preparacion-timeline {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 18px;
}

.preparacion-timeline::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 38px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg, #0FC8D8, #008D99, #0FC8D8);
}

.preparacion-card {
  --prep-accent: #008D99;
  min-width: 0;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 25px 24px 23px;
  border: 1px solid rgba(0, 60, 72, .1);
  border-top: 4px solid var(--prep-accent);
  border-radius: 20px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 17px 42px rgba(0, 60, 72, .085);
}

.preparacion-card--featured {
  --prep-accent: #008D99;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 141, 153, .075), transparent 34%),
    #fff;
  box-shadow: 0 21px 48px rgba(0, 60, 72, .12);
}

.preparacion-card header {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 17px;
  border-bottom: 2px solid rgba(0, 141, 153, .18);
}

.preparacion-card header > span {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--prep-accent);
  background: #eaf7fb;
  box-shadow: inset 0 0 0 1px rgba(0, 141, 153, .06);
  font-size: 25px;
}

.preparacion-card--featured header > span {
  background: #e8f9f7;
}

.preparacion-card small,
.preparacion-final small {
  display: block;
  margin-bottom: 2px;
  color: var(--prep-accent, #008D99);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  line-height: 1.25;
  letter-spacing: .09em;
  text-transform: uppercase;
  font-weight: 800;
}

.preparacion-card h3,
.preparacion-final h3 {
  margin: 0;
  color: #003C48;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -.035em;
  font-weight: 800;
}

.preparacion-card__intro {
  margin: 18px 0 5px;
  color: #003C48;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
}

.preparacion-card ul {
  display: grid;
  gap: 15px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.preparacion-card .preparacion-list--compact {
  gap: 8px;
  margin-top: 10px;
}

.preparacion-card li {
  position: relative;
  padding-left: 22px;
  color: #003C48;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.preparacion-card li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 3px;
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--prep-accent);
  box-shadow: 0 0 0 2px rgba(0, 141, 153, .14);
}

.preparacion-card li strong {
  color: #003C48;
  font-weight: 800;
}

.preparacion-card__tip {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding: 12px;
  border-radius: 13px;
  color: #003C48;
  background: #f1f9fc;
}

.preparacion-card__tip i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: #008D99;
  font-size: 16px;
}

.preparacion-card__tip p {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}

.preparacion-final {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.preparacion-final article {
  position: relative;
  min-width: 0;
  min-height: 132px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 62px;
  align-items: center;
  gap: 15px;
  padding: 20px 22px;
  border: 1px solid rgba(0, 60, 72, .09);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 60, 72, .07);
}

.preparacion-final article:last-child {
  background:
    radial-gradient(circle at 100% 0, rgba(0, 141, 153, .07), transparent 36%),
    #fff;
}

.preparacion-final__icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #008D99;
  background: #eaf8fb;
  font-size: 27px;
}

.preparacion-final h3 {
  font-size: 22px;
}

.preparacion-final p {
  margin: 5px 0 0;
  color: #003C48;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.preparacion-final__time {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #0FC8D8, #008D99);
  box-shadow: 0 10px 22px rgba(0, 141, 153, .2);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.preparacion-final__time i {
  font-size: 24px;
}

.preparacion-download {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
  padding: 21px 23px;
  border-radius: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, .14), transparent 32%),
    linear-gradient(135deg, #0FC8D8 0%, #0FC8D8 58%, #008D99 100%);
  box-shadow: 0 18px 42px rgba(0, 60, 72, .18);
}

.preparacion-download::after {
  content: "PDF";
  position: absolute;
  right: 185px;
  bottom: -26px;
  color: rgba(255, 255, 255, .045);
  font-family: "Inter", sans-serif;
  font-size: 88px;
  line-height: 1;
  letter-spacing: -.06em;
  font-weight: 900;
  pointer-events: none;
}

.preparacion-download__icon {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 20px;
  color: #008D99;
  background: #fff;
  box-shadow: 0 12px 26px rgba(0, 60, 72, .18);
  font-size: 34px;
}

.preparacion-download__copy {
  position: relative;
  z-index: 1;
}

.preparacion-download .detecta-kicker {
  margin-bottom: 4px;
  color: #0FC8D8;
}

.preparacion-download__copy h3 {
  margin: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  line-height: 1.1;
  letter-spacing: -.035em;
  font-weight: 800;
}

.preparacion-download__copy p {
  max-width: 680px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, .79);
  font-size: 12px;
  line-height: 1.45;
}

.preparacion-download__button {
  position: relative;
  z-index: 1;
  min-width: 190px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 19px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 14px;
  color: #003C48;
  background: #fff;
  box-shadow: 0 12px 25px rgba(0, 60, 72, .18);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease;
}

.preparacion-download__button:hover,
.preparacion-download__button:focus-visible {
  color: #008D99;
  box-shadow: 0 16px 30px rgba(0, 60, 72, .25);
  transform: translateY(-2px);
}

.preparacion-download__button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .36);
  outline-offset: 3px;
}

.preparacion-download__button i {
  color: #008D99;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .preparacion-section {
    padding: 52px 0 46px;
  }

  .preparacion-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .preparacion-timeline::before {
    display: none;
  }

  .preparacion-card:last-child {
    grid-column: 1 / -1;
    min-height: 300px;
  }

  .preparacion-final {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .preparacion-section {
    padding: 38px 0 35px;
  }

  .preparacion-heading {
    margin-bottom: 24px;
  }

  .preparacion-heading h2 {
    font-size: 35px;
  }

  .preparacion-timeline {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .preparacion-card,
  .preparacion-card:last-child {
    min-height: auto;
    grid-column: auto;
    padding: 21px 17px;
  }

  .preparacion-card header > span {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 22px;
  }

  .preparacion-card h3 {
    font-size: 20px;
  }

  .preparacion-card li {
    font-size: 12px;
  }

  .preparacion-card__tip {
    margin-top: 20px;
  }

  .preparacion-final article {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    padding: 18px 16px;
  }

  .preparacion-final__icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    font-size: 23px;
  }

  .preparacion-final__time {
    position: absolute;
    top: 13px;
    right: 13px;
    width: 40px;
    height: 40px;
    font-size: 12px;
  }

  .preparacion-final article > div {
    padding-right: 34px;
  }

  .preparacion-download {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 16px;
  }

  .preparacion-download::after {
    right: -5px;
  }

  .preparacion-download__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    font-size: 27px;
  }

  .preparacion-download__copy h3 {
    font-size: 19px;
  }

  .preparacion-download__button {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
  }
}

/* ============================================================
   TEST AIRE ESPIRADO - PUNTOS 3 Y 4
   ============================================================ */
.duracion-intolerancias-section {
  position: relative;
  overflow: hidden;
  padding: 66px 0 62px;
  background:
    radial-gradient(circle at 96% 12%, rgba(0, 141, 153, .075), transparent 25%),
    radial-gradient(circle at 4% 87%, rgba(0, 141, 153, .055), transparent 24%),
    linear-gradient(180deg, #f7fbff 0%, #fff 48%, #f8fcfd 100%);
}

.duracion-intolerancias-section::before {
  content: "";
  position: absolute;
  right: -110px;
  bottom: 20%;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(0, 141, 153, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(0, 141, 153, .022);
  pointer-events: none;
}

.duracion-intolerancias-shell {
  position: relative;
  z-index: 1;
  max-width: 1320px;
}

.duracion-block,
.intolerancias-block {
  scroll-margin-top: 90px;
}

.tiempo-heading,
.intolerancias-heading {
  margin-bottom: 31px;
}

.tiempo-heading h2,
.intolerancias-heading h2 {
  font-size: clamp(39px, 4.4vw, 60px);
}

.duracion-panel {
  display: grid;
  grid-template-columns: 285px minmax(0, 1fr);
  align-items: center;
  gap: 38px;
  padding: 36px 40px 36px 31px;
  border: 1px solid rgba(0, 60, 72, .09);
  border-radius: 25px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 141, 153, .06), transparent 31%),
    rgba(255, 255, 255, .96);
  box-shadow: 0 20px 50px rgba(0, 60, 72, .09);
}

.duracion-visual {
  position: relative;
  width: 246px;
  height: 246px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 27%, #fff, #edf8fc 68%, rgba(15, 200, 216, 0.10));
  box-shadow:
    inset 0 0 0 1px rgba(0, 141, 153, .08),
    0 17px 38px rgba(0, 60, 72, .13);
}

.duracion-visual img {
  width: 190px;
  height: 190px;
  object-fit: contain;
}

.duracion-visual__orbit {
  position: absolute;
  inset: 13px;
  border: 2px dashed rgba(0, 141, 153, .7);
  border-left-color: transparent;
  border-top-color: transparent;
  border-radius: 50%;
  transform: rotate(-22deg);
}

.duracion-visual > strong {
  position: absolute;
  right: -7px;
  bottom: 22px;
  min-width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #0FC8D8, #008D99);
  box-shadow: 0 12px 26px rgba(0, 141, 153, .24);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.duracion-copy h3 {
  max-width: 760px;
  margin: 0;
  color: #003C48;
  font-family: "Poppins", sans-serif;
  font-size: clamp(27px, 2.5vw, 35px);
  line-height: 1.12;
  letter-spacing: -.04em;
  font-weight: 800;
}

.duracion-copy h3 em {
  color: #008D99;
  font-style: normal;
}

.duracion-copy > p {
  max-width: 780px;
  margin: 15px 0 0;
  color: #003C48;
  font-size: 14px;
  line-height: 1.6;
}

.duracion-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.duracion-steps li {
  min-width: 0;
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  padding: 13px 11px;
  border: 1px solid #e2edf4;
  border-radius: 14px;
  background: #f9fcfe;
}

.duracion-steps li > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(145deg, #0FC8D8, #008D99);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 900;
}

.duracion-steps strong {
  display: block;
  color: #003C48;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
}

.duracion-steps p {
  margin: 4px 0 0;
  color: #008D99;
  font-size: 12px;
  line-height: 1.38;
}

.intolerancias-block {
  position: relative;
  margin-top: 58px;
  padding-top: 56px;
  border-top: 1px solid rgba(0, 60, 72, .12);
}

.intolerancias-block::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 110px;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, #0FC8D8, #008D99);
}

.intolerancias-intro {
  max-width: 970px;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  align-items: center;
  gap: 19px;
  margin: -5px auto 25px;
}

.intolerancias-intro img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.intolerancias-intro p {
  margin: 0;
  color: #003C48;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
}

.intolerancias-intro strong {
  color: #008D99;
}

.intolerancias-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.intolerancia-card {
  --int-accent: #008D99;
  min-width: 0;
  padding: 27px 28px 25px;
  border: 1px solid rgba(0, 60, 72, .09);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 17px 42px rgba(0, 60, 72, .08);
}

.intolerancia-card--fructosa {
  --int-accent: #008D99;
}

.intolerancia-card header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5edf3;
}

.intolerancia-card header > span {
  width: 59px;
  height: 59px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--int-accent);
  background: #eaf8fb;
  font-size: 27px;
}

.intolerancia-card--fructosa header > span {
  background: rgba(15, 200, 216, 0.11);
}

.intolerancia-card small {
  display: block;
  margin-bottom: 2px;
  color: #008D99;
  font-family: "Inter", sans-serif;
  font-size: 9.5px;
  line-height: 1.3;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-weight: 800;
}

.intolerancia-card h3 {
  margin: 0;
  color: var(--int-accent);
  font-family: "Poppins", sans-serif;
  font-size: 29px;
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 800;
}

.intolerancia-card > p {
  min-height: 69px;
  margin: 19px 0 0;
  color: #003C48;
  font-size: 14px;
  line-height: 1.55;
}

.intolerancia-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.intolerancia-card li {
  padding: 7px 11px;
  border-radius: 999px;
  color: #003C48;
  background: #f0f7fa;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

.intolerancia-card--fructosa li {
  background: rgba(15, 200, 216, 0.11);
}

@media (max-width: 991.98px) {
  .duracion-intolerancias-section {
    padding: 52px 0 48px;
  }

  .duracion-panel {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 26px;
    padding: 30px 26px;
  }

  .duracion-visual {
    width: 188px;
    height: 188px;
  }

  .duracion-visual img {
    width: 146px;
    height: 146px;
  }

  .duracion-visual > strong {
    width: 58px;
    min-width: 58px;
    height: 58px;
    font-size: 17px;
  }

  .duracion-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .duracion-intolerancias-section {
    padding: 38px 0 38px;
  }

  .tiempo-heading,
  .intolerancias-heading {
    margin-bottom: 24px;
  }

  .tiempo-heading h2,
  .intolerancias-heading h2 {
    font-size: 31px;
  }

  .duracion-panel {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 25px 17px;
    text-align: center;
  }

  .duracion-copy h3 {
    font-size: 25px;
  }

  .duracion-copy > p {
    font-size: 12.5px;
  }

  .duracion-steps {
    text-align: left;
  }

  .intolerancias-block {
    margin-top: 42px;
    padding-top: 42px;
  }

  .intolerancias-intro {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
  }

  .intolerancias-intro img {
    width: 60px;
    height: 60px;
  }

  .intolerancias-intro p {
    font-size: 13px;
  }

  .intolerancias-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .intolerancia-card {
    padding: 22px 18px;
  }

  .intolerancia-card > p {
    min-height: 0;
  }
}

@media (max-width: 399.98px) {
  .tiempo-heading h2,
  .intolerancias-heading h2 {
    font-size: 27px;
  }

  .duracion-visual {
    width: 168px;
    height: 168px;
  }

  .duracion-visual img {
    width: 130px;
    height: 130px;
  }
}

/* ============================================================
   TEST AIRE ESPIRADO - PUNTO 5: SIBO
   ============================================================ */
.sibo-section {
  position: relative;
  overflow: hidden;
  padding: 66px 0 60px;
  background:
    radial-gradient(circle at 7% 10%, rgba(0, 141, 153, .085), transparent 27%),
    radial-gradient(circle at 95% 90%, rgba(0, 60, 72, .075), transparent 27%),
    linear-gradient(180deg, #fff 0%, #f5fbfd 53%, #fff 100%);
  scroll-margin-top: 90px;
}

.sibo-section::before {
  content: "";
  position: absolute;
  top: 150px;
  right: -145px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(0, 141, 153, .1);
  border-radius: 50%;
  box-shadow:
    0 0 0 38px rgba(0, 141, 153, .025),
    0 0 0 76px rgba(0, 141, 153, .017);
  pointer-events: none;
}

.sibo-shell {
  position: relative;
  z-index: 1;
  max-width: 1320px;
}

.sibo-heading {
  margin-bottom: 32px;
}

.sibo-heading h2 {
  font-size: clamp(42px, 4.6vw, 62px);
}

.sibo-overview {
  display: grid;
  grid-template-columns: 285px minmax(0, 1fr);
  align-items: center;
  gap: 42px;
  padding: 37px 42px 37px 30px;
  border: 1px solid rgba(0, 60, 72, .09);
  border-radius: 25px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 141, 153, .065), transparent 33%),
    rgba(255, 255, 255, .97);
  box-shadow: 0 20px 50px rgba(0, 60, 72, .09);
}

.sibo-overview__visual {
  position: relative;
  width: 244px;
  height: 244px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 27%, #fff, #edf9fa 64%, rgba(15, 200, 216, 0.10));
  box-shadow:
    inset 0 0 0 1px rgba(0, 141, 153, .08),
    0 17px 38px rgba(0, 60, 72, .12);
}

.sibo-overview__visual img {
  width: 182px;
  height: 182px;
  object-fit: contain;
}

.sibo-overview__ring {
  position: absolute;
  inset: 14px;
  border: 2px dashed rgba(0, 141, 153, .34);
  border-left-color: transparent;
  border-bottom-color: rgba(0, 141, 153, .64);
  border-radius: 50%;
  transform: rotate(18deg);
}

.sibo-overview__visual > strong {
  position: absolute;
  right: -23px;
  bottom: 22px;
  min-width: 92px;
  padding: 10px 12px;
  border: 4px solid #fff;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(145deg, #0FC8D8, #008D99);
  box-shadow: 0 11px 24px rgba(0, 60, 72, .24);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}

.sibo-overview__copy h3 {
  max-width: 830px;
  margin: 0;
  color: #003C48;
  font-family: "Poppins", sans-serif;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.14;
  letter-spacing: -.04em;
  font-weight: 800;
}

.sibo-overview__copy > p {
  max-width: 850px;
  margin: 17px 0 0;
  color: #003C48;
  font-size: 14px;
  line-height: 1.62;
}

.sibo-overview__copy > p strong {
  color: #008D99;
}

.sibo-key {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  max-width: 680px;
  margin-top: 22px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 141, 153, .15);
  border-radius: 14px;
  color: #003C48;
  background: #f1fafc;
}

.sibo-key i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(145deg, #0FC8D8, #008D99);
  font-size: 20px;
}

.sibo-key p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.sibo-key strong {
  color: #003C48;
}

@media (max-width: 991.98px) {
  .sibo-section {
    padding: 52px 0 47px;
  }

  .sibo-overview {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 28px;
    padding: 30px 27px;
  }

  .sibo-overview__visual {
    width: 190px;
    height: 190px;
  }

  .sibo-overview__visual img {
    width: 145px;
    height: 145px;
  }
}

@media (max-width: 767.98px) {
  .sibo-section {
    padding: 38px 0 36px;
  }

  .sibo-heading {
    margin-bottom: 24px;
  }

  .sibo-heading h2 {
    font-size: 34px;
  }

  .sibo-overview {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 25px 17px;
    text-align: center;
  }

  .sibo-overview__copy h3 {
    font-size: 24px;
  }

  .sibo-overview__copy > p {
    font-size: 12.5px;
  }

  .sibo-key {
    text-align: left;
  }
}

@media (max-width: 399.98px) {
  .sibo-heading h2 {
    font-size: 29px;
  }

  .sibo-overview__visual {
    width: 170px;
    height: 170px;
  }

  .sibo-overview__visual img {
    width: 130px;
    height: 130px;
  }
}

/* ============================================================
   TEST AIRE ESPIRADO - PUNTO 6: RESULTADOS
   ============================================================ */
.resultados-section {
  position: relative;
  overflow: hidden;
  padding: 66px 0 60px;
  background:
    radial-gradient(circle at 5% 12%, rgba(0, 141, 153, .075), transparent 27%),
    radial-gradient(circle at 94% 86%, rgba(0, 141, 153, .06), transparent 25%),
    linear-gradient(180deg, #f7fbff 0%, #fff 50%, #f8fcfd 100%);
  scroll-margin-top: 90px;
}

.resultados-section::before {
  content: "";
  position: absolute;
  right: -130px;
  top: 170px;
  width: 310px;
  height: 310px;
  border: 48px solid rgba(0, 141, 153, .025);
  border-radius: 50%;
  pointer-events: none;
}

.resultados-shell {
  position: relative;
  z-index: 1;
  max-width: 1320px;
}

.resultados-heading {
  margin-bottom: 32px;
}

.resultados-heading h2 {
  font-size: clamp(42px, 4.6vw, 62px);
}

.resultados-overview {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  align-items: center;
  gap: 42px;
  padding: 38px 42px 38px 30px;
  border: 1px solid rgba(0, 60, 72, .09);
  border-radius: 25px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 141, 153, .055), transparent 34%),
    rgba(255, 255, 255, .97);
  box-shadow: 0 20px 50px rgba(0, 60, 72, .09);
}

.resultados-overview__visual {
  position: relative;
  width: 246px;
  height: 246px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 27%, #fff, #eef7fd 66%, rgba(15, 200, 216, 0.10));
  box-shadow:
    inset 0 0 0 1px rgba(0, 141, 153, .08),
    0 17px 38px rgba(0, 60, 72, .12);
}

.resultados-overview__visual img {
  width: 180px;
  height: 180px;
  object-fit: contain;
}

.resultados-overview__orbit {
  position: absolute;
  inset: 13px;
  border: 2px dashed rgba(0, 141, 153, .25);
  border-right-color: rgba(0, 141, 153, .7);
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(-17deg);
}

.resultados-overview__visual > strong {
  position: absolute;
  right: -12px;
  bottom: 22px;
  min-width: 78px;
  height: 70px;
  display: grid;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(145deg, #0FC8D8, #008D99);
  box-shadow: 0 12px 26px rgba(0, 141, 153, .24);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.resultados-overview__copy h3 {
  max-width: 800px;
  margin: 0;
  color: #003C48;
  font-family: "Poppins", sans-serif;
  font-size: clamp(27px, 2.6vw, 36px);
  line-height: 1.13;
  letter-spacing: -.043em;
  font-weight: 800;
}

.resultados-overview__copy h3 em {
  color: #008D99;
  font-style: normal;
}

.resultados-overview__copy > p {
  max-width: 800px;
  margin: 16px 0 0;
  color: #003C48;
  font-size: 14px;
  line-height: 1.62;
}

.resultados-status {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  max-width: 780px;
  margin-top: 25px;
}

.resultados-status > span {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 12px;
  border: 1px solid #e1edf4;
  border-radius: 14px;
  color: #003C48;
  background: #f9fcfe;
}

.resultados-status > span i {
  color: #008D99;
  font-size: 21px;
}

.resultados-status > span b {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
}

.resultados-status > i {
  color: #0FC8D8;
  font-size: 14px;
  text-align: center;
}

.resultados-access {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  align-items: stretch;
  gap: 19px;
  margin-top: 21px;
}

.resultados-qr {
  min-width: 0;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 27px 29px;
  border: 1px solid rgba(0, 60, 72, .08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 15px 38px rgba(0, 60, 72, .07);
}

.resultados-qr__visual {
  position: relative;
  width: 160px;
  height: 132px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(145deg, #edf8fc, #f8fcfe);
}

.resultados-qr__visual > span {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #008D99;
  background: #fff;
  box-shadow: 0 11px 25px rgba(0, 60, 72, .11);
  font-size: 50px;
}

.resultados-qr__visual > i {
  position: absolute;
  right: 13px;
  bottom: 10px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 14px;
  color: #fff;
  background: #008D99;
  font-size: 20px;
}

.resultados-qr__copy h3 {
  margin: 0;
  color: #003C48;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  line-height: 1.13;
  letter-spacing: -.04em;
  font-weight: 800;
}

.resultados-qr__copy > p {
  margin: 12px 0 0;
  color: #003C48;
  font-size: 12px;
  line-height: 1.55;
}

.resultados-steps {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, .12), transparent 31%),
    linear-gradient(145deg, #0FC8D8, #0FC8D8 58%, #008D99);
  box-shadow: 0 17px 40px rgba(0, 60, 72, .17);
  list-style: none;
}

.resultados-steps li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .075);
}

.resultados-steps li > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #003C48;
  background: #fff;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.resultados-steps strong {
  display: block;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
}

.resultados-steps p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  .resultados-section {
    padding: 52px 0 47px;
  }

  .resultados-overview {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 28px;
    padding: 30px 27px;
  }

  .resultados-overview__visual {
    width: 190px;
    height: 190px;
  }

  .resultados-overview__visual img {
    width: 143px;
    height: 143px;
  }

  .resultados-overview__visual > strong {
    min-width: 64px;
    height: 58px;
    font-size: 16px;
  }

  .resultados-status {
    grid-template-columns: 1fr;
  }

  .resultados-status > i {
    display: none;
  }

  .resultados-access {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .resultados-section {
    padding: 38px 0 36px;
  }

  .resultados-heading {
    margin-bottom: 24px;
  }

  .resultados-heading h2 {
    font-size: 34px;
  }

  .resultados-overview {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 25px 17px;
    text-align: center;
  }

  .resultados-overview__copy h3 {
    font-size: 25px;
  }

  .resultados-overview__copy > p {
    font-size: 12.5px;
  }

  .resultados-status {
    text-align: left;
  }

  .resultados-qr {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 23px 17px;
    text-align: center;
  }

  .resultados-qr__visual {
    margin: 0 auto;
  }

  .resultados-qr__copy h3 {
    font-size: 23px;
  }
}

@media (max-width: 399.98px) {
  .resultados-heading h2 {
    font-size: 29px;
  }

  .resultados-overview__visual {
    width: 170px;
    height: 170px;
  }

  .resultados-overview__visual img {
    width: 128px;
    height: 128px;
  }
}

/* ============================================================
   TEST AIRE ESPIRADO - PUNTO 7: EQUIPO
   ============================================================ */
.equipo-section {
  position: relative;
  overflow: hidden;
  padding: 66px 0 60px;
  background:
    radial-gradient(circle at 5% 10%, rgba(0, 141, 153, .075), transparent 26%),
    radial-gradient(circle at 96% 88%, rgba(0, 141, 153, .075), transparent 26%),
    linear-gradient(180deg, #fff 0%, #f5faff 52%, #fff 100%);
  scroll-margin-top: 90px;
}

.equipo-section::before {
  content: "";
  position: absolute;
  left: -135px;
  bottom: 90px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(0, 141, 153, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(0, 141, 153, .022);
  pointer-events: none;
}

.equipo-shell {
  position: relative;
  z-index: 1;
  max-width: 1320px;
}

.equipo-heading {
  margin-bottom: 32px;
}

.equipo-heading h2 {
  font-size: clamp(42px, 4.6vw, 62px);
}

.equipo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 20px;
}

.equipo-product {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(0, 60, 72, .09);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 60, 72, .09);
}

.equipo-product__stage {
  position: relative;
  min-height: 365px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 28px;
  background:
    radial-gradient(circle at 48% 47%, rgba(255, 255, 255, .98), rgba(231, 244, 252, .88) 55%, rgba(15, 200, 216, 0.10)),
    linear-gradient(145deg, #edf8fc, #e5f2fb);
}

.equipo-product__stage::before,
.equipo-product__stage::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.equipo-product__stage::before {
  width: 340px;
  height: 340px;
  border: 1px solid rgba(0, 141, 153, .11);
  box-shadow:
    0 0 0 35px rgba(0, 141, 153, .027),
    0 0 0 70px rgba(0, 141, 153, .018);
}

.equipo-product__stage::after {
  right: 35px;
  top: 38px;
  width: 12px;
  height: 12px;
  background: #008D99;
  box-shadow:
    -24px 29px 0 -3px #008D99,
    5px 60px 0 -4px #008D99;
}

.equipo-product__halo {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 37px;
  height: 37px;
  border-radius: 50%;
  background: rgba(0, 60, 72, .12);
  filter: blur(15px);
}

.equipo-product__stage img {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  height: 315px;
  object-fit: contain;
  filter: drop-shadow(0 20px 20px rgba(0, 60, 72, .18));
}

.equipo-product__label {
  position: absolute;
  z-index: 2;
  left: 25px;
  bottom: 22px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(145deg, #0FC8D8, #008D99);
  box-shadow: 0 9px 21px rgba(0, 60, 72, .19);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 900;
}

.equipo-product__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 27px 30px 28px;
}

.equipo-product__copy h3 {
  margin: 0;
  color: #003C48;
  font-family: "Poppins", sans-serif;
  letter-spacing: -.04em;
  font-weight: 800;
}

.equipo-product__copy h3 {
  max-width: 670px;
  font-size: 27px;
  line-height: 1.13;
}

.equipo-product__copy > p {
  max-width: 690px;
  margin: 13px 0 0;
  color: #003C48;
  font-size: 12.5px;
  line-height: 1.58;
}

.equipo-product__copy ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
}

.equipo-product__copy li {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid #e2edf4;
  border-radius: 13px;
  color: #003C48;
  background: #f9fcfe;
}

.equipo-product__copy li i {
  color: #008D99;
  font-size: 18px;
}

.equipo-product__copy li strong {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
}

.certificaciones-resumen {
  display: grid;
  grid-template-columns: minmax(250px, .58fr) minmax(0, 1.42fr);
  align-items: center;
  gap: 28px;
  margin-top: 20px;
  padding: 24px 27px;
  border: 1px solid rgba(0, 60, 72, .09);
  border-top: 4px solid #008D99;
  border-radius: 19px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 141, 153, .06), transparent 32%),
    #fff;
  box-shadow: 0 15px 37px rgba(0, 60, 72, .07);
}

.certificaciones-resumen--separada .certificaciones-resumen__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.certificaciones-resumen > header h3 {
  margin: 0;
  color: #003C48;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -.04em;
  font-weight: 800;
}

.certificaciones-resumen > header p {
  margin: 7px 0 0;
  color: #008D99;
  font-size: 12px;
  line-height: 1.45;
}

.certificaciones-resumen__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.certificaciones-resumen__grid article {
  min-width: 0;
  min-height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 8px;
  border: 1px solid #e2edf3;
  border-radius: 14px;
  background: #f9fcfe;
  text-align: center;
}


.certificaciones-resumen__logo {
  min-width: 46px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #003C48;
  background: #e8f6fa;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.certificaciones-resumen__logo {
  width: 88px;
  height: 48px;
  padding: 4px 6px;
  background: #fff;
}

.certificaciones-resumen__logo--iso {
  width: 58px;
  height: 58px;
  padding: 3px;
}

.certificaciones-resumen__logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.certificaciones-resumen__grid strong {
  display: block;
  color: #003C48;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
}

.certificaciones-resumen__grid small {
  display: block;
  margin-top: 2px;
  color: #008D99;
  font-size: 12px;
  line-height: 1.25;
}

@media (max-width: 991.98px) {
  .equipo-section {
    padding: 52px 0 47px;
  }

  .equipo-layout {
    grid-template-columns: 1fr;
  }

  .certificaciones-resumen {
    grid-template-columns: 1fr;
    gap: 19px;
  }
}

@media (max-width: 767.98px) {
  .equipo-section {
    padding: 38px 0 36px;
  }

  .equipo-heading {
    margin-bottom: 24px;
  }

  .equipo-heading h2 {
    font-size: 34px;
  }

  .equipo-product__stage {
    min-height: 270px;
    padding: 18px;
  }

  .equipo-product {
    grid-template-columns: 1fr;
  }

  .equipo-product__stage::before {
    width: 235px;
    height: 235px;
  }

  .equipo-product__stage img {
    height: 235px;
  }

  .equipo-product__copy {
    padding: 23px 17px;
  }

  .equipo-product__copy h3 {
    font-size: 24px;
  }

  .equipo-product__copy ul {
    grid-template-columns: 1fr;
  }

  .certificaciones-resumen {
    padding: 21px 17px;
  }

  .certificaciones-resumen__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 399.98px) {
  .equipo-heading h2 {
    font-size: 29px;
  }

  .equipo-product__stage {
    min-height: 235px;
  }

  .equipo-product__stage img {
    height: 205px;
  }

  .certificaciones-resumen__grid {
    grid-template-columns: 1fr;
  }

  .certificaciones-resumen--separada .certificaciones-resumen__grid {
    grid-template-columns: 1fr;
  }

  .certificaciones-resumen__grid article {
    min-height: 88px;
  }
}

/* ============================================================
   TEST AIRE ESPIRADO - SECCION RESUMEN
   ============================================================ */

/* Ajuste fino para replicar la composicion de referencia_test_aire/seccion2.png. */

/* Vista movil resumida: navegación, descarga PDF y equipo certificado. */
@media (max-width: 767.98px) {
  .detecta-section,
  .duracion-intolerancias-section,
  .sibo-section,
  .resultados-section {
    display: none;
  }

  .preparacion-section {
    padding: 28px 0 32px;
    background:
      radial-gradient(circle at 100% 0, rgba(0, 141, 153, .08), transparent 35%),
      linear-gradient(180deg, #f7fbff, #fff);
  }

  .preparacion-section::before,
  .preparacion-heading,
  .preparacion-timeline,
  .preparacion-final {
    display: none;
  }

  .preparacion-download {
    margin-top: 0;
  }

  .equipo-heading {
    display: block;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .equipo-heading .detecta-heading__number {
    display: none;
  }

  .equipo-heading > div {
    width: 100%;
  }

  .equipo-heading p,
  .equipo-heading h2 {
    text-align: center;
  }

  .equipo-heading h2 {
    display: none;
  }
}

/* ============================================================
   HERO MOVIL — MISMO LENGUAJE VISUAL DE "QUE ES UNA ENDOSCOPIA"
   ============================================================ */
@media (max-width: 767.98px) {
  .test-mobile-about {
    --test-coral: #008D99;
    --test-coral-dark: #008D99;
    --test-orange: #0FC8D8;
    --test-ink: #003C48;
    position: relative;
    min-height: 0;
    isolation: isolate;
    padding: 42px 0 54px;
    background:
      radial-gradient(circle at 7% 18%, rgba(0, 141, 153, .13), transparent 25%),
      radial-gradient(circle at 91% 88%, rgba(0, 141, 153, .10), transparent 25%),
      linear-gradient(135deg, rgba(15, 200, 216, 0.08) 0%, #fff 54%, rgba(15, 200, 216, 0.11) 100%);
  }

  .test-mobile-about::before {
    content: none;
  }

  .test-mobile-about .test-mobile-about__shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    gap: 34px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .test-mobile-about__copy {
    min-width: 0;
    text-align: center;
  }

  .test-mobile-about__kicker {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    gap: 8px;
    margin-bottom: 17px;
    padding: 7px 13px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--test-coral), var(--test-orange));
    box-shadow: 0 10px 22px rgba(0, 141, 153, .22);
    font-family: "Poppins", sans-serif;
    font-size: 9px;
    letter-spacing: .035em;
    text-transform: uppercase;
    font-weight: 800;
  }

  .test-mobile-about__kicker i {
    font-size: 14px;
  }

  .test-mobile-about__copy h1 {
    max-width: 590px;
    margin: 0 auto;
    color: var(--test-ink);
    font-family: "Poppins", sans-serif;
    font-size: clamp(35px, 11vw, 48px);
    line-height: 1.03;
    letter-spacing: -.055em;
    font-weight: 800;
  }

  .test-mobile-about__copy h1 span {
    display: block;
    color: var(--test-coral);
  }

  .test-mobile-about__title-line {
    display: block;
    width: 72px;
    height: 4px;
    margin: 18px auto 20px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--test-coral), var(--test-orange));
  }

  .test-mobile-about__copy > p {
    max-width: 600px;
    margin: 0 auto 18px;
    color: #003C48;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 1.62;
  }

  .test-mobile-about__benefits {
    display: grid;
    gap: 13px;
    margin: 26px 0 28px;
    text-align: left;
  }

  .test-mobile-about__benefit {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
  }

  .test-mobile-about__benefit > i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(0, 141, 153, .17);
    border-radius: 50%;
    color: var(--test-coral-dark);
    background: rgba(15, 200, 216, 0.11);
    font-size: 19px;
  }

  .test-mobile-about__benefit span {
    color: #003C48;
    font-family: "Inter", sans-serif;
    font-size: 10.5px;
    line-height: 1.45;
  }

  .test-mobile-about__benefit strong {
    display: block;
    margin-bottom: 2px;
    color: var(--test-ink);
    font-family: "Poppins", sans-serif;
    font-size: 12px;
  }

  .test-mobile-about__button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 23px;
    border-radius: 9px;
    color: #fff;
    background: linear-gradient(135deg, var(--test-coral-dark), var(--test-coral) 58%, var(--test-orange));
    box-shadow: 0 12px 24px rgba(0, 141, 153, .24);
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 800;
    margin-right: auto;
    margin-left: auto;
    transition: transform .22s ease, box-shadow .22s ease;
  }

  .test-mobile-about__button:hover,
  .test-mobile-about__button:focus {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(0, 141, 153, .30);
  }

  .test-mobile-about__visual {
    position: relative;
    min-width: 0;
    padding-bottom: 18px;
  }

  .test-mobile-about__image-wrap {
    position: relative;
    display: grid;
    min-height: 390px;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(0, 141, 153, .15);
    border-radius: 21px;
    background:
      radial-gradient(circle at 72% 24%, rgba(255, 255, 255, .95), transparent 24%),
      radial-gradient(circle at 25% 80%, rgba(0, 141, 153, .14), transparent 31%),
      linear-gradient(145deg, rgba(15, 200, 216, 0.11) 0%, rgba(15, 200, 216, 0.15) 52%, rgba(15, 200, 216, 0.08) 100%);
    box-shadow: 0 22px 48px rgba(0, 60, 72, .12);
  }

  .test-mobile-about__image-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .25;
    background-image: radial-gradient(circle, rgba(0, 141, 153, .32) 1px, transparent 1.4px);
    background-position: calc(100% - 20px) 20px;
    background-size: 11px 11px;
    -webkit-mask-image: linear-gradient(225deg, #000 0, transparent 38%);
    mask-image: linear-gradient(225deg, #000 0, transparent 38%);
    pointer-events: none;
  }

  .test-mobile-about__image-wrap img {
    position: relative;
    z-index: 1;
    display: block;
    width: 94%;
    height: 365px;
    object-fit: contain;
    filter: drop-shadow(0 14px 18px rgba(0, 60, 72, .12));
  }

  .test-mobile-about__callout {
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;
    z-index: 2;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(0, 141, 153, .14);
    border-radius: 14px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 34px rgba(0, 60, 72, .13);
  }

  .test-mobile-about__callout > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--test-coral), var(--test-orange));
    font-size: 20px;
  }

  .test-mobile-about__callout p {
    margin: 0;
    color: #003C48;
    font-family: "Inter", sans-serif;
    font-size: 9.5px;
    line-height: 1.45;
  }

  .test-mobile-about__callout strong {
    display: block;
    color: var(--test-ink);
    font-family: "Poppins", sans-serif;
    font-size: 12px;
  }
}

@media (max-width: 379.98px) {
  .test-mobile-about__copy h1 {
    font-size: 34px;
  }

  .test-mobile-about__image-wrap {
    min-height: 350px;
  }

  .test-mobile-about__image-wrap img {
    height: 330px;
  }
}
