body.ui-pro {
  --pro-bg: #eef3f8;
  --pro-surface: #ffffff;
  --pro-surface-soft: #f3f8ff;
  --pro-ink: #1a3154;
  --pro-muted: #536d92;
  --pro-line: #d0dded;
  --pro-brand: #275fcd;
  --pro-brand-strong: #1f4ea8;
  --pro-accent: #e8f1ff;
  background: radial-gradient(circle at 8% 8%, #f7fbff, transparent 34%), radial-gradient(circle at 92% 12%, #edf3ff, transparent 36%), var(--pro-bg);
  color: var(--pro-ink);
  overflow-x: hidden;
}

body.ui-pro .container {
  max-width: 1200px;
}

body.ui-pro .app-navbar {
  background: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid var(--pro-line);
  box-shadow: 0 8px 24px rgba(22, 48, 86, 0.1) !important;
}

body.ui-pro .app-navbar .nav-link {
  color: #2b4468;
  font-weight: 600;
}

body.ui-pro .app-navbar .navbar-collapse {
  justify-content: flex-end;
}

body.ui-pro .app-navbar .navbar-nav {
  align-items: center;
  gap: 0.25rem;
}

body.ui-pro .app-navbar .navbar-nav .nav-item {
  display: flex;
  align-items: center;
}

body.ui-pro .app-navbar .navbar-nav .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  line-height: 1.15;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  white-space: nowrap;
}

body.ui-pro .app-navbar .navbar-nav .nav-link.nav-cta {
  margin-left: 0.35rem;
  padding-inline: 1rem;
}

@media (max-width: 991.98px) {
  body.ui-pro .app-navbar .navbar-nav {
    align-items: stretch;
    gap: 0.28rem;
    margin-top: 0.7rem;
  }

  body.ui-pro .app-navbar .navbar-nav .nav-item {
    width: 100%;
  }

  body.ui-pro .app-navbar .navbar-nav .nav-link {
    width: 100%;
    justify-content: flex-start;
    border-radius: 12px;
    padding: 0.62rem 0.85rem;
  }

  body.ui-pro .app-navbar .navbar-nav .nav-link.nav-cta {
    margin-left: 0;
    margin-top: 0.25rem;
    justify-content: center;
  }
}

body.ui-pro .nav-cta,
body.ui-pro .btn-primary {
  background: linear-gradient(140deg, var(--pro-brand), #3e7ae4) !important;
  color: #fff !important;
  border: none;
  box-shadow: 0 12px 24px rgba(39, 95, 205, 0.28);
}

body.ui-pro .btn-primary:hover,
body.ui-pro .nav-cta:hover {
  background: linear-gradient(140deg, var(--pro-brand-strong), var(--pro-brand)) !important;
}

body.ui-pro .btn-outline-primary {
  border: 1.4px solid #96b3e5;
  color: var(--pro-brand-strong);
  background: rgba(255, 255, 255, 0.72);
}

body.ui-pro .btn-outline-primary:hover {
  background: var(--pro-accent);
  color: var(--pro-brand-strong);
}

body.ui-pro .btn,
body.ui-pro .nav-link {
  min-height: 44px;
}

body.ui-pro .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.ui-pro .ux-kicker {
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 0.76rem;
  color: #4f6fa2;
}

/* Preserve the classic hero interface with refined sizing */
body.ui-pro .hero-section {
  position: relative;
  overflow: hidden;
  padding: clamp(2.6rem, 4.4vw, 4.2rem) 0 2.85rem;
  background: linear-gradient(135deg, #d7e9fb 0%, #d9ebfb 52%, #d3e5f5 100%);
}

body.ui-pro .hero-section::before,
body.ui-pro .hero-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

body.ui-pro .hero-section::before {
  width: min(42vw, 560px);
  height: min(42vw, 560px);
  left: -12vw;
  top: -18vh;
  background: radial-gradient(circle, rgba(108, 174, 255, 0.44) 0%, rgba(108, 174, 255, 0) 72%);
}

body.ui-pro .hero-section::after {
  width: min(46vw, 640px);
  height: min(46vw, 640px);
  right: -16vw;
  bottom: -24vh;
  background: radial-gradient(circle, rgba(62, 133, 225, 0.3) 0%, rgba(62, 133, 225, 0) 74%);
}

body.ui-pro .app-navbar {
  max-width: 1280px;
}

body.ui-pro .app-navbar .container {
  max-width: 1240px;
}

body.ui-pro .hero-section .container.hero-glass-shell {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.ui-pro .hero-title {
  font-size: clamp(2.9rem, 6vw, 5rem);
  line-height: 1.02;
  color: #1a3a6b;
  letter-spacing: -0.04em;
  max-width: 11.2ch;
  margin-bottom: 1rem;
}

body.ui-pro .hero-section .section-intro {
  max-width: 57ch;
  font-size: clamp(1.03rem, 1.35vw, 1.28rem);
  color: #4f6d95 !important;
  line-height: 1.62;
}

body.ui-pro .hero-section .hero-pill {
  color: #1e3a66;
  letter-spacing: -0.03em;
  max-width: 12.2ch;
  background: #e6eef8;
}

body.ui-pro .hero-section .hero-visual-panel {
  border: 0;
  box-shadow: 0 20px 36px rgba(25, 62, 114, 0.18);
  overflow: hidden;
}

body.ui-pro .hero-section .hero-image-container {
  height: clamp(340px, 36vw, 460px);
  background: #e5f0ff;
  border-radius: 24px;
  padding: 0;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

body.ui-pro .hero-section .hero-image-container::before {
  content: none;
}

body.ui-pro .hero-section .floating-stat {
  min-width: 154px;
  padding: 0.76rem 0.95rem;
  background: rgba(252, 254, 255, 0.88);
  border: 1px solid rgba(214, 228, 246, 0.8);
  box-shadow: 0 14px 26px rgba(27, 65, 118, 0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: heroFloat 7s ease-in-out infinite;
}

body.ui-pro .hero-section .stat-years {
  top: 54px;
  left: -32px;
  background: linear-gradient(120deg, rgba(55, 118, 219, 0.19), rgba(140, 200, 255, 0.2));
  border: 1px solid rgba(130, 181, 241, 0.7);
  color: #25539a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
  animation-delay: 0.8s;
}

body.ui-pro .hero-section .stat-slot {
  bottom: -4px;
  left: -26px;
  color: #4f678d;
  animation-delay: 1.35s;
}

body.ui-pro .hero-section .stat-mode {
  right: -30px;
  top: 46%;
  animation-delay: 2s;
}

body.ui-pro .hero-section .hero-play-orb {
  width: 84px;
  height: 84px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(235, 243, 253, 0.94);
  box-shadow: 0 18px 34px rgba(31, 74, 138, 0.24);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

body.ui-pro .hero-section .play-icon {
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
}

body.ui-pro .hero-section .hero-avatar {
  animation: heroFloat 6.8s ease-in-out infinite;
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

body.ui-pro .hero-section .btn-lg {
  border-radius: 16px;
  min-width: 178px;
}

body.ui-pro .hero-section .btn-primary {
  background: linear-gradient(140deg, #2f68d9, #2358c3) !important;
  box-shadow: 0 14px 24px rgba(39, 95, 205, 0.28);
}

body.ui-pro .hero-section .btn-outline-primary {
  background: rgba(240, 247, 255, 0.58);
  border-color: rgba(118, 170, 233, 0.72);
  color: #2e5ea2;
}

body.ui-pro .ux-services-grid article,
body.ui-pro .ux-split-block,
body.ui-pro .ux-final-cta-card,
body.ui-pro .ux-book-hero-grid article,
body.ui-pro .ux-book-hero-grid aside,
body.ui-pro .ux-book-calendar-panel,
body.ui-pro .ux-book-form-panel,
body.ui-pro .ux-book-support-grid article {
  background: var(--pro-surface);
  border: 1px solid var(--pro-line);
  border-radius: 18px;
}

body.ui-pro .ux-hero-intro {
  padding: 2rem;
}

body.ui-pro .ux-hero-intro h1 {
  font-size: clamp(1.9rem, 3.8vw, 3rem);
  line-height: 1.12;
  margin-bottom: 0.8rem;
  color: var(--pro-ink);
}

body.ui-pro .ux-hero-intro p {
  color: var(--pro-muted);
  max-width: 60ch;
}

body.ui-pro .ux-hero-actions {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}

body.ui-pro .ux-micro-proof {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 1.35rem 0 0;
  padding: 0;
}

body.ui-pro .ux-micro-proof li {
  border: 1px solid #d8e5f4;
  background: var(--pro-surface-soft);
  border-radius: 12px;
  padding: 0.7rem;
  display: grid;
  gap: 0.1rem;
}

body.ui-pro .ux-micro-proof strong {
  font-size: 0.95rem;
  color: var(--pro-ink);
}

body.ui-pro .ux-micro-proof span {
  font-size: 0.8rem;
  color: #6481a9;
}

body.ui-pro .ux-hero-aside {
  padding: 1rem;
  display: grid;
  gap: 0.8rem;
}

body.ui-pro .ux-hero-media {
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 4/3;
}

body.ui-pro .ux-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.ui-pro .ux-hero-note {
  border-radius: 12px;
  border: 1px solid #d8e5f4;
  background: var(--pro-surface-soft);
  padding: 0.9rem;
}

body.ui-pro .ux-hero-note h2 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
}

body.ui-pro .ux-hero-note ol {
  margin: 0;
  padding-left: 1.2rem;
  color: #526f98;
}

body.ui-pro .ux-process-shell,
body.ui-pro .ux-services-shell,
body.ui-pro .ux-split-shell,
body.ui-pro .ux-final-cta,
body.ui-pro .ux-book-main,
body.ui-pro .ux-book-support {
  padding: clamp(1.8rem, 4vw, 3rem) 0;
}

body.ui-pro .ux-section-head {
  text-align: center;
  margin-bottom: 1.1rem;
}

body.ui-pro .ux-section-head h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2.7vw, 2.1rem);
}

body.ui-pro .ux-process-grid,
body.ui-pro .ux-services-grid,
body.ui-pro .ux-split-grid,
body.ui-pro .ux-book-support-grid {
  display: grid;
  gap: 0.85rem;
}

body.ui-pro .ux-process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  gap: 1rem;
}

body.ui-pro .ux-process-grid::before {
  content: none;
}

body.ui-pro .ux-process-grid article,
body.ui-pro .ux-services-grid article {
  padding: 1.05rem;
}

body.ui-pro .ux-process-grid article {
  position: relative;
  z-index: 1;
  padding: 1.35rem 1.2rem 1.2rem;
  border-radius: 20px;
  min-height: 210px;
  background:
    linear-gradient(180deg, rgba(246, 250, 255, 0.82), rgba(255, 255, 255, 0.98));
}

body.ui-pro .ux-services-shell .ux-services-grid article {
  position: relative;
  z-index: 1;
  padding: 1.35rem 1.2rem 1.2rem;
  border-radius: 22px;
  min-height: 210px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(226, 232, 240, 0.7);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

body.ui-pro .ux-process-grid article::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #bcd5f9;
  top: 1.58rem;
  right: 1rem;
  box-shadow: 0 0 0 4px rgba(229, 239, 255, 0.8);
}

body.ui-pro .ux-process-grid span {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  min-height: 38px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e5efff, #dbe9ff);
  color: #2559aa;
  padding: 0.22rem 0.6rem;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 0.7rem;
}

body.ui-pro .ux-process-grid h3,
body.ui-pro .ux-services-grid h4 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}

body.ui-pro .ux-process-grid p,
body.ui-pro .ux-services-grid p,
body.ui-pro .ux-split-block p {
  margin: 0;
  color: var(--pro-muted);
}

body.ui-pro .ux-process-grid h3 {
  font-size: 1.15rem;
  margin-bottom: 0.55rem;
}

body.ui-pro .ux-process-grid p {
  font-size: 1.03rem;
  line-height: 1.55;
  max-width: 34ch;
}

body.ui-pro .ux-services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.ui-pro .ux-services-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

body.ui-pro .ux-services-column {
  /* No specific styles needed */
}

body.ui-pro .ux-services-subhead {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--pro-primary);
  margin-bottom: 1.5rem;
  text-align: center;
}

body.ui-pro .ux-services-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}

body.ui-pro .ux-services-tabs input[type="radio"] {
  display: none;
}

body.ui-pro .ux-tab-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 170px;
  padding: 0.95rem 1.75rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  color: #64748b;
  transition: transform 220ms ease, color 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

body.ui-pro .ux-services-tabs input[type="radio"]:checked + .ux-tab-label {
  background: #eff6ff;
  color: var(--pro-primary);
  border-color: #bfd7ff;
  box-shadow: 0 10px 28px rgba(59, 130, 246, 0.12);
  transform: translateY(-2px);
}

body.ui-pro .ux-tab-content {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0;
  position: relative;
  z-index: 1;
}

body.ui-pro .ux-tab-pane {
  display: block;
  opacity: 0;
  transform: translateY(18px);
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 300ms ease, transform 300ms ease, max-height 300ms ease, visibility 300ms ease;
}

body.ui-pro #hearing-tab:checked ~ .ux-tab-content #hearing-pane,
body.ui-pro #speech-tab:checked ~ .ux-tab-content #speech-pane {
  opacity: 1;
  transform: translateY(0);
  max-height: 9999px;
  visibility: visible;
}

@media (max-width: 991.98px) {
  body.ui-pro .ux-services-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  body.ui-pro .ux-tab-label {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
  body.ui-pro .ux-tab-content {
    padding: 1.5rem;
  }
}

body.ui-pro .ux-service-media,
body.ui-pro .ux-split-media,
body.ui-pro .ux-book-aside-media,
body.ui-pro .ux-book-support-media {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #d5e2f2;
  background: #eef4fd;
}

body.ui-pro .ux-service-media {
  margin-bottom: 0.7rem;
  aspect-ratio: 16 / 10;
}

body.ui-pro .ux-split-media {
  margin-bottom: 0.7rem;
  aspect-ratio: 16 / 9;
}

body.ui-pro .ux-book-aside-media {
  aspect-ratio: 16 / 8;
}

body.ui-pro .ux-book-support-media {
  aspect-ratio: 16 / 9;
}

body.ui-pro .ux-service-media img,
body.ui-pro .ux-split-media img,
body.ui-pro .ux-book-aside-media img,
body.ui-pro .ux-book-support-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

body.ui-pro .ux-services-grid article:hover .ux-service-media img,
body.ui-pro .ux-split-block:hover .ux-split-media img,
body.ui-pro .ux-book-hero-grid aside:hover .ux-book-aside-media img,
body.ui-pro .ux-book-support-grid article:hover .ux-book-support-media img {
  transform: scale(1.03);
}

body.ui-pro .ux-split-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.ui-pro .ux-split-block {
  padding: 1.3rem;
}

body.ui-pro .ux-tag-list {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0.8rem 0 0;
}

body.ui-pro .ux-tag-list li {
  background: var(--pro-surface-soft);
  border: 1px solid #d7e5f6;
  border-radius: 999px;
  padding: 0.28rem 0.68rem;
  font-size: 0.83rem;
  color: #526b8a;
}

body.ui-pro .ux-safety-note {
  margin-top: 0.75rem;
  padding: 0.7rem;
  border-radius: 12px;
  border: 1px solid #c9ddfb;
  background: #edf5ff;
  color: #345f99;
  font-size: 0.92rem;
}

body.ui-pro .ux-final-cta-card {
  padding: 1.8rem;
  text-align: center;
  background: linear-gradient(135deg, #edf5ff, #f8fbff);
}

body.ui-pro .ux-final-cta-card h2 {
  margin: 0 0 0.6rem;
}

body.ui-pro .ux-final-cta-card p {
  color: var(--pro-muted);
  margin-bottom: 1rem;
}

body.ui-pro .ux-book-hero {
  padding: clamp(1rem, 2.2vw, 1.6rem) 0;
}

body.ui-pro .ux-book-hero > .container {
  max-width: 1040px;
}

body.ui-pro .ux-book-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.68fr);
  gap: 0.75rem;
  align-items: start;
}

body.ui-pro .ux-book-hero-grid article,
body.ui-pro .ux-book-hero-grid aside {
  padding: 1rem;
}

body.ui-pro .ux-book-hero-main {
  display: grid;
  align-content: start;
  gap: 0.75rem;
}

body.ui-pro .ux-book-hero-aside {
  display: grid;
  align-content: start;
  gap: 0.65rem;
}

body.ui-pro .ux-book-hero-grid h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.45rem, 2.7vw, 2rem);
}

body.ui-pro .ux-book-hero-grid p {
  margin: 0;
  color: var(--pro-muted);
}

body.ui-pro .ux-book-hero-summary {
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 54ch;
}

body.ui-pro .ux-book-flow-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.55rem;
  margin-top: 0.15rem;
}

body.ui-pro .ux-book-flow-head strong {
  font-size: 0.88rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #2b568f;
}

body.ui-pro .ux-book-flow-head span {
  font-size: 0.78rem;
  color: #6f8db5;
}

body.ui-pro .ux-book-hero-highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
}

body.ui-pro .ux-book-hero-highlights div {
  padding: 0.62rem 0.74rem;
  border-radius: 12px;
  border: 1px solid rgba(178, 205, 236, 0.62);
  background: linear-gradient(145deg, rgba(247, 251, 255, 0.82), rgba(236, 245, 255, 0.64));
}

body.ui-pro .ux-book-hero-highlights strong {
  display: block;
  color: #345a92;
  font-size: 0.88rem;
  font-weight: 700;
}

body.ui-pro .ux-book-hero-highlights span {
  display: block;
  margin-top: 0.22rem;
  color: #6b86ab;
  font-size: 0.8rem;
  line-height: 1.4;
}

body.ui-pro .ux-book-hero-note {
  padding: 0.78rem 0.86rem;
  border-radius: 14px;
  border: 1px solid rgba(178, 205, 236, 0.62);
  background: linear-gradient(145deg, rgba(240, 247, 255, 0.82), rgba(248, 251, 255, 0.74));
}

body.ui-pro .ux-book-hero-note strong {
  display: block;
  color: #294f88;
  font-size: 0.84rem;
  font-weight: 800;
  margin-bottom: 0.3rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.ui-pro .ux-book-hero-note p {
  font-size: 0.84rem;
  line-height: 1.5;
  color: #6482aa;
}

body.ui-pro .ux-book-points {
  display: grid;
  gap: 0.52rem;
  margin-top: 0.2rem;
  position: relative;
}

body.ui-pro .ux-book-points::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 14px;
  bottom: 14px;
  width: 2px;
  background: linear-gradient(180deg, rgba(95, 151, 224, 0.55), rgba(95, 151, 224, 0.1));
  pointer-events: none;
}

body.ui-pro .ux-book-points div {
  position: relative;
  padding: 0.72rem 0.84rem 0.72rem 3rem;
  border-radius: 16px;
  border: 1px solid rgba(143, 185, 239, 0.76);
  background: linear-gradient(145deg, rgba(250, 253, 255, 0.98), rgba(234, 245, 255, 0.9));
  box-shadow: 0 10px 20px rgba(43, 91, 164, 0.08);
}

body.ui-pro .ux-book-points div::before {
  content: attr(data-step);
  position: absolute;
  left: 0.78rem;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.68rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(145deg, #2d64c7, #4e85e2);
  box-shadow: 0 0 0 4px rgba(229, 239, 255, 0.95);
}

body.ui-pro .ux-book-points strong {
  display: block;
  font-size: 0.88rem;
  color: #214b86;
  font-weight: 800;
  margin-bottom: 0.16rem;
}

body.ui-pro .ux-book-points span {
  font-size: 0.81rem;
  color: #5f7ea6;
  line-height: 1.42;
}

body.ui-pro .ux-book-hero {
  padding: 0.55rem 0;
}

body.ui-pro .ux-book-hero > .container {
  max-width: 940px;
}

body.ui-pro .ux-book-hero-grid {
  grid-template-columns: 1fr;
  gap: 0;
}

body.ui-pro .ux-book-hero-main {
  gap: 0.48rem;
  padding: 0.68rem 0.78rem;
  border-radius: 12px;
  border: 1px solid rgba(167, 198, 236, 0.62);
  background:
    radial-gradient(circle at 14% -16%, rgba(165, 210, 255, 0.28), rgba(165, 210, 255, 0) 42%),
    linear-gradient(145deg, rgba(250, 253, 255, 0.96), rgba(238, 247, 255, 0.88));
  box-shadow: 0 8px 14px rgba(34, 79, 148, 0.08);
}

body.ui-pro .ux-book-hero-main h1 {
  font-size: clamp(1.12rem, 1.6vw, 1.42rem);
  margin-bottom: 0.08rem;
  letter-spacing: -0.01em;
}

body.ui-pro .ux-book-hero-summary {
  font-size: 0.84rem;
  line-height: 1.42;
  max-width: none;
}

body.ui-pro .ux-book-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  margin-top: 0.15rem;
  position: relative;
}

body.ui-pro .ux-book-flow::before {
  content: "";
  position: absolute;
  left: 7.5%;
  right: 7.5%;
  top: 0.88rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(141, 182, 232, 0.26), rgba(120, 166, 223, 0.7), rgba(141, 182, 232, 0.26));
  z-index: 0;
}

body.ui-pro .ux-book-flow-step {
  position: relative;
  padding: 0.56rem 0.62rem;
  border-radius: 10px;
  border: 1px solid rgba(151, 187, 235, 0.78);
  background: linear-gradient(145deg, rgba(250, 253, 255, 0.98), rgba(236, 246, 255, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  z-index: 1;
}

body.ui-pro .ux-book-flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -0.42rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #8fb4e6;
  border-right: 2px solid #8fb4e6;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

body.ui-pro .ux-book-flow-step span {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(145deg, #2d64c7, #4e85e2);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 800;
  box-shadow: 0 0 0 3px rgba(231, 241, 255, 0.95), 0 3px 6px rgba(46, 100, 191, 0.22);
}

body.ui-pro .ux-book-flow-step h3 {
  margin: 0.36rem 0 0;
  font-size: 0.76rem;
  line-height: 1.28;
  color: #254d88;
  font-weight: 700;
}

body.ui-pro .ux-book-flow-step:nth-child(2) {
  border-color: rgba(131, 179, 240, 0.86);
  background: linear-gradient(145deg, rgba(247, 252, 255, 0.98), rgba(228, 243, 255, 0.9));
}

body.ui-pro .ux-book-flow-step:nth-child(3) {
  border-color: rgba(123, 173, 238, 0.88);
}

body.ui-pro .ux-book-essentials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.08rem;
}

body.ui-pro .ux-book-essentials span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  border-radius: 999px;
  padding: 0.12rem 0.52rem;
  border: 1px solid rgba(175, 203, 236, 0.7);
  background: rgba(244, 250, 255, 0.92);
  color: #5a7da9;
  font-size: 0.72rem;
  font-weight: 600;
  position: relative;
  padding-left: 0.96rem;
}

body.ui-pro .ux-book-essentials span::before {
  content: "";
  position: absolute;
  left: 0.44rem;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #5e8ed0;
}

body.ui-pro .ux-book-hero-aside,
body.ui-pro .ux-book-hero-note,
body.ui-pro .ux-book-hero-highlights,
body.ui-pro .ux-book-flow-head,
body.ui-pro .ux-book-points {
  display: none;
}

body.ui-pro .ux-book-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 0.95rem;
}

body.ui-pro .ux-book-calendar-panel,
body.ui-pro .ux-book-form-panel {
  padding: 1.2rem;
}

/* ===== PAYMENT PAGE STYLES ===== */

body.ui-pro .ux-payment-hero {
  padding: clamp(1rem, 2.2vw, 1.6rem) 0;
}

body.ui-pro .ux-payment-hero > .container {
  max-width: 1040px;
}

body.ui-pro .ux-payment-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.68fr);
  gap: 0.75rem;
  align-items: start;
}

body.ui-pro .ux-payment-hero-grid article,
body.ui-pro .ux-payment-hero-grid aside {
  padding: 1rem;
}

body.ui-pro .ux-payment-hero-main {
  display: grid;
  align-content: start;
  gap: 0.75rem;
  padding: 1.7rem;
  border-radius: 1.5rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(239, 245, 255, 0.96));
  border: 1px solid rgba(167, 198, 236, 0.62);
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.08);
}

body.ui-pro .ux-payment-hero-grid h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.45rem, 2.7vw, 2rem);
}

body.ui-pro .ux-payment-hero-grid p {
  margin: 0;
  color: var(--pro-muted);
}

body.ui-pro .ux-payment-hero-summary {
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 54ch;
}

body.ui-pro .ux-payment-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  margin-top: 0.15rem;
  position: relative;
}

body.ui-pro .ux-payment-flow::before {
  content: "";
  position: absolute;
  left: 7.5%;
  right: 7.5%;
  top: 0.88rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(141, 182, 232, 0.26), rgba(120, 166, 223, 0.7), rgba(141, 182, 232, 0.26));
  z-index: 0;
}

body.ui-pro .ux-payment-flow-step {
  position: relative;
  padding: 0.56rem 0.62rem;
  border-radius: 10px;
  border: 1px solid rgba(151, 187, 235, 0.78);
  background: linear-gradient(145deg, rgba(250, 253, 255, 0.98), rgba(236, 246, 255, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  z-index: 1;
}

body.ui-pro .ux-payment-flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -0.42rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #8fb4e6;
  border-right: 2px solid #8fb4e6;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

body.ui-pro .ux-payment-flow-step span {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(145deg, #2d64c7, #4e85e2);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 800;
  box-shadow: 0 0 0 3px rgba(231, 241, 255, 0.95), 0 3px 6px rgba(46, 100, 191, 0.22);
}

body.ui-pro .ux-payment-flow-step h3 {
  margin: 0.36rem 0 0;
  font-size: 0.76rem;
  line-height: 1.28;
  color: #254d88;
  font-weight: 700;
}

body.ui-pro .ux-payment-flow-step--completed {
  border-color: rgba(34, 197, 94, 0.86);
  background: linear-gradient(145deg, rgba(240, 253, 247, 0.98), rgba(220, 252, 231, 0.9));
}

body.ui-pro .ux-payment-flow-step--completed span {
  background: linear-gradient(145deg, #16a34a, #22c55e);
  box-shadow: 0 0 0 3px rgba(240, 253, 247, 0.95), 0 3px 6px rgba(34, 197, 94, 0.22);
}

body.ui-pro .ux-payment-flow-step--completed h3 {
  color: #166534;
}

body.ui-pro .ux-payment-flow-step--current {
  border-color: rgba(131, 179, 240, 0.86);
  background: linear-gradient(145deg, rgba(247, 252, 255, 0.98), rgba(228, 243, 255, 0.9));
}

body.ui-pro .ux-payment-main {
  padding: 2rem 0;
}

body.ui-pro .ux-payment-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 0.95rem;
}

body.ui-pro .ux-payment-summary-panel,
body.ui-pro .ux-payment-form-panel {
  padding: 1.2rem;
}

body.ui-pro .ux-payment-summary-panel {
  border-radius: 12px;
  border: 1px solid rgba(167, 198, 236, 0.62);
  background:
    radial-gradient(circle at 14% -16%, rgba(165, 210, 255, 0.28), rgba(165, 210, 255, 0) 42%),
    linear-gradient(145deg, rgba(250, 253, 255, 0.96), rgba(238, 247, 255, 0.88));
  box-shadow: 0 8px 14px rgba(34, 79, 148, 0.08);
}

body.ui-pro .ux-payment-form-panel {
  border-radius: 12px;
  border: 1px solid rgba(167, 198, 236, 0.62);
  background:
    radial-gradient(circle at 14% -16%, rgba(165, 210, 255, 0.28), rgba(165, 210, 255, 0) 42%),
    linear-gradient(145deg, rgba(250, 253, 255, 0.96), rgba(238, 247, 255, 0.88));
  box-shadow: 0 8px 14px rgba(34, 79, 148, 0.08);
}

body.ui-pro .ux-payment-note {
  font-size: 0.84rem;
  line-height: 1.5;
  color: #6482aa;
  margin-top: 1rem;
}

/* Mobile responsive */
@media (max-width: 768px) {
  body.ui-pro .ux-payment-hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body.ui-pro .ux-payment-hero-main {
    gap: 0.48rem;
    padding: 0.68rem 0.78rem;
    border-radius: 12px;
    border: 1px solid rgba(167, 198, 236, 0.62);
    background:
      radial-gradient(circle at 14% -16%, rgba(165, 210, 255, 0.28), rgba(165, 210, 255, 0) 42%),
      linear-gradient(145deg, rgba(250, 253, 255, 0.96), rgba(238, 247, 255, 0.88));
    box-shadow: 0 8px 14px rgba(34, 79, 148, 0.08);
  }

  body.ui-pro .ux-payment-hero-main h1 {
    font-size: clamp(1.12rem, 1.6vw, 1.42rem);
    margin-bottom: 0.08rem;
    letter-spacing: -0.01em;
  }

  body.ui-pro .ux-payment-hero-summary {
    font-size: 0.84rem;
    line-height: 1.42;
    max-width: none;
  }

  body.ui-pro .ux-payment-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    margin-top: 0.15rem;
    position: relative;
  }

  body.ui-pro .ux-payment-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

body.ui-pro .ux-panel-head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

body.ui-pro .ux-step {
  border-radius: 999px;
  padding: 0.22rem 0.6rem;
  background: #e7f1ff;
  color: #2e5fa5;
  font-size: 0.78rem;
  font-weight: 700;
}

body.ui-pro .ux-panel-head h2 {
  margin: 0;
  font-size: 1.08rem;
}

body.ui-pro .ux-slot-wrap {
  margin-top: 1.1rem;
  padding-top: 0.9rem;
  border-top: 1px solid #d8e4f4;
}

body.ui-pro .ux-slot-wrap h3 {
  margin: 0 0 0.6rem;
  font-size: 0.96rem;
}

body.ui-pro .ux-slot-wrap #selectedDateLabel {
  color: #2a63c7;
  font-weight: 700;
}

body.ui-pro #bookingCalendar {
  padding: 0.65rem;
  border-radius: 14px;
  border: 1px solid #d8e4f4;
  background: #f9fcff;
}

body.ui-pro .page-book #slotContainer {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(122px, 1fr));
  gap: 0.55rem;
}

body.ui-pro .page-book .slot-btn {
  width: 100%;
  min-height: 41px;
  border-radius: 10px;
  font-weight: 700;
}

body.ui-pro .page-book .booking-summary-panel {
  position: static !important;
  top: auto !important;
  z-index: auto !important;
}

body.ui-pro .ux-consent-note {
  margin: 0.8rem 0 0;
  font-size: 0.84rem;
  text-align: center;
  color: #637fa8;
}

body.ui-pro .ux-services-grid article,
body.ui-pro .ux-process-grid article,
body.ui-pro .ux-split-block,
body.ui-pro .ux-book-support-grid article {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

body.ui-pro .ux-services-grid article:hover,
body.ui-pro .ux-process-grid article:hover,
body.ui-pro .ux-split-block:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(37, 95, 185, 0.14);
  border-color: #bcd2f3;
}

body.ui-pro .page-book .ux-book-support-grid article:hover {
  transform: none;
  box-shadow: inherit;
  border-color: inherit;
}

body.ui-pro .ux-book-support-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.ui-pro .ux-book-support-grid article {
  padding: 1.2rem;
}

body.ui-pro .ux-book-support-grid h3 {
  margin: 0 0 0.55rem;
  font-size: 1rem;
}

body.ui-pro .ux-book-support-grid p,
body.ui-pro .ux-book-support-grid li {
  color: var(--pro-muted);
  margin-bottom: 0.35rem;
}

body.ui-pro .ux-call-prep-card {
  position: relative;
  overflow: hidden;
}

body.ui-pro .ux-call-prep-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  right: -70px;
  top: -70px;
  background: radial-gradient(circle, rgba(88, 154, 255, 0.22) 0%, rgba(88, 154, 255, 0) 70%);
  pointer-events: none;
}

body.ui-pro .ux-call-prep-card h3 {
  margin: 0 0 0.5rem;
  padding-left: 0.75rem;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  color: #1e3f6e;
  border-left: 3px solid #2f67cc;
  font-weight: 700;
}

body.ui-pro .ux-call-prep-intro {
  margin: 0 0 0.65rem;
  color: #56739d;
  max-width: 62ch;
}

body.ui-pro .ux-call-prep-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.42rem;
}

body.ui-pro .ux-call-prep-list li {
  position: relative;
  padding-left: 1.45rem;
  margin: 0;
  color: #3f5e88;
}

body.ui-pro .ux-call-prep-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2f67cc, #5e9cff);
  box-shadow: 0 0 0 3px rgba(47, 103, 204, 0.14);
}

@media (min-width: 992px) {
  body.ui-pro .page-book .ux-book-form-panel {
    position: sticky;
    top: 6rem;
  }
}

/* ================================================================
   AUDIOLOGIST CREDENTIALS BADGE
   ================================================================ */
body.ui-pro .ux-audiologist-badge {
  margin-top: 2rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, var(--pro-accent), rgba(227, 241, 255, 0.5));
  border: 1px solid var(--pro-line);
  border-radius: 8px;
  transition: all 220ms ease;
}

body.ui-pro .ux-audiologist-badge:hover {
  border-color: var(--pro-brand);
  box-shadow: 0 6px 16px rgba(39, 95, 205, 0.1);
  transform: translateY(-1px);
}

body.ui-pro .ux-audiologist-badge h3 {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--pro-brand);
  margin-bottom: 0.5rem;
}

body.ui-pro .ux-audiologist-badge p {
  margin: 0.5rem 0;
  font-size: 0.95rem;
  color: var(--pro-ink);
}

body.ui-pro .ux-badge-credentials {
  font-size: 0.9rem;
  color: var(--pro-secondary);
  line-height: 1.5;
}

body.ui-pro .ux-badge-link {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--pro-brand);
  text-decoration: none;
  transition: color 180ms ease;
}

body.ui-pro .ux-badge-link:hover {
  color: var(--pro-brand-strong);
  text-decoration: underline;
}

/* ================================================================
   FAQ TEASER (links to dedicated faq.php)
   ================================================================ */
body.ui-pro .ux-faq-teaser {
  background: var(--pro-surface-soft);
  padding: 4rem 0;
}

body.ui-pro .ux-faq-teaser-card {
  background: white;
  border: 1px solid var(--pro-line);
  border-radius: 12px;
  padding: 3rem;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

body.ui-pro .ux-faq-teaser-card .ux-kicker {
  margin-bottom: 0.75rem;
}

body.ui-pro .ux-faq-teaser-card h2 {
  margin-bottom: 1rem;
}

body.ui-pro .ux-faq-teaser-card p {
  color: var(--pro-secondary);
  margin-bottom: 1.75rem;
  font-size: 0.95rem;
  line-height: 1.65;
}

/* ================================================================
   TESTIMONIALS SECTION
   ================================================================ */
body.ui-pro .ux-testimonials-shell {
  background: var(--pro-bg);
  padding: 5rem 0;
}

body.ui-pro .ux-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.2rem;
  align-items: stretch;
}

body.ui-pro .ux-testimonial-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.98));
  border: 1px solid var(--pro-line);
  border-radius: 14px;
  padding: 1.35rem 1.15rem 1.05rem;
  transition: all 220ms ease;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body.ui-pro .ux-testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: 0.85rem;
  right: 0.9rem;
  font-size: 2rem;
  font-weight: 700;
  color: rgba(64, 116, 204, 0.16);
  line-height: 1;
}

body.ui-pro .ux-testimonial-card:hover {
  border-color: var(--pro-brand);
  box-shadow: 0 16px 32px rgba(39, 95, 205, 0.16);
  transform: translateY(-4px);
}

body.ui-pro .ux-testimonial-stars {
  color: #f4b400;
  font-size: 1rem;
  letter-spacing: 1.5px;
  margin-bottom: 0.85rem;
}

body.ui-pro .ux-testimonial-quote {
  font-size: 0.96rem;
  line-height: 1.58;
  color: #34517a;
  margin-bottom: 1.1rem;
  flex-grow: 1;
  font-style: italic;
}

body.ui-pro .ux-testimonial-footer {
  margin-top: auto;
  background: linear-gradient(160deg, #edf4ff, #e5efff);
  border: 1px solid #d6e4f7;
  border-radius: 12px;
  padding: 0.9rem;
}

body.ui-pro .ux-testimonial-footer strong {
  display: block;
  color: #20447a;
  font-weight: 600;
  margin-bottom: 0.2rem;
  font-size: 1.02rem;
}

body.ui-pro .ux-testimonial-footer span {
  font-size: 0.9rem;
  color: #496c9a;
}

/* ================================================================
   SUPPORT MODEL (NO TABLE)
   ================================================================ */
body.ui-pro .ux-diff-shell {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 12%, rgba(105, 157, 235, 0.14), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(127, 213, 201, 0.16), transparent 30%),
    linear-gradient(135deg, #edf4ff 0%, #eef6ff 48%, #f6fbff 100%);
  padding: 5rem 0 4.4rem;
}

body.ui-pro .ux-diff-shell::before {
  content: "";
  position: absolute;
  inset: auto -12% -120px auto;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(120, 166, 244, 0.25), transparent 70%);
  pointer-events: none;
}

body.ui-pro .ux-diff-intro {
  margin: 0.95rem auto 0;
  max-width: 58ch;
  color: #587298;
  line-height: 1.62;
  font-size: 1rem;
}

body.ui-pro .ux-diff-layout {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

body.ui-pro .ux-diff-empathy,
body.ui-pro .ux-diff-journey {
  border-radius: 22px;
  border: 1px solid #d1e2f6;
  box-shadow: 0 18px 36px rgba(34, 79, 145, 0.1);
}

body.ui-pro .ux-diff-layout > .ux-diff-journey {
  grid-column: 1 / -1;
}

body.ui-pro .ux-diff-empathy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


body.ui-pro .ux-diff-empathy {
  background: linear-gradient(155deg, #ffffff, #f5f9ff);
  padding: 1.55rem 1.45rem;
}

body.ui-pro .ux-diff-eyebrow {
  margin: 0 0 0.45rem;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  border-radius: 999px;
  background: #e7f1ff;
  color: #2f63b8;
  border: 1px solid #c9dcfb;
  padding: 0.24rem 0.68rem;
  font-size: 0.78rem;
  font-weight: 700;
}

body.ui-pro .ux-diff-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #5f90da;
}

body.ui-pro .ux-diff-empathy h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.3vw, 1.8rem);
  line-height: 1.24;
  color: #1f3f71;
}

body.ui-pro .ux-diff-empathy p {
  margin: 0.75rem 0 0;
  color: #587094;
  line-height: 1.64;
}

body.ui-pro .ux-diff-empathy ul {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

body.ui-pro .ux-diff-empathy li {
  position: relative;
  padding-left: 1.15rem;
  color: #456489;
  line-height: 1.5;
}

body.ui-pro .ux-diff-empathy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.53rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #6f99de;
}

body.ui-pro .ux-diff-journey {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #eef5ff, #e5f0ff);
  padding: 1.2rem;
  display: grid;
  gap: 0.82rem;
}

body.ui-pro .ux-diff-journey::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 2rem;
  bottom: 2rem;
  width: 2px;
  background: linear-gradient(180deg, rgba(83, 126, 201, 0.42), rgba(83, 126, 201, 0.1));
}

body.ui-pro .ux-diff-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.82rem;
  row-gap: 0.2rem;
  align-items: start;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #cfe0f6;
  border-radius: 16px;
  padding: 0.95rem 0.95rem;
}

body.ui-pro .ux-diff-step-no {
  display: inline-grid;
  place-items: center;
  min-width: 36px;
  min-height: 36px;
  border-radius: 999px;
  background: linear-gradient(145deg, #2d64c7, #4f84e2);
  color: #fff;
  font-size: 0.83rem;
  font-weight: 700;
  box-shadow: 0 8px 16px rgba(45, 100, 199, 0.3);
}

body.ui-pro .ux-diff-step h3 {
  margin: 0.14rem 0 0;
  font-size: 1.08rem;
  color: #244c87;
}

body.ui-pro .ux-diff-step p {
  margin: 0;
  grid-column: 2;
  color: #55739a;
  line-height: 1.56;
}

body.ui-pro .ux-diff-takeaways {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 1rem;
  align-items: stretch;
}

body.ui-pro .ux-diff-takeaway-intro,
body.ui-pro .ux-diff-takeaway-card {
  border-radius: 22px;
  border: 1px solid #cfe0f4;
  box-shadow: 0 18px 36px rgba(34, 79, 145, 0.08);
}

body.ui-pro .ux-diff-takeaway-intro {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, #1f4f98 0%, #2f69c0 54%, #5c92e1 100%);
  color: #f4f9ff;
  padding: 1.45rem 1.4rem;
}

body.ui-pro .ux-diff-takeaway-intro::after {
  content: "";
  position: absolute;
  inset: auto -44px -60px auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 70%);
}

body.ui-pro .ux-diff-takeaway-kicker {
  margin: 0 0 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(241, 247, 255, 0.84);
}

body.ui-pro .ux-diff-takeaway-kicker::before {
  content: "";
  width: 18px;
  height: 1px;
  background: rgba(241, 247, 255, 0.7);
}

body.ui-pro .ux-diff-takeaway-intro h3 {
  position: relative;
  margin: 0;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  line-height: 1.26;
  color: #ffffff;
  z-index: 1;
}

body.ui-pro .ux-diff-takeaway-intro p:last-child {
  position: relative;
  margin: 0.82rem 0 0;
  max-width: 34ch;
  color: rgba(240, 246, 255, 0.88);
  line-height: 1.62;
  z-index: 1;
}

body.ui-pro .ux-diff-takeaway-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

body.ui-pro .ux-diff-takeaway-card {
  background: rgba(255, 255, 255, 0.86);
  padding: 1.15rem 1rem 1rem;
}

body.ui-pro .ux-diff-takeaway-card--accent {
  background: linear-gradient(160deg, #f8fbff 0%, #e7f1ff 100%);
  border-color: #bed5f8;
}

body.ui-pro .ux-diff-takeaway-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 14px;
  background: #e7f1ff;
  border: 1px solid #c9ddfb;
  color: #255cae;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

body.ui-pro .ux-diff-takeaway-card h3 {
  margin: 0.9rem 0 0;
  font-size: 1.02rem;
  line-height: 1.35;
  color: #1f447c;
}

body.ui-pro .ux-diff-takeaway-card p {
  margin: 0.55rem 0 0;
  color: #5a7599;
  line-height: 1.56;
  font-size: 0.93rem;
}

/* ================================================================
   WHY HEAR EXPERT PLUS
   ================================================================ */
body.ui-pro .ux-hep-shell {
  position: relative;
  overflow: visible;
  background: #f7fbff;
  padding: 3rem 0;
}

body.ui-pro .ux-hep-shell::before {
  content: none;
}

body.ui-pro .ux-hep-simple {
  margin: 0;
  text-align: center;
  margin-bottom: 0.86rem;
}

body.ui-pro .ux-hep-simple h2 {
  margin: 0;
  color: #1f457f;
}

body.ui-pro .ux-hep-simple::before {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  margin: 0 auto 0.52rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(123, 156, 211, 0), rgba(123, 156, 211, 0.72), rgba(123, 156, 211, 0));
}

body.ui-pro .ux-hep-simple p {
  margin: 0.42rem auto 0;
  color: #5e7da4;
  max-width: 52ch;
  line-height: 1.52;
}

body.ui-pro .ux-hep-canvas {
  position: relative;
  z-index: 1;
  border-radius: 30px;
  border: 1px solid #cadcf5;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(36, 80, 147, 0.08);
  padding: 1.25rem;
}

body.ui-pro .ux-hep-top {
  border-radius: 20px;
  border: 1px solid #d8e5f5;
  background: linear-gradient(180deg, #fbfdff 0%, #f3f8ff 100%);
  color: #20426f;
  padding: 1.1rem 1.1rem 1rem;
}

body.ui-pro .ux-hep-top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: 1rem;
  align-items: end;
}

body.ui-pro .ux-hep-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  padding: 0.24rem 0.68rem;
  border: 1px solid #d1e0f5;
  background: #f3f8ff;
  color: #5678a3;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.ui-pro .ux-hep-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #7da8e4;
}

body.ui-pro .ux-hep-top h2 {
  margin: 0.7rem 0 0;
  max-width: 17ch;
  color: #203f71;
  font-size: clamp(1.88rem, 3.25vw, 2.65rem);
  line-height: 1.12;
  text-wrap: balance;
}

body.ui-pro .ux-hep-sub {
  margin: 0.72rem 0 0;
  max-width: 56ch;
  color: #607ca2;
  line-height: 1.58;
}

body.ui-pro .ux-hep-top-metrics {
  display: grid;
  gap: 0.46rem;
}

body.ui-pro .ux-hep-signal {
  display: grid;
  gap: 0.1rem;
  border-radius: 12px;
  border: 1px solid #d7e4f6;
  background: #ffffff;
  padding: 0.56rem 0.68rem;
}

body.ui-pro .ux-hep-signal strong {
  color: #2a548e;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.ui-pro .ux-hep-signal span {
  color: #6a84a8;
  font-size: 0.84rem;
  line-height: 1.35;
}

body.ui-pro .ux-hep-modern-grid {
  margin-top: 0.82rem;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 0.72rem;
  align-items: stretch;
}

body.ui-pro .ux-hep-story {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(170, 197, 232, 0.52);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.7), rgba(242, 249, 255, 0.6));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.52);
  padding: 1.02rem 1rem;
}

body.ui-pro .ux-hep-top,
body.ui-pro .ux-hep-story,
body.ui-pro .ux-hep-orbit,
body.ui-pro .ux-hep-flow-step,
body.ui-pro .ux-hep-compare {
  opacity: 0;
  transform: translateY(16px);
}

body.ui-pro .ux-hep-top.fade-in-up,
body.ui-pro .ux-hep-story.fade-in-up,
body.ui-pro .ux-hep-orbit.fade-in-up,
body.ui-pro .ux-hep-flow-step.fade-in-up,
body.ui-pro .ux-hep-compare.fade-in-up {
  opacity: 1;
  transform: translateY(0);
}

body.ui-pro .ux-hep-story {
  animation-delay: 60ms;
}

body.ui-pro .ux-hep-orbit {
  animation-delay: 130ms;
}

body.ui-pro .ux-hep-flow-step:nth-child(1) {
  animation-delay: 90ms;
}

body.ui-pro .ux-hep-flow-step:nth-child(2) {
  animation-delay: 170ms;
}

body.ui-pro .ux-hep-flow-step:nth-child(3) {
  animation-delay: 250ms;
}

body.ui-pro .ux-hep-compare {
  animation-delay: 120ms;
}

body.ui-pro .ux-hep-story::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -64px;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(106, 156, 232, 0.18), transparent 70%);
}

body.ui-pro .ux-hep-mono {
  margin: 0;
  color: #6a86ad;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

body.ui-pro .ux-hep-story h3 {
  margin: 0.54rem 0 0;
  max-width: 20ch;
  color: #203f71;
  font-size: clamp(1.3rem, 2.05vw, 1.72rem);
  line-height: 1.2;
}

body.ui-pro .ux-hep-story > p {
  margin: 0.66rem 0 0;
  max-width: 50ch;
  color: #5b7398;
  line-height: 1.58;
}

body.ui-pro .ux-hep-ticker {
  margin-top: 0.82rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.46rem;
}

body.ui-pro .ux-hep-ticker span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(170, 196, 233, 0.5);
  background: linear-gradient(135deg, rgba(239, 247, 255, 0.8), rgba(233, 243, 255, 0.62));
  color: #3d6297;
  font-size: 0.84rem;
  font-weight: 600;
  padding: 0.34rem 0.72rem;
}

body.ui-pro .ux-hep-orbit {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(164, 191, 229, 0.45);
  background: linear-gradient(170deg, rgba(238, 246, 255, 0.68), rgba(248, 252, 255, 0.6));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.48);
  padding: 0.95rem 0.95rem;
  display: grid;
  gap: 0.62rem;
}

body.ui-pro .ux-hep-orbit-head {
  border-bottom: 1px dashed #c7dbf5;
  padding-bottom: 0.62rem;
}

body.ui-pro .ux-hep-orbit-head strong {
  color: #214b86;
  font-size: 1.02rem;
  font-weight: 700;
}

body.ui-pro .ux-hep-orbit-head p {
  margin: 0.3rem 0 0;
  color: #5f7ea6;
  line-height: 1.46;
  font-size: 0.9rem;
}

body.ui-pro .ux-hep-orbit-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

body.ui-pro .ux-hep-orbit-list li {
  position: relative;
  padding-left: 1rem;
  color: #4f719f;
  line-height: 1.5;
  font-size: 0.92rem;
}

body.ui-pro .ux-hep-orbit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.47rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #74a3e2;
}

body.ui-pro .ux-hep-orbit-list strong {
  color: #2e5a95;
}

body.ui-pro .ux-hep-flow {
  position: relative;
  margin-top: 0.78rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

body.ui-pro .ux-hep-flow::before {
  content: none;
}

body.ui-pro .ux-hep-flow-step {
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(171, 198, 234, 0.45);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.72), rgba(241, 248, 255, 0.56));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  padding: 0.8rem 0.8rem;
  z-index: 1;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

body.ui-pro .ux-hep-flow-step::before {
  content: "";
  position: absolute;
  left: 4rem;
  right: 0.85rem;
  top: 1.02rem;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(157, 188, 233, 0.58), rgba(122, 169, 229, 0.28));
  box-shadow: 0 0 0 1px rgba(211, 227, 246, 0.22);
  transform: none;
  filter: none;
  opacity: 1;
  z-index: 1;
  animation: none;
  pointer-events: none;
}

body.ui-pro .ux-hep-flow-step::after {
  width: 8px;
  height: 8px;
  top: 0.77rem;
  right: 0.8rem;
  border-radius: 999px;
  background: #b2cdf3;
  box-shadow: 0 0 0 4px rgba(232, 241, 253, 0.86);
  filter: none;
  opacity: 1;
  z-index: 2;
  animation: none;
}

body.ui-pro .ux-hep-flow-step:hover {
  transform: translateY(-4px);
  border-color: #bdd6f5;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55), 0 12px 20px rgba(40, 83, 150, 0.14);
}

body.ui-pro .ux-hep-flow-step span {
  display: inline-grid;
  place-items: center;
  min-width: 30px;
  min-height: 30px;
  border-radius: 999px;
  background: linear-gradient(145deg, #2d64c7, #4e85e2);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  position: relative;
  z-index: 3;
}

body.ui-pro .ux-hep-flow-step h3 {
  margin: 0.48rem 0 0;
  color: #21497f;
  font-size: 0.98rem;
  line-height: 1.33;
}

body.ui-pro .ux-hep-flow-step p {
  margin: 0;
  margin-top: 0.36rem;
  color: #59789f;
  line-height: 1.48;
  font-size: 0.9rem;
}

body.ui-pro .ux-hep-compare {
  margin-top: 0.72rem;
  border-radius: 12px;
  border: 1px solid rgba(166, 194, 231, 0.52);
  background: linear-gradient(135deg, rgba(242, 248, 255, 0.84), rgba(236, 245, 255, 0.66));
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  align-items: center;
  gap: 0.65rem;
  padding: 0.78rem 0.78rem;
}

body.ui-pro .ux-hep-btn {
  min-height: 42px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #275fcd, #1e4ea8);
  box-shadow: 0 14px 24px rgba(39, 95, 205, 0.2);
  white-space: nowrap;
}

body.ui-pro .ux-hep-btn:hover,
body.ui-pro .ux-hep-btn:focus {
  background: linear-gradient(135deg, #2156be, #1a4694);
}

body.ui-pro .ux-hep-compare-lane h3 {
  margin: 0;
  color: #234b82;
  font-size: 0.92rem;
}

body.ui-pro .ux-hep-compare-lane p {
  margin: 0.28rem 0 0;
  color: #5b7599;
  line-height: 1.48;
  font-size: 0.84rem;
}

body.ui-pro .ux-hep-compare-lane--plus h3 {
  color: #1f4f98;
}

body.ui-pro .ux-hep-compare-divider {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, rgba(88, 127, 188, 0.22), rgba(88, 127, 188, 0.6), rgba(88, 127, 188, 0.22));
}

/* ================================================================
   COMPARISON TABLE SECTION
   ================================================================ */
body.ui-pro .ux-comparison-shell {
  background: var(--pro-bg);
  padding: 5rem 0;
}

body.ui-pro .ux-comparison-intro {
  margin: 0.75rem auto 0;
  max-width: 62ch;
  color: #566f92;
  font-size: 1rem;
  line-height: 1.6;
}

body.ui-pro .ux-comparison-legend {
  margin: 1.2rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

body.ui-pro .ux-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.28rem 0.72rem;
  font-size: 0.78rem;
  font-weight: 600;
  border: 1px solid #d5e3f4;
  background: #edf4ff;
  color: #395c88;
}

body.ui-pro .ux-pill-good {
  background: #ecfdf5;
  border-color: #bfead4;
  color: #1e7d4f;
}

body.ui-pro .ux-pill-limited {
  background: #fff8ec;
  border-color: #f7deaf;
  color: #9a671b;
}

body.ui-pro .ux-pill-best {
  background: #e9f2ff;
  border-color: #c3d9fc;
  color: #1e4f9a;
}

body.ui-pro .ux-comparison-table {
  margin-top: 1.25rem;
  border: 1px solid var(--pro-line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(37, 95, 185, 0.08);
}

body.ui-pro .ux-comparison-row {
  display: grid;
  grid-template-columns: 2.45fr 1.1fr 1.1fr 1.45fr;
  gap: 0;
}

body.ui-pro .ux-comparison-header {
  background: linear-gradient(135deg, var(--pro-brand), var(--pro-brand-strong));
  color: white;
}

body.ui-pro .ux-comparison-header .ux-comparison-cell {
  font-weight: 600;
  font-size: 0.9rem;
  color: white;
  min-height: 58px;
}

body.ui-pro .ux-comparison-row:not(.ux-comparison-header) {
  border-top: 1px solid var(--pro-line);
}

body.ui-pro .ux-comparison-row:not(.ux-comparison-header):nth-child(even) {
  background: var(--pro-surface-soft);
}

body.ui-pro .ux-comparison-cell {
  padding: 1rem 1.05rem;
  font-size: 0.93rem;
  color: var(--pro-ink);
  display: flex;
  align-items: center;
}

body.ui-pro .ux-cell-label {
  font-weight: 600;
  color: var(--pro-ink);
  line-height: 1.48;
}

body.ui-pro .ux-cell-highlight {
  color: var(--pro-brand);
  font-weight: 600;
  background: rgba(39, 95, 205, 0.08);
}

body.ui-pro .ux-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.25rem 0.62rem;
  font-size: 0.79rem;
  font-weight: 600;
  line-height: 1.3;
  border: 1px solid #d8e5f6;
  background: #f2f7ff;
  color: #415d87;
  text-wrap: balance;
}

body.ui-pro .ux-badge-yes {
  background: #ebfcf4;
  border-color: #c3edd8;
  color: #257c51;
}

body.ui-pro .ux-badge-no {
  background: #fff7ea;
  border-color: #f4deba;
  color: #9d6a1e;
}

body.ui-pro .ux-badge-neutral {
  background: #f3f7ff;
  border-color: #d9e5f8;
  color: #4b678f;
}

body.ui-pro .ux-badge-best {
  background: #e6f0ff;
  border-color: #bfd6fb;
  color: #1f4f9f;
}

/* ================================================================
   PRICING SECTION
   ================================================================ */
body.ui-pro .ux-pricing-shell {
  background: linear-gradient(135deg, var(--pro-accent), rgba(243, 248, 255, 0.6));
  padding: 4rem 0;
}

body.ui-pro .ux-pricing-card {
  background: white;
  border: 1px solid var(--pro-brand);
  border-radius: 12px;
  padding: 3rem;
  text-align: center;
  box-shadow: 0 8px 24px rgba(39, 95, 205, 0.12);
}

body.ui-pro .ux-pricing-card h2 {
  margin-bottom: 2rem;
  color: var(--pro-ink);
}

body.ui-pro .ux-pricing-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

body.ui-pro .ux-pricing-item h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--pro-brand);
  margin-bottom: 0.5rem;
}

body.ui-pro .ux-pricing-label {
  font-size: 0.9rem;
  color: var(--pro-secondary);
  margin: 0;
}

body.ui-pro .ux-pricing-divider {
  font-size: 1.5rem;
  color: var(--pro-line);
}

body.ui-pro .ux-pricing-note {
  font-size: 0.95rem;
  color: var(--pro-secondary);
  margin: 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--pro-line);
}

body.ui-pro .ux-pricing-cta {
  margin-top: 1.4rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--pro-line);
}

body.ui-pro .ux-pricing-cta h3 {
  margin: 0 0 0.55rem;
  color: var(--pro-ink);
  font-size: clamp(1.55rem, 2.7vw, 2.1rem);
}

body.ui-pro .ux-pricing-cta p {
  margin: 0 auto 1rem;
  max-width: 70ch;
  color: var(--pro-muted);
}

/* ================================================================
   GLASSMORPHISM + FLOATING UI ENHANCEMENT (SITEWIDE)
   ================================================================ */
body.ui-pro {
  --glass-bg: rgba(255, 255, 255, 0.74);
  --glass-bg-soft: rgba(236, 246, 255, 0.52);
  --glass-line: rgba(168, 206, 247, 0.9);
  --glass-shadow: 0 22px 44px rgba(23, 64, 128, 0.16);
  --liquid-a: rgba(145, 214, 255, 0.38);
  --liquid-b: rgba(115, 188, 255, 0.28);
  --liquid-c: rgba(196, 235, 255, 0.36);
  --liquid-edge: rgba(156, 205, 252, 0.45);
}

body.ui-pro .hero-section,
body.ui-pro .ux-process-shell,
body.ui-pro .ux-services-shell,
body.ui-pro .ux-testimonials-shell,
body.ui-pro .ux-diff-shell,
body.ui-pro .ux-hep-shell,
body.ui-pro .ux-pricing-shell,
body.ui-pro .ux-final-cta {
  position: relative;
  overflow: hidden;
}

body.ui-pro .hero-section::before,
body.ui-pro .ux-process-shell::before,
body.ui-pro .ux-services-shell::before,
body.ui-pro .ux-testimonials-shell::before,
body.ui-pro .ux-diff-shell::before,
body.ui-pro .ux-hep-shell::before,
body.ui-pro .ux-pricing-shell::before,
body.ui-pro .ux-final-cta::before {
  content: "";
  position: absolute;
  width: 290px;
  height: 290px;
  border-radius: 999px;
  right: -120px;
  top: -110px;
  background: radial-gradient(circle at center, rgba(79, 161, 255, 0.34), rgba(79, 161, 255, 0.04) 66%);
  pointer-events: none;
  animation: uiFloatOrb 10.5s ease-in-out infinite;
}

body.ui-pro .hero-section::after,
body.ui-pro .ux-process-shell::after,
body.ui-pro .ux-services-shell::after,
body.ui-pro .ux-testimonials-shell::after,
body.ui-pro .ux-diff-shell::after,
body.ui-pro .ux-hep-shell::after,
body.ui-pro .ux-pricing-shell::after,
body.ui-pro .ux-final-cta::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  left: -90px;
  bottom: -90px;
  background: radial-gradient(circle at center, rgba(128, 218, 255, 0.32), rgba(128, 218, 255, 0.03) 67%);
  pointer-events: none;
  animation: uiFloatOrb 12s ease-in-out infinite reverse;
}

/* Open-surface glow layers for a non-boxed floating feel */
body.ui-pro .hero-section > .container,
body.ui-pro .ux-process-shell > .container,
body.ui-pro .ux-services-shell > .container,
body.ui-pro .ux-testimonials-shell > .container,
body.ui-pro .ux-diff-shell > .container,
body.ui-pro .ux-hep-shell > .container,
body.ui-pro .ux-pricing-shell > .container,
body.ui-pro .ux-final-cta > .container,
body.ui-pro .page-shell > .container,
body.ui-pro .ux-book-hero > .container,
body.ui-pro .ux-book-main > .container,
body.ui-pro .ux-book-support > .container {
  position: relative;
  z-index: 1;
}

body.ui-pro .hero-section > .container,
body.ui-pro .ux-process-shell > .container,
body.ui-pro .ux-services-shell > .container,
body.ui-pro .ux-testimonials-shell > .container,
body.ui-pro .ux-diff-shell > .container,
body.ui-pro .ux-hep-shell > .container,
body.ui-pro .ux-pricing-shell > .container,
body.ui-pro .ux-final-cta > .container,
body.ui-pro .page-shell > .container,
body.ui-pro .ux-book-hero > .container,
body.ui-pro .ux-book-main > .container,
body.ui-pro .ux-book-support > .container {
  filter: drop-shadow(0 16px 26px rgba(40, 90, 160, 0.08));
}

body.ui-pro .hero-section > .container::before,
body.ui-pro .ux-process-shell > .container::before,
body.ui-pro .ux-services-shell > .container::before,
body.ui-pro .ux-testimonials-shell > .container::before,
body.ui-pro .ux-diff-shell > .container::before,
body.ui-pro .ux-hep-shell > .container::before,
body.ui-pro .ux-pricing-shell > .container::before,
body.ui-pro .ux-final-cta > .container::before,
body.ui-pro .page-shell > .container::before,
body.ui-pro .ux-book-hero > .container::before,
body.ui-pro .ux-book-main > .container::before,
body.ui-pro .ux-book-support > .container::before {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  top: -38px;
  height: 140px;
  pointer-events: none;
  background: radial-gradient(circle at 50% 50%, var(--liquid-c), rgba(181, 226, 255, 0) 68%);
  filter: blur(20px);
  opacity: 0.92;
  animation: uiContainerGlowDrift 10s ease-in-out infinite;
}

body.ui-pro .hero-section > .container::after,
body.ui-pro .ux-process-shell > .container::after,
body.ui-pro .ux-services-shell > .container::after,
body.ui-pro .ux-testimonials-shell > .container::after,
body.ui-pro .ux-diff-shell > .container::after,
body.ui-pro .ux-hep-shell > .container::after,
body.ui-pro .ux-pricing-shell > .container::after,
body.ui-pro .ux-final-cta > .container::after,
body.ui-pro .page-shell > .container::after,
body.ui-pro .ux-book-hero > .container::after,
body.ui-pro .ux-book-main > .container::after,
body.ui-pro .ux-book-support > .container::after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -58px;
  height: 170px;
  background: radial-gradient(circle at 55% 45%, var(--liquid-a), rgba(122, 191, 255, 0) 70%);
  filter: blur(26px);
  opacity: 0.9;
  animation: uiContainerGlowDrift 12s ease-in-out infinite reverse;
  pointer-events: none;
}

body.ui-pro .hero-section > .container > *:first-child::before,
body.ui-pro .ux-process-shell > .container > *:first-child::before,
body.ui-pro .ux-services-shell > .container > *:first-child::before,
body.ui-pro .ux-testimonials-shell > .container > *:first-child::before,
body.ui-pro .ux-diff-shell > .container > *:first-child::before,
body.ui-pro .ux-hep-shell > .container > *:first-child::before,
body.ui-pro .ux-pricing-shell > .container > *:first-child::before,
body.ui-pro .ux-final-cta > .container > *:first-child::before,
body.ui-pro .page-shell > .container > *:first-child::before,
body.ui-pro .ux-book-hero > .container > *:first-child::before,
body.ui-pro .ux-book-main > .container > *:first-child::before,
body.ui-pro .ux-book-support > .container > *:first-child::before {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  top: -10px;
  height: 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(212, 241, 255, 0.95), rgba(255, 255, 255, 0));
  filter: blur(10px);
  opacity: 0.7;
  pointer-events: none;
  animation: liquidRibbon 9.5s ease-in-out infinite;
}

body.ui-pro .hero-glass-shell,
body.ui-pro .ux-process-grid article,
body.ui-pro .ux-services-grid article,
body.ui-pro .ux-testimonial-card,
body.ui-pro .ux-diff-empathy,
body.ui-pro .ux-diff-journey,
body.ui-pro .ux-diff-takeaway-intro,
body.ui-pro .ux-diff-takeaway-card,
body.ui-pro .ux-hep-story,
body.ui-pro .ux-hep-orbit,
body.ui-pro .ux-hep-flow-step,
body.ui-pro .ux-hep-compare,
body.ui-pro .ux-pricing-card,
body.ui-pro .ux-final-cta-card,
body.ui-pro .stat-box {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(236, 247, 255, 0.44)) !important;
  border: 1px solid rgba(167, 207, 247, 0.38) !important;
  backdrop-filter: blur(18px) saturate(132%);
  -webkit-backdrop-filter: blur(18px) saturate(132%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

body.ui-pro .hero-glass-shell,
body.ui-pro .ux-process-grid article,
body.ui-pro .ux-services-grid article,
body.ui-pro .ux-testimonial-card,
body.ui-pro .ux-diff-empathy,
body.ui-pro .ux-diff-journey,
body.ui-pro .ux-diff-takeaway-intro,
body.ui-pro .ux-diff-takeaway-card,
body.ui-pro .ux-hep-story,
body.ui-pro .ux-hep-orbit,
body.ui-pro .ux-hep-flow-step,
body.ui-pro .ux-hep-compare,
body.ui-pro .ux-pricing-card,
body.ui-pro .ux-final-cta-card,
body.ui-pro .stat-box,
body.ui-pro .page-shell .card,
body.ui-pro .page-shell .accordion-item,
body.ui-pro .ux-book-main .ux-book-calendar-panel,
body.ui-pro .ux-book-main .ux-book-form-panel {
  position: relative;
  overflow: hidden;
}

body.ui-pro .hero-glass-shell::before,
body.ui-pro .ux-process-grid article::before,
body.ui-pro .ux-services-grid article::before,
body.ui-pro .ux-testimonial-card::before,
body.ui-pro .ux-diff-empathy::before,
body.ui-pro .ux-diff-journey::before,
body.ui-pro .ux-diff-takeaway-intro::before,
body.ui-pro .ux-diff-takeaway-card::before,
body.ui-pro .ux-hep-story::before,
body.ui-pro .ux-hep-orbit::before,
body.ui-pro .ux-hep-flow-step::before,
body.ui-pro .ux-hep-compare::before,
body.ui-pro .ux-pricing-card::before,
body.ui-pro .ux-final-cta-card::before,
body.ui-pro .stat-box::before,
body.ui-pro .page-shell .card::before,
body.ui-pro .page-shell .accordion-item::before,
body.ui-pro .ux-book-main .ux-book-calendar-panel::before,
body.ui-pro .ux-book-main .ux-book-form-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: -140%;
  width: 80%;
  height: 100%;
  transform: skewX(-22deg);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0));
  animation: glassSweep 8s ease-in-out infinite;
  pointer-events: none;
}

body.ui-pro .hero-glass-shell::after,
body.ui-pro .ux-process-grid article::after,
body.ui-pro .ux-services-grid article::after,
body.ui-pro .ux-testimonial-card::after,
body.ui-pro .ux-diff-empathy::after,
body.ui-pro .ux-diff-journey::after,
body.ui-pro .ux-diff-takeaway-intro::after,
body.ui-pro .ux-diff-takeaway-card::after,
body.ui-pro .ux-hep-story::after,
body.ui-pro .ux-hep-orbit::after,
body.ui-pro .ux-hep-flow-step::after,
body.ui-pro .ux-hep-compare::after,
body.ui-pro .ux-pricing-card::after,
body.ui-pro .ux-final-cta-card::after,
body.ui-pro .stat-box::after,
body.ui-pro .page-shell .card::after,
body.ui-pro .page-shell .accordion-item::after,
body.ui-pro .ux-book-main .ux-book-calendar-panel::after,
body.ui-pro .ux-book-main .ux-book-form-panel::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -34px;
  top: -34px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, var(--liquid-b), rgba(115, 188, 255, 0.02) 68%);
  filter: blur(2px);
  opacity: 0.76;
  pointer-events: none;
  animation: liquidBlobDrift 12s ease-in-out infinite;
}

body.ui-pro .hero-glass-shell {
  border-radius: 28px;
  padding: clamp(1.2rem, 2.4vw, 2rem);
}

body.ui-pro .hero-visual-panel,
body.ui-pro .ux-hep-canvas {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.48), rgba(244, 250, 255, 0.35));
  border: 1px solid rgba(185, 212, 243, 0.76);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 20px 34px rgba(28, 70, 138, 0.12);
}

body.ui-pro .ux-process-grid article,
body.ui-pro .ux-services-grid article,
body.ui-pro .ux-testimonial-card,
body.ui-pro .ux-diff-takeaway-card,
body.ui-pro .ux-hep-flow-step,
body.ui-pro .stat-box {
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

body.ui-pro .ux-services-grid article:nth-child(2n),
body.ui-pro .ux-testimonials-grid .ux-testimonial-card:nth-child(2n),
body.ui-pro .ux-diff-takeaway-grid .ux-diff-takeaway-card:nth-child(2n),
body.ui-pro .ux-hep-flow .ux-hep-flow-step:nth-child(2n),
body.ui-pro .stat-box:nth-child(2n) {
  animation-delay: 1.2s;
}

body.ui-pro .ux-process-grid article.fade-in-up,
body.ui-pro .ux-services-grid article.fade-in-up,
body.ui-pro .ux-testimonial-card.fade-in-up,
body.ui-pro .ux-diff-takeaway-card.fade-in-up,
body.ui-pro .ux-hep-flow-step.fade-in-up,
body.ui-pro .stat-box.fade-in-up {
  animation: floatCard 7.5s ease-in-out infinite;
}

body.ui-pro .ux-process-grid article:hover,
body.ui-pro .ux-services-grid article:hover,
body.ui-pro .ux-testimonial-card:hover,
body.ui-pro .ux-diff-takeaway-card:hover,
body.ui-pro .ux-hep-flow-step:hover,
body.ui-pro .stat-box:hover {
  transform: translateY(-9px) scale(1.01);
  border-color: var(--liquid-edge);
  box-shadow: none;
}

body.ui-pro .floating-stat {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(154, 197, 245, 0.88);
  box-shadow: 0 16px 34px rgba(20, 57, 114, 0.2);
  animation: float 6.8s ease-in-out infinite;
}

body.ui-pro .hero-play-orb {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.85), rgba(218, 239, 255, 0.62));
  border: 1px solid rgba(145, 196, 245, 0.78);
  box-shadow: 0 16px 30px rgba(28, 72, 140, 0.2);
  animation: pulsePlayOrb 3.2s ease-in-out infinite;
}

body.ui-pro .ux-process-shell .ux-process-grid article::before {
  content: "";
  position: absolute;
  left: 5.2rem;
  right: 1.15rem;
  top: 1.84rem;
  width: auto;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(157, 188, 233, 0.58), rgba(122, 169, 229, 0.28));
  box-shadow: 0 0 0 1px rgba(211, 227, 246, 0.3);
  transform: none;
  filter: none;
  opacity: 1;
  z-index: 1;
  animation: none;
  pointer-events: none;
}

body.ui-pro .ux-process-shell .ux-process-grid article::after {
  width: 9px;
  height: 9px;
  top: 1.56rem;
  right: 0.95rem;
  background: #b2cdf3;
  box-shadow: 0 0 0 4px rgba(232, 241, 253, 0.86);
  filter: none;
  opacity: 1;
  z-index: 2;
  animation: none;
  pointer-events: none;
}

body.ui-pro .ux-hep-flow-step::before {
  content: "";
  position: absolute;
  left: 4rem;
  right: 0.85rem;
  top: 1.02rem;
  width: auto;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(157, 188, 233, 0.58), rgba(122, 169, 229, 0.28));
  box-shadow: 0 0 0 1px rgba(211, 227, 246, 0.22);
  transform: none;
  filter: none;
  opacity: 1;
  z-index: 1;
  animation: none;
  pointer-events: none;
}

body.ui-pro .ux-hep-flow-step::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0.77rem;
  right: 0.8rem;
  border-radius: 999px;
  background: #b2cdf3;
  box-shadow: 0 0 0 4px rgba(232, 241, 253, 0.86);
  filter: none;
  opacity: 1;
  z-index: 2;
  animation: none;
  pointer-events: none;
}

body.ui-pro .ux-hep-flow-step span {
  position: relative;
  z-index: 3;
}

body.ui-pro .ux-process-shell .ux-process-grid span {
  position: relative;
  z-index: 3;
}

body.ui-pro .ux-kicker,
body.ui-pro .ux-hep-mono,
body.ui-pro .ux-diff-eyebrow,
body.ui-pro .ux-diff-takeaway-kicker {
  letter-spacing: 0.09em;
}

body.ui-pro .ux-section-head {
  position: relative;
  z-index: 1;
}

body.ui-pro .ux-section-head h2 {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

body.ui-pro .ux-hep-btn,
body.ui-pro .btn-primary {
  box-shadow: 0 14px 24px rgba(39, 95, 205, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

body.ui-pro .site-footer {
  background: linear-gradient(145deg, #24395f 0%, #1f2940 100%);
}

body.ui-pro .site-footer .footer-title,
body.ui-pro .site-footer .footer-title a,
body.ui-pro .site-footer h6 {
  color: #f5f9ff !important;
}

body.ui-pro .site-footer .footer-copy,
body.ui-pro .site-footer .footer-meta,
body.ui-pro .site-footer .footer-contact li,
body.ui-pro .site-footer .footer-bottom,
body.ui-pro .site-footer .footer-bottom p,
body.ui-pro .site-footer .text-secondary {
  color: #dbe7fb !important;
}

body.ui-pro .site-footer .footer-links a,
body.ui-pro .site-footer .footer-contact a,
body.ui-pro .site-footer a {
  color: #f4f8ff !important;
}

body.ui-pro .site-footer .footer-contact li span {
  color: #ffffff !important;
}

body.ui-pro .site-footer a:hover,
body.ui-pro .site-footer a:focus {
  color: #ffffff !important;
  opacity: 1;
}

@keyframes uiFloatOrb {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-16px, 14px, 0) scale(1.11);
  }
}

@keyframes pulsePlayOrb {
  0%,
  100% {
    transform: translateZ(0) scale(1);
  }
  50% {
    transform: translateZ(0) scale(1.06);
  }
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes glassSweep {
  0%,
  82% {
    left: -140%;
  }
  100% {
    left: 160%;
  }
}

@keyframes uiContainerGlowDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes liquidBlobDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-8px, 8px, 0) scale(1.08);
  }
}

@keyframes liquidRibbon {
  0%,
  100% {
    opacity: 0.55;
    transform: translateX(-2%);
  }
  50% {
    opacity: 0.85;
    transform: translateX(2%);
  }
}

/* Sitewide harmonization for pages that do not use index-specific section classes */
body.ui-pro .page-shell,
body.ui-pro .ux-book-hero,
body.ui-pro .ux-book-main,
body.ui-pro .ux-book-support {
  position: relative;
  overflow: hidden;
}

body.ui-pro .page-shell::before,
body.ui-pro .ux-book-hero::before,
body.ui-pro .ux-book-main::before,
body.ui-pro .ux-book-support::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -100px;
  top: -84px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(121, 181, 248, 0.2), rgba(121, 181, 248, 0.02) 68%);
  pointer-events: none;
  animation: uiFloatOrb 12.5s ease-in-out infinite;
}

body.ui-pro .page-shell::after,
body.ui-pro .ux-book-hero::after,
body.ui-pro .ux-book-main::after,
body.ui-pro .ux-book-support::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  left: -66px;
  bottom: -64px;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(163, 220, 255, 0.2), rgba(163, 220, 255, 0.02) 68%);
  pointer-events: none;
  animation: uiFloatOrb 14s ease-in-out infinite reverse;
}

body.ui-pro .page-shell > .container,
body.ui-pro .ux-book-hero > .container,
body.ui-pro .ux-book-main > .container,
body.ui-pro .ux-book-support > .container {
  position: relative;
  z-index: 1;
}

body.ui-pro .page-shell .card,
body.ui-pro .page-shell .accordion,
body.ui-pro .page-shell .accordion-item,
body.ui-pro .page-shell .media-shell,
body.ui-pro .page-shell .faq-surface,
body.ui-pro .page-shell .contact-surface,
body.ui-pro .ux-book-main .booking-summary-panel,
body.ui-pro .ux-book-main .alert,
body.ui-pro .ux-book-main .ux-book-calendar-panel,
body.ui-pro .ux-book-main .ux-book-form-panel,
body.ui-pro .ux-book-support .ux-book-support-grid article {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(241, 248, 255, 0.56));
  border: 1px solid rgba(174, 206, 244, 0.48);
  backdrop-filter: blur(16px) saturate(125%);
  -webkit-backdrop-filter: blur(16px) saturate(125%);
  box-shadow: 0 18px 34px rgba(29, 68, 128, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body.ui-pro .page-shell .card,
/* Prevent "Your Information" h2 from bleeding through the summary card */
body.ui-pro .ux-book-main .booking-summary-panel {
  background: #ffffff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.ui-pro .page-book .ux-book-main .booking-summary-panel {
  border-radius: 14px !important;
}

body.ui-pro .page-book .ux-book-main .booking-summary-panel h3 {
  margin-bottom: 0.9rem !important;
}

body.ui-pro .page-book .booking-summary-row {
  gap: 0.7rem;
}

body.ui-pro .page-book .booking-summary-label {
  flex: 0 1 56%;
  min-width: 0;
}

body.ui-pro .page-book .booking-summary-value {
  flex: 0 1 44%;
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 420px) {
  body.ui-pro .page-book .booking-summary-row {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0.15rem;
  }

  body.ui-pro .page-book .booking-summary-value {
    text-align: left !important;
  }
}

body.ui-pro .page-shell .card,
body.ui-pro .page-shell .accordion-item,
body.ui-pro .ux-book-support .ux-book-support-grid article {
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

body.ui-pro .page-shell .card:hover,
body.ui-pro .page-shell .accordion-item:hover,
body.ui-pro .ux-book-support .ux-book-support-grid article:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: var(--liquid-edge);
  box-shadow: 0 24px 40px rgba(29, 68, 128, 0.18);
}

body.ui-pro .page-book .ux-book-main .ux-book-calendar-panel:hover,
body.ui-pro .page-book .ux-book-main .ux-book-form-panel:hover {
  transform: none;
  border-color: rgba(174, 206, 244, 0.48);
  box-shadow: 0 18px 34px rgba(29, 68, 128, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body.ui-pro .page-shell .form-control,
body.ui-pro .page-shell .form-select,
body.ui-pro .ux-book-main .form-control,
body.ui-pro .ux-book-main .form-select {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(171, 201, 237, 0.85);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

body.ui-pro .page-shell .accordion-button {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(245, 250, 255, 0.52));
  color: #214774;
}

body.ui-pro .page-shell .accordion-button:not(.collapsed) {
  background: linear-gradient(145deg, rgba(227, 241, 255, 0.86), rgba(244, 250, 255, 0.7));
  color: #1f4c8e;
}

body.ui-pro .page-shell .alert-success {
  background: linear-gradient(145deg, rgba(228, 250, 239, 0.88), rgba(243, 253, 248, 0.8));
  border-color: rgba(151, 218, 183, 0.9);
}

/* Hero reference alignment: clean, airy layout matching attached design */
body.ui-pro .hero-section {
  background:
    radial-gradient(circle at 18% 12%, rgba(175, 214, 255, 0.42) 0%, rgba(175, 214, 255, 0) 48%),
    radial-gradient(circle at 86% 84%, rgba(184, 222, 255, 0.34) 0%, rgba(184, 222, 255, 0) 52%),
    linear-gradient(160deg, #edf3fb 0%, #e9f1fb 54%, #e5eef9 100%);
}

body.ui-pro .hero-section > .container::before,
body.ui-pro .hero-section > .container::after,
body.ui-pro .hero-section > .container > *:first-child::before,
body.ui-pro .hero-glass-shell::before,
body.ui-pro .hero-glass-shell::after {
  display: none !important;
}

body.ui-pro .hero-section .container.hero-glass-shell {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: clamp(0.9rem, 2.1vw, 1.45rem);
}

body.ui-pro .hero-section .pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.56rem 1.34rem;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  color: #1f4d96;
  background: rgba(203, 222, 246, 0.7);
  border: 1px solid rgba(148, 184, 229, 0.74);
}

body.ui-pro .hero-title {
  font-size: clamp(2.95rem, 6.1vw, 5.15rem);
  line-height: 1.05;
  letter-spacing: -0.042em;
  color: #173d73;
  max-width: 13.6ch;
  text-wrap: balance;
}

body.ui-pro .hero-section .section-intro {
  max-width: 58ch;
  font-size: clamp(1.02rem, 1.34vw, 1.32rem);
  color: #4a6790 !important;
}

body.ui-pro .hero-section .btn-lg {
  min-height: 50px;
  padding: 0.75rem 1.5rem;
  border-radius: 14px;
}

body.ui-pro .hero-section .btn-primary {
  background: linear-gradient(145deg, #2e69dc, #2359c4) !important;
  box-shadow: 0 14px 24px rgba(34, 86, 178, 0.3);
}

body.ui-pro .hero-section .btn-outline-primary {
  background: rgba(235, 244, 255, 0.62);
  border-color: rgba(122, 172, 237, 0.72);
  color: #2c5fa7;
}

body.ui-pro .hero-section .hero-visual-panel {
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

body.ui-pro .hero-section .hero-image-container {
  height: clamp(338px, 35vw, 448px);
  border-radius: 22px;
  box-shadow: 0 20px 40px rgba(30, 72, 140, 0.2);
}

body.ui-pro .hero-section .hero-avatar-stack {
  top: -12px;
  right: 10px;
}

body.ui-pro .hero-section .hero-avatar {
  box-shadow: 0 8px 16px rgba(22, 56, 110, 0.22);
}

body.ui-pro .hero-section .floating-stat {
  min-width: 164px;
  border-radius: 16px;
  background: rgba(248, 251, 255, 0.9);
  border: 1px solid rgba(205, 223, 246, 0.95);
  box-shadow: 0 14px 28px rgba(31, 73, 137, 0.17);
}

body.ui-pro .hero-section .floating-stat-value {
  color: #214fa0;
}

body.ui-pro .hero-section .floating-stat-label {
  color: #5d7498;
}

body.ui-pro .hero-section .stat-years {
  left: -34px;
  top: 48px;
}

body.ui-pro .hero-section .stat-slot {
  left: -22px;
  bottom: -6px;
}

body.ui-pro .hero-section .stat-mode {
  right: -8px;
  top: 48%;
}

body.ui-pro .hero-section .hero-play-orb {
  width: 88px;
  height: 88px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(224, 236, 251, 0.94);
  box-shadow: 0 18px 34px rgba(37, 82, 149, 0.24);
}

body.ui-pro .hero-section .cta-note {
  color: #4d6890;
}

body.ui-pro .hero-section .stat-box {
  background: linear-gradient(150deg, rgba(251, 254, 255, 0.88), rgba(234, 245, 255, 0.72)) !important;
  border: 1px solid rgba(193, 218, 245, 0.66) !important;
  box-shadow: 0 16px 28px rgba(42, 88, 153, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  border-radius: 14px;
}

body.ui-pro .hero-section .stat-box h3 {
  color: #1a3e75;
}

body.ui-pro .hero-section .stat-box p {
  color: #4f6d95;
}

@media (max-width: 991.98px) {
  body.ui-pro .hero-section::before,
  body.ui-pro .ux-process-shell::before,
  body.ui-pro .ux-services-shell::before,
  body.ui-pro .ux-testimonials-shell::before,
  body.ui-pro .ux-diff-shell::before,
  body.ui-pro .ux-hep-shell::before,
  body.ui-pro .ux-pricing-shell::before,
  body.ui-pro .ux-final-cta::before,
  body.ui-pro .hero-section::after,
  body.ui-pro .ux-process-shell::after,
  body.ui-pro .ux-services-shell::after,
  body.ui-pro .ux-testimonials-shell::after,
  body.ui-pro .ux-diff-shell::after,
  body.ui-pro .ux-hep-shell::after,
  body.ui-pro .ux-pricing-shell::after,
  body.ui-pro .ux-final-cta::after {
    width: 160px;
    height: 160px;
  }

  body.ui-pro .page-shell::before,
  body.ui-pro .ux-book-hero::before,
  body.ui-pro .ux-book-main::before,
  body.ui-pro .ux-book-support::before,
  body.ui-pro .page-shell::after,
  body.ui-pro .ux-book-hero::after,
  body.ui-pro .ux-book-main::after,
  body.ui-pro .ux-book-support::after {
    width: 130px;
    height: 130px;
  }

  body.ui-pro .hero-glass-shell::before,
  body.ui-pro .ux-process-grid article::before,
  body.ui-pro .ux-services-grid article::before,
  body.ui-pro .ux-testimonial-card::before,
  body.ui-pro .ux-diff-empathy::before,
  body.ui-pro .ux-diff-journey::before,
  body.ui-pro .ux-diff-takeaway-intro::before,
  body.ui-pro .ux-diff-takeaway-card::before,
  body.ui-pro .ux-hep-story::before,
  body.ui-pro .ux-hep-orbit::before,
  body.ui-pro .ux-hep-flow-step::before,
  body.ui-pro .ux-hep-compare::before,
  body.ui-pro .ux-pricing-card::before,
  body.ui-pro .ux-final-cta-card::before,
  body.ui-pro .stat-box::before,
  body.ui-pro .page-shell .card::before,
  body.ui-pro .page-shell .accordion-item::before,
  body.ui-pro .ux-book-main .ux-book-calendar-panel::before,
  body.ui-pro .ux-book-main .ux-book-form-panel::before {
    display: none;
  }

  body.ui-pro .hero-glass-shell::after,
  body.ui-pro .ux-process-grid article::after,
  body.ui-pro .ux-services-grid article::after,
  body.ui-pro .ux-testimonial-card::after,
  body.ui-pro .ux-diff-empathy::after,
  body.ui-pro .ux-diff-journey::after,
  body.ui-pro .ux-diff-takeaway-intro::after,
  body.ui-pro .ux-diff-takeaway-card::after,
  body.ui-pro .ux-hep-story::after,
  body.ui-pro .ux-hep-orbit::after,
  body.ui-pro .ux-hep-flow-step::after,
  body.ui-pro .ux-hep-compare::after,
  body.ui-pro .ux-pricing-card::after,
  body.ui-pro .ux-final-cta-card::after,
  body.ui-pro .stat-box::after,
  body.ui-pro .page-shell .card::after,
  body.ui-pro .page-shell .accordion-item::after,
  body.ui-pro .ux-book-main .ux-book-calendar-panel::after,
  body.ui-pro .ux-book-main .ux-book-form-panel::after {
    display: none;
  }

  body.ui-pro .ux-process-grid article.fade-in-up,
  body.ui-pro .ux-services-grid article.fade-in-up,
  body.ui-pro .ux-testimonial-card.fade-in-up,
  body.ui-pro .ux-diff-takeaway-card.fade-in-up,
  body.ui-pro .ux-hep-flow-step.fade-in-up,
  body.ui-pro .stat-box.fade-in-up {
    animation: none;
  }

  body.ui-pro .container {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  body.ui-pro .app-navbar {
    max-width: 100%;
  }

  body.ui-pro .ux-process-grid::before {
    display: none;
  }

  body.ui-pro .ux-process-grid article {
    min-height: auto;
    padding: 1.2rem 1rem 1rem;
  }

  body.ui-pro .ux-process-grid article::after {
    top: 1rem;
    right: 0.9rem;
  }

  body.ui-pro .ux-testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ui-pro .ux-diff-layout {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  body.ui-pro .ux-diff-empathy,
  body.ui-pro .ux-diff-journey {
    border-radius: 14px;
  }

  body.ui-pro .ux-diff-step {
    grid-template-columns: auto 1fr;
  }

  body.ui-pro .ux-hep-top-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  body.ui-pro .ux-hep-top-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.ui-pro .ux-hep-modern-grid {
    grid-template-columns: 1fr;
  }

  body.ui-pro .ux-hep-flow {
    grid-template-columns: 1fr;
  }

  body.ui-pro .ux-hep-flow::before {
    display: none;
  }

  body.ui-pro .ux-hep-compare {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  body.ui-pro .ux-hep-compare-divider {
    width: 100%;
    height: 1px;
  }

  body.ui-pro .ux-hep-btn {
    width: 100%;
  }

  body.ui-pro .ux-comparison-row {
    grid-template-columns: 2fr 1fr 1fr 1.2fr;
  }

  body.ui-pro .ux-comparison-intro {
    font-size: 0.95rem;
  }

  body.ui-pro .ux-comparison-legend {
    justify-content: flex-start;
  }

  body.ui-pro .ux-section-head h2 {
    font-size: clamp(1.28rem, 5.2vw, 1.9rem);
  }

  body.ui-pro .ux-process-grid article,
  body.ui-pro .ux-services-grid article,
  body.ui-pro .ux-split-block,
  body.ui-pro .ux-book-support-grid article,
  body.ui-pro .ux-pricing-card,
  body.ui-pro .ux-faq-teaser-card {
    border-radius: 14px;
  }

  body.ui-pro .ux-comparison-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.ui-pro .ux-comparison-row {
    min-width: 720px;
  }

  body.ui-pro .ux-pricing-grid {
    gap: 1rem;
  }

  body.ui-pro .ux-book-grid,
  body.ui-pro .ux-book-support-grid {
    gap: 0.75rem;
  }

  body.ui-pro .page-book #slotContainer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  body.ui-pro .hero-section::before,
  body.ui-pro .ux-process-shell::before,
  body.ui-pro .ux-services-shell::before,
  body.ui-pro .ux-testimonials-shell::before,
  body.ui-pro .ux-diff-shell::before,
  body.ui-pro .ux-hep-shell::before,
  body.ui-pro .ux-pricing-shell::before,
  body.ui-pro .ux-final-cta::before,
  body.ui-pro .hero-section::after,
  body.ui-pro .ux-process-shell::after,
  body.ui-pro .ux-services-shell::after,
  body.ui-pro .ux-testimonials-shell::after,
  body.ui-pro .ux-diff-shell::after,
  body.ui-pro .ux-hep-shell::after,
  body.ui-pro .ux-pricing-shell::after,
  body.ui-pro .ux-final-cta::after,
  body.ui-pro .page-shell::before,
  body.ui-pro .ux-book-hero::before,
  body.ui-pro .ux-book-main::before,
  body.ui-pro .ux-book-support::before,
  body.ui-pro .page-shell::after,
  body.ui-pro .ux-book-hero::after,
  body.ui-pro .ux-book-main::after,
  body.ui-pro .ux-book-support::after {
    display: none;
  }

  body.ui-pro .page-shell,
  body.ui-pro .ux-book-hero,
  body.ui-pro .ux-book-main,
  body.ui-pro .ux-book-support {
    overflow: visible;
  }

  body.ui-pro .hero-section > .container::before,
  body.ui-pro .ux-process-shell > .container::before,
  body.ui-pro .ux-services-shell > .container::before,
  body.ui-pro .ux-testimonials-shell > .container::before,
  body.ui-pro .ux-diff-shell > .container::before,
  body.ui-pro .ux-hep-shell > .container::before,
  body.ui-pro .ux-pricing-shell > .container::before,
  body.ui-pro .ux-final-cta > .container::before,
  body.ui-pro .page-shell > .container::before,
  body.ui-pro .ux-book-hero > .container::before,
  body.ui-pro .ux-book-main > .container::before,
  body.ui-pro .ux-book-support > .container::before,
  body.ui-pro .hero-section > .container::after,
  body.ui-pro .ux-process-shell > .container::after,
  body.ui-pro .ux-services-shell > .container::after,
  body.ui-pro .ux-testimonials-shell > .container::after,
  body.ui-pro .ux-diff-shell > .container::after,
  body.ui-pro .ux-hep-shell > .container::after,
  body.ui-pro .ux-pricing-shell > .container::after,
  body.ui-pro .ux-final-cta > .container::after,
  body.ui-pro .page-shell > .container::after,
  body.ui-pro .ux-book-hero > .container::after,
  body.ui-pro .ux-book-main > .container::after,
  body.ui-pro .ux-book-support > .container::after {
    display: none;
  }

  body.ui-pro .hero-section > .container > *:first-child::before,
  body.ui-pro .ux-process-shell > .container > *:first-child::before,
  body.ui-pro .ux-services-shell > .container > *:first-child::before,
  body.ui-pro .ux-testimonials-shell > .container > *:first-child::before,
  body.ui-pro .ux-diff-shell > .container > *:first-child::before,
  body.ui-pro .ux-hep-shell > .container > *:first-child::before,
  body.ui-pro .ux-pricing-shell > .container > *:first-child::before,
  body.ui-pro .ux-final-cta > .container > *:first-child::before,
  body.ui-pro .page-shell > .container > *:first-child::before,
  body.ui-pro .ux-book-hero > .container > *:first-child::before,
  body.ui-pro .ux-book-main > .container > *:first-child::before,
  body.ui-pro .ux-book-support > .container > *:first-child::before {
    display: none;
  }

  body.ui-pro .app-navbar {
    margin-top: 0.5rem;
    border-radius: 12px;
  }

  body.ui-pro .app-navbar {
    margin-left: 0.55rem;
    margin-right: 0.55rem;
  }

  body.ui-pro .app-navbar .brand-main {
    font-size: 0.98rem;
  }

  body.ui-pro .app-navbar .brand-sub {
    font-size: 0.72rem;
  }

  body.ui-pro .hero-section .hero-title {
    font-size: clamp(1.8rem, 8.2vw, 2.5rem);
    max-width: none;
  }

  body.ui-pro .hero-section .pill {
    font-size: 0.72rem;
  }

  body.ui-pro .hero-section .hero-image-container {
    height: 310px;
  }

  body.ui-pro .hero-section .floating-stat {
    min-width: 132px;
  }

  body.ui-pro .hero-section .stat-years {
    left: -16px;
    top: 42px;
  }

  body.ui-pro .hero-section .stat-slot {
    left: -12px;
    bottom: -2px;
  }

  body.ui-pro .hero-section .stat-mode {
    right: -16px;
  }

  body.ui-pro .hero-section .section-intro,
  body.ui-pro .ux-process-grid p,
  body.ui-pro .ux-services-grid p,
  body.ui-pro .ux-split-block p,
  body.ui-pro .ux-testimonial-quote,
  body.ui-pro .ux-book-support-grid p,
  body.ui-pro .ux-book-support-grid li {
    font-size: 0.95rem;
    line-height: 1.58;
  }

  body.ui-pro .ux-services-grid {
    grid-template-columns: 1fr;
  }

  body.ui-pro .hero-play-orb {
    width: 72px;
    height: 72px;
  }

  body.ui-pro .hero-section .btn-lg {
    min-width: 166px;
  }

  body.ui-pro .ux-process-shell .ux-section-head {
    margin-bottom: 0.9rem;
  }

  body.ui-pro .ux-process-grid {
    gap: 0.75rem;
  }

  body.ui-pro .ux-process-grid article {
    border-radius: 14px;
    padding: 1rem 0.95rem 0.9rem;
  }

  body.ui-pro .ux-process-grid span {
    min-width: 40px;
    min-height: 35px;
    font-size: 0.96rem;
    margin-bottom: 0.52rem;
  }

  body.ui-pro .ux-process-grid h3 {
    font-size: 1.26rem;
    line-height: 1.22;
  }

  body.ui-pro .ux-process-grid p {
    font-size: 0.98rem;
    line-height: 1.5;
    max-width: none;
  }

  body.ui-pro .ux-hero-intro,
  body.ui-pro .ux-hero-aside,
  body.ui-pro .ux-book-calendar-panel,
  body.ui-pro .ux-book-form-panel {
    padding: 1rem;
  }

  body.ui-pro .ux-testimonials-grid {
    grid-template-columns: 1fr;
  }

  body.ui-pro .ux-diff-shell {
    padding-top: 1.9rem;
    padding-bottom: 1.8rem;
  }

  body.ui-pro .ux-hep-shell {
    padding-top: 1.9rem;
    padding-bottom: 1.8rem;
  }

  body.ui-pro .ux-diff-intro {
    font-size: 0.95rem;
    line-height: 1.58;
  }

  body.ui-pro .ux-diff-empathy,
  body.ui-pro .ux-diff-journey {
    border-radius: 12px;
    padding: 0.95rem;
  }

  body.ui-pro .ux-diff-empathy h3 {
    font-size: 1.15rem;
  }

  body.ui-pro .ux-diff-journey {
    gap: 0.6rem;
  }

  body.ui-pro .ux-diff-journey::before {
    left: 1.58rem;
    top: 1.72rem;
    bottom: 1.4rem;
  }

  body.ui-pro .ux-diff-step {
    border-radius: 12px;
    padding: 0.72rem 0.72rem;
    column-gap: 0.65rem;
  }

  body.ui-pro .ux-diff-step-no {
    min-width: 32px;
    min-height: 32px;
    font-size: 0.75rem;
  }

  body.ui-pro .ux-diff-step h3 {
    font-size: 0.98rem;
  }

  body.ui-pro .ux-diff-step p {
    font-size: 0.91rem;
    line-height: 1.45;
  }

  body.ui-pro .ux-diff-takeaways {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  body.ui-pro .ux-diff-takeaway-intro,
  body.ui-pro .ux-diff-takeaway-card {
    border-radius: 14px;
  }

  body.ui-pro .ux-diff-takeaway-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  body.ui-pro .ux-hep-canvas {
    border-radius: 14px;
    padding: 0.68rem;
  }

  body.ui-pro .ux-hep-top {
    border-radius: 12px;
    padding: 0.86rem;
  }

  body.ui-pro .ux-hep-top-grid {
    gap: 0.62rem;
  }

  body.ui-pro .ux-hep-top h2 {
    font-size: clamp(1.42rem, 7vw, 1.78rem);
  }

  body.ui-pro .ux-hep-top-metrics {
    grid-template-columns: 1fr;
  }

  body.ui-pro .ux-hep-signal {
    border-radius: 10px;
    padding: 0.5rem 0.58rem;
  }

  body.ui-pro .ux-hep-story,
  body.ui-pro .ux-hep-orbit,
  body.ui-pro .ux-hep-flow-step,
  body.ui-pro .ux-hep-compare {
    border-radius: 12px;
    padding: 0.78rem;
  }

  body.ui-pro .ux-hep-story h3 {
    font-size: 1.18rem;
  }

  body.ui-pro .ux-hep-story > p,
  body.ui-pro .ux-hep-orbit-head p,
  body.ui-pro .ux-hep-orbit-list li,
  body.ui-pro .ux-hep-flow-step p,
  body.ui-pro .ux-hep-compare-lane p {
    font-size: 0.89rem;
    line-height: 1.45;
  }

  body.ui-pro .ux-hep-ticker span {
    width: 100%;
  }

  body.ui-pro .ux-hep-flow-step h3 {
    font-size: 0.94rem;
  }

  body.ui-pro .ux-testimonial-card {
    padding: 1rem 0.9rem 0.85rem;
    border-radius: 12px;
  }

  body.ui-pro .ux-testimonial-quote {
    font-size: 0.94rem;
    margin-bottom: 0.9rem;
  }

  body.ui-pro .ux-testimonial-footer {
    padding: 0.75rem 0.8rem;
  }

  body.ui-pro .ux-comparison-row {
    min-width: 760px;
  }

  body.ui-pro .ux-comparison-cell {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }

  body.ui-pro .ux-badge {
    font-size: 0.74rem;
    padding: 0.24rem 0.55rem;
  }

  body.ui-pro .ux-pill {
    font-size: 0.74rem;
  }

  body.ui-pro .ux-pricing-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 0.9rem;
  }

  body.ui-pro .ux-pricing-divider {
    display: none;
  }

  body.ui-pro .ux-pricing-card {
    padding: 2rem 1.5rem;
  }

  body.ui-pro .ux-pricing-item h3 {
    font-size: clamp(1.85rem, 9vw, 2.2rem);
  }

  body.ui-pro .ux-pricing-cta h3 {
    font-size: clamp(1.35rem, 7vw, 1.65rem);
  }

  body.ui-pro .ux-pricing-cta .btn {
    width: 100%;
  }

  body.ui-pro .ux-final-cta-card {
    padding: 1.25rem;
  }

  body.ui-pro .ux-final-cta-card .btn,
  body.ui-pro .ux-faq-teaser-card .btn,
  body.ui-pro .ux-hero-actions .btn,
  body.ui-pro .text-center .btn {
    width: 100%;
  }

  body.ui-pro .ux-faq-teaser-card {
    padding: 1.65rem 1.1rem;
  }

  body.ui-pro .page-book #slotContainer {
    grid-template-columns: 1fr;
  }

  body.ui-pro .ux-book-hero-highlights {
    grid-template-columns: 1fr;
  }

  body.ui-pro .ux-book-flow-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }

  body.ui-pro .ux-book-flow {
    grid-template-columns: 1fr;
  }

  body.ui-pro .ux-book-flow-step:not(:last-child)::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -0.42rem;
    transform: translateX(-50%) rotate(135deg);
  }

  body.ui-pro .ux-book-hero-main {
    padding: 0.62rem 0.68rem;
  }

  body.ui-pro .ux-book-hero-summary {
    font-size: 0.82rem;
  }

  body.ui-pro .ux-book-points::before {
    left: 16px;
  }

  body.ui-pro .ux-book-points div {
    padding: 0.74rem 0.78rem 0.74rem 2.7rem;
  }

  body.ui-pro .ux-book-points span {
    font-size: 0.8rem;
  }

  body.ui-pro .page-book .slot-btn {
    min-height: 44px;
  }

  body.ui-pro .ux-book-calendar-panel,
  body.ui-pro .ux-book-form-panel {
    border-radius: 14px;
  }

  body.ui-pro .ux-pricing-shell,
  body.ui-pro .ux-hep-shell,
  body.ui-pro .ux-faq-teaser,
  body.ui-pro .ux-testimonials-shell,
  body.ui-pro .ux-comparison-shell,
  body.ui-pro .ux-process-shell,
  body.ui-pro .ux-services-shell,
  body.ui-pro .ux-split-shell,
  body.ui-pro .ux-final-cta,
  body.ui-pro .ux-book-main,
  body.ui-pro .ux-book-support {
    padding-top: 1.45rem;
    padding-bottom: 1.45rem;
  }

  body.ui-pro .ux-testimonials-shell,
  body.ui-pro .ux-comparison-shell {
    overflow: hidden;
  }

  body.ui-pro .ux-comparison-shell .container {
    padding-right: 0.65rem;
  }

}

@media (hover: none), (pointer: coarse) {
  body.ui-pro .ux-process-grid article:hover,
  body.ui-pro .ux-services-grid article:hover,
  body.ui-pro .ux-testimonial-card:hover,
  body.ui-pro .ux-diff-takeaway-card:hover,
  body.ui-pro .ux-hep-flow-step:hover,
  body.ui-pro .stat-box:hover,
  body.ui-pro .page-shell .card:hover,
  body.ui-pro .page-shell .accordion-item:hover,
  body.ui-pro .ux-book-support .ux-book-support-grid article:hover,
  body.ui-pro .ux-book-main .ux-book-calendar-panel:hover,
  body.ui-pro .ux-book-main .ux-book-form-panel:hover {
    transform: none;
    box-shadow: 0 16px 30px rgba(29, 68, 128, 0.1);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ui-pro * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


/* ================================================================
   CONSULTATION PAGE - SESSION FLOW CARDS
   ================================================================ */
body.ui-pro .ux-session-card {
  border-radius: 18px;
}

body.ui-pro .ux-session-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.ui-pro .ux-session-icon--before {
  background: linear-gradient(135deg, #ddeeff, #c8e3ff);
  color: #2358b8;
  box-shadow: 0 4px 14px rgba(37, 95, 205, 0.18);
}

body.ui-pro .ux-session-icon--during {
  background: linear-gradient(135deg, #d8f0e4, #c2e8d4);
  color: #1e7a4f;
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.2);
}

body.ui-pro .ux-session-icon--after {
  background: linear-gradient(135deg, #ede8ff, #ddd3ff);
  color: #5b38c9;
  box-shadow: 0 4px 14px rgba(91, 56, 201, 0.18);
}

body.ui-pro .ux-icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

body.ui-pro .ux-icon-list li {
  font-size: 0.92rem;
  color: #3d5a82;
  padding-left: 1.3rem;
  position: relative;
  line-height: 1.5;
}

body.ui-pro .ux-icon-list li::before {
  content: "�";
  position: absolute;
  left: 0;
  color: #7aaad8;
  font-weight: 700;
}

/* ================================================================
   CONSULTATION PAGE - STEPS ORDERED LIST
   ================================================================ */
body.ui-pro .ux-steps-ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: step-counter;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

body.ui-pro .ux-steps-ol li {
  counter-increment: step-counter;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  font-size: 0.93rem;
  color: #3d5a82;
  line-height: 1.55;
}

body.ui-pro .ux-steps-ol li::before {
  content: counter(step-counter);
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2f68d9, #1f4ea8);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
}

/* ================================================================
   CONSULTATION PAGE - SCOPE CARD (BLUE)
   ================================================================ */
body.ui-pro .ux-scope-card {
  border-radius: 18px;
  border: 1px solid rgba(148, 196, 250, 0.5);
  background: linear-gradient(145deg, rgba(237, 246, 255, 0.9), rgba(225, 240, 255, 0.7));
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  box-shadow: 0 14px 32px rgba(37, 90, 165, 0.1), inset 0 1px 0 rgba(255,255,255,0.8);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

body.ui-pro .ux-scope-card-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

body.ui-pro .ux-scope-card-head h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e3f74;
  margin: 0;
}

body.ui-pro .ux-scope-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #dce9ff, #c6dbff);
  color: #2358b8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(37, 90, 165, 0.18);
}

body.ui-pro .ux-scope-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

body.ui-pro .ux-scope-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.92rem;
  line-height: 1.5;
}

body.ui-pro .ux-scope-list li span:first-child {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
  margin-top: 0.08rem;
}

body.ui-pro .ux-scope-yes {
  color: #25527a;
}

body.ui-pro .ux-scope-yes span:first-child {
  background: #d3f0e2;
  color: #1b6e47;
  border: 1px solid #aee0ca;
}

body.ui-pro .ux-scope-no {
  color: #5a6a80;
}

body.ui-pro .ux-scope-no span:first-child {
  background: #fde8e8;
  color: #b84040;
  border: 1px solid #f5bcbc;
}

/* ================================================================
   CONSULTATION PAGE - URGENT CARE CARD (AMBER)
   ================================================================ */
body.ui-pro .ux-urgent-card {
  border-radius: 18px;
  border: 1px solid rgba(245, 180, 80, 0.42);
  background: linear-gradient(145deg, rgba(255, 248, 234, 0.94), rgba(255, 241, 210, 0.7));
  backdrop-filter: blur(14px) saturate(115%);
  -webkit-backdrop-filter: blur(14px) saturate(115%);
  box-shadow: 0 14px 32px rgba(190, 120, 20, 0.1), inset 0 1px 0 rgba(255,255,255,0.9);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

body.ui-pro .ux-urgent-card-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

body.ui-pro .ux-urgent-card-head h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #7a3e0a;
  margin: 0;
}

body.ui-pro .ux-urgent-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #fde8b8, #fbd88a);
  color: #b35c0a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(185, 95, 15, 0.22);
}

body.ui-pro .ux-urgent-note {
  font-size: 0.87rem;
  color: #8a5a20;
  margin: 0;
  line-height: 1.5;
  padding: 0.65rem 0.85rem;
  background: rgba(255, 220, 140, 0.35);
  border-left: 3px solid #f5b642;
  border-radius: 0 8px 8px 0;
}

body.ui-pro .ux-urgent-list li {
  color: #6b4010;
}

body.ui-pro .ux-urgent-list li span:first-child {
  background: #fde8b8;
  color: #b35c0a;
  border: 1px solid #f5cf81;
  font-size: 0.58rem;
}

/* Mobile adjustments for consultation cards */
@media (max-width: 767.98px) {
  body.ui-pro .ux-scope-card,
  body.ui-pro .ux-urgent-card {
    padding: 1.35rem;
  }

  body.ui-pro .ux-session-icon {
    width: 40px;
    height: 40px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   CONSULTATION PAGE — HERO
   ─────────────────────────────────────────────────────────────── */

/* ── Shell ── */
body.ui-pro .ux-consult-hero {
    padding: 5rem 0 4.5rem;
    background: linear-gradient(135deg, #f0f5ff 0%, #f8f6ff 55%, #f0faf7 100%);
    position: relative;
    overflow: hidden;
}
body.ui-pro .ux-consult-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 60% at 15% 50%, rgba(99,102,241,.07) 0%, transparent 70%),
        radial-gradient(ellipse 50% 50% at 85% 20%, rgba(20,184,166,.06) 0%, transparent 65%);
    pointer-events: none;
}

/* ── Two-column grid ── */
body.ui-pro .ux-consult-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 3.5rem;
    align-items: center;
}
@media (max-width: 767.98px) {
    body.ui-pro .ux-consult-hero-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* ── Left column ── */
body.ui-pro .ux-consult-hero-left {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

body.ui-pro .ux-consult-hero-heading {
    font-size: clamp(2.4rem, 5vw, 3.4rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: var(--pro-ink);
    margin: 0;
}

body.ui-pro .ux-consult-hero-sub {
    font-size: 1.05rem;
    color: var(--pro-muted);
    line-height: 1.65;
    max-width: 44ch;
    margin: 0;
}

/* ── Meta chips ── */
body.ui-pro .ux-consult-chips {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
body.ui-pro .ux-consult-chips span {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .35rem .75rem;
    border-radius: 99px;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .01em;
    background: rgba(255,255,255,.75);
    border: 1px solid rgba(99,102,241,.18);
    color: var(--pro-ink);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
body.ui-pro .ux-consult-chips span svg {
    color: var(--pro-brand);
    flex-shrink: 0;
}

/* ── CTA row ── */
body.ui-pro .ux-consult-hero-cta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: .25rem;
}
body.ui-pro .ux-consult-privacy {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .8rem;
    color: var(--pro-muted);
    margin: 0;
}
body.ui-pro .ux-consult-privacy svg {
    color: var(--pro-brand);
    flex-shrink: 0;
}

/* ── Right column — flow card ── */
body.ui-pro .ux-consult-hero-right {
    background: rgba(255,255,255,.75);
    border: 1px solid rgba(99,102,241,.12);
    border-radius: 1.25rem;
    padding: 2rem 2rem 1.75rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:
        0 2px 8px rgba(0,0,0,.04),
        0 8px 32px rgba(99,102,241,.09);
}

body.ui-pro .ux-consult-flow-label {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--pro-brand);
    margin: 0 0 1.4rem;
}

/* ── Numbered step list ── */
body.ui-pro .ux-consult-flow-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}
body.ui-pro .ux-consult-flow-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: .9rem 0;
    border-bottom: 1px solid rgba(99,102,241,.07);
}
body.ui-pro .ux-consult-flow-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
body.ui-pro .ux-consult-flow-list li:first-child {
    padding-top: 0;
}

body.ui-pro .ux-consult-flow-num {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--pro-brand) 0%, var(--pro-brand-strong,#4f46e5) 100%);
    color: #fff;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .04em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .1rem;
}

body.ui-pro .ux-consult-flow-body {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}
body.ui-pro .ux-consult-flow-body strong {
    font-size: .9rem;
    font-weight: 700;
    color: var(--pro-ink);
    line-height: 1.3;
}
body.ui-pro .ux-consult-flow-body span {
    font-size: .82rem;
    color: var(--pro-muted);
    line-height: 1.55;
}

/* ═══════════════════════════════════════════════════════════════
   LEGAL PAGES — SHARED STYLES
   ─────────────────────────────────────────────────────────────── */

/* ── Hero ── */
body.ui-pro .ux-legal-hero {
    padding: 3.25rem 0 2.75rem;
    background: linear-gradient(135deg, #f8f7ff 0%, #f0f5ff 100%);
    border-bottom: 1px solid rgba(99,102,241,.1);
}
.ux-legal-meta {
    font-size: .8rem;
    color: var(--pro-muted);
    margin: .3rem 0 0;
}

/* ── TL;DR summary box ── */
.ux-legal-summary {
    background: rgba(99,102,241,.05);
    border: 1px solid rgba(99,102,241,.15);
    border-radius: .75rem;
    padding: 1.25rem 1.5rem;
    margin-bottom: 2rem;
}
.ux-legal-summary-label {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--pro-brand);
    margin: 0 0 .4rem;
}
.ux-legal-summary p {
    font-size: .9rem;
    color: var(--pro-ink);
    line-height: 1.65;
    margin: 0;
}

/* ── Emergency alert ── */
.ux-legal-alert {
    background: #fffbeb;
    border: 1px solid rgba(217,119,6,.3);
    border-left: 4px solid #d97706;
    border-radius: .75rem;
    padding: 1.25rem 1.5rem;
}
.ux-legal-alert-head {
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #92400e;
    margin: 0 0 .6rem;
    display: flex;
    align-items: center;
    gap: .4rem;
}
.ux-legal-alert p,
.ux-legal-alert ul {
    color: #78350f;
    font-size: .88rem;
    margin: 0;
    line-height: 1.6;
}
.ux-legal-alert ul {
    padding-left: 1.25rem;
    margin-top: .5rem;
}

/* ── Refund quick-reference grid ── */
.ux-legal-qr {
    display: grid;
    grid-template-columns: 1fr 8.5rem;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: .75rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
    font-size: .85rem;
}
.ux-legal-qr-row { display: contents; }
.ux-legal-qr-cell {
    padding: .65rem 1rem;
    border-bottom: 1px solid rgba(0,0,0,.06);
    background: #fff;
    display: flex;
    align-items: center;
    color: var(--pro-ink);
}
.ux-legal-qr-cell:nth-child(2n) {
    border-left: 1px solid rgba(0,0,0,.06);
    justify-content: center;
    font-weight: 600;
}
.ux-legal-qr-head {
    background: var(--pro-bg, #f8f9fa);
    font-size: .73rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--pro-muted);
}
.ux-legal-qr-cell:last-child,
.ux-legal-qr-cell:nth-last-child(2) { border-bottom: none; }
.ux-legal-qr-yes { color: #059669 !important; }
.ux-legal-qr-no  { color: #dc2626 !important; }

/* ── Related policies row ── */
.ux-legal-related {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
}
.ux-legal-related-label {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--pro-muted);
    margin-right: .25rem;
    white-space: nowrap;
}
.ux-legal-related a {
    font-size: .8rem;
    font-weight: 600;
    color: var(--pro-brand);
    text-decoration: none;
    padding: .2rem .65rem;
    border: 1px solid rgba(99,102,241,.25);
    border-radius: 99px;
    transition: background .15s, color .15s;
}
.ux-legal-related a:hover { background: rgba(99,102,241,.08); }

/* ── Contact CTA card ── */
.ux-legal-cta-card {
    background: rgba(99,102,241,.04);
    border: 1px solid rgba(99,102,241,.12) !important;
    border-radius: 1rem;
    text-align: center;
}
.ux-legal-cta-card .card-body { padding: 2rem; }

/* ================================================================
   ABOUT PAGE — PROFILE HERO
   ================================================================ */
body.ui-pro .page-about .about-profile-hero {
  align-items: center;
}

body.ui-pro .page-about .about-profile-media {
  width: min(100%, 175px);
}

body.ui-pro .page-about .about-profile-shell {
  height: 205px;
  border-radius: 18px !important;
  background: linear-gradient(165deg, #e8f2ff, #f3f8ff);
  border: 1px solid rgba(168, 198, 236, 0.62);
  box-shadow: 0 12px 24px rgba(32, 77, 142, 0.16);
}

body.ui-pro .page-about .about-profile-image {
  object-position: center 12%;
}

@media (max-width: 991.98px) {
  body.ui-pro .page-about .about-profile-media {
    width: min(100%, 160px);
    margin-bottom: 0.45rem;
  }

  body.ui-pro .page-about .about-profile-shell {
    height: 185px;
  }
}
