  .certification-usa-page,
  .renewal-landing--certification-usa,
  .certification-usa-layout,
  .elementor-widget[class*="elementor-widget-rwl_cusa_"] {
    --renewal-layout-max: 1350px;
    --renewal-layout-gutter: clamp(1.25rem, 4vw, 3rem);
    --renewal-mobile-gutter: clamp(1.25rem, 4vw, 1.5rem);
  }

/* === renewal-hero-unify-style === */
.certification-usa-layout {
    --renewal-blue: #0073ff;
    --renewal-green-accent: #69dc82;
    --renewal-layout-max: 1350px;
    --renewal-mobile-gutter: clamp(1.25rem, 4vw, 1.5rem);
  }

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

  .elementor-30 {
    background: #f6f9fd;
  }

/* === renewal-cert-hero-v2 === */
.renewal-cert-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    min-height: 100svh;
    background: #020617;
  }

  .renewal-cert-hero__carousel {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
  }

  .renewal-cert-hero__carousel-track {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .renewal-cert-hero__carousel-item {
    position: absolute;
    inset: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    animation: renewal-hero-fade 25s infinite;
    will-change: opacity;
  }

  .renewal-cert-hero__carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .renewal-cert-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgb(15 23 42 / 0.78) 0%, rgb(15 23 42 / 0.68) 36%, rgb(15 23 42 / 0.36) 58%, rgb(15 23 42 / 0.08) 78%),
      linear-gradient(180deg, rgb(2 6 23 / 0.34) 0%, rgb(15 23 42 / 0.48) 100%);
  }

  .renewal-cert-hero__carousel-item:nth-child(1) { animation-delay: 0s; }
  .renewal-cert-hero__carousel-item:nth-child(2) { animation-delay: 5s; }
  .renewal-cert-hero__carousel-item:nth-child(3) { animation-delay: 10s; }
  .renewal-cert-hero__carousel-item:nth-child(4) { animation-delay: 15s; }
  .renewal-cert-hero__carousel-item:nth-child(5) { animation-delay: 20s; }
  .renewal-cert-hero__carousel-item:nth-child(n + 6) { display: none; }

  @keyframes renewal-hero-fade {
    0%,
    18% {
      opacity: 1;
    }

    22%,
    100% {
      opacity: 0;
    }
  }

  .renewal-cert-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      radial-gradient(38% 28% at 14% 18%, rgb(96 165 250 / 0.2) 0%, transparent 74%),
      radial-gradient(34% 24% at 86% 80%, rgb(56 189 248 / 0.15) 0%, transparent 75%);
    pointer-events: none;
  }

  .renewal-cert-hero__inner {
    position: relative;
    z-index: 2;
    width: min(100%, var(--renewal-layout-max));
    margin: 0 auto;
    min-height: 100svh;
    padding: calc(5rem + 14px) 0 2.4rem 0;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 0;
  }

  .renewal-cert-hero__content {
    max-width: 45rem;
    margin: 0;
  }

  .renewal-cert-hero__title {
    margin: 0;
    font-size: 80px;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #f5f8fd;
  }

  .renewal-cert-hero__title span {
    color: #69dc82;
  }

  .renewal-cert-hero__lead {
    margin: 0.9rem 0 0;
    max-width: 38rem;
    font-size: clamp(1.02rem, 1.65vw, 1.16rem);
    line-height: 1.7;
    color: #e2e8f0;
  }

  .renewal-cert-hero__dock {
    margin-top: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    max-width: 38rem;
  }

  .renewal-cert-hero__meta {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    width: 100%;
  }

  .renewal-cert-hero__meta li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-family: var(--font-sans, Area), Arial, sans-serif;
    font-size: clamp(0.9rem, 1.6vw, 1rem);
    font-weight: 400;
    line-height: 1.45;
    color: rgb(241 245 249 / 0.95);
    text-shadow: 0 2px 22px rgb(0 0 0 / 0.55);
  }

  .renewal-cert-hero__meta svg {
    flex-shrink: 0;
    margin-top: 0.12rem;
    color: rgb(96 165 250 / 0.95);
  }

  .renewal-cert-hero__meta strong {
    font-weight: 700;
    color: #fff;
  }

  .renewal-cert-hero__cta {
    margin-top: 0;
  }

  .renewal-cert-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.8rem 1.6rem;
    border-radius: 999px;
    background: #69dc82;
    color: #fff;
    font-family: Area, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1;
    text-decoration: none;
    box-shadow: 0 12px 24px rgb(15 23 42 / 0.24);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  }

  /* Unified button baseline across the page */
  :is(.renewal-cert-hero__button, .renewal-agenda__cta) {
    font-family: var(--font-sans, Area), Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.2;
    min-height: 2.9rem;
    border-radius: 999px;
  }

  /* Body/running text minimum 16px across Renewal sections */
  #content :where([class^="renewal-"], [class*=" renewal-"]) :is(
    p,
    li,
    [class*="__lead"],
    [class*="__copy"],
    [class*="__bio"],
    [class*="__role"],
    [class*="__text"],
    [class*="__item"],
    [class*="__line"],
    [class*="__desc"],
    [class*="__description"],
    [class*="__support"],
    [class*="__intro"],
    [class*="__highlight-text"]
  ) {
    font-size: 1rem !important;
  }

  #content :where([class^="tr-immersion"], [class*=" tr-immersion"]) :is(
    p,
    li,
    [class*="__lead"],
    [class*="__line"]
  ) {
    font-size: 1rem !important;
  }

  /* Unified eyebrow/kicker visual language */
  :is(
    .renewal-learning__eyebrow,
    .renewal-instructors__kicker,
    .renewal-agenda__kicker
  ) {
    margin: 0 0 0.55rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    padding: 0.28rem 0.68rem !important;
    border-radius: 999px !important;
    border: 1px solid currentColor !important;
    background: rgb(255 255 255 / 0.12) !important;
    font-family: var(--font-sans, Area), Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
  }

  .renewal-learning__eyebrow,
  .renewal-agenda__kicker {
    color: #2563eb !important;
    background: rgb(37 99 235 / 0.08) !important;
    border-color: rgb(37 99 235 / 0.28) !important;
  }

  .renewal-instructors__kicker {
    color: rgb(226 232 240 / 0.94) !important;
    background: rgb(148 163 184 / 0.14) !important;
    border-color: rgb(226 232 240 / 0.3) !important;
  }

  /* Remove remaining uppercase labels in Renewal blocks */
  :is(
    .renewal-days__highlight-title,
    .renewal-instructors__role
  ) {
    text-transform: capitalize !important;
    font-weight: 500 !important;
  }

  /* Standard vertical spacing for all non-hero sections */
  @media (min-width: 768px) {
    :is(
      .renewal-pellets__inner,
      .renewal-days__inner,
      .renewal-learning__inner,
      .renewal-instructors__inner,
      .renewal-agenda__inner,
      .renewal-post-training__inner,
      .renewal-advantages__inner,
      .renewal-equilibria__inner,
      .renewal-enroll__inner,
      .renewal-practice-gallery__inner
    ) {
      padding-top: 90px !important;
      padding-bottom: 90px !important;
    }
  }

  @media (max-width: 767px) {
    :is(
      .renewal-pellets__inner,
      .renewal-days__inner,
      .renewal-learning__inner,
      .renewal-instructors__inner,
      .renewal-agenda__inner,
      .renewal-post-training__inner,
      .renewal-advantages__inner,
      .renewal-equilibria__inner,
      .renewal-enroll__inner
    ) {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }

    .renewal-practice-gallery__inner {
      padding-top: 2.5rem !important;
      padding-bottom: 2.5rem !important;
    }

    .renewal-signoff__inner {
      padding-top: 1.65rem !important;
      padding-bottom: 1.75rem !important;
    }
  }

  .renewal-cert-hero__button:hover,
  .renewal-cert-hero__button:focus {
    background: #4fcf6b;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgb(15 23 42 / 0.28);
    color: #fff;
  }

  .renewal-pellets {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    border-top: 1px solid rgb(226 232 240 / 0.68);
  }

  .renewal-pellets__inner {
    width: min(100%, var(--renewal-layout-max));
    margin: 0 auto;
    padding: clamp(2.1rem, 4.6vw, 3.4rem) 0 clamp(2.2rem, 4.7vw, 3.6rem) 0;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    align-items: center;
    gap: clamp(1.05rem, 2.4vw, 1.8rem);
  }

  .renewal-pellets__content {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: center;
  }

  .renewal-pellets__title {
    margin: 0;
    max-width: 32rem;
    font-family: "Ivy Mode", Georgia, serif;
    font-size: clamp(2.1rem, 3.5vw, 3rem);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -0.02em;
    color: #0f172a;
    text-wrap: balance;
  }

  @media (min-width: 1024px) {
    .renewal-pellets__title {
      max-width: 64rem;
    }
  }

  .renewal-pellets__title span {
    color: #0073ff;
  }

  .renewal-pellets__copy {
    margin-top: 0.85rem;
    max-width: 31rem;
    font-family: Area, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.45;
    color: #334155;
  }

  .renewal-pellets__copy p {
    margin: 0 0 0.48rem;
  }

  .renewal-pellets__copy p:last-child {
    margin-bottom: 0;
  }

  .renewal-pellets__copy strong {
    font-weight: 600;
    color: #0f172a;
  }

  .renewal-pellets__cta-wrap {
    margin-top: clamp(1.1rem, 2.2vw, 1.45rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.65rem;
    max-width: 31rem;
  }

  .renewal-pellets__cta-wrap .renewal-agenda__cta:focus-visible {
    outline: 2px solid rgb(37 99 235 / 0.55);
    outline-offset: 3px;
  }

  .renewal-pellets__visual {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .renewal-pellets__media {
    margin: 0 auto;
    width: min(100%, 480px);
    aspect-ratio: 1 / 1.05;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid rgb(59 130 246 / 0.62);
    box-shadow:
      0 0 0 5px rgb(59 130 246 / 0.12),
      0 0 28px 6px rgb(59 130 246 / 0.32),
      0 0 64px 22px rgb(0 115 255 / 0.14);
    background: #000;
  }

  .renewal-pellets__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }

  .renewal-days {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(120% 120% at 0% 0%, rgb(59 130 246 / 0.1) 0%, rgb(59 130 246 / 0) 45%),
      radial-gradient(110% 110% at 100% 0%, rgb(14 165 233 / 0.12) 0%, rgb(14 165 233 / 0) 48%),
      linear-gradient(180deg, #f8fbff 0%, #eef4ff 62%, #edf5ff 100%);
    border-top: 1px solid rgb(191 219 254 / 0.6);
  }

  .renewal-days__inner {
    width: min(100%, var(--renewal-layout-max));
    margin: 0 auto;
    padding: clamp(2.2rem, 4.6vw, 3.6rem) 0 clamp(2.1rem, 4.3vw, 3.3rem) 0;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: clamp(1.15rem, 2.4vw, 1.8rem);
  }

  .renewal-days__copy {
    max-width: 62rem;
    text-align: center;
  }

  .renewal-days__title {
    margin: 0;
    max-width: 54rem;
    font-family: "Ivy Mode", Georgia, serif !important;
    font-size: clamp(2.1rem, 3.5vw, 3rem);
    font-weight: 300;
    line-height: 1.03;
    letter-spacing: -0.02em;
    color: #0f172a;
    text-wrap: balance;
  }

  .renewal-days__lead {
    margin: 0.9rem auto 0;
    max-width: 45rem;
    font-family: Area, Arial, sans-serif !important;
    font-size: clamp(1rem, 1.08vw, 1.06rem);
    font-weight: 400;
    line-height: 1.58;
    color: #475569;
  }

  .renewal-days__highlights {
    margin: 0;
    width: 100%;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(1.25rem, 2.8vw, 2.25rem);
  }

  .renewal-days__column {
    flex: 1 1 0;
    min-width: clamp(200px, 28vw, 280px);
    display: grid;
    gap: clamp(0.55rem, 1.2vw, 0.85rem);
    justify-items: center;
  }

  .renewal-days__media {
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1 / 1.05;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid rgb(59 130 246 / 0.62);
    box-shadow:
      0 0 0 5px rgb(59 130 246 / 0.12),
      0 0 28px 6px rgb(59 130 246 / 0.32),
      0 0 64px 22px rgb(0 115 255 / 0.14);
    background: #000;
  }

  .renewal-days__media-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }

  .renewal-days__highlight {
    width: 100%;
    display: grid;
    gap: 0.45rem;
    text-align: center;
  }

  .renewal-days__highlight-title {
    margin: 0;
    font-family: Area, Arial, sans-serif;
    font-size: clamp(1.15rem, 1.55vw, 1.35rem);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0073ff;
  }

  .renewal-days__highlight-text {
    margin: 0.45rem 0 0;
    font-family: Area, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    color: #475569;
  }

  .renewal-days .renewal-days__title {
    font-family: var(--font-heading, "Ivy Mode"), Georgia, serif !important;
    font-weight: 300 !important;
  }

  .renewal-days .renewal-days__lead,
  .renewal-days .renewal-days__highlight-title,
  .renewal-days .renewal-days__highlight-text {
    font-family: var(--font-sans, Area), Arial, sans-serif !important;
  }

  .tr-immersion {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: none;
    padding: clamp(4.25rem, 12vw, 7.5rem) 0;
    overflow: hidden;
    box-sizing: border-box;
  }

  .tr-immersion__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .tr-immersion__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  @keyframes tr-immersion-scrim-drift {
    0%,
    100% {
      transform: translate(0, 0) scale(1);
      opacity: 0.9;
    }

    45% {
      transform: translate(4%, -3.5%) scale(1.06);
      opacity: 1;
    }

    72% {
      transform: translate(-2.5%, 2%) scale(0.98);
      opacity: 0.88;
    }
  }

  @keyframes tr-immersion-scrim-shimmer {
    0%,
    100% {
      background-position: 0% 50%;
      opacity: 0.26;
    }

    50% {
      background-position: 100% 50%;
      opacity: 0.4;
    }
  }

  .tr-immersion__scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    isolation: isolate;
    pointer-events: none;
    background:
      radial-gradient(ellipse 70% 55% at 12% 45%, rgb(0 115 255 / 0.14), transparent 58%),
      radial-gradient(ellipse 50% 40% at 88% 30%, rgb(74 222 128 / 0.05), transparent 52%),
      linear-gradient(105deg, rgb(8 8 10 / 0.94) 0%, rgb(10 10 14 / 0.84) 34%, rgb(18 16 14 / 0.44) 54%, rgb(28 24 20 / 0.3) 100%),
      linear-gradient(to top, rgb(0 0 0 / 0.55) 0%, transparent 40%);
    box-shadow:
      inset 0 0 min(90px, 14vw) rgb(0 115 255 / 0.06),
      inset 0 -1px 0 rgb(255 255 255 / 0.04);
  }

  .tr-immersion__scrim::before {
    content: "";
    position: absolute;
    inset: -22%;
    z-index: 0;
    background:
      radial-gradient(circle at 28% 38%, rgb(0 115 255 / 0.18), transparent 42%),
      radial-gradient(circle at 78% 62%, rgb(100 170 255 / 0.1), transparent 38%),
      conic-gradient(
        from 200deg at 50% 50%,
        transparent 0deg,
        rgb(0 115 255 / 0.05) 70deg,
        transparent 140deg,
        rgb(74 222 128 / 0.04) 220deg,
        transparent 300deg
      );
    animation: tr-immersion-scrim-drift 26s ease-in-out infinite;
  }

  .tr-immersion__scrim::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    mix-blend-mode: soft-light;
    background-image: linear-gradient(
      112deg,
      transparent 38%,
      rgb(255 255 255 / 0.09) 48%,
      rgb(255 255 255 / 0.16) 50%,
      rgb(255 255 255 / 0.08) 52%,
      transparent 62%
    );
    background-size: 220% 100%;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    animation: tr-immersion-scrim-shimmer 16s ease-in-out infinite;
  }

  .tr-immersion__shell {
    position: relative;
    z-index: 2;
    width: min(100%, 1300px);
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: env(safe-area-inset-left, 0px);
    padding-right: env(safe-area-inset-right, 0px);
    box-sizing: border-box;
  }

  .tr-immersion__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 4vw, 3rem);
    align-items: start;
  }

  .tr-immersion__copy {
    max-width: 52rem;
  }

  .tr-immersion__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.75rem, 1.5vw, 1rem);
    margin: 0;
    padding: 0;
  }

  .tr-immersion__eyebrow {
    margin: 0 0 1rem;
    font-family: Area, Arial, sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgb(255 255 255 / 0.9);
  }

  .tr-immersion__title {
    margin: 0 0 1.35rem;
    font-family: var(--font-heading, "Ivy Mode"), Georgia, serif !important;
    font-weight: 300 !important;
    font-size: clamp(2.25rem, 4.8vw, 3.5rem);
    line-height: 1.08;
    letter-spacing: -0.025em;
    color: #fff;
  }

  .tr-immersion__lead {
    margin: 0;
    font-family: Area, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    color: rgb(255 255 255 / 0.76);
    max-width: 52rem;
  }

  .tr-immersion-card {
    margin: 0;
    padding: 1rem 1.15rem 1.1rem;
    border-radius: 1rem;
    background:
      linear-gradient(145deg, rgb(255 255 255 / 0.14) 0%, rgb(248 250 252 / 0.08) 100%),
      linear-gradient(152deg, rgb(72 58 48 / 0.35), rgb(28 26 24 / 0.42));
    border: 1px solid rgb(0 115 255 / 0.15);
    box-shadow:
      0 12px 40px rgb(0 0 0 / 0.28),
      0 8px 24px -12px rgb(0 0 0 / 0.35);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition:
      border-color 0.3s ease,
      box-shadow 0.3s ease,
      transform 0.3s ease;
  }

  @media (prefers-reduced-motion: no-preference) {
    .tr-immersion-card:hover {
      border-color: rgb(0 115 255 / 0.28);
      box-shadow:
        0 16px 44px rgb(0 0 0 / 0.32),
        0 12px 28px -10px rgb(0 115 255 / 0.2);
      transform: translateY(-2px);
    }
  }

  .tr-immersion-card__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.65rem;
  }

  .tr-immersion-card__kpi {
    font-size: clamp(1.75rem, 3.2vw, 2.35rem);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #fff;
    font-variant-numeric: tabular-nums;
  }

  .tr-immersion-card__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    color: rgb(255 255 255 / 0.88);
  }

  .tr-immersion-card__icon svg {
    width: 1.65rem;
    height: 1.65rem;
  }

  .tr-immersion-card__meta {
    display: grid;
    gap: 0.55rem;
  }

  .tr-immersion-card__line {
    margin: 0;
    font-family: Area, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 500;
    color: rgb(255 255 255 / 0.94);
  }

  .tr-immersion-card__line--muted {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55;
    color: rgb(255 255 255 / 0.68);
  }

  @media (max-width: 899px) {
    .tr-immersion__cards {
      grid-template-columns: 1fr;
      max-width: 28rem;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .tr-immersion__scrim::before,
    .tr-immersion__scrim::after {
      animation: none;
    }

    .tr-immersion__scrim::before {
      inset: -8%;
      opacity: 0.75;
      transform: none;
    }

    .tr-immersion__scrim::after {
      opacity: 0.12;
      background-position: 50% 50%;
    }

    .tr-immersion-card {
      transition: none;
    }

    .tr-immersion-card:hover {
      transform: none;
    }
  }


  .renewal-learning {
    position: relative;
    overflow: hidden;
    background: #fff;
  }

  .renewal-learning__inner {
    width: min(100%, var(--renewal-layout-max));
    margin: 0 auto;
    padding: clamp(2.2rem, 4.6vw, 3.7rem) 0 clamp(2.3rem, 4.8vw, 3.9rem) 0;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.98fr);
    gap: clamp(1.2rem, 2.8vw, 2.8rem);
    align-items: center;
  }

  .renewal-learning__eyebrow {
    margin: 0 0 0.35rem;
    font-family: Area, Arial, sans-serif;
    font-size: 0.82rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #2563eb;
  }

  .renewal-learning__title {
    margin: 0;
    font-family: "Ivy Mode", Georgia, serif;
    font-size: clamp(2rem, 4.2vw, 3.1rem);
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: -0.02em;
    color: #0f172a;
  }

  .renewal-learning__title span {
    color: #0073ff;
  }

  .renewal-learning__lead {
    margin: 0.8rem 0 0;
    max-width: 39rem;
    font-family: Area, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.62;
    color: #334155;
  }

  .renewal-learning__points {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.6rem;
    max-width: 40rem;
  }

  .renewal-learning__points li {
    position: relative;
    margin: 0;
    padding-left: 1.5rem;
    font-family: Area, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.54;
    color: #1e293b;
  }

  .renewal-learning__points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.52em;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #38bdf8 0%, #2563eb 100%);
  }

  .renewal-learning__visual {
    margin: 0 auto;
    width: min(100%, 480px);
    aspect-ratio: 1 / 1.05;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid rgb(59 130 246 / 0.62);
    box-shadow:
      0 0 0 5px rgb(59 130 246 / 0.12),
      0 0 28px 6px rgb(59 130 246 / 0.32),
      0 0 64px 22px rgb(0 115 255 / 0.14);
    background: #000;
    align-self: center;
    min-width: 0;
  }

  .renewal-learning__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }

  .renewal-practice-gallery {
    position: relative;
    overflow: hidden;
    background: #fff;
    --gallery-gap: clamp(0.55rem, 1vw, 0.85rem);
    --gallery-per-view: 5;
  }

  .renewal-practice-gallery__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 50px 0 90px;
    box-sizing: border-box;
    background: #fff;
  }

  .renewal-practice-gallery__viewport {
    position: relative;
    overflow: hidden;
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    container-type: inline-size;
  }

  .renewal-practice-gallery__viewport::before,
  .renewal-practice-gallery__viewport::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: clamp(38px, 8vw, 120px);
    z-index: 2;
    pointer-events: none;
  }

  .renewal-practice-gallery__viewport::before {
    left: 0;
    background: linear-gradient(90deg, #fff 0%, rgb(255 255 255 / 0) 100%);
  }

  .renewal-practice-gallery__viewport::after {
    right: 0;
    background: linear-gradient(270deg, #fff 0%, rgb(255 255 255 / 0) 100%);
  }

  .renewal-practice-gallery__track {
    display: flex;
    align-items: stretch;
    gap: var(--gallery-gap);
    width: max-content;
    animation: renewal-gallery-scroll 36s linear infinite;
    will-change: transform;
  }

  .renewal-practice-gallery__item {
    margin: 0;
    flex: 0 0 calc((100vw - (var(--gallery-gap) * (var(--gallery-per-view) - 1))) / var(--gallery-per-view));
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 0.75rem;
    border: 1px solid rgb(148 163 184 / 0.24);
    box-shadow: 0 18px 30px -20px rgb(15 23 42 / 0.4);
  }

  @supports (width: 100cqw) {
    .renewal-practice-gallery__item {
      flex: 0 0 calc((100cqw - (var(--gallery-gap) * (var(--gallery-per-view) - 1))) / var(--gallery-per-view));
    }
  }

  .renewal-practice-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .renewal-practice-gallery__viewport:hover .renewal-practice-gallery__track {
    animation-play-state: paused;
  }

  @keyframes renewal-gallery-scroll {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(calc(-50% - (var(--gallery-gap) / 2)));
    }
  }

  .renewal-instructors {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(110% 120% at 8% 8%, rgb(255 255 255 / 0.12) 0%, rgb(255 255 255 / 0) 42%),
      radial-gradient(100% 110% at 92% 14%, rgb(15 23 42 / 0.1) 0%, rgb(15 23 42 / 0) 46%),
      linear-gradient(132deg, #6e878c 0%, #6e878c 46%, #6e878c 100%);
  }

  .renewal-instructors::before {
    content: "";
    position: absolute;
    inset: -22% auto auto -14%;
    width: clamp(320px, 45vw, 780px);
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    pointer-events: none;
    opacity: 1;
    background: radial-gradient(circle, rgb(255 255 255 / 0.16) 0%, rgb(255 255 255 / 0) 72%);
    filter: blur(2px);
  }

  .renewal-instructors::after {
    content: "";
    position: absolute;
    inset: auto -16% -30% auto;
    width: clamp(360px, 50vw, 820px);
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    pointer-events: none;
    background: radial-gradient(circle, rgb(15 23 42 / 0.14) 0%, rgb(15 23 42 / 0) 74%);
    filter: blur(2px);
  }

  .renewal-instructors__inner {
    position: relative;
    z-index: 1;
    width: min(100%, var(--renewal-layout-max));
    margin: 0 auto;
    padding: clamp(2.45rem, 4.8vw, 4rem) 0 clamp(2.55rem, 5.1vw, 4.3rem) 0;
    box-sizing: border-box;
    display: grid;
    gap: clamp(1.15rem, 2.3vw, 1.85rem);
  }

  .renewal-instructors__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
    align-items: end;
    gap: clamp(1rem, 2.2vw, 2rem);
  }

  .renewal-instructors__kicker {
    margin: 0 0 0.55rem;
    font-family: Area, Arial, sans-serif;
    font-size: 0.82rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: rgb(148 163 184 / 0.95);
  }

  .renewal-instructors__title {
    margin: 0;
    display: grid;
    gap: 0.22rem;
    font-family: "Ivy Mode", Georgia, serif;
    color: #fff;
    text-wrap: balance;
  }

  .renewal-instructors__title-kicker {
    display: block;
    font-size: clamp(2.25rem, 4.4vw, 3.5rem);
    font-weight: 300;
    line-height: 0.94;
    letter-spacing: -0.022em;
    color: rgb(226 232 240 / 0.94);
  }

  .renewal-instructors__title > span:not(.renewal-instructors__title-kicker) {
    font-size: clamp(2.25rem, 4.4vw, 3.5rem);
    font-weight: 300;
    line-height: 0.94;
    letter-spacing: -0.022em;
    color: #fff;
  }

  .renewal-instructors__intro {
    margin: 0;
    display: grid;
    justify-items: start;
    gap: 0.75rem;
    font-family: Area, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.45;
    color: rgb(226 232 240 / 0.9);
  }

  .renewal-instructors__intro p {
    margin: 0;
    max-width: 34rem;
  }

  .renewal-instructors__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-family: Area, Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #86f89d;
    text-decoration: none;
    transition: color 200ms ease, transform 200ms ease;
  }

  .renewal-instructors__cta:hover {
    color: #b2ffbf;
    transform: translateX(2px);
  }

  .renewal-instructors__grid {
    display: grid;
    grid-template-columns: repeat(var(--instructors-cols, 1), minmax(0, 1fr));
    gap: clamp(0.9rem, 2vw, 1.3rem);
  }

  .renewal-instructors__grid--auto {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  }

  .renewal-instructors__card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(255 255 255 / 0.24);
    border-radius: 0.75rem;
    background: linear-gradient(165deg, rgb(74 96 101 / 0.92) 0%, rgb(92 113 118 / 0.9) 48%, rgb(64 84 88 / 0.92) 100%);
    box-shadow: 0 20px 34px -28px rgb(15 23 42 / 0.55);
    overflow: hidden;
    transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
  }

  .renewal-instructors__grid[data-count="1"] .renewal-instructors__card {
    display: grid;
    grid-template-columns: clamp(220px, 36%, 380px) minmax(0, 1fr);
    grid-template-rows: auto auto 1fr;
    grid-template-areas:
      "photo name"
      "photo role"
      "photo bio";
    align-items: stretch;
  }

  .renewal-instructors__grid[data-count="1"] .renewal-instructors__photo {
    grid-area: photo;
    height: auto;
    min-height: clamp(280px, 24vw, 480px);
  }

  .renewal-instructors__grid[data-count="1"] .renewal-instructors__name {
    grid-area: name;
    align-self: end;
  }

  .renewal-instructors__grid[data-count="1"] .renewal-instructors__role {
    grid-area: role;
  }

  .renewal-instructors__grid[data-count="1"] .renewal-instructors__bio {
    grid-area: bio;
    border-top: 0;
    border-left: 1px solid rgb(255 255 255 / 0.18);
  }

  .renewal-instructors__grid[data-count="1"] .renewal-instructors__card:not(:has(.renewal-instructors__photo)) {
    display: flex;
    flex-direction: column;
  }

  .renewal-instructors__grid[data-count="1"] .renewal-instructors__card:not(:has(.renewal-instructors__photo)) .renewal-instructors__bio {
    border-left: 0;
    border-top: 1px solid rgb(255 255 255 / 0.18);
  }

  .renewal-instructors__card:hover {
    transform: translateY(-3px);
    border-color: rgb(255 255 255 / 0.42);
    box-shadow: 0 24px 38px -24px rgb(15 23 42 / 0.62);
  }

  .renewal-instructors__photo {
    margin: 0;
    overflow: hidden;
    background: #1f2937;
    height: clamp(300px, 30vw, 600px);
  }

  .renewal-instructors__photo img,
  .renewal-instructors__photo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.001);
    transition: transform 260ms ease;
  }

  .renewal-instructors__card:hover .renewal-instructors__photo img,
  .renewal-instructors__card:hover .renewal-instructors__photo video {
    transform: scale(1.03);
  }

  .renewal-instructors__name {
    margin: 0;
    padding: 1.1rem 1.15rem 0.42rem;
    font-family: Area, Arial, sans-serif;
    font-size: clamp(1.08rem, 1.2vw, 1.18rem);
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #f8fafc;
  }

  .renewal-instructors__role {
    margin: 0;
    padding: 0 1.15rem 0.82rem;
    font-family: Area, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 400;
    text-transform: uppercase;
    color: rgb(219 234 254 / 0.9);
  }

  .renewal-instructors__bio {
    margin: 0;
    padding: 2.15rem 2.15rem 2.22rem;
    border-top: 1px solid rgb(255 255 255 / 0.18);
    font-family: Area, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: rgb(241 245 249 / 0.9);
  }

  .renewal-instructors__bio p {
    margin: 0;
  }

  .renewal-instructors__bio p + p {
    margin-top: 0.45rem;
  }

  @media (prefers-reduced-motion: reduce) {
    .renewal-instructors__card,
    .renewal-instructors__photo img,
    .renewal-instructors__photo video {
      transition: none;
    }

    .renewal-instructors__card:hover {
      transform: none;
    }
  }

  .renewal-agenda {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f4f8ff 0%, #ebf2ff 100%);
  }

  .renewal-agenda__inner {
    position: relative;
    z-index: 1;
    width: min(100%, var(--renewal-layout-max));
    margin: 0 auto;
    padding: clamp(2.1rem, 4.4vw, 3.2rem) 0 clamp(1.8rem, 4vw, 2.8rem) 0;
    box-sizing: border-box;
    display: grid;
    gap: clamp(0.9rem, 2vw, 1.25rem);
  }

  .renewal-agenda__kicker {
    margin: 0;
    font-family: Area, Arial, sans-serif;
    font-size: 0.82rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: #3b82f6;
  }

  .renewal-agenda__title {
    margin: 0;
    max-width: 42rem;
    font-family: "Ivy Mode", Georgia, serif;
    font-size: clamp(2rem, 4.2vw, 3.1rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.02em;
    color: #0f172a;
    text-wrap: balance;
  }

  .renewal-agenda__title-accent {
    color: #2563eb;
  }

  .renewal-agenda__support {
    margin: -0.15rem 0 0;
    max-width: 46rem;
    font-family: Area, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.45;
    color: #334155;
  }

  .renewal-agenda__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.75rem, 1.5vw, 1rem);
    align-items: stretch;
  }

  .renewal-agenda__card {
    border-radius: 1.15rem;
    border: 1px solid rgb(59 130 246 / 0.18);
    background: linear-gradient(180deg, rgb(255 255 255 / 0.95) 0%, rgb(247 251 255 / 0.95) 100%);
    box-shadow: 0 24px 38px -30px rgb(15 23 42 / 0.3);
    padding: 1.6rem 1.65rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  @media (max-width: 767px) {
    .renewal-agenda__card {
      padding: 1.25rem 1.2rem 1.15rem;
    }
  }

  .renewal-agenda__header {
    margin: 0;
    color: #0f172a;
    font-family: Area, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.005em;
  }

  .renewal-agenda__timeline {
    margin: 0.85rem 0 0;
    display: grid;
    gap: 0.72rem;
    flex: 1;
  }

  .renewal-agenda__slot {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
    align-items: start;
    padding: 0.85rem 0.9rem;
    border-radius: 0.9rem;
    border: 1px solid rgb(148 163 184 / 0.24);
    background: linear-gradient(180deg, rgb(255 255 255 / 0.98) 0%, rgb(248 250 252 / 0.96) 100%);
  }

  .renewal-agenda__slot-period {
    margin: 0;
    font-family: Area, Arial, sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
  }

  .renewal-agenda__slot-time {
    margin: 0;
    font-family: Area, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
    color: #2563eb;
  }

  .renewal-agenda__slot-body {
    min-width: 0;
    display: grid;
    gap: 0.65rem;
  }

  .renewal-agenda__slot-entry {
    display: grid;
    gap: 0.25rem;
  }

  .renewal-agenda__slot-entry + .renewal-agenda__slot-entry {
    padding-top: 0.65rem;
    border-top: 1px solid rgb(148 163 184 / 0.22);
  }

  .renewal-agenda__slot-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.42rem;
  }

  .renewal-agenda__slot-list li {
    position: relative;
    margin: 0;
    padding: 0 0 0 0.95rem;
    font-family: Area, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #1e293b;
  }

  .renewal-agenda__slot-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #38bdf8 0%, #2563eb 100%);
  }

  .renewal-agenda__slot-single {
    margin: 0;
    font-family: Area, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #1e293b;
  }

  .renewal-agenda__cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
  }

  .renewal-agenda__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.9rem;
    padding: 0.65rem 1.5rem;
    border-radius: 999px;
    border: 0;
    background: #69dc82;
    box-shadow: 0 12px 28px -16px rgb(2 6 23 / 0.55);
    font-family: Area, Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  }

  .renewal-agenda__cta:hover {
    transform: translateY(-2px);
    background: #4fcf6b;
    box-shadow: 0 16px 32px -14px rgb(2 6 23 / 0.58);
    color: #fff;
  }

  .renewal-post-training {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid rgb(226 232 240 / 0.72);
  }

  .renewal-post-training__decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
  }

  .renewal-post-training__arc {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
  }

  .renewal-post-training__arc--blue {
    top: -48%;
    right: -24%;
    left: auto;
    width: clamp(920px, 96vw, 1520px);
    height: clamp(920px, 96vw, 1520px);
    border: 1px solid rgb(147 197 253 / 0.55);
  }

  .renewal-post-training__arc--green {
    right: -1rem;
    bottom: -1rem;
    width: clamp(112px, 11vw, 148px);
    height: clamp(112px, 11vw, 148px);
    border: 2px solid rgb(105 220 130 / 0.62);
    clip-path: inset(48% 0 0 48%);
  }

  .renewal-post-training__inner {
    position: relative;
    z-index: 1;
    width: min(100%, var(--renewal-layout-max));
    margin: 0 auto;
    padding: clamp(2.2rem, 4.6vw, 3.7rem) 0 clamp(2.3rem, 4.8vw, 3.9rem) 0;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(280px, 1.08fr);
    gap: clamp(1.2rem, 2.8vw, 2.8rem);
    align-items: center;
  }

  .renewal-post-training__copy {
    position: relative;
    z-index: 2;
    min-width: 0;
    max-width: 34rem;
    text-align: left;
  }

  .renewal-post-training__headline {
    margin: 0;
    font-family: "Ivy Mode", Georgia, serif;
    font-size: clamp(2rem, 4.2vw, 3.1rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.02em;
    color: #0f172a;
    text-wrap: balance;
  }

  .renewal-post-training__headline-accent {
    display: block;
    color: #0073ff;
  }

  .renewal-post-training__lead {
    margin: clamp(1rem, 2vw, 1.35rem) 0 0;
    max-width: 32rem;
    font-family: Area, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.58;
    color: #475569;
    text-align: left;
  }

  .renewal-post-training__lead + .renewal-post-training__lead {
    margin-top: 0.85rem;
  }

  .renewal-post-training__class {
    margin-top: clamp(1.35rem, 2.6vw, 1.85rem);
    max-width: 100%;
    padding: 1.6rem 1.65rem 1.5rem;
    border-radius: 1.15rem;
    border: 1px solid rgb(105 220 130 / 0.38);
    background: linear-gradient(
      135deg,
      rgb(255 255 255 / 0.98) 0%,
      rgb(240 253 244 / 0.94) 46%,
      rgb(236 245 255 / 0.98) 100%
    );
    box-shadow:
      0 28px 42px -26px rgb(15 23 42 / 0.24),
      inset 4px 0 0 #69dc82;
  }

  .renewal-post-training__class-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.72rem;
  }

  .renewal-post-training__class-item {
    margin: 0;
    padding: 0 0 0 1.1rem;
    position: relative;
    font-family: Area, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.55;
    color: #1e293b;
    text-align: left;
  }

  .renewal-post-training__class-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #86efac 0%, #22c55e 100%);
  }

  .renewal-post-training__class-week {
    color: #059669;
    font-weight: 700;
  }

  .renewal-post-training__media {
    position: relative;
    z-index: 1;
    margin: 0;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .renewal-post-training__image {
    width: min(100%, 640px);
    height: auto;
    display: block;
    object-fit: contain;
  }

  .renewal-advantages {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fbff 0%, #f1f6ff 100%);
  }

  .renewal-advantages::before {
    content: "";
    position: absolute;
    inset: -22% auto auto -18%;
    width: clamp(300px, 45vw, 760px);
    height: clamp(300px, 45vw, 760px);
    border-radius: 999px;
    background: radial-gradient(circle, rgb(59 130 246 / 0.13) 0%, rgb(59 130 246 / 0) 70%);
    pointer-events: none;
  }

  .renewal-advantages__inner {
    position: relative;
    z-index: 1;
    width: min(100%, var(--renewal-layout-max));
    margin: 0 auto;
    padding: clamp(2.1rem, 4.2vw, 3.25rem) 0 clamp(2.2rem, 4.5vw, 3.4rem) 0;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(250px, 0.86fr) minmax(0, 1.14fr);
    gap: clamp(0.95rem, 2.2vw, 2rem);
    align-items: start;
  }

  .renewal-advantages__title {
    margin: 0;
    font-family: "Ivy Mode", Georgia, serif;
    font-size: clamp(2rem, 4.2vw, 3.2rem);
    line-height: 0.98;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #0f172a;
    text-wrap: balance;
  }

  .renewal-advantages__title span {
    color: #0073ff;
  }

  .renewal-advantages__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.62rem;
  }

  .renewal-advantages__item {
    position: relative;
    margin: 0;
    min-height: 3.25rem;
    display: flex;
    align-items: center;
    padding: 0.82rem 1rem 0.82rem 2.85rem;
    border-radius: 999px;
    border: 1px solid rgb(96 165 250 / 0.32);
    background: linear-gradient(135deg, rgb(255 255 255 / 0.95) 0%, rgb(237 245 255 / 0.96) 100%);
    box-shadow: 0 14px 26px -22px rgb(15 23 42 / 0.5);
    font-family: Area, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.35;
    color: #1e293b;
  }

  .renewal-advantages__item::before {
    content: "";
    position: absolute;
    left: 0.95rem;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 999px;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #60a5fa 0%, #0073ff 100%);
    box-shadow: 0 8px 14px -10px rgb(37 99 235 / 0.7);
  }

  .renewal-advantages__item::after {
    content: "";
    position: absolute;
    left: 1.34rem;
    top: 50%;
    width: 0.4rem;
    height: 0.22rem;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-60%) rotate(-45deg);
  }

  .renewal-equilibria {
    background: #fff;
    border-top: 1px solid rgb(226 232 240 / 0.72);
  }

  .renewal-equilibria :is(
    .renewal-equilibria__headline,
    .renewal-equilibria__lead,
    .renewal-equilibria__checks li,
    .renewal-equilibria__stat-desc
  ) {
    text-transform: none !important;
  }

  .renewal-equilibria__inner {
    width: min(100%, var(--renewal-layout-max));
    margin: 0 auto;
    padding: clamp(2.1rem, 4.4vw, 3.2rem) 0 clamp(2rem, 4.2vw, 3rem) 0;
    box-sizing: border-box;
    display: grid;
    gap: clamp(1.5rem, 2.8vw, 2.15rem);
  }

  .renewal-equilibria__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1rem, 3vw, 2.5rem);
  }

  .renewal-equilibria__logo {
    display: block;
    width: auto;
    height: 52px;
    flex: 0 0 auto;
    object-fit: contain;
    object-position: left center;
  }

  .renewal-equilibria__header-title {
    margin: 0;
    flex: 1 1 auto;
    max-width: 34rem;
    font-family: IvyMode, "Ivy Mode", Georgia, serif;
    font-size: clamp(2rem, 3.6vw, 2.85rem);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #0073ff;
    text-align: right;
    text-wrap: balance;
  }

  .renewal-equilibria__divider {
    height: 1px;
    background: #c5d9f0;
  }

  .renewal-equilibria__main {
    display: grid;
    grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: center;
  }

  .renewal-equilibria__main--platform-only,
  .renewal-equilibria__main--intro-only {
    grid-template-columns: 1fr;
  }

  .renewal-equilibria__intro {
    min-width: 0;
    max-width: 31rem;
    display: grid;
    gap: 0;
  }

  .renewal-equilibria__headline {
    margin: 0 0 1.25rem;
    font-family: IvyMode, "Ivy Mode", Georgia, serif;
    font-size: clamp(2rem, 3.4vw, 2.75rem);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #000;
    text-wrap: balance;
  }

  .renewal-equilibria__lead {
    margin: 0 0 1.45rem;
    max-width: 29rem;
    font-family: Area, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.55;
    color: #475569;
  }

  .renewal-equilibria__checks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.62rem;
  }

  .renewal-equilibria__checks li {
    position: relative;
    margin: 0;
    padding-left: 1.7rem;
    font-family: Area, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.45;
    color: #334155;
  }

  .renewal-equilibria__checks li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 999px;
    background: #69dc82;
  }

  .renewal-equilibria__checks li::after {
    content: "";
    position: absolute;
    left: 0.34rem;
    top: 0.5em;
    width: 0.36rem;
    height: 0.2rem;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
  }

  .renewal-equilibria__partner {
    margin-top: clamp(1.8rem, 3.5vw, 2.6rem);
  }

  .renewal-equilibria__partner-logo {
    display: block;
    width: auto;
    height: 42px;
    object-fit: contain;
    object-position: left center;
  }

  .renewal-equilibria__platform {
    min-width: 0;
    display: grid;
    gap: clamp(1rem, 2vw, 1.35rem);
  }

  .renewal-equilibria__platform-media {
    margin: 0;
    display: flex;
    justify-content: flex-end;
  }

  .renewal-equilibria__platform-image {
    display: block;
    width: 100%;
    max-width: min(100%, 640px);
    height: auto;
    object-fit: contain;
    margin-inline: auto 0;
  }

  .renewal-equilibria__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.35rem);
    min-width: 0;
    padding-top: clamp(0.35rem, 1vw, 0.75rem);
  }

  .renewal-equilibria__stat {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.35rem;
    min-width: 0;
    min-height: 100%;
    padding: 1.25rem 1.1rem 1.15rem;
    border-radius: 1.05rem;
    border: 1px solid rgb(147 197 253 / 0.42);
    background:
      linear-gradient(180deg, rgb(255 255 255 / 0.96) 0%, rgb(244 249 255 / 0.98) 54%, rgb(236 245 255 / 0.94) 100%);
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / 0.9),
      0 18px 34px -26px rgb(30 64 175 / 0.28);
    transition:
      border-color 0.25s ease,
      box-shadow 0.25s ease,
      transform 0.25s ease;
  }

  .renewal-equilibria__stat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 14%;
    right: 14%;
    height: 2px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #0073ff 0%, #38bdf8 55%, #69dc82 100%);
    opacity: 0.88;
  }

  .renewal-equilibria__stat::after {
    content: "";
    position: absolute;
    inset: auto -18% -42% auto;
    width: 9rem;
    height: 9rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgb(0 115 255 / 0.08) 0%, transparent 68%);
    pointer-events: none;
    z-index: -1;
  }

  @media (prefers-reduced-motion: no-preference) {
    .renewal-equilibria__stat:hover {
      border-color: rgb(59 130 246 / 0.55);
      box-shadow:
        inset 0 1px 0 rgb(255 255 255 / 0.95),
        0 22px 40px -22px rgb(30 64 175 / 0.34);
      transform: translateY(-2px);
    }
  }

  .renewal-equilibria__stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin: 0.1rem 0 0.15rem;
    border-radius: 999px;
    background: linear-gradient(145deg, #fff 0%, #edf4ff 100%);
    border: 1px solid rgb(147 197 253 / 0.5);
    box-shadow:
      inset 0 1px 0 rgb(255 255 255 / 0.85),
      0 10px 22px -14px rgb(0 115 255 / 0.35);
    flex: 0 0 auto;
    color: #0073ff;
  }

  .renewal-equilibria__stat-icon svg {
    width: 24px;
    height: 24px;
    display: block;
  }

  .renewal-equilibria__stat-label {
    margin: 0.2rem 0 0;
    font-family: Area, Arial, sans-serif;
    font-size: clamp(0.88rem, 1.05vw, 0.95rem);
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #0f172a;
  }

  .renewal-equilibria__stat-desc {
    margin: 0.15rem 0 0;
    max-width: none;
    padding-top: 0.55rem;
    border-top: 1px solid rgb(148 163 184 / 0.22);
    font-family: Area, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.42;
    color: #64748b;
  }

  .renewal-equilibria__stat-value {
    margin: 0.05rem 0 0;
    font-family: IvyMode, "Ivy Mode", Georgia, serif;
    font-size: clamp(2.35rem, 3.2vw, 2.85rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -0.03em;
    color: #0073ff;
  }

  .renewal-enroll {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(110% 120% at 8% 8%, rgb(255 255 255 / 0.12) 0%, rgb(255 255 255 / 0) 42%),
      radial-gradient(100% 110% at 92% 14%, rgb(15 23 42 / 0.1) 0%, rgb(15 23 42 / 0) 46%),
      linear-gradient(132deg, #6e878c 0%, #6e878c 46%, #6e878c 100%);
  }

  .renewal-enroll::before {
    content: "";
    position: absolute;
    inset: -22% auto auto -14%;
    width: clamp(320px, 45vw, 780px);
    height: clamp(320px, 45vw, 780px);
    border-radius: 999px;
    background: radial-gradient(circle, rgb(255 255 255 / 0.16) 0%, rgb(255 255 255 / 0) 72%);
    pointer-events: none;
    filter: blur(2px);
  }

  .renewal-enroll::after {
    content: "";
    position: absolute;
    inset: auto -16% -30% auto;
    width: clamp(360px, 50vw, 820px);
    height: clamp(360px, 50vw, 820px);
    border-radius: 999px;
    background: radial-gradient(circle, rgb(15 23 42 / 0.14) 0%, rgb(15 23 42 / 0) 74%);
    pointer-events: none;
    filter: blur(2px);
  }

  .renewal-enroll__inner {
    position: relative;
    z-index: 1;
    width: min(100%, var(--renewal-layout-max));
    margin: 0 auto;
    padding: clamp(2.2rem, 4.5vw, 3.5rem) 0 clamp(2.3rem, 4.6vw, 3.7rem) 0;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(1rem, 2.4vw, 2rem);
    align-items: center;
  }

  .renewal-enroll__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
  }

  .renewal-enroll__title {
    margin: 0 0 0.65rem;
    font-family: "Ivy Mode", Georgia, serif;
    font-size: clamp(2rem, 3.9vw, 2.9rem);
    line-height: 0.98;
    letter-spacing: -0.02em;
    color: #fff;
    text-wrap: balance;
    text-transform: none !important;
  }

  .renewal-enroll__lead {
    margin: 0;
    font-family: Area, Arial, sans-serif;
    font-size: clamp(1.02rem, 1.24vw, 1.12rem);
    line-height: 1.6;
    color: rgb(255 255 255 / 0.92);
  }

  .renewal-enroll__lead strong {
    color: #fff;
  }

  .renewal-enroll__session-card {
    margin-top: clamp(1.25rem, 2.4vw, 1.75rem);
    padding: clamp(0.95rem, 2vw, 1.15rem) clamp(1rem, 2.2vw, 1.25rem);
    max-width: 22rem;
    border-radius: 14px;
    border: 1px solid rgb(255 255 255 / 0.22);
    background: rgb(255 255 255 / 0.1);
    box-shadow: 0 10px 28px rgb(15 23 42 / 0.12);
    backdrop-filter: blur(8px);
  }

  .renewal-enroll__session-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .renewal-enroll__session-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-family: Area, Arial, sans-serif;
    font-size: clamp(0.92rem, 1.5vw, 1rem);
    font-weight: 400;
    line-height: 1.45;
    color: rgb(255 255 255 / 0.94);
  }

  .renewal-enroll__session-list svg {
    flex-shrink: 0;
    margin-top: 0.1rem;
    color: rgb(147 197 253 / 0.98);
  }

  .renewal-enroll__session-list strong {
    font-weight: 700;
    color: #fff;
  }

  .renewal-enroll__form {
    margin: 0;
    display: grid;
    gap: clamp(0.78rem, 1.8vw, 1rem);
  }

  .renewal-enroll__field {
    display: grid;
    gap: 0.35rem;
  }

  .renewal-enroll__field label {
    font-family: Area, Arial, sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: #2f4850;
  }

  .renewal-enroll__req {
    color: #0f766e;
  }

  .renewal-enroll__input,
  .renewal-enroll__form select.renewal-enroll__input {
    width: 100%;
    box-sizing: border-box;
    min-height: 2.85rem;
    padding: 0.55rem 1rem;
    border: 1px solid rgb(148 163 184 / 0.35);
    border-radius: 999px;
    background: rgb(227 236 238);
    color: #22363b;
    font-family: Area, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .renewal-enroll__input:focus,
  .renewal-enroll__form select.renewal-enroll__input:focus {
    outline: none;
    border-color: rgb(59 130 246 / 0.75);
    box-shadow: 0 0 0 3px rgb(59 130 246 / 0.2);
  }

  .renewal-enroll__input::placeholder {
    color: rgb(34 54 59 / 0.45);
  }

  .renewal-enroll__phone-row {
    display: grid;
    grid-template-columns: minmax(7.5rem, 9.2rem) minmax(0, 1fr);
    gap: 0.5rem;
    align-items: stretch;
  }

  .renewal-enroll__phone-row .renewal-enroll__input {
    border-radius: 999px;
  }

  .renewal-enroll__phone-row select.renewal-enroll__input {
    cursor: pointer;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #22363b 50%), linear-gradient(135deg, #22363b 50%, transparent 50%);
    background-position: calc(100% - 1.1rem) calc(50% + 0.15rem), calc(100% - 0.72rem) calc(50% + 0.15rem);
    background-size: 0.38rem 0.38rem, 0.38rem 0.38rem;
    background-repeat: no-repeat;
    padding-right: 1.85rem;
  }

  .renewal-enroll__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3.05rem;
    margin-top: 0.15rem;
    padding: 0.75rem 1.25rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #6e878c 0%, #567279 100%);
    color: #fff;
    font-family: Area, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.15;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 16px 28px -18px rgb(28 45 49 / 0.62);
    transition: filter 0.2s ease, transform 0.2s ease;
  }

  .renewal-enroll__submit:hover {
    filter: brightness(1.06);
  }

  .renewal-enroll__submit:focus-visible {
    outline: none;
    box-shadow:
      0 16px 28px -18px rgb(28 45 49 / 0.62),
      0 0 0 3px rgb(255 255 255 / 0.65),
      0 0 0 5px rgb(86 114 121 / 0.55);
  }

  .renewal-enroll__fineprint {
    margin: 0.35rem 0 0;
    font-family: Area, Arial, sans-serif;
    font-size: 0.78rem;
    line-height: 1.45;
    color: rgb(47 72 80 / 0.78);
    text-align: center;
  }

  .renewal-enroll__form-wrap {
    padding: clamp(0.95rem, 2.3vw, 1.3rem);
    border-radius: 1.2rem;
    border: 1px solid rgb(110 135 140 / 0.35);
    background: #fff;
    box-shadow: 0 26px 42px -28px rgb(28 45 49 / 0.55);
  }

  .renewal-enroll__rd {
    width: 100%;
    min-width: 0;
  }

  .renewal-enroll__rd iframe {
    display: block;
    width: 100%;
    min-height: clamp(420px, 52vw, 640px);
    border: 0;
  }

  .renewal-enroll__rd > div,
  .renewal-enroll__rd > form {
    width: 100%;
    min-width: 0;
  }

  .renewal-signoff {
    background: linear-gradient(180deg, #f7fbff 0%, #edf5ff 100%);
  }

  .renewal-signoff__inner {
    width: min(100%, var(--renewal-layout-max));
    margin: 0 auto;
    padding: clamp(1.8rem, 3.9vw, 2.9rem) 0 clamp(1.9rem, 4vw, 3rem) 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
  }

  .renewal-signoff__logo {
    margin: 0;
  }

  .renewal-signoff__logo img {
    width: min(100%, 290px);
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .ds2-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 560ms ease, transform 560ms ease;
  }

  .ds2-reveal--scale {
    opacity: 0;
    transform: scale(0.97);
    transition: opacity 560ms ease, transform 560ms ease;
  }

  .ds2-reveal--visible {
    opacity: 1;
    transform: none;
  }

  .ds2-stagger > * {
    transition-delay: calc(var(--i, 0) * 80ms);
  }

  @media (prefers-reduced-motion: reduce) {
    .ds2-reveal,
    .ds2-reveal--scale,
    .ds2-stagger > * {
      opacity: 1 !important;
      transform: none !important;
      transition: none !important;
    }
  }

  @media (max-width: 1024px) {
    .renewal-cert-hero__inner {
      min-height: auto;
      padding-top: calc(5rem + 22px);
      padding-bottom: 2.8rem;
      grid-template-columns: 1fr;
      text-align: left;
    }

    .renewal-cert-hero__content {
      max-width: 100%;
      margin: 0;
    }

    .renewal-pellets__inner {
      grid-template-columns: 1fr;
      gap: 1.4rem;
    }

    .renewal-pellets__visual {
      justify-self: center;
      width: 100%;
    }

    .renewal-pellets__media {
      width: min(100%, 380px);
    }

    .renewal-days__inner {
      grid-template-columns: 1fr;
      gap: 1.25rem;
    }

    .renewal-days__highlights {
      width: 100%;
      flex-wrap: wrap;
    }

    .renewal-learning__inner {
      grid-template-columns: 1fr;
      gap: 1rem;
    }

    .renewal-learning__visual {
      width: min(100%, 420px);
      margin-inline: auto;
    }

    .renewal-practice-gallery {
      --gallery-per-view: 3;
    }

    .renewal-instructors__head {
      grid-template-columns: 1fr;
      align-items: start;
      gap: 0.8rem;
    }

    .renewal-instructors__grid[data-count="3"],
    .renewal-instructors__grid[data-count="4"],
    .renewal-instructors__grid--auto {
      --instructors-cols: 2;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .renewal-instructors__card {
      min-height: 100%;
    }

    .renewal-agenda__grid {
      grid-template-columns: 1fr;
    }

    .renewal-advantages__inner {
      grid-template-columns: 1fr;
      gap: 0.8rem;
    }

    .renewal-post-training__copy {
      max-width: none;
    }

    .renewal-post-training__class {
      max-width: none;
    }

    .renewal-post-training__inner {
      grid-template-columns: 1fr;
      gap: 1.25rem;
      align-items: start;
    }

    .renewal-post-training__media {
      width: 100%;
      justify-self: center;
    }

    .renewal-post-training__image {
      width: min(100%, 520px);
      margin-inline: auto;
    }

    .renewal-post-training__arc--blue {
      top: auto;
      bottom: -28%;
      right: -38%;
      left: auto;
      width: clamp(420px, 92vw, 760px);
      height: clamp(420px, 92vw, 760px);
    }

    .renewal-enroll__inner {
      grid-template-columns: 1fr;
      gap: 0.8rem;
    }

    .renewal-equilibria__stats {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .renewal-signoff__inner {
      justify-content: center;
    }
  }

  @media (max-width: 767px) {
    :is(
      .renewal-cert-hero__inner,
      .renewal-pellets__inner,
      .renewal-days__inner,
      .renewal-learning__inner,
      .renewal-instructors__inner,
      .renewal-agenda__inner,
      .renewal-post-training__inner,
      .renewal-advantages__inner,
      .renewal-equilibria__inner,
      .renewal-enroll__inner,
      .renewal-signoff__inner
    ) {
      padding-inline: var(--renewal-mobile-gutter);
    }

    .tr-immersion__shell {
      padding-inline: max(env(safe-area-inset-left, 0px), var(--renewal-mobile-gutter))
        max(env(safe-area-inset-right, 0px), var(--renewal-mobile-gutter));
    }

    :is(
      .renewal-cert-hero__cta,
      .renewal-agenda__cta-wrap,
      .renewal-pellets__cta-wrap
    ) {
      display: flex;
      width: 100%;
      max-width: none;
      flex-direction: column;
      align-items: stretch;
    }

    :is(
      .renewal-cert-hero__button,
      .renewal-agenda__cta,
      .renewal-instructors__cta,
      .renewal-enroll__submit
    ) {
      display: flex;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      justify-content: center;
    }

    .renewal-instructors__intro {
      width: 100%;
    }

    .renewal-pellets__cta-wrap {
      max-width: none;
    }

    .renewal-cert-hero {
      min-height: 100svh;
    }

    .renewal-cert-hero__carousel-track {
      height: 100%;
    }

    .renewal-cert-hero__inner {
      min-height: 100svh;
      align-items: start;
      align-content: start;
      padding-top: calc(7.6rem + 1.5rem + env(safe-area-inset-top, 0px));
      padding-bottom: calc(2.7rem + env(safe-area-inset-bottom, 0px));
      gap: 1.1rem;
    }

    .renewal-cert-hero__title {
      margin: 0;
      font-size: 48px;
      line-height: 1.08;
      letter-spacing: -0.02em;
      color: #f5f8fd;
    }

    .renewal-pellets__visual {
      justify-self: center;
      width: 100%;
    }

    .renewal-pellets__media {
      width: min(100%, clamp(268px, 82vw, 380px));
    }

    .renewal-days__inner {
      gap: 1.05rem;
    }

    .renewal-days__title {
      font-size: clamp(1.95rem, 8.3vw, 2.7rem);
      line-height: 1.08;
    }

    .renewal-days__lead {
      font-size: 1rem;
      line-height: 1.45;
    }

    .renewal-days__highlights {
      width: 100%;
      flex-direction: column;
      gap: 1.15rem;
    }

    .renewal-days__column {
      min-width: 0;
      width: 100%;
    }

    .renewal-days__media {
      width: 100%;
    }

    .renewal-learning__inner {
      gap: 0.9rem;
    }

    .renewal-learning__title {
      font-size: clamp(1.9rem, 8.5vw, 2.55rem);
    }

    .renewal-learning__lead,
    .renewal-learning__points li {
      font-size: 1rem;
    }

    .renewal-learning__visual {
      width: min(100%, 360px);
      margin-inline: auto;
    }

    .renewal-post-training__inner {
      gap: 1.25rem;
      grid-template-columns: 1fr;
      align-items: start;
    }

    .renewal-post-training__copy {
      max-width: none;
    }

    .renewal-post-training__headline {
      font-size: clamp(1.9rem, 8.5vw, 2.55rem);
      line-height: 1.05;
    }

    .renewal-post-training__headline-accent {
      margin-bottom: 0.12rem;
    }

    .renewal-post-training__lead {
      max-width: none;
      font-size: 1rem;
      line-height: 1.55;
    }

    .renewal-post-training__class {
      margin-top: 1.1rem;
      padding: 1.05rem 1rem 1rem;
    }

    .renewal-post-training__class-item {
      padding-left: 0.95rem;
      font-size: 1rem;
      line-height: 1.5;
    }

    .renewal-post-training__class-week {
      display: block;
      margin-bottom: 0.18rem;
    }

    .renewal-post-training__media {
      width: 100%;
      margin-inline: auto;
    }

    .renewal-post-training__image {
      width: 100%;
      max-width: 100%;
    }

    .renewal-post-training__arc--blue {
      bottom: -32%;
      right: -42%;
      width: clamp(300px, 88vw, 480px);
      height: clamp(300px, 88vw, 480px);
    }

    .renewal-post-training__arc--green {
      right: 0.5rem;
      bottom: 0.5rem;
      width: clamp(72px, 18vw, 96px);
      height: clamp(72px, 18vw, 96px);
    }

    .renewal-practice-gallery__track {
      --gallery-gap: 0.55rem;
      animation-duration: 28s;
    }

    .renewal-practice-gallery {
      --gallery-per-view: 2;
    }

    .renewal-instructors__title {
      margin-bottom: 0.9rem;
      gap: 0.15rem;
    }

    .renewal-instructors__title-kicker {
      font-size: 1rem;
    }

    .renewal-instructors__title span {
      font-size: clamp(2rem, 8vw, 2.6rem);
    }

    .renewal-instructors__intro {
      font-size: 1rem;
      line-height: 1.42;
    }

    .renewal-instructors__grid {
      --instructors-cols: 1;
      grid-template-columns: 1fr;
      gap: 1.1rem;
    }

    .renewal-instructors__grid[data-count="1"] .renewal-instructors__card {
      display: flex;
      flex-direction: column;
    }

    .renewal-instructors__grid[data-count="1"] .renewal-instructors__photo {
      height: clamp(275px, 90vw, 375px);
      min-height: 0;
    }

    .renewal-instructors__grid[data-count="1"] .renewal-instructors__name {
      align-self: auto;
    }

    .renewal-instructors__grid[data-count="1"] .renewal-instructors__bio {
      border-left: 0;
      border-top: 1px solid rgb(255 255 255 / 0.18);
    }

    .renewal-instructors__card {
      border-radius: 0.68rem;
    }

    .renewal-instructors__name {
      padding: 0.98rem 1rem 0.36rem;
    }

    .renewal-instructors__role {
      padding: 0 1rem 0.72rem;
    }

    .renewal-agenda__inner {
      gap: 0.75rem;
    }

    .renewal-agenda__card {
      border-radius: 1.1rem;
      padding: 0.8rem 0.78rem 0.78rem;
    }

    .renewal-agenda__slot {
      grid-template-columns: 1fr;
      gap: 0.45rem;
      padding: 0.82rem 0.85rem;
    }

    .renewal-agenda__cta {
      min-height: 2.7rem;
      font-size: 0.88rem;
      padding-inline: 1.2rem;
    }

    .renewal-advantages__inner {
      gap: 0.75rem;
    }

    .renewal-advantages__title {
      font-size: clamp(1.8rem, 8vw, 2.45rem);
    }

    .renewal-advantages__item {
      min-height: 3rem;
      font-size: 1rem;
      padding-left: 2.6rem;
      padding-right: 0.88rem;
    }

    .renewal-advantages__item::before {
      left: 0.82rem;
      width: 1.1rem;
      height: 1.1rem;
    }

    .renewal-advantages__item::after {
      left: 1.18rem;
    }

    .renewal-equilibria__head {
      flex-direction: column;
      align-items: flex-start;
    }

    .renewal-equilibria__logo {
      height: 44px;
    }

    .renewal-equilibria__header-title {
      max-width: none;
      text-align: left;
      font-size: clamp(1.85rem, 8vw, 2.35rem);
    }

    .renewal-equilibria__headline {
      font-size: clamp(1.85rem, 8vw, 2.35rem);
    }

    .renewal-equilibria__lead,
    .renewal-equilibria__checks li,
    .renewal-equilibria__stat-desc {
      font-size: 1rem;
    }

    .renewal-equilibria__main {
      grid-template-columns: 1fr;
      gap: 2rem;
      align-items: start;
    }

    .renewal-equilibria__intro {
      max-width: none;
    }

    .renewal-equilibria__platform-media {
      justify-content: center;
    }

    .renewal-equilibria__platform-image {
      margin-inline: auto;
    }

    .renewal-equilibria__stats {
      grid-template-columns: 1fr;
      gap: 0.85rem;
    }

    .renewal-equilibria__stat {
      padding: 1.05rem 0.95rem 1rem;
    }

    .renewal-equilibria__stat-value {
      font-size: clamp(2.1rem, 8.5vw, 2.65rem);
    }

    .renewal-equilibria__stat-label {
      font-size: 0.88rem;
    }

    .renewal-enroll__inner {
      gap: 0.75rem;
    }

    .renewal-enroll__title {
      font-size: clamp(1.75rem, 8vw, 2.45rem);
    }

    .renewal-enroll__lead {
      font-size: 1rem;
      line-height: 1.55;
    }

    .renewal-enroll__form-wrap {
      padding: 0.82rem;
    }

    .renewal-enroll__phone-row {
      grid-template-columns: 1fr;
    }
  }

  /* Force title-case for all page titles/headings */
  :is(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .elementor-heading-title,
    [class*="__title"],
    [class*="__heading"],
    .nav-megamenu__title
  ) {
    text-transform: capitalize !important;
  }

/* === renewal-course-countdown-style === */
.renewal-countdown {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10050;
    padding: 0.55rem 0 calc(0.55rem + env(safe-area-inset-bottom, 0)) 0;
    background:
      radial-gradient(120% 140% at 10% 0%, rgb(255 255 255 / 0.14) 0%, rgb(255 255 255 / 0) 45%),
      linear-gradient(132deg, #6e878c 0%, #5a7278 42%, #567279 100%);
    border-top: 1px solid rgb(255 255 255 / 0.22);
    box-shadow: 0 -14px 36px -12px rgb(15 23 42 / 0.35);
    color: rgb(255 255 255 / 0.95);
    font-family: Area, Arial, sans-serif;
    transform: translate3d(0, 110%, 0);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.42s linear;
  }

  .renewal-countdown.renewal-countdown--visible {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
  }

  .renewal-countdown__inner {
    width: min(100%, var(--renewal-layout-max));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr) auto;
    align-items: center;
    gap: clamp(0.65rem, 2vw, 1.25rem);
    box-sizing: border-box;
    padding: 0 0.35rem;
  }

  .renewal-countdown__close {
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 999px;
    background: rgb(255 255 255 / 0.12);
    color: #fff;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
  }

  .renewal-countdown__close:hover {
    background: rgb(255 255 255 / 0.22);
  }

  .renewal-countdown__close:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
  }

  .renewal-countdown__intro {
    position: relative;
    min-width: 0;
    padding-right: 2rem;
  }

  .renewal-countdown__eyebrow {
    margin: 0 0 0.2rem;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgb(255 255 255 / 0.72);
  }

  .renewal-countdown__event {
    margin: 0;
    font-family: "Ivy Mode", IvyMode, Georgia, serif;
    font-size: clamp(1rem, 2.1vw, 1.2rem);
    font-weight: 300;
    line-height: 1.25;
    color: #fff;
    text-wrap: balance;
  }

  .renewal-countdown__timer {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 0.4rem 0.5rem;
  }

  .renewal-countdown__segment {
    min-width: 3.35rem;
    padding: 0.38rem 0.45rem 0.32rem;
    border-radius: 0.55rem;
    border: 1px solid rgb(255 255 255 / 0.22);
    background: rgb(15 23 42 / 0.12);
    text-align: center;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.12);
  }

  .renewal-countdown__value {
    display: block;
    font-variant-numeric: tabular-nums;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #fff;
  }

  .renewal-countdown__unit-label {
    display: block;
    margin-top: 0.12rem;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgb(255 255 255 / 0.72);
  }

  .renewal-countdown__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
  }

  .renewal-countdown__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.65rem;
    padding: 0.5rem 1.15rem;
    border-radius: 999px;
    border: 0;
    background: #69dc82;
    color: #fff;
    font-family: Area, Arial, sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 22px -10px rgb(2 6 23 / 0.45);
    transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
  }

  .renewal-countdown__cta:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
    color: #fff;
  }

  .renewal-countdown__cta:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
  }

  @media (max-width: 767px) {
    .renewal-countdown__inner {
      grid-template-columns: 1fr;
      text-align: center;
      padding-inline: max(env(safe-area-inset-left, 0px), var(--renewal-mobile-gutter))
        max(env(safe-area-inset-right, 0px), var(--renewal-mobile-gutter));
    }

    .renewal-countdown__intro {
      padding-right: 0;
    }

    .renewal-countdown__actions {
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: stretch;
      justify-content: center;
    }

    .renewal-countdown__cta {
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      white-space: normal;
    }

    .renewal-countdown__timer {
      justify-content: center;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .renewal-countdown {
      transition: none;
    }

    .renewal-countdown__cta:hover {
      transform: none;
    }
  }

/* ── Elementor editor: reveal + hero carousel visible without scroll JS ── */
body.elementor-editor-active .certification-usa-page .ds2-reveal,
body.elementor-editor-active .certification-usa-page .ds2-reveal--scale,
body.elementor-editor-active .elementor-widget[class*="elementor-widget-rwl_cusa_"] .ds2-reveal,
body.elementor-editor-active .elementor-widget[class*="elementor-widget-rwl_cusa_"] .ds2-reveal--scale {
  opacity: 1 !important;
  transform: none !important;
}

body.elementor-editor-active .elementor-widget-rwl_cusa_hero .renewal-cert-hero__carousel-item {
  opacity: 1 !important;
  animation: none !important;
}

body.elementor-editor-active .elementor-widget-rwl_cusa_hero .renewal-cert-hero__carousel-item:not(:first-child) {
  display: none;
}

body.elementor-editor-active .elementor-widget-rwl_cusa_hero .renewal-cert-hero {
  min-height: clamp(28rem, 72vh, 44rem);
}

body.elementor-editor-active .elementor-widget-rwl_cusa_hero .renewal-cert-hero__inner {
  min-height: clamp(28rem, 72vh, 44rem);
  align-items: start;
  align-content: start;
  padding-top: calc(7.6rem + 1.5rem);
}

/* ── Mobile: lateral padding on all section content ── */
@media (max-width: 767px) {
  :is(.certification-usa-page, .renewal-landing--certification-usa, .certification-usa-layout)
    :is(
      .renewal-cert-hero__inner,
      .renewal-pellets__inner,
      .renewal-days__inner,
      .renewal-learning__inner,
      .renewal-instructors__inner,
      .renewal-agenda__inner,
      .renewal-post-training__inner,
      .renewal-advantages__inner,
      .renewal-equilibria__inner,
      .renewal-enroll__inner,
      .renewal-signoff__inner,
      .renewal-practice-gallery__inner,
      .renewal-countdown__inner,
      .tr-immersion__shell
    ),
  .elementor-widget[class*="elementor-widget-rwl_cusa_"]
    :is(
      .renewal-cert-hero__inner,
      .renewal-pellets__inner,
      .renewal-days__inner,
      .renewal-learning__inner,
      .renewal-instructors__inner,
      .renewal-agenda__inner,
      .renewal-post-training__inner,
      .renewal-advantages__inner,
      .renewal-equilibria__inner,
      .renewal-enroll__inner,
      .renewal-signoff__inner,
      .renewal-practice-gallery__inner,
      .tr-immersion__shell
    ) {
    padding-left: max(env(safe-area-inset-left, 0px), var(--renewal-mobile-gutter));
    padding-right: max(env(safe-area-inset-right, 0px), var(--renewal-mobile-gutter));
    box-sizing: border-box;
  }
}
