@charset "UTF-8";
.mainColorBG {
  background-color: var(--mainColorBG);
}

.width100 {
  width: 100%;
  margin-inline: auto;
}

.width90 {
  width: 90%;
  margin-inline: auto;
}

.nitrous-oxide {
  aspect-ratio: 840/698;
  width: min(82%, 30rem);
  height: auto;
}

.widthFit {
  width: -moz-fit-content;
  width: fit-content;
}

.mg0 {
  margin: 0;
}

.mgTop5 {
  margin-top: min(5%, 1.5rem);
}

.mgTop8 {
  margin-top: min(8%, 2.5rem);
}

.mgBtm0 {
  margin-bottom: 0;
}

.mgBtm8 {
  margin-bottom: min(3rem, 8%);
}

.mgY7 {
  margin-block: min(7%, 2rem);
}

.pdBtm5pct {
  padding-bottom: min(5%, 1.5rem);
}

.pdBtm1rem {
  padding-bottom: 1rem;
}

.pdBtm2rem {
  padding-bottom: 2rem;
}

.pdTop0 {
  padding-top: 0;
}

.textCenter {
  text-align: center;
}

.h2Title {
  font-size: clamp(2rem, 3vw, 2.875rem);
  font-weight: 700;
  line-height: 120%;
  margin-top: 0.5rem;
}
.h2Title.lineH130 {
  line-height: 130%;
}
.h2Title.lineH90 {
  line-height: 90%;
}
.h2Title.lineH100 {
  line-height: 100%;
}
.h2Title .smaller {
  font-size: clamp(1.75rem, 3vw, 2.875rem);
  letter-spacing: -0.175rem;
}
.h2Title.smaller {
  font-size: clamp(1.75rem, 3vw, 2.875rem);
}
.h2Title .smaller2 {
  font-size: clamp(1.5rem, 3vw, 2.875rem);
}
.h2Title.smaller2 {
  font-size: clamp(1.5rem, 3vw, 2.875rem);
}
.h2Title .smaller3, .h2Title.smaller3 {
  font-size: clamp(1.25rem, 3vw, 2rem);
}
.h2Title .smaller4, .h2Title.smaller4 {
  font-size: clamp(1.15rem, 3vw, 2rem);
}
.h2Title.mg0 {
  margin: 0;
}

.fontWhite {
  color: #ffffff;
}

.readMoreBtn {
  border-radius: clamp(1.563rem, 3vw, 3.237rem);
  background-color: rgba(0, 0, 0, 0);
  margin-block: min(10%, 5vh);
  padding: min(2%, 0.5em) 4vw;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  width: min(100%, 34em);
}

.pageContent hr.contentLine {
  margin-inline: auto;
  height: 1px;
  width: min(82%, 49rem);
}

.secondTitle5.pdBlock {
  padding-block: min(8%, 2.5rem);
}
.secondTitle5.pdBlock.pdTop0 {
  padding-top: 0;
}

@media (min-width: 1024px) {
  .secondTitle5.DtextCenter {
    text-align: center;
  }
}

.benefitsItemText {
  width: 80%;
  z-index: 1;
}

.benefitsItemGrid:hover img {
  filter: brightness(0) contrast(100) invert(93%) sepia(7%) saturate(0%) hue-rotate(147deg) brightness(106%) contrast(108%);
}

.custom-animated-handle {
  transition: transform 0.2s;
  cursor: pointer;
}

.slider-with-animated-handle:hover .custom-animated-handle {
  transform: scale(1.3);
}

.slider-with-animated-handle:focus {
  outline: none;
}

.slider-with-animated-handle {
  --default-handle-width: clamp(400px, 10vw, 2000px);
  cursor: ew-resize;
  box-shadow: -1px 10px 24px -3px rgba(0, 0, 0, 0.2);
}

.before,
.after {
  margin: 0;
}

.before figcaption,
.after figcaption {
  background-color: transparent;
  border: 1px solid #484848;
  border-radius: 6px;
  color: #484848;
  padding: min(0.75%, 0.75rem) min(1.25%, 1rem);
  position: absolute;
  top: max(1.2rem, 10%);
  transform: translateY(-50%);
  line-height: 100%;
  letter-spacing: 0.25px;
  font-size: clamp(0.85rem, 1.5vw, 1.25rem);
  font-weight: 500;
}

.before figcaption {
  left: min(3%, 1.5rem);
}

.after figcaption {
  right: min(3%, 1.5rem);
}

.contentContainer1 {
  width: min(82%, 82rem);
  margin-inline: auto;
  text-align: center;
}

.BGpadding {
  padding-block: 1vh;
}

.BGpaddingInside {
  padding-block: 2.5%;
}
.BGpaddingInside.pdBtm0 {
  padding-bottom: 0;
}

@media screen and (min-width: 1601px) {
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: block;
  }
  .desktop-only.contents {
    display: contents;
  }
  .desktop-only.inline {
    display: inline-block;
  }
  .h2Title.DsmallH2 {
    font-size: 1.875rem;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: block;
  }
  .desktop-only.contents {
    display: contents;
  }
  .desktop-only.inline {
    display: inline-block;
  }
  .h2Title.DsmallH2 {
    font-size: 1.875rem;
    text-align: center;
  }
}
.posRe {
  position: relative;
}

.zIndex1 {
  position: relative;
  z-index: 1;
}

.width100 {
  width: 100%;
  height: auto;
}

.mg0 {
  margin: 0;
}

.pdTop5pct {
  padding-top: 5%;
}

.pdTop7pct3rem {
  padding-top: min(7%, 3rem);
}

.pdBtm0 {
  padding-bottom: 0%;
}

.pdBtm1pct {
  padding-bottom: 1%;
}

.pdBtm3pct {
  padding-bottom: 3%;
}

.pdBtm5pct {
  padding-bottom: min(5%, 2rem);
}

.pdBtm7pct {
  padding-bottom: 7%;
}

.pdBtm10pct {
  padding-bottom: 10%;
}

.pdY7pct3rem {
  padding-block: min(7%, 3rem);
}

.pdY5pct2rem {
  padding-block: min(5%, 2rem);
}

.pd2p4p {
  padding: 2% 4%;
}

.gridCenter {
  display: grid;
  justify-items: center;
}

.mgXauto {
  margin-inline: auto;
}

.mgBlock0 {
  margin-block: 0;
}

.mgBlock2pct {
  margin-block: 2%;
}

.mgBlock4pct {
  margin-block: 4%;
}

.mgBlock10pct {
  margin-block: 10%;
}

.mgTop0 {
  margin-top: 0;
}

.mgTop7 {
  margin-top: 7%;
}

.mgTop10 {
  margin-top: 10%;
}

.mgBtm0 {
  margin-bottom: 0;
}

.mgBtm5pct {
  margin-bottom: 5%;
}

.fontMainColor {
  color: #5b9ec9;
}

.fontMainColor2 {
  color: #5b9ec9;
}

.fontSubColor {
  color: #c4def2;
}

.fontBlack {
  color: #484848;
}

.fontUdline {
  text-decoration: underline;
}

.textCenter {
  text-align: center;
}

.lineHeight0 {
  line-height: 0;
}

.lineHeight50 {
  line-height: 50%;
}

.fontW400 {
  font-weight: 400;
}

.fontW500 {
  font-weight: 500;
}

.fontW600 {
  font-weight: 600;
}

.fontW700 {
  font-weight: 700;
}

.justifyStart {
  justify-content: start;
}

.flexFAQ {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (min-width: 1024px) {
  #mainNav.transparent {
    background-color: transparent;
    transition: all 300ms ease-in-out;
  }
  #mainNav.transparent .logo {
    filter: brightness(0) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  }
  #mainNav.transparent .menu-item > button,
  #mainNav.transparent .menu-item > a,
  #mainNav.transparent .lang-toggle {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNav.transparent .navbar-cta {
    color: rgba(0, 0, 0, 0.35);
    background-color: rgba(255, 255, 255, 0.75);
  }
}
@media (max-width: 1023px) {
  #mainNav.scrolled-glass {
    background: transparent !important;
  }
  #mainNav.scrolled-glass #mobile-navigation > div {
    background: linear-gradient(135deg, rgba(17, 42, 52, 0.42) 0%, rgba(17, 42, 52, 0.24) 45%, rgba(255, 255, 255, 0.08) 100%) !important;
    backdrop-filter: saturate(170%) blur(12px);
    -webkit-backdrop-filter: saturate(170%) blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 24px rgba(7, 18, 28, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }
  #mainNav.transparent {
    background-color: transparent;
    transition: all 300ms ease-in-out;
  }
  #mainNav.transparent #mobile-navigation > div {
    background-color: transparent !important;
  }
  #mainNav.transparent #mobile-navigation img {
    filter: brightness(0) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  }
  #mainNav.transparent #mobile-navigation .lang-toggle-container .lang-toggle,
  #mainNav.transparent #mobile-navigation .lang-toggle-container .lang-toggle:hover {
    color: rgba(255, 255, 255, 0.9) !important;
    background-color: transparent !important;
  }
  #mainNav.transparent #mobile-navigation .lang-toggle-container .lang-toggle svg,
  #mainNav.transparent #mobile-navigation .lang-toggle-container .lang-toggle svg.text-naiss-gold {
    color: rgba(255, 255, 255, 0.9) !important;
  }
  #mainNav.transparent #mobile-navigation .lang-toggle-container .lang-toggle svg path[fill=currentColor] {
    fill: currentColor !important;
  }
  #mainNav.transparent #mobile-navigation .menu.cross svg,
  #mainNav.transparent #mobile-navigation .menu.cross path {
    stroke: rgba(255, 255, 255, 0.9);
  }
}
.desktop-only {
  display: none;
}

.sectionContainer {
  width: min(90%, 72rem);
  margin-inline: auto;
  margin-block: clamp(2rem, 10%, 3rem);
}
.sectionContainer.withLine {
  border: 2px solid #5b9ec9;
}
.sectionContainer.mgTop0 {
  margin-block: unset;
  margin-bottom: clamp(2rem, 10%, 7rem);
  margin-top: 0;
}
.sectionContainer.mgBtm0 {
  margin-block: unset;
  margin-top: clamp(2rem, 10%, 7rem);
  margin-bottom: 0;
}
.sectionContainer.mgBlock0 {
  margin-block: unset;
}

.page-bg-veil {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: #0d0d0d;
  pointer-events: none;
  will-change: background-color;
}

.pageContent {
  background: transparent;
}
.pageContent hr {
  width: 2.813rem;
  height: 0.375rem;
  background: #5b9ec9;
  border: none;
  margin-inline: 0;
}
.pageContent hr.white {
  background: #fff;
}
.pageContent hr.contentLine {
  margin-inline: auto;
  background: #c4def2;
  height: 1px;
  width: min(82%, 49rem);
}

.h2TitleContainer {
  text-align: left;
  margin-top: 3rem;
  margin-left: 2rem;
}

.h2TitleContainerCenter {
  text-align: center;
  margin-top: min(3rem, 8%);
}
.h2TitleContainerCenter.DmgTop0 {
  margin-top: 0;
}

.h2Title {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-wrap: balance;
  margin-top: 0;
}
.h2Title.lineH130 {
  line-height: 130%;
}
.h2Title.lineH90 {
  line-height: 90%;
}
.h2Title.lineH100 {
  line-height: 100%;
}
.h2Title.mg0 {
  margin: 0;
}

.heroPainCardsGrid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  justify-items: stretch;
  place-content: center;
  gap: 0 0.9rem;
  margin-top: min(5vh, 1.5rem);
}
@media screen and (max-width: 1200px) {
  .heroPainCardsGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 568px) {
  .heroPainCardsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: min(1vh, 1.5rem);
  }
}

.painImage {
  aspect-ratio: 84/89;
  width: 100%;
  height: auto;
}

.painText {
  font-weight: 400;
  font-size: clamp(1.125rem, 2vw, 1.75rem);
  line-height: 150%;
  text-align: center;
  color: #484848;
  margin-top: 2%;
}

.secondTitle {
  font-size: clamp(0.875rem, 1.15vw, 1.125rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.secondTitle.lineHChange {
  line-height: 2.3;
}

.secondTitle5 {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.secondTitle5.fontBlack {
  color: #484848;
}
.secondTitle5.pdBlock {
  padding-block: min(8%, 2.5rem);
}
.secondTitle5.pdBlock.pdTop0 {
  padding-top: 0;
}

.contentTextContainer {
  width: min(82%, 49rem);
  margin-inline: auto;
}

.mainColorBG {
  background-color: #c4def2;
}

.whiteBG {
  background-color: #fff;
}

.grayBG {
  background: rgba(239, 239, 239, 0.4);
}

.BGpadding {
  padding-block: 1vh;
}

.BGpaddingInside {
  padding-block: 2.5%;
}
.BGpaddingInside.pdBtm0 {
  padding-bottom: 0;
}

.mBtmForTitles {
  margin-bottom: min(0.5rem, 1%);
}

#BAContainer {
  width: min(88%, 82rem);
  margin-inline: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.compare-image {
  aspect-ratio: 1050/628;
  object-fit: cover;
  object-position: 50% 60%;
}

.before figcaption {
  background: #d9d9d9;
  border: 1px solid transparent;
}

.after figcaption {
  background: #5b9ec9;
  color: #fff;
  border: 1px solid transparent;
}

.custom-animated-handle {
  transition: transform 0.2s;
  cursor: pointer;
}

.slider-with-animated-handle:hover .custom-animated-handle {
  transform: scale(1.3);
}

.slider-with-animated-handle:focus {
  outline: none;
}

.slider-with-animated-handle {
  --default-handle-width: clamp(400px, 10vw, 2000px);
  cursor: ew-resize;
  box-shadow: -1px 10px 24px -3px rgba(0, 0, 0, 0.2);
}

.contentContainer1 {
  width: min(82%, 82rem);
  margin-inline: auto;
  text-align: center;
}

.BGpadding {
  padding-block: 1vh;
}

.BGpaddingInside {
  padding-block: 2.5%;
}

.readMoreBtn {
  display: block;
  margin-inline: auto;
  border: clamp(0.063rem, 0.5vw, 0.125rem) solid #5b9ec9;
  border-radius: clamp(1.563rem, 3vw, 3.237rem);
  background-color: transparent;
  margin-block: min(10%, 5vh);
  padding: min(2%, 0.5em) 5vw;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  width: min(100%, 52em);
  max-width: 100%;
  color: #5b9ec9;
  text-decoration: none;
}
.readMoreBtn:hover {
  background-color: #5b9ec9;
  color: #fff;
  transition: all 250ms ease-in;
}

.font12to20 {
  font-size: clamp(0.75rem, 3vw, 1.25rem);
}

.ENTitle {
  font-weight: 700;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: 0.02em;
  color: #484848;
}

.font18to30 {
  font-weight: 600;
  font-size: clamp(1rem, 1.9vw, 1.5rem);
  line-height: 1.35;
}

.contentText {
  font-weight: 400;
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  line-height: 1.7;
  text-align: justify;
  color: #484848;
  text-wrap: pretty;
}
.contentText.textCenter {
  text-align: center;
}
.contentText.fontW400 {
  font-weight: 400;
}

.contentImg1 {
  aspect-ratio: 910/606;
  width: min(90%, 35rem);
  height: auto;
}

.op2-section-header {
  margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}
.op2-section-header--center {
  text-align: center;
  margin-inline: auto;
}

.op2-eyebrow {
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.625rem, 1.1vw, 0.7rem);
  font-weight: 500;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #5b9ec9;
  margin: 0 0 0.7rem;
  display: block;
}

.op2-section-title {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  text-wrap: balance;
  margin: 0;
}
.op2-section-title--center {
  text-align: center;
}

.op2-title-accent {
  display: block;
  color: #5b9ec9;
  font-size: 0.72em;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 0.35rem;
}

.op2-process-wrap {
  width: min(92%, 50rem);
  margin-inline: auto;
  padding-block: clamp(1.5rem, 4vw, 2.5rem);
}

.op2-process-timeline {
  list-style: none;
  padding: 0;
  margin: clamp(1.5rem, 3vw, 2rem) 0 0;
  position: relative;
}
.op2-process-timeline::before {
  content: "";
  position: absolute;
  left: calc(clamp(2rem, 4vw, 2.75rem) / 2);
  top: clamp(1.5rem, 3vw, 2rem);
  bottom: clamp(1.5rem, 3vw, 2rem);
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(91, 158, 201, 0.35) 15%, rgba(91, 158, 201, 0.35) 85%, transparent);
}

.op2-process-step {
  display: grid;
  grid-template-columns: clamp(2rem, 4vw, 2.75rem) 1fr;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  align-items: flex-start;
  padding-block: clamp(1.25rem, 2.5vw, 1.75rem);
  position: relative;
}
.op2-process-step:not(:last-child) {
  border-bottom: 1px solid rgba(91, 158, 201, 0.12);
}

.op2-step-num {
  width: clamp(2rem, 4vw, 2.75rem);
  height: clamp(2rem, 4vw, 2.75rem);
  border-radius: 50%;
  background: #5b9ec9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.65rem, 1.2vw, 0.8rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 4px rgba(91, 158, 201, 0.15), 0 2px 12px rgba(91, 158, 201, 0.3);
  transition: box-shadow 250ms ease;
}
.op2-process-step:hover .op2-step-num {
  box-shadow: 0 0 0 6px rgba(91, 158, 201, 0.22), 0 4px 18px rgba(91, 158, 201, 0.4);
}

.op2-step-body {
  padding-top: 0.15rem;
}

.op2-step-title {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  font-weight: 700;
  color: #c4def2;
  margin: 0 0 0.35rem;
  letter-spacing: 0.01em;
}

.op2-step-desc {
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  line-height: 1.65;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  text-wrap: pretty;
}

.op2-stats-article {
  padding-block: clamp(3rem, 6vw, 5rem);
  background: transparent;
}

.op2-stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  width: min(92%, 68rem);
  margin-inline: auto;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}
@media (min-width: 768px) {
  .op2-stats-grid {
    grid-template-columns: 1.45fr 1fr;
    gap: 1.5rem;
  }
}

.op2-stat-featured {
  background: linear-gradient(140deg, #5b9ec9 0%, #3aafc8 100%);
  border-radius: 1.25rem;
  padding: clamp(1.75rem, 4vw, 3rem) clamp(1.5rem, 3.5vw, 2.5rem);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(91, 158, 201, 0.28);
}
.op2-stat-featured::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 85% 15%, rgba(255, 255, 255, 0.14), transparent 60%);
  pointer-events: none;
}

.op2-stat-big-num {
  font-family: "Archivo", sans-serif;
  font-size: clamp(3rem, 6.5vw, 5.5rem);
  font-weight: 800;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.03em;
  position: relative;
  z-index: 1;
}

.op2-stat-big-unit {
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.01em;
  margin-top: -0.25rem;
  position: relative;
  z-index: 1;
}

.op2-stat-big-desc {
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin: 0.6rem 0 0;
  line-height: 1.45;
  max-width: 24ch;
  text-wrap: pretty;
  position: relative;
  z-index: 1;
}

.op2-stat-big-src {
  font-size: clamp(0.6rem, 0.95vw, 0.7rem);
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin-top: auto;
  padding-top: 0.875rem;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.op2-stats-secondary {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.op2-stat-item {
  background: #f7fbfd;
  border: 1.5px solid #c4def2;
  border-radius: 1rem;
  padding: clamp(1.1rem, 2.2vw, 1.5rem) clamp(1.1rem, 2vw, 1.4rem);
  flex: 1;
  transition: border-color 220ms, box-shadow 220ms;
}
.op2-stat-item:hover {
  border-color: #5b9ec9;
  box-shadow: 0 4px 20px rgba(91, 158, 201, 0.1);
}

.op2-stat-sm-num {
  font-family: "Archivo", sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
  color: #5b9ec9;
  letter-spacing: -0.02em;
}
.op2-stat-sm-num span {
  font-size: 0.48em;
  font-weight: 600;
  vertical-align: super;
  color: #5b9ec9;
}

.op2-stat-sm-desc {
  font-size: clamp(0.78rem, 1.4vw, 0.88rem);
  color: #484848;
  font-weight: 500;
  margin: 0.4rem 0 0.25rem;
  line-height: 1.4;
  text-wrap: balance;
}

.op2-stat-sm-src {
  font-size: clamp(0.6rem, 0.95vw, 0.7rem);
  color: #666;
  display: block;
  line-height: 1.4;
}

.op2-comparison-section {
  padding-block: clamp(2.5rem, 5vw, 4.5rem);
}
.op2-comparison-section .sectionContainer {
  padding-block: 0;
}
.op2-comparison-section .table-container.singleColor .op2-table-scroll-hint {
  display: none;
  margin-top: 0.65rem;
  font-size: clamp(0.7rem, 1.2vw, 0.8rem);
  color: rgba(91, 158, 201, 0.75);
  text-align: center;
  letter-spacing: 0.06em;
}
.op2-comparison-section .table-container.singleColor.is-x-scrollable .op2-table-scroll-hint {
  display: block;
}
.op2-comparison-section .table-scroll-wrapper table th,
.op2-comparison-section .table-scroll-wrapper table td {
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  line-height: 1.6;
  padding: clamp(0.55rem, 1.1vw, 0.85rem) clamp(0.65rem, 1.25vw, 1rem);
}
.op2-comparison-section .table-scroll-wrapper table thead th {
  padding-bottom: 0;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.op2-comparison-section .table-scroll-wrapper table thead .imageTitle span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.op2-comparison-section .table-scroll-wrapper table tbody .feature {
  font-size: clamp(0.8125rem, 1.15vw, 0.9375rem);
  font-weight: 600;
  line-height: 1.5;
}
.op2-comparison-section .table-scroll-wrapper table tbody td:not(.feature) strong {
  font-weight: 700;
  font-size: 1em;
}

.op2-candidate-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.75rem, 2vw, 1.25rem);
  width: min(92%, 56rem);
  margin-inline: auto;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}
@media (min-width: 640px) {
  .op2-candidate-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.op2-candidate-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.8rem;
  padding: clamp(1.25rem, 3vw, 1.875rem) clamp(0.875rem, 2vw, 1.25rem);
  border: 1.5px solid #c4def2;
  border-radius: 1.25rem;
  background: #f7fbfd;
  transition: border-color 250ms, box-shadow 250ms, transform 250ms;
}
.op2-candidate-card:hover {
  border-color: #5b9ec9;
  box-shadow: 0 6px 24px rgba(91, 158, 201, 0.12);
  transform: translateY(-3px);
}

.op2-candidate-icon {
  width: clamp(2.75rem, 5.5vw, 4rem);
  height: clamp(2.75rem, 5.5vw, 4rem);
  color: #5b9ec9;
  stroke-width: 1.9;
}

.op2-candidate-text {
  font-size: clamp(0.875rem, 1.5vw, 0.975rem);
  font-weight: 500;
  line-height: 1.5;
  color: #2a2a2a;
  margin: 0;
  text-wrap: balance;
}

.op2-benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem;
  width: min(92%, 54rem);
  margin-inline: auto;
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
  align-items: stretch;
}
@media (min-width: 600px) {
  .op2-benefits-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
  }
}

.op2-benefit-card {
  --benefit-hover-bg: #4e5c60;
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 1.5vw, 1.2rem);
  min-height: clamp(5.75rem, 14vw, 7.25rem);
  height: 100%;
  padding: clamp(1rem, 2.5vw, 1.625rem) clamp(1.1rem, 2.5vw, 1.625rem);
  border: 2px solid rgba(91, 158, 201, 0.5);
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
  cursor: default;
  isolation: isolate;
  transition: background 250ms ease, border-color 250ms ease, transform 250ms ease, box-shadow 250ms ease;
}
.op2-benefit-card:hover {
  background: var(--benefit-hover-bg);
  border-color: var(--benefit-hover-bg);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(69, 109, 120, 0.28);
}
.op2-benefit-card:hover .op2-benefit-icon {
  color: #fff;
}
.op2-benefit-card:hover .op2-benefit-text {
  color: #fff;
}
.op2-benefit-card:hover .op2-benefit-num {
  color: rgba(255, 255, 255, 0.1);
}

.op2-benefits-grid:has(.op2-benefit-card:hover) .op2-benefit-card:not(:hover) {
  opacity: 0.55;
  transform: scale(0.97);
}

.op2-benefit-icon {
  position: relative;
  z-index: 1;
  width: clamp(2.25rem, 4.5vw, 3.25rem);
  height: clamp(2.25rem, 4.5vw, 3.25rem);
  flex-shrink: 0;
  color: #5b9ec9;
  stroke-width: 1.9;
  transition: color 250ms;
}

.op2-benefit-text {
  position: relative;
  z-index: 1;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.5;
  flex: 1;
  min-width: 0;
  text-align: left;
  transition: color 250ms;
  text-wrap: balance;
}
@media (min-width: 960px) {
  .op2-benefit-text {
    line-height: 1.45;
    min-height: 2.9em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.op2-benefit-num {
  position: absolute;
  z-index: 0;
  bottom: -10%;
  right: 0.35rem;
  font-family: "Archivo", sans-serif;
  font-size: clamp(3.5rem, 6vw, 6rem);
  font-weight: 800;
  color: rgba(91, 158, 201, 0.14);
  line-height: 1;
  pointer-events: none;
  transition: color 250ms;
  user-select: none;
}

.op2-areas-hotspot-layout {
  display: grid;
  grid-template-columns: clamp(120px, 17vw, 180px) 1fr;
  gap: clamp(1.75rem, 5vw, 4rem);
  align-items: start;
  width: min(92%, 70rem);
  margin-inline: auto;
  padding-bottom: clamp(1rem, 2vw, 1.5rem);
}
@media (max-width: 480px) {
  .op2-areas-hotspot-layout {
    grid-template-columns: clamp(88px, 26vw, 115px) 1fr;
    gap: 1rem;
  }
}

.op2-areas-figure-col {
  position: sticky;
  top: clamp(5rem, 10vh, 7rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.op2-body-svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.op2-body-svg .op2-silhouette ellipse,
.op2-body-svg .op2-silhouette path,
.op2-body-svg .op2-silhouette line {
  stroke: rgba(91, 158, 201, 0.22);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.op2-hotspot-hit {
  fill: transparent;
  stroke: none;
  cursor: pointer;
  pointer-events: all;
}

.op2-hotspot {
  fill: rgba(91, 158, 201, 0.15);
  stroke: #5b9ec9;
  stroke-width: 1.5;
  pointer-events: none;
  transform-box: fill-box;
  transform-origin: center;
  transition: fill 200ms ease, filter 200ms ease;
  animation: op2HotspotPulse 2.6s ease-in-out infinite;
}

.op2-hotspot-wrap {
  cursor: pointer;
}
.op2-hotspot-wrap:focus-visible .op2-hotspot {
  outline: none;
  filter: drop-shadow(0 0 4px rgba(91, 158, 201, 0.8));
}

.op2-hotspot--back {
  stroke-dasharray: 3 2.5;
  fill: rgba(91, 158, 201, 0.08);
}

.op2-hotspot-wrap.is-active .op2-hotspot {
  fill: #5b9ec9;
  animation: none;
  transform: scale(1.45);
  filter: drop-shadow(0 0 5px rgba(91, 158, 201, 0.55));
}

@media (hover: hover) and (pointer: fine) {
  .op2-hotspot-wrap.is-active .op2-hotspot-hit {
    fill: rgba(91, 158, 201, 0.08);
    stroke: rgba(91, 158, 201, 0.48);
    stroke-width: 1.1;
    animation: op2HotspotHitPulse 1.1s ease-out infinite;
  }
}
.op2-silhouette {
  pointer-events: none;
}

@media (hover: none) and (pointer: coarse) {
  .op2-areas-figure-col {
    position: sticky;
    top: clamp(3.5rem, 7vh, 5rem);
    max-height: calc(100dvh - clamp(3.5rem, 7vh, 5rem));
  }
  .op2-areas-card-grid {
    gap: 0.625rem;
  }
  .op2-area-card {
    padding-block: clamp(1rem, 2.5vw, 1.3rem);
  }
}
@keyframes op2HotspotPulse {
  0%, 100% {
    opacity: 0.65;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.28);
  }
}
@keyframes op2HotspotHitPulse {
  0% {
    fill: rgba(91, 158, 201, 0.16);
    stroke: rgba(91, 158, 201, 0.56);
    stroke-width: 1.1;
  }
  70% {
    fill: rgba(91, 158, 201, 0.04);
    stroke: rgba(91, 158, 201, 0.24);
    stroke-width: 1.7;
  }
  100% {
    fill: rgba(91, 158, 201, 0.08);
    stroke: rgba(91, 158, 201, 0.48);
    stroke-width: 1.1;
  }
}
.op2-figure-note {
  font-size: clamp(0.6rem, 1vw, 0.68rem);
  color: rgba(91, 158, 201, 0.65);
  text-align: center;
  margin: 0;
  letter-spacing: 0.02em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35em;
}

.op2-figure-note-dash {
  display: inline-block;
  width: 1em;
  height: 1px;
  background: #5b9ec9;
  opacity: 0.5;
  flex-shrink: 0;
}

.op2-areas-cards-col {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 2.25rem);
}

.op2-areas-group-label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: clamp(1rem, 1.9vw, 1.15rem);
  font-weight: 700;
  color: #5b9ec9;
  margin: 0 0 1.1rem;
  letter-spacing: 0.04em;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #c4def2;
}

.op2-areas-group-icon {
  color: #5b9ec9;
  font-size: 0.75em;
}

.op2-areas-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (min-width: 600px) {
  .op2-areas-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 960px) {
  .op2-areas-card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.op2-area-card {
  border: 1.5px solid #c4def2;
  border-radius: 1rem;
  padding: clamp(0.875rem, 2vw, 1.2rem) clamp(0.875rem, 1.8vw, 1.1rem);
  background: #f7fbfd;
  transition: border-color 200ms, box-shadow 200ms, transform 200ms;
}
.op2-area-card:hover, .op2-area-card.is-active {
  border-color: #5b9ec9;
  box-shadow: 0 4px 20px rgba(91, 158, 201, 0.14);
  transform: translateY(-2px);
}
.op2-area-card.is-active {
  background: rgba(91, 158, 201, 0.05);
}

.op2-area-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
  flex-wrap: wrap;
}

.op2-area-name {
  font-size: clamp(0.9rem, 1.7vw, 1.05rem);
  font-weight: 700;
  color: #484848;
}

.op2-area-probe {
  font-size: clamp(0.58rem, 1vw, 0.68rem);
  font-weight: 600;
  color: #5b9ec9;
  background: #c4def2;
  border-radius: 1rem;
  padding: 0.12rem 0.5rem;
  white-space: nowrap;
}

.op2-area-goal {
  font-size: clamp(0.72rem, 1.3vw, 0.82rem);
  color: #666;
  margin: 0;
  line-height: 1.45;
}

.op2-attention-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  width: min(92%, 58rem);
  margin-inline: auto;
}
@media (min-width: 640px) {
  .op2-attention-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.op2-attention-item {
  display: grid;
  grid-template-columns: clamp(1.875rem, 3.5vw, 2.5rem) 1fr;
  gap: 0.875rem;
  align-items: flex-start;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  border: 1px solid rgba(91, 158, 201, 0.15);
  border-radius: 1rem;
  background: #f9fdfe;
  transition: border-color 200ms, box-shadow 200ms;
}
.op2-attention-item:hover {
  border-color: rgba(91, 158, 201, 0.4);
  box-shadow: 0 4px 16px rgba(91, 158, 201, 0.08);
}

.op2-attention-item--contraindication {
  background: linear-gradient(145deg, #fff9f6 0%, #fff4ef 100%);
  border-color: rgba(180, 83, 9, 0.28);
  box-shadow: 0 2px 14px rgba(180, 83, 9, 0.06);
}
.op2-attention-item--contraindication:hover {
  border-color: rgba(180, 83, 9, 0.45);
  box-shadow: 0 6px 22px rgba(180, 83, 9, 0.12);
}
.op2-attention-item--contraindication .op2-attention-num {
  background: linear-gradient(160deg, #c2410c 0%, #9a3412 100%);
  box-shadow: 0 2px 12px rgba(194, 65, 12, 0.35);
}
.op2-attention-item--contraindication .op2-attention-text {
  color: #484848;
}
.op2-attention-item--contraindication .op2-attention-text strong {
  color: #9a3412;
  font-weight: 700;
}

.op2-attention-num {
  width: clamp(1.875rem, 3.5vw, 2.5rem);
  height: clamp(1.875rem, 3.5vw, 2.5rem);
  border-radius: 50%;
  background: #5b9ec9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.7rem, 1.3vw, 0.875rem);
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(91, 158, 201, 0.25);
}

.op2-attention-text {
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  color: #484848;
  line-height: 1.65;
  margin: 0;
  text-wrap: pretty;
}

.op2-faq-section {
  padding-block: clamp(3rem, 6vw, 5rem);
  --faq-num-col: clamp(1.875rem, 3.5vw, 2.5rem);
  --faq-col-gap: clamp(0.75rem, 1.5vw, 1.1rem);
  --faq-icon-col: clamp(1.5rem, 2.8vw, 2rem);
}

.op2-faq-list {
  width: min(92%, 54rem);
  margin: clamp(2rem, 4vw, 3rem) auto 0;
}

.FAQsection .accordion {
  width: 100%;
  box-sizing: border-box;
  background: none;
  border: none;
  margin: 0;
  padding: clamp(1.25rem, 2.5vw, 1.625rem) 0;
  appearance: none;
  -webkit-appearance: none;
  display: grid;
  grid-template-columns: var(--faq-num-col) 1fr var(--faq-icon-col);
  gap: var(--faq-col-gap);
  align-items: start;
  text-align: left;
  cursor: pointer;
  transition: opacity 200ms;
}
.FAQsection .accordion:hover, .FAQsection .accordion.active {
  background: none;
  opacity: 1;
}
.FAQsection .accordion:hover .op2-faq-q {
  color: #5b9ec9;
}
.FAQsection .accordion.active .op2-faq-num {
  background: #5b9ec9;
  color: #fff;
  border-color: #5b9ec9;
}
.FAQsection .accordion.active .op2-faq-q {
  color: #5b9ec9;
}
.FAQsection .accordion.active .op2-faq-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}
.FAQsection .accordion:focus-visible {
  outline: 2px solid #5b9ec9;
  outline-offset: 3px;
}

.FAQsection .panel {
  border-bottom: 1px solid rgba(91, 158, 201, 0.14);
  overflow: hidden;
  max-height: 0;
  transition: max-height 300ms ease;
}
.FAQsection .panel p {
  padding: 0 0 clamp(1.25rem, 2.5vw, 1.75rem) 0;
  padding-left: calc(var(--faq-num-col) + var(--faq-col-gap));
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  color: #484848;
  font-weight: 400;
  line-height: 1.65;
  margin: 0;
  text-wrap: pretty;
}
@media (max-width: 768px) {
  @supports not (grid-template-columns: subgrid) {
    .FAQsection .panel {
      display: grid;
      grid-template-columns: var(--faq-num-col) minmax(0, 1fr);
      column-gap: var(--faq-col-gap);
      row-gap: 0;
      align-items: start;
    }
    .FAQsection .panel p {
      grid-column: 2;
      padding-left: 0;
      min-width: 0;
    }
  }
}

@supports (grid-template-columns: subgrid) {
  .op2-faq-section .op2-faq-pair {
    display: grid;
    grid-template-columns: var(--faq-num-col) minmax(0, 1fr) var(--faq-icon-col);
    column-gap: var(--faq-col-gap);
    row-gap: 0;
    width: 100%;
  }
  .op2-faq-section .op2-faq-pair > .accordion {
    grid-column: 1/-1;
    width: 100%;
    max-width: 100%;
    grid-template-columns: subgrid;
  }
  .op2-faq-section .op2-faq-pair > .panel {
    grid-column: 1/-1;
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: subgrid;
  }
  .op2-faq-section .op2-faq-pair > .panel p {
    grid-column: 2;
    padding-left: 0;
    min-width: 0;
  }
}
@supports not (grid-template-columns: subgrid) {
  .op2-faq-pair {
    display: contents;
  }
}
.FAQsection .letterSpc0-05 {
  border-top: 1px solid rgba(91, 158, 201, 0.14);
}

.op2-faq-num {
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.58rem, 1.1vw, 0.68rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #5b9ec9;
  border: 1.5px solid #c4def2;
  border-radius: 50%;
  width: var(--faq-num-col);
  height: var(--faq-num-col);
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 220ms, color 220ms, border-color 220ms;
  margin-top: 0.05rem;
}

.op2-faq-q {
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #1a1a1a;
  line-height: 1.5;
  margin: 0;
  min-width: 0;
  transition: color 220ms;
  text-wrap: balance;
  font-family: "Noto Sans HK", sans-serif;
  padding-top: 0.1rem;
}

.op2-faq-icon {
  width: var(--faq-icon-col);
  height: var(--faq-icon-col);
  max-width: 100%;
  box-sizing: border-box;
  border: 1.5px solid rgba(91, 158, 201, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  margin-top: 0.05rem;
  transition: background 220ms, border-color 220ms;
}
.op2-faq-icon::before, .op2-faq-icon::after {
  content: "";
  position: absolute;
  background: #5b9ec9;
  border-radius: 1px;
  transition: transform 280ms ease, opacity 280ms ease;
}
.op2-faq-icon::before {
  width: clamp(7px, 1.2vw, 9px);
  height: 1.5px;
}
.op2-faq-icon::after {
  width: 1.5px;
  height: clamp(7px, 1.2vw, 9px);
}

.FAQsection .accordion.active .op2-faq-icon {
  background: rgba(91, 158, 201, 0.06);
  border-color: #5b9ec9;
}
.FAQsection .accordion.active .op2-faq-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.floatingCta {
  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
  z-index: 9000;
  pointer-events: none;
  transform: translateY(5rem);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
}
.floatingCta.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 600px) {
  .floatingCta {
    bottom: 1.25rem;
    right: 1rem;
  }
}

.floatingCtaBtn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.375rem 0.75rem 1rem;
  background: #5b9ec9;
  color: #fff;
  border: none;
  border-radius: 3rem;
  font-family: "Noto Sans HK", sans-serif;
  font-size: clamp(0.875rem, 1.4vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(91, 158, 201, 0.38), 0 1px 4px rgba(0, 0, 0, 0.12);
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
  will-change: transform;
  isolation: isolate;
}
.floatingCtaBtn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, transparent 60%);
  pointer-events: none;
}
.floatingCtaBtn:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 28px rgba(91, 158, 201, 0.45), 0 2px 6px rgba(0, 0, 0, 0.14);
  background: #1a9cc4;
}
.floatingCtaBtn:active {
  transform: translateY(0) scale(0.98);
}

.floatingCtaPulse {
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  border: 2px solid rgba(91, 158, 201, 0.55);
  animation: floatingPulseRing 2.2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  pointer-events: none;
}

@keyframes floatingPulseRing {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  60% {
    transform: scale(1.18);
    opacity: 0;
  }
  100% {
    transform: scale(1.18);
    opacity: 0;
  }
}
.floatingCtaIcon {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}

.floatingCtaText {
  white-space: nowrap;
}

[data-countup] {
  transition: opacity 0.35s ease, transform 0.35s ease;
}

[data-countup].is-counting {
  animation: countupReveal 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes countupReveal {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.op2-benefit-card {
  --spotlight-x: 50%;
  --spotlight-y: 50%;
  --spotlight-opacity: 0;
}
.op2-benefit-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(200px circle at var(--spotlight-x) var(--spotlight-y), rgba(91, 158, 201, 0.18), transparent 70%);
  opacity: var(--spotlight-opacity);
  transition: opacity 300ms ease;
  pointer-events: none;
  z-index: 0;
}
.op2-benefit-card:hover {
  --spotlight-opacity: 1;
}

.op2-eyebrow {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.op2-eyebrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(105deg, transparent 18%, rgba(196, 222, 242, 0.5) 42%, rgba(91, 158, 201, 0.42) 50%, rgba(196, 222, 242, 0.45) 58%, transparent 82%);
  animation: eyebrowShimmer 3.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes eyebrowShimmer {
  0% {
    left: -100%;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  60% {
    left: 160%;
    opacity: 0.8;
  }
  100% {
    left: 160%;
    opacity: 0;
  }
}
@keyframes revealFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes revealFadeInUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wow {
  opacity: 0;
  will-change: opacity, transform;
}

.wow.is-revealed {
  opacity: 1;
  transform: none;
  animation-name: revealFadeIn;
  animation-duration: var(--reveal-duration, 0.85s);
  animation-delay: var(--reveal-delay, 0s);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.wow.is-revealed.animate__fadeIn {
  animation-name: revealFadeIn;
  animation-duration: var(--reveal-duration, 0.85s);
  animation-delay: var(--reveal-delay, 0s);
}
.wow.is-revealed.animate__fadeInUp {
  animation-name: revealFadeInUp;
  animation-duration: var(--reveal-duration, 0.75s);
  animation-delay: var(--reveal-delay, 0s);
}

@media (prefers-reduced-motion: reduce) {
  .wow {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}
.op2-comparison-section {
  background: transparent;
}

.op2-cand-article {
  background: transparent;
}

.op2-benefits-wrap {
  background: transparent !important;
}
.op2-benefits-wrap .whiteBG {
  background: transparent !important;
}
.op2-benefits-wrap .op2-benefit-card {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 20px rgba(91, 158, 201, 0.1);
}
.op2-benefits-wrap .op2-benefit-card:hover {
  background: #5b9ec9;
  border-color: #5b9ec9;
  box-shadow: 0 8px 28px rgba(91, 158, 201, 0.35);
}

.op2-areas-wrap {
  background: transparent !important;
}
.op2-areas-wrap .whiteBG {
  background: transparent !important;
}

.op2-attention-article {
  background: linear-gradient(to bottom, #fff 0%, #f5f4f2 10%, #f5f4f2 90%, #fff 100%);
}
.op2-attention-article .whiteBG {
  background: transparent !important;
}
.op2-attention-article .op2-attention-item {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.op2-faq-section {
  background: #fff;
}

.op2-stats-article,
.op2-comparison-section,
.op2-cand-article,
.op2-benefits-wrap,
.op2-areas-wrap,
.op2-attention-article,
.op2-faq-section {
  padding-block: clamp(5rem, 10vw, 8rem);
}

.doctor-name-link {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.05em;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.25s ease;
}
.doctor-name-link, .doctor-name-link:link, .doctor-name-link:visited, .doctor-name-link:hover, .doctor-name-link:active, .doctor-name-link:focus, .doctor-name-link:focus-visible {
  color: inherit;
  text-decoration: none;
}
.doctor-name-link .doctor-arrow {
  display: inline-block;
  font-size: 0.45em;
  line-height: 2.6;
  font-weight: 400;
  opacity: 0.55;
  color: inherit;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.doctor-name-link:hover {
  opacity: 0.85;
}
.doctor-name-link:hover .doctor-arrow {
  opacity: 1;
  transform: translate(2px, -2px);
}
.doctor-name-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
  border-radius: 2px;
}

.op2-doctors-section {
  background: linear-gradient(to bottom, #fff 0%, #faf7f2 10%, #faf7f2 100%);
  padding: clamp(4rem, 7vw, 6rem) 0 0;
  overflow: hidden;
  --doc-card-bg: #fff;
  --doc-card-border: rgba(#b5a999, 0.22);
  --doc-card-hover-border: rgba(#b5a999, 0.52);
  --doc-name-color: #1a1a1a;
  --doc-type-color: #b5a999;
  --doc-cred-color: rgba(0, 0, 0, 0.5);
  --doc-footer-border: rgba(#b5a999, 0.14);
  --doc-cta-color: #b5a999;
}
.op2-doctors-section .op2-section-title {
  color: #1a1a1a;
}
.op2-doctors-section .fontMainColor {
  color: #b5a999;
}
.op2-doctors-section .op2-eyebrow {
  color: #b5a999;
}
.op2-doctors-section .op2-eyebrow::after {
  background: linear-gradient(105deg, transparent 20%, rgba(211, 184, 134, 0.45) 50%, transparent 80%);
}
.op2-doctors-section .sectionContainer {
  padding-bottom: 0;
}

.op2-doctors-more {
  text-align: center;
  padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(3.5rem, 7vw, 5.5rem);
}
.op2-doctors-more__link {
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.72rem, 1.1vw, 0.8rem);
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.38);
  text-decoration: none;
  position: relative;
  padding-bottom: 0.35rem;
}
.op2-doctors-more__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b5a999;
  opacity: 0.35;
  transform: scaleX(0.5);
  transform-origin: left;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.op2-doctors-more__link span {
  display: inline-block;
  transition: transform 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .op2-doctors-more__link:hover {
    color: #b5a999;
  }
  .op2-doctors-more__link:hover::after {
    transform: scaleX(1);
    opacity: 1;
  }
  .op2-doctors-more__link:hover span {
    transform: translateX(5px);
  }
}

.op2-service-section {
  background: linear-gradient(to bottom, #faf7f2 0%, #f6f0e6 14%, #f2ebe0 72%, #e8ddd0 88%, #ddd0c0 100%);
  padding-top: clamp(3.5rem, 6vw, 5.5rem);
  padding-bottom: clamp(4.5rem, 9vw, 7rem);
}
.op2-service-section .op2-section-title {
  color: #1a1a1a;
}
.op2-service-section .op2-eyebrow {
  color: #b5a999;
}
.op2-service-section .op2-eyebrow::after {
  background: linear-gradient(105deg, transparent 20%, rgba(211, 184, 134, 0.45) 50%, transparent 80%);
}
.op2-service-section .op2-section-header {
  text-align: center;
  max-width: none;
  margin-inline: 0;
}
.op2-service-section .sectionContainer {
  padding-bottom: clamp(0.5rem, 1vw, 0.75rem);
}

.op2-service-desc {
  font-size: clamp(0.875rem, 1.3vw, 0.95rem);
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.75;
  max-width: 44ch;
  margin: 0.8rem 0 0;
  text-wrap: pretty;
}

.op2-promise-list {
  width: min(92%, 72rem);
  margin-inline: auto;
  margin-top: clamp(1rem, 2vw, 1.5rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.op2-promise-item {
  background: #fff;
  border: 1px solid rgba(181, 169, 153, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 2px 12px rgba(181, 169, 153, 0.08);
  border-radius: 4px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.op2-promise-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #d3b886 30%, #b5a999 70%, transparent 100%);
  opacity: 0.35;
  transition: opacity 0.35s ease;
}
.op2-promise-item:hover {
  border-color: rgba(181, 169, 153, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 36px rgba(181, 169, 153, 0.18);
  transform: translateY(-3px);
}
.op2-promise-item:hover::before {
  opacity: 0.8;
}
.op2-promise-item__icon-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}
.op2-promise-item__icon {
  width: clamp(36px, 4vw, 48px);
  height: clamp(36px, 4vw, 48px);
  color: #b5a999;
  flex-shrink: 0;
  stroke-width: 1.5;
}
.op2-promise-item__num {
  font-family: "Archivo", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  color: rgba(181, 169, 153, 0.22);
  line-height: 1;
  user-select: none;
  flex-shrink: 0;
}
.op2-promise-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.op2-promise-item__label {
  font-family: "Archivo", sans-serif;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: #b5a999;
  display: block;
  margin-bottom: 0.5rem;
}
.op2-promise-item__title {
  font-family: "Noto Sans HK", sans-serif;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.02em;
  margin: 0 0 0.8rem;
  line-height: 1.3;
}
.op2-promise-item__desc {
  font-size: clamp(0.82rem, 1.1vw, 0.875rem);
  color: rgba(0, 0, 0, 0.52);
  line-height: 1.85;
  margin: 0;
  text-wrap: pretty;
  flex: 1;
}

@media (max-width: 860px) {
  .op2-service-section .op2-section-header {
    text-align: center;
    margin-inline: auto;
  }
  .op2-promise-list {
    grid-template-columns: 1fr;
    max-width: 36rem;
  }
  .op2-promise-item__icon {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 480px) and (max-width: 860px) {
  .op2-promise-list {
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
  }
  .op2-promise-item:last-child:nth-child(odd) {
    grid-column: 1/-1;
    max-width: calc(50% - clamp(0.75rem, 1.5vw, 1.25rem));
    margin-inline: auto;
  }
}
.op2-prefooter {
  position: relative;
  background: radial-gradient(ellipse 75% 55% at 50% 0%, rgba(211, 184, 134, 0.14) 0%, transparent 60%), radial-gradient(ellipse 45% 40% at 50% 110%, rgba(0, 0, 0, 0.35) 0%, transparent 65%), linear-gradient(to bottom, #1a1714 0%, #141210 100%);
  padding: clamp(4.5rem, 9vw, 7.5rem) 0 clamp(4rem, 8vw, 6.5rem);
  overflow: hidden;
  text-align: center;
}
.op2-prefooter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(72%, 36rem);
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(211, 184, 134, 0.55) 50%, transparent 100%);
}
.op2-prefooter__glow {
  display: none;
}
.op2-prefooter__inner {
  position: relative;
  z-index: 1;
  width: min(92%, 52rem);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
}
.op2-prefooter__header .op2-eyebrow {
  color: #b5a999;
}
.op2-prefooter__header .op2-eyebrow::after {
  background: linear-gradient(105deg, transparent 20%, rgba(211, 184, 134, 0.5) 50%, transparent 80%);
}
.op2-prefooter__title {
  font-family: "Noto Sans HK", sans-serif;
  font-size: clamp(1.85rem, 3.9vw, 3rem);
  font-weight: 800;
  color: #f2ede6;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-wrap: balance;
  margin: 0 0 0.85rem;
}
.op2-prefooter__title span {
  display: inline;
  background: linear-gradient(110deg, #d3b886 0%, #e8c98a 50%, #b5a999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.op2-prefooter__sub {
  color: rgba(242, 237, 230, 0.58);
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  line-height: 1.8;
  max-width: 46ch;
  margin: 0 auto;
}
.op2-prefooter__stats {
  display: flex;
  justify-content: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(0.75rem, 1.5vw, 1.25rem) 0;
  border-top: 1px solid rgba(211, 184, 134, 0.18);
  border-bottom: 1px solid rgba(211, 184, 134, 0.18);
  width: 100%;
}
.op2-prefooter__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.op2-prefooter__stat-num {
  font-family: "Archivo", sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 800;
  color: #f2ede6;
  line-height: 1;
  letter-spacing: -0.04em;
}
.op2-prefooter__stat-num small {
  font-size: 0.55em;
  color: #d3b886;
  font-weight: 700;
}
.op2-prefooter__stat-label {
  font-family: "Noto Sans HK", sans-serif;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  color: rgba(242, 237, 230, 0.45);
}
.op2-prefooter__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.op2-prefooter__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  overflow: hidden;
  background: #d3b886;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9999px;
  box-shadow: 0 0 32px rgba(211, 184, 134, 0.38), 0 6px 22px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(0, 0, 0, 0.08);
  color: #1a1714;
  font-family: "Noto Sans HK", sans-serif;
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  font-weight: 700;
  padding: 0.9375rem 2.25rem;
  cursor: pointer;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s, filter 0.25s;
}
.op2-prefooter__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 55%;
  height: 100%;
  background: linear-gradient(108deg, transparent 0%, rgba(255, 255, 255, 0.32) 48%, rgba(255, 255, 255, 0.16) 52%, transparent 100%);
  animation: prefooterBtnShimmer 3.5s ease-in-out infinite 1s;
  pointer-events: none;
}
.op2-prefooter__btn::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  border: 2px solid rgba(211, 184, 134, 0.52);
  pointer-events: none;
  animation: prefooterBtnPulse 2.8s cubic-bezier(0.22, 1, 0.36, 1) infinite 0.6s;
}
.op2-prefooter__btn:hover {
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.07);
  box-shadow: 0 0 52px rgba(211, 184, 134, 0.52), 0 10px 28px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.op2-prefooter__btn:active {
  transform: translateY(-1px) scale(0.98);
  filter: brightness(0.95);
  transition-duration: 0.1s;
}
.op2-prefooter__btn-text {
  position: relative;
  z-index: 1;
}
.op2-prefooter__btn-arrow {
  display: inline-block;
  font-size: 1.1em;
  position: relative;
  z-index: 1;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.op2-prefooter__btn:hover .op2-prefooter__btn-arrow {
  transform: translateX(6px);
}
.op2-prefooter__tel {
  font-family: "Archivo", sans-serif;
  font-size: 0.75rem;
  color: rgba(242, 237, 230, 0.38);
  margin: 0;
  letter-spacing: 0.04em;
}
.op2-prefooter__tel a {
  color: rgba(242, 237, 230, 0.52);
  text-decoration: none;
  transition: color 0.2s ease;
}
.op2-prefooter__tel a:hover {
  color: #d3b886;
}
.op2-prefooter__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.op2-prefooter__badges span {
  font-family: "Archivo", sans-serif;
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(211, 184, 134, 0.68);
  border: 1px solid rgba(211, 184, 134, 0.22);
  padding: 0.25rem 0.6rem;
  border-radius: 2px;
  white-space: nowrap;
}

@keyframes prefooterBtnShimmer {
  0% {
    left: -100%;
  }
  50% {
    left: 115%;
  }
  100% {
    left: 115%;
  }
}
@keyframes prefooterBtnPulse {
  0% {
    transform: scale(1);
    opacity: 0.65;
  }
  72% {
    transform: scale(1.22);
    opacity: 0;
  }
  100% {
    transform: scale(1.22);
    opacity: 0;
  }
}
@media (max-width: 640px) {
  .op2-prefooter__stats {
    gap: 1.5rem;
  }
  .op2-prefooter__btn {
    width: min(100%, 300px);
    justify-content: center;
  }
}
.op-doc-light-theme {
  --doc-card-bg: #fff;
  --doc-card-border: rgba(0, 0, 0, 0.08);
  --doc-card-hover-border: rgba(23, 133, 162, 0.4);
  --doc-name-color: #1a1a1a;
  --doc-type-color: #1785a2;
  --doc-cred-color: rgba(0, 0, 0, 0.5);
  --doc-footer-border: rgba(0, 0, 0, 0.08);
  --doc-cta-color: #1785a2;
}

.op-doc-swiper-wrap {
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
  padding-left: clamp(0.85rem, 4.5vw, 2rem);
  padding-right: 0;
  box-sizing: border-box;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 4%, #000 96%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 4%, #000 96%, transparent 100%);
}

.op-doc-swiper .swiper-wrapper {
  align-items: stretch;
}
.op-doc-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.op-doc-card {
  display: flex;
  flex-direction: column;
  background: var(--doc-card-bg);
  border: 1px solid var(--doc-card-border);
  border-radius: 2px;
  text-decoration: none;
  overflow: hidden;
  height: 100%;
  transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}
@media (hover: hover) and (pointer: fine) {
  .op-doc-card:hover {
    border-color: var(--doc-card-hover-border);
    box-shadow: 0 8px 32px rgba(91, 158, 201, 0.14), inset 0 1px 0 rgba(91, 158, 201, 0.06);
    transform: translateY(-3px);
  }
}
.op-doc-card:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(91, 158, 201, 0.08);
}
.op-doc-card__photo {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 5/6;
  background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%);
}
.op-doc-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (hover: hover) and (pointer: fine) {
  .op-doc-card:hover .op-doc-card__photo img {
    transform: scale(1.04);
  }
}
.op-doc-card__body {
  padding: 0.75rem 0.9rem 0.5rem;
  flex: 1;
}
.op-doc-card__type {
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--doc-type-color);
  display: block;
  margin-bottom: 0.35rem;
}
.op-doc-card__name {
  font-family: "Noto Sans HK", sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  font-weight: 700;
  color: var(--doc-name-color);
  margin: 0 0 0.5rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.op-doc-card__creds {
  list-style: none;
  padding: 0;
  margin: 0;
}
.op-doc-card__creds li {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  color: var(--doc-cred-color);
  line-height: 1.65;
  padding-left: 0.85rem;
  position: relative;
}
.op-doc-card__creds li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--doc-type-color);
}
.op-doc-card__footer {
  padding: 0.55rem 0.9rem 0.65rem;
  border-top: 1px solid var(--doc-footer-border);
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.op-doc-card__cta {
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--doc-cta-color);
  transition: letter-spacing 0.22s ease;
}
.op-doc-card__footer::after {
  content: "→";
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  color: var(--doc-cta-color);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
@media (hover: hover) and (pointer: fine) {
  .op-doc-card:hover .op-doc-card__footer::after {
    opacity: 1;
    transform: translateX(0);
  }
  .op-doc-card:hover .op-doc-card__cta {
    letter-spacing: 0.25em;
  }
}

@media (max-width: 639px) {
  .op-doc-card__body {
    padding: 0.55rem 0.65rem 0.45rem;
  }
  .op-doc-card__type {
    font-size: clamp(0.62rem, 2.6vw, 0.72rem);
    letter-spacing: 0.26em;
  }
  .op-doc-card__name {
    font-size: clamp(0.88rem, 3.1vw, 1rem);
  }
  .op-doc-card__creds li {
    font-size: clamp(0.62rem, 2.5vw, 0.75rem);
    padding-left: 0.72rem;
  }
  .op-doc-card__footer {
    padding: 0.45rem 0.65rem 0.55rem;
  }
  .op-doc-card__cta {
    font-size: clamp(0.62rem, 2.5vw, 0.75rem);
  }
}
@media (max-width: 480px) {
  .op-doc-card__photo {
    aspect-ratio: 4/5;
  }
}
:root {
  --page-accent: #5b9ec9;
  --page-accent-2: #c4def2;
  --mainColorBG: #5b9ec9;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

#heroScroll {
  position: relative;
  height: 700vh;
}
@media (max-width: 640px) {
  #heroScroll {
    height: 540vh;
  }
}

#heroSticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: #050d14;
}
#heroSticky::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 55% at 92% 4%, rgba(91, 158, 201, 0.3) 0%, transparent 65%);
  pointer-events: none;
  z-index: 1;
  animation: heroGlowBreathe 7s ease-in-out infinite;
}
#heroSticky::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.018) 40%, rgba(212, 236, 245, 0.05) 50%, rgba(255, 255, 255, 0.018) 60%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  will-change: transform;
  animation: heroShimmer 14s ease-in-out infinite;
  animation-delay: 5s;
}

@keyframes heroGlowBreathe {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes heroShimmer {
  0% {
    transform: translateX(-240%);
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  92% {
    opacity: 0.5;
  }
  100% {
    transform: translateX(370%);
    opacity: 0;
  }
}
#heroCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  transform: translateZ(0);
}

#heroOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.32) 62%, rgba(0, 0, 0, 0.9) 100%), linear-gradient(to right, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 48%), radial-gradient(ellipse 85% 80% at 62% 42%, transparent 0%, rgba(0, 0, 0, 0.14) 100%);
  pointer-events: none;
  z-index: 1;
}

#heroDarken {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

#heroContent {
  position: absolute;
  bottom: clamp(3rem, 8vh, 5rem);
  left: clamp(2rem, 6vw, 4.5rem);
  right: 2rem;
  z-index: 3;
  color: #fff;
  max-width: clamp(22rem, 62vw, 50rem);
}
#heroContent .heroEyebrow {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.625rem, 1.2vw, 0.8125rem);
  font-weight: 400;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 1.25rem;
}
#heroContent .heroEyebrow .heroEyebrowPulse {
  display: inline-block;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5b9ec9;
  animation: heroEyebrowPulse 2.6s ease-in-out infinite;
}
#heroContent h1 {
  margin: 0;
}
#heroContent .heroTitleWrap {
  display: block;
  animation: heroTitleGlow 5s ease-in-out infinite;
  animation-delay: 2.5s;
}
#heroContent .heroLine {
  display: block;
  line-height: 1;
}
#heroContent .heroLineCH {
  font-family: "Noto Sans HK", sans-serif;
  font-size: clamp(3rem, 10vw, 7.5rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  background: linear-gradient(120deg, #ffffff 8%, #c4def2 32%, #5b9ec9 50%, #c4def2 68%, #ffffff 92%);
  background-size: 300% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: heroWaveShimmer 5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation-delay: 2s;
}
#heroContent .heroLineEN {
  font-family: "Noto Sans HK", sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 300;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.5em;
}
#heroContent .heroCHChar {
  animation: heroCHCharWave 5s ease-in-out infinite;
}
#heroContent .heroCHChar:nth-child(1) {
  animation-delay: 3s;
}
#heroContent .heroCHChar:nth-child(2) {
  animation-delay: 3.3s;
}
#heroContent .heroCHChar:nth-child(3) {
  animation-delay: 3.6s;
}
#heroContent .heroCHChar:nth-child(4) {
  animation-delay: 3.9s;
}
#heroContent .heroCHChar:nth-child(5) {
  animation-delay: 4.2s;
}
#heroContent .heroCHChar:nth-child(6) {
  animation-delay: 4.5s;
}
#heroContent .heroSeparator {
  width: clamp(2.5rem, 5vw, 4rem);
  height: 1.5px;
  background: linear-gradient(to right, #5b9ec9, transparent);
  margin: clamp(1.25rem, 2.5vh, 1.75rem) 0;
}
#heroContent .heroTagline {
  font-family: "Noto Sans HK", sans-serif;
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  font-weight: 300;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 0.35rem;
}
#heroContent .heroSub {
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.625rem, 1vw, 0.75rem);
  font-weight: 400;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.62);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  margin: 0;
  text-transform: uppercase;
}
#heroContent .heroStats {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
  margin: clamp(1.25rem, 2.5vh, 1.75rem) 0 0;
}
#heroContent .heroStat {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
#heroContent .heroStatVal {
  font-family: "Archivo", sans-serif;
  font-size: clamp(1.375rem, 3vw, 2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
#heroContent .heroStatVal em {
  font-style: normal;
  font-size: 0.45em;
  font-weight: 400;
  color: #c4def2;
  letter-spacing: 0.06em;
  margin-left: 0.15em;
}
#heroContent .heroStatDesc {
  font-family: "Noto Sans HK", sans-serif;
  font-size: clamp(0.5rem, 0.9vw, 0.625rem);
  color: rgba(255, 255, 255, 0.68);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.32);
  letter-spacing: 0.12em;
}
#heroContent .heroStatDivider {
  width: 1px;
  height: clamp(1.75rem, 3.5vh, 2.5rem);
  background: rgba(255, 255, 255, 0.16);
  flex-shrink: 0;
}
#heroContent .heroCta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: clamp(1.5rem, 3vh, 2.25rem);
  padding: 0.9375rem 2.25rem;
  overflow: hidden;
  background: linear-gradient(125deg, #6a9fc4 0%, #7aadc9 48%, #8fc0da 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  border-radius: 9999px;
  box-shadow: 0 0 28px rgba(106, 159, 196, 0.5), 0 0 70px rgba(106, 159, 196, 0.2), 0 6px 20px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.22), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  font-family: "Noto Sans HK", sans-serif;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  cursor: pointer;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  animation: heroCtaIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) 2.2s both, heroCtaGlow 3s ease-in-out infinite 3.5s;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s, filter 0.35s;
}
#heroContent .heroCta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 55%;
  height: 100%;
  background: linear-gradient(108deg, transparent 0%, rgba(255, 255, 255, 0.26) 48%, rgba(255, 255, 255, 0.12) 52%, transparent 100%);
  animation: heroCtaShimmer 3.5s ease-in-out infinite 3.8s;
  pointer-events: none;
}
#heroContent .heroCta::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  border: 2px solid rgba(43, 181, 216, 0.65);
  pointer-events: none;
  animation: heroCtaPulse 2.6s cubic-bezier(0.22, 1, 0.36, 1) infinite 3.2s;
}
#heroContent .heroCta:hover {
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.13);
  box-shadow: 0 0 44px rgba(91, 158, 201, 0.65), 0 0 100px rgba(91, 158, 201, 0.28), 0 10px 28px rgba(0, 0, 0, 0.38);
}
#heroContent .heroCta:active {
  transform: translateY(-1px) scale(0.98);
  filter: brightness(0.96);
  transition-duration: 0.1s;
}
#heroContent .heroCta .heroCtaText {
  position: relative;
  z-index: 1;
}
#heroContent .heroCta .heroCtaArrow {
  display: inline-block;
  font-size: 1.1em;
  position: relative;
  z-index: 1;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
#heroContent .heroCta:hover .heroCtaArrow {
  transform: translateX(6px);
}

@media (max-width: 640px) {
  #heroContent {
    left: calc(1.25rem + env(safe-area-inset-left, 0px));
    right: calc(1.25rem + env(safe-area-inset-right, 0px));
    bottom: calc(clamp(2.5rem, 6vh, 4rem) + env(safe-area-inset-bottom, 0px));
  }
  #heroContent .heroTagline {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
  }
  #heroContent .heroSub {
    font-size: 0.6rem;
    letter-spacing: 0.14em;
  }
}
#heroScrollCue {
  position: absolute;
  bottom: clamp(1.75rem, 4vh, 2.75rem);
  right: clamp(1.5rem, 2.5vw, 2.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  z-index: 4;
  pointer-events: none;
}
#heroScrollCue .scrollCueText {
  font-family: "Archivo", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.42em;
  writing-mode: vertical-rl;
  color: rgba(255, 255, 255, 0.55);
  text-indent: 0.42em;
}
#heroScrollCue .scrollCueTrack {
  width: 1px;
  height: 3.5rem;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}
#heroScrollCue .scrollCueTrack::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 12px;
  border-radius: 2px;
  background: linear-gradient(to bottom, #c4def2, #5b9ec9);
  box-shadow: 0 0 6px rgba(91, 158, 201, 0.7);
  animation: scrollCueChase 2s cubic-bezier(0.37, 0, 0.63, 1) infinite;
  animation-delay: 0.8s;
}

@keyframes scrollCueChase {
  0% {
    top: -12px;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    top: calc(100% + 12px);
    opacity: 0;
  }
}
@keyframes heroCtaPulse {
  0% {
    transform: scale(1);
    opacity: 0.75;
  }
  72% {
    transform: scale(1.24);
    opacity: 0;
  }
  100% {
    transform: scale(1.24);
    opacity: 0;
  }
}
@keyframes heroCtaShimmer {
  0% {
    left: -100%;
  }
  50% {
    left: 115%;
  }
  100% {
    left: 115%;
  }
}
@keyframes heroCtaGlow {
  0%, 100% {
    box-shadow: 0 0 28px rgba(106, 159, 196, 0.5), 0 0 70px rgba(106, 159, 196, 0.2), 0 6px 20px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.22), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  }
  50% {
    box-shadow: 0 0 40px rgba(106, 159, 196, 0.68), 0 0 90px rgba(106, 159, 196, 0.3), 0 6px 20px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.22), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  }
}
@keyframes heroCtaIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroEyebrowPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(91, 158, 201, 0.5);
  }
  55% {
    opacity: 0.75;
    transform: scale(1.4);
    box-shadow: 0 0 0 8px rgba(91, 158, 201, 0);
  }
}
@keyframes heroWaveShimmer {
  0%, 100% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0% 0;
  }
}
@keyframes heroTitleGlow {
  0%, 100% {
    filter: drop-shadow(0 0 0 rgba(91, 158, 201, 0));
  }
  50% {
    filter: drop-shadow(0 0 28px rgba(91, 158, 201, 0.42)) drop-shadow(0 0 8px rgba(212, 236, 245, 0.25));
  }
}
@keyframes heroCHCharWave {
  0%, 20%, 100% {
    color: rgba(255, 255, 255, 0.5);
    text-shadow: none;
  }
  10% {
    color: #c4def2;
    text-shadow: 0 0 14px rgba(212, 236, 245, 0.75), 0 0 4px rgba(91, 158, 201, 0.45);
  }
}
.heroCorner {
  position: absolute;
  width: clamp(1.5rem, 3.5vw, 2.5rem);
  height: clamp(1.5rem, 3.5vw, 2.5rem);
  pointer-events: none;
  z-index: 4;
}
.heroCorner--tl {
  top: clamp(4.5rem, 10vh, 6.5rem);
  left: clamp(1rem, 2.5vw, 1.75rem);
  border-top: 1.5px solid rgba(91, 158, 201, 0.55);
  border-left: 1.5px solid rgba(91, 158, 201, 0.55);
  animation: heroCornerIn 1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s both;
}
.heroCorner--tr {
  top: clamp(4.5rem, 10vh, 6.5rem);
  right: clamp(1rem, 2.5vw, 1.75rem);
  border-top: 1.5px solid rgba(91, 158, 201, 0.55);
  border-right: 1.5px solid rgba(91, 158, 201, 0.55);
  animation: heroCornerIn 1s cubic-bezier(0.22, 1, 0.36, 1) 0.65s both;
}
.heroCorner--bl {
  bottom: clamp(1rem, 2.5vh, 1.75rem);
  left: clamp(1rem, 2.5vw, 1.75rem);
  border-bottom: 1.5px solid rgba(91, 158, 201, 0.55);
  border-left: 1.5px solid rgba(91, 158, 201, 0.55);
  animation: heroCornerIn 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s both;
}
.heroCorner--br {
  bottom: clamp(1rem, 2.5vh, 1.75rem);
  right: clamp(1rem, 2.5vw, 1.75rem);
  border-bottom: 1.5px solid rgba(91, 158, 201, 0.55);
  border-right: 1.5px solid rgba(91, 158, 201, 0.55);
  animation: heroCornerIn 1s cubic-bezier(0.22, 1, 0.36, 1) 0.95s both;
}

@keyframes heroCornerIn {
  from {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
#heroSidebar {
  position: absolute;
  right: clamp(0.875rem, 1.75vw, 1.375rem);
  top: 50%;
  transform: translateY(-50%);
  height: clamp(4rem, 8vh, 6rem);
  width: 1.5px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 4;
  pointer-events: none;
}
#heroSidebar .heroSidebarProgress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(to bottom, #c4def2, #5b9ec9);
  will-change: height;
}

#painBaDarken {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 4;
}

#heroPain {
  position: absolute;
  inset: 0;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse 90% 80% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.28) 100%);
}

.heroPainInner {
  width: min(92%, 68rem);
  padding-block: clamp(0.75rem, 2vh, 1.5rem);
  text-align: center;
  margin-inline: auto;
}

.heroPainHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.heroPainEyebrow {
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.6rem, 1.1vw, 0.72rem);
  font-weight: 400;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: #c4def2;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.6em;
}

.heroPainEyebrowDot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5b9ec9;
  flex-shrink: 0;
  box-shadow: 0 0 0 0 rgba(91, 158, 201, 0.5);
  animation: heroPainDotPulse 2.4s ease-in-out infinite;
}

@keyframes heroPainDotPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(91, 158, 201, 0.5);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(91, 158, 201, 0);
  }
}
.heroPainTitle {
  font-family: "Noto Sans HK", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 0;
  text-wrap: balance;
}
.heroPainTitle .fontMainColor {
  color: #c4def2;
}

.heroPainDivider {
  height: clamp(0.875rem, 2vh, 1.5rem);
  position: relative;
}
.heroPainDivider::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(2rem, 5vw, 3rem);
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(91, 158, 201, 0.7), transparent);
}

#heroPain .heroPainCardsGrid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(0.5rem, 1.2vw, 0.875rem);
  align-items: stretch;
  justify-items: stretch;
  margin-top: clamp(0.875rem, 2vh, 1.5rem);
}

#heroPain .painItem {
  position: relative;
  display: grid;
  grid-template-rows: auto auto minmax(2.9em, auto);
  justify-items: center;
  align-content: start;
  gap: clamp(0.35rem, 0.8vh, 0.55rem);
  padding: clamp(0.625rem, 1.4vh, 1rem) clamp(0.5rem, 1.5vw, 0.75rem) clamp(0.625rem, 1.4vh, 0.875rem);
  min-height: clamp(12.25rem, 24vw, 15rem);
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.875rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 4px 28px rgba(0, 0, 0, 0.22);
  transition: border-color 0.28s ease, background 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
  overflow: hidden;
}
#heroPain .painItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, transparent, rgba(91, 158, 201, 0.65), transparent);
  border-radius: 0.875rem 0.875rem 0 0;
  transition: opacity 0.28s ease;
}
#heroPain .painItem:hover {
  border-color: rgba(91, 158, 201, 0.45);
  background: rgba(255, 255, 255, 0.085);
  transform: translateY(-3px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(91, 158, 201, 0.18);
}
#heroPain .painItem:hover::before {
  background: linear-gradient(to right, transparent, #5b9ec9, transparent);
}
#heroPain .painNum {
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.55rem, 1vw, 0.65rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #c4def2;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  justify-self: start;
  padding: 0.2em 0.5em;
  background: rgba(91, 158, 201, 0.18);
  border: 1px solid rgba(91, 158, 201, 0.35);
  border-radius: 0.25rem;
}
#heroPain .painImage {
  height: min(clamp(7rem, 12vw, 10rem), 100%);
  width: min(clamp(7rem, 12vw, 10rem), 100%);
  object-fit: cover;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  filter: brightness(1.04) contrast(1.04) saturate(0.9);
  flex-shrink: 0;
  transition: filter 0.28s ease, border-color 0.28s ease;
}
#heroPain .painItem:hover .painImage {
  filter: brightness(1.1) contrast(1.05) saturate(1);
  border-color: rgba(91, 158, 201, 0.55);
}
#heroPain .painText {
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(0.8125rem, 1.15vw, 0.9375rem);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0;
  text-wrap: auto;
  min-height: 2.9em;
}

@media (max-width: 1200px) {
  #heroPain .heroPainCardsGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  #heroPain .heroPainCardsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.46rem;
  }
  #heroPain .painItem {
    padding: 0.45rem 0.38rem 0.5rem;
    gap: 0.38rem;
    min-height: clamp(6.4rem, 27vw, 7.6rem);
  }
  #heroPain .painImage {
    height: clamp(80px, 12.6vw, 120px);
    width: clamp(80px, 12.6vw, 120px);
  }
  #heroPain .painText {
    font-size: clamp(14px, 2.25vw, 16px);
    line-height: 1.36;
    min-height: auto;
  }
}
#painBaSection.machineIntroSection {
  position: absolute;
  inset: 0;
  z-index: 7;
  opacity: 0;
  transform: translateY(72px);
  will-change: opacity, transform;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse 90% 80% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 100%);
}

.machineIntroInner {
  width: min(92%, 76rem);
  padding-block: clamp(0.75rem, 2vh, 1.5rem);
  text-align: center;
  margin-inline: auto;
}

.machineIntroGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: clamp(1rem, 2.5vh, 1.75rem);
}
@media (max-width: 900px) {
  .machineIntroGrid {
    grid-template-columns: 1fr;
    max-width: 28rem;
    margin-inline: auto;
  }
}

.machineCard {
  position: relative;
  padding: clamp(1.5rem, 3vh, 2rem) clamp(1rem, 2vw, 1.5rem);
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 6px 32px rgba(0, 0, 0, 0.28);
  text-align: left;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.machineCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, transparent, rgba(91, 158, 201, 0.7), transparent);
}
.machineCard--featured {
  background: rgba(91, 158, 201, 0.18);
  border-color: rgba(91, 158, 201, 0.45);
  transform: scale(1.02);
}
.machineCard--featured::before {
  background: linear-gradient(to right, transparent, #5b9ec9, transparent);
  height: 3px;
}
.machineCard--featured .machineCardIcon {
  color: #fff;
}
.machineCard:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 158, 201, 0.5);
  background: rgba(255, 255, 255, 0.1);
}
.machineCard:hover.machineCard--featured {
  transform: translateY(-4px) scale(1.02);
}

.machineCardNum {
  display: inline-block;
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.6rem, 1vw, 0.7rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #c4def2;
  padding: 0.25em 0.6em;
  background: rgba(91, 158, 201, 0.22);
  border: 1px solid rgba(91, 158, 201, 0.4);
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.machineCardIcon {
  width: clamp(2rem, 3.5vw, 2.5rem);
  height: clamp(2rem, 3.5vw, 2.5rem);
  color: #c4def2;
  stroke-width: 1.5;
  display: block;
  margin-bottom: 0.875rem;
}

.machineCardTitle {
  font-family: "Noto Sans HK", sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.65rem;
  line-height: 1.35;
}

.machineCardDesc {
  font-size: clamp(0.825rem, 1.05vw, 0.925rem);
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  margin: 0;
  letter-spacing: 0.01em;
}

.author-block {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: linear-gradient(135deg, rgba(212, 236, 245, 0.6) 0%, rgba(212, 236, 245, 0.15) 100%);
  border: 1px solid rgba(91, 158, 201, 0.18);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  margin: 2.5rem auto 0;
  max-width: 640px;
}
.author-block img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  flex-shrink: 0;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.author-block p {
  margin: 0 0 0.3rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #333;
}
.author-block p strong {
  color: #0d6e8c;
  font-weight: 700;
}
.author-block time {
  font-size: 0.8rem;
  color: #888;
  display: inline-block;
  margin-top: 0.3rem;
}

.gs-intro-text {
  max-width: 760px;
  margin: 2rem auto 0;
}
.gs-intro-text p {
  font-size: clamp(0.95rem, 1.2vw, 1.0625rem);
  line-height: 1.95;
  color: #333;
  margin: 0 0 1.25rem;
}
.gs-intro-text p strong {
  color: #0d6e8c;
  font-weight: 700;
}

.gs-doctor-wrap {
  display: grid;
  gap: 3rem;
  align-items: center;
  max-width: 1100px;
  margin: 2.5rem auto 0;
}
@media (min-width: 768px) {
  .gs-doctor-wrap {
    grid-template-columns: 280px 1fr;
  }
}

.gs-doctor-photo {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow: 0 12px 40px rgba(91, 158, 201, 0.22);
}
.gs-doctor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.gs-doctor-body h2 {
  margin-top: 0;
}
.gs-doctor-body p {
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.85;
  color: #333;
  margin: 0 0 1.25rem;
}
.gs-doctor-body .gs-doctor-quote {
  margin: 1.75rem 0;
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(91, 158, 201, 0.22);
  background: linear-gradient(135deg, rgba(196, 222, 242, 0.45) 0%, rgba(255, 255, 255, 0.9) 100%);
  font-style: italic;
  color: #1a1a1a;
  line-height: 1.85;
  font-size: 1.0125rem;
  box-shadow: 0 4px 20px rgba(91, 158, 201, 0.08);
}
.gs-doctor-body .gs-doctor-cite {
  font-style: normal;
  font-weight: 700;
  color: #5b9ec9;
  display: block;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

.gs-cases-section {
  background: linear-gradient(180deg, #f4f9fc 0%, #eef5fa 48%, #f7fafc 100%);
}

.gs-cases-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
  width: min(100%, 56rem);
  margin: clamp(2rem, 4vw, 2.75rem) auto 0;
}
@media (max-width: 768px) {
  .gs-cases-showcase {
    grid-template-columns: 1fr;
    width: min(100%, 28rem);
  }
}

.gs-case-panel {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.gs-case-panel__head {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-inline: 0.15rem;
}

.gs-case-panel__tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  background: rgba(91, 158, 201, 0.12);
  border: 1px solid rgba(91, 158, 201, 0.22);
  color: #2d5f82;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 600;
  letter-spacing: 0.05em;
}

.gs-case-panel__note {
  margin: 0;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  color: #5c6d7a;
  line-height: 1.65;
}

.gs-case-panel__media {
  position: relative;
  border-radius: 0.85rem;
  overflow: hidden;
  border: 1px solid rgba(91, 158, 201, 0.14);
  background: #0a1014;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset, 0 14px 36px rgba(91, 158, 201, 0.12);
}
.gs-case-panel__media img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

.gs-case-panel__split {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  pointer-events: none;
}
.gs-case-panel__split span {
  align-self: start;
  margin: 0.55rem;
  padding: 0.28rem 0.55rem;
  border-radius: 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
}
.gs-case-panel__split span:first-child {
  justify-self: start;
  background: rgba(255, 255, 255, 0.9);
  color: #3d4f5c;
}
.gs-case-panel__split span:last-child {
  justify-self: end;
  background: #5b9ec9;
  color: #fff;
}

.gs-baDisclaimer {
  width: min(100%, 48rem);
  margin: clamp(1.25rem, 2.5vw, 1.75rem) auto 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(91, 158, 201, 0.12);
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  color: #5c6d7a;
  line-height: 1.7;
  text-align: center;
}

.gs-mid-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  justify-content: center;
}

.gs-mid-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.875rem;
  background: #5b9ec9;
  color: #fff;
  border: 2px solid #5b9ec9;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 4px 18px rgba(91, 158, 201, 0.22);
}
.gs-mid-cta-btn:hover {
  background: color-mix(in srgb, #5b9ec9 88%, #000);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(91, 158, 201, 0.34);
}
.gs-mid-cta-btn--outline {
  background: transparent;
  color: #5b9ec9;
  box-shadow: none;
}
.gs-mid-cta-btn--outline:hover {
  background: rgba(91, 158, 201, 0.08);
  color: #5b9ec9;
}

.op2-section-header--center {
  text-align: center;
}
.op2-section-header--center .op2-section-title,
.op2-section-header--center .op2-section-desc,
.op2-section-header--center .op2-eyebrow {
  margin-inline: auto;
}

.gs-introOverlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform;
}

.gs-introOverlayInner {
  opacity: 0;
  will-change: opacity, transform;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: clamp(18rem, 45vw, 40rem);
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding-block: clamp(2rem, 5vh, 4rem);
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  background: linear-gradient(108deg, rgba(11, 21, 32, 0.94) 0%, rgba(11, 21, 32, 0.82) 65%, transparent 100%);
  pointer-events: auto;
}

.gs-introOverlayHeader {
  opacity: 0;
  will-change: opacity, transform;
}
.gs-introOverlayHeader .gs-introEyebrow {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.625rem, 1.1vw, 0.75rem);
  font-weight: 400;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 0.85rem;
}
.gs-introOverlayHeader .gs-introEyebrowDot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c4def2;
  box-shadow: 0 0 8px rgba(196, 222, 242, 0.7);
}
.gs-introOverlayHeader .gs-introH2 {
  color: #fff;
  margin: 0;
  font-family: "Noto Sans HK", sans-serif;
  font-size: clamp(1.5rem, 3.4vw, 2.4rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.7);
}
.gs-introOverlayHeader .gs-introH2::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  background: linear-gradient(to right, #c4def2, transparent);
  margin-top: 0.85rem;
}

.gs-introBody {
  opacity: 0;
  will-change: opacity, transform;
}
.gs-introBody p {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.875rem, 1.4vw, 1rem);
  line-height: 1.85;
  margin: 0 0 0.75rem;
}
.gs-introBody p:last-child {
  margin-bottom: 0;
}

.gs-introCertBar {
  opacity: 0;
  will-change: opacity, transform;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.gs-introCertBar span {
  font-size: clamp(0.625rem, 1vw, 0.75rem);
  padding: 0.25rem 0.7rem;
  border: 1px solid rgba(91, 158, 201, 0.55);
  border-radius: 4px;
  color: #c4def2;
  background: rgba(91, 158, 201, 0.15);
  white-space: nowrap;
}

#heroContent .fontMainColor,
.gs-introOverlay .fontMainColor {
  color: #c4def2;
}

@media (max-width: 767px) {
  .gs-introOverlayInner {
    width: 100%;
    top: auto;
    bottom: 0;
    justify-content: flex-end;
    padding-bottom: clamp(2rem, 6vh, 4rem);
    padding-inline: clamp(1.1rem, 6vw, 1.75rem);
    background: linear-gradient(to top, rgba(11, 21, 32, 0.96) 0%, rgba(11, 21, 32, 0.8) 55%, transparent 100%);
    gap: 1rem;
  }
}
.gs-benefits-byline {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1rem;
  padding: 0.4rem 0.95rem 0.4rem 0.4rem;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(91, 158, 201, 0.18);
  border-radius: 999px;
  font-size: 0.82rem;
  color: rgba(20, 32, 56, 0.7);
  line-height: 1.4;
}
.gs-benefits-byline img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 1.5px solid #fff;
  box-shadow: 0 1px 4px rgba(13, 60, 90, 0.1);
}
.gs-benefits-byline strong {
  color: rgba(20, 32, 56, 0.92);
  font-weight: 700;
}
.gs-benefits-byline time {
  color: rgba(20, 32, 56, 0.55);
}

.gs-benefits-cta {
  margin-top: clamp(2.5rem, 5vh, 3.5rem);
  display: flex;
  justify-content: center;
}

.gs-benefits-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: center;
  margin-top: clamp(2rem, 4vw, 3rem);
  max-width: 1180px;
  margin-inline: auto;
}
@media (max-width: 900px) {
  .gs-benefits-split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.gs-benefits-visual {
  position: relative;
  margin: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 16px 48px rgba(91, 158, 201, 0.14);
}
.gs-benefits-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.gs-benefits-visual__caption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.65rem 1rem;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(91, 158, 201, 0.2);
  border-radius: 0.75rem;
}
.gs-benefits-visual__temp {
  font-family: "Archivo", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #5b9ec9;
  line-height: 1;
}
.gs-benefits-visual__tag {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(30, 58, 95, 0.65);
}

.gs-benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.gs-benefits-list__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.25rem;
  align-items: start;
  padding: clamp(0.85rem, 1.8vw, 1.15rem) 0;
  border-bottom: 1px solid rgba(91, 158, 201, 0.12);
}
.gs-benefits-list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.gs-benefits-list__item:first-child {
  padding-top: 0;
}
.gs-benefits-list__num {
  font-family: "Archivo", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(91, 158, 201, 0.35);
  padding-top: 0.15rem;
}
.gs-benefits-list__body {
  min-width: 0;
}
.gs-benefits-list__title {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 700;
  color: #1f3a5f;
  margin: 0 0 0.35rem;
  line-height: 1.4;
}
.gs-benefits-list__text {
  font-size: 0.92rem;
  line-height: 1.72;
  color: rgba(30, 58, 95, 0.78);
  margin: 0;
}

.gs-machine-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  margin-top: clamp(2rem, 4vw, 3rem);
  max-width: 1180px;
  margin-inline: auto;
}
@media (max-width: 960px) {
  .gs-machine-split {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
}
.gs-machine-split__media {
  position: relative;
  margin: 0;
  min-height: clamp(280px, 38vw, 420px);
}
.gs-machine-split__machine {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  object-fit: cover;
  box-shadow: 0 12px 36px rgba(91, 158, 201, 0.12);
  border: 1px solid rgba(91, 158, 201, 0.14);
}
.gs-machine-split__probe {
  position: absolute;
  right: -4%;
  bottom: -6%;
  width: 52%;
  max-width: 280px;
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(13, 60, 90, 0.18));
  animation: gsProbeFloat 5s ease-in-out infinite alternate;
}
@media (max-width: 960px) {
  .gs-machine-split__probe {
    right: 2%;
    bottom: -4%;
    width: 42%;
  }
}
.gs-machine-split__copy {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 960px) {
  .gs-machine-split__copy {
    padding-inline: clamp(0.75rem, 4vw, 1.25rem);
  }
}
.gs-machine-split__cta {
  margin-top: clamp(1.5rem, 3vw, 2rem);
  display: flex;
  justify-content: center;
}

@keyframes gsProbeFloat {
  0% {
    transform: translateY(0) rotate(-2deg);
  }
  100% {
    transform: translateY(-8px) rotate(1deg);
  }
}
.gs-machine-item {
  padding: clamp(1.1rem, 2vw, 1.5rem) 0;
  border-bottom: 1px solid rgba(91, 158, 201, 0.12);
}
.gs-machine-item:last-of-type {
  border-bottom: none;
}
.gs-machine-item--featured {
  position: relative;
  padding-inline: clamp(1rem, 2vw, 1.35rem);
  margin-inline: calc(-1 * clamp(1rem, 2vw, 1.35rem));
  border-radius: 1rem;
  border-bottom: none;
  background: linear-gradient(135deg, rgba(196, 222, 242, 0.45) 0%, rgba(255, 255, 255, 0.6) 100%);
  border: 1px solid rgba(91, 158, 201, 0.22);
  box-shadow: 0 8px 28px rgba(91, 158, 201, 0.1);
}
@media (max-width: 960px) {
  .gs-machine-item--featured {
    margin-inline: 0;
    padding-inline: clamp(1rem, 3.5vw, 1.25rem);
  }
}
.gs-machine-item--featured + .gs-machine-item {
  margin-top: clamp(0.75rem, 1.5vw, 1rem);
}
.gs-machine-item__num {
  font-family: "Archivo", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  color: #5b9ec9;
  margin: 0 0 0.5rem;
}
.gs-machine-item__title {
  font-size: clamp(1.05rem, 1.9vw, 1.25rem);
  font-weight: 700;
  color: #102030;
  margin: 0 0 0.5rem;
  line-height: 1.35;
}
.gs-machine-item__desc {
  font-size: 0.92rem;
  line-height: 1.75;
  color: rgba(16, 32, 48, 0.72);
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  .gs-machine-split__probe {
    animation: none;
  }
}
.gs-machineGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-inline: auto;
  max-width: 1280px;
}
@media (max-width: 900px) {
  .gs-machineGrid {
    grid-template-columns: 1fr;
  }
}

.gs-machineCard {
  position: relative;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px) saturate(1.1);
  -webkit-backdrop-filter: blur(8px) saturate(1.1);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 14px;
  padding: clamp(1.5rem, 2.5vw, 2.25rem);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 4px 16px rgba(13, 60, 90, 0.06), 0 1px 3px rgba(91, 158, 201, 0.05);
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 320ms cubic-bezier(0.16, 1, 0.3, 1), border-color 320ms cubic-bezier(0.16, 1, 0.3, 1);
}
.gs-machineCard:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 158, 201, 0.45);
  box-shadow: 0 0 0 1px rgba(91, 158, 201, 0.3), 0 18px 40px rgba(91, 158, 201, 0.15), 0 1px 0 rgba(255, 255, 255, 0.95) inset;
}
.gs-machineCard--featured {
  background: linear-gradient(160deg, rgba(196, 222, 242, 0.45) 0%, rgba(255, 255, 255, 0.85) 100%);
  border-color: rgba(91, 158, 201, 0.45);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 8px 24px rgba(91, 158, 201, 0.12), 0 1px 3px rgba(91, 158, 201, 0.08);
}
.gs-machineCard--featured::after {
  content: "";
  position: absolute;
  top: -20%;
  right: -15%;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(196, 222, 242, 0.55) 0%, rgba(91, 158, 201, 0.06) 45%, transparent 70%);
  filter: blur(24px);
  pointer-events: none;
  z-index: 0;
}
.gs-machineCard--featured > * {
  position: relative;
  z-index: 1;
}

.gs-machineCardNum {
  display: inline-block;
  font-family: "Archivo", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  color: #5b9ec9;
  margin-bottom: 0.85rem;
}

.gs-machineCardIcon {
  display: block;
  width: 36px;
  height: 36px;
  color: #5b9ec9;
  margin-bottom: 1rem;
  stroke-width: 1.5;
}

.gs-machineCardTitle {
  font-family: "Noto Sans HK", sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  color: #102030;
  margin: 0 0 0.65rem;
  line-height: 1.35;
}

.gs-machineCardDesc {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  color: rgba(16, 32, 48, 0.72);
  line-height: 1.78;
  margin: 0;
}

.gs-machineMidCta {
  margin: clamp(3rem, 7vh, 4.5rem) auto 0;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  align-items: center;
  text-align: center;
}

.gs-machineVisual {
  width: 100%;
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(91, 158, 201, 0.16);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 12px 36px rgba(91, 158, 201, 0.12);
}
.gs-machineVisual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.gs-machineVisual figcaption {
  padding: 0.75rem 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: rgba(30, 58, 95, 0.62);
  background: rgba(196, 222, 242, 0.28);
  text-align: center;
}

.gs-machineAuthor {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  padding: 0.85rem 1.4rem 0.85rem 0.85rem;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(91, 158, 201, 0.18);
  border-radius: 999px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 6px 18px rgba(91, 158, 201, 0.08);
}
.gs-machineAuthor img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(13, 60, 90, 0.12);
}
.gs-machineAuthor p,
.gs-machineAuthor time {
  display: block;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  color: rgba(16, 32, 48, 0.7);
  margin: 0;
  line-height: 1.5;
  text-align: left;
}
.gs-machineAuthor strong {
  color: rgba(16, 32, 48, 0.92);
}

.gs-machineCtaBtns {
  display: flex;
  justify-content: center;
}

.gs-mid-cta-btn--hero {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1.05rem 2.5rem;
  background: linear-gradient(135deg, #5b9ec9 0%, color-mix(in srgb, #5b9ec9 80%, #1f3a5f) 100%);
  color: #fff;
  border: 1px solid rgba(91, 158, 201, 0.4);
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 8px 24px rgba(91, 158, 201, 0.32), 0 2px 6px rgba(91, 158, 201, 0.15);
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 320ms cubic-bezier(0.16, 1, 0.3, 1);
  isolation: isolate;
  overflow: visible;
}
.gs-mid-cta-btn--hero::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(91, 158, 201, 0.35) 0%, transparent 70%);
  filter: blur(12px);
  z-index: -1;
  opacity: 0.7;
  transition: opacity 320ms cubic-bezier(0.16, 1, 0.3, 1);
}
.gs-mid-cta-btn--hero__text {
  position: relative;
}
.gs-mid-cta-btn--hero__arrow {
  position: relative;
  display: inline-flex;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}
.gs-mid-cta-btn--hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 14px 36px rgba(91, 158, 201, 0.4), 0 4px 10px rgba(91, 158, 201, 0.2);
}
.gs-mid-cta-btn--hero:hover::before {
  opacity: 1;
}
.gs-mid-cta-btn--hero:hover .gs-mid-cta-btn--hero__arrow {
  transform: translateX(4px);
}
.gs-mid-cta-btn--hero:active {
  transform: translateY(0);
}
@media (min-width: 1024px) {
  .gs-mid-cta-btn--hero {
    padding: 1.15rem 3rem;
    font-size: 1.05rem;
  }
}

#steps .op2-step-title {
  color: #1a2840;
}
#steps .op2-step-desc {
  color: rgba(20, 32, 56, 0.78);
}

.gs-cryo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.75rem);
  margin-top: clamp(2rem, 4vw, 3rem);
  align-items: stretch;
}
@media (max-width: 860px) {
  .gs-cryo-grid {
    grid-template-columns: 1fr;
  }
}

.gs-cryo-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid rgba(91, 158, 201, 0.18);
  box-shadow: 0 4px 20px rgba(30, 58, 95, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  position: relative;
  overflow: hidden;
  min-width: 0;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 320ms cubic-bezier(0.16, 1, 0.3, 1), border-color 320ms cubic-bezier(0.16, 1, 0.3, 1);
}
.gs-cryo-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--accent-bar, #5b9ec9);
}
.gs-cryo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 0 1px rgba(91, 158, 201, 0.25), 0 18px 48px rgba(91, 158, 201, 0.15);
  border-color: rgba(91, 158, 201, 0.35);
}
.gs-cryo-card__head {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding-bottom: 0.15rem;
}
.gs-cryo-card__label {
  margin: 0;
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.62rem, 1.1vw, 0.7rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(30, 58, 95, 0.55);
  font-weight: 500;
  line-height: 1.45;
  text-wrap: balance;
}
.gs-cryo-card__tempRow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  flex-shrink: 0;
}
.gs-cryo-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0.55;
  color: var(--temp-color, #5b9ec9);
}
.gs-cryo-card__icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.8;
}
.gs-cryo-card__temp {
  font-family: "Archivo", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--temp-color, #5b9ec9);
  position: relative;
  white-space: nowrap;
}
.gs-cryo-card__temp::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.5em;
  height: 4.5em;
  border-radius: 50%;
  background: radial-gradient(circle at center, var(--halo-color, rgba(91, 158, 201, 0.14)) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.gs-cryo-card__title {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 700;
  color: #1f3a5f;
  margin: 0;
  letter-spacing: 0.01em;
  line-height: 1.45;
  text-wrap: balance;
}
.gs-cryo-card__lead {
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  line-height: 1.75;
  color: rgba(30, 58, 95, 0.78);
  margin: 0;
  text-wrap: pretty;
}
.gs-cryo-card__lead strong {
  color: var(--temp-color, #5b9ec9);
  font-weight: 600;
  white-space: nowrap;
}
.gs-cryo-card__list {
  margin: 0.35rem 0 0;
  padding: 0;
  display: grid;
  gap: 0;
}
.gs-cryo-card__row {
  display: grid;
  grid-template-columns: 4.25rem minmax(0, 1fr);
  gap: 0.75rem 1rem;
  align-items: start;
  padding: 0.65rem 0;
  border-bottom: 1px dashed rgba(91, 158, 201, 0.18);
}
.gs-cryo-card__row:last-child {
  border-bottom: 0;
}
@media (max-width: 480px) {
  .gs-cryo-card__row {
    grid-template-columns: 3.75rem minmax(0, 1fr);
    gap: 0.5rem 0.75rem;
  }
}
.gs-cryo-card__term {
  margin: 0;
  font-family: "Noto Sans HK", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(30, 58, 95, 0.55);
  line-height: 1.5;
  white-space: nowrap;
}
.gs-cryo-card__value {
  margin: 0;
  min-width: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(30, 58, 95, 0.82);
  text-wrap: pretty;
  word-break: keep-all;
}
.gs-cryo-card__value strong {
  color: var(--temp-color, #5b9ec9);
  font-weight: 600;
  white-space: nowrap;
}
.gs-cryo-card--trad {
  --accent-bar: #e8735a;
  --temp-color: #c77460;
  --halo-color: rgba(199, 116, 96, 0.13);
}
.gs-cryo-card--trad:hover {
  box-shadow: 0 0 0 1px rgba(199, 116, 96, 0.25), 0 18px 48px rgba(199, 116, 96, 0.12);
  border-color: rgba(199, 116, 96, 0.3);
}
.gs-cryo-card--cool {
  --accent-bar: #5b9ec9;
  --temp-color: #5b9ec9;
  --halo-color: rgba(91, 158, 201, 0.16);
  border-color: rgba(91, 158, 201, 0.35);
  background: linear-gradient(180deg, #fff 0%, rgba(196, 222, 242, 0.18) 100%);
}

.gs-mech-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1.75rem, 4vw, 3.25rem);
  align-items: start;
  margin-top: clamp(2rem, 4vw, 3rem);
  max-width: 1180px;
  margin-inline: auto;
}
@media (max-width: 900px) {
  .gs-mech-split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.gs-mech-split--device {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
}
@media (max-width: 900px) {
  .gs-mech-split--device {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .gs-mech-split--device .gs-mech-visual--device {
    order: -1;
  }
}

.gs-mech-visual {
  position: relative;
  margin: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 16px 48px rgba(91, 158, 201, 0.12);
}
.gs-mech-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.gs-mech-visual__caption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.65rem 1rem;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(91, 158, 201, 0.2);
  border-radius: 0.75rem;
}
.gs-mech-visual__temp {
  font-family: "Archivo", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #5b9ec9;
  line-height: 1;
}
.gs-mech-visual__tag {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(30, 58, 95, 0.65);
}
.gs-mech-visual--device {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 16px 48px rgba(91, 158, 201, 0.14);
}
.gs-mech-visual--device img {
  width: 100%;
  aspect-ratio: 10/11;
  object-fit: cover;
  object-position: center 38%;
  image-rendering: auto;
}
.gs-mech-visual__brand {
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5b9ec9;
  line-height: 1.2;
}

.gs-mech-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.gs-mech-details {
  border: 1px solid rgba(91, 158, 201, 0.16);
  border-radius: 1rem;
  background: #ffffff;
  overflow: hidden;
  transition: border-color 280ms ease, box-shadow 280ms ease;
}
.gs-mech-details[open] {
  border-color: rgba(91, 158, 201, 0.42);
  box-shadow: 0 10px 28px rgba(91, 158, 201, 0.1);
}
.gs-mech-details[open] .gs-mech-details__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.gs-mech-details__summary {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 0.25rem 0.85rem;
  align-items: center;
  padding: clamp(1rem, 2vw, 1.2rem) clamp(1rem, 2vw, 1.25rem);
  cursor: pointer;
  list-style: none;
}
.gs-mech-details__summary::-webkit-details-marker {
  display: none;
}
.gs-mech-details__summary::marker {
  content: "";
}
.gs-mech-details__label {
  grid-column: 1;
  margin: 0;
  font-family: "Archivo", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(91, 158, 201, 0.72);
  line-height: 1.35;
}
.gs-mech-details__title {
  grid-column: 1;
  margin: 0;
  font-family: "Noto Sans HK", sans-serif;
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  font-weight: 700;
  line-height: 1.4;
  color: #1a2840;
  text-wrap: balance;
}
.gs-mech-details__icon {
  position: relative;
  grid-column: 2;
  grid-row: 1/span 2;
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(196, 222, 242, 0.45);
  border: 1px solid rgba(91, 158, 201, 0.2);
}
.gs-mech-details__icon::before, .gs-mech-details__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.55rem;
  height: 2px;
  background: #5b9ec9;
  border-radius: 1px;
  transform: translate(-50%, -50%);
  transition: transform 240ms ease, opacity 240ms ease;
}
.gs-mech-details__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.gs-mech-details__body {
  padding: 0 clamp(1rem, 2vw, 1.25rem) clamp(1rem, 2vw, 1.25rem);
}
.gs-mech-details__lead {
  margin: 0;
  font-size: clamp(0.875rem, 1.05vw, 0.95rem);
  line-height: 1.72;
  color: rgba(26, 40, 64, 0.78);
}
.gs-mech-details__lead strong {
  color: #5b9ec9;
  font-weight: 600;
}
.gs-mech-details__stat {
  margin: 0.85rem 0 0;
  padding: 0.7rem 0.85rem;
  font-size: clamp(0.8125rem, 0.95vw, 0.875rem);
  line-height: 1.62;
  color: rgba(26, 40, 64, 0.72);
  background: rgba(196, 222, 242, 0.28);
  border: 1px solid rgba(91, 158, 201, 0.12);
  border-radius: 0.55rem;
}

@media (prefers-reduced-motion: reduce) {
  .gs-mech-details,
  .gs-mech-details__icon::before,
  .gs-mech-details__icon::after {
    transition: none;
  }
}
#clinical-stats {
  background: linear-gradient(180deg, #ffffff 0%, #f3f8fc 100%);
}
#clinical-stats .op2-stat-featured {
  position: relative;
  overflow: hidden;
}
#clinical-stats .op2-stat-featured::after {
  content: "";
  position: absolute;
  bottom: -30%;
  right: -20%;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(196, 222, 242, 0.55) 0%, rgba(91, 158, 201, 0.08) 45%, transparent 70%);
  pointer-events: none;
  filter: blur(28px);
  z-index: 0;
}
#clinical-stats .op2-stat-featured > * {
  position: relative;
  z-index: 1;
}
#clinical-stats .op2-stat-item {
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 320ms cubic-bezier(0.16, 1, 0.3, 1);
}
#clinical-stats .op2-stat-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 0 1px rgba(91, 158, 201, 0.25), 0 12px 32px rgba(91, 158, 201, 0.12);
}

#benefits.op2-benefits-wrap {
  background: radial-gradient(ellipse 70% 55% at 12% 8%, rgba(196, 222, 242, 0.55) 0%, transparent 60%), radial-gradient(ellipse 60% 50% at 92% 88%, rgba(91, 158, 201, 0.18) 0%, transparent 65%), radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.7) 0%, transparent 55%), linear-gradient(180deg, #eaf3fa 0%, #f0f6fb 25%, #f7fbfd 55%, #f3f8fc 100%) !important;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
#benefits.op2-benefits-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(91, 158, 201, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(91, 158, 201, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 0%, transparent 90%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 0%, transparent 90%);
  pointer-events: none;
  z-index: 0;
  opacity: 0.7;
}
#benefits.op2-benefits-wrap::after {
  content: "";
  position: absolute;
  top: -8%;
  right: -6%;
  width: 38vw;
  height: 38vw;
  max-width: 560px;
  max-height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(196, 222, 242, 0.45) 0%, rgba(91, 158, 201, 0.08) 50%, transparent 75%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
  animation: glacialDrift 18s ease-in-out infinite alternate;
}
#benefits.op2-benefits-wrap .whiteBG {
  background: transparent !important;
  position: relative;
  z-index: 1;
}
#benefits.op2-benefits-wrap .op2-section-header {
  position: relative;
}
#benefits.op2-benefits-wrap .op2-section-header::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(91, 158, 201, 0.6) 50%, transparent 100%);
}
#benefits.op2-benefits-wrap .op2-benefit-card {
  background: rgba(255, 255, 255, 0.65) !important;
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 8px 24px rgba(91, 158, 201, 0.08), 0 2px 6px rgba(91, 158, 201, 0.06) !important;
  transition: all 320ms cubic-bezier(0.16, 1, 0.3, 1);
}
#benefits.op2-benefits-wrap .op2-benefit-card:hover {
  background: linear-gradient(135deg, #5b9ec9 0%, color-mix(in srgb, #5b9ec9 85%, #1f3a5f) 100%) !important;
  border-color: rgba(91, 158, 201, 0.5) !important;
  box-shadow: 0 0 0 1px rgba(91, 158, 201, 0.4), 0 18px 40px rgba(91, 158, 201, 0.3) !important;
  transform: translateY(-4px);
}

@keyframes glacialDrift {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.9;
  }
  50% {
    transform: translate(-3%, 2%) scale(1.08);
    opacity: 1;
  }
  100% {
    transform: translate(2%, -2%) scale(0.95);
    opacity: 0.85;
  }
}
#attention.op2-attention-article {
  background: #ffffff !important;
}
#attention.op2-attention-article .op2-attention-item {
  background: #ffffff !important;
  border: 1px solid rgba(91, 158, 201, 0.14);
  box-shadow: 0 2px 12px rgba(13, 60, 90, 0.04) !important;
}

#cryo-science.grayBG {
  background: #ffffff !important;
}
#cryo-science.grayBG .gs-cryo-card {
  box-shadow: 0 8px 28px rgba(91, 158, 201, 0.08);
}

#core-effects {
  background: linear-gradient(180deg, #f3f8fc 0%, #ffffff 100%) !important;
}

#clinical-stats {
  background: #ffffff !important;
}

.gs-compare-note {
  max-width: 900px;
  margin: 1.75rem auto 0;
  padding: 1rem 1.25rem;
  font-size: 0.925rem;
  line-height: 1.75;
  color: rgba(30, 58, 95, 0.82);
  background: rgba(196, 222, 242, 0.3);
  border-radius: 10px;
  border: 1px solid rgba(91, 158, 201, 0.12);
  text-align: center;
}
.gs-compare-note strong {
  color: #5b9ec9;
}

#machine-features {
  background: #ffffff !important;
}

#doctor-advantage {
  background: #f7fbfd !important;
}

.table-container {
  position: relative;
  margin-bottom: min(10%, 2rem);
  margin-inline: auto;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.table-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.scroll-indicator {
  position: absolute;
  bottom: -30px; /* Position below the table */
  left: 0;
  width: 100%;
  text-align: right;
  font-size: 14px;
  color: #6d6d6d;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

thead {
  background: linear-gradient(to right, #8bd0ff 0%, #5b9ec9 50%);
  position: relative;
}
thead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: inherit;
  z-index: -1;
}
thead .imageTitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
thead .imageTitle img {
  aspect-ratio: 156/129;
  width: 100px;
  height: auto;
  margin-right: 10px;
}

th,
td {
  padding: 12px 15px;
  font-size: clamp(0.875rem, 2vw, 1.25rem);
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

th {
  color: white;
  position: sticky;
  top: 0;
  padding-bottom: 0;
}
th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  z-index: -1;
}

tr:last-child td {
  border-bottom: none;
}

th:not(:first-child),
td:not(:first-child) {
  min-width: 25rem;
}
@media (max-width: 1200px) and (min-width: 968px) {
  th:not(:first-child),
  td:not(:first-child) {
    min-width: 20rem;
  }
}
@media (max-width: 967px) {
  th:not(:first-child),
  td:not(:first-child) {
    min-width: 14rem;
  }
}

.badge {
  background-color: #5b9ec9;
  color: white;
  border-radius: 12px;
  padding: 2px 6px;
  margin-left: 5%;
  font-size: 0.8em;
  white-space: nowrap;
}

.feature {
  font-weight: bold;
  color: #484848;
  left: 0;
  background-color: #f8f8f8;
  z-index: 1;
  position: sticky;
}

th:first-child {
  background: linear-gradient(to right, #8bd0ff 0%, #75b0e4 100%);
  position: sticky;
  left: 0;
  z-index: 2;
}

@media (max-width: 600px) {
  thead,
  tbody {
    display: block;
    width: 100%;
  }
  tr {
    display: flex;
    width: 100%;
  }
  th,
  td {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    min-width: 200px;
  }
  th {
    padding-bottom: 0;
  }
  .feature,
  td:first-child {
    position: sticky;
    left: 0;
    background-color: #f8f8f8;
    z-index: 1;
  }
  th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
  }
  thead::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to right, #8bd0ff 0%, #73ade1 100%);
    z-index: -1;
  }
  .feature,
  td:first-child,
  th:first-child {
    min-width: 5rem;
  }
  th:not(:first-child),
  td:not(:first-child) {
    flex: 1;
  }
}
@media (min-width: 764px) {
  .scroll-indicator:not(.op2-table-scroll-hint) {
    display: none;
  }
}

.table-container {
  width: min(100%, 59rem);
  border-radius: 0;
}

thead {
  background: linear-gradient(to right, #5b9ec9 0%, rgb(57.1706422018, 128.104587156, 173.6293577982) 100%);
}
thead .imageTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}
thead .imageTitle img {
  aspect-ratio: 172/145;
  max-width: 5rem;
  margin-right: unset;
}
@media (max-width: 768px) {
  thead .imageTitle img {
    max-width: 4rem;
  }
}

th {
  padding-bottom: 10px;
  border-bottom: 1px solid #484848;
}

th,
td {
  text-align: center;
  min-width: auto;
}

th:not(:first-child) {
  border-left: none;
}

th:not(:first-child),
td:not(:first-child) {
  min-width: 11rem;
}
@media (max-width: 967px) {
  th:not(:first-child),
  td:not(:first-child) {
    min-width: 9rem;
  }
}

.feature,
td:first-child,
th:first-child {
  min-width: 7rem;
}

@media (max-width: 600px) {
  .feature,
  td:first-child,
  th:first-child {
    min-width: 5rem;
  }
}
th:first-child {
  background: transparent;
}

.singleColor {
  width: min(100%, 72rem);
}
.singleColor th {
  padding-bottom: 0;
}
@media (min-width: 693px) {
  .singleColor .scroll-indicator:not(.op2-table-scroll-hint) {
    display: block;
  }
}
@media (min-width: 1191px) {
  .singleColor .scroll-indicator:not(.op2-table-scroll-hint) {
    display: block;
  }
}
.singleColor thead .imageTitle {
  gap: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.singleColor th:not(:first-child),
.singleColor td:not(:first-child) {
  min-width: 15rem;
}
.singleColor td:not(:first-child) {
  text-align: center;
  place-content: center;
}
@media (max-width: 968px) {
  .singleColor thead .imageTitle img {
    margin-right: 0;
  }
  .singleColor th:not(:first-child) {
    padding-left: 0;
  }
  .singleColor th:not(:first-child),
  .singleColor td:not(:first-child) {
    min-width: 12rem;
  }
}

td {
  place-content: center;
}

#suitable.op2-cand-article {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}
#suitable.op2-cand-article .gs-candidate-grid--six {
  width: min(92%, 72rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.65rem, 1.6vw, 0.85rem);
}
@media (min-width: 640px) {
  #suitable.op2-cand-article .gs-candidate-grid--six {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.75rem, 1.6vw, 1rem);
  }
}
@media (min-width: 1024px) {
  #suitable.op2-cand-article .gs-candidate-grid--six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#suitable.op2-cand-article .op2-candidate-card {
  align-items: center;
  text-align: center;
  gap: 0.7rem;
  padding: clamp(1.35rem, 2.5vw, 1.75rem) clamp(1rem, 2vw, 1.25rem);
  background: #ffffff;
  border-color: rgba(91, 158, 201, 0.22);
  box-shadow: 0 4px 18px rgba(91, 158, 201, 0.06);
}
@media (max-width: 639px) {
  #suitable.op2-cand-article .op2-candidate-card {
    gap: 0.45rem;
    padding: 1rem 0.7rem 0.9rem;
    border-radius: 0.95rem;
  }
}
#suitable.op2-cand-article .op2-candidate-card:hover {
  border-color: #5b9ec9;
  box-shadow: 0 10px 28px rgba(91, 158, 201, 0.14);
}
#suitable.op2-cand-article .op2-candidate-icon {
  color: #5b9ec9;
}
@media (max-width: 639px) {
  #suitable.op2-cand-article .op2-candidate-icon {
    width: 2.1rem;
    height: 2.1rem;
  }
}
#suitable.op2-cand-article .op2-candidate-text {
  color: #1a2840;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 639px) {
  #suitable.op2-cand-article .op2-candidate-text {
    font-size: 0.875rem;
    line-height: 1.35;
  }
}
#suitable.op2-cand-article .gs-candidate-desc {
  margin: 0;
  font-size: clamp(0.8125rem, 1vw, 0.9rem);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(26, 40, 64, 0.72);
  text-wrap: pretty;
}
@media (max-width: 639px) {
  #suitable.op2-cand-article .gs-candidate-desc {
    font-size: 0.75rem;
    line-height: 1.45;
  }
}

#benefits,
#machine-features,
#cryo-science,
#core-effects,
#clinical-stats,
#doctor-advantage,
#compare,
#suitable,
#steps,
#attention,
#faq {
  --gs-type-heading: #1a2840;
  --gs-type-body: rgba(26, 40, 64, 0.78);
  --gs-type-muted: rgba(26, 40, 64, 0.6);
  --gs-card-title-size: clamp(1rem, 1.45vw, 1.18rem);
  --gs-body-size: clamp(0.9375rem, 1.1vw, 1.02rem);
  --gs-small-size: clamp(0.8125rem, 0.95vw, 0.9rem);
  --gs-label-size: clamp(0.625rem, 0.85vw, 0.72rem);
  font-family: "Noto Sans HK", sans-serif;
  color: var(--gs-type-body);
  font-weight: 400;
  letter-spacing: 0;
}
#benefits .op2-section-header,
#machine-features .op2-section-header,
#cryo-science .op2-section-header,
#core-effects .op2-section-header,
#clinical-stats .op2-section-header,
#doctor-advantage .op2-section-header,
#compare .op2-section-header,
#suitable .op2-section-header,
#steps .op2-section-header,
#attention .op2-section-header,
#faq .op2-section-header {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}
#benefits .op2-eyebrow,
#benefits [class*=__label],
#benefits [class*=__num],
#benefits .op2-faq-num,
#benefits .op2-step-num,
#benefits .op2-stat-big-num,
#benefits .op2-stat-sm-num,
#machine-features .op2-eyebrow,
#machine-features [class*=__label],
#machine-features [class*=__num],
#machine-features .op2-faq-num,
#machine-features .op2-step-num,
#machine-features .op2-stat-big-num,
#machine-features .op2-stat-sm-num,
#cryo-science .op2-eyebrow,
#cryo-science [class*=__label],
#cryo-science [class*=__num],
#cryo-science .op2-faq-num,
#cryo-science .op2-step-num,
#cryo-science .op2-stat-big-num,
#cryo-science .op2-stat-sm-num,
#core-effects .op2-eyebrow,
#core-effects [class*=__label],
#core-effects [class*=__num],
#core-effects .op2-faq-num,
#core-effects .op2-step-num,
#core-effects .op2-stat-big-num,
#core-effects .op2-stat-sm-num,
#clinical-stats .op2-eyebrow,
#clinical-stats [class*=__label],
#clinical-stats [class*=__num],
#clinical-stats .op2-faq-num,
#clinical-stats .op2-step-num,
#clinical-stats .op2-stat-big-num,
#clinical-stats .op2-stat-sm-num,
#doctor-advantage .op2-eyebrow,
#doctor-advantage [class*=__label],
#doctor-advantage [class*=__num],
#doctor-advantage .op2-faq-num,
#doctor-advantage .op2-step-num,
#doctor-advantage .op2-stat-big-num,
#doctor-advantage .op2-stat-sm-num,
#compare .op2-eyebrow,
#compare [class*=__label],
#compare [class*=__num],
#compare .op2-faq-num,
#compare .op2-step-num,
#compare .op2-stat-big-num,
#compare .op2-stat-sm-num,
#suitable .op2-eyebrow,
#suitable [class*=__label],
#suitable [class*=__num],
#suitable .op2-faq-num,
#suitable .op2-step-num,
#suitable .op2-stat-big-num,
#suitable .op2-stat-sm-num,
#steps .op2-eyebrow,
#steps [class*=__label],
#steps [class*=__num],
#steps .op2-faq-num,
#steps .op2-step-num,
#steps .op2-stat-big-num,
#steps .op2-stat-sm-num,
#attention .op2-eyebrow,
#attention [class*=__label],
#attention [class*=__num],
#attention .op2-faq-num,
#attention .op2-step-num,
#attention .op2-stat-big-num,
#attention .op2-stat-sm-num,
#faq .op2-eyebrow,
#faq [class*=__label],
#faq [class*=__num],
#faq .op2-faq-num,
#faq .op2-step-num,
#faq .op2-stat-big-num,
#faq .op2-stat-sm-num {
  font-family: "Archivo", sans-serif;
}
#benefits .op2-eyebrow,
#machine-features .op2-eyebrow,
#cryo-science .op2-eyebrow,
#core-effects .op2-eyebrow,
#clinical-stats .op2-eyebrow,
#doctor-advantage .op2-eyebrow,
#compare .op2-eyebrow,
#suitable .op2-eyebrow,
#steps .op2-eyebrow,
#attention .op2-eyebrow,
#faq .op2-eyebrow {
  font-size: var(--gs-label-size);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.28em;
  color: #5b9ec9;
}
#benefits .op2-section-title,
#machine-features .op2-section-title,
#cryo-science .op2-section-title,
#core-effects .op2-section-title,
#clinical-stats .op2-section-title,
#doctor-advantage .op2-section-title,
#compare .op2-section-title,
#suitable .op2-section-title,
#steps .op2-section-title,
#attention .op2-section-title,
#faq .op2-section-title {
  font-family: "Noto Sans HK", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.015em;
  color: var(--gs-type-heading);
}
#benefits .op2-title-accent,
#machine-features .op2-title-accent,
#cryo-science .op2-title-accent,
#core-effects .op2-title-accent,
#clinical-stats .op2-title-accent,
#doctor-advantage .op2-title-accent,
#compare .op2-title-accent,
#suitable .op2-title-accent,
#steps .op2-title-accent,
#attention .op2-title-accent,
#faq .op2-title-accent {
  font-weight: 600;
  letter-spacing: 0;
}
#benefits .op2-section-desc,
#machine-features .op2-section-desc,
#cryo-science .op2-section-desc,
#core-effects .op2-section-desc,
#clinical-stats .op2-section-desc,
#doctor-advantage .op2-section-desc,
#compare .op2-section-desc,
#suitable .op2-section-desc,
#steps .op2-section-desc,
#attention .op2-section-desc,
#faq .op2-section-desc {
  max-width: clamp(34rem, 88vw, 58rem);
  margin: clamp(0.75rem, 1.5vw, 1rem) auto 0;
  font-size: var(--gs-body-size);
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0;
  color: var(--gs-type-body);
  text-wrap: pretty;
}

.gs-benefits-list__title,
.gs-machine-item__title,
.gs-cryo-card__title,
.gs-mech-details__title,
.op2-stat-big-unit,
.op2-stat-sm-desc,
.gs-doctor-body h2,
.op2-comparison-section .feature,
.op2-step-title,
.op2-faq-q {
  font-family: "Noto Sans HK", sans-serif;
  font-size: var(--gs-card-title-size);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: -0.01em;
  color: var(--gs-type-heading);
}

.gs-benefits-list__text,
.gs-machine-item__desc,
.gs-cryo-card__lead,
.gs-cryo-card__value,
.gs-mech-details__lead,
.gs-mech-details__stat,
.gs-doctor-body p,
.gs-doctor-quote,
.gs-compare-note,
.gs-candidate-desc,
.op2-step-desc,
.op2-attention-text,
.op2-faq-section .panel p {
  font-family: "Noto Sans HK", sans-serif;
  font-size: var(--gs-body-size);
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0;
  color: var(--gs-type-body);
}

.gs-benefits-byline,
.gs-benefits-visual__tag,
.gs-cryo-card__term,
.gs-mech-details__label,
.op2-stat-big-desc,
.op2-stat-big-src,
.op2-stat-sm-src,
.gs-doctor-cite {
  font-family: "Noto Sans HK", sans-serif;
  font-size: var(--gs-small-size);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: var(--gs-type-muted);
}

.gs-benefits-list__num,
.gs-machine-item__num,
.gs-cryo-card__label,
.gs-mech-details__label {
  font-size: var(--gs-label-size);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.18em;
}

.gs-benefits-list__num,
.gs-cryo-card__temp,
.gs-mech-visual__temp,
.gs-mech-visual__brand,
.op2-stat-big-num,
.op2-stat-sm-num {
  font-variant-numeric: tabular-nums;
}

.gs-benefits-list__num {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.gs-cryo-card__temp,
.gs-mech-visual__temp,
.gs-mech-visual__brand {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.gs-mech-visual__brand {
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  letter-spacing: 0.06em;
}

.gs-mech-details__stat {
  font-family: "Noto Sans HK", sans-serif;
  font-size: var(--gs-small-size);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0;
}

#benefits .gs-mid-cta-btn--hero,
#machine-features .gs-mid-cta-btn--hero {
  min-width: max-content;
  white-space: nowrap;
}

#clinical-stats .op2-stat-featured {
  background: linear-gradient(145deg, #5b9ec9 0%, rgb(59.6972477064, 133.7660550459, 181.3027522936) 58%, rgb(49.5908256881, 111.1201834862, 150.6091743119) 100%);
  box-shadow: 0 10px 36px rgba(91, 158, 201, 0.22);
  --gs-type-heading: #fff;
  --gs-type-body: rgba(255, 255, 255, 0.9);
  --gs-type-muted: rgba(255, 255, 255, 0.74);
}

#doctor-advantage .gs-doctor-body .gs-doctor-quote {
  font-size: var(--gs-body-size);
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0;
  color: var(--gs-type-body);
}
#doctor-advantage .gs-doctor-body .gs-doctor-cite {
  font-size: var(--gs-small-size);
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: #5b9ec9;
}

#compare.op2-comparison-section {
  background: linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%) !important;
}
#compare.op2-comparison-section .sectionContainer {
  position: relative;
  z-index: 1;
}
#compare.op2-comparison-section .gs-compare-note {
  max-width: 72rem;
  margin-top: 1.25rem;
}
#compare.op2-comparison-section .table-scroll-wrapper table thead th {
  font-size: clamp(1rem, 1.35vw, 1.125rem);
  font-weight: 700;
  line-height: 1.45;
  padding-bottom: clamp(0.65rem, 1.2vw, 0.85rem);
}
#compare.op2-comparison-section .table-scroll-wrapper table thead .imageTitle span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.fontEN #heroContent .heroTagline,
.fontEN #heroContent .heroStatDesc {
  font-family: "Archivo", sans-serif;
}
.fontEN #heroContent .heroTagline {
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-wrap: balance;
}
.fontEN #heroContent .heroStatDesc {
  letter-spacing: 0.04em;
  line-height: 1.35;
  max-width: 7.5rem;
}
@media (max-width: 480px) {
  .fontEN .gs-introCertBar span {
    white-space: normal;
    text-align: center;
    line-height: 1.35;
  }
}
.fontEN .gs-case-panel__tag {
  text-wrap: balance;
}
.fontEN .gs-benefits-byline {
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  max-width: 100%;
}
.fontEN .gs-mech-details__title {
  text-wrap: pretty;
}
.fontEN .op2-comparison-section .feature {
  min-width: 6.5rem;
  text-wrap: pretty;
}
.fontEN .op2-comparison-section td {
  text-wrap: pretty;
}
.fontEN .gs-mid-cta-btn {
  max-width: 100%;
}
.fontEN .gs-mid-cta-btn__text {
  text-wrap: balance;
}
@media (max-width: 640px) {
  .fontEN #heroContent .heroStats {
    flex-wrap: wrap;
    gap: 0.85rem 1.25rem;
  }
  .fontEN .heroStatDivider {
    display: none;
  }
  .fontEN .heroStat {
    min-width: calc(33.333% - 0.85rem);
    flex: 1 1 calc(33.333% - 0.85rem);
  }
  .fontEN .heroStatDesc {
    max-width: none;
    font-size: 0.58rem;
  }
}
@media (max-width: 400px) {
  .fontEN .gs-mid-cta-btn {
    padding-inline: 1.25rem;
    font-size: 0.875rem;
  }
}

/* ── Mobile scroll-perf: 取消捲動中每幀重算的 backdrop-filter ── */
@media (max-width: 640px) {
  #heroPain .painItem {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(13, 23, 33, 0.72);
  }
  #heroPain .heroPainCardsGrid {
    will-change: transform;
  }
}
