/* Rediseño aislado de FibroScan para index-carousel.html. */
.page-home .gc-fibroscan-modern {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(
      circle at 8% 18%,
      rgba(80, 151, 220, 0.16),
      transparent 26%
    ),
    radial-gradient(
      circle at 93% 85%,
      rgba(234, 29, 36, 0.08),
      transparent 24%
    ),
    #f4f8fc;
  box-shadow: none;
}

.page-home .gc-fibroscan-modern:before,
.page-home .gc-fibroscan-modern:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.page-home .gc-fibroscan-modern:before {
  top: -150px;
  right: -115px;
  width: 340px;
  height: 340px;
  border: 56px solid rgba(34, 83, 158, 0.045);
  background: transparent;
  transform: none;
}

.page-home .gc-fibroscan-modern:after {
  bottom: 44px;
  left: -46px;
  width: 108px;
  height: 108px;
  border: 1px solid rgba(34, 83, 158, 0.12);
}

.page-home .gc-fibroscan-modern .container {
  position: relative;
  z-index: 1;
}

.page-home .gc-fibroscan-modern__card {
  display: flex;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(24, 67, 116, 0.1);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(26, 64, 108, 0.14);
}

.page-home .gc-fibroscan-modern__media,
.page-home .gc-fibroscan-modern__content {
  width: 50%;
}

.page-home .gc-fibroscan-modern__media {
  position: relative;
  display: flex;
  min-height: 590px;
  padding: 30px;
  align-items: stretch;
  background: #e9f1f8;
}

.page-home .gc-fibroscan-modern__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 19px;
  background: #082865;
}

.page-home .gc-fibroscan-modern__image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(4, 25, 68, 0.18));
  pointer-events: none;
}

.page-home .gc-fibroscan-modern__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.page-home .gc-fibroscan-modern__media-label {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  display: inline-flex;
  padding: 10px 14px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(8, 40, 101, 0.82);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  backdrop-filter: blur(8px);
}

.page-home .gc-fibroscan-modern__media-label i {
  color: #ff6267;
  font-size: 14px;
}

.page-home .gc-fibroscan-modern__result {
  position: absolute;
  z-index: 3;
  right: 8px;
  bottom: 54px;
  display: flex;
  min-width: 235px;
  padding: 15px 18px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(31, 70, 120, 0.09);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(19, 57, 98, 0.2);
  color: #617085;
  font-size: 12px;
  line-height: 1.4;
}

.page-home .gc-fibroscan-modern__result-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #e9f3fd;
  color: #2e66b1;
  font-size: 18px;
}

.page-home .gc-fibroscan-modern__result strong {
  display: block;
  margin-bottom: 1px;
  color: #17335f;
  font-size: 14px;
}

.page-home .gc-fibroscan-modern__content {
  position: relative;
  display: flex;
  padding: 64px 58px 58px;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 100% 0, rgba(76, 144, 213, 0.2), transparent 32%),
    linear-gradient(145deg, #102d59 0%, #0a2147 100%);
  color: #fff;
}

.page-home .gc-fibroscan-modern__content:after {
  content: "F";
  position: absolute;
  right: 24px;
  bottom: -64px;
  color: rgba(255, 255, 255, 0.025);
  font-family: "Figtree", Arial, sans-serif;
  font-size: 300px;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.page-home .gc-fibroscan-modern__content > * {
  position: relative;
  z-index: 1;
}

.page-home .gc-fibroscan-modern__eyebrow {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  gap: 10px;
  color: #91c8f4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.page-home .gc-fibroscan-modern__eyebrow:before {
  content: "";
  width: 30px;
  height: 3px;
  border-radius: 4px;
  background: #ef3f45;
}

.page-home .gc-fibroscan-modern__content h2 {
  max-width: 470px;
  margin: 0 0 22px;
  color: #fff;
  font-family: "Figtree", Arial, sans-serif;
  font-size: 39px;
  font-weight: 760;
  line-height: 1.13;
  letter-spacing: -0.7px;
}

.page-home .gc-fibroscan-modern__content h2 span {
  display: block;
  color: #8fc6f1;
}

.page-home .gc-fibroscan-modern__intro {
  max-width: 495px;
  margin: 0;
  color: #c9d8e9;
  font-size: 15px;
  line-height: 1.75;
}

.page-home .gc-fibroscan-modern__intro strong {
  color: #fff;
}

.page-home .gc-fibroscan-modern__benefits {
  display: grid;
  margin: 28px 0 32px;
  padding: 0;
  gap: 14px;
  list-style: none;
}

.page-home .gc-fibroscan-modern__benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #aebfd2;
  font-size: 12px;
  line-height: 1.35;
}

.page-home .gc-fibroscan-modern__benefits li > span:last-child {
  display: block;
}

.page-home .gc-fibroscan-modern__benefits strong {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 14px;
}

.page-home .gc-fibroscan-modern__check {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(143, 198, 241, 0.3);
  border-radius: 10px;
  background: rgba(143, 198, 241, 0.1);
  color: #8fc6f1;
}

.page-home .gc-fibroscan-modern__cta {
  display: inline-flex;
  width: fit-content;
  min-height: 48px;
  padding: 0 19px 0 22px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  color: #173f7d;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition:
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.page-home .gc-fibroscan-modern__cta i {
  transition: transform 0.2s ease;
}

.page-home .gc-fibroscan-modern__cta:hover,
.page-home .gc-fibroscan-modern__cta:focus {
  color: #cf2228;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.page-home .gc-fibroscan-modern__cta:hover i,
.page-home .gc-fibroscan-modern__cta:focus i {
  transform: translateX(3px);
}

.page-home .gc-fibroscan-modern__cta:focus-visible {
  outline: 3px solid #8fc6f1;
  outline-offset: 4px;
}

@media (max-width: 991px) {
  .page-home .gc-fibroscan-modern {
    padding: 74px 0;
  }

  .page-home .gc-fibroscan-modern__card,
  .page-home .gc-fibroscan-modern__media {
    min-height: 540px;
  }

  .page-home .gc-fibroscan-modern__media {
    padding: 22px;
  }

  .page-home .gc-fibroscan-modern__content {
    padding: 48px 34px;
  }

  .page-home .gc-fibroscan-modern__content h2 {
    font-size: 33px;
  }

  .page-home .gc-fibroscan-modern__result {
    right: 5px;
    min-width: 215px;
  }
}

@media (max-width: 767px) {
  .page-home .gc-fibroscan-modern {
    padding: 56px 0;
  }

  .page-home .gc-fibroscan-modern__card {
    display: block;
    min-height: 0;
    border-radius: 20px;
  }

  .page-home .gc-fibroscan-modern__media,
  .page-home .gc-fibroscan-modern__content {
    width: 100%;
  }

  .page-home .gc-fibroscan-modern__media {
    min-height: 0;
    padding: 18px 18px 42px;
  }

  .page-home .gc-fibroscan-modern__image {
    aspect-ratio: 1 / 1;
    border-radius: 15px;
  }

  .page-home .gc-fibroscan-modern__result {
    right: 28px;
    bottom: 17px;
    min-width: 0;
    padding: 11px 14px;
  }

  .page-home .gc-fibroscan-modern__result-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .page-home .gc-fibroscan-modern__content {
    padding: 45px 27px 42px;
  }

  .page-home .gc-fibroscan-modern__content h2 {
    font-size: 31px;
  }
}

@media (max-width: 420px) {
  .page-home .gc-fibroscan-modern__media-label {
    top: 13px;
    left: 13px;
    padding: 8px 11px;
    font-size: 10px;
  }

  .page-home .gc-fibroscan-modern__result {
    right: 23px;
    left: 23px;
  }

  .page-home .gc-fibroscan-modern__content {
    padding-right: 22px;
    padding-left: 22px;
  }

  .page-home .gc-fibroscan-modern__content h2 {
    font-size: 28px;
  }

  .page-home .gc-fibroscan-modern__cta {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .gc-fibroscan-modern__cta,
  .page-home .gc-fibroscan-modern__cta i {
    transition: none;
  }
}
