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

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

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

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

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

.mg0 {
  margin: 0;
}

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

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

.mgBtm0 {
  margin-bottom: 0;
}

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

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

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

.pdBtm1rem {
  padding-bottom: 1rem;
}

.pdBtm2rem {
  padding-bottom: 2rem;
}

.pdTop0 {
  padding-top: 0;
}

.textCenter {
  text-align: center;
}

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

.fontWhite {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

.before,
.after {
  margin: 0;
}

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

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

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

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

.BGpadding {
  padding-block: 1vh;
}

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

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

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

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

.mg0 {
  margin: 0;
}

.pdTop5pct {
  padding-top: 5%;
}

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

.pdBtm0 {
  padding-bottom: 0%;
}

.pdBtm1pct {
  padding-bottom: 1%;
}

.pdBtm3pct {
  padding-bottom: 3%;
}

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

.pdBtm7pct {
  padding-bottom: 7%;
}

.pdBtm10pct {
  padding-bottom: 10%;
}

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

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

.pd2p4p {
  padding: 2% 4%;
}

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

.mgXauto {
  margin-inline: auto;
}

.mgBlock0 {
  margin-block: 0;
}

.mgBlock2pct {
  margin-block: 2%;
}

.mgBlock4pct {
  margin-block: 4%;
}

.mgBlock10pct {
  margin-block: 10%;
}

.mgTop0 {
  margin-top: 0;
}

.mgTop7 {
  margin-top: 7%;
}

.mgTop10 {
  margin-top: 10%;
}

.mgBtm0 {
  margin-bottom: 0;
}

.mgBtm5pct {
  margin-bottom: 5%;
}

.fontMainColor {
  color: #ef7d00;
}

.fontMainColor2 {
  color: #ef7d00;
}

.fontSubColor {
  color: #fff4e8;
}

.fontBlack {
  color: #484848;
}

.fontUdline {
  text-decoration: underline;
}

.textCenter {
  text-align: center;
}

.lineHeight0 {
  line-height: 0;
}

.lineHeight50 {
  line-height: 50%;
}

.fontW400 {
  font-weight: 400;
}

.fontW500 {
  font-weight: 500;
}

.fontW600 {
  font-weight: 600;
}

.fontW700 {
  font-weight: 700;
}

.justifyStart {
  justify-content: start;
}

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

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

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

.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: #ef7d00;
  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 #ef7d00;
  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: #ef7d00;
  text-decoration: none;
}
.readMoreBtn:hover {
  background-color: #ef7d00;
  color: #fff;
  transition: all 250ms ease-in;
}

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

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

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

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

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

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

.op2-eyebrow {
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.625rem, 1.1vw, 0.7rem);
  font-weight: 500;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #ef7d00;
  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: #ef7d00;
  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(239, 125, 0, 0.35) 15%, rgba(239, 125, 0, 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(239, 125, 0, 0.12);
}

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

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

.op2-candidate-icon {
  width: clamp(2.75rem, 5.5vw, 4rem);
  height: clamp(2.75rem, 5.5vw, 4rem);
  color: #ef7d00;
  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(239, 125, 0, 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: #ef7d00;
  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(239, 125, 0, 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(239, 125, 0, 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(239, 125, 0, 0.15);
  stroke: #ef7d00;
  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(239, 125, 0, 0.8));
}

.op2-hotspot--back {
  stroke-dasharray: 3 2.5;
  fill: rgba(239, 125, 0, 0.08);
}

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

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

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

.FAQsection .panel {
  border-bottom: 1px solid rgba(239, 125, 0, 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(239, 125, 0, 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: #ef7d00;
  border: 1.5px solid #fff4e8;
  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(239, 125, 0, 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: #ef7d00;
  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(239, 125, 0, 0.06);
  border-color: #ef7d00;
}
.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: #ef7d00;
  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(239, 125, 0, 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(239, 125, 0, 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(239, 125, 0, 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(239, 125, 0, 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(255, 244, 232, 0.5) 42%, rgba(239, 125, 0, 0.42) 50%, rgba(255, 244, 232, 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(239, 125, 0, 0.1);
}
.op2-benefits-wrap .op2-benefit-card:hover {
  background: #ef7d00;
  border-color: #ef7d00;
  box-shadow: 0 8px 28px rgba(239, 125, 0, 0.35);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 639px) {
  .op-doc-card__body {
    padding: 0.55rem 0.65rem 0.45rem;
  }
  .op-doc-card__type {
    font-size: clamp(0.62rem, 2.6vw, 0.72rem);
    letter-spacing: 0.26em;
  }
  .op-doc-card__name {
    font-size: clamp(0.88rem, 3.1vw, 1rem);
  }
  .op-doc-card__creds li {
    font-size: clamp(0.62rem, 2.5vw, 0.75rem);
    padding-left: 0.72rem;
  }
  .op-doc-card__footer {
    padding: 0.45rem 0.65rem 0.55rem;
  }
  .op-doc-card__cta {
    font-size: clamp(0.62rem, 2.5vw, 0.75rem);
  }
}
@media (max-width: 480px) {
  .op-doc-card__photo {
    aspect-ratio: 4/5;
  }
}
:root {
  --page-accent: #ef7d00;
  --page-accent-2: #fff4e8;
  --mainColorBG: #fff4e8;
  --wb-dark-card-bg: rgba(255, 255, 255, 0.07);
  --wb-dark-card-bg-strong: rgba(255, 255, 255, 0.09);
  --wb-dark-card-border: rgba(239, 125, 0, 0.26);
  --wb-dark-card-border-strong: rgba(239, 125, 0, 0.42);
  --wb-dark-card-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 38px rgba(0, 0, 0, 0.34);
  --wb-type-heading: #1a1a1a;
  --wb-type-body: #484848;
  --wb-type-muted: #666;
  --wb-type-body-on-dark: rgba(255, 255, 255, 0.85);
  --wb-type-card-title: clamp(1rem, 1.4vw, 1.125rem);
}

#tech .op2-section-desc,
#tech .wb-section-desc,
#advantages .op2-section-desc,
#advantages .wb-section-desc,
#areas .op2-section-desc,
#areas .wb-section-desc,
#compare .op2-section-desc,
#compare .wb-section-desc,
#cases .op2-section-desc,
#cases .wb-section-desc,
#frequency .op2-section-desc,
#frequency .wb-section-desc,
#suitable .op2-section-desc,
#suitable .wb-section-desc,
#combo .op2-section-desc,
#combo .wb-section-desc,
#faq .op2-section-desc,
#faq .wb-section-desc,
#attention .op2-section-desc,
#attention .wb-section-desc {
  max-width: min(100%, 48rem);
  margin: clamp(0.75rem, 1.5vw, 1rem) auto 0;
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  text-wrap: pretty;
  color: var(--wb-type-body);
}

#tech .op2-section-desc,
#tech .wb-section-desc,
#advantages .op2-section-desc,
#advantages .wb-section-desc,
#frequency .op2-section-desc,
#frequency .wb-section-desc,
#suitable .op2-section-desc,
#suitable .wb-section-desc {
  max-width: min(100%, 48rem);
  margin: clamp(0.75rem, 1.5vw, 1rem) auto 0;
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  text-wrap: pretty;
  color: var(--wb-type-body-on-dark);
}
#tech .op2-section-title,
#advantages .op2-section-title,
#frequency .op2-section-title,
#suitable .op2-section-title {
  color: #fff;
}

#advantages .gs-benefits-list__title {
  font-size: var(--wb-type-card-title);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  text-wrap: balance;
  color: #fff;
}
#advantages .gs-benefits-list__text {
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: var(--wb-type-body-on-dark);
}
#advantages .gs-benefits-visual__tag {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wb-type-body-on-dark);
}

#combo .op2-section-title,
#cases .op2-section-title,
#compare .op2-section-title,
#areas .op2-section-title,
#faq .op2-section-title,
#attention .op2-section-title {
  color: var(--wb-type-heading);
}

html {
  scroll-behavior: auto;
  max-width: 100%;
  overflow-x: clip;
  background: #fff;
}

body.winback-page {
  overflow-x: clip;
}

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

.winback-page {
  max-width: 100%;
  background: #fff;
  color: #fff;
}

.wb-darkBG {
  background: #000000;
  color: #fff;
}

.wb-lightBG {
  background: #fff;
  color: #1a1a1a;
}

#tech.wb-darkBG {
  background: radial-gradient(ellipse 58% 48% at 90% 8%, rgba(239, 125, 0, 0.16) 0%, transparent 58%), radial-gradient(ellipse 40% 35% at 8% 92%, rgba(239, 125, 0, 0.07) 0%, transparent 62%), #000000;
}

.wb-darkBG {
  background: radial-gradient(ellipse 58% 48% at 90% 8%, rgba(239, 125, 0, 0.16) 0%, transparent 58%), radial-gradient(ellipse 40% 35% at 8% 92%, rgba(239, 125, 0, 0.07) 0%, transparent 62%), #000000;
}

#advantages.op2-benefits-wrap .sectionContainer,
#advantages.op2-benefits-wrap .whiteBG {
  background: transparent !important;
}

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

#compare.op2-comparison-section {
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%) !important;
}

.wb-cases-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

#combo.wb-combo-section {
  padding-block: clamp(5rem, 10vw, 8rem);
  background: linear-gradient(180deg, #faf9f6 0%, #f3eee6 100%);
}
#combo.wb-combo-section .op2-eyebrow {
  color: #ef7d00;
}

.fontMainColor {
  color: #ef7d00;
}

.pageContent {
  width: 100%;
  max-width: 100%;
  background: transparent;
}

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

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

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

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

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

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

@media (max-width: 640px) {
  #heroContent {
    left: calc(1.25rem + env(safe-area-inset-left, 0px));
    right: calc(1.25rem + env(safe-area-inset-right, 0px));
    bottom: calc(clamp(2.5rem, 6vh, 4rem) + env(safe-area-inset-bottom, 0px));
  }
  #heroContent .heroTagline {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
  }
  #heroContent .heroSub {
    font-size: 0.6rem;
    letter-spacing: 0.14em;
    max-width: calc(100% - 4.8rem);
    line-height: 1.45;
  }
}
#heroScrollCue {
  position: absolute;
  bottom: calc(clamp(5.75rem, 13vh, 7rem) + env(safe-area-inset-bottom, 0px));
  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;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
#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, #fff4e8, #ef7d00);
  box-shadow: 0 0 6px rgba(239, 125, 0, 0.7);
  animation: scrollCueChase 2s cubic-bezier(0.37, 0, 0.63, 1) infinite;
  animation-delay: 0.8s;
}

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

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

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

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

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

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

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

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

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

.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(239, 125, 0, 0.7), transparent);
}

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

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

@media (max-width: 1200px) {
  #heroPain .heroPainCardsGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .heroPainTitle {
    font-size: clamp(1.4rem, 6vw, 1.8rem);
    line-height: 1.38;
  }
  .heroPainTitle .heroPainTitle__line {
    display: block;
  }
  .heroPainTitle .heroPainTitle__line--accent {
    margin-top: 0.12em;
  }
  #heroPain .heroPainCardsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.46rem;
  }
  #heroPain .painItem {
    padding: 0.45rem 0.38rem 0.5rem;
    gap: 0.38rem;
    min-height: clamp(6.4rem, 27vw, 7.6rem);
  }
  #heroPain .painImage {
    height: clamp(80px, 12.6vw, 120px);
    width: clamp(80px, 12.6vw, 120px);
  }
  #heroPain .painText {
    font-size: clamp(14px, 2.25vw, 16px);
    line-height: 1.36;
    min-height: auto;
  }
}
.gs-introOverlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform;
}

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

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

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

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

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

@media (max-width: 767px) {
  .gs-introOverlayInner {
    width: 100%;
    top: auto;
    bottom: 0;
    justify-content: flex-end;
    padding-bottom: clamp(2rem, 6vh, 4rem);
    padding-inline: clamp(1.1rem, 6vw, 1.75rem);
    background: linear-gradient(to top, rgba(11, 21, 32, 0.96) 0%, rgba(11, 21, 32, 0.8) 55%, transparent 100%);
    gap: 1rem;
  }
}
.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%, #ef7d00 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: #ef7d00;
  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;
  }
}
#heroSticky {
  background: #000000;
}
#heroSticky::before {
  background: radial-gradient(ellipse 50% 55% at 92% 4%, rgba(239, 125, 0, 0.22) 0%, transparent 65%);
}
#heroSticky::after {
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.012) 40%, rgba(239, 125, 0, 0.04) 50%, rgba(255, 255, 255, 0.012) 60%, transparent 100%);
}

.gs-introOverlayInner {
  background: linear-gradient(108deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.82) 65%, transparent 100%);
}

@media (max-width: 767px) {
  .gs-introOverlayInner {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.8) 55%, transparent 100%);
  }
}
#heroContent .fontMainColor,
.gs-introOverlay .fontMainColor,
#heroPain .heroPainTitle .fontMainColor {
  color: #ef7d00;
}

#heroPain .heroPainCardsGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1200px) {
  #heroPain .heroPainCardsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.heroPainCtaWrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.1rem, 2.2vh, 1.6rem);
  pointer-events: auto;
}

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

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

#heroPain .gs-mid-cta-btn--hero {
  min-width: max-content;
  white-space: nowrap;
}

#heroContent .heroCta {
  background: linear-gradient(125deg, #d96e00 0%, #ef7d00 48%, #ff9020 100%);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 28px rgba(239, 125, 0, 0.5), 0 0 70px rgba(239, 125, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
#heroContent .heroCta::after {
  border-color: rgba(239, 125, 0, 0.7);
}
#heroContent .heroCta:hover {
  box-shadow: 0 0 44px rgba(239, 125, 0, 0.65), 0 0 100px rgba(239, 125, 0, 0.28), 0 10px 28px rgba(0, 0, 0, 0.4);
}

@keyframes heroCtaGlow {
  0%, 100% {
    box-shadow: 0 0 28px rgba(239, 125, 0, 0.5), 0 0 70px rgba(239, 125, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  }
  50% {
    box-shadow: 0 0 40px rgba(239, 125, 0, 0.68), 0 0 90px rgba(239, 125, 0, 0.3), 0 6px 20px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  }
}
.wb-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.4rem;
}

.wb-chip-row span {
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(239, 125, 0, 0.22);
  border-radius: 999px;
  background: rgba(239, 125, 0, 0.06);
  color: #1a1a1a;
  font-size: clamp(0.72rem, 0.95vw, 0.82rem);
  line-height: 1.3;
}

.wb-primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.7rem;
  min-height: 3.25rem;
  padding: 0.95rem 1.8rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #d96e00 0%, #ef7d00 100%);
  box-shadow: 0 10px 28px rgba(239, 125, 0, 0.28);
  color: #fff;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.wb-primary-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 14px 34px rgba(239, 125, 0, 0.38);
}

.wb-primary-cta--light {
  background: #fff;
  color: #ef7d00;
  border: 2px solid #ef7d00;
  box-shadow: none;
}

.wb-section-desc,
.wb-body-copy,
.wb-table-note {
  line-height: 1.75;
}

.wb-section-desc {
  width: min(100%, 48rem);
}

.wb-body-copy {
  margin: 0 0 1rem;
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: var(--wb-type-body);
}

.wb-cta-row {
  display: flex;
  justify-content: center;
  margin-top: 1.75rem;
}

.wb-cta-row--start {
  justify-content: flex-start;
}

.wb-concern-grid,
.wb-tech-grid,
.wb-adv-grid,
.wb-frequency-grid,
.wb-combo-grid,
.wb-case-grid,
.wb-compare-cards {
  display: grid;
  gap: 1.15rem;
}

.wb-concern-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2rem;
}

.wb-card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(239, 125, 0, 0.1);
  color: #ef7d00;
  font-family: "Archivo", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.wb-concern-card,
.wb-adv-card,
.wb-tech-card,
.wb-combo-card,
.wb-frequency-grid article,
.wb-compare-card,
.wb-case-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.wb-concern-card,
.wb-adv-card,
.wb-combo-card,
.wb-frequency-grid article,
.wb-compare-card {
  padding: 1.25rem;
}

.wb-concern-card h3,
.wb-adv-card h3,
.wb-tech-card h3,
.wb-combo-card h3,
.wb-frequency-grid h3,
.wb-compare-card h3,
.wb-area-group h3 {
  margin: 0.85rem 0 0.45rem;
  font-size: var(--wb-type-card-title);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  text-wrap: balance;
  color: var(--wb-type-heading);
}

.wb-concern-card p,
.wb-adv-card p,
.wb-tech-card p,
.wb-combo-card p,
.wb-compare-card p,
.wb-frequency-grid span,
.wb-area-group li span,
.wb-case-card figcaption {
  margin: 0;
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: var(--wb-type-body);
}

.wb-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 34rem);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.wb-split__media {
  margin: 0;
  overflow: hidden;
  border-radius: 1.5rem;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

.wb-split__media img {
  width: 100%;
  display: block;
  height: auto;
}

.wb-split__media--stack {
  display: grid;
  gap: 1rem;
  background: transparent;
  box-shadow: none;
}

.wb-tech-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.wb-tech-card {
  padding: 1.5rem;
  background: linear-gradient(180deg, #fff, #fafafa);
}

.wb-tech-card h4 {
  margin: 0 0 0.75rem;
  font-size: 0.98rem;
  color: #ef7d00;
}

.wb-tech-card ul,
.wb-area-group ul {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.wb-tech-card li,
.wb-area-group li {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  padding: 0.7rem 0.85rem;
  border-radius: 0.9rem;
  background: rgba(239, 125, 0, 0.05);
}

.wb-tech-meta {
  margin-top: 0.9rem;
  font-weight: 700;
  color: #1a1a1a;
}

.wb-tech-card--featured {
  background: linear-gradient(160deg, rgba(239, 125, 0, 0.08), #fff 48%, rgba(255, 244, 232, 0.9) 100%);
  border-color: rgba(239, 125, 0, 0.28);
}

.wb-panel {
  padding: clamp(1.6rem, 3vw, 2.25rem);
  border-radius: 1.5rem;
}

.wb-adv-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.85rem;
}

.wb-area-groups {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.wb-area-group strong {
  font-size: var(--wb-type-card-title);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  text-wrap: balance;
  color: var(--wb-type-heading);
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
}

.wb-compare-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.9rem;
}

.wb-compare-card span {
  display: block;
  margin-top: 0.55rem;
  color: #ef7d00;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-muted);
}

.wb-table-wrap {
  margin-top: 1.6rem;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(239, 125, 0, 0.14);
  background: #fff;
}

.wb-compare-table {
  width: 100%;
  min-width: 44rem;
  border-collapse: collapse;
}

.wb-compare-table th,
.wb-compare-table td {
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(239, 125, 0, 0.1);
  text-align: left;
  vertical-align: top;
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: var(--wb-type-body);
}

.wb-compare-table thead th {
  background: #000000;
  color: #fff;
  font-weight: 700;
}

.wb-table-note {
  width: min(100%, 48rem);
  margin: 1rem auto 0;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-muted);
  text-align: center;
}

.wb-case-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}

.wb-case-card {
  margin: 0;
  overflow: hidden;
}

.wb-case-card img {
  width: 100%;
  display: block;
  height: auto;
}

.wb-case-card figcaption {
  padding: 1rem 1.05rem 1.15rem;
}

.wb-frequency-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.8rem;
}

.wb-frequency-grid article p {
  margin: 0;
  font-family: "Archivo", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #ef7d00;
}

.wb-combo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.9rem;
}

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

.wb-candidate-grid .op2-candidate-card,
.op2-attention-item {
  box-shadow: 0 10px 28px rgba(239, 125, 0, 0.06);
}

.wb-darkBG .op2-candidate-card,
.wb-darkBG .op2-attention-item {
  background: var(--wb-dark-card-bg);
  border-color: var(--wb-dark-card-border);
  box-shadow: var(--wb-dark-card-shadow);
}
.wb-darkBG .op2-candidate-card:hover,
.wb-darkBG .op2-attention-item:hover {
  background: var(--wb-dark-card-bg-strong);
  border-color: var(--wb-dark-card-border-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 22px 44px rgba(0, 0, 0, 0.4), 0 0 30px rgba(239, 125, 0, 0.1);
}

.op2-doctors-section .fontMainColor,
.op2-doctors-section .op2-eyebrow,
.op2-service-section .op2-eyebrow,
.op2-prefooter__header .op2-eyebrow {
  color: #ef7d00;
}

.op2-stat-featured {
  background: linear-gradient(140deg, #d96e00 0%, #ef7d00 100%);
  box-shadow: 0 8px 32px rgba(239, 125, 0, 0.28);
}

.winback-page .op2-prefooter {
  background: radial-gradient(ellipse 75% 55% at 50% 0%, rgba(239, 125, 0, 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, #0a0a0a 0%, #000 100%);
}
.winback-page .op2-prefooter::before {
  background: linear-gradient(90deg, transparent 0%, rgba(239, 125, 0, 0.55) 50%, transparent 100%);
}

.op2-benefits-wrap .wb-panel {
  border-radius: 1.5rem;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.06);
}

.gs-benefits-cta {
  margin-top: clamp(2rem, 4vh, 3rem);
  display: flex;
  justify-content: center;
}

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

.gs-benefits-visual {
  position: relative;
  margin: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(239, 125, 0, 0.14);
}
.gs-benefits-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: 36% center;
}
.gs-benefits-visual__caption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.65rem 1rem;
  background: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(239, 125, 0, 0.45);
  border-radius: 0.75rem;
}
.gs-benefits-visual__temp {
  font-family: "Archivo", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #ef7d00;
  line-height: 1;
}
.gs-benefits-visual__tag {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wb-type-body-on-dark);
}

.gs-benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gs-benefits-list__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.25rem;
  padding: clamp(0.85rem, 1.8vw, 1.15rem) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.gs-benefits-list__item:last-child {
  border-bottom: none;
}
.gs-benefits-list__num {
  font-family: "Archivo", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  color: rgba(239, 125, 0, 0.9);
  line-height: 1;
}
.gs-benefits-list__title {
  font-size: var(--wb-type-card-title);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  text-wrap: balance;
  color: var(--wb-type-heading);
  margin: 0 0 0.35rem;
}
.gs-benefits-list__text {
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: var(--wb-type-body);
  margin: 0;
}

.gs-machine-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  margin-top: clamp(2rem, 4vw, 3rem);
  max-width: 1180px;
  margin-inline: auto;
}
@media (max-width: 960px) {
  .gs-machine-split {
    grid-template-columns: 1fr;
  }
}
.gs-machine-split__media {
  position: relative;
  margin: 0;
  min-height: clamp(280px, 38vw, 420px);
}
.gs-machine-split__machine {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  border-radius: 1rem;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.gs-machine-split__probe {
  position: absolute;
  right: -4%;
  bottom: -6%;
  width: min(54%, 18rem);
  aspect-ratio: 16/10;
  height: auto;
  object-fit: cover;
  object-position: 64% center;
  border-radius: 0.85rem;
  border: 1px solid rgba(239, 125, 0, 0.32);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset, 0 18px 38px rgba(0, 0, 0, 0.36), 0 0 34px rgba(239, 125, 0, 0.12);
}
@media (max-width: 960px) {
  .gs-machine-split__probe {
    right: 2%;
    bottom: -4%;
    width: min(48%, 14rem);
  }
}
.gs-machine-split__cta {
  margin-top: clamp(1.5rem, 3vw, 2rem);
  display: flex;
  justify-content: flex-start;
}

.gs-machine-item {
  padding: clamp(1.1rem, 2vw, 1.5rem) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.gs-machine-item:last-of-type {
  border-bottom: none;
}
.gs-machine-item--featured {
  padding-inline: clamp(1rem, 2vw, 1.35rem);
  margin-inline: calc(-1 * clamp(1rem, 2vw, 1.35rem));
  border-radius: 1rem;
  border-bottom: none;
  background: linear-gradient(135deg, rgba(239, 125, 0, 0.12) 0%, rgba(255, 255, 255, 0.07) 100%), rgba(255, 255, 255, 0.05);
  border: 1px solid var(--wb-dark-card-border);
  box-shadow: var(--wb-dark-card-shadow);
}
@media (max-width: 960px) {
  .gs-machine-item--featured {
    margin-inline: 0;
  }
}
.gs-machine-item__num {
  font-family: "Archivo", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  color: #ef7d00;
  margin: 0 0 0.5rem;
}
.gs-machine-item__title {
  font-size: var(--wb-type-card-title);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  text-wrap: balance;
  color: var(--wb-type-heading);
  margin: 0 0 0.5rem;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .gs-machine-item__title-dot {
    display: none;
  }
}
@media (max-width: 767px) {
  .gs-machine-item__title-sub {
    display: block;
  }
}
.gs-machine-item__desc {
  margin: 0;
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: var(--wb-type-body);
}

.wb-tech-showcase {
  margin-top: clamp(1.75rem, 4vw, 3rem);
  max-width: 1120px;
  margin-inline: auto;
}
.wb-tech-showcase__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(17.25rem, 84%);
  gap: 0.85rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0.15rem max(0.25rem, env(safe-area-inset-left)) 0.35rem;
}
.wb-tech-showcase__track::-webkit-scrollbar {
  display: none;
}
.wb-tech-showcase__note {
  width: min(100%, 50rem);
  margin: clamp(1.35rem, 3vw, 2rem) auto 0;
  text-align: center;
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: var(--wb-type-body-on-dark);
  text-wrap: balance;
}
.wb-tech-showcase__cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.25rem, 3vw, 1.75rem);
}

.wb-tech-mode-card {
  --mode-color: #ef7d00;
  --mode-color-soft: rgba(239, 125, 0, 0.2);
  --mode-color-glow: rgba(239, 125, 0, 0.42);
  --mode-surface-a: rgba(239, 125, 0, 0.2);
  --mode-surface-b: rgba(255, 244, 232, 0.54);
  position: relative;
  scroll-snap-align: center;
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 1rem;
  padding: clamp(1rem, 2.1vw, 1.35rem);
  border: 1px solid rgba(239, 125, 0, 0.3);
  border-radius: 0.5rem;
  background: linear-gradient(156deg, rgba(255, 255, 255, 0.1), transparent 28%), radial-gradient(circle at 50% 0%, rgba(239, 125, 0, 0.22), transparent 44%), linear-gradient(180deg, rgba(26, 26, 26, 0.96) 0%, rgba(5, 5, 5, 0.98) 100%);
  color: #fff;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 255, 255, 0.03), inset 0 1px 0 rgba(255, 255, 255, 0.11);
  overflow: hidden;
}
.wb-tech-mode-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 18%, var(--mode-color-glow), transparent 30%), linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08) 45%, transparent 72%);
  opacity: 0.72;
  pointer-events: none;
}
.wb-tech-mode-card > * {
  position: relative;
  z-index: 1;
}
.wb-tech-mode-card--ems {
  --mode-color: #ff9a2f;
  --mode-color-soft: rgba(255, 154, 47, 0.18);
  --mode-color-glow: rgba(255, 154, 47, 0.36);
  --mode-surface-a: rgba(255, 154, 47, 0.18);
  --mode-surface-b: rgba(255, 244, 232, 0.48);
}
.wb-tech-mode-card--tens {
  --mode-color: #ffc46d;
  --mode-color-soft: rgba(255, 196, 109, 0.16);
  --mode-color-glow: rgba(255, 196, 109, 0.32);
  --mode-surface-a: rgba(255, 196, 109, 0.16);
  --mode-surface-b: rgba(255, 244, 232, 0.42);
}
.wb-tech-mode-card__index {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 1.6rem;
  border-radius: 0.35rem;
  background: linear-gradient(135deg, rgba(239, 125, 0, 0.95), rgba(255, 180, 84, 0.95)), #ef7d00;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 18px rgba(239, 125, 0, 0.26);
}
.wb-tech-mode-card__visual {
  position: relative;
  width: min(8.6rem, 56vw);
  aspect-ratio: 1;
  margin: 0.15rem auto 0;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 52%, rgba(255, 255, 255, 0.08), transparent 24%), radial-gradient(circle at 50% 80%, var(--mode-surface-b), var(--mode-surface-a) 58%, rgba(255, 255, 255, 0.07) 59%), linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid color-mix(in srgb, var(--mode-color) 48%, rgba(255, 255, 255, 0.18));
  box-shadow: inset 0 0 0 0.5rem rgba(255, 255, 255, 0.06), 0 0 30px var(--mode-color-soft), 0 12px 26px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}
.wb-tech-mode-card__visual::before {
  content: "";
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 16%;
  height: 26%;
  border-radius: 999px 999px 0 0;
  background: repeating-linear-gradient(-18deg, rgba(255, 255, 255, 0.14) 0 0.45rem, rgba(255, 255, 255, 0) 0.45rem 0.85rem), linear-gradient(180deg, var(--mode-color-soft), rgba(255, 255, 255, 0));
}
.wb-tech-mode-card__handle {
  position: absolute;
  left: 50%;
  top: 0.55rem;
  width: 2.1rem;
  height: 3.05rem;
  transform: translateX(-50%);
}
.wb-tech-mode-card__handle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0.58rem;
  height: 1.25rem;
  transform: translateX(-50%);
  border-radius: 0.2rem 0.2rem 0 0;
  background: linear-gradient(90deg, #8d8d8d, #f8f6ef 48%, #b1844b);
  box-shadow: 0 0.15rem 0.24rem rgba(0, 0, 0, 0.24);
}
.wb-tech-mode-card__handle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2.7rem;
  height: 0.62rem;
  transform: translateX(-50%);
  border-radius: 50%;
  background: linear-gradient(90deg, #686868, #fff6df 46%, var(--mode-color) 100%), #c79a55;
  box-shadow: 0 0.18rem 0 rgba(54, 36, 22, 0.34), 0 0.4rem 0.75rem rgba(0, 0, 0, 0.38), 0 0 1.1rem var(--mode-color-soft);
}
.wb-tech-mode-card__wave {
  position: absolute;
  left: 50%;
  top: 47%;
  width: 4.8rem;
  height: 2.55rem;
  transform: translateX(-50%);
  border: 0.16rem solid color-mix(in srgb, var(--mode-color) 68%, #fff);
  border-top: 0;
  border-radius: 0 0 999px 999px;
  filter: drop-shadow(0 0 0.45rem var(--mode-color));
}
.wb-tech-mode-card__wave--two {
  top: 54%;
  width: 3.45rem;
  height: 1.75rem;
  opacity: 0.92;
}
.wb-tech-mode-card__wave--three {
  top: 61%;
  width: 2.1rem;
  height: 1.05rem;
  opacity: 0.86;
}
.wb-tech-mode-card__pulse {
  position: absolute;
  left: 50%;
  top: 55%;
  width: 5.4rem;
  height: 2.4rem;
  transform: translate(-50%, -50%);
  background: linear-gradient(100deg, transparent 0 8%, color-mix(in srgb, var(--mode-color) 74%, #fff) 8% 11%, transparent 11% 22%, color-mix(in srgb, var(--mode-color) 66%, #fff) 22% 25%, transparent 25% 39%, color-mix(in srgb, var(--mode-color) 66%, #fff) 39% 43%, transparent 43% 60%, color-mix(in srgb, var(--mode-color) 74%, #fff) 60% 63%, transparent 63% 100%);
  clip-path: polygon(0 50%, 15% 50%, 23% 22%, 34% 82%, 47% 20%, 62% 78%, 76% 42%, 100% 42%, 100% 58%, 80% 58%, 64% 92%, 48% 34%, 35% 96%, 22% 38%, 17% 58%, 0 58%);
  filter: drop-shadow(0 0 0.45rem var(--mode-color));
}
.wb-tech-mode-card__body {
  display: grid;
  gap: 0.35rem;
  text-align: center;
}
.wb-tech-mode-card__eyebrow {
  margin: 0;
  font-family: "Archivo", sans-serif;
  font-size: clamp(1.45rem, 3vw, 1.8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.94);
}
.wb-tech-mode-card__title {
  margin: 0;
  color: var(--mode-color);
  font-size: var(--wb-type-card-title);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.wb-tech-mode-card__subtitle {
  margin: 0.25rem 0 0;
  color: #fff;
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
}
.wb-tech-mode-card__desc {
  margin: 0.2rem 0 0;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-body-on-dark);
  line-height: 1.72;
}
.wb-tech-mode-card__tags {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wb-tech-mode-card__tags li {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  color: var(--wb-type-body-on-dark);
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.wb-tech-mode-card__tags i,
.wb-tech-mode-card__tags svg {
  width: 2.15rem;
  height: 2.15rem;
  padding: 0.48rem;
  border-radius: 50%;
  color: color-mix(in srgb, var(--mode-color) 76%, #fff);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)), rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  stroke-width: 1.65;
}
.wb-tech-mode-card__freq {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.35rem;
  margin: 0;
  padding: 0.5rem 0.65rem;
  border-radius: 0.45rem;
  border: 1px solid rgba(239, 125, 0, 0.22);
  background: linear-gradient(180deg, rgba(239, 125, 0, 0.18), rgba(239, 125, 0, 0.08)), rgba(255, 255, 255, 0.05);
  color: var(--wb-type-body-on-dark);
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}
.wb-tech-mode-card__freq i,
.wb-tech-mode-card__freq svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  color: var(--mode-color);
  stroke-width: 1.8;
}

@media (min-width: 768px) {
  .wb-tech-showcase__track {
    grid-auto-flow: unset;
    grid-auto-columns: unset;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
    padding: 0;
  }
  .wb-tech-mode-card {
    scroll-snap-align: unset;
  }
}
.wb-area-split {
  display: grid;
  gap: clamp(1.75rem, 4vw, 2.5rem);
  max-width: 1080px;
  margin-inline: auto;
}
.wb-area-split__intro {
  max-width: 40rem;
}
.wb-area-split__visual {
  margin: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}
.wb-area-split__visual img {
  display: block;
  width: 100%;
  height: auto;
}

#areas.op2-areas-wrap {
  background: #fff !important;
  color: #1a1a1a;
}
#areas.op2-areas-wrap .whiteBG {
  background: transparent !important;
}
#areas.op2-areas-wrap .op2-section-title,
#areas.op2-areas-wrap .op2-area-name {
  color: var(--wb-type-heading);
}
#areas.op2-areas-wrap .op2-area-goal {
  color: var(--wb-type-muted);
}
#areas.op2-areas-wrap .op2-eyebrow,
#areas.op2-areas-wrap .op2-areas-group-label,
#areas.op2-areas-wrap .op2-areas-group-icon {
  color: #ef7d00;
}
#areas.op2-areas-wrap .op2-areas-group-label {
  border-bottom-color: rgba(239, 125, 0, 0.28);
}
#areas.op2-areas-wrap .op2-area-card {
  background: #fffaf5;
  border-color: rgba(239, 125, 0, 0.22);
}
#areas.op2-areas-wrap .op2-area-card:hover, #areas.op2-areas-wrap .op2-area-card.is-active {
  border-color: #ef7d00;
  box-shadow: 0 4px 20px rgba(239, 125, 0, 0.14);
}
#areas.op2-areas-wrap .op2-area-card.is-active {
  background: rgba(239, 125, 0, 0.06);
}
#areas.op2-areas-wrap .op2-area-probe {
  color: #ef7d00;
  background: rgba(239, 125, 0, 0.1);
}
@media (max-width: 767px) {
  #areas.op2-areas-wrap .op2-areas-hotspot-layout {
    grid-template-columns: clamp(84px, 27vw, 106px) minmax(0, 1fr);
    gap: 0.8rem;
    width: 100%;
    min-width: 0;
  }
  #areas.op2-areas-wrap .op2-areas-figure-col {
    position: static;
    width: 100%;
    margin-inline: 0;
  }
  #areas.op2-areas-wrap .op2-areas-cards-col {
    width: 100%;
    min-width: 0;
  }
  #areas.op2-areas-wrap .op2-areas-group {
    min-width: 0;
  }
  #areas.op2-areas-wrap .op2-areas-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    width: 100%;
    min-width: 0;
  }
  #areas.op2-areas-wrap .op2-areas-group-label {
    margin-bottom: 0.65rem;
    padding-bottom: 0.42rem;
    font-size: clamp(0.84rem, 3.2vw, 0.96rem);
  }
  #areas.op2-areas-wrap .op2-area-card {
    min-width: 0;
    padding: 0.62rem 0.56rem;
    border-radius: 0.72rem;
  }
  #areas.op2-areas-wrap .op2-area-card-top {
    gap: 0.2rem;
    margin-bottom: 0.28rem;
  }
  #areas.op2-areas-wrap .op2-area-name {
    font-size: clamp(0.72rem, 3vw, 0.82rem);
    line-height: 1.25;
  }
  #areas.op2-areas-wrap .op2-area-goal {
    font-size: clamp(0.64rem, 2.45vw, 0.72rem);
    line-height: 1.38;
  }
  #areas.op2-areas-wrap .op2-area-card-top,
  #areas.op2-areas-wrap .op2-area-name,
  #areas.op2-areas-wrap .op2-area-goal {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  #areas.op2-areas-wrap .op2-area-probe {
    font-size: 0.58rem;
    padding: 0.08rem 0.34rem;
    max-width: 100%;
    white-space: normal;
    line-height: 1.3;
    text-align: left;
    align-self: flex-start;
  }
}
@media (max-width: 767px) and (max-width: 359px) {
  #areas.op2-areas-wrap .op2-areas-card-grid {
    grid-template-columns: 1fr;
  }
}

.op2-title-stack {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  text-wrap: balance;
}
.op2-title-stack--center {
  align-items: center;
}
@media (min-width: 1024px) {
  .op2-title-stack--inline-lg {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
  .op2-title-stack--inline-lg .op2-title-stack__line {
    display: inline;
  }
}
.op2-title-stack__line {
  display: block;
}
.op2-title-stack__comma {
  display: none;
}
@media (min-width: 1024px) {
  .op2-title-stack__comma {
    display: inline;
  }
}

@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, color-mix(in srgb, #ef7d00 88%, #000) 0%, #ef7d00 50%, color-mix(in srgb, #ef7d00 75%, #000) 100%);
}
thead .imageTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
}

th {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

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

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

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

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

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

.singleColor {
  width: min(100%, 72rem);
}
.singleColor th {
  padding-bottom: 0;
}
.singleColor thead .imageTitle {
  gap: 0;
}
.singleColor th:not(:first-child),
.singleColor td:not(:first-child) {
  min-width: 15rem;
}
.singleColor td:not(:first-child) {
  text-align: center;
  place-content: center;
}
.singleColor tbody td:nth-child(2) {
  background: rgba(239, 125, 0, 0.06);
  font-weight: 500;
}
@media (max-width: 968px) {
  .singleColor th:not(:first-child),
  .singleColor td:not(:first-child) {
    min-width: 12rem;
  }
}

td {
  place-content: center;
}

.wb-next-step {
  max-width: min(100%, 52rem);
  margin: clamp(2rem, 4.5vw, 2.75rem) auto 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.wb-next-step__note {
  margin: 0;
  padding: 0.95rem 1.25rem;
  text-align: center;
  text-wrap: pretty;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-muted);
  background: rgba(0, 0, 0, 0.025);
  border-radius: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.wb-next-step__reading {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.wb-next-step__label {
  margin: 0;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 600;
  color: var(--wb-type-muted);
  text-align: center;
}
.wb-next-step__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}
@media (max-width: 639px) {
  .wb-next-step__links {
    grid-template-columns: 1fr;
  }
}
.wb-next-step__link {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 0.5rem;
  row-gap: 0.2rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.wb-next-step__link:hover, .wb-next-step__link:focus-visible {
  border-color: rgba(239, 125, 0, 0.28);
  background: rgba(239, 125, 0, 0.03);
  box-shadow: 0 6px 16px rgba(239, 125, 0, 0.07);
}
.wb-next-step__link:hover .wb-next-step__link-name, .wb-next-step__link:focus-visible .wb-next-step__link-name {
  color: color-mix(in srgb, #ef7d00 75%, #000);
}
.wb-next-step__link:hover .wb-next-step__link-arrow, .wb-next-step__link:focus-visible .wb-next-step__link-arrow {
  color: #ef7d00;
  transform: translateX(3px);
}
.wb-next-step__link-name {
  grid-column: 1;
  grid-row: 1;
  font-size: var(--wb-type-card-title);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  text-wrap: balance;
  color: var(--wb-type-heading);
  line-height: 1.35;
  transition: color 180ms ease;
}
.wb-next-step__link-desc {
  grid-column: 1;
  grid-row: 2;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-muted);
  line-height: 1.5;
}
.wb-next-step__link-arrow {
  grid-column: 2;
  grid-row: 1/span 2;
  align-self: center;
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  font-weight: 700;
  color: color-mix(in srgb, var(--wb-type-muted) 42%, transparent);
  transition: transform 180ms ease, color 180ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .wb-next-step__link-arrow {
    transition: color 180ms ease;
  }
}
#compare.op2-comparison-section {
  padding-block: clamp(5rem, 10vw, 8rem);
}
#compare.op2-comparison-section .table-scroll-wrapper table thead th {
  font-size: clamp(1rem, 1.35vw, 1.125rem);
  font-weight: 700;
  line-height: 1.45;
  padding-bottom: clamp(0.65rem, 1.2vw, 0.85rem);
}
#compare.op2-comparison-section .table-scroll-wrapper table thead .imageTitle span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
#compare.op2-comparison-section .table-scroll-wrapper table tbody td {
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  font-weight: 400;
  line-height: 1.65;
  color: var(--wb-type-body);
}
#compare.op2-comparison-section .table-scroll-wrapper table tbody td.feature,
#compare.op2-comparison-section .table-scroll-wrapper table tbody td strong {
  font-weight: 700;
  color: var(--wb-type-heading);
}

.wb-cases-section {
  padding-block: clamp(5rem, 10vw, 8rem);
}

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

.wb-case-panel {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.wb-case-panel__head {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-inline: 0.15rem;
}
.wb-case-panel__tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  background: rgba(239, 125, 0, 0.1);
  border: 1px solid rgba(239, 125, 0, 0.28);
  color: color-mix(in srgb, #ef7d00 70%, #000);
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.wb-case-panel__note {
  margin: 0;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-muted);
  text-wrap: pretty;
}
.wb-case-panel__media {
  position: relative;
  border-radius: 0.85rem;
  overflow: hidden;
  border: 1px solid rgba(239, 125, 0, 0.16);
  background: #0a0a0a;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset, 0 14px 36px rgba(0, 0, 0, 0.18);
}
.wb-case-panel__media img {
  width: 100%;
  height: auto;
  display: block;
}
.wb-case-panel__split {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  pointer-events: none;
}
.wb-case-panel__split span {
  align-self: start;
  margin: 0.55rem;
  padding: 0.3rem 0.6rem;
  border-radius: 0.35rem;
  font-family: "Archivo", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
}
.wb-case-panel__split span:first-child {
  justify-self: start;
  background: rgba(255, 255, 255, 0.92);
  color: var(--wb-type-body);
  border: 1px solid rgba(26, 26, 26, 0.08);
}
.wb-case-panel__split span:last-child {
  justify-self: end;
  background: #ef7d00;
  color: #fff;
  box-shadow: 0 4px 14px rgba(239, 125, 0, 0.35);
}

.wb-case-disclaimer {
  width: min(100%, 56rem);
  margin: 1.5rem auto 0;
  text-align: center;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-muted);
  text-wrap: pretty;
}

.wb-rhythm-timeline {
  max-width: 42rem;
  margin-inline: auto;
}
.wb-rhythm-timeline .op2-process-step {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.wb-rhythm-timeline .op2-step-title {
  color: #fff;
}
.wb-rhythm-timeline .op2-step-desc {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-body-on-dark);
}

#frequency {
  padding-block: clamp(5rem, 10vw, 8rem);
}
#frequency .wb-frequency-showcase {
  width: min(92%, 72rem);
  margin-inline: auto;
}
#frequency .wb-frequency-phases {
  list-style: none;
  margin: clamp(2rem, 4vw, 2.75rem) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.75rem, 1.8vw, 1rem);
}
@media (min-width: 768px) {
  #frequency .wb-frequency-phases {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.85rem, 1.6vw, 1.1rem);
  }
}
#frequency .wb-frequency-phase {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-height: 100%;
  padding: clamp(1.35rem, 2.5vw, 1.65rem);
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(239, 125, 0, 0.12) 0%, rgba(255, 255, 255, 0.08) 100%), rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(239, 125, 0, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 32px rgba(0, 0, 0, 0.34);
}
#frequency .wb-frequency-phase::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  border-radius: 1rem 1rem 0 0;
  background: linear-gradient(90deg, rgba(239, 125, 0, 0.65) 0%, rgba(239, 125, 0, 0.2) 70%, transparent 100%);
  pointer-events: none;
}
#frequency .wb-frequency-phase:nth-child(2) {
  background: linear-gradient(145deg, rgba(239, 125, 0, 0.09) 0%, rgba(255, 255, 255, 0.06) 100%), rgba(255, 255, 255, 0.04);
}
#frequency .wb-frequency-phase:nth-child(3) {
  background: linear-gradient(145deg, rgba(239, 125, 0, 0.06) 0%, rgba(255, 255, 255, 0.05) 100%), rgba(255, 255, 255, 0.03);
}
#frequency .wb-frequency-phase__index {
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 600;
  letter-spacing: 0.24em;
  color: #ef7d00;
}
#frequency .wb-frequency-phase__body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
#frequency .wb-frequency-phase__title {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.5rem;
  font-size: var(--wb-type-card-title);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  text-wrap: balance;
  color: #fff;
  text-wrap: balance;
}
#frequency .wb-frequency-phase__name {
  color: #fff;
}
#frequency .wb-frequency-phase__sep {
  color: rgba(255, 255, 255, 0.35);
  font-weight: 400;
}
#frequency .wb-frequency-phase__freq {
  color: #ef7d00;
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}
#frequency .wb-frequency-phase__desc {
  margin: 0;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-body-on-dark);
  text-wrap: pretty;
}
#frequency .wb-frequency-meta {
  margin-top: clamp(1.5rem, 3vw, 2rem);
  padding: clamp(1.15rem, 2.2vw, 1.4rem) clamp(1.1rem, 2vw, 1.35rem);
  border-radius: 0.95rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(239, 125, 0, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
#frequency .wb-frequency-meta__time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin: 0;
  font-size: var(--wb-type-card-title);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  text-wrap: balance;
  color: #fff;
  color: #ef7d00;
}
#frequency .wb-frequency-meta__time i,
#frequency .wb-frequency-meta__time svg {
  width: 1.15rem;
  height: 1.15rem;
  color: currentColor;
  flex-shrink: 0;
}
#frequency .wb-frequency-meta__time span {
  color: inherit;
}
#frequency .wb-frequency-meta__note {
  margin: 0.65rem 0 0;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-body-on-dark);
  text-wrap: pretty;
}
#frequency .gs-benefits-cta {
  margin-top: clamp(1.5rem, 3vw, 2rem);
  display: flex;
  justify-content: center;
}

#suitable.op2-cand-article {
  background: radial-gradient(ellipse 58% 48% at 90% 8%, rgba(239, 125, 0, 0.16) 0%, transparent 58%), radial-gradient(ellipse 40% 35% at 8% 92%, rgba(239, 125, 0, 0.07) 0%, transparent 62%), #000000;
}
#suitable.op2-cand-article .wb-candidate-grid--six {
  width: min(92%, 72rem);
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(0.65rem, 1.6vw, 0.85rem);
}
@media (min-width: 480px) {
  #suitable.op2-cand-article .wb-candidate-grid--six {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.7rem, 1.8vw, 0.95rem);
  }
}
@media (min-width: 1024px) {
  #suitable.op2-cand-article .wb-candidate-grid--six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.85rem, 1.6vw, 1.15rem);
  }
}
#suitable.op2-cand-article .op2-candidate-card {
  position: relative;
  min-width: 0;
  gap: 0.75rem;
  padding: clamp(1.25rem, 2.4vw, 1.65rem) clamp(0.95rem, 2vw, 1.2rem);
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(239, 125, 0, 0.11) 0%, rgba(255, 255, 255, 0.08) 100%), rgba(255, 255, 255, 0.06);
  border-color: rgba(239, 125, 0, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 14px 32px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(255, 255, 255, 0.04);
}
#suitable.op2-cand-article .op2-candidate-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  border-radius: 1rem 1rem 0 0;
  background: linear-gradient(90deg, rgba(239, 125, 0, 0.55) 0%, rgba(239, 125, 0, 0.18) 55%, transparent 100%);
  pointer-events: none;
}
@media (max-width: 479px) {
  #suitable.op2-cand-article .op2-candidate-card {
    gap: 0.55rem;
    padding: 1.05rem 0.85rem 0.95rem;
  }
}
#suitable.op2-cand-article .op2-candidate-card:hover {
  background: linear-gradient(145deg, rgba(239, 125, 0, 0.14) 0%, rgba(255, 255, 255, 0.1) 100%), rgba(255, 255, 255, 0.08);
  border-color: rgba(239, 125, 0, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 18px 40px rgba(0, 0, 0, 0.42), 0 0 28px rgba(239, 125, 0, 0.1);
}
#suitable.op2-cand-article .op2-candidate-icon {
  display: grid;
  place-items: center;
  width: clamp(4.75rem, 9.5vw, 5.75rem);
  height: clamp(4.75rem, 9.5vw, 5.75rem);
  padding: 0.6rem;
  border-radius: 50%;
  color: #ef7d00;
  background: rgba(239, 125, 0, 0.14);
  border: 1px solid rgba(239, 125, 0, 0.28);
  box-shadow: 0 0 18px rgba(239, 125, 0, 0.08);
}
#suitable.op2-cand-article .op2-candidate-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
}
#suitable.op2-cand-article .op2-candidate-icon .wb-face-base {
  stroke: rgba(255, 255, 255, 0.55);
  stroke-width: 1.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#suitable.op2-cand-article .op2-candidate-icon .wb-face-zone {
  stroke: #ef7d00;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#suitable.op2-cand-article .op2-candidate-icon .wb-face-zone-fill {
  fill: #ef7d00;
  fill-opacity: 0.22;
  stroke: none;
}
@media (max-width: 479px) {
  #suitable.op2-cand-article .op2-candidate-icon {
    width: 4.5rem;
    height: 4.5rem;
    padding: 0.4rem;
  }
  #suitable.op2-cand-article .op2-candidate-icon .wb-face-base {
    stroke: rgba(255, 255, 255, 0.68);
    stroke-width: 1.3;
  }
  #suitable.op2-cand-article .op2-candidate-icon .wb-face-zone {
    stroke-width: 2.15;
  }
  #suitable.op2-cand-article .op2-candidate-icon .wb-face-zone-fill {
    fill-opacity: 0.28;
  }
}
#suitable.op2-cand-article .op2-candidate-text {
  display: grid;
  gap: 0.28rem;
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
  color: var(--wb-type-body-on-dark);
  text-wrap: balance;
}
#suitable.op2-cand-article .op2-candidate-text .op2-candidate-title {
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  font-weight: 700;
  line-height: 1.35;
}
#suitable.op2-cand-article .op2-candidate-text .op2-candidate-desc {
  color: var(--wb-type-body-on-dark);
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 479px) {
  #suitable.op2-cand-article .op2-candidate-text {
    font-size: clamp(0.75rem, 1vw, 0.875rem);
  }
  #suitable.op2-cand-article .op2-candidate-text .op2-candidate-title {
    font-size: clamp(0.75rem, 1vw, 0.875rem);
  }
  #suitable.op2-cand-article .op2-candidate-text .op2-candidate-desc {
    font-size: 0.82rem;
  }
}

.wb-combo-section {
  color: var(--wb-type-heading);
}

.wb-combo-hub {
  width: min(100%, 74rem);
  margin-inline: auto;
}

.wb-combo-hub__header .op2-section-title {
  word-break: keep-all;
}
.wb-combo-hub__header .op2-section-desc {
  max-width: 38rem;
  margin-inline: auto;
  max-width: min(100%, 48rem);
  margin: clamp(0.75rem, 1.5vw, 1rem) auto 0;
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  text-wrap: pretty;
  color: var(--wb-type-body);
}

.wb-combo-title__text {
  white-space: nowrap;
}

.wb-combo-hub__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(0.85rem, 2vw, 1.1rem);
  margin-top: clamp(2rem, 4vw, 2.75rem);
  min-width: 0;
}
@media (min-width: 640px) and (max-width: 719px) {
  .wb-combo-hub__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.9rem, 2.4vw, 1.15rem);
  }
}
@media (min-width: 720px) {
  .wb-combo-hub__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.25rem);
    align-items: stretch;
  }
}
@media (min-width: 960px) and (max-width: 1099px) {
  .wb-combo-hub__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 20rem) minmax(0, 1fr);
    grid-template-rows: repeat(2, minmax(10rem, auto));
    gap: clamp(1rem, 1.8vw, 1.35rem) clamp(0.85rem, 1.8vw, 1.35rem);
    align-items: center;
    min-height: clamp(22rem, 34vw, 26rem);
  }
}
@media (min-width: 1100px) {
  .wb-combo-hub__layout {
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 24rem) minmax(0, 1fr);
    grid-template-rows: repeat(2, minmax(10rem, auto));
    gap: clamp(1.1rem, 2vw, 1.5rem) clamp(1.15rem, 2.4vw, 2rem);
    align-items: center;
    min-height: clamp(23rem, 36vw, 27.5rem);
  }
}
@media (min-width: 1200px) {
  .wb-combo-hub__layout {
    grid-template-columns: minmax(0, 1fr) minmax(21rem, 25rem) minmax(0, 1fr);
    gap: clamp(1.25rem, 2.2vw, 1.65rem) clamp(1.5rem, 2.8vw, 2.5rem);
  }
}

.wb-combo-hub__lines {
  display: none;
}
@media (min-width: 960px) {
  .wb-combo-hub__lines {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
  }
  .wb-combo-hub__lines line {
    stroke: rgba(239, 125, 0, 0.38);
    stroke-width: 1;
    stroke-linecap: round;
  }
}

.wb-combo-hub__center {
  position: relative;
  z-index: 1;
  order: -1;
  margin-bottom: clamp(0.35rem, 1.6vw, 0.85rem);
}
@media (min-width: 640px) and (max-width: 959px) {
  .wb-combo-hub__center {
    grid-column: 1/-1;
    justify-self: center;
    width: min(100%, 22.5rem);
  }
}
@media (min-width: 720px) {
  .wb-combo-hub__center {
    grid-column: 1/-1;
  }
}
@media (min-width: 960px) {
  .wb-combo-hub__center {
    order: 0;
    grid-column: 2;
    grid-row: 1/-1;
    align-self: center;
    justify-self: center;
    width: 100%;
    max-width: 24rem;
    margin-bottom: 0;
  }
}

.wb-combo-hub__device {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.7rem, 1.8vw, 0.95rem);
  width: min(100%, clamp(17.5rem, 52vw, 22.5rem));
  max-width: 100%;
  margin-inline: auto;
  padding: 0;
  text-align: center;
}
.wb-combo-hub__device figcaption {
  display: grid;
  gap: 0.22rem;
  width: 100%;
  max-width: 18.5rem;
  padding-inline: clamp(0.25rem, 2vw, 0.75rem);
}
.wb-combo-hub__device figcaption strong {
  font-family: "Archivo", sans-serif;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--wb-type-heading);
}
.wb-combo-hub__device figcaption span {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-muted);
  text-wrap: balance;
}
@media (min-width: 720px) {
  .wb-combo-hub__device {
    width: min(100%, clamp(18.5rem, 34vw, 22rem));
  }
}
@media (min-width: 960px) {
  .wb-combo-hub__device {
    width: min(100%, clamp(19.5rem, 92%, 23.5rem));
    gap: clamp(0.75rem, 1.2vw, 1rem);
  }
}

.wb-combo-hub__device-shell {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  padding: clamp(0.85rem, 2.4vw, 1.2rem);
  border: 1px solid rgba(239, 125, 0, 0.2);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.98), rgba(250, 246, 240, 0.94) 72%), #fff;
  box-shadow: 0 18px 52px rgba(83, 54, 24, 0.12), inset 0 0 0 0.65rem rgba(239, 125, 0, 0.035);
}
.wb-combo-hub__device-shell img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: clamp(12.5rem, 84%, 100%);
  max-width: 86%;
  max-height: 90%;
  margin-inline: auto;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 22px rgba(31, 24, 18, 0.14));
}
@media (min-width: 720px) {
  .wb-combo-hub__device-shell {
    padding: clamp(0.95rem, 2vw, 1.15rem);
  }
  .wb-combo-hub__device-shell img {
    height: clamp(13.5rem, 86%, 100%);
    max-width: 88%;
  }
}
@media (min-width: 960px) {
  .wb-combo-hub__device-shell {
    padding: clamp(1rem, 1.5vw, 1.25rem);
  }
  .wb-combo-hub__device-shell img {
    height: clamp(15rem, 88%, 100%);
    max-width: 90%;
    max-height: 92%;
  }
}

.wb-combo-hub__device-ring {
  position: absolute;
  inset: 5%;
  width: auto;
  aspect-ratio: 1;
  margin-inline: auto;
  left: 0;
  right: 0;
  border: 1px solid rgba(239, 125, 0, 0.22);
  border-radius: 50%;
  pointer-events: none;
}
.wb-combo-hub__device-ring::before {
  content: "";
  position: absolute;
  inset: 0.75rem;
  border: 1px solid rgba(239, 125, 0, 0.12);
  border-radius: 50%;
}

.wb-combo-hub-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(8.75rem, 42%, 13rem);
  align-items: stretch;
  min-width: 0;
  min-height: clamp(9.5rem, 24vw, 11.5rem);
  padding: 0;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid rgba(207, 170, 128, 0.22);
  box-shadow: 0 14px 34px rgba(76, 52, 26, 0.08);
  overflow: hidden;
}
@media (min-width: 640px) and (max-width: 719px) {
  .wb-combo-hub-card {
    grid-template-columns: minmax(0, 1fr) minmax(6.5rem, 36%);
    min-height: clamp(9.25rem, 24vw, 10.5rem);
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .wb-combo-hub-card {
    grid-template-columns: minmax(0, 1fr) minmax(6.75rem, 36%);
    min-height: clamp(9.5rem, 20vw, 10.75rem);
  }
}
@media (min-width: 960px) {
  .wb-combo-hub-card {
    grid-template-columns: minmax(0, 1fr) clamp(6.75rem, 34%, 8.75rem);
    min-height: clamp(10rem, 14.5vw, 11.25rem);
  }
  .wb-combo-hub-card--01 {
    grid-column: 1;
    grid-row: 1;
  }
  .wb-combo-hub-card--02 {
    grid-column: 3;
    grid-row: 1;
  }
  .wb-combo-hub-card--03 {
    grid-column: 1;
    grid-row: 2;
  }
  .wb-combo-hub-card--04 {
    grid-column: 3;
    grid-row: 2;
  }
}
.wb-combo-hub-card__main {
  display: grid;
  gap: clamp(0.45rem, 1vw, 0.68rem);
  align-content: center;
  padding: clamp(0.95rem, 1.8vw, 1.25rem) clamp(0.85rem, 1.6vw, 1.15rem);
}
.wb-combo-hub-card__meta {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.wb-combo-hub-card__index {
  font-family: "Archivo", sans-serif;
  font-size: clamp(1.85rem, 2.8vw, 2.35rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(239, 125, 0, 0.38);
}
.wb-combo-hub-card__icon {
  width: 1.25rem;
  height: 1.25rem;
  color: rgba(239, 125, 0, 0.72);
  stroke-width: 1.65;
}
.wb-combo-hub-card__copy {
  display: grid;
  gap: 0.28rem;
}
.wb-combo-hub-card__title {
  margin: 0;
  font-size: var(--wb-type-card-title);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  text-wrap: balance;
  color: var(--wb-type-heading);
}
.wb-combo-hub-card__lead {
  margin: 0;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 600;
  line-height: 1.5;
  color: color-mix(in srgb, #ef7d00 78%, #000);
}
.wb-combo-hub-card__desc {
  margin: 0;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-muted);
  text-wrap: pretty;
}
.wb-combo-hub-card__visual {
  position: relative;
  align-self: stretch;
  min-height: 100%;
  overflow: hidden;
  background: rgba(239, 125, 0, 0.04);
}
.wb-combo-hub-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}
.wb-combo-hub-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}
.wb-combo-hub-card__visual--body img {
  object-position: 48% 58%;
}
.wb-combo-hub-card__visual--inject img {
  object-position: 46% 46%;
}
.wb-combo-hub-card__visual--rf img {
  object-position: 48% 46%;
}
.wb-combo-hub-card__visual--light img {
  object-position: 48% 47%;
}
@media (max-width: 420px) {
  .wb-combo-hub-card {
    grid-template-columns: minmax(0, 1fr) minmax(7.1rem, 41%);
    min-height: clamp(9rem, 38vw, 10.25rem);
  }
}

.wb-combo-hub__note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: start;
  margin-top: clamp(1.75rem, 3.5vw, 2.25rem);
  padding: clamp(1rem, 2vw, 1.2rem) clamp(1rem, 2.2vw, 1.35rem);
  border-radius: 0.35rem;
  background: rgba(239, 125, 0, 0.07);
  border: none;
}
.wb-combo-hub__note p {
  margin: 0;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-muted);
  text-wrap: pretty;
}
.wb-combo-hub__note i,
.wb-combo-hub__note svg {
  width: 1.15rem;
  height: 1.15rem;
  color: rgba(239, 125, 0, 0.72);
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.wb-combo-split {
  display: grid;
  gap: clamp(1.75rem, 4vw, 2.5rem);
  max-width: 960px;
  margin-inline: auto;
}
@media (min-width: 900px) {
  .wb-combo-split {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: start;
  }
}

.wb-combo-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .wb-combo-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.wb-combo-card {
  padding: clamp(1rem, 2vw, 1.25rem);
  border-radius: 0.85rem;
  background: var(--wb-dark-card-bg);
  border: 1px solid var(--wb-dark-card-border);
  box-shadow: var(--wb-dark-card-shadow);
  transition: background 220ms ease, border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}
.wb-combo-card:hover {
  background: var(--wb-dark-card-bg-strong);
  border-color: var(--wb-dark-card-border-strong);
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 22px 44px rgba(0, 0, 0, 0.42), 0 0 30px rgba(239, 125, 0, 0.1);
}
.wb-combo-card__label {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Archivo", sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #ef7d00;
}
.wb-combo-card__title {
  display: block;
  margin-bottom: 0.35rem;
  font-size: var(--wb-type-card-title);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  text-wrap: balance;
  color: #fff;
}
.wb-combo-card__desc {
  margin: 0;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-body-on-dark);
}

.wb-area-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
}
@media (max-width: 720px) {
  .wb-area-columns {
    grid-template-columns: 1fr;
  }
}

.wb-area-column__title {
  margin: 0 0 0.85rem;
  font-size: var(--wb-type-card-title);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  text-wrap: balance;
  color: var(--wb-type-heading);
  color: #ef7d00;
}

.wb-area-dl {
  margin: 0;
  display: grid;
  gap: 0.65rem;
}
.wb-area-dl div {
  display: grid;
  gap: 0.2rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.wb-area-dl div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.wb-area-dl dt {
  font-size: var(--wb-type-card-title);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  text-wrap: balance;
  color: var(--wb-type-heading);
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
}
.wb-area-dl dd {
  margin: 0;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-muted);
}

.wb-compare-table__featured {
  background: rgba(239, 125, 0, 0.06);
}
.wb-compare-table__featured td,
.wb-compare-table__featured strong {
  color: #1a1a1a;
}

.wb-rhythm-track {
  list-style: none;
  margin: clamp(1.75rem, 4vw, 2.5rem) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wb-rhythm-track {
    grid-template-columns: 1fr;
  }
}

.wb-rhythm-step {
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}
.wb-rhythm-step:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  .wb-rhythm-step {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .wb-rhythm-step:last-child {
    border-bottom: 0;
  }
}
.wb-rhythm-step__phase {
  display: block;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ef7d00;
  margin-bottom: 0.45rem;
}
.wb-rhythm-step__freq {
  display: block;
  font-family: "Archivo", sans-serif;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 0.35rem;
}
.wb-rhythm-step p {
  margin: 0;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-muted);
}

.wb-combo-block {
  max-width: 52rem;
  margin-inline: auto;
  text-align: center;
}

.wb-combo-list {
  list-style: none;
  margin: clamp(1.5rem, 3vw, 2rem) 0 0;
  padding: 0;
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.wb-combo-list li {
  display: grid;
  gap: 0.25rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.wb-combo-list li strong {
  font-size: var(--wb-type-card-title);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  text-wrap: balance;
  color: var(--wb-type-heading);
}
.wb-combo-list li span {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-muted);
}

.winback-page .wb-darkBG .op2-section-title,
.winback-page .wb-darkBG .op2-section-title--center {
  color: #fff;
}
.winback-page .wb-darkBG .op2-eyebrow {
  color: #ef7d00;
}
.winback-page .wb-darkBG .wb-section-desc,
.winback-page .wb-darkBG .op2-section-desc,
.winback-page .wb-darkBG .wb-body-copy {
  color: var(--wb-type-body-on-dark);
}
.winback-page .wb-darkBG .gs-machine-split__machine {
  border-color: rgba(239, 125, 0, 0.2);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}
.winback-page .wb-darkBG .gs-machine-item {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.winback-page .wb-darkBG .gs-machine-item--featured {
  background: linear-gradient(135deg, rgba(239, 125, 0, 0.14) 0%, rgba(239, 125, 0, 0.04) 100%);
  border-color: rgba(239, 125, 0, 0.35);
}
.winback-page .wb-darkBG .gs-machine-item__title {
  font-size: var(--wb-type-card-title);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  text-wrap: balance;
  color: #fff;
}
.winback-page .wb-darkBG .gs-machine-item__desc {
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: var(--wb-type-body-on-dark);
}
.winback-page .wb-darkBG .gs-benefits-list__item {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.winback-page .wb-darkBG .gs-benefits-list__title {
  font-size: var(--wb-type-card-title);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  text-wrap: balance;
  color: #fff;
}
.winback-page .wb-darkBG .gs-benefits-list__text {
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: var(--wb-type-body-on-dark);
}
.winback-page .wb-darkBG .wb-zones-lead {
  color: var(--wb-type-body-on-dark);
}
.winback-page .wb-darkBG .wb-combo-split .op2-section-title {
  color: #fff;
}
.winback-page .wb-darkBG .wb-rhythm-timeline .op2-step-desc {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-body-on-dark);
}
.winback-page .wb-darkBG .wb-combo-card__desc {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-body-on-dark);
}
.winback-page .wb-darkBG .wb-area-column__title {
  color: #ef7d00;
}
.winback-page .wb-darkBG .wb-area-dl div {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
.winback-page .wb-darkBG .wb-area-dl dt {
  font-size: var(--wb-type-card-title);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  text-wrap: balance;
  color: #fff;
}
.winback-page .wb-darkBG .wb-area-dl dd {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-body-on-dark);
}
.winback-page .wb-darkBG .wb-area-split__visual {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
}
.winback-page .wb-darkBG .wb-rhythm-track {
  border-color: rgba(239, 125, 0, 0.25);
}
.winback-page .wb-darkBG .wb-rhythm-step {
  background: rgba(255, 255, 255, 0.04);
  border-right-color: rgba(255, 255, 255, 0.08);
}
@media (max-width: 767px) {
  .winback-page .wb-darkBG .wb-rhythm-step {
    border-bottom-color: rgba(255, 255, 255, 0.08);
  }
}
.winback-page .wb-darkBG .wb-rhythm-step__freq {
  color: #fff;
}
.winback-page .wb-darkBG .wb-rhythm-step p {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-body-on-dark);
}
.winback-page .wb-darkBG .wb-combo-list {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.winback-page .wb-darkBG .wb-combo-list li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.winback-page .wb-darkBG .wb-combo-list li strong {
  font-size: var(--wb-type-card-title);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  text-wrap: balance;
  color: #fff;
}
.winback-page .wb-darkBG .wb-combo-list li span {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-body-on-dark);
}
.winback-page .wb-darkBG .op2-candidate-card {
  background: var(--wb-dark-card-bg);
  border-color: var(--wb-dark-card-border);
  box-shadow: var(--wb-dark-card-shadow);
}
.winback-page .wb-darkBG .op2-candidate-card:hover {
  background: var(--wb-dark-card-bg-strong);
  border-color: var(--wb-dark-card-border-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 22px 44px rgba(0, 0, 0, 0.4), 0 0 30px rgba(239, 125, 0, 0.1);
}
.winback-page .wb-darkBG .op2-candidate-text {
  color: var(--wb-type-body-on-dark);
}
.winback-page .wb-darkBG .gs-candidate-desc {
  margin: 0;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--wb-type-body-on-dark);
}
.winback-page .wb-darkBG .gs-mid-cta-btn--outline {
  color: #fff;
  border-color: rgba(239, 125, 0, 0.65);
}
.winback-page .wb-darkBG .gs-mid-cta-btn--outline:hover {
  background: rgba(239, 125, 0, 0.12);
  color: #fff;
}
.winback-page .wb-darkBG.op2-benefits-wrap {
  background: radial-gradient(ellipse 58% 48% at 90% 8%, rgba(239, 125, 0, 0.16) 0%, transparent 58%), radial-gradient(ellipse 40% 35% at 8% 92%, rgba(239, 125, 0, 0.07) 0%, transparent 62%), #000000 !important;
}
.winback-page #faq.op2-faq-section {
  background: #fff;
}
.winback-page #faq.op2-faq-section .op2-eyebrow {
  color: #ef7d00;
}
.winback-page #faq.op2-faq-section .op2-section-title {
  color: #1a1a1a;
}
.winback-page #attention.op2-attention-article {
  background: linear-gradient(to bottom, #fff 0%, #f5f4f2 10%, #f5f4f2 90%, #fff 100%);
}
.winback-page #attention.op2-attention-article .whiteBG {
  background: transparent !important;
}
.winback-page #attention.op2-attention-article .op2-section-title {
  color: #1a1a1a;
}
.winback-page #attention.op2-attention-article .op2-eyebrow {
  color: #ef7d00;
}
.winback-page #attention.op2-attention-article .op2-attention-item {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.winback-page #attention.op2-attention-article .op2-attention-item--contraindication {
  border-color: rgba(154, 52, 18, 0.28);
}
.winback-page .wb-lightBG .op2-section-title {
  color: #1a1a1a;
}
.winback-page .wb-lightBG .wb-section-desc {
  max-width: min(100%, 48rem);
  margin: clamp(0.75rem, 1.5vw, 1rem) auto 0;
  font-size: clamp(0.9375rem, 1.4vw, 1.125rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  text-wrap: pretty;
  color: var(--wb-type-body);
}

@media (prefers-reduced-motion: reduce) {
  .gs-machine-split__probe {
    animation: none;
  }
}
@media (max-width: 1023px) {
  .wb-hero__stats,
  .wb-concern-grid,
  .wb-tech-grid,
  .wb-adv-grid,
  .wb-compare-cards,
  .wb-frequency-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wb-split,
  .wb-combo-grid,
  .wb-case-grid,
  .wb-candidate-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .wb-hero__content {
    padding-top: calc(5rem + env(safe-area-inset-top, 0px));
    padding-bottom: calc(2.25rem + env(safe-area-inset-bottom, 0px));
  }
  .wb-hero__title {
    font-size: clamp(2.45rem, 14vw, 4rem);
  }
  .wb-hero__subtitle {
    font-size: 1.1rem;
  }
  .wb-hero__lead {
    font-size: 0.94rem;
  }
  .wb-hero__stats,
  .wb-concern-grid,
  .wb-tech-grid,
  .wb-adv-grid,
  .wb-frequency-grid,
  .wb-compare-cards {
    grid-template-columns: 1fr;
  }
  .wb-panel {
    padding: 1.15rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
