:root {
  --hvm-navy: #063878;
  --hvm-navy-dark: #022b62;
  --hvm-blue: #0b4a91;
  --hvm-teal: #008c91;
  --hvm-teal-dark: #00747a;
  --hvm-text: #142d50;
  --hvm-muted: #63748a;
  --hvm-border: #e5ebf2;
  --hvm-soft: #f5f9fc;
  --hvm-white: #ffffff;
  --shadow-soft: 0 18px 48px rgba(6, 56, 120, 0.13);
  --text-scale: 1;
  --floating-right-offset: 18px;
  --doctor-bottom-offset: 18px;
  --card-button-bottom-offset: 104px;
  --cookie-banner-height: 96px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: calc(16px * var(--text-scale));
  color: var(--hvm-text);
  background: var(--hvm-white);
  overflow-x: hidden;
}

body.header-embed {
  overflow: hidden;
  background: transparent;
}

body.menu-open {
  overflow: hidden;
}

body.header-menu-open .accessibility,
body.header-menu-open .chat,
body.header-menu-open .hvm-care-floating-cta {
  opacity: 0;
  pointer-events: none;
}

body.sensory-mode {
  --hvm-navy: #3f6b7d;
  --hvm-navy-dark: #345768;
  --hvm-blue: #6f93a8;
  --hvm-teal: #7aa79d;
  --hvm-teal-dark: #648b83;
  --hvm-text: #2f4757;
  --hvm-muted: #667b88;
  --hvm-border: #dce7e8;
  --hvm-soft: #eef5f3;
  --hvm-white: #f7fbfa;
  background:
    radial-gradient(circle at top left, rgba(193, 224, 218, 0.38), transparent 28%),
    linear-gradient(180deg, #f9fcfb 0%, #eef6f4 100%);
}

body.sensory-mode,
body.sensory-mode * {
  scroll-behavior: auto !important;
}

body.sensory-mode main {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(238, 245, 243, 0.72));
}

body.sensory-mode .hero,
body.sensory-mode .hvm-care-section,
body.sensory-mode .experience-section,
body.sensory-mode .journey-section,
body.sensory-mode .units-section,
body.sensory-mode .faq-section,
body.sensory-mode .services-section {
  background-image: none !important;
}

body.sensory-mode .cta,
body.sensory-mode .ghost-link,
body.sensory-mode .accessibility button,
body.sensory-mode .carousel__arrow,
body.sensory-mode .carousel__dot,
body.sensory-mode .service-card,
body.sensory-mode .quick-card button,
body.sensory-mode .unit-card,
body.sensory-mode .chat__launcher,
body.sensory-mode .hvm-care-floating-cta {
  box-shadow: 0 12px 28px rgba(63, 107, 125, 0.12);
}

body.sensory-mode .slide img,
body.sensory-mode .service-card__media img,
body.sensory-mode .hvm-care-card-image,
body.sensory-mode .experience-panel img {
  filter: saturate(0.84) brightness(1.01);
}

body.sensory-mode [data-reveal] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

body.sensory-mode .accessibility button {
  background: #7ea79c;
  color: #173543;
}

body.sensory-mode .accessibility button:hover,
body.sensory-mode .accessibility button:focus-visible {
  background: #93b6ad;
}

body.sensory-mode .accessibility__icon {
  color: #173543;
}

body.sensory-mode .section-heading p,
body.sensory-mode .service-card p,
body.sensory-mode .experience-copy p,
body.sensory-mode .journey-card p,
body.sensory-mode .hvm-care-copy p {
  color: #4f6775;
}

body.sensory-mode .carousel__viewport,
body.sensory-mode .slide,
body.sensory-mode .experience-panel,
body.sensory-mode .orbit-card,
body.sensory-mode .service-card,
body.sensory-mode .unit-card,
body.sensory-mode .journey-card,
body.sensory-mode .chat,
body.sensory-mode .modal,
body.sensory-mode .quick-card button,
body.sensory-mode .hvm-care-floating-cta,
body.sensory-mode .search,
body.sensory-mode .external-menu-panel__inner {
  backdrop-filter: none !important;
}

body.sensory-mode .carousel__viewport,
body.sensory-mode .slide::after,
body.sensory-mode .service-card__media span,
body.sensory-mode .hvm-care-badge,
body.sensory-mode .orbit-card,
body.sensory-mode .doctor-panel,
body.sensory-mode .hvm-care-floating-cta::before,
body.sensory-mode .hvm-care-floating-cta__icon::before {
  background-image: none !important;
}

body.sensory-mode .carousel__viewport {
  transform: none !important;
}

body.sensory-mode .carousel__arrow,
body.sensory-mode .carousel__dots {
  opacity: 0.75;
}

body.sensory-mode .experience-panel::before,
body.sensory-mode .experience-panel::after,
body.sensory-mode .hvm-care-section::before,
body.sensory-mode .hvm-care-section::after {
  display: none !important;
}

body.sensory-mode .orbit-card {
  position: static;
  margin-top: 12px;
}

body.sensory-mode .experience-panel {
  display: grid;
  gap: 14px;
  padding: 24px;
  justify-items: start;
  background: #f3f8f7;
}

body.sensory-mode .experience-panel img {
  order: -1;
  width: min(220px, 100%);
  margin: 0 auto 8px;
}

body.sensory-mode .hero::before,
body.sensory-mode .hero::after,
body.sensory-mode .section::before,
body.sensory-mode .section::after {
  display: none !important;
}

body.sensory-mode .section-heading,
body.sensory-mode .experience-copy,
body.sensory-mode .hvm-care-copy {
  max-width: 64ch;
}

body.sensory-mode .service-card,
body.sensory-mode .unit-card,
body.sensory-mode .journey-card,
body.sensory-mode .chat,
body.sensory-mode .modal,
body.sensory-mode .quick-card button,
body.sensory-mode .search,
body.sensory-mode .external-menu-panel__inner {
  background: #fbfdfc !important;
  border: 1px solid #d9e5e4;
}

body.sensory-mode .mainbar,
body.sensory-mode .header-frame {
  box-shadow: 0 4px 16px rgba(63, 107, 125, 0.08);
}

body.sensory-mode .service-card button,
body.sensory-mode .cta,
body.sensory-mode .ghost-link,
body.sensory-mode .chat__launcher,
body.sensory-mode .hvm-care-floating-cta {
  min-height: 52px;
  border-radius: 18px;
}

body.sensory-mode .hero,
body.sensory-mode .section__inner {
  letter-spacing: 0.01em;
}

body.sensory-mode .hero p,
body.sensory-mode .section p,
body.sensory-mode .chat__body,
body.sensory-mode .modal p {
  line-height: 1.85;
}

body.sensory-mode .carousel__viewport,
body.sensory-mode .experience-panel,
body.sensory-mode .quick-card,
body.sensory-mode .hvm-care-card-showcase {
  box-shadow: none !important;
}

body.sensory-mode .quick-card {
  gap: 12px;
}

body.sensory-mode .accessibility__icon--autism {
  font-size: 1.28rem;
  font-weight: 900;
}

body.has-cookie-banner {
  --doctor-bottom-offset: calc(var(--cookie-banner-height) + 18px);
  --card-button-bottom-offset: calc(var(--cookie-banner-height) + 104px);
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.skip-link:focus {
  z-index: 99;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  border-radius: 8px;
  background: var(--hvm-navy);
  color: white;
}

.header-frame {
  position: sticky;
  top: 0;
  z-index: 15;
  display: block;
  width: 100%;
  height: 148px;
  border: 0;
  background: white;
  transition: height 0.16s ease, box-shadow 0.16s ease;
  will-change: height;
}

.header-frame.is-scrolled {
  height: 72px;
  box-shadow: 0 10px 28px rgba(6, 56, 120, 0.1);
}

.header-frame.is-menu-open {
  height: 100dvh;
}

.site-header {
  position: relative;
  z-index: 10;
  background: var(--hvm-white);
}

.topbar {
  border-bottom: 1px solid var(--hvm-border);
  background: rgba(255, 255, 255, 0.96);
  transition: opacity 0.12s ease;
}

.topbar__inner,
.mainbar__inner {
  width: min(100%, 1400px);
  margin: 0 auto;
  padding: 0 24px;
}

.topbar__inner {
  min-height: 56px;
  display: grid;
  grid-template-columns: repeat(4, max-content) minmax(280px, 430px);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.service-link {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 30px 0 0;
  border: 0;
  border-right: 1px solid var(--hvm-border);
  background: transparent;
  color: inherit;
  text-align: left;
}

.service-link small {
  display: block;
  color: #1f2d3d;
  line-height: 1.2;
}

.service-link strong {
  display: block;
  margin-top: 2px;
  color: var(--hvm-navy);
  line-height: 1.2;
}

.icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--hvm-navy);
}

.icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.search {
  position: relative;
  height: 46px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--hvm-border);
  border-radius: 999px;
  background: white;
  box-shadow: 0 8px 24px rgba(6, 56, 120, 0.04);
}

.search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--hvm-text);
}

.search button {
  display: none;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: var(--hvm-soft);
  color: var(--hvm-navy);
}

.search.has-value button {
  display: block;
}

.search__results {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  display: none;
  padding: 8px;
  border: 1px solid var(--hvm-border);
  border-radius: 16px;
  background: white;
  box-shadow: var(--shadow-soft);
}

.search__results.is-open {
  display: grid;
  gap: 4px;
}

.search__results button {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 12px;
  border-radius: 10px;
  text-align: left;
  background: transparent;
}

.mainbar {
  box-shadow: 0 8px 26px rgba(6, 56, 120, 0.07);
}

.mainbar__inner {
  min-height: 94px;
  display: grid;
  grid-template-columns: 220px minmax(430px, 1fr) auto;
  align-items: center;
  gap: 24px;
  transition: min-height 0.22s ease;
}

.mainbar-search {
  display: none;
  width: min(320px, 25vw);
  height: 42px;
  justify-self: center;
  padding-inline: 18px;
}

.logo img {
  width: 210px;
  height: auto;
  transition: width 0.22s ease;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #132e56;
}

.nav button,
.doctor-link,
.nav-dropdown summary {
  border: 0;
  background: transparent;
  color: var(--hvm-navy);
  font-weight: 750;
  white-space: nowrap;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown summary {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  list-style: none;
  cursor: pointer;
  transition: color 0.18s ease;
}

.nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.18s ease;
}

.nav-dropdown summary:hover,
.nav-dropdown[open] summary,
.nav button:hover,
.doctor-link:hover {
  color: var(--hvm-teal);
}

.nav-dropdown[open] summary::after {
  transform: rotate(225deg) translate(-1px, -1px);
}

.nav-dropdown__menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  z-index: 50;
  min-width: 240px;
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid var(--hvm-border);
  border-radius: 16px;
  background: white;
  box-shadow: 0 22px 48px rgba(6, 56, 120, 0.15);
}

.header-embed:not(.menu-open) .nav-dropdown__menu {
  display: none;
}

.nav-dropdown--mega .nav-dropdown__menu {
  min-width: 360px;
  grid-template-columns: 1fr 1fr;
}

.nav-dropdown__menu button {
  width: 100%;
  min-height: 42px;
  padding: 9px 12px;
  border-radius: 11px;
  text-align: left;
  white-space: normal;
  color: var(--hvm-text);
  font-weight: 700;
}

.nav-dropdown__menu button:hover,
.nav-dropdown__menu button:focus-visible {
  background: var(--hvm-soft);
  color: var(--hvm-teal);
}

.quick-select .nav-dropdown__menu {
  right: 0;
  left: auto;
}

.external-menu-panel[hidden] {
  display: none;
}

.external-menu-panel {
  position: fixed;
  z-index: 35;
  inset: 0;
  pointer-events: none;
}

.external-menu-panel__inner {
  position: absolute;
  top: var(--panel-top, 160px);
  left: var(--panel-left, 24px);
  width: var(--panel-width, 260px);
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--hvm-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 54px rgba(6, 56, 120, 0.18);
  pointer-events: auto;
}

.external-menu-panel__title {
  color: var(--hvm-navy);
  font-size: 0.84rem;
}

.external-menu-panel__list {
  display: grid;
  gap: 6px;
}

.external-menu-panel__inner.is-mega .external-menu-panel__list {
  grid-template-columns: 1fr 1fr;
}

.external-menu-panel button {
  min-height: 42px;
  padding: 9px 12px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: var(--hvm-text);
  font-weight: 750;
  text-align: left;
}

.external-menu-panel button:hover,
.external-menu-panel button:focus-visible {
  background: var(--hvm-soft);
  color: var(--hvm-teal);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--hvm-navy);
  font-weight: 700;
  font-size: 0.78rem;
}

.doctor-link {
  padding-right: 12px;
  border-right: 1px solid var(--hvm-border);
}

.doctor-link,
.quick-select summary,
.patient-button {
  font-size: 0.78rem;
  line-height: 1.1;
  letter-spacing: -0.015em;
}

.patient-button,
.cta {
  border: 0;
  border-radius: 999px;
  color: white;
  font-weight: 800;
  background: linear-gradient(135deg, var(--hvm-teal), var(--hvm-teal-dark));
  box-shadow: 0 12px 28px rgba(0, 140, 145, 0.24);
}

.patient-button {
  min-height: 36px;
  padding: 0 13px;
  background: var(--hvm-navy);
  box-shadow: 0 12px 28px rgba(6, 56, 120, 0.22);
}

.header-embed.is-scrolled .topbar {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.header-embed.is-scrolled .mainbar {
  box-shadow: none;
}

.header-embed.is-scrolled .mainbar__inner {
  min-height: 72px;
  grid-template-columns: 160px max-content minmax(250px, 320px) auto;
  gap: 18px;
}

.header-embed.is-scrolled .logo img {
  width: 155px;
}

.header-embed.is-scrolled .nav {
  justify-content: flex-start;
  gap: 17px;
}

.header-embed.is-scrolled .mainbar-search {
  display: flex;
}

.header-embed.is-scrolled .nav-dropdown summary,
.header-embed.is-scrolled .nav button,
.header-embed.is-scrolled .doctor-link {
  font-size: 0.78rem;
}

.header-embed.is-scrolled .doctor-link,
.header-embed.is-scrolled .quick-select summary,
.header-embed.is-scrolled .patient-button {
  font-size: 0.74rem;
}

.header-embed.is-scrolled .patient-button {
  min-height: 34px;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  background: linear-gradient(180deg, #eef7fc 0%, #ffffff 100%);
  padding-bottom: 62px;
}

.carousel {
  position: relative;
}

.carousel__viewport {
  position: relative;
  --active-slide: 0;
  aspect-ratio: 1946 / 808;
  width: 100%;
  min-height: 0;
  max-height: none;
  overflow: hidden;
  background: #edf7fc;
}

.slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 1;
  pointer-events: none;
  transform: translateX(calc((var(--slide-index) - var(--active-slide)) * 100%));
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.slide:nth-child(1) {
  --slide-index: 0;
}

.slide:nth-child(2) {
  --slide-index: 1;
}

.slide.is-active {
  pointer-events: auto;
}

.slide > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.slide--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(242, 250, 254, 0.98) 0%, rgba(242, 250, 254, 0.94) 36%, rgba(242, 250, 254, 0.22) 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
}

.slide--primary img {
  position: absolute;
  right: 0;
  width: 68%;
  object-position: 78% 62%;
}

.slide__copy {
  position: absolute;
  z-index: 2;
  top: 20%;
  left: max(8vw, 80px);
  width: min(560px, 44vw);
}

.slide__copy h1 {
  margin: 0 0 22px;
  color: var(--hvm-navy);
  font-size: clamp(3rem, 4.6vw, 5.4rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.slide__copy h1 span {
  color: var(--hvm-teal);
}

.slide__copy p {
  max-width: 560px;
  margin: 0 0 30px;
  color: #243a5b;
  font-size: 1.35rem;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.cta {
  min-height: 58px;
  padding: 0 34px;
}

.video-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 0;
  background: transparent;
  color: var(--hvm-navy);
  font-weight: 800;
}

.video-link span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--hvm-teal);
  border-radius: 50%;
  color: var(--hvm-teal);
}

.carousel__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: var(--hvm-navy);
  box-shadow: 0 14px 34px rgba(6, 56, 120, 0.15);
  font-size: 2.4rem;
  line-height: 1;
  transform: translateY(-50%);
}

.carousel__arrow--prev {
  left: 24px;
}

.carousel__arrow--next {
  right: 24px;
}

.carousel__dots {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 84px;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.carousel__dot {
  width: 17px;
  height: 17px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  background: rgba(6, 56, 120, 0.22);
  box-shadow: 0 2px 8px rgba(6, 56, 120, 0.16);
}

.carousel__dot.is-active {
  background: var(--hvm-navy);
}

.quick-card {
  position: absolute;
  z-index: 5;
  right: 50%;
  bottom: 0;
  width: min(1120px, calc(100% - 190px));
  min-height: 96px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-radius: 22px;
  background: white;
  box-shadow: var(--shadow-soft);
  transform: translateX(50%);
}

.quick-card::-webkit-scrollbar {
  display: none;
}

.quick-card button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 96px;
  border: 0;
  border-right: 1px solid var(--hvm-border);
  background: transparent;
  color: var(--hvm-navy);
  text-align: left;
}

.quick-card button:last-child {
  border-right: 0;
}

.quick-card span {
  color: var(--hvm-teal);
  font-size: 2.2rem;
  line-height: 1;
}

.section {
  position: relative;
  padding: 92px 0;
}

.section__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading--left {
  margin: 0;
  text-align: left;
}

.section-heading span,
.eyebrow,
.final-cta span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--hvm-teal);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-heading h2,
.experience-copy h2,
.access-card h2,
.doctor-copy h2,
.final-cta h2 {
  margin: 0;
  color: var(--hvm-navy-dark);
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.section-heading p,
.experience-copy p,
.access-card p,
.doctor-copy p,
.final-cta p {
  margin: 18px 0 0;
  color: var(--hvm-muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.services-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 140, 145, 0.12), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(11, 74, 145, 0.13), transparent 34%),
    #f6fbfe;
}

.service-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 460px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(6, 56, 120, 0.08);
  border-radius: 34px;
  background: white;
  box-shadow: 0 20px 50px rgba(6, 56, 120, 0.09);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.service-card:hover {
  border-color: rgba(0, 140, 145, 0.28);
  box-shadow: 0 28px 70px rgba(6, 56, 120, 0.15);
  transform: translateY(-8px);
}

.service-card--featured {
  background: var(--hvm-navy);
  color: white;
}

.service-card__media {
  position: relative;
  width: 100%;
  height: 184px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.7), transparent 28%),
    linear-gradient(145deg, #eaf8fb, #ffffff);
}

.service-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 40%, rgba(2, 43, 98, 0.58)),
    radial-gradient(circle at 84% 16%, rgba(0, 140, 145, 0.34), transparent 28%);
  pointer-events: none;
}

.service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card:hover .service-card__media img {
  transform: scale(1.08);
}

.service-card__media--portal img {
  object-position: center;
}

.service-card__media span {
  position: absolute;
  z-index: 2;
  left: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--hvm-navy);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  backdrop-filter: blur(10px);
}

.service-card__content {
  display: grid;
  gap: 12px;
  padding: 22px 12px 18px;
}

.service-card__tag {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: #edf8fb;
  color: var(--hvm-teal-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-card--featured .service-card__tag {
  background: rgba(255, 255, 255, 0.14);
  color: white;
}

.service-card h3 {
  margin: 0;
  color: var(--hvm-navy);
  font-size: 1.32rem;
  line-height: 1.18;
}

.service-card--featured h3,
.service-card--featured p {
  color: white;
}

.service-card p {
  margin: 0;
  color: var(--hvm-muted);
  line-height: 1.62;
}

.service-card button,
.unit-cards button,
.access-card button,
.ghost-link {
  margin-top: auto;
  min-height: 44px;
  border: 1px solid rgba(0, 140, 145, 0.25);
  border-radius: 999px;
  padding: 0 18px;
  background: #f2fbfb;
  color: var(--hvm-navy);
  font-weight: 900;
}

.service-card button {
  margin-left: 12px;
  margin-bottom: 12px;
}

.service-card--featured button {
  border-color: rgba(255, 255, 255, 0.28);
  background: white;
  color: var(--hvm-navy);
}

.experience-section {
  overflow: hidden;
  background: #ffffff;
}

.experience-grid,
.doctors-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 64px;
}

.experience-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.experience-panel {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  border-radius: 46px;
  background:
    radial-gradient(circle at 50% 42%, rgba(0, 140, 145, 0.26), transparent 33%),
    linear-gradient(145deg, #eaf8fb, #ffffff 46%, #e9f3ff);
  box-shadow: 0 28px 80px rgba(6, 56, 120, 0.12);
  overflow: hidden;
}

.experience-panel::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border: 1px dashed rgba(6, 56, 120, 0.2);
  border-radius: 50%;
  animation: slow-spin 28s linear infinite;
}

.experience-panel img {
  position: relative;
  z-index: 2;
  width: min(360px, 82%);
  filter: drop-shadow(0 26px 42px rgba(6, 56, 120, 0.22));
}

.orbit-card {
  position: absolute;
  z-index: 3;
  width: 210px;
  padding: 16px;
  border: 1px solid rgba(6, 56, 120, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(6, 56, 120, 0.1);
  backdrop-filter: blur(12px);
}

.orbit-card strong {
  display: block;
  color: var(--hvm-navy);
  font-size: 0.94rem;
}

.orbit-card span {
  display: block;
  margin-top: 5px;
  color: var(--hvm-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.orbit-card--one {
  top: 44px;
  left: 36px;
}

.orbit-card--two {
  top: 172px;
  right: 28px;
}

.orbit-card--three {
  bottom: 42px;
  left: 58px;
}

.hvm-care-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(0, 140, 145, 0.16), transparent 29%),
    radial-gradient(circle at 90% 14%, rgba(11, 74, 145, 0.14), transparent 32%),
    linear-gradient(180deg, #f8fcff 0%, #eef8fb 48%, #ffffff 100%);
}

.hvm-care-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.36;
  background-image:
    linear-gradient(90deg, rgba(6, 56, 120, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 140, 145, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.hvm-care-section__inner {
  position: relative;
  z-index: 1;
}

.hvm-care-hero {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: 58px;
}

.hvm-care-copy {
  max-width: 560px;
}

.hvm-care-title-row {
  display: grid;
  gap: 14px;
}

.hvm-care-title-row h2 {
  margin: 0;
  color: var(--hvm-navy-dark);
  font-size: clamp(2.35rem, 4.8vw, 5.3rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hvm-care-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(0, 140, 145, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--hvm-teal-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(6, 56, 120, 0.08);
}

.hvm-care-lead {
  color: var(--hvm-navy);
  font-size: 1.24rem;
  font-weight: 800;
}

.hvm-care-copy p {
  margin: 18px 0 0;
  color: var(--hvm-muted);
  font-size: 1.03rem;
  line-height: 1.72;
}

.hvm-care-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hvm-care-card-showcase {
  position: relative;
  justify-self: end;
  width: min(590px, 100%);
}

.hvm-care-card-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 38px;
  box-shadow: 0 30px 70px rgba(2, 43, 98, 0.18);
}

.hvm-care-card-controls {
  width: fit-content;
  display: flex;
  gap: 6px;
  margin: 0 0 14px auto;
  padding: 6px;
  border: 1px solid rgba(6, 56, 120, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 36px rgba(6, 56, 120, 0.1);
  backdrop-filter: blur(14px);
}

.hvm-care-card-controls button {
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  padding: 0 16px;
  background: transparent;
  color: var(--hvm-navy);
  font-size: 0.84rem;
  font-weight: 900;
}

.hvm-care-card-controls button.is-active {
  background: var(--hvm-navy);
  color: white;
}

.hvm-care-card {
  width: 100%;
  aspect-ratio: 1.586 / 1;
  display: block;
  border: 0;
  border-radius: 38px;
  padding: 0;
  background: transparent;
  perspective: inherit;
  filter: drop-shadow(0 32px 52px rgba(2, 43, 98, 0.18));
}

.hvm-care-card__scene {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  transform-style: preserve-3d;
  transition: transform 0.68s cubic-bezier(0.22, 1, 0.36, 1);
}

.hvm-care-card-showcase.is-back .hvm-care-card__scene {
  transform: rotateY(180deg);
}

.hvm-care-card__face {
  position: absolute;
  inset: 0;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: inherit;
  padding: clamp(20px, 3.2vw, 30px);
  backface-visibility: hidden;
  box-shadow:
    0 42px 94px rgba(2, 43, 98, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    inset 0 -32px 80px rgba(0, 0, 0, 0.12);
}

.hvm-care-card__face--front {
  color: white;
  background:
    radial-gradient(circle at 86% 10%, rgba(0, 195, 204, 0.78), transparent 25%),
    radial-gradient(circle at 10% 92%, rgba(95, 218, 228, 0.38), transparent 30%),
    linear-gradient(145deg, #011f4f 0%, #063878 42%, #075d8f 72%, #008c91 138%);
}

.hvm-care-card__face--front::before,
.hvm-care-card__face--back::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    repeating-conic-gradient(from 4deg, rgba(255, 255, 255, 0.22) 0deg 4deg, transparent 4deg 13deg);
  opacity: 0.18;
  mask-image: radial-gradient(circle at 16% 52%, transparent 0 16%, black 16.4% 27%, transparent 27.4%);
  pointer-events: none;
}

.hvm-care-card__face--front::after,
.hvm-care-card__face--back::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  pointer-events: none;
}

.hvm-care-card__face--back {
  color: white;
  background:
    radial-gradient(circle at 24% 18%, rgba(0, 166, 174, 0.62), transparent 27%),
    radial-gradient(circle at 88% 82%, rgba(11, 74, 145, 0.42), transparent 30%),
    linear-gradient(135deg, #052f70 0%, #021e4a 62%, #075b87 118%);
  transform: rotateY(180deg);
}

.hvm-care-card__glow {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, transparent 18%, rgba(255, 255, 255, 0.2) 42%, transparent 58%),
    radial-gradient(circle at 78% 70%, rgba(255, 255, 255, 0.14), transparent 18%);
  opacity: 0.9;
  pointer-events: none;
}

.hvm-care-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.hvm-care-card__top img {
  width: min(178px, 34%);
  height: auto;
  padding: 9px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.hvm-care-card__top span,
.hvm-care-card__digital {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.hvm-care-card__premium-mark {
  position: absolute;
  top: 44%;
  right: 8%;
  z-index: 1;
  color: rgba(255, 255, 255, 0.11);
  font-size: clamp(3.4rem, 8vw, 6.2rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
  transform: translateY(-50%) rotate(-6deg);
  pointer-events: none;
}

.hvm-care-card__name {
  align-self: end;
  color: white;
  max-width: 62%;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  font-size: clamp(1.65rem, 3.2vw, 2.65rem);
  font-weight: 900;
  letter-spacing: -0.06em;
}

.hvm-care-card__demo {
  width: fit-content;
  align-self: start;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.hvm-care-member {
  width: fit-content;
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(14px);
}

.hvm-care-member small,
.hvm-care-card__meta small {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hvm-care-member strong {
  color: white;
  font-size: clamp(1rem, 1.8vw, 1.28rem);
}

.hvm-care-card__number {
  color: white;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 15px;
  background: rgba(2, 43, 98, 0.28);
  font-size: clamp(1.08rem, 2.4vw, 1.6rem);
  font-weight: 800;
  letter-spacing: 0.11em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.hvm-care-card__meta {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 10px;
}

.hvm-care-card__meta span {
  display: grid;
  gap: 3px;
  min-width: 72px;
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.hvm-care-card__meta b {
  color: white;
  font-size: 0.9rem;
}

.hvm-care-card__digital {
  position: absolute;
  right: clamp(20px, 3.2vw, 30px);
  bottom: clamp(20px, 3.2vw, 30px);
  z-index: 2;
  background: rgba(255, 255, 255, 0.17);
}

.hvm-care-qr {
  position: absolute;
  right: clamp(20px, 3.2vw, 30px);
  bottom: clamp(58px, 7vw, 78px);
  z-index: 2;
  width: 96px;
  min-height: 118px;
  display: grid;
  gap: 6px;
  padding: 8px 8px 7px;
  border: 4px solid rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  background: white;
  box-shadow:
    0 16px 36px rgba(2, 43, 98, 0.26),
    inset 0 0 0 1px rgba(6, 56, 120, 0.05);
}

.hvm-care-qr img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: contain;
}

.hvm-care-qr small {
  color: var(--hvm-navy);
  font-size: 0.5rem;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  letter-spacing: -0.02em;
}

.hvm-care-card__stripe {
  height: 52px;
  margin: 4px calc(clamp(20px, 3.2vw, 30px) * -1) 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(234, 248, 251, 0.92)),
    white;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.hvm-care-card__back-grid {
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: center;
  gap: 16px;
}

.hvm-care-qr--back {
  position: static;
  width: 128px;
  min-height: 150px;
}

.hvm-care-card__back-copy,
.hvm-care-card__notice,
.hvm-care-card__legal {
  position: relative;
  z-index: 1;
}

.hvm-care-card__back-copy {
  display: grid;
  gap: 8px;
}

.hvm-care-card__back-copy strong {
  font-size: 1.1rem;
  letter-spacing: 0.09em;
}

.hvm-care-card__back-copy span,
.hvm-care-card__notice,
.hvm-care-card__legal {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.75rem;
  line-height: 1.42;
}

.hvm-care-card__notice {
  margin-top: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
}

.hvm-care-card__demo--back {
  margin-top: auto;
}

.hvm-care-section-heading {
  max-width: 760px;
  margin: 82px 0 28px;
}

.hvm-care-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.hvm-care-section-heading span,
.hvm-care-demo-price > span,
.hvm-care-legal-box > span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--hvm-teal);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hvm-care-section-heading h3,
.hvm-care-demo-price h3,
.hvm-care-legal-box h3 {
  margin: 0;
  color: var(--hvm-navy-dark);
  font-size: clamp(1.75rem, 3vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.hvm-care-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.hvm-care-benefits article,
.hvm-care-steps article,
.hvm-care-demo-price,
.hvm-care-legal-box {
  border: 1px solid rgba(6, 56, 120, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 48px rgba(6, 56, 120, 0.08);
  backdrop-filter: blur(12px);
}

.hvm-care-benefits article {
  min-height: 220px;
  padding: 22px;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.hvm-care-benefits article:hover {
  border-color: rgba(0, 140, 145, 0.28);
  box-shadow: 0 28px 68px rgba(6, 56, 120, 0.13);
  transform: translateY(-6px);
}

.hvm-care-benefits article > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #eaf8fb;
  color: var(--hvm-teal-dark);
  font-size: 1.42rem;
  font-weight: 900;
}

.hvm-care-benefits h4,
.hvm-care-steps h4 {
  margin: 18px 0 8px;
  color: var(--hvm-navy);
  font-size: 1.08rem;
  line-height: 1.18;
}

.hvm-care-benefits p,
.hvm-care-steps p,
.hvm-care-demo-price p,
.hvm-care-legal-box p {
  margin: 0;
  color: var(--hvm-muted);
  line-height: 1.62;
}

.hvm-care-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.hvm-care-steps article {
  position: relative;
  min-height: 230px;
  padding: 24px;
  overflow: hidden;
}

.hvm-care-steps article::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 110px;
  height: 110px;
  border: 1px dashed rgba(0, 140, 145, 0.22);
  border-radius: 50%;
}

.hvm-care-steps article > span {
  color: rgba(0, 140, 145, 0.24);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.hvm-care-footer-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 18px;
  margin-top: 34px;
}

.hvm-care-demo-price,
.hvm-care-legal-box {
  padding: 28px;
}

.hvm-care-demo-price dl {
  display: grid;
  gap: 8px;
  margin: 20px 0;
}

.hvm-care-demo-price dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f2fbfb;
}

.hvm-care-demo-price dt {
  color: #49637e;
  font-weight: 800;
}

.hvm-care-demo-price dd {
  margin: 0;
  color: var(--hvm-navy);
  font-weight: 900;
}

.hvm-care-demo-price strong {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eaf8fb;
  color: var(--hvm-teal-dark);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hvm-care-legal-box {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(242, 251, 251, 0.92)),
    white;
}

.hvm-care-legal-box p + p {
  margin-top: 12px;
}

.journey-section {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(2, 43, 98, 0.97), rgba(0, 116, 122, 0.92)),
    var(--hvm-navy-dark);
  color: white;
}

.journey-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(90deg, transparent 0 92%, rgba(255,255,255,0.28) 92% 93%, transparent 93%),
    linear-gradient(0deg, transparent 0 92%, rgba(255,255,255,0.22) 92% 93%, transparent 93%);
  background-size: 90px 90px;
}

.section-heading--light {
  position: relative;
  z-index: 1;
}

.section-heading--light h2,
.section-heading--light p {
  color: white;
}

.journey-steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.journey-steps article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.journey-steps span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

.journey-steps h3 {
  margin: 22px 0 10px;
  color: white;
  font-size: 1.42rem;
}

.journey-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.units-section {
  background:
    radial-gradient(circle at 14% 20%, rgba(0, 140, 145, 0.12), transparent 26%),
    radial-gradient(circle at 88% 16%, rgba(6, 56, 120, 0.08), transparent 24%),
    linear-gradient(180deg, #f8fcff 0%, #f3fbfc 100%);
}

.units-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 42px;
  align-items: start;
}

.units-map-layout {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 34px;
  align-items: start;
}

.units-intro-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.units-intro-pills span,
.unit-card__meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(6, 56, 120, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--hvm-navy);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: normal;
}

.units-intro-card {
  margin-top: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(6, 56, 120, 0.08);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(242, 251, 251, 0.92));
  box-shadow: 0 20px 48px rgba(6, 56, 120, 0.08);
}

.units-intro-card strong {
  display: block;
  color: var(--hvm-navy);
  font-size: 1.06rem;
  font-weight: 900;
}

.units-intro-card p {
  margin: 10px 0 0;
  color: var(--hvm-muted);
  line-height: 1.7;
}

.map-showcase {
  position: sticky;
  top: 112px;
  min-height: 540px;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.map-showcase__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px 10px;
  color: var(--hvm-navy);
}

.map-showcase__eyebrow strong {
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-showcase__eyebrow-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hvm-teal), var(--hvm-navy));
  box-shadow: 0 0 0 6px rgba(0, 140, 145, 0.12);
}

.map-showcase__frame {
  height: 540px;
  overflow: hidden;
  border: 12px solid rgba(255, 255, 255, 0.96);
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(6, 56, 120, 0.18), rgba(0, 140, 145, 0.12)),
    #eaf6fb;
  box-shadow:
    0 32px 92px rgba(6, 56, 120, 0.18),
    0 10px 30px rgba(0, 140, 145, 0.08);
}

.map-showcase iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(1.12) contrast(1.02);
}

.map-showcase__badge {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 4px 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 46px rgba(6, 56, 120, 0.18);
  backdrop-filter: blur(14px);
}

.map-showcase__badge span {
  grid-row: span 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--hvm-navy);
  color: white;
}

.map-showcase__badge strong {
  color: var(--hvm-navy);
  font-size: 1rem;
}

.map-showcase__badge small {
  color: #4d6680;
  line-height: 1.35;
}

.unit-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.unit-cards--map {
  grid-template-columns: 1fr;
  gap: 12px;
}

.unit-cards article {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f4faff);
  box-shadow: 0 20px 48px rgba(6, 56, 120, 0.1);
}

.unit-cards--map article {
  min-height: 0;
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(6, 56, 120, 0.07);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(243, 251, 252, 0.9));
  backdrop-filter: blur(10px);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.unit-cards--map article:hover,
.unit-cards--map article.is-active {
  border-color: rgba(0, 140, 145, 0.32);
  background: linear-gradient(145deg, #ffffff, #f4fbff);
  box-shadow: 0 28px 72px rgba(6, 56, 120, 0.14);
  transform: translateX(10px) translateY(-2px);
}

.unit-cards span {
  font-size: 2rem;
}

.unit-card__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.unit-card__top > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #edf8fb;
  color: var(--hvm-teal);
  font-size: 0.92rem;
  font-weight: 900;
  flex: 0 0 42px;
}

.unit-card__top small {
  color: var(--hvm-muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.unit-cards h3 {
  margin: 18px 0 8px;
  color: var(--hvm-navy);
  font-size: 1.35rem;
}

.unit-cards p {
  margin: 0 0 22px;
  color: var(--hvm-muted);
  line-height: 1.58;
}

.unit-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
}

.unit-card__meta span {
  min-height: 36px;
  padding: 6px 14px;
  justify-content: flex-start;
  text-align: center;
}

.unit-cards a {
  margin-top: auto;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(0, 140, 145, 0.22);
  border-radius: 999px;
  padding: 0 18px;
  background: linear-gradient(135deg, #f3fcfd, #ecf7ff);
  color: var(--hvm-navy);
  font-weight: 900;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.unit-cards a::after {
  content: "↗";
  font-size: 0.92rem;
}

.unit-cards a:hover,
.unit-cards a:focus-visible {
  border-color: rgba(0, 140, 145, 0.34);
  box-shadow: 0 14px 28px rgba(6, 56, 120, 0.1);
  transform: translateY(-1px);
}

.access-section {
  background:
    radial-gradient(circle at 10% 18%, rgba(0, 140, 145, 0.1), transparent 24%),
    radial-gradient(circle at 92% 16%, rgba(6, 56, 120, 0.08), transparent 26%),
    linear-gradient(180deg, #f8fcff 0%, #eef8fb 100%);
}

.access-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 20px;
}

.access-card {
  min-height: 370px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 34px 30px 30px;
  border: 1px solid rgba(6, 56, 120, 0.08);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.96));
  box-shadow:
    0 24px 60px rgba(6, 56, 120, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.access-card--sus {
  background:
    radial-gradient(circle at 84% 18%, rgba(116, 224, 228, 0.18), transparent 20%),
    linear-gradient(145deg, rgba(0, 140, 145, 0.98), rgba(6, 56, 120, 0.98)),
    var(--hvm-navy);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 34px 82px rgba(6, 56, 120, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.access-card--sus .access-card__top > span,
.access-card--sus h2,
.access-card--sus p,
.access-card--sus .access-card__meta span {
  color: white;
}

.access-card:hover,
.access-card:focus-within {
  transform: translateY(-4px);
  box-shadow:
    0 30px 72px rgba(6, 56, 120, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  border-color: rgba(0, 140, 145, 0.16);
}

.access-card__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.access-card span {
  color: var(--hvm-teal);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.access-card__top small {
  color: var(--hvm-muted);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.access-card--sus .access-card__top small {
  color: rgba(255, 255, 255, 0.72);
}

.access-card h2 {
  margin: 18px 0 14px;
  color: var(--hvm-navy);
  font-size: clamp(1.7rem, 3vw, 2.9rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.access-card--sus h2 {
  color: white;
}

.access-card p {
  margin: 0;
  color: #556a80;
  line-height: 1.72;
}

.access-card--sus p {
  color: rgba(255, 255, 255, 0.9);
}

.access-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 24px;
}

.access-card__meta span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(6, 56, 120, 0.08);
  background: rgba(241, 250, 252, 0.9);
  color: var(--hvm-navy);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.03em;
  text-transform: none;
}

.access-card--sus .access-card__meta span {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.12);
  color: white;
}

.access-card button {
  margin-top: auto;
  min-height: 48px;
  border-radius: 999px;
  padding-inline: 18px;
  box-shadow: 0 12px 26px rgba(6, 56, 120, 0.08);
}

.doctors-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 22%, rgba(0, 140, 145, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fcff 100%);
}

.doctor-copy {
  max-width: 650px;
}

.doctor-copy__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 26px;
}

.doctor-copy__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(0, 140, 145, 0.22);
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--hvm-teal-dark);
  font-size: 0.86rem;
  font-weight: 900;
}

.doctor-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(6, 56, 120, 0.08);
  border-radius: 38px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(235, 248, 252, 0.92)),
    radial-gradient(circle at 86% 12%, rgba(0, 140, 145, 0.2), transparent 34%);
  box-shadow: 0 32px 80px rgba(6, 56, 120, 0.12);
}

.doctor-panel::before {
  content: "";
  position: absolute;
  inset: auto -70px -120px auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(6, 56, 120, 0.16), rgba(0, 140, 145, 0.18));
}

.doctor-panel__header,
.doctor-panel__route,
.doctor-specialties,
.doctor-panel__note {
  position: relative;
  z-index: 1;
}

.doctor-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.doctor-panel__header div {
  display: grid;
  gap: 6px;
}

.doctor-panel__header span,
.doctor-panel__header small {
  color: var(--hvm-teal);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.doctor-panel__header strong {
  color: var(--hvm-navy-dark);
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.05;
}

.doctor-panel__header small {
  max-width: 150px;
  border: 1px solid rgba(0, 140, 145, 0.2);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--hvm-muted);
  line-height: 1.35;
}

.doctor-panel__route {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

.doctor-panel__route span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(6, 56, 120, 0.94), rgba(0, 140, 145, 0.86));
  color: white;
  font-size: 0.78rem;
  font-weight: 900;
}

.doctor-specialties {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.doctor-specialties article {
  min-height: 132px;
  border: 1px solid rgba(6, 56, 120, 0.08);
  border-radius: 24px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 40px rgba(6, 56, 120, 0.06);
}

.doctor-specialties article span {
  display: block;
  margin-bottom: 10px;
  color: var(--hvm-navy);
  font-size: 1rem;
  font-weight: 900;
}

.doctor-specialties article p {
  margin: 0;
  color: var(--hvm-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.doctor-panel__note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  border-radius: 22px;
  padding: 16px 18px;
  background: linear-gradient(135deg, rgba(6, 56, 120, 0.95), rgba(5, 91, 146, 0.92));
  color: white;
}

.doctor-panel__note strong,
.doctor-panel__note span {
  display: block;
}

.doctor-panel__note strong {
  font-size: 0.95rem;
}

.doctor-panel__note span {
  max-width: 250px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  line-height: 1.45;
}

.final-cta {
  padding-top: 40px;
  background: linear-gradient(180deg, white, #f6fbfe);
}

.final-cta__card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 34px;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 40px;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.28), transparent 25%),
    linear-gradient(135deg, var(--hvm-navy), var(--hvm-teal-dark));
  color: white;
  box-shadow: 0 30px 90px rgba(6, 56, 120, 0.22);
}

.final-cta__card h2,
.final-cta__card p,
.final-cta__card span {
  color: white;
}

.site-footer {
  padding: 0;
  background: #262a31;
  color: rgba(255, 255, 255, 0.92);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr 0.9fr auto;
  gap: 34px;
  align-items: start;
  padding: 56px 0 44px;
}

.site-footer__brand strong {
  display: inline-block;
  color: white;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.site-footer__brand p {
  margin: 14px 0 18px;
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.8;
}

.site-footer__brand address {
  font-style: normal;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.9;
}

.site-footer__column h3 {
  margin: 0 0 18px;
  color: white;
  font-size: 1.08rem;
  font-weight: 900;
}

.site-footer__links {
  display: grid;
  gap: 12px;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible,
.site-footer__credit a:hover,
.site-footer__credit a:focus-visible {
  color: white;
  text-decoration: underline;
}

.site-footer__links a,
.site-footer__credit a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
  line-height: 1.6;
  transition: color 0.18s ease;
}

.site-footer__credit {
  display: grid;
  justify-items: start;
  gap: 8px;
}

.site-footer__credit span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__bottom {
  background: #121418;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__bottom-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-footer__bottom small,
.site-footer__bottom a {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer__bottom a {
  font-weight: 700;
}

.cta--light {
  background: white;
  color: var(--hvm-navy);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slow-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1120px) {
  .service-grid,
  .access-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card--featured,
  .access-card--sus {
    grid-column: 1 / -1;
  }

  .experience-grid,
  .units-layout,
  .units-map-layout,
  .doctors-grid {
    grid-template-columns: 1fr;
  }

  .map-showcase {
    position: relative;
    top: auto;
    min-height: 420px;
    grid-column: auto;
    grid-row: auto;
    order: 2;
  }

  .map-showcase__frame {
    height: 420px;
  }

  .section-heading--left {
    max-width: 760px;
  }

  .unit-cards {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
  }

  .unit-cards--map {
    order: 3;
  }

  .unit-cards article {
    scroll-snap-align: start;
  }

  .site-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    padding: 44px 0 34px;
  }

  .site-footer__credit {
    justify-items: start;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .section {
    padding: 64px 0;
  }

  .section__inner {
    width: min(100% - 28px, 680px);
  }

  .service-grid,
  .access-grid,
  .journey-steps {
    grid-template-columns: 1fr;
  }

  .service-card,
  .access-card,
  .journey-steps article {
    min-height: auto;
  }

  .experience-panel {
    min-height: 460px;
    border-radius: 30px;
  }

  .experience-panel img {
    width: min(310px, 78%);
  }

  .orbit-card {
    width: 178px;
    padding: 13px;
  }

  .orbit-card--one {
    top: 24px;
    left: 18px;
  }

  .orbit-card--two {
    top: auto;
    right: 18px;
    bottom: 134px;
  }

  .orbit-card--three {
    bottom: 20px;
    left: 28px;
  }

  .doctor-panel {
    border-radius: 30px;
  }

  .doctor-panel__header {
    align-items: flex-start;
  }

  .final-cta__card {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .section-heading {
    margin-bottom: 28px;
    text-align: left;
  }

  .section-heading h2,
  .experience-copy h2,
  .access-card h2,
  .doctor-copy h2,
  .final-cta h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .service-card,
  .access-card,
  .unit-cards article {
    padding: 22px;
    border-radius: 24px;
  }

  .experience-actions,
  .final-cta__card .cta {
    width: 100%;
  }

  .experience-actions .cta,
  .experience-actions .ghost-link,
  .final-cta__card .cta {
    width: 100%;
    justify-content: center;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    padding: 36px 0 28px;
  }

  .site-footer__links {
    width: 100%;
  }

  .site-footer__bottom-inner {
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
  }

  .experience-panel {
    min-height: 410px;
  }

  .experience-panel::before {
    width: 280px;
    height: 280px;
  }

  .orbit-card {
    display: none;
  }

  .unit-cards {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .map-showcase {
    min-height: 360px;
  }

  .map-showcase__frame {
    height: 360px;
    border-width: 6px;
    border-radius: 26px;
  }

  .map-showcase__badge {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .unit-cards--map article:hover,
  .unit-cards--map article.is-active {
    transform: translateY(-4px);
  }

  .doctor-copy__meta,
  .doctor-panel__route,
  .doctor-specialties {
    grid-template-columns: 1fr;
  }

  .doctor-copy__meta {
    display: grid;
    gap: 8px;
  }

  .doctor-copy__meta span {
    justify-content: center;
  }

  .doctor-panel {
    padding: 18px;
    border-radius: 26px;
  }

  .doctor-panel__header,
  .doctor-panel__note {
    display: grid;
  }

  .doctor-panel__header small,
  .doctor-panel__note span {
    max-width: none;
  }

  .doctor-specialties article {
    min-height: auto;
  }
}

.accessibility {
  position: fixed;
  z-index: 20;
  top: 270px;
  right: 0;
  display: grid;
  justify-items: end;
  gap: 5px;
}

.accessibility__language {
  width: 48px;
  min-height: 52px;
  display: grid;
  grid-template-columns: 34px 82px;
  align-items: center;
  justify-content: start;
  gap: 8px;
  overflow: hidden;
  padding: 8px 10px 8px 7px;
  border-radius: 7px 0 0 7px;
  background: var(--hvm-navy);
  color: white;
  box-shadow: 0 8px 20px rgba(6, 56, 120, 0.2);
  transition: width 0.22s ease, background 0.22s ease;
}

.accessibility:hover .accessibility__language,
.accessibility__language:focus-within {
  width: 142px;
}

.accessibility__language select {
  width: 82px;
  border: 0;
  outline: 0;
  background: transparent;
  color: white;
  font-size: 0.72rem;
  font-weight: 800;
  cursor: pointer;
  appearance: none;
}

.accessibility__language option {
  color: var(--hvm-text);
}

[vw-access-button] {
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: fixed;
  right: 0;
  bottom: 0;
}

.accessibility button {
  width: 48px;
  min-height: 52px;
  display: grid;
  grid-template-columns: 34px 82px;
  align-items: center;
  justify-content: start;
  gap: 8px;
  overflow: hidden;
  padding: 8px 10px 8px 7px;
  border: 0;
  border-radius: 7px 0 0 7px;
  background: var(--hvm-navy);
  color: white;
  box-shadow: 0 8px 20px rgba(6, 56, 120, 0.2);
  font-weight: 800;
  transition: width 0.22s ease, background 0.22s ease;
}

.accessibility button:hover,
.accessibility button:focus-visible,
.accessibility:focus-within button:hover,
.accessibility:hover button {
  width: 142px;
}

.accessibility button:hover,
.accessibility button:focus-visible {
  background: var(--hvm-navy-dark);
}

.accessibility button.is-active {
  width: 142px;
  background: var(--hvm-teal);
  color: white;
}

.accessibility__icon {
  width: 34px;
  min-width: 34px;
  display: grid;
  place-items: center;
  color: white;
  font-size: 1.02rem;
  line-height: 1;
}

.accessibility__icon--libras {
  width: 30px;
  height: 30px;
  justify-self: center;
  object-fit: contain;
}

.accessibility__label {
  width: 82px;
  display: block;
  opacity: 0;
  overflow: hidden;
  white-space: normal;
  font-size: 0.72rem;
  line-height: 1.2;
  text-align: left;
  transition: opacity 0.16s ease;
}

.accessibility button:hover .accessibility__label,
.accessibility button:focus-visible .accessibility__label,
.accessibility:hover .accessibility__label {
  opacity: 1;
}

.hvm-care-floating-cta {
  position: fixed;
  z-index: 29;
  right: var(--floating-right-offset);
  bottom: var(--card-button-bottom-offset);
  width: 78px;
  min-height: 74px;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  padding: 7px;
  border: 4px solid white;
  border-radius: 999px 24px 24px 999px;
  background: linear-gradient(135deg, var(--hvm-navy) 0%, var(--hvm-teal-dark) 100%);
  color: white;
  box-shadow: 0 18px 44px rgba(6, 56, 120, 0.22);
  text-align: left;
  transform-origin: right bottom;
  transition:
    opacity 0.22s ease,
    width 0.24s ease,
    border-radius 0.24s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.hvm-care-floating-cta:hover,
.hvm-care-floating-cta:focus-visible,
.hvm-care-floating-cta:active {
  width: min(282px, calc(100vw - 36px));
  border-radius: 999px 20px 20px 999px;
  box-shadow: 0 24px 56px rgba(6, 56, 120, 0.28);
  transform: translateY(-3px) scale(1.02);
}

.hvm-care-floating-cta.is-muted {
  opacity: 0.42;
}

body.hvm-chat-open .hvm-care-floating-cta {
  display: none;
}

.hvm-care-floating-cta__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: var(--hvm-navy);
}

.hvm-care-floating-cta__icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hvm-care-floating-cta__text {
  min-width: 198px;
  display: grid;
  gap: 2px;
  opacity: 0;
  transform: translateX(8px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.hvm-care-floating-cta:hover .hvm-care-floating-cta__text,
.hvm-care-floating-cta:focus-visible .hvm-care-floating-cta__text,
.hvm-care-floating-cta:active .hvm-care-floating-cta__text {
  opacity: 1;
  transform: translateX(0);
}

.hvm-care-floating-cta__text strong {
  font-size: 0.88rem;
  line-height: 1.15;
}

.hvm-care-floating-cta__text small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 800;
}

.chat {
  position: fixed;
  z-index: 30;
  right: var(--floating-right-offset);
  bottom: var(--doctor-bottom-offset);
}

.chat-bubble {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 78px;
  min-height: 74px;
  display: none;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 10px;
  border: 4px solid white;
  border-radius: 999px 24px 24px 999px;
  padding: 7px;
  background: linear-gradient(135deg, #ffffff 0%, #eef8fb 100%);
  color: var(--hvm-navy);
  box-shadow: 0 18px 42px rgba(6, 56, 120, 0.24);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  overflow: hidden;
  transition:
    width 0.24s ease,
    border-radius 0.24s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.chat.is-closed .chat-bubble {
  display: grid;
}

.chat-bubble:hover,
.chat-bubble:focus-visible {
  width: min(318px, calc(100vw - 24px));
  border-radius: 999px 20px 20px 999px;
  box-shadow: 0 22px 52px rgba(6, 56, 120, 0.3);
  transform: translateY(-2px);
}

.chat-bubble__avatar {
  position: relative;
  isolation: isolate;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 3px solid white;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.96) 48%, rgba(234, 246, 251, 0.95) 49%),
    white;
  overflow: hidden;
  box-shadow:
    0 0 0 4px rgba(0, 127, 132, 0.1),
    0 8px 18px rgba(6, 56, 120, 0.16);
}

.chat-bubble__avatar::before {
  content: "";
  position: absolute;
  inset: -3px;
  z-index: -1;
  border-radius: 50%;
  background: url("./img/hvm-favicon.png") center / cover no-repeat;
  opacity: 0.42;
  filter: drop-shadow(0 3px 8px rgba(6, 56, 120, 0.18));
  transform: rotate(-8deg);
}

.chat-bubble__avatar img {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
}

.chat-bubble__text {
  min-width: 198px;
  display: grid;
  gap: 2px;
  opacity: 0;
  transform: translateX(8px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.chat-bubble__text strong {
  width: fit-content;
  position: relative;
  padding: 8px 14px;
  border-radius: 16px 16px 16px 4px;
  background: var(--hvm-navy);
  color: white;
}

.chat-bubble__text strong::before {
  content: "";
  position: absolute;
  left: -7px;
  bottom: 8px;
  border-top: 7px solid transparent;
  border-right: 9px solid var(--hvm-navy);
  border-bottom: 7px solid transparent;
}

.chat-bubble__text small {
  color: #45617b;
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}

.chat-bubble:hover .chat-bubble__text,
.chat-bubble:focus-visible .chat-bubble__text,
.chat-bubble:active .chat-bubble__text {
  opacity: 1;
  transform: translateX(0);
}

.chat-window {
  width: min(390px, calc(100vw - 112px));
  overflow: hidden;
  border-radius: 18px;
  background: white;
  box-shadow: 0 22px 60px rgba(6, 56, 120, 0.22);
  max-height: min(720px, calc(100dvh - 34px));
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.chat.is-closed .chat-window {
  display: none;
}

.chat-header {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 78px;
  display: grid;
  grid-template-columns: 48px 1fr 32px;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: var(--hvm-navy);
  color: white;
}

.iris-avatar {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: white;
  overflow: hidden;
  color: var(--hvm-navy);
  font-weight: 800;
}

.iris-avatar img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  object-position: center 18%;
}

.chat-header h2,
.chat-header p {
  margin: 0;
}

.chat-header h2 {
  font-size: 1.05rem;
}

.chat-header p {
  font-size: 0.78rem;
  opacity: 0.88;
}

.chat-header button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: white;
  font-size: 1.8rem;
  line-height: 1;
}

.chat-header button:hover,
.chat-header button:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}

.chat-body,
.chat-form {
  padding: 14px 16px;
}

.chat-body {
  min-height: 0;
  max-height: none;
  overflow: auto;
}

.message {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #eef4f8;
  color: #1e3657;
  font-size: 0.9rem;
  line-height: 1.45;
}

.chat-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 12px 0;
}

.chat-options button {
  min-height: 38px;
  border: 1px solid var(--hvm-teal);
  border-radius: 9px;
  background: white;
  color: var(--hvm-navy);
  font-size: 0.78rem;
  font-weight: 700;
}

.chat-status {
  margin: 12px 0 0;
  padding: 11px 12px;
  border: 1px solid rgba(0, 130, 138, 0.2);
  border-radius: 12px;
  background: #f0fbfb;
  color: var(--hvm-teal-dark);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
}

.hvm-chat-voice-status {
  min-height: 0;
  color: var(--hvm-muted);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
}

.hvm-chat-voice-status.is-error {
  color: #8f2f24;
}

.hvm-chat-auto-read {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 4px 0 8px;
  padding: 9px 10px;
  border: 1px solid rgba(0, 130, 138, 0.16);
  border-radius: 10px;
  background: #f7fcfc;
  color: #29415f;
  font-size: 0.78rem;
  font-weight: 800;
}

.hvm-chat-auto-read input {
  width: 16px;
  height: 16px;
  accent-color: var(--hvm-teal);
}

.hvm-chat-auto-read.is-disabled {
  opacity: 0.58;
}

.hvm-chat-voice-notice {
  display: grid;
  gap: 9px;
  padding: 11px 12px;
  border: 1px solid rgba(6, 56, 120, 0.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(6, 56, 120, 0.08);
}

.hvm-chat-voice-notice[hidden] {
  display: none;
}

.hvm-chat-voice-notice p {
  margin: 0;
  color: #29415f;
  font-size: 0.78rem;
  line-height: 1.45;
}

.hvm-chat-voice-notice button {
  min-height: 36px;
  border: 0;
  border-radius: 9px;
  background: var(--hvm-navy);
  color: white;
  font-size: 0.78rem;
  font-weight: 800;
}

.chat-history {
  margin-top: 10px;
  padding: 10px;
  border-radius: 12px;
  background: #f7fafc;
}

.chat-history strong {
  display: block;
  margin-bottom: 8px;
  color: var(--hvm-navy);
  font-size: 0.82rem;
}

.chat-history ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chat-history li {
  padding: 9px 10px;
  border-left: 3px solid var(--hvm-teal);
  border-radius: 8px;
  background: white;
  color: #29415f;
  font-size: 0.78rem;
  line-height: 1.35;
}

.conversation-thread {
  display: grid;
  gap: 10px;
}

.conversation-message {
  max-width: 88%;
  padding: 11px 12px;
  border-radius: 14px;
  color: #1e3657;
  font-size: 0.9rem;
  line-height: 1.42;
}

.conversation-message p {
  margin: 0;
}

.conversation-message time {
  display: block;
  margin-top: 6px;
  font-size: 0.68rem;
  line-height: 1;
  opacity: 0.72;
}

.conversation-message--user {
  justify-self: end;
  border-bottom-right-radius: 4px;
  background: var(--hvm-navy);
  color: white;
}

.conversation-message--assistant {
  justify-self: start;
  border-bottom-left-radius: 4px;
  background: #eef4f8;
}

.hvm-chat-speech-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 9px;
}

.hvm-chat-speech-button {
  min-height: 32px;
  border: 1px solid rgba(0, 130, 138, 0.22);
  border-radius: 8px;
  padding: 0 10px;
  background: white;
  color: var(--hvm-navy);
  font-size: 0.72rem;
  font-weight: 800;
}

.hvm-chat-speech-button:hover,
.hvm-chat-speech-button:focus-visible {
  border-color: rgba(0, 130, 138, 0.38);
  box-shadow: 0 0 0 3px rgba(0, 130, 138, 0.12);
}

.hvm-chat-private-audio-warning {
  margin-top: 8px !important;
  padding: 8px 9px;
  border-radius: 8px;
  background: rgba(143, 47, 36, 0.08);
  color: #7b2a20;
  font-size: 0.72rem;
  line-height: 1.35;
}

.handoff-card {
  display: grid;
  gap: 9px;
  padding: 13px;
  border: 1px solid rgba(0, 130, 138, 0.22);
  border-radius: 14px;
  background: #f1fbfa;
  color: #153a57;
}

.handoff-card strong {
  color: var(--hvm-navy);
  font-size: 0.92rem;
}

.handoff-card p {
  margin: 0;
  color: #31516d;
  font-size: 0.82rem;
  line-height: 1.38;
}

.handoff-card__summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7px 10px;
  margin: 2px 0 0;
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
}

.handoff-card__summary dt {
  color: var(--hvm-teal-dark);
  font-size: 0.72rem;
  font-weight: 900;
}

.handoff-card__summary dd {
  margin: 0;
  color: #1d3854;
  font-size: 0.76rem;
  line-height: 1.3;
}

.handoff-card__button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #128c7e;
  color: white;
  font-weight: 800;
  text-decoration: none;
}

.chat.has-started .chat-options,
.chat.has-started .chat-intro-note,
.chat.has-started .chat-history,
.chat.has-started [data-profile-field] {
  display: none;
}

.chat.has-started .chat-status {
  margin-top: 0;
}

.chat.has-started .conversation-thread {
  display: grid;
}

.chat.has-started .chat-form {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  border-top: 1px solid #dbe6ef;
}

.chat.has-started .chat-form label,
.chat.has-started .hvm-chat-message-row {
  min-width: 0;
}

.chat.has-started .chat-form textarea {
  min-height: 46px;
  max-height: 120px;
}

.chat.has-started .conversation-start {
  min-width: 92px;
  padding: 0 18px;
}

.chat-form {
  display: grid;
  gap: 8px;
  padding-top: 0;
}

.hvm-chat-message-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  gap: 8px;
  align-items: stretch;
}

.chat-form input,
.chat-form textarea {
  width: 100%;
  border: 1px solid #cbd8e5;
  border-radius: 9px;
  padding: 11px 12px;
  outline: 0;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.chat-form input:focus,
.chat-form textarea:focus {
  border-color: var(--hvm-teal);
  box-shadow: 0 0 0 3px rgba(0, 130, 138, 0.13);
}

.chat-form textarea {
  min-height: 56px;
  resize: vertical;
}

.hvm-chat-mic-button {
  min-height: 56px;
  border: 1px solid rgba(0, 130, 138, 0.24);
  border-radius: 9px;
  background: #f2fbfb;
  color: var(--hvm-navy);
  font-size: 0.72rem;
  font-weight: 900;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.hvm-chat-mic-button:hover,
.hvm-chat-mic-button:focus-visible {
  border-color: var(--hvm-teal);
  box-shadow: 0 0 0 3px rgba(0, 130, 138, 0.13);
}

.hvm-chat-mic-button--listening {
  border-color: var(--hvm-teal);
  background: var(--hvm-teal);
  color: white;
  animation: hvm-mic-pulse 1.2s ease-in-out infinite;
}

.hvm-chat-mic-button--error {
  border-color: rgba(143, 47, 36, 0.3);
  background: rgba(143, 47, 36, 0.08);
  color: #7b2a20;
}

.hvm-chat-mic-button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

@keyframes hvm-mic-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(0, 130, 138, 0.22);
  }

  50% {
    box-shadow: 0 0 0 7px rgba(0, 130, 138, 0);
  }
}

.conversation-start {
  min-height: 46px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--hvm-teal), var(--hvm-teal-dark));
  color: white;
  font-weight: 800;
}

.chat-form small {
  color: var(--hvm-muted);
  text-align: center;
}

.modal {
  width: min(440px, calc(100vw - 32px));
  border: 0;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 28px 80px rgba(6, 56, 120, 0.24);
}

.modal::backdrop {
  background: rgba(2, 43, 98, 0.4);
}

.modal h2 {
  margin: 0 0 10px;
  color: var(--hvm-navy);
}

.modal p {
  margin: 0 0 22px;
  color: var(--hvm-muted);
  line-height: 1.55;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  color: var(--hvm-navy);
  font-size: 1.6rem;
}

.modal__action {
  width: 100%;
}

.cookie-banner {
  position: fixed;
  z-index: 60;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 16px 32px;
  border: 1px solid #2d2d2d;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 -10px 34px rgba(6, 56, 120, 0.1);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner p {
  margin: 0;
  color: #1e1e1e;
  font-size: 0.86rem;
  line-height: 1.45;
}

.cookie-banner a {
  color: #003db8;
  font-weight: 800;
  text-decoration: underline;
}

.cookie-banner__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cookie-banner button {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 2px;
  font-weight: 800;
  white-space: nowrap;
}

.cookie-banner__secondary {
  border: 1px solid #003db8;
  background: white;
  color: #003db8;
}

.cookie-banner__primary {
  border: 1px solid #003db8;
  background: #003db8;
  color: white;
}

:focus-visible {
  outline: 3px solid rgba(0, 140, 145, 0.4);
  outline-offset: 3px;
}

@media (max-width: 1260px) {
  .header-frame {
    height: 216px;
  }

  .header-frame.is-scrolled {
    height: 84px;
  }

  .header-frame.is-menu-open {
    height: 100dvh;
  }

  .topbar__inner {
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .search {
    grid-column: 1 / -1;
  }

  .mainbar__inner {
    grid-template-columns: minmax(190px, 230px) 1fr;
    min-height: 88px;
  }

  .header-embed.is-scrolled .mainbar__inner {
    min-height: 84px;
    grid-template-columns: minmax(170px, 200px) 1fr;
  }

  .header-embed.is-scrolled .mainbar-search {
    display: none;
  }

  .logo img {
    width: min(220px, 46vw);
  }

  .menu-toggle {
    justify-self: end;
    width: 46px;
    height: 42px;
    display: grid;
    align-content: center;
    gap: 6px;
    border: 0;
    background: transparent;
  }

  .menu-toggle span:not(.sr-only) {
    height: 3px;
    border-radius: 999px;
    background: var(--hvm-navy);
  }

  .nav,
  .header-actions {
    position: fixed;
    z-index: 40;
    right: 16px;
    left: 16px;
    display: none;
    padding: 18px;
    background: white;
    box-shadow: var(--shadow-soft);
  }

  .nav {
    top: 104px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 18px 18px 0 0;
  }

  .header-actions {
    top: 392px;
    flex-direction: column;
    align-items: stretch;
    border-radius: 0 0 18px 18px;
  }

  body.menu-open .nav,
  body.menu-open .header-actions {
    display: flex;
  }

  .doctor-link {
    padding-right: 0;
    border-right: 0;
  }

  .nav-dropdown,
  .nav-dropdown summary,
  .nav button,
  .doctor-link {
    width: 100%;
    max-width: none;
    text-align: left;
  }

  .nav-dropdown__menu,
  .nav-dropdown--mega .nav-dropdown__menu {
    display: grid;
    position: static;
    min-width: 0;
    grid-template-columns: 1fr;
    margin-top: 4px;
    padding: 6px;
    border-radius: 12px;
    box-shadow: none;
  }

  .patient-button {
    width: 100%;
  }

  .carousel__arrow {
    width: 48px;
    height: 48px;
  }

  .carousel__dots {
    bottom: 74px;
  }

  .quick-card {
    width: min(960px, calc(100% - 96px));
  }

  .hvm-care-hero {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hvm-care-copy,
  .hvm-care-card-showcase {
    justify-self: center;
    max-width: 760px;
  }

  .hvm-care-benefits__grid,
  .hvm-care-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .hvm-care-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .header-frame {
    height: 176px;
  }

  .header-frame.is-scrolled {
    height: 72px;
  }

  .header-frame.is-menu-open {
    height: 100dvh;
  }

  body.header-embed.menu-open {
    height: 100dvh;
    overflow: auto;
    background: white;
  }

  body.header-embed.menu-open .topbar {
    display: none;
  }

  .topbar__inner {
    min-height: 96px;
    grid-template-columns: repeat(4, minmax(138px, 1fr));
    gap: 8px;
    justify-content: start;
    overflow-x: auto;
    padding: 8px 12px 10px;
    scroll-snap-type: x proximity;
  }

  .topbar__inner::-webkit-scrollbar {
    display: none;
  }

  .service-link {
    min-height: 38px;
    min-width: 138px;
    gap: 8px;
    padding-right: 8px;
    border-right: 1px solid var(--hvm-border);
    scroll-snap-align: start;
  }

  .service-link small {
    font-size: 0.72rem;
  }

  .service-link strong {
    font-size: 0.84rem;
  }

  .service-link .icon {
    width: 20px;
    height: 20px;
  }

  .search {
    grid-column: 1 / -1;
    height: 40px;
    min-width: calc(100vw - 24px);
    padding: 0 12px;
    scroll-snap-align: start;
  }

  .mainbar__inner {
    grid-template-columns: minmax(150px, 1fr) 46px;
    min-height: 80px;
    padding: 0 14px;
  }

  .header-embed.is-scrolled .mainbar__inner {
    min-height: 72px;
    grid-template-columns: minmax(132px, 1fr) 46px;
  }

  .header-embed.is-scrolled .logo img {
    width: 132px;
  }

  .logo img {
    width: min(168px, 48vw);
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    justify-self: end;
  }

  .header-embed.is-scrolled .topbar {
    display: none;
  }

  .nav,
  .header-actions {
    right: 12px;
    left: 12px;
    padding: 14px;
  }

  .nav {
    top: 84px;
    gap: 10px;
    max-height: calc(100dvh - 214px);
    overflow: auto;
  }

  .header-actions {
    top: auto;
    bottom: 14px;
    gap: 10px;
  }

  body.menu-open .nav {
    position: fixed;
    top: 82px;
    right: 18px;
    left: 18px;
    display: flex;
    max-height: calc(100dvh - 288px);
    overflow: auto;
    border-radius: 18px 18px 0 0;
    border: 1px solid var(--hvm-border);
    border-bottom: 0;
    box-shadow: var(--shadow-soft);
  }

  body.menu-open .header-actions {
    position: fixed;
    right: 18px;
    bottom: 14px;
    left: 18px;
    display: flex;
    border: 1px solid var(--hvm-border);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    padding-top: 0;
    box-shadow: 0 18px 34px rgba(6, 56, 120, 0.08);
  }

  .nav-dropdown summary,
  .nav button,
  .doctor-link,
  .patient-button {
    min-height: 42px;
    font-size: 0.92rem;
  }

  .quick-select summary {
    min-height: 38px;
    font-size: 0.86rem;
  }

  .nav-dropdown__menu {
    position: static;
    min-width: 0;
    margin: 0 0 8px 10px;
    padding: 4px;
    border-radius: 10px;
    box-shadow: none;
  }

  .nav-dropdown__menu button {
    min-height: 34px;
    font-size: 0.82rem;
  }

  .hero {
    padding-bottom: 24px;
  }

  .carousel__viewport {
    aspect-ratio: 1946 / 808;
    min-height: 0;
    max-height: none;
  }

  .carousel__arrow {
    top: 50%;
    width: 38px;
    height: 38px;
    font-size: 1.8rem;
  }

  .carousel__arrow--prev {
    left: 8px;
  }

  .carousel__arrow--next {
    right: 8px;
  }

  .carousel__dots {
    bottom: 12px;
  }

  .carousel__dot {
    width: 12px;
    height: 12px;
  }

  .quick-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 24px);
    min-height: 82px;
    margin: 12px auto 0;
    grid-auto-flow: column;
    grid-auto-columns: minmax(190px, 72%);
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    transform: none;
    border-radius: 16px;
  }

  .quick-card button {
    min-height: 82px;
    gap: 10px;
    scroll-snap-align: start;
  }

  .quick-card span {
    font-size: 1.7rem;
  }

  .quick-card strong {
    font-size: 0.92rem;
  }

  .accessibility {
    top: auto;
    right: 0;
    bottom: 96px;
    gap: 4px;
  }

  .accessibility button {
    width: 44px;
    min-height: 44px;
    grid-template-columns: 34px 82px;
    border-radius: 22px 0 0 22px;
    padding: 6px 8px 6px 5px;
    font-size: 0.78rem;
  }

  .accessibility:hover button,
  .accessibility button:hover,
  .accessibility button:focus-visible {
    width: 132px;
  }

  .hvm-care-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hvm-care-hero {
    gap: 28px;
  }

  .hvm-care-title-row h2 {
    font-size: clamp(2.1rem, 12vw, 3.4rem);
  }

  .hvm-care-actions {
    display: grid;
  }

  .hvm-care-card-controls {
    margin-inline: auto;
  }

  .hvm-care-card {
    border-radius: 24px;
  }

  .hvm-care-card__face {
    padding: 18px;
  }

  .hvm-care-card__top img {
    width: 132px;
    padding: 6px 8px;
  }

  .hvm-care-card__top span {
    max-width: 124px;
    font-size: 0.56rem;
    line-height: 1.15;
    text-align: right;
  }

  .hvm-care-card__name {
    font-size: clamp(1.18rem, 6vw, 1.7rem);
  }

  .hvm-care-card__premium-mark {
    right: 6%;
    font-size: clamp(2.1rem, 12vw, 4rem);
  }

  .hvm-care-card__number {
    font-size: clamp(0.84rem, 4.2vw, 1.14rem);
  }

  .hvm-care-card__meta {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .hvm-care-card__meta small,
  .hvm-care-member small {
    font-size: 0.54rem;
  }

  .hvm-care-card__meta b,
  .hvm-care-member strong {
    font-size: 0.72rem;
  }

  .hvm-care-qr {
    width: 76px;
    min-height: 94px;
    gap: 2px;
    padding: 6px;
    border-width: 3px;
    border-radius: 11px;
    right: 18px;
    bottom: 52px;
  }

  .hvm-care-qr small {
    font-size: 0.44rem;
  }

  .hvm-care-card__digital {
    right: 18px;
    bottom: 18px;
    font-size: 0.52rem;
  }

  .hvm-care-card__back-grid {
    grid-template-columns: 86px 1fr;
    gap: 10px;
  }

  .hvm-care-qr--back {
    width: 86px;
    min-height: 104px;
  }

  .hvm-care-card__stripe {
    height: 34px;
    margin-bottom: 10px;
  }

  .hvm-care-card__back-copy strong {
    font-size: 0.82rem;
  }

  .hvm-care-card__back-copy span,
  .hvm-care-card__notice,
  .hvm-care-card__legal {
    font-size: 0.58rem;
    line-height: 1.25;
  }

  .hvm-care-card__notice {
    margin-top: 8px;
    padding: 7px 8px;
  }

  .hvm-care-benefits__grid,
  .hvm-care-steps {
    grid-template-columns: 1fr;
  }

  .hvm-care-benefits article,
  .hvm-care-steps article {
    min-height: auto;
  }

  .hvm-care-floating-cta {
    right: 12px;
    bottom: 88px;
    width: 72px;
    min-height: 68px;
    grid-template-columns: 52px 1fr;
    overflow: hidden;
    padding: 6px;
    border-radius: 999px;
  }

  .hvm-care-floating-cta:hover,
  .hvm-care-floating-cta:focus-visible,
  .hvm-care-floating-cta:active {
    width: min(268px, calc(100vw - 24px));
    border-radius: 999px 18px 18px 999px;
  }

  .hvm-care-floating-cta__text {
    min-width: 184px;
  }

  .hvm-care-floating-cta__text strong {
    font-size: 0.8rem;
  }

  .hvm-care-floating-cta__icon {
    width: 52px;
    height: 52px;
  }

  .chat {
    right: 12px;
    bottom: 12px;
  }

  .chat-bubble {
    width: 72px;
    min-height: 68px;
    grid-template-columns: 52px 1fr;
    padding: 6px;
    font-size: 0.88rem;
  }

  .chat-bubble:hover,
  .chat-bubble:focus-visible,
  .chat-bubble:active {
    width: min(294px, calc(100vw - 24px));
  }

  .chat-bubble__avatar {
    width: 52px;
    height: 52px;
  }

  .chat-bubble__avatar img {
    width: 62px;
    height: 62px;
  }

  .chat-bubble__text {
    min-width: 184px;
  }

  .chat-window {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    overflow: auto;
  }

  .chat-options {
    grid-template-columns: 1fr;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 12px;
  }

  .cookie-banner__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cookie-banner button {
    width: 100%;
    white-space: normal;
  }
}

@media (max-width: 430px) {
  .header-frame {
    height: 168px;
  }

  .header-frame.is-scrolled {
    height: 68px;
  }

  .topbar__inner {
    min-height: 92px;
    grid-template-columns: repeat(4, minmax(128px, 1fr));
    padding-inline: 10px;
  }

  .service-link {
    min-width: 128px;
  }

  .search {
    min-width: calc(100vw - 20px);
  }

  .mainbar__inner {
    min-height: 76px;
    padding-inline: 12px;
  }

  .logo img {
    width: min(156px, 52vw);
  }

  .carousel__viewport {
    aspect-ratio: 16 / 7.4;
  }

  .quick-card {
    width: calc(100% - 18px);
    grid-auto-columns: minmax(176px, 78%);
  }

  .hvm-care-card__face {
    padding: 14px;
  }

  .hvm-care-card__top img {
    width: 112px;
  }

  .hvm-care-card__top span,
  .hvm-care-card__demo {
    font-size: 0.48rem;
  }

  .hvm-care-card__name {
    font-size: 1.08rem;
  }

  .hvm-care-card__number {
    font-size: 0.76rem;
  }

  .hvm-care-qr {
    width: 66px;
    min-height: 82px;
    right: 14px;
    bottom: 46px;
  }

  .hvm-care-card__digital {
    right: 14px;
    bottom: 14px;
  }

  .hvm-care-card__back-grid {
    grid-template-columns: 74px 1fr;
  }

  .hvm-care-qr--back {
    width: 74px;
    min-height: 90px;
  }

  .hvm-care-card__notice,
  .hvm-care-card__legal {
    font-size: 0.51rem;
  }

  .modal {
    padding: 24px 18px;
  }
}

@media (max-width: 560px) {
  .hvm-chat-message-row {
    grid-template-columns: minmax(0, 1fr) 54px;
  }

  .hvm-chat-speech-controls {
    gap: 5px;
  }

  .hvm-chat-speech-button {
    min-height: 34px;
    flex: 1 1 calc(50% - 5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }

  .hvm-care-card-showcase.is-back .hvm-care-card__scene {
    transform: none;
  }

  .hvm-care-card-showcase.is-back .hvm-care-card__face--front {
    visibility: hidden;
  }

  .hvm-care-card-showcase.is-back .hvm-care-card__face--back {
    transform: none;
  }

  .hvm-chat-mic-button--listening {
    animation: none;
  }
}
