@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;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

picture img {
  vertical-align: top;
}

.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: #1785a2;
}

.fontMainColor2 {
  color: #1785a2;
}

.fontSubColor {
  color: #c5ecf6;
}

.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);
  }
}
#heroScroll {
  position: relative;
  height: 900vh;
}
@media (max-width: 640px) {
  #heroScroll {
    height: 680vh;
  }
}

#heroSticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: #0a0a0a;
}
#heroSticky::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 55% at 92% 4%, rgba(23, 133, 162, 0.25) 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.015) 40%, rgba(197, 236, 246, 0.04) 50%, rgba(255, 255, 255, 0.015) 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;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#painBaSection {
  position: absolute;
  inset: 0;
  z-index: 7;
  opacity: 0;
  transform: translateY(72px);
  will-change: opacity, transform;
  background: transparent;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#painBaSection .heroPainInner {
  width: min(92%, 92rem);
}

#painBaSection .baGrid {
  width: min(92%, 92rem);
  margin: 0 auto;
}

@media (max-width: 640px) {
  .heroPainTitle {
    font-size: clamp(1.02rem, 4.2vw, 1.28rem);
    line-height: 1.16;
  }
  #heroPain {
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden !important;
    padding-top: clamp(4.2rem, 10.5dvh, 5.9rem);
    padding-top: calc(clamp(4.2rem, 10.5dvh, 5.9rem) + env(safe-area-inset-top, 0px));
  }
  #heroPain .heroPainInner {
    width: min(92%, 68rem);
    padding-block: clamp(0.2rem, 0.6dvh, 0.4rem);
  }
  #heroPain .heroPainCardsGrid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.42rem;
    overflow: visible;
    scroll-snap-type: unset;
    margin-top: clamp(0.28rem, 0.6dvh, 0.48rem);
    padding: 0;
    will-change: transform;
  }
  #heroPain .painItem {
    flex: unset !important;
    min-width: unset !important;
    min-height: clamp(6.4rem, 28vw, 7.6rem) !important;
    scroll-snap-align: unset;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    gap: clamp(0.28rem, 0.55dvh, 0.42rem);
    padding: clamp(0.35rem, 0.8dvh, 0.5rem) clamp(0.35rem, 1.2vw, 0.5rem) clamp(0.4rem, 0.9dvh, 0.55rem);
  }
  #heroPain .painImage {
    height: clamp(3.05rem, 12.6vw, 3.95rem);
    width: clamp(3.05rem, 12.6vw, 3.95rem);
  }
  #heroPain .painText {
    font-size: clamp(0.58rem, 2.3vw, 0.68rem);
    line-height: 1.36;
    letter-spacing: 0.01em;
    min-height: auto;
  }
  #heroPain .heroPainDivider {
    height: clamp(0.38rem, 0.8dvh, 0.62rem);
  }
  #heroPain .heroPainEyebrow {
    font-size: clamp(0.5rem, 1.9vw, 0.58rem);
    letter-spacing: 0.28em;
  }
  #heroPain .painNum {
    font-size: clamp(0.48rem, 1.7vw, 0.54rem);
    padding: 0.12em 0.38em;
  }
  #painBaSection {
    overflow: hidden !important;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }
  #painBaSection .baStickyHeader {
    position: relative;
    width: 100%;
    z-index: 10;
    flex-shrink: 0;
    padding-top: clamp(4rem, 11dvh, 6.5rem);
    padding-bottom: clamp(1.5rem, 4dvh, 2.5rem);
    background: linear-gradient(to bottom, #0d0d0d 0%, #0d0d0d 68%, rgba(13, 13, 13, 0) 100%);
    pointer-events: none;
  }
  #painBaSection .baStickyHeader .heroPainInner,
  #painBaSection .baStickyHeader .heroPainHeader,
  #painBaSection .baStickyHeader .heroPainDivider {
    pointer-events: auto;
  }
  #painBaSection .heroPainInner {
    padding-block: clamp(0.2rem, 0.6dvh, 0.4rem);
  }
  #painBaSection .baGrid {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    overflow: visible;
    scroll-snap-type: unset;
    padding: 10px;
    width: min(90%, 56rem);
    will-change: transform;
  }
  #painBaSection .baCard {
    flex: unset;
    min-width: unset;
    scroll-snap-align: unset;
    gap: 0.45rem;
    padding: 0.52rem 0.55rem 0.46rem;
    background: #131a1f;
    border-color: rgba(255, 255, 255, 0.12);
  }
  #painBaSection .baCard:hover {
    background: #1a2a33;
    border-color: rgba(23, 133, 162, 0.5);
  }
  #painBaSection .ondaPro-baDisclaimer {
    font-size: 0.6rem;
    margin-top: clamp(0.3rem, 0.8dvh, 0.5rem);
  }
}
@media (max-height: 520px) and (max-width: 900px) {
  #heroPain {
    padding-top: clamp(1.5rem, 3dvh, 2.5rem);
  }
  #heroPain .painItem {
    min-height: clamp(6.5rem, 28vw, 8.5rem) !important;
  }
  #heroPain .painImage {
    height: clamp(3.5rem, 12vw, 5rem);
    width: clamp(3.5rem, 12vw, 5rem);
  }
  #painBaSection {
    padding-top: clamp(2rem, 4.2dvh, 3rem);
  }
  #painBaSection .baSliderWrap {
    aspect-ratio: 5/3;
  }
  #painBaSection .ondaPro-baDisclaimer {
    display: none;
  }
}
#heroOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.3) 62%, rgba(0, 0, 0, 0.88) 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.12) 100%);
  pointer-events: none;
  z-index: 1;
}

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

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

#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: #1785a2;
  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%, #c5ecf6 32%, #1785a2 50%, #c5ecf6 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.35s;
}
#heroContent .heroCHChar:nth-child(3) {
  animation-delay: 3.7s;
}
#heroContent .heroCHChar:nth-child(4) {
  animation-delay: 4.05s;
}
#heroContent .heroCHChar:nth-child(5) {
  animation-delay: 4.4s;
}
#heroContent .heroSeparator {
  width: clamp(2.5rem, 5vw, 4rem);
  height: 1.5px;
  background: linear-gradient(to right, #1785a2, 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: #c5ecf6;
  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, #1785a2 0%, #18a0c0 48%, #1abcd8 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  border-radius: 9999px;
  box-shadow: 0 0 28px rgba(23, 133, 162, 0.5), 0 0 70px rgba(23, 133, 162, 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(26, 188, 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(23, 133, 162, 0.65), 0 0 100px rgba(23, 133, 162, 0.28), 0 10px 28px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
#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);
}

@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(23, 133, 162, 0.5), 0 0 70px rgba(23, 133, 162, 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(23, 133, 162, 0.68), 0 0 90px rgba(23, 133, 162, 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(23, 133, 162, 0.5);
  }
  55% {
    opacity: 0.75;
    transform: scale(1.2);
    box-shadow: 0 0 0 5px rgba(23, 133, 162, 0);
  }
}
.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(23, 133, 162, 0.55);
  border-left: 1.5px solid rgba(23, 133, 162, 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(23, 133, 162, 0.55);
  border-right: 1.5px solid rgba(23, 133, 162, 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(23, 133, 162, 0.55);
  border-left: 1.5px solid rgba(23, 133, 162, 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(23, 133, 162, 0.55);
  border-right: 1.5px solid rgba(23, 133, 162, 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);
  }
}
@keyframes heroWaveShimmer {
  0%, 100% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0% 0;
  }
}
@keyframes heroTitleGlow {
  0%, 100% {
    filter: drop-shadow(0 0 0 rgba(23, 133, 162, 0));
  }
  50% {
    filter: drop-shadow(0 0 28px rgba(23, 133, 162, 0.42)) drop-shadow(0 0 8px rgba(197, 236, 246, 0.25));
  }
}
@keyframes heroCHCharWave {
  0%, 20%, 100% {
    color: rgba(255, 255, 255, 0.5);
    text-shadow: none;
  }
  10% {
    color: #c5ecf6;
    text-shadow: 0 0 14px rgba(197, 236, 246, 0.75), 0 0 4px rgba(23, 133, 162, 0.45);
  }
}
#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, #c5ecf6, #1785a2);
  will-change: height;
}

#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, #c5ecf6, #1785a2);
  box-shadow: 0 0 6px rgba(23, 133, 162, 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;
  }
}
#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.25) 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: #c5ecf6;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.6em;
}

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

@keyframes heroPainDotPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(23, 133, 162, 0.5);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(23, 133, 162, 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.2;
  letter-spacing: -0.01em;
  margin: 0;
  text-wrap: balance;
}

.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(23, 133, 162, 0.7), transparent);
}

.heroPainGrid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(0.5rem, 1.2vw, 0.875rem);
  align-items: stretch;
}

#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(23, 133, 162, 0.65), transparent);
  border-radius: 0.875rem 0.875rem 0 0;
  transition: opacity 0.28s ease;
}
#heroPain .painItem:hover {
  border-color: rgba(23, 133, 162, 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(23, 133, 162, 0.18);
}
#heroPain .painItem:hover::before {
  background: linear-gradient(to right, transparent, #1785a2, transparent);
}
#heroPain .painNum {
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.55rem, 1vw, 0.65rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #1785a2;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  justify-self: start;
  padding: 0.2em 0.5em;
  background: rgba(23, 133, 162, 0.12);
  border: 1px solid rgba(23, 133, 162, 0.28);
  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(23, 133, 162, 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;
}
#heroPain .painItem {
  transition-delay: 0s;
}

@media (max-width: 1200px) {
  #heroPain .heroPainCardsGrid,
  .heroPainGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  #heroPain .heroPainCardsGrid,
  .heroPainGrid {
    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;
  }
}
@media (max-width: 767px) {
  #heroSidebar {
    display: none;
  }
  .heroCorner--tr,
  .heroCorner--bl {
    display: none;
  }
  #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 .heroLineCH {
    font-size: clamp(2.5rem, 14vw, clamp(3rem, 10vw, 7.5rem));
  }
}
@media (max-width: 480px) {
  .heroStats > :nth-child(n+4) {
    display: none;
  }
}
.desktop-only {
  display: none;
}

.sectionContainer {
  width: min(90%, 72rem);
  margin-inline: auto;
  margin-block: clamp(2rem, 10%, 3rem);
}
.sectionContainer.withLine {
  border: 2px solid #1785a2;
}
.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: #1785a2;
  border: none;
  margin-inline: 0;
}
.pageContent hr.white {
  background: #fff;
}
.pageContent hr.contentLine {
  margin-inline: auto;
  background: #c5ecf6;
  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: #c5ecf6;
}

.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: #1785a2;
  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 #1785a2;
  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: #1785a2;
  text-decoration: none;
}
.readMoreBtn:hover {
  background-color: #1785a2;
  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;
}

.introScrollWrap {
  position: relative;
  min-height: 320vh;
}

.introCanvasViewport {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

.introCanvasLayer {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
}

#introCanvas {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.introCanvasShade {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 55% at 50% 45%, rgba(197, 236, 246, 0.18) 0%, rgba(13, 13, 13, 0.55) 135%, rgba(13, 13, 13, 0.92) 100%);
  pointer-events: none;
}

.introCanvasBlackMask {
  position: absolute;
  inset: 0;
  background: #0d0d0d;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
}

.introScrollContent {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: -100vh;
  margin-top: -100dvh;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.introPanel {
  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(6, 6, 6, 0.94) 0%, rgba(6, 6, 6, 0.82) 65%, transparent 100%);
  pointer-events: auto;
  opacity: 0;
  will-change: opacity, transform;
}

.introTitle {
  opacity: 0;
  will-change: opacity, transform;
}
.introTitle .h2Title {
  color: #fff;
  text-align: left;
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.25;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.8);
  /* 確保標題在窄裝置也能正常換行 */
  overflow-wrap: anywhere;
  word-break: break-word;
}
.introTitle::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  background: linear-gradient(to right, #1785a2, transparent);
  margin-top: 0.85rem;
}

.introTextBlock {
  opacity: 0;
  will-change: opacity, transform;
}
.introTextBlock .contentText {
  color: #fff;
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  line-height: 1.85;
  text-align: left;
  margin: 0;
}

.introPanel-certBar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: flex-start;
  margin: 0;
  width: auto;
  opacity: 0;
  will-change: opacity, transform;
}
.introPanel-certBar span {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  padding: 0.2rem 0.6rem;
}

.introPoster {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  display: grid;
  justify-items: center;
}

.introArticle {
  background: #0d0d0d;
  margin: 0;
  padding: 0;
}

.introArticleInner {
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .introScrollContent {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .introPanel {
    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(6, 6, 6, 0.96) 0%, rgba(6, 6, 6, 0.8) 55%, transparent 100%);
  }
  .introTitle .h2Title {
    font-size: clamp(1.75rem, 3vw, 2.75rem);
  }
}
@media (max-width: 600px) {
  .introScrollWrap {
    min-height: 260vh;
  }
  #painBaSection {
    max-height: 100dvh;
    max-height: 100svh;
  }
  .introCanvasViewport {
    height: 100dvh;
    min-height: -webkit-fill-available;
    min-height: 100dvh;
  }
}
.contentImg2 {
  aspect-ratio: 910/606;
  width: min(100%, 49rem);
  height: auto;
}

.contentImg3 {
  aspect-ratio: 607/404;
  width: min(100%, 49rem);
  height: auto;
}

.coolwavesSvgWrap {
  display: grid;
  justify-items: center;
  grid-template-rows: auto auto;
  row-gap: clamp(0.28rem, 0.8vw, 0.5rem);
  width: min(100%, 49rem);
  margin-inline: auto;
  padding: clamp(0.95rem, 2vw, 1.25rem);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 20px 60px rgba(23, 133, 162, 0.12);
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}
.coolwavesSvgWrap.is-active {
  border-color: rgba(197, 236, 246, 0.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 22px 75px rgba(23, 133, 162, 0.22);
}
.coolwavesSvgWrap svg.coolwavesSvg {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .coolwavesSvg--desktop.contentImg3 {
    aspect-ratio: 630/338;
  }
}
.coolwavesSvgStackMobile {
  display: none;
  width: 100%;
  gap: 0.42rem;
}

.coolwavesSvg--mobile {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.02);
}

.coolwavesLegend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.42rem;
}

.coolwavesBadge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.38rem 0.75rem;
  border-radius: 9999px;
  font-size: clamp(0.75rem, 1.1vw, 0.875rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #1f2937;
  user-select: none;
}
.coolwavesBadge::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 9999px;
  background: var(--dot, rgb(23, 133, 162));
  box-shadow: 0 0 0 3px rgba(23, 133, 162, 0.12);
}

.coolwavesBadge--trad {
  --dot: #ff7a59;
  border-color: rgba(255, 122, 89, 0.28);
}

.coolwavesBadge--onda {
  --dot: #1785a2;
  border-color: rgba(23, 133, 162, 0.42);
}

.coolwavesBadge--cool {
  --dot: #c5ecf6;
  border-color: rgba(197, 236, 246, 0.6);
}

.op-dark .coolwavesSvgWrap {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 22px 75px rgba(23, 133, 162, 0.18);
}
.op-dark .coolwavesBadge {
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .coolwavesSvgWrap {
    width: min(94%, 49rem);
    padding: 0.72rem 0.66rem 0.78rem;
    border-radius: 0.95rem;
    row-gap: 0.62rem;
  }
  .coolwavesSvgWrap svg.coolwavesSvg {
    min-height: clamp(13.8rem, 43vw, 16.8rem);
  }
  .coolwavesSvgWrap .cw-coolIcon {
    transform: scale(0.82);
    transform-origin: 250px 84px;
  }
  .coolwavesSvg--desktop {
    display: none !important;
  }
  .coolwavesSvgStackMobile {
    display: grid;
    grid-template-columns: 1fr;
  }
  .coolwavesLegend {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.38rem;
  }
  .coolwavesBadge {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 0.34rem 0.46rem;
    font-size: clamp(0.69rem, 2.9vw, 0.78rem);
    letter-spacing: 0;
    gap: 0.34rem;
    white-space: nowrap;
  }
}
@media (max-width: 430px) {
  .coolwavesLegend {
    grid-template-columns: 1fr;
  }
  .coolwavesSvgWrap svg.coolwavesSvg {
    min-height: clamp(12.8rem, 46vw, 15.6rem);
  }
  .coolwavesSvgWrap .cw-coolIcon {
    transform: scale(0.72);
    transform-origin: 250px 84px;
  }
}
.attentionGrid {
  display: grid;
  width: min(90%, 55rem);
  margin-inline: auto;
  gap: 1.5rem;
}
.attentionGrid p {
  margin-block: 0;
}

.attentionItemGrid {
  display: grid;
  grid-template-columns: 0.75fr 9fr;
}

.attentionCircle {
  display: flex;
  justify-content: center;
  position: static;
  margin: 0;
  border-radius: 50%;
  width: clamp(1.25rem, 4vw, 3.51rem);
  height: clamp(1.25rem, 4vw, 3.51rem);
  text-align: center;
  font-weight: 700;
  font-size: clamp(0.875rem, 2vw, 2.457rem);
  line-height: 150%;
  letter-spacing: 0em;
  align-items: center;
  background-color: #1785a2;
  color: #fff;
}

.accordion.active, .accordion:hover {
  background-color: #c5ecf6;
}

.panel {
  border-bottom: 0.063rem solid #c5ecf6;
}

.benefitsGrid {
  display: grid;
  gap: 1rem;
  padding-bottom: min(7%, 2rem);
  width: min(84%, 55rem);
  margin-inline: auto;
}

.benefitsItemGrid {
  border-radius: 1.25rem;
  border: 2px solid #1785a2;
  width: 100%;
  display: grid;
  position: relative;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  align-content: center;
  margin-inline: auto;
  transition: all 250ms ease-in-out;
}
.benefitsItemGrid img {
  scale: 0.7;
  filter: brightness(0) saturate(100%) invert(34%) sepia(80%) saturate(500%) hue-rotate(170deg) brightness(90%) contrast(90%);
}
.benefitsItemGrid:hover {
  scale: 1.1;
  z-index: 1;
  background-color: #1785a2;
}
.benefitsItemGrid:hover img {
  filter: brightness(0) contrast(100) invert(93%) sepia(7%) saturate(0%) hue-rotate(147deg) brightness(106%) contrast(108%);
}
.benefitsItemGrid:hover .benefitsItemText {
  color: #fff;
}
.benefitsItemGrid:hover .benefitsNumber {
  color: rgba(255, 255, 255, 0.2);
}

.benefitsGrid:has(.benefitsItemGrid:hover) .benefitsItemGrid:not(:hover) {
  scale: 0.95;
  opacity: 0.5;
}

.benefitsItemText {
  font-size: clamp(0.875rem, 2vw, 1.25rem);
  font-weight: 350;
  width: 80%;
  z-index: 1;
}

.benefitsNumber {
  position: absolute;
  bottom: -4%;
  right: 0%;
  color: #c5ecf6;
  font-size: clamp(4rem, 5vw, 6.52631rem);
  font-weight: 700;
  line-height: 130%;
}

.suitableGrid {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
}
.suitableGrid div:last-child {
  border-bottom: 0px;
}

.suitableItemGrid {
  display: grid;
  grid-template-columns: minmax(auto, 8em) auto;
  width: 90%;
  align-items: center;
  align-content: center;
  margin-inline: auto;
  border-bottom: 0.5px dashed #d9d9d9;
}
.suitableItemGrid img {
  scale: 0.6;
  filter: brightness(0) saturate(100%) invert(34%) sepia(80%) saturate(500%) hue-rotate(170deg) brightness(90%) contrast(90%);
}
.suitableItemGrid.switch {
  grid-template-columns: auto minmax(auto, 8em);
}
.suitableItemGrid.switch img {
  order: 1;
}

.suitableItemText {
  text-align: center;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 400;
  line-height: 150%;
  width: 80%;
  margin-inline: auto;
}

.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%, #1785a2 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: #1785a2;
  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;
  }
}
.ctaButton {
  width: 20em;
  border-radius: 3.125rem;
  background: #1785a2;
  border: none;
  padding: max(1%, 0.5rem) max(4%, 1.5rem);
  transition: all 100ms ease-in-out;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans HK", sans-serif;
  font-size: clamp(0.875rem, 1.5vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.0875rem;
}
.ctaButton:hover {
  background-color: #1fa0c2;
  color: #fff;
  text-decoration: none;
}
.ctaButton:active {
  transform: translate(0px, 3px);
  background-color: #0f5f79;
}

@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 {
    letter-spacing: 0.05em;
  }
  .h2Title.DsmallH2 {
    font-size: 1.875rem;
    text-align: center;
  }
  .h2TitleContainerCenter.DmgTop0 {
    margin-top: 0;
  }
  .DmgTop3pct {
    margin-top: 3%;
  }
  .DmgTop5pct {
    margin-top: 5%;
  }
  .DmgBtm3pct {
    margin-bottom: 3%;
  }
  .DmgBtm10pct {
    margin-bottom: 10%;
  }
  .DmgBlock0 {
    margin-block: 0;
  }
  .DmgBlock4pct {
    margin-block: 4%;
  }
  .Dwidth70 {
    width: 70%;
  }
  .Dwidth85 {
    width: 85%;
  }
  .DmgY5pct {
    margin-block: 5%;
  }
  .DpdTop5pct {
    padding-top: 5%;
  }
  .DpdTop10pct {
    padding-top: 10%;
  }
  .DpdBtm2pct {
    padding-bottom: 2%;
  }
  .DpdBtm5pct {
    padding-bottom: 5%;
  }
  .DpdBtm10pct {
    padding-bottom: 10%;
  }
  .DfontBlack {
    color: #484848;
  }
  .DmarginAuto {
    margin: auto;
  }
  .DmarginY10rem {
    margin-block: 10rem;
  }
  .Dmargin0 {
    margin: 0;
  }
  .DmarginTop1rem {
    margin-top: 1rem;
  }
  .DmarginTop1-5rem {
    margin-top: 1.5rem;
  }
  .DmarginTop3rem {
    margin-top: 3rem;
  }
  .DmgTop5rem {
    margin-top: 5rem;
  }
  .DmarginTop10rem {
    margin-top: 10rem;
  }
  .DmarginBtm1-5rem {
    margin-bottom: 1.5rem;
  }
  .DmarginBtm4rem {
    margin-bottom: 4rem;
  }
  .DmarginBtm7rem {
    margin-bottom: 7rem;
  }
  .DmarginLeft0 {
    margin-left: 0;
  }
  .DalignStart {
    align-items: flex-start;
  }
  .Dpadding0 {
    padding: 0;
  }
  .DpaddingX4rem {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .DpaddingX5rem {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .DpaddingX10rem {
    padding-inline: 10rem;
  }
  .DpaddingY5rem {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .DpaddingTop3rem {
    padding-top: 3rem;
  }
  .DpaddingTop5rem {
    padding-top: 5rem;
  }
  .DpaddingBtm3rem {
    padding-bottom: 3rem;
  }
  .DpaddingBtm10rem {
    padding-bottom: 10rem;
  }
  .Dgap5rem {
    gap: 5rem;
  }
  .DtextCenter {
    text-align: center;
  }
  .DtextLeft {
    text-align: left;
  }
  .Drelative {
    position: relative;
  }
  .Dwidth35 {
    width: 35%;
  }
  .Dwidth40 {
    width: 40%;
  }
  .Dwidth50 {
    width: 50%;
  }
  .Dwidth55 {
    width: 55%;
  }
  .Dwidth100 {
    width: 100%;
  }
  .DgridCol1fr1fr {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .Dorder1 {
    order: 1;
  }
  .pageContent hr {
    width: 5.25rem;
    height: 0.563rem;
    margin-inline: auto;
  }
  .pageContent hr.white {
    width: 7.313rem;
    height: 0.813rem;
    margin-inline: unset;
  }
  .pageContent hr.Dleft {
    width: 7.3125rem;
    height: 0.8125rem;
    flex-shrink: 0;
    margin-inline: unset;
  }
  #heroContent {
    left: clamp(3rem, 8vw, 7rem);
    bottom: clamp(3rem, 8vh, 6rem);
  }
  .heroPainCardsGrid {
    margin-top: min(5vh, 4rem);
  }
  .painText {
    font-weight: 500;
  }
  .contentText.DtextCenter {
    text-align: center;
  }
  .DpdTop0 {
    padding-top: 0;
  }
  .DgrayBG {
    background-color: #faf9f7;
  }
  .benefitsGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefitsItemGrid {
    grid-column: span 1;
  }
  .secondTitle {
    line-height: 2.063rem;
  }
  .suitableGrid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 0;
    width: 80%;
    margin-inline: auto;
  }
  .suitableGrid :nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .suitableItemGrid {
    width: 100%;
    gap: 1rem;
  }
  .suitableItemGrid img {
    scale: 0.8;
  }
  .suitableItemGrid.switch {
    grid-template-columns: minmax(auto, 8em) auto;
  }
  .suitableItemGrid.switch img {
    order: 0;
  }
  .suitableItemText {
    text-align: left;
    margin-inline: initial;
  }
  .sectionContainer.withLine {
    border: 4px solid #1785a2;
  }
  .h2TitleContainer {
    margin: unset;
  }
  .attentionGrid {
    gap: 3rem;
    justify-content: center;
  }
  .attentionItemGrid {
    gap: 1rem;
    align-items: center;
  }
  .ondaPro-areasCardGrid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@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 {
    letter-spacing: 0.05em;
  }
  .h2Title.DsmallH2 {
    font-size: 1.875rem;
    text-align: center;
  }
  .h2TitleContainerCenter.DmgTop0 {
    margin-top: 0;
  }
  .DmgTop3pct {
    margin-top: 3%;
  }
  .DmgTop5pct {
    margin-top: 5%;
  }
  .DmgBtm3pct {
    margin-bottom: 3%;
  }
  .DmgBtm10pct {
    margin-bottom: 10%;
  }
  .DmgBlock0 {
    margin-block: 0;
  }
  .DmgBlock4pct {
    margin-block: 4%;
  }
  .Dwidth70 {
    width: 70%;
  }
  .Dwidth85 {
    width: 85%;
  }
  .DmgY5pct {
    margin-block: 5%;
  }
  .DpdTop5pct {
    padding-top: 5%;
  }
  .DpdTop10pct {
    padding-top: 10%;
  }
  .DpdBtm2pct {
    padding-bottom: 2%;
  }
  .DpdBtm5pct {
    padding-bottom: 5%;
  }
  .DpdBtm10pct {
    padding-bottom: 10%;
  }
  .DfontBlack {
    color: #484848;
  }
  .DmarginAuto {
    margin: auto;
  }
  .DmarginY10rem {
    margin-block: 10rem;
  }
  .Dmargin0 {
    margin: 0;
  }
  .DmarginTop1rem {
    margin-top: 1rem;
  }
  .DmarginTop1-5rem {
    margin-top: 1.5rem;
  }
  .DmarginTop3rem {
    margin-top: 3rem;
  }
  .DmgTop5rem {
    margin-top: 5rem;
  }
  .DmarginTop10rem {
    margin-top: 10rem;
  }
  .DmarginBtm1-5rem {
    margin-bottom: 1.5rem;
  }
  .DmarginBtm4rem {
    margin-bottom: 4rem;
  }
  .DmarginBtm7rem {
    margin-bottom: 7rem;
  }
  .DmarginLeft0 {
    margin-left: 0;
  }
  .DalignStart {
    align-items: flex-start;
  }
  .Dpadding0 {
    padding: 0;
  }
  .DpaddingX4rem {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .DpaddingX5rem {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .DpaddingX10rem {
    padding-inline: 10rem;
  }
  .DpaddingY5rem {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .DpaddingTop3rem {
    padding-top: 3rem;
  }
  .DpaddingTop5rem {
    padding-top: 5rem;
  }
  .DpaddingBtm3rem {
    padding-bottom: 3rem;
  }
  .DpaddingBtm10rem {
    padding-bottom: 10rem;
  }
  .Dgap5rem {
    gap: 5rem;
  }
  .DtextCenter {
    text-align: center;
  }
  .DtextLeft {
    text-align: left;
  }
  .Drelative {
    position: relative;
  }
  .Dwidth35 {
    width: 35%;
  }
  .Dwidth40 {
    width: 40%;
  }
  .Dwidth50 {
    width: 50%;
  }
  .Dwidth55 {
    width: 55%;
  }
  .Dwidth100 {
    width: 100%;
  }
  .DgridCol1fr1fr {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .Dorder1 {
    order: 1;
  }
  .pageContent hr {
    width: 5.25rem;
    height: 0.563rem;
    margin-inline: auto;
  }
  .pageContent hr.white {
    width: 7.313rem;
    height: 0.813rem;
    margin-inline: unset;
  }
  .pageContent hr.Dleft {
    width: 7.3125rem;
    height: 0.8125rem;
    flex-shrink: 0;
    margin-inline: unset;
  }
  #heroContent {
    left: clamp(3rem, 8vw, 7rem);
    bottom: clamp(3rem, 8vh, 6rem);
  }
  .heroPainCardsGrid {
    margin-top: min(5vh, 4rem);
  }
  .painText {
    font-weight: 500;
  }
  .contentText.DtextCenter {
    text-align: center;
  }
  .DpdTop0 {
    padding-top: 0;
  }
  .DgrayBG {
    background-color: #faf9f7;
  }
  .benefitsGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefitsItemGrid {
    grid-column: span 1;
  }
  .secondTitle {
    line-height: 2.063rem;
  }
  .suitableGrid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 0;
    width: 80%;
    margin-inline: auto;
  }
  .suitableGrid :nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .suitableItemGrid {
    width: 100%;
    gap: 1rem;
  }
  .suitableItemGrid img {
    scale: 0.8;
  }
  .suitableItemGrid.switch {
    grid-template-columns: minmax(auto, 8em) auto;
  }
  .suitableItemGrid.switch img {
    order: 0;
  }
  .suitableItemText {
    text-align: left;
    margin-inline: initial;
  }
  .sectionContainer.withLine {
    border: 4px solid #1785a2;
  }
  .h2TitleContainer {
    margin: unset;
  }
  .attentionGrid {
    gap: 3rem;
    justify-content: center;
  }
  .attentionItemGrid {
    gap: 1rem;
    align-items: center;
  }
  .ondaPro-areasCardGrid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.ondaPro-baDisclaimer {
  text-align: center;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  color: #666;
  padding: 0.75rem 1rem 1.5rem;
  margin: 0;
}

.ondaPro-certBar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-start;
  margin: 1.5rem auto 0.5rem;
}
.ondaPro-certBar span {
  font-size: clamp(0.7rem, 1.5vw, 0.85rem);
  font-weight: 600;
  color: #1785a2;
  border: 1.5px solid #1785a2;
  border-radius: 2rem;
  padding: 0.25rem 0.85rem;
  background: #fff;
}

.ondaPro-probeGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 1rem;
  width: min(90%, 55rem);
  margin: 1.5rem auto 0;
}

.ondaPro-probeLayout {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  width: min(90%, 55rem);
  margin: 1.5rem auto 0;
}

.ondaPro-handleCol {
  flex: 0 0 42%;
  min-width: 0;
}

.ondaPro-probeLayout .ondaPro-probeGrid {
  margin: 0;
  width: 100%;
  flex: 1 1 auto;
}

.ondaPro-probeLayout .ondaPro-handlePicker {
  margin: 0;
  width: 100%;
}

@media (min-width: 901px) {
  .sectionContainer.whiteBG.BGpaddingInside .ondaPro-probeLayout {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
    padding-inline: clamp(1rem, 4vw, 3rem);
  }
  .sectionContainer.whiteBG.BGpaddingInside .ondaPro-handleCol {
    flex-basis: 36%;
  }
  .sectionContainer.whiteBG.BGpaddingInside .ondaPro-probeLayout .ondaPro-probeGrid {
    width: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 901px) and (min-width: 1024px) {
  .sectionContainer.whiteBG.BGpaddingInside .ondaPro-probeLayout .ondaPro-probeGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.ondaPro-probeCard {
  border: 2px solid #c5ecf6;
  border-radius: 0.75rem;
  padding: 1.25rem 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  transition: border-color 200ms, box-shadow 200ms, transform 220ms ease, background 220ms ease, opacity 220ms ease;
  cursor: pointer;
}
.ondaPro-probeCard:focus-visible {
  outline: 3px solid rgba(23, 133, 162, 0.45);
  outline-offset: 3px;
}
.ondaPro-probeCard--highlight {
  border-color: #1785a2;
}

.ondaPro-probeMedia {
  height: clamp(4.9rem, 8vw, 6.6rem);
  border-radius: 0.6rem;
  position: relative;
  background: var(--probeBase, rgba(197, 236, 246, 0.12));
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.55rem 0 0.7rem;
  transition: transform 200ms ease;
}
.ondaPro-probeMedia::before {
  content: "";
  position: absolute;
  inset: -14%;
  background: radial-gradient(70% 55% at 35% 20%, rgba(197, 236, 246, 0.28) 0%, rgba(23, 133, 162, 0) 55%), radial-gradient(80% 70% at 70% 75%, var(--probeAccent, rgba(197, 236, 246, 0.38)) 0%, rgba(197, 236, 246, 0) 60%);
  opacity: var(--probeBgOpacity, 0.95);
  z-index: 0;
  pointer-events: none;
}
.ondaPro-probeMedia::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0) 38%);
  opacity: 0.48;
  z-index: 0;
  pointer-events: none;
}

.ondaPro-probeMediaImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.86;
  transform: scale(1.5);
  position: relative;
  z-index: 1;
  transition: transform 220ms ease, opacity 220ms ease, filter 220ms ease;
  will-change: transform;
}

.ondaPro-probeCard[data-probe=deep] {
  --probeBase: rgba(197, 236, 246, 0.16);
  --probeAccent: rgba(197, 236, 246, 0.62);
  --probeBgOpacity: 1;
}

.ondaPro-probeCard[data-probe=pocket] {
  --probeBase: rgba(197, 236, 246, 0.12);
  --probeAccent: rgba(197, 236, 246, 0.78);
  --probeBgOpacity: 1;
}

.ondaPro-probeCard[data-probe=shallow] {
  --probeBase: rgba(197, 236, 246, 0.11);
  --probeAccent: rgba(197, 236, 246, 0.68);
  --probeBgOpacity: 0.98;
}

.ondaPro-probeCard:not(.is-active) {
  opacity: 0.62;
}

.ondaPro-probeCard:not(.is-active) .ondaPro-probeMediaImg {
  opacity: 0.48;
  transform: scale(1);
  filter: grayscale(0.35) saturate(0.35) contrast(0.95);
}

.ondaPro-probeCard:not(.is-active):hover {
  opacity: 1;
  border-color: #1785a2;
  box-shadow: 0 6px 28px rgba(23, 133, 162, 0.18);
  transform: scale(1.02);
}
.ondaPro-probeCard:not(.is-active):hover .ondaPro-probeMediaImg {
  opacity: 1;
  transform: scale(1.5);
  filter: saturate(1.05) contrast(1.03);
}

.ondaPro-probeCard.is-active {
  border-color: #1785a2;
  box-shadow: 0 6px 28px rgba(23, 133, 162, 0.18);
  transform: scale(1.02);
}

.ondaPro-probeCard.is-active .ondaPro-probeMediaImg {
  opacity: 1;
  /* Avoid clipping due to overflow:hidden when scaling up */
  transform: scale(1.5);
  filter: saturate(1.05) contrast(1.03);
}

@media (prefers-reduced-motion: reduce) {
  .ondaPro-probeMediaImg {
    transition: none;
  }
}
.ondaPro-handlePicker {
  width: min(100%, 49rem);
  margin: 0.75rem auto 0;
  position: relative;
  aspect-ratio: 910/606;
  border-radius: 0.9rem;
  overflow: hidden;
  background: transparent url("/img/RWD_img/onda-pro/handle/3-handle.png") center/contain no-repeat;
}

.ondaPro-handlePicker::after {
  display: none;
}

.ondaPro-handleSliceBtn {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  z-index: 2;
  border-radius: 999px;
  outline: none;
}

.ondaPro-handleSliceBtn span {
  display: none;
}

.ondaPro-handleSliceBtn--pocket {
  left: 34%;
  top: 23%;
  width: 33%;
  height: 63%;
}

.ondaPro-handleSliceBtn--shallow {
  left: 63%;
  top: 25%;
  width: 34%;
  height: 62%;
}

.ondaPro-handleSliceBtn--deep {
  left: 3%;
  top: 28%;
  width: 34%;
  height: 60%;
}

.ondaPro-handleSliceBtn::after {
  display: none;
}

.ondaPro-handleSliceBtn.is-active {
  transform: none;
}

.ondaPro-handleSliceBtn.is-active::after {
  display: none;
}

.ondaPro-handleSliceBtn:focus-visible {
  outline: 3px solid rgba(23, 133, 162, 0.45);
  outline-offset: 2px;
}

@media (max-width: 900px) {
  .ondaPro-probeLayout {
    flex-direction: column;
    align-items: center;
  }
  .ondaPro-handleCol {
    flex: initial;
    width: 100%;
  }
  .ondaPro-probeGrid {
    width: min(94%, 55rem);
    grid-template-columns: 1fr;
  }
  .ondaPro-handlePicker {
    aspect-ratio: auto;
    background-position: center top;
    background-size: min(92%, 30rem) auto;
    border-radius: 0.75rem;
    padding-top: min(62vw, 15rem);
    padding-inline: 0.35rem;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    align-items: flex-end;
    justify-content: center;
    overflow: visible;
  }
  .ondaPro-handleSliceBtn {
    position: static;
    width: min(30.5vw, 7.25rem);
    height: auto;
    min-height: 2rem;
    padding: 0.36rem 0.44rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.22);
    transform: none;
    text-align: center;
    flex-shrink: 1;
  }
  .ondaPro-handleSliceBtn::after {
    display: none;
  }
  .ondaPro-handleSliceBtn span {
    display: inline;
    font-size: clamp(0.64rem, 2.55vw, 0.75rem);
    font-weight: 700;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }
  .ondaPro-handleSliceBtn.is-active {
    border-color: rgba(197, 236, 246, 0.9);
    background: rgba(23, 133, 162, 0.62);
    box-shadow: 0 0 0 1px rgba(197, 236, 246, 0.32) inset;
    transform: none;
  }
  .ondaPro-probeCard {
    display: none;
    padding: 1.1rem 1.1rem 0.9rem;
  }
  .ondaPro-probeCard.is-active {
    display: flex;
  }
  .ondaPro-probeMedia {
    height: clamp(4.2rem, 20vw, 5.4rem);
    margin: 0.45rem 0 0.6rem;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .ondaPro-probeGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(96%, 72rem);
  }
  .ondaPro-handlePicker {
    aspect-ratio: auto;
    background-position: center top;
    background-size: min(76%, 25.5rem) auto;
    padding-top: min(36vw, 12rem);
    padding-bottom: 0.3rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.55rem;
  }
  .ondaPro-handleSliceBtn {
    width: min(24vw, 8.5rem);
    min-height: 2.15rem;
    padding: 0.42rem 0.5rem;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.22);
  }
  .ondaPro-handleSliceBtn span {
    display: inline;
    font-size: clamp(0.68rem, 1.45vw, 0.78rem);
  }
  .ondaPro-probeCard {
    display: flex;
  }
}
@media (max-width: 420px) {
  .ondaPro-probeMedia {
    height: 4.9rem;
  }
  .ondaPro-probeDepth {
    font-size: clamp(1.35rem, 5vw, 1.8rem);
  }
  .ondaPro-probeName {
    font-size: clamp(0.95rem, 4.5vw, 1.15rem);
  }
}
.ondaPro-probeDepth {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  color: #1785a2;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.ondaPro-probeName {
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #484848;
  margin: 0 0 0.4rem;
}

.ondaPro-probeDesc {
  font-size: clamp(0.8rem, 1.5vw, 0.95rem);
  color: #666;
  margin: 0 0 0.6rem;
  line-height: 1.5;
}

.ondaPro-probeRatio {
  font-size: 0.75rem;
  font-weight: 600;
  color: #1785a2;
  background: #c5ecf6;
  border-radius: 1rem;
  padding: 0.2rem 0.65rem;
  display: inline-block;
}

.ondaPro-processGrid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: min(90%, 55rem);
  margin: 1.5rem auto 0;
}

.ondaPro-processItem {
  display: grid;
  grid-template-columns: 3rem 1fr;
  align-items: flex-start;
}

.ondaPro-processCircle {
  width: clamp(2rem, 4vw, 3.5rem);
  height: clamp(2rem, 4vw, 3.5rem);
  font-size: clamp(0.875rem, 2vw, 1.5rem);
  background-color: #1785a2;
}

.ondaPro-processTitle {
  font-size: clamp(1rem, 2vw, 1.1rem);
  font-weight: 700;
  color: #1785a2;
  margin: 0 0 0.25rem;
}

.ondaPro-statsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 1rem;
  margin: 0 auto 1rem;
  width: min(90%, 72rem);
}

.ondaPro-statCard {
  background: #f7fbfd;
  border: 2px solid #c5ecf6;
  border-radius: 0.75rem;
  padding: 1.5rem 1.25rem 1.25rem;
  text-align: center;
  transition: border-color 200ms, box-shadow 200ms;
}
.ondaPro-statCard:hover {
  border-color: #1785a2;
  box-shadow: 0 4px 20px rgba(23, 133, 162, 0.1);
}

.ondaPro-statNum {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #1785a2;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.ondaPro-statNum span {
  font-size: 0.5em;
  font-weight: 600;
  color: #1785a2;
}

.ondaPro-statDesc {
  font-size: clamp(0.85rem, 1.5vw, 1rem);
  color: #484848;
  font-weight: 500;
  margin: 0 0 0.4rem;
  line-height: 1.4;
}

.ondaPro-statCard small {
  font-size: 0.72rem;
  color: #666;
  display: block;
  line-height: 1.4;
}

.ondaPro-areasWrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.ondaPro-areasGroupLabel {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 700;
  color: #1785a2;
  margin: 0 0 1rem;
  letter-spacing: 0.05em;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #c5ecf6;
}

.ondaPro-areasGroupIcon {
  color: #1785a2;
  font-size: 0.75em;
}

.ondaPro-areasCardGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 0.75rem;
}

.ondaPro-areaCard {
  border: 1.5px solid #c5ecf6;
  border-radius: 0.75rem;
  padding: 0.9rem 1rem 0.75rem;
  background: #f7fbfd;
  transition: border-color 200ms, box-shadow 200ms;
}
.ondaPro-areaCard:hover {
  border-color: #1785a2;
  box-shadow: 0 3px 14px rgba(23, 133, 162, 0.12);
}

.ondaPro-areaCardTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
  flex-wrap: wrap;
}

.ondaPro-areaName {
  font-size: clamp(1rem, 2vw, 1.1rem);
  font-weight: 700;
  color: #484848;
}

.ondaPro-areaProbe {
  font-size: clamp(0.65rem, 1.2vw, 0.75rem);
  font-weight: 600;
  color: #1785a2;
  background: #c5ecf6;
  border-radius: 1rem;
  padding: 0.15rem 0.55rem;
  white-space: nowrap;
}

.ondaPro-areaGoal {
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  color: #666;
  margin: 0;
  line-height: 1.45;
}

@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, #1785a2 0%, #3aa8c2 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: 0px;
}
@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: row;
  text-align: left;
}
.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: 0px;
  }
  .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;
}

.marginBtm1rem {
  margin-bottom: 1rem;
}

.margin0 {
  margin: 0;
}

.op-dark {
  background: #0d0d0d;
}
.op-dark .whiteBG {
  background-color: #0d0d0d;
}
.op-dark .grayBG {
  background: #0f0f0f;
}
.op-dark hr:not(.white):not(.contentLine) {
  background: rgba(23, 133, 162, 0.4);
}
.op-dark hr.white {
  background: rgba(197, 236, 246, 0.25);
}
.op-dark hr.contentLine {
  background: linear-gradient(to right, transparent, rgba(23, 133, 162, 0.3), transparent);
  height: 1px;
}
.op-dark .sectionContainer.withLine {
  border-color: rgba(23, 133, 162, 0.25);
}
.op-dark .readMoreBtn {
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.5);
}
.op-dark .readMoreBtn:hover {
  border-color: #1785a2;
  color: #c5ecf6;
  background-color: rgba(23, 133, 162, 0.08);
}

.op-dark {
  color: rgba(255, 255, 255, 0.85);
}
.op-dark .fontBlack {
  color: rgba(255, 255, 255, 0.85);
}
.op-dark .fontMainColor {
  color: #c5ecf6;
}
.op-dark .h2Title {
  color: #fff;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
}
.op-dark .op2-section-title {
  color: #fff;
}
.op-dark .op2-title-accent {
  color: #c5ecf6;
}
.op-dark .secondTitle {
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.28em;
  font-size: clamp(0.7rem, 1.4vw, 0.85rem);
}
.op-dark .secondTitle5 {
  color: rgba(255, 255, 255, 0.92);
}
.op-dark .ENTitle {
  font-size: clamp(0.68rem, 1.3vw, 0.82rem);
  color: #c5ecf6;
  letter-spacing: 0.36em;
  font-weight: 400;
}
.op-dark .ENTitle .fontMainColor {
  display: block;
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  color: #fff;
  font-family: "Noto Sans HK", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 0.6rem;
}
.op-dark .contentText {
  color: #fff;
}
.op-dark strong {
  color: #c5ecf6;
}
.op-dark .contentImg1,
.op-dark .contentImg2,
.op-dark .contentImg3 {
  border-radius: 0.5rem;
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.55);
}

.op-dark .BAHeader {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding-block: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 3vw, 2.5rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.op-dark .BAHeaderMain {
  flex: 1 1 auto;
  min-width: 0;
}
.op-dark .BAEyebrow {
  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: #c5ecf6;
  margin: 0 0 0.65rem;
  opacity: 0.85;
}
.op-dark .BAMainTitle {
  font-family: "Noto Sans HK", sans-serif;
  font-size: clamp(1.75rem, 4.5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
  text-wrap: balance;
}
.op-dark .BAMainTitle span {
  color: #c5ecf6;
}
.op-dark .BAHeaderAccent {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.6rem;
  padding-bottom: 0.25rem;
}
.op-dark .BADecorLine {
  display: block;
  width: clamp(2.5rem, 6vw, 4rem);
  height: 1px;
  background: linear-gradient(to left, rgba(23, 133, 162, 0.9), rgba(23, 133, 162, 0.1));
  align-self: flex-end;
}
.op-dark .BADecorLabel {
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.625rem, 1.3vw, 0.8rem);
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  white-space: nowrap;
}
@media (max-width: 600px) {
  .op-dark .BAHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding-block: 2rem 1.25rem;
  }
  .op-dark .BAHeaderAccent {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
  }
  .op-dark .BADecorLine {
    width: 2rem;
    background: linear-gradient(to right, rgba(23, 133, 162, 0.9), rgba(23, 133, 162, 0.1));
  }
}
.op-dark .before figcaption {
  background: #d9d9d9;
  border: 1px solid transparent;
  color: #484848;
}
.op-dark .after figcaption {
  background: #1785a2;
  border-color: transparent;
  color: #fff;
}
.op-dark .slider-with-animated-handle {
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.65);
}
.op-dark .ondaPro-baDisclaimer {
  color: rgba(255, 255, 255, 0.28);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 1.25rem;
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
  text-align: center;
  width: min(90%, 60rem);
  margin-inline: auto;
  font-size: clamp(0.65rem, 1.2vw, 0.75rem);
  letter-spacing: 0.02em;
  line-height: 1.7;
}

.op-dark .ondaPro-certBar {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 1.25rem;
  margin-top: 1.75rem;
}
.op-dark .ondaPro-certBar span {
  background: rgba(23, 133, 162, 0.1);
  border: 1px solid rgba(23, 133, 162, 0.3);
  color: #c5ecf6;
}

.op-dark .ondaPro-probeCard:not(.is-active):not(:hover) {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}
.op-dark .ondaPro-probeCard--highlight:not(.is-active):not(:hover) {
  background: rgba(23, 133, 162, 0.1);
  border-color: rgba(23, 133, 162, 0.45);
}
.op-dark .ondaPro-probeDepth {
  color: #c5ecf6;
}
.op-dark .ondaPro-probeName {
  color: #fff;
}
.op-dark .ondaPro-probeDesc {
  color: rgba(255, 255, 255, 0.58);
}
.op-dark .ondaPro-probeRatio {
  background: rgba(23, 133, 162, 0.18);
  color: #c5ecf6;
}

.op-dark .ondaPro-processTitle {
  color: #c5ecf6;
}
.op-dark .ondaPro-processCircle {
  background: #1785a2;
  border: none;
  color: #fff;
}

.baSection {
  background: #0d0d0d;
  padding: 0 0 clamp(3rem, 6vw, 5rem);
  overflow: visible;
}

.baStickyHeader {
  padding-top: clamp(2.5rem, 6vw, 5rem);
  width: 100%;
}

.baGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  width: min(92%, 92rem);
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .baGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .baGrid {
    grid-template-columns: 1fr;
  }
}

.baCard {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  padding: 0.85rem 0.85rem 0.75rem;
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 300ms ease, background 300ms ease;
}
.baCard:hover {
  border-color: rgba(23, 133, 162, 0.4);
  background: rgba(23, 133, 162, 0.06);
}

.baCardLabel {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.baCardNum {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1785a2;
  opacity: 0.7;
}

.baCardArea {
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

.baSliderWrap {
  position: relative;
  width: 100%;
  aspect-ratio: 5/3;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media (max-width: 640px) {
  .baSliderWrap {
    min-height: 0;
  }
}

.baSlider {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  display: block;
  --divider-width: 2px;
  --divider-color: rgba(255, 255, 255, 0.7);
  --default-handle-color: rgba(255, 255, 255, 0.9);
  --default-handle-opacity: 1;
}
.baSlider figure,
.baSlider figure[slot=first],
.baSlider figure[slot=second] {
  margin: 0;
  padding: 0;
  height: 100% !important;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.baSlider .compare-image,
.baSlider img[slot=first],
.baSlider img[slot=second] {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  display: block;
  object-fit: cover;
}

.baContourDown .compare-image {
  object-position: 50% 60%;
}

.ondaPro-baDisclaimer {
  width: min(92%, 72rem);
  margin: clamp(1rem, 2vw, 1.5rem) auto 0;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.6;
}

.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: #1785a2;
  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: #1785a2;
  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(23, 133, 162, 0.35) 15%, rgba(23, 133, 162, 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(23, 133, 162, 0.12);
}

.op2-step-num {
  width: clamp(2rem, 4vw, 2.75rem);
  height: clamp(2rem, 4vw, 2.75rem);
  border-radius: 50%;
  background: #1785a2;
  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(23, 133, 162, 0.15), 0 2px 12px rgba(23, 133, 162, 0.3);
  transition: box-shadow 250ms ease;
}
.op2-process-step:hover .op2-step-num {
  box-shadow: 0 0 0 6px rgba(23, 133, 162, 0.22), 0 4px 18px rgba(23, 133, 162, 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: #c5ecf6;
  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, #1785a2 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(23, 133, 162, 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 #c5ecf6;
  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: #1785a2;
  box-shadow: 0 4px 20px rgba(23, 133, 162, 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: #1785a2;
  letter-spacing: -0.02em;
}
.op2-stat-sm-num span {
  font-size: 0.48em;
  font-weight: 600;
  vertical-align: super;
  color: #1785a2;
}

.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(23, 133, 162, 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 #c5ecf6;
  border-radius: 1.25rem;
  background: #f7fbfd;
  transition: border-color 250ms, box-shadow 250ms, transform 250ms;
}
.op2-candidate-card:hover {
  border-color: #1785a2;
  box-shadow: 0 6px 24px rgba(23, 133, 162, 0.12);
  transform: translateY(-3px);
}

.op2-candidate-icon {
  width: clamp(2.75rem, 5.5vw, 4rem);
  height: clamp(2.75rem, 5.5vw, 4rem);
  color: #1785a2;
  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(23, 133, 162, 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: #1785a2;
  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(23, 133, 162, 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(23, 133, 162, 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(23, 133, 162, 0.15);
  stroke: #1785a2;
  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(23, 133, 162, 0.8));
}

.op2-hotspot--back {
  stroke-dasharray: 3 2.5;
  fill: rgba(23, 133, 162, 0.08);
}

.op2-hotspot-wrap.is-active .op2-hotspot {
  fill: #1785a2;
  animation: none;
  transform: scale(1.45);
  filter: drop-shadow(0 0 5px rgba(23, 133, 162, 0.55));
}

@media (hover: hover) and (pointer: fine) {
  .op2-hotspot-wrap.is-active .op2-hotspot-hit {
    fill: rgba(23, 133, 162, 0.08);
    stroke: rgba(23, 133, 162, 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(23, 133, 162, 0.16);
    stroke: rgba(23, 133, 162, 0.56);
    stroke-width: 1.1;
  }
  70% {
    fill: rgba(23, 133, 162, 0.04);
    stroke: rgba(23, 133, 162, 0.24);
    stroke-width: 1.7;
  }
  100% {
    fill: rgba(23, 133, 162, 0.08);
    stroke: rgba(23, 133, 162, 0.48);
    stroke-width: 1.1;
  }
}
.op2-figure-note {
  font-size: clamp(0.6rem, 1vw, 0.68rem);
  color: rgba(23, 133, 162, 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: #1785a2;
  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: #1785a2;
  margin: 0 0 1.1rem;
  letter-spacing: 0.04em;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #c5ecf6;
}

.op2-areas-group-icon {
  color: #1785a2;
  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 #c5ecf6;
  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: #1785a2;
  box-shadow: 0 4px 20px rgba(23, 133, 162, 0.14);
  transform: translateY(-2px);
}
.op2-area-card.is-active {
  background: rgba(23, 133, 162, 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: #1785a2;
  background: #c5ecf6;
  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(23, 133, 162, 0.15);
  border-radius: 1rem;
  background: #f9fdfe;
  transition: border-color 200ms, box-shadow 200ms;
}
.op2-attention-item:hover {
  border-color: rgba(23, 133, 162, 0.4);
  box-shadow: 0 4px 16px rgba(23, 133, 162, 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: #1785a2;
  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(23, 133, 162, 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: #1785a2;
}
.FAQsection .accordion.active .op2-faq-num {
  background: #1785a2;
  color: #fff;
  border-color: #1785a2;
}
.FAQsection .accordion.active .op2-faq-q {
  color: #1785a2;
}
.FAQsection .accordion.active .op2-faq-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}
.FAQsection .accordion:focus-visible {
  outline: 2px solid #1785a2;
  outline-offset: 3px;
}

.FAQsection .panel {
  border-bottom: 1px solid rgba(23, 133, 162, 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(23, 133, 162, 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: #1785a2;
  border: 1.5px solid #c5ecf6;
  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(23, 133, 162, 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: #1785a2;
  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(23, 133, 162, 0.06);
  border-color: #1785a2;
}
.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: #1785a2;
  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(23, 133, 162, 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(23, 133, 162, 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(23, 133, 162, 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(23, 133, 162, 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(197, 236, 246, 0.5) 42%, rgba(23, 133, 162, 0.42) 50%, rgba(197, 236, 246, 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(23, 133, 162, 0.1);
}
.op2-benefits-wrap .op2-benefit-card:hover {
  background: #1785a2;
  border-color: #1785a2;
  box-shadow: 0 8px 28px rgba(23, 133, 162, 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);
}

.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(23, 133, 162, 0.14), inset 0 1px 0 rgba(23, 133, 162, 0.06);
    transform: translateY(-3px);
  }
}
.op-doc-card:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(23, 133, 162, 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;
  }
}
.surgeryPointsGrid {
  align-items: start;
}
@media (min-width: 1024px) {
  .surgeryPointsGrid {
    margin-inline: 0%;
  }
}
@media (min-width: 1920px) {
  .surgeryPointsGrid {
    margin-inline: 10%;
  }
}

.surgeryPointsTitle {
  font-size: clamp(0.8rem, 1.2vw, 1.25rem);
}

.surgeryPointsContent {
  color: #484848;
  font-size: clamp(0.75rem, 1vw, 1rem);
  font-weight: 350;
}

.title28and32 {
  font-size: clamp(1.5rem, 5vw, 2.875rem);
}

@media (min-width: 1024px) {
  .DimgCover.left {
    object-position: 5% 50%;
  }
}

.h2Title.DsmallH2 {
  font-size: clamp(1.5rem, 1.5vw, 1.875rem);
  text-align: start;
}
.h2Title.DsmallH2.textCenter {
  text-align: center;
}

.moreCaseTitle {
  font-size: clamp(0.675rem, 1.5vw, 1.59331rem);
  width: 90%;
}

.moreCaseGrid {
  display: grid;
  grid-template-rows: auto minmax(auto, 3rem) 1fr;
  justify-items: center;
  align-items: center;
}

.moreCaseTitle {
  font-size: clamp(0.675rem, 1vw, 1.59331rem);
  width: 90%;
}

.moreCaseButton {
  font-size: clamp(0.65rem, 1.5vw, 1.25rem);
}

.h2TitleContainerCenter {
  text-align: center;
  margin-top: min(3rem, 8%);
}
.h2TitleContainerCenter.width90 {
  width: 90%;
  margin-inline: auto;
}

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

.suitableItemGrid {
  grid-template-columns: minmax(auto, 7em) 11em;
}
@media (min-width: 1024px) {
  .suitableItemGrid {
    grid-template-columns: minmax(auto, 7em) auto;
  }
}

.h2Title.specialist {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.mainDoctorTitle .smaller,
.mainDoctorTitle2 .smaller {
  font-size: clamp(0.82rem, 2vw, 2rem);
}

.mainDoctorRemind {
  font-size: clamp(0.6rem, 2.75vw, 1.5rem);
}

.mainDoctorText {
  letter-spacing: normal;
}

.title28and32 .docTitle {
  font-size: clamp(1rem, 3vw, 2.5rem);
}

.title28and32 .secondLine {
  font-size: clamp(1.45rem, 5vw, 3rem);
}

.secondTitle4 {
  font-size: clamp(0.875rem, 3vw, 1.35rem);
}

.secondTitle5 {
  width: min(82%, 49rem);
  margin-inline: auto;
  text-align: start;
}
.secondTitle5.textCenter {
  text-align: center;
}
.secondTitle5.fullwidth {
  width: 100%;
}

.doctorSkillsText {
  font-size: clamp(0.6rem, 2vw, 1.2rem);
}

.mainDoctorSurgeryGrid {
  grid-template-columns: unset;
}
.mainDoctorSurgeryGrid .mainDoctorSurgeryImg1,
.mainDoctorSurgeryGrid .mainDoctorSurgeryImg2 {
  transform: unset;
  scale: unset;
}

.doctorSkillsGrid {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .doctorSkillsGrid {
    width: 75%;
  }
}

.equipmentItemGrid {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
}

.overlayText {
  font-size: clamp(0.6rem, 1.25vw, 1.15rem);
}

.serviceTitleDiv h3 {
  font-size: clamp(0.7rem, 1vw, 1.25rem);
}

.serviceTitleDiv {
  line-height: unset;
  letter-spacing: unset;
  justify-content: flex-start;
}

.numberCircle {
  margin-left: 5%;
}

.mainProcessImgText p {
  font-size: clamp(0.725rem, 2vw, 0.75rem);
  width: 85%;
  letter-spacing: 0.02rem;
  text-align: left;
}

.h2Title.smaller {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.contentText {
  text-align: start;
}

.equipment2Content {
  text-align: start;
}

.panel {
  text-align: start;
}

.secondTitle2 {
  text-align: unset;
}

.title28and32 {
  text-transform: unset;
}

.order2 {
  order: 2;
}

.smaller2 {
  font-size: clamp(1.5rem, 3vw, 2.875rem);
}

.lineHChange {
  line-height: 2.3;
}

.IntroBtnText {
  height: unset;
  font-size: clamp(0.9rem, 1.5vw, 1.3rem);
  padding: 5% 2%;
}

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

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

.ENTitle {
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 0.8;
  color: #484848;
}

.hidden-for-seo {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.h2Title .smaller4,
.h2Title.smaller4 {
  line-height: normal;
}

.ENTitle .lowerCase {
  text-transform: lowercase;
}

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

.pageContent.fontEN {
  letter-spacing: 0.01em;
}

.pageContent.fontEN .heroTagline,
.pageContent.fontEN .heroSub {
  letter-spacing: 0.02em;
}

.pageContent.fontEN .heroPainTitle,
.pageContent.fontEN .h2Title,
.pageContent.fontEN .secondTitle5,
.pageContent.fontEN .op2-section-title {
  line-height: 1.3;
}

.pageContent.fontEN .contentText,
.pageContent.fontEN .op2-faq-answer,
.pageContent.fontEN .op2-compare-table td {
  line-height: 1.75;
}

.pageContent.fontEN #heroContent .heroLineEN {
  font-size: clamp(0.82rem, 1.45vw, 1.2rem);
  letter-spacing: 0.05em;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.32em;
  max-width: min(90vw, 23rem);
}

.pageContent.fontEN #heroContent .heroLineEN .heroCHChar {
  display: inline-block;
  white-space: nowrap;
}

/*# sourceMappingURL=onda-pro_en.css.map */
