body.has-global-nav {
  --index-max: 100%;
  --index-gutter: clamp(14px, 2.2vw, 40px);
  padding-top: 0;
}

body.has-global-nav .container {
  width: 100%;
  max-width: none;
  padding-inline: var(--index-gutter);
  margin-inline: auto;
}

body.has-global-nav .site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2147483000;
}

body.has-global-nav .site-nav__container {
  min-height: 70px;
  padding-block: 0.62rem;
}

body.has-global-nav .hero {
  padding-top: clamp(28px, 4vw, 48px);
}

body.has-global-nav .section {
  padding-block: 0;
}

body.has-global-nav .adSlot__inner {
  width: 100%;
}

body.has-global-nav .consult__wrap {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

body.has-global-nav main {
  padding-bottom: 0;
}

body.has-global-nav .site-footer {
  margin-top: 0;
}

body.has-global-nav .site-footer__container {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  padding-inline: var(--index-gutter);
}

body.has-global-nav .site-footer__copyright .container {
  width: 100%;
  max-width: none;
  padding-inline: var(--index-gutter);
}

body.page-home.has-global-nav {
  --home-nav-h: 90px;
  --hero-dock-reserve: clamp(102px, 14vh, 150px);
}

/* Index-only nav behavior: transparent at top, warm blur on scroll */
body.page-home.has-global-nav .site-nav {
  border-bottom-color: transparent;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  transition: background-color 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease, backdrop-filter 0.26s ease;
}

body.page-home.has-global-nav .site-nav.is-scrolled {
  border-bottom-color: rgba(226, 214, 201, 0.68);
  background: rgba(248, 241, 234, 0.72);
  backdrop-filter: blur(12px) saturate(120%);
  box-shadow: 0 10px 30px rgba(33, 41, 55, 0.16);
}

body.page-home.has-global-nav .site-nav:not(.is-scrolled) .site-nav__brand-title,
body.page-home.has-global-nav .site-nav:not(.is-scrolled) .site-nav__brand-slogan {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(6, 12, 21, 0.66);
}

@media (max-width: 980px) {
  body.page-home.has-global-nav .site-nav,
  body.page-home.has-global-nav .site-nav.is-scrolled {
    border-bottom-color: rgba(226, 214, 201, 0.68);
    background: rgba(248, 241, 234, 0.9);
    backdrop-filter: blur(12px) saturate(120%);
    box-shadow: 0 10px 30px rgba(33, 41, 55, 0.16);
  }

  body.page-home.has-global-nav .site-nav:not(.is-scrolled) .site-nav__brand-title,
  body.page-home.has-global-nav .site-nav:not(.is-scrolled) .site-nav__brand-slogan {
    color: #1f2833;
    text-shadow: none;
  }
}

body.page-home.has-global-nav .site-nav__links {
  background: rgba(249, 246, 241, 0.86);
  border-color: rgba(151, 164, 176, 0.58);
  box-shadow: 0 10px 24px rgba(23, 35, 49, 0.1);
}

/* New hero with full image (no crop) */
body.page-home.has-global-nav .hero--index {
  position: relative;
  margin-top: 0;
  min-height: 100dvh;
  padding-top: calc(var(--home-nav-h) + clamp(6px, 1.4vw, 16px));
  padding-bottom: clamp(12px, 2.6vw, 24px);
  overflow: clip;
}

body.page-home.has-global-nav .hero--index__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("../img/heroimg4.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

body.page-home.has-global-nav .hero--index__inner {
  position: relative;
  z-index: 1;
  min-height: calc(100dvh - var(--home-nav-h) - var(--hero-dock-reserve));
  display: flex;
  align-items: center;
  padding-bottom: 0;
}

body.page-home.has-global-nav .hero--index__copy {
  width: min(640px, calc(100% - 24px));
  margin-top: 0;
  padding: 0;
  padding-inline: clamp(4px, 0.8vw, 10px);
  border: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  text-align: left;
  container-type: inline-size;
}

body.page-home.has-global-nav .hero--index .pill {
  background: rgba(10, 24, 40, 0.58);
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
  font-weight: 600;
  backdrop-filter: blur(8px) saturate(114%);
  box-shadow: 0 8px 20px rgba(8, 16, 28, 0.26);
  margin-bottom: clamp(10px, 1.5vw, 16px);
}

body.page-home.has-global-nav .hero--index .hero__h1 {
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-weight: 900;
  margin: 0 0 clamp(12px, 1.8vw, 18px);
  width: min(100%, 20ch);
  max-width: 100%;
  white-space: normal;
  text-wrap: balance;
  overflow-wrap: break-word;
  font-size: clamp(1.35rem, 5vw, 3.25rem);
  line-height: 1.04;
  color: #ffffff;
  text-shadow: 0 3px 18px rgba(8, 15, 26, 0.64);
}

body.page-home.has-global-nav .hero--index .hero__h1-accent {
  display: inline-block;
  margin-right: 0.08em;
  font-size: 1.18em;
  line-height: 0.96;
  color: #7ef5a6;
  text-shadow:
    0 0 22px rgba(126, 245, 166, 0.42),
    0 3px 16px rgba(6, 14, 22, 0.88);
}

body.page-home.has-global-nav .hero--index .hero__p {
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-weight: 500;
  max-width: 48ch;
  margin-left: 0;
  margin-right: 0;
  font-size: clamp(1.12rem, 1.75vw, 1.32rem);
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.98);
  text-shadow:
    0 3px 18px rgba(5, 11, 20, 0.92),
    0 1px 3px rgba(5, 11, 20, 0.88);
  margin-bottom: 0;
}

body.page-home.has-global-nav .hero--index .hero__hand-circle {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding: 0.02em 0.34em 0.08em;
  color: #ff6b6b;
  font-weight: 800;
  text-shadow:
    0 2px 12px rgba(5, 11, 20, 0.96),
    0 1px 2px rgba(5, 11, 20, 0.92);
}

body.page-home.has-global-nav .hero--index .hero__hand-circle::before,
body.page-home.has-global-nav .hero--index .hero__hand-circle::after {
  content: "";
  position: absolute;
  inset: -0.24em -0.22em -0.18em;
  border: 2px solid rgba(220, 38, 38, 0.95);
  border-radius: 999px;
  pointer-events: none;
}

body.page-home.has-global-nav .hero--index .hero__hand-circle::before {
  transform: rotate(-5deg);
}

body.page-home.has-global-nav .hero--index .hero__hand-circle::after {
  inset: -0.18em -0.28em -0.24em;
  border-width: 1.8px;
  opacity: 0.86;
  transform: rotate(4deg);
}

@supports (font-size: 1cqw) {
  body.page-home.has-global-nav .hero--index .hero__h1 {
    font-size: clamp(1.35rem, 7.6cqw, 3.25rem);
  }
}

body.page-home.has-global-nav .hero--index .hero__cta {
  gap: 0.75rem;
  margin-top: 0.9rem;
}

body.page-home.has-global-nav .hero--index .hero__cta .btn {
  min-height: 50px;
  font-weight: 700;
  letter-spacing: 0.15px;
  border-width: 1px;
  box-shadow: 0 14px 26px rgba(8, 16, 28, 0.28);
}

body.page-home.has-global-nav .hero--index .hero__cta .btn--primary {
  background: #176a98;
  border-color: #176a98;
  color: #ffffff;
}

body.page-home.has-global-nav .hero--index .hero__cta .btn--primary:hover {
  background: #1a79ae;
  border-color: #1a79ae;
}

body.page-home.has-global-nav .hero--index .hero__cta .btn--soft {
  background: rgba(8, 20, 34, 0.42);
  border-color: rgba(255, 255, 255, 0.46);
  color: #ffffff;
  backdrop-filter: blur(8px);
}

body.page-home.has-global-nav .hero--index .hero__cta .btn--soft:hover {
  background: rgba(8, 20, 34, 0.56);
}

body.page-home.has-global-nav .hero--index .hero__cta .btn__icon {
  opacity: 1;
}

/* Hero staged entrance */
.has-reveal-js body.page-home.has-global-nav .hero--index__copy.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.has-reveal-js body.page-home.has-global-nav .hero--index__dock.reveal {
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.5s var(--ease);
}

.has-reveal-js body.page-home.has-global-nav .hero--index__dock.reveal.is-in {
  opacity: 1;
  transform: translateX(-50%);
}

.has-reveal-js body.page-home.has-global-nav .hero--index__copy.reveal > .pill,
.has-reveal-js body.page-home.has-global-nav .hero--index__copy.reveal > .hero__h1,
.has-reveal-js body.page-home.has-global-nav .hero--index__copy.reveal > .hero__p,
.has-reveal-js body.page-home.has-global-nav .hero--index__copy.reveal .hero__cta .btn,
.has-reveal-js body.page-home.has-global-nav .hero--index__dock.reveal .trust__set:first-child .trust__item {
  opacity: 0;
  filter: blur(16px);
  transform: translate3d(0, 18px, 0) scale(0.92);
  will-change: opacity, transform, filter;
}

.has-reveal-js body.page-home.has-global-nav .hero--index__copy.reveal > .pill {
  --hero-enter-delay: 70ms;
}

.has-reveal-js body.page-home.has-global-nav .hero--index__copy.reveal > .hero__h1 {
  --hero-enter-delay: 150ms;
}

.has-reveal-js body.page-home.has-global-nav .hero--index__copy.reveal > .hero__p {
  --hero-enter-delay: 255ms;
}

.has-reveal-js body.page-home.has-global-nav .hero--index__copy.reveal .hero__cta .btn:first-child {
  --hero-enter-delay: 360ms;
}

.has-reveal-js body.page-home.has-global-nav .hero--index__copy.reveal .hero__cta .btn:last-child {
  --hero-enter-delay: 450ms;
}

.has-reveal-js body.page-home.has-global-nav .hero--index__dock.reveal .trust__set:first-child .trust__item:nth-child(1) {
  --hero-enter-delay: 420ms;
}

.has-reveal-js body.page-home.has-global-nav .hero--index__dock.reveal .trust__set:first-child .trust__item:nth-child(2) {
  --hero-enter-delay: 490ms;
}

.has-reveal-js body.page-home.has-global-nav .hero--index__dock.reveal .trust__set:first-child .trust__item:nth-child(3) {
  --hero-enter-delay: 560ms;
}

.has-reveal-js body.page-home.has-global-nav .hero--index__dock.reveal .trust__set:first-child .trust__item:nth-child(4) {
  --hero-enter-delay: 630ms;
}

.has-reveal-js body.page-home.has-global-nav .hero--index__dock.reveal .trust__set:first-child .trust__item:nth-child(5) {
  --hero-enter-delay: 700ms;
}

.has-reveal-js body.page-home.has-global-nav .hero--index__dock.reveal .trust__set:first-child .trust__item:nth-child(6) {
  --hero-enter-delay: 770ms;
}

.has-reveal-js body.page-home.has-global-nav .hero--index__dock.reveal .trust__set:first-child .trust__item:nth-child(7) {
  --hero-enter-delay: 840ms;
}

.has-reveal-js body.page-home.has-global-nav .hero--index__dock.reveal .trust__set:first-child .trust__item:nth-child(8) {
  --hero-enter-delay: 910ms;
}

.has-reveal-js body.page-home.has-global-nav .hero--index__dock.reveal .trust__set:first-child .trust__item:nth-child(9) {
  --hero-enter-delay: 980ms;
}

.has-reveal-js body.page-home.has-global-nav .hero--index__dock.reveal .trust__set:first-child .trust__item:nth-child(10) {
  --hero-enter-delay: 1050ms;
}

.has-reveal-js body.page-home.has-global-nav .hero--index__copy.reveal.is-in > .pill,
.has-reveal-js body.page-home.has-global-nav .hero--index__copy.reveal.is-in > .hero__h1,
.has-reveal-js body.page-home.has-global-nav .hero--index__copy.reveal.is-in > .hero__p,
.has-reveal-js body.page-home.has-global-nav .hero--index__copy.reveal.is-in .hero__cta .btn,
.has-reveal-js body.page-home.has-global-nav .hero--index__dock.reveal.is-in .trust__set:first-child .trust__item {
  animation: heroBlurZoomIn 860ms cubic-bezier(0.18, 0.78, 0.2, 1) both;
  animation-delay: var(--hero-enter-delay, 0ms);
}

@keyframes heroBlurZoomIn {
  0% {
    opacity: 0;
    filter: blur(18px);
    transform: translate3d(0, 22px, 0) scale(0.9);
  }
  60% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

body.page-home.has-global-nav .homeSweetBannerSection {
  min-height: clamp(260px, 40vh, 430px);
  padding-top: clamp(24px, 4vw, 54px);
  padding-bottom: clamp(24px, 4vw, 54px);
  display: grid;
  align-items: center;
}

body.page-home.has-global-nav .homeSweetBannerSection .container {
  padding-inline: 0;
}

body.page-home.has-global-nav .homeSweetBanner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 2.2vw, 24px);
  align-items: center;
  justify-items: center;
  width: 100%;
  max-width: none;
  min-height: clamp(200px, 30vh, 320px);
  margin-inline: 0;
  padding: clamp(22px, 3.8vw, 52px) clamp(16px, 4vw, 72px);
  border-radius: 0;
  border: 1px solid rgba(118, 150, 170, 0.38);
  border-left: 0;
  border-right: 0;
  background:
    radial-gradient(900px 220px at 0% 0%, rgba(161, 198, 214, 0.26), transparent 72%),
    radial-gradient(620px 200px at 100% 100%, rgba(213, 188, 157, 0.2), transparent 72%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(241, 248, 251, 0.9));
  box-shadow: 0 16px 36px rgba(19, 43, 61, 0.14);
}

body.page-home.has-global-nav .homeSweetBanner__brand {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  gap: 6px;
}

body.page-home.has-global-nav .homeSweetBanner__logo {
  width: clamp(108px, 12vw, 152px);
  height: auto;
  display: block;
}

body.page-home.has-global-nav .homeSweetBanner__label {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #245f73;
}

body.page-home.has-global-nav .homeSweetBanner__content {
  min-width: 0;
  max-width: min(100%, 920px);
  text-align: center;
}

body.page-home.has-global-nav .homeSweetBanner__title {
  margin: 0;
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.5vw, 1.44rem);
  line-height: 1.24;
  color: #1e3144;
  text-wrap: balance;
}

body.page-home.has-global-nav .homeSweetBanner__desc {
  margin: 7px auto 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(0.88rem, 1vw, 0.98rem);
  line-height: 1.56;
  color: rgba(30, 49, 68, 0.8);
}

body.page-home.has-global-nav .homeSweetBanner__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

body.page-home.has-global-nav .homeSweetBanner__cta {
  min-height: 44px;
  font-weight: 700;
  border-width: 1px;
  border-color: rgba(39, 98, 124, 0.34);
  background: rgba(255, 255, 255, 0.9);
  color: #193f56;
  box-shadow: none;
}

body.page-home.has-global-nav .homeSweetBanner__cta:hover {
  background: rgba(236, 247, 252, 0.98);
  border-color: rgba(39, 98, 124, 0.46);
}

body.page-home.has-global-nav .homeSweetBanner__logoInfo {
  margin: 0;
  position: relative;
}

body.page-home.has-global-nav .homeSweetBanner__logoInfoBtn {
  list-style: none;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(39, 98, 124, 0.36);
  background: rgba(255, 255, 255, 0.82);
  color: #1f556f;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}

body.page-home.has-global-nav .homeSweetBanner__logoInfoBtn::-webkit-details-marker {
  display: none;
}

body.page-home.has-global-nav .homeSweetBanner__logoInfoText {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: min(340px, 74vw);
  margin: 0;
  padding: 9px 11px;
  border-radius: 10px;
  border: 1px solid rgba(39, 98, 124, 0.3);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 24px rgba(19, 43, 61, 0.16);
  color: rgba(30, 49, 68, 0.84);
  font-size: 12px;
  line-height: 1.45;
  z-index: 2;
}

body.page-home.has-global-nav .homeSweetBanner__logoInfo[open] .homeSweetBanner__logoInfoText {
  display: block;
}

/* Glass chip trust cards */
body.page-home.has-global-nav .hero--index__dock {
  position: absolute;
  left: 50%;
  bottom: clamp(28px, 4.6vh, 56px);
  transform: translateX(-50%);
  z-index: 2;
  width: min(1080px, calc(100% - (var(--index-gutter) * 2)));
  padding-inline: clamp(2px, 0.8vw, 8px);
  box-sizing: border-box;
}

body.page-home.has-global-nav .hero--index__dock .trust--glass {
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.9rem;
  margin-top: 0;
}

body.page-home.has-global-nav .hero--index__dock .trust__item {
  flex: 0 1 275px;
  border-radius: 18px;
  padding: 1rem 1.08rem 0.9rem;
  background: #153d59;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 16px 32px rgba(8, 16, 28, 0.34);
  text-align: center;
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

body.page-home.has-global-nav .hero--index__dock .trust__item:nth-child(2) {
  background: #21506f;
}

body.page-home.has-global-nav .hero--index__dock .trust__item:nth-child(3) {
  background: #2a5e76;
}

body.page-home.has-global-nav .hero--index__dock .trust__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 38px rgba(8, 16, 28, 0.44);
  filter: brightness(1.04);
}

body.page-home.has-global-nav .hero--index__dock .trust__k {
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-weight: 900;
  font-size: clamp(1.22rem, 1.7vw, 1.42rem);
  line-height: 1.05;
  letter-spacing: 0.2px;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(8, 16, 28, 0.45);
}

body.page-home.has-global-nav .hero--index__dock .trust__v {
  margin-top: 0.45rem;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(0.96rem, 1.08vw, 1.04rem);
  line-height: 1.33;
  color: rgba(245, 250, 255, 0.96);
}

/* Home reading section */
body.page-home.has-global-nav .homeReading {
  padding-top: clamp(16px, 2.8vw, 34px);
  padding-bottom: clamp(8px, 1.8vw, 16px);
}

body.page-home.has-global-nav .homeReading .container {
  display: grid;
  justify-items: center;
}

body.page-home.has-global-nav .homeReading__card {
  width: min(100%, 1120px);
  position: relative;
  overflow: hidden;
  border-radius: clamp(20px, 2.6vw, 34px);
  padding: clamp(18px, 2.8vw, 42px);
  background:
    radial-gradient(120% 100% at 0% 0%, rgba(153, 196, 208, 0.24), transparent 54%),
    radial-gradient(90% 80% at 100% 100%, rgba(209, 191, 169, 0.2), transparent 58%),
    linear-gradient(168deg, rgba(255, 255, 255, 0.97), rgba(243, 248, 251, 0.92));
  outline: 1px solid rgba(143, 170, 184, 0.44);
  outline-offset: -1px;
}

body.page-home.has-global-nav .homeReading__card::before,
body.page-home.has-global-nav .homeReading__card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

body.page-home.has-global-nav .homeReading__card::before {
  width: clamp(150px, 18vw, 260px);
  height: clamp(150px, 18vw, 260px);
  top: clamp(-80px, -6vw, -30px);
  right: clamp(-80px, -6vw, -28px);
  background: radial-gradient(circle at 36% 36%, rgba(255, 255, 255, 0.7), rgba(137, 185, 197, 0.34));
  opacity: 0.72;
}

body.page-home.has-global-nav .homeReading__card::after {
  width: clamp(140px, 16vw, 220px);
  height: clamp(140px, 16vw, 220px);
  left: clamp(-60px, -4vw, -24px);
  bottom: clamp(-90px, -7vw, -36px);
  background: radial-gradient(circle at 34% 34%, rgba(255, 255, 255, 0.66), rgba(210, 187, 156, 0.3));
  opacity: 0.66;
}

body.page-home.has-global-nav .homeReading__eyebrow {
  margin: 0 0 0.5rem;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: clamp(0.78rem, 0.46vw + 0.62rem, 0.94rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2c6778;
}

body.page-home.has-global-nav .homeReading__title {
  margin: 0 auto clamp(14px, 1.8vw, 22px);
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 20ch;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #182739;
  text-wrap: balance;
}

body.page-home.has-global-nav .homeReading__content {
  position: relative;
  z-index: 1;
  width: min(100%, 900px);
  margin-inline: auto;
}

body.page-home.has-global-nav .homeReading__paragraph {
  margin: 0;
  color: rgba(25, 40, 57, 0.86);
  font-size: clamp(1.03rem, 1.16vw, 1.22rem);
  line-height: 1.9;
  text-wrap: pretty;
}

body.page-home.has-global-nav .homeReading__word {
  display: inline-block;
  will-change: transform, opacity, filter;
}

body.page-home.has-global-nav .homeReading__paragraph + .homeReading__paragraph {
  margin-top: clamp(12px, 1.8vw, 18px);
}

body.page-home.has-global-nav .homeReading__paragraph {
  display: none;
}

body.page-home.has-global-nav .homeReading__paragraph.is-visible {
  display: block;
  animation: homeReadingReveal 0.52s ease both;
}

body.page-home.has-global-nav .homeReading__paragraph.is-word-reveal .homeReading__word {
  animation: homeReadingWordIn 0.74s cubic-bezier(0.2, 0.78, 0.22, 1) both;
  animation-delay: calc(var(--word-i, 0) * 12ms);
}

@keyframes homeReadingReveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeReadingWordIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 0.42em, 0) scale(0.98);
    filter: blur(5px);
    text-shadow: 0 0 0 rgba(86, 175, 203, 0);
  }
  55% {
    opacity: 0.95;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
    text-shadow: 0 0 12px rgba(86, 175, 203, 0.16);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
    text-shadow: 0 0 0 rgba(86, 175, 203, 0);
  }
}

body.page-home.has-global-nav .homeReading__actions {
  position: relative;
  z-index: 1;
  margin-top: clamp(16px, 2vw, 22px);
  display: flex;
  justify-content: center;
}

body.page-home.has-global-nav .homeReading__btn {
  min-height: 50px;
  padding-inline: clamp(1.2rem, 1.8vw, 1.65rem);
  font-weight: 800;
  letter-spacing: 0.01em;
}

@media (max-width: 900px) {
  body.page-home.has-global-nav .homeReading {
    padding-top: clamp(14px, 4.6vw, 24px);
    padding-bottom: clamp(8px, 2.8vw, 14px);
  }

  body.page-home.has-global-nav .homeReading__card {
    padding: clamp(14px, 4.4vw, 24px);
    border-radius: 18px;
  }

  body.page-home.has-global-nav .homeReading__title {
    font-size: clamp(1.5rem, 7.2vw, 2.2rem);
    max-width: 16ch;
  }

  body.page-home.has-global-nav .homeReading__paragraph {
    font-size: clamp(0.99rem, 3.8vw, 1.08rem);
    line-height: 1.75;
  }

  body.page-home.has-global-nav .homeReading__btn {
    width: min(100%, 280px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-home.has-global-nav .homeReading__paragraph.is-visible {
    animation: none;
  }

  body.page-home.has-global-nav .homeReading__paragraph.is-word-reveal .homeReading__word {
    animation: none;
  }
}

/* Start here section (moved out of hero) */
body.page-home.has-global-nav .startHere {
  padding-top: clamp(30px, 4.8vw, 58px);
  padding-bottom: clamp(6px, 1.8vw, 14px);
}

body.page-home.has-global-nav .startHere .container {
  display: grid;
  gap: clamp(14px, 2vw, 24px);
  justify-items: center;
}

body.page-home.has-global-nav .startHere__head {
  width: 100%;
  max-width: min(760px, 100%);
  margin-inline: auto;
  margin-bottom: clamp(0.95rem, 1.5vw, 1.45rem);
  text-align: center;
}

body.page-home.has-global-nav .startHere .sub {
  max-width: 58ch;
  margin-inline: auto;
}

body.page-home.has-global-nav .startHere__badge {
  display: inline-flex;
  align-items: center;
  min-height: 35px;
  padding: 0.36rem 0.9rem;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(180deg, rgba(255, 250, 245, 0.86), rgba(243, 250, 251, 0.8));
  outline: 1px solid rgba(144, 162, 177, 0.46);
  outline-offset: -1px;
  color: #41556a;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08px;
}

body.page-home.has-global-nav .startHere__grid {
  width: min(100%, 1080px);
  display: grid;
  grid-template-columns: repeat(3, minmax(230px, 320px));
  justify-content: center;
  gap: clamp(0.8rem, 1.3vw, 1.16rem);
}

body.page-home.has-global-nav .startHere__item {
  position: relative;
  min-height: clamp(158px, 17vw, 188px);
  padding: clamp(1rem, 1.4vw, 1.28rem) clamp(1rem, 1.5vw, 1.24rem);
  border-radius: 20px;
  background:
    radial-gradient(130% 125% at 0% 0%, rgba(179, 212, 223, 0.2), transparent 52%),
    linear-gradient(168deg, rgba(255, 255, 255, 0.96), rgba(243, 248, 251, 0.92));
  outline: 1px solid rgba(151, 174, 188, 0.48);
  outline-offset: -1px;
  display: grid;
  align-content: start;
  gap: 0.54rem;
  text-align: left;
  transition: transform 0.24s ease, outline-color 0.24s ease, background 0.24s ease;
}

body.page-home.has-global-nav .startHere__item:hover {
  transform: translateY(-2px);
  outline-color: rgba(47, 111, 116, 0.64);
  background:
    radial-gradient(130% 125% at 0% 0%, rgba(179, 212, 223, 0.24), transparent 52%),
    linear-gradient(168deg, rgba(255, 255, 255, 0.98), rgba(240, 246, 250, 0.95));
}

body.page-home.has-global-nav .startHere__icon {
  width: 2.52rem;
  height: 2.52rem;
  border-radius: 0.82rem;
  display: grid;
  place-items: center;
  margin-bottom: 0.1rem;
  background: rgba(238, 247, 252, 0.86);
  outline: 1px solid rgba(150, 174, 189, 0.5);
  outline-offset: -1px;
  color: #2c606f;
  font-size: 1rem;
  font-weight: 700;
}

body.page-home.has-global-nav .startHere__item h3 {
  margin: 0;
  font-size: clamp(1.22rem, 1.3vw, 1.42rem);
  line-height: 1.2;
  color: #1b2a3d;
}

body.page-home.has-global-nav .startHere__item p {
  margin: 0;
  color: rgba(31, 45, 61, 0.76);
  line-height: 1.62;
  font-size: clamp(0.97rem, 1vw, 1.04rem);
}

body.page-home.has-global-nav .trustChips {
  margin: clamp(18px, 2.8vw, 36px) auto clamp(10px, 2vw, 18px);
  padding-inline: var(--index-gutter);
}

body.page-home.has-global-nav .trustChips__title {
  margin: 0 0 0.35rem;
  font-family: "Fraunces", serif;
  font-size: clamp(1.28rem, 1.9vw, 1.78rem);
  line-height: 1.16;
  color: #1b2a3d;
}

body.page-home.has-global-nav .trustChips__note {
  max-width: 74ch;
  margin-inline: auto;
  margin-bottom: clamp(12px, 1.6vw, 16px);
  font-size: clamp(0.97rem, 1.06vw, 1.04rem);
  line-height: 1.72;
  color: rgba(31, 45, 61, 0.74);
}

body.page-home.has-global-nav .trustChips__row {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.62rem;
}

body.page-home.has-global-nav .trustChips__row .chip {
  position: relative;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.48rem 0.94rem;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(243, 248, 250, 0.88));
  outline: 1px solid rgba(151, 174, 188, 0.42);
  outline-offset: -1px;
  color: rgba(27, 42, 61, 0.8);
  font-weight: 600;
  font-size: 0.95rem;
  overflow: hidden;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, outline-color 0.3s ease;
}

body.page-home.has-global-nav .trustChips__row .chip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 26%, rgba(255, 255, 255, 0.72) 50%, transparent 74%);
  opacity: 0;
  transform: translateX(-150%);
  transition: transform 0.72s ease, opacity 0.42s ease;
}

body.page-home.has-global-nav .trustChips__row .chip.is-active {
  color: #1d4f5a;
  background: linear-gradient(180deg, rgba(236, 248, 252, 0.98), rgba(223, 241, 247, 0.92));
  outline-color: rgba(47, 111, 116, 0.62);
  transform: translateY(-2px);
  animation: trustChipSoftPulse 1.25s ease;
}

body.page-home.has-global-nav .trustChips__row .chip.is-active::before {
  opacity: 1;
  transform: translateX(150%);
}

@keyframes trustChipSoftPulse {
  0% { transform: translateY(0); }
  45% { transform: translateY(-2px); }
  100% { transform: translateY(-2px); }
}

@media (hover:hover) {
  body.page-home.has-global-nav .trustChips__row .chip:hover {
    transform: translateY(-1px);
    outline-color: rgba(47, 111, 116, 0.5);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-home.has-global-nav .trustChips__row .chip,
  body.page-home.has-global-nav .trustChips__row .chip::before {
    transition: none;
    animation: none;
  }
}

body.page-home.has-global-nav .homeBlogHighlights {
  margin: clamp(10px, 2vw, 22px) auto clamp(8px, 1.8vw, 16px);
  padding-inline: 0;
}

body.page-home.has-global-nav .homeBlogHighlights .container {
  padding-inline: 0;
}

body.page-home.has-global-nav .homeBlogHighlights__shell {
  width: 100%;
  padding: clamp(16px, 2.5vw, 30px);
  border-top: 1px solid rgba(131, 160, 176, 0.34);
  border-bottom: 1px solid rgba(131, 160, 176, 0.34);
  background:
    radial-gradient(1200px 420px at 0% 0%, rgba(166, 198, 212, 0.16), transparent 62%),
    radial-gradient(700px 320px at 100% 100%, rgba(216, 193, 163, 0.16), transparent 66%),
    linear-gradient(180deg, rgba(246, 250, 252, 0.96), rgba(240, 247, 250, 0.94));
  box-shadow: 0 16px 34px rgba(25, 49, 67, 0.08);
  display: grid;
  gap: clamp(14px, 2vw, 22px);
}

body.page-home.has-global-nav .homeBlogHighlights__head {
  max-width: min(760px, 100%);
  margin-inline: auto;
  text-align: center;
  display: grid;
  gap: 0.55rem;
}

body.page-home.has-global-nav .homeBlogHighlights__eyebrow {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #296b7b;
}

body.page-home.has-global-nav .homeBlogHighlights__title {
  margin: 0;
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-size: clamp(1.38rem, 2.15vw, 2rem);
  line-height: 1.22;
  color: #1a2c3f;
  text-wrap: balance;
}

body.page-home.has-global-nav .homeBlogHighlights__desc {
  margin: 0 auto;
  max-width: 64ch;
  font-size: clamp(0.95rem, 1vw, 1.04rem);
  line-height: 1.68;
  color: rgba(29, 47, 66, 0.8);
}

body.page-home.has-global-nav .homeBlogHighlights__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.95fr);
  gap: clamp(12px, 1.8vw, 18px);
  align-items: stretch;
}

body.page-home.has-global-nav .homeRecentBlog {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 0.9rem;
  min-height: 100%;
  padding: clamp(18px, 2.3vw, 28px);
  border-radius: 28px;
  background:
    radial-gradient(125% 120% at 0% 0%, rgba(25, 116, 145, 0.18), transparent 54%),
    radial-gradient(90% 90% at 100% 0%, rgba(255, 214, 146, 0.34), transparent 52%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(247, 241, 232, 0.95));
  outline: 1px solid rgba(141, 164, 179, 0.4);
  outline-offset: -1px;
  box-shadow: 0 22px 40px rgba(19, 43, 61, 0.14);
}

body.page-home.has-global-nav .homeRecentBlog::before,
body.page-home.has-global-nav .homeRecentBlog::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

body.page-home.has-global-nav .homeRecentBlog::before {
  width: clamp(160px, 18vw, 240px);
  height: clamp(160px, 18vw, 240px);
  top: clamp(-90px, -6vw, -30px);
  right: clamp(-70px, -5vw, -24px);
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.84), rgba(125, 178, 194, 0.38));
  opacity: 0.78;
}

body.page-home.has-global-nav .homeRecentBlog::after {
  width: clamp(130px, 14vw, 190px);
  height: clamp(130px, 14vw, 190px);
  left: clamp(-52px, -4vw, -18px);
  bottom: clamp(-78px, -6vw, -24px);
  background: radial-gradient(circle at 38% 38%, rgba(255, 255, 255, 0.72), rgba(228, 176, 94, 0.28));
  opacity: 0.72;
}

body.page-home.has-global-nav .homeRecentBlog__hero,
body.page-home.has-global-nav .homeRecentBlog__title,
body.page-home.has-global-nav .homeRecentBlog__desc,
body.page-home.has-global-nav .homeRecentBlog__chips,
body.page-home.has-global-nav .homeRecentBlog__meta,
body.page-home.has-global-nav .homeRecentBlog__cta {
  position: relative;
  z-index: 1;
}

body.page-home.has-global-nav .homeRecentBlog__hero {
  display: grid;
  gap: 0.65rem;
}

body.page-home.has-global-nav .homeRecentBlog__eyebrow {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #215f71;
}

body.page-home.has-global-nav .homeRecentBlog__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
}

body.page-home.has-global-nav .homeRecentBlog__badge,
body.page-home.has-global-nav .homeRecentBlog__tag,
body.page-home.has-global-nav .homeRecentBlog__chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

body.page-home.has-global-nav .homeRecentBlog__badge {
  color: #8c4e11;
  background: rgba(229, 174, 96, 0.24);
  outline: 1px solid rgba(195, 131, 58, 0.34);
  outline-offset: -1px;
}

body.page-home.has-global-nav .homeRecentBlog__badge::before {
  content: "\2726";
  margin-right: 0.34rem;
  line-height: 1;
}

body.page-home.has-global-nav .homeRecentBlog__tag {
  color: #20586c;
  background: rgba(32, 88, 108, 0.12);
  outline: 1px solid rgba(32, 88, 108, 0.28);
  outline-offset: -1px;
}

body.page-home.has-global-nav .homeRecentBlog__title {
  margin: 0;
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-size: clamp(1.46rem, 2.3vw, 2.18rem);
  line-height: 1.18;
  color: #1a2b3f;
  max-width: 22ch;
  text-wrap: balance;
}

body.page-home.has-global-nav .homeRecentBlog__desc {
  margin: 0;
  max-width: 58ch;
  font-size: clamp(0.98rem, 1.08vw, 1.08rem);
  line-height: 1.72;
  color: rgba(27, 45, 64, 0.84);
}

body.page-home.has-global-nav .homeRecentBlog__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

body.page-home.has-global-nav .homeRecentBlog__chip {
  color: #315061;
  background: rgba(255, 255, 255, 0.74);
  outline: 1px solid rgba(146, 166, 179, 0.34);
  outline-offset: -1px;
}

body.page-home.has-global-nav .homeRecentBlog__meta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.34rem;
  color: #365169;
  font-size: 0.86rem;
  font-weight: 700;
}

body.page-home.has-global-nav .homeRecentBlog__dot {
  opacity: 0.55;
}

body.page-home.has-global-nav .homeRecentBlog__likes {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  color: #294e64;
}

body.page-home.has-global-nav .homeRecentBlog__likes i {
  color: #c83f64;
  font-size: 0.79rem;
}

body.page-home.has-global-nav .homeRecentBlog__cta {
  width: fit-content;
  min-height: 46px;
  padding-inline: 1.12rem;
  box-shadow: 0 16px 28px rgba(18, 63, 92, 0.18);
}

body.page-home.has-global-nav .homePopularBlog {
  margin: clamp(8px, 1.8vw, 18px) auto clamp(8px, 1.8vw, 16px);
  padding-inline: 0;
}

body.page-home.has-global-nav .homePopularBlog .container {
  padding-inline: 0;
}

body.page-home.has-global-nav .homePopularBlog__card {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding: clamp(12px, 1.9vw, 20px);
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border: 1px solid rgba(131, 160, 176, 0.42);
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(152, 191, 206, 0.2), transparent 60%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(241, 248, 252, 0.9));
  box-shadow: 0 14px 30px rgba(25, 49, 67, 0.12);
  display: grid;
  gap: 0.58rem;
  justify-items: center;
  text-align: center;
}

body.page-home.has-global-nav .homePopularBlog__card--side {
  height: 100%;
  padding: clamp(18px, 2vw, 26px);
  border-radius: 28px;
  border-left-width: 1px;
  border-right-width: 1px;
  justify-items: start;
  align-content: start;
  text-align: left;
}

body.page-home.has-global-nav .homePopularBlog__eyebrow {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #296b7b;
}

body.page-home.has-global-nav .homePopularBlog__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.44rem;
  justify-content: center;
}

body.page-home.has-global-nav .homePopularBlog__card--side .homePopularBlog__tags {
  justify-content: flex-start;
}

body.page-home.has-global-nav .homePopularBlog__badge,
body.page-home.has-global-nav .homePopularBlog__tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 0.28rem 0.64rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

body.page-home.has-global-nav .homePopularBlog__badge {
  color: #1f5f4b;
  background: rgba(55, 146, 95, 0.14);
  outline: 1px solid rgba(55, 146, 95, 0.34);
  outline-offset: -1px;
}

body.page-home.has-global-nav .homePopularBlog__badge::before {
  content: "\2605";
  margin-right: 0.3rem;
  line-height: 1;
}

body.page-home.has-global-nav .homePopularBlog__tag {
  color: #245a6f;
  background: rgba(36, 90, 111, 0.11);
  outline: 1px solid rgba(36, 90, 111, 0.32);
  outline-offset: -1px;
}

body.page-home.has-global-nav .homePopularBlog__title {
  margin: 0;
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 1.95vw, 1.86rem);
  line-height: 1.24;
  color: #1b2a3d;
}

body.page-home.has-global-nav .homePopularBlog__desc {
  margin: 0;
  max-width: 72ch;
  margin-inline: auto;
  font-size: clamp(0.96rem, 1.03vw, 1.03rem);
  line-height: 1.66;
  color: rgba(29, 47, 66, 0.82);
}

body.page-home.has-global-nav .homePopularBlog__card--side .homePopularBlog__desc {
  max-width: 44ch;
  margin-inline: 0;
}

body.page-home.has-global-nav .homePopularBlog__meta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.34rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: #355069;
}

body.page-home.has-global-nav .homePopularBlog__card--side .homePopularBlog__meta {
  justify-content: flex-start;
}

body.page-home.has-global-nav .homePopularBlog__dot {
  opacity: 0.55;
}

body.page-home.has-global-nav .homePopularBlog__likes {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  color: #284f65;
}

body.page-home.has-global-nav .homePopularBlog__likes i {
  color: #c83f64;
  font-size: 0.79rem;
}

body.page-home.has-global-nav .homePopularBlog__cta {
  justify-self: center;
  min-height: 42px;
  font-weight: 700;
  border-color: rgba(36, 90, 111, 0.34);
  color: #1b4c62;
  background: rgba(255, 255, 255, 0.84);
}

body.page-home.has-global-nav .homePopularBlog__card--side .homePopularBlog__cta {
  justify-self: start;
}

body.page-home.has-global-nav .homePopularBlog__cta:hover {
  border-color: rgba(36, 90, 111, 0.48);
  background: rgba(238, 247, 252, 0.94);
}

body.page-home.has-global-nav .antiStressGame {
  padding-block: clamp(14px, 2.8vw, 34px);
}

body.page-home.has-global-nav .antiStressGame__container {
  width: min(100%, 1200px);
  margin-inline: auto;
  display: grid;
  gap: clamp(10px, 1.8vw, 18px);
}

body.page-home.has-global-nav .antiStressGame__game {
  display: grid;
  gap: clamp(10px, 1.8vw, 16px);
}

body.page-home.has-global-nav .antiStressGame__game.is-collapsed {
  display: none;
}

body.page-home.has-global-nav .antiStressGame__panel {
  display: grid;
  gap: 0.72rem;
}

body.page-home.has-global-nav .antiStressGame__head {
  text-align: center;
  display: grid;
  gap: 0.72rem;
  justify-items: center;
}

body.page-home.has-global-nav .antiStressGame__title {
  margin: 0;
}

body.page-home.has-global-nav .antiStressGame__introDesc {
  margin: 0;
  max-width: 72ch;
  color: rgba(24, 56, 74, 0.88);
  line-height: 1.65;
  font-size: clamp(0.95rem, 1.05vw, 1.06rem);
}

body.page-home.has-global-nav .antiStressGame__introSteps {
  margin: 0;
  padding-left: 1.12rem;
  max-width: 74ch;
  text-align: left;
  color: rgba(24, 56, 74, 0.86);
  line-height: 1.64;
  font-size: clamp(0.9rem, 0.98vw, 0.98rem);
  display: grid;
  gap: 0.22rem;
}

body.page-home.has-global-nav .antiStressGame__introStartBtn {
  min-height: 44px;
  padding-inline: 1.2rem;
  font-weight: 800;
}

body.page-home.has-global-nav .antiStressGame__shell {
  --bubble-calm: 0;
  --bubble-luminance: 1;
  --bubble-vignette: 0.13;
  position: relative;
  min-height: clamp(420px, 62vh, 700px);
  border-radius: clamp(18px, 2.2vw, 28px);
  border: 1px solid rgba(133, 164, 186, 0.44);
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(152, 187, 214, 0.28), transparent 58%),
    radial-gradient(112% 96% at 100% 100%, rgba(193, 193, 220, 0.26), transparent 62%),
    linear-gradient(156deg, rgba(232, 240, 247, 0.94), rgba(235, 239, 246, 0.92));
  box-shadow: 0 24px 48px rgba(22, 45, 64, 0.16);
  overflow: hidden;
  isolation: isolate;
  animation: bubbleSceneIn 760ms cubic-bezier(0.2, 0.72, 0.24, 1) both;
  transition: border-color 0.46s ease, box-shadow 0.46s ease;
}

body.page-home.has-global-nav .antiStressGame__shell::before {
  content: "";
  position: absolute;
  inset: -16%;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(44% 36% at 14% 16%, rgba(255, 255, 255, 0.2), transparent 74%),
    radial-gradient(40% 34% at 88% 10%, rgba(255, 255, 255, 0.18), transparent 78%);
  opacity: calc(0.32 - (var(--bubble-calm) * 0.2));
  transform: scale(calc(1.01 - (var(--bubble-calm) * 0.015)));
  transition: opacity 0.36s ease, transform 0.58s ease;
  animation: bubbleSceneBreath 14s ease-in-out infinite;
}

body.page-home.has-global-nav .antiStressGame__shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, calc(0.1 + (var(--bubble-calm) * 0.08))),
    inset 0 -22px 40px rgba(19, 35, 52, var(--bubble-vignette));
  opacity: var(--bubble-luminance);
  transition: box-shadow 0.46s ease;
}

body.page-home.has-global-nav .antiStressGame__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  touch-action: manipulation;
}

body.page-home.has-global-nav .antiStressGame__canvas:focus-visible {
  outline: 2px solid rgba(34, 105, 133, 0.72);
  outline-offset: -2px;
}

body.page-home.has-global-nav .antiStressGame__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background:
    radial-gradient(75% 66% at 50% 50%, transparent 42%, rgba(12, 20, 34, 0.22) 100%),
    radial-gradient(44% 28% at 20% 4%, rgba(255, 255, 255, 0.11), transparent 72%),
    radial-gradient(42% 26% at 84% 10%, rgba(255, 255, 255, 0.09), transparent 74%);
}

body.page-home.has-global-nav .antiStressGame__hud {
  position: static;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  pointer-events: auto;
}

body.page-home.has-global-nav .antiStressGame__status {
  display: grid;
  gap: 2px;
  max-width: min(76vw, 420px);
  padding: 0.64rem 0.74rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(126, 158, 180, 0.34);
  backdrop-filter: blur(8px);
}

body.page-home.has-global-nav .antiStressGame__statusLabel,
body.page-home.has-global-nav .antiStressGame__statusText {
  margin: 0;
}

body.page-home.has-global-nav .antiStressGame__statusLabel {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2c6577;
}

body.page-home.has-global-nav .antiStressGame__statusText {
  font-size: 0.96rem;
  line-height: 1.35;
  color: #23455d;
  font-weight: 700;
}

body.page-home.has-global-nav .antiStressGame__statusMeta {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(30, 70, 90, 0.84);
  font-weight: 600;
}

body.page-home.has-global-nav .antiStressGame__power {
  margin-top: 0.16rem;
  display: grid;
  gap: 0.24rem;
}

body.page-home.has-global-nav .antiStressGame__powerLabel {
  margin: 0;
  font-size: 0.64rem;
  line-height: 1.2;
  color: rgba(29, 81, 103, 0.88);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-home.has-global-nav .antiStressGame__powerTrack {
  position: relative;
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(197, 217, 231, 0.7);
  border: 1px solid rgba(121, 154, 176, 0.44);
}

body.page-home.has-global-nav .antiStressGame__powerFill {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  border-radius: inherit;
  background: linear-gradient(90deg, #4b87a2, #3f7a94);
  box-shadow: 0 0 0 rgba(70, 133, 163, 0);
  transition: transform 0.25s ease-out, background 0.28s ease-out, box-shadow 0.3s ease-out;
}

body.page-home.has-global-nav .antiStressGame__meterWrap {
  pointer-events: auto;
}

body.page-home.has-global-nav .antiStressGame__meter {
  --meter-value: 100;
  width: clamp(72px, 7.5vw, 90px);
  height: clamp(72px, 7.5vw, 90px);
  border-radius: 999px;
  padding: 7px;
  background:
    conic-gradient(
      from -90deg,
      rgba(35, 106, 130, 0.92) calc(var(--meter-value) * 1%),
      rgba(193, 209, 221, 0.66) 0
    );
  border: 1px solid rgba(120, 152, 172, 0.44);
  box-shadow: 0 10px 24px rgba(18, 42, 60, 0.18);
  transition: background 0.42s ease;
}

body.page-home.has-global-nav .antiStressGame__meterInner {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: grid;
  place-items: center;
  background: rgba(244, 249, 253, 0.88);
  color: #1e5166;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-home.has-global-nav .antiStressGame__controls {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 14px;
  border: 1px solid rgba(119, 151, 171, 0.44);
  background: rgba(240, 248, 252, 0.46);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 26px rgba(15, 35, 50, 0.16);
}

body.page-home.has-global-nav .antiStressGame__btn {
  border: 1px solid rgba(121, 150, 168, 0.44);
  background: rgba(255, 255, 255, 0.88);
  color: #1f4e63;
  min-height: 40px;
  padding: 0.46rem 0.9rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  backdrop-filter: blur(7px);
}

body.page-home.has-global-nav .antiStressGame__startGate {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: min(720px, calc(100% - 28px));
  display: grid;
  place-content: center;
  gap: 0.88rem;
  padding: clamp(1rem, 2.1vw, 1.45rem);
  text-align: center;
  background:
    linear-gradient(145deg, rgba(245, 250, 254, 0.78), rgba(234, 244, 251, 0.72)),
    rgba(21, 43, 62, 0.12);
  border: 1px solid rgba(111, 151, 174, 0.46);
  border-radius: 18px;
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 44px rgba(9, 24, 37, 0.24);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
}

body.page-home.has-global-nav .antiStressGame__startGate.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.98);
}

body.page-home.has-global-nav .antiStressGame__startGateText {
  margin: 0;
  color: #1f4b63;
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.2vw, 1.22rem);
  line-height: 1.4;
  text-wrap: balance;
}

body.page-home.has-global-nav .antiStressGame__startGateBtn {
  justify-self: center;
  min-height: 44px;
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(70, 137, 168, 0.72);
  background: linear-gradient(180deg, #2a7596, #235f7a);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
}

body.page-home.has-global-nav .antiStressGame__startGateBtn:hover {
  filter: brightness(1.08);
}

body.page-home.has-global-nav .antiStressGame__btn:hover {
  transform: translateY(-1px);
  background: rgba(244, 251, 255, 0.92);
  border-color: rgba(71, 118, 145, 0.5);
}

body.page-home.has-global-nav .antiStressGame__btn.is-active {
  color: #ffffff;
  background: linear-gradient(180deg, #2e6f88, #255c72);
  border-color: rgba(37, 92, 114, 0.85);
}

body.page-home.has-global-nav .antiStressGame__btn:focus-visible {
  outline: 2px solid rgba(44, 112, 144, 0.62);
  outline-offset: 2px;
}

body.page-home.has-global-nav .antiStressGame__btn:disabled,
body.page-home.has-global-nav .antiStressGame__btn[aria-disabled="true"] {
  opacity: 0.52;
  cursor: not-allowed;
  transform: none;
}

body.page-home.has-global-nav .antiStressGame__btn--soft {
  color: #1f546a;
  border-color: rgba(78, 132, 160, 0.5);
}

body.page-home.has-global-nav .antiStressGame__btn--soft.is-active {
  color: #ffffff;
  background: linear-gradient(180deg, #3d819d, #2f6880);
  border-color: rgba(45, 102, 124, 0.9);
}

body.page-home.has-global-nav .antiStressGame__btn--ghost {
  color: #6a4250;
  border-color: rgba(161, 122, 136, 0.42);
}

body.page-home.has-global-nav .antiStressGame__btn--end {
  color: #6a3643;
  border-color: rgba(162, 98, 118, 0.5);
  background: rgba(255, 248, 250, 0.9);
}

body.page-home.has-global-nav .antiStressGame__btn--audio {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

body.page-home.has-global-nav .antiStressGame__btn--audio i {
  font-size: 0.92rem;
}

body.page-home.has-global-nav .antiStressGame__btn--audio.is-active {
  color: #ffffff;
  background: linear-gradient(180deg, #2a7291, #245f78);
  border-color: rgba(36, 95, 120, 0.9);
}

body.page-home.has-global-nav .antiStressGame__shell.is-power-mode {
  border-color: rgba(108, 142, 214, 0.56);
  box-shadow:
    0 30px 56px rgba(22, 45, 64, 0.2),
    0 0 0 1px rgba(151, 191, 255, 0.26);
}

body.page-home.has-global-nav .antiStressGame__shell.is-power-mode::after {
  box-shadow:
    inset 0 0 0 1px rgba(210, 232, 255, 0.24),
    inset 0 -22px 40px rgba(14, 29, 58, 0.1);
}

body.page-home.has-global-nav .antiStressGame__shell.is-power-mode .antiStressGame__powerLabel {
  color: #245f95;
}

body.page-home.has-global-nav .antiStressGame__shell.is-power-mode .antiStressGame__powerFill {
  background: linear-gradient(90deg, #46a3ff, #7f7aff, #48d2b6);
  box-shadow: 0 0 12px rgba(100, 157, 245, 0.52);
  animation: bubblePowerPulse 1.2s ease-in-out infinite;
}

body.page-home.has-global-nav .antiStressGame__wand {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  margin-left: -8px;
  margin-top: -6px;
  pointer-events: none;
  z-index: 7;
  opacity: 0;
  transition: opacity 0.24s ease;
}

body.page-home.has-global-nav .antiStressGame__wand::before,
body.page-home.has-global-nav .antiStressGame__wand::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body.page-home.has-global-nav .antiStressGame__wand::before {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 32%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.14) 70%),
    linear-gradient(145deg, rgba(93, 168, 255, 0.86), rgba(124, 129, 255, 0.86));
  box-shadow: 0 0 12px rgba(110, 164, 255, 0.45);
}

body.page-home.has-global-nav .antiStressGame__wand::after {
  width: 2px;
  height: 18px;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(84, 135, 200, 0.9));
  transform: translate(-50%, -2px) rotate(32deg);
  transform-origin: center top;
}

body.page-home.has-global-nav .antiStressGame__shell.is-power-mode .antiStressGame__wand,
body.page-home.has-global-nav .antiStressGame__shell.is-power-mode .antiStressGame__wand {
  opacity: 1;
}

body.page-home.has-global-nav .antiStressGame__hint {
  position: absolute;
  left: 50%;
  bottom: clamp(16px, 2.2vw, 24px);
  transform: translate(-50%, 6px);
  z-index: 4;
  margin: 0;
  width: min(860px, calc(100% - 30px));
  font-size: clamp(0.82rem, 0.92vw, 0.94rem);
  line-height: 1.5;
  color: rgba(25, 51, 67, 0.88);
  text-align: center;
  background: rgba(246, 252, 255, 0.64);
  border: 1px solid rgba(139, 166, 183, 0.34);
  border-radius: 12px;
  padding: 0.46rem 0.82rem;
  backdrop-filter: blur(5px);
  pointer-events: none;
  opacity: 0;
  filter: blur(2px);
  transition: opacity 0.42s ease-out, filter 0.42s ease-out, transform 0.42s ease-out;
}

body.page-home.has-global-nav .antiStressGame__hint.is-visible {
  opacity: 0.85;
  filter: blur(0);
  transform: translateY(0);
}

body.page-home.has-global-nav .antiStressGame__completion {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  width: min(940px, calc(100% - 28px));
  transform: translate(-50%, -50%) scale(0.98);
  opacity: 0;
  pointer-events: none;
  max-height: min(88%, 760px);
  overflow: auto;
  border-radius: 18px;
  border: 1px solid rgba(130, 162, 183, 0.48);
  background: rgba(247, 252, 255, 0.86);
  box-shadow: 0 20px 44px rgba(16, 33, 49, 0.18);
  backdrop-filter: blur(12px);
  padding: 0.82rem 0.9rem 0.86rem;
  display: grid;
  gap: 0.8rem;
  text-align: left;
  transition: opacity 0.42s ease-out, transform 0.42s ease-out;
}

body.page-home.has-global-nav .antiStressGame__completion.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

body.page-home.has-global-nav .antiStressGame__completionText {
  margin: 0;
  font-size: clamp(0.95rem, 1vw, 1.08rem);
  line-height: 1.5;
  color: #21485d;
  font-weight: 700;
}

body.page-home.has-global-nav .antiStressGame__results {
  display: grid;
  gap: 0.7rem;
  text-align: left;
}

body.page-home.has-global-nav .antiStressGame__resultsGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.42rem 0.6rem;
}

body.page-home.has-global-nav .antiStressGame__resultItem {
  display: grid;
  gap: 0.1rem;
  padding: 0.42rem 0.54rem;
  border-radius: 10px;
  border: 1px solid rgba(135, 168, 190, 0.36);
  background: rgba(255, 255, 255, 0.58);
}

body.page-home.has-global-nav .antiStressGame__resultKey {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.2;
  color: rgba(34, 74, 93, 0.78);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

body.page-home.has-global-nav .antiStressGame__resultValue {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.35;
  color: #1f4b63;
  font-weight: 700;
}

body.page-home.has-global-nav .antiStressGame__trend {
  display: grid;
  gap: 0.38rem;
}

body.page-home.has-global-nav .antiStressGame__trendLabel {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.2;
  color: rgba(35, 74, 95, 0.8);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

body.page-home.has-global-nav .antiStressGame__trendBars {
  min-height: 44px;
  display: flex;
  align-items: end;
  gap: 0.28rem;
  padding: 0.36rem 0.4rem;
  border-radius: 10px;
  border: 1px solid rgba(133, 166, 188, 0.32);
  background: rgba(255, 255, 255, 0.52);
}

body.page-home.has-global-nav .antiStressGame__trendBar {
  flex: 1 1 0;
  min-width: 9px;
  max-width: 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(62, 123, 154, 0.95), rgba(40, 89, 120, 0.9));
  opacity: 0.9;
  transition: height 0.52s ease-out, opacity 0.34s ease;
}

body.page-home.has-global-nav .antiStressGame__trendBar.is-low {
  opacity: 0.54;
}

body.page-home.has-global-nav .antiStressGame__resultsGuidance {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: rgba(25, 52, 69, 0.86);
}

body.page-home.has-global-nav .antiStressGame__completionActions {
  display: flex;
  justify-content: flex-start;
  gap: 0.55rem;
  flex-wrap: wrap;
}

body.page-home.has-global-nav .antiStressGame__shell.is-reduced-motion::before {
  animation: none;
}

body.page-home.has-global-nav .antiStressGame__shell.is-reduced-motion .antiStressGame__hint,
body.page-home.has-global-nav .antiStressGame__shell.is-reduced-motion .antiStressGame__completion {
  transition-duration: 0.22s;
}

body.page-home.has-global-nav .antiStressGame__game.is-reduced-motion .antiStressGame__hint,
body.page-home.has-global-nav .antiStressGame__game.is-reduced-motion .antiStressGame__completion {
  transition-duration: 0.22s;
}

body.page-home.has-global-nav .bubblePromptModal {
  position: absolute;
  inset: 0;
  z-index: 9;
  display: grid;
  place-items: center;
  padding: clamp(10px, 2vw, 18px);
  background: rgba(10, 21, 33, 0.28);
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

body.page-home.has-global-nav .bubblePromptModal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

body.page-home.has-global-nav .bubblePromptModal__panel {
  width: min(560px, calc(100% - 16px));
  border-radius: 16px;
  border: 1px solid rgba(140, 172, 193, 0.5);
  background: rgba(247, 252, 255, 0.92);
  box-shadow: 0 18px 42px rgba(10, 24, 37, 0.22);
  padding: 1rem 1rem 0.9rem;
  display: grid;
  gap: 0.65rem;
  text-align: center;
}

body.page-home.has-global-nav .bubblePromptModal__close {
  justify-self: end;
  border: 0;
  background: transparent;
  color: rgba(37, 73, 95, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}

body.page-home.has-global-nav .bubblePromptModal__title {
  margin: 0;
  color: #1e3f57;
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.3;
}

body.page-home.has-global-nav .bubblePromptModal__body {
  margin: 0;
  color: rgba(24, 46, 63, 0.85);
  font-size: 0.93rem;
  line-height: 1.45;
}

body.page-home.has-global-nav .bubblePromptModal__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

body.page-home.has-global-nav .bubblePromptModal__btn {
  min-height: 36px;
  padding: 0.38rem 0.84rem;
  border-radius: 999px;
  border: 1px solid rgba(124, 158, 180, 0.5);
  background: rgba(255, 255, 255, 0.95);
  color: #1f516d;
  font-size: 0.87rem;
  font-weight: 700;
  cursor: pointer;
}

body.page-home.has-global-nav .bubblePromptModal__btn--primary {
  color: #ffffff;
  background: #246687;
  border-color: #246687;
}

@keyframes bubbleSceneIn {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.996);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes bubbleSceneBreath {
  0%,
  100% {
    transform: scale(calc(1.01 - (var(--bubble-calm) * 0.015)));
  }
  50% {
    transform: scale(calc(1.02 - (var(--bubble-calm) * 0.01)));
  }
}

@keyframes bubblePowerPulse {
  0%,
  100% {
    filter: saturate(1) brightness(1);
  }
  50% {
    filter: saturate(1.15) brightness(1.07);
  }
}

@media (max-width: 980px) {
  body.page-home.has-global-nav .homeBlogHighlights__grid {
    grid-template-columns: 1fr;
  }

  body.page-home.has-global-nav .homeRecentBlog__title {
    max-width: 24ch;
  }
}

@media (max-width: 760px) {
  body.page-home.has-global-nav .homeBlogHighlights__shell {
    padding: 14px;
  }

  body.page-home.has-global-nav .homeBlogHighlights__head {
    text-align: left;
    margin-inline: 0;
  }

  body.page-home.has-global-nav .homeBlogHighlights__title {
    font-size: clamp(1.18rem, 5.8vw, 1.54rem);
  }

  body.page-home.has-global-nav .homeBlogHighlights__desc {
    margin-inline: 0;
    font-size: 0.9rem;
    line-height: 1.58;
  }

  body.page-home.has-global-nav .homeRecentBlog {
    padding: 16px;
    border-radius: 22px;
  }

  body.page-home.has-global-nav .homeRecentBlog__title {
    max-width: none;
    font-size: clamp(1.26rem, 6.2vw, 1.64rem);
  }

  body.page-home.has-global-nav .homeRecentBlog__desc,
  body.page-home.has-global-nav .homeRecentBlog__meta {
    font-size: 0.9rem;
  }

  body.page-home.has-global-nav .homePopularBlog__card {
    border-radius: 22px;
    gap: 0.5rem;
  }

  body.page-home.has-global-nav .homePopularBlog__card--side {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  body.page-home.has-global-nav .homePopularBlog__title {
    font-size: clamp(1.16rem, 6vw, 1.42rem);
  }

  body.page-home.has-global-nav .homePopularBlog__meta {
    font-size: 0.8rem;
  }

  body.page-home.has-global-nav .homeRecentBlog__cta,
  body.page-home.has-global-nav .homePopularBlog__cta {
    width: 100%;
    justify-content: center;
  }

  body.page-home.has-global-nav .antiStressGame__introDesc {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  body.page-home.has-global-nav .antiStressGame__introSteps {
    width: 100%;
    max-width: none;
    font-size: 0.85rem;
    line-height: 1.56;
    padding-left: 1rem;
  }

  body.page-home.has-global-nav .antiStressGame__introStartBtn {
    width: 100%;
    justify-content: center;
  }

  body.page-home.has-global-nav .antiStressGame__shell {
    min-height: clamp(380px, 58vh, 560px);
    border-radius: 16px;
  }

  body.page-home.has-global-nav .antiStressGame__hud {
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 8px;
  }

  body.page-home.has-global-nav .antiStressGame__status {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    width: auto;
    padding: 0.52rem 0.6rem;
  }

  body.page-home.has-global-nav .antiStressGame__statusLabel {
    font-size: 0.68rem;
  }

  body.page-home.has-global-nav .antiStressGame__statusText {
    font-size: 0.84rem;
  }

  body.page-home.has-global-nav .antiStressGame__statusMeta {
    font-size: 0.72rem;
  }

  body.page-home.has-global-nav .antiStressGame__controls {
    width: 100%;
    border-radius: 18px;
    padding: 0.44rem;
  }

  body.page-home.has-global-nav .antiStressGame__btn {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 108px;
    min-height: 38px;
    padding-inline: 0.6rem;
  }

  body.page-home.has-global-nav .bubblePromptModal__panel {
    width: calc(100% - 6px);
  }

  body.page-home.has-global-nav .antiStressGame__hint {
    width: calc(100% - 22px);
    border-radius: 12px;
    padding: 0.42rem 0.62rem;
  }

  body.page-home.has-global-nav .antiStressGame__completion {
    width: calc(100% - 18px);
    border-radius: 14px;
    max-height: min(90%, 680px);
  }

  body.page-home.has-global-nav .antiStressGame__resultsGrid {
    grid-template-columns: 1fr;
  }

  body.page-home.has-global-nav .antiStressGame__completionActions .antiStressGame__btn {
    flex: 1 1 calc(50% - 0.35rem);
  }
}

/* FAQ teaser (home only) */
body.page-home.has-global-nav .faqTeaser {
  position: relative;
  min-height: clamp(560px, calc(100dvh - var(--home-nav-h)), 860px);
  display: grid;
  align-items: center;
  padding-block: clamp(40px, 8vh, 90px);
  overflow: hidden;
  isolation: isolate;
}

body.page-home.has-global-nav .faqTeaser::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(231, 240, 245, 0.8), rgba(240, 246, 249, 0.56));
  z-index: -2;
}

body.page-home.has-global-nav .faqTeaser::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 56% at 16% 18%, rgba(147, 187, 204, 0.2), transparent 74%),
    radial-gradient(54% 48% at 84% 82%, rgba(170, 199, 212, 0.19), transparent 76%);
  z-index: -1;
  pointer-events: none;
}

body.page-home.has-global-nav .faqTeaser__inner {
  width: min(100%, 980px);
  margin-inline: auto;
  text-align: center;
  display: grid;
  gap: clamp(0.68rem, 1.4vw, 1.08rem);
}

body.page-home.has-global-nav .faqTeaser__eyebrow {
  margin: 0;
  font-size: clamp(0.8rem, 0.6vw + 0.55rem, 0.98rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2d6d7a;
}

body.page-home.has-global-nav .faqTeaser__title {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.08;
  max-width: 20ch;
  margin-inline: auto;
  color: #1b2a3d;
}

body.page-home.has-global-nav .faqTeaser__desc {
  margin: 0;
  max-width: 70ch;
  margin-inline: auto;
  font-size: clamp(1rem, 1.18vw, 1.28rem);
  line-height: 1.66;
  color: rgba(26, 42, 57, 0.88);
}

body.page-home.has-global-nav .faqTeaser__support {
  margin: 0;
  max-width: 64ch;
  margin-inline: auto;
  font-size: clamp(0.96rem, 1vw, 1.1rem);
  line-height: 1.64;
  color: rgba(26, 42, 57, 0.78);
}

body.page-home.has-global-nav .faqTeaser__points {
  list-style: none;
  margin: clamp(0.4rem, 1vw, 0.72rem) 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0.5rem, 1vw, 0.74rem);
}

body.page-home.has-global-nav .faqTeaser__points li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.52rem 0.86rem;
  border-radius: 999px;
  border: 1px solid rgba(104, 146, 166, 0.34);
  background: rgba(245, 251, 255, 0.64);
  font-size: clamp(0.86rem, 0.62vw + 0.64rem, 1rem);
  line-height: 1.35;
  color: rgba(31, 65, 82, 0.9);
}

body.page-home.has-global-nav .faqTeaser__cta {
  justify-self: center;
  margin-top: clamp(0.26rem, 0.8vw, 0.48rem);
  min-height: 52px;
  padding: 0.62rem 1.32rem;
  font-size: clamp(0.98rem, 0.82vw, 1.08rem);
}

@media (max-width: 820px) {
  body.page-home.has-global-nav .faqTeaser {
    min-height: clamp(560px, calc(100dvh - var(--home-nav-h)), 760px);
    padding-block: clamp(34px, 7vh, 64px);
  }

  body.page-home.has-global-nav .faqTeaser__title {
    max-width: 16ch;
  }
}

@media (max-width: 640px) {
  body.page-home.has-global-nav .faqTeaser {
    min-height: calc(100dvh - var(--home-nav-h));
    padding-block: clamp(26px, 6.2vh, 46px);
  }

  body.page-home.has-global-nav .faqTeaser__inner {
    width: min(100%, 560px);
  }

  body.page-home.has-global-nav .faqTeaser__title {
    font-size: clamp(1.72rem, 8.2vw, 2.24rem);
    line-height: 1.1;
  }

  body.page-home.has-global-nav .faqTeaser__desc,
  body.page-home.has-global-nav .faqTeaser__support {
    max-width: 34ch;
  }

  body.page-home.has-global-nav .faqTeaser__points {
    gap: 0.45rem;
  }

  body.page-home.has-global-nav .faqTeaser__points li {
    width: 100%;
    max-width: 360px;
  }
}

/* Home "How it works" heading */
body.page-home.has-global-nav #how .section__head {
  max-width: min(940px, 100%);
  margin: 0 auto clamp(24px, 3.2vw, 46px);
  text-align: center;
}

body.page-home.has-global-nav #how .section__head .h2 {
  margin: 0 auto clamp(0.72rem, 1.2vw, 1.06rem);
  max-width: 18ch;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

body.page-home.has-global-nav #how .section__head .sub {
  margin: 0 auto;
  max-width: 56ch;
  font-size: clamp(1.02rem, 1.08vw, 1.2rem);
  line-height: 1.72;
  color: rgba(24, 38, 56, 0.78);
}

@media (max-width: 900px) {
  body.page-home.has-global-nav #how .section__head {
    margin-bottom: clamp(18px, 5vw, 28px);
    padding-inline: clamp(4px, 1.4vw, 8px);
  }

  body.page-home.has-global-nav #how .section__head .h2 {
    max-width: 15ch;
    font-size: clamp(1.62rem, 7.4vw, 2.22rem);
  }

  body.page-home.has-global-nav #how .section__head .sub {
    max-width: 34ch;
    font-size: clamp(0.96rem, 3.4vw, 1.04rem);
    line-height: 1.64;
  }
}

/* Home "How it works" CTA card */
body.page-home.has-global-nav #how .ctaCard--signup {
  width: min(100%, 980px);
  margin: clamp(24px, 3vw, 42px) auto 0;
  padding: clamp(28px, 3.2vw, 52px) clamp(18px, 3.4vw, 54px);
  border-radius: 28px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  gap: clamp(12px, 1.6vw, 22px);
  text-align: center;
  background:
    radial-gradient(700px 260px at 0% 0%, rgba(215, 230, 239, 0.46), transparent 60%),
    radial-gradient(540px 220px at 100% 100%, rgba(220, 234, 227, 0.44), transparent 62%),
    linear-gradient(170deg, rgba(255, 255, 255, 0.97), rgba(245, 250, 252, 0.95));
  outline: 1px solid rgba(154, 182, 197, 0.46);
  outline-offset: -1px;
}

body.page-home.has-global-nav #how .ctaCard--signup .ctaCard__copy {
  width: min(100%, 760px);
  display: grid;
  justify-items: center;
  gap: clamp(0.4rem, 1vw, 0.7rem);
  text-align: center;
}

body.page-home.has-global-nav #how .ctaCard--signup .ctaCard__eyebrow {
  margin: 0;
  font-size: clamp(0.78rem, 0.45vw + 0.62rem, 0.92rem);
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #2d6d7a;
}

body.page-home.has-global-nav #how .ctaCard--signup .h3 {
  margin: 0;
  font-size: clamp(1.9rem, 2.8vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #182638;
  text-wrap: balance;
}

body.page-home.has-global-nav #how .ctaCard--signup .ctaCard__lead {
  margin: 0;
  max-width: 62ch;
  font-size: clamp(1.02rem, 1.08vw, 1.18rem);
  line-height: 1.68;
  color: rgba(24, 38, 56, 0.8);
}

body.page-home.has-global-nav #how .ctaCard--signup .ctaCard__fine {
  margin-top: clamp(0.1rem, 0.5vw, 0.34rem);
  font-size: clamp(0.82rem, 0.56vw + 0.62rem, 0.94rem);
  line-height: 1.44;
  color: rgba(24, 38, 56, 0.66);
}

body.page-home.has-global-nav #how .ctaCard--signup .ctaCard__btns {
  width: 100%;
  justify-content: center;
}

body.page-home.has-global-nav #how .ctaCard--signup .ctaCard__btns .btn {
  min-height: 52px;
  padding-inline: clamp(1.3rem, 1.7vw, 1.8rem);
  font-size: clamp(1rem, 0.9vw, 1.1rem);
}

@media (max-width: 900px) {
  body.page-home.has-global-nav #how .ctaCard--signup {
    padding: clamp(20px, 5.2vw, 36px) clamp(14px, 4.2vw, 24px);
    border-radius: 22px;
  }

  body.page-home.has-global-nav #how .ctaCard--signup .h3 {
    font-size: clamp(1.5rem, 7.2vw, 2.2rem);
  }

  body.page-home.has-global-nav #how .ctaCard--signup .ctaCard__lead {
    max-width: 34ch;
    font-size: clamp(0.96rem, 3.4vw, 1.06rem);
    line-height: 1.58;
  }

  body.page-home.has-global-nav #how .ctaCard--signup .ctaCard__btns .btn {
    width: min(100%, 360px);
  }
}

/* Services section (home) */
body.page-home.has-global-nav #services {
  padding-top: clamp(28px, 4vw, 56px);
  padding-bottom: clamp(12px, 2vw, 20px);
}

body.page-home.has-global-nav #services .container {
  display: grid;
  justify-items: center;
}

body.page-home.has-global-nav #services .section__head {
  width: 100%;
  max-width: min(860px, 100%);
  margin: 0 auto clamp(14px, 2vw, 24px);
  text-align: center;
}

body.page-home.has-global-nav #services .services__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2d6d7a;
}

body.page-home.has-global-nav #services .sub {
  max-width: 62ch;
  margin-inline: auto;
  font-size: clamp(1rem, 1.08vw, 1.08rem);
  line-height: 1.72;
}

body.page-home.has-global-nav #services .grid4 {
  width: min(100%, 1300px);
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 295px));
  justify-content: center;
  gap: clamp(0.78rem, 1.2vw, 1.12rem);
}

body.page-home.has-global-nav #services .tile {
  position: relative;
  min-height: clamp(238px, 23vw, 286px);
  padding: clamp(1.06rem, 1.35vw, 1.3rem);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(130% 130% at 0% 0%, rgba(178, 210, 223, 0.2), transparent 54%),
    linear-gradient(168deg, rgba(255, 255, 255, 0.97), rgba(243, 248, 251, 0.93));
  outline: 1px solid rgba(149, 172, 187, 0.42);
  outline-offset: -1px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: start;
  text-align: left;
  transition: transform 0.24s ease, outline-color 0.24s ease, background 0.24s ease;
}

body.page-home.has-global-nav #services .tile::before {
  content: "";
  position: absolute;
  top: 1px;
  left: clamp(14px, 5%, 20px);
  right: clamp(14px, 5%, 20px);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(47, 111, 116, 0.86), rgba(124, 175, 185, 0.66));
}

body.page-home.has-global-nav #services .tile:hover {
  transform: translateY(-2px);
  outline-color: rgba(47, 111, 116, 0.56);
  background:
    radial-gradient(130% 130% at 0% 0%, rgba(178, 210, 223, 0.25), transparent 54%),
    linear-gradient(168deg, rgba(255, 255, 255, 0.99), rgba(240, 246, 250, 0.96));
}

body.page-home.has-global-nav #services .tile__icon {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 0.95rem;
  margin-bottom: 0.65rem;
  background: rgba(235, 246, 251, 0.9);
  outline: 1px solid rgba(149, 172, 187, 0.45);
  outline-offset: -1px;
  color: #2a6070;
  font-size: 1.06rem;
}

body.page-home.has-global-nav #services .tile h3 {
  margin: 0 0 0.42rem;
  font-size: clamp(1.22rem, 1.36vw, 1.48rem);
  line-height: 1.22;
  color: #1b2a3d;
}

body.page-home.has-global-nav #services .tile p {
  margin: 0;
  font-size: clamp(0.98rem, 1.02vw, 1.04rem);
  line-height: 1.66;
  color: rgba(30, 45, 62, 0.78);
}

body.page-home.has-global-nav #services .tile__link {
  margin-top: 0.92rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.94rem;
  font-weight: 700;
  color: #2a6570;
}

body.page-home.has-global-nav #services .note {
  width: min(100%, 1300px);
  margin-top: clamp(10px, 1.7vw, 16px);
  border-radius: 16px;
  padding: clamp(0.95rem, 1.4vw, 1.22rem);
  background:
    radial-gradient(120% 130% at 0% 0%, rgba(184, 214, 223, 0.22), transparent 56%),
    linear-gradient(170deg, rgba(255, 255, 255, 0.95), rgba(243, 248, 251, 0.92));
  outline: 1px solid rgba(149, 172, 187, 0.4);
  outline-offset: -1px;
  align-items: center;
}

body.page-home.has-global-nav #services .note__icon {
  width: 2.56rem;
  height: 2.56rem;
  border-radius: 0.9rem;
  background: rgba(237, 246, 250, 0.88);
  outline: 1px solid rgba(149, 172, 187, 0.42);
  outline-offset: -1px;
}

body.page-home.has-global-nav #services .note__text {
  font-size: clamp(0.98rem, 1.04vw, 1.08rem);
  line-height: 1.7;
  color: rgba(28, 42, 58, 0.82);
}

@media (min-width: 1600px) {
  body.has-global-nav {
    --index-max: 100%;
    --index-gutter: clamp(16px, 2vw, 52px);
  }

  body.has-global-nav .site-nav__container {
    min-height: 86px;
    padding-block: 0.72rem;
  }

  body.page-home.has-global-nav {
    --home-nav-h: 108px;
    --hero-dock-reserve: clamp(118px, 13vh, 172px);
  }

  body.page-home.has-global-nav .hero--index {
    padding-top: calc(var(--home-nav-h) + clamp(10px, 1.4vw, 20px));
  }

  body.page-home.has-global-nav .hero--index__copy {
    width: min(820px, calc(100% - 38px));
    padding-inline: clamp(8px, 0.8vw, 14px);
  }

  body.page-home.has-global-nav .hero--index .pill {
    font-size: clamp(1rem, 0.42vw + 0.76rem, 1.2rem);
    line-height: 1.32;
    padding: 0.62rem 1.02rem;
    margin-bottom: clamp(14px, 1.6vw, 20px);
  }

  body.page-home.has-global-nav .hero--index .hero__h1 {
    width: min(100%, 17ch);
    font-size: clamp(2.8rem, 2.3vw + 1.02rem, 4.75rem);
    line-height: 1.02;
    margin: 0 0 clamp(14px, 1.6vw, 24px);
  }

  @supports (font-size: 1cqw) {
    body.page-home.has-global-nav .hero--index .hero__h1 {
      font-size: clamp(2.8rem, 8.2cqw, 4.75rem);
    }
  }

  body.page-home.has-global-nav .hero--index .hero__p {
    max-width: 56ch;
    font-size: clamp(1.1rem, 0.56vw + 0.78rem, 1.32rem);
    line-height: 1.62;
  }

  body.page-home.has-global-nav .hero--index .hero__cta {
    gap: 0.9rem;
    margin-top: 1.1rem;
  }

  body.page-home.has-global-nav .hero--index .hero__cta .btn {
    min-height: 60px;
    padding: 0.74rem 1.34rem;
    font-size: clamp(1rem, 0.42vw + 0.8rem, 1.18rem);
  }

  body.page-home.has-global-nav .hero--index__dock {
    width: calc(100% - (var(--index-gutter) * 2));
  }
}

@media (min-width: 2560px) {
  body.has-global-nav {
    --index-max: 100%;
    --index-gutter: clamp(18px, 1.8vw, 58px);
  }

  body.has-global-nav .site-nav__container {
    min-height: 102px;
    padding-block: 0.86rem;
  }

  body.page-home.has-global-nav {
    --home-nav-h: 122px;
    --hero-dock-reserve: clamp(134px, 12vh, 196px);
  }

  body.page-home.has-global-nav .hero--index {
    padding-top: calc(var(--home-nav-h) + clamp(16px, 1.3vw, 30px));
  }

  body.page-home.has-global-nav .hero--index__copy {
    width: min(1020px, calc(100% - 56px));
    padding-inline: clamp(14px, 0.8vw, 20px);
  }

  body.page-home.has-global-nav .hero--index .pill {
    font-size: clamp(1.15rem, 0.36vw + 0.9rem, 1.36rem);
    line-height: 1.32;
    padding: 0.72rem 1.2rem;
    margin-bottom: clamp(18px, 1.4vw, 28px);
  }

  body.page-home.has-global-nav .hero--index .hero__h1 {
    width: min(100%, 16.5ch);
    font-size: clamp(3.9rem, 2.2vw + 2rem, 6.1rem);
    line-height: 1.01;
    margin: 0 0 clamp(16px, 1.5vw, 28px);
  }

  @supports (font-size: 1cqw) {
    body.page-home.has-global-nav .hero--index .hero__h1 {
      font-size: clamp(3.9rem, 7.9cqw, 6.1rem);
    }
  }

  body.page-home.has-global-nav .hero--index .hero__p {
    max-width: 58ch;
    font-size: clamp(1.22rem, 0.54vw + 0.92rem, 1.5rem);
    line-height: 1.58;
  }

  body.page-home.has-global-nav .hero--index .hero__cta {
    gap: 1rem;
    margin-top: 1.24rem;
  }

  body.page-home.has-global-nav .hero--index .hero__cta .btn {
    min-height: 68px;
    padding: 0.82rem 1.62rem;
    font-size: clamp(1.08rem, 0.34vw + 0.92rem, 1.26rem);
  }

  body.page-home.has-global-nav .hero--index__dock {
    width: calc(100% - (var(--index-gutter) * 2));
    bottom: clamp(36px, 4.2vh, 72px);
  }
}

@media (min-width: 3200px) {
  body.has-global-nav {
    --index-max: 100%;
    --index-gutter: clamp(20px, 1.6vw, 64px);
  }

  body.has-global-nav .site-nav__container {
    min-height: 116px;
    padding-block: 0.96rem;
  }

  body.page-home.has-global-nav {
    --home-nav-h: 136px;
    --hero-dock-reserve: clamp(150px, 11.8vh, 212px);
  }

  body.page-home.has-global-nav .hero--index {
    padding-top: calc(var(--home-nav-h) + clamp(22px, 1.4vw, 38px));
  }

  body.page-home.has-global-nav .hero--index__copy {
    width: min(1180px, calc(100% - 72px));
  }

  body.page-home.has-global-nav .hero--index .hero__h1 {
    font-size: clamp(4.6rem, 2.26vw + 2.8rem, 6.9rem);
  }

  @supports (font-size: 1cqw) {
    body.page-home.has-global-nav .hero--index .hero__h1 {
      font-size: clamp(4.6rem, 7.6cqw, 6.9rem);
    }
  }

  body.page-home.has-global-nav .hero--index .hero__p {
    font-size: clamp(1.34rem, 0.45vw + 1.1rem, 1.62rem);
    max-width: 60ch;
  }

  body.page-home.has-global-nav .hero--index .hero__cta .btn {
    min-height: 74px;
    font-size: clamp(1.16rem, 0.3vw + 1rem, 1.34rem);
  }

  body.page-home.has-global-nav .hero--index__dock {
    width: calc(100% - (var(--index-gutter) * 2));
  }
}

@media (max-width: 1100px) {
  body.page-home.has-global-nav {
    --hero-dock-reserve: clamp(82px, 11vh, 118px);
  }

  body.page-home.has-global-nav .hero--index {
    padding-top: calc(var(--home-nav-h) + clamp(6px, 1vw, 12px));
    padding-bottom: clamp(10px, 2vw, 20px);
  }

  body.page-home.has-global-nav .hero--index__bg {
    background-position: right top;
    background-size: auto 100%;
  }

  body.page-home.has-global-nav .hero--index__copy {
    width: min(560px, calc(100% - 28px));
  }

  body.page-home.has-global-nav .hero--index .hero__p {
    max-width: 42ch;
    font-size: clamp(1.08rem, 1.75vw, 1.2rem);
    line-height: 1.6;
  }

  body.page-home.has-global-nav .hero--index__dock {
    width: calc(100% - (var(--index-gutter) * 2));
    bottom: clamp(16px, 2.8vh, 30px);
  }

  body.page-home.has-global-nav .hero--index__dock .trust--glass {
    gap: 0.68rem;
  }

  body.page-home.has-global-nav .hero--index__dock .trust__item {
    flex: 1 1 0;
    min-width: 0;
    padding: 0.76rem 0.86rem 0.72rem;
  }

  body.page-home.has-global-nav .hero--index__dock .trust__k {
    font-size: clamp(1.02rem, 1.55vw, 1.2rem);
  }

  body.page-home.has-global-nav .hero--index__dock .trust__v {
    font-size: clamp(0.82rem, 1.02vw, 0.92rem);
  }
}

@media (max-width: 980px) {
  body.page-home.has-global-nav {
    --home-nav-h: 84px;
    --hero-dock-reserve: clamp(92px, 15vh, 132px);
  }

  body.page-home.has-global-nav .hero--index {
    height: 100dvh;
    min-height: 100dvh;
    max-height: 100dvh;
    padding-bottom: 0;
  }

  body.page-home.has-global-nav .hero--index__bg {
    background-position: right center;
    background-size: auto 100dvh;
  }

  body.page-home.has-global-nav .hero--index__copy {
    width: min(500px, calc(100% - 30px));
    margin-inline: 0;
    text-align: left;
  }

  body.page-home.has-global-nav .homeSweetBanner {
    grid-template-columns: 1fr;
    align-items: center;
  }

  body.page-home.has-global-nav .homeSweetBanner__actions {
    grid-column: auto;
    justify-content: center;
  }

  body.page-home.has-global-nav .hero--index .hero__cta {
    justify-content: flex-start;
  }

  body.page-home.has-global-nav .hero--index__inner {
    min-height: calc(100dvh - var(--home-nav-h) - var(--hero-dock-reserve));
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  body.page-home.has-global-nav .hero--index__dock {
    position: absolute;
    left: 50%;
    bottom: clamp(8px, 2.2vh, 16px);
    transform: translateX(-50%);
    width: min(100%, calc(100% - 18px));
    margin-inline: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-inline: clamp(4px, 2vw, 10px);
    box-sizing: border-box;
  }

  body.page-home.has-global-nav .hero--index__dock .trust--glass {
    flex-wrap: nowrap;
    justify-content: center;
  }

  body.page-home.has-global-nav .hero--index__dock .trust__item {
    flex: 1 1 0;
    min-width: 0;
    padding: 0.72rem 0.74rem 0.66rem;
  }

  body.page-home.has-global-nav .hero--index__dock .trust__k {
    font-size: clamp(0.98rem, 2.1vw, 1.14rem);
  }

  body.page-home.has-global-nav .hero--index__dock .trust__v {
    margin-top: 0.28rem;
    font-size: clamp(0.78rem, 1.55vw, 0.9rem);
    line-height: 1.22;
  }

  body.page-home.has-global-nav #services .grid4 {
    grid-template-columns: repeat(2, minmax(240px, 320px));
    width: min(100%, 780px);
  }

  body.page-home.has-global-nav #services .tile {
    min-height: 0;
  }

  body.page-home.has-global-nav #services .note {
    width: min(100%, 780px);
  }

  body.page-home.has-global-nav .startHere__head,
  body.page-home.has-global-nav .startHere .sub {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  body.page-home.has-global-nav .startHere__grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 320px));
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  body.page-home.has-global-nav #services .section__head {
    text-align: left;
  }

  body.page-home.has-global-nav #services .sub {
    margin-left: 0;
    margin-right: 0;
  }

  body.page-home.has-global-nav #services .grid4 {
    grid-template-columns: 1fr;
    width: min(100%, 470px);
  }

  body.page-home.has-global-nav #services .note {
    width: min(100%, 470px);
    align-items: flex-start;
  }

  body.page-home.has-global-nav .startHere__grid {
    grid-template-columns: 1fr;
    max-width: 460px;
  }

  body.page-home.has-global-nav .startHere__item {
    min-height: 0;
  }

  body.page-home.has-global-nav .trustChips {
    margin-top: 14px;
  }

  body.page-home.has-global-nav .trustChips__title {
    font-size: clamp(1.2rem, 6vw, 1.52rem);
  }
}

@media (max-width: 820px) {
  body.page-home.has-global-nav .homeSweetBanner {
    grid-template-columns: 1fr;
    width: 100%;
    text-align: center;
    min-height: clamp(200px, 34vh, 300px);
    padding: clamp(18px, 4.8vw, 34px) clamp(14px, 5vw, 28px);
  }

  body.page-home.has-global-nav .homeSweetBanner__actions {
    justify-content: center;
  }
}

@media (max-width: 570px) {
  body.page-home.has-global-nav .homeSweetBannerSection {
    min-height: clamp(220px, 36vh, 320px);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  body.page-home.has-global-nav .homeSweetBanner {
    width: 100%;
    min-height: clamp(200px, 34vh, 280px);
    padding: 16px 14px;
    border-radius: 0;
    gap: 10px;
  }

  body.page-home.has-global-nav .homeSweetBanner__title {
    font-size: clamp(0.92rem, 3.8vw, 1.08rem);
    line-height: 1.24;
  }

  body.page-home.has-global-nav .homeSweetBanner__desc {
    font-size: clamp(0.76rem, 2.8vw, 0.86rem);
    line-height: 1.4;
  }

  body.page-home.has-global-nav .homeSweetBanner__actions {
    width: 100%;
  }

  body.page-home.has-global-nav .homeSweetBanner__cta {
    width: 100%;
    justify-content: center;
    min-height: 40px;
    padding: 0.5rem 0.72rem;
    font-size: clamp(0.9rem, 3.25vw, 0.98rem);
  }

  body.page-home.has-global-nav .homeSweetBanner__logoInfoText {
    right: auto;
    left: 0;
    width: min(320px, calc(100vw - 48px));
  }
}

@media (max-width: 500px) {
  body.page-home.has-global-nav {
    --hero-dock-reserve: clamp(122px, 21vh, 162px);
  }

  body.page-home.has-global-nav .hero--index__bg {
    background-position: calc(100% + 150px) center !important;
    background-position-x: calc(100% + 150px);
  }

  body.page-home.has-global-nav .hero--index__inner {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: clamp(8px, 1.6vh, 14px);
  }

  body.page-home.has-global-nav .hero--index__copy {
    width: min(100%, calc(100% - 20px));
    margin-inline: auto;
    padding-inline: 0;
    text-align: center;
  }

  body.page-home.has-global-nav .hero--index .pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
    width: min(100%, 304px);
    margin-inline: auto;
    padding: 0.46rem 0.68rem;
    border-radius: 14px;
    border: 1px solid rgba(153, 237, 183, 0.44);
    background: linear-gradient(180deg, rgba(8, 20, 34, 0.66), rgba(8, 20, 34, 0.54));
    box-shadow: 0 12px 24px rgba(8, 16, 28, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(9px) saturate(118%);
    font-size: clamp(0.76rem, 3vw, 0.88rem);
    line-height: 1.22;
    letter-spacing: 0.08px;
    color: rgba(246, 252, 255, 0.98);
    text-wrap: balance;
  }

  body.page-home.has-global-nav .hero--index .hero__h1 {
    width: min(100%, 16.5ch);
    margin: 0 auto 0.6rem;
    font-size: clamp(1.78rem, 9.2vw, 2.52rem);
    line-height: 1.01;
  }

  body.page-home.has-global-nav .hero--index .hero__p {
    max-width: min(29ch, 100%);
    margin-inline: auto;
    font-size: clamp(0.98rem, 4vw, 1.1rem);
    line-height: 1.48;
  }

  body.page-home.has-global-nav .hero--index .hero__cta {
    justify-content: center;
    gap: 0.55rem;
    margin-top: 0.72rem;
  }

  body.page-home.has-global-nav .hero--index .hero__cta .btn {
    min-height: 44px;
    padding: 0.62rem 0.92rem;
    font-size: clamp(0.94rem, 3.7vw, 1.02rem);
  }

  body.page-home.has-global-nav .hero--index__dock {
    width: min(100%, calc(100% - 12px));
    padding-inline: clamp(3px, 1.8vw, 8px);
  }

  body.page-home.has-global-nav .hero--index .pill .pill__dot {
    width: 0.48rem;
    height: 0.48rem;
    flex: 0 0 0.48rem;
    border-radius: 999px;
    background: #7ef5a6;
    box-shadow: 0 0 0 3px rgba(126, 245, 166, 0.24), 0 0 10px rgba(126, 245, 166, 0.48);
  }
}

@media (max-width: 570px) and (max-height: 760px) {
  body.page-home.has-global-nav .hero--index .hero__h1 {
    font-size: clamp(1.28rem, 8.2vw, 1.96rem);
  }

  body.page-home.has-global-nav .hero--index .hero__p {
    font-size: clamp(0.92rem, 3.3vw, 1.02rem);
    line-height: 1.38;
  }

  body.page-home.has-global-nav .hero--index .hero__cta .btn {
    min-height: 40px;
    padding: 0.5rem 0.68rem;
    font-size: clamp(0.9rem, 3.4vw, 1rem);
  }
}

/* Hero trust cards: unified style + alignment */
body.page-home.has-global-nav .hero--index__dock .trust--glass {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

body.page-home.has-global-nav .hero--index__dock .trust__lane {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: trustLaneLoop 26s linear infinite;
}

body.page-home.has-global-nav .hero--index__dock .trust__lane:hover {
  animation-play-state: paused;
}

body.page-home.has-global-nav .hero--index__dock .trust__set {
  display: flex;
  align-items: stretch;
  gap: clamp(0.44rem, 0.8vw, 0.68rem);
  padding-right: clamp(0.44rem, 0.8vw, 0.68rem);
}

body.page-home.has-global-nav .hero--index__dock .trust__item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 clamp(148px, 13vw, 184px);
  gap: clamp(0.3rem, 0.48vw, 0.46rem);
  min-height: clamp(86px, 7.2vw, 98px);
  padding: clamp(0.56rem, 0.72vw, 0.72rem) clamp(0.54rem, 0.72vw, 0.7rem);
  border-radius: clamp(14px, 1vw, 18px);
  background:
    radial-gradient(120% 130% at 0% 0%, rgba(109, 213, 255, 0.1), transparent 48%),
    radial-gradient(90% 110% at 100% 100%, rgba(149, 255, 198, 0.06), transparent 46%),
    linear-gradient(180deg, rgba(18, 78, 116, 0.95), rgba(12, 46, 73, 0.98));
  border: 1px solid rgba(188, 226, 247, 0.38);
  box-shadow:
    0 12px 22px rgba(7, 17, 29, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -8px 14px rgba(4, 14, 24, 0.16);
  text-align: center;
  transition:
    transform 0.24s ease,
    box-shadow 0.28s ease,
    filter 0.28s ease,
    border-color 0.28s ease;
}

body.page-home.has-global-nav .hero--index__dock .trust__item::before,
body.page-home.has-global-nav .hero--index__dock .trust__item::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body.page-home.has-global-nav .hero--index__dock .trust__item::before {
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 28%, transparent 72%, rgba(255, 255, 255, 0.08));
  opacity: 0.72;
}

body.page-home.has-global-nav .hero--index__dock .trust__item::after {
  top: -28%;
  left: -8%;
  width: 44%;
  height: 150%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 72%);
  transform: rotate(26deg);
  opacity: 0.36;
}

body.page-home.has-global-nav .hero--index__dock .trust__item:nth-child(2),
body.page-home.has-global-nav .hero--index__dock .trust__item:nth-child(3) {
  background:
    radial-gradient(120% 130% at 0% 0%, rgba(109, 213, 255, 0.12), transparent 48%),
    radial-gradient(90% 110% at 100% 100%, rgba(149, 255, 198, 0.08), transparent 46%),
    linear-gradient(180deg, rgba(18, 78, 116, 0.96), rgba(12, 46, 73, 0.98));
}

body.page-home.has-global-nav .hero--index__dock .trust__item:hover {
  transform: translateY(-3px);
  border-color: rgba(155, 239, 196, 0.56);
  box-shadow:
    0 15px 24px rgba(7, 17, 29, 0.34),
    0 0 0 1px rgba(126, 245, 166, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -8px 14px rgba(4, 14, 24, 0.14);
  filter: brightness(1.05) saturate(1.04);
}

body.page-home.has-global-nav .hero--index__dock .trust__item:hover .trust__icon {
  transform: scale(1.05);
  box-shadow:
    0 16px 24px rgba(7, 17, 29, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 0 0 6px rgba(126, 245, 166, 0.1);
}

body.page-home.has-global-nav .hero--index__dock .trust__icon,
body.page-home.has-global-nav .hero--index__dock .trust__k,
body.page-home.has-global-nav .hero--index__dock .trust__bar {
  position: relative;
  z-index: 1;
}

body.page-home.has-global-nav .hero--index__dock .trust__icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: clamp(2rem, 2.1vw, 2.4rem);
  height: clamp(2rem, 2.1vw, 2.4rem);
  margin-bottom: 0.02rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(206, 236, 250, 0.36);
  color: #92f7b1;
  box-shadow:
    0 8px 14px rgba(7, 17, 29, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  font-size: clamp(0.8rem, 0.82vw, 0.94rem);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

body.page-home.has-global-nav .hero--index__dock .trust__icon::after {
  content: "";
  position: absolute;
  inset: -0.28rem;
  border-radius: 999px;
  border: 1.6px dashed rgba(154, 241, 191, 0.62);
  animation: trustIconRotate 9s linear infinite;
}

body.page-home.has-global-nav .hero--index__dock .trust__k {
  display: block;
  width: 100%;
  max-width: 16ch;
  margin: 0;
  font-size: clamp(0.74rem, 0.28vw + 0.62rem, 0.92rem);
  line-height: 1.08;
  letter-spacing: 0.12px;
  color: #ffffff;
  text-shadow: 0 3px 18px rgba(5, 11, 20, 0.6);
  text-wrap: balance;
  overflow-wrap: anywhere;
}

body.page-home.has-global-nav .hero--index__dock .trust__bar {
  display: block;
  width: min(62%, 98px);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(126, 245, 166, 0.16), rgba(126, 245, 166, 0.98), rgba(126, 245, 166, 0.16));
  box-shadow:
    0 0 12px rgba(126, 245, 166, 0.26),
    0 1px 0 rgba(255, 255, 255, 0.18);
}

@keyframes trustIconRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes trustLaneLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .has-reveal-js body.page-home.has-global-nav .hero--index__copy.reveal > .pill,
  .has-reveal-js body.page-home.has-global-nav .hero--index__copy.reveal > .hero__h1,
  .has-reveal-js body.page-home.has-global-nav .hero--index__copy.reveal > .hero__p,
  .has-reveal-js body.page-home.has-global-nav .hero--index__copy.reveal .hero__cta .btn,
  .has-reveal-js body.page-home.has-global-nav .hero--index__dock.reveal .trust__set:first-child .trust__item {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none !important;
  }

  body.page-home.has-global-nav .hero--index__dock .trust__lane,
  body.page-home.has-global-nav .hero--index__dock .trust__icon::after {
    animation: none;
  }
}

@media (max-width: 980px) {
  body.page-home.has-global-nav .hero--index__dock .trust__lane {
    animation-duration: 30s;
  }

  body.page-home.has-global-nav .hero--index__dock .trust__set {
    gap: 0.54rem;
    padding-right: 0.54rem;
  }

  body.page-home.has-global-nav .hero--index__dock .trust__item {
    flex-basis: min(30vw, 152px);
    min-height: 92px;
  }
}

@media (max-width: 570px) {
  body.page-home.has-global-nav .hero--index__dock .trust__lane {
    animation-duration: 26s;
  }

  body.page-home.has-global-nav .hero--index__dock .trust__item {
    flex-basis: min(42vw, 144px);
    min-height: 82px;
    padding: 0.58rem 0.52rem;
    border-radius: 14px;
  }

  body.page-home.has-global-nav .hero--index__dock .trust__icon {
    width: 1.76rem;
    height: 1.76rem;
    font-size: 0.76rem;
  }

  body.page-home.has-global-nav .hero--index__dock .trust__k {
    font-size: clamp(0.68rem, 2.1vw, 0.8rem);
  }

  body.page-home.has-global-nav .hero--index__dock .trust__bar {
    width: min(58%, 72px);
  }
}
