:root {
  --ib-lime: #c4d600;
  --ib-lime-dark: #a8b800;
  --ib-lime-soft: #edf0a6;
  --ib-gold: #c6a96a;
  --ib-sand: #e3d2b5;
  --ib-cream: #f4efe4;
  --ib-ink: #292d2c;
  --ib-muted: #5b625f;
  --ib-line: #d3d4cb;
  --renew-deep: #173638;
  --renew-teal: #45665f;
  --renew-teal-light: #dce7df;
  --renew-surface: #f1eee6;
  --renew-alert: #a84446;
  --renew-radius: 22px;
  --renew-shadow: 0 24px 70px rgba(22, 48, 51, .11);
  --font-sans: Arial, "Microsoft JhengHei", "Noto Sans TC", sans-serif;
}

.renew-eecp-page *,
.renew-eecp-page *::before,
.renew-eecp-page *::after,
.demo-header *,
.demo-footer *,
.renew-mobile-cta * {
  box-sizing: border-box;
}

body.renew-eecp-demo {
  margin: 0;
  color: var(--ib-ink);
  background: #fff;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

.renew-eecp-page img,
.demo-header img,
.demo-footer img {
  max-width: 100%;
}

.renew-eecp-page a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 1100;
  top: 12px;
  left: 12px;
  padding: .65rem 1rem;
  color: #fff;
  background: var(--renew-deep);
  border-radius: 4px;
  transform: translateY(-150%);
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

/* Demo shell: mirrors the tone of the current iBalance site without copying its source. */
.demo-header {
  z-index: 1030;
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid rgba(31, 50, 49, .08);
  box-shadow: 0 8px 30px rgba(31, 50, 49, .05);
  transition: box-shadow .25s ease, background-color .25s ease;
}

.demo-header.is-scrolled {
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 34px rgba(31, 50, 49, .12);
  backdrop-filter: blur(12px);
}

.demo-header .navbar {
  min-height: 92px;
  padding-block: .65rem;
}

.demo-header .navbar-brand {
  flex: 0 0 auto;
  margin-right: clamp(1.5rem, 3vw, 3.5rem);
}

.demo-header .navbar-brand img {
  display: block;
  width: clamp(220px, 23vw, 310px);
  height: auto;
}

.demo-header .navbar-nav {
  gap: .05rem;
}

.demo-header .nav-link {
  position: relative;
  padding: .8rem .72rem !important;
  color: #444849;
  font-size: .96rem;
  letter-spacing: .035em;
  white-space: nowrap;
}

.demo-header .nav-link::after {
  content: "";
  position: absolute;
  right: .75rem;
  bottom: .48rem;
  left: .75rem;
  height: 2px;
  background: var(--ib-lime);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.demo-header .nav-link:hover,
.demo-header .nav-link:focus,
.demo-header .nav-link.active {
  color: #222;
}

.demo-header .nav-link:hover::after,
.demo-header .nav-link:focus::after,
.demo-header .nav-link.active::after {
  transform: scaleX(1);
}

.demo-header .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .62rem 1.1rem;
  color: #1f2b2a;
  background: var(--ib-lime);
  border: 1px solid var(--ib-lime);
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .2s ease, background-color .2s ease;
}

.demo-header .nav-cta:hover,
.demo-header .nav-cta:focus {
  color: #1f2b2a;
  background: #d3e308;
  transform: translateY(-1px);
}

.demo-header .navbar-toggler {
  border: 0;
  border-radius: 10px;
  box-shadow: none !important;
}

.demo-footer {
  padding: 76px 0 24px;
  color: #656a69;
  background: #fff;
  border-top: 1px solid var(--ib-line);
}

.demo-footer__logo {
  display: block;
  width: min(320px, 100%);
  height: auto;
  margin-bottom: 1.25rem;
}

.demo-footer p {
  max-width: 32rem;
  margin: 0;
}

.demo-footer h2 {
  margin: .35rem 0 .9rem;
  color: var(--ib-ink);
  font-size: 1rem;
  font-weight: 700;
}

.demo-footer a {
  display: block;
  width: fit-content;
  margin: .35rem 0;
  color: #6c716f;
  text-decoration: none;
}

.demo-footer a:hover,
.demo-footer a:focus {
  color: var(--renew-teal);
}

.demo-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid var(--ib-line);
  color: #969b99;
  font-size: .86rem;
}

/* Renew EECP module. All content styles are namespaced for safer CMS integration. */
.renew-eecp-page {
  overflow: clip;
  color: var(--ib-ink);
  background: #fff;
}

.renew-eecp-page section[id] {
  scroll-margin-top: 108px;
}

.renew-hero {
  position: relative;
  min-height: clamp(650px, 72vh, 790px);
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: var(--renew-deep);
}

.renew-hero__media,
.renew-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.renew-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 59% center;
  filter: saturate(.78) contrast(1.04);
  transform: scale(1.01);
}

.renew-hero__overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 34, 39, .98) 0%, rgba(7, 42, 48, .92) 35%, rgba(9, 50, 55, .54) 59%, rgba(9, 50, 55, .08) 100%),
    linear-gradient(0deg, rgba(6, 34, 39, .36), rgba(6, 34, 39, 0) 46%);
}

.renew-hero__content {
  width: 100%;
  padding-top: clamp(70px, 9vh, 110px);
  padding-bottom: clamp(70px, 9vh, 110px);
}

.renew-breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255, 255, 255, .45);
  --bs-breadcrumb-item-active-color: rgba(255, 255, 255, .74);
  margin-bottom: clamp(2rem, 5vh, 3.5rem);
  font-size: .9rem;
}

.renew-breadcrumb a {
  color: rgba(255, 255, 255, .76);
  text-decoration: none;
}

.renew-breadcrumb a:hover,
.renew-breadcrumb a:focus {
  color: #fff;
}

.renew-eyebrow,
.renew-section-heading__eyebrow {
  margin: 0 0 .85rem;
  color: var(--renew-teal);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.renew-hero .renew-eyebrow {
  color: #dce65c;
}

.renew-hero h1 {
  margin: 0;
  font-size: clamp(3.3rem, 6vw, 6.8rem);
  font-weight: 300;
  line-height: .96;
  letter-spacing: -.045em;
}

.renew-hero h1 span {
  display: inline-block;
  margin-top: .65rem;
  font-size: .52em;
  font-weight: 600;
  letter-spacing: .1em;
}

.renew-hero__lead {
  position: relative;
  width: fit-content;
  margin: 1.8rem 0 .7rem;
  padding-left: 3rem;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.35;
}

.renew-hero__lead::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.2rem;
  height: 2px;
  background: var(--ib-lime);
}

.renew-hero__copy {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, .8);
  font-size: 1.08rem;
}

.renew-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-top: 2rem;
}

.renew-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: .72rem 1.55rem;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: .98rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.4;
  text-decoration: none;
  transition: transform .2s ease, color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.renew-btn:hover,
.renew-btn:focus {
  transform: translateY(-2px);
}

.renew-btn--primary {
  color: #182423;
  background: var(--ib-lime);
  border-color: var(--ib-lime);
  box-shadow: 0 12px 26px rgba(142, 157, 0, .22);
}

.renew-btn--primary:hover,
.renew-btn--primary:focus {
  color: #182423;
  background: #d3e308;
  border-color: #d3e308;
}

.renew-btn--ghost {
  color: #fff;
  background: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .55);
}

.renew-btn--ghost:hover,
.renew-btn--ghost:focus {
  color: var(--renew-deep);
  background: #fff;
  border-color: #fff;
}

.renew-btn--light {
  color: var(--renew-deep);
  background: #fff;
  border-color: #fff;
}

.renew-btn--light:hover,
.renew-btn--light:focus {
  color: var(--renew-deep);
  background: #eef5f3;
  border-color: #eef5f3;
}

.renew-btn--outline {
  color: var(--renew-teal);
  background: transparent;
  border-color: rgba(23, 106, 112, .45);
}

.renew-btn--outline:hover,
.renew-btn--outline:focus {
  color: #fff;
  background: var(--renew-teal);
  border-color: var(--renew-teal);
}

.renew-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 3rem 0 0;
  padding: 0;
  list-style: none;
}

.renew-hero__facts li {
  min-width: 150px;
  padding: .15rem 2rem .15rem 0;
  margin-right: 2rem;
  border-right: 1px solid rgba(255, 255, 255, .24);
}

.renew-hero__facts li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.renew-hero__facts strong,
.renew-hero__facts span {
  display: block;
}

.renew-hero__facts strong {
  color: #fff;
  font-size: 1rem;
}

.renew-hero__facts span {
  margin-top: .15rem;
  color: rgba(255, 255, 255, .62);
  font-size: .8rem;
}

.renew-section-nav {
  position: relative;
  z-index: 10;
  color: #565b5a;
  background: #fff;
  border-bottom: 1px solid var(--ib-line);
  box-shadow: 0 10px 24px rgba(20, 45, 46, .045);
}

.renew-section-nav__scroll {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2.7rem);
  overflow-x: auto;
  scrollbar-width: none;
}

.renew-section-nav__scroll::-webkit-scrollbar {
  display: none;
}

.renew-section-nav a {
  position: relative;
  flex: 0 0 auto;
  padding: 1rem 0 .9rem;
  color: inherit;
  font-size: .9rem;
  text-decoration: none;
  white-space: nowrap;
}

.renew-section-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--ib-lime);
  transform: scaleX(0);
  transition: transform .2s ease;
}

.renew-section-nav a:hover,
.renew-section-nav a:focus,
.renew-section-nav a.is-active {
  color: var(--renew-deep);
}

.renew-section-nav a:hover::after,
.renew-section-nav a:focus::after,
.renew-section-nav a.is-active::after {
  transform: scaleX(1);
}

.renew-section {
  position: relative;
  padding: clamp(48px, 10vw, 48px) 0;
}

.renew-section-heading {
  position: relative;
  margin-bottom: 2rem;
  padding-top: .3rem;
}

.renew-section-heading__index {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1.15rem;
  color: var(--renew-deep);
  background: var(--ib-lime);
  border-radius: 50%;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.renew-section-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--ib-ink);
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -.025em;
}

.renew-section-heading>p:last-child:not(.renew-section-heading__eyebrow) {
  max-width: 760px;
  margin: 1rem auto 0;
  color: var(--ib-muted);
}

.renew-section-heading--center {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.renew-section-heading--center h2 {
  margin-right: auto;
  margin-left: auto;
}

.renew-section-heading--light h2,
.renew-section-heading--light>p:last-child:not(.renew-section-heading__eyebrow) {
  color: #fff;
}

.renew-section-heading--light .renew-section-heading__eyebrow {
  color: #9fd0cc;
}

.renew-lead {
  margin-bottom: 1.45rem;
  color: #3e4343;
  font-size: clamp(1.25rem, 2.2vw, 1.62rem);
  font-weight: 700;
  line-height: 1.6;
}

.renew-intro p:not(.renew-section-heading__eyebrow) {
  color: #6d7271;
}

.renew-inline-note {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.2rem 1.35rem;
  background: #f2f6f2;
  border-left: 3px solid var(--ib-lime);
}

.renew-inline-note>span {
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  background: var(--renew-teal);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-weight: 700;
}

.renew-inline-note p {
  margin: 0;
  color: #5d6261 !important;
  font-size: .9rem;
}

.renew-video-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--renew-radius);
  box-shadow: var(--renew-shadow);
}

.renew-video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(7, 34, 40, .88), rgba(7, 34, 40, 0) 65%);
}

.renew-video-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.renew-video-card figcaption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(1.35rem, 4vw, 2.5rem);
  color: #fff;
}

.renew-video-card__tag {
  display: block;
  width: fit-content;
  margin-bottom: .65rem;
  padding: .25rem .6rem;
  color: var(--renew-deep);
  background: var(--ib-lime);
  border-radius: 99px;
  font-size: .72rem;
  font-weight: 800;
}

.renew-video-card strong,
.renew-video-card small {
  display: block;
}

.renew-video-card strong {
  font-size: clamp(1.18rem, 2.2vw, 1.7rem);
  line-height: 1.45;
}

.renew-video-card small {
  margin-top: .4rem;
  color: rgba(255, 255, 255, .66);
}

.renew-principle {
  color: rgba(255, 255, 255, .76);
  background:
    radial-gradient(circle at 18% 18%, rgba(58, 150, 153, .28), transparent 28%),
    linear-gradient(135deg, #102f36, #08262d 72%);
}

.renew-principle .renew-lead {
  color: #fff;
}

.renew-principle-steps {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.renew-principle-steps li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 1rem;
  padding: 1.35rem 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.renew-principle-steps li>span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--renew-deep);
  background: #9fd0cc;
  border-radius: 50%;
  font-size: .8rem;
  font-weight: 800;
}

.renew-principle-steps strong,
.renew-principle-steps p {
  display: block;
}

.renew-principle-steps strong {
  color: #fff;
  font-size: 1.05rem;
}

.renew-principle-steps p {
  margin: .25rem 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: .92rem;
}

.renew-device-stage {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.renew-device-stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(76%, 480px);
  aspect-ratio: 1;
  background: rgba(203, 228, 226, .08);
  border: 1px solid rgba(203, 228, 226, .2);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(103, 182, 183, .08);
}

.renew-device-stage img {
  position: relative;
  z-index: 1;
  width: min(92%, 660px);
  filter: drop-shadow(0 30px 36px rgba(0, 0, 0, .35));
}

.renew-device-stage__orbit {
  position: absolute;
  z-index: -1;
  aspect-ratio: 1;
  border: 1px solid rgba(159, 208, 204, .22);
  border-radius: 50%;
}

.renew-device-stage__orbit--one {
  width: 88%;
}

.renew-device-stage__orbit--two {
  width: 62%;
}

.renew-device-stage__label {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 2.2rem;
  padding: .8rem 1.1rem;
  color: var(--renew-deep);
  background: var(--ib-lime);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.renew-device-stage__label strong,
.renew-device-stage__label span {
  display: block;
}

.renew-device-stage__label strong {
  font-size: 1.05rem;
}

.renew-device-stage__label span {
  font-size: .75rem;
}

.renew-assessment {
  background: #fff;
}

.renew-assessment-card {
  height: 100%;
  padding: clamp(1.5rem, 4vw, 2.6rem);
  background: #fff;
  border: 1px solid var(--ib-line);
  border-radius: var(--renew-radius);
  box-shadow: 0 16px 50px rgba(22, 48, 51, .07);
}

.renew-assessment-card--suitable {
  border-top: 4px solid var(--renew-teal);
}

.renew-assessment-card--caution {
  background: #fffaf8;
  border-top: 4px solid var(--renew-alert);
}

.renew-assessment-card__title {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid var(--ib-line);
}

.renew-assessment-card__title>span {
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: var(--renew-teal);
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 800;
}

.renew-assessment-card--caution .renew-assessment-card__title>span {
  background: var(--renew-alert);
}

.renew-assessment-card__title small {
  display: block;
  color: var(--ib-muted);
  font-size: .75rem;
}

.renew-assessment-card__title h3 {
  margin: .15rem 0 0;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 700;
}

.renew-check-list {
  margin: 1.35rem 0;
  padding: 0;
  list-style: none;
}

.renew-check-list li {
  position: relative;
  padding: .65rem 0 .65rem 1.4rem;
  color: #5e6362;
  border-bottom: 1px dashed rgba(80, 93, 89, .16);
}

.renew-check-list li::before {
  content: "";
  position: absolute;
  top: 1.28rem;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--ib-lime);
  border-radius: 50%;
}

.renew-assessment-card--caution .renew-check-list li::before {
  background: var(--renew-alert);
}

.renew-assessment-card__foot {
  margin: 0;
  color: #878c8a;
  font-size: .83rem;
}

.renew-flow {
  background: var(--renew-surface);
}

.renew-flow-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 3.2rem;
}

.renew-flow-grid::before {
  content: "";
  position: absolute;
  top: 66px;
  right: 16.66%;
  left: 16.66%;
  height: 1px;
  background: rgba(23, 106, 112, .18);
}

.renew-flow-card {
  position: relative;
  min-width: 0;
  padding: 2rem;
  background: #fff;
  border: 1px solid #e1e7e3;
  border-radius: var(--renew-radius);
  box-shadow: 0 16px 46px rgba(22, 48, 51, .06);
}

.renew-flow-card__number {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  color: rgba(23, 106, 112, .45);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.renew-flow-card__icon {
  position: relative;
  z-index: 1;
  width: 130px;
  height: 130px;
  display: grid;
  place-items: center;
  margin: 0 auto 1.4rem;
  padding: .85rem;
  background: #fff;
  border: 1px solid rgba(23, 106, 112, .12);
  border-radius: 50%;
}

.renew-flow-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.renew-flow-card h3 {
  margin: 0 0 .65rem;
  text-align: center;
  font-size: 1.28rem;
  font-weight: 700;
}

.renew-flow-card p {
  margin: 0;
  color: #727775;
  font-size: .92rem;
  text-align: center;
}

.renew-treatment-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.5rem;
  padding: clamp(1.5rem, 4vw, 2.6rem);
  color: #fff;
  background: var(--renew-deep);
  border-radius: var(--renew-radius);
}

.renew-treatment-stats>div {
  padding: 0 1.5rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .16);
}

.renew-treatment-stats>div:nth-child(3) {
  border-right: 0;
}

.renew-treatment-stats strong,
.renew-treatment-stats span {
  display: block;
}

.renew-treatment-stats strong {
  color: var(--ib-lime);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 300;
  line-height: 1.1;
}

.renew-treatment-stats span {
  margin-top: .55rem;
  color: rgba(255, 255, 255, .72);
  font-size: .85rem;
}

.renew-treatment-stats>p {
  grid-column: 1 / -1;
  margin: 1.8rem 0 0;
  padding-top: 1rem;
  color: rgba(255, 255, 255, .55);
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: .8rem;
  text-align: center;
}

.renew-mid-cta {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: var(--renew-deep);
}

.renew-mid-cta__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.renew-mid-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.renew-mid-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 30, 38, .98) 0%, rgba(5, 30, 38, .9) 43%, rgba(5, 30, 38, .22) 78%, rgba(5, 30, 38, .06) 100%);
}

.renew-mid-cta .container-xxl {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.renew-mid-cta .renew-section-heading__eyebrow {
  color: #9fd0cc;
}

.renew-mid-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.32;
}

.renew-mid-cta p:not(.renew-section-heading__eyebrow) {
  max-width: 620px;
  margin: 1.2rem 0 2rem;
  color: rgba(255, 255, 255, .72);
}

.renew-why {
  background: #fff;
}

.renew-why__visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(23, 106, 112, .12), transparent 55%),
    #eef4f1;
  border-radius: var(--renew-radius);
}

.renew-why__visual::before,
.renew-why__visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(23, 106, 112, .14);
  border-radius: 50%;
}

.renew-why__visual::before {
  width: 68%;
  aspect-ratio: 1;
}

.renew-why__visual::after {
  width: 92%;
  aspect-ratio: 1;
}

.renew-why__visual>img {
  width: 84%;
  filter: drop-shadow(0 28px 28px rgba(21, 52, 55, .24));
}

.renew-why__badge {
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  padding: .95rem 1.15rem;
  color: #fff;
  background: var(--renew-teal);
  box-shadow: 0 15px 30px rgba(15, 48, 53, .18);
}

.renew-why__badge strong,
.renew-why__badge span {
  display: block;
}

.renew-why__badge strong {
  font-size: 1.15rem;
}

.renew-why__badge span {
  color: rgba(255, 255, 255, .72);
  font-size: .72rem;
}

.renew-advantage-list article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 1rem;
  padding: 1.15rem 0;
  border-top: 1px solid var(--ib-line);
}

.renew-advantage-list article>span {
  color: var(--renew-teal);
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.renew-advantage-list h3 {
  margin: 0 0 .25rem;
  font-size: 1.08rem;
  font-weight: 700;
}

.renew-advantage-list p {
  margin: 0;
  color: #737876;
  font-size: .9rem;
}

.renew-faq {
  background: var(--renew-surface);
}

.renew-section-heading--sticky {
  position: sticky;
  top: 124px;
}

.renew-section-heading--sticky>p:last-of-type {
  margin: 1.2rem 0 0;
  color: #727775;
}

.renew-text-link {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  margin-top: 1.4rem;
  color: var(--renew-teal);
  font-weight: 700;
  text-decoration: none;
}

.renew-text-link span {
  transition: transform .2s ease;
}

.renew-text-link:hover span,
.renew-text-link:focus span {
  transform: translateX(4px);
}

.renew-accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-bg: #fff;
  --bs-accordion-active-color: var(--renew-deep);
  --bs-accordion-btn-icon-width: 1rem;
  display: grid;
  gap: .8rem;
}

.renew-accordion .accordion-item {
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 32px rgba(22, 48, 51, .055);
}

.renew-accordion .accordion-button {
  gap: 1rem;
  padding: 1.45rem 1.55rem;
  color: #3b3f3f;
  background: #fff;
  font-size: clamp(1rem, 2vw, 1.16rem);
  font-weight: 700;
  line-height: 1.5;
}

.renew-accordion .accordion-button>span {
  flex: 0 0 auto;
  color: var(--renew-teal);
  font-size: 1.3rem;
  letter-spacing: .08em;
}

.renew-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.renew-accordion .accordion-body {
  padding: 0.8rem 1.55rem 0.8rem 1.4rem;
  color: #747977;
  font-size: .94rem;
}

.renew-clinics {
  color: rgba(255, 255, 255, .72);
  background:
    linear-gradient(140deg, rgba(31, 108, 111, .15), transparent 42%),
    var(--renew-deep);
}

.renew-clinic-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--ib-ink);
  background: #fff;
  border-top: 4px solid #9fd0cc;
  border-radius: var(--renew-radius);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .18);
}

.renew-clinic-card--featured {
  border-top-color: var(--ib-lime);
}

.renew-clinic-card__tag {
  position: absolute;
  top: -17px;
  right: 1.35rem;
  padding: .3rem .75rem;
  color: var(--renew-deep);
  background: var(--ib-lime);
  border-radius: 99px;
  font-size: .72rem;
  font-weight: 800;
}

.renew-clinic-card__en {
  margin: 0 0 .35rem;
  color: var(--renew-teal);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.renew-clinic-card h3 {
  min-height: 3.1rem;
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2vw, 1.42rem);
  font-weight: 700;
  line-height: 1.5;
}

.renew-clinic-card address {
  min-height: 3.3rem;
  margin: 0;
  color: #747977;
  font-style: normal;
  font-size: .9rem;
}

.renew-clinic-card__phone {
  width: fit-content;
  margin: .85rem 0 1.4rem;
  color: var(--renew-deep);
  font-size: 1.35rem;
  font-weight: 300;
  text-decoration: none;
}

.renew-clinic-card__phone:hover,
.renew-clinic-card__phone:focus {
  color: var(--renew-teal);
}

.renew-clinic-card .renew-btn {
  margin-top: auto;
}

.renew-clinics__notice {
  margin: 2rem auto 0;
  color: rgba(255, 255, 255, .48);
  font-size: .78rem;
  text-align: center;
}

.renew-mobile-cta {
  display: none;
}

@media (max-width: 1199.98px) {
  .renew-eecp-page section[id] {
    scroll-margin-top: 88px;
  }

  .demo-header .navbar {
    min-height: 82px;
  }

  .demo-header .navbar-collapse {
    max-height: calc(100vh - 82px);
    overflow-y: auto;
    padding: 1rem 0 1.25rem;
    border-top: 1px solid var(--ib-line);
  }

  .demo-header .nav-link {
    padding: .7rem .4rem !important;
  }

  .demo-header .nav-link::after {
    right: auto;
    bottom: .3rem;
    left: .4rem;
    width: 2.3rem;
  }

  .demo-header .nav-cta {
    width: 100%;
    margin-top: .5rem;
  }

  .renew-section-nav__scroll {
    justify-content: flex-start;
  }
}

@media (max-width: 991.98px) {
  .renew-hero {
    min-height: 700px;
  }

  .renew-hero__media img {
    object-position: 64% center;
  }

  .renew-hero__overlay {
    background:
      linear-gradient(90deg, rgba(6, 34, 39, .96) 0%, rgba(7, 42, 48, .87) 55%, rgba(9, 50, 55, .44) 100%),
      linear-gradient(0deg, rgba(6, 34, 39, .46), rgba(6, 34, 39, .04));
  }

  .renew-section-heading--sticky {
    position: static;
  }

  .renew-device-stage {
    min-height: 460px;
  }

  .renew-flow-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
  }

  .renew-flow-grid::before {
    display: none;
  }

  .renew-flow-card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    column-gap: 1.5rem;
    align-items: center;
  }

  .renew-flow-card__icon {
    grid-row: 1 / 3;
    margin: 0;
  }

  .renew-flow-card h3,
  .renew-flow-card p {
    text-align: left;
  }

  .renew-flow-card h3 {
    align-self: end;
  }

  .renew-flow-card p {
    align-self: start;
  }

  .renew-mid-cta::after {
    background: linear-gradient(90deg, rgba(5, 30, 38, .96), rgba(5, 30, 38, .64));
  }

  .renew-why__visual {
    min-height: 480px;
  }
}

@media (max-width: 767.98px) {
  body.renew-eecp-demo {
    padding-bottom: 66px;
  }

  .demo-header .navbar {
    min-height: 70px;
    padding-block: .45rem;
  }

  .demo-header .navbar-brand img {
    width: 210px;
  }

  .demo-header .navbar-collapse {
    max-height: calc(100vh - 70px);
  }

  .renew-hero {
    min-height: 660px;
  }

  .renew-hero__content {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .renew-breadcrumb {
    margin-bottom: 2rem;
  }

  .renew-hero h1 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .renew-hero__lead {
    padding-left: 0;
    font-size: clamp(1.55rem, 7vw, 2.2rem);
  }

  .renew-hero__lead::before {
    display: none;
  }

  .renew-hero__facts {
    margin-top: 2.3rem;
  }

  .renew-hero__facts li {
    min-width: auto;
    flex: 1 1 30%;
    margin-right: .8rem;
    padding-right: .8rem;
  }

  .renew-section-nav__scroll {
    margin-inline: -.75rem;
    padding-inline: .75rem;
  }

  .renew-section {
    padding-block: 78px;
  }

  .renew-section-heading h2 {
    font-size: clamp(1.85rem, 8vw, 2.7rem);
  }

  .renew-section-heading__index {
    width: 38px;
    height: 38px;
  }

  .renew-device-stage {
    min-height: 370px;
  }

  .renew-device-stage__label {
    right: 0;
    bottom: 1rem;
  }

  .renew-treatment-stats {
    grid-template-columns: 1fr;
  }

  .renew-treatment-stats>div {
    padding: 1.2rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .renew-treatment-stats>div:nth-child(3) {
    border-bottom: 0;
  }

  .renew-mid-cta {
    min-height: 600px;
  }

  .renew-mid-cta__media img {
    object-position: 65% center;
  }

  .renew-mid-cta::after {
    background: linear-gradient(90deg, rgba(5, 30, 38, .95), rgba(5, 30, 38, .72));
  }

  .renew-why__visual {
    min-height: 390px;
  }

  .renew-accordion .accordion-button {
    padding: 1.2rem;
  }

  .renew-accordion .accordion-body {
    padding: 0 1.2rem 1.25rem;
  }

  .demo-footer {
    padding-top: 58px;
  }

  .demo-footer__bottom {
    flex-direction: column;
    margin-top: 36px;
  }

  .renew-mobile-cta {
    position: fixed;
    z-index: 1050;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 66px;
    background: #fff;
    border-top: 1px solid rgba(13, 48, 54, .12);
    box-shadow: 0 -8px 28px rgba(15, 43, 45, .13);
  }

  .renew-mobile-cta a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--renew-deep);
    text-align: center;
    text-decoration: none;
  }

  .renew-mobile-cta a+a {
    color: #1d2928;
    background: var(--ib-lime);
  }

  .renew-mobile-cta span {
    color: inherit;
    font-size: .67rem;
    opacity: .68;
  }

  .renew-mobile-cta strong {
    font-size: .88rem;
    line-height: 1.3;
  }
}

@media (max-width: 575.98px) {

  .renew-eecp-page .container-xxl,
  .demo-header .container-xxl,
  .demo-footer .container-xxl {
    --bs-gutter-x: 1.5rem;
  }

  .demo-header .navbar-brand img {
    width: 188px;
  }

  .renew-hero {
    min-height: 650px;
  }

  .renew-hero__media img {
    object-position: 68% center;
  }

  .renew-hero__overlay {
    background: linear-gradient(90deg, rgba(5, 30, 36, .97), rgba(5, 30, 36, .72));
  }

  .renew-hero__actions {
    flex-direction: column;
  }

  .renew-hero__actions .renew-btn {
    width: 100%;
  }

  .renew-hero__facts li {
    flex-basis: calc(33.333% - .6rem);
    margin-right: .6rem;
    padding-right: .6rem;
  }

  .renew-hero__facts strong {
    font-size: .85rem;
  }

  .renew-hero__facts span {
    font-size: .68rem;
  }

  .renew-flow-card {
    display: block;
    padding: 1.6rem;
  }

  .renew-flow-card__icon {
    width: 118px;
    height: 118px;
    margin: 0 auto 1.25rem;
  }

  .renew-flow-card h3,
  .renew-flow-card p {
    text-align: center;
  }

  .renew-why__visual {
    min-height: 330px;
  }

  .renew-why__badge {
    right: 1rem;
    bottom: 1rem;
  }

  .renew-clinic-card h3,
  .renew-clinic-card address {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {

  .renew-eecp-page *,
  .renew-eecp-page *::before,
  .renew-eecp-page *::after,
  .demo-header *,
  .demo-header *::before,
  .demo-header *::after,
  .demo-footer *,
  .demo-footer *::before,
  .demo-footer *::after,
  .renew-mobile-cta *,
  .renew-mobile-cta *::before,
  .renew-mobile-cta *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Typography and palette contrast pass without changing the tuned layout or sizing. */
.renew-hero h1 {
  font-weight: 400;
}

.renew-hero h1 span,
.renew-hero__lead {
  font-weight: 800;
}

.renew-hero__copy {
  color: rgba(255, 255, 255, .9);
  font-weight: 500;
  text-shadow: 0 2px 18px rgba(5, 31, 33, .38);
}

.renew-eyebrow,
.renew-section-heading__eyebrow {
  color: var(--renew-teal);
  font-weight: 800;
}

.renew-section-heading h2 {
  color: var(--ib-ink);
  font-weight: 800;
}

.renew-section-heading h2.other {
  color: #ffde00;
}

.renew-section-heading>p:last-child:not(.renew-section-heading__eyebrow) {
  color: var(--ib-muted);
  font-weight: 500;
}

.renew-lead {
  color: #303634;
  font-weight: 800;
}

.renew-intro {
  position: relative;
  background:
    radial-gradient(circle at 91% 13%, rgba(196, 214, 0, .14), transparent 23%),
    linear-gradient(112deg, #fff 0%, #fff 52%, #f1eadc 100%);
}

.renew-intro p:not(.renew-section-heading__eyebrow) {
  color: #555d59;
}

.renew-inline-note {
  background: linear-gradient(90deg, #eef1d8, #f7f5ec);
  border-left-width: 5px;
}

.renew-inline-note p {
  color: #4d5551 !important;
  font-weight: 500;
}

.renew-principle {
  background:
    radial-gradient(circle at 92% 16%, rgba(196, 214, 0, .27), transparent 24%),
    linear-gradient(125deg, #f5efdf 0%, #e5d8c4 100%);
}

.renew-principle .renew-section-heading--light .renew-section-heading__eyebrow {
  color: #3f615b;
}

.renew-principle-steps strong {
  color: #292f2d;
  font-weight: 800;
}

.renew-principle-steps p {
  color: #545b58;
  font-weight: 500;
}

.renew-assessment {
  background:
    radial-gradient(circle at 100% 0%, rgba(196, 214, 0, .14), transparent 26%),
    linear-gradient(180deg, #faf8f2 0%, #efebe2 100%);
}

.renew-assessment-card--suitable {
  background: linear-gradient(180deg, #fff, #fbfcf3);
}

.renew-assessment-card__title h3,
.renew-flow-card h3,
.renew-advantage-list h3,
.renew-clinic-card h3,
.renew-accordion .accordion-button {
  color: var(--ib-ink);
  font-weight: 800;
}

.renew-check-list li,
.renew-flow-card p,
.renew-advantage-list p,
.renew-accordion .accordion-body {
  color: #555d59;
}

.renew-flow {
  background:
    radial-gradient(circle at 10% 15%, rgba(196, 214, 0, .16), transparent 25%),
    linear-gradient(180deg, #f4f1e9, #ebe6da);
}

.renew-treatment-stats {
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .58), transparent 55%),
    var(--ib-sand);
}

.renew-treatment-stats strong {
  font-weight: 500;
}

.renew-treatment-stats span,
.renew-treatment-stats>p {
  color: rgba(41, 45, 44, .76);
  font-weight: 500;
}

.renew-mid-cta h2 {
  color: var(--ib-ink);
  font-weight: 800;
}

.renew-mid-cta p:not(.renew-section-heading__eyebrow) {
  color: #555d59;
  font-weight: 500;
}

.renew-why {
  background:
    radial-gradient(circle at 5% 85%, rgba(196, 214, 0, .1), transparent 24%),
    linear-gradient(118deg, #fff 0%, #fff 52%, #f0eadf 100%);
}

.renew-faq {
  background:
    radial-gradient(circle at 88% 12%, rgba(196, 214, 0, .13), transparent 24%),
    linear-gradient(145deg, #f6f2e9, #ebe4d7);
}

/* Consultation: one main contact + an accessible, same-origin form. */
.renew-contact-layout>* {
  min-width: 0;
}

.renew-contact-sidebar .renew-clinic-card {
  height: auto;
}

.renew-contact-sidebar .renew-clinic-card:hover {
  transform: none;
}

.renew-contact-sidebar .renew-contact-sidebar__note {
  margin: 1.2rem 0 0;
  color: #58605b;
  font-size: .9rem;
  line-height: 1.8;
}

.renew-appointment {
  overflow: hidden;
  color: var(--ib-ink);
  background: #fff;
  border: 1px solid rgba(227, 210, 181, .6);
  border-radius: 34px 10px 34px 10px;
  box-shadow: 0 24px 60px rgba(5, 25, 23, .15);
}

.renew-appointment__header {
  position: relative;
  padding: clamp(1.5rem, 3.2vw, 2.7rem);
  background: radial-gradient(ellipse at 100% 0, rgba(196, 214, 0, .12), transparent 65%),
    linear-gradient(125deg, #173638, #345b50);
  color: #fff;
  border-bottom: 4px solid var(--ib-gold);
}

.renew-appointment__header .renew-appointment__eyebrow {
  margin: 0 0 .7rem;
  color: #e3c786;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .8rem;
  font-weight: 700;
}

.renew-appointment__header h3 {
  margin: 0 0 .8rem;
  color: #fff;
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  line-height: 1.3;
  font-weight: 700;
}

.renew-appointment__header>p:not(.renew-appointment__eyebrow) {
  margin: 0;
  color: #e4ece7;
  font-size: 1rem;
}

.renew-appointment__header ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem 1.5rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.renew-appointment__header li {
  padding: .5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .17);
  font-size: .95rem;
}

.renew-appointment__header li::before {
  content: "✓";
  margin-right: .6rem;
  color: #e3c786;
  font-weight: 700;
}

.renew-appointment__form {
  padding: clamp(1.25rem, 3vw, 2.7rem);
}

.renew-form-grid,
.renew-form-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.renew-form-field {
  min-width: 0;
}

.renew-form-field>label,
.renew-form-group>legend {
  display: block;
  float: none;
  width: auto;
  margin-bottom: .65rem;
  color: #233d37;
  font-size: 1.05rem;
  font-weight: 700;
}

.renew-form-field>label>span,
.renew-form-group>legend>span {
  display: inline-block;
  margin-left: .35rem;
  color: #a13c39;
  font-size: .78rem;
  font-weight: 600;
}

.renew-form-field>input {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  padding: .8rem 1rem;
  border: 1px solid #bdc9c0;
  border-radius: 12px;
  background: #fff;
  color: #263e36;
  font: inherit;
  font-size: 1rem;
}

.renew-form-field>input::placeholder {
  color: #747f77;
  opacity: 1;
}

.renew-form-group {
  min-width: 0;
  margin: 1.7rem 0 0;
  padding: 1.7rem 0 0;
  border: 0;
  border-top: 1px solid #dce2db;
}

.renew-form-help {
  margin: 0 0 1rem;
  color: #657068;
  font-size: .85rem;
  line-height: 1.7;
}

.renew-form-choice {
  display: flex;
  align-items: center;
  gap: .7rem;
  min-width: 0;
  min-height: 58px;
  margin: 0;
  padding: .8rem 1rem;
  border: 1px solid #c5d0c7;
  border-radius: 12px;
  color: #29433a;
  background: #fff;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.6;
  cursor: pointer;
  transition: border-color .2s, background-color .2s;
}

.renew-form-choice:hover {
  background: #f7f8ef;
  border-color: #93a171;
}

.renew-form-choice:has(input:checked) {
  background: #f0f3db;
  border-color: #6b8148;
}

.renew-form-choice input,
.renew-form-consent input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #537338;
  cursor: pointer;
}

.renew-form-field>input:focus-visible,
.renew-form-choice:focus-within,
.renew-form-consent input:focus-visible,
.renew-form-privacy summary:focus-visible,
.renew-form-submit:focus-visible {
  outline: 3px solid #7d9939;
  outline-offset: 3px;
}

.renew-appointment__form [aria-invalid="true"] {
  border-color: #b74643;
}

.renew-form-choice:has([aria-invalid="true"]) {
  border-color: #b74643;
}

.renew-appointment__form .renew-field-error {
  margin: .5rem 0 0;
  color: #a33131;
  font-size: .85rem;
  font-weight: 600;
}

.renew-form-consent {
  margin: 1.7rem 0;
  padding-top: 1.5rem;
  border-top: 1px solid #dce2db;
}

.renew-form-consent>label {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  color: #505e55;
  font-size: .83rem;
  line-height: 1.8;
  cursor: pointer;
}

.renew-form-consent input {
  margin-top: .2rem;
}

.renew-form-consent strong {
  overflow-wrap: anywhere;
  font-weight: 600;
}

.renew-form-privacy {
  margin-top: .65rem;
  color: #56655b;
  font-size: .8rem;
}

.renew-form-privacy summary {
  width: fit-content;
  padding: .3rem 0;
  cursor: pointer;
  text-decoration: underline;
}

.renew-form-privacy p {
  margin: .5rem 0 0;
  padding: .85rem 1rem;
  background: #f5f6f2;
  border-radius: 8px;
}

.renew-form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  min-height: 58px;
  padding: .9rem 1.2rem;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(110deg, #b99550, #dec486);
  color: #263a30;
  font: inherit;
  font-size: 1.1rem;
  font-weight: 700;
  transition: filter .2s, box-shadow .2s;
}

.renew-form-submit:not(:disabled):hover {
  filter: brightness(1.06);
  box-shadow: 0 8px 22px rgba(155, 121, 59, .22);
}

.renew-form-submit:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.renew-form-submit[aria-busy="true"] {
  cursor: wait;
}

.renew-form-status {
  margin: 0 0 1rem;
  padding: .9rem 1rem;
  border: 1px solid #b4cabb;
  border-radius: 10px;
  color: #244d37;
  background: #eef6ef;
  font-size: .92rem;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.renew-form-status[data-state="error"] {
  color: #922c2c;
  background: #fff2f0;
  border-color: #e8bfb9;
}

.renew-form-status[data-state="info"] {
  color: #415747;
  background: #f4f5ef;
  border-color: #d9dece;
}

.renew-appointment__form [hidden] {
  display: none !important;
}

.renew-form-footnote {
  margin: 1rem 0 0;
  color: #627068;
  font-size: .78rem;
  line-height: 1.85;
}

.renew-confirm-dialog {
  width: min(620px, calc(100% - 2rem));
  max-height: calc(100dvh - 2rem);
  padding: 0;
  border: 0;
  border-radius: 24px 8px 24px 8px;
  color: #243b39;
  background: #fff;
  box-shadow: 0 28px 80px rgba(19, 48, 45, .28);
  overflow: auto;
}

.renew-confirm-dialog::backdrop {
  background: rgba(16, 35, 33, .62);
  backdrop-filter: blur(3px);
}

.renew-confirm-dialog__panel {
  padding: clamp(1.35rem, 5vw, 2.4rem);
}

.renew-confirm-dialog__eyebrow {
  margin: 0 0 .45rem;
  color: #8a6b31;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.renew-confirm-dialog h3 {
  margin: 0;
  color: #174d49;
  font-size: clamp(1.45rem, 5vw, 2rem);
  line-height: 1.35;
}

.renew-confirm-dialog__intro {
  margin: .75rem 0 1.25rem;
  color: #56655b;
  font-size: 1rem;
  line-height: 1.7;
}

.renew-confirm-dialog__details {
  margin: 0;
  border-top: 1px solid #dce8e5;
}

.renew-confirm-dialog__details>div {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  gap: 1rem;
  padding: .9rem 0;
  border-bottom: 1px solid #dce8e5;
}

.renew-confirm-dialog__details dt {
  color: #526661;
  font-weight: 700;
}

.renew-confirm-dialog__details dd {
  margin: 0;
  color: #172d2b;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.renew-confirm-dialog__actions {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: .8rem;
  margin-top: 1.4rem;
}

.renew-confirm-dialog__actions button {
  min-height: 54px;
  padding: .8rem 1rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

.renew-confirm-dialog__back {
  border: 1px solid #8ba7a3;
  color: #174d49;
  background: #fff;
}

.renew-confirm-dialog__submit {
  border: 1px solid #1f5f5b;
  color: #fff;
  background: #1f5f5b;
}

.renew-confirm-dialog__actions button:focus-visible {
  outline: 3px solid #d5b768;
  outline-offset: 3px;
}

@media (min-width: 992px) {
  .renew-contact-sidebar {
    position: sticky;
    top: 180px;
  }
}

@media (max-width: 575.98px) {

  .renew-form-grid,
  .renew-form-options {
    grid-template-columns: minmax(0, 1fr);
  }

  .renew-appointment {
    border-radius: 24px 8px 24px 8px;
  }

  .renew-appointment__header ul {
    gap: .3rem .6rem;
  }

  .renew-appointment__header li {
    font-size: .82rem;
  }

  .renew-appointment__header li::before {
    margin-right: .3rem;
  }

  .renew-form-choice {
    min-height: 54px;
  }

  .renew-confirm-dialog {
    width: calc(100% - 1rem);
    max-height: calc(100dvh - 1rem);
    border-radius: 20px 6px 20px 6px;
  }

  .renew-confirm-dialog__details>div {
    grid-template-columns: 1fr;
    gap: .25rem;
  }

  .renew-confirm-dialog__actions {
    grid-template-columns: 1fr;
  }

  .renew-confirm-dialog__submit {
    grid-row: 1;
  }
}

@media (prefers-reduced-motion: reduce) {

  .renew-form-choice,
  .renew-form-submit {
    transition: none;
  }
}

/* Clinical applications and suitable candidates: scoped additions, August 2026. */
.renew-section-nav__scroll {
  justify-content: flex-start;
  gap: clamp(1rem, 2.1vw, 2.2rem);
  overscroll-behavior-x: contain;
  scroll-padding-inline: 12px;
}

.renew-section-nav__scroll>a:first-child {
  margin-inline-start: auto;
}

.renew-section-nav__scroll>a:last-child {
  margin-inline-end: auto;
}

.renew-clinical {
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(160deg, #fff 0%, #f3f5ef 100%);
}

.renew-clinical-feature {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  overflow: hidden;
  border-radius: 34px 10px 34px 10px;
  background: var(--renew-deep);
  box-shadow: 0 20px 55px rgba(23, 54, 56, .14);
}

.renew-clinical-feature__visual {
  position: relative;
  min-height: 400px;
  overflow: hidden;
}

.renew-clinical-feature__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(12, 42, 41, .82));
}

.renew-clinical-feature__visual>img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 62% center;
}

.renew-clinical-feature__visual>span {
  position: absolute;
  z-index: 1;
  bottom: 1.6rem;
  left: 1.8rem;
  color: #fff;
  border-left: 3px solid var(--ib-lime);
  padding-left: .8rem;
  font-size: 1rem;
  font-weight: 700;
}

.renew-clinical-feature__body {
  position: relative;
  padding: clamp(1.5rem, 3.5vw, 3rem);
  color: #e3eeea;
  background: radial-gradient(circle at 100% 0%, rgba(196, 214, 0, .12), transparent 50%);
}

.renew-clinical-feature__icon {
  position: absolute;
  right: 1.5rem;
  top: 1.3rem;
  width: 110px;
  height: 110px;
  filter: brightness(0) invert(1);
  opacity: .09;
  pointer-events: none;
}

.renew-evidence-tag {
  display: inline-block;
  padding: .2rem .65rem;
  color: #725d32;
  background: #f3ecdc;
  border: 1px solid #e4d8bf;
  border-radius: 4px;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .06em;
}

.renew-evidence-tag--primary {
  color: var(--renew-deep);
  background: var(--ib-lime);
  border-color: var(--ib-lime);
}

.renew-clinical-feature h3 {
  position: relative;
  margin: 1rem 0;
  color: #fff;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  font-weight: 800;
  line-height: 1.4;
}

.renew-clinical-feature__body>p {
  font-size: 1rem;
  line-height: 1.85;
}

.renew-clinical-feature__goal {
  display: grid;
  gap: .25rem;
  padding: 1rem 0;
  border-block: 1px solid rgba(255, 255, 255, .17);
  font-size: .92rem;
}

.renew-clinical-feature__goal strong {
  color: var(--ib-lime-soft);
}

.renew-clinical-feature__body>p.renew-clinical-feature__foot {
  margin: 1rem 0;
  color: #c4d6d0;
  font-size: .84rem;
}

.renew-eecp-page .renew-text-link {
  display: inline-flex;
  gap: .6rem;
  align-items: center;
  padding-block: .35rem;
  color: var(--renew-deep);
  font-size: .94rem;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.renew-clinical .renew-clinical-feature .renew-text-link {
  color: var(--ib-lime-soft);
}

.renew-text-link:focus-visible,
.renew-content-sources a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}

.renew-clinical-research__heading {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1.5rem;
  align-items: baseline;
  margin: 2.4rem 0 1.1rem;
}

.renew-clinical-research__heading h3 {
  margin: 0;
  color: var(--renew-deep);
  font-size: 1.35rem;
  font-weight: 800;
}

.renew-clinical-research__heading p {
  margin: 0;
  color: var(--ib-muted);
  font-size: .88rem;
}

.renew-clinical-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}

.renew-clinical-card {
  padding: 1.35rem;
  border: 1px solid #dbe2d8;
  border-top: 3px solid var(--ib-gold);
  border-radius: 22px 6px 22px 6px;
  background: #fff;
  transition: box-shadow .25s ease, border-color .25s ease;
}

.renew-clinical-card:hover {
  border-color: var(--ib-gold);
  box-shadow: 0 14px 32px rgba(46, 69, 54, .08);
}

.renew-clinical-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .7rem;
  margin-bottom: 1rem;
}

.renew-clinical-card__top img {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
}

.renew-clinical-card__top .renew-evidence-tag {
  white-space: nowrap;
}

.renew-clinical-card h4 {
  margin: 0 0 .65rem;
  color: var(--ib-ink);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.55;
}

.renew-clinical-card p {
  margin: 0;
  color: var(--ib-muted);
  font-size: .93rem;
  line-height: 1.85;
}

.renew-content-sources {
  margin-top: 1.4rem;
  padding-top: 1rem;
  color: #626963;
  border-top: 1px solid #dbe2d8;
  font-size: .8rem;
  line-height: 1.85;
}

.renew-content-sources p {
  margin: .25rem 0;
}

.renew-content-sources a {
  text-underline-offset: 3px;
}

.renew-candidates {
  overflow: hidden;
  background:
    radial-gradient(circle at 95% 10%, rgba(196, 214, 0, .19), transparent 30%),
    linear-gradient(135deg, #f6f0e2, #e8ddca);
}

.renew-candidate-list {
  display: grid;
  height: 100%;
  gap: 1rem;
}

.renew-candidate-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 1.1rem;
  padding: 1.4rem 1.5rem;
  background: rgba(255, 255, 255, .93);
  border: 1px solid rgba(107, 97, 69, .13);
  border-radius: 24px 6px 24px 6px;
  box-shadow: 0 8px 28px rgba(84, 76, 52, .04);
}

.renew-candidate-item__number {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--renew-deep);
  background: var(--ib-lime);
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
  font-size: .8rem;
  font-weight: 800;
}

.renew-candidate-item h3 {
  margin: 0 0 .5rem;
  color: var(--ib-ink);
  font-size: 1.17rem;
  font-weight: 800;
  line-height: 1.5;
}

.renew-candidate-item p {
  margin: 0;
  color: var(--ib-muted);
  font-size: .94rem;
  line-height: 1.85;
}

.renew-candidate-consult {
  height: 100%;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  background: linear-gradient(145deg, #fffefa, #f6f0db);
  border: 1px solid #d9c697;
  border-top: 4px solid var(--ib-gold);
  border-radius: 24px 6px 24px 6px;
}

.renew-candidate-consult__label {
  color: #786032;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.renew-candidate-consult h3 {
  margin: .8rem 0 1rem;
  color: var(--renew-deep);
  font-size: clamp(1.3rem, 2.1vw, 1.65rem);
  font-weight: 800;
  line-height: 1.5;
}

.renew-candidate-consult p {
  color: #5a6058;
  font-size: .93rem;
  line-height: 1.9;
}

.renew-candidate-consult__reminder {
  margin: 1.25rem 0 1rem;
  padding-top: 1.1rem;
  border-top: 1px solid #dfd5ba;
}

.renew-candidate-consult__reminder strong {
  color: #705c38;
  font-size: .92rem;
}

.renew-candidate-consult__reminder p {
  margin: .35rem 0 0;
}

.renew-visit-prep {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.7rem;
  padding: 1.7rem 2rem;
  color: #e1ece5;
  background: linear-gradient(125deg, #294f46, var(--renew-deep));
  border-radius: 24px 6px 24px 6px;
}

.renew-visit-prep__eyebrow {
  margin: 0 0 .4rem;
  color: var(--ib-lime-soft);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.renew-visit-prep h3 {
  margin: 0 0 .65rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
}

.renew-visit-prep ul {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .88rem;
}

.renew-visit-prep li::before {
  content: "✓";
  margin-right: .4rem;
  color: var(--ib-lime);
}

.renew-visit-prep .renew-btn {
  color: var(--renew-deep);
  flex-shrink: 0;
}

.renew-visit-prep .renew-btn span {
  margin-left: .5rem;
}

.renew-candidates__foot {
  margin: 1rem 0 0;
  color: #64675f;
  font-size: .8rem;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .renew-clinical-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .renew-clinical-feature {
    grid-template-columns: minmax(0, 1fr);
  }

  .renew-clinical-feature__visual {
    min-height: 310px;
  }

  .renew-clinical-feature__visual>img {
    object-position: center 42%;
  }

  .renew-clinical-feature__body {
    padding: 2rem;
  }

  .renew-visit-prep {
    align-items: flex-start;
  }
}

@media (max-width: 575.98px) {
  .renew-clinical-feature {
    border-radius: 24px 6px 24px 6px;
  }

  .renew-clinical-feature__visual {
    min-height: 235px;
  }

  .renew-clinical-feature__visual>span {
    left: 1.2rem;
    bottom: 1.2rem;
    font-size: .9rem;
  }

  .renew-clinical-feature__body {
    padding: 1.4rem;
  }

  .renew-clinical-feature__body>p {
    font-size: .94rem;
  }

  .renew-clinical-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .renew-clinical-research__heading {
    margin-top: 1.8rem;
  }

  .renew-candidate-item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: .7rem;
    padding: 1.2rem;
  }

  .renew-candidate-item__number {
    width: 36px;
    height: 36px;
  }

  .renew-candidate-item h3 {
    font-size: 1.05rem;
  }

  .renew-visit-prep {
    padding: 1.4rem;
  }

  .renew-visit-prep ul {
    display: grid;
    gap: .4rem;
  }

  .renew-visit-prep .renew-btn {
    width: 100%;
  }

  .renew-candidates__foot {
    text-align: left;
  }
}

/* Evidence and procedure sections. */
.renew-benefits {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 96% 8%, rgba(196, 214, 0, .2), transparent 25%),
    linear-gradient(135deg, #f9f7f0 0%, #efe8da 100%);
}

.renew-benefits::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10%;
  left: -70px;
  width: 190px;
  aspect-ratio: 1;
  background: rgba(198, 169, 106, .12);
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
}

.renew-benefits__intro .renew-section-heading,
.renew-benefits__intro .renew-lead {
  margin-bottom: 0;
}

.renew-benefits__panel {
  margin-top: 2.2rem;
  padding: clamp(1rem, 3vw, 2.4rem);
  overflow: hidden;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(147, 127, 87, .16);
  border-radius: 34px 10px 34px 10px;
  box-shadow: 0 28px 70px rgba(66, 59, 45, .12);
  backdrop-filter: blur(10px);
}

.renew-benefits__points {
  display: grid;
  gap: .85rem;
}

.renew-benefit-point {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.15rem;
  background: linear-gradient(110deg, var(--ib-cream), rgba(255, 255, 255, .74));
  border: 1px solid rgba(69, 102, 95, .12);
  border-radius: 18px 5px 18px 5px;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.renew-benefit-point:hover {
  border-color: rgba(168, 184, 0, .42);
  box-shadow: 0 16px 34px rgba(50, 61, 55, .09);
  transform: translateX(5px);
}

.renew-benefit-point>span {
  display: grid;
  place-items: center;
  width: 46px;
  aspect-ratio: 1;
  color: var(--renew-deep);
  background: var(--ib-lime);
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
  font-size: .72rem;
  font-weight: 800;
}

.renew-benefit-point h3 {
  margin: 0 0 .3rem;
  color: var(--ib-ink);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.45;
}

.renew-benefit-point p {
  margin: 0;
  color: #59605d;
  font-size: .9rem;
  line-height: 1.75;
}

.renew-benefits__chart {
  margin: 0;
  padding: clamp(.9rem, 2vw, 1.5rem);
  background:
    radial-gradient(circle at 88% 8%, rgba(196, 214, 0, .13), transparent 28%),
    linear-gradient(145deg, #e2eee8, #f7f7f2);
  border: 1px solid rgba(69, 102, 95, .14);
  border-radius: 24px 7px 24px 7px;
}

.renew-benefits__chart img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 16px 28px rgba(45, 68, 66, .08));
}

.renew-benefits__chart figcaption {
  margin-top: .9rem;
  padding-top: .8rem;
  color: #68706c;
  border-top: 1px solid rgba(69, 102, 95, .13);
  font-size: .76rem;
  line-height: 1.7;
}

.renew-benefits__chart figcaption a {
  display: inline-block;
  margin-left: .35rem;
  color: var(--renew-deep);
  font-weight: 700;
  text-underline-offset: 3px;
}

.renew-medical-note {
  max-width: 980px;
  margin: 1.4rem auto 0;
  padding: .9rem 1.15rem;
  color: #565d59;
  background: rgba(255, 255, 255, .6);
  border-left: 4px solid var(--ib-lime);
  font-size: .82rem;
  text-align: center;
}

.renew-section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.6rem;
}

.renew-section-actions--center {
  justify-content: center;
}

.renew-section-actions .renew-btn {
  min-width: 220px;
}

.renew-section-actions .renew-btn span {
  margin-left: .5rem;
  transition: transform .2s ease;
}

.renew-section-actions .renew-btn:hover span,
.renew-section-actions .renew-btn:focus span {
  transform: translateX(4px);
}

.renew-procedure {
  isolation: isolate;
  overflow: hidden;
  color: rgba(255, 255, 255, .78);
  background:
    radial-gradient(circle at 8% 12%, rgba(196, 214, 0, .15), transparent 23%),
    radial-gradient(circle at 92% 90%, rgba(198, 169, 106, .15), transparent 24%),
    linear-gradient(145deg, #284947, var(--renew-deep) 62%);
}

.renew-procedure::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -100px;
  right: -80px;
  width: 300px;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, .035);
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
}

.renew-procedure .renew-section-heading--light .renew-section-heading__eyebrow {
  color: var(--ib-lime-soft);
}

.renew-procedure .renew-section-heading--light h2 {
  color: #fff;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .28);
}

.renew-procedure .renew-section-heading--light>p:last-child:not(.renew-section-heading__eyebrow) {
  color: rgba(255, 255, 255, .72);
}

.renew-procedure-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 2rem;
}

.renew-procedure-card {
  min-width: 0;
  overflow: hidden;
  color: var(--ib-ink);
  background: linear-gradient(160deg, #fff, #f7f4ec);
  border-top: 4px solid var(--ib-lime);
  border-radius: 25px 7px 25px 7px;
  box-shadow: 0 22px 50px rgba(4, 27, 29, .24);
  transition: transform .35s cubic-bezier(.2, .7, .2, 1), box-shadow .35s ease;
}

.renew-procedure-card:hover {
  box-shadow: 0 30px 65px rgba(3, 24, 26, .34);
  transform: translateY(-8px);
}

.has-js .renew-benefit-point[data-reveal].is-visible:hover {
  transform: translateX(5px);
}

.has-js .renew-procedure-card[data-reveal].is-visible:hover {
  transform: translateY(-8px);
}

.renew-procedure-card__media {
  height: 280px;
  display: grid;
  place-items: end center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(196, 214, 0, .13), transparent 45%),
    #fff;
  border-bottom: 1px solid rgba(69, 102, 95, .1);
}

.renew-procedure-card__media img {
  display: block;
  width: auto;
  max-width: 88%;
  height: 96%;
  object-fit: contain;
  object-position: center bottom;
  transition: transform .45s cubic-bezier(.2, .7, .2, 1);
}

.renew-procedure-card:hover .renew-procedure-card__media img {
  transform: scale(1.035);
}

.renew-procedure-card__body {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: .85rem;
  padding: 1.25rem 1.15rem 1.45rem;
}

.renew-procedure-card__body>span {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  color: var(--renew-deep);
  background: var(--ib-lime);
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
  font-size: .75rem;
  font-weight: 800;
}

.renew-procedure-card h3 {
  margin: .35rem 0 .55rem;
  color: var(--ib-ink);
  font-size: 1.03rem;
  font-weight: 800;
  line-height: 1.45;
}

.renew-procedure-card p {
  margin: 0;
  color: #5b625f;
  font-size: .86rem;
  line-height: 1.75;
}

.renew-procedure__note {
  max-width: 880px;
  margin: 1.4rem auto 0;
  color: rgba(255, 255, 255, .58);
  font-size: .78rem;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .renew-section-nav__scroll {
    justify-content: flex-start;
  }

  .renew-procedure-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .renew-procedure-card__media {
    height: 320px;
  }
}

@media (max-width: 767.98px) {
  .renew-benefits__intro .renew-lead {
    margin-top: .5rem;
  }

  .renew-benefits__panel {
    margin-top: 1.5rem;
    border-radius: 25px 7px 25px 7px;
  }

  .renew-benefit-point {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: .8rem;
    padding: 1rem .9rem;
  }

  .renew-benefit-point>span {
    width: 40px;
  }

  .renew-medical-note {
    text-align: left;
  }

  .renew-procedure-card__media {
    height: 280px;
  }
}

@media (max-width: 575.98px) {
  .renew-procedure-grid {
    grid-template-columns: 1fr;
  }

  .renew-procedure-card__media {
    height: 270px;
  }

  .renew-section-actions .renew-btn {
    width: 100%;
    min-width: 0;
  }
}

/* Brand refinement: Renew's editorial rhythm with iBalance's lime, sand and warm-white palette. */
.renew-scroll-progress {
  --scroll-progress: 0;
  position: fixed;
  z-index: 1200;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--ib-lime), #d8df59 58%, var(--ib-gold));
  box-shadow: 0 1px 8px rgba(132, 143, 0, .22);
  transform: scaleX(var(--scroll-progress));
  transform-origin: left center;
}

.demo-header .nav-cta,
.renew-btn {
  border-radius: 9px;
}

.demo-header .nav-cta {
  border-radius: 999px;
}

.renew-hero {
  --hero-fade: 1;
  --hero-shift: 0px;
  --hero-media-shift: 0px;
  min-height: clamp(700px, 78vh, 850px);
  background: #173436;
}

.renew-hero__media img {
  filter: saturate(.7) contrast(1.02) sepia(.06);
  transform: translate3d(0, var(--hero-media-shift), 0) scale(1.045);
  transition: transform .12s linear;
}

.renew-hero__overlay {
  background:
    linear-gradient(90deg, rgba(17, 49, 51, .98) 0%, rgba(22, 56, 57, .94) 36%, rgba(35, 67, 65, .54) 62%, rgba(35, 67, 65, .12) 100%),
    linear-gradient(0deg, rgba(24, 50, 50, .5), transparent 48%),
    linear-gradient(125deg, rgba(198, 169, 106, .11), transparent 38%);
}

.renew-hero__content {
  position: relative;
  z-index: 3;
  opacity: var(--hero-fade);
  transform: translate3d(0, var(--hero-shift), 0);
  transition: opacity .12s linear, transform .12s linear;
}

.renew-hero__canvas,
.renew-principle__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.renew-hero__canvas {
  z-index: 1;
  opacity: .72;
  mix-blend-mode: screen;
}

.renew-hero__geometry {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.renew-hero__geometry span {
  position: absolute;
  display: block;
  aspect-ratio: 1;
  background: rgba(196, 214, 0, .1);
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
  animation: renew-geometry-drift 11s ease-in-out infinite alternate;
}

.renew-hero__geometry span:nth-child(1) {
  top: 8%;
  right: 3%;
  width: clamp(120px, 13vw, 230px);
}

.renew-hero__geometry span:nth-child(2) {
  right: 26%;
  bottom: -7%;
  width: clamp(90px, 10vw, 180px);
  background: rgba(233, 221, 200, .09);
  animation-delay: -4s;
}

.renew-hero__geometry span:nth-child(3) {
  top: 18%;
  left: -4%;
  width: clamp(70px, 7vw, 130px);
  background: rgba(198, 169, 106, .12);
  animation-delay: -7s;
}

@keyframes renew-geometry-drift {
  from {
    transform: translate3d(0, -7px, 0) rotate(-2deg);
  }

  to {
    transform: translate3d(0, 12px, 0) rotate(4deg);
  }
}

.renew-hero h1 {
  text-shadow: 0 16px 42px rgba(1, 23, 24, .2);
}

.renew-hero h1 span {
  color: #f5f2e9;
}

.renew-hero__lead {
  color: #f6f3ea;
}

.renew-hero__facts {
  width: fit-content;
  margin-top: 2.5rem;
  padding: 1rem 1.15rem;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 12px;
  backdrop-filter: blur(8px);
}

.renew-hero__facts li {
  padding-left: .8rem;
}

.renew-section-nav {
  position: sticky;
  z-index: 25;
  top: 91px;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
}

.renew-section-nav a::after {
  height: 3px;
  border-radius: 3px 3px 0 0;
}

.renew-section-heading__index,
.renew-principle-steps li>span {
  border-radius: 0;
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
}

.renew-section-heading h2 {
  text-wrap: balance;
}

.renew-section-heading::after {
  content: "";
  display: block;
  width: 66px;
  height: 2px;
  margin-top: 1.5rem;
  background: linear-gradient(90deg, var(--ib-lime) 0 55%, var(--ib-gold) 55%);
}

.renew-section-heading--center::after {
  margin-right: auto;
  margin-left: auto;
}

.renew-video-card,
.renew-assessment-card,
.renew-flow-card,
.renew-why__visual,
.renew-clinic-card {
  border-radius: 26px 8px 26px 8px;
}

.renew-video-card img,
.renew-device-stage img,
.renew-why__visual>img {
  transition: transform .7s cubic-bezier(.2, .7, .2, 1), filter .35s ease;
}

.renew-video-card img {
  transform: translate3d(calc(var(--pointer-x, 0) * -7px), calc(var(--pointer-y, 0) * -7px), 0) scale(1.035);
}

.renew-video-card:hover img {
  transform: translate3d(calc(var(--pointer-x, 0) * -9px), calc(var(--pointer-y, 0) * -9px), 0) scale(1.075);
}

.renew-principle {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--ib-muted);
  background:
    radial-gradient(circle at 92% 16%, rgba(196, 214, 0, .18), transparent 22%),
    linear-gradient(125deg, #f8f5ed 0%, #eee8dc 100%);
}

.renew-principle::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 8%;
  right: -4%;
  width: min(22vw, 340px);
  aspect-ratio: 1;
  background: rgba(198, 169, 106, .1);
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
}

.renew-principle__canvas {
  z-index: 0;
  opacity: .66;
  mix-blend-mode: multiply;
}

.renew-principle .container-xxl {
  position: relative;
  z-index: 2;
}

.renew-principle .renew-section-heading--light h2,
.renew-principle .renew-section-heading--light>p:last-child:not(.renew-section-heading__eyebrow),
.renew-principle .renew-lead {
  color: var(--ib-ink);
}

.renew-principle .renew-section-heading--light .renew-section-heading__eyebrow {
  color: var(--renew-teal);
}

.renew-principle-steps li {
  border-top-color: rgba(66, 72, 68, .15);
}

.renew-principle-steps li>span {
  color: var(--renew-deep);
  background: var(--ib-lime);
}

.renew-principle-steps strong {
  color: var(--ib-ink);
}

.renew-principle-steps p {
  color: var(--ib-muted);
}

.renew-device-stage {
  --pointer-x: 0;
  --pointer-y: 0;
  min-height: 540px;
  overflow: hidden;
  background:
    radial-gradient(circle at 42% 38%, rgba(108, 150, 143, .38), transparent 42%),
    linear-gradient(145deg, #24494a, #173638 72%);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 42px 10px 42px 10px;
  box-shadow: 0 30px 70px rgba(47, 59, 54, .2);
}

.renew-device-stage::before {
  z-index: 0;
  width: min(78%, 510px);
  background: rgba(255, 255, 255, .025);
  border-color: rgba(232, 222, 201, .2);
}

.renew-device-stage__orbit {
  z-index: 1;
  border-color: rgba(233, 221, 200, .2);
  animation: renew-orbit-pulse 6s ease-in-out infinite alternate;
}

.renew-device-stage__orbit--two {
  animation-delay: -3s;
}

@keyframes renew-orbit-pulse {
  from {
    opacity: .45;
    transform: scale(.94);
  }

  to {
    opacity: 1;
    transform: scale(1.05);
  }
}

.renew-device-stage img {
  z-index: 2;
  filter: drop-shadow(0 30px 34px rgba(0, 0, 0, .32));
  transform: translate3d(calc(var(--pointer-x) * 8px), calc(var(--pointer-y) * 8px), 0) rotateY(calc(var(--pointer-x) * 1.2deg)) rotateX(calc(var(--pointer-y) * -1deg));
}

.renew-device-stage__label {
  right: 1.5rem;
  bottom: 1.5rem;
  border-radius: 10px 3px 10px 3px;
}

.renew-assessment {
  background:
    linear-gradient(90deg, rgba(233, 221, 200, .18), transparent 30%),
    #fff;
}

.renew-assessment-card,
.renew-flow-card,
.renew-clinic-card {
  transition: transform .35s cubic-bezier(.2, .7, .2, 1), box-shadow .35s ease, border-color .35s ease;
}

.renew-assessment-card:hover,
.renew-flow-card:hover,
.renew-clinic-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 64px rgba(40, 56, 53, .13);
}

.renew-assessment-card--suitable {
  border-top-color: var(--ib-lime);
}

.renew-assessment-card__title>span {
  background: var(--renew-deep);
}

.renew-flow {
  background:
    radial-gradient(circle at 10% 15%, rgba(196, 214, 0, .1), transparent 22%),
    var(--renew-surface);
}

.renew-flow-grid::before {
  height: 2px;
  background: linear-gradient(90deg, var(--ib-sand), var(--ib-lime), var(--ib-sand));
}

.renew-flow-card__icon {
  background: var(--ib-cream);
  border-color: rgba(198, 169, 106, .2);
  transition: transform .4s cubic-bezier(.2, .7, .2, 1), background-color .3s ease;
}

.renew-flow-card:hover .renew-flow-card__icon {
  background: var(--ib-lime-soft);
  transform: scale(1.05) rotate(-2deg);
}

.renew-treatment-stats {
  position: relative;
  overflow: hidden;
  color: var(--ib-ink);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .54), transparent 55%),
    var(--ib-sand);
  border: 1px solid rgba(159, 131, 74, .18);
  border-radius: 26px 8px 26px 8px;
  box-shadow: 0 20px 55px rgba(70, 62, 45, .1);
}

.renew-treatment-stats::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: var(--ib-lime);
}

.renew-treatment-stats>div {
  border-right-color: rgba(66, 63, 54, .16);
}

.renew-treatment-stats strong {
  color: var(--renew-deep);
  font-weight: 400;
}

.renew-treatment-stats span,
.renew-treatment-stats>p {
  color: rgba(52, 54, 53, .7);
}

.renew-treatment-stats>p {
  border-top-color: rgba(66, 63, 54, .13);
}

.renew-mid-cta {
  min-height: 600px;
  color: var(--ib-ink);
  background: var(--ib-cream);
}

.renew-mid-cta__media img {
  object-position: 76% center;
  filter: saturate(.72) contrast(.98);
  transform: scale(1.02);
  transition: transform 7s ease;
}

.renew-mid-cta:hover .renew-mid-cta__media img {
  transform: scale(1.055);
}

.renew-mid-cta::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -80px;
  left: 44%;
  width: 180px;
  aspect-ratio: 1;
  background: rgba(196, 214, 0, .16);
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
}

.renew-mid-cta::after {
  background:
    linear-gradient(90deg, rgba(247, 244, 237, .99) 0%, rgba(247, 244, 237, .97) 42%, rgba(247, 244, 237, .83) 55%, rgba(247, 244, 237, .14) 78%, rgba(247, 244, 237, .03) 100%);
}

.renew-mid-cta .container-xxl {
  position: relative;
  z-index: 1;
}

.renew-mid-cta .renew-section-heading__eyebrow {
  color: var(--renew-teal);
}

.renew-mid-cta h2 {
  color: var(--ib-ink);
  text-wrap: balance;
}

.renew-mid-cta p:not(.renew-section-heading__eyebrow) {
  color: var(--ib-muted);
}

.renew-mid-cta .renew-btn--light {
  color: var(--renew-deep);
  background: rgba(255, 255, 255, .65);
  border-color: rgba(23, 54, 56, .35);
}

.renew-mid-cta .renew-btn--light:hover,
.renew-mid-cta .renew-btn--light:focus {
  color: #fff;
  background: var(--renew-deep);
  border-color: var(--renew-deep);
}

.renew-why__visual {
  --pointer-x: 0;
  --pointer-y: 0;
  background:
    radial-gradient(circle at 50% 44%, rgba(196, 214, 0, .17), transparent 48%),
    linear-gradient(145deg, #f6f3eb, #ebe5d9);
  border: 1px solid rgba(198, 169, 106, .18);
}

.renew-why__visual>img {
  transform: translate3d(calc(var(--pointer-x) * 7px), calc(var(--pointer-y) * 7px), 0) rotateY(calc(var(--pointer-x) * 1deg));
}

.renew-why__visual::before,
.renew-why__visual::after {
  border-color: rgba(88, 115, 109, .18);
}

.renew-faq {
  background:
    linear-gradient(140deg, rgba(233, 221, 200, .23), transparent 38%),
    #faf9f5;
}

.renew-accordion .accordion-item {
  overflow: hidden;
  border-radius: 16px 5px 16px 5px;
  transition: transform .3s ease, box-shadow .3s ease;
}

.renew-accordion .accordion-item:hover {
  transform: translateX(4px);
  box-shadow: 0 16px 38px rgba(48, 60, 56, .09);
}

.renew-accordion .accordion-button:not(.collapsed) {
  color: var(--renew-deep);
  background: linear-gradient(90deg, var(--ib-lime-soft), #fff 52%);
}

.renew-clinics {
  background:
    radial-gradient(circle at 8% 15%, rgba(196, 214, 0, .13), transparent 22%),
    linear-gradient(145deg, #294847, var(--renew-deep) 68%);
}

.renew-clinic-card {
  border-top-color: var(--ib-sand);
}

.renew-clinic-card--featured {
  background: linear-gradient(155deg, #fff, #fbf9f1);
}

.renew-clinics__notice {
  color: rgba(255, 255, 255, .6);
}

.renew-back-top {
  position: fixed;
  z-index: 1025;
  right: 1.35rem;
  bottom: 1.35rem;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--renew-deep);
  background: var(--ib-lime);
  border: 1px solid rgba(23, 54, 56, .1);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(43, 52, 31, .22);
  opacity: 0;
  pointer-events: none;
  text-decoration: none;
  transform: translateY(14px) scale(.9);
  transition: opacity .25s ease, transform .25s ease, background-color .2s ease;
}

.renew-back-top span {
  margin-top: -3px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
}

.renew-back-top:hover,
.renew-back-top:focus {
  color: var(--renew-deep);
  background: #d8e309;
}

.renew-back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.has-js [data-reveal] {
  --reveal-x: 0px;
  --reveal-y: 34px;
  opacity: 0;
  filter: blur(7px);
  transform: translate3d(var(--reveal-x), var(--reveal-y), 0);
  transition:
    opacity .8s cubic-bezier(.2, .7, .2, 1) var(--reveal-delay, 0ms),
    transform .8s cubic-bezier(.2, .7, .2, 1) var(--reveal-delay, 0ms),
    filter .75s ease var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.has-js [data-reveal="left"] {
  --reveal-x: -42px;
  --reveal-y: 0px;
}

.has-js [data-reveal="right"] {
  --reveal-x: 42px;
  --reveal-y: 0px;
}

.has-js [data-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.has-js .renew-assessment-card[data-reveal].is-visible:hover,
.has-js .renew-flow-card[data-reveal].is-visible:hover,
.has-js .renew-clinic-card[data-reveal].is-visible:hover {
  transform: translateY(-7px);
}

.has-js .renew-accordion .accordion-item[data-reveal].is-visible:hover {
  transform: translateX(4px);
}

.renew-eecp-page :focus-visible,
.demo-header :focus-visible,
.demo-footer :focus-visible,
.renew-back-top:focus-visible {
  outline: 3px solid rgba(196, 214, 0, .88);
  outline-offset: 4px;
}

@media (max-width: 1199.98px) {
  .renew-section-nav {
    top: 81px;
  }
}

@media (max-width: 991.98px) {
  .renew-hero {
    min-height: 720px;
  }

  .renew-hero__canvas {
    opacity: .56;
  }

  .renew-principle__canvas {
    opacity: .38;
  }

  .renew-device-stage {
    min-height: 470px;
  }

  .renew-mid-cta {
    min-height: 590px;
  }

  .renew-mid-cta__media {
    opacity: .45;
  }

  .renew-mid-cta__media img {
    object-position: 67% center;
  }

  .renew-mid-cta::after {
    background: linear-gradient(90deg, rgba(247, 244, 237, .99), rgba(247, 244, 237, .92) 68%, rgba(247, 244, 237, .72));
  }
}

@media (max-width: 767.98px) {
  .renew-hero__geometry span:nth-child(1) {
    top: 6%;
    right: -11%;
  }

  .renew-hero__geometry span:nth-child(2) {
    right: 8%;
  }

  .renew-hero__facts {
    width: 100%;
    padding: .85rem .5rem;
  }

  .renew-hero__facts li {
    padding-left: .35rem;
  }

  .renew-section-nav {
    top: 72px;
  }

  .renew-section-heading::after {
    margin-top: 1.1rem;
  }

  .renew-device-stage {
    min-height: 390px;
    border-radius: 28px 8px 28px 8px;
  }

  .renew-treatment-stats>div {
    border-right: 0;
    border-bottom-color: rgba(66, 63, 54, .14);
  }

  .renew-mid-cta {
    min-height: 620px;
  }

  .renew-mid-cta__media {
    opacity: .28;
  }

  .renew-mid-cta::after {
    background: linear-gradient(180deg, rgba(247, 244, 237, .99) 0%, rgba(247, 244, 237, .94) 70%, rgba(247, 244, 237, .8) 100%);
  }

  .renew-back-top {
    right: .9rem;
    bottom: 94px;
    width: 46px;
    height: 46px;
  }

  .has-js [data-reveal="left"],
  .has-js [data-reveal="right"] {
    --reveal-x: 0px;
    --reveal-y: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .renew-hero__content {
    opacity: 1;
    transform: none;
  }

  .renew-hero__media img,
  .renew-video-card img,
  .renew-device-stage img,
  .renew-why__visual>img,
  .renew-mid-cta__media img {
    transform: none !important;
  }

  .has-js [data-reveal] {
    opacity: 1;
    filter: none;
    transform: none;
    will-change: auto;
  }
}

/* Final cascade locks for the stronger contrast treatment. */
.renew-principle {
  background:
    radial-gradient(circle at 92% 16%, rgba(196, 214, 0, .27), transparent 24%),
    linear-gradient(125deg, #f5efdf 0%, #e5d8c4 100%);
}

.renew-principle .renew-section-heading--light .renew-section-heading__eyebrow {
  color: #3f615b;
}

.renew-principle-steps p {
  color: #545b58;
}

.renew-assessment {
  background:
    radial-gradient(circle at 100% 0%, rgba(196, 214, 0, .14), transparent 26%),
    linear-gradient(180deg, #faf8f2 0%, #efebe2 100%);
}

.renew-flow {
  background:
    radial-gradient(circle at 10% 15%, rgba(196, 214, 0, .16), transparent 25%),
    linear-gradient(180deg, #f4f1e9, #ebe6da);
}

.renew-treatment-stats strong {
  font-weight: 500;
}

.renew-treatment-stats span,
.renew-treatment-stats>p {
  color: rgba(41, 45, 44, .76);
  font-weight: 500;
}

.renew-faq {
  background:
    radial-gradient(circle at 88% 12%, rgba(196, 214, 0, .13), transparent 24%),
    linear-gradient(145deg, #f6f2e9, #ebe4d7);
}