﻿:root {
  --hero-blue: #c5e3ff;
  --nav-blue: #162338;
  --ink: #26313d;
  --muted: #6e7c88;
  --light: #f2f7fc;
  --light-2: #eaf2f9;
  --dark: #050a12;
  --dark-2: #071427;
  --panel: #071b31;
  --gold: #f4cf83;
  --gold-deep: #c7a055;
  --line: rgba(30, 46, 63, 0.18);
  --white: #ffffff;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --shell: 1640px;
  --header-h: 86px;
}

/* HIFU handle detail page */
.hifu-page {
  background: #edf6f9;
  color: #122233;
  overflow-x: hidden;
}

.hifu-page main {
  overflow: hidden;
}

.hifu-kicker {
  margin: 0;
  color: #49aed7;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.hifu-hero {
  overflow: hidden;
  min-height: 685px;
  padding-top: 110px;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.95), rgba(236, 246, 248, 0.9) 42%, rgba(246, 244, 239, 0.94)),
    linear-gradient(135deg, transparent 0 47%, rgba(36, 79, 122, 0.055) 47% 48%, transparent 48% 100%),
    url("../img/hifu/light-bg.webp") center / cover;
  background-size: auto, 132px 132px, cover;
}

.hifu-hero__inner {
  display: grid;
  grid-template-columns: minmax(460px, 0.82fr) minmax(560px, 1fr);
  align-items: center;
  min-height: 600px;
}

.hifu-hero__copy {
  position: relative;
  z-index: 3;
  padding-top: 18px;
}

.hifu-hero h1 {
  max-width: 760px;
  margin: 28px 0 0;
  color: #17283a;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.16;
}

.hifu-hero h1 span {
  display: block;
}

.hifu-hero__visual {
  position: relative;
  min-height: 520px;
  border-radius: 22px;
  transform-style: preserve-3d;
  transition: transform 180ms ease;
}

.hifu-hero__visual img {
  z-index: 2;
  position: absolute;
  right: -220px;
  top: 54px;
  width: min(68vw, 1156px);
  max-width: none;
  filter: drop-shadow(0 42px 58px rgba(59, 99, 119, 0.26));
  animation: hifuHandleFloat 5.8s ease-in-out infinite;
}

.hifu-hero__visual img.hifu-hero-motion {
  right: -230px;
  top: -42px;
  width: min(60vw, 900px);
  filter: drop-shadow(0 36px 48px rgba(59, 99, 119, 0.2));
  animation: none;
}

.vmax-page .hifu-hero__visual img.hifu-hero-motion {
  right: 4%;
  top: 28px;
  width: min(42vw, 640px);
  filter: drop-shadow(0 30px 50px rgba(59, 99, 119, 0.18));
}

.rf-page .hifu-hero {
  min-height: 520px;
  padding-top: 86px;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.96), rgba(236, 247, 249, 0.92) 46%, rgba(247, 245, 240, 0.94)),
    linear-gradient(135deg, transparent 0 48%, rgba(36, 79, 122, 0.045) 48% 49%, transparent 49% 100%),
    url("../img/hifu/light-bg.webp") center / cover;
  background-size: auto, 132px 132px, cover;
}

.rf-page .site-header {
  background: #1b283b;
}

.rf-page .hifu-hero__inner {
  width: min(calc(100% - 18vw), 1440px);
  grid-template-columns: minmax(430px, 0.78fr) minmax(520px, 1fr);
  min-height: 430px;
}

.rf-page .hifu-hero__copy {
  padding-top: 4px;
}

.rf-page .hifu-hero h1 {
  max-width: 650px;
  margin-top: 24px;
  font-size: 44px;
  line-height: 1.14;
}

.rf-page .hifu-hero__visual {
  overflow: visible;
  min-height: 370px;
}

.rf-page .hifu-hero__visual img.rf-hero-motion {
  right: -4%;
  top: -310px;
  width: min(42vw, 700px);
  filter: drop-shadow(0 36px 50px rgba(52, 82, 92, 0.2));
  animation: none;
}

.rf-probe-stack {
  position: absolute;
  z-index: 3;
  right: 7%;
  top: 210px;
  display: grid;
  gap: 22px;
  color: #758492;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.rf-probe-stack span {
  display: grid;
  grid-template-columns: 42px minmax(0, 90px);
  align-items: center;
  gap: 16px;
}

.rf-probe-stack b {
  display: grid;
  width: 36px;
  aspect-ratio: 1;
  border: 1px solid rgba(244, 178, 40, 0.56);
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(255, 255, 255, 0.84) calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(0deg, transparent calc(50% - 1px), rgba(255, 255, 255, 0.84) calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)),
    #ffc13d;
  box-shadow: 0 14px 26px rgba(222, 164, 38, 0.18);
}

.rf-probe-stack span:first-child b {
  width: 28px;
}

.rf-probe-stack span:last-child b {
  width: 44px;
}

.rf-page .hifu-stats {
  padding: 42px 0 50px;
}

.rf-page .hifu-stat-grid {
  margin-top: 30px;
}

.rf-page .hifu-stats .reveal {
  opacity: 1;
  transform: none;
}

.hifu-stats {
  padding: 58px 0 64px;
  background: #fff;
}

.hifu-stats__heading {
  text-align: center;
  text-transform: uppercase;
}

.hifu-stats__heading h2 {
  margin: 0;
  color: #4db9e4;
  font-size: 24px;
  line-height: 1.15;
}

.hifu-stats__heading p {
  margin: 8px 0 0;
  color: #47596a;
  font-size: 12px;
  font-weight: 800;
}

.hifu-stat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  max-width: 1120px;
  margin: 34px auto 0;
}

.hifu-stat-grid article {
  text-align: center;
}

.hifu-stat-grid strong {
  display: block;
  color: #4db9e4;
  font-size: 26px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease;
  will-change: contents, transform;
}

.hifu-stat-grid strong.is-counting {
  color: #38b7ea;
  text-shadow: 0 8px 22px rgba(77, 185, 228, 0.24);
  transform: translateY(-2px);
}

.hifu-stat-grid strong.is-complete {
  animation: hifuCounterPop 420ms ease both;
}

.hifu-stat-grid span {
  display: block;
  margin-top: 8px;
  color: #4d6070;
  font-size: 12px;
  font-weight: 700;
}

@keyframes hifuCounterPop {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

.hifu-buyer {
  scroll-margin-top: 96px;
  padding: 44px 0 112px;
  background: linear-gradient(180deg, #fff 0%, #fff 10%, #f8fcfe 34%, #eff9fc 72%, #eaf6fa 100%);
}

.hifu-buyer__copy {
  max-width: 1040px;
  margin-left: 7%;
}

.hifu-buyer__copy h2,
.hifu-system__intro h2,
.hifu-tech__copy h2,
.hifu-centres__copy h2 {
  margin: 26px 0 0;
  color: #17283a;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.12;
}

.hifu-buyer__copy h2 span,
.hifu-system__intro h2 span,
.hifu-tech__copy h2 span,
.hifu-centres__copy h2 span {
  display: block;
}

.hifu-buyer__copy > p:last-child {
  max-width: 980px;
  margin: 34px 0 0;
  color: #728294;
  font-size: 17px;
  line-height: 1.72;
}

.hifu-tip-card {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(500px, 1fr);
  align-items: center;
  gap: 54px;
  width: min(100%, 1177px);
  max-width: 100%;
  min-height: 514px;
  margin: 72px auto 0;
  padding: 42px 54px;
  overflow: hidden;
  border: 1px solid rgba(193, 213, 222, 0.72);
  border-radius: 3px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 249, 252, 0.96));
  box-shadow: 0 30px 70px rgba(76, 108, 130, 0.17);
}

.hifu-tip-card__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 370px;
}

.hifu-tip-card__visual::before {
  content: "";
  position: absolute;
  width: min(78%, 360px);
  aspect-ratio: 1;
  border: 1px solid rgba(88, 188, 223, 0.22);
  border-radius: 50%;
  background: rgba(222, 245, 250, 0.42);
}

.hifu-tip-card__visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  transition: transform 360ms ease, filter 360ms ease;
}

.hifu-tip-card__visual [data-tip-image] {
  filter: drop-shadow(0 24px 34px rgba(53, 91, 107, 0.12));
}

.hifu-tip-card__probe {
  position: absolute !important;
  z-index: 2 !important;
  right: 5%;
  bottom: 9%;
  width: min(34%, 150px) !important;
  padding: 14px;
  border: 1px solid rgba(148, 181, 198, 0.42);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(53, 91, 107, 0.16);
  backdrop-filter: blur(14px);
}

.hifu-tip-card.is-changing .hifu-tip-card__visual img {
  transform: translateY(-7px) rotate(-1deg);
  filter: drop-shadow(0 22px 28px rgba(53, 91, 107, 0.18));
}

.hifu-tip-card.is-changing .hifu-tip-card__probe {
  transform: translateY(-10px) rotate(2deg) !important;
}

.hifu-tip-card__content > p {
  margin: 0 0 24px;
  color: #6c7a89;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hifu-tip-card__content {
  min-width: 0;
}

.hifu-tip-card__content h3 {
  margin: 0;
  color: #111923;
  font-size: 39px;
  line-height: 1.15;
  overflow-wrap: normal;
}

.hifu-tip-card__content > span {
  display: block;
  margin-top: 30px;
  color: #687788;
  font-size: 18px;
  line-height: 1.5;
}

.hifu-tip-options {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 14px;
  margin-top: 38px;
}

.hifu-tip-options button {
  min-width: 104px;
  height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(91, 146, 173, 0.45);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.84);
  color: #253749;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.hifu-tip-options button:hover,
.hifu-tip-options button.is-active {
  border-color: #27a8dd;
  background: linear-gradient(135deg, #073f79, #35b4e3);
  color: #fff;
  transform: translateY(-1px);
}

.hifu-tip-note {
  margin-top: 32px;
  padding: 22px 24px;
  border: 1px solid rgba(148, 181, 198, 0.54);
  border-radius: 8px;
  color: #68798a;
  font-size: 18px;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.hifu-probe-studio {
  width: min(100%, 1177px);
  max-width: 100%;
  margin: 72px auto 0;
}

.hifu-probe-stage {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 30px;
  padding: 36px;
  overflow: hidden;
  border: 1px solid rgba(205, 221, 229, 0.96);
  border-radius: 8px;
  background:
    radial-gradient(circle at 28% 46%, rgba(73, 183, 166, 0.13), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(241, 248, 250, 0.74)),
    repeating-linear-gradient(90deg, rgba(8, 116, 189, 0.035) 0 1px, transparent 1px 38px);
  box-shadow: 0 26px 70px rgba(28, 48, 63, 0.11);
}

.hifu-probe-orbit {
  position: relative;
  min-height: 390px;
  display: grid;
  place-items: center;
}

.hifu-probe-orbit span {
  position: absolute;
  width: min(78%, 350px);
  aspect-ratio: 1;
  border: 1px solid rgba(8, 116, 189, 0.14);
  border-radius: 50%;
  animation: hifuOrbitSpin 11s linear infinite;
}

.hifu-probe-orbit span:nth-child(2) {
  width: min(58%, 260px);
  animation-duration: 7s;
  animation-direction: reverse;
}

.hifu-probe-orbit span::before {
  content: "";
  position: absolute;
  top: 12%;
  right: 18%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #43c4dc;
  box-shadow: 0 0 18px rgba(67, 196, 220, 0.38);
}

.hifu-probe-orbit img {
  position: relative;
  z-index: 2;
  width: min(86%, 360px);
  filter: drop-shadow(0 26px 36px rgba(28, 48, 63, 0.2));
  animation: hifuProbeFloat 4.8s ease-in-out infinite;
}

.hifu-probe-studio.is-changing .hifu-probe-orbit img {
  animation:
    hifuImagePop 520ms cubic-bezier(0.2, 0.8, 0.2, 1) both,
    hifuProbeFloat 4.8s ease-in-out 520ms infinite;
}

.vmax-probe-orbit img {
  width: min(70%, 310px);
  max-height: 390px;
  object-fit: contain;
}

.rf-probe-orbit img {
  width: min(74%, 340px);
  max-height: 390px;
  object-fit: contain;
}

.rf-tip-options {
  max-width: 300px;
}

.rf-tip-options button {
  min-width: 64px;
}

.hifu-probe-display {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.hifu-probe-display h3 {
  margin: 26px 0 0;
  color: #07192c;
  font-size: 42px;
  line-height: 1.14;
}

.hifu-probe-display p:not(.hifu-kicker) {
  margin: 24px 0 0;
  color: #687788;
  font-size: 18px;
  line-height: 1.55;
}

.hifu-probe-display .hifu-tip-options {
  margin-top: 8px;
}

.hifu-probe-note {
  max-width: 560px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(205, 221, 229, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: #687788;
  font-size: 14px;
}

.vmax-tip-showcase {
  width: min(100%, 1177px);
  margin: 72px auto 0;
}

.vmax-tip-showcase img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 64px rgba(76, 108, 130, 0.16));
}

.vmax-tip-mobile {
  display: none;
}

.hifu-system {
  scroll-margin-top: 96px;
  padding: 108px 0 116px;
  background: #04253a;
  color: #fff;
}

.hifu-system__inner {
  display: grid;
  grid-template-columns: minmax(520px, 1fr) minmax(500px, 0.92fr);
  grid-template-areas:
    "intro intro"
    "media list";
  align-items: center;
  gap: 68px 110px;
}

.hifu-system__intro {
  grid-area: intro;
}

.hifu-system__intro h2 {
  max-width: 1190px;
  color: #f5fbff;
}

.hifu-system__media {
  grid-area: media;
  display: flex;
  justify-content: center;
}

.hifu-system__media img {
  width: min(100%, 630px);
  border-radius: 50%;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.2);
}

.hifu-system__media video {
  display: block;
  width: min(100%, 630px);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.2);
}

.rf-system__media video {
  width: min(100%, 558px);
  background: #061523;
}

.hifu-program-list {
  grid-area: list;
  display: grid;
  gap: 50px;
}

.hifu-program-list article {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 34px;
  min-height: 176px;
  padding: 36px 44px;
  border-radius: 18px;
  background: #fff;
  color: #14273a;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.hifu-program-list article:hover {
  transform: translateX(6px);
  box-shadow: 0 26px 62px rgba(0, 0, 0, 0.24);
}

.hifu-program-list article > span {
  width: 54px;
  height: 54px;
  border-radius: 13px;
  background: #0da0cb;
}

.hifu-program-list h3 {
  margin: 0;
  font-size: 21px;
}

.hifu-program-list p {
  margin: 12px 0 0;
  color: #b7c4cd;
  font-size: 15px;
  font-weight: 700;
}

.hifu-tech {
  scroll-margin-top: 96px;
  padding: 142px 0 128px;
  background: #edf7fa;
}

.hifu-tech__inner {
  display: grid;
  grid-template-columns: minmax(430px, 0.82fr) minmax(520px, 1fr);
  align-items: center;
  gap: clamp(64px, 8vw, 150px);
}

.hifu-tech__copy h2 {
  font-size: 46px;
}

.hifu-tech__copy > p:last-child {
  max-width: 720px;
  margin: 64px 0 0;
  color: #7a8894;
  font-size: 16px;
  line-height: 1.7;
}

.hifu-before-after {
  display: grid;
  grid-template-columns: 94px minmax(0, 694px) 94px;
  align-items: center;
  gap: 28px;
}

.hifu-comparison-slider {
  position: relative;
  justify-self: center;
  width: min(100%, 560px);
  overflow: hidden;
  border-radius: 12px;
  background: #dfe7ec;
  box-shadow: 0 26px 70px rgba(67, 121, 142, 0.24);
  aspect-ratio: 1062 / 1234;
}

.hifu-comparison-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hifu-comparison-before-wrap,
.hifu-comparison-after-wrap {
  position: absolute;
  inset: 0;
  width: 50%;
  overflow: hidden;
}

.hifu-comparison-before,
.hifu-comparison-after {
  width: auto;
  min-width: 0;
  max-width: none;
}

.hifu-comparison-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(17, 21, 26, 0.1);
  pointer-events: none;
}

.hifu-comparison-divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 14px 30px rgba(19, 32, 44, 0.22);
  transform: translate(-50%, -50%);
}

.hifu-comparison-divider span::before {
  width: 18px;
  height: 18px;
  border-right: 3px solid #307fa8;
  border-left: 3px solid #307fa8;
  content: "";
}

.hifu-comparison-range {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.hifu-comparison-label {
  position: absolute;
  top: 18px;
  z-index: 2;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: rgba(17, 21, 26, 0.72);
  font-size: 12px;
  font-weight: 900;
}

.hifu-label-before {
  left: 18px;
}

.hifu-label-after {
  right: 18px;
}

.hifu-before-after button {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 2px solid #62bee9;
  border-radius: 50%;
  background: transparent;
  color: #62bee9;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.hifu-before-after button:hover {
  background: #62bee9;
  color: #fff;
  transform: translateY(-2px);
}

.hifu-before-after > button span {
  font-size: 28px;
  line-height: 1;
}

.hifu-dots {
  display: flex;
  grid-column: 2;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
}

.hifu-dots span {
  width: 10px;
  height: 10px;
  border: 2px solid #58bce4;
  border-radius: 50%;
}

.hifu-dots span.is-active {
  background: #58bce4;
}

.hifu-centres {
  scroll-margin-top: 96px;
  padding: 94px 0 104px;
  background: #f2f8fb;
}

.hifu-centres__inner {
  display: grid;
  grid-template-columns: minmax(420px, 705px) minmax(460px, 1fr);
  align-items: center;
  gap: clamp(76px, 9vw, 170px);
}

.hifu-centres__image img {
  width: 100%;
  display: block;
}

.hifu-centres__copy h2 {
  max-width: 720px;
  font-family: var(--serif);
  font-size: 55px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hifu-centres__copy p {
  margin: 54px 0 28px;
  color: #364352;
  font-size: 18px;
  line-height: 1.45;
}

@keyframes hifuHandleFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-14px) rotate(-0.6deg);
  }
}

@keyframes hifuOrbitSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes hifuProbeFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes hifuImagePop {
  0% {
    opacity: 0;
    transform: translateY(12px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1320px) {
  .hifu-hero__inner,
  .hifu-system__inner,
  .hifu-tech__inner,
  .hifu-centres__inner {
    grid-template-columns: 1fr;
  }

  .hifu-hero__inner {
    gap: 22px;
    min-height: auto;
    padding: 96px 0 70px;
  }

  .rf-page .hifu-hero__inner {
    width: min(calc(100% - 7vw), var(--shell));
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .rf-page .hifu-hero h1 {
    font-size: 42px;
  }

  .hifu-hero__visual {
    min-height: 420px;
  }

  .hifu-hero__visual img {
    right: 50%;
    top: 10px;
    width: min(116vw, 960px);
    transform: translateX(50%);
    animation: none;
  }

  .hifu-hero__visual img.hifu-hero-motion {
    right: 50%;
    top: -10px;
    width: min(96vw, 640px);
  }

  .rf-page .hifu-hero__visual img.rf-hero-motion {
    right: 50%;
    top: -120px;
    width: min(92vw, 660px);
    transform: translateX(50%);
  }

  .rf-probe-stack {
    right: 9%;
    top: 210px;
  }

  .hifu-tip-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 40px 34px;
  }

  .hifu-probe-stage {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 40px 34px;
  }

  .hifu-probe-orbit {
    min-height: 340px;
  }

  .hifu-system__inner {
    grid-template-areas:
      "intro"
      "media"
      "list";
    gap: 56px;
  }

  .hifu-program-list {
    gap: 24px;
  }

  .hifu-tech__inner {
    gap: 54px;
  }

  .hifu-dots {
    grid-column: auto;
  }

  .hifu-centres__inner {
    gap: 56px;
  }
}

@media (max-width: 900px) {
  .hifu-hero h1 {
    font-size: 42px;
  }

  .hifu-buyer__copy {
    margin-left: 0;
  }

  .hifu-buyer__copy h2,
  .hifu-system__intro h2,
  .hifu-tech__copy h2 {
    font-size: 38px;
  }

  .hifu-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hifu-stat-grid article:last-child {
    grid-column: 1 / -1;
  }

  .hifu-before-after {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hifu-before-after button {
    display: none;
  }
}

@media (max-width: 560px) {
  .hifu-hero {
    min-height: auto;
  }

  .hifu-hero__inner {
    width: min(calc(100% - 32px), var(--shell));
    padding: 54px 0 42px;
  }

  .rf-page .hifu-hero__inner {
    width: min(calc(100% - 32px), var(--shell));
  }

  .rf-page .hifu-hero h1 {
    font-size: 32px;
    line-height: 1.16;
  }

  .hifu-hero h1 {
    margin-top: 20px;
    font-size: 32px;
  }

  .hifu-hero__visual {
    min-height: 232px;
    margin-top: 2px;
  }

  .hifu-hero__visual img {
    top: 0;
    width: min(112vw, 500px);
  }

  .hifu-hero__visual img.hifu-hero-motion {
    right: 30%;
    top: 8px;
    width: min(88vw, 360px);
  }

  .vmax-page .hifu-hero__visual img.hifu-hero-motion {
    right: 50%;
    top: 2px;
    width: min(88vw, 360px);
    transform: translateX(50%);
  }

  .rf-page .hifu-hero__visual img.rf-hero-motion {
    right: 26%;
    top: -62px;
    width: min(96vw, 390px);
    transform: translateX(50%);
  }

  .rf-page .hifu-hero__visual {
    min-height: 336px;
  }

  .rf-probe-stack {
    right: auto;
    bottom: 10px;
    left: 0;
    top: auto;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    font-size: 9px;
    text-align: center;
  }

  .rf-probe-stack span {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
    min-width: 0;
  }

  .rf-probe-stack b {
    width: 28px;
    border-radius: 6px;
  }

  .rf-probe-stack span:first-child b {
    width: 24px;
  }

  .rf-probe-stack span:last-child b {
    width: 32px;
  }

  .hifu-stats {
    padding: 42px 0;
  }

  .hifu-stats__heading h2 {
    max-width: 320px;
    margin-inline: auto;
    font-size: 19px;
    line-height: 1.25;
  }

  .hifu-stat-grid {
    max-width: 320px;
    gap: 20px 12px;
  }

  .hifu-stat-grid strong {
    font-size: 22px;
  }

  .hifu-buyer {
    padding: 46px 0 70px;
  }

  .hifu-buyer__copy h2,
  .hifu-system__intro h2,
  .hifu-tech__copy h2 {
    font-size: 30px;
  }

  .hifu-buyer__copy > p:last-child,
  .hifu-tech__copy > p:last-child {
    margin-top: 22px;
    font-size: 14px;
  }

  .hifu-tip-card {
    margin-top: 42px;
    padding: 24px 18px;
  }

  .hifu-probe-studio {
    margin-top: 42px;
  }

  .vmax-tip-showcase {
    margin-top: 42px;
  }

  .vmax-tip-showcase > img {
    display: none;
  }

  .vmax-tip-mobile {
    display: grid;
    gap: 20px;
    padding: 22px 18px;
    border: 1px solid rgba(205, 221, 229, 0.9);
    border-radius: 8px;
    background:
      radial-gradient(circle at 24% 22%, rgba(74, 190, 224, 0.16), transparent 38%),
      linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 249, 252, 0.94));
    box-shadow: 0 20px 48px rgba(76, 108, 130, 0.12);
  }

  .vmax-tip-mobile img {
    width: min(100%, 260px);
    margin-inline: auto;
    filter: none;
  }

  .vmax-tip-mobile h3 {
    margin: 12px 0 0;
    color: #07192c;
    font-size: 26px;
    line-height: 1.15;
  }

  .vmax-tip-mobile p:not(.hifu-kicker) {
    margin: 12px 0 0;
    color: #6d7d8f;
    font-size: 14px;
    line-height: 1.55;
  }

  .vmax-tip-mobile__options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
  }

  .vmax-tip-mobile__options span {
    display: grid;
    min-height: 38px;
    place-items: center;
    border: 1px solid rgba(112, 161, 188, 0.55);
    border-radius: 8px;
    color: #122a3f;
    font-size: 12px;
    font-weight: 800;
  }

  .vmax-tip-mobile__options span.is-active {
    border-color: #27a8dd;
    background: linear-gradient(135deg, #0d6fa9, #43bde9);
    color: #fff;
  }

  .vmax-tip-mobile__options span:last-child {
    grid-column: 1 / -1;
  }

  .hifu-probe-stage {
    min-height: auto;
    padding: 24px 18px;
  }

  .hifu-probe-orbit {
    min-height: 260px;
  }

  .hifu-probe-orbit img {
    width: min(86%, 270px);
  }

  .vmax-probe-orbit img {
    width: min(78%, 230px);
    max-height: 250px;
  }

  .rf-probe-orbit img {
    width: min(82%, 250px);
    max-height: 260px;
  }

  .rf-tip-options {
    max-width: none;
  }

  .hifu-tip-card__content {
    width: 100%;
    max-width: 310px;
    margin-inline: auto;
  }

  .hifu-tip-card__visual {
    min-height: 220px;
  }

  .hifu-tip-card__visual img {
    width: min(100%, 300px);
  }

  .hifu-tip-card__probe {
    right: 2%;
    bottom: 4%;
    width: min(30%, 96px) !important;
    padding: 8px;
    border-radius: 12px;
  }

  .hifu-tip-card__content h3 {
    font-size: 28px;
    line-height: 1.18;
  }

  .hifu-probe-display {
    max-width: 310px;
    margin-inline: auto;
  }

  .hifu-probe-display h3 {
    font-size: 28px;
    line-height: 1.18;
  }

  .hifu-tip-card__content > span,
  .hifu-tip-note,
  .hifu-probe-display p:not(.hifu-kicker),
  .hifu-probe-note {
    font-size: 14px;
  }

  .hifu-tip-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }

  .hifu-tip-options button {
    width: 100%;
    min-width: 0;
    height: 42px;
    padding-inline: 13px;
    font-size: 13px;
  }

  .hifu-system {
    padding: 64px 0;
  }

  .hifu-system__media img {
    width: 100%;
  }

  .hifu-program-list article {
    grid-template-columns: 52px 1fr;
    min-height: 122px;
    gap: 20px;
    padding: 24px 22px;
    border-radius: 12px;
  }

  .hifu-program-list article > span {
    width: 42px;
    height: 42px;
  }

  .hifu-tech {
    padding: 70px 0;
  }

  .hifu-comparison-slider {
    border-radius: 8px;
  }

  .hifu-centres {
    padding: 62px 0 70px;
  }

  .hifu-centres__copy h2 {
    font-size: 34px;
  }

  .hifu-centres__copy p {
    margin: 30px 0 20px;
    font-size: 15px;
  }
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

section[id],
form[id] {
  scroll-margin-top: var(--header-h);
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--dark);
  color: var(--ink);
  font-family: var(--sans);
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

body.video-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
  letter-spacing: 0;
}

.page-shell {
  width: min(calc(100% - 11vw), var(--shell));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-h);
  background: rgba(21, 34, 54, 0.62);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  transition: background 240ms ease, box-shadow 240ms ease, backdrop-filter 240ms ease;
}

.site-header.is-scrolled {
  background: rgba(11, 20, 35, 0.86);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

@media (min-width: 901px) {
  .home .site-header {
    background: rgba(21, 34, 54, 0.43);
  }

  .home .site-header.is-scrolled {
    background: rgba(21, 34, 54, 0.62);
    backdrop-filter: blur(12px);
  }
}

.header-inner {
  width: min(calc(100% - 10vw), 1740px);
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(24px, 3vw, 64px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--white);
}

.brand-logo {
  display: block;
  width: clamp(170px, 12.2vw, 228px);
  height: auto;
}

.site-footer .brand-logo {
  width: min(100%, 210px);
}

.brand-mark {
  position: relative;
  display: inline-grid;
  grid-template-columns: 28px 8px;
  gap: 3px;
  align-items: end;
  width: 42px;
  height: 34px;
}

.brand-mark__left {
  display: grid;
  place-items: center;
  width: 28px;
  height: 31px;
  border-left: 6px solid #f1f5fb;
  border-right: 4px solid #f1f5fb;
  color: #f1f5fb;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.brand-mark__bar {
  display: block;
  width: 8px;
  height: 34px;
  background: linear-gradient(180deg, #f1f5fb 0 16%, transparent 16% 28%, #f1f5fb 28%);
}

.brand-copy {
  display: inline-grid;
  gap: 3px;
  line-height: 1;
  color: #eff5fb;
}

.brand-copy span {
  font-size: 11px;
  font-weight: 500;
}

.brand-copy strong {
  font-size: 20px;
  font-weight: 700;
}

.brand-x {
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  font-weight: 600;
}

.brand-korean {
  color: #f2f5f9;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 1.55vw, 30px);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.desktop-nav a,
.footer-column a,
.social-links a {
  transition: color 180ms ease;
}

.desktop-nav a {
  white-space: nowrap;
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown__menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  z-index: 25;
  display: grid;
  min-width: 190px;
  padding: 12px;
  background: rgba(8, 18, 32, 0.96);
  border: 1px solid rgba(245, 213, 141, 0.34);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.nav-dropdown__menu a {
  display: block;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.88);
}

.nav-dropdown__menu a:hover {
  color: var(--gold);
  background: rgba(255, 255, 255, 0.06);
}

.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.desktop-nav a:hover,
.footer-column a:hover,
.social-links a:hover {
  color: var(--gold);
}

.desktop-nav a[aria-current="page"],
.mobile-nav a[aria-current="page"] {
  color: var(--gold);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 40px;
  color: #f5d58d;
  border: 1px solid rgba(244, 207, 131, 0.72);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.header-cta:hover {
  background: var(--gold);
  color: #081120;
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 200ms ease, opacity 200ms ease;
}

.menu-open .menu-toggle span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-open .menu-toggle span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding-top: var(--header-h);
  background: var(--hero-blue);
  color: var(--white);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(197, 227, 255, 0), rgba(197, 227, 255, 0.82));
  pointer-events: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(197, 227, 255, 0.92) 0%, rgba(197, 227, 255, 0.76) 34%, rgba(197, 227, 255, 0.28) 64%, rgba(197, 227, 255, 0.08) 100%),
    linear-gradient(180deg, rgba(8, 18, 32, 0.08), rgba(8, 18, 32, 0.04));
}

.hero-grid {
  position: static;
  display: grid;
  grid-template-columns: minmax(430px, 620px) minmax(600px, 1fr);
  align-items: center;
  gap: clamp(40px, 7vw, 140px);
  min-height: calc(100svh - var(--header-h));
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 54px;
  color: var(--gold);
  font-size: clamp(11px, 0.8vw, 16px);
  font-weight: 700;
  text-transform: uppercase;
}

.section-light .eyebrow {
  margin-bottom: 24px;
  color: #7890a7;
  text-align: center;
}

.hero .eyebrow {
  color: #22374e;
}

.hero h1,
.system-copy h2,
.professional-copy h2,
.distributor-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  line-height: 0.92;
}

.hero h1 {
  max-width: 630px;
  font-size: clamp(72px, 5.05vw, 98px);
}

.hero h1 span,
.system-copy h2 span,
.professional-copy h2 span,
.distributor-copy h2 span,
.section-heading h2 span {
  display: block;
}

.hero-subtitle {
  margin: 50px 0 26px;
  color: #22374e;
  font-size: clamp(21px, 1.45vw, 28px);
  font-weight: 700;
  text-transform: uppercase;
}

.hero-text {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1vw, 20px);
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 70px;
}

.hero-mobile-video-frame {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 30px;
  border: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.button span,
.tech-card a span,
.treatment-card a span,
.footer-bottom a span {
  transition: transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:hover span,
.tech-card a:hover span,
.treatment-card a:hover span,
.footer-bottom a:hover span {
  transform: translateX(5px);
}

.button-gold {
  background: var(--gold);
  color: #081120;
  box-shadow: 0 18px 36px rgba(11, 16, 24, 0.14);
}

.button-gold:hover {
  background: #ffd98e;
  box-shadow: 0 24px 46px rgba(11, 16, 24, 0.22);
}

.button-dark {
  background: #081525;
  color: var(--white);
}

.button-dark:hover {
  background: #020a15;
}

.hero-visual {
  position: static;
  transform: none !important;
  min-height: 620px;
}

.hero-video-frame {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
  background: rgba(7, 20, 39, 0.38);
  box-shadow: none;
  transform: none;
}

.hero-video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(4, 12, 24, 0), rgba(4, 12, 24, 0.18));
}

.hero-video-media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 900ms ease;
}

.hero-video-media.is-active {
  opacity: 1;
}

.hero-mobile-video-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-device-main {
  position: absolute;
  z-index: 2;
  top: 112px;
  left: 50%;
  width: min(34vw, 624px);
  max-width: none;
  transform: translateX(-42%);
  filter: drop-shadow(0 34px 38px rgba(20, 31, 47, 0.3));
  animation: deviceFloat 5.5s ease-in-out infinite;
}

.hero-device-reflection {
  position: absolute;
  z-index: 1;
  top: 506px;
  left: 50%;
  width: min(34vw, 623px);
  max-width: none;
  opacity: 0.74;
  transform: translateX(-36%);
}

.benefit-bar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  min-height: 100px;
  margin-top: 4px;
  background: #0c2238;
  color: var(--white);
  box-shadow: 0 26px 56px rgba(3, 10, 18, 0.2);
}

.mini-feature {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 20px;
  min-width: 0;
  padding: 20px 30px;
}

.mini-feature + .mini-feature {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.code-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border: 1px solid rgba(244, 207, 131, 0.32);
  background: rgba(7, 20, 36, 0.64);
  color: var(--gold);
  font-size: 15px;
  font-weight: 800;
}

.code-icon img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.mini-feature h2,
.point-row h3,
.support-item h3,
.distributor-benefits h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
}

.mini-feature p,
.point-row p,
.support-item p,
.distributor-benefits p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.45;
}

.section-light {
  background: var(--light);
}

.technology {
  padding: 70px 0 78px;
}

.section-heading {
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: #26313d;
  font-family: var(--serif);
  font-size: clamp(45px, 3.6vw, 64px);
  font-weight: 600;
  line-height: 1.05;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  align-items: stretch;
  max-width: 1128px;
  margin: 42px auto 0;
}

.tech-card {
  position: relative;
  display: block;
  min-width: 0;
  border-radius: 28px;
  overflow: hidden;
  background: #dfeaf4;
  box-shadow: 0 22px 46px rgba(62, 91, 118, 0.12);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.tech-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 62px rgba(40, 60, 80, 0.18);
}

.tech-card img {
  display: block;
  width: 100%;
  aspect-ratio: 375 / 599;
  object-fit: cover;
  object-position: center;
  transition: transform 360ms ease;
}

.tech-card:hover img,
.treatment-card:hover img {
  transform: scale(1.045);
}

.treatment-card h3 {
  margin: 0;
  color: #27303a;
  font-size: clamp(20px, 1.35vw, 26px);
  line-height: 1.2;
}

.treatment-card a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: #071529;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.system-section {
  position: relative;
  overflow: hidden;
  min-height: 942px;
  background: #06080c;
  color: var(--white);
}

.system-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 45%, rgba(82, 96, 117, 0.28), transparent 30%),
    linear-gradient(90deg, #05080c 0%, #0d1118 50%, #0b0e13 100%);
}

.system-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(500px, 0.92fr) minmax(520px, 1fr);
  grid-template-areas:
    "copy visual"
    "points visual";
  align-content: center;
  align-items: center;
  column-gap: clamp(56px, 6vw, 112px);
  row-gap: 70px;
  min-height: 942px;
}

.system-copy {
  grid-area: copy;
}

.system-copy .eyebrow,
.distributor-copy .eyebrow {
  margin-bottom: 84px;
}

.system-copy h2 {
  max-width: 620px;
  color: #f7f2eb;
  font-size: clamp(58px, 4.7vw, 86px);
}

.system-points {
  grid-area: points;
  display: grid;
  gap: 25px;
  max-width: 840px;
  margin-top: 0;
}

.point-row {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 28px;
  align-items: start;
}

.point-row p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.72);
}

.system-visual {
  grid-area: visual;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 650px;
}

.system-visual-media {
  position: relative;
  display: block;
  width: min(100%, 920px);
  max-width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 2px;
  background: #03070d;
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.36);
}

.treatments {
  padding: 82px 0 112px;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 3vw, 64px);
  margin-top: 108px;
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 58px;
}

.button-outline {
  border: 1px solid rgba(34, 55, 78, 0.8);
  color: #22374e;
  background: transparent;
  box-shadow: none;
}

.button-outline:hover {
  border-color: #22374e;
  background: rgba(34, 55, 78, 0.06);
  color: #22374e;
}

.treatment-card {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border-radius: 8px;
  color: var(--white);
  background: #111d2c;
}

.treatment-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.treatment-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 52%;
  background: linear-gradient(180deg, transparent, rgba(5, 11, 18, 0.76));
}

.treatment-card__copy {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 24px 42px 26px;
  background: linear-gradient(90deg, rgba(5, 11, 18, 0.7), rgba(5, 11, 18, 0.48));
}

.treatment-card h3 {
  margin: 0;
  color: var(--white);
  line-height: 1.08;
}

.treatment-card p {
  max-width: 360px;
  margin: 12px 0 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.55;
}

.treatment-card a {
  color: var(--white);
  white-space: nowrap;
}

.professional-band {
  display: grid;
  grid-template-columns: minmax(360px, 705px) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(70px, 8vw, 150px);
  margin-top: 142px;
}

.professional-image img {
  width: 100%;
  max-width: 705px;
  object-fit: cover;
}

.professional-copy h2 {
  max-width: 720px;
  color: #303844;
  font-size: clamp(58px, 4.5vw, 82px);
  text-transform: uppercase;
}

.professional-copy p {
  max-width: 420px;
  margin: 62px 0 30px;
  color: #343f4d;
  font-size: 21px;
  line-height: 1.35;
}

.search-form {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 12px;
  max-width: 640px;
}

.search-form input,
.search-form button,
.lead-form input,
.lead-form textarea {
  border-radius: 7px;
  border: 1px solid rgba(28, 45, 62, 0.32);
}

.search-form input {
  height: 58px;
  padding: 0 18px;
  background: transparent;
  color: #1e2b38;
}

.search-form button {
  min-width: 90px;
  border: 0;
  background: #333a42;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.support {
  padding: 74px 0 96px;
  background: #f2f7fc;
}

.certification-section {
  padding: 72px 0 92px;
  background: #f2f7fc;
}

.certification-section .section-heading .eyebrow {
  color: #708299;
}

.certification-section .section-heading h2 {
  font-size: clamp(34px, 2.35vw, 46px);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 92px;
}

.support-item {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 170px;
  padding: 0 34px;
  text-align: center;
}

.support-item + .support-item {
  border-left: 1px solid rgba(28, 45, 62, 0.18);
}

.support-item .code-icon {
  margin-bottom: 36px;
}

.certification-grid {
  margin-top: 86px;
}

.certification-grid .support-item {
  min-height: 170px;
  padding: 0 44px;
}

.certification-grid .support-item img {
  width: auto;
  height: 82px;
  max-width: 138px;
  margin-bottom: 34px;
  object-fit: contain;
}

.support-item h3 {
  color: #27313d;
}

.certification-grid .support-item h3 {
  max-width: 260px;
  margin: 0;
  color: #101923;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.certification-grid .support-item h3 span {
  display: block;
}

.support-item p {
  max-width: 230px;
  color: #6d7b87;
}

.distributor {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  padding: 110px 0 86px;
  background: #061120;
  color: var(--white);
}

.distributor-glow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.95;
}

.distributor-grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(calc(100% - 11.5vw), 1700px);
  grid-template-columns: minmax(520px, 750px) minmax(560px, 820px);
  justify-content: space-between;
  gap: clamp(56px, 7.6vw, 180px);
  align-items: center;
}

.distributor-copy h2 {
  max-width: 760px;
  color: #f8f3ed;
  font-size: clamp(46px, 3.45vw, 68px);
  line-height: 0.96;
}

.distributor-text {
  max-width: 520px;
  margin: 62px 0 62px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.55;
}

.distributor-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(42px, 5.5vw, 104px);
}

.distributor-benefits article {
  min-width: 0;
}

.distributor-benefits img {
  display: block;
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  object-fit: contain;
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: 46px 65px 24px;
  background: rgba(10, 31, 53, 0.91);
  border: 1px solid rgba(111, 147, 183, 0.24);
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.26);
}

.lead-form h2 {
  margin: 0 0 28px;
  color: #f3eee7;
  font-family: var(--serif);
  font-size: clamp(30px, 2.25vw, 40px);
  font-weight: 600;
  text-align: center;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  background: rgba(3, 16, 30, 0.78);
  border-color: rgba(31, 69, 101, 0.44);
  color: var(--white);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.lead-form input {
  height: 52px;
  padding: 0 24px;
}

.lead-form textarea {
  min-height: 120px;
  padding: 18px 24px;
  resize: vertical;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.lead-form input:focus,
.lead-form textarea:focus,
.search-form input:focus {
  border-color: rgba(244, 207, 131, 0.85);
  box-shadow: 0 0 0 3px rgba(244, 207, 131, 0.12);
}

.lead-form .button {
  width: 100%;
  justify-content: flex-start;
  padding-inline: 28px;
}

.secure-note {
  margin: -2px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  text-align: center;
}

.secure-note.is-success {
  color: var(--gold);
}

.lead-popup[hidden] {
  display: none;
}

.lead-popup {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: clamp(16px, 3vw, 40px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 260ms ease, visibility 260ms ease;
}

.lead-popup.is-open {
  opacity: 1;
  visibility: visible;
}

.lead-popup-open {
  overflow: hidden;
}

.lead-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 22, 38, 0.46);
  backdrop-filter: blur(4px);
}

.lead-popup__dialog {
  position: relative;
  width: min(88vw, 720px);
  background: #fff;
  box-shadow: 0 26px 70px rgba(2, 10, 21, 0.28);
  transform: translateY(18px) scale(0.98);
  transition: transform 260ms ease;
}

.lead-popup.is-open .lead-popup__dialog {
  transform: translateY(0) scale(1);
}

.lead-popup__content {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(240px, 0.82fr);
  min-height: 0;
}

.lead-popup__copy {
  display: grid;
  align-content: start;
  padding: clamp(28px, 3vw, 36px) clamp(28px, 3.4vw, 42px) clamp(24px, 2.8vw, 32px);
}

.lead-popup__logo {
  width: 168px;
  max-width: 70%;
  margin-bottom: 22px;
  filter: invert(1) grayscale(1);
  opacity: 0.92;
}

.lead-popup__copy .eyebrow {
  margin: 0 0 10px;
  color: #6a7d92;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lead-popup__copy h2 {
  margin: 0;
  color: #020a15;
  font-family: var(--serif);
  font-size: clamp(28px, 2.35vw, 34px);
  font-weight: 700;
  line-height: 1.05;
}

.lead-popup__intro {
  max-width: 320px;
  margin: 14px 0 18px;
  color: #121922;
  font-size: 14px;
  line-height: 1.45;
}

.lead-popup__form {
  display: grid;
  gap: 10px;
}

.lead-popup__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.lead-popup__fields input,
.lead-popup__fields select,
.lead-popup__fields textarea {
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: #f1f1f1;
  color: #1f2935;
  font: inherit;
  font-size: 13px;
  outline: none;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.lead-popup__fields input,
.lead-popup__fields select {
  height: 42px;
  padding: 0 13px;
}

.lead-popup__fields select {
  grid-column: 1 / -1;
}

.lead-popup__fields textarea {
  grid-column: 1 / -1;
  min-height: 62px;
  padding: 11px 13px;
  resize: vertical;
}

.lead-popup__fields input::placeholder,
.lead-popup__fields textarea::placeholder {
  color: rgba(31, 41, 53, 0.68);
}

.lead-popup__fields input:focus,
.lead-popup__fields select:focus,
.lead-popup__fields textarea:focus {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(34, 55, 78, 0.18);
}

.lead-popup__consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #4e5f72;
  font-size: 11px;
  line-height: 1.45;
}

.lead-popup__consent input {
  width: 14px;
  height: 14px;
  margin-top: 1px;
  accent-color: #22374e;
}

.lead-popup__submit {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 46px;
  padding: 0 16px 0 18px;
  border: 0;
  background: #22374e;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.lead-popup__submit:hover {
  background: #0d1c2d;
  transform: translateY(-1px);
}

.lead-popup__submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.lead-popup__note {
  min-height: 16px;
  margin: 0;
  color: #6a7d92;
  font-size: 11px;
  line-height: 1.45;
}

.lead-popup__note.is-success {
  color: #1f8b62;
}

.lead-popup__visual {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #f6f0f1;
}

.lead-popup__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 10%;
}

.lead-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(34, 55, 78, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.84);
  color: #22374e;
  cursor: pointer;
}

.lead-popup__close span {
  grid-area: 1 / 1;
  width: 13px;
  height: 2px;
  background: currentColor;
}

.lead-popup__close span:first-child {
  transform: rotate(45deg);
}

.lead-popup__close span:last-child {
  transform: rotate(-45deg);
}

.site-footer {
  background: #020a15;
  color: rgba(255, 255, 255, 0.76);
}

.footer-main {
  display: grid;
  width: min(calc(100% - 9.5vw), 1740px);
  grid-template-columns: minmax(340px, 1.25fr) minmax(190px, 0.82fr) minmax(210px, 0.88fr) minmax(300px, 1fr);
  gap: clamp(52px, 5.4vw, 118px);
  padding: 92px 0 82px;
}

.footer-brand p {
  max-width: 280px;
  margin: 48px 0 42px;
  font-size: 15px;
  line-height: 1.62;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.social-links a {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: var(--white);
  opacity: 0.92;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.social-links a:hover {
  color: var(--gold);
  opacity: 1;
  transform: translateY(-2px);
}

.social-links svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}


.footer-column {
  display: grid;
  align-content: start;
  gap: 24px;
  min-height: 250px;
  padding-left: clamp(34px, 3vw, 64px);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  font-style: normal;
}

.footer-column h2 {
  margin: 0 0 38px;
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.footer-bottom {
  display: grid;
  width: min(calc(100% - 9.5vw), 1740px);
  grid-template-columns: 1fr;
  align-items: center;
  min-height: 112px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(18px, 3vw, 46px);
}

.footer-bottom > a {
  justify-self: end;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

/* About page */
.about-page {
  background: #ffffff;
  color: #142538;
  overflow-x: hidden;
}

.about-page main {
  overflow: hidden;
}

.about-intro {
  padding: calc(var(--header-h) + 104px) 0 94px;
  background: #ffffff;
}

.about-intro__inner {
  display: grid;
  grid-template-columns: minmax(420px, 0.96fr) minmax(420px, 0.78fr);
  gap: clamp(54px, 7vw, 132px);
  align-items: start;
}

.about-intro__copy {
  max-width: 720px;
}

.about-intro h1 {
  margin: 0 0 72px;
  color: #19304a;
  font-size: clamp(34px, 2.5vw, 48px);
  font-weight: 800;
  line-height: 1.1;
}

.about-intro p {
  margin: 0;
  color: #18304a;
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 700;
  line-height: 1.72;
}

.about-intro p + p {
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px dashed rgba(25, 48, 74, 0.42);
}

.about-intro__visual {
  margin: 0;
}

.about-intro__visual img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 28px 70px rgba(12, 20, 31, 0.12);
}

.about-global,
.about-support {
  background: linear-gradient(180deg, #f7fdff 0%, #eef9fd 48%, #edf9fd 100%);
}

.about-global {
  padding: 0 0 112px;
}

.about-global__inner {
  display: grid;
  grid-template-columns: minmax(480px, 0.92fr) minmax(480px, 1fr);
  gap: clamp(70px, 9vw, 150px);
  align-items: center;
}

.about-global__media {
  width: min(49vw, 820px);
  margin: -74px 0 0 calc((100vw - min(calc(100vw - 11vw), var(--shell))) / -2);
}

.about-global__media img {
  width: 100%;
  filter: drop-shadow(0 28px 42px rgba(61, 104, 126, 0.1));
}

.about-global__copy {
  justify-self: center;
  max-width: 680px;
  text-align: center;
}

.about-kicker {
  margin: 0;
  color: #2fa9df;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-global h2,
.about-support h2 {
  margin: 54px 0 0;
  color: #142538;
  font-size: clamp(42px, 4vw, 68px);
  font-weight: 800;
  line-height: 1.12;
}

.about-global__copy > p:not(.about-kicker),
.about-support__copy > p:not(.about-kicker) {
  margin: 54px 0 0;
  color: #5e748a;
  font-size: clamp(16px, 1.25vw, 21px);
  line-height: 1.7;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 4vw, 74px);
  margin: 54px 0 0;
}

.about-stats div {
  display: grid;
  gap: 12px;
}

.about-stats dt {
  color: #18a4de;
  font-size: clamp(34px, 3.1vw, 56px);
  font-weight: 800;
  line-height: 1;
}

.about-stats dd {
  margin: 0;
  color: #5d7286;
  font-size: clamp(14px, 1vw, 18px);
}

.about-support {
  padding: 122px 0 136px;
}

.about-support__inner {
  display: grid;
  grid-template-columns: minmax(520px, 0.85fr) minmax(520px, 1fr);
  gap: clamp(62px, 8vw, 132px);
  align-items: start;
}

.about-support__copy {
  max-width: 640px;
  padding-top: 28px;
}

.about-support h2 span {
  display: block;
  margin-top: 38px;
}

.about-support h2 {
  font-size: clamp(42px, 3.35vw, 58px);
}

.about-support__panel {
  display: grid;
  gap: 36px;
  justify-items: start;
}

.about-support__panel article {
  position: relative;
  width: min(100%, 760px);
  min-height: 92px;
  padding: 20px 34px 20px 46px;
  background: #ffffff;
  box-shadow: 0 20px 58px rgba(61, 112, 136, 0.08);
}

.about-support__panel article::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  background: #23a9d7;
}

.about-support__panel h3 {
  margin: 0;
  color: #142538;
  font-size: clamp(22px, 1.55vw, 31px);
  font-weight: 800;
  line-height: 1.18;
}

.about-support__panel p {
  margin: 4px 0 0;
  color: #5d7286;
  font-size: clamp(15px, 1.05vw, 20px);
  line-height: 1.35;
}

.about-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 68px;
  margin-top: 18px;
  background: #ffffff;
  color: #142538;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 18px 42px rgba(61, 112, 136, 0.08);
  transition: transform 180ms ease, color 180ms ease;
}

.about-contact:hover {
  color: #18a4de;
  transform: translateY(-2px);
}

/* Contact page */
.contact-page {
  background: #f7fbfd;
  color: #092236;
  overflow-x: hidden;
}

.contact-page main {
  overflow: visible;
}

.contact-hero {
  min-height: 1886px;
  padding: calc(var(--header-h) + 104px) 0 126px;
  background:
    radial-gradient(circle at 6% 0%, rgba(248, 230, 193, 0.34), transparent 30%),
    linear-gradient(112deg, #fffdf9 0%, #fbfcfb 36%, #eff8fd 100%);
}

.contact-hero__inner {
  display: grid;
  grid-template-columns: minmax(560px, 0.86fr) minmax(560px, 1fr);
  grid-template-areas:
    "copy photo"
    "form photo";
  gap: 102px clamp(58px, 6vw, 120px);
  align-items: start;
}

.contact-copy {
  grid-area: copy;
  max-width: 790px;
}

.contact-kicker {
  margin: 0 0 42px;
  color: #178bf2;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-copy h1 {
  margin: 0;
  color: #092236;
  font-size: clamp(58px, 4.8vw, 86px);
  font-weight: 800;
  line-height: 1.05;
}

.contact-copy h1 span {
  display: block;
}

.contact-copy > p:not(.contact-kicker) {
  max-width: 760px;
  margin: 38px 0 0;
  color: #5c7184;
  font-size: clamp(18px, 1.5vw, 29px);
  line-height: 1.6;
}

.contact-photo {
  grid-area: photo;
  position: sticky;
  top: calc(var(--header-h) + 32px);
  width: min(100%, 840px);
  margin: 28px 0 0;
  align-self: start;
  justify-self: end;
  z-index: 2;
}

.contact-photo img {
  display: block;
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 34px 74px rgba(70, 117, 142, 0.12);
}

.contact-form {
  grid-area: form;
  width: min(100%, 802px);
  margin: 0;
}

.contact-form__head,
.contact-field-grid,
.contact-message {
  background: #ffffff;
}

.contact-form__head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 70px 50px 30px;
  box-shadow: 0 14px 28px rgba(37, 75, 105, 0.08);
}

.contact-form__head h2 {
  margin: 0;
  color: #092236;
  font-size: clamp(25px, 2vw, 35px);
  font-weight: 800;
  line-height: 1.15;
}

.contact-form__head p {
  max-width: 540px;
  margin: 24px 0 0;
  color: #7087a0;
  font-size: 14px;
  line-height: 1.7;
}

.contact-form__head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 196px;
  height: 52px;
  margin-top: -2px;
  background: #eef7ff;
  color: #168bf2;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 76px;
  padding: 22px 50px 28px;
  box-shadow: 0 18px 34px rgba(37, 75, 105, 0.08);
}

.contact-field-grid label,
.contact-message {
  display: grid;
  gap: 18px;
}

.contact-field-grid span,
.contact-message span {
  color: #415a70;
  font-size: 12px;
  font-weight: 800;
}

.contact-field-grid input,
.contact-message textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #c3d9ea;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #092236;
  font-size: 17px;
  line-height: 1.4;
  transition: border-color 180ms ease;
}

.contact-field-grid input {
  height: 36px;
}

.contact-field-grid input::placeholder,
.contact-message textarea::placeholder {
  color: #8aa0b7;
  opacity: 1;
}

.contact-field-grid input:focus,
.contact-message textarea:focus {
  border-color: #168bf2;
}

.contact-message {
  padding: 2px 50px 24px;
  box-shadow: 0 20px 38px rgba(37, 75, 105, 0.08);
}

.contact-message textarea {
  min-height: 70px;
  resize: vertical;
}

.contact-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 100px);
  min-height: 68px;
  margin: 34px 50px 0;
  border: 0;
  background: #278fe7;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  transition: background 180ms ease, transform 180ms ease;
}

.contact-submit:hover {
  background: #137bd3;
  transform: translateY(-2px);
}

.contact-submit:disabled {
  cursor: default;
  opacity: 0.75;
  transform: none;
}

.contact-consent {
  display: grid;
  gap: 16px;
  margin: 48px 50px 0;
}

.contact-consent label {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 16px;
  align-items: start;
  color: #5f768b;
  font-size: 13px;
  line-height: 1.6;
}

.contact-consent input {
  appearance: none;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin: 0;
  border: 1px solid #7893aa;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.72);
}

.contact-consent input::after {
  content: "";
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #168bf2;
  border-left: 2px solid #168bf2;
  opacity: 0;
  transform: rotate(-45deg) translate(1px, -1px);
}

.contact-consent input:checked::after {
  opacity: 1;
}

.contact-note {
  min-height: 20px;
  margin: 18px 50px 0;
  color: #c44a45;
  font-size: 13px;
  font-weight: 700;
}

.contact-note.is-success {
  color: #168bf2;
}

/* Video page */
.video-page {
  background: #edf6fd;
  color: #202a36;
  overflow-x: hidden;
}

.video-page main {
  overflow: hidden;
}

.video-library {
  min-height: 1396px;
  padding: calc(var(--header-h) + 92px) 0 142px;
  background: linear-gradient(180deg, #f8fcff 0%, #edf6fd 44%, #eaf4fb 100%);
}

.video-library__inner {
  display: grid;
  justify-items: center;
}

.video-library__heading {
  text-align: center;
}

.video-library__heading p {
  margin: 0 0 8px;
  color: #74859a;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}

.video-library__heading h1 {
  margin: 0;
  color: #0d1722;
  font-family: var(--serif);
  font-size: clamp(58px, 4.8vw, 78px);
  font-weight: 500;
  line-height: 1;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 80px 30px;
  width: min(100%, 1666px);
  margin-top: 110px;
}

.video-card {
  grid-column: span 2;
  min-width: 0;
}

.video-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.video-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.video-card button,
.video-card a {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  width: 100%;
  aspect-ratio: 535 / 411;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #828c9b;
  color: #ffffff;
  cursor: pointer;
  padding: 0;
  text-align: left;
  box-shadow: 0 28px 54px rgba(78, 93, 112, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.video-card button:hover,
.video-card a:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 72px rgba(78, 93, 112, 0.18);
}

.video-card__badge {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(8, 22, 36, 0.48);
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.video-card__badge::before {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #66c7ed;
  box-shadow: 0 0 0 4px rgba(102, 199, 237, 0.16);
}

.video-card__badge--locked {
  background: rgba(5, 12, 22, 0.64);
  color: #ffffff;
}

.video-card__badge--locked::before {
  width: 12px;
  height: 10px;
  border: 2px solid #f4cf83;
  border-top: 0;
  border-radius: 2px;
  background: transparent;
  box-shadow: 0 -6px 0 -3px #f4cf83;
}

.video-card__stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  background: #838c9a;
}

.video-card__stage > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-card__stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 52% 45%, rgba(255, 255, 255, 0.1), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 48%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.video-card button:hover .video-card__stage::before,
.video-card a:hover .video-card__stage::before {
  opacity: 1;
}

.video-card__stage span {
  position: relative;
  display: grid;
  place-items: center;
  width: 88px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(30, 42, 55, 0.16);
  transition: transform 180ms ease;
}

.video-card button:hover .video-card__stage span,
.video-card a:hover .video-card__stage span {
  transform: scale(1.06);
}

.video-card__stage span::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 25px solid #020a12;
}

.video-card__body {
  display: grid;
  gap: 18px;
  min-height: 132px;
  padding: 30px 42px 25px;
  background: #444e60;
}

.video-card__body strong {
  color: #ffffff;
  font-size: clamp(25px, 1.55vw, 31px);
  font-weight: 800;
  line-height: 1.05;
}

.video-card__body small {
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.video-card__body small span {
  display: block;
}

.video-lightbox[hidden] {
  display: none;
}

.video-lightbox {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 32px;
  background: rgba(3, 10, 18, 0.78);
  backdrop-filter: blur(12px);
}

.video-lightbox__frame {
  position: relative;
  width: min(100%, 920px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 18px;
  background: #838c9a;
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.36);
}

.video-lightbox__frame video,
.video-lightbox__placeholder {
  width: 100%;
  height: 100%;
}

.video-lightbox__frame video[hidden],
.video-lightbox__placeholder[hidden] {
  display: none;
}

.video-lightbox__frame video {
  display: block;
  background: #050a12;
}

.video-lightbox__placeholder {
  display: grid;
  place-items: center;
  gap: 24px;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.12), transparent 32%),
    #838c9a;
}

.video-lightbox__placeholder span {
  display: grid;
  place-items: center;
  width: 96px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffffff;
}

.video-lightbox__placeholder span::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 8px;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 28px solid #020a12;
}

.video-lightbox__placeholder strong {
  color: #ffffff;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 800;
}

.video-lightbox__close {
  position: fixed;
  top: 24px;
  right: 28px;
  display: grid;
  place-items: center;
  width: 48px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  cursor: pointer;
  font-size: 32px;
  line-height: 1;
}

/* Video landing page */
.video-detail-page {
  background: #f7fbfd;
  color: #092236;
  overflow-x: hidden;
}

.video-detail-page main {
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 42%, rgba(220, 242, 249, 0.72), transparent 28%),
    radial-gradient(circle at 0% 0%, rgba(245, 222, 186, 0.28), transparent 26%),
    linear-gradient(122deg, #fffdf8 0%, #fbfcfb 34%, #f1f9fd 100%);
}

.video-detail {
  min-height: calc(100vh - var(--header-h));
  padding: calc(var(--header-h) + 54px) 0 120px;
}

.video-detail__inner {
  display: grid;
  justify-items: start;
}

.video-detail .reveal {
  opacity: 1;
  transform: none;
}

.video-detail__back {
  display: inline-flex;
  align-items: center;
  color: #05070a;
  font-size: clamp(18px, 1.8vw, 28px);
  font-weight: 500;
  line-height: 1.1;
  transition: color 180ms ease, transform 180ms ease;
}

.video-detail__back:hover {
  color: #2aafe6;
  transform: translateX(-4px);
}

.video-detail__frame {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 944px);
  aspect-ratio: 16 / 9;
  margin: 36px auto 0;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08), transparent 32%),
    #05070a;
  box-shadow: 0 34px 84px rgba(83, 111, 128, 0.12);
}

.video-detail__frame video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.video-detail__frame video[hidden] {
  display: none;
}

.video-detail__play {
  display: grid;
  place-items: center;
  width: clamp(76px, 7vw, 116px);
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.video-detail__play:hover {
  transform: scale(1.06);
  background: #071d31;
}

.video-detail__play span {
  width: 0;
  height: 0;
  margin-left: 8px;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 32px solid currentColor;
}

.video-detail__title {
  max-width: 1180px;
  margin: 28px 0 0;
  color: #092236;
  font-size: clamp(38px, 4.2vw, 64px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.video-detail__title strong {
  font-weight: 800;
}

.video-detail__title span {
  display: block;
  margin: 12px 0 0;
  color: #607489;
  font-family: var(--sans);
  font-size: clamp(16px, 1.35vw, 22px);
  font-weight: 700;
  line-height: 1.4;
}

.video-password-gate {
  min-height: 500px;
  background:
    linear-gradient(90deg, rgba(6, 13, 24, 0.76), rgba(6, 13, 24, 0.18) 48%, rgba(6, 13, 24, 0.76)),
    radial-gradient(circle at 50% 28%, rgba(102, 199, 237, 0.25), transparent 28%),
    linear-gradient(135deg, #06101f 0%, #1c3850 54%, #081828 100%);
  color: #ffffff;
}

.video-password-gate::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  pointer-events: none;
}

.video-password-gate::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.22));
  pointer-events: none;
}

.video-password-gate__form {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(100% - 48px, 580px);
  padding: 42px 46px 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: rgba(5, 14, 26, 0.48);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  text-align: center;
  backdrop-filter: blur(18px);
}

.video-password-gate__icon {
  display: grid;
  place-items: center;
  width: 70px;
  aspect-ratio: 1;
  margin-bottom: 20px;
  border: 1px solid rgba(244, 207, 131, 0.42);
  border-radius: 50%;
  background: rgba(244, 207, 131, 0.12);
  box-shadow: inset 0 0 0 8px rgba(244, 207, 131, 0.05), 0 18px 42px rgba(0, 0, 0, 0.22);
}

.video-password-gate__icon::before {
  content: "";
  width: 22px;
  height: 26px;
  border: 4px solid #f4cf83;
  border-top: 0;
  border-radius: 4px;
  box-shadow: 0 -14px 0 -7px #f4cf83;
}

.video-password-gate__eyebrow {
  margin-bottom: 12px;
  color: #66c7ed;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-password-gate h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.08;
}

.video-password-gate p {
  max-width: 480px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

.video-password-gate__error {
  width: 100%;
  margin-top: 20px !important;
  padding: 12px 16px;
  border: 1px solid rgba(244, 207, 131, 0.38);
  border-radius: 12px;
  background: rgba(244, 207, 131, 0.1);
  color: #f4cf83 !important;
}

.video-password-gate label {
  width: 100%;
  margin-top: 28px;
}

.video-password-gate input[type="password"] {
  width: 100%;
  height: 58px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  outline: none;
  font-size: 16px;
  font-weight: 800;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.video-password-gate input[type="password"]:focus {
  border-color: rgba(244, 207, 131, 0.78);
  background: rgba(255, 255, 255, 0.17);
  box-shadow: 0 0 0 4px rgba(244, 207, 131, 0.12);
}

.video-password-gate input[type="password"]::placeholder {
  color: rgba(255, 255, 255, 0.66);
}

.video-password-gate button {
  width: 100%;
  height: 58px;
  margin-top: 16px;
  border: 0;
  border-radius: 14px;
  background: #f4cf83;
  color: #082238;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.video-password-gate button:hover {
  transform: translateY(-2px);
  background: #ffdc92;
}

.video-password-gate__note {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

/* News page */
.news-page {
  background: #edf6fd;
  color: #202a36;
  overflow-x: hidden;
}

.news-page main {
  overflow: hidden;
}

.news-library {
  min-height: 1396px;
  padding: calc(var(--header-h) + 92px) 0 142px;
  background: linear-gradient(180deg, #f8fcff 0%, #edf6fd 44%, #eaf4fb 100%);
}

.news-library__inner {
  display: grid;
  justify-items: center;
}

.news-library__heading {
  text-align: center;
}

.news-library__heading p {
  margin: 0 0 8px;
  color: #74859a;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}

.news-library__heading h1 {
  margin: 0;
  color: #0d1722;
  font-family: var(--serif);
  font-size: clamp(58px, 4.8vw, 78px);
  font-weight: 500;
  line-height: 1;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 80px 30px;
  width: min(100%, 1666px);
  margin-top: 110px;
}

.news-card {
  grid-column: span 2;
  min-width: 0;
}

.news-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.news-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.news-card a {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 535 / 411;
  overflow: hidden;
  border-radius: 18px;
  background: #828c9b;
  color: #ffffff;
  box-shadow: 0 28px 54px rgba(78, 93, 112, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.news-card a:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 72px rgba(78, 93, 112, 0.18);
}

.news-card__badge {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  max-width: calc(100% - 36px);
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(8, 20, 34, 0.48);
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.news-card--featured .news-card__badge {
  border-color: rgba(244, 207, 131, 0.42);
  background: rgba(244, 207, 131, 0.92);
  color: #092236;
}

.news-card__media {
  position: absolute;
  inset: 0;
  min-height: 0;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.08), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 48%),
    #838c9a;
}

.news-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.news-card__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 9px;
  min-height: 0;
  padding: 58px 32px 22px;
  background: linear-gradient(
    180deg,
    rgba(45, 58, 78, 0) 0%,
    rgba(49, 62, 82, 0.58) 30%,
    rgba(37, 48, 66, 0.82) 100%
  );
  backdrop-filter: blur(1px);
}

.news-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
}

.news-card__body strong {
  color: #ffffff;
  font-size: clamp(22px, 1.34vw, 27px);
  font-weight: 800;
  line-height: 1.04;
}

.news-card__body small {
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.38;
}

.news-card__body small span {
  display: block;
}

.news-grid--wp {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 1320px);
  gap: 72px 30px;
}

.news-grid--wp .news-card,
.news-grid--wp .news-card:nth-child(4),
.news-grid--wp .news-card:nth-child(5) {
  grid-column: auto;
}

.news-grid--wp .news-card a {
  aspect-ratio: 535 / 411;
}

/* News landing page */
.news-detail-page {
  background: #f6fafc;
  color: #082238;
  overflow-x: hidden;
}

.news-detail-page main {
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 5%, rgba(191, 231, 244, 0.5), transparent 28%),
    linear-gradient(180deg, #f8fcfd 0%, #edf8fb 44%, #f7fbfd 100%);
}

.news-detail-hero {
  padding: calc(var(--header-h) + 96px) 0 112px;
}

.news-detail-hero__inner {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(430px, 560px);
  align-items: center;
  gap: clamp(64px, 8vw, 150px);
}

.news-detail-kicker {
  margin: 0;
  color: #35aee3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.news-detail-hero h1,
.news-detail-section-head h2,
.news-detail-editorial h2 {
  margin: 30px 0 0;
  color: #082238;
  font-size: clamp(48px, 4.7vw, 72px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
}

.news-detail-hero__copy > p:not(.news-detail-kicker) {
  max-width: 620px;
  margin: 24px 0 0;
  color: #63798a;
  font-size: 17px;
  line-height: 1.55;
}

.news-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.news-detail-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid rgba(7, 34, 56, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #082238;
  font-size: 13px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.news-detail-button--dark,
.news-detail-button:hover {
  border-color: #082238;
  background: #082238;
  color: #ffffff;
}

.news-detail-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(25, 74, 101, 0.16);
}

.news-detail-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 650px;
  margin: 54px 0 0;
}

.news-detail-metrics div {
  padding: 0 38px;
  border-left: 1px solid rgba(63, 132, 162, 0.18);
}

.news-detail-metrics div:first-child {
  padding-left: 0;
  border-left: 0;
}

.news-detail-metrics dt {
  color: #082238;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.news-detail-metrics dd {
  margin: 18px 0 0;
  color: #74889a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.news-detail-hero-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 520px;
  padding: 46px 64px 38px;
  border: 1px solid rgba(110, 164, 190, 0.2);
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff 0%, #f8fdff 100%);
  box-shadow: 0 36px 80px rgba(85, 126, 148, 0.16);
}

.news-detail-chip {
  justify-self: start;
  padding: 9px 16px;
  border-radius: 999px;
  background: #e9fbff;
  color: #35aee3;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.news-detail-hero-card img {
  width: min(74%, 340px);
  margin: 12px auto 22px;
  filter: drop-shadow(0 24px 30px rgba(19, 48, 67, 0.18));
}

.news-detail-hero-card h2 {
  max-width: 380px;
  margin: 0;
  color: #13283b;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}

.news-detail-hero-card p {
  max-width: 420px;
  margin: 10px 0 0;
  color: #6d7f8f;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.news-detail-hero-card a {
  margin-top: 18px;
  color: #082238;
  font-size: 12px;
  font-weight: 800;
}

.news-detail-featured,
.news-detail-library,
.news-detail-resources {
  padding: 32px 0 110px;
}

.news-detail-page .news-detail-library:first-child {
  padding-top: calc(var(--header-h) + 92px);
}

.news-detail-section-head {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1fr);
  align-items: end;
  gap: clamp(44px, 7vw, 150px);
}

.news-detail-section-head h2 {
  max-width: 560px;
  font-size: clamp(42px, 4vw, 62px);
}

.news-detail-section-head > p {
  max-width: 620px;
  margin: 0;
  color: #6a7d8e;
  font-size: 15px;
  line-height: 1.75;
}

.news-detail-featured-card {
  display: grid;
  grid-template-columns: minmax(380px, 0.92fr) minmax(440px, 1fr);
  gap: clamp(54px, 7vw, 120px);
  align-items: center;
  margin-top: 74px;
  padding: 64px 74px;
  border: 1px solid rgba(95, 156, 188, 0.2);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 34px 84px rgba(82, 125, 151, 0.12);
}

.news-detail-featured-media {
  position: relative;
  display: grid;
  align-items: center;
}

.news-detail-featured-media span {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 22px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(8, 34, 56, 0.74);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.news-detail-featured-media img {
  width: 100%;
  border-radius: 20px;
  background: #05080c;
}

.news-detail-date {
  margin: 0 0 26px;
  color: #d3b45f;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.news-detail-featured-copy h3 {
  max-width: 560px;
  margin: 0;
  color: #071f35;
  font-size: clamp(34px, 3vw, 49px);
  font-weight: 800;
  line-height: 1.08;
}

.news-detail-featured-copy > p:not(.news-detail-date) {
  max-width: 610px;
  margin: 24px 0 0;
  color: #607586;
  font-size: 15px;
  line-height: 1.7;
}

.news-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.news-detail-tags span {
  padding: 9px 18px;
  border-radius: 999px;
  background: #e8f8fd;
  color: #34aee3;
  font-size: 11px;
  font-weight: 800;
}

.news-detail-read {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 480px);
  min-height: 54px;
  margin-top: 34px;
  border-radius: 999px;
  background: #082238;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.news-detail-read:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(8, 34, 56, 0.2);
}

.news-detail-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 42px;
}

.news-detail-filter button {
  min-width: 104px;
  min-height: 34px;
  padding: 0 18px;
  border: 1px solid rgba(91, 138, 164, 0.24);
  border-radius: 999px;
  background: #ffffff;
  color: #728496;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.news-detail-filter button.is-active,
.news-detail-filter button:hover {
  border-color: #082238;
  background: #082238;
  color: #ffffff;
}

.news-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 38px;
  margin-top: 76px;
}

.news-detail-card a {
  display: block;
  min-height: 340px;
  padding: 18px 18px 24px;
  border: 1px solid rgba(104, 159, 186, 0.18);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 24px 54px rgba(77, 123, 148, 0.11);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.news-detail-card a:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 72px rgba(77, 123, 148, 0.18);
}

.news-detail-card img {
  display: block;
  width: 100%;
  aspect-ratio: 340 / 180;
  object-fit: cover;
  border-radius: 14px;
}

.news-detail-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  color: #74869a;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.news-detail-card__meta small {
  color: #35aee3;
  font: inherit;
}

.news-detail-card strong {
  display: block;
  min-height: 48px;
  margin-top: 18px;
  color: #0a2238;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.18;
}

.news-detail-card p {
  margin: 14px 0 0;
  color: #687b8c;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.news-detail-editorial {
  padding: 110px 0 118px;
  background:
    radial-gradient(circle at 70% 18%, rgba(70, 128, 167, 0.38), transparent 30%),
    linear-gradient(135deg, #071b30 0%, #0a2035 48%, #132f44 100%);
}

.news-detail-editorial__inner {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(460px, 1fr);
  gap: clamp(54px, 9vw, 170px);
  align-items: center;
}

.news-detail-editorial .news-detail-kicker {
  color: #35c0e9;
}

.news-detail-editorial h2 {
  max-width: 620px;
  color: #ffffff;
  font-size: clamp(42px, 4vw, 62px);
}

.news-detail-editorial__copy > p:not(.news-detail-kicker) {
  max-width: 620px;
  margin: 52px 0 0;
  color: rgba(228, 241, 248, 0.78);
  font-size: 16px;
  line-height: 1.75;
}

.news-detail-editorial-list {
  display: grid;
  gap: 20px;
}

.news-detail-editorial-list article {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 24px;
  align-items: start;
  padding: 26px 30px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.11);
}

.news-detail-editorial-list span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #cfe9d5;
  color: #0980a7;
  font-size: 12px;
  font-weight: 800;
}

.news-detail-editorial-list h3 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
}

.news-detail-editorial-list p {
  margin: 10px 0 0;
  color: rgba(236, 247, 252, 0.78);
  font-size: 13px;
  line-height: 1.55;
}

.news-detail-resources {
  padding-top: 118px;
}

.news-detail-resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  margin-top: 72px;
}

.news-detail-resource-grid article {
  min-height: 310px;
  padding: 56px 42px 40px;
  border: 1px solid rgba(95, 156, 188, 0.18);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(77, 123, 148, 0.08);
}

.news-detail-resource-grid h3 {
  max-width: 420px;
  margin: 28px 0 0;
  color: #0a2238;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.news-detail-resource-grid p:not(.news-detail-kicker) {
  max-width: 500px;
  margin: 24px 0 0;
  color: #65798b;
  font-size: 15px;
  line-height: 1.65;
}

.news-detail-resource-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 28px;
  padding: 0 24px;
  border-radius: 999px;
  background: #082238;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.news-detail-resource-grid ul {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  color: #0a2238;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}

.news-detail-resource-grid li {
  position: relative;
  padding-left: 24px;
}

.news-detail-resource-grid li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 9px;
  height: 9px;
  background: #35b8e8;
}

.news-detail-subscribe {
  display: grid;
  grid-template-columns: 1fr minmax(180px, 220px) auto;
  gap: 24px;
  align-items: center;
  margin-top: 68px;
  padding: 48px 40px;
  border-radius: 26px;
  background: #082238;
  color: #ffffff;
}

.news-detail-subscribe h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
}

.news-detail-subscribe p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.news-detail-subscribe input {
  width: 100%;
  height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font: inherit;
}

.news-detail-subscribe input::placeholder {
  color: rgba(255, 255, 255, 0.56);
}

.news-detail-subscribe button {
  min-width: 150px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: #e2be69;
  color: #082238;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

/* News V2 article landing page */
.news-v2-page {
  background: #eef8fb;
  color: #082137;
  overflow-x: hidden;
}

.news-v2-page main {
  background:
    linear-gradient(180deg, #f8fbfd 0 15%, #edf8fb 42%, #eef8fb 100%),
    radial-gradient(circle at 18% 22%, rgba(88, 183, 224, 0.16), transparent 32%),
    radial-gradient(circle at 82% 48%, rgba(74, 154, 191, 0.13), transparent 34%);
}

.news-v2-kicker {
  margin: 0;
  color: #47b7e5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.news-v2-hero {
  padding: calc(var(--header-h) + 66px) 0 92px;
  background:
    radial-gradient(circle at 76% 50%, rgba(65, 116, 157, 0.26), transparent 34%),
    linear-gradient(112deg, #061b2f 0%, #071d33 48%, #09243a 100%);
  color: #ffffff;
}

.news-v2-hero__inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(42px, 6vw, 116px);
}

.news-v2-hero__copy {
  max-width: 620px;
}

.news-v2-hero h1 {
  max-width: 640px;
  margin: 28px 0 42px;
  color: #ffffff;
  font-size: clamp(42px, 4.4vw, 72px);
  font-weight: 800;
  line-height: 1.08;
}

.news-v2-hero__copy > p:not(.news-v2-kicker) {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.news-v2-hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
}

.news-v2-hero__visual img {
  width: min(42vw, 620px);
  max-width: 100%;
  filter: drop-shadow(0 34px 54px rgba(0, 0, 0, 0.28));
}

.news-v2-article {
  padding: 132px 0 114px;
}

.news-v2-article__head {
  max-width: 1480px;
}

.news-v2-article__head h2 {
  max-width: 1320px;
  margin: 0;
  color: #082137;
  font-size: clamp(36px, 3.4vw, 58px);
  font-weight: 800;
  line-height: 1.08;
}

.news-v2-article__head p {
  margin: 26px 0 0;
  color: #7d8f9d;
  font-size: 18px;
  font-weight: 700;
}

.news-v2-main-visual {
  display: flex;
  justify-content: center;
  margin: 86px auto 98px;
  padding: 0 24px;
}

.news-v2-main-visual img {
  width: min(34vw, 470px);
  min-width: 300px;
  max-height: 1020px;
  object-fit: contain;
  filter: drop-shadow(0 34px 52px rgba(58, 94, 112, 0.12));
}

.news-v2-body {
  max-width: 1460px;
}

.news-v2-body p {
  max-width: 1370px;
  margin: 0 0 36px;
  color: #49667d;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.86;
}

.news-v2-body p:last-child {
  margin-bottom: 0;
}

.news-v2-resources {
  padding: 24px 0 118px;
  background:
    linear-gradient(180deg, rgba(238, 248, 251, 0), #edf8fb 28%, #edf8fb 100%),
    radial-gradient(circle at 50% 38%, rgba(83, 183, 224, 0.12), transparent 38%);
}

.news-v2-resources__head {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1fr);
  gap: clamp(48px, 10vw, 210px);
  align-items: end;
}

.news-v2-resources__head h2 {
  max-width: 560px;
  margin: 28px 0 0;
  color: #082137;
  font-size: clamp(36px, 3vw, 56px);
  font-weight: 800;
  line-height: 1.08;
}

.news-v2-resources__head > p {
  max-width: 540px;
  margin: 0;
  color: #75899a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.news-v2-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  max-width: 1380px;
  margin-top: 84px;
}

.news-v2-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  border-radius: 13px;
  background: #0a1726;
  box-shadow: 0 28px 58px rgba(27, 68, 88, 0.14);
}

.news-v2-card img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  transition: transform 520ms ease;
}

.news-v2-card::after {
  content: "";
  position: absolute;
  inset: 48% 0 0;
  background: linear-gradient(180deg, rgba(6, 14, 24, 0.08), rgba(6, 14, 24, 0.78));
}

.news-v2-card:hover img {
  transform: scale(1.045);
}

.news-v2-card div {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 30px;
  left: 34px;
  color: #ffffff;
}

.news-v2-card h3 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 800;
  line-height: 1.05;
}

.news-v2-card p {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.news-v2-subscribe {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(220px, 280px) auto;
  align-items: center;
  gap: 28px;
  max-width: 1560px;
  margin-top: 128px;
  padding: 54px 56px;
  border-radius: 36px;
  background: #061d32;
  box-shadow: 0 30px 60px rgba(5, 24, 41, 0.14);
}

.news-v2-subscribe h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
}

.news-v2-subscribe p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 700;
}

.news-v2-subscribe input {
  width: 100%;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  padding: 0 26px;
  outline: none;
}

.news-v2-subscribe input::placeholder {
  color: rgba(255, 255, 255, 0.74);
}

.news-v2-subscribe button {
  min-width: 166px;
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  background: #f3c866;
  color: #092038;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.news-v2-subscribe button:hover {
  transform: translateY(-2px);
  background: #ffd77a;
}

@media (max-width: 1320px) {
  .video-detail {
    padding-top: calc(var(--header-h) + 72px);
  }

  .video-detail__frame {
    border-radius: 28px;
  }

  .video-detail__title {
    font-size: clamp(42px, 6vw, 68px);
  }

  .news-detail-hero {
    padding-top: calc(var(--header-h) + 80px);
  }

  .news-detail-hero__inner,
  .news-detail-section-head,
  .news-detail-featured-card,
  .news-detail-editorial__inner {
    grid-template-columns: 1fr;
  }

  .news-detail-hero__copy,
  .news-detail-section-head > div,
  .news-detail-section-head > p,
  .news-detail-editorial__copy {
    max-width: 820px;
  }

  .news-detail-hero-card {
    width: min(100%, 640px);
    justify-self: center;
  }

  .news-detail-featured-card {
    width: min(100%, 920px);
  }

  .news-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-detail-editorial-list {
    max-width: 760px;
  }

  .news-detail-subscribe {
    grid-template-columns: 1fr;
  }

  .news-detail-subscribe input,
  .news-detail-subscribe button {
    width: 100%;
  }

  .news-v2-hero {
    padding-top: calc(var(--header-h) + 58px);
  }

  .news-v2-hero__inner,
  .news-v2-resources__head {
    grid-template-columns: 1fr;
  }

  .news-v2-hero__copy,
  .news-v2-resources__head > p {
    max-width: 760px;
  }

  .news-v2-hero__visual {
    min-height: 280px;
    justify-content: flex-start;
  }

  .news-v2-hero__visual img {
    width: min(62vw, 520px);
  }

  .news-v2-article {
    padding-top: 96px;
  }

  .news-v2-card-grid {
    max-width: 980px;
  }

  .news-v2-subscribe {
    grid-template-columns: 1fr;
  }

  .news-v2-subscribe input,
  .news-v2-subscribe button {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .video-detail {
    padding-bottom: 94px;
  }

  .video-detail__back {
    font-size: clamp(24px, 4.8vw, 36px);
  }

  .video-detail__frame {
    aspect-ratio: 16 / 9;
    margin-top: 42px;
    border-radius: 22px;
  }

  .video-password-gate {
    aspect-ratio: auto;
    min-height: 500px;
  }

  .video-password-gate__form {
    width: min(100% - 44px, 520px);
    padding: 36px 32px 32px;
  }

  .video-detail__title {
    margin-top: 46px;
    font-size: clamp(34px, 7vw, 52px);
  }

  .video-detail__title span {
    display: block;
    margin: 10px 0 0;
  }

  .news-detail-hero {
    padding-bottom: 78px;
  }

  .news-detail-hero h1,
  .news-detail-section-head h2,
  .news-detail-editorial h2 {
    font-size: clamp(39px, 8.5vw, 56px);
    line-height: 1.04;
  }

  .news-detail-hero-card {
    min-height: auto;
    padding: 34px 34px 32px;
  }

  .news-detail-metrics {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .news-detail-metrics div,
  .news-detail-metrics div:first-child {
    padding: 0 0 0 22px;
    border-left: 3px solid rgba(53, 174, 227, 0.32);
  }

  .news-detail-featured,
  .news-detail-library,
  .news-detail-resources {
    padding-bottom: 78px;
  }

  .news-detail-featured-card {
    gap: 34px;
    margin-top: 52px;
    padding: 34px;
    border-radius: 22px;
  }

  .news-detail-featured-copy h3 {
    font-size: clamp(30px, 6vw, 42px);
  }

  .news-detail-grid {
    gap: 26px;
    margin-top: 54px;
  }

  .news-detail-editorial {
    padding: 78px 0 86px;
  }

  .news-detail-editorial__copy > p:not(.news-detail-kicker) {
    margin-top: 30px;
  }

  .news-detail-resource-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .news-v2-hero {
    padding-bottom: 72px;
  }

  .news-v2-hero h1,
  .news-v2-article__head h2,
  .news-v2-resources__head h2 {
    font-size: clamp(36px, 8vw, 52px);
    line-height: 1.08;
  }

  .news-v2-hero__visual {
    min-height: 220px;
  }

  .news-v2-article {
    padding: 78px 0 82px;
  }

  .news-v2-article__head p {
    font-size: 15px;
  }

  .news-v2-main-visual {
    margin: 62px auto 66px;
  }

  .news-v2-main-visual img {
    width: min(58vw, 390px);
    min-width: 230px;
    max-height: 780px;
  }

  .news-v2-body p {
    font-size: 16px;
    line-height: 1.78;
  }

  .news-v2-resources {
    padding-bottom: 88px;
  }

  .news-v2-card-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 58px;
  }

  .news-v2-card {
    min-height: 260px;
  }

  .news-v2-card img {
    min-height: 260px;
  }

  .news-v2-subscribe {
    margin-top: 76px;
    padding: 38px 30px;
    border-radius: 26px;
  }
}

@media (max-width: 560px) {
  .video-detail {
    padding: calc(var(--header-h) + 38px) 0 62px;
  }

  .video-detail__back {
    font-size: 22px;
  }

  .video-detail__frame {
    margin-top: 30px;
    border-radius: 14px;
  }

  .video-detail__play {
    width: 62px;
  }

  .video-detail__play span {
    margin-left: 5px;
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 21px;
  }

  .video-detail__title {
    margin-top: 34px;
    font-size: 28px;
    line-height: 1.15;
  }

  .video-password-gate {
    min-height: 470px;
  }

  .video-password-gate__form {
    width: min(100% - 28px, 360px);
    padding: 28px 20px 24px;
    border-radius: 22px;
  }

  .video-password-gate__icon {
    width: 58px;
    margin-bottom: 18px;
  }

  .video-password-gate__eyebrow {
    font-size: 10px;
  }

  .video-password-gate h2 {
    font-size: 26px;
  }

  .video-password-gate p {
    font-size: 13px;
  }

  .video-password-gate input[type="password"],
  .video-password-gate button {
    height: 50px;
    border-radius: 12px;
  }

  .news-detail-hero {
    padding: calc(var(--header-h) + 48px) 0 58px;
  }

  .news-detail-hero__inner {
    gap: 40px;
  }

  .news-detail-kicker {
    font-size: 11px;
  }

  .news-detail-hero h1,
  .news-detail-section-head h2,
  .news-detail-editorial h2 {
    margin-top: 22px;
    font-size: 36px;
  }

  .news-detail-hero__copy > p:not(.news-detail-kicker),
  .news-detail-section-head > p {
    font-size: 14px;
    line-height: 1.65;
  }

  .news-detail-actions,
  .news-detail-button {
    width: 100%;
  }

  .news-detail-hero-card {
    padding: 26px 22px;
    border-radius: 20px;
  }

  .news-detail-hero-card img {
    width: min(82%, 300px);
  }

  .news-detail-hero-card h2 {
    font-size: 22px;
  }

  .news-detail-featured,
  .news-detail-library,
  .news-detail-resources {
    padding: 34px 0 58px;
  }

  .news-detail-section-head {
    gap: 24px;
  }

  .news-detail-featured-card {
    padding: 22px;
    border-radius: 18px;
  }

  .news-detail-featured-media span {
    top: 14px;
    left: 14px;
    padding: 8px 12px;
  }

  .news-detail-tags span {
    padding-inline: 14px;
  }

  .news-detail-read {
    font-size: 15px;
  }

  .news-detail-filter {
    gap: 10px;
    margin-top: 30px;
  }

  .news-detail-filter button {
    min-width: 0;
    min-height: 32px;
    padding-inline: 13px;
    font-size: 10px;
  }

  .news-detail-grid {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .news-detail-card strong {
    min-height: auto;
  }

  .news-detail-editorial-list article {
    grid-template-columns: 34px 1fr;
    gap: 16px;
    padding: 20px 18px;
  }

  .news-detail-resources {
    padding-top: 58px;
  }

  .news-detail-resource-grid {
    margin-top: 38px;
  }

  .news-detail-resource-grid article {
    min-height: auto;
    padding: 30px 22px;
  }

  .news-detail-resource-grid h3 {
    font-size: 22px;
  }

  .news-detail-subscribe {
    margin-top: 38px;
    padding: 28px 22px;
    border-radius: 18px;
  }

  .news-detail-subscribe h3 {
    font-size: 22px;
  }

  .news-v2-hero {
    padding: calc(var(--header-h) + 40px) 0 54px;
  }

  .news-v2-kicker {
    font-size: 11px;
    letter-spacing: 0.06em;
  }

  .news-v2-hero__inner {
    gap: 32px;
  }

  .news-v2-hero h1 {
    margin: 20px 0 24px;
    font-size: 35px;
    line-height: 1.1;
  }

  .news-v2-hero__copy > p:not(.news-v2-kicker) {
    font-size: 14px;
    line-height: 1.62;
  }

  .news-v2-hero__visual {
    min-height: 190px;
  }

  .news-v2-hero__visual img {
    width: min(82vw, 340px);
  }

  .news-v2-article {
    padding: 54px 0 62px;
  }

  .news-v2-article__head h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  .news-v2-article__head p {
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.7;
  }

  .news-v2-main-visual {
    margin: 40px auto 46px;
  }

  .news-v2-main-visual img {
    width: min(74vw, 300px);
    min-width: 0;
    max-height: 560px;
  }

  .news-v2-body p {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.74;
  }

  .news-v2-resources {
    padding: 24px 0 64px;
  }

  .news-v2-resources__head {
    gap: 24px;
  }

  .news-v2-resources__head h2 {
    margin-top: 18px;
    font-size: 30px;
  }

  .news-v2-resources__head > p {
    font-size: 14px;
    line-height: 1.65;
  }

  .news-v2-card-grid {
    gap: 20px;
    margin-top: 36px;
  }

  .news-v2-card {
    min-height: 224px;
    border-radius: 10px;
  }

  .news-v2-card img {
    min-height: 224px;
  }

  .news-v2-card div {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .news-v2-card h3 {
    font-size: 22px;
  }

  .news-v2-card p {
    font-size: 12px;
  }

  .news-v2-subscribe {
    margin-top: 46px;
    padding: 28px 22px;
    border-radius: 18px;
  }

  .news-v2-subscribe h3 {
    font-size: 20px;
    line-height: 1.25;
  }

  .news-v2-subscribe input,
  .news-v2-subscribe button {
    min-height: 50px;
    height: 50px;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 680ms ease, transform 680ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes deviceFloat {
  0%,
  100% {
    transform: translateX(-42%) translateY(0);
  }
  50% {
    transform: translateX(-42%) translateY(-14px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 1320px) {
  :root {
    --header-h: 76px;
  }

  .page-shell {
    width: min(calc(100% - 7vw), var(--shell));
  }

  .header-inner {
    width: min(calc(100% - 6vw), 1740px);
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-nav {
    position: fixed;
    z-index: 19;
    top: var(--header-h);
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    background: rgba(8, 18, 32, 0.98);
    color: var(--white);
    transition: max-height 240ms ease;
  }

  .menu-open .mobile-nav {
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
  }

  .mobile-nav a {
    padding: 18px 7vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .mobile-nav .nav-dropdown {
    display: grid;
    align-items: stretch;
  }

  .mobile-nav .nav-dropdown__trigger {
    display: block;
  }

  .mobile-nav .nav-dropdown__menu {
    position: static;
    display: grid;
    min-width: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.04);
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
  }

  .mobile-nav .nav-dropdown__menu a {
    padding: 14px 7vw 14px calc(7vw + 18px);
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
  }

  .brand-logo {
    width: clamp(230px, 31vw, 330px);
  }

  .hero {
    min-height: auto;
    padding-bottom: 50px;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.95fr;
    min-height: 760px;
  }

  .hero h1 {
    font-size: clamp(58px, 6.8vw, 86px);
  }

  .hero-device-main {
    width: min(40vw, 580px);
    transform: translateX(-48%);
  }

  .hero-video-frame {
    top: 150px;
    width: min(46vw, 680px);
    transform: translateX(-46%);
  }

  .hero-device-reflection {
    width: min(40vw, 560px);
    transform: translateX(-44%);
  }

  .benefit-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mini-feature:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .mini-feature:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .tech-grid,
  .treatment-grid {
    gap: 24px;
  }

  .tech-card__body {
    padding: 28px 28px 26px;
  }

  .system-grid,
  .distributor-grid {
    grid-template-columns: 1fr;
  }

  .system-grid {
    grid-template-areas:
      "copy"
      "visual"
      "points";
    row-gap: 0;
  }

  .system-section,
  .system-grid {
    min-height: auto;
  }

  .system-section {
    padding: 90px 0 0;
  }

  .system-visual {
    justify-content: center;
    min-height: auto;
    margin-top: 44px;
  }

  .system-visual-media {
    width: min(100%, 980px);
    transform: none;
  }

  .system-points {
    max-width: 980px;
    margin-top: 50px;
  }

  .support-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 44px 0;
  }

  .certification-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px 0;
  }

  .support-item:nth-child(4) {
    border-left: 0;
  }

  .certification-grid .support-item:nth-child(4) {
    border-left: 0;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 100svh;
    background: #c5e3ff;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(197, 227, 255, 0.46) 0%, rgba(197, 227, 255, 0.24) 45%, rgba(34, 55, 78, 0.36) 100%),
      linear-gradient(90deg, rgba(197, 227, 255, 0.24), rgba(197, 227, 255, 0.08));
  }

  .hero::after {
    z-index: 1;
    height: 180px;
    background: linear-gradient(180deg, rgba(197, 227, 255, 0), rgba(197, 227, 255, 0.96));
  }

  .brand-korean {
    font-size: 19px;
  }

  .brand-logo {
    width: 230px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    position: relative;
    z-index: 2;
    min-height: calc(100svh - var(--header-h));
    padding-top: 82px;
    align-items: start;
  }

  .hero-copy {
    max-width: 620px;
  }

  .hero-visual {
    display: none;
  }

  .hero-video-frame {
    position: relative;
    top: auto;
    left: auto;
    width: min(92vw, 640px);
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 0 auto;
    transform: none;
  }

  .hero-video-media {
    transition: none;
  }

  .hero-device-main {
    top: 12px;
    left: 50%;
    width: min(82vw, 620px);
    transform: translateX(-50%);
  }

  .hero-device-reflection {
    top: 330px;
    left: 50%;
    width: min(78vw, 580px);
    transform: translateX(-50%);
  }

  @keyframes deviceFloat {
    0%,
    100% {
      transform: translateX(-50%) translateY(0);
    }
    50% {
      transform: translateX(-50%) translateY(-10px);
    }
  }

  .hero-actions {
    margin-top: 44px;
  }

  .hero-mobile-video-frame {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background: #c5e3ff;
    box-shadow: none;
  }

  .hero-mobile-video-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(197, 227, 255, 0), rgba(197, 227, 255, 0.08));
  }

  .benefit-bar,
  .tech-grid,
  .treatment-grid,
  .professional-band,
  .distributor-benefits,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .mini-feature + .mini-feature,
  .mini-feature:nth-child(3),
  .mini-feature:nth-child(4) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .technology,
  .treatments,
  .support {
    padding-block: 64px;
  }

  .tech-grid,
  .treatment-grid,
  .professional-band,
  .support-grid {
    margin-top: 54px;
  }

  .tech-grid {
    gap: 18px;
    justify-items: center;
  }

  .tech-card {
    width: min(100%, 375px);
  }

  .treatment-card {
    min-height: 360px;
  }

  .treatment-card__copy {
    padding: 24px 30px 24px;
  }

  .professional-band {
    gap: 44px;
  }

  .professional-copy p {
    margin-top: 36px;
  }

  .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .certification-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 0;
  }

  .support-item {
    border-left: 0 !important;
  }

  .support-item:nth-child(even) {
    border-left: 1px solid rgba(28, 45, 62, 0.18) !important;
  }

  .certification-grid .support-item:nth-child(even) {
    border-left: 1px solid rgba(28, 45, 62, 0.18) !important;
  }

  .certification-grid .support-item:nth-child(5) {
    grid-column: 1 / -1;
    border-left: 0 !important;
  }

  .distributor {
    padding: 72px 0;
  }

  .distributor-copy .eyebrow,
  .system-copy .eyebrow {
    margin-bottom: 40px;
  }

  .distributor-text {
    margin: 44px 0 54px;
  }

  .lead-form {
    padding: 44px 28px 32px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 30px 0;
  }

  .footer-bottom nav {
    justify-content: flex-start;
  }

  .footer-bottom > a {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  :root {
    --header-h: 68px;
  }

  .page-shell,
  .header-inner {
    width: min(calc(100% - 32px), var(--shell));
  }

  .brand {
    gap: 8px;
  }

  .brand-logo {
    width: min(46vw, 174px);
    min-width: 148px;
  }

  .brand-mark {
    transform: scale(0.84);
    transform-origin: left center;
    margin-right: -6px;
  }

  .brand-copy span {
    font-size: 9px;
  }

  .brand-copy strong {
    font-size: 16px;
  }

  .brand-x,
  .brand-korean {
    display: none;
  }

  .hero-grid {
    padding-top: clamp(108px, 15vh, 142px);
  }

  .eyebrow {
    margin-bottom: 34px;
    font-size: 12px;
  }

  .hero h1 {
    max-width: 96%;
    font-size: clamp(44px, 13.6vw, 60px);
    line-height: 0.98;
  }

  .hero-subtitle {
    margin-top: 34px;
    font-size: 16px;
    line-height: 1.25;
  }

  .hero-text {
    max-width: 94%;
    font-size: 15px;
    line-height: 1.7;
  }

  .hero-actions {
    display: none;
  }

  .hero-mobile-video-frame {
    width: 100%;
    max-height: none;
    margin-top: 0;
    border-radius: 0;
  }

  .button {
    width: 100%;
    min-height: 54px;
    padding-inline: 20px;
  }

  .hero-visual {
    min-height: 360px;
    margin-top: 24px;
  }

  .hero-video-frame {
    width: min(100%, 390px);
    aspect-ratio: 16 / 9;
    min-height: 220px;
    border-radius: 12px;
  }

  .hero-device-main {
    top: 0;
    width: min(94vw, 470px);
  }

  .hero-device-reflection {
    top: 230px;
    width: min(88vw, 440px);
  }

  .mini-feature {
    grid-template-columns: 52px 1fr;
    padding: 18px;
  }

  .code-icon {
    width: 52px;
    height: 52px;
    font-size: 13px;
  }

  .section-heading h2,
  .system-copy h2,
  .professional-copy h2,
  .distributor-copy h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .tech-card__body {
    min-height: auto;
    padding: 24px 22px;
  }

  .tech-card p {
    min-height: 0;
  }

  .system-section {
    padding-top: 62px;
  }

  .system-points {
    gap: 24px;
    margin-top: 34px;
  }

  .point-row {
    grid-template-columns: 52px 1fr;
    gap: 18px;
  }

  .system-visual {
    margin-top: 28px;
  }

  .system-visual-media {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.34);
  }

  .treatment-card__copy {
    padding: 22px 22px 20px;
  }

  .treatment-card p {
    margin: 10px 0 16px;
  }

  .search-form {
    grid-template-columns: 1fr;
  }

  .search-form button {
    height: 50px;
  }

  .support-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .certification-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 44px;
  }

  .support-item:nth-child(even) {
    border-left: 0 !important;
  }

  .support-item {
    min-height: auto;
    padding: 0;
  }

  .support-item .code-icon {
    margin-bottom: 22px;
  }

  .certification-grid .support-item {
    padding: 26px 0 30px;
    border-left: 0 !important;
    border-top: 1px solid rgba(28, 45, 62, 0.14);
  }

  .certification-grid .support-item:first-child {
    border-top: 0;
  }

  .certification-grid .support-item:nth-child(5) {
    grid-column: auto;
  }

  .certification-grid .support-item img {
    height: 66px;
    margin-bottom: 18px;
  }

  .certification-grid .support-item h3 {
    font-size: 16px;
  }

  .distributor-benefits {
    gap: 34px;
  }

  .lead-form {
    padding: 34px 18px 24px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    padding: 56px 0 42px;
  }

  .footer-column {
    min-height: auto;
    padding-left: 0;
    border-left: 0;
  }

  .footer-column h2 {
    margin-bottom: 8px;
  }
}

@media (max-width: 1320px) {
  .about-intro {
    padding-top: calc(var(--header-h) + 80px);
  }

  .about-intro__inner,
  .about-global__inner,
  .about-support__inner {
    grid-template-columns: 1fr;
  }

  .about-intro__copy,
  .about-global__copy,
  .about-support__copy {
    max-width: 760px;
  }

  .about-intro__visual {
    width: min(100%, 720px);
    justify-self: center;
  }

  .about-global {
    padding-top: 36px;
  }

  .about-global__media {
    width: min(100%, 780px);
    margin: 0 auto;
  }

  .about-global__copy {
    justify-self: center;
  }

  .about-support__panel {
    width: 100%;
  }

  .about-support__panel article {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .about-intro {
    padding-bottom: 72px;
  }

  .about-intro h1 {
    margin-bottom: 42px;
  }

  .about-intro p + p {
    margin-top: 30px;
    padding-top: 30px;
  }

  .about-global,
  .about-support {
    background: linear-gradient(180deg, #ffffff 0%, #f2fbff 24%, #eef9fd 100%);
  }

  .about-global {
    padding: 58px 0 82px;
  }

  .about-global__inner,
  .about-support__inner {
    gap: 52px;
  }

  .about-global__copy {
    text-align: left;
  }

  .about-global h2,
  .about-support h2 {
    margin-top: 28px;
  }

  .about-global__copy > p:not(.about-kicker),
  .about-support__copy > p:not(.about-kicker) {
    margin-top: 28px;
  }

  .about-stats {
    gap: 28px;
  }

  .about-support {
    padding: 76px 0 86px;
  }

  .about-support h2 span {
    margin-top: 12px;
  }

  .about-support__panel {
    gap: 20px;
  }
}

@media (max-width: 560px) {
  .about-intro {
    padding: calc(var(--header-h) + 48px) 0 54px;
  }

  .about-intro__inner,
  .about-global__inner,
  .about-support__inner {
    gap: 36px;
  }

  .about-intro h1 {
    margin-bottom: 32px;
    font-size: 32px;
  }

  .about-intro p {
    font-size: 14px;
    line-height: 1.7;
  }

  .about-intro p + p {
    margin-top: 24px;
    padding-top: 24px;
  }

  .about-intro__visual img {
    border-radius: 10px;
  }

  .about-global {
    padding: 48px 0 62px;
  }

  .about-global__media {
    width: min(100%, 420px);
    justify-self: center;
  }

  .about-kicker {
    font-size: 12px;
  }

  .about-global h2,
  .about-support h2 {
    font-size: 34px;
    line-height: 1.14;
  }

  .about-global__copy > p:not(.about-kicker),
  .about-support__copy > p:not(.about-kicker) {
    font-size: 15px;
    line-height: 1.65;
  }

  .about-stats {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 34px;
  }

  .about-stats div {
    grid-template-columns: 104px 1fr;
    align-items: end;
    gap: 14px;
  }

  .about-stats dt {
    font-size: 36px;
  }

  .about-stats dd {
    padding-bottom: 3px;
    font-size: 14px;
  }

  .about-support {
    padding: 58px 0 68px;
  }

  .about-support__copy {
    padding-top: 0;
  }

  .about-support__panel article {
    min-height: auto;
    padding: 18px 18px 18px 28px;
  }

  .about-support__panel article::before {
    width: 6px;
  }

  .about-support__panel h3 {
    font-size: 21px;
  }

  .about-support__panel p {
    font-size: 14px;
  }

  .about-contact {
    width: 100%;
    min-height: 58px;
    margin-top: 8px;
  }
}

@media (max-width: 1320px) {
  .contact-hero {
    min-height: auto;
    padding-top: calc(var(--header-h) + 80px);
  }

  .contact-hero__inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "photo"
      "form";
    gap: 58px;
  }

  .contact-copy,
  .contact-form {
    max-width: 820px;
  }

  .contact-photo {
    position: static;
    top: auto;
    justify-self: center;
    width: min(100%, 760px);
    margin: 0;
  }

  .video-library {
    min-height: auto;
    padding-top: calc(var(--header-h) + 72px);
  }

  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    max-width: 980px;
    margin-top: 72px;
  }

  .video-card,
  .video-card:nth-child(4),
  .video-card:nth-child(5) {
    grid-column: auto;
  }

  .video-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: min(100%, 473px);
    justify-self: center;
  }

  .news-library {
    min-height: auto;
    padding-top: calc(var(--header-h) + 72px);
  }

  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    max-width: 980px;
    margin-top: 72px;
  }

  .news-card,
  .news-card:nth-child(4),
  .news-card:nth-child(5) {
    grid-column: auto;
  }

  .news-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: min(100%, 473px);
    justify-self: center;
  }
}

@media (max-width: 900px) {
  .contact-hero {
    padding-bottom: 82px;
  }

  .contact-copy h1 {
    font-size: clamp(46px, 9vw, 64px);
  }

  .contact-copy > p:not(.contact-kicker) {
    font-size: 18px;
  }

  .contact-form__head {
    display: grid;
    padding: 44px 34px 24px;
  }

  .contact-form__head span {
    width: max-content;
    min-width: 170px;
  }

  .contact-field-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 18px 34px 24px;
  }

  .contact-message {
    padding: 0 34px 26px;
  }

  .contact-submit {
    width: calc(100% - 68px);
    margin-inline: 34px;
  }

  .contact-consent,
  .contact-note {
    margin-inline: 34px;
  }

  .video-library__heading p {
    font-size: 18px;
  }

  .video-library__heading h1 {
    font-size: clamp(46px, 8vw, 60px);
  }

  .video-card__stage span {
    width: 76px;
  }

  .video-card__stage span::before {
    border-top-width: 17px;
    border-bottom-width: 17px;
    border-left-width: 22px;
  }

  .news-library__heading p {
    font-size: 18px;
  }

  .news-library__heading h1 {
    font-size: clamp(46px, 8vw, 60px);
  }
}

@media (max-width: 560px) {
  .lead-popup {
    align-items: center;
    padding: 18px;
  }

  .lead-popup__dialog {
    width: 100%;
    max-height: min(720px, calc(100svh - 56px));
    overflow: auto;
  }

  .lead-popup__content {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .lead-popup__visual {
    order: -1;
    min-height: 112px;
    max-height: 18svh;
  }

  .lead-popup__visual img {
    object-position: center 18%;
  }

  .lead-popup__copy {
    padding: 18px 18px 18px;
  }

  .lead-popup__logo {
    width: 128px;
    margin-bottom: 12px;
  }

  .lead-popup__copy .eyebrow {
    margin-bottom: 8px;
    font-size: 9px;
  }

  .lead-popup__copy h2 {
    font-size: 25px;
  }

  .lead-popup__intro {
    margin: 10px 0 14px;
    font-size: 13px;
    line-height: 1.42;
  }

  .lead-popup__fields {
    grid-template-columns: 1fr;
  }

  .lead-popup__fields input,
  .lead-popup__fields select {
    height: 38px;
  }

  .lead-popup__fields textarea {
    min-height: 52px;
  }

  .lead-popup__form {
    gap: 8px;
  }

  .lead-popup__consent {
    font-size: 10px;
  }

  .lead-popup__submit {
    height: 42px;
  }

  .lead-popup__note {
    font-size: 10px;
  }

  .contact-hero {
    padding: calc(var(--header-h) + 44px) 0 58px;
    background:
      radial-gradient(circle at 8% 0%, rgba(248, 230, 193, 0.32), transparent 28%),
      linear-gradient(118deg, #fffdf9 0%, #fbfcfb 42%, #eef8fd 100%);
  }

  .contact-hero__inner {
    gap: 38px;
  }

  .contact-kicker {
    margin-bottom: 24px;
    font-size: 12px;
  }

  .contact-copy h1 {
    font-size: 39px;
    line-height: 1.08;
  }

  .contact-copy > p:not(.contact-kicker) {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.62;
  }

  .contact-photo img {
    border-radius: 12px;
  }

  .contact-form {
    width: 100%;
  }

  .contact-form__head {
    padding: 30px 22px 20px;
  }

  .contact-form__head h2 {
    font-size: 25px;
  }

  .contact-form__head p {
    margin-top: 16px;
    font-size: 13px;
  }

  .contact-form__head span {
    min-width: 150px;
    height: 42px;
    font-size: 11px;
  }

  .contact-field-grid {
    padding: 12px 22px 20px;
  }

  .contact-field-grid input,
  .contact-message textarea {
    font-size: 15px;
  }

  .contact-message {
    padding: 0 22px 20px;
  }

  .contact-submit {
    width: calc(100% - 44px);
    min-height: 58px;
    margin: 26px 22px 0;
    font-size: 16px;
  }

  .contact-consent,
  .contact-note {
    margin-inline: 22px;
  }

  .contact-consent {
    margin-top: 30px;
  }

  .contact-consent label {
    grid-template-columns: 24px 1fr;
    gap: 12px;
    font-size: 12px;
  }

  .contact-consent input {
    width: 22px;
    height: 22px;
  }

  .video-library {
    padding: calc(var(--header-h) + 46px) 0 62px;
  }

  .video-library__heading p {
    font-size: 15px;
  }

  .video-library__heading h1 {
    font-size: 41px;
  }

  .video-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 48px;
  }

  .video-card:last-child:nth-child(odd) {
    width: 100%;
  }

  .video-card button,
  .video-card a {
    border-radius: 12px;
  }

  .video-card__badge {
    top: 14px;
    right: 14px;
    min-height: 30px;
    padding: 0 11px;
    font-size: 10px;
  }

  .video-card__body {
    min-height: 108px;
    padding: 22px 26px 20px;
  }

  .video-card__body strong {
    font-size: 23px;
  }

  .video-card__stage span {
    width: 64px;
  }

  .video-card__stage span::before {
    border-top-width: 14px;
    border-bottom-width: 14px;
    border-left-width: 18px;
  }

  .news-library {
    padding: calc(var(--header-h) + 46px) 0 62px;
  }

  .news-library__heading p {
    font-size: 15px;
  }

  .news-library__heading h1 {
    font-size: 41px;
  }

  .news-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 48px;
  }

  .news-card:last-child:nth-child(odd) {
    width: 100%;
  }

  .news-card a {
    border-radius: 12px;
  }

  .news-card__badge {
    top: 14px;
    right: 14px;
    min-height: 29px;
    padding: 0 11px;
    font-size: 9px;
  }

  .news-card__body {
    min-height: 0;
    padding: 54px 24px 20px;
  }

  .news-card__meta {
    font-size: 9px;
  }

  .news-card__body strong {
    font-size: 22px;
  }
}
