.elementor-900496 .elementor-element.elementor-element-169a4a75{--display:flex;}.elementor-900496 .elementor-element.elementor-element-169a4a75.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-900496 .elementor-element.elementor-element-ae68d2a{--display:flex;}.elementor-900496 .elementor-element.elementor-element-019cf84{--display:flex;}.elementor-900496 .elementor-element.elementor-element-662d27d{--display:flex;}.elementor-900496 .elementor-element.elementor-element-fd8dc75{--display:flex;}.elementor-900496 .elementor-element.elementor-element-8327c99{--display:flex;}.elementor-900496 .elementor-element.elementor-element-8985560{--display:flex;}.elementor-900496 .elementor-element.elementor-element-a9422c0{--display:flex;}.elementor-900496 .elementor-element.elementor-element-0467b46{--display:flex;}.elementor-900496 .elementor-element.elementor-element-fc0524d{--display:flex;}@media(max-width:767px){.elementor-900496 .elementor-element.elementor-element-169a4a75{--width:382px;}}/* Start custom CSS for html, class: .elementor-element-aeb6502 *//* =========================================================
   INNO Skin Biomodulation Hero
   White / blue premium aesthetic
   Diffused top + bottom transitions
   ========================================================= */

.inno-biomod-hero {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  isolation: isolate;
  background: #ffffff;
  color: #062f4f;
}

.inno-biomod-hero,
.inno-biomod-hero * {
  box-sizing: border-box;
  font-family: "INNO Helvetica", Helvetica, Arial, sans-serif;
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inno-biomod-hero a {
  text-decoration: none;
}

/* Fondo principal: blanco + azul muy difuso */
.inno-biomod-hero__bg {
  position: absolute;
  inset: -2px 0 -2px 0;
  z-index: -3;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 12%,
      rgba(251, 254, 255, 1) 24%,
      rgba(246, 251, 255, 1) 42%,
      rgba(238, 248, 255, 1) 66%,
      rgba(246, 251, 255, 1) 84%,
      rgba(255, 255, 255, 1) 100%
    ),
    radial-gradient(circle at 78% 30%, rgba(72, 164, 210, 0.12), transparent 32%),
    radial-gradient(circle at 16% 82%, rgba(6, 87, 123, 0.055), transparent 38%);
  pointer-events: none;
}

/* Fundido superior: entra desde blanco sin corte con el header */
.inno-biomod-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  z-index: -2;
  height: clamp(180px, 16vw, 300px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.96) 30%,
      rgba(251, 254, 255, 0.68) 62%,
      rgba(251, 254, 255, 0) 100%
    );
  pointer-events: none;
}

/* Fundido inferior: prepara la siguiente sección sin línea dura */
.inno-biomod-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -2;
  height: clamp(280px, 22vw, 440px);
  background:
    linear-gradient(
      180deg,
      rgba(238, 248, 255, 0) 0%,
      rgba(246, 251, 255, 0.24) 24%,
      rgba(250, 253, 255, 0.62) 54%,
      rgba(255, 255, 255, 0.92) 82%,
      rgba(255, 255, 255, 1) 100%
    );
  pointer-events: none;
}

.inno-biomod-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  min-height: 100vh;
  margin: 0 auto;
  padding:
    clamp(52px, 4.8vw, 78px)
    clamp(24px, 4vw, 72px)
    clamp(118px, 9vw, 170px);
  display: grid;
  grid-template-columns: minmax(560px, 0.92fr) minmax(420px, 0.88fr);
  gap: clamp(58px, 6vw, 96px);
  align-items: center;
}

.inno-biomod-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 660px;
  min-width: 0;
}

.inno-biomod-hero__label {
  width: fit-content;
  margin-bottom: clamp(20px, 2vw, 28px);
  padding: 16px 20px;
  display: grid;
  gap: 6px;
  border: 1px solid rgba(6, 87, 123, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 22px 60px rgba(6, 47, 79, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.inno-biomod-hero__label span {
  display: block;
  color: #062f4f;
  font-size: clamp(23px, 2vw, 31px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.inno-biomod-hero__eyebrow {
  width: fit-content;
  min-height: 36px;
  margin: 0 0 clamp(18px, 1.8vw, 24px);
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0a5b83;
  background: rgba(72, 164, 210, 0.09);
  border: 1px solid rgba(72, 164, 210, 0.18);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.inno-biomod-hero__title {
  width: 100%;
  max-width: 640px;
  margin: 0;
  color: #062f4f;
  font-size: clamp(44px, 3.8vw, 62px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.048em;
  text-transform: uppercase;
  text-wrap: balance;
}

.inno-biomod-hero__title span {
  display: block;
  white-space: nowrap;
}

.inno-biomod-hero__text {
  max-width: 500px;
  margin: clamp(24px, 2.4vw, 32px) 0 0;
  color: rgba(6, 47, 79, 0.72);
  font-size: clamp(16px, 1.08vw, 18px);
  font-weight: 400;
  line-height: 1.68;
}

.inno-biomod-hero__actions {
  margin-top: clamp(24px, 2.6vw, 34px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.inno-biomod-hero__button {
  min-height: 54px;
  padding: 16px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff;
  background: #0a6f9b;
  border: 1px solid rgba(10, 111, 155, 0.7);
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(10, 111, 155, 0.22);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.inno-biomod-hero__button:hover,
.inno-biomod-hero__button:focus-visible {
  color: #ffffff;
  background: #085f86;
  border-color: rgba(8, 95, 134, 0.8);
  transform: translateY(-2px);
  box-shadow: 0 24px 62px rgba(10, 111, 155, 0.32);
}

.inno-biomod-hero__button:focus-visible {
  outline: 2px solid rgba(10, 111, 155, 0.45);
  outline-offset: 4px;
}

.inno-biomod-hero__media {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  margin: 0;
  justify-self: end;
  border-radius: clamp(28px, 3vw, 46px);
  overflow: hidden;
  background: #ffffff;
  box-shadow:
    0 34px 96px rgba(6, 47, 79, 0.12),
    0 0 0 1px rgba(6, 87, 123, 0.09);
}

.inno-biomod-hero__media::before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: clamp(22px, 2.4vw, 36px);
  pointer-events: none;
}

.inno-biomod-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.54) 0%,
      rgba(255, 255, 255, 0.1) 30%,
      rgba(255, 255, 255, 0) 58%
    ),
    radial-gradient(circle at 72% 30%, rgba(72, 164, 210, 0.12), transparent 34%);
  pointer-events: none;
}

.inno-biomod-hero__media img {
  width: 100%;
  min-height: clamp(500px, 48vw, 700px);
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

/* Desktop pequeño */
@media (max-width: 1320px) {
  .inno-biomod-hero__inner {
    grid-template-columns: minmax(520px, 0.94fr) minmax(390px, 0.86fr);
    gap: 54px;
  }

  .inno-biomod-hero__title {
    max-width: 600px;
    font-size: clamp(40px, 3.4vw, 54px);
  }
}

@media (max-width: 1180px) {
  .inno-biomod-hero {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin-left: 0;
  }

  .inno-biomod-hero__inner {
    min-height: 760px;
    padding:
      clamp(56px, 6vw, 76px)
      24px
      clamp(118px, 10vw, 154px);
    grid-template-columns: minmax(470px, 0.95fr) minmax(340px, 0.85fr);
    gap: 40px;
  }

  .inno-biomod-hero__title {
    max-width: 540px;
    font-size: clamp(36px, 3.65vw, 43px);
    letter-spacing: -0.042em;
  }

  .inno-biomod-hero__media img {
    min-height: 560px;
  }
}

/* Tablet */
@media (max-width: 980px) {
  .inno-biomod-hero {
    min-height: auto;
  }

  .inno-biomod-hero__bg {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 12%,
        rgba(251, 254, 255, 1) 26%,
        rgba(246, 251, 255, 1) 48%,
        rgba(238, 248, 255, 1) 72%,
        rgba(246, 251, 255, 1) 88%,
        rgba(255, 255, 255, 1) 100%
      ),
      radial-gradient(circle at 78% 24%, rgba(72, 164, 210, 0.1), transparent 36%),
      radial-gradient(circle at 14% 86%, rgba(6, 87, 123, 0.045), transparent 40%);
  }

  .inno-biomod-hero::before {
    height: 220px;
  }

  .inno-biomod-hero::after {
    height: 340px;
  }

  .inno-biomod-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding:
      62px
      24px
      148px;
    justify-items: center;
    text-align: center;
  }

  .inno-biomod-hero__content {
    max-width: 720px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .inno-biomod-hero__label {
    margin-left: auto;
    margin-right: auto;
    justify-items: center;
    text-align: center;
  }

  .inno-biomod-hero__label span {
    white-space: nowrap;
    text-align: center;
  }

  .inno-biomod-hero__eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .inno-biomod-hero__title {
    max-width: 720px;
    font-size: clamp(38px, 6vw, 58px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .inno-biomod-hero__title span {
    white-space: normal;
  }

  .inno-biomod-hero__text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .inno-biomod-hero__actions {
    width: 100%;
    justify-content: center;
  }

  .inno-biomod-hero__media {
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .inno-biomod-hero__media img {
    min-height: 440px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .inno-biomod-hero {
    min-height: auto;
  }

  .inno-biomod-hero__bg {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 14%,
        rgba(251, 254, 255, 1) 30%,
        rgba(247, 252, 255, 1) 50%,
        rgba(240, 249, 255, 1) 72%,
        rgba(247, 252, 255, 1) 88%,
        rgba(255, 255, 255, 1) 100%
      ),
      radial-gradient(circle at 78% 22%, rgba(72, 164, 210, 0.085), transparent 36%),
      radial-gradient(circle at 14% 88%, rgba(6, 87, 123, 0.04), transparent 40%);
  }

  .inno-biomod-hero::before {
    height: 190px;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.96) 34%,
        rgba(251, 254, 255, 0.62) 70%,
        rgba(251, 254, 255, 0) 100%
      );
  }

  .inno-biomod-hero::after {
    height: 250px;
    background:
      linear-gradient(
        180deg,
        rgba(240, 249, 255, 0) 0%,
        rgba(246, 251, 255, 0.24) 24%,
        rgba(250, 253, 255, 0.68) 58%,
        rgba(255, 255, 255, 0.94) 84%,
        rgba(255, 255, 255, 1) 100%
      );
  }

  .inno-biomod-hero__inner {
    padding:
      46px
      18px
      94px;
    gap: 30px;
    justify-items: center;
    text-align: center;
  }

  .inno-biomod-hero__content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .inno-biomod-hero__label {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 18px;
    padding: 15px 17px;
    border-radius: 18px;
    justify-items: center;
    text-align: center;
  }

  .inno-biomod-hero__label span {
    display: block;
    font-size: clamp(20px, 6.2vw, 28px);
    text-align: center;
    white-space: nowrap;
  }

  .inno-biomod-hero__label sup {
    display: inline-block;
    margin-left: 0.1em;
    margin-right: 0.22em;
    font-size: 0.48em;
    line-height: 0;
    vertical-align: super;
    letter-spacing: 0;
    transform: translateY(-0.02em);
  }

  .inno-biomod-hero__eyebrow {
    min-height: 34px;
    margin: 0 auto 18px;
    padding: 0 13px;
    font-size: 9.5px;
    letter-spacing: 0.095em;
  }

  .inno-biomod-hero__title {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(31px, 8.6vw, 39px);
    line-height: 1.04;
    letter-spacing: -0.034em;
    text-align: center;
    text-wrap: balance;
  }

  .inno-biomod-hero__title span {
    display: inline;
    white-space: normal;
  }

  .inno-biomod-hero__title span::after {
    content: " ";
  }

  .inno-biomod-hero__text {
    max-width: 340px;
    margin: 22px auto 0;
    font-size: 15px;
    line-height: 1.62;
    text-align: center;
  }

  .inno-biomod-hero__actions {
    width: 100%;
    margin-top: 24px;
    justify-content: center;
  }

  .inno-biomod-hero__button {
    width: 100%;
    max-width: 340px;
    min-height: 54px;
    margin-left: auto;
    margin-right: auto;
    padding-inline: 18px;
    white-space: normal;
    text-align: center;
  }

  .inno-biomod-hero__media {
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 24px;
  }

  .inno-biomod-hero__media::before {
    inset: 10px;
    border-radius: 18px;
  }

  .inno-biomod-hero__media img {
    min-height: 340px;
    object-position: center center;
  }
}

@media (max-width: 390px) {
  .inno-biomod-hero__inner {
    padding-top: 42px;
    padding-bottom: 88px;
  }

  .inno-biomod-hero::after {
    height: 240px;
  }

  .inno-biomod-hero__label {
    padding: 14px 14px;
  }

  .inno-biomod-hero__label span {
    font-size: clamp(18px, 5.7vw, 23px);
    white-space: nowrap;
  }

  .inno-biomod-hero__title {
    max-width: 310px;
    font-size: clamp(29px, 8.2vw, 35px);
    line-height: 1.05;
    letter-spacing: -0.03em;
  }

  .inno-biomod-hero__text,
  .inno-biomod-hero__button {
    max-width: 310px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-42731bb *//* =========================================================
   INNO Skin Biomodulation - Intro 01/02
   White / blue premium aesthetic
   Diffused top + bottom transitions
   ========================================================= */

.inno-biomod-intro {
  position: relative;
  z-index: 3;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: -150px;
  padding-top: 0;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  color: #062f4f;
}

.inno-biomod-intro,
.inno-biomod-intro * {
  box-sizing: border-box;
  font-family: "INNO Helvetica", Helvetica, Arial, sans-serif;
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Fondo principal: recoge blanco del hero y evoluciona a azul suave */
.inno-biomod-intro__bg {
  position: absolute;
  inset: -2px 0 -2px 0;
  z-index: -3;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.58) 8%,
      rgba(255, 255, 255, 0.94) 17%,
      rgba(255, 255, 255, 1) 28%,
      rgba(252, 254, 255, 1) 44%,
      rgba(247, 252, 255, 1) 64%,
      rgba(243, 250, 255, 1) 82%,
      rgba(241, 249, 255, 1) 100%
    ),
    radial-gradient(circle at 86% 52%, rgba(44, 169, 203, 0.052), transparent 34%),
    radial-gradient(circle at 16% 86%, rgba(10, 111, 155, 0.026), transparent 40%);
  pointer-events: none;
}

/* Fundido superior: enlaza con el blanco final del hero sin banda */
.inno-biomod-intro::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  z-index: -2;
  height: clamp(320px, 24vw, 480px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.54) 24%,
      rgba(255, 255, 255, 0.94) 52%,
      rgba(255, 255, 255, 0.78) 76%,
      rgba(255, 255, 255, 0) 100%
    );
  pointer-events: none;
}

/* Fundido inferior: deja un azul claro preparado para la sección 03 */
.inno-biomod-intro::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -2;
  height: clamp(320px, 24vw, 460px);
  background:
    linear-gradient(
      180deg,
      rgba(241, 249, 255, 0) 0%,
      rgba(243, 250, 255, 0.28) 24%,
      rgba(243, 250, 255, 0.66) 54%,
      rgba(241, 249, 255, 0.94) 82%,
      rgba(241, 249, 255, 1) 100%
    );
  pointer-events: none;
}

.inno-biomod-intro__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding:
    220px
    clamp(22px, 4vw, 48px)
    clamp(142px, 10vw, 190px);
}

.inno-biomod-intro__inner::after {
  content: "";
  position: absolute;
  right: clamp(-150px, -5vw, -48px);
  top: 50%;
  z-index: -1;
  width: clamp(390px, 36vw, 660px);
  height: clamp(390px, 36vw, 660px);
  background-image: url("https://www.innoaesthetics.com/wp-content/uploads/2024/09/ah-scaled.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.075;
  transform: translateY(-50%);
  pointer-events: none;
}

.inno-biomod-intro__content {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: clamp(42px, 5vw, 74px);
}

.inno-biomod-intro__block {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: clamp(22px, 2.6vw, 34px);
  align-items: start;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(44, 169, 203, 0.09);
  border-radius: clamp(28px, 3vw, 38px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0.78) 100%
    );
  box-shadow:
    0 26px 80px rgba(6, 47, 79, 0.052),
    0 1px 0 rgba(255, 255, 255, 0.88) inset;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.inno-biomod-intro__number {
  width: fit-content;
  min-width: 70px;
  min-height: 54px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  color: #ffffff;
  background: linear-gradient(180deg, #1684b4 0%, #0a6f9b 100%);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(10, 111, 155, 0.18);
  font-size: clamp(20px, 1.7vw, 28px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
}

.inno-biomod-intro__text {
  max-width: 840px;
}

.inno-biomod-intro__title {
  margin: 0 0 clamp(22px, 2.2vw, 30px);
  color: #2ca9cb;
  font-size: clamp(38px, 3.2vw, 56px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  text-wrap: balance;
}

.inno-biomod-intro__text p {
  margin: 0;
  color: rgba(6, 47, 79, 0.74);
  font-size: clamp(16px, 1.06vw, 18px);
  font-weight: 400;
  line-height: 1.72;
}

.inno-biomod-intro__text p + p {
  margin-top: 18px;
}

/* Tablet */
@media (max-width: 980px) {
  .inno-biomod-intro {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: -124px;
  }

  .inno-biomod-intro__bg {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.6) 9%,
        rgba(255, 255, 255, 0.96) 18%,
        rgba(255, 255, 255, 1) 30%,
        rgba(252, 254, 255, 1) 46%,
        rgba(247, 252, 255, 1) 66%,
        rgba(243, 250, 255, 1) 84%,
        rgba(241, 249, 255, 1) 100%
      ),
      radial-gradient(circle at 88% 44%, rgba(44, 169, 203, 0.042), transparent 38%),
      radial-gradient(circle at 10% 86%, rgba(10, 111, 155, 0.022), transparent 42%);
  }

  .inno-biomod-intro::before {
    height: 360px;
  }

  .inno-biomod-intro::after {
    height: 360px;
  }

  .inno-biomod-intro__inner {
    padding:
      190px
      24px
      164px;
  }

  .inno-biomod-intro__inner::after {
    right: -140px;
    width: 480px;
    height: 480px;
    opacity: 0.065;
  }

  .inno-biomod-intro__content {
    justify-items: center;
  }

  .inno-biomod-intro__block {
    width: 100%;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 24px;
  }

  .inno-biomod-intro__title {
    font-size: clamp(34px, 5vw, 48px);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .inno-biomod-intro {
    margin-top: -92px;
  }

  .inno-biomod-intro__bg {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.64) 10%,
        rgba(255, 255, 255, 0.98) 21%,
        rgba(255, 255, 255, 1) 34%,
        rgba(252, 254, 255, 1) 52%,
        rgba(247, 252, 255, 1) 72%,
        rgba(243, 250, 255, 1) 88%,
        rgba(241, 249, 255, 1) 100%
      ),
      radial-gradient(circle at 92% 42%, rgba(44, 169, 203, 0.035), transparent 42%),
      radial-gradient(circle at 8% 88%, rgba(10, 111, 155, 0.018), transparent 46%);
  }

  .inno-biomod-intro::before {
    height: 250px;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.62) 24%,
        rgba(255, 255, 255, 0.96) 54%,
        rgba(255, 255, 255, 0.74) 78%,
        rgba(255, 255, 255, 0) 100%
      );
  }

  .inno-biomod-intro::after {
    height: 250px;
    background:
      linear-gradient(
        180deg,
        rgba(241, 249, 255, 0) 0%,
        rgba(243, 250, 255, 0.3) 26%,
        rgba(243, 250, 255, 0.7) 58%,
        rgba(241, 249, 255, 0.96) 84%,
        rgba(241, 249, 255, 1) 100%
      );
  }

  .inno-biomod-intro__inner {
    padding:
      118px
      18px
      104px;
  }

  .inno-biomod-intro__inner::after {
    right: 50%;
    bottom: 48px;
    top: auto;
    width: 300px;
    height: 300px;
    opacity: 0.04;
    transform: translateX(50%);
  }

  .inno-biomod-intro__content {
    gap: 28px;
    justify-items: center;
    text-align: center;
  }

  .inno-biomod-intro__block {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px;
    border-radius: 24px;
    justify-items: center;
    align-items: center;
    text-align: center;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.92) 0%,
        rgba(255, 255, 255, 0.82) 100%
      );
  }

  .inno-biomod-intro__number {
    min-width: 56px;
    min-height: 42px;
    padding: 0 14px;
    justify-self: center;
    font-size: 20px;
  }

  .inno-biomod-intro__text {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .inno-biomod-intro__title {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1.02;
    letter-spacing: -0.03em;
    margin-bottom: 18px;
    text-align: center;
  }

  .inno-biomod-intro__text p {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 1.66;
    text-align: center;
  }

  .inno-biomod-intro__text p + p {
    margin-top: 16px;
  }
}

@media (max-width: 390px) {
  .inno-biomod-intro {
    margin-top: -86px;
  }

  .inno-biomod-intro__inner {
    padding-top: 110px;
    padding-bottom: 98px;
  }

  .inno-biomod-intro::before {
    height: 240px;
  }

  .inno-biomod-intro::after {
    height: 240px;
  }

  .inno-biomod-intro__title {
    max-width: 300px;
    font-size: 26px;
  }

  .inno-biomod-intro__text p {
    max-width: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44e73f4 *//* =========================================================
   INNO Skin Biomodulation - Section 03
   White / blue premium aesthetic
   Diffused top + bottom transitions
   ========================================================= */

.inno-biomod-ha {
  position: relative;
  z-index: 4;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: -150px;
  padding-top: 0;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  color: #062f4f;
}

.inno-biomod-ha,
.inno-biomod-ha * {
  box-sizing: border-box;
  font-family: "INNO Helvetica", Helvetica, Arial, sans-serif;
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Fondo principal: recoge azul suave de intro y vuelve hacia blanco/azul claro */
.inno-biomod-ha__bg {
  position: absolute;
  inset: -2px 0 -2px 0;
  z-index: -3;
  background:
    linear-gradient(
      180deg,
      rgba(241, 249, 255, 0) 0%,
      rgba(241, 249, 255, 0.58) 8%,
      rgba(241, 249, 255, 0.96) 18%,
      rgba(244, 251, 255, 1) 30%,
      rgba(250, 253, 255, 1) 46%,
      rgba(255, 255, 255, 1) 58%,
      rgba(252, 254, 255, 1) 72%,
      rgba(247, 252, 255, 1) 88%,
      rgba(244, 251, 255, 1) 100%
    ),
    radial-gradient(circle at 84% 52%, rgba(44, 169, 203, 0.044), transparent 36%),
    radial-gradient(circle at 16% 84%, rgba(10, 111, 155, 0.022), transparent 42%);
  pointer-events: none;
}

/* Fundido superior: recoge el azul claro final de la intro sin corte */
.inno-biomod-ha::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  z-index: -2;
  height: clamp(330px, 24vw, 480px);
  background:
    linear-gradient(
      180deg,
      rgba(241, 249, 255, 0) 0%,
      rgba(241, 249, 255, 0.56) 24%,
      rgba(243, 250, 255, 0.96) 54%,
      rgba(250, 253, 255, 0.72) 78%,
      rgba(255, 255, 255, 0) 100%
    );
  pointer-events: none;
}

/* Fundido inferior: prepara blanco/azul claro para la siguiente sección */
.inno-biomod-ha::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -2;
  height: clamp(330px, 24vw, 480px);
  background:
    linear-gradient(
      180deg,
      rgba(244, 251, 255, 0) 0%,
      rgba(247, 252, 255, 0.28) 24%,
      rgba(250, 253, 255, 0.68) 54%,
      rgba(255, 255, 255, 0.94) 84%,
      rgba(255, 255, 255, 1) 100%
    );
  pointer-events: none;
}

.inno-biomod-ha__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding:
    220px
    clamp(22px, 4vw, 48px)
    clamp(142px, 10vw, 190px);
}

.inno-biomod-ha__header {
  width: 100%;
  max-width: 980px;
  margin: 0 auto clamp(42px, 4vw, 62px);
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: clamp(22px, 2.6vw, 34px);
  align-items: start;
}

.inno-biomod-ha__number {
  width: fit-content;
  min-width: 70px;
  min-height: 54px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  color: #ffffff;
  background: linear-gradient(180deg, #1684b4 0%, #0a6f9b 100%);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(10, 111, 155, 0.18);
  font-size: clamp(20px, 1.7vw, 28px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
}

.inno-biomod-ha__heading {
  min-width: 0;
}

.inno-biomod-ha__eyebrow {
  width: fit-content;
  min-height: 34px;
  margin: 0 0 18px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0a6f9b;
  background: rgba(44, 169, 203, 0.09);
  border: 1px solid rgba(44, 169, 203, 0.16);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.inno-biomod-ha__title {
  margin: 0;
  color: #2ca9cb;
  font-size: clamp(38px, 3.2vw, 56px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  text-wrap: balance;
}

.inno-biomod-ha__layout {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.inno-biomod-ha__video-card {
  position: relative;
  overflow: hidden;
  border-radius: clamp(26px, 3vw, 38px);
  background: #ffffff;
  border: 1px solid rgba(44, 169, 203, 0.1);
  box-shadow:
    0 26px 80px rgba(6, 47, 79, 0.075),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.inno-biomod-ha__video {
  width: 100%;
  min-height: 360px;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  background: #062f4f;
}

.inno-biomod-ha__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 72px;
  height: 72px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0a6f9b;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  box-shadow: 0 20px 54px rgba(6, 47, 79, 0.2);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease,
    opacity 0.22s ease,
    visibility 0.22s ease;
}

.inno-biomod-ha__play span {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid currentColor;
}

.inno-biomod-ha__play:hover,
.inno-biomod-ha__play:focus-visible {
  transform: translate(-50%, -50%) scale(1.04);
  background: #ffffff;
  box-shadow: 0 26px 66px rgba(6, 47, 79, 0.28);
}

.inno-biomod-ha__play:focus-visible {
  outline: 2px solid rgba(10, 111, 155, 0.34);
  outline-offset: 5px;
}

.inno-biomod-ha__video-card.is-playing .inno-biomod-ha__play {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Bullet points card */
.inno-biomod-ha__copy {
  position: relative;
  width: 100%;
  max-width: 440px;
  justify-self: stretch;
  padding:
    clamp(28px, 3vw, 42px)
    clamp(24px, 3vw, 38px);
  border: 1px solid rgba(44, 169, 203, 0.14);
  border-radius: clamp(26px, 3vw, 38px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.88) 54%,
      rgba(248, 253, 255, 0.78) 100%
    );
  box-shadow:
    0 26px 70px rgba(6, 47, 79, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
  overflow: hidden;
}

.inno-biomod-ha__copy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 92% 10%, rgba(44, 169, 203, 0.046), transparent 34%),
    radial-gradient(circle at 8% 92%, rgba(10, 111, 155, 0.022), transparent 38%);
  pointer-events: none;
}

.inno-biomod-ha__copy::after {
  display: none;
  content: none;
}

.inno-biomod-ha__list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.inno-biomod-ha__list li {
  position: relative;
  min-height: 48px;
  margin: 0;
  padding:
    14px
    16px
    14px
    52px;
  display: flex;
  align-items: center;
  color: rgba(6, 47, 79, 0.82);
  font-size: clamp(15px, 1.02vw, 17px);
  font-weight: 500;
  line-height: 1.34;
  letter-spacing: -0.01em;
  border: 1px solid rgba(44, 169, 203, 0.11);
  border-radius: 18px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.86) 0%,
      rgba(255, 255, 255, 0.66) 100%
    );
  box-shadow: 0 12px 28px rgba(6, 47, 79, 0.035);
}

.inno-biomod-ha__list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #2ca9cb;
  box-shadow:
    0 0 0 6px rgba(44, 169, 203, 0.1),
    0 8px 16px rgba(44, 169, 203, 0.16);
  transform: translateY(-50%);
}

.inno-biomod-ha__list li::after {
  content: "";
  position: absolute;
  left: 22px;
  top: calc(50% + 16px);
  bottom: -15px;
  width: 1px;
  background: linear-gradient(180deg, rgba(44, 169, 203, 0.28), rgba(44, 169, 203, 0));
  pointer-events: none;
}

.inno-biomod-ha__list li:last-child::after {
  display: none;
}

/* Tablet */
@media (max-width: 980px) {
  .inno-biomod-ha {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: -124px;
  }

  .inno-biomod-ha__bg {
    background:
      linear-gradient(
        180deg,
        rgba(241, 249, 255, 0) 0%,
        rgba(241, 249, 255, 0.62) 9%,
        rgba(241, 249, 255, 0.98) 20%,
        rgba(244, 251, 255, 1) 32%,
        rgba(250, 253, 255, 1) 48%,
        rgba(255, 255, 255, 1) 60%,
        rgba(252, 254, 255, 1) 74%,
        rgba(247, 252, 255, 1) 90%,
        rgba(244, 251, 255, 1) 100%
      ),
      radial-gradient(circle at 88% 44%, rgba(44, 169, 203, 0.036), transparent 40%),
      radial-gradient(circle at 10% 86%, rgba(10, 111, 155, 0.018), transparent 44%);
  }

  .inno-biomod-ha::before {
    height: 360px;
  }

  .inno-biomod-ha::after {
    height: 360px;
  }

  .inno-biomod-ha__inner {
    padding:
      190px
      24px
      164px;
  }

  .inno-biomod-ha__header {
    max-width: 100%;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 24px;
  }

  .inno-biomod-ha__layout {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 34px;
    justify-items: center;
  }

  .inno-biomod-ha__video-card {
    width: 100%;
    max-width: 720px;
  }

  .inno-biomod-ha__copy {
    max-width: 720px;
    justify-self: center;
  }

  .inno-biomod-ha__video {
    min-height: 320px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .inno-biomod-ha {
    margin-top: -92px;
  }

  .inno-biomod-ha__bg {
    background:
      linear-gradient(
        180deg,
        rgba(241, 249, 255, 0) 0%,
        rgba(241, 249, 255, 0.64) 10%,
        rgba(241, 249, 255, 0.98) 22%,
        rgba(244, 251, 255, 1) 34%,
        rgba(250, 253, 255, 1) 50%,
        rgba(255, 255, 255, 1) 62%,
        rgba(252, 254, 255, 1) 76%,
        rgba(247, 252, 255, 1) 90%,
        rgba(244, 251, 255, 1) 100%
      ),
      radial-gradient(circle at 92% 42%, rgba(44, 169, 203, 0.03), transparent 44%),
      radial-gradient(circle at 8% 88%, rgba(10, 111, 155, 0.016), transparent 48%);
  }

  .inno-biomod-ha::before {
    height: 250px;
    background:
      linear-gradient(
        180deg,
        rgba(241, 249, 255, 0) 0%,
        rgba(241, 249, 255, 0.62) 24%,
        rgba(243, 250, 255, 0.96) 54%,
        rgba(250, 253, 255, 0.74) 78%,
        rgba(255, 255, 255, 0) 100%
      );
  }

  .inno-biomod-ha::after {
    height: 255px;
    background:
      linear-gradient(
        180deg,
        rgba(244, 251, 255, 0) 0%,
        rgba(247, 252, 255, 0.28) 26%,
        rgba(250, 253, 255, 0.68) 58%,
        rgba(255, 255, 255, 0.94) 84%,
        rgba(255, 255, 255, 1) 100%
      );
  }

  .inno-biomod-ha__inner {
    padding:
      118px
      18px
      108px;
  }

  .inno-biomod-ha__header {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 26px;
    justify-items: center;
    align-items: center;
    text-align: center;
  }

  .inno-biomod-ha__number {
    min-width: 56px;
    min-height: 42px;
    padding: 0 14px;
    justify-self: center;
    font-size: 20px;
  }

  .inno-biomod-ha__heading {
    width: 100%;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .inno-biomod-ha__eyebrow {
    min-height: 32px;
    margin: 0 auto 16px;
    padding: 0 12px;
    font-size: 9px;
  }

  .inno-biomod-ha__title {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1.02;
    letter-spacing: -0.03em;
    text-align: center;
  }

  .inno-biomod-ha__layout {
    justify-items: center;
    align-items: center;
    text-align: center;
  }

  .inno-biomod-ha__video-card {
    width: 100%;
    max-width: 100%;
    border-radius: 24px;
  }

  .inno-biomod-ha__video {
    min-height: 220px;
  }

  .inno-biomod-ha__play {
    width: 62px;
    height: 62px;
  }

  .inno-biomod-ha__play span {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 15px;
  }

  .inno-biomod-ha__copy {
    width: 100%;
    max-width: 100%;
    justify-self: center;
    padding: 22px 18px;
    border-radius: 24px;
  }

  .inno-biomod-ha__copy::after {
    display: none;
    content: none;
  }

  .inno-biomod-ha__list {
    gap: 12px;
  }

  .inno-biomod-ha__list li {
    min-height: 46px;
    padding:
      13px
      14px
      13px
      46px;
    font-size: 15px;
    line-height: 1.36;
    border-radius: 16px;
    text-align: left;
  }

  .inno-biomod-ha__list li::before {
    left: 16px;
    width: 8px;
    height: 8px;
    box-shadow:
      0 0 0 5px rgba(44, 169, 203, 0.1),
      0 8px 16px rgba(44, 169, 203, 0.14);
  }

  .inno-biomod-ha__list li::after {
    left: 19.5px;
    top: calc(50% + 14px);
    bottom: -13px;
  }
}

@media (max-width: 390px) {
  .inno-biomod-ha {
    margin-top: -86px;
  }

  .inno-biomod-ha__inner {
    padding-top: 110px;
    padding-bottom: 102px;
  }

  .inno-biomod-ha::before {
    height: 240px;
  }

  .inno-biomod-ha::after {
    height: 245px;
  }

  .inno-biomod-ha__title {
    max-width: 300px;
    font-size: 26px;
  }

  .inno-biomod-ha__list li {
    font-size: 14.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef1056f *//* =========================
   OPTIMA REGULAR FONT
========================= */

@font-face {
  font-family: "INNO Optima Regular";
  src: url("https://www.innoaesthetics.com/wp-content/uploads/et-fonts/optima-lt-regular.woff2?v=20260622") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.inno-line-name,
.inno-line-name *,
.inno-font-optima,
.inno-font-optima *,
.inno-product-line-name,
.inno-product-line-name * {
  font-family: "INNO Optima Regular" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-synthesis: none !important;
  font-synthesis-weight: none !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: geometricPrecision !important;
}

/* =========================================================
   INNO Skin Biomodulation - Products Section
   White / blue premium aesthetic
   Diffused top + bottom transitions
   ========================================================= */

.inno-biomod-products {
  position: relative;
  z-index: 5;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: -170px;
  padding-top: 0;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  color: #062f4f;
}

.inno-biomod-products,
.inno-biomod-products * {
  box-sizing: border-box;
  font-family: "INNO Helvetica", Helvetica, Arial, sans-serif;
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inno-biomod-products a {
  text-decoration: none;
}

/* Fondo principal: recoge blanco/azul claro de sección 03 y mantiene blanco limpio */
.inno-biomod-products__bg {
  position: absolute;
  inset: -2px 0 -2px 0;
  z-index: -3;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(250, 253, 255, 0.52) 8%,
      rgba(255, 255, 255, 0.94) 18%,
      rgba(255, 255, 255, 1) 30%,
      rgba(255, 255, 255, 1) 56%,
      rgba(252, 254, 255, 1) 72%,
      rgba(248, 253, 255, 1) 88%,
      rgba(244, 251, 255, 1) 100%
    ),
    radial-gradient(circle at 20% 24%, rgba(44, 169, 203, 0.024), transparent 34%),
    radial-gradient(circle at 84% 76%, rgba(10, 111, 155, 0.016), transparent 40%);
  pointer-events: none;
}

/* Entrada fundida desde la sección 03 */
.inno-biomod-products::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  z-index: -2;
  height: clamp(340px, 25vw, 500px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(250, 253, 255, 0.52) 22%,
      rgba(255, 255, 255, 0.94) 52%,
      rgba(255, 255, 255, 0.78) 76%,
      rgba(255, 255, 255, 0) 100%
    );
  pointer-events: none;
}

/* Salida fundida para la siguiente sección */
.inno-biomod-products::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -2;
  height: clamp(300px, 22vw, 440px);
  background:
    linear-gradient(
      180deg,
      rgba(244, 251, 255, 0) 0%,
      rgba(247, 252, 255, 0.26) 24%,
      rgba(250, 253, 255, 0.64) 54%,
      rgba(255, 255, 255, 0.92) 84%,
      rgba(255, 255, 255, 1) 100%
    );
  pointer-events: none;
}

.inno-biomod-products__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding:
    170px
    clamp(22px, 4vw, 48px)
    clamp(142px, 10vw, 190px);
}

.inno-biomod-products__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 4vw, 64px);
  align-items: stretch;
}

/* Card con degradado suave */
.inno-biomod-products__item {
  position: relative;
  min-height: 100%;
  padding:
    clamp(34px, 4vw, 56px)
    clamp(24px, 3vw, 42px)
    clamp(30px, 3vw, 44px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(44, 169, 203, 0.14);
  border-radius: clamp(28px, 3vw, 42px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.98) 48%,
      rgba(250, 253, 255, 0.84) 100%
    );
  box-shadow:
    0 28px 80px rgba(6, 47, 79, 0.07),
    0 1px 0 rgba(255, 255, 255, 0.95) inset;
  overflow: hidden;
}

.inno-biomod-products__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(44, 169, 203, 0.028), transparent 34%),
    radial-gradient(circle at 14% 92%, rgba(10, 111, 155, 0.018), transparent 38%);
  pointer-events: none;
}

.inno-biomod-products__item > * {
  position: relative;
  z-index: 1;
}

.inno-biomod-products__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(22px, 2.4vw, 34px);
}

.inno-biomod-products__line {
  display: block;
  margin: 0 0 4px;
  color: #062f4f;
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.inno-biomod-products__product {
  display: block;
  color: #062f4f;
  font-size: clamp(38px, 3.6vw, 64px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.inno-biomod-products__dose {
  display: block;
  margin-top: 2px;
  color: #2ca9cb;
  font-size: clamp(28px, 2.6vw, 48px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

/* R registrada separada hacia la derecha */
.inno-biomod-products__line sup,
.inno-biomod-products__copy sup,
.inno-biomod-products__description sup {
  display: inline-block;
  position: relative;
  margin-left: 0.22em;
  font-size: 0.48em;
  line-height: 0;
  vertical-align: super;
  letter-spacing: 0;
  transform: translate(0.08em, -0.02em);
}

.inno-biomod-products__product sup {
  display: inline-block;
  position: relative;
  margin-left: 0.55em;
  font-size: 0.42em;
  line-height: 0;
  vertical-align: super;
  letter-spacing: 0;
  transform: translate(0.24em, -0.06em);
}

/* Contenedor de foto 100% blanco con línea azul */
.inno-biomod-products__media {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: clamp(10px, 1.1vw, 16px);
  border: 1px solid rgba(44, 169, 203, 0.18);
  border-radius: clamp(20px, 2vw, 30px);
  background: #ffffff;
  box-shadow:
    0 14px 36px rgba(6, 47, 79, 0.035),
    0 1px 0 rgba(255, 255, 255, 1) inset;
  overflow: hidden;
  transition:
    transform 0.26s ease,
    border-color 0.26s ease,
    box-shadow 0.26s ease;
}

.inno-biomod-products__media a {
  width: 100%;
  display: block;
  border-radius: inherit;
  overflow: hidden;
  cursor: pointer;
}

.inno-biomod-products__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  mix-blend-mode: normal;
  transform: scale(1);
  transition:
    transform 0.36s ease,
    filter 0.36s ease;
}

.inno-biomod-products__media:hover,
.inno-biomod-products__media:focus-within {
  border-color: rgba(44, 169, 203, 0.36);
  box-shadow:
    0 22px 54px rgba(6, 47, 79, 0.07),
    0 0 0 1px rgba(44, 169, 203, 0.08) inset;
  transform: translateY(-3px);
}

.inno-biomod-products__media:hover img,
.inno-biomod-products__media:focus-within img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.02);
}

.inno-biomod-products__media a:focus-visible {
  outline: 2px solid rgba(10, 111, 155, 0.34);
  outline-offset: 5px;
}

/* =========================================================
   INNO Skin Biomodulation - Product Specs
   Concentration + Molecular weight
   ========================================================= */

.inno-biomod-products__specs {
  width: 100%;
  max-width: 560px;
  margin:
    clamp(18px, 1.8vw, 26px)
    auto
    0;
  padding:
    clamp(12px, 1.4vw, 18px)
    clamp(8px, 1vw, 12px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(230px, 1.1fr);
  gap: clamp(14px, 1.8vw, 26px);
  align-items: start;
}

.inno-biomod-products__spec {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: clamp(10px, 1vw, 14px);
  text-align: left;
}

.inno-biomod-products__spec-icon {
  flex: 0 0 auto;
  width: clamp(42px, 3.2vw, 54px);
  height: clamp(42px, 3.2vw, 54px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5f9fd4;
}

.inno-biomod-products__spec-icon--ha {
  border: 2px solid currentColor;
  border-radius: 999px;
  font-size: clamp(21px, 1.7vw, 28px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
  font-synthesis: none;
  text-shadow: none;
  -webkit-text-stroke: 0;
}

.inno-biomod-products__spec-icon--molecule svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.inno-biomod-products__spec-icon--molecule ellipse {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.inno-biomod-products__spec-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.inno-biomod-products__spec-label {
  display: block;
  color: #5f9fd4;
  font-size: clamp(15px, 1.1vw, 19px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.inno-biomod-products__spec-value {
  display: block;
  color: #050505;
  font-size: clamp(17px, 1.2vw, 21px);
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: -0.018em;
  white-space: nowrap;
  font-synthesis: none;
  text-shadow: none;
  -webkit-text-stroke: 0;
}

.inno-biomod-products__description {
  width: 100%;
  max-width: 520px;
  margin:
    clamp(14px, 1.5vw, 22px)
    auto
    0;
  color: rgba(6, 47, 79, 0.72);
  font-size: clamp(15px, 1vw, 17px);
  font-weight: 400;
  line-height: 1.62;
  text-align: center;
}

.inno-biomod-products__actions {
  margin-top: 0;
  padding-top: clamp(18px, 1.8vw, 24px);
}

.inno-biomod-products__button {
  min-height: 52px;
  padding: 15px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff;
  background: #0a6f9b;
  border: 1px solid rgba(10, 111, 155, 0.7);
  border-radius: 999px;
  box-shadow: 0 16px 42px rgba(10, 111, 155, 0.18);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.inno-biomod-products__button:hover,
.inno-biomod-products__button:focus-visible {
  color: #ffffff;
  background: #085f86;
  border-color: rgba(8, 95, 134, 0.82);
  transform: translateY(-2px);
  box-shadow: 0 22px 56px rgba(10, 111, 155, 0.28);
}

.inno-biomod-products__button:focus-visible {
  outline: 2px solid rgba(10, 111, 155, 0.34);
  outline-offset: 4px;
}

.inno-biomod-products__copy {
  width: 100%;
  max-width: 1120px;
  margin: clamp(54px, 5vw, 78px) auto 0;
  text-align: left;
}

.inno-biomod-products__copy p {
  margin: 0;
  color: rgba(6, 47, 79, 0.78);
  font-size: clamp(16px, 1.08vw, 18px);
  font-weight: 400;
  line-height: 1.72;
}

.inno-biomod-products__copy p + p {
  margin-top: 18px;
}

.inno-biomod-products__copy strong {
  color: #062f4f;
  font-weight: 600;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Desktop pequeño */
@media (max-width: 1180px) {
  .inno-biomod-products {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: -140px;
  }

  .inno-biomod-products::before {
    height: 360px;
  }

  .inno-biomod-products::after {
    height: 340px;
  }

  .inno-biomod-products__inner {
    padding:
      150px
      24px
      154px;
  }

  .inno-biomod-products__product {
    font-size: clamp(34px, 4.6vw, 52px);
  }

  .inno-biomod-products__dose {
    font-size: clamp(26px, 3vw, 40px);
  }

  .inno-biomod-products__product sup {
    margin-left: 0.48em;
    transform: translate(0.2em, -0.05em);
  }

  .inno-biomod-products__specs {
    max-width: 540px;
    grid-template-columns: minmax(0, 0.88fr) minmax(220px, 1.12fr);
    gap: 18px;
  }

  .inno-biomod-products__spec-label {
    font-size: clamp(14px, 1.25vw, 17px);
  }

  .inno-biomod-products__spec-value {
    font-size: clamp(16px, 1.32vw, 19px);
  }
}

/* Tablet */
@media (max-width: 980px) {
  .inno-biomod-products {
    margin-top: -124px;
  }

  .inno-biomod-products__bg {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(250, 253, 255, 0.58) 9%,
        rgba(255, 255, 255, 0.96) 20%,
        rgba(255, 255, 255, 1) 34%,
        rgba(255, 255, 255, 1) 58%,
        rgba(252, 254, 255, 1) 74%,
        rgba(248, 253, 255, 1) 90%,
        rgba(244, 251, 255, 1) 100%
      ),
      radial-gradient(circle at 88% 44%, rgba(44, 169, 203, 0.02), transparent 42%),
      radial-gradient(circle at 10% 86%, rgba(10, 111, 155, 0.014), transparent 46%);
  }

  .inno-biomod-products::before {
    height: 360px;
  }

  .inno-biomod-products::after {
    height: 360px;
  }

  .inno-biomod-products__inner {
    padding-top: 150px;
    padding-bottom: 164px;
  }

  .inno-biomod-products__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .inno-biomod-products__item {
    max-width: 640px;
    margin: 0 auto;
  }

  .inno-biomod-products__specs {
    max-width: 520px;
    grid-template-columns: minmax(0, 0.9fr) minmax(220px, 1.1fr);
  }

  .inno-biomod-products__copy {
    margin-top: 48px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .inno-biomod-products {
    margin-top: -92px;
  }

  .inno-biomod-products__bg {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(250, 253, 255, 0.62) 10%,
        rgba(255, 255, 255, 0.98) 22%,
        rgba(255, 255, 255, 1) 36%,
        rgba(255, 255, 255, 1) 60%,
        rgba(252, 254, 255, 1) 76%,
        rgba(248, 253, 255, 1) 90%,
        rgba(244, 251, 255, 1) 100%
      ),
      radial-gradient(circle at 92% 42%, rgba(44, 169, 203, 0.018), transparent 46%),
      radial-gradient(circle at 8% 88%, rgba(10, 111, 155, 0.012), transparent 50%);
  }

  .inno-biomod-products::before {
    height: 250px;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(250, 253, 255, 0.58) 24%,
        rgba(255, 255, 255, 0.96) 54%,
        rgba(255, 255, 255, 0.76) 78%,
        rgba(255, 255, 255, 0) 100%
      );
  }

  .inno-biomod-products::after {
    height: 250px;
    background:
      linear-gradient(
        180deg,
        rgba(244, 251, 255, 0) 0%,
        rgba(247, 252, 255, 0.28) 26%,
        rgba(250, 253, 255, 0.68) 58%,
        rgba(255, 255, 255, 0.94) 84%,
        rgba(255, 255, 255, 1) 100%
      );
  }

  .inno-biomod-products__inner {
    padding:
      112px
      18px
      106px;
  }

  .inno-biomod-products__grid {
    gap: 26px;
  }

  .inno-biomod-products__item {
    padding:
      28px
      18px
      24px;
    border-radius: 24px;
  }

  .inno-biomod-products__name {
    margin-bottom: 18px;
  }

  .inno-biomod-products__line {
    font-size: 13px;
  }

  .inno-biomod-products__product {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 0.98;
  }

  .inno-biomod-products__dose {
    font-size: clamp(24px, 7vw, 34px);
  }

  .inno-biomod-products__line sup {
    margin-left: 0.18em;
    font-size: 0.48em;
    transform: translate(0.06em, -0.02em);
  }

  .inno-biomod-products__product sup {
    margin-left: 0.42em;
    font-size: 0.42em;
    transform: translate(0.18em, -0.05em);
  }

  .inno-biomod-products__media {
    max-width: 100%;
    padding: 8px;
    border-radius: 18px;
  }

  .inno-biomod-products__media:hover,
  .inno-biomod-products__media:focus-within {
    transform: translateY(-2px);
  }

  .inno-biomod-products__media:hover img,
  .inno-biomod-products__media:focus-within img {
    transform: scale(1.025);
  }

  .inno-biomod-products__specs {
    width: fit-content;
    max-width: 100%;
    margin:
      18px
      auto
      0;
    padding-inline: 0;
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: stretch;
    text-align: left;
  }

  .inno-biomod-products__spec {
    width: 100%;
    max-width: none;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
  }

  .inno-biomod-products__spec-icon {
    width: 42px;
    height: 42px;
  }

  .inno-biomod-products__spec-icon--ha {
    font-size: 21px;
  }

  .inno-biomod-products__spec-content {
    align-items: flex-start;
    text-align: left;
  }

  .inno-biomod-products__spec-label {
    font-size: 15px;
    white-space: normal;
  }

  .inno-biomod-products__spec-value {
    font-size: 17px;
    white-space: normal;
  }

  .inno-biomod-products__description {
    margin-top: 16px;
    font-size: 14.5px;
    line-height: 1.58;
  }

  .inno-biomod-products__actions {
    padding-top: 18px;
  }

  .inno-biomod-products__button {
    width: 100%;
    min-height: 52px;
    padding-inline: 18px;
    white-space: normal;
    text-align: center;
  }

  .inno-biomod-products__copy p {
    font-size: 15px;
    line-height: 1.66;
  }

  .inno-biomod-products__copy p + p {
    margin-top: 16px;
  }
}

@media (max-width: 390px) {
  .inno-biomod-products {
    margin-top: -86px;
  }

  .inno-biomod-products__inner {
    padding-top: 104px;
    padding-bottom: 98px;
  }

  .inno-biomod-products::before {
    height: 240px;
  }

  .inno-biomod-products::after {
    height: 240px;
  }

  .inno-biomod-products__product {
    font-size: 28px;
  }

  .inno-biomod-products__dose {
    font-size: 22px;
  }

  .inno-biomod-products__product sup {
    margin-left: 0.38em;
    transform: translate(0.16em, -0.05em);
  }

  .inno-biomod-products__specs {
    width: 100%;
    max-width: 245px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9d8b6b *//* =========================================================
   INNO Skin Biomodulation - Section 04
   Treatment Protocol
   White / blue premium aesthetic
   Clean diffused top + bottom transitions
   ========================================================= */

.inno-biomod-protocol {
  position: relative;
  z-index: 6;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: -155px;
  padding-top: 0;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  color: #062f4f;
}

.inno-biomod-protocol,
.inno-biomod-protocol * {
  box-sizing: border-box;
  font-family: "INNO Helvetica", Helvetica, Arial, sans-serif;
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inno-biomod-protocol a {
  text-decoration: none;
}

/* Fondo principal: blanco limpio al inicio, azul muy suave hacia el cuerpo */
.inno-biomod-protocol__bg {
  position: absolute;
  inset: -2px 0 -2px 0;
  z-index: -3;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.72) 8%,
      rgba(255, 255, 255, 1) 18%,
      rgba(255, 255, 255, 1) 34%,
      rgba(252, 254, 255, 1) 54%,
      rgba(248, 253, 255, 1) 74%,
      rgba(244, 251, 255, 1) 100%
    ),
    radial-gradient(circle at 18% 28%, rgba(44, 169, 203, 0.018), transparent 40%),
    radial-gradient(circle at 84% 78%, rgba(10, 111, 155, 0.012), transparent 46%);
  pointer-events: none;
}

/* Entrada: elimina la raya azul recogiendo la sección anterior con blanco largo */
.inno-biomod-protocol::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  z-index: -2;
  height: clamp(390px, 29vw, 580px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.56) 16%,
      rgba(255, 255, 255, 0.94) 38%,
      rgba(255, 255, 255, 1) 58%,
      rgba(255, 255, 255, 0.82) 78%,
      rgba(255, 255, 255, 0) 100%
    );
  pointer-events: none;
}

/* Salida: prepara blanco/azul claro para la siguiente sección */
.inno-biomod-protocol::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -2;
  height: clamp(330px, 24vw, 480px);
  background:
    linear-gradient(
      180deg,
      rgba(244, 251, 255, 0) 0%,
      rgba(247, 252, 255, 0.24) 24%,
      rgba(250, 253, 255, 0.62) 54%,
      rgba(255, 255, 255, 0.94) 84%,
      rgba(255, 255, 255, 1) 100%
    );
  pointer-events: none;
}

.inno-biomod-protocol__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding:
    188px
    clamp(22px, 4vw, 48px)
    clamp(142px, 10vw, 190px);
}

.inno-biomod-protocol__header {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto clamp(38px, 4vw, 58px);
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: clamp(22px, 2.6vw, 34px);
  align-items: center;
}

.inno-biomod-protocol__number {
  width: fit-content;
  min-width: 70px;
  min-height: 54px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  color: #ffffff;
  background: linear-gradient(180deg, #1684b4 0%, #0a6f9b 100%);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(10, 111, 155, 0.18);
  font-size: clamp(20px, 1.7vw, 28px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
}

.inno-biomod-protocol__heading {
  min-width: 0;
}

.inno-biomod-protocol__title {
  margin: 0;
  color: #2ca9cb;
  font-size: clamp(38px, 3.2vw, 58px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  text-wrap: balance;
  transform: translateY(6px);
}

.inno-biomod-protocol__intro {
  width: 100%;
  max-width: 760px;
  margin: 0 auto clamp(44px, 4.8vw, 70px);
  padding:
    clamp(22px, 2.4vw, 32px)
    clamp(24px, 3vw, 42px);
  text-align: center;
  border: 1px solid rgba(44, 169, 203, 0.12);
  border-radius: clamp(24px, 2.6vw, 34px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.94) 0%,
      rgba(255, 255, 255, 0.82) 100%
    );
  box-shadow:
    0 22px 70px rgba(6, 47, 79, 0.052),
    0 1px 0 rgba(255, 255, 255, 0.92) inset;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.inno-biomod-protocol__intro p {
  margin: 0;
  color: rgba(6, 47, 79, 0.78);
  font-size: clamp(16px, 1.14vw, 19px);
  font-weight: 500;
  line-height: 1.52;
  letter-spacing: -0.01em;
}

.inno-biomod-protocol__timeline {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding:
    clamp(32px, 3.2vw, 46px)
    clamp(24px, 3.6vw, 52px);
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr) auto minmax(190px, 1fr);
  gap: clamp(18px, 2.2vw, 28px);
  align-items: center;
  border: 1px solid rgba(44, 169, 203, 0.12);
  border-radius: clamp(28px, 3vw, 42px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.84) 58%,
      rgba(248, 253, 255, 0.78) 100%
    );
  box-shadow:
    0 28px 86px rgba(6, 47, 79, 0.062),
    0 1px 0 rgba(255, 255, 255, 0.92) inset;
  overflow: hidden;
}

.inno-biomod-protocol__timeline::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(44, 169, 203, 0.03), transparent 38%),
    radial-gradient(circle at 86% 78%, rgba(10, 111, 155, 0.016), transparent 46%);
  pointer-events: none;
}

.inno-biomod-protocol__timeline > * {
  position: relative;
  z-index: 1;
}

.inno-biomod-protocol__session {
  position: relative;
  min-height: 74px;
  padding:
    0
    clamp(20px, 2.1vw, 30px)
    0
    clamp(18px, 1.8vw, 24px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ffffff;
  background: linear-gradient(180deg, #2ca9cb 0%, #1b94b7 100%);
  border-radius: 22px;
  box-shadow:
    0 18px 44px rgba(44, 169, 203, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.24) inset;
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 50%, calc(100% - 34px) 100%, 0 100%);
}

.inno-biomod-protocol__session-small {
  color: #ffffff;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.inno-biomod-protocol__session-small sup {
  display: inline-block;
  margin-left: 1px;
  font-size: 0.58em;
  line-height: 1;
  vertical-align: baseline;
  transform: translateY(0);
}

.inno-biomod-protocol__session-label {
  color: #ffffff;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.inno-biomod-protocol__interval {
  min-width: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #062f4f;
  text-align: center;
}

.inno-biomod-protocol__interval span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(44, 169, 203, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: rgba(6, 47, 79, 0.8);
  box-shadow: 0 12px 30px rgba(6, 47, 79, 0.04);
  font-size: clamp(15px, 1.25vw, 20px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.inno-biomod-protocol__copy {
  width: 100%;
  max-width: 1080px;
  margin: clamp(48px, 5vw, 76px) auto 0;
  padding:
    clamp(26px, 3vw, 42px)
    clamp(24px, 3.4vw, 48px);
  border: 1px solid rgba(44, 169, 203, 0.1);
  border-radius: clamp(26px, 3vw, 38px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0.74) 100%
    );
  box-shadow:
    0 24px 72px rgba(6, 47, 79, 0.05),
    0 1px 0 rgba(255, 255, 255, 0.92) inset;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.inno-biomod-protocol__copy p {
  margin: 0;
  color: rgba(6, 47, 79, 0.78);
  font-size: clamp(16px, 1.08vw, 18px);
  font-weight: 400;
  line-height: 1.72;
}

.inno-biomod-protocol__copy p + p {
  margin-top: 18px;
}

.inno-biomod-protocol__copy strong {
  color: #062f4f;
  font-weight: 600;
}

.inno-biomod-protocol__copy sup {
  display: inline-block;
  margin-left: 0.16em;
  font-size: 0.56em;
  line-height: 0;
  vertical-align: super;
}

/* Desktop pequeño */
@media (max-width: 1180px) {
  .inno-biomod-protocol {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: -140px;
  }

  .inno-biomod-protocol::before {
    height: 390px;
  }

  .inno-biomod-protocol::after {
    height: 350px;
  }

  .inno-biomod-protocol__inner {
    padding:
      160px
      24px
      164px;
  }

  .inno-biomod-protocol__timeline {
    grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr) auto minmax(160px, 1fr);
    gap: 14px;
    padding:
      34px
      26px;
  }

  .inno-biomod-protocol__session {
    min-height: 68px;
    clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 50%, calc(100% - 28px) 100%, 0 100%);
  }

  .inno-biomod-protocol__interval {
    min-width: 76px;
  }
}

/* Tablet */
@media (max-width: 980px) {
  .inno-biomod-protocol {
    margin-top: -124px;
  }

  .inno-biomod-protocol__bg {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.7) 9%,
        rgba(255, 255, 255, 0.98) 20%,
        rgba(255, 255, 255, 1) 36%,
        rgba(252, 254, 255, 1) 58%,
        rgba(248, 253, 255, 1) 80%,
        rgba(244, 251, 255, 1) 100%
      ),
      radial-gradient(circle at 88% 44%, rgba(44, 169, 203, 0.018), transparent 46%),
      radial-gradient(circle at 10% 86%, rgba(10, 111, 155, 0.012), transparent 50%);
  }

  .inno-biomod-protocol::before {
    height: 390px;
  }

  .inno-biomod-protocol::after {
    height: 360px;
  }

  .inno-biomod-protocol__inner {
    padding:
      150px
      24px
      164px;
  }

  .inno-biomod-protocol__header {
    max-width: 100%;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
  }

  .inno-biomod-protocol__title {
    transform: translateY(5px);
  }

  .inno-biomod-protocol__intro {
    text-align: center;
  }

  .inno-biomod-protocol__timeline {
    max-width: 680px;
    grid-template-columns: 1fr;
    gap: 14px;
    padding:
      30px
      24px;
    justify-items: center;
  }

  .inno-biomod-protocol__session {
    width: 100%;
    min-height: 64px;
    justify-content: center;
    clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 50%, calc(100% - 34px) 100%, 0 100%);
  }

  .inno-biomod-protocol__interval {
    position: relative;
    width: 100%;
    min-width: 0;
    min-height: 42px;
    justify-content: center;
  }

  .inno-biomod-protocol__interval::before,
  .inno-biomod-protocol__interval::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 28%;
    height: 1px;
    background: linear-gradient(90deg, rgba(44, 169, 203, 0), rgba(44, 169, 203, 0.24));
    transform: translateY(-50%);
  }

  .inno-biomod-protocol__interval::before {
    left: 0;
  }

  .inno-biomod-protocol__interval::after {
    right: 0;
    background: linear-gradient(90deg, rgba(44, 169, 203, 0.24), rgba(44, 169, 203, 0));
  }

  .inno-biomod-protocol__copy {
    text-align: center;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .inno-biomod-protocol {
    margin-top: -92px;
  }

  .inno-biomod-protocol__bg {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.74) 10%,
        rgba(255, 255, 255, 0.98) 22%,
        rgba(255, 255, 255, 1) 38%,
        rgba(252, 254, 255, 1) 60%,
        rgba(248, 253, 255, 1) 82%,
        rgba(244, 251, 255, 1) 100%
      ),
      radial-gradient(circle at 92% 42%, rgba(44, 169, 203, 0.014), transparent 50%),
      radial-gradient(circle at 8% 88%, rgba(10, 111, 155, 0.01), transparent 54%);
  }

  .inno-biomod-protocol::before {
    height: 255px;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.64) 20%,
        rgba(255, 255, 255, 0.96) 48%,
        rgba(255, 255, 255, 1) 66%,
        rgba(255, 255, 255, 0.76) 84%,
        rgba(255, 255, 255, 0) 100%
      );
  }

  .inno-biomod-protocol::after {
    height: 250px;
    background:
      linear-gradient(
        180deg,
        rgba(244, 251, 255, 0) 0%,
        rgba(247, 252, 255, 0.28) 26%,
        rgba(250, 253, 255, 0.68) 58%,
        rgba(255, 255, 255, 0.94) 84%,
        rgba(255, 255, 255, 1) 100%
      );
  }

  .inno-biomod-protocol__inner {
    padding:
      112px
      18px
      106px;
  }

  .inno-biomod-protocol__header {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 26px;
    justify-items: center;
    align-items: center;
    text-align: center;
  }

  .inno-biomod-protocol__number {
    min-width: 56px;
    min-height: 42px;
    padding: 0 14px;
    justify-self: center;
    font-size: 20px;
  }

  .inno-biomod-protocol__heading {
    width: 100%;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .inno-biomod-protocol__title {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(30px, 8.4vw, 40px);
    line-height: 1.02;
    letter-spacing: -0.032em;
    transform: none;
    text-align: center;
  }

  .inno-biomod-protocol__intro {
    margin-bottom: 28px;
    padding: 22px 18px;
    border-radius: 24px;
    text-align: center;
  }

  .inno-biomod-protocol__intro p {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 1.56;
    text-align: center;
  }

  .inno-biomod-protocol__timeline {
    padding: 24px 18px;
    border-radius: 24px;
    justify-items: center;
    text-align: center;
  }

  .inno-biomod-protocol__session {
    width: 100%;
    min-height: 58px;
    padding:
      0
      28px
      0
      18px;
    gap: 7px;
    justify-content: center;
    border-radius: 18px;
    clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 50%, calc(100% - 28px) 100%, 0 100%);
  }

  .inno-biomod-protocol__session-small {
    font-size: 17px;
  }

  .inno-biomod-protocol__session-label {
    font-size: clamp(22px, 7vw, 28px);
  }

  .inno-biomod-protocol__interval {
    width: 100%;
    justify-content: center;
  }

  .inno-biomod-protocol__interval span {
    min-height: 40px;
    padding: 0 14px;
    font-size: 15px;
  }

  .inno-biomod-protocol__copy {
    margin-top: 28px;
    padding: 24px 20px;
    border-radius: 24px;
    text-align: center;
  }

  .inno-biomod-protocol__copy p {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 1.66;
    text-align: center;
  }

  .inno-biomod-protocol__copy p + p {
    margin-top: 16px;
  }
}

@media (max-width: 390px) {
  .inno-biomod-protocol {
    margin-top: -86px;
  }

  .inno-biomod-protocol__inner {
    padding-top: 104px;
    padding-bottom: 98px;
  }

  .inno-biomod-protocol::before {
    height: 240px;
  }

  .inno-biomod-protocol::after {
    height: 240px;
  }

  .inno-biomod-protocol__title {
    max-width: 300px;
    font-size: 28px;
  }

  .inno-biomod-protocol__session-label {
    font-size: 22px;
  }

  .inno-biomod-protocol__intro p,
  .inno-biomod-protocol__copy p {
    max-width: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ead5916 *//* =========================================================
   INNO Skin Biomodulation - Section 05
   Specific Application Techniques
   White / blue premium aesthetic
   Diffused top + bottom transitions
   ========================================================= */

.inno-biomod-techniques {
  position: relative;
  z-index: 7;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: -155px;
  padding-top: 0;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  color: #062f4f;
}

.inno-biomod-techniques,
.inno-biomod-techniques * {
  box-sizing: border-box;
  font-family: "INNO Helvetica", Helvetica, Arial, sans-serif;
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inno-biomod-techniques a {
  text-decoration: none;
}

/* Fondo principal: blanco limpio + azul muy suave */
.inno-biomod-techniques__bg {
  position: absolute;
  inset: -2px 0 -2px 0;
  z-index: -3;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(250, 253, 255, 0.56) 8%,
      rgba(255, 255, 255, 0.98) 19%,
      rgba(255, 255, 255, 1) 34%,
      rgba(252, 254, 255, 1) 56%,
      rgba(248, 253, 255, 1) 78%,
      rgba(244, 251, 255, 1) 100%
    ),
    radial-gradient(circle at 18% 24%, rgba(44, 169, 203, 0.022), transparent 40%),
    radial-gradient(circle at 84% 78%, rgba(10, 111, 155, 0.014), transparent 48%);
  pointer-events: none;
}

/* Entrada */
.inno-biomod-techniques::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  z-index: -2;
  height: clamp(390px, 29vw, 580px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.58) 18%,
      rgba(255, 255, 255, 0.96) 42%,
      rgba(255, 255, 255, 1) 62%,
      rgba(255, 255, 255, 0.78) 82%,
      rgba(255, 255, 255, 0) 100%
    );
  pointer-events: none;
}

/* Salida */
.inno-biomod-techniques::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -2;
  height: clamp(330px, 24vw, 480px);
  background:
    linear-gradient(
      180deg,
      rgba(244, 251, 255, 0) 0%,
      rgba(247, 252, 255, 0.26) 26%,
      rgba(250, 253, 255, 0.66) 58%,
      rgba(255, 255, 255, 0.96) 86%,
      rgba(255, 255, 255, 1) 100%
    );
  pointer-events: none;
}

.inno-biomod-techniques__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding:
    188px
    clamp(22px, 4vw, 48px)
    clamp(142px, 10vw, 190px);
}

.inno-biomod-techniques__header {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto clamp(42px, 4.4vw, 64px);
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: clamp(22px, 2.6vw, 34px);
  align-items: center;
}

.inno-biomod-techniques__number {
  width: fit-content;
  min-width: 70px;
  min-height: 54px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  color: #ffffff;
  background: linear-gradient(180deg, #1684b4 0%, #0a6f9b 100%);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(10, 111, 155, 0.18);
  font-size: clamp(20px, 1.7vw, 28px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
}

.inno-biomod-techniques__heading {
  min-width: 0;
}

.inno-biomod-techniques__title {
  margin: 0;
  color: #2ca9cb;
  font-size: clamp(34px, 3vw, 54px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  text-wrap: balance;
  transform: translateY(6px);
}

/* Main content */
.inno-biomod-techniques__main {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 4vw, 46px);
  align-items: stretch;
}

/* Imagen superior más controlada */
.inno-biomod-techniques__visual {
  position: relative;
  width: 100%;
  min-height: clamp(240px, 24vw, 340px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(44, 169, 203, 0.12);
  border-radius: clamp(28px, 3vw, 42px);
  background: #ffffff;
  box-shadow:
    0 30px 90px rgba(6, 47, 79, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.92) inset;
}

.inno-biomod-techniques__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.18) 0%,
      rgba(255, 255, 255, 0) 42%
    ),
    radial-gradient(circle at 78% 24%, rgba(44, 169, 203, 0.055), transparent 36%);
  pointer-events: none;
}

.inno-biomod-techniques__visual img {
  width: 100%;
  height: 100%;
  min-height: clamp(240px, 24vw, 340px);
  display: block;
  object-fit: cover;
  object-position: center center;
}

.inno-biomod-techniques__copy {
  position: relative;
  padding:
    clamp(30px, 3.4vw, 48px)
    clamp(26px, 3.4vw, 46px);
  border: 1px solid rgba(44, 169, 203, 0.12);
  border-radius: clamp(28px, 3vw, 42px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.86) 52%,
      rgba(248, 253, 255, 0.78) 100%
    );
  box-shadow:
    0 28px 86px rgba(6, 47, 79, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.94) inset;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
}

.inno-biomod-techniques__copy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(44, 169, 203, 0.04), transparent 36%),
    radial-gradient(circle at 8% 92%, rgba(10, 111, 155, 0.018), transparent 42%);
  pointer-events: none;
}

.inno-biomod-techniques__copy p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(6, 47, 79, 0.78);
  font-size: clamp(16px, 1.08vw, 18px);
  font-weight: 400;
  line-height: 1.74;
}

.inno-biomod-techniques__copy p + p {
  margin-top: 22px;
}

.inno-biomod-techniques__copy strong {
  color: #062f4f;
  font-weight: 600;
}

.inno-biomod-techniques sup {
  display: inline-block;
  margin-left: 0.12em;
  font-size: 0.56em;
  line-height: 0;
  vertical-align: super;
}

/* Creators */
.inno-biomod-techniques__creators {
  width: 100%;
  max-width: 1120px;
  margin: clamp(58px, 6vw, 92px) auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(30px, 4vw, 56px);
}

.inno-biomod-techniques__creator {
  position: relative;
  width: calc(50% - 28px);
  min-width: 0;
  min-height: 500px;
  padding:
    clamp(22px, 2.6vw, 34px)
    clamp(22px, 2.8vw, 36px)
    clamp(24px, 3vw, 38px);
  display: grid;
  grid-template-rows: 1fr auto;
  gap: clamp(18px, 2.2vw, 26px);
  justify-items: center;
  align-items: end;
  border: 1px solid rgba(44, 169, 203, 0.12);
  border-radius: clamp(30px, 3vw, 44px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.94) 56%,
      rgba(248, 253, 255, 0.84) 100%
    );
  box-shadow:
    0 30px 88px rgba(6, 47, 79, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.96) inset;
  overflow: hidden;
}

.inno-biomod-techniques__creator::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(44, 169, 203, 0.026), transparent 42%),
    radial-gradient(circle at 12% 88%, rgba(10, 111, 155, 0.012), transparent 48%);
  pointer-events: none;
}

/* Contenedor de foto full black */
.inno-biomod-techniques__creator-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 430px;
  min-height: 360px;
  margin: 0 auto;
  padding: clamp(14px, 1.5vw, 20px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  justify-self: center;
  align-self: end;
  border: 1px solid rgba(0, 0, 0, 0.92);
  border-radius: clamp(24px, 2.6vw, 34px);
  background: #000000;
  box-shadow:
    0 18px 48px rgba(6, 47, 79, 0.065),
    0 1px 0 rgba(255, 255, 255, 0.04) inset;
  overflow: hidden;
}

.inno-biomod-techniques__creator-photo img {
  width: 100%;
  max-height: 340px;
  display: block;
  object-fit: contain;
  object-position: center bottom;
}

.inno-biomod-techniques__creator-info {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
  background: transparent;
  border: 0;
}

/* Logo de técnica debajo de la foto */
.inno-biomod-techniques__creator-logo {
  width: min(360px, 92%);
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -2px auto 4px;
}

.inno-biomod-techniques__creator-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}

/* VPA: el archivo del logo tiene menor presencia visual, por eso se compensa un poco */
.inno-biomod-techniques__creator:first-child .inno-biomod-techniques__creator-logo {
  width: min(405px, 96%);
  height: 132px;
  margin: -8px auto 0;
}

.inno-biomod-techniques__creator-info strong {
  color: #062f4f;
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.inno-biomod-techniques__creator-button,
.inno-biomod-techniques__creator-status {
  margin-top: 10px;
  min-height: 46px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  white-space: nowrap;
}

.inno-biomod-techniques__creator-button {
  color: #ffffff;
  background: #0a6f9b;
  border: 1px solid rgba(10, 111, 155, 0.7);
  box-shadow: 0 14px 34px rgba(10, 111, 155, 0.18);
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.inno-biomod-techniques__creator-status {
  color: #0a6f9b;
  background: rgba(44, 169, 203, 0.08);
  border: 1px solid rgba(44, 169, 203, 0.18);
  box-shadow: 0 12px 30px rgba(6, 47, 79, 0.035);
}

.inno-biomod-techniques__creator-button span {
  width: auto;
  min-height: 0;
  padding: 0;
  display: inline-block;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  transform: none;
}

.inno-biomod-techniques__creator-button:hover,
.inno-biomod-techniques__creator-button:focus-visible {
  color: #ffffff;
  background: #085f86;
  border-color: rgba(8, 95, 134, 0.82);
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(10, 111, 155, 0.26);
}

.inno-biomod-techniques__creator-button:focus-visible {
  outline: 2px solid rgba(10, 111, 155, 0.34);
  outline-offset: 4px;
}

/* Desktop pequeño */
@media (max-width: 1180px) {
  .inno-biomod-techniques {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: -140px;
  }

  .inno-biomod-techniques::before {
    height: 390px;
  }

  .inno-biomod-techniques::after {
    height: 350px;
  }

  .inno-biomod-techniques__inner {
    padding:
      160px
      24px
      164px;
  }

  .inno-biomod-techniques__visual,
  .inno-biomod-techniques__visual img {
    min-height: 320px;
  }

  .inno-biomod-techniques__creator {
    width: calc(50% - 18px);
    min-height: 480px;
  }

  .inno-biomod-techniques__creator-logo {
    width: min(330px, 92%);
    height: 108px;
  }

  .inno-biomod-techniques__creator:first-child .inno-biomod-techniques__creator-logo {
    width: min(370px, 96%);
    height: 122px;
  }
}

/* Tablet */
@media (max-width: 980px) {
  .inno-biomod-techniques {
    margin-top: -124px;
  }

  .inno-biomod-techniques__bg {
    background:
      linear-gradient(
        180deg,
        rgba(250, 253, 255, 0.6) 9%,
        rgba(255, 255, 255, 0.98) 20%,
        rgba(255, 255, 255, 1) 36%,
        rgba(252, 254, 255, 1) 58%,
        rgba(248, 253, 255, 1) 80%,
        rgba(244, 251, 255, 1) 100%
      );
  }

  .inno-biomod-techniques::before {
    height: 390px;
  }

  .inno-biomod-techniques::after {
    height: 360px;
  }

  .inno-biomod-techniques__inner {
    padding:
      150px
      24px
      164px;
  }

  .inno-biomod-techniques__header {
    max-width: 100%;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 24px;
  }

  .inno-biomod-techniques__title {
    font-size: clamp(32px, 5vw, 46px);
    transform: translateY(5px);
  }

  .inno-biomod-techniques__main {
    max-width: 760px;
    justify-items: center;
    text-align: center;
  }

  .inno-biomod-techniques__copy {
    text-align: center;
  }

  .inno-biomod-techniques__copy p {
    text-align: center;
  }

  .inno-biomod-techniques__visual,
  .inno-biomod-techniques__visual img {
    min-height: 300px;
  }

  .inno-biomod-techniques__creators {
    max-width: 760px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    justify-items: center;
    text-align: center;
  }

  .inno-biomod-techniques__creator {
    width: 100%;
    min-height: auto;
    justify-items: center;
  }

  .inno-biomod-techniques__creator-photo {
    width: 100%;
    max-width: 440px;
    justify-self: center;
    align-self: center;
    align-items: center;
    justify-content: center;
  }

  .inno-biomod-techniques__creator-photo img {
    object-position: center center;
  }

  .inno-biomod-techniques__creator-logo {
    width: min(320px, 92%);
    height: 104px;
  }

  .inno-biomod-techniques__creator:first-child .inno-biomod-techniques__creator-logo {
    width: min(360px, 96%);
    height: 118px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .inno-biomod-techniques {
    margin-top: -92px;
  }

  .inno-biomod-techniques::before {
    height: 255px;
  }

  .inno-biomod-techniques::after {
    height: 250px;
  }

  .inno-biomod-techniques__inner {
    padding:
      112px
      18px
      106px;
  }

  .inno-biomod-techniques__header {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 28px;
    justify-items: center;
    align-items: center;
    text-align: center;
  }

  .inno-biomod-techniques__number {
    min-width: 56px;
    min-height: 42px;
    padding: 0 14px;
    justify-self: center;
    font-size: 20px;
  }

  .inno-biomod-techniques__heading {
    width: 100%;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .inno-biomod-techniques__title {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(29px, 8.2vw, 39px);
    line-height: 1.02;
    letter-spacing: -0.032em;
    transform: none;
    text-align: center;
  }

  .inno-biomod-techniques__main {
    justify-items: center;
    text-align: center;
  }

  .inno-biomod-techniques__copy {
    padding: 24px 20px;
    border-radius: 24px;
    text-align: center;
  }

  .inno-biomod-techniques__copy p {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 1.66;
    text-align: center;
  }

  .inno-biomod-techniques__copy p + p {
    margin-top: 18px;
  }

  .inno-biomod-techniques__visual {
    border-radius: 24px;
  }

  .inno-biomod-techniques__visual,
  .inno-biomod-techniques__visual img {
    min-height: 240px;
  }

  .inno-biomod-techniques__creators {
    margin-top: 34px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    justify-items: center;
    text-align: center;
  }

  .inno-biomod-techniques__creator {
    width: 100%;
    min-height: auto;
    padding:
      20px
      18px
      24px;
    border-radius: 24px;
    gap: 16px;
    justify-items: center;
    align-items: center;
    text-align: center;
  }

  .inno-biomod-techniques__creator-photo {
    width: 100%;
    max-width: 100%;
    min-height: 300px;
    padding: 12px;
    border-radius: 20px;
    justify-self: center;
    align-self: center;
    align-items: center;
    justify-content: center;
  }

  .inno-biomod-techniques__creator-photo img {
    max-height: 300px;
  }

  .inno-biomod-techniques__creator-info {
    gap: 7px;
    justify-items: center;
    text-align: center;
  }

  .inno-biomod-techniques__creator-logo {
    width: min(286px, 92%);
    height: 94px;
    margin-bottom: 3px;
  }

  .inno-biomod-techniques__creator:first-child .inno-biomod-techniques__creator-logo {
    width: min(320px, 96%);
    height: 106px;
  }

  .inno-biomod-techniques__creator-button,
  .inno-biomod-techniques__creator-status {
    width: 100%;
    max-width: 280px;
    margin-top: 8px;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .inno-biomod-techniques {
    margin-top: -86px;
  }

  .inno-biomod-techniques__inner {
    padding-top: 104px;
    padding-bottom: 98px;
  }

  .inno-biomod-techniques::before {
    height: 240px;
  }

  .inno-biomod-techniques::after {
    height: 240px;
  }

  .inno-biomod-techniques__title {
    max-width: 300px;
    font-size: 27px;
  }

  .inno-biomod-techniques__copy p {
    max-width: 300px;
  }

  .inno-biomod-techniques__creator-photo {
    min-height: 280px;
  }

  .inno-biomod-techniques__creator-photo img {
    max-height: 280px;
  }

  .inno-biomod-techniques__creator-logo {
    width: min(260px, 92%);
    height: 86px;
  }

  .inno-biomod-techniques__creator:first-child .inno-biomod-techniques__creator-logo {
    width: min(292px, 96%);
    height: 96px;
  }
}

/* FIX: tamaño medio de la imagen superior del bloque 05 */
.inno-biomod-techniques .inno-biomod-techniques__visual {
  height: 410px !important;
  min-height: 410px !important;
  max-height: 410px !important;
}

.inno-biomod-techniques .inno-biomod-techniques__visual img {
  width: 100% !important;
  height: 410px !important;
  min-height: 410px !important;
  max-height: 410px !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Desktop pequeño */
@media (max-width: 1180px) {
  .inno-biomod-techniques .inno-biomod-techniques__visual,
  .inno-biomod-techniques .inno-biomod-techniques__visual img {
    height: 380px !important;
    min-height: 380px !important;
    max-height: 380px !important;
  }
}

/* Tablet */
@media (max-width: 980px) {
  .inno-biomod-techniques .inno-biomod-techniques__visual,
  .inno-biomod-techniques .inno-biomod-techniques__visual img {
    height: 340px !important;
    min-height: 340px !important;
    max-height: 340px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .inno-biomod-techniques .inno-biomod-techniques__visual,
  .inno-biomod-techniques .inno-biomod-techniques__visual img {
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-48c222f *//* =========================================================
   INNO Skin Biomodulation - Section 06
   Product Selection Guide
   White / blue premium aesthetic
   Diffused top + bottom transitions
   ========================================================= */

.inno-biomod-choice {
  position: relative;
  z-index: 8;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: -155px;
  padding-top: 0;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  color: #062f4f;
}

.inno-biomod-choice,
.inno-biomod-choice * {
  box-sizing: border-box;
  font-family: "INNO Helvetica", Helvetica, Arial, sans-serif;
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Fondo principal igualado con la sección 05 y Quality */
.inno-biomod-choice__bg {
  position: absolute;
  inset: -2px 0 -2px 0;
  z-index: -3;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(250, 253, 255, 0.57) 8%,
      rgba(255, 255, 255, 0.98) 19%,
      rgba(255, 255, 255, 1) 34%,
      rgba(252, 254, 255, 1) 56%,
      rgba(248, 253, 255, 1) 78%,
      rgba(244, 251, 255, 1) 100%
    ),
    radial-gradient(circle at 18% 24%, rgba(44, 169, 203, 0.022), transparent 40%),
    radial-gradient(circle at 84% 78%, rgba(10, 111, 155, 0.014), transparent 48%);
  pointer-events: none;
}

/* Fundido superior igualado con la sección 05 */
.inno-biomod-choice::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  z-index: -2;
  height: clamp(390px, 29vw, 580px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.58) 18%,
      rgba(255, 255, 255, 0.96) 42%,
      rgba(255, 255, 255, 1) 62%,
      rgba(255, 255, 255, 0.78) 82%,
      rgba(255, 255, 255, 0) 100%
    );
  pointer-events: none;
}

/* Fundido inferior igualado con Quality */
.inno-biomod-choice::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -2;
  height: clamp(330px, 24vw, 480px);
  background:
    linear-gradient(
      180deg,
      rgba(244, 251, 255, 0) 0%,
      rgba(247, 252, 255, 0.26) 26%,
      rgba(250, 253, 255, 0.66) 58%,
      rgba(255, 255, 255, 0.96) 86%,
      rgba(255, 255, 255, 1) 100%
    );
  pointer-events: none;
}

.inno-biomod-choice__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding:
    188px
    clamp(22px, 4vw, 48px)
    clamp(142px, 10vw, 190px);
}

/* Header */

.inno-biomod-choice__header {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto clamp(34px, 4vw, 52px);
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: clamp(22px, 2.6vw, 34px);
  align-items: start;
}

.inno-biomod-choice__number {
  width: fit-content;
  min-width: 70px;
  min-height: 54px;
  margin-top: 49px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  color: #ffffff;
  background: linear-gradient(180deg, #1684b4 0%, #0a6f9b 100%);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(10, 111, 155, 0.18);
  font-size: clamp(20px, 1.7vw, 28px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  font-synthesis: none;
  text-shadow: none;
  -webkit-text-stroke: 0;
  transform: translateY(1px);
}

.inno-biomod-choice__heading {
  min-width: 0;
}

.inno-biomod-choice__eyebrow {
  width: fit-content;
  min-height: 34px;
  margin: 0 0 18px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0a6f9b;
  background: rgba(44, 169, 203, 0.09);
  border: 1px solid rgba(44, 169, 203, 0.16);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.inno-biomod-choice__title {
  margin: 0;
  color: #2ca9cb;
  font-size: clamp(38px, 3.2vw, 58px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  text-wrap: balance;
}

/* Registered symbol spacing */

.inno-biomod-choice sup {
  display: inline-block;
  position: relative;
  margin-left: 0.1em;
  margin-right: 0.28em;
  font-size: 0.56em;
  line-height: 0;
  vertical-align: super;
  letter-spacing: 0;
  transform: translateY(-0.02em);
}

.inno-biomod-choice strong {
  color: #062f4f;
  font-weight: 600;
  font-synthesis: none;
  text-shadow: none;
  -webkit-text-stroke: 0;
}

/* Intro */

.inno-biomod-choice__intro {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto clamp(38px, 4vw, 58px);
  padding:
    clamp(24px, 2.6vw, 34px)
    clamp(24px, 3.4vw, 46px);
  text-align: center;
  border: 1px solid rgba(44, 169, 203, 0.12);
  border-radius: clamp(24px, 2.6vw, 34px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.94) 0%,
      rgba(255, 255, 255, 0.82) 100%
    );
  box-shadow:
    0 22px 70px rgba(6, 47, 79, 0.052),
    0 1px 0 rgba(255, 255, 255, 0.92) inset;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.inno-biomod-choice__intro p {
  max-width: 900px;
  margin: 0 auto;
  color: rgba(6, 47, 79, 0.78);
  font-size: clamp(16px, 1.12vw, 19px);
  font-weight: 400;
  line-height: 1.68;
}

/* Table */

.inno-biomod-choice__table-card {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  border: 1px solid rgba(44, 169, 203, 0.12);
  border-radius: clamp(28px, 3vw, 42px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.88) 54%,
      rgba(248, 253, 255, 0.78) 100%
    );
  box-shadow:
    0 28px 86px rgba(6, 47, 79, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.94) inset;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
}

.inno-biomod-choice__table-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(44, 169, 203, 0.038), transparent 36%),
    radial-gradient(circle at 8% 92%, rgba(10, 111, 155, 0.016), transparent 42%);
  pointer-events: none;
}

.inno-biomod-choice__table-scroll {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.inno-biomod-choice__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #062f4f;
  table-layout: fixed;
}

.inno-biomod-choice__col--need {
  width: 34%;
}

.inno-biomod-choice__col--product {
  width: 24%;
}

.inno-biomod-choice__col--approach {
  width: 42%;
}

.inno-biomod-choice__table th,
.inno-biomod-choice__table td {
  padding:
    clamp(18px, 2vw, 26px)
    clamp(18px, 2.2vw, 30px);
  border-right: 1px solid rgba(44, 169, 203, 0.12);
  border-bottom: 1px solid rgba(44, 169, 203, 0.12);
  text-align: left;
  vertical-align: middle;
}

.inno-biomod-choice__table th:last-child,
.inno-biomod-choice__table td:last-child {
  border-right: 0;
}

.inno-biomod-choice__table tbody tr:last-child td {
  border-bottom: 0;
}

.inno-biomod-choice__table thead th {
  background:
    linear-gradient(
      180deg,
      rgba(248, 253, 255, 0.94) 0%,
      rgba(241, 249, 255, 0.78) 100%
    );
  color: #062f4f;
  font-size: clamp(13px, 0.95vw, 15px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.inno-biomod-choice__table tbody td {
  background: rgba(255, 255, 255, 0.58);
  color: rgba(6, 47, 79, 0.76);
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 400;
  line-height: 1.52;
}

.inno-biomod-choice__table tbody tr:nth-child(even) td {
  background: rgba(248, 253, 255, 0.58);
}

.inno-biomod-choice__table tbody td:nth-child(2) {
  text-align: center;
}

.inno-biomod-choice__table tbody td:nth-child(2) strong {
  display: inline-flex;
  min-height: 38px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  color: #0a6f9b;
  background: rgba(44, 169, 203, 0.09);
  border: 1px solid rgba(44, 169, 203, 0.16);
  border-radius: 999px;
  font-size: clamp(14px, 0.98vw, 16px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

/* Summary cards */

.inno-biomod-choice__cards {
  width: 100%;
  max-width: 1120px;
  margin: clamp(32px, 4vw, 50px) auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
  align-items: stretch;
}

.inno-biomod-choice__card {
  position: relative;
  min-height: 100%;
  padding:
    clamp(26px, 3vw, 38px)
    clamp(24px, 3vw, 38px);
  border: 1px solid rgba(44, 169, 203, 0.12);
  border-radius: clamp(26px, 3vw, 38px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.86) 54%,
      rgba(248, 253, 255, 0.78) 100%
    );
  box-shadow:
    0 24px 72px rgba(6, 47, 79, 0.05),
    0 1px 0 rgba(255, 255, 255, 0.92) inset;
  overflow: hidden;
}

.inno-biomod-choice__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 88% 14%, rgba(44, 169, 203, 0.038), transparent 36%),
    radial-gradient(circle at 8% 92%, rgba(10, 111, 155, 0.016), transparent 42%);
  pointer-events: none;
}

.inno-biomod-choice__card > * {
  position: relative;
  z-index: 1;
}

.inno-biomod-choice__card-label {
  width: fit-content;
  min-height: 38px;
  margin: 0 0 16px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(180deg, #1684b4 0%, #0a6f9b 100%);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(10, 111, 155, 0.16);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  white-space: nowrap;
}

.inno-biomod-choice__card p {
  margin: 0;
  color: rgba(6, 47, 79, 0.76);
  font-size: clamp(15.5px, 1.06vw, 18px);
  font-weight: 400;
  line-height: 1.68;
}

/* Note */

.inno-biomod-choice__note {
  width: 100%;
  max-width: 1120px;
  margin: clamp(30px, 3.8vw, 48px) auto 0;
  padding:
    clamp(24px, 2.8vw, 36px)
    clamp(24px, 3.4vw, 48px);
  border: 1px solid rgba(44, 169, 203, 0.1);
  border-radius: clamp(26px, 3vw, 38px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0.74) 100%
    );
  box-shadow:
    0 24px 72px rgba(6, 47, 79, 0.05),
    0 1px 0 rgba(255, 255, 255, 0.92) inset;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-align: center;
}

.inno-biomod-choice__note p {
  max-width: 920px;
  margin: 0 auto;
  color: rgba(6, 47, 79, 0.78);
  font-size: clamp(16px, 1.08vw, 18px);
  font-weight: 400;
  line-height: 1.72;
}

/* Desktop pequeño */

@media (max-width: 1180px) {
  .inno-biomod-choice {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: -140px;
  }

  .inno-biomod-choice::before {
    height: 390px;
  }

  .inno-biomod-choice::after {
    height: 350px;
  }

  .inno-biomod-choice__inner {
    padding:
      160px
      24px
      164px;
  }

  .inno-biomod-choice__number {
    margin-top: 48px;
  }
}

/* Tablet */

@media (max-width: 980px) {
  .inno-biomod-choice {
    margin-top: -124px;
  }

  .inno-biomod-choice__bg {
    background:
      linear-gradient(
        180deg,
        rgba(250, 253, 255, 0.6) 9%,
        rgba(255, 255, 255, 0.98) 20%,
        rgba(255, 255, 255, 1) 36%,
        rgba(252, 254, 255, 1) 58%,
        rgba(248, 253, 255, 1) 80%,
        rgba(244, 251, 255, 1) 100%
      );
  }

  .inno-biomod-choice::before {
    height: 390px;
  }

  .inno-biomod-choice::after {
    height: 360px;
  }

  .inno-biomod-choice__inner {
    padding:
      150px
      24px
      164px;
  }

  .inno-biomod-choice__header {
    max-width: 100%;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 24px;
  }

  .inno-biomod-choice__number {
    min-width: 64px;
    min-height: 50px;
    margin-top: 48px;
  }

  .inno-biomod-choice__table {
    table-layout: auto;
    min-width: 860px;
  }

  .inno-biomod-choice__cards {
    grid-template-columns: 1fr;
    max-width: 720px;
    justify-items: center;
  }

  .inno-biomod-choice__card {
    width: 100%;
    text-align: center;
  }

  .inno-biomod-choice__card-label {
    margin-left: auto;
    margin-right: auto;
  }

  .inno-biomod-choice__intro,
  .inno-biomod-choice__note {
    max-width: 720px;
    text-align: center;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .inno-biomod-choice {
    margin-top: -92px;
  }

  .inno-biomod-choice::before {
    height: 255px;
  }

  .inno-biomod-choice::after {
    height: 250px;
  }

  .inno-biomod-choice__inner {
    padding:
      112px
      18px
      106px;
  }

  .inno-biomod-choice__header {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 28px;
    justify-items: center;
    align-items: center;
    text-align: center;
  }

  .inno-biomod-choice__number {
    min-width: 56px;
    min-height: 42px;
    margin-top: 0;
    padding: 0 14px;
    justify-self: center;
    font-size: 20px;
    transform: none;
  }

  .inno-biomod-choice__heading {
    width: 100%;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .inno-biomod-choice__eyebrow {
    min-height: 32px;
    margin: 0 auto 16px;
    padding: 0 12px;
    font-size: 9px;
    text-align: center;
  }

  .inno-biomod-choice__title {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(30px, 8.4vw, 40px);
    line-height: 1.02;
    letter-spacing: -0.032em;
    text-align: center;
  }

  .inno-biomod-choice__intro {
    margin-bottom: 28px;
    padding: 22px 18px;
    border-radius: 24px;
    text-align: center;
  }

  .inno-biomod-choice__intro p {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 1.62;
    text-align: center;
  }

  .inno-biomod-choice__table-card {
    border-radius: 24px;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(248, 253, 255, 0.82) 100%
      );
  }

  .inno-biomod-choice__table-scroll {
    overflow: visible;
  }

  .inno-biomod-choice__table,
  .inno-biomod-choice__table thead,
  .inno-biomod-choice__table tbody,
  .inno-biomod-choice__table tr,
  .inno-biomod-choice__table th,
  .inno-biomod-choice__table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .inno-biomod-choice__table {
    table-layout: auto;
  }

  .inno-biomod-choice__table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .inno-biomod-choice__table tbody {
    display: grid;
    gap: 14px;
    padding: 16px;
    justify-items: center;
  }

  .inno-biomod-choice__table tbody tr {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(44, 169, 203, 0.12);
    border-radius: 20px;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.94) 0%,
        rgba(248, 253, 255, 0.78) 100%
      );
    box-shadow: 0 14px 34px rgba(6, 47, 79, 0.04);
  }

  .inno-biomod-choice__table th,
  .inno-biomod-choice__table td {
    border-right: 0;
    border-bottom: 1px solid rgba(44, 169, 203, 0.1);
    padding: 15px 16px;
  }

  .inno-biomod-choice__table tbody tr:last-child td {
    border-bottom: 1px solid rgba(44, 169, 203, 0.1);
  }

  .inno-biomod-choice__table tbody tr td:last-child {
    border-bottom: 0;
  }

  .inno-biomod-choice__table tbody td {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    background: transparent !important;
    color: rgba(6, 47, 79, 0.78);
    font-size: 14.5px;
    line-height: 1.48;
    text-align: left;
  }

  .inno-biomod-choice__table tbody td:nth-child(2) {
    text-align: left;
  }

  .inno-biomod-choice__table tbody td::before {
    content: attr(data-label);
    color: #0a6f9b;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .inno-biomod-choice__table tbody td:nth-child(2) strong {
    width: fit-content;
    min-height: 34px;
    padding: 0 12px;
    font-size: 13px;
  }

  .inno-biomod-choice__cards {
    margin-top: 28px;
    gap: 18px;
    justify-items: center;
    text-align: center;
  }

  .inno-biomod-choice__card {
    width: 100%;
    padding: 24px 20px;
    border-radius: 24px;
    text-align: center;
  }

  .inno-biomod-choice__card-label {
    min-height: 36px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .inno-biomod-choice__card p {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 1.64;
    text-align: center;
  }

  .inno-biomod-choice__note {
    margin-top: 22px;
    padding: 24px 20px;
    border-radius: 24px;
    text-align: center;
  }

  .inno-biomod-choice__note p {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 1.66;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .inno-biomod-choice {
    margin-top: -86px;
  }

  .inno-biomod-choice__inner {
    padding-top: 104px;
    padding-bottom: 98px;
  }

  .inno-biomod-choice::before {
    height: 240px;
  }

  .inno-biomod-choice::after {
    height: 240px;
  }

  .inno-biomod-choice__title {
    max-width: 300px;
    font-size: 28px;
  }

  .inno-biomod-choice__intro p,
  .inno-biomod-choice__card p,
  .inno-biomod-choice__note p {
    max-width: 300px;
  }

  .inno-biomod-choice__table tbody {
    padding: 14px;
  }

  .inno-biomod-choice__table tbody td {
    grid-template-columns: 1fr;
    gap: 7px;
    align-items: start;
    text-align: center;
  }

  .inno-biomod-choice__table tbody td::before {
    text-align: center;
  }

  .inno-biomod-choice__table tbody td:nth-child(2) {
    text-align: center;
  }

  .inno-biomod-choice__table tbody td:nth-child(2) strong {
    margin-left: auto;
    margin-right: auto;
  }
}

.inno-biomod-choice__card-subtitle {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 14px;
  color: #0a6f9b;
  font-size: clamp(17px, 1.2vw, 21px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.025em;
  text-transform: none;
}

@media (max-width: 767px) {
  .inno-biomod-choice__card-subtitle {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8002f71 *//* =========================================================
   INNO Skin Biomodulation - Quality Guarantee
   White / blue premium aesthetic
   Diffused top + bottom transitions
   ========================================================= */

.inno-biomod-quality {
  position: relative;
  z-index: 8;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: -155px;
  padding-top: 0;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  color: #062f4f;
}

.inno-biomod-quality,
.inno-biomod-quality * {
  box-sizing: border-box;
  font-family: "INNO Helvetica", Helvetica, Arial, sans-serif;
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Fondo principal: blanco limpio + azul muy suave */
.inno-biomod-quality__bg {
  position: absolute;
  inset: -2px 0 -2px 0;
  z-index: -3;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(250, 253, 255, 0.58) 8%,
      rgba(255, 255, 255, 0.98) 19%,
      rgba(255, 255, 255, 1) 34%,
      rgba(252, 254, 255, 1) 56%,
      rgba(248, 253, 255, 1) 78%,
      rgba(244, 251, 255, 1) 100%
    ),
    radial-gradient(circle at 16% 26%, rgba(44, 169, 203, 0.024), transparent 42%),
    radial-gradient(circle at 84% 76%, rgba(10, 111, 155, 0.014), transparent 48%);
  pointer-events: none;
}

/* Entrada: recoge la sección anterior sin línea de corte */
.inno-biomod-quality::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  z-index: -2;
  height: clamp(390px, 29vw, 580px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.58) 18%,
      rgba(255, 255, 255, 0.96) 42%,
      rgba(255, 255, 255, 1) 62%,
      rgba(255, 255, 255, 0.78) 82%,
      rgba(255, 255, 255, 0) 100%
    );
  pointer-events: none;
}

/* Salida: deja preparado blanco/azul claro para la siguiente sección */
.inno-biomod-quality::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -2;
  height: clamp(330px, 24vw, 480px);
  background:
    linear-gradient(
      180deg,
      rgba(244, 251, 255, 0) 0%,
      rgba(247, 252, 255, 0.26) 26%,
      rgba(250, 253, 255, 0.66) 58%,
      rgba(255, 255, 255, 0.96) 86%,
      rgba(255, 255, 255, 1) 100%
    );
  pointer-events: none;
}

.inno-biomod-quality__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding:
    188px
    clamp(22px, 4vw, 48px)
    clamp(142px, 10vw, 190px);
}

.inno-biomod-quality__header {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto clamp(42px, 4.4vw, 64px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.inno-biomod-quality__heading {
  min-width: 0;
}

.inno-biomod-quality__title {
  margin: 0;
  color: #2ca9cb;
  font-size: clamp(38px, 3.4vw, 60px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  text-wrap: balance;
}

/* Quality grid */
.inno-biomod-quality__grid {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding:
    clamp(34px, 4vw, 56px)
    clamp(24px, 4vw, 56px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px);
  border: 1px solid rgba(44, 169, 203, 0.12);
  border-radius: clamp(30px, 3vw, 46px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.86) 56%,
      rgba(248, 253, 255, 0.8) 100%
    );
  box-shadow:
    0 30px 90px rgba(6, 47, 79, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.96) inset;
  overflow: hidden;
}

.inno-biomod-quality__grid::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(44, 169, 203, 0.032), transparent 36%),
    radial-gradient(circle at 82% 84%, rgba(10, 111, 155, 0.016), transparent 46%);
  pointer-events: none;
}

.inno-biomod-quality__item {
  position: relative;
  z-index: 1;
  min-height: 270px;
  padding:
    clamp(22px, 2.4vw, 32px)
    clamp(16px, 2vw, 24px);
  display: grid;
  grid-template-rows: 150px auto;
  align-items: center;
  justify-items: center;
  text-align: center;
  border: 1px solid rgba(44, 169, 203, 0.1);
  border-radius: clamp(24px, 2.4vw, 34px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.94) 0%,
      rgba(255, 255, 255, 0.78) 100%
    );
  box-shadow:
    0 18px 48px rgba(6, 47, 79, 0.04),
    0 1px 0 rgba(255, 255, 255, 0.94) inset;
  overflow: hidden;
}

.inno-biomod-quality__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(44, 169, 203, 0.034), transparent 44%);
  pointer-events: none;
}

/* Altura común para que todos los logos queden alineados */
.inno-biomod-quality__icon {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inno-biomod-quality__icon img {
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Ajuste visual individual: no por tamaño real, sino por peso visual */
.inno-biomod-quality__item:nth-child(1) .inno-biomod-quality__icon img {
  max-width: 122px;
  max-height: 122px;
}

.inno-biomod-quality__item:nth-child(2) .inno-biomod-quality__icon img {
  max-width: 114px;
  max-height: 114px;
}

.inno-biomod-quality__item:nth-child(3) .inno-biomod-quality__icon img {
  max-width: 124px;
  max-height: 124px;
}

.inno-biomod-quality__item:nth-child(4) .inno-biomod-quality__icon img {
  max-width: 128px;
  max-height: 128px;
}

.inno-biomod-quality__item p {
  position: relative;
  z-index: 1;
  max-width: 220px;
  margin: 0 auto;
  color: rgba(6, 47, 79, 0.78);
  font-size: clamp(15px, 1.02vw, 17px);
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: -0.01em;
}

/* Desktop pequeño */
@media (max-width: 1180px) {
  .inno-biomod-quality {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: -140px;
  }

  .inno-biomod-quality::before {
    height: 390px;
  }

  .inno-biomod-quality::after {
    height: 350px;
  }

  .inno-biomod-quality__inner {
    padding:
      160px
      24px
      164px;
  }

  .inno-biomod-quality__grid {
    gap: 24px;
  }

  .inno-biomod-quality__item {
    min-height: 260px;
  }
}

/* Tablet */
@media (max-width: 980px) {
  .inno-biomod-quality {
    margin-top: -124px;
  }

  .inno-biomod-quality__bg {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(250, 253, 255, 0.6) 9%,
        rgba(255, 255, 255, 0.98) 20%,
        rgba(255, 255, 255, 1) 36%,
        rgba(252, 254, 255, 1) 58%,
        rgba(248, 253, 255, 1) 80%,
        rgba(244, 251, 255, 1) 100%
      ),
      radial-gradient(circle at 88% 44%, rgba(44, 169, 203, 0.018), transparent 46%),
      radial-gradient(circle at 10% 86%, rgba(10, 111, 155, 0.012), transparent 50%);
  }

  .inno-biomod-quality::before {
    height: 390px;
  }

  .inno-biomod-quality::after {
    height: 360px;
  }

  .inno-biomod-quality__inner {
    padding:
      150px
      24px
      164px;
  }

  .inno-biomod-quality__title {
    font-size: clamp(34px, 5.2vw, 50px);
  }

  .inno-biomod-quality__grid {
    max-width: 760px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 767px) {
  .inno-biomod-quality {
    margin-top: -92px;
  }

  .inno-biomod-quality__bg {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(250, 253, 255, 0.64) 10%,
        rgba(255, 255, 255, 0.98) 22%,
        rgba(255, 255, 255, 1) 38%,
        rgba(252, 254, 255, 1) 60%,
        rgba(248, 253, 255, 1) 82%,
        rgba(244, 251, 255, 1) 100%
      ),
      radial-gradient(circle at 92% 42%, rgba(44, 169, 203, 0.014), transparent 50%),
      radial-gradient(circle at 8% 88%, rgba(10, 111, 155, 0.01), transparent 54%);
  }

  .inno-biomod-quality::before {
    height: 255px;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.62) 20%,
        rgba(255, 255, 255, 0.96) 48%,
        rgba(255, 255, 255, 1) 66%,
        rgba(255, 255, 255, 0.76) 84%,
        rgba(255, 255, 255, 0) 100%
      );
  }

  .inno-biomod-quality::after {
    height: 230px;
    background:
      linear-gradient(
        180deg,
        rgba(244, 251, 255, 0) 0%,
        rgba(247, 252, 255, 0.24) 26%,
        rgba(250, 253, 255, 0.62) 58%,
        rgba(255, 255, 255, 0.9) 84%,
        rgba(255, 255, 255, 1) 100%
      );
  }

  .inno-biomod-quality__inner {
    padding:
      112px
      18px
      82px;
  }

  .inno-biomod-quality__header {
    margin-bottom: 28px;
  }

  .inno-biomod-quality__title {
    font-size: clamp(30px, 8.4vw, 40px);
    line-height: 1.02;
    letter-spacing: -0.032em;
  }

  .inno-biomod-quality__grid {
    padding: 22px 18px;
    grid-template-columns: 1fr;
    gap: 16px;
    border-radius: 24px;
  }

  .inno-biomod-quality__item {
    min-height: 220px;
    grid-template-rows: 128px auto;
    padding: 22px 18px;
    border-radius: 20px;
  }

  .inno-biomod-quality__icon {
    height: 128px;
  }

  .inno-biomod-quality__item:nth-child(1) .inno-biomod-quality__icon img {
    max-width: 112px;
    max-height: 112px;
  }

  .inno-biomod-quality__item:nth-child(2) .inno-biomod-quality__icon img {
    max-width: 104px;
    max-height: 104px;
  }

  .inno-biomod-quality__item:nth-child(3) .inno-biomod-quality__icon img {
    max-width: 114px;
    max-height: 114px;
  }

  .inno-biomod-quality__item:nth-child(4) .inno-biomod-quality__icon img {
    max-width: 118px;
    max-height: 118px;
  }

  .inno-biomod-quality__item p {
    font-size: 15px;
    line-height: 1.38;
  }
}

@media (max-width: 390px) {
  .inno-biomod-quality {
    margin-top: -86px;
  }

  .inno-biomod-quality__inner {
    padding-top: 104px;
    padding-bottom: 72px;
  }

  .inno-biomod-quality::before {
    height: 240px;
  }

  .inno-biomod-quality::after {
    height: 215px;
  }

  .inno-biomod-quality__title {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bb0a265 *//* =========================================================
   INNO Skin Biomodulation - Final Form Section
   White / blue premium aesthetic
   Diffused top transition + clean final ending
   ========================================================= */

.inno-biomod-form {
  position: relative;
  z-index: 9;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: -155px;
  padding-top: 0;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  color: #062f4f;
  scroll-margin-top: 120px;
}

.inno-biomod-form,
.inno-biomod-form * {
  box-sizing: border-box;
  font-family: "INNO Helvetica", Helvetica, Arial, sans-serif;
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inno-biomod-form__bg {
  position: absolute;
  inset: -2px 0 -2px 0;
  z-index: -3;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(250, 253, 255, 0.58) 8%,
      rgba(255, 255, 255, 0.98) 19%,
      rgba(255, 255, 255, 1) 34%,
      rgba(252, 254, 255, 1) 56%,
      rgba(248, 253, 255, 1) 78%,
      rgba(255, 255, 255, 1) 100%
    ),
    radial-gradient(circle at 16% 24%, rgba(44, 169, 203, 0.024), transparent 42%),
    radial-gradient(circle at 84% 74%, rgba(10, 111, 155, 0.014), transparent 48%);
  pointer-events: none;
}

/* Entrada: recoge la sección anterior sin línea de corte */
.inno-biomod-form::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  z-index: -2;
  height: clamp(390px, 29vw, 580px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.58) 18%,
      rgba(255, 255, 255, 0.96) 42%,
      rgba(255, 255, 255, 1) 62%,
      rgba(255, 255, 255, 0.78) 82%,
      rgba(255, 255, 255, 0) 100%
    );
  pointer-events: none;
}

/* Cierre final: termina limpio en blanco */
.inno-biomod-form::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -2;
  height: clamp(300px, 22vw, 440px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(250, 253, 255, 0.48) 32%,
      rgba(255, 255, 255, 0.88) 72%,
      rgba(255, 255, 255, 1) 100%
    );
  pointer-events: none;
}

.inno-biomod-form__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding:
    188px
    clamp(22px, 4vw, 48px)
    clamp(130px, 9vw, 170px);
}

.inno-biomod-form__layout {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(460px, 1fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}

.inno-biomod-form__content {
  position: sticky;
  top: 120px;
  align-self: start;
  padding:
    clamp(30px, 3.4vw, 48px)
    clamp(26px, 3.4vw, 46px);
  border: 1px solid rgba(44, 169, 203, 0.12);
  border-radius: clamp(28px, 3vw, 42px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.86) 52%,
      rgba(248, 253, 255, 0.78) 100%
    );
  box-shadow:
    0 28px 86px rgba(6, 47, 79, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.94) inset;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
}

.inno-biomod-form__content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(44, 169, 203, 0.04), transparent 36%),
    radial-gradient(circle at 8% 92%, rgba(10, 111, 155, 0.018), transparent 42%);
  pointer-events: none;
}

.inno-biomod-form__content > * {
  position: relative;
  z-index: 1;
}

.inno-biomod-form__eyebrow {
  width: fit-content;
  min-height: 34px;
  margin: 0 0 18px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0a6f9b;
  background: rgba(44, 169, 203, 0.09);
  border: 1px solid rgba(44, 169, 203, 0.16);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.inno-biomod-form__title {
  margin: 0;
  color: #2ca9cb;
  font-size: clamp(36px, 3.15vw, 56px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  text-wrap: balance;
}

.inno-biomod-form__text {
  max-width: 440px;
  margin: clamp(22px, 2.4vw, 30px) 0 0;
  color: rgba(6, 47, 79, 0.76);
  font-size: clamp(16px, 1.08vw, 18px);
  font-weight: 400;
  line-height: 1.72;
}

.inno-biomod-form__text strong {
  color: #062f4f;
  font-weight: 600;
}

.inno-biomod-form sup {
  display: inline-block;
  margin-left: 0.12em;
  font-size: 0.56em;
  line-height: 0;
  vertical-align: super;
}

.inno-biomod-form__card {
  position: relative;
  width: 100%;
  padding:
    clamp(28px, 3.4vw, 46px)
    clamp(22px, 3.2vw, 42px);
  border: 1px solid rgba(44, 169, 203, 0.12);
  border-radius: clamp(30px, 3vw, 46px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.9) 58%,
      rgba(248, 253, 255, 0.82) 100%
    );
  box-shadow:
    0 30px 90px rgba(6, 47, 79, 0.065),
    0 1px 0 rgba(255, 255, 255, 0.96) inset;
  overflow: hidden;
}

.inno-biomod-form__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 82% 16%, rgba(44, 169, 203, 0.034), transparent 40%),
    radial-gradient(circle at 12% 88%, rgba(10, 111, 155, 0.016), transparent 46%);
  pointer-events: none;
}

.inno-biomod-form__form {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 480px;
}

/* Dynamics form containment */
.inno-biomod-form__form form,
.inno-biomod-form__form iframe {
  width: 100% !important;
  max-width: 100% !important;
}

/* Desktop pequeño */
@media (max-width: 1180px) {
  .inno-biomod-form {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: -140px;
    scroll-margin-top: 110px;
  }

  .inno-biomod-form::before {
    height: 390px;
  }

  .inno-biomod-form::after {
    height: 350px;
  }

  .inno-biomod-form__inner {
    padding:
      160px
      24px
      154px;
  }

  .inno-biomod-form__layout {
    grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1fr);
    gap: 34px;
  }
}

/* Tablet */
@media (max-width: 980px) {
  .inno-biomod-form {
    margin-top: -124px;
    scroll-margin-top: 96px;
  }

  .inno-biomod-form__bg {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(250, 253, 255, 0.6) 9%,
        rgba(255, 255, 255, 0.98) 20%,
        rgba(255, 255, 255, 1) 36%,
        rgba(252, 254, 255, 1) 58%,
        rgba(248, 253, 255, 1) 80%,
        rgba(255, 255, 255, 1) 100%
      ),
      radial-gradient(circle at 88% 44%, rgba(44, 169, 203, 0.018), transparent 46%),
      radial-gradient(circle at 10% 86%, rgba(10, 111, 155, 0.012), transparent 50%);
  }

  .inno-biomod-form::before {
    height: 390px;
  }

  .inno-biomod-form::after {
    height: 360px;
  }

  .inno-biomod-form__inner {
    padding:
      150px
      24px
      154px;
  }

  .inno-biomod-form__layout {
    max-width: 760px;
    grid-template-columns: 1fr;
  }

  .inno-biomod-form__content {
    position: relative;
    top: auto;
    text-align: center;
  }

  .inno-biomod-form__eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .inno-biomod-form__title {
    font-size: clamp(34px, 5.2vw, 50px);
    text-align: center;
  }

  .inno-biomod-form__text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .inno-biomod-form {
    margin-top: -92px;
    scroll-margin-top: 84px;
  }

  .inno-biomod-form__bg {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(250, 253, 255, 0.64) 10%,
        rgba(255, 255, 255, 0.98) 22%,
        rgba(255, 255, 255, 1) 38%,
        rgba(252, 254, 255, 1) 60%,
        rgba(248, 253, 255, 1) 82%,
        rgba(255, 255, 255, 1) 100%
      ),
      radial-gradient(circle at 92% 42%, rgba(44, 169, 203, 0.014), transparent 50%),
      radial-gradient(circle at 8% 88%, rgba(10, 111, 155, 0.01), transparent 54%);
  }

  .inno-biomod-form::before {
    height: 255px;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.62) 20%,
        rgba(255, 255, 255, 0.96) 48%,
        rgba(255, 255, 255, 1) 66%,
        rgba(255, 255, 255, 0.76) 84%,
        rgba(255, 255, 255, 0) 100%
      );
  }

  .inno-biomod-form::after {
    height: 230px;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(250, 253, 255, 0.42) 28%,
        rgba(255, 255, 255, 0.86) 72%,
        rgba(255, 255, 255, 1) 100%
      );
  }

  .inno-biomod-form__inner {
    padding:
      112px
      18px
      92px;
  }

  .inno-biomod-form__layout {
    gap: 24px;
  }

  .inno-biomod-form__content {
    padding: 24px 20px;
    border-radius: 24px;
    text-align: center;
  }

  .inno-biomod-form__eyebrow {
    min-height: 32px;
    margin: 0 auto 16px;
    padding: 0 12px;
    font-size: 9px;
    text-align: center;
  }

  .inno-biomod-form__title {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(30px, 8.4vw, 40px);
    line-height: 1.02;
    letter-spacing: -0.032em;
    text-align: center;
  }

  .inno-biomod-form__text {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 1.66;
    text-align: center;
  }

  .inno-biomod-form__card {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .inno-biomod-form__form {
    min-height: 520px;
  }
}

@media (max-width: 390px) {
  .inno-biomod-form {
    margin-top: -86px;
  }

  .inno-biomod-form__inner {
    padding-top: 104px;
    padding-bottom: 86px;
  }

  .inno-biomod-form::before {
    height: 240px;
  }

  .inno-biomod-form::after {
    height: 220px;
  }

  .inno-biomod-form__title {
    max-width: 300px;
    font-size: 28px;
  }

  .inno-biomod-form__text {
    max-width: 300px;
  }
}

/* Anchor correcto para el botón del hero */
#request-information {
  scroll-margin-top: 120px;
}

@media (max-width: 1180px) {
  #request-information {
    scroll-margin-top: 110px;
  }
}

@media (max-width: 980px) {
  #request-information {
    scroll-margin-top: 96px;
  }
}

@media (max-width: 767px) {
  #request-information {
    scroll-margin-top: 84px;
  }
}/* End custom CSS */