:root {
  --mhhs-blue: #0d63b7;
  --mhhs-deep: #082f63;
  --mhhs-sky: #1599ea;
  --mhhs-pink: #f41678;
  --mhhs-ink: #102236;
  --mhhs-muted: #607086;
  --mhhs-soft: #f4f9ff;
  --mhhs-line: rgba(13, 99, 183, 0.16);
  --mhhs-shadow: 0 22px 70px rgba(8, 47, 99, 0.15);
}

.mhhs-page {
  background: #fff;
  color: var(--mhhs-ink);
}

.mhhs-page * {
  box-sizing: border-box;
}

.mhhs-page img {
  max-width: 100%;
  display: block;
}

.mhhs-page a {
  color: inherit;
  text-decoration: none;
}

.mhhs-page main > section {
  border-bottom: 1px solid rgba(185, 194, 205, .72);
}

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

.mhhs-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(185, 194, 205, .72);
  border-top: 0;
  box-shadow: 0 10px 34px rgba(122, 136, 153, .14);
  transition: box-shadow .25s ease, padding .25s ease;
}

.mhhs-site-header.is-scrolled {
  padding-block: 10px;
  box-shadow: 0 12px 38px rgba(122, 136, 153, .22);
}

.mhhs-brand {
  width: 68px;
  height: 68px;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(225, 190, 125, .78);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(8, 47, 99, .16), 0 0 18px rgba(214, 165, 78, .22);
}

.mhhs-brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.20);
  transform-origin: center;
}

.mhhs-main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--mhhs-deep);
  font-size: 14px;
  font-weight: 800;
}

.mhhs-main-nav a {
  position: relative;
}

.mhhs-main-nav a:not(.mhhs-nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: linear-gradient(90deg, var(--mhhs-pink), var(--mhhs-sky));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.mhhs-main-nav a:hover::after,
.mhhs-main-nav a:focus-visible::after {
  transform: scaleX(1);
}

.mhhs-nav-cta {
  padding: 11px 18px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--mhhs-blue), var(--mhhs-pink));
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(244, 22, 120, .22);
}

.mhhs-nav-cta:hover,
.mhhs-nav-cta:focus-visible {
  color: #eef2f7 !important;
}

.mhhs-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--mhhs-line);
  border-radius: 8px;
  background: #fff;
}

.mhhs-nav-toggle span:not(.mhhs-sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--mhhs-deep);
}

.mhhs-hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  padding: 150px clamp(22px, 5vw, 76px) 20px;
  overflow: hidden;
}

.mhhs-hero__bg,
.mhhs-hero__shade {
  position: absolute;
  inset: 0;
}

.mhhs-hero__bg {
  background: url("../../images/health/myhealthhub-hero-india-family.png") center right / cover no-repeat;
}

.mhhs-hero__shade {
  background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.88) 37%, rgba(255,255,255,.34) 66%, rgba(255,255,255,.08) 100%);
}

.mhhs-hero__content {
  position: relative;
  z-index: 1;
  width: min(700px, 100%);
}

.mhhs-logo {
  width: min(360px, 86vw);
  margin: 0 0 18px;
}

.mhhs-kicker {
  margin: 0 0 12px;
  color: var(--mhhs-pink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mhhs-hero h1,
.mhhs-section h2,
.mhhs-app h2,
.mhhs-privacy h2,
.mhhs-download h2 {
  color: var(--mhhs-deep);
  letter-spacing: 0;
}

.mhhs-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(48px, 8vw, 96px);
  line-height: .96;
}

.mhhs-lead {
  max-width: 650px;
  margin: 0;
  color: #365169;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.mhhs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 26px;
}

.mhhs-actions--center {
  justify-content: center;
}

.mhhs-store {
  min-width: 176px;
  display: inline-grid;
  grid-template-columns: 36px 1fr;
  column-gap: 12px;
  align-items: center;
  padding: 12px 17px;
  color: var(--mhhs-deep);
  background: #fff;
  border: 1px solid var(--mhhs-line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(8,47,99,.12);
  font-weight: 800;
  line-height: 1.05;
}

.mhhs-store span {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--mhhs-pink), var(--mhhs-sky));
  border-radius: 8px;
  font-weight: 900;
}

.mhhs-store small {
  color: var(--mhhs-muted);
  font-size: 11px;
  font-weight: 700;
}

.mhhs-store--dark {
  color: #fff;
  background: var(--mhhs-deep);
  border-color: var(--mhhs-deep);
}

.mhhs-store--dark small {
  color: rgba(255,255,255,.72);
}

.mhhs-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin: 30px 0 12px;
}

.mhhs-hero-buttons--center,
.mhhs-store-row--center {
  justify-content: center;
}

.mhhs-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  color: #fff !important;
  background: linear-gradient(135deg, #0877e8, #075ec8);
  border: 1px solid rgba(7, 94, 200, .52);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(8, 119, 232, .22);
  font-size: 14px;
  font-weight: 900;
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.mhhs-download-btn:hover,
.mhhs-download-btn:focus-visible {
  color: #fff !important;
  background: linear-gradient(135deg, var(--mhhs-pink), #d70d62);
  border-color: rgba(244, 22, 120, .68);
  box-shadow: 0 18px 38px rgba(244, 22, 120, .26);
  transform: translateY(-1px);
}

.mhhs-demo-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--mhhs-blue) !important;
  font-size: 13px;
  font-weight: 800;
  transition: color .22s ease;
}

.mhhs-demo-link span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--mhhs-blue);
  border: 1px solid rgba(13, 99, 183, .34);
  border-radius: 50%;
  font-size: 9px;
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.mhhs-demo-link:hover,
.mhhs-demo-link:focus-visible {
  color: var(--mhhs-pink) !important;
}

.mhhs-demo-link:hover span,
.mhhs-demo-link:focus-visible span {
  background: var(--mhhs-pink);
  border-color: rgba(244, 22, 120, .7);
  box-shadow: 0 10px 24px rgba(244, 22, 120, .22);
  transform: translateY(-1px);
}

.mhhs-store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 26px;
}

.mhhs-store-badge {
  min-width: 142px;
  height: 44px;
  display: inline-grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  color: #111 !important;
  background: #fff;
  border: 1px solid #9aa0a6;
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(8, 47, 99, .10);
  line-height: 1;
}

.mhhs-store-badge small,
.mhhs-store-badge strong {
  display: block;
}

.mhhs-store-badge small {
  margin-bottom: 3px;
  color: #232323;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0;
}

.mhhs-store-badge strong {
  color: #111;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
}

.mhhs-store-symbol {
  color: #111;
  font-family: Arial, sans-serif;
  font-size: 25px;
  line-height: 1;
}

.mhhs-google-play {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 22px solid #34a853;
  filter: drop-shadow(7px 0 0 #4285f4) drop-shadow(3px -5px 0 #fbbc05) drop-shadow(3px 5px 0 #ea4335);
}

.mhhs-hero-badges {
  width: min(650px, 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
}

.mhhs-hero-badges img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 16px 28px rgba(8, 47, 99, .12));
}

.mhhs-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mhhs-tags span {
  padding: 9px 13px;
  color: var(--mhhs-deep);
  background: rgba(255,255,255,.8);
  border: 1px solid var(--mhhs-line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.mhhs-trust-badges {
  gap: 14px;
}

.mhhs-trust-badges span {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 18px 13px;
  color: var(--mhhs-deep);
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(243,248,255,.92));
  border: 1px solid rgba(185,194,205,.84);
  border-bottom-color: rgba(120,132,148,.58);
  border-radius: 18px 18px 24px 24px;
  box-shadow: 0 14px 32px rgba(8,47,99,.12), inset 0 1px 0 rgba(255,255,255,.9);
  clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 100%, 0 72%);
}

.mhhs-trust-badges b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--mhhs-blue), var(--mhhs-sky));
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(13,99,183,.2);
}

.mhhs-trust-badges span:hover {
  border-color: rgba(244,22,120,.42);
  box-shadow: 0 16px 36px rgba(244,22,120,.12), inset 0 1px 0 rgba(255,255,255,.9);
}

.mhhs-trust-badges span:hover b {
  background: linear-gradient(135deg, var(--mhhs-pink), #d70d62);
}

.mhhs-tags--soft span {
  background: var(--mhhs-soft);
}

.mhhs-section {
  padding: 110px clamp(22px, 5vw, 76px);
}

.mhhs-section h2,
.mhhs-app h2,
.mhhs-privacy h2,
.mhhs-download h2 {
  margin: 0 0 18px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.04;
}

.mhhs-intro,
.mhhs-family,
.mhhs-ideas,
.mhhs-privacy {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.mhhs-intro {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 42%, rgba(255,255,255,.72) 100%),
    url("../../images/health/myhealthhub-intro-wave-bg.png") center bottom / 100% auto no-repeat,
    linear-gradient(140deg, #ffffff 0%, #fff8fc 42%, #f1f8ff 100%);
  display: block;
  padding: 36px clamp(22px, 3.8vw, 58px) 36px;
  overflow: hidden;
}

.mhhs-intro::before {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: 0;
  height: 38%;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.38));
  opacity: .72;
  pointer-events: none;
}

.mhhs-intro::after {
  content: "";
  position: absolute;
  top: 78px;
  right: clamp(18px, 3.8vw, 72px);
  width: min(760px, 42vw);
  aspect-ratio: 3 / 2;
  background: url("../../images/health/myhealthhub-intro-gadgets-cutout.png") center / contain no-repeat;
  opacity: .42;
  pointer-events: none;
  z-index: 0;
}

.mhhs-intro-stage {
  position: relative;
  z-index: 1;
}

.mhhs-intro-hero {
  display: grid;
  grid-template-columns: minmax(420px, 0.8fr) minmax(360px, 0.72fr);
  gap: clamp(24px, 4vw, 34px);
  align-items: center;
}

.mhhs-intro__copy {
  color: var(--mhhs-muted);
  font-size: 18px;
}

.mhhs-intro__copy h2 {
  max-width: 720px;
}

.mhhs-intro__copy h2 span {
  color: var(--mhhs-pink);
}

.mhhs-intro-lead {
  max-width: 720px;
  color: #38536d;
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.55;
}

.mhhs-intro__panel {
  position: relative;
  padding: 0 0 0 22px;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(244,22,120,.42);
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.mhhs-intro__panel::before {
  content: none;
}

.mhhs-intro__panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mhhs-intro__panel li {
  position: relative;
  padding-left: 34px;
  color: var(--mhhs-deep);
  font-size: 16px;
  font-weight: 700;
}

.mhhs-intro__panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--mhhs-pink);
  box-shadow: 0 0 0 6px rgba(244,22,120,.1);
}

.mhhs-intro__panel li::after {
  content: "✓";
  position: absolute;
  left: 5px;
  top: 1px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.mhhs-intro-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 58px 0 28px;
  overflow: hidden;
  background: rgba(185,194,205,.7);
  border: 1px solid rgba(185,194,205,.72);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(8,47,99,.14);
}

.mhhs-intro-stats div {
  display: grid;
  grid-template-columns: 64px 1fr;
  column-gap: 16px;
  align-items: center;
  padding: 28px;
  background: rgba(255,255,255,.9);
}

.mhhs-intro-stats strong {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--mhhs-pink);
  background: linear-gradient(180deg, #fff3f8, #ffe3f0);
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(244,22,120,.13);
  font-size: 25px;
  line-height: 1;
}

.mhhs-intro-stats .mhhs-stat-blue strong {
  color: var(--mhhs-blue);
  background: linear-gradient(180deg, #eef7ff, #e2f1ff);
  box-shadow: 0 14px 28px rgba(13,99,183,.13);
}

.mhhs-intro-stats span {
  display: block;
  color: var(--mhhs-deep);
  font-weight: 900;
}

.mhhs-intro-stats p {
  margin: 5px 0 0;
  color: var(--mhhs-muted);
  font-size: 13px;
  line-height: 1.35;
}

.mhhs-intro-cards {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.mhhs-intro-cards article {
  position: relative;
  min-height: 238px;
  padding: 26px 22px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(185,194,205,.56);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(8,47,99,.1);
}

.mhhs-intro-cards article::after {
  content: "→";
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--mhhs-pink);
  background: rgba(244,22,120,.1);
  border-radius: 50%;
  font-weight: 900;
}

.mhhs-intro-cards img {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}

.mhhs-intro-cards h3 {
  margin: 0 0 10px;
  color: var(--mhhs-deep);
  font-size: 18px;
  line-height: 1.18;
}

.mhhs-intro-cards p {
  margin: 0;
  color: var(--mhhs-muted);
  font-size: 14px;
  line-height: 1.55;
}

.mhhs-intro-cards article:nth-child(odd) h3,
.mhhs-intro-cards article:nth-child(odd)::after {
  color: var(--mhhs-pink);
}

.mhhs-intro-cards article:nth-child(even) h3,
.mhhs-intro-cards article:nth-child(even)::after {
  color: var(--mhhs-blue);
}

.mhhs-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0 clamp(22px, 5vw, 76px);
  overflow: hidden;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(185,194,205,.72);
  border-radius: 8px;
  background: var(--mhhs-line);
  box-shadow: 0 24px 70px rgba(8,47,99,.14);
}

.mhhs-stats div {
  padding: 28px 26px;
  background: #fff;
}

.mhhs-stats strong {
  display: block;
  color: var(--mhhs-sky);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
}

.mhhs-stats span,
.mhhs-stats p,
.mhhs-grid p,
.mhhs-support__grid p,
.mhhs-idea-list span,
.mhhs-family p,
.mhhs-download p {
  color: var(--mhhs-muted);
}

.mhhs-stats span {
  display: block;
  margin-top: 5px;
  color: var(--mhhs-deep);
  font-weight: 900;
}

.mhhs-stats p {
  max-width: 230px;
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.35;
}

.mhhs-features,
.mhhs-support {
  background: linear-gradient(180deg, #fff 0%, #f5faff 100%);
}

.mhhs-credibility {
  background: #fff;
}

.mhhs-cred-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 44px;
}

.mhhs-cred-grid article {
  padding: 26px 22px;
  background: linear-gradient(180deg, #fff, #f7fbff);
  border: 1px solid rgba(185,194,205,.74);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(8,47,99,.08);
}

.mhhs-cred-grid article > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--mhhs-blue), var(--mhhs-pink));
  border-radius: 18px 18px 24px 24px;
  clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 100%, 0 72%);
  font-size: 12px;
  font-weight: 900;
}

.mhhs-cred-grid h3 {
  margin: 0 0 10px;
  color: var(--mhhs-deep);
  font-size: 19px;
  line-height: 1.2;
}

.mhhs-cred-grid p {
  margin: 0;
  color: var(--mhhs-muted);
}

.mhhs-shield-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 48px;
}

.mhhs-shield-grid article {
  position: relative;
  min-height: 260px;
  padding: 28px 22px 34px;
  text-align: center;
  background: linear-gradient(150deg, #ffffff 0%, #f4f7fb 52%, #e8edf4 100%);
  border: 1px solid rgba(172, 183, 197, .86);
  border-radius: 28px 28px 38px 38px;
  box-shadow: 0 18px 44px rgba(8,47,99,.1), inset 0 1px 0 rgba(255,255,255,.9);
  clip-path: polygon(10% 0, 90% 0, 100% 14%, 100% 73%, 50% 100%, 0 73%, 0 14%);
  overflow: hidden;
}

.mhhs-shield-grid article::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(210, 161, 95, .68);
  border-radius: 22px 22px 32px 32px;
  clip-path: polygon(10% 0, 90% 0, 100% 14%, 100% 73%, 50% 100%, 0 73%, 0 14%);
  pointer-events: none;
}

.mhhs-shield-grid article::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 92px;
  height: 44px;
  background: linear-gradient(90deg, #a77124, #f2cf81 48%, #a77124);
  box-shadow: 0 8px 18px rgba(122, 82, 25, .18);
}

.mhhs-shield-grid article > span {
  position: relative;
  z-index: 1;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  margin: 0 auto 44px;
  color: #fff;
  background: linear-gradient(135deg, var(--mhhs-blue), var(--mhhs-pink));
  border: 2px solid rgba(255,255,255,.92);
  border-radius: 50%;
  box-shadow: 0 13px 28px rgba(13,99,183,.22);
  font-size: 13px;
  font-weight: 900;
}

.mhhs-shield-grid h3,
.mhhs-shield-grid p {
  position: relative;
  z-index: 1;
}

.mhhs-shield-grid h3 {
  margin: 0 0 9px;
  color: var(--mhhs-deep);
  font-size: 18px;
  line-height: 1.18;
}

.mhhs-shield-grid p {
  margin: 0;
  color: var(--mhhs-muted);
  font-size: 14px;
  line-height: 1.5;
}

.mhhs-shield-grid article:hover {
  border-color: rgba(244,22,120,.4);
  box-shadow: 0 22px 54px rgba(244,22,120,.13), inset 0 1px 0 rgba(255,255,255,.9);
}

.mhhs-shield-grid article:hover > span {
  background: linear-gradient(135deg, var(--mhhs-pink), var(--mhhs-blue));
}

.mhhs-heading {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.mhhs-grid,
.mhhs-support__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.mhhs-grid article,
.mhhs-support__grid article {
  min-height: 250px;
  padding: 30px 26px;
  background: #fff;
  border: 1px solid var(--mhhs-line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(8,47,99,.07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.mhhs-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(244,22,120,.28);
  box-shadow: 0 24px 54px rgba(8,47,99,.12);
}

.mhhs-grid article > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--mhhs-blue), var(--mhhs-pink));
  border-radius: 16px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(13,99,183,.16);
}

.mhhs-grid h3,
.mhhs-support__grid h3 {
  margin: 0 0 10px;
  color: var(--mhhs-deep);
  font-size: 21px;
  line-height: 1.2;
}

.mhhs-app {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  padding: 104px clamp(22px, 5vw, 76px) 112px;
  background:
    radial-gradient(circle at 16% 18%, rgba(244,22,120,.34), transparent 28%),
    radial-gradient(circle at 88% 28%, rgba(70,188,255,.34), transparent 30%),
    linear-gradient(135deg, #062a5d 0%, #0d63b7 54%, #1599ea 100%);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.mhhs-app::before {
  content: "";
  position: absolute;
  inset: auto -8% -28% -8%;
  height: 58%;
  background:
    linear-gradient(110deg, rgba(255,255,255,.16), rgba(255,255,255,0) 34%),
    linear-gradient(160deg, rgba(244,22,120,.4), rgba(255,255,255,.1) 46%, rgba(70,188,255,.32));
  clip-path: polygon(0 38%, 20% 22%, 42% 48%, 66% 26%, 100% 8%, 100% 100%, 0 100%);
  opacity: .76;
  z-index: -1;
}

.mhhs-app::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  pointer-events: none;
}

.mhhs-app h2 {
  color: #fff;
  max-width: 620px;
}

.mhhs-app p {
  max-width: 620px;
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 1.65;
}

.mhhs-app .mhhs-kicker {
  color: #fff;
  text-shadow: 0 8px 28px rgba(0,0,0,.18);
}

.mhhs-app-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.mhhs-app-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .01em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 14px 34px rgba(0,0,0,.12);
  backdrop-filter: blur(14px);
}

.mhhs-journey-phones {
  position: relative;
  z-index: 1;
}

.mhhs-journey-phones img {
  width: min(860px, 100%);
  margin: 0 auto;
  filter: drop-shadow(0 34px 58px rgba(0,0,0,.28));
  transform: translateY(8px);
}

.mhhs-family__image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center right;
  border-radius: 8px;
  box-shadow: var(--mhhs-shadow);
}

.mhhs-support__grid article > span {
  display: block;
  margin-bottom: 34px;
  color: var(--mhhs-pink);
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
}

.mhhs-idea-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mhhs-idea-list div {
  padding: 24px;
  border-left: 4px solid var(--mhhs-pink);
  background: #fff;
  box-shadow: 0 12px 34px rgba(8,47,99,.08);
}

.mhhs-idea-list strong,
.mhhs-idea-list span {
  display: block;
}

.mhhs-idea-list span {
  margin-top: 7px;
}

.mhhs-privacy {
  padding: 72px clamp(22px, 5vw, 76px);
  color: #fff;
  background: linear-gradient(135deg, var(--mhhs-deep), var(--mhhs-blue));
}

.mhhs-privacy h2,
.mhhs-privacy p {
  color: #fff;
}

.mhhs-privacy > p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 20px;
}

.mhhs-download {
  padding: 120px clamp(22px, 5vw, 76px);
  text-align: center;
}

.mhhs-download img {
  width: min(420px, 90vw);
  margin: 0 auto 26px;
}

@media (max-width: 980px) {
  .mhhs-nav-toggle {
    display: block;
  }

  .mhhs-main-nav {
    position: absolute;
    top: 100%;
    left: 20px;
    right: 20px;
    display: grid;
    gap: 0;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--mhhs-line);
    border-radius: 8px;
    box-shadow: var(--mhhs-shadow);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }

  .mhhs-main-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .mhhs-main-nav a {
    padding: 12px 8px;
  }

  .mhhs-nav-cta {
    margin-top: 8px;
    text-align: center;
  }

  .mhhs-hero {
    min-height: auto;
  }

  .mhhs-hero__shade {
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 58%, rgba(255,255,255,.64) 100%);
  }

  .mhhs-intro {
    background:
      linear-gradient(180deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.9) 48%, rgba(255,255,255,.76) 100%),
      url("../../images/health/myhealthhub-intro-wave-bg.png") center bottom / auto 60% no-repeat,
      linear-gradient(140deg, #ffffff 0%, #fff8fc 42%, #f1f8ff 100%);
  }

  .mhhs-intro::after {
    top: 92px;
    right: -8%;
    width: 560px;
    opacity: .28;
  }

  .mhhs-intro,
  .mhhs-intro-hero,
  .mhhs-stats,
  .mhhs-intro-stats,
  .mhhs-cred-grid,
  .mhhs-shield-grid,
  .mhhs-grid,
  .mhhs-app,
  .mhhs-family,
  .mhhs-support__grid,
  .mhhs-ideas,
  .mhhs-privacy {
    grid-template-columns: 1fr;
  }

  .mhhs-intro-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mhhs-stats {
    margin-inline: 22px;
  }

  .mhhs-journey-phones img {
    width: min(760px, 100%);
    transform: none;
  }
}

@media (max-width: 640px) {
  .mhhs-site-header {
    padding: 12px 18px;
  }

  .mhhs-brand {
    width: 56px;
    height: 56px;
  }

  .mhhs-hero,
  .mhhs-section,
  .mhhs-app,
  .mhhs-download {
    padding-inline: 18px;
  }

  .mhhs-hero {
    padding-top: 120px;
  }

  .mhhs-grid article,
  .mhhs-intro-cards article,
  .mhhs-support__grid article,
  .mhhs-idea-list div {
    padding: 22px;
  }

  .mhhs-intro-stats {
    grid-template-columns: 1fr;
  }

  .mhhs-intro {
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 48%, rgba(255,255,255,.78) 100%),
      url("../../images/health/myhealthhub-intro-wave-bg.png") center bottom / auto 48% no-repeat,
      linear-gradient(140deg, #ffffff 0%, #fff8fc 42%, #f1f8ff 100%);
  }

  .mhhs-intro::after {
    top: 150px;
    right: -46%;
    width: 420px;
    opacity: .16;
  }

  .mhhs-intro-stats div {
    grid-template-columns: 56px 1fr;
    padding: 22px;
  }

  .mhhs-intro-stats strong {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .mhhs-intro-cards {
    grid-template-columns: 1fr;
  }

  .mhhs-hero-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(360px, 100%);
    gap: 8px;
  }

  .mhhs-shield-grid article {
    min-height: 238px;
  }

  .mhhs-idea-list {
    grid-template-columns: 1fr;
  }

  .mhhs-journey-phones img {
    width: min(560px, 118%);
    margin-left: -9%;
    max-width: none;
  }
}
