:root {
  --navy-950: #0e2d5b;
  --navy-900: #102f5f;
  --navy-800: #123463;
  --cyan-700: #27b7de;
  --cyan-600: #2bbbe3;
  --cyan-500: #31bce8;
  --cyan-100: #e7f8fd;
  --green-900: #0d321a;
  --green-800: #12381f;
  --cool-50: #f7fbfd;
  --blue-50: #eef8fc;
  --white: #ffffff;
  --ink: #152534;
  --muted: #5e7488;
  --line: rgba(16, 47, 95, 0.12);
  --shadow: 0 24px 70px rgba(16, 47, 95, 0.14);
  font-family:
    "Nunito Sans",
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--white);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 110px;
}

body {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(
      circle at 82% 12%,
      rgba(43, 187, 227, 0.14),
      transparent 34%
    ),
    linear-gradient(180deg, var(--cool-50) 0%, var(--white) 34%, #f7fbfd 100%);
}

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

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

.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;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 16px;
  border: 3px solid var(--white);
  border-radius: 6px;
  color: var(--white);
  background: var(--navy-950);
  box-shadow: 0 0 0 3px var(--navy-950);
  font-weight: 800;
  transform: translateY(calc(-100% - 24px));
  transition: transform 140ms ease;
}

.skip-link:focus {
  outline: none;
  transform: translateY(0);
}

@media (max-width: 768px) {
  section[id] {
    scroll-margin-top: 90px;
  }
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo {
  width: clamp(118px, 10vw, 154px);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
  color: var(--green-800);
  font-size: 14px;
  font-weight: 760;
}

.site-nav a {
  position: relative;
}

.nav-solutions {
  position: relative;
}

.solutions-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.solutions-toggle:hover,
.solutions-toggle:focus-visible,
.solutions-toggle[aria-expanded="true"] {
  color: var(--cyan-700);
}

.solutions-toggle:focus-visible,
.solutions-menu a:focus-visible {
  outline: 2px solid var(--cyan-600);
  outline-offset: 4px;
}

.solutions-chevron {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.solutions-toggle[aria-expanded="true"] .solutions-chevron {
  transform: translateY(2px) rotate(225deg);
}

.solutions-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 30;
  display: none;
  min-width: 148px;
  padding: 7px;
  border: 1px solid rgba(16, 47, 95, 0.1);
  border-radius: 9px;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(16, 47, 95, 0.09);
  transform: translateY(-1px);
}

.nav-solutions:hover .solutions-menu,
.solutions-toggle[aria-expanded="true"] + .solutions-menu {
  display: grid;
}

.solutions-menu a {
  padding: 9px 11px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 760;
  text-align: left;
  white-space: nowrap;
}

.solutions-menu a::after {
  display: none;
}

.solutions-menu a:hover,
.solutions-menu a:focus-visible,
.solutions-menu a[aria-current="page"] {
  background: rgba(43, 187, 227, 0.08);
}

@media (min-width: 769px) {
  .solutions-menu {
    min-width: 146px;
    padding: 6px;
    border-color: rgba(16, 47, 95, 0.08);
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(16, 47, 95, 0.1);
  }

  .solutions-menu a {
    padding: 9px 10px;
    border-radius: 5px;
    font-weight: 400;
  }

  .solutions-menu a:hover,
  .solutions-menu a:focus-visible,
  .solutions-menu a[aria-current="page"] {
    background: rgba(43, 187, 227, 0.07);
  }
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--cyan-600);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--cyan-700);
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.button {
  padding: 0 22px;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--white);
  background: var(--cyan-600);
  box-shadow: 0 16px 30px rgba(43, 187, 227, 0.26);
}

.button.primary:hover,
.header-cta:hover {
  background: var(--cyan-700);
}

.button.light {
  color: var(--navy-900);
  background: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(340px, 1fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: clamp(70px, 8vw, 122px) clamp(18px, 5vw, 72px) clamp(60px, 7vw, 96px);
  background:
    radial-gradient(
      circle at 92% 18%,
      rgba(49, 188, 232, 0.24),
      transparent 25%
    ),
    linear-gradient(
      110deg,
      rgba(247, 251, 253, 0.96) 0%,
      rgba(255, 255, 255, 0.88) 58%,
      rgba(238, 248, 252, 0.96) 100%
    );
}

.hero-copy {
  max-width: 830px;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--cyan-700);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  color: var(--navy-900);
  font-size: clamp(52px, 7.8vw, 100px);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-subhead {
  max-width: 740px;
  margin-bottom: 18px;
  color: #3d5365;
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.58;
}

.path-label {
  width: fit-content;
  margin-bottom: 22px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--navy-900);
  background: var(--cyan-100);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-logo-label {
  display: flex;
  width: fit-content;
  align-items: center;
  margin-bottom: 16px;
}

.product-logo-label img {
  display: block;
  width: auto;
  max-width: 150px;
  max-height: 46px;
  object-fit: contain;
}

.product-logo-label-light {
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
}

.product-logo-label-light img {
  max-width: 160px;
}

.provider-panel .product-logo-label-light {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.provider-panel .product-logo-label-light img {
  max-width: 170px;
  max-height: 48px;
}

.questions-product-logo {
  margin-bottom: 16px;
}

.questions-product-logo img {
  max-width: 132px;
  max-height: 40px;
}

.section,
.story-section,
.team-preview,
.team-section {
  padding: clamp(74px, 9vw, 126px) clamp(18px, 5vw, 72px);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--navy-900);
  font-weight: 800;
}

.check-list li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  color: var(--cyan-600);
  content: "✓";
}

.doc-section,
.patient-provider,
.physician-section,
.contact-section {
  margin: clamp(34px, 5vw, 72px) clamp(18px, 5vw, 72px);
}

.questions {
  background: linear-gradient(
    180deg,
    rgba(238, 248, 252, 0.95),
    rgba(255, 255, 255, 0)
  );
}

.icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--cyan-600);
  font-size: 13px;
  font-weight: 950;
}

.patient-provider {
  padding: clamp(42px, 6vw, 76px);
  border: 1px solid var(--line);
  border-radius: 36px;
  background: var(--white);
}

.team-preview-grid,
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
  padding: clamp(42px, 6vw, 76px);
  border: 1px solid var(--line);
  border-radius: 36px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(49, 188, 232, 0.16),
      transparent 34%
    ),
    var(--white);
  box-shadow: 0 14px 46px rgba(16, 47, 95, 0.07);
}

.contact-copy h2 {
  margin-bottom: 14px;
  color: var(--navy-900);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
}

.contact-copy p {
  max-width: 500px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--navy-900);
  font-size: 14px;
  font-weight: 850;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 47, 95, 0.16);
  border-radius: 12px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--cool-50);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.full-field,
.contact-form button {
  grid-column: 1 / -1;
}

.contact-form button {
  width: fit-content;
  border: 0;
  cursor: pointer;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 72px) 42px;
  color: rgba(255, 255, 255, 0.78);
  background: var(--navy-950);
}

.footer-nav a:hover,
.site-footer a:hover {
  color: var(--cyan-500);
}

.site-footer .brand {
  padding: 8px 0;
}

.site-footer p {
  margin: 0;
  font-weight: 720;
}

.footer-logo {
  width: 132px;
  height: auto;
}

.team-section.soft {
  background: var(--blue-50);
}

@media (max-width: 1060px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .hero,
  .report-section,
  .doc-section,
  .physician-section,
  .contact-section,
  .team-hero {
    grid-template-columns: 1fr;
  }

  .team-preview-grid,
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .site-header {
    position: static;
  }

  .brand-logo {
    width: 122px;
  }

  .site-nav {
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    font-size: 13px;
  }

  .hero {
    padding-top: 48px;
  }

  h1 {
    font-size: clamp(42px, 14vw, 58px);
  }

  .hero-subhead {
    font-size: 18px;
  }

  .hero-actions,
  .audience-grid,
  .story-steps,
  .question-list,
  .report-grid,
  .hero-paths,
  .help-grid,
  .team-preview-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

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

  .report-section,
  .doc-section,
  .patient-provider,
  .physician-section,
  .social-section,
  .final-cta,
  .contact-section {
    margin-right: 14px;
    margin-left: 14px;
    padding: 30px;
    border-radius: 28px;
  }

  .section,
  .story-section,
  .team-preview,
  .team-section,
  .team-hero {
    padding-right: 18px;
    padding-left: 18px;
  }

  .site-footer {
    display: grid;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form button {
    width: 100%;
  }
}

.brand-logo {
  width: clamp(112px, 9vw, 132px);
  max-height: 48px;
  object-fit: contain;
}

.site-header {
  min-height: 66px;
}

.pathway-panel {
  grid-template-rows: 165px 1fr;
}

.pathway-content ul {
  margin-bottom: 16px;
}

.pathway-content > p,
.choice-card p:not(.path-label) {
  line-height: 1.48;
}

@media (max-width: 720px) {
  .brand-logo {
    width: 112px;
    max-height: 42px;
  }

  .pathway-panel {
    grid-template-rows: 170px 1fr;
  }
}

/* Hero without product overlay + lower report preview */
.visual-hero-content {
  grid-template-columns: minmax(0, 760px);
  align-items: center;
  min-height: calc(100vh - 210px);
}

.visual-hero .hero-copy {
  max-width: 760px;
}

.visual-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(8, 39, 75, 0.9) 0%,
      rgba(8, 47, 84, 0.68) 46%,
      rgba(14, 45, 91, 0.16) 100%
    ),
    linear-gradient(180deg, rgba(14, 45, 91, 0.08), rgba(14, 45, 91, 0.58));
}

@media (max-width: 720px) {
  .visual-hero-content {
    min-height: auto;
  }

  .visual-hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(8, 39, 75, 0.92) 0%,
      rgba(8, 47, 84, 0.72) 56%,
      rgba(14, 45, 91, 0.82) 100%
    );
  }
}

/* Redesigned report benefits and audience pathways */

.report-help-copy h2,
.pathway-heading h3 {
  margin-bottom: 14px;
  color: var(--navy-900);
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1;
}

.benefit-list {
  display: grid;
  gap: 10px;
}

.benefit-list article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
  padding: 12px 14px;
  border: 1px solid rgba(16, 47, 95, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(16, 47, 95, 0.055);
}

.benefit-list h3 {
  margin: 0 0 4px;
  color: var(--navy-900);
  font-size: 18px;
  line-height: 1.16;
}

.benefit-list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.42;
}

.patient-provider {
  padding: clamp(38px, 5.6vw, 70px) clamp(18px, 5vw, 72px);
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, var(--white), rgba(238, 248, 252, 0.72));
}

.pathway-heading {
  max-width: 880px;
  margin-bottom: 24px;
}

.pathway-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 3vw, 30px);
}

.pathway-panel {
  overflow: hidden;
  display: grid;
  grid-template-rows: 190px 1fr;
  border-radius: 28px;
  box-shadow: 0 18px 54px rgba(16, 47, 95, 0.1);
}

.pathway-image {
  position: relative;
  overflow: hidden;
}

.pathway-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(16, 47, 95, 0.02),
    rgba(16, 47, 95, 0.38)
  );
}

.pathway-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.patient-panel {
  background: var(--white);
}

.provider-panel {
  color: var(--white);
  background: linear-gradient(145deg, var(--navy-950), var(--navy-800));
}

.provider-panel .pathway-image::after {
  background: linear-gradient(
    180deg,
    rgba(16, 47, 95, 0),
    rgba(14, 45, 91, 0.72)
  );
}

.pathway-content {
  padding: clamp(22px, 3vw, 30px);
}

.pathway-content .path-label {
  margin-bottom: 14px;
}

.provider-panel .path-label {
  color: var(--white);
  background: rgba(43, 187, 227, 0.28);
}

.pathway-content h3 {
  margin-bottom: 12px;
  color: var(--navy-900);
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1;
}

.provider-panel h3,
.provider-panel p,
.provider-panel li {
  color: var(--white);
}

.pathway-content > p {
  max-width: 560px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.52;
}

.provider-panel .pathway-content > p {
  color: rgba(255, 255, 255, 0.82);
}

.pathway-content ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 16px 0 20px;
  list-style: none;
}

.pathway-content li {
  position: relative;
  padding-left: 24px;
  color: var(--navy-900);
  font-weight: 820;
  line-height: 1.35;
}

.pathway-content li::before {
  position: absolute;
  left: 0;
  color: var(--cyan-600);
  content: "+";
  font-weight: 950;
}

.patient-panel .patient-benefit-list li {
  font-weight: 500;
}

.patient-panel .patient-benefit-list li::before {
  top: 0.1em;
  content: "✓";
  font-weight: 800;
}

.vault-panel .vault-benefit-list li {
  font-weight: 500;
}

.vault-panel .vault-benefit-list li::before {
  top: 0.1em;
  content: "✓";
  font-weight: 800;
}

@media (max-width: 1060px) {
  .report-help-section,
  .pathway-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .report-help-section,
  .patient-provider {
    margin-right: 0;
    margin-left: 0;
    padding: 38px 18px;
  }

  .benefit-list article {
    grid-template-columns: 40px 1fr;
  }

  .pathway-panel {
    grid-template-rows: 190px 1fr;
    border-radius: 24px;
  }

  .pathway-content {
    padding: 24px;
  }
}

.visual-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100vh - 72px);
  padding: clamp(70px, 9vw, 130px) clamp(18px, 5vw, 72px) clamp(34px, 5vw, 70px);
  color: var(--white);
}

.visual-hero-image,
.visual-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.visual-hero-overlay {
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(8, 39, 75, 0.9) 0%,
      rgba(8, 47, 84, 0.72) 42%,
      rgba(14, 45, 91, 0.18) 100%
    ),
    linear-gradient(180deg, rgba(14, 45, 91, 0.12), rgba(14, 45, 91, 0.72));
}

.visual-hero-content {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.62fr);
  gap: clamp(30px, 5vw, 78px);
  align-items: end;
  min-height: calc(100vh - 210px);
}

.visual-hero .hero-copy {
  max-width: 780px;
  align-self: center;
}

.visual-hero h1,
.visual-hero .hero-subhead {
  color: var(--white);
  text-shadow: 0 16px 46px rgba(0, 0, 0, 0.25);
}

.visual-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(54px, 8vw, 104px);
}

.visual-hero .hero-subhead {
  max-width: 650px;
  margin-bottom: 28px;
  font-size: clamp(20px, 2vw, 25px);
}

.hero-main-cta {
  min-width: min(100%, 260px);
}

.visual-split,
.visual-questions,
.provider-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 0.9fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  margin: clamp(44px, 6vw, 84px) clamp(18px, 5vw, 72px);
}

.split-image,
.provider-image,
.questions-visual {
  position: relative;
}

.split-image img,
.provider-image img {
  width: 100%;
  aspect-ratio: 1.08 / 1;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.split-copy h2,
.questions-copy h2,
.provider-copy h2 {
  margin-bottom: 18px;
  color: var(--navy-900);
  font-size: clamp(36px, 5vw, 70px);
  line-height: 1;
}

.compact-steps {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.compact-steps article {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.compact-steps span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--cyan-600);
  font-weight: 950;
}

.compact-steps p {
  margin: 0;
  color: var(--navy-900);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.32;
}

.visual-questions {
  padding: clamp(38px, 6vw, 76px);
  border-radius: 34px;
  background:
    linear-gradient(rgba(16, 47, 95, 0.86), rgba(14, 45, 91, 0.9)),
    url("assets/doctor-technology.jpg") center / cover;
}

.questions-copy h2,
.questions-copy p,
.visual-questions .eyebrow {
  color: var(--white);
}

.questions-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.58;
}

@media (max-width: 1060px) {
  .visual-hero-content,
  .visual-split,
  .visual-questions,
  .provider-feature {
    grid-template-columns: 1fr;
  }

  .visual-hero-content {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .visual-hero {
    min-height: auto;
    padding-top: 54px;
  }

  .visual-hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(8, 39, 75, 0.92) 0%,
      rgba(8, 47, 84, 0.72) 56%,
      rgba(14, 45, 91, 0.82) 100%
    );
  }

  .visual-hero h1 {
    font-size: clamp(42px, 14vw, 60px);
  }

  .visual-hero .hero-subhead {
    font-size: 18px;
  }

  .visual-split,
  .visual-questions,
  .provider-feature {
    margin-right: 14px;
    margin-left: 14px;
    padding: 30px;
    border-radius: 28px;
  }

  .split-image img,
  .provider-image img {
    border-radius: 22px;
  }
}

.visual-hero-content {
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.42fr);
  align-items: center;
}

.choice-card p:not(.path-label) {
  max-width: 580px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.52;
}

@media (max-width: 1060px) {
  .visual-hero-content,
  .choice-grid {
    grid-template-columns: 1fr;
  }
}

/* Final spacing and polish pass */
.site-header {
  align-items: center;
  min-height: 72px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-nav {
  gap: clamp(16px, 2.1vw, 28px);
}

.header-cta,
.button {
  min-height: 46px;
  border-radius: 9px;
}

.visual-hero {
  min-height: calc(100vh - 72px);
  padding-top: clamp(62px, 8vw, 112px);
  padding-bottom: clamp(42px, 6vw, 76px);
}

.visual-hero-content {
  min-height: calc(100vh - 224px);
  gap: clamp(28px, 5vw, 70px);
}

.visual-hero .hero-copy {
  max-width: 740px;
}

.visual-hero h1 {
  max-width: 740px;
  margin-bottom: 20px;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.98;
}

.visual-hero .hero-subhead {
  max-width: 620px;
  margin-bottom: 24px;
  font-size: clamp(19px, 1.75vw, 22px);
  line-height: 1.5;
}

.choice-section,
.report-help-section,
.patient-provider {
  padding-top: clamp(40px, 5.5vw, 68px);
  padding-bottom: clamp(40px, 5.5vw, 68px);
}

.visual-split,
.visual-questions,
.social-section,
.provider-feature,
.final-cta,
.contact-section {
  margin-top: clamp(34px, 4.8vw, 62px);
  margin-bottom: clamp(34px, 4.8vw, 62px);
}

.split-copy h2,
.questions-copy h2,
.provider-copy h2,
.contact-copy h2,
.final-cta h2,
.section-heading h2,
.report-help-copy h2,
.pathway-heading h2,
.choice-heading h2 {
  line-height: 1.05;
}

.choice-heading,
.pathway-heading,
.section-heading {
  margin-bottom: clamp(22px, 3vw, 34px);
}

.choice-card,
.pathway-content,
.contact-section,
.social-section,
.provider-feature {
  padding: clamp(24px, 3.6vw, 34px);
}

.choice-card .button,
.pathway-content .button,
.provider-copy .button,
.final-cta .button,
.social-section .button {
  margin-top: 14px;
}

.visual-split,
.visual-questions,
.provider-feature {
  gap: clamp(24px, 4.5vw, 62px);
}

.split-image img,
.provider-image img {
  object-position: center;
}

.site-footer {
  align-items: center;
  padding-top: 24px;
  padding-bottom: 30px;
}

@media (max-width: 1060px) {
  .site-header {
    gap: 14px;
  }

  .site-nav {
    justify-content: center;
  }

  .visual-hero-content {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 0;
    align-items: center;
    gap: 12px;
    padding: 10px 18px 12px;
  }

  .site-nav {
    gap: 12px;
    width: 100%;
    padding-bottom: 4px;
  }

  .visual-hero {
    padding-top: 44px;
    padding-bottom: 38px;
  }

  .visual-hero h1 {
    font-size: clamp(40px, 12.5vw, 54px);
    line-height: 1;
  }

  .visual-hero .hero-subhead {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .choice-section,
  .report-help-section,
  .patient-provider {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .visual-split,
  .visual-questions,
  .social-section,
  .provider-feature,
  .final-cta,
  .contact-section {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .choice-card,
  .pathway-content,
  .contact-section,
  .social-section,
  .provider-feature {
    padding: 24px;
  }

  .site-footer {
    gap: 14px;
    padding: 24px 18px 30px;
  }
}

/* Shared About and News page hero */
.team-intro,
.news-intro {
  padding: clamp(42px, 7vw, 78px) clamp(18px, 5vw, 72px) clamp(22px, 4vw, 38px);
  background:
    radial-gradient(
      circle at 90% 12%,
      rgba(49, 188, 232, 0.14),
      transparent 30%
    ),
    linear-gradient(180deg, var(--cool-50), var(--white));
}

.team-intro h1,
.news-intro h1 {
  max-width: 900px;
  margin-bottom: 10px;
  color: var(--navy-900);
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
}

.team-intro p,
.news-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.team-section {
  padding: clamp(30px, 5vw, 58px) clamp(18px, 5vw, 72px);
}

.team-section.soft {
  background: var(--blue-50);
}

.team-section h2 {
  margin-bottom: 20px;
  color: var(--navy-900);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.1;
}

.team-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 1060px) {
  .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .team-intro,
  .news-intro {
    padding: 34px 18px 20px;
  }

  .team-intro h1,
  .news-intro h1 {
    font-size: 42px;
  }

  .team-section {
    padding: 30px 18px;
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 460px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}

/* True final homepage hero override: this must stay at the end of the file. */
.visual-hero {
  min-height: clamp(660px, calc(100vh - 72px), 760px);
  padding-top: clamp(34px, 4.8vw, 64px);
  padding-bottom: clamp(42px, 5vw, 68px);
}

.visual-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(8, 39, 75, 0.92) 0%,
      rgba(8, 47, 84, 0.82) 34%,
      rgba(14, 45, 91, 0.42) 62%,
      rgba(14, 45, 91, 0.1) 100%
    ),
    linear-gradient(180deg, rgba(14, 45, 91, 0.04), rgba(14, 45, 91, 0.26));
}

.visual-hero-content {
  grid-template-columns: minmax(0, 720px) minmax(260px, 1fr);
  gap: clamp(30px, 5vw, 74px);
  align-items: start;
  min-height: clamp(540px, calc(100vh - 180px), 640px);
  padding-top: clamp(54px, 8vh, 82px);
}

.visual-hero .hero-copy {
  max-width: 720px;
}

.visual-hero h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(72px, 5.8vw, 86px);
  line-height: 0.97;
  letter-spacing: -0.02em;
  white-space: normal;
}

.visual-hero .hero-subhead {
  max-width: 650px;
  margin-bottom: 16px;
  font-size: clamp(18px, 1.35vw, 20px);
  line-height: 1.52;
}

.visual-hero .hero-main-cta {
  width: fit-content;
  min-width: 0;
  padding: 13px 22px;
}

@media (max-width: 1180px) {
  .visual-hero {
    min-height: 620px;
  }

  .visual-hero-content {
    grid-template-columns: minmax(0, 720px);
    min-height: auto;
    padding-top: clamp(38px, 6vh, 64px);
  }

  .visual-hero .hero-copy,
  .visual-hero h1 {
    max-width: 720px;
  }

  .visual-hero h1 {
    font-size: clamp(60px, 7.2vw, 76px);
  }
}

@media (max-width: 720px) {
  .visual-hero {
    min-height: auto;
    padding-top: 44px;
    padding-bottom: 42px;
  }

  .visual-hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(8, 39, 75, 0.9) 0%,
      rgba(8, 47, 84, 0.72) 58%,
      rgba(14, 45, 91, 0.78) 100%
    );
  }

  .visual-hero .hero-copy,
  .visual-hero h1,
  .visual-hero .hero-subhead {
    max-width: 100%;
  }

  .visual-hero h1 {
    font-size: clamp(44px, 11vw, 54px);
    line-height: 1.02;
    letter-spacing: -0.01em;
  }

  .visual-hero .hero-subhead {
    font-size: clamp(18px, 4.5vw, 20px);
    line-height: 1.5;
  }
}

/* Final homepage hero override: keep the DRAI Difference headline balanced. */
.visual-hero {
  min-height: clamp(600px, calc(100vh - 96px), 700px);
  padding-top: clamp(46px, 6vw, 78px);
  padding-bottom: clamp(36px, 4.5vw, 56px);
}

.visual-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(8, 39, 75, 0.9) 0%,
      rgba(8, 47, 84, 0.76) 32%,
      rgba(14, 45, 91, 0.24) 64%,
      rgba(14, 45, 91, 0.02) 100%
    ),
    linear-gradient(180deg, rgba(14, 45, 91, 0.04), rgba(14, 45, 91, 0.18));
}

.visual-hero-content {
  grid-template-columns: minmax(0, 980px) minmax(180px, 1fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
  min-height: clamp(470px, calc(100vh - 220px), 570px);
}

.visual-hero .hero-copy {
  max-width: 980px;
}

.visual-hero h1 {
  max-width: 980px;
  margin-bottom: 16px;
  font-size: clamp(42px, 3.85vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.visual-hero .hero-subhead {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(18px, 1.35vw, 20px);
  line-height: 1.55;
}

.visual-hero .hero-main-cta {
  width: fit-content;
  min-width: 0;
  padding: 13px 21px;
}

@media (max-width: 1180px) {
  .visual-hero {
    min-height: 580px;
  }

  .visual-hero-content {
    grid-template-columns: minmax(0, 820px);
    min-height: auto;
  }

  .visual-hero .hero-copy,
  .visual-hero h1 {
    max-width: 820px;
  }

  .visual-hero h1 {
    font-size: clamp(42px, 5.4vw, 54px);
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .visual-hero {
    min-height: auto;
    padding-top: 48px;
    padding-bottom: 42px;
  }

  .visual-hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(8, 39, 75, 0.9) 0%,
      rgba(8, 47, 84, 0.72) 58%,
      rgba(14, 45, 91, 0.78) 100%
    );
  }

  .visual-hero .hero-copy,
  .visual-hero h1,
  .visual-hero .hero-subhead {
    max-width: 100%;
  }

  .visual-hero h1 {
    font-size: clamp(40px, 10vw, 52px);
    line-height: 1.06;
    letter-spacing: -0.01em;
  }

  .visual-hero .hero-subhead {
    font-size: clamp(18px, 4.5vw, 20px);
    line-height: 1.5;
  }
}

/* DRAI Difference hero proportion tuning */
.visual-hero {
  min-height: clamp(640px, calc(100vh - 72px), 760px);
  padding-top: clamp(56px, 7vw, 92px);
  padding-bottom: clamp(42px, 5vw, 64px);
}

.visual-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(8, 39, 75, 0.88) 0%,
      rgba(8, 47, 84, 0.74) 35%,
      rgba(14, 45, 91, 0.32) 62%,
      rgba(14, 45, 91, 0.06) 100%
    ),
    linear-gradient(180deg, rgba(14, 45, 91, 0.06), rgba(14, 45, 91, 0.28));
}

.visual-hero-content {
  grid-template-columns: minmax(0, 700px) minmax(280px, 1fr);
  align-items: center;
  min-height: clamp(500px, calc(100vh - 210px), 610px);
}

.visual-hero .hero-copy {
  max-width: 680px;
}

.visual-hero h1 {
  max-width: 700px;
  margin-bottom: 18px;
  font-size: clamp(58px, 5.2vw, 78px);
  line-height: 1.01;
}

.visual-hero .hero-subhead {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(20px, 1.55vw, 22px);
  line-height: 1.52;
}

.hero-main-cta {
  min-width: 0;
  padding: 14px 22px;
}

@media (max-width: 1060px) {
  .visual-hero {
    min-height: 620px;
  }

  .visual-hero-content {
    grid-template-columns: minmax(0, 680px);
    min-height: auto;
  }

  .visual-hero h1 {
    max-width: 660px;
    font-size: clamp(52px, 7vw, 68px);
  }

  .visual-hero .hero-subhead {
    max-width: 620px;
    font-size: 20px;
  }
}

@media (max-width: 720px) {
  .visual-hero {
    min-height: auto;
    padding-top: 54px;
    padding-bottom: 46px;
  }

  .visual-hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(8, 39, 75, 0.9) 0%,
      rgba(8, 47, 84, 0.74) 58%,
      rgba(14, 45, 91, 0.78) 100%
    );
  }

  .visual-hero h1 {
    max-width: 560px;
    font-size: clamp(44px, 11vw, 54px);
    line-height: 1.04;
  }

  .visual-hero .hero-subhead {
    max-width: 560px;
    margin-bottom: 22px;
    font-size: clamp(18px, 4.8vw, 20px);
    line-height: 1.5;
  }
}

/* Single Patient / Provider split */
.patient-provider {
  padding-top: clamp(40px, 5.5vw, 68px);
  padding-bottom: clamp(40px, 5.5vw, 68px);
}

.pathway-heading {
  max-width: 780px;
  margin-bottom: 24px;
}

.pathway-heading .eyebrow {
  margin-bottom: 10px;
}

.pathway-grid {
  align-items: stretch;
}

.pathway-panel {
  grid-template-rows: 185px 1fr;
  min-height: 0;
}

.pathway-image img {
  object-position: center;
}

.provider-panel .pathway-image img {
  object-position: 62% center;
}

.pathway-content {
  display: flex;
  min-height: 0;
  flex-direction: column;
}

.pathway-content h3 {
  margin-bottom: 10px;
}

.pathway-content > p {
  margin-bottom: 0;
}

.pathway-content ul {
  margin-top: 16px;
  margin-bottom: 18px;
}

.pathway-content .button {
  width: fit-content;
  margin-top: auto;
}

.provider-panel .pathway-content,
.provider-panel .pathway-content > p,
.provider-panel .pathway-content li {
  color: rgba(255, 255, 255, 0.9);
}

.provider-panel h3 {
  color: var(--white);
}

.provider-panel .path-label {
  color: var(--white);
  background: rgba(43, 187, 227, 0.28);
}

.provider-panel .pathway-content li::before {
  color: var(--cyan-500);
}

@media (max-width: 720px) {
  .pathway-panel {
    grid-template-rows: 180px 1fr;
  }

  .pathway-content .button {
    width: 100%;
  }
}

/* Calmer, higher DRAI Report help section */

.report-help-copy > p:not(.eyebrow),
.report-help-subhead {
  max-width: 640px;
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.5;
}

/* Top Patient / Provider split placement */
.visual-hero + .patient-provider {
  margin-top: 0;
}

.patient-provider + .report-flow {
  margin-top: clamp(22px, 3vw, 38px);
}

.patient-provider {
  padding-top: clamp(34px, 4.6vw, 56px);
  padding-bottom: clamp(34px, 4.6vw, 56px);
}

.pathway-heading {
  margin-bottom: 20px;
}

.pathway-panel {
  grid-template-rows: 155px 1fr;
}

.pathway-content {
  padding: clamp(22px, 3vw, 28px);
}

.pathway-content h3 {
  font-size: clamp(27px, 3vw, 38px);
}

.pathway-content ul {
  gap: 7px;
  margin-top: 14px;
  margin-bottom: 16px;
}

@media (max-width: 720px) {
  .patient-provider {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pathway-panel {
    grid-template-rows: 165px 1fr;
  }
}

/* Simple DRAI Report process */

/* Open, less-boxed homepage rhythm */
.patient-provider + .report-flow {
  margin-top: 0;
}

.report-flow {
  margin: 0;
  padding: clamp(48px, 7vw, 88px) clamp(18px, 5vw, 72px);
  background: linear-gradient(
    180deg,
    rgba(238, 248, 252, 0.62),
    rgba(255, 255, 255, 0.98)
  );
}

.report-flow .app-phone-showcase {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.report-flow .app-phone-showcase img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 560px;
  aspect-ratio: auto;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
  filter: drop-shadow(0 20px 35px rgba(16, 47, 95, 0.18));
}

.report-flow .split-copy h2 {
  max-width: 640px;
}

.report-flow .compact-steps {
  max-width: 640px;
  margin-top: 24px;
}

.report-flow .compact-steps article {
  padding: 13px 0;
}

.report-flow-cta {
  margin-top: 28px;
}

.visual-questions {
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.72fr);
  gap: clamp(24px, 4vw, 58px);
  margin: 0;
  padding: clamp(48px, 7vw, 84px) clamp(18px, 5vw, 72px);
  border-radius: 0;
  background: linear-gradient(
    180deg,
    rgba(238, 248, 252, 0.82),
    rgba(255, 255, 255, 0.98)
  );
}

.visual-questions .questions-copy {
  max-width: 720px;
}

.visual-questions .questions-copy h2 {
  max-width: 700px;
  margin-bottom: 14px;
  font-size: clamp(34px, 4.8vw, 62px);
}

.visual-questions .questions-copy p {
  max-width: 620px;
  font-size: clamp(17px, 1.7vw, 20px);
}

@media (max-width: 1060px) {
  .visual-questions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .report-flow {
    margin: 0;
    padding: 38px 18px;
    border-radius: 0;
  }

  .report-flow .app-phone-showcase {
    min-height: auto;
    padding: 0;
  }

  .report-flow .app-phone-showcase img {
    max-width: 100%;
    max-height: 440px;
  }

  .visual-questions {
    margin: 0;
    padding: 38px 18px;
    border-radius: 0;
  }
}

.visual-questions {
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.74fr);
  gap: clamp(24px, 5vw, 72px);
  margin: 0;
  padding: clamp(52px, 7vw, 92px) clamp(18px, 5vw, 72px);
  border-radius: 0;
  background:
    radial-gradient(
      circle at 88% 16%,
      rgba(49, 188, 232, 0.14),
      transparent 32%
    ),
    linear-gradient(180deg, #ffffff 0%, #f2fbfe 100%);
}

.visual-questions .eyebrow {
  color: var(--cyan-700);
}

.visual-questions .questions-copy {
  max-width: 700px;
}

.visual-questions .questions-copy h2 {
  max-width: 680px;
  margin-bottom: 14px;
  color: var(--navy-900);
  font-size: clamp(34px, 4.6vw, 60px);
}

.visual-questions .questions-copy p {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.56;
}

@media (max-width: 1060px) {
  .visual-questions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .visual-questions {
    margin: 0;
    padding: 38px 18px;
    border-radius: 0;
  }
}

/* Practical concern-to-question visual */
.visual-questions {
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.9fr);
  gap: clamp(24px, 4.4vw, 58px);
  align-items: center;
  padding-top: clamp(42px, 5.8vw, 72px);
  padding-bottom: clamp(42px, 5.8vw, 72px);
}

.visual-questions .questions-copy p {
  margin-bottom: 20px;
}

.visual-questions .questions-copy .button {
  margin-top: 2px;
}

@media (max-width: 720px) {
  .visual-questions {
    gap: 24px;
  }
}

/* Simplified question image treatment */
.visual-questions {
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.84fr);
  gap: clamp(26px, 5vw, 70px);
  padding-top: clamp(42px, 5.6vw, 70px);
  padding-bottom: clamp(42px, 5.6vw, 70px);
}

.visual-questions .questions-copy {
  max-width: 660px;
}

.visual-questions .questions-copy p {
  margin-bottom: 20px;
}

.question-visual {
  position: relative;
  min-height: 360px;
}

.question-visual img {
  width: 100%;
  min-height: 360px;
  max-height: 430px;
  object-fit: cover;
  object-position: 58% center;
  border-radius: 26px;
  box-shadow: 0 22px 62px rgba(16, 47, 95, 0.13);
}

.question-visual::after {
  position: absolute;
  inset: 0;
  border-radius: 26px;
  background: linear-gradient(
    180deg,
    rgba(16, 47, 95, 0),
    rgba(16, 47, 95, 0.18)
  );
  content: "";
  pointer-events: none;
}

.question-visual span {
  position: absolute;
  z-index: 1;
  max-width: min(330px, calc(100% - 32px));
  padding: 11px 14px;
  border: 1px solid rgba(43, 187, 227, 0.2);
  border-radius: 999px;
  color: var(--navy-900);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 36px rgba(16, 47, 95, 0.13);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
}

.question-visual span:nth-of-type(1) {
  top: 26px;
  left: 24px;
}

.question-visual span:nth-of-type(2) {
  right: 22px;
  bottom: 92px;
}

.question-visual span:nth-of-type(3) {
  bottom: 24px;
  left: 38px;
}

@media (max-width: 1060px) {
  .question-visual {
    max-width: 680px;
  }
}

@media (max-width: 720px) {
  .visual-questions {
    gap: 22px;
  }

  .question-visual {
    min-height: 340px;
  }

  .question-visual img {
    min-height: 340px;
    border-radius: 22px;
  }

  .question-visual::after {
    border-radius: 22px;
  }

  .question-visual span {
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: block;
    max-width: none;
    margin: -52px 14px 64px;
  }

  .question-visual span + span {
    margin-top: -54px;
  }

  .question-visual span:last-child {
    margin-bottom: 0;
  }
}

/* Final simplified Questions section: text + one clean image */
.visual-questions {
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.84fr);
  gap: clamp(26px, 5vw, 68px);
  align-items: center;
  padding-top: clamp(38px, 5.4vw, 66px);
  padding-bottom: clamp(38px, 5.4vw, 66px);
}

.question-visual {
  min-height: 0;
}

.question-visual img {
  width: 100%;
  min-height: 330px;
  max-height: 400px;
  object-fit: cover;
  object-position: 58% center;
  border-radius: 24px;
  box-shadow: 0 20px 54px rgba(16, 47, 95, 0.12);
}

.question-visual::after,
.question-visual span {
  display: none;
}

@media (max-width: 720px) {
  .visual-questions {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .question-visual img {
    min-height: 260px;
    max-height: 320px;
    border-radius: 20px;
  }
}

/* News page */

.news-card {
  display: flex;
  overflow: hidden;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 38px rgba(16, 47, 95, 0.07);
}

.news-card > img,
.news-card > picture > img {
  width: 100%;
  aspect-ratio: 1.35 / 0.82;
  object-fit: cover;
  background: linear-gradient(135deg, var(--blue-50), var(--cyan-100));
}

.news-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.news-card h2 {
  margin-bottom: 12px;
  color: var(--navy-900);
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.16;
}

.news-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.news-card p a {
  color: var(--cyan-700);
  font-weight: 850;
}

.news-link {
  width: fit-content;
  margin-top: auto;
  color: var(--cyan-700);
  font-size: 14px;
  font-weight: 900;
}

.news-link:hover {
  color: var(--navy-900);
}

@media (max-width: 640px) {

  .news-card-body {
    padding: 20px;
  }
}

/* News carousel */
.news-carousel-section {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 18px;
  align-items: center;
  padding: clamp(28px, 5vw, 58px) clamp(18px, 5vw, 72px) clamp(56px, 8vw, 96px);
}

.news-carousel-viewport {
  overflow: hidden;
}

.news-carousel-track {
  display: flex;
  gap: 22px;
  transition: transform 260ms ease;
  will-change: transform;
}

.news-carousel-track .news-card {
  flex: 0 0 calc((100% - 44px) / 3);
}

.news-carousel-button {
  position: relative;
  z-index: 2;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: var(--cyan-600);
  box-shadow: 0 14px 34px rgba(43, 187, 227, 0.28);
  cursor: pointer;
  font: inherit;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  transition:
    transform 160ms ease,
    background 160ms ease;
}

.news-carousel-button:hover {
  background: var(--cyan-700);
  transform: translateY(-2px);
}

.news-carousel-button:focus-visible {
  outline: 3px solid rgba(43, 187, 227, 0.28);
  outline-offset: 4px;
}

@media (max-width: 1060px) {
  .news-carousel-track .news-card {
    flex-basis: calc((100% - 22px) / 2);
  }
}

@media (max-width: 720px) {
  .news-carousel-section {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .news-carousel-viewport {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .news-carousel-track .news-card {
    flex-basis: 100%;
  }

  .news-carousel-button {
    width: 48px;
    height: 48px;
    font-size: 31px;
  }

  .news-carousel-prev {
    justify-self: end;
  }

  .news-carousel-next {
    justify-self: start;
  }
}

/* Rectangular media frames matching the current DRAI site style */

.news-card > img,
.news-card > picture > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  background: #f2f6f8;
}

.news-card > img.news-image-contain,
.news-card > picture > img.news-image-contain {
  padding: 16px;
  object-fit: contain;
}

@media (max-width: 720px) {

  .news-card > img,
.news-card > picture > img {
    aspect-ratio: 16 / 10;
  }
}

/* Team roster: simple original-site style, no profile-card chrome */
.team-section {
  background: #f7fbfd;
}

.team-section.soft {
  background: #f7fbfd;
}

.team-roster {
  padding-top: clamp(36px, 5vw, 72px);
}

.team-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 36px;
  align-items: start;
}

.team-member {
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.team-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 10px;
  background: transparent;
}

.team-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: center top;
  transition:
    transform 180ms ease,
    filter 180ms ease;
}

.team-member:hover .team-image img,
.team-member:focus-visible .team-image img {
  transform: scale(1.025);
  filter: saturate(1.04);
}

.team-member:focus-visible {
  outline: 3px solid rgba(0, 178, 214, 0.5);
  outline-offset: 8px;
}

.team-image img.mohan-photo {
  object-position: 43% 20%;
}

.team-image img.steve-krause-photo {
  object-position: 44% 18%;
}

.team-image img.gor-photo {
  object-position: 51% 24%;
}

.team-image img.ash-photo {
  object-position: 42% 22%;
}

.team-member h3,
.team-member p {
  padding: 0;
  text-align: left;
}

.team-member h3 {
  margin: 16px 0 4px;
  color: var(--navy-900);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.18;
}

.team-member p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.38;
}

body.modal-open {
  overflow: hidden;
}

.team-modal[hidden] {
  display: none;
}

.team-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 56px);
}

.team-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 45, 91, 0.58);
}

.team-modal-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.2fr);
  gap: clamp(24px, 4vw, 48px);
  width: min(1040px, 100%);
  max-height: min(86vh, 900px);
  overflow: auto;
  padding: clamp(22px, 4vw, 44px);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(14, 45, 91, 0.26);
}

.team-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(227, 244, 249, 0.95);
  color: var(--navy-900);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.team-modal-close:hover,
.team-modal-close:focus-visible {
  background: var(--cyan);
  color: #ffffff;
}

.team-modal-image {
  align-self: start;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 12px;
  background: #f4f8fb;
}

.team-modal-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.team-modal-label {
  margin: 0 0 10px;
  color: var(--cyan-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-modal-content h2 {
  margin: 0 44px 8px 0;
  color: var(--navy-900);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.06;
}

.team-modal-title {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 700;
  line-height: 1.35;
}

.team-modal-bio {
  display: grid;
  gap: 14px;
}

.team-modal-bio p {
  margin: 0;
  color: #36536d;
  font-size: 16px;
  line-height: 1.68;
}

@media (max-width: 1060px) {
  .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .team-modal-panel {
    grid-template-columns: minmax(190px, 0.8fr) minmax(0, 1.1fr);
  }
}

@media (max-width: 720px) {
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }

  .team-modal {
    align-items: start;
    overflow-y: auto;
  }

  .team-modal-panel {
    grid-template-columns: 1fr;
    gap: 22px;
    max-height: calc(100dvh - 36px);
    overflow: auto;
  }

  .team-modal-image {
    max-width: 280px;
  }
}

@media (max-width: 460px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}

/* True final homepage hero override: this must stay at the end of the file. */
.visual-hero {
  min-height: clamp(660px, calc(100vh - 72px), 750px);
  padding-top: clamp(34px, 4.8vw, 62px);
  padding-bottom: clamp(42px, 5vw, 66px);
}

.visual-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(8, 39, 75, 0.92) 0%,
      rgba(8, 47, 84, 0.82) 34%,
      rgba(14, 45, 91, 0.4) 62%,
      rgba(14, 45, 91, 0.1) 100%
    ),
    linear-gradient(180deg, rgba(14, 45, 91, 0.04), rgba(14, 45, 91, 0.24));
}

.visual-hero-content {
  grid-template-columns: minmax(0, 760px) minmax(260px, 1fr);
  gap: clamp(30px, 5vw, 74px);
  align-items: start;
  min-height: clamp(540px, calc(100vh - 180px), 630px);
  padding-top: clamp(50px, 7vh, 78px);
}

.visual-hero .hero-copy {
  max-width: 760px;
}

.visual-hero .hero-title {
  display: flex;
  max-width: none;
  flex-direction: column;
  gap: 0;
  margin-bottom: 24px;
  font-size: clamp(68px, 5.4vw, 84px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  white-space: normal;
}

.visual-hero .hero-title span {
  display: block;
  white-space: nowrap;
}

.visual-hero .hero-subhead {
  max-width: 650px;
  margin-bottom: 16px;
  font-size: clamp(18px, 1.35vw, 20px);
  line-height: 1.52;
}

.visual-hero .hero-main-cta {
  width: fit-content;
  min-width: 0;
  padding: 13px 22px;
}

@media (max-width: 1180px) {
  .visual-hero {
    min-height: 620px;
  }

  .visual-hero-content {
    grid-template-columns: minmax(0, 760px);
    min-height: auto;
    padding-top: clamp(38px, 6vh, 62px);
  }

  .visual-hero .hero-copy {
    max-width: 760px;
  }

  .visual-hero .hero-title {
    font-size: clamp(58px, 7vw, 72px);
  }
}

@media (max-width: 900px) {
  .visual-hero .hero-title {
    font-size: clamp(44px, 10vw, 64px);
    letter-spacing: -0.025em;
  }

  .visual-hero .hero-title span {
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  .visual-hero {
    min-height: auto;
    padding-top: 44px;
    padding-bottom: 42px;
  }

  .visual-hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(8, 39, 75, 0.9) 0%,
      rgba(8, 47, 84, 0.72) 58%,
      rgba(14, 45, 91, 0.78) 100%
    );
  }

  .visual-hero .hero-copy,
  .visual-hero .hero-subhead {
    max-width: 100%;
  }

  .visual-hero .hero-title {
    font-size: clamp(40px, 10.5vw, 54px);
    line-height: 0.98;
  }

  .visual-hero .hero-subhead {
    font-size: clamp(18px, 4.5vw, 20px);
    line-height: 1.5;
  }
}

@media (max-width: 420px) {
  .visual-hero .hero-title {
    font-size: clamp(36px, 10vw, 44px);
  }
}

/* Original-site style minimal footer */
.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 48px 24px 56px;
  color: var(--white);
  background: #123463;
  text-align: center;
}

.footer-logo-mark {
  width: clamp(120px, 12vw, 160px);
  height: auto;
  margin: 0 0 22px;
  object-fit: contain;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.footer-socials a {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  line-height: 1;
}

.footer-icon {
  width: 20px;
  height: 20px;
  display: block;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  color: var(--cyan-600);
}

.footer-email {
  display: inline-block;
  color: var(--cyan-600);
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  padding-bottom: 17px;
}

.footer-email:hover,
.footer-email:focus-visible {
  color: var(--cyan-100);
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: center;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 800;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: var(--white);
}

.footer-nav,
.footer-logo,
.site-footer .brand {
  display: none;
}

@media (max-width: 520px) {
  .site-footer {
    padding: 42px 18px 50px;
  }

  .footer-socials {
    gap: 20px;
    margin-bottom: 26px;
  }

  .footer-logo-mark {
    width: 128px;
    margin-bottom: 20px;
  }
}

/* Header and footer logo sizing refinement */
.site-header {
  min-height: 100px;
  padding: 16px clamp(28px, 5vw, 56px);
  align-items: center;
  overflow: visible;
}

.brand {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  overflow: visible;
  padding-top: 4px;
  padding-bottom: 4px;
}

.brand img,
.brand-logo {
  width: 124px !important;
  max-width: none !important;
  height: auto;
  max-height: none !important;
  object-fit: contain;
}

.site-nav,
.header-cta {
  align-self: center;
}

.footer-logo-mark {
  width: clamp(95px, 8vw, 120px);
  margin-bottom: 22px;
}

@media (max-width: 1060px) {
  .site-header {
    min-height: 94px;
    align-items: center;
  }

  .brand img,
  .brand-logo {
    width: 116px !important;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 86px;
    padding: 15px 18px;
  }

  .brand img,
  .brand-logo {
    width: clamp(100px, 30vw, 110px) !important;
    max-height: none !important;
  }
}

@media (max-width: 520px) {
  .footer-logo-mark {
    width: clamp(85px, 24vw, 105px);
    margin-bottom: 20px;
  }
}

/* News carousel square image frames */
.news-card > img,
.news-card > picture > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  background: #f2f6f8;
}

.news-card > img.news-image-contain,
.news-card > picture > img.news-image-contain {
  padding: 16px;
  object-fit: contain;
  background: #f2f6f8;
}

@media (max-width: 720px) {
  .news-card > img,
.news-card > picture > img {
    aspect-ratio: 1 / 1;
  }
}

/* Homepage hierarchy cleanup */
.visual-hero + .patient-provider {
  margin-top: 0;
}

.patient-provider {
  padding-top: clamp(34px, 4.2vw, 52px);
  padding-bottom: clamp(34px, 4.2vw, 52px);
}

.pathway-heading {
  max-width: 720px;
  margin-bottom: 18px;
}

.pathway-heading h2 {
  max-width: 640px;
  margin-bottom: 10px;
  font-size: clamp(34px, 3.8vw, 48px);
  line-height: 1.06;
}

.pathway-heading > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.52;
}

.pathway-grid {
  gap: clamp(16px, 2.4vw, 26px);
}

.pathway-panel {
  grid-template-rows: 138px 1fr;
  border-radius: 22px;
}

.pathway-content {
  padding: clamp(20px, 2.4vw, 26px);
}

.pathway-content h3 {
  font-size: clamp(25px, 2.5vw, 32px);
}

.pathway-content ul {
  gap: 6px;
  margin-top: 12px;
  margin-bottom: 14px;
}

.pathway-content li {
  font-size: 15px;
}

.patient-provider + .report-flow {
  margin-top: 0;
}

.report-flow {
  padding-top: clamp(38px, 5.2vw, 64px);
  padding-bottom: clamp(38px, 5.2vw, 64px);
}

.report-flow .app-phone-showcase img {
  max-height: 500px;
}

.report-flow .split-copy h2 {
  max-width: 560px;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.05;
}

.report-flow .compact-steps {
  max-width: 600px;
  margin-top: 18px;
}

.report-flow .compact-steps article {
  padding: 9px 0;
}

.report-flow-cta {
  margin-top: 20px;
}

.visual-questions {
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 0.82fr);
  justify-content: stretch;
  gap: clamp(26px, 5vw, 68px);
  padding-top: clamp(38px, 5vw, 58px);
  padding-bottom: clamp(38px, 5vw, 58px);
  background: linear-gradient(
    180deg,
    rgba(238, 248, 252, 0.72),
    rgba(255, 255, 255, 0.96)
  );
}

.visual-questions .questions-copy {
  max-width: 680px;
}

.visual-questions .questions-copy h2 {
  max-width: 640px;
  font-size: clamp(32px, 3.8vw, 48px);
  line-height: 1.08;
}

.visual-questions .questions-copy p {
  max-width: 560px;
  font-size: clamp(17px, 1.5vw, 19px);
}

.visual-questions .questions-copy .button {
  margin-top: 0;
}

.question-visual {
  display: block;
  min-height: 300px;
  overflow: hidden;
  border-radius: 18px;
}

.question-visual img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}

.question-visual::after,
.question-visual span {
  display: none;
}

.visual-questions + .contact-section {
  margin-top: clamp(30px, 4vw, 48px);
}

.contact-section {
  grid-template-columns: minmax(260px, 0.62fr) minmax(320px, 1fr);
  gap: clamp(24px, 4vw, 48px);
  padding: clamp(30px, 4.2vw, 46px);
  border-radius: 28px;
}

.contact-copy h2 {
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1.08;
}

.contact-copy p:not(.eyebrow) {
  max-width: 360px;
  font-size: 17px;
}

.contact-form {
  gap: 14px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 11px 13px;
  border-radius: 10px;
}

.contact-form textarea {
  min-height: 120px;
}

@media (max-width: 1060px) {
  .pathway-panel {
    grid-template-rows: 160px 1fr;
  }

  .report-flow .app-phone-showcase img {
    max-height: 440px;
  }

  .visual-questions,
  .contact-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .patient-provider {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pathway-panel {
    grid-template-rows: 155px 1fr;
  }

  .report-flow {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .report-flow .app-phone-showcase img {
    max-height: 390px;
  }

  .visual-questions {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .contact-form button {
    width: 100%;
  }

  .question-visual,
  .question-visual img {
    min-height: 240px;
  }

  .contact-section {
    padding: 26px 18px;
    border-radius: 22px;
  }
}

/* Homepage organization and hierarchy pass */
.visual-hero {
  min-height: calc(100vh - 100px);
}

.visual-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(8, 39, 75, 0.9) 0%,
      rgba(8, 47, 84, 0.78) 40%,
      rgba(14, 45, 91, 0.34) 70%,
      rgba(14, 45, 91, 0.08) 100%
    ),
    linear-gradient(180deg, rgba(14, 45, 91, 0.02), rgba(14, 45, 91, 0.18));
}

.visual-hero-content {
  align-items: center;
  min-height: clamp(600px, calc(100vh - 100px), 720px);
  padding-top: clamp(54px, 8vh, 92px);
  padding-bottom: clamp(54px, 8vh, 92px);
}

.visual-hero .hero-copy {
  max-width: 720px;
}

.visual-hero .hero-title {
  max-width: 790px;
  margin-bottom: 22px;
  font-size: clamp(62px, 5.7vw, 92px);
  line-height: 0.96;
  letter-spacing: 0;
}

.visual-hero .hero-subhead {
  max-width: 620px;
  margin-bottom: 26px;
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.58;
}

.visual-hero .hero-main-cta {
  min-height: 46px;
  padding: 0 22px;
}

.visual-hero + .patient-provider {
  position: relative;
  margin-top: 0;
}

.visual-hero + .patient-provider::before {
  position: absolute;
  top: 0;
  right: clamp(18px, 5vw, 72px);
  left: clamp(18px, 5vw, 72px);
  height: 1px;
  content: "";
  background: rgba(16, 47, 95, 0.1);
}

.patient-provider {
  padding: clamp(42px, 5.5vw, 72px) clamp(18px, 5vw, 72px)
    clamp(44px, 6vw, 78px);
  background: linear-gradient(
    180deg,
    var(--white) 0%,
    rgba(238, 248, 252, 0.64) 100%
  );
}

.pathway-heading {
  max-width: 760px;
  margin-bottom: clamp(22px, 3vw, 32px);
}

.pathway-heading h2,
.report-flow .split-copy h2,
.visual-questions .questions-copy h2,
.contact-copy h2 {
  letter-spacing: 0;
}

.pathway-heading h2 {
  max-width: 680px;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.12;
}

.pathway-heading > p:not(.eyebrow) {
  max-width: 650px;
  font-size: clamp(16px, 1.35vw, 18px);
}

.pathway-grid {
  gap: clamp(18px, 2.4vw, 30px);
}

.pathway-panel {
  grid-template-rows: 128px 1fr;
  border: 1px solid rgba(16, 47, 95, 0.08);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(16, 47, 95, 0.08);
}

.pathway-image::after {
  background: linear-gradient(
    180deg,
    rgba(16, 47, 95, 0),
    rgba(16, 47, 95, 0.24)
  );
}

.pathway-content {
  padding: clamp(22px, 2.5vw, 30px);
}

.pathway-content h3 {
  margin-bottom: 10px;
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.08;
}

.pathway-content > p {
  margin-bottom: 0;
  font-size: 16px;
}

.pathway-content ul {
  gap: 7px;
  margin: 16px 0 20px;
}

.pathway-content li {
  font-size: 15px;
  line-height: 1.4;
}

.patient-provider + .report-flow {
  margin-top: 0;
}

.report-flow {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 0.9fr);
  gap: clamp(32px, 5vw, 72px);
  padding: clamp(48px, 6vw, 78px) clamp(18px, 5vw, 72px);
  background: linear-gradient(180deg, rgba(238, 248, 252, 0.64), var(--white));
}

.report-flow .app-phone-showcase {
  justify-content: flex-start;
}

.report-flow .app-phone-showcase img {
  max-height: 440px;
  filter: drop-shadow(0 18px 30px rgba(16, 47, 95, 0.14));
}

.report-flow .split-copy {
  max-width: 680px;
}

.report-flow .split-copy h2 {
  max-width: 560px;
  margin-bottom: 14px;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.12;
}

.report-flow .split-copy .report-flow-heading-line {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .report-flow .split-copy h2.report-flow-heading {
    width: 100%;
    max-width: none;
    margin-bottom: 26px;
    font-size: clamp(22px, 6.9vw, 34px);
    line-height: 1.08;
  }

  .report-flow .report-flow-cta {
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
}

.report-flow .compact-steps {
  gap: 0;
  max-width: 620px;
  margin-top: 24px;
  border-top: 1px solid var(--line);
}

.report-flow .compact-steps article {
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 13px 0;
}

.report-flow .compact-steps span {
  width: 34px;
  height: 34px;
  font-size: 14px;
}

.report-flow .compact-steps p {
  font-size: 16px;
  line-height: 1.4;
}

.report-flow-cta {
  margin-top: 24px;
}

.visual-questions {
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(48px, 6vw, 76px) clamp(18px, 5vw, 72px);
  background: linear-gradient(
    180deg,
    var(--white) 0%,
    rgba(238, 248, 252, 0.7) 100%
  );
}

.visual-questions .questions-copy {
  max-width: 680px;
}

.visual-questions .questions-copy h2 {
  max-width: 570px;
  margin-bottom: 14px;
  font-size: clamp(29px, 3.2vw, 42px);
  line-height: 1.12;
}

.visual-questions .questions-copy p {
  max-width: 590px;
  margin-bottom: 20px;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.58;
}

.question-visual {
  min-height: 280px;
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(16, 47, 95, 0.09);
}

.question-visual img {
  min-height: 280px;
}

.visual-questions + .contact-section {
  margin-top: 0;
}

.contact-section {
  grid-template-columns: minmax(240px, 0.54fr) minmax(320px, 0.82fr);
  max-width: 1180px;
  margin: clamp(36px, 5vw, 62px) auto clamp(46px, 6vw, 78px);
  gap: clamp(22px, 4vw, 44px);
  padding: clamp(26px, 3.4vw, 38px);
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(16, 47, 95, 0.07);
}

.contact-copy h2 {
  font-size: clamp(28px, 2.8vw, 36px);
  line-height: 1.12;
}

.contact-copy p:not(.eyebrow) {
  max-width: 380px;
  font-size: 16px;
  line-height: 1.5;
}

.contact-form {
  gap: 12px 14px;
}

.contact-form label {
  gap: 6px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 10px 12px;
  border-radius: 9px;
}

.contact-form textarea {
  min-height: 104px;
}

.contact-form button {
  min-height: 44px;
  padding-right: 24px;
  padding-left: 24px;
}

@media (max-width: 1060px) {
  .visual-hero {
    min-height: 610px;
  }

  .visual-hero-content {
    min-height: auto;
  }

  .pathway-panel {
    grid-template-rows: 150px 1fr;
  }

  .report-flow,
  .visual-questions,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .report-flow .app-phone-showcase {
    justify-content: center;
  }

  .contact-section {
    margin-right: clamp(18px, 5vw, 72px);
    margin-left: clamp(18px, 5vw, 72px);
  }
}

@media (max-width: 720px) {
  .visual-hero {
    min-height: auto;
  }

  .visual-hero-content {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .visual-hero .hero-title {
    font-size: clamp(39px, 10vw, 54px);
    line-height: 1;
  }

  .visual-hero .hero-title span {
    white-space: normal;
  }

  .visual-hero .hero-subhead {
    font-size: 17px;
  }

  .patient-provider,
  .report-flow,
  .visual-questions {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .pathway-panel {
    grid-template-rows: 140px 1fr;
    border-radius: 16px;
  }

  .report-flow .app-phone-showcase img {
    max-height: 360px;
  }

  .report-flow {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .question-visual,
  .question-visual img {
    min-height: 220px;
  }

  .contact-section {
    margin-top: 28px;
    margin-bottom: 44px;
    padding: 24px 18px;
    border-radius: 16px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }
}

/* Targeted homepage visual fixes */
.visual-hero + .patient-provider::before {
  display: none;
}

.patient-provider {
  background: #ffffff;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
}

.patient-provider::before,
.patient-provider::after,
.visual-hero + .patient-provider::before {
  display: none;
  content: none;
}

.provider-panel {
  border: 0;
  outline: 0;
  box-shadow: 0 16px 36px rgba(16, 47, 95, 0.1);
}

.provider-panel .pathway-image,
.provider-panel .pathway-image img {
  border: 0;
  outline: 0;
  box-shadow: none;
}

.provider-panel .pathway-image::after {
  inset: 0;
}

.report-flow .app-phone-showcase {
  display: flex;
  align-items: center;
  justify-content: center;
}

.report-flow .app-phone-showcase img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* Targeted homepage spacing fixes */
.visual-hero .hero-subhead {
  max-width: 680px;
}

.visual-questions + .contact-section,
.contact-section {
  margin-top: clamp(64px, 6vw, 80px);
}

/* Hero-only spacing refinement */
.visual-hero {
  min-height: clamp(620px, calc(100vh - 120px), 680px);
  padding-top: clamp(34px, 4.5vw, 52px);
  padding-bottom: clamp(38px, 4.8vw, 56px);
}

.visual-hero-content {
  min-height: clamp(520px, calc(100vh - 220px), 580px);
  padding-top: clamp(44px, 5vw, 66px);
  padding-bottom: clamp(36px, 4.5vw, 54px);
  align-items: center;
}

.visual-hero .hero-copy {
  transform: translateY(-20px);
}

.visual-hero .hero-subhead {
  margin-bottom: 22px;
}

.visual-hero .hero-main-cta {
  margin-top: 0;
}

/* Mobile responsive safety pass */
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(14, 45, 91, 0.18);
  border-radius: 12px;
  color: #0e2d5b;
  background: var(--white);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

@media (max-width: 768px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 86px;
    align-items: center;
    gap: 12px;
    padding: 10px clamp(18px, 4vw, 40px);
    overflow: visible;
  }

  .site-header .brand {
    grid-column: 1;
    padding: 0;
  }

  .brand img,
  .brand-logo {
    width: clamp(104px, 16vw, 124px) !important;
  }

  .nav-toggle {
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .nav-toggle span {
    transition:
      transform 160ms ease,
      opacity 160ms ease;
  }

  .site-header.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 101;
    display: none;
    grid-template-columns: 1fr;
    gap: 2px;
    max-height: calc(100vh - 110px);
    margin: 0;
    overflow-y: auto;
    padding: 10px clamp(18px, 4vw, 40px) 14px;
    border-top: 1px solid rgba(16, 47, 95, 0.08);
    border-bottom: 1px solid rgba(16, 47, 95, 0.12);
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(16, 47, 95, 0.1);
  }

  .site-header.nav-open .site-nav {
    display: grid;
  }

  .site-nav a {
    display: flex;
    min-height: 48px;
    align-items: center;
    padding: 0;
    border-radius: 0;
  }

  .nav-solutions {
    width: 100%;
  }

  .solutions-toggle {
    width: 100%;
    min-height: 48px;
    justify-content: space-between;
  }

  .solutions-menu {
    position: static;
    min-width: 0;
    padding: 0 0 4px 16px;
    border: 0;
    border-left: 1px solid rgba(16, 47, 95, 0.14);
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }

  .nav-solutions:hover .solutions-menu {
    display: none;
  }

  .solutions-toggle[aria-expanded="true"] + .solutions-menu {
    display: grid;
  }

  .solutions-menu a {
    min-height: 42px;
    padding: 0 12px;
    border-radius: 0;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible,
  .site-nav a[aria-current="page"] {
    color: var(--navy-900);
    background: transparent;
  }
}

@media (max-width: 800px) {
  .contact-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    grid-template-columns: auto auto;
    min-height: 78px;
    padding: 10px 16px;
  }

  .site-header .brand {
    grid-column: 1;
  }

  .nav-toggle {
    grid-column: 2;
  }

  .site-nav {
    right: 0;
    left: 0;
    margin: 0;
    padding-right: 16px;
    padding-left: 16px;
  }

  .visual-hero {
    min-height: 560px;
  }

  .visual-hero-content {
    min-height: 500px;
  }

  .visual-hero .hero-copy {
    transform: translateY(-10px);
  }

  .visual-hero .hero-main-cta,
  .pathway-content .button,
  .report-flow-cta,
  .visual-questions .button,
  .contact-form button {
    width: 100%;
    white-space: normal;
  }

  .contact-section {
    width: calc(100% - 32px);
  }

  .footer-socials {
    gap: 18px;
  }
}

@media (max-width: 430px) {
  .visual-hero .hero-title,
  .visual-hero h1 {
    font-size: clamp(36px, 10vw, 44px);
  }

  .pathway-content,
  .contact-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .report-flow .app-phone-showcase img {
    max-height: 310px;
  }
}

@media (max-width: 768px) {
  .visual-hero {
    min-height: auto;
    padding: 0;
  }

  .visual-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(8, 39, 75, 0.42) 0%,
        rgba(8, 39, 75, 0.28) 50%,
        rgba(8, 39, 75, 0.12) 78%,
        rgba(8, 39, 75, 0.04) 100%
      ),
      linear-gradient(
        90deg,
        rgba(8, 39, 75, 0.78) 0%,
        rgba(8, 39, 75, 0.48) 48%,
        rgba(8, 39, 75, 0.08) 100%
      );
  }

  .visual-hero-content {
    display: flex;
    min-height: auto;
    align-items: center;
    padding: 64px 20px 68px;
  }

  .visual-hero .hero-copy {
    max-width: 100%;
    transform: none;
  }

  .visual-hero .hero-title,
  .visual-hero h1 {
    display: flex;
    max-width: 100%;
    flex-direction: column;
    margin-bottom: 18px;
    font-size: clamp(42px, 11vw, 48px);
    line-height: 1.02;
    letter-spacing: 0;
  }

  .visual-hero .hero-title span {
    display: block;
    white-space: nowrap;
  }

  .visual-hero .hero-subhead {
    max-width: 100%;
    margin-bottom: 0;
    font-size: clamp(18px, 4.4vw, 19px);
    line-height: 1.45;
  }

  .visual-hero .hero-main-cta {
    width: 100%;
    max-width: 360px;
    min-height: 46px;
    margin-top: 24px;
    padding: 0 18px;
    white-space: normal;
  }
}

.visual-questions {
  background: linear-gradient(
    180deg,
    #eefbff 0%,
    #f7fdff 100%
  );
}

.contact-section {
  border: 1px solid rgba(14, 45, 91, 0.12);
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(14, 45, 91, 0.08);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: #ffffff;
}

.patient-provider + .visual-questions,
.visual-questions + .report-flow {
  margin-top: 0;
}

.report-flow + .contact-section {
  margin-top: clamp(30px, 4vw, 48px);
}

@media (max-width: 768px) {
  .visual-questions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 32px;
    padding-bottom: 34px;
  }

  .visual-questions .questions-copy {
    display: contents;
  }

  .visual-questions .questions-product-logo {
    order: 1;
    margin-bottom: 0;
  }

  .visual-questions .question-visual {
    order: 2;
    width: 100%;
    min-height: 0;
    margin: 14px 0 38px;
    border-radius: 16px;
  }

  .visual-questions .question-visual img {
    width: 100%;
    min-height: 0;
    max-height: 240px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
  }

  .visual-questions .questions-copy h2 {
    order: 3;
    margin-bottom: 18px;
  }

  .visual-questions .questions-copy p {
    order: 4;
    margin-top: 0;
    margin-bottom: 0;
  }

  .report-flow-cta {
    width: 100%;
    max-width: 340px;
    margin-top: 22px;
    justify-self: start;
  }
}

.draipro-beta-page {
  display: grid;
  min-height: calc(100vh - 220px);
  place-items: center;
  padding: clamp(44px, 6vw, 84px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(180deg, rgba(238, 248, 252, 0.68), #ffffff 45%), #ffffff;
}

.draipro-beta-inner {
  display: grid;
  width: min(100%, 780px);
  gap: clamp(24px, 3.4vw, 36px);
  justify-items: center;
}

.draipro-beta-heading {
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
}

.draipro-beta-lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: nowrap;
}

.draipro-beta-logo {
  display: block;
  width: min(42vw, 300px);
  height: auto;
}

.draipro-beta-lockup .beta-text {
  display: inline-block;
  margin: 0;
  color: var(--cyan-700);
  font-size: clamp(36px, 4.6vw, 62px);
  font-weight: 200;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transform: translateY(10px);
}

.draipro-beta-heading h1 {
  margin: 0;
  letter-spacing: 0;
}

.draipro-beta-heading p {
  max-width: 640px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.draipro-beta-form {
  display: grid;
  width: min(100%, 620px);
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(14, 45, 91, 0.12);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(14, 45, 91, 0.08);
}

.draipro-beta-form label {
  display: grid;
  gap: 8px;
  color: var(--navy-900);
  font-size: 14px;
  font-weight: 850;
}

.draipro-beta-form label > span {
  color: var(--muted);
  font-weight: 760;
}

.draipro-beta-form input {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(16, 47, 95, 0.16);
  border-radius: 12px;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
}

.draipro-name-fields,
.draipro-subfield-labels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.draipro-subfield-labels {
  margin-top: -4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.draipro-beta-form button {
  width: fit-content;
  min-width: 124px;
  border: 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  .draipro-beta-page {
    padding: 38px 18px 52px;
  }

  .draipro-beta-logo {
    width: min(52vw, 260px);
  }

  .draipro-name-fields,
  .draipro-subfield-labels {
    grid-template-columns: 1fr;
  }

  .draipro-beta-form button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .draipro-beta-lockup {
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .draipro-beta-logo {
    width: min(72vw, 250px);
  }

  .draipro-beta-lockup .beta-text {
    font-size: clamp(34px, 11vw, 46px);
    transform: translateY(6px);
  }
}

.draicare-page {
  min-height: calc(100vh - 100px);
  padding: clamp(56px, 8vw, 96px) 20px clamp(72px, 9vw, 112px);
  background:
    radial-gradient(
      circle at 85% 14%,
      rgba(43, 187, 227, 0.1),
      transparent 30%
    ),
    linear-gradient(180deg, rgba(238, 248, 252, 0.72), #ffffff 38%);
}

.draicare-inner {
  display: grid;
  justify-items: center;
  max-width: 920px;
  margin: 0 auto;
}

.draicare-logo-stack {
  display: grid;
  justify-items: center;
  gap: clamp(30px, 5vw, 54px);
  width: 100%;
  margin-bottom: clamp(38px, 6vw, 66px);
}

.draicare-live-logo {
  display: block;
  width: min(100%, 430px);
  height: auto;
  object-fit: contain;
}

.draicare-intro {
  max-width: 760px;
  margin: 0 auto clamp(28px, 4vw, 42px);
  color: var(--ink);
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.5;
  text-align: center;
}

.draicare-form {
  display: grid;
  width: min(100%, 640px);
  gap: 18px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(14, 45, 91, 0.12);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(14, 45, 91, 0.08);
}

.draicare-form label {
  display: grid;
  gap: 8px;
  color: var(--navy-900);
  font-size: 14px;
  font-weight: 850;
}

.draicare-form label > span {
  color: var(--muted);
  font-weight: 760;
}

.draicare-form input {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(16, 47, 95, 0.16);
  border-radius: 12px;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
}

.draicare-name-fields,
.draicare-subfield-labels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.draicare-subfield-labels {
  margin-top: -4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.draicare-form button {
  width: fit-content;
  min-width: 124px;
  border: 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  .draicare-page {
    padding: 42px 18px 56px;
  }

  .draicare-live-logo {
    width: min(100%, 320px);
  }

  .draicare-name-fields,
  .draicare-subfield-labels {
    grid-template-columns: 1fr;
  }

  .draicare-form button {
    width: 100%;
  }
}

/* Client feedback polish: compact ecosystem, calmer hero, subtle tech accents. */
body {
  background: #ffffff;
}

.visual-hero {
  /* Add .visual-hero--no-image here later if the final brand kit moves away from photography. */
  background:
    radial-gradient(
      circle at 18% 22%,
      rgba(72, 207, 228, 0.28),
      transparent 30%
    ),
    linear-gradient(135deg, #09294f 0%, #143f67 54%, #eef8fc 100%);
}

.visual-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(6, 31, 61, 0.9) 0%,
      rgba(8, 39, 75, 0.72) 38%,
      rgba(8, 39, 75, 0.34) 68%,
      rgba(8, 39, 75, 0.1) 100%
    ),
    linear-gradient(
      180deg,
      rgba(4, 23, 45, 0.18) 0%,
      rgba(4, 23, 45, 0.1) 52%,
      rgba(255, 255, 255, 0.22) 100%
    );
}

.visual-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.65), transparent 74%);
}

.visual-hero-content {
  position: relative;
  z-index: 2;
}

.button,
.pathway-panel,
.ecosystem-card,
.contact-section {
  --hover-y: 0px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.button.primary,
.hero-main-cta,
.report-flow-cta {
  box-shadow:
    0 12px 26px rgba(31, 174, 204, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.pathway-panel:hover,
.ecosystem-card:hover {
  --hover-y: -6px;
  transform: translateY(calc(var(--reveal-y, 0px) + var(--hover-y)));
  box-shadow: 0 20px 48px rgba(16, 47, 95, 0.13);
}

@media (max-width: 768px) {
  .visual-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(6, 31, 61, 0.62) 0%,
        rgba(8, 39, 75, 0.42) 52%,
        rgba(8, 39, 75, 0.18) 100%
      ),
      linear-gradient(
        90deg,
        rgba(6, 31, 61, 0.86) 0%,
        rgba(8, 39, 75, 0.58) 54%,
        rgba(8, 39, 75, 0.16) 100%
      );
  }

  .visual-hero::after {
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), transparent 82%);
  }
}

/* Ecosystem refinement: branded, compact support section. */

.ecosystem-heading > p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(16px, 1.55vw, 18px);
  line-height: 1.62;
}

/* Four-card DRAI product ecosystem. */

.ecosystem-card > p:not(.ecosystem-audience) {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.52;
}

/* Two-card supporting ecosystem section: heyDRAI+ Vault and DRAI Care only. */

.ecosystem-heading > p:not(.eyebrow) {
  max-width: 650px;
  font-size: 16px;
}

/* CSS-only homepage hero background. */
.visual-hero {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 76% 32%,
      rgba(43, 187, 227, 0.24),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 72%,
      rgba(95, 211, 237, 0.12),
      transparent 26%
    ),
    linear-gradient(135deg, #061b36 0%, #08294d 46%, #0d3b62 100%);
}

.hero-tech-bg,
.hero-tech-bg > *,
.visual-hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-tech-bg {
  z-index: 0;
  pointer-events: none;
}

.tech-grid {
  opacity: 0.46;
  background:
    linear-gradient(rgba(140, 221, 240, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140, 221, 240, 0.065) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.4) 38%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

.tech-grid::before,
.tech-grid::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(43, 187, 227, 0.16);
  transform: rotate(-14deg);
}

.tech-grid::before {
  top: 18%;
  right: 10%;
  width: min(44vw, 520px);
  height: min(28vw, 310px);
}

.tech-grid::after {
  right: -6%;
  bottom: 10%;
  width: min(36vw, 430px);
  height: min(24vw, 270px);
}

.visual-hero-overlay {
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(4, 20, 39, 0.9) 0%,
      rgba(6, 27, 54, 0.74) 45%,
      rgba(6, 27, 54, 0.22) 100%
    ),
    linear-gradient(180deg, rgba(4, 20, 39, 0.1), rgba(4, 20, 39, 0.34));
}

.visual-hero::after {
  z-index: 1;
  background:
    linear-gradient(
      115deg,
      transparent 0 58%,
      rgba(43, 187, 227, 0.08) 58.2% 58.6%,
      transparent 58.8%
    ),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.06));
  mask-image: none;
}

.visual-hero-content {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .visual-hero {
    background:
      radial-gradient(
        circle at 72% 18%,
        rgba(43, 187, 227, 0.22),
        transparent 34%
      ),
      linear-gradient(145deg, #061b36 0%, #08284b 58%, #0d3b62 100%);
  }

  .visual-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(4, 20, 39, 0.68) 0%,
        rgba(6, 27, 54, 0.7) 54%,
        rgba(6, 27, 54, 0.42) 100%
      ),
      linear-gradient(90deg, rgba(4, 20, 39, 0.84), rgba(4, 20, 39, 0.22));
  }

  .tech-grid {
    opacity: 0.32;
    background-size: 36px 36px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), transparent 88%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-tech-bg *,
  .visual-hero *,
  .visual-hero {
    animation: none !important;
    transition: none !important;
  }
}

/* Dynamic medical-tech hero refinement: ambient data flow, no UI mockup. */
.visual-hero {
  background:
    radial-gradient(
      circle at 82% 26%,
      rgba(43, 187, 227, 0.22),
      transparent 30%
    ),
    radial-gradient(
      circle at 68% 78%,
      rgba(110, 220, 245, 0.1),
      transparent 34%
    ),
    linear-gradient(135deg, #05182f 0%, #08284b 50%, #0b365e 100%);
}

.hero-tech-bg {
  overflow: hidden;
}

.hero-tech-bg::before {
  content: "";
  position: absolute;
  inset: -24%;
  background:
    conic-gradient(
      from 35deg at 72% 44%,
      transparent 0 18%,
      rgba(43, 187, 227, 0.08) 22%,
      transparent 30% 54%,
      rgba(128, 224, 246, 0.06) 60%,
      transparent 68%
    ),
    radial-gradient(
      circle at 78% 48%,
      rgba(43, 187, 227, 0.14),
      transparent 34%
    );
  opacity: 0.72;
  transform: rotate(0deg);
  animation: heroFieldDrift 18s ease-in-out infinite alternate;
}

.hero-tech-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 9px,
      rgba(175, 238, 250, 0.025) 10px
    ),
    linear-gradient(
      100deg,
      transparent 0 46%,
      rgba(43, 187, 227, 0.09) 48%,
      transparent 51%
    );
  opacity: 0.5;
  animation: heroScanDrift 14s linear infinite;
}

.tech-grid {
  opacity: 0.34;
  background:
    linear-gradient(rgba(140, 221, 240, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140, 221, 240, 0.045) 1px, transparent 1px);
  background-position: 0 0;
  background-size: 42px 42px;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.18) 34%,
    rgba(0, 0, 0, 0.78) 100%
  );
  animation: heroGridDrift 16s linear infinite;
}

.tech-grid::before,
.tech-grid::after {
  display: none;
}

.visual-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(4, 20, 39, 0.93) 0%,
      rgba(6, 27, 54, 0.78) 43%,
      rgba(6, 27, 54, 0.18) 100%
    ),
    radial-gradient(
      circle at 78% 42%,
      transparent 0%,
      rgba(4, 20, 39, 0.22) 58%,
      rgba(4, 20, 39, 0.42) 100%
    );
}

.visual-hero::after {
  background:
    linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.055) 100%),
    linear-gradient(
      115deg,
      transparent 0 52%,
      rgba(43, 187, 227, 0.06) 52.2% 52.45%,
      transparent 52.7% 100%
    );
}

@keyframes heroFieldDrift {
  from {
    transform: translate3d(0, 0, 0) rotate(-3deg) scale(1);
  }

  to {
    transform: translate3d(-22px, 18px, 0) rotate(4deg) scale(1.04);
  }
}

@keyframes heroScanDrift {
  from {
    transform: translateY(-26px);
  }

  to {
    transform: translateY(26px);
  }
}

@keyframes heroGridDrift {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 42px 42px;
  }
}

@media (max-width: 768px) {
  .visual-hero {
    background:
      radial-gradient(
        circle at 74% 22%,
        rgba(43, 187, 227, 0.2),
        transparent 36%
      ),
      linear-gradient(145deg, #05182f 0%, #08284b 58%, #0b365e 100%);
  }

  .visual-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(4, 20, 39, 0.74) 0%,
        rgba(6, 27, 54, 0.72) 56%,
        rgba(6, 27, 54, 0.44) 100%
      ),
      linear-gradient(90deg, rgba(4, 20, 39, 0.9), rgba(4, 20, 39, 0.26));
  }

  .hero-tech-bg::before {
    opacity: 0.42;
  }

  .hero-tech-bg::after {
    opacity: 0.26;
  }

  .tech-grid {
    opacity: 0.24;
    background-size: 34px 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-tech-bg *,
  .hero-tech-bg::before,
  .hero-tech-bg::after {
    animation: none !important;
  }
}

/* Final hero background override: lighter abstract medical-tech, no labels. */

.visual-hero {
  background:
    radial-gradient(
      circle at 78% 36%,
      rgba(58, 196, 228, 0.34),
      transparent 32%
    ),
    radial-gradient(
      circle at 92% 78%,
      rgba(152, 232, 249, 0.16),
      transparent 34%
    ),
    linear-gradient(135deg, #09213d 0%, #0b3157 50%, #0e4770 100%);
}

.visual-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(5, 19, 37, 0.86) 0%,
      rgba(7, 31, 58, 0.76) 38%,
      rgba(7, 31, 58, 0.24) 74%,
      rgba(7, 31, 58, 0.08) 100%
    ),
    radial-gradient(
      circle at 78% 46%,
      transparent 0%,
      rgba(5, 19, 37, 0.06) 48%,
      rgba(5, 19, 37, 0.24) 100%
    );
}

.hero-tech-bg::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(
      circle at 78% 38%,
      rgba(72, 207, 232, 0.3),
      transparent 26%
    ),
    radial-gradient(
      circle at 62% 72%,
      rgba(155, 234, 250, 0.14),
      transparent 30%
    ),
    conic-gradient(
      from 26deg at 78% 48%,
      transparent 0 16%,
      rgba(72, 207, 232, 0.12) 22%,
      transparent 32% 58%,
      rgba(155, 234, 250, 0.08) 64%,
      transparent 72%
    );
  opacity: 0.86;
  animation: ambientGlowDrift 18s ease-in-out infinite alternate;
}

.hero-tech-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 13px,
      rgba(210, 248, 255, 0.026) 14px
    ),
    linear-gradient(
      110deg,
      transparent 0 54%,
      rgba(72, 207, 232, 0.08) 55%,
      transparent 57%
    );
  opacity: 0.42;
  animation: ambientScan 16s linear infinite;
}

.tech-grid {
  inset: 0;
  opacity: 0.32;
  background:
    linear-gradient(rgba(164, 232, 248, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(164, 232, 248, 0.048) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.12) 34%,
    rgba(0, 0, 0, 0.76) 100%
  );
  animation: ambientGridDrift 20s linear infinite;
}

.tech-glow {
  animation: ambientSoftDrift 18s ease-in-out infinite alternate;
}

.glow-one {
  top: 12%;
  right: 6%;
  width: min(44vw, 560px);
  height: min(44vw, 560px);
  background: radial-gradient(
    circle,
    rgba(62, 199, 230, 0.42),
    rgba(62, 199, 230, 0.12) 44%,
    transparent 72%
  );
  opacity: 0.68;
}

.glow-two {
  right: 28%;
  bottom: -18%;
  width: min(34vw, 420px);
  height: min(34vw, 420px);
  background: radial-gradient(
    circle,
    rgba(154, 232, 249, 0.24),
    rgba(72, 207, 232, 0.08) 44%,
    transparent 72%
  );
  opacity: 0.46;
  animation-delay: -7s;
}

.ambient-network {
  position: absolute;
  inset: auto;
  top: 14%;
  right: clamp(12px, 5vw, 84px);
  width: min(50vw, 620px);
  height: min(62vh, 460px);
  min-height: 350px;
  opacity: 0.82;
}

.ambient-network::before {
  content: "";
  position: absolute;
  inset: 8% 4% 6% 16%;
  border: 1px solid rgba(164, 232, 248, 0.11);
  border-radius: 46% 54% 42% 58%;
  transform: rotate(-8deg);
  animation: ambientHalo 16s ease-in-out infinite alternate;
}

.ambient-node {
  position: absolute;
  z-index: 3;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(218, 252, 255, 0.78);
  border-radius: 50%;
  background: rgba(76, 210, 236, 0.7);
  box-shadow:
    0 0 0 5px rgba(76, 210, 236, 0.055),
    0 0 18px rgba(76, 210, 236, 0.48);
  animation: ambientNodePulse 9s ease-in-out infinite;
}

.ambient-line {
  position: absolute;
  z-index: 1;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(173, 239, 252, 0.42),
    rgba(76, 210, 236, 0.12),
    transparent
  );
  box-shadow: 0 0 12px rgba(76, 210, 236, 0.16);
  opacity: 0.42;
  transform-origin: left center;
  animation: ambientLinePulse 12s ease-in-out infinite;
}

.ambient-pulse {
  position: absolute;
  z-index: 2;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(228, 253, 255, 0.84);
  box-shadow: 0 0 18px rgba(76, 210, 236, 0.62);
  opacity: 0;
  animation: ambientPulsePath 10s ease-in-out infinite;
}

@media (max-width: 768px) {
  .visual-hero {
    background:
      radial-gradient(
        circle at 76% 24%,
        rgba(58, 196, 228, 0.24),
        transparent 38%
      ),
      linear-gradient(145deg, #09213d 0%, #0b3157 58%, #0e4770 100%);
  }

  .visual-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(5, 19, 37, 0.78) 0%,
        rgba(7, 31, 58, 0.72) 56%,
        rgba(7, 31, 58, 0.46) 100%
      ),
      linear-gradient(90deg, rgba(5, 19, 37, 0.9), rgba(5, 19, 37, 0.26));
  }

  .ambient-network {
    top: 7%;
    right: -42%;
    width: 112vw;
    height: 44vh;
    min-height: 300px;
    opacity: 0.3;
  }
}
/* Mobile hero visibility pass: keep the CSS tech treatment present without crowding the copy. */
@media (max-width: 768px) {
  .visual-hero {
    min-height: auto;
    overflow: hidden;
    background:
      radial-gradient(
        circle at 84% 18%,
        rgba(72, 207, 232, 0.34),
        transparent 34%
      ),
      radial-gradient(
        circle at 74% 78%,
        rgba(152, 232, 249, 0.16),
        transparent 36%
      ),
      linear-gradient(145deg, #09213d 0%, #0b3157 58%, #0f4a72 100%);
  }

  .visual-hero-content {
    position: relative;
    z-index: 2;
    min-height: auto;
    align-items: center;
    padding: 72px 20px 80px;
  }

  .visual-hero .hero-copy {
    max-width: 100%;
    transform: none;
  }

  .visual-hero .hero-title,
  .visual-hero h1 {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: clamp(40px, 10.5vw, 52px);
    line-height: 1.03;
  }

  .visual-hero .hero-title span {
    white-space: normal;
  }

  .visual-hero .hero-subhead {
    max-width: 100%;
    font-size: clamp(17px, 4.3vw, 18px);
    line-height: 1.45;
  }

  .visual-hero .hero-main-cta {
    width: 100%;
    max-width: 360px;
    min-height: 46px;
    margin-top: 24px;
    white-space: normal;
  }

  .visual-hero-overlay {
    z-index: 1;
    background:
      linear-gradient(
        180deg,
        rgba(5, 19, 37, 0.7) 0%,
        rgba(7, 31, 58, 0.62) 54%,
        rgba(7, 31, 58, 0.36) 100%
      ),
      linear-gradient(
        90deg,
        rgba(5, 19, 37, 0.9) 0%,
        rgba(5, 19, 37, 0.48) 58%,
        rgba(5, 19, 37, 0.18) 100%
      );
  }

  .hero-tech-bg {
    display: block;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    opacity: 0.78;
  }

  .hero-tech-bg::before {
    display: block;
    opacity: 0.62;
  }

  .hero-tech-bg::after {
    display: block;
    opacity: 0.36;
  }

  .tech-grid {
    display: block;
    opacity: 0.26;
    background-size: 36px 36px;
    mask-image: linear-gradient(
      90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.3) 28%,
      rgba(0, 0, 0, 0.84) 100%
    );
  }

  .tech-glow {
    display: block;
    opacity: 0.56;
  }

  .glow-one {
    top: 3%;
    right: -22%;
    width: 82vw;
    height: 82vw;
  }

  .glow-two {
    display: block;
    right: -18%;
    bottom: -26%;
    width: 68vw;
    height: 68vw;
    opacity: 0.24;
  }

  .ambient-network {
    display: block;
    top: 8%;
    right: -34%;
    width: 104vw;
    height: 46vh;
    min-height: 300px;
    opacity: 0.46;
  }

  .ambient-network::before {
    display: block;
    opacity: 0.34;
  }

  .ambient-line {
    display: block;
    opacity: 0.32;
  }

  .ambient-pulse {
    display: block;
  }

  .ambient-node {
    display: block;
    width: 6px;
    height: 6px;
    opacity: 0.48;
  }

  .line-d,
  .pulse-c,
  .node-e,
  .node-f {
    display: none;
  }
}

@media (max-width: 430px) {
  .visual-hero-content {
    padding: 68px 18px 76px;
  }

  .visual-hero .hero-main-cta {
    max-width: 100%;
  }

  .ambient-network {
    top: 14%;
    right: -48%;
    width: 118vw;
    height: 40vh;
    opacity: 0.4;
  }

  .line-c,
  .pulse-b,
  .node-d {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 768px) {
  .hero-tech-bg *,
  .hero-tech-bg::before,
  .hero-tech-bg::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Mobile hero visibility pass: keep the CSS tech treatment present without crowding the copy. */
@media (max-width: 768px) {
  .visual-hero {
    min-height: auto;
    overflow: hidden;
    background:
      radial-gradient(
        circle at 84% 18%,
        rgba(72, 207, 232, 0.34),
        transparent 34%
      ),
      radial-gradient(
        circle at 74% 78%,
        rgba(152, 232, 249, 0.16),
        transparent 36%
      ),
      linear-gradient(145deg, #09213d 0%, #0b3157 58%, #0f4a72 100%);
  }

  .visual-hero-content {
    position: relative;
    z-index: 2;
    min-height: auto;
    align-items: center;
    padding: 72px 20px 80px;
  }

  .visual-hero .hero-copy {
    max-width: 100%;
    transform: none;
  }

  .visual-hero .hero-title,
  .visual-hero h1 {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: clamp(40px, 10.5vw, 52px);
    line-height: 1.03;
  }

  .visual-hero .hero-title span {
    white-space: normal;
  }

  .visual-hero .hero-subhead {
    max-width: 100%;
    font-size: clamp(17px, 4.3vw, 18px);
    line-height: 1.45;
  }

  .visual-hero .hero-main-cta {
    width: 100%;
    max-width: 360px;
    min-height: 46px;
    margin-top: 24px;
    white-space: normal;
  }

  .visual-hero-overlay {
    z-index: 1;
    background:
      linear-gradient(
        180deg,
        rgba(5, 19, 37, 0.7) 0%,
        rgba(7, 31, 58, 0.62) 54%,
        rgba(7, 31, 58, 0.36) 100%
      ),
      linear-gradient(
        90deg,
        rgba(5, 19, 37, 0.9) 0%,
        rgba(5, 19, 37, 0.48) 58%,
        rgba(5, 19, 37, 0.18) 100%
      );
  }

  .hero-tech-bg {
    display: block;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    opacity: 0.78;
  }

  .hero-tech-bg::before {
    display: block;
    opacity: 0.62;
  }

  .hero-tech-bg::after {
    display: block;
    opacity: 0.36;
  }

  .tech-grid {
    display: block;
    opacity: 0.26;
    background-size: 36px 36px;
    mask-image: linear-gradient(
      90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.3) 28%,
      rgba(0, 0, 0, 0.84) 100%
    );
  }

  .tech-glow {
    display: block;
    opacity: 0.56;
  }

  .glow-one {
    top: 3%;
    right: -22%;
    width: 82vw;
    height: 82vw;
  }

  .glow-two {
    display: block;
    right: -18%;
    bottom: -26%;
    width: 68vw;
    height: 68vw;
    opacity: 0.24;
  }

  .ambient-network {
    display: block;
    top: 8%;
    right: -34%;
    width: 104vw;
    height: 46vh;
    min-height: 300px;
    opacity: 0.46;
  }

  .ambient-network::before {
    display: block;
    opacity: 0.34;
  }

  .ambient-line {
    display: block;
    opacity: 0.32;
  }

  .ambient-pulse {
    display: block;
  }

  .ambient-node {
    display: block;
    width: 6px;
    height: 6px;
    opacity: 0.48;
  }

  .line-d,
  .pulse-c,
  .node-e,
  .node-f {
    display: none;
  }
}

@media (max-width: 430px) {
  .visual-hero-content {
    padding: 68px 18px 76px;
  }

  .visual-hero .hero-main-cta {
    max-width: 100%;
  }

  .ambient-network {
    top: 14%;
    right: -48%;
    width: 118vw;
    height: 40vh;
    opacity: 0.4;
  }

  .line-c,
  .pulse-b,
  .node-d {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 768px) {
  .hero-tech-bg *,
  .hero-tech-bg::before,
  .hero-tech-bg::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Final mobile-only hero safety pass. */
@media (max-width: 768px) {
  .visual-hero {
    min-height: auto;
    overflow: hidden;
    background:
      radial-gradient(
        circle at 82% 16%,
        rgba(58, 196, 228, 0.22),
        transparent 32%
      ),
      linear-gradient(145deg, #09213d 0%, #0b3157 58%, #0e4770 100%);
  }

  .visual-hero-content {
    min-height: auto;
    align-items: center;
    padding: 60px 20px 66px;
  }

  .visual-hero .hero-copy {
    max-width: 100%;
    transform: none;
  }

  .visual-hero .hero-title,
  .visual-hero h1 {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: clamp(40px, 10.5vw, 52px);
    line-height: 1.03;
  }

  .visual-hero .hero-title span {
    white-space: normal;
  }

  .visual-hero .hero-subhead {
    max-width: 100%;
    font-size: clamp(17px, 4.3vw, 18px);
    line-height: 1.45;
  }

  .visual-hero .hero-main-cta {
    width: 100%;
    max-width: 360px;
    min-height: 46px;
    margin-top: 24px;
    white-space: normal;
  }

  .visual-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(5, 19, 37, 0.74) 0%,
        rgba(7, 31, 58, 0.7) 54%,
        rgba(7, 31, 58, 0.44) 100%
      ),
      linear-gradient(90deg, rgba(5, 19, 37, 0.9), rgba(5, 19, 37, 0.24));
  }

  .hero-tech-bg {
    opacity: 0.62;
  }

  .hero-tech-bg::before {
    opacity: 0.36;
  }

  .hero-tech-bg::after {
    opacity: 0.2;
  }

  .tech-grid {
    opacity: 0.18;
    background-size: 36px 36px;
  }

  .tech-glow {
    opacity: 0.22;
  }

  .glow-one {
    top: 8%;
    right: -20%;
    width: 78vw;
    height: 78vw;
  }

  .glow-two {
    display: none;
  }

  .ambient-network {
    top: 4%;
    right: -48%;
    width: 112vw;
    height: 40vh;
    min-height: 260px;
    opacity: 0.22;
  }

  .ambient-network::before,
  .ambient-line,
  .ambient-pulse {
    display: none;
  }

  .ambient-node {
    width: 6px;
    height: 6px;
    opacity: 0.34;
  }

  .node-c,
  .node-d,
  .node-e,
  .node-f {
    display: none;
  }
}

@media (max-width: 430px) {
  .visual-hero-content {
    padding: 54px 18px 60px;
  }

  .visual-hero .hero-title,
  .visual-hero h1 {
    font-size: clamp(38px, 10.8vw, 46px);
  }

  .visual-hero .hero-subhead {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 768px) {
  .hero-tech-bg *,
  .hero-tech-bg::before,
  .hero-tech-bg::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Final hero background override: lighter abstract medical-tech, no labels. */

.visual-hero {
  background:
    radial-gradient(
      circle at 78% 36%,
      rgba(58, 196, 228, 0.34),
      transparent 32%
    ),
    radial-gradient(
      circle at 92% 78%,
      rgba(152, 232, 249, 0.16),
      transparent 34%
    ),
    linear-gradient(135deg, #09213d 0%, #0b3157 50%, #0e4770 100%);
}

.visual-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(5, 19, 37, 0.86) 0%,
      rgba(7, 31, 58, 0.76) 38%,
      rgba(7, 31, 58, 0.24) 74%,
      rgba(7, 31, 58, 0.08) 100%
    ),
    radial-gradient(
      circle at 78% 46%,
      transparent 0%,
      rgba(5, 19, 37, 0.06) 48%,
      rgba(5, 19, 37, 0.24) 100%
    );
}

.hero-tech-bg::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(
      circle at 78% 38%,
      rgba(72, 207, 232, 0.3),
      transparent 26%
    ),
    radial-gradient(
      circle at 62% 72%,
      rgba(155, 234, 250, 0.14),
      transparent 30%
    ),
    conic-gradient(
      from 26deg at 78% 48%,
      transparent 0 16%,
      rgba(72, 207, 232, 0.12) 22%,
      transparent 32% 58%,
      rgba(155, 234, 250, 0.08) 64%,
      transparent 72%
    );
  opacity: 0.86;
  animation: ambientGlowDrift 18s ease-in-out infinite alternate;
}

.hero-tech-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 13px,
      rgba(210, 248, 255, 0.026) 14px
    ),
    linear-gradient(
      110deg,
      transparent 0 54%,
      rgba(72, 207, 232, 0.08) 55%,
      transparent 57%
    );
  opacity: 0.42;
  animation: ambientScan 16s linear infinite;
}

.tech-grid {
  inset: 0;
  opacity: 0.32;
  background:
    linear-gradient(rgba(164, 232, 248, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(164, 232, 248, 0.048) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.12) 34%,
    rgba(0, 0, 0, 0.76) 100%
  );
  animation: ambientGridDrift 20s linear infinite;
}

.tech-glow {
  animation: ambientSoftDrift 18s ease-in-out infinite alternate;
}

.glow-one {
  top: 12%;
  right: 6%;
  width: min(44vw, 560px);
  height: min(44vw, 560px);
  background: radial-gradient(
    circle,
    rgba(62, 199, 230, 0.42),
    rgba(62, 199, 230, 0.12) 44%,
    transparent 72%
  );
  opacity: 0.68;
}

.glow-two {
  right: 28%;
  bottom: -18%;
  width: min(34vw, 420px);
  height: min(34vw, 420px);
  background: radial-gradient(
    circle,
    rgba(154, 232, 249, 0.24),
    rgba(72, 207, 232, 0.08) 44%,
    transparent 72%
  );
  opacity: 0.46;
  animation-delay: -7s;
}

.ambient-network {
  position: absolute;
  inset: auto;
  top: 14%;
  right: clamp(12px, 5vw, 84px);
  width: min(50vw, 620px);
  height: min(62vh, 460px);
  min-height: 350px;
  opacity: 0.82;
}

.ambient-network::before {
  content: "";
  position: absolute;
  inset: 8% 4% 6% 16%;
  border: 1px solid rgba(164, 232, 248, 0.11);
  border-radius: 46% 54% 42% 58%;
  transform: rotate(-8deg);
  animation: ambientHalo 16s ease-in-out infinite alternate;
}

.ambient-node {
  position: absolute;
  z-index: 3;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(218, 252, 255, 0.78);
  border-radius: 50%;
  background: rgba(76, 210, 236, 0.7);
  box-shadow:
    0 0 0 5px rgba(76, 210, 236, 0.055),
    0 0 18px rgba(76, 210, 236, 0.48);
  animation: ambientNodePulse 9s ease-in-out infinite;
}

.ambient-line {
  position: absolute;
  z-index: 1;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(173, 239, 252, 0.42),
    rgba(76, 210, 236, 0.12),
    transparent
  );
  box-shadow: 0 0 12px rgba(76, 210, 236, 0.16);
  opacity: 0.42;
  transform-origin: left center;
  animation: ambientLinePulse 12s ease-in-out infinite;
}

.ambient-pulse {
  position: absolute;
  z-index: 2;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(228, 253, 255, 0.84);
  box-shadow: 0 0 18px rgba(76, 210, 236, 0.62);
  opacity: 0;
  animation: ambientPulsePath 10s ease-in-out infinite;
}

@media (max-width: 768px) {
  .visual-hero {
    background:
      radial-gradient(
        circle at 76% 24%,
        rgba(58, 196, 228, 0.24),
        transparent 38%
      ),
      linear-gradient(145deg, #09213d 0%, #0b3157 58%, #0e4770 100%);
  }

  .visual-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(5, 19, 37, 0.78) 0%,
        rgba(7, 31, 58, 0.72) 56%,
        rgba(7, 31, 58, 0.46) 100%
      ),
      linear-gradient(90deg, rgba(5, 19, 37, 0.9), rgba(5, 19, 37, 0.26));
  }

  .ambient-network {
    top: 7%;
    right: -42%;
    width: 112vw;
    height: 44vh;
    min-height: 300px;
    opacity: 0.3;
  }
}

/* DRAI-specific connected care hero network. */

.visual-hero {
  background:
    radial-gradient(
      circle at 78% 36%,
      rgba(43, 187, 227, 0.3),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 76%,
      rgba(144, 230, 249, 0.16),
      transparent 32%
    ),
    linear-gradient(135deg, #04172e 0%, #08264a 48%, #0b3b64 100%);
}

.visual-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(4, 18, 36, 0.97) 0%,
      rgba(5, 24, 47, 0.88) 38%,
      rgba(5, 24, 47, 0.42) 72%,
      rgba(5, 24, 47, 0.18) 100%
    ),
    radial-gradient(
      circle at 77% 48%,
      transparent 0%,
      rgba(4, 18, 36, 0.1) 44%,
      rgba(4, 18, 36, 0.36) 100%
    );
}

@media (prefers-reduced-motion: reduce) {
  .hero-tech-bg *,
  .hero-tech-bg::before,
  .hero-tech-bg::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Calm abstract medical-tech hero: no labels, no diagram. */

.visual-hero {
  background:
    radial-gradient(
      circle at 78% 36%,
      rgba(58, 196, 228, 0.34),
      transparent 32%
    ),
    radial-gradient(
      circle at 92% 78%,
      rgba(152, 232, 249, 0.16),
      transparent 34%
    ),
    linear-gradient(135deg, #09213d 0%, #0b3157 50%, #0e4770 100%);
}

.visual-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(5, 19, 37, 0.86) 0%,
      rgba(7, 31, 58, 0.76) 38%,
      rgba(7, 31, 58, 0.24) 74%,
      rgba(7, 31, 58, 0.08) 100%
    ),
    radial-gradient(
      circle at 78% 46%,
      transparent 0%,
      rgba(5, 19, 37, 0.06) 48%,
      rgba(5, 19, 37, 0.24) 100%
    );
}

.hero-tech-bg::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(
      circle at 78% 38%,
      rgba(72, 207, 232, 0.3),
      transparent 26%
    ),
    radial-gradient(
      circle at 62% 72%,
      rgba(155, 234, 250, 0.14),
      transparent 30%
    ),
    conic-gradient(
      from 26deg at 78% 48%,
      transparent 0 16%,
      rgba(72, 207, 232, 0.12) 22%,
      transparent 32% 58%,
      rgba(155, 234, 250, 0.08) 64%,
      transparent 72%
    );
  opacity: 0.86;
  animation: ambientGlowDrift 18s ease-in-out infinite alternate;
}

.hero-tech-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 13px,
      rgba(210, 248, 255, 0.026) 14px
    ),
    linear-gradient(
      110deg,
      transparent 0 54%,
      rgba(72, 207, 232, 0.08) 55%,
      transparent 57%
    );
  opacity: 0.42;
  animation: ambientScan 16s linear infinite;
}

.tech-grid {
  inset: 0;
  opacity: 0.32;
  background:
    linear-gradient(rgba(164, 232, 248, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(164, 232, 248, 0.048) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.12) 34%,
    rgba(0, 0, 0, 0.76) 100%
  );
  animation: ambientGridDrift 20s linear infinite;
}

.tech-glow {
  position: absolute;
  inset: auto;
  border-radius: 50%;
  filter: blur(36px);
  pointer-events: none;
  animation: ambientSoftDrift 18s ease-in-out infinite alternate;
}

.glow-one {
  top: 12%;
  right: 6%;
  width: min(44vw, 560px);
  height: min(44vw, 560px);
  background: radial-gradient(
    circle,
    rgba(62, 199, 230, 0.42),
    rgba(62, 199, 230, 0.12) 44%,
    transparent 72%
  );
  opacity: 0.68;
}

.glow-two {
  right: 28%;
  bottom: -18%;
  width: min(34vw, 420px);
  height: min(34vw, 420px);
  background: radial-gradient(
    circle,
    rgba(154, 232, 249, 0.24),
    rgba(72, 207, 232, 0.08) 44%,
    transparent 72%
  );
  opacity: 0.46;
  animation-delay: -7s;
}

.ambient-network {
  position: absolute;
  inset: auto;
  top: 14%;
  right: clamp(12px, 5vw, 84px);
  width: min(50vw, 620px);
  height: min(62vh, 460px);
  min-height: 350px;
  opacity: 0.82;
}

.ambient-network::before {
  content: "";
  position: absolute;
  inset: 8% 4% 6% 16%;
  border: 1px solid rgba(164, 232, 248, 0.11);
  border-radius: 46% 54% 42% 58%;
  transform: rotate(-8deg);
  animation: ambientHalo 16s ease-in-out infinite alternate;
}

.ambient-node {
  position: absolute;
  z-index: 3;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(218, 252, 255, 0.78);
  border-radius: 50%;
  background: rgba(76, 210, 236, 0.7);
  box-shadow:
    0 0 0 5px rgba(76, 210, 236, 0.055),
    0 0 18px rgba(76, 210, 236, 0.48);
  animation: ambientNodePulse 9s ease-in-out infinite;
}

.node-a {
  top: 18%;
  left: 30%;
}

.node-b {
  top: 30%;
  left: 68%;
  animation-delay: -1.4s;
}

.node-c {
  top: 49%;
  left: 47%;
  width: 10px;
  height: 10px;
  animation-delay: -2.8s;
}

.node-d {
  right: 9%;
  bottom: 25%;
  animation-delay: -4.2s;
}

.node-e {
  bottom: 15%;
  left: 28%;
  animation-delay: -5.6s;
}

.node-f {
  top: 62%;
  left: 70%;
  animation-delay: -6.8s;
}

.ambient-line {
  position: absolute;
  z-index: 1;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(173, 239, 252, 0.42),
    rgba(76, 210, 236, 0.12),
    transparent
  );
  box-shadow: 0 0 12px rgba(76, 210, 236, 0.16);
  opacity: 0.42;
  transform-origin: left center;
  animation: ambientLinePulse 12s ease-in-out infinite;
}

.line-a {
  top: 23%;
  left: 31%;
  width: 38%;
  transform: rotate(17deg);
}

.line-b {
  top: 43%;
  left: 46%;
  width: 35%;
  transform: rotate(-20deg);
  animation-delay: -3s;
}

.line-c {
  top: 55%;
  left: 29%;
  width: 42%;
  transform: rotate(28deg);
  animation-delay: -6s;
}

.line-d {
  top: 68%;
  left: 47%;
  width: 28%;
  transform: rotate(10deg);
  opacity: 0.28;
  animation-delay: -9s;
}

.ambient-pulse {
  position: absolute;
  z-index: 2;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(228, 253, 255, 0.84);
  box-shadow: 0 0 18px rgba(76, 210, 236, 0.62);
  opacity: 0;
  animation: ambientPulsePath 10s ease-in-out infinite;
}

.pulse-a {
  top: 23%;
  left: 31%;
  --ambient-x: 214px;
  --ambient-y: 66px;
}

.pulse-b {
  top: 43%;
  left: 46%;
  --ambient-x: 198px;
  --ambient-y: -64px;
  animation-delay: -3.3s;
}

.pulse-c {
  top: 55%;
  left: 29%;
  --ambient-x: 238px;
  --ambient-y: 126px;
  animation-delay: -6.6s;
}

@keyframes ambientGlowDrift {
  from {
    transform: translate3d(0, 0, 0) rotate(-2deg) scale(1);
  }

  to {
    transform: translate3d(-22px, 18px, 0) rotate(3deg) scale(1.04);
  }
}

@keyframes ambientScan {
  from {
    transform: translateY(-26px);
  }

  to {
    transform: translateY(26px);
  }
}

@keyframes ambientGridDrift {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 44px 44px;
  }
}

@keyframes ambientSoftDrift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(-18px, 14px, 0) scale(1.05);
  }
}

@keyframes ambientHalo {
  from {
    opacity: 0.28;
    transform: rotate(-8deg) scale(0.98);
  }

  to {
    opacity: 0.56;
    transform: rotate(-3deg) scale(1.04);
  }
}

@keyframes ambientNodePulse {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.88);
  }

  50% {
    opacity: 0.86;
    transform: scale(1.14);
  }
}

@keyframes ambientLinePulse {
  0%,
  100% {
    opacity: 0.24;
  }

  50% {
    opacity: 0.54;
  }
}

@keyframes ambientPulsePath {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.72);
  }

  18% {
    opacity: 0.7;
  }

  72% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    transform: translate3d(var(--ambient-x), var(--ambient-y), 0) scale(1.02);
  }
}

@media (max-width: 900px) {
  .ambient-network {
    right: -10%;
    width: 78vw;
    opacity: 0.54;
  }
}

@media (max-width: 768px) {
  .visual-hero {
    background:
      radial-gradient(
        circle at 76% 24%,
        rgba(58, 196, 228, 0.24),
        transparent 38%
      ),
      linear-gradient(145deg, #09213d 0%, #0b3157 58%, #0e4770 100%);
  }

  .visual-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(5, 19, 37, 0.78) 0%,
        rgba(7, 31, 58, 0.72) 56%,
        rgba(7, 31, 58, 0.46) 100%
      ),
      linear-gradient(90deg, rgba(5, 19, 37, 0.9), rgba(5, 19, 37, 0.26));
  }

  .hero-tech-bg::before {
    opacity: 0.44;
  }

  .hero-tech-bg::after {
    opacity: 0.24;
  }

  .tech-grid {
    opacity: 0.22;
    background-size: 34px 34px;
  }

  .tech-glow {
    opacity: 0.28;
  }

  .ambient-network {
    top: 7%;
    right: -42%;
    width: 112vw;
    height: 44vh;
    min-height: 300px;
    opacity: 0.3;
  }

  .node-d,
  .node-e,
  .line-b,
  .line-d,
  .pulse-b {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-tech-bg *,
  .hero-tech-bg::before,
  .hero-tech-bg::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Connected-care network hero: visible CSS-only motion, no dashboard mockup. */
.visual-hero {
  background:
    radial-gradient(
      circle at 82% 34%,
      rgba(43, 187, 227, 0.32),
      transparent 30%
    ),
    radial-gradient(
      circle at 72% 78%,
      rgba(126, 224, 247, 0.16),
      transparent 34%
    ),
    linear-gradient(135deg, #04172e 0%, #08264a 48%, #0b3b64 100%);
}

.hero-tech-bg {
  overflow: hidden;
}

.hero-tech-bg::before {
  content: "";
  position: absolute;
  inset: -18%;
  background:
    radial-gradient(
      circle at 78% 36%,
      rgba(43, 187, 227, 0.24),
      transparent 28%
    ),
    radial-gradient(
      circle at 65% 72%,
      rgba(151, 232, 249, 0.12),
      transparent 30%
    ),
    conic-gradient(
      from 18deg at 78% 48%,
      transparent 0 12%,
      rgba(43, 187, 227, 0.12) 16%,
      transparent 24% 46%,
      rgba(151, 232, 249, 0.08) 52%,
      transparent 62%
    );
  opacity: 0.9;
  animation: networkGlowDrift 18s ease-in-out infinite alternate;
}

.hero-tech-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      transparent 0 48%,
      rgba(43, 187, 227, 0.08) 48.2% 48.4%,
      transparent 48.7%
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0 12px,
      rgba(190, 241, 251, 0.035) 13px
    ),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.035));
  opacity: 0.62;
  animation: networkScan 12s linear infinite;
}

.tech-grid {
  inset: 0;
  opacity: 0.42;
  background:
    linear-gradient(rgba(154, 229, 246, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(154, 229, 246, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.12) 28%,
    rgba(0, 0, 0, 0.8) 100%
  );
  animation: networkGridDrift 18s linear infinite;
}

.tech-glow {
  position: absolute;
  inset: auto;
  border-radius: 50%;
  filter: blur(34px);
  pointer-events: none;
  animation: networkSoftDrift 16s ease-in-out infinite alternate;
}

.glow-one {
  top: 12%;
  right: 6%;
  width: min(42vw, 540px);
  height: min(42vw, 540px);
  background: radial-gradient(
    circle,
    rgba(43, 187, 227, 0.38),
    rgba(43, 187, 227, 0.11) 42%,
    transparent 70%
  );
  opacity: 0.76;
}

.glow-two {
  right: 28%;
  bottom: -18%;
  width: min(32vw, 400px);
  height: min(32vw, 400px);
  background: radial-gradient(
    circle,
    rgba(144, 230, 249, 0.24),
    rgba(43, 187, 227, 0.08) 45%,
    transparent 72%
  );
  opacity: 0.54;
  animation-delay: -7s;
}

.node-1 {
  top: 15%;
  left: 24%;
}

.node-2 {
  top: 25%;
  left: 58%;
  animation-delay: -1.3s;
}

.node-3 {
  top: 42%;
  left: 38%;
  animation-delay: -2.6s;
}

.node-4 {
  top: 48%;
  left: 79%;
  animation-delay: -3.1s;
}

.node-5 {
  top: 68%;
  left: 22%;
  animation-delay: -4.2s;
}

.node-6 {
  top: 72%;
  left: 62%;
  animation-delay: -5.1s;
}

.node-7 {
  top: 58%;
  left: 49%;
  width: 11px;
  height: 11px;
  animation-delay: -6.4s;
}

.node-8 {
  top: 34%;
  left: 18%;
  animation-delay: -7.2s;
}

.line-1 {
  top: 18%;
  left: 25%;
  width: 36%;
  transform: rotate(10deg);
}

.line-2 {
  top: 29%;
  left: 20%;
  width: 35%;
  transform: rotate(42deg);
  animation-delay: -2s;
}

.line-3 {
  top: 44%;
  left: 40%;
  width: 40%;
  transform: rotate(8deg);
  animation-delay: -4s;
}

.line-4 {
  top: 60%;
  left: 25%;
  width: 40%;
  transform: rotate(-15deg);
  animation-delay: -6s;
}

.line-5 {
  top: 71%;
  left: 24%;
  width: 39%;
  transform: rotate(6deg);
  animation-delay: -8s;
}

.line-6 {
  top: 36%;
  left: 58%;
  width: 30%;
  transform: rotate(39deg);
  animation-delay: -5s;
}

.visual-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(4, 18, 36, 0.96) 0%,
      rgba(5, 24, 47, 0.86) 40%,
      rgba(5, 24, 47, 0.34) 76%,
      rgba(5, 24, 47, 0.18) 100%
    ),
    radial-gradient(
      circle at 78% 43%,
      transparent 0%,
      rgba(4, 18, 36, 0.08) 42%,
      rgba(4, 18, 36, 0.34) 100%
    );
}

.visual-hero::after {
  background:
    linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.052) 100%),
    linear-gradient(
      105deg,
      transparent 0 56%,
      rgba(43, 187, 227, 0.08) 56.2% 56.45%,
      transparent 56.8% 100%
    );
}

@keyframes networkGlowDrift {
  from {
    transform: translate3d(0, 0, 0) rotate(-2deg) scale(1);
  }

  to {
    transform: translate3d(-28px, 18px, 0) rotate(3deg) scale(1.04);
  }
}

@keyframes networkScan {
  from {
    transform: translateY(-32px);
  }

  to {
    transform: translateY(32px);
  }
}

@keyframes networkGridDrift {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 40px 40px;
  }
}

@keyframes networkSoftDrift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(-22px, 18px, 0) scale(1.06);
  }
}

@media (max-width: 768px) {
  .visual-hero {
    background:
      radial-gradient(
        circle at 78% 24%,
        rgba(43, 187, 227, 0.22),
        transparent 38%
      ),
      linear-gradient(145deg, #04172e 0%, #08264a 58%, #0b365e 100%);
  }

  .visual-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(4, 18, 36, 0.8) 0%,
        rgba(5, 24, 47, 0.74) 56%,
        rgba(5, 24, 47, 0.48) 100%
      ),
      linear-gradient(90deg, rgba(4, 18, 36, 0.92), rgba(4, 18, 36, 0.32));
  }

  .hero-tech-bg::before {
    opacity: 0.5;
  }

  .hero-tech-bg::after {
    opacity: 0.28;
  }

  .tech-grid {
    opacity: 0.28;
    background-size: 34px 34px;
  }

  .tech-glow {
    opacity: 0.36;
  }

  .node-4,
  .node-5,
  .node-8,
  .line-3,
  .line-5,
  .line-6,
  .pulse-2,
  .pulse-4 {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-tech-bg *,
  .hero-tech-bg::before,
  .hero-tech-bg::after {
    animation: none !important;
  }
}

/* Final hero background override: lighter abstract medical-tech, no labels. */

.visual-hero {
  background:
    radial-gradient(
      circle at 78% 36%,
      rgba(58, 196, 228, 0.34),
      transparent 32%
    ),
    radial-gradient(
      circle at 92% 78%,
      rgba(152, 232, 249, 0.16),
      transparent 34%
    ),
    linear-gradient(135deg, #09213d 0%, #0b3157 50%, #0e4770 100%);
}

.visual-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(5, 19, 37, 0.86) 0%,
      rgba(7, 31, 58, 0.76) 38%,
      rgba(7, 31, 58, 0.24) 74%,
      rgba(7, 31, 58, 0.08) 100%
    ),
    radial-gradient(
      circle at 78% 46%,
      transparent 0%,
      rgba(5, 19, 37, 0.06) 48%,
      rgba(5, 19, 37, 0.24) 100%
    );
}

.hero-tech-bg::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(
      circle at 78% 38%,
      rgba(72, 207, 232, 0.3),
      transparent 26%
    ),
    radial-gradient(
      circle at 62% 72%,
      rgba(155, 234, 250, 0.14),
      transparent 30%
    ),
    conic-gradient(
      from 26deg at 78% 48%,
      transparent 0 16%,
      rgba(72, 207, 232, 0.12) 22%,
      transparent 32% 58%,
      rgba(155, 234, 250, 0.08) 64%,
      transparent 72%
    );
  opacity: 0.86;
  animation: ambientGlowDrift 18s ease-in-out infinite alternate;
}

.hero-tech-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 13px,
      rgba(210, 248, 255, 0.026) 14px
    ),
    linear-gradient(
      110deg,
      transparent 0 54%,
      rgba(72, 207, 232, 0.08) 55%,
      transparent 57%
    );
  opacity: 0.42;
  animation: ambientScan 16s linear infinite;
}

.tech-grid {
  inset: 0;
  opacity: 0.32;
  background:
    linear-gradient(rgba(164, 232, 248, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(164, 232, 248, 0.048) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.12) 34%,
    rgba(0, 0, 0, 0.76) 100%
  );
  animation: ambientGridDrift 20s linear infinite;
}

.tech-glow {
  animation: ambientSoftDrift 18s ease-in-out infinite alternate;
}

.glow-one {
  top: 12%;
  right: 6%;
  width: min(44vw, 560px);
  height: min(44vw, 560px);
  background: radial-gradient(
    circle,
    rgba(62, 199, 230, 0.42),
    rgba(62, 199, 230, 0.12) 44%,
    transparent 72%
  );
  opacity: 0.68;
}

.glow-two {
  right: 28%;
  bottom: -18%;
  width: min(34vw, 420px);
  height: min(34vw, 420px);
  background: radial-gradient(
    circle,
    rgba(154, 232, 249, 0.24),
    rgba(72, 207, 232, 0.08) 44%,
    transparent 72%
  );
  opacity: 0.46;
  animation-delay: -7s;
}

.ambient-network {
  position: absolute;
  inset: auto;
  top: 14%;
  right: clamp(12px, 5vw, 84px);
  width: min(50vw, 620px);
  height: min(62vh, 460px);
  min-height: 350px;
  opacity: 0.82;
}

.ambient-network::before {
  content: "";
  position: absolute;
  inset: 8% 4% 6% 16%;
  border: 1px solid rgba(164, 232, 248, 0.11);
  border-radius: 46% 54% 42% 58%;
  transform: rotate(-8deg);
  animation: ambientHalo 16s ease-in-out infinite alternate;
}

.ambient-node {
  position: absolute;
  z-index: 3;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(218, 252, 255, 0.78);
  border-radius: 50%;
  background: rgba(76, 210, 236, 0.7);
  box-shadow:
    0 0 0 5px rgba(76, 210, 236, 0.055),
    0 0 18px rgba(76, 210, 236, 0.48);
  animation: ambientNodePulse 9s ease-in-out infinite;
}

.ambient-line {
  position: absolute;
  z-index: 1;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(173, 239, 252, 0.42),
    rgba(76, 210, 236, 0.12),
    transparent
  );
  box-shadow: 0 0 12px rgba(76, 210, 236, 0.16);
  opacity: 0.42;
  transform-origin: left center;
  animation: ambientLinePulse 12s ease-in-out infinite;
}

.ambient-pulse {
  position: absolute;
  z-index: 2;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(228, 253, 255, 0.84);
  box-shadow: 0 0 18px rgba(76, 210, 236, 0.62);
  opacity: 0;
  animation: ambientPulsePath 10s ease-in-out infinite;
}

@media (max-width: 768px) {
  .visual-hero {
    background:
      radial-gradient(
        circle at 76% 24%,
        rgba(58, 196, 228, 0.24),
        transparent 38%
      ),
      linear-gradient(145deg, #09213d 0%, #0b3157 58%, #0e4770 100%);
  }

  .visual-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(5, 19, 37, 0.78) 0%,
        rgba(7, 31, 58, 0.72) 56%,
        rgba(7, 31, 58, 0.46) 100%
      ),
      linear-gradient(90deg, rgba(5, 19, 37, 0.9), rgba(5, 19, 37, 0.26));
  }

  .ambient-network {
    top: 7%;
    right: -42%;
    width: 112vw;
    height: 44vh;
    min-height: 300px;
    opacity: 0.3;
  }

  .visual-hero {
    min-height: auto;
    overflow: hidden;
    background:
      radial-gradient(
        circle at 84% 18%,
        rgba(72, 207, 232, 0.34),
        transparent 34%
      ),
      radial-gradient(
        circle at 74% 78%,
        rgba(152, 232, 249, 0.16),
        transparent 36%
      ),
      linear-gradient(145deg, #09213d 0%, #0b3157 58%, #0f4a72 100%);
  }

  .visual-hero-content {
    position: relative;
    z-index: 2;
    min-height: auto;
    align-items: center;
    padding: 72px 20px 80px;
  }

  .visual-hero .hero-copy {
    max-width: 100%;
    transform: none;
  }

  .visual-hero .hero-title,
  .visual-hero h1 {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: clamp(40px, 10.5vw, 52px);
    line-height: 1.03;
  }

  .visual-hero .hero-title span {
    white-space: normal;
  }

  .visual-hero .hero-subhead {
    max-width: 100%;
    font-size: clamp(17px, 4.3vw, 18px);
    line-height: 1.45;
  }

  .visual-hero .hero-main-cta {
    width: 100%;
    max-width: 360px;
    min-height: 46px;
    margin-top: 24px;
    white-space: normal;
  }

  .visual-hero-overlay {
    z-index: 1;
    background:
      linear-gradient(
        180deg,
        rgba(5, 19, 37, 0.7) 0%,
        rgba(7, 31, 58, 0.62) 54%,
        rgba(7, 31, 58, 0.36) 100%
      ),
      linear-gradient(
        90deg,
        rgba(5, 19, 37, 0.9) 0%,
        rgba(5, 19, 37, 0.48) 58%,
        rgba(5, 19, 37, 0.18) 100%
      );
  }

  .hero-tech-bg {
    display: block;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    opacity: 0.78;
  }

  .hero-tech-bg::before {
    display: block;
    opacity: 0.62;
  }

  .hero-tech-bg::after {
    display: block;
    opacity: 0.36;
  }

  .tech-grid {
    display: block;
    opacity: 0.26;
    background-size: 36px 36px;
    mask-image: linear-gradient(
      90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.3) 28%,
      rgba(0, 0, 0, 0.84) 100%
    );
  }

  .tech-glow {
    display: block;
    opacity: 0.56;
  }

  .glow-one {
    top: 3%;
    right: -22%;
    width: 82vw;
    height: 82vw;
  }

  .glow-two {
    display: block;
    right: -18%;
    bottom: -26%;
    width: 68vw;
    height: 68vw;
    opacity: 0.24;
  }

  .ambient-network {
    display: block;
    top: 8%;
    right: -34%;
    width: 104vw;
    height: 46vh;
    min-height: 300px;
    opacity: 0.46;
  }

  .ambient-network::before {
    display: block;
    opacity: 0.34;
  }

  .ambient-line {
    display: block;
    opacity: 0.32;
  }

  .ambient-pulse {
    display: block;
  }

  .ambient-node {
    display: block;
    width: 6px;
    height: 6px;
    opacity: 0.48;
  }

  .line-d,
  .pulse-c,
  .node-e,
  .node-f {
    display: none;
  }
}

@media (max-width: 430px) {
  .visual-hero-content {
    padding: 68px 18px 76px;
  }

  .visual-hero .hero-main-cta {
    max-width: 100%;
  }

  .ambient-network {
    top: 14%;
    right: -48%;
    width: 118vw;
    height: 40vh;
    opacity: 0.4;
  }

  .line-c,
  .pulse-b,
  .node-d {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 768px) {
  .hero-tech-bg *,
  .hero-tech-bg::before,
  .hero-tech-bg::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Final visual direction: simplified premium hero and integrated ecosystem background. */
.visual-hero {
  background:
    radial-gradient(
      circle at 82% 32%,
      rgba(84, 205, 232, 0.3),
      transparent 30%
    ),
    radial-gradient(
      circle at 94% 74%,
      rgba(171, 237, 250, 0.14),
      transparent 34%
    ),
    linear-gradient(135deg, #0a2540 0%, #0b3153 48%, #115477 100%);
}

.visual-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(5, 21, 39, 0.82) 0%,
      rgba(7, 35, 61, 0.66) 42%,
      rgba(7, 35, 61, 0.16) 100%
    ),
    linear-gradient(180deg, rgba(5, 21, 39, 0.06), rgba(5, 21, 39, 0.22));
}

.visual-hero::after {
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(255, 255, 255, 0.045) 100%
  );
  opacity: 0.8;
  mask-image: none;
}

.hero-tech-bg {
  display: block;
  opacity: 1;
  overflow: hidden;
}

.hero-tech-bg::before {
  content: "";
  position: absolute;
  inset: -18%;
  background:
    radial-gradient(
      circle at 80% 36%,
      rgba(93, 214, 238, 0.28),
      transparent 30%
    ),
    radial-gradient(
      circle at 68% 70%,
      rgba(166, 234, 249, 0.11),
      transparent 34%
    ),
    linear-gradient(
      112deg,
      transparent 0 54%,
      rgba(130, 229, 247, 0.07) 55%,
      transparent 58%
    );
  opacity: 0.9;
  animation: heroQuietGlow 18s ease-in-out infinite alternate;
}

.hero-tech-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 18px,
      rgba(210, 248, 255, 0.018) 19px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0 48px,
      rgba(210, 248, 255, 0.018) 49px
    );
  opacity: 0.32;
  animation: heroQuietTexture 22s linear infinite;
}

.tech-grid {
  display: block;
  opacity: 0.11;
  background:
    linear-gradient(rgba(178, 238, 250, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(178, 238, 250, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.08) 30%,
    rgba(0, 0, 0, 0.72) 100%
  );
  animation: heroQuietTexture 24s linear infinite;
}

.tech-grid::before,
.tech-grid::after,
.tech-panel,
.tech-lines,
.tech-node,
.tech-network,
.network-node,
.network-line,
.network-pulse,
.care-network,
.care-node,
.care-chip,
.care-line,
.care-pulse,
.ambient-network,
.ambient-line,
.ambient-pulse,
.ambient-node {
  display: none !important;
}

.tech-glow {
  display: block;
  position: absolute;
  border-radius: 50%;
  filter: blur(36px);
  pointer-events: none;
  animation: heroQuietGlow 18s ease-in-out infinite alternate;
}

.glow-one {
  top: 8%;
  right: -4%;
  width: min(48vw, 620px);
  height: min(48vw, 620px);
  background: radial-gradient(
    circle,
    rgba(83, 207, 235, 0.42),
    rgba(83, 207, 235, 0.12) 44%,
    transparent 72%
  );
  opacity: 0.7;
}

.glow-two {
  right: 20%;
  bottom: -22%;
  width: min(34vw, 430px);
  height: min(34vw, 430px);
  background: radial-gradient(
    circle,
    rgba(170, 237, 250, 0.22),
    rgba(83, 207, 235, 0.07) 42%,
    transparent 72%
  );
  opacity: 0.42;
  animation-delay: -7s;
}

@keyframes heroQuietGlow {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(-18px, 14px, 0) scale(1.04);
  }
}

@keyframes heroQuietTexture {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 56px 28px;
  }
}

@media (max-width: 768px) {
  .visual-hero {
    background:
      radial-gradient(
        circle at 82% 20%,
        rgba(84, 205, 232, 0.34),
        transparent 36%
      ),
      radial-gradient(
        circle at 86% 82%,
        rgba(171, 237, 250, 0.12),
        transparent 38%
      ),
      linear-gradient(145deg, #0a2540 0%, #0b3153 58%, #115477 100%);
  }

  .visual-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(5, 21, 39, 0.68) 0%,
        rgba(7, 35, 61, 0.58) 54%,
        rgba(7, 35, 61, 0.34) 100%
      ),
      linear-gradient(
        90deg,
        rgba(5, 21, 39, 0.88) 0%,
        rgba(5, 21, 39, 0.42) 72%,
        rgba(5, 21, 39, 0.14) 100%
      );
  }

  .hero-tech-bg {
    opacity: 0.82;
  }

  .hero-tech-bg::before {
    opacity: 0.72;
  }

  .hero-tech-bg::after,
  .tech-grid {
    display: block;
    opacity: 0.13;
  }

  .glow-one {
    top: 2%;
    right: -34%;
    width: 96vw;
    height: 96vw;
    opacity: 0.58;
  }

  .glow-two {
    right: -18%;
    bottom: -24%;
    width: 70vw;
    height: 70vw;
    opacity: 0.22;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-tech-bg,
  .hero-tech-bg *,
  .hero-tech-bg::before,
  .hero-tech-bg::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Final refinement: abstract hero motion and integrated ecosystem section. */
.visual-hero {
  background:
    radial-gradient(
      circle at 80% 30%,
      rgba(94, 212, 238, 0.34),
      transparent 31%
    ),
    radial-gradient(
      circle at 92% 76%,
      rgba(174, 239, 251, 0.18),
      transparent 34%
    ),
    linear-gradient(135deg, #0a2642 0%, #0c3457 48%, #125a7d 100%);
}

.hero-tech-bg::before {
  background:
    radial-gradient(
      circle at 78% 34%,
      rgba(102, 216, 240, 0.34),
      transparent 28%
    ),
    radial-gradient(
      circle at 70% 74%,
      rgba(174, 239, 251, 0.14),
      transparent 34%
    ),
    linear-gradient(
      112deg,
      transparent 0 48%,
      rgba(132, 231, 248, 0.09) 49%,
      transparent 52%
    ),
    linear-gradient(
      28deg,
      transparent 0 61%,
      rgba(132, 231, 248, 0.065) 62%,
      transparent 64%
    );
  opacity: 0.96;
  animation: heroQuietGlow 16s ease-in-out infinite alternate;
}

.hero-tech-bg::after {
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 18px,
      rgba(215, 250, 255, 0.026) 19px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0 54px,
      rgba(215, 250, 255, 0.022) 55px
    ),
    linear-gradient(
      105deg,
      transparent 0 60%,
      rgba(93, 214, 238, 0.105) 61%,
      transparent 64%
    );
  opacity: 0.42;
  animation: heroQuietTexture 20s linear infinite;
}

.tech-grid {
  opacity: 0.16;
  background-size: 52px 52px;
}

.ambient-network {
  display: block !important;
  position: absolute;
  inset: auto;
  top: 12%;
  right: clamp(12px, 5vw, 80px);
  width: min(50vw, 620px);
  height: min(60vh, 450px);
  min-height: 340px;
  opacity: 0.52;
}

.ambient-network::before {
  content: "";
  display: block;
  position: absolute;
  inset: 8% 4% 4% 14%;
  border: 0;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 55% 46%,
      rgba(97, 213, 238, 0.09),
      transparent 48%
    ),
    radial-gradient(
      circle at 72% 28%,
      rgba(222, 253, 255, 0.06),
      transparent 34%
    );
  animation: ambientHalo 18s ease-in-out infinite alternate;
}

.ambient-line {
  display: block !important;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(192, 245, 255, 0.52),
    rgba(83, 207, 235, 0.16),
    transparent
  );
  box-shadow: 0 0 14px rgba(83, 207, 235, 0.18);
  opacity: 0.26;
}

.ambient-pulse {
  display: block !important;
  width: 5px;
  height: 5px;
  background: rgba(226, 253, 255, 0.82);
  box-shadow: 0 0 16px rgba(83, 207, 235, 0.58);
  opacity: 0.2;
  animation: heroTrailPulse 12s ease-in-out infinite;
}

.ambient-node {
  display: block !important;
  width: 6px;
  height: 6px;
  border-color: rgba(221, 253, 255, 0.74);
  background: rgba(94, 212, 238, 0.58);
  box-shadow:
    0 0 0 5px rgba(94, 212, 238, 0.04),
    0 0 16px rgba(94, 212, 238, 0.38);
  opacity: 0.42;
}

.line-d,
.pulse-c,
.node-e,
.node-f {
  display: none !important;
}

@media (max-width: 768px) {
  .hero-tech-bg {
    opacity: 0.9;
  }

  .hero-tech-bg::before {
    opacity: 0.78;
  }

  .hero-tech-bg::after,
  .tech-grid {
    opacity: 0.16;
  }

  .ambient-network {
    top: 8%;
    right: -34%;
    width: 104vw;
    height: 44vh;
    min-height: 300px;
    opacity: 0.34;
  }

  .ambient-line {
    opacity: 0.2;
  }

  .ambient-node {
    opacity: 0.34;
  }

  .line-c,
  .line-d,
  .pulse-b,
  .pulse-c,
  .node-d,
  .node-e,
  .node-f {
    display: none !important;
  }
}

@keyframes heroTrailPulse {
  0% {
    opacity: 0.16;
    transform: translate3d(0, 0, 0) scale(0.74);
  }

  22% {
    opacity: 0.62;
  }

  72% {
    opacity: 0.44;
  }

  100% {
    opacity: 0.16;
    transform: translate3d(var(--ambient-x), var(--ambient-y), 0) scale(1.04);
  }
}

/* Ecosystem scale pass: larger cards on a clean page background. */

.ecosystem-heading > p:not(.eyebrow) {
  max-width: 800px;
  font-size: clamp(17px, 1.6vw, 20px);
}

.ecosystem-card > p:not(.ecosystem-audience) {
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.6;
}

/* Final hero background pass: premium abstract medical-tech motion. */
.visual-hero {
  background:
    radial-gradient(
      circle at 82% 28%,
      rgba(108, 220, 242, 0.42),
      transparent 29%
    ),
    radial-gradient(
      circle at 72% 72%,
      rgba(176, 239, 252, 0.18),
      transparent 36%
    ),
    radial-gradient(
      circle at 96% 52%,
      rgba(70, 190, 225, 0.18),
      transparent 28%
    ),
    linear-gradient(135deg, #071f3a 0%, #0b3154 48%, #135e82 100%);
}

.visual-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(4, 18, 35, 0.9) 0%,
      rgba(6, 28, 52, 0.78) 37%,
      rgba(7, 36, 62, 0.28) 72%,
      rgba(7, 36, 62, 0.08) 100%
    ),
    linear-gradient(180deg, rgba(4, 18, 35, 0.12), rgba(4, 18, 35, 0.26));
}

.hero-tech-bg {
  opacity: 1;
}

.hero-tech-bg::before {
  inset: -22%;
  background:
    radial-gradient(
      circle at 78% 34%,
      rgba(106, 220, 242, 0.34),
      transparent 27%
    ),
    radial-gradient(
      circle at 70% 74%,
      rgba(187, 244, 255, 0.16),
      transparent 35%
    ),
    conic-gradient(
      from 18deg at 78% 48%,
      transparent 0 18%,
      rgba(117, 226, 246, 0.13) 22%,
      transparent 30% 54%,
      rgba(188, 244, 255, 0.08) 61%,
      transparent 70%
    ),
    linear-gradient(
      116deg,
      transparent 0 47%,
      rgba(130, 229, 247, 0.12) 48%,
      transparent 51%
    ),
    linear-gradient(
      28deg,
      transparent 0 60%,
      rgba(130, 229, 247, 0.08) 61%,
      transparent 64%
    );
  opacity: 0.98;
  animation: heroPremiumGlow 18s ease-in-out infinite alternate;
}

.hero-tech-bg::after {
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 16px,
      rgba(218, 250, 255, 0.028) 17px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0 48px,
      rgba(218, 250, 255, 0.024) 49px
    ),
    linear-gradient(
      106deg,
      transparent 0 57%,
      rgba(102, 220, 242, 0.14) 58%,
      transparent 61%
    ),
    linear-gradient(
      72deg,
      transparent 0 69%,
      rgba(102, 220, 242, 0.08) 70%,
      transparent 72%
    );
  opacity: 0.48;
  animation: heroPremiumMesh 18s linear infinite;
}

.tech-grid {
  opacity: 0.2;
  background:
    linear-gradient(rgba(184, 243, 253, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184, 243, 253, 0.052) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.12) 30%,
    rgba(0, 0, 0, 0.84) 100%
  );
  animation: heroPremiumMesh 24s linear infinite;
}

.tech-glow {
  filter: blur(38px);
  animation: heroPremiumGlow 18s ease-in-out infinite alternate;
}

.glow-one {
  top: 4%;
  right: -4%;
  width: min(52vw, 680px);
  height: min(52vw, 680px);
  background: radial-gradient(
    circle,
    rgba(92, 213, 239, 0.5),
    rgba(92, 213, 239, 0.15) 42%,
    transparent 70%
  );
  opacity: 0.78;
}

.glow-two {
  right: 20%;
  bottom: -22%;
  width: min(36vw, 460px);
  height: min(36vw, 460px);
  background: radial-gradient(
    circle,
    rgba(188, 244, 255, 0.26),
    rgba(92, 213, 239, 0.08) 42%,
    transparent 72%
  );
  opacity: 0.5;
  animation-delay: -8s;
}

.ambient-network {
  top: 9%;
  right: clamp(10px, 4.8vw, 74px);
  width: min(54vw, 680px);
  height: min(66vh, 500px);
  min-height: 380px;
  opacity: 0.64;
}

.ambient-network::before {
  inset: 4% 2% 2% 10%;
  border: 1px solid rgba(192, 245, 255, 0.14);
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 54% 46%,
      rgba(102, 220, 242, 0.1),
      transparent 44%
    ),
    radial-gradient(
      circle at 72% 28%,
      rgba(222, 253, 255, 0.08),
      transparent 32%
    );
  box-shadow:
    inset 0 0 48px rgba(98, 217, 240, 0.06),
    0 0 52px rgba(98, 217, 240, 0.08);
  animation: heroScanRing 14s ease-in-out infinite;
}

.ambient-network::after {
  content: "";
  position: absolute;
  top: 28%;
  left: 38%;
  width: 34%;
  aspect-ratio: 1;
  border: 1px solid rgba(201, 248, 255, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 38px rgba(92, 213, 239, 0.12);
  animation: heroScanRing 12s ease-in-out infinite reverse;
}

.ambient-line {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(210, 250, 255, 0.64),
    rgba(92, 213, 239, 0.2),
    transparent
  );
  box-shadow: 0 0 16px rgba(92, 213, 239, 0.24);
  opacity: 0.36;
  animation: heroLineBreathe 10s ease-in-out infinite;
}

.ambient-pulse {
  width: 6px;
  height: 6px;
  background: rgba(230, 254, 255, 0.9);
  box-shadow: 0 0 20px rgba(92, 213, 239, 0.72);
  animation: heroTrailPulse 11s ease-in-out infinite;
}

.ambient-node {
  width: 7px;
  height: 7px;
  border-color: rgba(226, 253, 255, 0.82);
  background: rgba(106, 220, 242, 0.66);
  box-shadow:
    0 0 0 6px rgba(106, 220, 242, 0.045),
    0 0 19px rgba(106, 220, 242, 0.48);
  opacity: 0.54;
  animation: heroNodeBreathe 9s ease-in-out infinite;
}

.node-e {
  display: block !important;
  opacity: 0.32;
}

@media (max-width: 768px) {
  .visual-hero {
    background:
      radial-gradient(
        circle at 82% 18%,
        rgba(108, 220, 242, 0.36),
        transparent 36%
      ),
      radial-gradient(
        circle at 88% 80%,
        rgba(176, 239, 252, 0.13),
        transparent 38%
      ),
      linear-gradient(145deg, #071f3a 0%, #0b3154 58%, #135a7d 100%);
  }

  .visual-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(4, 18, 35, 0.72) 0%,
        rgba(6, 28, 52, 0.62) 55%,
        rgba(7, 36, 62, 0.35) 100%
      ),
      linear-gradient(
        90deg,
        rgba(4, 18, 35, 0.9) 0%,
        rgba(4, 18, 35, 0.48) 72%,
        rgba(4, 18, 35, 0.16) 100%
      );
  }

  .hero-tech-bg {
    opacity: 0.88;
  }

  .hero-tech-bg::before {
    opacity: 0.8;
  }

  .hero-tech-bg::after,
  .tech-grid {
    opacity: 0.16;
  }

  .glow-one {
    top: 0;
    right: -36%;
    width: 98vw;
    height: 98vw;
    opacity: 0.62;
  }

  .glow-two {
    right: -20%;
    bottom: -26%;
    width: 70vw;
    height: 70vw;
    opacity: 0.24;
  }

  .ambient-network {
    top: 6%;
    right: -38%;
    width: 108vw;
    height: 42vh;
    min-height: 300px;
    opacity: 0.38;
  }

  .ambient-network::before {
    opacity: 0.56;
  }

  .ambient-network::after,
  .line-c,
  .line-d,
  .pulse-b,
  .pulse-c,
  .node-d,
  .node-e,
  .node-f {
    display: none !important;
  }

  .ambient-line {
    opacity: 0.24;
  }

  .ambient-node {
    opacity: 0.36;
  }
}

@keyframes heroPremiumGlow {
  from {
    transform: translate3d(0, 0, 0) rotate(-1deg) scale(1);
  }

  to {
    transform: translate3d(-24px, 18px, 0) rotate(2deg) scale(1.05);
  }
}

@keyframes heroPremiumMesh {
  from {
    background-position:
      0 0,
      0 0,
      0 0,
      0 0;
  }

  to {
    background-position:
      46px 28px,
      46px 28px,
      70px 0,
      -60px 0;
  }
}

@keyframes heroLineBreathe {
  0%,
  100% {
    opacity: 0.22;
  }

  50% {
    opacity: 0.48;
  }
}

@keyframes heroNodeBreathe {
  0%,
  100% {
    opacity: 0.38;
    transform: scale(0.9);
  }

  50% {
    opacity: 0.78;
    transform: scale(1.16);
  }
}

@keyframes heroScanRing {
  0%,
  100% {
    opacity: 0.18;
    transform: rotate(-8deg) scale(0.96);
  }

  50% {
    opacity: 0.48;
    transform: rotate(-4deg) scale(1.05);
  }
}

/* Final hero molecule treatment: abstract medical-tech spheres, no labels or UI. */
.visual-hero {
  background:
    radial-gradient(
      circle at 78% 28%,
      rgba(93, 213, 239, 0.36),
      transparent 30%
    ),
    radial-gradient(
      circle at 92% 70%,
      rgba(204, 248, 255, 0.15),
      transparent 34%
    ),
    linear-gradient(135deg, #061d37 0%, #0a2d4f 50%, #11577a 100%);
}

.visual-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(4, 16, 32, 0.92) 0%,
      rgba(5, 25, 47, 0.82) 38%,
      rgba(7, 36, 62, 0.32) 72%,
      rgba(7, 36, 62, 0.08) 100%
    ),
    linear-gradient(180deg, rgba(4, 16, 32, 0.08), rgba(4, 16, 32, 0.24));
}

.hero-tech-bg::before {
  background:
    radial-gradient(
      circle at 80% 36%,
      rgba(93, 213, 239, 0.28),
      transparent 30%
    ),
    radial-gradient(
      circle at 70% 68%,
      rgba(194, 247, 255, 0.13),
      transparent 38%
    );
  opacity: 0.84;
  animation: moleculeGlowDrift 22s ease-in-out infinite alternate;
}

.hero-tech-bg::after {
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 22px,
      rgba(219, 251, 255, 0.018) 23px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0 58px,
      rgba(219, 251, 255, 0.016) 59px
    );
  opacity: 0.24;
  animation: moleculeMeshDrift 24s linear infinite;
}

.tech-grid {
  opacity: 0.09;
  background-size: 58px 58px;
}

.ambient-network {
  display: none !important;
}

.hero-molecule-bg {
  --mx: 0;
  --my: 0;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
}

.molecule-layer {
  position: absolute;
  top: 8%;
  right: clamp(0px, 4vw, 70px);
  width: min(58vw, 720px);
  height: min(70vh, 540px);
  min-height: 400px;
  transition: transform 260ms ease-out;
  animation: moleculeFloat 20s ease-in-out infinite alternate;
}

.layer-back {
  opacity: 0.5;
  filter: blur(0.2px);
  transform: translate3d(calc(var(--mx) * 8px), calc(var(--my) * 8px), 0);
  animation-duration: 24s;
}

.layer-mid {
  opacity: 0.76;
  transform: translate3d(calc(var(--mx) * 13px), calc(var(--my) * 13px), 0);
}

.layer-front {
  opacity: 0.8;
  filter: blur(1px);
  transform: translate3d(calc(var(--mx) * 18px), calc(var(--my) * 18px), 0);
  animation-duration: 18s;
  animation-delay: -7s;
}

.molecule-node,
.molecule-line {
  position: absolute;
  display: block;
}

.molecule-node {
  border-radius: 50%;
  background: radial-gradient(
    circle at 34% 30%,
    rgba(255, 255, 255, 0.82),
    rgba(203, 248, 255, 0.5) 20%,
    rgba(43, 187, 227, 0.24) 48%,
    rgba(43, 187, 227, 0.04) 72%
  );
  box-shadow:
    inset -10px -14px 26px rgba(3, 30, 56, 0.12),
    0 0 24px rgba(92, 213, 239, 0.28);
  animation: moleculeNodeBreathe 14s ease-in-out infinite;
}

.molecule-line {
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(210, 250, 255, 0.42),
    rgba(95, 213, 239, 0.2),
    transparent
  );
  box-shadow: 0 0 14px rgba(95, 213, 239, 0.18);
  transform-origin: left center;
  animation: moleculeLinePulse 13s ease-in-out infinite;
}

.molecule-node-1 {
  top: 16%;
  left: 18%;
  width: 20px;
  height: 20px;
}

.molecule-node-2 {
  top: 28%;
  left: 56%;
  width: 13px;
  height: 13px;
  animation-delay: -3s;
}

.molecule-node-3 {
  top: 62%;
  left: 36%;
  width: 16px;
  height: 16px;
  animation-delay: -7s;
}

.molecule-node-4 {
  top: 22%;
  left: 32%;
  width: 54px;
  height: 54px;
}

.molecule-node-5 {
  top: 43%;
  left: 62%;
  width: 34px;
  height: 34px;
  animation-delay: -4s;
}

.molecule-node-6 {
  top: 66%;
  left: 48%;
  width: 44px;
  height: 44px;
  animation-delay: -8s;
}

.molecule-node-7 {
  top: 40%;
  left: 22%;
  width: 26px;
  height: 26px;
  animation-delay: -11s;
}

.molecule-node-8 {
  top: 18%;
  left: 58%;
  width: 116px;
  height: 116px;
  opacity: 0.62;
  filter: blur(2px);
  background: radial-gradient(
    circle at 32% 28%,
    rgba(255, 255, 255, 0.72),
    rgba(186, 244, 255, 0.38) 22%,
    rgba(82, 208, 235, 0.14) 54%,
    transparent 76%
  );
}

.molecule-node-9 {
  right: 4%;
  bottom: 4%;
  width: 168px;
  height: 168px;
  opacity: 0.34;
  filter: blur(7px);
  background: radial-gradient(
    circle at 34% 30%,
    rgba(255, 255, 255, 0.54),
    rgba(169, 239, 252, 0.24) 34%,
    rgba(62, 194, 229, 0.08) 62%,
    transparent 78%
  );
}

.molecule-line-1 {
  top: 19%;
  left: 20%;
  width: 38%;
  transform: rotate(16deg);
}

.molecule-line-2 {
  top: 33%;
  left: 54%;
  width: 28%;
  transform: rotate(54deg);
  animation-delay: -5s;
}

.molecule-line-3 {
  top: 30%;
  left: 36%;
  width: 31%;
  transform: rotate(24deg);
}

.molecule-line-4 {
  top: 49%;
  left: 25%;
  width: 42%;
  transform: rotate(-4deg);
  animation-delay: -4s;
}

.molecule-line-5 {
  top: 61%;
  left: 50%;
  width: 28%;
  transform: rotate(-38deg);
  animation-delay: -8s;
}

.molecule-line-6 {
  top: 33%;
  left: 55%;
  width: 34%;
  transform: rotate(42deg);
  opacity: 0.28;
  animation-delay: -6s;
}

@media (max-width: 768px) {
  .visual-hero {
    background:
      radial-gradient(
        circle at 84% 20%,
        rgba(93, 213, 239, 0.34),
        transparent 38%
      ),
      linear-gradient(145deg, #061d37 0%, #0a2d4f 58%, #11577a 100%);
  }

  .hero-molecule-bg {
    opacity: 0.68;
  }

  .molecule-layer {
    top: 5%;
    right: -46%;
    width: 118vw;
    height: 46vh;
    min-height: 310px;
    transition: none;
  }

  .layer-front {
    opacity: 0.42;
  }

  .molecule-node-3,
  .molecule-node-5,
  .molecule-node-7,
  .molecule-node-9,
  .molecule-line-2,
  .molecule-line-5,
  .molecule-line-6 {
    display: none;
  }

  .molecule-node-8 {
    width: 86px;
    height: 86px;
  }

  .molecule-line {
    opacity: 0.36;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-molecule-bg,
  .hero-molecule-bg *,
  .hero-molecule-bg::before,
  .hero-molecule-bg::after {
    animation: none !important;
    transition: none !important;
  }
}

@keyframes moleculeGlowDrift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(-18px, 16px, 0) scale(1.04);
  }
}

@keyframes moleculeMeshDrift {
  from {
    background-position:
      0 0,
      0 0;
  }

  to {
    background-position:
      58px 28px,
      58px 28px;
  }
}

@keyframes moleculeFloat {
  from {
    margin-top: 0;
  }

  to {
    margin-top: 18px;
  }
}

@keyframes moleculeNodeBreathe {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.72;
  }

  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}

/* Molecular structure pass: clearer connected clusters, fewer random bubbles. */
.hero-molecule-bg {
  opacity: 0.96;
}

.molecule-layer {
  top: 7%;
  right: clamp(4px, 4.4vw, 66px);
  width: min(56vw, 700px);
  height: min(68vh, 520px);
}

.layer-back {
  opacity: 0.48;
}

.layer-mid {
  opacity: 0.82;
}

.layer-front {
  opacity: 0.7;
}

.molecule-node {
  background: radial-gradient(
    circle at 34% 30%,
    rgba(255, 255, 255, 0.86),
    rgba(207, 249, 255, 0.52) 18%,
    rgba(88, 211, 238, 0.28) 46%,
    rgba(88, 211, 238, 0.055) 70%
  );
  box-shadow:
    inset -8px -12px 22px rgba(3, 30, 56, 0.12),
    0 0 20px rgba(92, 213, 239, 0.32);
}

.molecule-line {
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(203, 248, 255, 0.08),
    rgba(226, 253, 255, 0.5),
    rgba(92, 213, 239, 0.28),
    rgba(203, 248, 255, 0.08)
  );
  box-shadow: 0 0 13px rgba(92, 213, 239, 0.2);
  opacity: 0.36;
}

.molecule-node-1 {
  top: 21%;
  left: 19%;
  width: 16px;
  height: 16px;
}

.molecule-node-2 {
  top: 31%;
  left: 39%;
  width: 12px;
  height: 12px;
}

.molecule-node-3 {
  top: 48%;
  left: 27%;
  width: 14px;
  height: 14px;
}

.molecule-node-4 {
  top: 18%;
  left: 38%;
  width: 42px;
  height: 42px;
}

.molecule-node-5 {
  top: 36%;
  left: 58%;
  width: 30px;
  height: 30px;
}

.molecule-node-6 {
  top: 57%;
  left: 45%;
  width: 38px;
  height: 38px;
}

.molecule-node-7 {
  top: 43%;
  left: 25%;
  width: 24px;
  height: 24px;
}

.molecule-node-8 {
  top: 18%;
  left: 62%;
  width: 104px;
  height: 104px;
  opacity: 0.5;
  filter: blur(3px);
}

.molecule-node-9 {
  right: 4%;
  bottom: 7%;
  width: 148px;
  height: 148px;
  opacity: 0.26;
  filter: blur(8px);
}

.molecule-line-1 {
  top: 24%;
  left: 21%;
  width: 20%;
  transform: rotate(25deg);
}

.molecule-line-2 {
  top: 34%;
  left: 39%;
  width: 19%;
  transform: rotate(49deg);
}

.molecule-line-3 {
  top: 24%;
  left: 42%;
  width: 21%;
  transform: rotate(35deg);
}

.molecule-line-4 {
  top: 45%;
  left: 27%;
  width: 34%;
  transform: rotate(-7deg);
}

.molecule-line-5 {
  top: 54%;
  left: 45%;
  width: 20%;
  transform: rotate(-31deg);
}

.molecule-line-6 {
  top: 32%;
  left: 61%;
  width: 24%;
  transform: rotate(41deg);
  opacity: 0.32;
}

.molecule-line-7 {
  top: 30%;
  left: 20%;
  width: 17%;
  transform: rotate(63deg);
  animation-delay: -7s;
}

.molecule-line-8 {
  top: 38%;
  left: 29%;
  width: 19%;
  transform: rotate(-45deg);
  animation-delay: -6s;
}

.molecule-line-9 {
  top: 60%;
  left: 34%;
  width: 17%;
  transform: rotate(24deg);
  animation-delay: -9s;
}

.molecule-line-10 {
  top: 55%;
  left: 64%;
  width: 20%;
  transform: rotate(-23deg);
  opacity: 0.24;
  animation-delay: -4s;
}

@media (max-width: 768px) {
  .hero-molecule-bg {
    opacity: 0.72;
  }

  .molecule-layer {
    top: 6%;
    right: -42%;
    width: 112vw;
    height: 44vh;
    min-height: 300px;
  }

  .layer-back {
    opacity: 0.34;
  }

  .layer-mid {
    opacity: 0.6;
  }

  .layer-front {
    opacity: 0.34;
  }

  .molecule-line {
    height: 1px;
    opacity: 0.32;
  }

  .molecule-node-1,
  .molecule-node-2,
  .molecule-node-4,
  .molecule-node-6,
  .molecule-node-8 {
    display: block;
  }

  .molecule-node-3,
  .molecule-node-5,
  .molecule-node-7,
  .molecule-node-9,
  .molecule-line-2,
  .molecule-line-5,
  .molecule-line-6,
  .molecule-line-9,
  .molecule-line-10 {
    display: none;
  }
}

@keyframes moleculeLinePulse {
  0%,
  100% {
    opacity: 0.28;
  }

  50% {
    opacity: 0.54;
  }
}

/* Final hero simplification: premium DRAI gradient, no molecule objects. */
.visual-hero {
  background:
    radial-gradient(
      circle at 78% 38%,
      rgba(43, 187, 227, 0.42),
      transparent 36%
    ),
    radial-gradient(
      circle at 66% 72%,
      rgba(31, 132, 161, 0.24),
      transparent 36%
    ),
    radial-gradient(
      circle at 96% 18%,
      rgba(180, 242, 253, 0.14),
      transparent 32%
    ),
    linear-gradient(135deg, #08233d 0%, #0b3454 52%, #0e5c78 100%);
}

.visual-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(5, 20, 38, 0.88) 0%,
      rgba(7, 31, 54, 0.74) 40%,
      rgba(11, 62, 90, 0.22) 76%,
      rgba(19, 127, 157, 0.08) 100%
    ),
    linear-gradient(180deg, rgba(5, 20, 38, 0.04), rgba(5, 20, 38, 0.16));
}

.hero-molecule-bg,
.molecule-layer,
.molecule-node,
.molecule-line,
.ambient-network,
.ambient-line,
.ambient-pulse,
.ambient-node,
.tech-panel,
.tech-lines,
.tech-node,
.tech-network,
.network-node,
.network-line,
.network-pulse {
  display: none !important;
}

.hero-tech-bg {
  opacity: 1;
}

.hero-tech-bg::before {
  content: "";
  position: absolute;
  inset: -18%;
  background:
    radial-gradient(
      circle at 78% 36%,
      rgba(82, 207, 235, 0.42),
      transparent 32%
    ),
    radial-gradient(
      circle at 62% 74%,
      rgba(170, 237, 250, 0.16),
      transparent 38%
    ),
    linear-gradient(
      112deg,
      transparent 0 54%,
      rgba(114, 224, 245, 0.075) 56%,
      transparent 61%
    );
  opacity: 0.96;
  animation: heroCleanGlowDrift 22s ease-in-out infinite alternate;
}

.hero-tech-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0 22px,
      rgba(218, 250, 255, 0.014) 23px
    ),
    linear-gradient(
      104deg,
      transparent 0 62%,
      rgba(114, 224, 245, 0.045) 63%,
      transparent 66%
    );
  opacity: 0.34;
  animation: heroCleanTextureDrift 26s linear infinite;
}

.tech-grid {
  display: block;
  opacity: 0.07;
  background:
    linear-gradient(rgba(186, 244, 253, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(186, 244, 253, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.06) 34%,
    rgba(0, 0, 0, 0.62) 100%
  );
  animation: heroCleanTextureDrift 28s linear infinite;
}

.tech-glow {
  display: block;
  position: absolute;
  border-radius: 50%;
  filter: blur(44px);
  pointer-events: none;
  animation: heroCleanGlowDrift 22s ease-in-out infinite alternate;
}

.glow-one {
  top: 8%;
  right: -6%;
  width: min(50vw, 640px);
  height: min(50vw, 640px);
  background: radial-gradient(
    circle,
    rgba(82, 207, 235, 0.5),
    rgba(82, 207, 235, 0.15) 42%,
    transparent 70%
  );
  opacity: 0.78;
}

.glow-two {
  right: 22%;
  bottom: -24%;
  width: min(34vw, 440px);
  height: min(34vw, 440px);
  background: radial-gradient(
    circle,
    rgba(178, 239, 251, 0.26),
    rgba(82, 207, 235, 0.08) 44%,
    transparent 72%
  );
  opacity: 0.5;
  animation-delay: -9s;
}

@media (max-width: 768px) {
  .visual-hero {
    background:
      radial-gradient(
        circle at 82% 24%,
        rgba(43, 187, 227, 0.38),
        transparent 40%
      ),
      radial-gradient(
        circle at 86% 82%,
        rgba(167, 235, 249, 0.14),
        transparent 42%
      ),
      linear-gradient(145deg, #08233d 0%, #0b3454 60%, #0e5c78 100%);
  }

  .hero-tech-bg {
    opacity: 0.82;
  }

  .hero-tech-bg::before {
    opacity: 0.7;
  }

  .hero-tech-bg::after,
  .tech-grid {
    opacity: 0.08;
  }

  .glow-one {
    top: 2%;
    right: -38%;
    width: 102vw;
    height: 102vw;
    opacity: 0.56;
  }

  .glow-two {
    right: -22%;
    bottom: -28%;
    width: 72vw;
    height: 72vw;
    opacity: 0.22;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-tech-bg,
  .hero-tech-bg *,
  .hero-tech-bg::before,
  .hero-tech-bg::after {
    animation: none !important;
    transition: none !important;
  }
}

@keyframes heroCleanGlowDrift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(-18px, 14px, 0) scale(1.04);
  }
}

@keyframes heroCleanTextureDrift {
  from {
    background-position:
      0 0,
      0 0;
  }

  to {
    background-position:
      64px 32px,
      72px 0;
  }
}

/* Final hero network pass: sparse connected dots, no molecule/bubble objects. */
.visual-hero {
  background:
    radial-gradient(
      circle at 78% 38%,
      rgba(43, 187, 227, 0.42),
      transparent 36%
    ),
    radial-gradient(
      circle at 66% 72%,
      rgba(31, 132, 161, 0.24),
      transparent 36%
    ),
    radial-gradient(
      circle at 96% 18%,
      rgba(180, 242, 253, 0.14),
      transparent 32%
    ),
    linear-gradient(135deg, #08233d 0%, #0b3454 52%, #0e5c78 100%);
}

.hero-molecule-bg,
.molecule-layer,
.molecule-node,
.molecule-line,
.ambient-pulse,
.tech-panel,
.tech-lines,
.tech-node,
.tech-network,
.network-node,
.network-line,
.network-pulse {
  display: none !important;
}

.ambient-network {
  display: block !important;
  position: absolute;
  inset: auto;
  top: 12%;
  right: clamp(18px, 6vw, 92px);
  width: min(48vw, 600px);
  height: min(58vh, 430px);
  min-height: 330px;
  opacity: 0.54;
  animation: heroNetworkDrift 20s ease-in-out infinite alternate;
}

.ambient-network::before,
.ambient-network::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.ambient-network::before {
  inset: 8% 5% 10% 16%;
  border: 1px solid rgba(180, 242, 253, 0.06);
  box-shadow: inset 0 0 46px rgba(82, 207, 235, 0.035);
  opacity: 0.7;
}

.ambient-network::after {
  top: 26%;
  left: 34%;
  width: 36%;
  aspect-ratio: 1;
  border: 1px solid rgba(180, 242, 253, 0.045);
  opacity: 0.52;
}

.ambient-line {
  display: block !important;
  position: absolute;
  z-index: 1;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(205, 249, 255, 0.38),
    rgba(82, 207, 235, 0.16),
    transparent
  );
  box-shadow: 0 0 10px rgba(82, 207, 235, 0.12);
  opacity: 0.26;
  transform-origin: left center;
  animation: heroNetworkLinePulse 14s ease-in-out infinite;
}

.ambient-node {
  display: block !important;
  position: absolute;
  z-index: 2;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(220, 253, 255, 0.68);
  border-radius: 50%;
  background: rgba(88, 211, 238, 0.58);
  box-shadow:
    0 0 0 5px rgba(88, 211, 238, 0.035),
    0 0 14px rgba(88, 211, 238, 0.34);
  opacity: 0.42;
  animation: heroNetworkNodePulse 12s ease-in-out infinite;
}

.node-a {
  top: 18%;
  left: 24%;
}

.node-b {
  top: 30%;
  left: 64%;
  width: 5px;
  height: 5px;
  opacity: 0.35;
  animation-delay: -2s;
}

.node-c {
  top: 48%;
  left: 44%;
  width: 8px;
  height: 8px;
  opacity: 0.5;
  animation-delay: -4s;
}

.node-d {
  right: 12%;
  bottom: 28%;
  width: 5px;
  height: 5px;
  opacity: 0.32;
  animation-delay: -6s;
}

.node-e {
  bottom: 20%;
  left: 30%;
  width: 6px;
  height: 6px;
  opacity: 0.34;
  animation-delay: -8s;
}

.node-f {
  top: 64%;
  left: 68%;
  width: 5px;
  height: 5px;
  opacity: 0.28;
  animation-delay: -10s;
}

.line-a {
  top: 22%;
  left: 25%;
  width: 40%;
  transform: rotate(15deg);
}

.line-b {
  top: 45%;
  left: 45%;
  width: 36%;
  transform: rotate(-18deg);
  animation-delay: -4s;
}

.line-c {
  top: 55%;
  left: 30%;
  width: 40%;
  transform: rotate(26deg);
  animation-delay: -8s;
}

.line-d {
  top: 69%;
  left: 46%;
  width: 26%;
  transform: rotate(10deg);
  opacity: 0.18;
  animation-delay: -10s;
}

@media (max-width: 768px) {
  .ambient-network {
    top: 7%;
    right: -38%;
    width: 108vw;
    height: 40vh;
    min-height: 290px;
    opacity: 0.34;
  }

  .ambient-network::after,
  .line-c,
  .line-d,
  .node-d,
  .node-e,
  .node-f {
    display: none !important;
  }

  .ambient-line {
    opacity: 0.2;
  }

  .ambient-node {
    opacity: 0.32;
  }
}

@keyframes heroNetworkDrift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-12px, 10px, 0);
  }
}

/* Hero network visibility pass: clearer, still restrained connected-care web. */
.glow-one {
  opacity: 0.82;
}

.glow-two {
  opacity: 0.5;
}

.ambient-network {
  opacity: 0.68;
}

.ambient-line {
  opacity: 0.34;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(215, 250, 255, 0.52),
    rgba(82, 207, 235, 0.24),
    transparent
  );
  box-shadow: 0 0 14px rgba(82, 207, 235, 0.18);
}

.ambient-node {
  opacity: 0.52;
  background: rgba(88, 211, 238, 0.68);
  box-shadow:
    0 0 0 6px rgba(88, 211, 238, 0.045),
    0 0 18px rgba(88, 211, 238, 0.44);
}

.node-d,
.node-e {
  display: block !important;
}

.ambient-pulse {
  display: block !important;
  position: absolute;
  z-index: 3;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(226, 253, 255, 0.86);
  box-shadow: 0 0 18px rgba(82, 207, 235, 0.68);
  opacity: 0.58;
  animation: heroNetworkPulseTrail 12s ease-in-out infinite;
}

.pulse-c {
  display: none !important;
}

@media (max-width: 768px) {
  .ambient-network {
    opacity: 0.42;
  }

  .ambient-line {
    opacity: 0.26;
  }

  .ambient-node {
    opacity: 0.4;
  }

  .ambient-pulse {
    opacity: 0.42;
  }

  .pulse-b,
  .pulse-c,
  .node-d,
  .node-e,
  .node-f {
    display: none !important;
  }
}

@keyframes heroNetworkPulseTrail {
  0% {
    opacity: 0.18;
    transform: translate3d(0, 0, 0) scale(0.78);
  }

  22% {
    opacity: 0.72;
  }

  72% {
    opacity: 0.56;
  }

  100% {
    opacity: 0.18;
    transform: translate3d(var(--ambient-x), var(--ambient-y), 0) scale(1.04);
  }
}

@keyframes heroNetworkLinePulse {
  0%,
  100% {
    opacity: 0.24;
  }

  50% {
    opacity: 0.42;
  }
}

@keyframes heroNetworkNodePulse {
  0%,
  100% {
    opacity: 0.4;
    transform: scale(0.94);
  }

  50% {
    opacity: 0.66;
    transform: scale(1.12);
  }
}

/* Requested homepage hero background revision: larger, clearer connected-care network. */
.visual-hero {
  background:
    radial-gradient(
      circle at 76% 45%,
      rgba(43, 187, 227, 0.56),
      transparent 34%
    ),
    radial-gradient(
      circle at 91% 30%,
      rgba(180, 242, 253, 0.2),
      transparent 30%
    ),
    radial-gradient(
      circle at 66% 74%,
      rgba(31, 132, 161, 0.26),
      transparent 34%
    ),
    linear-gradient(135deg, #061d35 0%, #082a47 50%, #0d526e 100%);
}

.hero-tech-bg::before {
  background:
    radial-gradient(
      circle at 73% 44%,
      rgba(82, 207, 235, 0.62),
      transparent 31%
    ),
    radial-gradient(
      circle at 91% 30%,
      rgba(180, 242, 253, 0.22),
      transparent 28%
    ),
    radial-gradient(circle at 16% 44%, rgba(2, 13, 28, 0.42), transparent 34%);
  opacity: 0.72;
}

.ambient-network {
  top: 7%;
  right: clamp(0px, 2vw, 38px);
  width: min(60vw, 800px);
  height: min(70vh, 540px);
  min-height: 430px;
  opacity: 0.9;
  filter: drop-shadow(0 0 34px rgba(82, 207, 235, 0.24));
  animation-duration: 24s;
}

.ambient-network::before {
  inset: -6% -4% 0 5%;
  border-color: rgba(180, 242, 253, 0.1);
  background: radial-gradient(
    circle at 58% 48%,
    rgba(82, 207, 235, 0.18),
    transparent 58%
  );
  box-shadow:
    inset 0 0 78px rgba(82, 207, 235, 0.08),
    0 0 82px rgba(82, 207, 235, 0.12);
  opacity: 0.86;
}

.ambient-network::after {
  top: 18%;
  left: 28%;
  width: 48%;
  border-color: rgba(180, 242, 253, 0.08);
  box-shadow: inset 0 0 44px rgba(82, 207, 235, 0.05);
  opacity: 0.66;
}

.ambient-line {
  height: 1px;
  opacity: 0.38;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(218, 252, 255, 0.78),
    rgba(82, 207, 235, 0.42),
    transparent
  );
  box-shadow:
    0 0 14px rgba(82, 207, 235, 0.28),
    0 0 34px rgba(82, 207, 235, 0.14);
  animation-duration: 13s;
}

.ambient-node {
  width: 9px;
  height: 9px;
  border-color: rgba(226, 253, 255, 0.78);
  background: rgba(95, 219, 243, 0.82);
  box-shadow:
    0 0 0 8px rgba(88, 211, 238, 0.07),
    0 0 22px rgba(88, 211, 238, 0.56),
    0 0 46px rgba(88, 211, 238, 0.2);
  opacity: 0.68;
  animation-duration: 11s;
}

.node-a {
  top: 14%;
  left: 20%;
  width: 7px;
  height: 7px;
}

.node-b {
  top: 25%;
  left: 70%;
  width: 7px;
  height: 7px;
  opacity: 0.62;
}

.node-c {
  top: 45%;
  left: 42%;
  width: 11px;
  height: 11px;
  opacity: 0.74;
}

.node-d {
  right: 4%;
  bottom: 35%;
  width: 7px;
  height: 7px;
  opacity: 0.58;
}

.node-e {
  bottom: 17%;
  left: 25%;
  width: 8px;
  height: 8px;
  opacity: 0.56;
}

.node-f {
  top: 65%;
  left: 77%;
  width: 6px;
  height: 6px;
  opacity: 0.54;
}

.line-a {
  top: 18%;
  left: 21%;
  width: 50%;
  transform: rotate(13deg);
}

.line-b {
  top: 42%;
  left: 42%;
  width: 47%;
  transform: rotate(-16deg);
}

.line-c {
  top: 53%;
  left: 26%;
  width: 53%;
  transform: rotate(25deg);
}

.line-d {
  top: 68%;
  left: 45%;
  width: 38%;
  transform: rotate(8deg);
  opacity: 0.34;
}

.ambient-pulse {
  width: 6px;
  height: 6px;
  background: rgba(232, 254, 255, 0.92);
  box-shadow:
    0 0 16px rgba(180, 242, 253, 0.72),
    0 0 30px rgba(82, 207, 235, 0.42);
  opacity: 0.66;
  animation-duration: 13s;
}

.pulse-a {
  top: 18%;
  left: 22%;
  --ambient-x: 260px;
  --ambient-y: 60px;
}

.pulse-b {
  top: 44%;
  left: 43%;
  --ambient-x: 250px;
  --ambient-y: -76px;
  animation-delay: -4.5s;
}

.pulse-c {
  display: block !important;
  top: 54%;
  left: 27%;
  --ambient-x: 292px;
  --ambient-y: 132px;
  animation-delay: -8.5s;
}

@media (max-width: 768px) {
  .visual-hero {
    background:
      radial-gradient(
        circle at 88% 20%,
        rgba(43, 187, 227, 0.34),
        transparent 32%
      ),
      linear-gradient(145deg, #061d35 0%, #082a47 62%, #0b405b 100%);
  }

  .hero-tech-bg::before {
    background: radial-gradient(
      circle at 82% 20%,
      rgba(82, 207, 235, 0.34),
      transparent 30%
    );
    opacity: 0.48;
  }

  .ambient-network {
    top: 3%;
    right: -44%;
    width: 106vw;
    height: 34vh;
    min-height: 250px;
    opacity: 0.44;
    filter: drop-shadow(0 0 18px rgba(82, 207, 235, 0.13));
  }

  .ambient-network::before {
    inset: 2% 5% 12% 18%;
    opacity: 0.48;
  }

  .ambient-network::after,
  .line-c,
  .line-d,
  .node-d,
  .node-e,
  .node-f,
  .pulse-b,
  .pulse-c {
    display: none !important;
  }

  .ambient-line {
    opacity: 0.24;
  }

  .ambient-node {
    width: 6px;
    height: 6px;
    opacity: 0.42;
  }

  .node-c {
    width: 8px;
    height: 8px;
  }

  .ambient-pulse {
    width: 5px;
    height: 5px;
    opacity: 0.5;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ambient-network,
  .ambient-line,
  .ambient-node,
  .ambient-pulse {
    animation: none !important;
  }
}

/* Vault strategy update: scoped homepage content sections. */

.visual-questions + .report-flow {
  margin-top: clamp(34px, 4.2vw, 58px);
}

.report-flow {
  align-items: center;
  background: #ffffff;
  padding-top: clamp(52px, 5.2vw, 66px);
  padding-bottom: clamp(52px, 5.2vw, 66px);
}

.report-flow .app-phone-showcase img {
  max-height: clamp(420px, 43vw, 550px);
  object-fit: contain;
}

.report-flow .report-step-image {
  opacity: 1;
  transition: opacity 260ms ease-out;
}

.report-flow .report-step-image.is-swapping {
  opacity: 0;
}

.report-flow .compact-steps {
  gap: 0;
}

.report-flow .compact-steps article {
  position: relative;
  align-items: center;
  min-height: 72px;
  padding: 18px 0 18px 12px;
  border-bottom-color: rgba(16, 47, 95, 0.12);
  cursor: pointer;
  transition:
    color 180ms ease,
    opacity 180ms ease,
    border-color 180ms ease;
}

.report-flow .compact-steps article::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 2px;
  content: "";
  border-radius: 999px;
  background: transparent;
  transition:
    background-color 180ms ease,
    opacity 180ms ease;
}

.report-flow .compact-steps article:focus-visible {
  outline: 2px solid var(--cyan-600);
  outline-offset: 3px;
}

.report-flow .compact-steps article.report-step-active {
  color: var(--navy-900);
  opacity: 1;
}

.report-flow .compact-steps article.report-step-active::before {
  background: rgba(43, 187, 227, 0.72);
}

.report-flow .compact-steps article.report-step-active span {
  background: var(--cyan-700);
  color: var(--white);
}

.report-flow .compact-steps article.report-step-active p {
  color: var(--navy-900);
}

.report-flow .compact-steps p {
  color: #355064;
  font-weight: 400;
  line-height: 1.42;
  transition: color 180ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .report-flow .report-step-image,
  .report-flow .compact-steps article,
  .report-flow .compact-steps article::before,
  .report-flow .compact-steps p {
    transition: none;
  }
}

.report-mobile-carousel {
  display: none;
}

@media (max-width: 768px) {
  .report-flow {
    overflow-x: clip;
  }

  .report-flow > .app-phone-showcase,
  .report-flow .compact-steps {
    display: none;
  }

  .report-mobile-carousel {
    display: block;
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .report-flow .split-copy {
    width: 100%;
    min-width: 0;
  }

  .report-mobile-progress {
    width: 100%;
    margin: 4px 0 18px;
  }

  .report-mobile-progress-segments {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
  }

  .report-mobile-progress-segment {
    height: 4px;
    border-radius: 999px;
    background: rgba(16, 47, 95, 0.1);
  }

  .report-mobile-progress-segment.report-mobile-progress-active {
    background: var(--cyan-600);
  }

  .report-mobile-status {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .report-mobile-track {
    display: flex;
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x pan-y pinch-zoom;
    -webkit-overflow-scrolling: touch;
  }

  .report-mobile-track::-webkit-scrollbar {
    display: none;
  }

  .report-mobile-track:focus-visible {
    outline: 2px solid var(--cyan-600);
    outline-offset: 4px;
  }

  .report-mobile-slide {
    display: grid;
    flex: 0 0 100%;
    min-width: 0;
    box-sizing: border-box;
    align-content: start;
    justify-items: center;
    gap: 20px;
    padding: 0 12px 18px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .report-mobile-image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: contain;
  }

  .report-mobile-step {
    display: grid;
    width: 100%;
    min-width: 0;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 14px;
  }

  .report-mobile-step-number {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--cyan-600);
    font-weight: 950;
  }

  .report-mobile-step p {
    margin: 0;
    min-width: 0;
    overflow-wrap: anywhere;
    color: #355064;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42;
  }

  .report-mobile-slide.report-mobile-slide-active .report-mobile-step-number {
    color: var(--white);
    background: var(--cyan-700);
  }

  .report-mobile-slide.report-mobile-slide-active .report-mobile-step p {
    color: var(--navy-900);
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 768px) {
  .report-mobile-track {
    scroll-behavior: auto;
  }
}

.supporting-ecosystem .ecosystem-heading > p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
}

.supporting-ecosystem .ecosystem-card-head,
.supporting-ecosystem .ecosystem-audience,
.supporting-ecosystem .ecosystem-card > p:not(.ecosystem-audience),
.supporting-ecosystem .ecosystem-link {
  margin-right: 32px;
  margin-left: 0;
}

@media (max-width: 860px) {

  .report-flow .app-phone-showcase img {
    max-height: 360px;
  }

  .report-flow .compact-steps article {
    min-height: 0;
  }

  .supporting-ecosystem .ecosystem-card-head,
  .supporting-ecosystem .ecosystem-audience,
  .supporting-ecosystem .ecosystem-card > p:not(.ecosystem-audience),
  .supporting-ecosystem .ecosystem-link {
    margin-right: 0;
  }
}

/* Homepage product restructure: patient cards first, professional cards lower. */
.patient-provider .pathway-heading > p:not(.eyebrow),
.professional-section .pathway-heading > p:not(.eyebrow) {
  max-width: 700px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.58;
}

.professional-section .pathway-grid {
  align-items: stretch;
  width: min(100%, 1180px);
  margin-right: auto;
  margin-left: auto;
  gap: clamp(18px, 2.4vw, 30px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.patient-provider .pathway-grid {
  align-items: stretch;
  width: min(100%, 1180px);
  margin-right: auto;
  margin-left: auto;
  gap: clamp(18px, 2.4vw, 30px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.patient-provider > .pathway-heading,
.professional-section > .pathway-heading {
  width: min(100%, 1180px);
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.patient-provider .pathway-panel {
  grid-template-rows: 160px 1fr;
  background: #ffffff;
}

.professional-section .pathway-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: clamp(28px, 2.8vw, 34px) clamp(26px, 3vw, 36px)
    clamp(32px, 3.3vw, 40px);
}

.professional-section .pathway-content .button {
  width: fit-content;
  margin-top: auto;
}

.patient-provider .pathway-content {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 0;
  padding: clamp(26px, 2.9vw, 36px);
}

.patient-provider .pathway-content .product-logo-label {
  height: 46px;
  margin-bottom: 24px;
}

.patient-provider .pathway-content .path-label {
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--muted);
  background: transparent;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.patient-provider .pathway-content .button {
  width: fit-content;
  margin-top: auto;
}

.patient-panel .pathway-content::after {
  content: none;
  display: none;
}

.patient-provider .pathway-content h3 {
  max-width: 520px;
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.08;
  margin-top: 0;
}

.patient-provider .pathway-content ul {
  margin-top: 18px;
  margin-bottom: 24px;
}

.patient-provider .pathway-content > p {
  max-width: 580px;
}

.vault-panel .pathway-image img {
  object-position: 48% 50%;
  filter: grayscale(0.1) brightness(1.08) contrast(0.9);
}

.vault-panel .product-logo-label img {
  max-width: 176px;
  max-height: 42px;
}

.professional-section {
  width: 100%;
  margin: 0;
  padding: clamp(42px, 5.2vw, 68px) clamp(18px, 5vw, 72px)
    clamp(46px, 5.8vw, 76px);
  background:
    linear-gradient(180deg, rgba(238, 248, 252, 0.56), #ffffff 72%), #ffffff;
}

.professional-grid {
  max-width: 1180px;
}

.professional-panel {
  grid-template-rows: 160px 1fr;
}

.professional-panel:not(.care-panel) .pathway-image img {
  object-position: 62% 18%;
}

.professional-panel .product-logo-label-light {
  padding: 0;
  border-radius: 0;
  background: transparent;
  margin-bottom: 16px;
}

.professional-panel .product-logo-label-light img {
  max-width: 180px;
  max-height: 48px;
}

.care-panel .product-logo-label-light img {
  max-width: 180px;
  max-height: 48px;
}

.professional-panel:not(.care-panel) .product-logo-label-light img {
  filter: brightness(0) invert(1);
}

.professional-panel .pathway-content h3 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.08;
}

.professional-section .pathway-content > p {
  margin-bottom: 26px;
  line-height: 1.58;
}

.professional-section .pathway-content ul {
  margin-top: 16px;
  margin-bottom: 20px;
}

.care-panel .pathway-image img {
  object-position: center;
}

.care-panel .pathway-content .button {
  margin-top: auto;
}

.report-flow + .professional-section {
  margin-top: 0;
}

.professional-section + .contact-section {
  margin-top: 0;
}

@media (max-width: 1060px) {
  .patient-provider .pathway-grid,
  .professional-section .pathway-grid {
    grid-template-columns: 1fr;
  }

  .patient-provider .pathway-panel {
    grid-template-rows: 188px 1fr;
  }

  .professional-panel {
    grid-template-rows: 188px 1fr;
  }
}

@media (max-width: 720px) {
  .patient-provider .pathway-panel {
    grid-template-rows: 175px 1fr;
  }

  .professional-panel {
    grid-template-rows: 175px 1fr;
  }

  .patient-provider .pathway-content,
  .professional-section .pathway-content {
    padding: 22px;
  }

  .professional-section .pathway-content {
    padding-bottom: 32px;
  }

  .patient-provider .pathway-content h3 {
    font-size: clamp(24px, 7vw, 31px);
  }

  .professional-panel .pathway-content h3 {
    font-size: clamp(24px, 7vw, 31px);
  }

  .patient-provider .pathway-content .button,
  .professional-section .pathway-content .button {
    width: 100%;
  }

  .professional-section {
    padding-top: 38px;
    padding-bottom: 40px;
  }
}

/* Homepage grid alignment pass. */
.visual-hero-content,
.visual-questions {
  width: min(100%, 1180px);
  margin-right: auto;
  margin-left: auto;
}

.visual-questions {
  width: 100%;
  padding-right: max(clamp(18px, 5vw, 72px), calc((100% - 1180px) / 2));
  padding-left: max(clamp(18px, 5vw, 72px), calc((100% - 1180px) / 2));
}

@media (max-width: 720px) {
  .visual-hero-content,
  .visual-questions {
    width: 100%;
  }
}

.form-disclaimer {
  grid-column: 1 / -1;
  max-width: 100%;
  margin: 8px 0 2px;
  padding: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.form-policy-links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin: -8px 0 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.form-policy-links a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.form-policy-links span {
  opacity: 0.72;
}

@media (min-width: 561px) {
  .contact-form .form-policy-links {
    margin-bottom: 8px;
  }

  .draipro-beta-form .form-policy-links,
  .draicare-form .form-policy-links {
    margin-bottom: 6px;
  }
}

.form-policy-links a:hover,
.form-policy-links a:focus-visible {
  color: var(--navy-800);
}

@media (max-width: 560px) {
  .patient-provider
    .pathway-content
    h3[data-i18n="patients.assessmentTitle"] {
    max-width: 100%;
    text-wrap: balance;
  }

  .contact-form,
  .draipro-beta-form,
  .draicare-form {
    row-gap: 12px;
  }

  .form-disclaimer {
    margin: 4px 0 0;
  }

  .contact-form .turnstile-container,
  .draipro-beta-form .turnstile-container,
  .draicare-form .turnstile-container {
    min-height: 0;
  }

  .form-policy-links {
    margin-top: -6px;
    margin-bottom: 2px;
  }
}

@media (max-width: 340px) {
  .contact-section {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 9px;
    padding-left: 9px;
  }

  .draipro-beta-form,
  .draicare-form {
    width: calc(100% + 36px);
    margin-right: -18px;
    margin-left: -18px;
    padding-right: 9px;
    padding-left: 9px;
  }
}

#contact-message-warning {
  font-weight: 400;
}

/* Shared header content alignment. */
.site-header {
  display: block;
  padding: 16px clamp(18px, 5vw, 72px);
}

.site-header-inner {
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

@media (max-width: 1060px) and (min-width: 769px) {
  .site-header-inner {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .site-header {
    display: grid;
    padding: 10px clamp(18px, 4vw, 40px);
  }

  .site-header-inner {
    display: contents;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 10px 16px;
  }
}

@media (min-width: 769px) {
  .team-intro,
  .team-section,
  .news-intro,
  .news-grid-section,
  .news-carousel-section {
    padding-right: max(clamp(18px, 5vw, 72px), calc((100% - 1180px) / 2));
    padding-left: max(clamp(18px, 5vw, 72px), calc((100% - 1180px) / 2));
  }
}

@media (min-width: 1061px) {
  .news-carousel-section {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .news-carousel-viewport {
    grid-column: 1;
    grid-row: 1;
  }

  .news-carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .news-carousel-prev {
    left: max(0px, calc((100% - 1180px) / 2 - 70px));
  }

  .news-carousel-next {
    right: max(0px, calc((100% - 1180px) / 2 - 70px));
  }

  .news-carousel-button:hover {
    transform: translateY(calc(-50% - 2px));
  }
}

/* Shared DRAI Pro and DRAI Care intro hierarchy. */
.product-family-page {
  padding: clamp(56px, 8vw, 96px) clamp(18px, 5vw, 72px)
    clamp(72px, 9vw, 112px);
}

.product-intro-block {
  display: grid;
  width: 100%;
  max-width: 680px;
  justify-items: center;
  gap: 24px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.product-intro-logo {
  display: block;
  width: auto;
  max-width: min(100%, 380px);
  height: auto;
  max-height: 108px;
  object-fit: contain;
}

p.product-intro-copy {
  width: 100%;
  max-width: 680px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.55;
  text-align: center;
}

.draipro-beta-heading > .check-list {
  width: 100%;
  max-width: 640px;
}

.draipro-beta-heading > .check-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-left: 0;
}

.draipro-beta-heading > .check-list li::before {
  position: static;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
  .product-family-page {
    padding: 42px 18px 56px;
  }

  .product-intro-logo {
    max-width: min(100%, 300px);
    max-height: 86px;
  }
}

/* Clean News carousel surface and controls. */
.news-carousel-section,
.news-carousel-viewport,
.news-carousel-track {
  background: #ffffff;
}

.news-carousel-button {
  background: var(--cyan-500);
  box-shadow: 0 6px 16px rgba(43, 187, 227, 0.16);
  font-size: 0;
  font-weight: 400;
  transition:
    transform 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.news-carousel-button::before {
  grid-area: 1 / 1;
  width: 22px;
  height: 2px;
  border: 0;
  background: #ffffff;
  content: "";
}

.news-carousel-button::after {
  grid-area: 1 / 1;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
}

.news-carousel-prev::before,
.news-carousel-next::before {
  transform: none;
}

.news-carousel-prev::after {
  transform: translateX(-7px) rotate(-135deg);
}

.news-carousel-next::after {
  transform: translateX(7px) rotate(45deg);
}

.news-carousel-button:hover {
  background: var(--cyan-500);
  box-shadow: 0 8px 18px rgba(43, 187, 227, 0.2);
  transform: scale(1.03);
}

.news-carousel-button:focus-visible {
  outline: 2px solid rgba(43, 187, 227, 0.3);
  outline-offset: 3px;
}

@media (min-width: 721px) {
  .news-carousel-button {
    width: 58px;
    height: 58px;
  }
}

@media (min-width: 1061px) {
  .news-carousel-prev {
    left: max(0px, calc((100% - 1180px) / 2 - 76px));
  }

  .news-carousel-next {
    right: max(0px, calc((100% - 1180px) / 2 - 76px));
  }

  .news-carousel-button:hover {
    transform: translateY(-50%) scale(1.03);
  }
}

.form-status {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(43, 187, 227, 0.28);
  border-radius: 10px;
  color: var(--navy-900);
  background: var(--cyan-100);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.form-status:focus {
  outline: 2px solid var(--cyan-600);
  outline-offset: 2px;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.turnstile-container {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 0;
  min-width: 0;
  max-width: 100%;
}

.turnstile-container > div {
  max-width: 100%;
}

.turnstile-container iframe {
  max-width: 100%;
}

.contact-form label,
.draipro-beta-form label,
.draicare-form label,
.draipro-subfield-labels,
.draicare-subfield-labels {
  font-weight: 400;
}

.contact-form .form-label-text,
.draipro-beta-form .form-label-text,
.draicare-form .form-label-text {
  color: inherit;
  font-weight: 400;
}

.contact-form .required-indicator,
.draipro-beta-form .required-indicator,
.draicare-form .required-indicator {
  color: var(--muted);
  font-weight: 400;
}

.js-enabled .reveal {
  --reveal-y: 20px;
  opacity: 0;
  transform: translateY(calc(var(--reveal-y) + var(--hover-y, 0px)));
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
  will-change: opacity, transform;
}

.js-enabled .reveal.reveal-visible {
  --reveal-y: 0px;
  opacity: 1;
  transform: translateY(calc(var(--reveal-y) + var(--hover-y, 0px)));
}

@media (prefers-reduced-motion: reduce) {
  .js-enabled .reveal {
    --reveal-y: 0px;
    opacity: 1;
    transform: translateY(0);
    transition: none;
    will-change: auto;
  }

  .pathway-panel:hover,
  .ecosystem-card:hover {
    --hover-y: 0px;
  }
}

/* Homepage-only local language proof of concept. */
.footer-language {
  display: flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  font-size: 13px;
  font-weight: 800;
}

.footer-language-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-language select {
  max-width: 100%;
  min-width: 132px;
  min-height: 38px;
  padding: 7px 30px 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  color: var(--navy-950);
  background: var(--white);
  font: inherit;
  cursor: pointer;
}

.footer-language select:focus-visible {
  outline: 3px solid var(--cyan-500);
  outline-offset: 3px;
}

html[data-i18n-pending] body {
  visibility: hidden;
}

.policy-translation-notice {
  margin-block: 1rem 1.5rem;
  padding: 0.85rem 1rem;
  border-inline-start: 4px solid var(--color-primary, #6b4eff);
  background: rgba(107, 78, 255, 0.08);
  font-weight: 600;
}

html[dir="rtl"] .team-intro,
html[dir="rtl"] .team-section,
html[dir="rtl"] .team-modal-content,
html[dir="rtl"] .news-intro,
html[dir="rtl"] .news-card-body,
html[dir="rtl"] .product-family-page,
html[dir="rtl"] .draipro-beta-form,
html[dir="rtl"] .draicare-form,
html[dir="rtl"] .policy-inner {
  text-align: right;
}

html[dir="rtl"] .news-carousel-viewport {
  direction: ltr;
}

html[dir="rtl"] .news-card {
  direction: rtl;
}

html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select {
  text-align: right;
}

html[dir="rtl"] input[type="email"],
html[dir="rtl"] input[type="tel"],
html[dir="rtl"] .footer-email {
  direction: ltr;
  text-align: left;
}

html[lang="es"] .report-flow .split-copy .report-flow-heading-line,
html[lang="fr"] .report-flow .split-copy .report-flow-heading-line,
html[lang="el"] .report-flow .split-copy .report-flow-heading-line,
html[lang="fil"] .report-flow .split-copy .report-flow-heading-line,
html[lang="zh-CN"] .report-flow .split-copy .report-flow-heading-line,
html[lang="ja"] .report-flow .split-copy .report-flow-heading-line,
html[lang="ar"] .report-flow .split-copy .report-flow-heading-line {
  white-space: normal;
}

html[lang="ar"][dir="rtl"] .hero-copy,
html[lang="ar"][dir="rtl"] .pathway-heading,
html[lang="ar"][dir="rtl"] .pathway-content,
html[lang="ar"][dir="rtl"] .questions-copy,
html[lang="ar"][dir="rtl"] .split-copy,
html[lang="ar"][dir="rtl"] .contact-copy,
html[lang="ar"][dir="rtl"] .contact-form,
html[lang="ar"][dir="rtl"] .report-mobile-step {
  text-align: right;
}

html[lang="ar"][dir="rtl"] .site-nav a,
html[lang="ar"][dir="rtl"] .solutions-toggle {
  text-align: right;
}

html[lang="ar"][dir="rtl"] .visual-hero .hero-title span,
html[lang="ar"][dir="rtl"] .button {
  white-space: normal;
}

html[lang="fr"] .visual-hero .hero-title span,
html[lang="el"] .visual-hero .hero-title span,
html[lang="fil"] .visual-hero .hero-title span {
  white-space: normal;
}

/* Keep translated hero copy shrinkable and contained without clipping. */
.visual-hero-content,
.visual-hero .hero-copy,
.visual-hero .hero-title,
.visual-hero .hero-title span {
  min-width: 0;
  max-width: 100%;
}

.visual-hero .hero-copy,
.visual-hero .hero-title {
  width: 100%;
}

.visual-hero .hero-title span {
  overflow-wrap: anywhere;
  white-space: normal;
}

html[lang="es"] .visual-hero .hero-title span {
  text-wrap: balance;
}

/* Allow the approved homepage headline and closing line to flow safely. */
html[lang="en"] .visual-hero .hero-title span {
  white-space: normal;
}

@media (min-width: 769px) {
  html[lang="es"] .visual-hero .hero-copy,
  html[lang="es"] .visual-hero .hero-title {
    max-width: 900px;
  }

  html[lang="es"] .visual-hero .hero-title {
    font-size: clamp(56px, 4.4vw, 72px);
    line-height: 1;
  }

  html[lang="en"] .visual-hero .hero-copy,
  html[lang="en"] .visual-hero .hero-title,
  html[lang="ar"] .visual-hero .hero-copy,
  html[lang="ar"] .visual-hero .hero-title {
    max-width: 820px;
  }

  html[lang="en"] .visual-hero .hero-title,
  html[lang="ar"] .visual-hero .hero-title {
    font-size: clamp(59px, 4.55vw, 70px);
    line-height: 1;
  }

  html[lang="en"] .visual-hero .hero-title span,
  html[lang="ar"] .visual-hero .hero-title span {
    text-wrap: balance;
  }
}

@media (min-width: 1061px) {
  html[lang="es"] .visual-hero-content {
    grid-template-columns: minmax(0, 900px) minmax(180px, 1fr);
  }

  html[lang="en"] .visual-hero-content,
  html[lang="ar"] .visual-hero-content {
    grid-template-columns: minmax(0, 820px) minmax(180px, 1fr);
  }
}

@media (min-width: 700px) and (max-width: 768px) {
  html[lang="fr"] .visual-hero .hero-title span,
  html[lang="ar"] .visual-hero .hero-title span {
    text-wrap: balance;
  }
}

.visual-hero .hero-subhead {
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  html[lang="fr"] .visual-hero .hero-copy,
  html[lang="fr"] .visual-hero .hero-title,
  html[lang="el"] .visual-hero .hero-copy,
  html[lang="el"] .visual-hero .hero-title,
  html[lang="fil"] .visual-hero .hero-copy,
  html[lang="fil"] .visual-hero .hero-title {
    max-width: 980px;
  }

  html[lang="fr"] .visual-hero .hero-title {
    font-size: clamp(62px, 5.7vw, 80px);
  }

  html[lang="el"] .visual-hero .hero-title {
    font-size: clamp(58px, 5.2vw, 78px);
    line-height: 1;
  }

  html[lang="fil"] .visual-hero .hero-title {
    font-size: clamp(56px, 5vw, 76px);
    line-height: 1;
  }
}

@media (min-width: 1061px) {
  html[lang="fr"] .visual-hero-content,
  html[lang="el"] .visual-hero-content,
  html[lang="fil"] .visual-hero-content {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 430px) {
  html[lang="fil"] .visual-hero .hero-title {
    font-size: clamp(34px, 10vw, 40px);
  }
}

.visual-hero .hero-title {
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .visual-hero .hero-title {
    margin-bottom: 14px;
  }
}

html[lang="ar"][dir="rtl"] .hero-tech-bg,
html[lang="ar"][dir="rtl"] .visual-hero-overlay {
  transform: scaleX(-1);
}

/* Homepage hero copy refinement. */
.visual-hero .hero-eyebrow {
  margin: 0 0 12px;
  color: var(--cyan-500);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

@media (max-width: 450px) {
  .visual-hero-content {
    padding: 54px 18px 60px;
  }

  .visual-hero .hero-eyebrow {
    margin-bottom: 10px;
  }

  html[lang="en"] .visual-hero .hero-title {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: clamp(34px, 9.6vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.015em;
    text-wrap: balance;
  }

  .visual-hero .hero-subhead {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.5;
  }

  .visual-hero .hero-main-cta {
    margin-top: 4px;
  }
}

@media (max-width: 340px) {
  .visual-hero-content {
    padding-right: 14px;
    padding-left: 14px;
  }

  html[lang="en"] .visual-hero .hero-title {
    font-size: 32px;
  }
}

html[lang="ar"][dir="rtl"] .contact-form input,
html[lang="ar"][dir="rtl"] .contact-form textarea {
  text-align: right;
}

html[lang="ar"][dir="rtl"] .contact-form input[type="email"],
html[lang="ar"][dir="rtl"] .contact-form input[type="tel"],
html[lang="ar"][dir="rtl"] .footer-email,
html[lang="ar"][dir="rtl"] .footer-socials {
  direction: ltr;
}

html[lang="ar"][dir="rtl"] .contact-form input[type="email"],
html[lang="ar"][dir="rtl"] .contact-form input[type="tel"] {
  text-align: left;
}

html[lang="ar"][dir="rtl"] .footer-email {
  unicode-bidi: isolate;
}

html[lang="ar"][dir="rtl"] .form-honeypot {
  right: auto !important;
  left: 0 !important;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

html[lang="ar"][dir="rtl"] .form-honeypot input {
  width: 1px !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

@media (max-width: 768px) {
  html[lang="ar"][dir="rtl"] .solutions-menu {
    padding: 0 16px 4px 0;
    border-right: 1px solid rgba(16, 47, 95, 0.14);
    border-left: 0;
  }

  html[lang="ar"][dir="rtl"] .report-mobile-track {
    direction: ltr;
  }

  html[lang="ar"][dir="rtl"] .report-mobile-slide {
    direction: rtl;
  }
}

@media (max-width: 360px) {
  .footer-language {
    width: 100%;
  }

  .footer-language select {
    width: min(100%, 220px);
    min-height: 44px;
  }
}

.policy-page {
  padding: clamp(54px, 7vw, 90px) clamp(18px, 5vw, 72px);
}

.policy-inner {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(16, 47, 95, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.policy-inner h1 {
  margin-bottom: 10px;
  color: var(--navy-900);
  font-size: clamp(42px, 5.5vw, 68px);
  line-height: 1;
}

.policy-effective-date,
.policy-note {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.policy-note {
  margin-bottom: 30px;
  padding: 16px 18px;
  border-left: 4px solid var(--cyan-600);
  border-radius: 10px;
  background: var(--blue-50);
}

.policy-inner article {
  padding-top: 22px;
  border-top: 1px solid rgba(16, 47, 95, 0.1);
}

.policy-inner article + article {
  margin-top: 22px;
}

.policy-inner h2 {
  margin-bottom: 10px;
  color: var(--navy-900);
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.15;
}

.policy-inner p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.policy-inner a {
  color: var(--cyan-700);
  font-weight: 800;
}

.policy-inner a:hover,
.policy-inner a:focus-visible {
  color: var(--navy-900);
}

@media (max-width: 340px) {
  .report-flow .split-copy {
    width: 100%;
    min-width: 0;
  }

  .report-flow .split-copy .report-flow-heading-line {
    white-space: normal;
  }

  #privacy-title {
    font-size: 32px;
  }
}

/* Branded header language control. */
.header-language {
  position: relative;
  display: block;
  flex: 0 0 auto;
}

.mobile-header-language {
  display: none;
}

.header-language-trigger {
  display: inline-flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid rgba(14, 45, 91, 0.18);
  border-radius: 10px;
  color: var(--navy-900);
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(14, 45, 91, 0.08);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.header-language-trigger:hover,
.header-language-trigger[aria-expanded="true"] {
  color: var(--cyan-700);
  border-color: rgba(43, 187, 227, 0.58);
  box-shadow: 0 6px 18px rgba(14, 45, 91, 0.12);
}

.header-language-trigger:focus-visible {
  outline: 3px solid rgba(43, 187, 227, 0.38);
  outline-offset: 3px;
}

.header-language-icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.header-language-current {
  min-width: 0;
  white-space: nowrap;
}

.header-language-chevron {
  width: 7px;
  height: 7px;
  border-inline-end: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.header-language-trigger[aria-expanded="true"] .header-language-chevron {
  transform: translateY(2px) rotate(225deg);
}

.header-language-menu {
  position: absolute;
  z-index: 30;
  inset-block-start: calc(100% + 8px);
  inset-inline-end: 0;
  display: grid;
  width: max-content;
  min-width: 168px;
  max-width: min(220px, calc(100vw - 24px));
  padding: 6px;
  border: 1px solid rgba(14, 45, 91, 0.14);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(14, 45, 91, 0.18);
}

.header-language-menu[hidden] {
  display: none;
}

.header-language-menu [role="option"] {
  width: 100%;
  padding: 9px 11px;
  border: 0;
  border-radius: 8px;
  color: var(--navy-900);
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: start;
  cursor: pointer;
}

.header-language-menu [role="option"]:hover,
.header-language-menu [role="option"]:focus-visible {
  outline: none;
  color: var(--navy-900);
  background: rgba(43, 187, 227, 0.14);
}

.header-language-menu [role="option"][aria-selected="true"] {
  color: var(--navy-900);
  background: rgba(43, 187, 227, 0.2);
  font-weight: 800;
}

.vault-title-line {
  display: block;
}

.questions-title-line {
  display: block;
}

@media (max-width: 768px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .header-language {
    display: none;
  }

  .mobile-header-language {
    position: relative;
    display: block;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .nav-toggle {
    grid-column: 3;
  }

  .mobile-language-trigger {
    width: 44px;
    height: 44px;
    padding: 0;
    border-color: rgba(14, 45, 91, 0.16);
    border-radius: 12px;
    box-shadow: none;
  }

  .mobile-language-trigger:hover,
  .mobile-language-trigger[aria-expanded="true"] {
    box-shadow: none;
  }

  .mobile-language-menu {
    inset-inline-end: 0;
    min-width: 158px;
    max-width: calc(100vw - 32px);
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 10px 26px rgba(14, 45, 91, 0.16);
  }

  .mobile-language-menu [role="option"] {
    padding: 8px 10px;
    border-radius: 7px;
    font-size: 13px;
  }

  .vault-title-line {
    display: inline;
  }
}

@media (min-width: 769px) and (max-width: 1060px) {
  .site-header-inner {
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
  }

  .site-nav {
    order: initial;
    width: auto;
    min-width: 0;
    justify-content: center;
    gap: clamp(12px, 1.6vw, 18px);
    font-size: 13px;
  }
}

/* Compact homepage app-download callout. */
.patients-title-line {
  display: block;
}

.patient-provider .pathway-grid {
  margin-bottom: 0;
}

.patient-provider {
  padding-bottom: clamp(24px, 2.2vw, 32px);
}

.app-download-callout {
  display: flex;
  width: min(100%, 1180px);
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin: 50px auto 0;
}

.app-download-callout:has(
    .google-play-badge[data-badge-artwork="compact"]
  ) {
  margin-top: 44px;
}

.app-download-callout .eyebrow {
  flex: 0 0 auto;
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
}

.app-download-badges {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.app-download-badges a {
  display: inline-flex;
  flex: 0 0 auto;
  border-radius: 7px;
}

.app-download-badges a:focus-visible {
  outline: 3px solid rgba(43, 187, 227, 0.5);
  outline-offset: 4px;
}

.app-download-badges img {
  display: block;
  width: auto;
}

.app-download-badges .app-store-badge {
  height: 56px;
}

.app-download-badges .google-play-badge {
  height: 72.92px;
}

.app-download-badges .google-play-badge[data-badge-artwork="compact"] {
  height: 83.33px;
}

@media (max-width: 1060px) {
  .app-download-callout {
    gap: 24px;
    margin-top: 40px;
  }

  .app-download-callout:has(
      .google-play-badge[data-badge-artwork="compact"]
    ) {
    margin-top: 35px;
  }

  .app-download-badges {
    gap: 12px;
  }

  .app-download-badges .app-store-badge {
    height: 52px;
  }

  .app-download-badges .google-play-badge {
    height: 67.71px;
  }

  .app-download-badges .google-play-badge[data-badge-artwork="compact"] {
    height: 77.38px;
  }
}

@media (max-width: 560px) {
  .patients-title-line {
    display: inline;
  }

  .app-download-callout {
    width: 100%;
    flex-direction: column;
    gap: 14px;
    margin-top: 32px;
  }

  .app-download-callout:has(
      .google-play-badge[data-badge-artwork="compact"]
    ) {
    margin-top: 32px;
  }

  .app-download-badges {
    width: 100%;
    gap: 8px;
  }

  .app-download-badges .app-store-badge {
    height: 48px;
  }

  .app-download-badges .google-play-badge {
    height: 62.5px;
  }

  .app-download-badges .google-play-badge[data-badge-artwork="compact"] {
    height: 71.43px;
  }
}

@media (max-width: 380px) {
  .app-download-callout {
    margin-top: 28px;
  }

  .app-download-callout:has(
      .google-play-badge[data-badge-artwork="compact"]
    ) {
    margin-top: 28px;
  }

  .app-download-badges {
    flex-direction: column;
    gap: 10px;
  }

  .app-download-badges .app-store-badge {
    height: 46px;
  }

  .app-download-badges .google-play-badge {
    height: 59.9px;
  }

  .app-download-badges .google-play-badge[data-badge-artwork="compact"] {
    height: 68.45px;
  }
}

/* Picture sources preserve the existing image layout and original-format fallback. */
.responsive-image {
  display: contents;
}
