/**
 * Brand chrome (logo + hero photo). Cardia public/assets untouched.
 */
.site-logo img,
.mean-container .mean-nav > .site-logo img,
.hu-footer__logo img {
  height: 48px;
  width: auto;
  max-width: min(260px, 72vw);
  object-fit: contain;
  display: block;
}

@media (max-width: 991.98px) {
  .site-logo img,
  .mean-container .mean-nav > .site-logo img {
    height: 40px;
    max-width: min(220px, 68vw);
  }
}

@media (max-width: 575.98px) {
  .site-logo img {
    height: 34px;
    max-width: min(190px, 62vw);
  }
}

/* Preloader — "Hakan Uçar" is longer than Cardia; keep a single line */
h5.preloader-text {
  white-space: nowrap;
  width: max-content;
  max-width: 94vw;
  line-height: 1;
  letter-spacing: -0.03em;
  font-size: clamp(1.85rem, 7.2vw, 4.85rem);
}

@media (max-width: 1199px) {
  h5.preloader-text {
    font-size: clamp(1.65rem, 8vw, 3.1rem);
  }
}

/* Hero portrait — desktop: less right/bottom drift than Cardia demo crop */
.ta-hero-one-wrap .hero-right picture {
  display: block;
  line-height: 0;
}

.ta-hero-one-wrap .hero-right picture .main-img,
.ta-hero-one-wrap .hero-right .main-img {
  max-width: 100%;
  height: auto;
}

/* Unlock Cardia’s 780px clamp — Turkish title + CTA need real bottom air */
@media (min-width: 1200px) {
  .ta-hero-one {
    max-height: none;
    height: auto;
    padding-top: 96px !important;
    padding-bottom: 72px !important;
  }
}

/* Text above the enlarged portrait */
.ta-hero-one-wrap > .row > [class*="col"]:has(.hero-left),
.ta-hero-one-wrap .hero-left {
  position: relative;
  z-index: 5;
}

.ta-hero-one-wrap > .row > [class*="col"]:has(.hero-right),
.ta-hero-one-wrap .hero-right {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .ta-hero-one-wrap .hero-left {
    transform: translateY(-28px);
  }
}

@media (min-width: 1400px) {
  .ta-hero-one-wrap .hero-left {
    transform: translateY(-40px);
  }
}

/* Hero kicker — plain editorial specialty links, no chip/badge chrome */
.hero-left .hu-hero-kicker,
.hu-hero-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 1.1rem;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  text-transform: none;
  line-height: 1.35;
}

.hu-hero-kicker__link {
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #3772ff;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.hu-hero-kicker__link:hover,
.hu-hero-kicker__link:focus-visible {
  color: #001837;
  border-bottom-color: rgb(0 24 55 / 0.35);
  outline: none;
}

.hu-hero-kicker__sep {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgb(0 24 55 / 0.28);
  user-select: none;
}

.hu-hero-kicker--plain {
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3772ff;
}

@media (max-width: 575.98px) {
  .hu-hero-kicker__link,
  .hu-hero-kicker--plain {
    font-size: 0.72rem;
    letter-spacing: 0.05em;
  }
}

/* Hero copy — cinematic GSAP split reveal support */
.hero-left .hu-hero-kicker {
  position: relative;
}

.hero-left .hu-hero-title {
  overflow: visible;
}

.hero-left .hu-hero-role {
  margin-top: 0;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: clamp(1.5rem, 2.8vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: rgb(0 24 55 / 0.68);
}

/* Comfortable leading so Turkish ascenders (İ, ğ, ş…) aren’t clipped */
.ta-hero-one-wrap .hero-left .hu-hero-title.header-xxl {
  line-height: 1.12;
}

@media (max-width: 991.98px) {
  .ta-hero-one-wrap .hero-left .hu-hero-title.header-xxl {
    line-height: 1.14;
  }
}

/* Kill Cardia's `.header-xxl span` italic/theme treatment on SplitText nodes */
.ta-hero-one-wrap .hero-left .hu-hero-title.header-xxl span,
.hero-left .hu-hero-title span {
  color: inherit !important;
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: inherit !important;
}

/* Name must match headline metrics exactly (never the italic span treatment) */
.ta-hero-one-wrap .hero-left .hu-hero-title .hu-hero-name {
  display: inline;
  white-space: nowrap;
  font-size: 1em !important;
  line-height: inherit !important;
  font-weight: 900 !important;
  font-family: var(--header-font, "Nunito", sans-serif) !important;
  font-style: normal !important;
  color: var(--header, #001837) !important;
  letter-spacing: inherit !important;
}

.hero-left .hu-hero-title .hu-hero-word {
  display: inline-block;
  overflow: visible;
  vertical-align: baseline;
  padding: 0.06em 0 0.04em;
}

.hero-left .hu-hero-title .hu-hero-char {
  display: inline-block;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

@media (max-width: 575.98px) {
  .ta-hero-one-wrap .hero-left .hu-hero-title.header-xxl {
    font-size: clamp(1.85rem, 7vw, 2.35rem);
    line-height: 1.16;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-left .hu-hero-title .hu-hero-char,
  .hero-left .hu-hero-kicker {
    will-change: auto;
    filter: none !important;
  }
}

/* ─── Brand CTAs — Cardia ta-button override (friendlier, consistent) ─── */

/*
 * Cardia sets `p, li, span, option, select { color: var(--text) }` (#555).
 * That paints button labels dark even when the parent CTA is white-on-navy/blue.
 * Force label + icon text to inherit the CTA ink color.
 */
.ta-button-01,
.ta-button-01 span,
.ta-button-01 i,
.ta-button-02,
.ta-button-02 span,
.ta-button-02 i,
.hu-contact-form__submit,
.hu-contact-form__submit span,
.hu-contact-form__submit i,
.hu-footer__cta,
.hu-footer__cta span,
.hu-footer__cta i,
.hu-focus__link,
.hu-focus__link span,
.hu-focus__link i,
.hu-services__all,
.hu-services__all span,
.hu-services__all i,
.hu-services__panel-cta,
.hu-services__panel-cta span,
.hu-services__panel-cta i,
.hu-journey__cta,
.hu-journey__cta span,
.hu-journey__cta i,
.hu-home-blog__all,
.hu-home-blog__all span,
.hu-home-blog__all i,
.hu-home-blog__more,
.hu-home-blog__more span,
.hu-home-blog__more i,
.hu-mob__cta,
.hu-mob__cta span,
.hu-mob__cta i,
.hu-path__cta,
.hu-path__cta span {
  color: inherit !important;
}

.ta-button-01,
.ta-button-02 {
  --hu-btn-navy: #001837;
  --hu-btn-blue: #3772ff;
  --hu-btn-bg: var(--hu-btn-navy);
  --hu-btn-bg-hover: var(--hu-btn-blue);
  --hu-btn-ink: #fff;
  --hu-btn-icon-bg: rgb(255 255 255 / 0.18);
  --hu-btn-icon-ink: #fff;
  --hu-btn-shadow: 0 10px 28px rgb(0 24 55 / 0.18);
  --hu-btn-shadow-hover: 0 16px 36px rgb(55 114 255 / 0.28);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 3.25rem;
  padding: 0.8rem 0.85rem 0.8rem 1.35rem;
  gap: 0.85rem;
  border: 0;
  border-radius: 999px;
  background: var(--hu-btn-bg);
  color: var(--hu-btn-ink) !important;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.15;
  white-space: nowrap;
  text-decoration: none !important;
  box-shadow: var(--hu-btn-shadow);
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.ta-button-01 {
  --hu-btn-bg: var(--hu-btn-blue);
  --hu-btn-bg-hover: var(--hu-btn-navy);
  --hu-btn-shadow: 0 12px 30px rgb(55 114 255 / 0.3);
  --hu-btn-shadow-hover: 0 16px 36px rgb(0 24 55 / 0.22);
}

.ta-button-02 {
  --hu-btn-bg: var(--hu-btn-navy);
  --hu-btn-bg-hover: var(--hu-btn-blue);
  --hu-btn-shadow: 0 10px 28px rgb(0 24 55 / 0.2);
  --hu-btn-shadow-hover: 0 16px 36px rgb(55 114 255 / 0.28);
}

.ta-button-01::before,
.ta-button-02::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgb(255 255 255 / 0.16), transparent 48%);
  opacity: 0.9;
  pointer-events: none;
}

.ta-button-01:hover,
.ta-button-01:focus-visible,
.ta-button-02:hover,
.ta-button-02:focus-visible {
  background: var(--hu-btn-bg-hover);
  color: var(--hu-btn-ink) !important;
  transform: translateY(-2px);
  box-shadow: var(--hu-btn-shadow-hover);
  outline: none;
}

.ta-button-01:focus-visible,
.ta-button-02:focus-visible {
  outline: 2px solid rgb(55 114 255 / 0.55);
  outline-offset: 3px;
}

.ta-button-01:active,
.ta-button-02:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgb(0 24 55 / 0.16);
}

.ta-button-01 .button__icon-wrapper,
.ta-button-02 .button__icon-wrapper {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--hu-btn-icon-bg);
  color: var(--hu-btn-icon-ink);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.12);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.ta-button-01:hover .button__icon-wrapper,
.ta-button-01:focus-visible .button__icon-wrapper,
.ta-button-02:hover .button__icon-wrapper,
.ta-button-02:focus-visible .button__icon-wrapper {
  background: #fff;
  color: var(--hu-btn-bg-hover);
  transform: translateX(1px);
}

.ta-button-01:hover .button__icon-svg:first-child,
.ta-button-01:focus-visible .button__icon-svg:first-child,
.ta-button-02:hover .button__icon-svg:first-child,
.ta-button-02:focus-visible .button__icon-svg:first-child {
  transition: transform 0.3s ease;
  transform: translate(150%, -150%);
}

.ta-button-01:hover .button__icon-svg--copy,
.ta-button-01:focus-visible .button__icon-svg--copy,
.ta-button-02:hover .button__icon-svg--copy,
.ta-button-02:focus-visible .button__icon-svg--copy {
  transition: transform 0.3s ease 0.06s;
  transform: translate(0);
}

/* Hero video play — clearer affordance next to primary CTA */
.ta-hero-one-wrap .hero-left .btn-grp {
  gap: 1rem;
  align-items: center;
}

.ta-hero-one-wrap .hero-left .btn-grp .popup-video {
  position: relative;
  width: 3.25rem;
  height: 3.25rem;
  min-width: 3.25rem;
  min-height: 3.25rem;
  border-radius: 50%;
  background: #fff;
  color: var(--hu-btn-navy, #001837);
  border: 1px solid rgb(0 24 55 / 0.08);
  box-shadow: 0 10px 28px rgb(0 24 55 / 0.1);
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.ta-hero-one-wrap .hero-left .btn-grp .popup-video::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1px solid rgb(55 114 255 / 0.22);
  opacity: 0.7;
  pointer-events: none;
}

.ta-hero-one-wrap .hero-left .btn-grp .popup-video i {
  margin-left: 2px;
  font-size: 0.85rem;
}

.ta-hero-one-wrap .hero-left .btn-grp .popup-video:hover,
.ta-hero-one-wrap .hero-left .btn-grp .popup-video:focus-visible {
  background: var(--hu-btn-blue, #3772ff);
  color: #fff;
  border-color: transparent;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 14px 32px rgb(55 114 255 / 0.3);
  outline: none;
}

.ta-hero-one-wrap .hero-left .btn-grp .popup-video:focus-visible {
  outline: 2px solid rgb(55 114 255 / 0.55);
  outline-offset: 4px;
}

@media (max-width: 575.98px) {
  .ta-button-01,
  .ta-button-02 {
    min-height: 3rem;
    padding: 0.7rem 0.75rem 0.7rem 1.15rem;
    font-size: 0.9rem;
    gap: 0.7rem;
  }

  .ta-button-01 .button__icon-wrapper,
  .ta-button-02 .button__icon-wrapper {
    width: 1.75rem;
    height: 1.75rem;
  }

  .ta-hero-one-wrap .hero-left .btn-grp {
    gap: 0.75rem;
    flex-wrap: wrap;
  }

  .ta-hero-one-wrap .hero-left .btn-grp .popup-video {
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    min-height: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ta-button-01,
  .ta-button-02,
  .ta-button-01 .button__icon-wrapper,
  .ta-button-02 .button__icon-wrapper,
  .ta-hero-one-wrap .hero-left .btn-grp .popup-video {
    transition: none;
  }

  .ta-button-01:hover,
  .ta-button-01:focus-visible,
  .ta-button-02:hover,
  .ta-button-02:focus-visible,
  .ta-hero-one-wrap .hero-left .btn-grp .popup-video:hover,
  .ta-hero-one-wrap .hero-left .btn-grp .popup-video:focus-visible {
    transform: none;
  }
}

/* Restore Cardia hero clip: portrait hang fills the frame, bottom edge stays clean */
.ta-hero-one {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 992px) {
  .ta-hero-one-wrap .hero-right {
    justify-content: center;
    align-items: flex-end;
  }

  .ta-hero-one-wrap .hero-right picture {
    position: relative;
    max-width: none;
    width: min(136%, 760px);
    margin-inline: auto 0;
    margin-left: -15%;
    margin-top: -4%;
    transform-origin: left top;
    transform: none;
  }

  .ta-hero-one-wrap .hero-right .main-img {
    width: 100%;
    max-width: none;
    margin-bottom: -127px;
    margin-inline: 0;
    display: block;
  }

  .ta-hero-one-wrap .hero-right .circle {
    right: 14%;
    top: 14%;
  }

  .ta-hero-one-wrap .hero-right .hu-hero-orbit {
    right: 8%;
    top: 10%;
  }
}

@media (min-width: 1400px) {
  .ta-hero-one-wrap .hero-right picture {
    width: min(148%, 860px);
    margin-left: -20%;
    margin-top: -5%;
  }
}

/* —— Mobile / tablet: keep badges inside the portrait frame —— */
@media (max-width: 991.98px) {
  .ta-hero-one-wrap {
    overflow-x: clip;
  }

  .ta-hero-one-wrap .hero-right {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    padding-inline: 12px;
    padding-bottom: 72px; /* room for credential card */
    margin-bottom: 8px;
  }

  .ta-hero-one-wrap .hero-right picture,
  .ta-hero-one-wrap .hero-right .main-img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-inline: 0;
  }
}

/* Modern hero credential card (replaces Cardia "Trusted patients" group) */
.hu-hero-cred {
  position: absolute;
  bottom: 6%;
  left: 4%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  max-width: min(320px, 86%);
  padding: 0.95rem 1.1rem;
  border-radius: 18px;
  background: rgb(255 255 255 / 0.88);
  border: 1px solid rgb(255 255 255 / 0.65);
  box-shadow:
    0 18px 40px rgb(0 24 55 / 0.12),
    0 2px 8px rgb(0 24 55 / 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* Sit on the portrait torso — keep clear of the rounded clip edge */
@media (min-width: 992px) {
  .hu-hero-cred {
    left: 0;
    right: auto;
    bottom: 18%;
    max-width: 340px;
  }

  .ta-hero-one-wrap .hero-left {
    padding-bottom: 8px;
  }
}

@media (min-width: 1400px) {
  .hu-hero-cred {
    left: 2%;
    bottom: 20%;
    max-width: 360px;
  }
}

.hu-hero-cred__pulse {
  position: relative;
  flex: 0 0 auto;
  width: 72px;
  height: 56px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #3772ff;
  background:
    linear-gradient(180deg, rgb(0 24 55 / 0.04), transparent 40%),
    linear-gradient(160deg, rgb(55 114 255 / 0.16), rgb(55 114 255 / 0.05));
  box-shadow: inset 0 0 0 1px rgb(55 114 255 / 0.16);
  transform-origin: 50% 50%;
}

.hu-hero-cred__glow {
  position: absolute;
  inset: -35%;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 50%, rgb(55 114 255 / 0.5), transparent 68%);
  opacity: 0.2;
  pointer-events: none;
}

.hu-hero-cred__ecg {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 34px;
  overflow: visible;
}

.hu-hero-cred__baseline {
  stroke: rgb(55 114 255 / 0.18);
  stroke-width: 1;
}

.hu-hero-cred__ghost {
  fill: none;
  stroke: #3772ff;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.22;
}

.hu-hero-cred__trace {
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hu-hero-cred__beam {
  filter: drop-shadow(0 0 3px rgb(142 182 255 / 0.95));
}

.hu-hero-cred__body {
  min-width: 0;
}

.hu-hero-cred__pulse.is-firing {
  /* class toggled from JS on QRS peak */
}

@media (prefers-reduced-motion: reduce) {
  .hu-hero-cred__glow {
    opacity: 0.3;
  }

  .hu-hero-cred__beam {
    display: none;
  }
}

.hu-hero-cred__title,
.hu-hero-cred__meta {
  margin: 0;
  font-family: var(--header-font, "Nunito", sans-serif);
}

.hu-hero-cred__title {
  margin-top: 0;
  font-size: 0.98rem;
  font-weight: 800;
  color: #001837;
  line-height: 1.25;
}

.hu-hero-cred__meta {
  margin-top: 0.28rem;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.78rem;
  font-weight: 600;
  color: #555555;
  line-height: 1.35;
}

/* Mobile credential: full-bleed inset, no translateX (avoids GSAP transform clash) */
@media (max-width: 991.98px) {
  .hu-hero-cred {
    left: 12px;
    right: 12px;
    bottom: 8px;
    width: auto;
    max-width: none;
    gap: 0.65rem;
    padding: 0.72rem 0.85rem;
    border-radius: 14px;
  }

  .hu-hero-cred__pulse {
    width: 58px;
    height: 46px;
    border-radius: 11px;
  }

  .hu-hero-cred__ecg {
    width: 48px;
    height: 28px;
  }

  .hu-hero-cred__title {
    font-size: 0.86rem;
  }

  .hu-hero-cred__meta {
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 397px) {
  .hu-hero-cred__meta {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

/* Hero orbit badge — heart pinned at center; text ring spins around it */
.hu-hero-orbit {
  position: absolute;
  z-index: 2;
  display: block;
  pointer-events: none;
  /* Never translate/rotate this shell — only children move */
  transform: none !important;
  /* Mobile defaults — compact, inside frame */
  top: 2%;
  right: 2%;
  width: 108px;
  height: 108px;
}

.hu-hero-orbit__svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hu-hero-orbit__track {
  fill: none;
  stroke: rgb(55 114 255 / 0.22);
  stroke-width: 1;
  stroke-dasharray: 3 7;
}

.hu-hero-orbit__track--inner {
  stroke: rgb(0 24 55 / 0.12);
  stroke-dasharray: 2 10;
}

/* Pure CSS spin around SVG viewBox center — no GSAP drift */
.hu-hero-orbit__spin {
  transform-box: view-box;
  transform-origin: 100px 100px;
  animation: hu-orbit-spin 40s linear infinite;
  will-change: transform;
}

@keyframes hu-orbit-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.hu-hero-orbit__text {
  fill: #001837;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hu-hero-orbit__tick {
  fill: #3772ff;
}

/* Heart locked to geometric center of the orbit box */
.hu-hero-orbit__core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 46px;
  height: 60px;
  margin: 0;
  display: block;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hu-hero-orbit__core-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgb(190 30 45 / 0.4), transparent 68%);
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

.hu-hero-orbit__core img,
.hu-hero-orbit__heart {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center center;
  display: block;
  transform-origin: 50% 55%;
  will-change: transform;
  filter: drop-shadow(0 8px 14px rgb(0 24 55 / 0.2));
}

@media (min-width: 576px) {
  .hu-hero-orbit {
    width: 128px;
    height: 128px;
    top: 4%;
    right: 4%;
  }

  .hu-hero-orbit__core {
    width: 56px;
    height: 72px;
  }
}

@media (min-width: 992px) {
  .hu-hero-orbit {
    width: 152px;
    height: 152px;
    top: 10%;
    right: 8%;
  }

  .hu-hero-orbit__core {
    width: 66px;
    height: 84px;
  }
}

@media (min-width: 1200px) {
  .hu-hero-orbit {
    width: 168px;
    height: 168px;
    top: 12%;
    right: 8%;
  }

  .hu-hero-orbit__core {
    width: 72px;
    height: 92px;
  }

  .hu-hero-orbit__core-glow {
    width: 58px;
    height: 58px;
  }
}

@media (min-width: 1400px) {
  .hu-hero-orbit {
    width: 188px;
    height: 188px;
    right: 10%;
    top: 8%;
  }

  .hu-hero-orbit__core {
    width: 80px;
    height: 102px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hu-hero-orbit__spin {
    animation: none !important;
  }
}

/* —— Home clinical pathways —— sits cleanly under clipped hero */
.hu-pathways {
  --hu-path-navy: #001837;
  --hu-path-blue: #3772ff;
  position: relative;
  z-index: 2;
  margin-top: 30px;
  padding: 48px 0 72px;
  overflow: visible;
  background: #fff;
}

@media (min-width: 1200px) {
  .hu-pathways {
    margin-top: 36px;
    padding: 56px 0 96px;
  }
}

.hu-pathways__glow {
  position: absolute;
  inset: 8% 10% auto;
  height: 55%;
  background:
    radial-gradient(ellipse at 30% 40%, rgb(55 114 255 / 0.12), transparent 58%),
    radial-gradient(ellipse at 75% 30%, rgb(0 24 55 / 0.06), transparent 55%);
  pointer-events: none;
  filter: blur(8px);
}

.hu-pathways .container {
  position: relative;
  z-index: 1;
}

.hu-pathways__head,
.hu-path {
  opacity: 1;
  visibility: visible;
}

.hu-pathways__head {
  margin-bottom: 22px;
  max-width: 52rem;
}

.hu-pathways__eyebrow {
  margin: 0 0 8px;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hu-path-blue);
}

.hu-pathways__head-row {
  display: grid;
  gap: 10px;
}

@media (min-width: 992px) {
  .hu-pathways__head-row {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
    align-items: end;
    gap: 28px;
  }
}

.hu-pathways__title {
  margin: 0;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--hu-path-navy);
}

.hu-pathways__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: rgb(0 24 55 / 0.68);
  max-width: 34rem;
}

.hu-pathways__stage {
  position: relative;
}

.hu-pathways__rail {
  display: none;
}

@media (min-width: 1200px) {
  .hu-pathways__rail {
    display: block;
    position: absolute;
    top: 46px;
    left: 7%;
    right: 7%;
    height: 1px;
    background: rgb(0 24 55 / 0.08);
    z-index: 0;
    overflow: hidden;
  }

  .hu-pathways__rail-fill {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, var(--hu-path-blue), transparent);
    transform: scaleX(0);
    transform-origin: left center;
  }
}

.hu-pathways__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 768px) {
  .hu-pathways__grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}

@media (min-width: 1200px) {
  .hu-pathways__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}

.hu-path {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 100%;
  padding: 22px 22px 18px;
  border-radius: 22px;
  border: 1px solid rgb(0 24 55 / 0.08);
  background:
    linear-gradient(160deg, #fff 0%, #f5f8fd 100%);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.8) inset,
    0 14px 36px rgb(0 24 55 / 0.06);
  text-decoration: none !important;
  color: inherit;
  overflow: hidden;
  isolation: isolate;
  will-change: transform;
}

.hu-path::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--hu-path-blue), rgb(0 24 55 / 0.55));
  transform: scaleY(0.35);
  transform-origin: top;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.hu-path::after {
  content: '';
  position: absolute;
  inset: auto -20% -40% auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(55 114 255 / 0.12), transparent 68%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.hu-path:hover::before,
.hu-path:focus-visible::before {
  transform: scaleY(1);
}

.hu-path:hover::after,
.hu-path:focus-visible::after {
  opacity: 1;
}

.hu-path:focus-visible {
  outline: 2px solid var(--hu-path-blue);
  outline-offset: 3px;
}

.hu-path__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hu-path__icon {
  --fa-primary-color: var(--hu-path-navy);
  --fa-secondary-color: var(--hu-path-blue);
  --fa-secondary-opacity: 0.55;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgb(55 114 255 / 0.1);
  color: var(--hu-path-navy);
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.hu-path__icon i {
  font-size: 1.35rem;
  line-height: 1;
}

.hu-path:hover .hu-path__icon,
.hu-path:focus-visible .hu-path__icon {
  --fa-primary-color: #fff;
  --fa-secondary-color: #fff;
  --fa-secondary-opacity: 0.55;
  background: var(--hu-path-navy);
  color: #fff;
  transform: translateY(-2px);
}

.hu-path__index {
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: rgb(0 24 55 / 0.35);
}

.hu-path__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hu-path__title {
  margin: 0;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: clamp(1.18rem, 1.35vw, 1.38rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--hu-path-navy);
}

.hu-path__text {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.55;
  color: rgb(0 24 55 / 0.66);
}

.hu-path__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-top: auto;
  padding: 0.55rem 0.65rem 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgb(55 114 255 / 0.08);
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--hu-path-navy);
  transition: background 0.3s ease, color 0.3s ease;
}

.hu-path__cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #fff;
  color: var(--hu-path-blue);
  box-shadow: 0 4px 12px rgb(0 24 55 / 0.08);
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.hu-path__cta-arrow i {
  font-size: 0.7rem;
}

.hu-path:hover .hu-path__cta,
.hu-path:focus-visible .hu-path__cta {
  background: rgb(55 114 255 / 0.14);
  color: var(--hu-path-blue);
}

.hu-path:hover .hu-path__cta-arrow,
.hu-path:focus-visible .hu-path__cta-arrow {
  background: var(--hu-path-blue);
  color: #fff;
  transform: translateX(3px);
  box-shadow: 0 8px 18px rgb(55 114 255 / 0.28);
}

@media (prefers-reduced-motion: reduce) {
  .hu-path,
  .hu-path::before,
  .hu-path::after,
  .hu-path__icon,
  .hu-path__cta,
  .hu-path__cta-arrow {
    transition: none;
  }
}

/* —— Home patient journey (GSAP Observer — CodePen XWzRraJ) —— */
.hu-journey {
  --hu-j-navy: #001837;
  --hu-j-blue: #3772ff;
  --hu-j-mute: rgb(255 255 255 / 0.78);
  --hu-j-line: rgb(255 255 255 / 0.14);
  --hu-j-paper: #02132c;
  --hu-j-header: 92px;
  --hu-j-gutter: clamp(2rem, 5.5vw, 4.25rem);
  --hu-j-top: 6.75rem;
  --hu-j-foot: 3.25rem;
  --hu-j-copy-w: min(36rem, 48vw);
  position: relative;
  z-index: 3;
  padding: 0;
  color: #fff;
}

.hu-journey__pin {
  position: relative;
  height: calc(100vh - var(--hu-j-header));
  height: calc(100dvh - var(--hu-j-header));
  min-height: 520px;
  overflow: hidden;
  background: var(--hu-j-paper);
}

.hu-journey__layers {
  position: absolute;
  inset: 0;
}

.hu-journey__layer {
  position: absolute;
  inset: 0;
  visibility: hidden;
  z-index: 0;
}

.hu-journey__outer,
.hu-journey__inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hu-journey__inner {
  position: relative;
}

.hu-journey__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hu-journey__bg picture,
.hu-journey__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hu-journey__bg img {
  object-position: 82% 28%;
  filter: saturate(0.92) contrast(1.04) brightness(0.82);
  transform: scale(1.08);
  will-change: transform;
}

.hu-journey__layer[data-hu-journey-layer="1"] .hu-journey__bg img {
  object-position: 78% 40%;
}

.hu-journey__layer[data-hu-journey-layer="2"] .hu-journey__bg img {
  object-position: 75% 32%;
}

.hu-journey__bg-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgb(2 19 44 / 0.92) 0%,
      rgb(2 19 44 / 0.78) 34%,
      rgb(2 19 44 / 0.35) 58%,
      rgb(2 19 44 / 0.12) 100%
    ),
    linear-gradient(
      180deg,
      rgb(2 19 44 / 0.55) 0%,
      transparent 22%,
      transparent 70%,
      rgb(2 19 44 / 0.7) 100%
    );
  pointer-events: none;
}

/* Chapter copy: one reading column in the free band between bar + foot */
.hu-journey__copy {
  position: absolute;
  z-index: 2;
  left: var(--hu-j-gutter);
  top: var(--hu-j-top);
  bottom: var(--hu-j-foot);
  width: var(--hu-j-copy-w);
  max-width: calc(100% - (var(--hu-j-gutter) * 2));
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0.85rem;
  margin: 0;
  box-sizing: border-box;
}

.hu-journey__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.75rem;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9bbcff;
}

.hu-journey__kicker i {
  --fa-primary-color: #fff;
  --fa-secondary-color: #9bbcff;
  --fa-secondary-opacity: 0.9;
  font-size: 0.95rem;
}

.hu-journey__heading {
  margin: 0 0 0.9rem;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: clamp(1.75rem, 3.2vw, 2.65rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff;
  max-width: 16ch;
  text-wrap: balance;
}

.hu-journey__heading .clip-text {
  overflow: hidden;
}

.hu-journey__text {
  margin: 0 0 1.25rem;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.55;
  color: var(--hu-j-mute);
  max-width: 28rem;
}

.hu-journey__points {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
  max-width: 24rem;
}

.hu-journey__points li {
  position: relative;
  padding: 0 0 0 0.95rem;
  border: 0;
  font-size: 0.92rem;
  line-height: 1.4;
  color: rgb(255 255 255 / 0.92);
}

.hu-journey__points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 1.5px;
  background: var(--hu-j-blue);
}

/* Chrome: single top bar + bottom foot — no competing section title */
.hu-journey__chrome {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.hu-journey__chrome-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.85rem;
  padding: 1.15rem var(--hu-j-gutter) 0;
  box-sizing: border-box;
}

.hu-journey__chrome-bar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.hu-journey__eyebrow {
  margin: 0;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9bbcff;
  white-space: nowrap;
}

.hu-journey__count {
  margin: 0;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: rgb(255 255 255 / 0.5);
  white-space: nowrap;
}

.hu-journey__count-sep {
  margin: 0 0.15em;
  opacity: 0.5;
}

.hu-journey__nav {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 0;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.14);
  overflow-x: auto;
  scrollbar-width: none;
  pointer-events: auto;
}

.hu-journey__nav::-webkit-scrollbar {
  display: none;
}

.hu-journey__nav-item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 1.1rem 0.65rem 0;
  border: 0;
  background: transparent;
  color: rgb(255 255 255 / 0.38);
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.hu-journey__nav-item + .hu-journey__nav-item {
  margin-left: 0.15rem;
  padding-left: 1.1rem;
}

.hu-journey__nav-item:hover,
.hu-journey__nav-item:focus-visible {
  color: #fff;
  outline: none;
}

.hu-journey__nav-num {
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #9bbcff;
  opacity: 0.55;
}

.hu-journey__nav-label {
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.84rem;
  font-weight: 700;
}

.hu-journey__nav-item.is-active {
  color: #fff;
}

.hu-journey__nav-item.is-active .hu-journey__nav-num {
  opacity: 1;
}

.hu-journey__nav-item.is-done {
  color: rgb(255 255 255 / 0.55);
}

.hu-journey__nav-ink {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 48px;
  background: #fff;
  border-radius: 2px;
  will-change: transform, width;
}

.hu-journey__chrome-foot {
  position: absolute;
  right: var(--hu-j-gutter);
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 1.35rem;
  pointer-events: none;
  box-sizing: border-box;
}

.hu-journey__cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.7rem;
  min-height: 3rem;
  margin-top: 0.15rem;
  padding: 0.85rem 1.3rem;
  border-radius: 999px;
  background: #fff;
  color: var(--hu-j-navy) !important;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgb(0 0 0 / 0.22);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  pointer-events: auto;
}

.hu-journey__cta i {
  font-size: 0.7rem;
  color: var(--hu-j-blue);
  transition: transform 0.25s ease, color 0.25s ease;
}

.hu-journey__cta:hover,
.hu-journey__cta:focus-visible {
  background: var(--hu-j-blue);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgb(55 114 255 / 0.35);
  outline: none;
}

.hu-journey__cta:hover i,
.hu-journey__cta:focus-visible i {
  color: #fff;
  transform: translateX(3px);
}

.hu-journey__scroll-hint {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.58);
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.hu-journey__scroll-line {
  display: block;
  width: 28px;
  height: 1px;
  background: rgb(255 255 255 / 0.45);
  transform-origin: left center;
  animation: hu-journey-line 1.8s ease-in-out infinite;
}

@keyframes hu-journey-line {
  0%, 100% { transform: scaleX(0.45); opacity: 0.4; }
  50% { transform: scaleX(1); opacity: 1; }
}

.hu-journey.is-complete .hu-journey__scroll-hint {
  opacity: 0;
}

@media (max-width: 991.98px) {
  .hu-journey {
    --hu-j-header: 72px;
    --hu-j-top: 7rem;
    --hu-j-foot: 3.25rem;
    --hu-j-copy-w: calc(100% - (var(--hu-j-gutter) * 2));
  }

  .hu-journey__heading {
    max-width: none;
    font-size: clamp(1.6rem, 6.5vw, 2.15rem);
  }

  .hu-journey__bg img {
    object-position: 60% 28%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hu-journey__scroll-line {
    animation: none;
  }

  .hu-journey__cta,
  .hu-journey__cta i,
  .hu-journey__nav-item,
  .hu-journey__scroll-hint {
    transition: none;
  }
}

/* —— Home services: featured stage + thumb rail —— */
.hu-services {
  --hu-svc-navy: #001837;
  --hu-svc-blue: #3772ff;
  --hu-svc-paper: #02132c;
  --hu-svc-mute: rgb(255 255 255 / 0.72);
  --hu-svc-stage-h: clamp(14.5rem, 28vw, 19.5rem);
  position: relative;
  z-index: 2;
  margin: 72px 15px 24px;
  padding: 48px 0 56px;
  overflow: hidden;
  border-radius: 20px;
  background:
    radial-gradient(ellipse 80% 55% at 12% 0%, rgb(55 114 255 / 0.14), transparent 55%),
    radial-gradient(ellipse 60% 45% at 92% 8%, rgb(255 255 255 / 0.04), transparent 50%),
    var(--hu-svc-paper);
  color: #fff;
}

@media (min-width: 1200px) {
  .hu-services {
    margin-top: 88px;
    margin-bottom: 28px;
    padding: 56px 0 64px;
  }
}

.hu-services__glow {
  position: absolute;
  inset: -10% 0 auto;
  height: 58%;
  background:
    radial-gradient(ellipse at 28% 40%, rgb(55 114 255 / 0.22), transparent 55%),
    radial-gradient(ellipse at 72% 20%, rgb(155 188 255 / 0.08), transparent 48%);
  pointer-events: none;
  filter: blur(18px);
  opacity: 0.9;
}

.hu-services .container {
  position: relative;
  z-index: 1;
}

.hu-services__head {
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  max-width: 56rem;
}

.hu-services__eyebrow {
  margin: 0 0 12px;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9bbcff;
}

.hu-services__head-row {
  display: grid;
  gap: 14px;
}

@media (min-width: 992px) {
  .hu-services__head-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
    align-items: end;
    gap: 36px;
  }
}

.hu-services__title {
  margin: 0;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff;
}

.hu-services__lead {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--hu-svc-mute);
  max-width: 32rem;
}

.hu-services__layout {
  display: grid;
  gap: 0.75rem;
}

.hu-services__stage {
  position: relative;
  width: 100%;
  height: var(--hu-svc-stage-h);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.12);
  background: rgb(0 14 32 / 0.95);
  box-shadow:
    0 0 0 1px rgb(55 114 255 / 0.12),
    0 16px 36px rgb(0 0 0 / 0.28);
}

.hu-services__panel {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* No-JS / before enhance: only active panel visible */
.hu-services:not(.is-enhanced) .hu-services__panel {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hu-services:not(.is-enhanced) .hu-services__panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

.hu-services.is-enhanced .hu-services__panel.is-active {
  z-index: 2;
}

.hu-services__panel-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hu-services__panel-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 42%;
  display: block;
  will-change: transform;
}

.hu-services__panel-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      100deg,
      rgb(2 19 44 / 0.94) 0%,
      rgb(2 19 44 / 0.78) 34%,
      rgb(2 19 44 / 0.28) 62%,
      rgb(2 19 44 / 0.18) 100%
    ),
    linear-gradient(180deg, rgb(2 19 44 / 0.12) 0%, transparent 38%, rgb(2 19 44 / 0.82) 100%);
  pointer-events: none;
}

.hu-services__panel-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 1rem 1.15rem 1.15rem;
  max-width: min(30rem, 92%);
}

.hu-services__panel-index {
  position: absolute;
  top: 0.95rem;
  left: 1.1rem;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #9bbcff;
}

.hu-services__panel-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}

.hu-services__panel-icon {
  --fa-primary-color: #fff;
  --fa-secondary-color: var(--hu-svc-blue);
  --fa-secondary-opacity: 0.7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: rgb(55 114 255 / 0.28);
  color: #fff;
  backdrop-filter: blur(8px);
}

.hu-services__panel-icon i {
  font-size: 1rem;
  line-height: 1;
}

.hu-services__panel-title {
  margin: 0;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
}

.hu-services__panel-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--hu-svc-mute);
  max-width: 34rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hu-services__panel-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  min-height: 2.65rem;
  margin-top: 0.35rem;
  padding: 0.6rem 1.15rem;
  border-radius: 999px;
  background: #fff;
  color: var(--hu-svc-navy) !important;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgb(0 0 0 / 0.18);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.hu-services__panel-cta i {
  font-size: 0.72rem;
  color: var(--hu-svc-blue);
  transition: transform 0.25s ease, color 0.25s ease;
}

.hu-services__panel-cta:hover,
.hu-services__panel-cta:focus-visible {
  background: var(--hu-svc-blue);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgb(55 114 255 / 0.35);
  outline: none;
}

.hu-services__panel-cta:hover i,
.hu-services__panel-cta:focus-visible i {
  color: #fff;
  transform: translateX(3px);
}

.hu-services__rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.55rem;
}

.hu-services__thumb {
  display: grid;
  grid-template-rows: auto auto;
  gap: 0;
  min-width: 0;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 12px;
  overflow: hidden;
  background: rgb(255 255 255 / 0.03);
  color: #fff;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.hu-services__thumb:hover,
.hu-services__thumb:focus-visible {
  border-color: rgb(155 188 255 / 0.45);
  background: rgb(255 255 255 / 0.06);
  outline: none;
  transform: translateY(-2px);
}

.hu-services__thumb.is-active {
  border-color: rgb(55 114 255 / 0.75);
  background: rgb(55 114 255 / 0.12);
  box-shadow: 0 0 0 1px rgb(55 114 255 / 0.25), 0 14px 32px rgb(0 0 0 / 0.28);
  transform: none;
}

.hu-services__thumb-media {
  position: relative;
  display: block;
  aspect-ratio: 1;
  width: 100%;
  overflow: hidden;
  background: rgb(0 14 32 / 0.9);
}

.hu-services__thumb-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  opacity: 0.9;
  transition: opacity 0.25s ease, transform 0.45s ease;
}

.hu-services__thumb.is-active .hu-services__thumb-media img,
.hu-services__thumb:hover .hu-services__thumb-media img {
  opacity: 1;
  transform: scale(1.04);
}

.hu-services__thumb-index {
  position: absolute;
  top: 0.45rem;
  left: 0.45rem;
  z-index: 1;
  padding: 0.15rem 0.35rem;
  border-radius: 999px;
  background: rgb(2 19 44 / 0.62);
  backdrop-filter: blur(6px);
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #9bbcff;
}

.hu-services__thumb-meta {
  display: grid;
  gap: 0.2rem;
  padding: 0.55rem 0.55rem 0.65rem;
  min-width: 0;
}

.hu-services__thumb-title {
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hu-services__thumb-text {
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.35;
  color: rgb(255 255 255 / 0.62);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hu-services__thumb.is-active .hu-services__thumb-text {
  color: rgb(255 255 255 / 0.78);
}

.hu-services__controls {
  display: flex;
  align-items: center;
  gap: 0.7rem 0.9rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.hu-services__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgb(255 255 255 / 0.28);
  background: rgb(255 255 255 / 0.1);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 6px 18px rgb(0 0 0 / 0.12);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.hu-services__nav:hover,
.hu-services__nav:focus-visible {
  background: #fff;
  border-color: #fff;
  color: var(--hu-svc-navy);
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgb(0 0 0 / 0.18);
}

.hu-services__dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.15rem;
}

.hu-services__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.28);
  cursor: pointer;
  transition: background 0.3s ease, width 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.hu-services__dot.is-active {
  width: 26px;
  border-radius: 999px;
  background: var(--hu-svc-blue);
}

.hu-services__dot:focus-visible {
  outline: 2px solid #9bbcff;
  outline-offset: 2px;
}

.hu-services__count {
  margin: 0 0 0 auto;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgb(255 255 255 / 0.55);
}

.hu-services__count-sep {
  margin: 0 0.28rem;
  opacity: 0.5;
}

.hu-services__foot {
  margin-top: 1.15rem;
  display: flex;
  justify-content: flex-start;
}

.hu-services__all {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 2.85rem;
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.28);
  background: rgb(255 255 255 / 0.08);
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgb(0 0 0 / 0.12);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.hu-services__all i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

.hu-services__all:hover,
.hu-services__all:focus-visible {
  background: #fff;
  border-color: #fff;
  color: var(--hu-svc-navy) !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgb(0 0 0 / 0.2);
  outline: none;
}

.hu-services__all:hover i,
.hu-services__all:focus-visible i {
  transform: translateX(4px);
}

@media (max-width: 1199.98px) {
  .hu-services__thumb-text {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .hu-services {
    --hu-svc-stage-h: clamp(13.5rem, 36vw, 17rem);
    border-radius: 18px;
  }

  /* Tek satır korunur; dar ekranda yatay kaydırma */
  .hu-services__rail {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .hu-services__thumb {
    flex: 0 0 7.75rem;
    scroll-snap-align: start;
  }
}

@media (max-width: 767.98px) {
  .hu-services {
    --hu-svc-stage-h: 13.75rem;
    margin: 48px 10px 16px;
    padding: 40px 0 48px;
    border-radius: 16px;
  }

  .hu-services__stage {
    border-radius: 14px;
  }

  .hu-services__head {
    margin-bottom: 0.9rem;
  }

  .hu-services__title {
    font-size: 1.45rem;
  }

  .hu-services__panel-body {
    max-width: 100%;
    padding: 0.9rem 1rem 1rem;
  }

  .hu-services__panel-title {
    font-size: 1.15rem;
  }

  .hu-services__panel-text {
    font-size: 0.84rem;
    -webkit-line-clamp: 2;
  }

  .hu-services__thumb {
    flex-basis: 7.25rem;
    border-radius: 12px;
  }

  .hu-services__thumb-meta {
    padding: 0.45rem 0.5rem 0.55rem;
  }

  .hu-services__thumb-title {
    font-size: 0.72rem;
  }

  .hu-services__controls {
    margin-top: 0.85rem;
    gap: 0.55rem;
  }

  .hu-services__nav {
    width: 40px;
    height: 40px;
  }

  .hu-services__count {
    width: 100%;
    margin: 0.15rem 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hu-services__nav,
  .hu-services__dot,
  .hu-services__all,
  .hu-services__all i,
  .hu-services__panel-cta,
  .hu-services__panel-cta i,
  .hu-services__thumb,
  .hu-services__thumb-media img {
    transition: none;
  }
}

/* —— Home clinical focus (replaces Cardia case studies) —— */
.hu-focus {
  --hu-focus-ink: #02132c;
  --hu-focus-navy: #001837;
  --hu-focus-blue: #3772ff;
  --hu-focus-paper: #f3f6fa;
  --hu-focus-mute: rgb(255 255 255 / 0.72);
  --hu-focus-line: rgb(255 255 255 / 0.12);
  position: relative;
  z-index: 2;
  margin: 64px 0 28px;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  overflow: hidden;
  background: var(--hu-focus-ink);
  color: #fff;
}

.hu-focus__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hu-focus__atmosphere-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
}

.hu-focus__atmosphere-orb--a {
  width: min(46vw, 28rem);
  height: min(46vw, 28rem);
  top: -12%;
  left: -8%;
  background: rgb(55 114 255 / 0.28);
}

.hu-focus__atmosphere-orb--b {
  width: min(38vw, 22rem);
  height: min(38vw, 22rem);
  right: -6%;
  bottom: 8%;
  background: rgb(0 80 160 / 0.22);
}

.hu-focus__atmosphere-grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgb(255 255 255 / 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
}

.hu-focus .container {
  position: relative;
  z-index: 1;
}

.hu-focus__head {
  margin-bottom: clamp(1.75rem, 3.5vw, 2.75rem);
}

.hu-focus__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 14px;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(155 190 255 / 0.95);
}

.hu-focus__eyebrow-line {
  display: block;
  width: 2.25rem;
  height: 1px;
  background: linear-gradient(90deg, var(--hu-focus-blue), transparent);
  transform-origin: left center;
}

.hu-focus__head-row {
  display: grid;
  gap: 14px;
  max-width: 56rem;
}

@media (min-width: 992px) {
  .hu-focus__head-row {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: end;
    gap: 2.5rem;
    max-width: none;
  }
}

.hu-focus__title {
  margin: 0;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: clamp(1.7rem, 3.2vw, 2.55rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #fff;
}

.hu-focus__lead {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--hu-focus-mute);
  max-width: 28rem;
}

.hu-focus__shell {
  display: grid;
  gap: 1.5rem;
  align-items: stretch;
}

@media (min-width: 992px) {
  .hu-focus__shell {
    grid-template-columns: minmax(15.5rem, 19.5rem) minmax(0, 1fr);
    gap: clamp(1.5rem, 3vw, 2.75rem);
  }
}

.hu-focus__nav {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 1px;
  border-left: 1px solid var(--hu-focus-line);
}

.hu-focus__ink {
  position: absolute;
  left: -1px;
  top: 0;
  width: 2px;
  height: 3.5rem;
  background: linear-gradient(180deg, var(--hu-focus-blue), rgb(55 114 255 / 0.2));
  border-radius: 2px;
  pointer-events: none;
  z-index: 2;
  will-change: transform, height;
}

.hu-focus__tab {
  position: relative;
  display: grid;
  grid-template-columns: 2.1rem 1fr;
  align-items: start;
  gap: 0.85rem;
  width: 100%;
  margin: 0;
  padding: 1rem 0 1rem 1.15rem;
  border: 0;
  border-bottom: 1px solid var(--hu-focus-line);
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-align: left;
}

.hu-focus__tab:last-child {
  border-bottom: 0;
}

.hu-focus__tab:hover .hu-focus__tab-title,
.hu-focus__tab:focus-visible .hu-focus__tab-title {
  color: #fff;
}

.hu-focus__tab:focus-visible {
  outline: none;
}

.hu-focus__tab:focus-visible .hu-focus__tab-body {
  outline: 1px solid rgb(55 114 255 / 0.55);
  outline-offset: 4px;
}

.hu-focus__tab-num {
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.6;
  color: rgb(255 255 255 / 0.35);
  transition: color 0.3s ease;
}

.hu-focus__tab.is-active .hu-focus__tab-num {
  color: var(--hu-focus-blue);
}

.hu-focus__tab-body {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
  padding-right: 0.25rem;
}

.hu-focus__tab-tag {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.38);
  transition: color 0.3s ease;
}

.hu-focus__tab.is-active .hu-focus__tab-tag {
  color: rgb(155 190 255 / 0.95);
}

.hu-focus__tab-title {
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: rgb(255 255 255 / 0.55);
  transition: color 0.3s ease;
}

.hu-focus__tab.is-active .hu-focus__tab-title {
  color: #fff;
}

.hu-focus__stage {
  position: relative;
  min-height: clamp(26rem, 52vw, 34rem);
  overflow: hidden;
  isolation: isolate;
  background: #010b1a;
}

.hu-focus__panel {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 1fr;
  z-index: 1;
}

.hu-focus:not(.is-enhanced) .hu-focus__panel {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hu-focus:not(.is-enhanced) .hu-focus__panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

.hu-focus.is-enhanced .hu-focus__panel.is-active {
  z-index: 2;
  pointer-events: auto;
}

.hu-focus__visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hu-focus__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(2 19 44 / 0.55) 0%, transparent 42%),
    linear-gradient(180deg, transparent 28%, rgb(2 19 44 / 0.55) 58%, rgb(2 19 44 / 0.94) 100%);
  pointer-events: none;
  z-index: 1;
}

.hu-focus__visual-frame {
  position: absolute;
  inset: -6%;
  overflow: hidden;
  will-change: transform;
}

.hu-focus__visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.06);
  will-change: transform;
}

.hu-focus__watermark {
  position: absolute;
  right: clamp(0.5rem, 2vw, 1.25rem);
  top: clamp(0.25rem, 1.5vw, 0.75rem);
  z-index: 2;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: clamp(4.5rem, 12vw, 8.5rem);
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -0.06em;
  color: rgb(255 255 255 / 0.07);
  pointer-events: none;
  user-select: none;
}

.hu-focus__copy {
  position: relative;
  z-index: 3;
  align-self: end;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  width: min(100%, 34rem);
  padding: clamp(1.35rem, 3vw, 2.25rem);
  padding-top: 4rem;
}

.hu-focus__copy-tag {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(155 190 255 / 0.95);
}

.hu-focus__copy-title {
  margin: 0;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
}

.hu-focus__copy-text {
  margin: 0.15rem 0 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--hu-focus-mute);
  max-width: 32rem;
}

.hu-focus__points {
  list-style: none;
  margin: 0.55rem 0 0.2rem;
  padding: 0;
  display: grid;
  gap: 0.4rem;
  width: 100%;
}

.hu-focus__points li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
  color: rgb(255 255 255 / 0.88);
}

.hu-focus__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.45rem;
  height: 1px;
  background: var(--hu-focus-blue);
}

.hu-focus__link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  width: fit-content;
  min-height: 2.65rem;
  margin-top: 0.85rem;
  padding: 0.55rem 1.1rem;
  border: 1px solid rgb(255 255 255 / 0.28);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.08);
  color: #fff !important;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgb(0 0 0 / 0.14);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.hu-focus__link span {
  position: relative;
}

.hu-focus__link span::after {
  content: none;
}

.hu-focus__link i {
  font-size: 0.72rem;
  color: #9bbcff;
  transition: transform 0.3s ease, color 0.25s ease;
}

.hu-focus__link:hover,
.hu-focus__link:focus-visible {
  background: #fff;
  border-color: #fff;
  color: var(--hu-focus-navy, #001837) !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgb(0 0 0 / 0.22);
  outline: none;
}

.hu-focus__link:hover i,
.hu-focus__link:focus-visible i {
  color: var(--hu-focus-blue);
  transform: translateX(4px);
}

.hu-focus__link:focus-visible {
  outline: 2px solid rgb(55 114 255 / 0.65);
  outline-offset: 3px;
}

@media (max-width: 991.98px) {
  .hu-focus {
    margin: 48px 0 20px;
  }

  .hu-focus__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-left: 0;
    border-top: 1px solid var(--hu-focus-line);
  }

  .hu-focus__ink {
    display: none;
  }

  .hu-focus__tab {
    padding: 0.9rem 0.85rem;
    border-bottom: 1px solid var(--hu-focus-line);
    border-right: 1px solid var(--hu-focus-line);
  }

  .hu-focus__tab:nth-of-type(even) {
    border-right: 0;
  }

  .hu-focus__tab:nth-last-of-type(-n + 2) {
    border-bottom: 0;
  }

  .hu-focus__stage {
    min-height: clamp(24rem, 88vw, 30rem);
  }
}

@media (max-width: 575.98px) {
  .hu-focus__nav {
    grid-template-columns: 1fr;
  }

  .hu-focus__tab {
    border-right: 0;
  }

  .hu-focus__tab:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--hu-focus-line);
  }

  .hu-focus__tab:last-child {
    border-bottom: 0;
  }

  .hu-focus__stage {
    min-height: 0;
  }

  .hu-focus__panel {
    position: relative;
    display: none;
    min-height: 26rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .hu-focus__panel.is-active {
    display: grid;
  }

  .hu-focus__watermark {
    font-size: 5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hu-focus__link,
  .hu-focus__link i,
  .hu-focus__tab-num,
  .hu-focus__tab-tag,
  .hu-focus__tab-title {
    transition: none;
  }
}

/* About section eyebrow — modern badge (replaces Cardia gray pill) */
.hu-about-badge.sub-title {
  --hu-badge-navy: #001837;
  --hu-badge-blue: #3772ff;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 1.15rem;
  padding: 0.35rem 0.85rem 0.35rem 0.35rem;
  border: 1px solid rgb(0 24 55 / 0.08);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 0.95), rgb(242 247 255 / 0.92));
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.8) inset,
    0 10px 28px rgb(0 24 55 / 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--hu-badge-navy);
  overflow: hidden;
}

.hu-about-badge__orb {
  --fa-primary-color: #fff;
  --fa-secondary-color: #fff;
  --fa-secondary-opacity: 0.55;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, #5b8cff, var(--hu-badge-blue) 55%, #1f4fd6);
  color: #fff;
  box-shadow: 0 6px 14px rgb(55 114 255 / 0.35);
}

.hu-about-badge__orb i {
  font-size: 0.85rem;
  line-height: 1;
}

.hu-about-badge__meta {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
  padding-right: 0.15rem;
}

.hu-about-badge__kicker {
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgb(0 24 55 / 0.5);
  line-height: 1.2;
  white-space: nowrap;
}

.hu-about-badge__title {
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--hu-badge-navy);
}

.hu-about-badge__rail {
  width: 42px;
  height: 2px;
  margin-left: 0.15rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hu-badge-blue), transparent);
  flex: 0 0 auto;
}

@media (max-width: 575.98px) {
  .hu-about-badge.sub-title {
    gap: 0.6rem;
    padding-right: 0.7rem;
  }

  .hu-about-badge__kicker {
    white-space: normal;
    font-size: 0.64rem;
  }

  .hu-about-badge__rail {
    display: none;
  }
}

/* Home about fact icons — FA Pro inside Cardia blue circles */
.ta-about-one-right .hu-about-fact-icon {
  --fa-primary-color: #fff;
  --fa-secondary-color: #fff;
  --fa-secondary-opacity: 0.55;
  color: #fff;
}

.ta-about-one-right .hu-about-fact-icon i {
  font-size: 2rem;
  line-height: 1;
}

@media (max-width: 1199.98px) {
  .ta-about-one-right .hu-about-fact-icon i {
    font-size: 1.7rem;
  }
}

/* About orbit badge — replaces Cardia “AWARD WINNING” raster ring */
.ta-about-one-middle .about-shape.hu-about-orbit {
  top: 42%;
  left: -8%;
  width: 176px;
  height: 176px;
  /* Avoid AOS/Cardia transform fights that can squash the photo */
  transform: none !important;
  z-index: 2;
}

.hu-about-orbit__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 10px 22px rgb(0 24 55 / 0.12));
}

.hu-about-orbit__disc {
  fill: #fff;
}

.hu-about-orbit__track {
  fill: none;
  stroke: rgb(55 114 255 / 0.18);
  stroke-width: 1;
  stroke-dasharray: 2 8;
}

.hu-about-orbit__spin {
  transform-box: view-box;
  transform-origin: 100px 100px;
  animation: hu-about-orbit-spin 28s linear infinite;
  will-change: transform;
}

@keyframes hu-about-orbit-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.hu-about-orbit__text {
  fill: #001837;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hu-about-orbit__core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  overflow: hidden;
  background: #e8eef7;
  box-shadow:
    0 0 0 3px #fff,
    0 8px 18px rgb(0 24 55 / 0.16);
  transform: translate(-50%, -50%);
}

.hu-about-orbit__core picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hu-about-orbit__photo {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: 50% 8% !important;
  aspect-ratio: auto !important;
  transform: none !important;
  display: block;
}

@media (min-width: 1200px) {
  .ta-about-one-middle .about-shape.hu-about-orbit {
    width: 200px;
    height: 200px;
    left: -6%;
  }
}

@media (max-width: 767.98px) {
  .ta-about-one-middle .about-shape.hu-about-orbit {
    width: 148px;
    height: 148px;
    left: 2%;
  }

  .hu-about-orbit__text {
    font-size: 10.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hu-about-orbit__spin {
    animation: none !important;
  }
}

/* —— Scroll stability ——
   Lenis disabled (jitter/blur with sticky + filters). Native wheel scroll. */
html,
body {
  overflow-x: clip;
}

.page-wrapper {
  overflow-x: clip;
  overflow-y: visible;
}

/* Soften AOS “drop in” so sections don’t feel like they fall into place */
[data-aos='fade-up'] {
  transform: translate3d(0, 18px, 0);
}

[data-aos='fade-up'].aos-animate {
  transform: translate3d(0, 0, 0);
}

/* —— Sticky menu (fixed, no drop) ——
   Cardia’s .page-wrapper { overflow:hidden } + body overflow-x kill
   position:sticky vs the viewport — so the menu must use position:fixed
   when scrolled. Top bar stays in normal flow and scrolls away.
   A spacer (::after) replaces header-main height so the page doesn’t jump. */
.site-header,
#masthead,
.site-header.is-sticky,
#masthead.is-sticky {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  z-index: 10000;
  background: transparent !important;
  animation: none !important;
  transform: none !important;
  opacity: 1 !important;
}

/* Don’t force-hide top bar — already off-screen when sticky engages.
   display:none while above the fold can reflow scroll (= “drop”). */
@media (min-width: 1400px) {
  .site-header.is-sticky .header-topbar,
  #masthead.is-sticky .header-topbar {
    display: flex !important;
  }
}

.header-main {
  position: relative;
  z-index: 10001;
  transition: background 0.2s ease, box-shadow 0.2s ease !important;
}

.site-header.is-sticky .header-main,
#masthead.is-sticky .header-main {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 10001 !important;
  animation: none !important;
  transform: none !important;
  opacity: 1 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: #fff !important;
  box-shadow: 0 4px 28px rgba(26, 26, 46, 0.12) !important;
}

/* Hold layout space while .header-main is fixed */
.site-header.is-sticky::after,
#masthead.is-sticky::after {
  content: '';
  display: block;
  height: 100px;
  pointer-events: none;
  visibility: hidden;
}

@media (max-width: 1399px) {
  .site-header.is-sticky::after,
  #masthead.is-sticky::after {
    height: 85px;
  }
}

/* Neutralize Cardia sDown even if animation name is reapplied */
@keyframes sDown {
  from,
  to {
    transform: none;
    opacity: 1;
  }
}


/* —— Specialty mega menu (compact · with sublinks) —— */
.nav-menu > li.hu-mega {
  position: static;
}

.nav-menu > li.hu-mega.mega-menu > .sub-menu.hu-mega__panel {
  left: 50% !important;
  right: auto !important;
  top: calc(100% - 2px) !important;
  width: min(1120px, calc(100vw - 64px)) !important;
  max-width: calc(100vw - 64px) !important;
  min-width: 0 !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  border-radius: 16px !important;
  border: 1px solid rgb(0 24 55 / 0.1) !important;
  background: #fff !important;
  box-shadow:
    0 18px 40px rgb(0 24 55 / 0.12),
    0 6px 14px rgb(0 24 55 / 0.05) !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px) !important;
  transform-origin: top center !important;
  transition:
    opacity 0.2s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.2s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1) !important;
  z-index: 10000 !important;
}

.nav-menu > li.hu-mega.mega-menu > .sub-menu.hu-mega__panel::before {
  display: none !important;
}

.nav-menu > li.hu-mega.mega-menu.tfb-open > .sub-menu.hu-mega__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) !important;
}

.nav-menu > li.hu-mega.mega-menu > .sub-menu.hu-mega__panel > li.mega-col.hu-mega__shell {
  flex: none !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
  border-right: none !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 0 !important;
}

.hu-mega__shell {
  width: 100%;
  padding: 0 !important;
}

.hu-mega__layout {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hu-mega__groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 1.15rem 1.15rem 0.8rem;
}

.hu-mega__group {
  --hu-mega-accent: #3772ff;
  min-width: 0;
  padding: 0 1rem;
}

.hu-mega__group + .hu-mega__group {
  border-left: 1px solid rgb(0 24 55 / 0.08);
}

.hu-mega__group[data-group="coronary"] {
  --hu-mega-accent: #d8893d;
}

.hu-mega__group[data-group="structural"] {
  --hu-mega-accent: #2f9d6a;
}

.hu-mega__group[data-group="vascular"] {
  --hu-mega-accent: #3772ff;
}

.hu-mega__group-label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.55rem 0.25rem;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #6b7c93;
}

.hu-mega__group-label::before {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--hu-mega-accent);
}

.hu-mega__topics {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.hu-mega__topics > li,
.hu-mega__topic-wrap {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.nav-menu > li.hu-mega .hu-mega__topic,
.nav-menu > li.hu-mega .hu-mega__topic:hover,
.nav-menu > li.hu-mega .hu-mega__topic:focus-visible,
.nav-menu > li.hu-mega .hu-mega__topic span,
.nav-menu > li.hu-mega .hu-mega__subs a,
.nav-menu > li.hu-mega .hu-mega__all,
.nav-menu > li.hu-mega .hu-mega__all span {
  white-space: normal !important;
  padding-left: unset;
}

.nav-menu > li.hu-mega .hu-mega__topic {
  display: flex !important;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0.34rem 0.5rem !important;
  border: 0;
  border-radius: 7px;
  background: transparent !important;
  text-align: left;
  text-decoration: none !important;
  color: #001837 !important;
  transition: background 0.14s ease, color 0.14s ease;
}

.nav-menu > li.hu-mega .hu-mega__topic-text,
.nav-menu > li.hu-mega .hu-mega__topic span.hu-mega__topic-text {
  min-width: 0;
  font-family: var(--header-font, "Nunito", sans-serif) !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  line-height: 1.28 !important;
  letter-spacing: -0.015em;
  color: #001837 !important;
}

.nav-menu > li.hu-mega .hu-mega__topic:hover,
.nav-menu > li.hu-mega .hu-mega__topic:focus-visible {
  background: #f2f5f9 !important;
  color: #001837 !important;
  outline: none;
  padding-left: 0.5rem !important;
}

.nav-menu > li.hu-mega .hu-mega__topic:focus-visible {
  outline: 2px solid rgb(55 114 255 / 0.35);
  outline-offset: 1px;
}

.hu-mega__subs {
  list-style: none !important;
  margin: 0.15rem 0 0 !important;
  padding: 0 0 0 0.65rem !important;
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
  border-left: 2px solid rgb(0 24 55 / 0.08);
}

.hu-mega__subs > li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.nav-menu > li.hu-mega .hu-mega__subs a {
  display: block !important;
  margin: 0;
  padding: 0.22rem 0.45rem !important;
  border-radius: 6px;
  background: transparent !important;
  font-family: var(--body-font, "Mulish", sans-serif) !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  color: #4a5d75 !important;
  text-decoration: none !important;
  transition: background 0.14s ease, color 0.14s ease;
}

.nav-menu > li.hu-mega .hu-mega__subs a:hover,
.nav-menu > li.hu-mega .hu-mega__subs a:focus-visible {
  background: #f2f5f9 !important;
  color: #001837 !important;
  outline: none;
  padding-left: 0.45rem !important;
}

.nav-menu > li.hu-mega .hu-mega__subs a:focus-visible {
  outline: 2px solid rgb(55 114 255 / 0.35);
  outline-offset: 1px;
}

.hu-mega__foot {
  display: flex;
  justify-content: flex-end;
  padding: 0.6rem 1.15rem 0.8rem;
  border-top: 1px solid rgb(0 24 55 / 0.07);
  background: #f8fafc;
  border-radius: 0 0 16px 16px;
}

.nav-menu > li.hu-mega .hu-mega__all {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0 !important;
  padding: 0.45rem 0.85rem !important;
  border-radius: 8px !important;
  border: 0 !important;
  background: #3772ff !important;
  font-family: var(--body-font, "Mulish", sans-serif) !important;
  font-size: 0.76rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em;
  line-height: 1 !important;
  color: #fff !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: 0 6px 14px rgb(55 114 255 / 0.22) !important;
  transition: background 0.15s ease, transform 0.15s ease !important;
}

.nav-menu > li.hu-mega .hu-mega__all span {
  color: #fff !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  background: transparent !important;
  white-space: nowrap !important;
}

.nav-menu > li.hu-mega .hu-mega__all i {
  font-size: 0.58rem !important;
  color: #fff !important;
  opacity: 1 !important;
  transition: transform 0.15s ease;
}

.nav-menu > li.hu-mega .hu-mega__all:hover,
.nav-menu > li.hu-mega .hu-mega__all:focus-visible {
  background: #2f64e8 !important;
  color: #fff !important;
  outline: none;
  transform: translateY(-1px);
  padding-left: 0.85rem !important;
}

.nav-menu > li.hu-mega .hu-mega__all:hover span,
.nav-menu > li.hu-mega .hu-mega__all:focus-visible span {
  color: #fff !important;
  background: transparent !important;
}

.nav-menu > li.hu-mega .hu-mega__all:hover i,
.nav-menu > li.hu-mega .hu-mega__all:focus-visible i {
  transform: translateX(2px);
  color: #fff !important;
}

.nav-menu > li.hu-mega .hu-mega__all:focus-visible {
  outline: 2px solid rgb(55 114 255 / 0.35);
  outline-offset: 2px;
}

.hu-mob-kids {
  margin: 0 0 0.35rem 0.85rem !important;
  padding: 0 !important;
  border-left: 2px solid rgb(55 114 255 / 0.2);
}

.hu-mob-kids .mob-row a {
  font-size: 0.9em;
  font-weight: 500;
  opacity: 0.88;
}

@media (max-width: 1399.98px) {
  .nav-menu > li.hu-mega.mega-menu > .sub-menu.hu-mega__panel {
    width: min(1000px, calc(100vw - 48px)) !important;
  }
}

@media (max-width: 1199.98px) {
  .nav-menu > li.hu-mega.mega-menu > .sub-menu.hu-mega__panel {
    width: min(900px, calc(100vw - 32px)) !important;
  }

  .hu-mega__groups {
    padding: 1rem 0.8rem 0.65rem;
  }

  .hu-mega__group {
    padding: 0 0.7rem;
  }
}

@media (max-width: 991.98px) {
  .nav-menu > li.hu-mega.mega-menu > .sub-menu.hu-mega__panel {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-menu > li.hu-mega.mega-menu > .sub-menu.hu-mega__panel {
    transition: opacity 0.12s ease, visibility 0.12s ease !important;
    transform: translateX(-50%) translateY(0) !important;
  }

  .nav-menu > li.hu-mega .hu-mega__topic,
  .nav-menu > li.hu-mega .hu-mega__subs a,
  .nav-menu > li.hu-mega .hu-mega__all {
    transition: none;
  }
}

/* —— Header chrome (phone / tablet / laptop) —— */
.header-main .container {
  box-sizing: border-box;
  align-items: center !important;
  min-width: 0;
}

.site-logo {
  flex: 0 0 auto;
  max-width: none;
}

.site-logo .logo-text {
  display: block;
  line-height: 0;
}

.site-logo img {
  display: block;
  height: 48px;
  width: auto;
  max-width: min(260px, 72vw);
  object-fit: contain;
}

.main-nav {
  min-width: 0;
  flex: 1 1 auto;
}

.header-actions {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-shrink: 0;
  margin-left: auto;
}

/* Desktop: keep Cardia container centering (logo/CTA not flush to screen edges) */
@media (min-width: 1200px) {
  .header-main .container {
    gap: 24px !important;
    /* Do NOT force max-width:100% — restores .container max-width + auto margins */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hamburger {
    display: none !important;
  }
}

/* MacBook / laptop: slightly tighter nav, still centered in container */
@media (min-width: 1200px) and (max-width: 1511.98px) {
  .header-main .container {
    gap: 16px !important;
  }

  .site-logo img {
    height: 44px;
    max-width: 200px;
  }

  .nav-menu > li > a {
    padding: 0 8px !important;
    font-size: 14.5px !important;
    gap: 4px !important;
  }

  .nav-menu > li > a .fa-chevron-down {
    font-size: 10px;
  }

  .header-actions {
    gap: 10px !important;
  }

  .header-actions .ta-button-02 {
    min-height: 48px;
    padding-inline: 18px 14px !important;
    font-size: 14px !important;
    gap: 0.7rem;
  }

  .header-actions .ta-button-02 .button__icon-wrapper {
    width: 1.7rem;
    height: 1.7rem;
  }

  .header-actions .hu-lang__globe svg {
    width: 14px;
    height: 14px;
  }

  .header-actions .hu-lang__track {
    min-width: 84px;
    height: 34px;
  }
}

@media (min-width: 1512px) {
  .site-logo img {
    height: 48px;
    max-width: 260px;
  }

  .nav-menu > li > a {
    padding: 0 11px;
  }
}

/* Tablet + phone */
@media (max-width: 1199.98px) {
  .header-main .container {
    width: 100%;
    max-width: 100%;
    gap: 10px !important;
    padding-left: max(20px, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(20px, env(safe-area-inset-right, 0px)) !important;
  }

  .site-logo {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
  }

  .site-logo img {
    height: 34px !important;
    width: auto !important;
    max-width: min(190px, 42vw) !important;
  }

  .header-actions > .hu-lang {
    display: inline-flex !important;
  }

  .header-actions .hu-lang__globe {
    display: none;
  }

  .header-actions .hu-lang__shell {
    gap: 0;
    padding: 3px;
  }

  .header-actions .hu-lang__track {
    min-width: 74px;
    height: 32px;
  }

  .header-actions .hu-lang__opt {
    font-size: 11px;
    padding: 0 8px;
  }

  .hamburger {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px;
    border-radius: 12px !important;
    flex-shrink: 0;
  }

  .hamburger svg {
    width: 17px;
    height: 17px;
  }

  .header-actions > .ta-button-02 {
    display: none !important;
  }
}

/* Phone */
@media (max-width: 575.98px) {
  .header-main .container {
    padding-left: max(14px, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(14px, env(safe-area-inset-right, 0px)) !important;
    gap: 8px !important;
  }

  .site-logo img {
    height: 28px !important;
    max-width: min(150px, 46vw) !important;
  }

  .header-actions {
    gap: 6px !important;
  }

  .header-actions .hu-lang__track {
    min-width: 68px;
    height: 30px;
  }
}

/* Tablet hero: daha dengeli dikey ritim */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .ta-hero-one {
    padding-top: 36px !important;
  }

  .ta-hero-one-wrap .hero-left {
    text-align: left;
    max-width: 34rem;
  }

  .ta-hero-one-wrap .hero-left .hu-hero-title.header-xxl {
    font-size: clamp(2rem, 4.2vw, 3rem) !important;
    line-height: 1.14 !important;
  }

  .ta-hero-one-wrap .hero-right {
    padding-inline: 24px;
    padding-bottom: 88px;
  }

  .ta-hero-one-wrap .hero-right .main-img {
    max-width: min(420px, 70%);
    margin-inline: auto;
    display: block;
  }
}


/* —— Language switch —— */
.hu-lang {
  --hu-lang-navy: #001837;
  --hu-lang-blue: #3772ff;
  --hu-lang-track: #eef3fa;
  --hu-lang-line: rgb(0 24 55 / 0.1);
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
}

.hu-lang__shell {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 4px 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--hu-lang-line);
  background:
    linear-gradient(180deg, #fff 0%, #f7faff 100%);
  box-shadow: 0 1px 0 rgb(255 255 255 / 0.9) inset;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.hu-lang__shell:hover {
  border-color: rgb(55 114 255 / 0.28);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.9) inset,
    0 6px 18px rgb(0 24 55 / 0.06);
}

.hu-lang__globe {
  display: inline-flex;
  color: var(--hu-lang-navy);
  opacity: 0.55;
  transition: color 0.22s ease, opacity 0.22s ease;
}

.hu-lang__shell:hover .hu-lang__globe {
  color: var(--hu-lang-blue);
  opacity: 0.9;
}

.hu-lang__track {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-width: 92px;
  height: 34px;
  padding: 3px;
  border-radius: 999px;
  background: var(--hu-lang-track);
  isolation: isolate;
}

.hu-lang__thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(50% - 3px);
  height: calc(100% - 6px);
  border-radius: 999px;
  background: var(--hu-lang-navy);
  box-shadow: 0 4px 12px rgb(0 24 55 / 0.22);
  pointer-events: none;
  z-index: 0;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.hu-lang[data-active='en'] .hu-lang__thumb {
  transform: translateX(100%);
}

.hu-lang__opt {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: transparent !important;
  color: rgb(0 24 55 / 0.48) !important;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.hu-lang__opt:hover {
  color: var(--hu-lang-navy) !important;
}

.hu-lang__opt.is-active {
  color: #fff !important;
}

.hu-lang__opt:focus-visible {
  outline: 2px solid var(--hu-lang-blue);
  outline-offset: 2px;
}

/* Don’t let Cardia .ta-button-02 styles leak if cached markup remains */
.header-actions .hu-lang .hu-lang__opt.ta-button-02,
.header-actions .hu-lang a {
  width: auto;
  min-width: 0;
  height: auto;
  gap: 0;
}

@media (max-width: 575.98px) {
  .hu-lang__shell {
    gap: 6px;
    padding: 3px 3px 3px 8px;
  }

  .hu-lang__track {
    min-width: 84px;
    height: 32px;
  }

  .hu-lang__opt {
    font-size: 11px;
    padding: 0 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hu-lang__thumb,
  .hu-lang__shell,
  .hu-lang__globe,
  .hu-lang__opt {
    transition: none;
  }
}

/* —— Mobile drawer —— */
.mobile-drawer {
  width: min(400px, 100vw) !important;
  padding: 0 !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f8fd 100%) !important;
  box-shadow: -24px 0 64px rgb(0 24 55 / 0.16) !important;
}

.mobile-drawer .mob-hdr {
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgb(0 24 55 / 0.08);
  background: #fff;
}

.mobile-drawer .mob-hdr .logo-text img {
  height: 36px;
  width: auto;
}

.mobile-drawer .mob-close {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #eef3fa;
  color: #001837;
}

.mobile-drawer .mob-close:hover {
  background: #001837;
  color: #fff;
}

.hu-mob {
  display: flex !important;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 8px 14px 0 !important;
  overflow: hidden;
}

.hu-mob__label {
  margin: 10px 8px 6px;
  flex-shrink: 0;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(0 24 55 / 0.4);
}

.hu-mob__nav {
  margin: 0;
  padding: 0 0 8px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.hu-mob__nav > li {
  border-bottom: 1px solid rgb(0 24 55 / 0.07) !important;
}

.hu-mob__nav > li:last-child {
  border-bottom: none !important;
}

.hu-mob .mob-row {
  gap: 4px;
  min-height: 48px;
}

.hu-mob .mob-nav > li > .mob-row > a {
  padding: 14px 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #001837;
}

.hu-mob .mob-nav .sub-menu {
  margin: 0 0 8px 0 !important;
  padding: 0 0 6px 8px !important;
  border-left: 2px solid rgb(55 114 255 / 0.22);
  margin-left: 12px !important;
}

.hu-mob .mob-nav .sub-menu a {
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 600;
  color: rgb(0 24 55 / 0.78);
}

.hu-mob .mob-nav .sub-menu .sub-menu {
  margin-left: 10px !important;
  border-left-color: rgb(0 24 55 / 0.1);
}

.hu-mob .mob-nav .sub-menu .sub-menu a {
  font-size: 13px;
  font-weight: 500;
  color: rgb(0 24 55 / 0.65);
  padding: 8px 10px;
}

.hu-mob__all .mob-row > a {
  color: #3772ff !important;
  font-weight: 700 !important;
}

.hu-mob .mob-toggle {
  width: 40px;
  height: 40px;
  margin-right: 4px;
  border-radius: 10px;
  background: #eef3fa;
  color: #001837;
}

.hu-mob .mob-toggle:hover,
.hu-mob .mob-toggle.is-open {
  background: #3772ff;
  color: #fff;
}

.hu-mob .mob-toggle.is-open i {
  color: #fff;
}

.hu-mob__foot {
  margin-top: 0;
  flex-shrink: 0;
  padding: 16px 8px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-top: 1px solid rgb(0 24 55 / 0.08);
  background: linear-gradient(180deg, rgb(245 248 253 / 0) 0%, #f5f8fd 28%);
}

.hu-mob__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  background: #001837;
  color: #fff !important;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  box-shadow: 0 12px 30px rgb(0 24 55 / 0.24);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hu-mob__cta:hover {
  background: #3772ff;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgb(55 114 255 / 0.3);
}

.hu-mob__cta i {
  font-size: 13px;
  opacity: 0.85;
}

.hu-mob__contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hu-mob__contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 4px;
  color: rgb(0 24 55 / 0.7) !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
}

.hu-mob__contact i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #eef3fa;
  color: #3772ff;
  font-size: 11px;
}

.hu-mob__contact:hover {
  color: #3772ff !important;
}

/* Kill any leftover Cardia mega preview junk if regex ever misses */
.mobile-drawer .previw-box,
.mobile-drawer .offcanvas-content,
.mobile-drawer .mega-col {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .hu-mob__cta {
    transition: none;
  }
}

/* ─── Wall of love (testimonials) ─── */
.hu-wall {
  --hu-wall-navy: #001837;
  --hu-wall-blue: #3772ff;
  --hu-wall-ink: #1a2744;
  --hu-wall-mute: rgb(26 39 68 / 0.62);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 7.5rem) 0 clamp(4rem, 7vw, 6.5rem);
  color: var(--hu-wall-ink);
}

.hu-wall__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(55% 70% at 50% 100%, rgb(255 255 255 / 0.72) 18%, transparent 70%),
    linear-gradient(
      180deg,
      #eef3ff 0%,
      #e8f0ff 18%,
      #eef2f8 52%,
      #fff8f4 100%
    );
  border-radius: clamp(1.5rem, 3vw, 3rem);
  margin: 0 clamp(0.75rem, 2vw, 1.5rem);
}

.hu-wall__glow {
  position: absolute;
  width: 42%;
  height: 120%;
  top: -18%;
  left: -8%;
  background: radial-gradient(50% 50% at 50% 50%, rgb(255 255 255 / 0.55), transparent 70%);
  transform: rotate(-28deg);
  opacity: 0.55;
  animation: hu-wall-glow 4.5s ease-in-out infinite;
}

.hu-wall__glow--2 {
  left: auto;
  right: -8%;
  transform: rotate(28deg);
  animation-delay: 1.2s;
}

@keyframes hu-wall-glow {
  0%,
  100% {
    opacity: 0.35;
  }
  50% {
    opacity: 0.7;
  }
}

.hu-wall__inner {
  position: relative;
  z-index: 1;
}

.hu-wall__head {
  max-width: 38rem;
  margin: 0 auto 2.75rem;
  text-align: center;
}

.hu-wall__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.85rem;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--hu-wall-blue);
}

.hu-wall__eyebrow-icon {
  display: inline-flex;
  color: var(--hu-wall-blue);
  opacity: 0.9;
}

.hu-wall__title {
  margin: 0 0 0.75rem;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--hu-wall-navy);
  text-wrap: balance;
}

.hu-wall__lead {
  margin: 0 auto;
  max-width: 32rem;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.55;
  color: var(--hu-wall-mute);
  text-wrap: balance;
}

.hu-wall__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin: 1.75rem auto 0;
  max-width: 18rem;
}

.hu-wall__divider span {
  flex: 1;
  height: 1px;
  background: rgb(18 55 105 / 0.14);
}

.hu-wall__divider i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(9 25 72 / 0.22);
}

.hu-wall__slider {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(0.5rem, 2vw, 1.25rem);
  max-width: 52rem;
  margin: 0 auto;
}

.hu-wall__arrow {
  width: 2.85rem;
  height: 2.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(0 24 55 / 0.1);
  border-radius: 999px;
  background: #fff;
  color: var(--hu-wall-navy);
  box-shadow: 0 8px 22px rgb(0 24 55 / 0.08);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hu-wall__arrow:hover:not(.is-disabled):not(:disabled) {
  background: var(--hu-wall-blue);
  border-color: transparent;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgb(55 114 255 / 0.28);
}

.hu-wall__arrow.is-disabled,
.hu-wall__arrow:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.hu-wall__holder {
  position: relative;
  width: 100%;
  overflow: visible;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.hu-wall__list {
  display: flex;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0.35rem 0 1.25rem;
  width: 100%;
}

.hu-wall__card-wrap {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  cursor: grab;
  will-change: transform;
}

.hu-wall__card-wrap:active {
  cursor: grabbing;
}

.hu-wall__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.35rem;
  width: min(100%, 36rem);
  margin: 0 auto;
  padding: clamp(1.45rem, 3.2vw, 2.1rem) clamp(1.35rem, 3vw, 2rem);
  background: rgb(255 255 255 / 0.9);
  border: 1px solid rgb(255 255 255 / 0.95);
  border-radius: 1.35rem;
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.8) inset,
    0 18px 48px rgb(18 40 90 / 0.1);
  backdrop-filter: blur(8px);
}

.hu-wall__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1rem;
  flex-wrap: wrap;
}

.hu-wall__platform {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.hu-wall__platform-logo {
  flex: 0 0 auto;
  width: 2.15rem;
  height: 2.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  background: #f4f6fb;
  box-shadow: inset 0 0 0 1px rgb(0 24 55 / 0.06);
}

.hu-wall__platform-logo svg {
  display: block;
}

.hu-wall__platform-copy {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
}

.hu-wall__platform-via {
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgb(26 39 68 / 0.45);
}

.hu-wall__platform-name {
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--hu-wall-navy);
  line-height: 1.2;
}

.hu-wall__platform--google .hu-wall__platform-logo {
  background: #f8fafc;
}

.hu-wall__platform--trustpilot .hu-wall__platform-logo {
  background: #eefaf4;
}

.hu-wall__platform--whatclinic .hu-wall__platform-logo {
  background: #eef5fb;
}

.hu-wall__stars {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  margin-left: auto;
}

.hu-wall__star {
  display: inline-flex;
  color: #f5b301;
}

.hu-wall__star.is-off {
  color: rgb(0 24 55 / 0.16);
}

.hu-wall__rating-num {
  margin-left: 0.35rem;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.8125rem;
  font-weight: 800;
  color: var(--hu-wall-navy);
}

.hu-wall__quote {
  margin: 0;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: clamp(1.1rem, 2.1vw, 1.45rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.015em;
  color: var(--hu-wall-navy);
  text-wrap: pretty;
}

.hu-wall__person {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding-top: 0.15rem;
  border-top: 1px solid rgb(0 24 55 / 0.06);
}

.hu-wall__avatar {
  flex: 0 0 auto;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  overflow: hidden;
  background: #e8eef8;
  box-shadow: 0 0 0 3px rgb(255 255 255 / 0.9);
}

.hu-wall__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hu-wall__meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.hu-wall__name {
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  color: var(--hu-wall-navy);
}

.hu-wall__role {
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.875rem;
  color: var(--hu-wall-mute);
}

@media (max-width: 767px) {
  .hu-wall {
    padding: 3.5rem 0 3.25rem;
  }

  .hu-wall__bg {
    margin: 0 0.5rem;
    border-radius: 1.5rem;
  }

  .hu-wall__slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem 0.65rem;
  }

  .hu-wall__holder {
    flex: 1 1 100%;
    order: 1;
  }

  .hu-wall__arrow {
    order: 2;
  }

  .hu-wall__card {
    border-radius: 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hu-wall__glow {
    animation: none;
    opacity: 0.45;
  }
}



/* ─── Home contact + shared form ─── */
.hu-home-contact {
  --hu-hc-navy: #001837;
  --hu-hc-blue: #3772ff;
  --hu-hc-mute: rgb(0 24 55 / 0.62);
  --hu-hc-line: rgb(0 24 55 / 0.08);
  position: relative;
  isolation: isolate;
  /* Do not clip the phone country selector / dial code */
  overflow: visible;
  padding: clamp(4.25rem, 8vw, 7rem) 0;
  color: var(--hu-hc-navy);
}

.hu-home-contact__atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: clip;
  pointer-events: none;
  background:
    radial-gradient(55% 70% at 8% 12%, rgb(55 114 255 / 0.12), transparent 58%),
    radial-gradient(45% 55% at 92% 88%, rgb(0 24 55 / 0.06), transparent 60%),
    linear-gradient(165deg, #eef3fb 0%, #f5f7fb 42%, #fbfcfe 100%);
}

.hu-home-contact__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.55;
}

.hu-home-contact__orb--a {
  width: min(42vw, 28rem);
  height: min(42vw, 28rem);
  top: -12%;
  right: -6%;
  background: radial-gradient(circle, rgb(55 114 255 / 0.22), transparent 68%);
}

.hu-home-contact__orb--b {
  width: min(36vw, 22rem);
  height: min(36vw, 22rem);
  bottom: -10%;
  left: -8%;
  background: radial-gradient(circle, rgb(0 24 55 / 0.1), transparent 70%);
}

.hu-home-contact__grid-bg {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgb(0 24 55 / 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgb(0 24 55 / 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
}

.hu-home-contact__inner {
  position: relative;
  z-index: 1;
}

.hu-home-contact__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1.75rem, 4vw, 3.25rem);
  align-items: start;
}

.hu-home-contact__rail {
  padding: 0.35rem 0.15rem;
}

.hu-home-contact__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1rem;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hu-hc-blue);
}

.hu-home-contact__eyebrow-line {
  width: 1.5rem;
  height: 2px;
  border-radius: 99px;
  background: var(--hu-hc-blue);
}

.hu-home-contact__title {
  margin: 0 0 0.9rem;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--hu-hc-navy);
  text-wrap: balance;
}

.hu-home-contact__lead {
  margin: 0 0 1.15rem;
  max-width: 32rem;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  line-height: 1.6;
  color: var(--hu-hc-mute);
  text-wrap: pretty;
}

.hu-home-contact__notice {
  margin: 0 0 1.75rem;
  max-width: 30rem;
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  background: rgb(255 255 255 / 0.55);
  border: 1px solid var(--hu-hc-line);
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgb(0 24 55 / 0.7);
}

.hu-home-contact__direct-label {
  margin: 0 0 0.75rem;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgb(0 24 55 / 0.4);
}

.hu-home-contact__channels {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.hu-home-contact__channel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgb(255 255 255 / 0.72);
  border: 1px solid rgb(255 255 255 / 0.95);
  box-shadow: 0 10px 28px rgb(0 24 55 / 0.05);
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.hu-home-contact__channel--static {
  cursor: default;
}

a.hu-home-contact__channel:hover,
a.hu-home-contact__channel:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgb(0 24 55 / 0.1);
  border-color: rgb(55 114 255 / 0.28);
  outline: none;
}

.hu-home-contact__channel-icon {
  width: 2.55rem;
  height: 2.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  background: #eef3fb;
  color: var(--hu-hc-blue);
  font-size: 1.05rem;
}

.hu-home-contact__channel-copy {
  min-width: 0;
  display: grid;
  gap: 0.12rem;
}

.hu-home-contact__channel-kicker {
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(0 24 55 / 0.42);
}

.hu-home-contact__channel-value {
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--hu-hc-navy);
  overflow-wrap: anywhere;
}

.hu-home-contact__channel-go {
  font-size: 0.7rem;
  color: rgb(0 24 55 / 0.35);
  transition: color 0.2s ease, transform 0.2s ease;
}

a.hu-home-contact__channel:hover .hu-home-contact__channel-go {
  color: var(--hu-hc-blue);
  transform: translate(2px, -2px);
}

.hu-home-contact__response {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.88rem;
  font-weight: 600;
  color: rgb(0 24 55 / 0.55);
}

.hu-home-contact__response i {
  color: var(--hu-hc-blue);
}

.hu-home-contact__panel {
  position: relative;
  z-index: 2;
  overflow: visible;
  padding: clamp(1.1rem, 2.4vw, 1.55rem);
  border-radius: 1.35rem;
  background: rgb(255 255 255 / 0.88);
  border: 1px solid rgb(255 255 255 / 0.95);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.9) inset,
    0 24px 60px rgb(18 40 90 / 0.1);
  backdrop-filter: blur(10px);
}

.hu-home-contact__panel-eyebrow {
  margin: 0 0 1rem;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hu-hc-blue);
}

@media (max-width: 991px) {
  .hu-home-contact__layout {
    grid-template-columns: 1fr;
  }
}

/* Shared contact form */
.hu-contact-form {
  --hu-cf-navy: #001837;
  --hu-cf-blue: #3772ff;
  --hu-cf-mute: rgb(0 24 55 / 0.58);
  --hu-cf-line: rgb(0 24 55 / 0.12);
  --hu-cf-fill: #f4f7fc;
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--hu-cf-navy);
}

.hu-contact-form__honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hu-contact-form__intro {
  margin-bottom: 1.35rem;
}

.hu-contact-form__title {
  margin: 0 0 0.5rem;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hu-contact-form__lead {
  margin: 0 0 0.65rem;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--hu-cf-mute);
}

.hu-contact-form__notice {
  margin: 0;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.85rem;
  line-height: 1.45;
  color: rgb(0 24 55 / 0.55);
}

.hu-contact-form__alert {
  margin: 0 0 1.1rem;
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.92rem;
  line-height: 1.45;
}

.hu-contact-form__alert--ok {
  background: #eaf8f0;
  color: #0d5c36;
}

.hu-contact-form__alert--err {
  background: #fdeeee;
  color: #8a1f1f;
}

.hu-contact-form__stack {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.hu-contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.hu-contact-form__field {
  position: relative;
  min-width: 0;
}

.hu-contact-form__label {
  display: block;
  margin: 0 0 0.28rem;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgb(0 24 55 / 0.48);
}

.hu-contact-form__field input,
.hu-contact-form__field textarea,
.hu-contact-form__field select {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--hu-cf-line);
  border-radius: 0.7rem;
  background: var(--hu-cf-fill);
  color: var(--hu-cf-navy);
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.92rem;
  line-height: 1.35;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
}

.hu-contact-form__field textarea {
  min-height: 4.75rem;
  resize: vertical;
}

.hu-contact-form__field--select select {
  padding-right: 2.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%23001837' stroke-opacity='.45' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
}

.hu-contact-form__field input:focus,
.hu-contact-form__field textarea:focus,
.hu-contact-form__field select:focus {
  border-color: rgb(55 114 255 / 0.55);
  background: #fff;
  box-shadow: 0 0 0 3px rgb(55 114 255 / 0.12);
}

.hu-contact-form__hint {
  margin: 0.3rem 0 0;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgb(0 24 55 / 0.45);
}

.hu-contact-form__prefs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 0.85rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--hu-cf-line);
  border-radius: 0.85rem;
  background: rgb(255 255 255 / 0.65);
}

.hu-contact-form__fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.hu-contact-form__fieldset legend {
  margin: 0 0 0.35rem;
  padding: 0;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgb(0 24 55 / 0.48);
}

.hu-contact-form__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.hu-contact-form__chip {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}

.hu-contact-form__chip input {
  position: absolute;
  opacity: 0;
  inset: 0;
  margin: 0;
  cursor: pointer;
}

.hu-contact-form__chip span {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--hu-cf-line);
  background: var(--hu-cf-fill);
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--hu-cf-navy);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.hu-contact-form__chip:hover span {
  border-color: rgb(55 114 255 / 0.35);
}

.hu-contact-form__chip input:checked + span,
.hu-contact-form__chip.is-on span {
  background: var(--hu-cf-navy);
  border-color: var(--hu-cf-navy);
  color: #fff;
}

.hu-contact-form__chip input:focus-visible + span {
  box-shadow: 0 0 0 3px rgb(55 114 255 / 0.16);
}

/* intl-tel-input — phone field + dropdown (dropdown lives on body) */
.hu-contact-form__field--phone .iti {
  width: 100%;
  display: block;
  position: relative;
}

.hu-contact-form__field--phone .iti__tel-input,
.hu-contact-form__field--phone input[data-hu-phone] {
  width: 100%;
  height: 2.65rem;
  padding-top: 0.65rem !important;
  padding-right: 0.85rem !important;
  padding-bottom: 0.65rem !important;
}

/* v29 no longer adds .iti--separate-dial-code — pad for flag + dial */
.hu-contact-form.has-iti-phone .hu-contact-form__field--phone .iti__tel-input,
.hu-contact-form.has-iti-phone .hu-contact-form__field--phone input[data-hu-phone] {
  padding-left: 5.75rem !important;
}

.hu-contact-form__field--phone .iti__country-container {
  z-index: 5 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.hu-contact-form__field--phone .iti__selected-country {
  min-width: 4.6rem;
  padding-left: 0.35rem;
  padding-right: 0.2rem;
  opacity: 1 !important;
  visibility: visible !important;
  background: #fff !important;
  border-right: 1px solid rgb(0 24 55 / 0.1);
  border-radius: 0.7rem 0 0 0.7rem;
}

.hu-contact-form__field--phone .iti__selected-country-primary {
  padding: 0 0.25rem 0 0.35rem;
}

.hu-contact-form__field--phone .iti__selected-dial-code {
  display: inline-block !important;
  margin-left: 0.25rem;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  color: #001837 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.hu-contact-form__field--phone .iti__flag {
  opacity: 1 !important;
  visibility: visible !important;
  flex: 0 0 auto;
}

.iti__dropdown-content {
  z-index: 10050 !important;
  width: min(22rem, calc(100vw - 1.5rem)) !important;
  margin-top: 0.35rem !important;
  padding: 0 !important;
  border-radius: 0.85rem !important;
  border: 1px solid rgb(0 24 55 / 0.12) !important;
  background: #fff !important;
  box-shadow: 0 18px 44px rgb(0 24 55 / 0.16) !important;
  overflow: hidden !important;
  font-family: var(--body-font, "Mulish", sans-serif) !important;
  color: #001837 !important;
}

.iti__search-input-wrapper {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0.55rem 0.55rem 0.5rem !important;
  border-bottom: 1px solid rgb(0 24 55 / 0.1) !important;
  background: #fff !important;
}

.iti__search-input {
  width: 100% !important;
  height: 2.45rem !important;
  margin: 0 !important;
  padding: 0.55rem 2.2rem 0.55rem 2.35rem !important;
  border: 1px solid rgb(0 24 55 / 0.12) !important;
  border-radius: 0.65rem !important;
  background: #f4f7fc !important;
  box-shadow: none !important;
  outline: none !important;
  color: #001837 !important;
  font-family: var(--body-font, "Mulish", sans-serif) !important;
  font-size: 0.9rem !important;
  line-height: 1.3 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.iti__search-input:focus,
.iti__search-input:focus-visible {
  border-color: rgb(55 114 255 / 0.55) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgb(55 114 255 / 0.12) !important;
}

.iti__search-icon {
  left: 1.05rem !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

.iti__search-icon-svg {
  width: 16px !important;
  height: 16px !important;
  stroke: rgb(0 24 55 / 0.45) !important;
}

.iti__search-clear {
  right: 0.85rem !important;
  z-index: 2 !important;
}

.iti__country-list {
  max-height: 240px !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  margin: 0 !important;
  padding: 0.25rem 0 !important;
  background: #fff !important;
}

.iti__country {
  padding: 0.55rem 0.85rem !important;
  gap: 0.55rem;
  font-size: 0.9rem !important;
  line-height: 1.3 !important;
}

.iti__country.iti__highlight,
.iti__country[aria-selected="true"] {
  background: rgb(55 114 255 / 0.08) !important;
}

.iti__dial-code {
  color: rgb(0 24 55 / 0.45) !important;
}

.hu-contact-form__upload {
  margin: 0;
}

.hu-contact-form__drop {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  padding: 0.55rem 0.8rem;
  border: 1.5px dashed var(--hu-cf-line);
  border-radius: 0.7rem;
  background: var(--hu-cf-fill);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.hu-contact-form__drop:hover,
.hu-contact-form__drop:focus-within {
  border-color: rgb(55 114 255 / 0.45);
  background: #fff;
  box-shadow: 0 0 0 3px rgb(55 114 255 / 0.1);
}

.hu-contact-form__drop input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.hu-contact-form__drop > i {
  flex: 0 0 auto;
  color: var(--hu-cf-blue);
  font-size: 0.95rem;
}

.hu-contact-form__drop-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
  min-width: 0;
}

.hu-contact-form__drop-title {
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--hu-cf-navy);
}

.hu-contact-form__drop-hint {
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.75rem;
  line-height: 1.35;
  color: rgb(0 24 55 / 0.45);
}

.hu-contact-form__file-list {
  margin: 0.4rem 0 0;
  padding: 0;
  list-style: none;
}

.hu-contact-form__file-list li {
  margin: 0 0 0.25rem;
  padding: 0.35rem 0.6rem;
  border-radius: 0.45rem;
  background: rgb(55 114 255 / 0.08);
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.78rem;
  color: var(--hu-cf-navy);
}

.hu-contact-form__consents {
  display: grid;
  gap: 0.4rem 0.85rem;
  padding: 0.15rem 0 0;
}

@media (min-width: 768px) {
  .hu-contact-form__consents {
    grid-template-columns: 1fr 1fr;
  }

  .hu-contact-form__consents .hu-contact-form__privacy:nth-child(2) {
    grid-column: 1 / -1;
  }
}

.hu-contact-form__privacy {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0;
  cursor: pointer;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--hu-cf-mute);
}

.hu-contact-form__privacy input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.hu-contact-form__check {
  flex: 0 0 auto;
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.08rem;
  border-radius: 0.28rem;
  border: 1.5px solid var(--hu-cf-line);
  background: var(--hu-cf-fill);
  position: relative;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.hu-contact-form__privacy input:checked + .hu-contact-form__check {
  background: var(--hu-cf-blue);
  border-color: var(--hu-cf-blue);
}

.hu-contact-form__privacy input:checked + .hu-contact-form__check::after {
  content: "";
  position: absolute;
  left: 0.28rem;
  top: 0.08rem;
  width: 0.28rem;
  height: 0.5rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.hu-contact-form__privacy input:focus-visible + .hu-contact-form__check {
  box-shadow: 0 0 0 3px rgb(55 114 255 / 0.16);
}

.hu-contact-form__privacy a {
  color: var(--hu-cf-blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hu-contact-form__actions {
  display: flex;
  justify-content: flex-start;
  padding-top: 0.1rem;
}

.hu-contact-form__submit {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 3rem;
  padding: 0.8rem 1.35rem;
  border: 0;
  border-radius: 999px;
  background: var(--hu-cf-navy);
  color: #fff;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 12px 28px rgb(0 24 55 / 0.18);
}

.hu-contact-form__submit i {
  font-size: 0.72rem;
  transition: transform 0.2s ease;
}

.hu-contact-form__submit:hover,
.hu-contact-form__submit:focus-visible {
  background: var(--hu-cf-blue);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgb(55 114 255 / 0.28);
  outline: none;
}

.hu-contact-form__submit:hover i,
.hu-contact-form__submit:focus-visible i {
  transform: translateX(3px);
}

.hu-contact-form__submit.is-sending {
  pointer-events: none;
  opacity: 0.85;
}

.hu-contact-form__submit.is-sending i {
  animation: hu-contact-spin 0.8s linear infinite;
}

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

@media (max-width: 767px) {
  .hu-contact-form__row,
  .hu-contact-form__prefs {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hu-home-contact__channel,
  .hu-contact-form__field input,
  .hu-contact-form__field textarea,
  .hu-contact-form__field select,
  .hu-contact-form__submit,
  .hu-contact-form__chip span {
    transition: none;
  }

  .hu-contact-form__submit.is-sending i {
    animation: none;
  }
}

/* ─── Home blog (clinical library) ─── */
.hu-home-blog {
  --hu-hb-navy: #001837;
  --hu-hb-blue: #3772ff;
  --hu-hb-ink: #02132c;
  --hu-hb-mute: rgb(255 255 255 / 0.7);
  --hu-hb-line: rgb(255 255 255 / 0.12);
  position: relative;
  z-index: 2;
  margin: 64px 15px 28px;
  padding: clamp(2.75rem, 5vw, 3.75rem) 0 clamp(3rem, 5.5vw, 4rem);
  overflow: hidden;
  border-radius: 20px;
  background:
    radial-gradient(ellipse 80% 55% at 10% 0%, rgb(55 114 255 / 0.16), transparent 55%),
    radial-gradient(ellipse 55% 40% at 92% 12%, rgb(255 255 255 / 0.04), transparent 50%),
    var(--hu-hb-ink);
  color: #fff;
}

@media (min-width: 1200px) {
  .hu-home-blog {
    margin-top: 72px;
    margin-bottom: 32px;
  }
}

.hu-home-blog__glow {
  position: absolute;
  inset: -12% 0 auto;
  height: 55%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 30% 40%, rgb(55 114 255 / 0.22), transparent 55%),
    radial-gradient(ellipse at 75% 20%, rgb(155 188 255 / 0.08), transparent 48%);
  filter: blur(18px);
  opacity: 0.9;
}

.hu-home-blog__inner {
  position: relative;
  z-index: 1;
}

.hu-home-blog__head {
  margin-bottom: clamp(1.35rem, 3vw, 2rem);
}

.hu-home-blog__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 0.85rem;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9bbcff;
}

.hu-home-blog__eyebrow-line {
  display: block;
  width: 2.25rem;
  height: 1px;
  background: linear-gradient(90deg, var(--hu-hb-blue), transparent);
}

.hu-home-blog__head-row {
  display: grid;
  gap: 1.25rem;
  align-items: end;
}

@media (min-width: 992px) {
  .hu-home-blog__head-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
  }
}

.hu-home-blog__head-copy {
  max-width: 40rem;
}

.hu-home-blog__title {
  margin: 0 0 0.55rem;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
  text-wrap: balance;
}

.hu-home-blog__lead {
  margin: 0;
  max-width: 32rem;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 1rem;
  line-height: 1.55;
  color: var(--hu-hb-mute);
  text-wrap: pretty;
}

.hu-home-blog__all {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3rem;
  padding: 0.8rem 1.25rem;
  border-radius: 999px;
  background: #fff;
  color: var(--hu-hb-navy) !important;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgb(0 0 0 / 0.22);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.hu-home-blog__all i {
  font-size: 0.7rem;
  color: var(--hu-hb-blue);
  transition: transform 0.25s ease, color 0.25s ease;
}

.hu-home-blog__all:hover,
.hu-home-blog__all:focus-visible {
  background: var(--hu-hb-blue);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgb(55 114 255 / 0.35);
  outline: none;
}

.hu-home-blog__all:hover i,
.hu-home-blog__all:focus-visible i {
  color: #fff;
  transform: translateX(3px);
}

.hu-home-blog__grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .hu-home-blog__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

.hu-home-blog__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-radius: 1.1rem;
  background: rgb(255 255 255 / 0.04);
  border: 1px solid var(--hu-hb-line);
  overflow: hidden;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.hu-home-blog__card:hover,
.hu-home-blog__card:focus-within {
  border-color: rgb(55 114 255 / 0.45);
  background: rgb(255 255 255 / 0.06);
  transform: translateY(-3px);
}

.hu-home-blog__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: rgb(0 0 0 / 0.35);
  text-decoration: none !important;
}

.hu-home-blog__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
  opacity: 0.92;
}

.hu-home-blog__card:hover .hu-home-blog__media img,
.hu-home-blog__card:focus-within .hu-home-blog__media img {
  transform: scale(1.05);
  opacity: 1;
}

.hu-home-blog__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgb(2 19 44 / 0.55));
  pointer-events: none;
}

.hu-home-blog__num {
  position: absolute;
  right: 0.85rem;
  bottom: 0.65rem;
  z-index: 1;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: rgb(255 255 255 / 0.78);
}

.hu-home-blog__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.95);
  color: var(--hu-hb-blue);
  box-shadow: 0 12px 28px rgb(0 0 0 / 0.28);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hu-home-blog__play i {
  margin-left: 2px;
  font-size: 0.8rem;
}

.hu-home-blog__body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
  padding: 1rem 1.05rem 1.15rem;
}

.hu-home-blog__meta {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.45);
}

.hu-home-blog__format {
  color: #9bbcff;
}

.hu-home-blog__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.3);
}

.hu-home-blog__card-title {
  margin: 0;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.hu-home-blog__card-title a {
  color: #fff !important;
  text-decoration: none !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}

.hu-home-blog__card-title a:hover,
.hu-home-blog__card-title a:focus-visible {
  color: #9bbcff !important;
  outline: none;
}

.hu-home-blog__excerpt {
  margin: 0;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--hu-hb-mute);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hu-home-blog__disclaimer {
  margin: 1.75rem 0 0;
  text-align: center;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--hu-hb-mute, rgb(255 255 255 / 0.58));
}

.hu-home-blog__more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  padding-top: 0.35rem;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.84rem;
  font-weight: 800;
  color: #9bbcff !important;
  text-decoration: none !important;
}

.hu-home-blog__more i {
  font-size: 0.65rem;
  transition: transform 0.22s ease;
}

.hu-home-blog__more:hover i,
.hu-home-blog__more:focus-visible i {
  transform: translateX(3px);
}

.hu-home-blog__more:focus-visible {
  outline: 1px solid rgb(55 114 255 / 0.55);
  outline-offset: 4px;
}

.hu-home-blog__empty {
  margin: 0;
  padding: 1.5rem;
  text-align: center;
  border-radius: 1rem;
  border: 1px solid var(--hu-hb-line);
  background: rgb(255 255 255 / 0.04);
  color: var(--hu-hb-mute);
}

@media (max-width: 767px) {
  .hu-home-blog {
    margin: 48px 12px 24px;
    border-radius: 16px;
  }

  .hu-home-blog__all {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hu-home-blog__all,
  .hu-home-blog__all i,
  .hu-home-blog__more i,
  .hu-home-blog__card,
  .hu-home-blog__media img {
    transition: none;
  }
}

/* ─── Brand footer ─── */
.hu-footer {
  --hu-ft-ink: #02132c;
  --hu-ft-blue: #3772ff;
  --hu-ft-soft: #8eb6ff;
  --hu-ft-mute: rgb(255 255 255 / 0.62);
  --hu-ft-line: rgb(255 255 255 / 0.1);
  position: relative;
  isolation: isolate;
  overflow: clip;
  color: #fff;
  background:
    radial-gradient(70% 80% at 8% 0%, rgb(55 114 255 / 0.16), transparent 55%),
    linear-gradient(180deg, #031a38 0%, var(--hu-ft-ink) 55%, #010d1c 100%);
}

.hu-footer__glow {
  position: absolute;
  inset: auto -10% -40% auto;
  width: min(50vw, 28rem);
  height: min(50vw, 28rem);
  border-radius: 50%;
  background: radial-gradient(circle, rgb(55 114 255 / 0.16), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.hu-footer__inner {
  position: relative;
  z-index: 1;
  padding: clamp(2.5rem, 5vw, 3.75rem) 0 1.5rem;
}

.hu-footer__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  flex-wrap: wrap;
}

.hu-footer__logo {
  display: inline-block;
  margin-bottom: 0.65rem;
  text-decoration: none;
}

.hu-footer__logo img {
  height: 40px;
}

.hu-footer__tagline {
  margin: 0;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgb(255 255 255 / 0.72);
}

.hu-footer__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 3.1rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--hu-ft-blue), #5b8cff);
  color: #fff !important;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  box-shadow: 0 12px 30px rgb(55 114 255 / 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.hu-footer__cta i {
  font-size: 0.78rem;
  transition: transform 0.25s ease;
}

.hu-footer__cta:hover,
.hu-footer__cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgb(55 114 255 / 0.38);
  outline: none;
}

.hu-footer__cta:hover i,
.hu-footer__cta:focus-visible i {
  transform: translateX(3px);
}

.hu-footer__rule {
  position: relative;
  height: 1px;
  margin: 1.75rem 0 1.85rem;
  background: var(--hu-ft-line);
  overflow: visible;
}

.hu-footer__rule-line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: linear-gradient(90deg, var(--hu-ft-blue), var(--hu-ft-soft));
}

.hu-footer__rule-pulse {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: var(--hu-ft-soft);
  box-shadow: 0 0 10px rgb(55 114 255 / 0.55);
  opacity: 0;
  pointer-events: none;
  will-change: left, opacity;
}

.hu-footer__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2.5rem);
  padding-bottom: 1.75rem;
}

.hu-footer__col-title {
  margin: 0 0 0.95rem;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hu-ft-soft);
}

.hu-footer__links,
.hu-footer__channels,
.hu-footer__meta {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hu-footer__links li + li {
  margin-top: 0.55rem;
}

.hu-footer__links a {
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.95rem;
  font-weight: 600;
  color: rgb(255 255 255 / 0.86) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.hu-footer__links a:hover,
.hu-footer__links a:focus-visible {
  color: #fff !important;
  outline: none;
}

.hu-footer__channels li + li,
.hu-footer__meta li + li {
  margin-top: 0.85rem;
}

.hu-footer__channel {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
}

.hu-footer__channel-kicker,
.hu-footer__meta-kicker {
  display: block;
  margin-bottom: 0.12rem;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.42);
}

.hu-footer__channel-value,
.hu-footer__meta-value {
  display: block;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
  color: rgb(255 255 255 / 0.9);
}

a.hu-footer__channel:hover .hu-footer__channel-value,
a.hu-footer__channel:focus-visible .hu-footer__channel-value {
  color: var(--hu-ft-soft);
}

a.hu-footer__channel:focus-visible {
  outline: 2px solid var(--hu-ft-blue);
  outline-offset: 3px;
  border-radius: 0.35rem;
}

.hu-footer__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--hu-ft-line);
}

.hu-footer__copy {
  margin: 0;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.86rem;
  color: rgb(255 255 255 / 0.48);
}

.hu-footer__legal,
.hu-footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hu-footer__legal a {
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.86rem;
  font-weight: 600;
  color: rgb(255 255 255 / 0.58) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.hu-footer__legal a:hover,
.hu-footer__legal a:focus-visible {
  color: #fff !important;
  outline: none;
}

.hu-footer__social a {
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.55rem;
  border: 1px solid var(--hu-ft-line);
  color: #fff !important;
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.hu-footer__social a:hover,
.hu-footer__social a:focus-visible {
  background: rgb(55 114 255 / 0.2);
  border-color: rgb(55 114 255 / 0.5);
  outline: none;
}

@media (max-width: 991.98px) {
  .hu-footer__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hu-footer__col:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575.98px) {
  .hu-footer__logo img {
    height: 34px;
  }

  .hu-footer__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .hu-footer__columns {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .hu-footer__col:last-child {
    grid-column: auto;
  }

  .hu-footer__bar {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hu-footer__cta,
  .hu-footer__cta i,
  .hu-footer__links a,
  .hu-footer__social a {
    transition: none;
  }
}

/* Homepage-only client preview: unfinished routes stay visible but inert */
html[data-preview-home-only="1"] a.is-preview-locked,
html[data-preview-home-only="1"] a[data-preview-locked="1"] {
  opacity: 0.42;
  cursor: not-allowed;
  pointer-events: none;
}

html[data-preview-home-only="1"] .hu-mega a.is-preview-locked,
html[data-preview-home-only="1"] .hu-mob a.is-preview-locked {
  opacity: 0.5;
}
