/**
 * Brand chrome (logo + hero photo). Cardia public/assets untouched.
 */

/* Readable type on light + dark brand surfaces (WCAG AA targets) */
:root {
  --hu-ink: #001837;
  --hu-ink-body: rgb(0 24 55 / 0.74);
  --hu-ink-muted: rgb(0 24 55 / 0.66);
  --hu-ink-label: rgb(0 24 55 / 0.58);
  --hu-on-dark: #fff;
  --hu-on-dark-body: rgb(255 255 255 / 0.88);
  --hu-on-dark-muted: rgb(255 255 255 / 0.8);
  --hu-on-dark-label: rgb(255 255 255 / 0.7);
  --hu-on-dark-subtle: rgb(255 255 255 / 0.62);
  --hu-accent-text: #b8cffd;
  --hu-accent-text-strong: #9bbcff;
}

/*
 * Cardia main.css sets `p, li, span { color: var(--text) }` (#555).
 * Nested spans ignore parent color — inherit inside brand sections instead.
 */
:where(
  .hu-journey,
  .hu-services,
  .hu-focus,
  .hu-home-blog,
  .hu-footer,
  .hu-home-contact,
  .hu-wall,
  .hu-crumb-hero,
  .hu-about-intro,
  .hu-about-roles,
  .hu-about-approach,
  .hu-about-approach__card,
  .hu-about-approach__card-title,
  .hu-about-approach__card-text,
  .hu-about-academic,
  .hu-about-journey,
  .hu-about-science,
  .hu-about-close,
  .hu-contact-page,
  .hu-events-hub,
  .hu-event-detail,
  .hu-pd,
  .hu-posts-hub,
  .hu-home-events,
) span {
  color: inherit;
}

.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: var(--hu-ink-label);
  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: var(--hu-ink-muted);
}

/* 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-footer__cta-label,
.hu-footer__cta-icon,
.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-home-events__all,
.hu-home-events__all span,
.hu-home-events__all 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: var(--hu-ink-muted);
  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: var(--hu-ink-label);
}

.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: var(--hu-on-dark-muted);
  --hu-j-line: rgb(255 255 255 / 0.18);
  --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);
}

.hu-journey.is-gsap .hu-journey__outer,
.hu-journey.is-gsap .hu-journey__inner,
.hu-journey.is-gsap .hu-journey__bg {
  backface-visibility: hidden;
}

.hu-journey.is-gsap .hu-journey__bg img {
  will-change: auto;
}

.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: var(--hu-accent-text);
}

.hu-journey__kicker span {
  color: inherit;
}

.hu-journey__kicker i {
  --fa-primary-color: #fff;
  --fa-secondary-color: var(--hu-accent-text-strong);
  --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: var(--hu-accent-text);
  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: var(--hu-on-dark-label);
  white-space: nowrap;
}

.hu-journey__count-sep {
  margin: 0 0.15em;
  opacity: 0.72;
  color: inherit;
}

.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: var(--hu-on-dark-subtle);
  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: var(--hu-accent-text);
}

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

.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: var(--hu-on-dark-label);
}

.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: var(--hu-on-dark-label);
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.hu-journey__scroll-line {
  display: block;
  width: 28px;
  height: 1px;
  background: rgb(255 255 255 / 0.62);
  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: var(--hu-on-dark-muted);
  --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: var(--hu-accent-text);
}

.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__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 picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hu-services__panel-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  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: var(--hu-accent-text);
}

.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 picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hu-services__thumb-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  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: var(--hu-accent-text);
}

.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: var(--hu-on-dark-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hu-services__thumb.is-active .hu-services__thumb-text {
  color: var(--hu-on-dark-body);
}

.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: var(--hu-on-dark-label);
}

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

.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: var(--hu-on-dark-muted);
  --hu-focus-line: rgb(255 255 255 / 0.16);
  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: var(--hu-accent-text);
}

.hu-focus__eyebrow > span:last-child {
  color: inherit;
}

.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: var(--hu-on-dark-label);
  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: var(--hu-on-dark-label);
  transition: color 0.3s ease;
}

.hu-focus__tab.is-active .hu-focus__tab-tag {
  color: var(--hu-accent-text);
}

.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: var(--hu-on-dark-label);
  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: var(--hu-on-dark-body);
}

.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: var(--hu-accent-text);
  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;
  }
}

/* Home about — Cardia body copy contrast on light surface */
.ta-about-one .text,
.ta-about-one-left p.text,
.ta-about-one-right p.text,
.ta-about-one p:not(.sub-title):not(.hu-about-badge__kicker) {
  color: var(--hu-ink-body) !important;
}

.ta-about-one .ta-about-header-two .sub-title:not(.hu-about-badge) {
  color: var(--hu-hc-blue, #3772ff);
}

.ta-about-one h2.header-xl,
.ta-about-one h3.header-md {
  color: var(--hu-ink);
}

/* 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);
  text-transform: none;
  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: var(--hu-ink-label);
  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;
  }
}

/* About / hub / post breadcrumb hero — keep Cardia shell; refine type */
.ta-breadcrumb .hu-crumb-hero {
  gap: 0;
}

.ta-breadcrumb .hu-crumb-hero h1.header-xl {
  text-align: left;
  letter-spacing: -0.035em;
  margin-bottom: 0.85rem;
  max-width: min(20rem, 92vw);
  line-height: 1.12;
}

.ta-breadcrumb .hu-crumb-hero__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  max-width: min(38rem, 94vw) !important;
  margin-bottom: 1.15rem !important;
}

.ta-breadcrumb .hu-crumb-hero__title--split {
  gap: 0.75rem;
  max-width: min(40rem, 96vw) !important;
}

.ta-breadcrumb .hu-crumb-hero__title-main,
.ta-breadcrumb .hu-crumb-hero__title-sub {
  display: block;
  font-family: inherit !important;
  font-style: normal !important;
  text-wrap: balance;
}

.ta-breadcrumb .hu-crumb-hero__title-main {
  font-size: clamp(1.55rem, 3.1vw, 2.45rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: #fff;
}

.ta-breadcrumb .hu-crumb-hero__title--split .hu-crumb-hero__title-main {
  font-size: clamp(1.5rem, 2.75vw, 2.15rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  max-width: none;
}

.ta-breadcrumb .hu-crumb-hero__title-sub {
  max-width: 32rem;
  margin: 0;
  padding: 0;
  font-size: clamp(0.92rem, 1.35vw, 1.08rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.005em;
  color: rgb(255 255 255 / 0.62);
  text-wrap: pretty;
}

.ta-breadcrumb .hu-crumb-hero__title--split .hu-crumb-hero__title-sub {
  padding-top: 0.15rem;
}

.ta-breadcrumb .hu-crumb-hero__title--split .hu-crumb-hero__title-sub::before {
  content: "";
  display: block;
  width: 2.25rem;
  height: 2px;
  margin: 0 0 0.55rem;
  background: #3772ff;
  border-radius: 1px;
}

.ta-breadcrumb .hu-crumb-hero__kicker,
.ta-breadcrumb .hu-crumb-hero__role {
  color: #fff;
  margin: 0;
}

.ta-breadcrumb .hu-crumb-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.72);
  line-height: 1.2;
}

.ta-breadcrumb .hu-crumb-hero__kicker::before {
  content: "";
  width: 1.75rem;
  height: 1px;
  background: #3772ff;
  flex: 0 0 auto;
}

.ta-breadcrumb .hu-crumb-hero__role {
  margin-bottom: 1.15rem;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: rgb(255 255 255 / 0.78);
  line-height: 1.35;
}

.ta-breadcrumb .hu-crumb-hero ul {
  padding: 0;
  margin-top: 0.15rem;
}

.ta-breadcrumb .hu-crumb-hero ul a {
  color: rgb(255 255 255 / 0.62);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.ta-breadcrumb .hu-crumb-hero ul a:hover,
.ta-breadcrumb .hu-crumb-hero ul a:focus-visible {
  color: #fff;
}

.ta-breadcrumb .hu-crumb-hero ul li[aria-current="page"] {
  color: rgb(255 255 255 / 0.88);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.ta-breadcrumb .hu-crumb-hero ul li i {
  opacity: 0.45;
}

@media (max-width: 767.98px) {
  .ta-breadcrumb .hu-crumb-hero__title--split {
    gap: 0.65rem;
  }

  .ta-breadcrumb .hu-crumb-hero__title-sub {
    max-width: none;
  }

  .ta-breadcrumb .hu-crumb-hero__title--split .hu-crumb-hero__title-sub::before {
    margin-bottom: 0.45rem;
  }
}

.ta-breadcrumb.hu-crumb-hero-media {
  position: relative;
  overflow: hidden;
  background: #062645;
  min-height: clamp(17rem, 38vw, 22.5rem);
}

.ta-breadcrumb.hu-crumb-hero-media .hu-crumb-hero-media__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ta-breadcrumb.hu-crumb-hero-media .hu-crumb-hero-media__visual picture,
.ta-breadcrumb.hu-crumb-hero-media .hu-crumb-hero-media__visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.ta-breadcrumb.hu-crumb-hero-media .hu-crumb-hero-media__visual img {
  object-fit: cover;
  object-position: 70% center;
}

.ta-breadcrumb.hu-crumb-hero-media .hu-crumb-hero-media__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgb(6 38 69 / 0.92) 0%, rgb(6 38 69 / 0.72) 38%, rgb(6 38 69 / 0.28) 68%, rgb(6 38 69 / 0.12) 100%),
    linear-gradient(180deg, rgb(6 38 69 / 0.35) 0%, transparent 42%, rgb(6 38 69 / 0.45) 100%);
}

.ta-breadcrumb.hu-crumb-hero-media .hu-crumb-hero-media__placeholder--mobile {
  display: none;
}

.ta-breadcrumb.hu-crumb-hero-media > .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .ta-breadcrumb.hu-crumb-hero-media {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .ta-breadcrumb.hu-crumb-hero-media > .container {
    order: 1;
    padding-top: 1.35rem;
    padding-bottom: 1.1rem;
  }

  .ta-breadcrumb.hu-crumb-hero-media .hu-crumb-hero-media__visual {
    position: relative;
    inset: auto;
    order: 2;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .ta-breadcrumb.hu-crumb-hero-media .hu-crumb-hero-media__visual img {
    object-fit: cover;
    object-position: 72% center;
  }

  .ta-breadcrumb.hu-crumb-hero-media .hu-crumb-hero-media__overlay {
    display: none;
  }

  .ta-breadcrumb.hu-crumb-hero-media.hu-crumb-hero-media--mobile-fallback .hu-crumb-hero-media__visual--desktop {
    display: none;
  }

  .ta-breadcrumb.hu-crumb-hero-media.hu-crumb-hero-media--mobile-fallback .hu-crumb-hero-media__overlay--desktop {
    display: none;
  }

  .ta-breadcrumb.hu-crumb-hero-media.hu-crumb-hero-media--mobile-fallback .hu-crumb-hero-media__placeholder--mobile {
    display: block;
    position: relative;
    order: 2;
    width: 100%;
    aspect-ratio: 16 / 10;
    min-height: 10rem;
    border-radius: 0;
    background: linear-gradient(135deg, #e8eef5 0%, #dce6f0 55%, #d3dee9 100%);
  }

  .ta-breadcrumb.hu-crumb-hero-media .hu-crumb-hero h1.header-xl,
  .ta-breadcrumb.hu-crumb-hero-media .hu-crumb-hero__title {
    max-width: 100%;
  }
}

/* —— 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;
  will-change: auto;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: #fff !important;
  box-shadow: 0 4px 28px rgba(26, 26, 46, 0.12) !important;
  transition: box-shadow 0.2s ease, background 0.2s ease !important;
}

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

@media (max-width: 1399px) {
  .site-header.is-sticky::after,
  #masthead.is-sticky::after {
    height: var(--hu-sticky-spacer, 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: var(--hu-ink-label) !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: var(--hu-ink-label);
}

.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.68);
  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: var(--hu-ink-label);
}

.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: var(--hu-ink-muted);
  --hu-hc-line: rgb(0 24 55 / 0.1);
  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: var(--hu-ink-muted);
}

.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: var(--hu-ink-label);
}

.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: var(--hu-ink-label);
}

.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: var(--hu-ink-label);
  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: var(--hu-ink-muted);
}

.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: var(--hu-ink-muted);
  --hu-cf-line: rgb(0 24 55 / 0.14);
  --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: var(--hu-ink-muted);
}

.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: var(--hu-ink-label);
}

.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: var(--hu-ink-label);
}

.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: var(--hu-ink-label);
}

.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: var(--hu-ink-label) !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: var(--hu-ink-label);
}

.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: var(--hu-on-dark-muted);
  --hu-hb-line: rgb(255 255 255 / 0.16);
  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: var(--hu-accent-text);
}

.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: var(--hu-on-dark-label);
}

.hu-home-blog__format {
  color: var(--hu-accent-text);
}

.hu-home-blog__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--hu-on-dark-subtle);
}

.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: var(--hu-accent-text) !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-on-dark-muted, var(--hu-on-dark-label));
}

.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: var(--hu-accent-text) !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 — Breathing Footer (Framer-inspired) ─── */
.hu-footer {
  --hu-ft-ink: #0d0f16;
  --hu-ft-panel: rgb(13 15 22 / 0.94);
  --hu-ft-blue: #3772ff;
  --hu-ft-glow: #5b8cff;
  --hu-ft-soft: #8eb6ff;
  --hu-ft-line: rgb(255 255 255 / 0.12);
  --hu-ft-mute: rgb(176 181 192);
  position: relative;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(80% 60% at 50% 100%, rgb(55 114 255 / 0.14), transparent 55%),
    linear-gradient(180deg, #f4f7fc 0%, #e8eef8 35%, #dfe8f6 100%);
  padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(4rem, 7vw, 5.5rem);
}

.hu-footer__panel {
  position: relative;
  isolation: isolate;
  overflow: clip;
  border-radius: 24px;
  background: var(--hu-ft-panel);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--hu-ft-line);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.08) inset,
    0 28px 72px rgb(0 24 55 / 0.22),
    0 0 48px -8px rgb(55 114 255 / 0.28);
}

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

.hu-footer__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform, opacity;
  filter: blur(30px);
  -webkit-filter: blur(30px);
}

.hu-footer__glow--a {
  left: 0;
  bottom: -80px;
  width: min(480px, 55vw);
  height: 220px;
  opacity: 1;
  background: radial-gradient(50% 50% at 50% 50%, rgb(55 114 255 / 0.55) 0%, rgb(55 114 255 / 0) 100%);
}

.hu-footer__glow--b {
  right: 40px;
  top: -50px;
  width: min(420px, 48vw);
  height: 200px;
  opacity: 1;
  background: radial-gradient(50% 50% at 50% 50%, rgb(91 140 255 / 0.36) 0%, rgb(91 140 255 / 0) 100%);
}

.hu-footer__glow--c {
  left: 36%;
  bottom: -100px;
  width: min(420px, 48vw);
  height: 200px;
  opacity: 1;
  background: radial-gradient(50% 50% at 50% 50%, rgb(142 182 255 / 0.28) 0%, rgb(142 182 255 / 0) 100%);
}

.hu-footer__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4vw, 3.5rem);
  padding: clamp(2rem, 4.5vw, 3.25rem);
}

.hu-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(2rem, 5vw, 4rem);
  flex-wrap: wrap;
}

.hu-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.15rem;
  max-width: 22rem;
}

.hu-footer__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

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

.hu-footer__tagline {
  margin: 0;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--hu-ft-mute);
  text-wrap: balance;
}

.hu-footer__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 3rem;
  margin-top: 0.35rem;
  padding: 0.7rem 0.5rem 0.7rem 1.25rem;
  border-radius: 999px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg, var(--hu-ft-blue), #5b8cff 60%, #7aa3ff);
  color: #fff !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 32px rgb(55 114 255 / 0.35),
    inset 0 1px 0 rgb(255 255 255 / 0.22);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.hu-footer__cta-glow {
  position: absolute;
  inset: -40% -20%;
  z-index: 0;
  background: radial-gradient(circle at 30% 50%, rgb(255 255 255 / 0.35), transparent 55%);
  opacity: 0.55;
  animation: hu-ft-cta-breathe 3.6s ease-in-out infinite;
  pointer-events: none;
}

.hu-footer__cta-label,
.hu-footer__cta-icon {
  position: relative;
  z-index: 1;
}

.hu-footer__cta-icon {
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.18);
  font-size: 0.72rem;
  transition: transform 0.28s ease, background 0.28s ease;
}

.hu-footer__cta:hover,
.hu-footer__cta:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 18px 40px rgb(55 114 255 / 0.45),
    inset 0 1px 0 rgb(255 255 255 / 0.28);
  outline: none;
}

.hu-footer__cta:hover .hu-footer__cta-icon,
.hu-footer__cta:focus-visible .hu-footer__cta-icon {
  transform: translate(2px, -2px);
  background: rgb(255 255 255 / 0.28);
}

.hu-footer__columns {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 3.25rem);
  flex: 1 1 auto;
  min-width: 0;
}

.hu-footer__col {
  min-width: 8.5rem;
  flex: 1 1 8.5rem;
}

.hu-footer__col-title {
  margin: 0 0 0.85rem;
  padding: 0 0 0.45rem 0.85rem;
  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-ft-soft);
}

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

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

.hu-footer__links a {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  border-radius: 0.55rem;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.95rem;
  font-weight: 600;
  color: rgb(245 246 242 / 0.92) !important;
  text-decoration: none !important;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.hu-footer__links a:hover,
.hu-footer__links a:focus-visible {
  color: #fff !important;
  background: rgb(255 255 255 / 0.06);
  transform: translateX(2px);
  outline: none;
}

.hu-footer__link-more {
  color: var(--hu-ft-soft) !important;
}

.hu-footer__link-more:hover,
.hu-footer__link-more:focus-visible {
  color: #fff !important;
}

.hu-footer__links--practice {
  margin-bottom: 0.85rem;
}

.hu-footer__links--practice + .hu-footer__channels {
  margin-top: 0.35rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgb(255 255 255 / 0.08);
}

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

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

.hu-footer__channel-kicker {
  display: block;
  margin-bottom: 0.15rem;
  padding: 0 0.85rem;
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgb(150 155 165);
}

.hu-footer__channel .hu-footer__channel-kicker {
  padding: 0;
}

.hu-footer__channel-value {
  display: block;
  padding: 0 0.85rem;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
  color: rgb(232 238 250 / 0.92);
}

.hu-footer__channel .hu-footer__channel-value {
  padding: 0;
}

.hu-footer__channel-value + .hu-footer__channel-value {
  margin-top: 0.2rem;
}

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__rule {
  position: relative;
  height: 1px;
  background: rgb(255 255 255 / 0.08);
  overflow: visible;
}

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

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

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

.hu-footer__copy {
  margin: 0;
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(150 155 165);
}

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

.hu-footer__legal a {
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(150 155 165) !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__credit {
  --hu-credit-pink: #ff5a7a;
  --hu-credit-cyan: #5fc9d7;
  --hu-credit-gold: #fdbd19;
  position: relative;
  isolation: isolate;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.7rem 0.85rem;
  margin: 0;
  padding: 0.55rem 0.85rem 0.55rem 0.95rem;
  max-width: 100%;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.14);
  background:
    linear-gradient(135deg, rgb(255 255 255 / 0.08), rgb(255 255 255 / 0.02) 55%, rgb(55 114 255 / 0.08));
  box-shadow:
    0 10px 28px rgb(0 0 0 / 0.28),
    inset 0 1px 0 rgb(255 255 255 / 0.12);
  text-decoration: none !important;
  color: inherit !important;
  transform-origin: center;
  will-change: transform;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.hu-footer__credit-aura {
  position: absolute;
  inset: -35% -20%;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 50%, rgb(255 90 122 / 0.28), transparent 42%),
    radial-gradient(circle at 82% 40%, rgb(95 201 215 / 0.22), transparent 46%),
    radial-gradient(circle at 60% 80%, rgb(55 114 255 / 0.2), transparent 50%);
  opacity: 0.55;
  pointer-events: none;
  filter: blur(8px);
}

.hu-footer__credit-shimmer {
  position: absolute;
  top: -40%;
  left: -40%;
  z-index: 1;
  width: 42%;
  height: 180%;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgb(255 255 255 / 0.05) 40%,
    rgb(255 255 255 / 0.28) 50%,
    rgb(255 255 255 / 0.05) 60%,
    transparent 100%
  );
  transform: translateX(-120%) skewX(-18deg);
  pointer-events: none;
}

.hu-footer__credit-sparkles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hu-footer__credit-sparkles i {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 8px rgb(255 255 255 / 0.8);
  opacity: 0;
}

.hu-footer__credit-sparkles i:nth-child(1) {
  top: 22%;
  left: 18%;
  background: var(--hu-credit-pink);
}

.hu-footer__credit-sparkles i:nth-child(2) {
  top: 28%;
  right: 22%;
  background: var(--hu-credit-cyan);
}

.hu-footer__credit-sparkles i:nth-child(3) {
  bottom: 24%;
  left: 46%;
  background: var(--hu-credit-gold);
}

.hu-footer__credit-copy,
.hu-footer__credit-logo {
  position: relative;
  z-index: 2;
}

.hu-footer__credit-copy {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}

.hu-footer__credit-kicker,
.hu-footer__credit-by {
  font-family: var(--body-font, "Mulish", sans-serif);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(198 204 214);
}

.hu-footer__credit-heart {
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: rgb(255 90 122 / 0.16);
  box-shadow: 0 0 0 1px rgb(255 90 122 / 0.28);
  color: var(--hu-credit-pink);
  font-size: 0.68rem;
  will-change: transform;
}

.hu-footer__credit-logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  padding-left: 0.65rem;
  border-left: 1px solid rgb(255 255 255 / 0.12);
}

.hu-footer__credit-logo img {
  display: block;
  width: auto;
  height: 28px;
  max-width: min(148px, 42vw);
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgb(0 0 0 / 0.25));
}

.hu-footer__credit:hover,
.hu-footer__credit:focus-visible {
  border-color: rgb(142 182 255 / 0.45);
  box-shadow:
    0 14px 36px rgb(0 0 0 / 0.35),
    0 0 0 1px rgb(55 114 255 / 0.18),
    0 0 28px rgb(55 114 255 / 0.22),
    inset 0 1px 0 rgb(255 255 255 / 0.16);
  outline: none;
}

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

@keyframes hu-ft-cta-breathe {
  0%, 100% { opacity: 0.35; transform: translateX(-8%) scale(1); }
  50% { opacity: 0.7; transform: translateX(12%) scale(1.08); }
}

@keyframes hu-ft-glow-a {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 1; }
  50% { transform: translate(20%, 0) scale(1.15); opacity: 0.6; }
}

@keyframes hu-ft-glow-b {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 1; }
  50% { transform: translate(-18%, 0) scale(1.2); opacity: 0.45; }
}

@keyframes hu-ft-glow-c {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 1; }
  50% { transform: translate(-14%, 0) scale(1.35); opacity: 0.3; }
}

.hu-footer__glow--a {
  animation: hu-ft-glow-a 6s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.hu-footer__glow--b {
  animation: hu-ft-glow-b 7s cubic-bezier(0.45, 0, 0.55, 1) 0.5s infinite;
}

.hu-footer__glow--c {
  animation: hu-ft-glow-c 9s cubic-bezier(0.45, 0, 0.55, 1) 1s infinite;
}

@media (max-width: 991.98px) {
  .hu-footer__top {
    flex-direction: column;
    gap: 2.5rem;
  }

  .hu-footer__brand {
    max-width: 28rem;
  }

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

  .hu-footer__col {
    flex: none;
    min-width: 0;
  }
}

@media (max-width: 575.98px) {
  .hu-footer__panel {
    border-radius: 20px;
  }

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

  .hu-footer__glow--a {
    bottom: -160px;
    left: -80px;
    width: 420px;
    height: 320px;
  }

  .hu-footer__cta {
    width: 100%;
    justify-content: space-between;
  }

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

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

  .hu-footer__credit {
    width: 100%;
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hu-footer__glow--a,
  .hu-footer__glow--b,
  .hu-footer__glow--c,
  .hu-footer__cta-glow {
    animation: none !important;
  }

  .hu-footer__cta,
  .hu-footer__cta-icon,
  .hu-footer__links a,
  .hu-footer__credit {
    transition: none;
  }

  .hu-footer__credit {
    will-change: auto;
  }
}

  .hu-footer__glow {
    will-change: auto;
  }
}

/* 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;
}

/* Simplified Patient Process — tab panels, no scroll pinning */
.hu-process {
  --hu-proc-paper: #02132c;
  --hu-proc-blue: #3772ff;
  --hu-proc-mute: rgb(255 255 255 / 0.72);
  --hu-proc-stage-h: clamp(16rem, 32vw, 22rem);
  position: relative;
  z-index: 2;
  margin: 24px 15px 72px;
  padding: 48px 0 56px;
  overflow: hidden;
  border-radius: 20px;
  background:
    radial-gradient(ellipse 75% 50% at 88% 0%, rgb(55 114 255 / 0.12), transparent 55%),
    radial-gradient(ellipse 60% 45% at 8% 12%, rgb(255 255 255 / 0.04), transparent 50%),
    var(--hu-proc-paper);
  color: #fff;
}

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

.hu-process__glow {
  position: absolute;
  inset: -10% 0 auto;
  height: 55%;
  background:
    radial-gradient(ellipse at 72% 35%, rgb(55 114 255 / 0.18), transparent 55%),
    radial-gradient(ellipse at 18% 25%, rgb(155 188 255 / 0.06), transparent 48%);
  pointer-events: none;
  filter: blur(18px);
  opacity: 0.85;
}

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

.hu-process__head {
  margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
  max-width: 56rem;
}

.hu-process__eyebrow {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hu-proc-blue);
  margin-bottom: 0.75rem;
}

.hu-process__head-row {
  display: grid;
  gap: 0.75rem 1.5rem;
}

@media (min-width: 768px) {
  .hu-process__head-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    align-items: end;
  }
}

.hu-process__title {
  font-family: var(--font-heading, inherit);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  color: #fff;
}

.hu-process__lead {
  margin: 0;
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
  line-height: 1.65;
  color: var(--hu-proc-mute);
}

.hu-process__layout {
  display: grid;
  gap: 1.25rem;
}

.hu-process__stage {
  position: relative;
  min-height: var(--hu-proc-stage-h);
  border-radius: 16px;
  overflow: hidden;
  background: rgb(0 0 0 / 0.25);
}

.hu-process__panel {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

@media (min-width: 768px) {
  .hu-process__panel {
    grid-template-columns: 1.05fr 0.95fr;
  }
}

.hu-process__panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: relative;
  inset: auto;
  min-height: var(--hu-proc-stage-h);
}

.hu-process:not(.is-enhanced) .hu-process__panel:not(.is-active) {
  display: none;
}

.hu-process__panel-media {
  position: relative;
  min-height: 12rem;
  overflow: hidden;
}

.hu-process__panel-media picture,
.hu-process__panel-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 12rem;
  object-fit: cover;
}

@media (min-width: 768px) {
  .hu-process__panel-media,
  .hu-process__panel-media picture,
  .hu-process__panel-media img {
    min-height: var(--hu-proc-stage-h);
  }
}

.hu-process__panel-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(2 19 44 / 0.05) 0%, rgb(2 19 44 / 0.55) 100%),
    linear-gradient(90deg, rgb(2 19 44 / 0.15) 0%, rgb(2 19 44 / 0.75) 72%);
  pointer-events: none;
}

.hu-process__panel-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.25rem 1.25rem 1.5rem;
  background: linear-gradient(180deg, rgb(2 19 44 / 0.92) 0%, rgb(2 19 44 / 0.98) 100%);
}

@media (min-width: 768px) {
  .hu-process__panel-body {
    padding: 1.75rem 1.75rem 2rem;
  }
}

.hu-process__panel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hu-proc-blue);
}

.hu-process__panel-kicker i {
  font-size: 1rem;
}

.hu-process__panel-title {
  margin: 0;
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}

.hu-process__panel-text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--hu-proc-mute);
}

.hu-process__panel-items {
  list-style: none;
  margin: 0.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.hu-process__panel-items li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(255 255 255 / 0.85);
}

.hu-process__panel-items li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--hu-proc-blue);
  font-weight: 700;
}

.hu-process__tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem;
  padding: 0.35rem;
  border-radius: 14px;
  background: rgb(255 255 255 / 0.04);
  border: 1px solid rgb(255 255 255 / 0.08);
}

.hu-process__tab {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  padding: 0.75rem 0.85rem;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: rgb(255 255 255 / 0.72);
  cursor: pointer;
  text-align: left;
  transition: color 0.25s ease;
}

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

.hu-process__tab-num {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--hu-proc-blue);
}

.hu-process__tab-label {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.3;
}

.hu-process__tab-ink {
  position: absolute;
  top: 0.35rem;
  left: 0.35rem;
  height: calc(100% - 0.7rem);
  width: 33%;
  border-radius: 10px;
  background: rgb(55 114 255 / 0.18);
  border: 1px solid rgb(55 114 255 / 0.35);
  pointer-events: none;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), width 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.hu-process__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.25rem;
}

.hu-process__nav {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 999px;
  background: rgb(255 255 255 / 0.04);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.hu-process__nav:hover {
  background: rgb(55 114 255 / 0.15);
  border-color: rgb(55 114 255 / 0.35);
}

.hu-process__count {
  margin: 0;
  min-width: 3.5rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgb(255 255 255 / 0.75);
}

.hu-process__count-sep {
  opacity: 0.45;
  margin: 0 0.15rem;
}

@media (max-width: 575.98px) {
  .hu-process {
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 36px;
    padding-bottom: 40px;
  }

  .hu-process__tab {
    padding: 0.65rem 0.55rem;
  }

  .hu-process__tab-label {
    font-size: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hu-process__panel,
  .hu-process__tab-ink,
  .hu-process__nav {
    transition: none;
  }
}

/* About page — keep Cardia shells; content-only refinements */
.hu-about-intro {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(ellipse 70% 55% at 100% 42%, rgb(55 114 255 / 0.09), transparent 58%),
    radial-gradient(ellipse 45% 40% at 0% 12%, rgb(0 24 55 / 0.045), transparent 52%),
    #f5f8fd;
}

.hu-about-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.05 0 0 0 0 0.12 0 0 0 0 0.22 0 0 0 0.18 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.hu-about-intro .container,
.hu-about-intro__wrap {
  position: relative;
  z-index: 1;
}

.hu-about-intro .ta-about-header-two {
  margin: 0;
}

.hu-about-intro__copy {
  max-width: 36rem;
}

.hu-about-intro h2.header-xl.hu-about-intro__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  margin: 0 0 1.35rem;
  font-size: clamp(1.5rem, 3.2vw, 2.7rem);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: var(--hu-ink);
}

.hu-about-intro h2.header-xl .hu-about-intro__line,
.hu-about-intro h2.header-xl span.hu-about-intro__accent {
  display: block;
  white-space: nowrap;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.hu-about-intro h2.header-xl .hu-about-intro__line {
  color: inherit;
  font-style: normal;
  font-weight: 800;
}

.hu-about-intro h2.header-xl span.hu-about-intro__accent {
  font-style: italic;
  font-weight: 800;
  color: #3772ff;
}

.hu-about-intro__lead {
  display: grid;
  gap: 0.85rem;
  margin: 0 0 0.35rem;
}

.hu-about-intro p.hu-about-intro__p {
  margin: 0;
  max-width: 34rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--hu-ink-muted);
}

.hu-about-intro p.hu-about-intro__p--lead {
  font-size: 1.125rem;
  line-height: 1.65;
  font-weight: 500;
  color: var(--hu-ink-body);
}

.hu-about-intro__facts {
  display: grid;
  grid-template-columns: 1fr;
  margin: 1.6rem 0 1.85rem;
  border-top: 1px solid rgb(0 24 55 / 0.08);
}

.hu-about-intro__fact {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem 1rem;
  align-items: start;
  padding: 1.15rem 0 1.2rem;
  border-bottom: 1px solid rgb(0 24 55 / 0.08);
}

.hu-about-intro__index {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.6;
  color: #3772ff;
}

.hu-about-intro__fact-body h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--hu-ink);
}

.hu-about-intro__fact-body p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--hu-ink-muted);
}

.hu-about-intro__fact-icon {
  --fa-primary-color: #3772ff;
  --fa-secondary-color: #001837;
  --fa-secondary-opacity: 0.35;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgb(55 114 255 / 0.08);
  color: #3772ff;
  font-size: 0.95rem;
}

.hu-about-intro__cta {
  margin-top: 0.15rem;
}

.hu-about-intro__media {
  position: relative;
  isolation: isolate;
  margin: 0;
  padding: 0.35rem 0.35rem 1.6rem 1.15rem;
}

.hu-about-intro__plate {
  position: absolute;
  z-index: 0;
  inset: 8% 2% -4% 18%;
  border-radius: 28px;
  background:
    linear-gradient(155deg, #001837 0%, #0b2d62 58%, #3772ff 130%);
  transform: rotate(2.4deg);
  box-shadow: 0 24px 60px rgb(0 24 55 / 0.18);
}

.hu-about-intro__frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 24px;
  background: #0b1d38;
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.28) inset,
    0 32px 80px rgb(0 24 55 / 0.24);
}

.hu-about-intro__frame picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.hu-about-intro__frame img,
.hu-about-intro .ta-about-two-img .hu-about-intro__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 52% 32%;
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.hu-about-intro__media:hover .hu-about-intro__photo {
  transform: scale(1.045);
}

.hu-about-intro__fan {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 13%;
  width: min(44%, 13.75rem);
  aspect-ratio: 1;
  pointer-events: none;
}

.hu-about-intro__fan-card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 16px;
  background: #0b1d38;
  box-shadow: 0 16px 36px rgb(0 24 55 / 0.2);
  transform-origin: 68% 100%;
}

.hu-about-intro__fan-card:nth-child(1) {
  z-index: 3;
  transform: rotate(-8deg);
}

.hu-about-intro__fan-card:nth-child(2) {
  z-index: 2;
  transform: rotate(12deg) translate(14px, 10px) scale(0.93);
}

.hu-about-intro__fan-card:nth-child(3) {
  z-index: 1;
  transform: rotate(-16deg) translate(-12px, 14px) scale(0.88);
}

.hu-about-intro__fan-card picture,
.hu-about-intro__fan-card img,
.hu-about-intro .ta-about-two-img .hu-about-intro__fan-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 28%;
}

.hu-about-intro__chip {
  position: absolute;
  z-index: 4;
  right: 1.15rem;
  bottom: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  max-width: min(16.5rem, calc(100% - 5.5rem));
  margin: 0;
  padding: 0.85rem 1rem 0.9rem;
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 16px;
  background: rgb(0 24 55 / 0.62);
  box-shadow: 0 16px 40px rgb(0 24 55 / 0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: #fff;
}

.hu-about-intro__chip-kicker {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.68);
  line-height: 1.2;
}

.hu-about-intro__chip-title {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.3;
  color: #fff;
}

@media (min-width: 1200px) {
  .hu-about-intro__media {
    margin-left: -0.75rem;
    padding: 0.35rem 0.15rem 1.4rem 2.1rem;
  }
}

@media (max-width: 1199.98px) {
  .hu-about-intro__copy {
    max-width: 40rem;
  }

  .hu-about-intro__media {
    max-width: 36rem;
    margin-inline: auto;
  }
}

@media (max-width: 575.98px) {
  .hu-about-intro h2.header-xl.hu-about-intro__title {
    font-size: clamp(1.42rem, 6.4vw, 1.85rem);
  }

  .hu-about-intro__media {
    padding: 0.85rem 0.2rem 1.35rem 0.85rem;
  }

  .hu-about-intro__frame {
    border-radius: 20px;
  }

  .hu-about-intro__fan {
    width: min(46%, 8.5rem);
    bottom: 16%;
  }

  .hu-about-intro__fan-card {
    border-width: 3px;
    border-radius: 12px;
  }

  .hu-about-intro__chip {
    right: 0.7rem;
    bottom: 0.85rem;
    max-width: calc(100% - 5.25rem);
    padding: 0.7rem 0.8rem 0.75rem;
    border-radius: 14px;
  }

  .hu-about-intro__fact {
    grid-template-columns: auto 1fr;
  }

  .hu-about-intro__fact-icon {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hu-about-intro__frame img,
  .hu-about-intro__photo {
    transition: none;
  }

  .hu-about-intro__media:hover .hu-about-intro__photo {
    transform: none;
  }

  .hu-about-intro__fan-card:nth-child(n + 2) {
    display: none;
  }

  .hu-about-intro__fan-card:nth-child(1) {
    transform: none;
  }
}

.hu-about-roles {
  --hu-roles-navy: #001837;
  --hu-roles-blue: #3772ff;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0.35rem 0 7.25rem;
  background:
    radial-gradient(ellipse 58% 48% at 8% 88%, rgb(55 114 255 / 0.08), transparent 60%),
    radial-gradient(ellipse 42% 36% at 100% 0%, rgb(0 24 55 / 0.04), transparent 55%),
    #f5f8fd;
}

.hu-about-roles__orb {
  position: absolute;
  right: -8%;
  top: 18%;
  z-index: 0;
  width: min(28rem, 48vw);
  height: min(28rem, 48vw);
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgb(55 114 255 / 0.14), transparent 68%);
  filter: blur(8px);
}

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

.hu-about-roles__head {
  max-width: 40rem;
  margin: 0 0 2.15rem;
}

.hu-about-roles h2.header-xl.hu-about-roles__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  font-size: clamp(1.55rem, 3.1vw, 2.55rem);
  line-height: 1.12;
  letter-spacing: -0.045em;
  color: var(--hu-roles-navy);
}

.hu-about-roles h2.header-xl .hu-about-roles__line,
.hu-about-roles h2.header-xl span.hu-about-roles__accent {
  display: block;
  white-space: nowrap;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.hu-about-roles h2.header-xl .hu-about-roles__line {
  color: inherit;
  font-style: normal;
  font-weight: 800;
}

.hu-about-roles h2.header-xl span.hu-about-roles__accent {
  font-style: italic;
  font-weight: 800;
  color: var(--hu-roles-blue);
}

.hu-about-roles__grid {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
}

.hu-about-roles__item {
  min-width: 0;
}

.hu-about-roles__card {
  position: relative;
  isolation: isolate;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  padding: 1.25rem 1.2rem 1.2rem;
  border: 1px solid rgb(0 24 55 / 0.08);
  border-radius: 22px;
  background: #f7faff;
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.9) inset,
    0 14px 36px rgb(0 24 55 / 0.05);
  overflow: hidden;
}

.hu-about-roles__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: inherit;
}

.hu-about-roles__visual picture,
.hu-about-roles__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--hu-roles-pos, 50% 28%);
}

.hu-about-roles__visual img {
  transform: scale(1.06);
  filter: saturate(0.9) contrast(1.03);
  transform-origin: var(--hu-roles-pos, 50% 28%);
}

.hu-about-roles__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(145deg, rgb(55 114 255 / 0.07), transparent 58%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.hu-about-roles__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      0deg,
      rgb(255 255 255 / 0.78) 0%,
      rgb(247 250 255 / 0.42) 26%,
      rgb(247 250 255 / 0.12) 52%,
      transparent 74%
    ),
    linear-gradient(90deg, rgb(255 255 255 / 0.28) 0%, rgb(255 255 255 / 0.06) 40%, transparent 70%);
  transition: opacity 0.55s ease;
  pointer-events: none;
}

.hu-about-roles__index,
.hu-about-roles__well,
.hu-about-roles__body {
  position: relative;
  z-index: 1;
}

.hu-about-roles__index {
  position: absolute;
  top: 1.05rem;
  right: 1.15rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: rgb(55 114 255 / 0.55);
}

.hu-about-roles__well {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 4.65rem;
  height: 4.65rem;
  padding: 0.55rem;
  border-radius: 18px;
  background: rgb(255 255 255 / 0.92);
  border: 1px solid rgb(0 24 55 / 0.06);
  box-shadow: 0 8px 20px rgb(0 24 55 / 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hu-about-roles__well--wide {
  width: 100%;
  max-width: 11.5rem;
  height: 3.65rem;
  padding: 0.55rem 0.75rem;
}

.hu-about-roles__well picture,
.hu-about-roles__well img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.hu-about-roles__body {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
  margin-top: auto;
}

.hu-about-roles__kicker {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hu-roles-blue);
}

.hu-about-roles__name {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.28;
  color: var(--hu-roles-navy);
}

.hu-about-roles__role {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--hu-ink-muted);
}

.hu-about-roles__item--feature .hu-about-roles__card {
  gap: 1.45rem;
  padding: 1.55rem 1.45rem 1.4rem;
  background: #eef3fb;
}

.hu-about-roles__item--feature .hu-about-roles__visual::after {
  background:
    linear-gradient(
      0deg,
      rgb(255 255 255 / 0.82) 0%,
      rgb(247 250 255 / 0.4) 24%,
      rgb(247 250 255 / 0.1) 50%,
      transparent 72%
    ),
    linear-gradient(90deg, rgb(255 255 255 / 0.24) 0%, rgb(255 255 255 / 0.04) 48%, transparent 100%);
}

.hu-about-roles__item--feature .hu-about-roles__visual img {
  animation: hu-roles-drift 22s ease-in-out infinite alternate;
}

.hu-about-roles__item--feature .hu-about-roles__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  z-index: 2;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, var(--hu-roles-blue), rgb(0 24 55 / 0.4));
}

.hu-about-roles__item--feature .hu-about-roles__well {
  width: 5.65rem;
  height: 5.65rem;
  padding: 0.7rem;
  border-radius: 22px;
}

.hu-about-roles__item--feature .hu-about-roles__name {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

@media (hover: hover) and (pointer: fine) {
  .hu-about-roles__card {
    transition:
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      border-color 0.3s ease,
      box-shadow 0.45s ease;
  }

  .hu-about-roles__visual img {
    transition: transform 1.15s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease;
  }

  .hu-about-roles__card:hover {
    transform: translateY(-6px);
    border-color: rgb(55 114 255 / 0.32);
    box-shadow:
      0 1px 0 rgb(255 255 255 / 0.95) inset,
      0 22px 44px rgb(0 24 55 / 0.1);
  }

  .hu-about-roles__card:hover .hu-about-roles__visual img {
    transform: scale(1.14);
    filter: saturate(0.98) contrast(1.04);
    animation-play-state: paused;
  }

  .hu-about-roles__card:hover .hu-about-roles__visual::after {
    opacity: 0.82;
  }
}

@keyframes hu-roles-drift {
  from {
    transform: scale(1.06) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.12) translate3d(-2.4%, 1.6%, 0);
  }
}

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

  .hu-about-roles__item--feature {
    grid-column: 1 / -1;
  }

  .hu-about-roles__item--feature .hu-about-roles__card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: end;
    gap: 1.5rem 1.65rem;
    min-height: 11.5rem;
  }

  .hu-about-roles__item--feature .hu-about-roles__body {
    padding-bottom: 0.15rem;
  }
}

@media (min-width: 1100px) {
  .hu-about-roles__grid {
    grid-template-columns: 1.28fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0.95rem;
  }

  .hu-about-roles__item--feature {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .hu-about-roles__item--feature .hu-about-roles__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 100%;
    padding: 1.75rem 1.6rem 1.55rem;
  }
}

@media (max-width: 575.98px) {
  .hu-about-roles {
    padding-bottom: 4.75rem;
  }

  .hu-about-roles h2.header-xl.hu-about-roles__title {
    font-size: clamp(1.42rem, 6.4vw, 1.85rem);
  }

  .hu-about-roles__well--wide {
    max-width: 9.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hu-about-roles__card,
  .hu-about-roles__visual img,
  .hu-about-roles__visual::after {
    transition: none;
  }

  .hu-about-roles__item--feature .hu-about-roles__visual img {
    animation: none;
  }
}

.ta-about-two-img img {
  width: 100%;
  height: auto;
  display: block;
}

.hu-about-academic {
  --hu-academic-blue: #3772ff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(5rem, 9vw, 8rem) 0;
  background:
    radial-gradient(88% 72% at 0% 12%, rgb(55 114 255 / 0.09) 0%, transparent 58%),
    radial-gradient(70% 60% at 100% 88%, rgb(0 24 55 / 0.04) 0%, transparent 55%),
    linear-gradient(180deg, #f6f9fd 0%, #eef3fa 52%, #f8fafc 100%);
}

.hu-about-academic__glow {
  position: absolute;
  top: 8%;
  right: -8%;
  width: min(46vw, 520px);
  height: min(46vw, 520px);
  border-radius: 50%;
  background: radial-gradient(circle, rgb(55 114 255 / 0.14) 0%, transparent 68%);
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

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

.hu-about-academic__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: clamp(2.5rem, 5.5vw, 5rem);
  align-items: center;
}

.hu-about-academic__media {
  position: relative;
  margin-left: clamp(-1.5rem, -3.5vw, -4.5rem);
}

.hu-about-academic__plate {
  position: relative;
  transform-origin: 50% 60%;
}

.hu-about-academic__frame {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: #0a1a33;
  aspect-ratio: 16 / 11;
  min-height: clamp(320px, 38vw, 520px);
  box-shadow:
    0 34px 72px rgb(0 24 55 / 0.18),
    0 2px 0 rgb(255 255 255 / 0.55) inset;
}

.hu-about-academic__photo {
  position: absolute;
  inset: -12% 0;
  will-change: transform;
}

.hu-about-academic__photo picture,
.hu-about-academic__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
}

.hu-about-academic__chip {
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.58rem 0.9rem 0.58rem 0.68rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.94);
  border: 1px solid rgb(255 255 255 / 0.72);
  box-shadow: 0 14px 32px rgb(0 24 55 / 0.16);
  color: var(--hu-ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hu-about-academic__chip i {
  --fa-primary-color: var(--hu-academic-blue);
  --fa-secondary-color: var(--hu-ink);
  --fa-secondary-opacity: 0.35;
  font-size: 1rem;
}

.hu-about-academic__copy {
  max-width: 34rem;
}

.hu-about-academic__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 1rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgb(0 24 55 / 0.1);
  background: rgb(255 255 255 / 0.76);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hu-ink-label);
}

.hu-about-academic__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 1.35rem;
  font-size: clamp(1.5rem, 3.2vw, 2.7rem);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: var(--hu-ink);
}

.hu-about-academic__title-lead,
.hu-about-academic__title-accent {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.hu-about-academic__title-accent {
  font-style: italic;
  color: var(--hu-academic-blue);
}

.hu-about-academic__body {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1.6rem;
}

.hu-about-academic__p {
  margin: 0;
  max-width: 34rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--hu-ink-muted);
}

.hu-about-academic__p--lead {
  font-size: 1.125rem;
  line-height: 1.65;
  font-weight: 500;
  color: var(--hu-ink-body);
}

.hu-about-academic__points {
  display: grid;
  border-top: 1px solid rgb(0 24 55 / 0.08);
}

.hu-about-academic__point {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem 1rem;
  align-items: start;
  padding: 1.15rem 0 1.2rem;
  border-bottom: 1px solid rgb(0 24 55 / 0.08);
}

.hu-about-academic__index {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.6;
  color: var(--hu-academic-blue);
}

.hu-about-academic__point-body {
  min-width: 0;
}

.hu-about-academic__point-title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--hu-ink);
}

.hu-about-academic__point-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--hu-ink-muted);
}

.hu-about-academic__point-icon {
  --fa-primary-color: var(--hu-academic-blue);
  --fa-secondary-color: var(--hu-ink);
  --fa-secondary-opacity: 0.35;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgb(55 114 255 / 0.08);
  color: var(--hu-academic-blue);
  font-size: 0.95rem;
  flex: 0 0 auto;
}

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

@media (max-width: 1199.98px) {
  .hu-about-academic__layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .hu-about-academic__media {
    margin-left: 0;
    max-width: 820px;
  }

  .hu-about-academic__copy {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .hu-about-academic__frame {
    border-radius: 20px;
    min-height: 260px;
    aspect-ratio: 5 / 4;
  }

  .hu-about-academic__point {
    grid-template-columns: auto 1fr;
    padding: 1rem 0;
  }

  .hu-about-academic__point-icon {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hu-about-academic__photo,
  .hu-about-academic__glow {
    will-change: auto;
  }
}

.hu-about-approach__head {
  max-width: 44rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.hu-about-approach__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.15rem;
  padding: 0.42rem 0.9rem;
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.92);
}

.hu-about-approach__title {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #fff;
}

.hu-about-approach__lead {
  max-width: 38rem;
  margin: 1rem auto 0;
  font-size: clamp(1rem, 1.55vw, 1.12rem);
  line-height: 1.7;
  color: rgb(255 255 255 / 0.86);
}

.hu-about-approach__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (max-width: 991.98px) {
  .hu-about-approach__head {
    margin-bottom: 2rem;
  }

  .hu-about-approach__grid {
    grid-template-columns: 1fr;
  }
}

.hu-about-approach__card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  padding: 1.55rem 1.45rem 1.65rem;
  border-radius: 20px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgb(255 255 255 / 0.09);
  border: 1px solid rgb(255 255 255 / 0.14);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.08),
    0 18px 42px rgb(2 8 24 / 0.22);
}

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

.hu-about-approach__icon {
  --fa-primary-color: #fff;
  --fa-secondary-color: rgb(126 186 255);
  --fa-secondary-opacity: 0.72;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgb(255 255 255 / 0.1);
  border: 1px solid rgb(255 255 255 / 0.14);
  color: #fff;
}

.hu-about-approach__icon i {
  font-size: 1.45rem;
  line-height: 1;
}

.hu-about-approach__step {
  font-family: var(--header-font, "Nunito", sans-serif);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: rgb(255 255 255 / 0.42);
}

.hu-about-approach__card-title {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #fff;
}

.hu-about-approach__card-text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.68;
  color: rgb(255 255 255 / 0.82);
}

@media (max-width: 575.98px) {
  .hu-about-approach__card {
    padding: 1.25rem 1.15rem 1.35rem;
  }
}

.hu-about-approach {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hu-about-approach__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hu-about-approach__youtube-wrap {
  position: absolute;
  inset: -16% 0;
  overflow: hidden;
}

.hu-about-approach__youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 118%;
  height: 118%;
  min-width: 210vh;
  min-height: 66.15vw;
  border: 0;
  transform: translate3d(-50%, -50%, 0) scale(1.08);
  pointer-events: none;
}

.hu-about-approach__poster,
.hu-about-approach__poster img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 132%;
  top: -16%;
  object-fit: cover;
  object-position: center 38%;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.hu-about-approach__poster {
  display: none;
  margin: 0;
}

.hu-about-approach__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(8 22 52 / 0.28) 0%, rgb(6 16 40 / 0.48) 46%, rgb(4 11 30 / 0.76) 100%),
    radial-gradient(120% 90% at 50% 0%, rgb(18 52 112 / 0.2) 0%, transparent 58%);
  pointer-events: none;
}

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

@media (prefers-reduced-motion: reduce) {
  .hu-about-approach__youtube-wrap {
    display: none;
  }

  .hu-about-approach__poster {
    display: block;
  }

  .hu-about-approach__poster,
  .hu-about-approach__poster img {
    height: 100%;
    top: 0;
    will-change: auto;
  }
}

.hu-about-journey {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 8vw, 7.5rem) 0 clamp(5.5rem, 9vw, 8rem);
  background:
    radial-gradient(80% 60% at 50% 0%, rgb(55 114 255 / 0.06) 0%, transparent 58%),
    linear-gradient(180deg, #f8fafc 0%, #fff 42%, #f4f7fc 100%);
}

.hu-about-journey__head {
  max-width: 40rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.hu-about-journey__eyebrow,
.hu-about-journey__focus-eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 1rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgb(0 24 55 / 0.1);
  background: rgb(255 255 255 / 0.76);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hu-ink-label);
}

.hu-about-journey__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  font-size: clamp(1.65rem, 3.4vw, 2.85rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: var(--hu-ink);
}

.hu-about-journey__title-lead,
.hu-about-journey__title-accent {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.hu-about-journey__title-accent {
  font-style: italic;
  color: #3772ff;
}

.hu-about-journey__glow {
  position: absolute;
  top: 12%;
  right: -8%;
  width: min(42vw, 28rem);
  height: min(42vw, 28rem);
  border-radius: 50%;
  background: radial-gradient(circle, rgb(55 114 255 / 0.14) 0%, transparent 68%);
  pointer-events: none;
  filter: blur(2px);
}

.hu-about-journey__timeline {
  position: relative;
  margin-bottom: clamp(3.5rem, 6vw, 5rem);
}

.hu-about-journey__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.hu-about-journey__step {
  min-width: 0;
}

.hu-about-journey__card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 10.5rem;
  padding: 1.35rem 1.2rem 1.25rem;
  border-radius: 18px;
  background: linear-gradient(155deg, rgb(255 255 255 / 0.96) 0%, rgb(248 251 255 / 0.82) 100%);
  border: 1px solid rgb(255 255 255 / 0.9);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.95) inset,
    0 14px 36px rgb(0 24 55 / 0.05);
  backdrop-filter: blur(14px);
  overflow: hidden;
  transform-origin: 50% 100%;
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.hu-about-journey__card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgb(255 255 255 / 0.9), rgb(55 114 255 / 0.18));
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.55;
}

.hu-about-journey__card.is-current {
  border-color: rgb(55 114 255 / 0.22);
  background: linear-gradient(155deg, #fff 0%, #eef4ff 100%);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.95) inset,
    0 20px 48px rgb(55 114 255 / 0.12);
}

.hu-about-journey__card.is-current .hu-about-journey__tag {
  background: rgb(55 114 255 / 0.14);
}

.hu-about-journey__year {
  position: absolute;
  top: -0.05em;
  right: 0.35rem;
  font-size: clamp(3rem, 7vw, 4.25rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
  color: rgb(55 114 255 / 0.09);
  pointer-events: none;
  user-select: none;
}

.hu-about-journey__tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-self: flex-start;
  margin: 0 0 0.75rem;
  padding: 0.24rem 0.55rem;
  border-radius: 999px;
  background: rgb(55 114 255 / 0.08);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3772ff;
}

.hu-about-journey__date {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 0.55rem;
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--hu-ink);
}

.hu-about-journey__org {
  position: relative;
  z-index: 1;
  margin: 0 0 auto;
  padding-bottom: 0.65rem;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--hu-ink-body);
}

.hu-about-journey__text {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-top: 0.65rem;
  border-top: 1px solid rgb(0 24 55 / 0.07);
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--hu-ink-muted);
}

@media (max-width: 1399.98px) {
  .hu-about-journey__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1199.98px) {
  .hu-about-journey__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (max-width: 767.98px) {
  .hu-about-journey__head {
    margin-bottom: 1.5rem;
  }

  .hu-about-journey__steps {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding-left: 1.35rem;
    border-left: 2px solid rgb(0 24 55 / 0.08);
  }

  .hu-about-journey__step {
    position: relative;
  }

  .hu-about-journey__step::before {
    content: '';
    position: absolute;
    left: -1.72rem;
    top: 1.45rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #3772ff;
    box-shadow: 0 0 0 6px rgb(55 114 255 / 0.12);
  }

  .hu-about-journey__card {
    min-height: 0;
    padding: 1.15rem 1.05rem 1.1rem;
  }

  .hu-about-journey__year {
    font-size: clamp(2.75rem, 16vw, 3.5rem);
  }
}

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

.hu-about-journey__focus {
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
  border-top: 1px solid rgb(0 24 55 / 0.08);
}

.hu-about-journey__focus-head {
  max-width: 40rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.hu-about-journey__focus-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 0.85rem;
  font-size: clamp(1.65rem, 3.4vw, 2.85rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: var(--hu-ink);
}

.hu-about-journey__focus-title-lead,
.hu-about-journey__focus-title-accent {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.hu-about-journey__focus-title-accent {
  font-style: italic;
  color: #3772ff;
}

.hu-about-journey__focus-lead {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--hu-ink-muted);
}

.hu-about-journey__focus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}

.hu-about-journey__focus-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 11.5rem;
  padding: 1.35rem 1.2rem 1.15rem;
  border-radius: 18px;
  background: linear-gradient(155deg, rgb(255 255 255 / 0.96) 0%, rgb(248 251 255 / 0.82) 100%);
  border: 1px solid rgb(255 255 255 / 0.9);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.95) inset,
    0 14px 36px rgb(0 24 55 / 0.05);
  backdrop-filter: blur(14px);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transform-origin: 50% 100%;
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.hu-about-journey__focus-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgb(255 255 255 / 0.9), rgb(55 114 255 / 0.18));
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.55;
  transition: opacity 0.35s ease;
}

.hu-about-journey__focus-card:hover,
.hu-about-journey__focus-card:focus-visible {
  border-color: rgb(55 114 255 / 0.22);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.95) inset,
    0 22px 48px rgb(55 114 255 / 0.12);
  outline: none;
}

.hu-about-journey__focus-card:hover::after,
.hu-about-journey__focus-card:focus-visible::after {
  opacity: 0.9;
}

.hu-about-journey__focus-tag {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  margin: 0 0 0.75rem;
  padding: 0.24rem 0.55rem;
  border-radius: 999px;
  background: rgb(55 114 255 / 0.08);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3772ff;
}

.hu-about-journey__focus-watermark {
  position: absolute;
  top: -0.1em;
  right: 0.2rem;
  max-width: 72%;
  overflow: hidden;
  font-size: clamp(2.5rem, 6vw, 3.75rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: right;
  white-space: nowrap;
  color: rgb(55 114 255 / 0.08);
  pointer-events: none;
  user-select: none;
}

.hu-about-journey__focus-icon {
  --fa-primary-color: #3772ff;
  --fa-secondary-color: var(--hu-ink);
  --fa-secondary-opacity: 0.35;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  margin-bottom: 0.85rem;
  border-radius: 12px;
  background: rgb(55 114 255 / 0.1);
  color: #3772ff;
  font-size: 1rem;
  transition: transform 0.35s ease, background 0.35s ease;
}

.hu-about-journey__focus-card:hover .hu-about-journey__focus-icon,
.hu-about-journey__focus-card:focus-visible .hu-about-journey__focus-icon {
  transform: scale(1.06);
  background: rgb(55 114 255 / 0.14);
}

.hu-about-journey__focus-term {
  position: relative;
  z-index: 1;
  margin: 0 0 0.4rem;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: var(--hu-ink);
}

.hu-about-journey__focus-text {
  position: relative;
  z-index: 1;
  margin: 0 0 1rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgb(0 24 55 / 0.07);
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--hu-ink-muted);
}

.hu-about-journey__focus-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #3772ff;
}

.hu-about-journey__focus-cta i {
  font-size: 0.72rem;
  transition: transform 0.35s ease;
}

.hu-about-journey__focus-card:hover .hu-about-journey__focus-cta i,
.hu-about-journey__focus-card:focus-visible .hu-about-journey__focus-cta i {
  transform: translateX(3px);
}

@media (max-width: 1199.98px) {
  .hu-about-journey__focus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

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

  .hu-about-journey__focus-head {
    margin-bottom: 1.5rem;
  }

  .hu-about-journey__focus-card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hu-about-journey__focus-card,
  .hu-about-journey__focus-icon,
  .hu-about-journey__focus-cta i {
    transition: none;
  }
}

.hu-about-journey__focus-more {
  margin: 1.75rem 0 0;
  text-align: center;
}

.hu-about-journey__focus-all {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #3772ff;
  text-decoration: none;
  transition: gap 0.3s ease, color 0.3s ease;
}

.hu-about-journey__focus-all:hover,
.hu-about-journey__focus-all:focus-visible {
  gap: 0.65rem;
  color: #2458e6;
  outline: none;
}

.hu-about-science {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  border-top: 1px solid rgb(0 24 55 / 0.08);
  background:
    radial-gradient(ellipse 58% 48% at 92% 18%, rgb(55 114 255 / 0.1), transparent 58%),
    radial-gradient(ellipse 42% 36% at 0% 88%, rgb(0 24 55 / 0.05), transparent 55%),
    linear-gradient(180deg, #f8fafd 0%, #f2f6fc 100%);
}

.hu-about-science__glow {
  position: absolute;
  top: 8%;
  left: -6%;
  width: min(38vw, 24rem);
  height: min(38vw, 24rem);
  border-radius: 50%;
  background: radial-gradient(circle, rgb(55 114 255 / 0.16) 0%, transparent 68%);
  pointer-events: none;
  filter: blur(2px);
}

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

.hu-about-science__head {
  max-width: 40rem;
  margin: 0 auto 2.25rem;
  text-align: center;
}

.hu-about-science__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 0.85rem;
  font-size: clamp(1.65rem, 3.4vw, 2.75rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: var(--hu-ink);
}

.hu-about-science__title-lead,
.hu-about-science__title-accent {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.hu-about-science__title-lead {
  color: var(--hu-ink);
  font-style: normal;
  font-weight: 800;
}

.hu-about-science__title-accent {
  font-style: italic;
  font-weight: 800;
  color: #3772ff;
}

.hu-about-science__lead {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--hu-ink-muted);
}

.hu-about-science__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  max-width: 56rem;
  margin: 0 auto;
}

.hu-about-science__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 13.5rem;
  padding: 1.45rem 1.35rem 1.2rem;
  border-radius: 20px;
  background: linear-gradient(155deg, rgb(255 255 255 / 0.97) 0%, rgb(248 251 255 / 0.84) 100%);
  border: 1px solid rgb(255 255 255 / 0.92);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.95) inset,
    0 18px 44px rgb(0 24 55 / 0.06);
  backdrop-filter: blur(14px);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transform-origin: 50% 100%;
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.hu-about-science__card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgb(255 255 255 / 0.92), rgb(55 114 255 / 0.22));
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.55;
  transition: opacity 0.35s ease;
}

.hu-about-science__card:hover,
.hu-about-science__card:focus-visible {
  border-color: rgb(55 114 255 / 0.24);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.95) inset,
    0 26px 56px rgb(55 114 255 / 0.14);
  outline: none;
}

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

.hu-about-science__tag {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  margin: 0 0 0.85rem;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgb(55 114 255 / 0.14);
  background: rgb(55 114 255 / 0.08);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3772ff;
}

.hu-about-science__watermark {
  position: absolute;
  top: 0.35rem;
  right: 0.2rem;
  font-size: clamp(3.2rem, 7vw, 4.6rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
  color: rgb(0 24 55 / 0.045);
  pointer-events: none;
  user-select: none;
}

.hu-about-science__icon {
  --fa-primary-color: #3772ff;
  --fa-secondary-color: var(--hu-ink);
  --fa-secondary-opacity: 0.35;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 0 0.95rem;
  border-radius: 14px;
  background: linear-gradient(145deg, rgb(55 114 255 / 0.14), rgb(55 114 255 / 0.06));
  color: #3772ff;
  font-size: 1.05rem;
  transition: transform 0.35s ease, background 0.35s ease;
}

.hu-about-science__card:hover .hu-about-science__icon,
.hu-about-science__card:focus-visible .hu-about-science__icon {
  transform: translateY(-2px) scale(1.04);
  background: linear-gradient(145deg, rgb(55 114 255 / 0.2), rgb(55 114 255 / 0.1));
}

.hu-about-science__card-title {
  position: relative;
  z-index: 1;
  margin: 0 0 0.45rem;
  font-size: clamp(1.1rem, 2vw, 1.28rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
  color: var(--hu-ink);
}

.hu-about-science__card-text {
  position: relative;
  z-index: 1;
  margin: 0;
  flex: 1;
  font-size: 0.92rem;
  line-height: 1.58;
  color: var(--hu-ink-muted);
}

.hu-about-science__cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.15rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: #3772ff;
}

.hu-about-science__cta i {
  font-size: 0.72rem;
  transition: transform 0.3s ease;
}

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

.hu-about-close {
  padding: 0 0 clamp(4rem, 7vw, 5.5rem);
}

.hu-about-close__panel {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 4.5vw, 3rem);
  border-radius: 24px;
  background:
    radial-gradient(ellipse 90% 70% at 0% 0%, rgb(55 114 255 / 0.18) 0%, transparent 58%),
    radial-gradient(ellipse 60% 55% at 100% 100%, rgb(55 114 255 / 0.12) 0%, transparent 62%),
    linear-gradient(155deg, #001837 0%, #0a2854 52%, #0f3468 100%);
  color: #fff;
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.08) inset,
    0 28px 72px rgb(0 24 55 / 0.22);
}

.hu-about-close__panel::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgb(255 255 255 / 0.2), rgb(55 114 255 / 0.42));
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

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

.hu-about-close__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}

.hu-about-close__orb--one {
  top: -18%;
  right: -8%;
  width: min(42vw, 22rem);
  height: min(42vw, 22rem);
  background: radial-gradient(circle, rgb(142 180 255 / 0.28) 0%, transparent 68%);
}

.hu-about-close__orb--two {
  bottom: -24%;
  left: -10%;
  width: min(36vw, 18rem);
  height: min(36vw, 18rem);
  background: radial-gradient(circle, rgb(55 114 255 / 0.22) 0%, transparent 70%);
}

.hu-about-close__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  background-image:
    linear-gradient(rgb(255 255 255 / 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 78%);
}

.hu-about-close__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: center;
}

.hu-about-close__copy {
  max-width: 36rem;
}

.hu-about-close__eyebrow {
  display: inline-flex;
  margin: 0 0 1rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.16);
  background: rgb(255 255 255 / 0.08);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.78);
}

.hu-about-close__title {
  display: flex;
  flex-direction: column;
  margin: 0 0 0.85rem;
  font-size: clamp(1.75rem, 3.4vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.hu-about-close__title-lead,
.hu-about-close__title-accent {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.hu-about-close__title-lead {
  color: #fff;
  font-style: normal;
  font-weight: 800;
}

.hu-about-close__title-accent {
  font-style: italic;
  font-weight: 800;
  color: #8eb4ff;
}

.hu-about-close__lead {
  margin: 0 0 1.25rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgb(255 255 255 / 0.78);
}

.hu-about-close__venues {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hu-about-close__venue {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.85rem 0.55rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.14);
  background: rgb(255 255 255 / 0.07);
  font-size: 0.84rem;
  font-weight: 600;
  color: rgb(255 255 255 / 0.9);
}

.hu-about-close__venue-icon {
  --fa-primary-color: #8eb4ff;
  --fa-secondary-color: #fff;
  --fa-secondary-opacity: 0.35;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  background: rgb(55 114 255 / 0.18);
  color: #8eb4ff;
  font-size: 0.72rem;
}

.hu-about-close__action-card {
  padding: clamp(1.35rem, 3vw, 1.75rem);
  border-radius: 18px;
  border: 1px solid rgb(255 255 255 / 0.14);
  background:
    linear-gradient(155deg, rgb(255 255 255 / 0.1) 0%, rgb(255 255 255 / 0.04) 100%);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.12) inset,
    0 16px 40px rgb(0 0 0 / 0.12);
  backdrop-filter: blur(12px);
}

.hu-about-close__action-kicker {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.62);
}

.hu-about-close__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hu-about-close__cta {
  margin: 0;
  width: 100%;
  justify-content: center;
}

.hu-about-close__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.22);
  background: rgb(255 255 255 / 0.06);
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.hu-about-close__secondary:hover,
.hu-about-close__secondary:focus-visible {
  background: rgb(255 255 255 / 0.12);
  border-color: rgb(255 255 255 / 0.32);
  outline: none;
}

@media (max-width: 991.98px) {
  .hu-about-close__inner {
    grid-template-columns: 1fr;
  }

  .hu-about-close__action-card {
    max-width: 24rem;
  }
}

@media (max-width: 767.98px) {
  .hu-about-science__grid {
    grid-template-columns: 1fr;
  }

  .hu-about-science__card {
    min-height: 12rem;
  }

  .hu-about-close__action-card {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hu-about-journey__focus-all,
  .hu-about-science__card,
  .hu-about-science__icon,
  .hu-about-science__cta i,
  .hu-about-close__secondary {
    transition: none;
  }
}

.hu-about-timeline {
  height: 100%;
  padding: 1.65rem 1.15rem 1.45rem;
  border: 1px solid var(--border, #e6eaf2);
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.hu-about-timeline .info {
  gap: 0.35rem;
}

.hu-about-timeline .info span {
  display: block;
  font-weight: 700;
  line-height: 1.4;
  color: var(--header, #001837);
}

.hu-about-timeline .info p {
  margin: 0;
}

.hu-about-focus .count-wrapper {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.45rem;
}

.hu-about-focus .count .header-xxl {
  font-size: clamp(1.85rem, 3.4vw, 3.15rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

/* ─── Contact page ─── */
.hu-contact-page {
  --hu-cp-navy: #001837;
  --hu-cp-blue: #3772ff;
  --hu-cp-mute: var(--hu-ink-muted);
  --hu-cp-line: rgb(0 24 55 / 0.1);
  position: relative;
  isolation: isolate;
  overflow: visible;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 clamp(3rem, 6vw, 4.5rem);
  color: var(--hu-cp-navy);
}

.hu-contact-page__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-contact-page__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.55;
}

.hu-contact-page__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-contact-page__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-contact-page__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-contact-page__inner {
  position: relative;
  z-index: 1;
}

.hu-contact-page__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-contact-page__rail {
  padding: 0.35rem 0.15rem;
}

.hu-contact-page__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hu-cp-blue);
}

.hu-contact-page__eyebrow-line {
  width: 1.5rem;
  height: 2px;
  border-radius: 99px;
  background: var(--hu-cp-blue);
}

.hu-contact-page__title {
  display: flex;
  flex-direction: column;
  margin: 0 0 0.9rem;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--hu-cp-navy);
  text-wrap: balance;
}

.hu-contact-page__title-lead,
.hu-contact-page__title-accent {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.hu-contact-page__title-lead {
  color: var(--hu-cp-navy);
  font-style: normal;
  font-weight: 800;
}

.hu-contact-page__title-accent {
  font-style: italic;
  font-weight: 800;
  color: var(--hu-cp-blue);
}

.hu-contact-page__lead {
  margin: 0 0 1.15rem;
  max-width: 32rem;
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  line-height: 1.6;
  color: var(--hu-cp-mute);
  text-wrap: pretty;
}

.hu-contact-page__notice {
  margin: 0 0 1.25rem;
  max-width: 30rem;
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  background: rgb(255 255 255 / 0.55);
  border: 1px solid var(--hu-cp-line);
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--hu-ink-muted);
}

.hu-contact-page__response {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.35rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgb(55 114 255 / 0.14);
  background: rgb(55 114 255 / 0.08);
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--hu-cp-navy);
}

.hu-contact-page__response i {
  color: var(--hu-cp-blue);
}

.hu-contact-page__direct-label {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hu-ink-label);
}

.hu-contact-page__channels {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.hu-contact-page__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-contact-page__channel--static {
  cursor: default;
}

a.hu-contact-page__channel:hover,
a.hu-contact-page__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-contact-page__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-cp-blue);
  font-size: 1.05rem;
}

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

.hu-contact-page__channel-kicker {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hu-ink-label);
}

.hu-contact-page__channel-value {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--hu-cp-navy);
  overflow-wrap: anywhere;
}

.hu-contact-page__channel-go {
  font-size: 0.7rem;
  color: var(--hu-ink-label);
  transition: color 0.2s ease, transform 0.2s ease;
}

a.hu-contact-page__channel:hover .hu-contact-page__channel-go {
  color: var(--hu-cp-blue);
  transform: translate(2px, -2px);
}

.hu-contact-page__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-contact-page__panel-eyebrow {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hu-cp-blue);
}

.hu-contact-page__venues {
  padding: clamp(2.5rem, 5vw, 3.75rem) 0;
  border-top: 1px solid rgb(0 24 55 / 0.08);
  background: linear-gradient(180deg, #fbfcfe 0%, #f5f8fd 100%);
}

.hu-contact-page__venues-head {
  max-width: 40rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.hu-contact-page__venues-eyebrow {
  display: inline-flex;
  margin: 0 0 0.85rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgb(0 24 55 / 0.1);
  background: rgb(255 255 255 / 0.76);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hu-ink-label);
}

.hu-contact-page__venues-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 0.85rem;
  font-size: clamp(1.65rem, 3.4vw, 2.65rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: var(--hu-ink);
}

.hu-contact-page__venues-title-lead,
.hu-contact-page__venues-title-accent {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.hu-contact-page__venues-title-accent {
  font-style: italic;
  color: #3772ff;
}

.hu-contact-page__venues-lead {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--hu-ink-muted);
}

.hu-contact-page__venues-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  max-width: 56rem;
  margin: 0 auto;
}

.hu-contact-page__venue-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 11rem;
  padding: 1.45rem 1.35rem 1.2rem;
  border-radius: 20px;
  background: linear-gradient(155deg, rgb(255 255 255 / 0.97) 0%, rgb(248 251 255 / 0.84) 100%);
  border: 1px solid rgb(255 255 255 / 0.92);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.95) inset,
    0 18px 44px rgb(0 24 55 / 0.06);
  overflow: hidden;
}

.hu-contact-page__venue-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgb(255 255 255 / 0.92), rgb(55 114 255 / 0.18));
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.55;
}

.hu-contact-page__venue-watermark {
  position: absolute;
  top: 0.2rem;
  right: 0.15rem;
  max-width: 70%;
  font-size: clamp(1.4rem, 3.5vw, 2.2rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: right;
  color: rgb(0 24 55 / 0.045);
  pointer-events: none;
  user-select: none;
}

.hu-contact-page__venue-icon {
  --fa-primary-color: #3772ff;
  --fa-secondary-color: var(--hu-ink);
  --fa-secondary-opacity: 0.35;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 0 0.95rem;
  border-radius: 14px;
  background: linear-gradient(145deg, rgb(55 114 255 / 0.14), rgb(55 114 255 / 0.06));
  color: #3772ff;
  font-size: 1.05rem;
}

.hu-contact-page__venue-name {
  position: relative;
  z-index: 1;
  margin: 0 0 0.45rem;
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
  color: var(--hu-ink);
}

.hu-contact-page__venue-text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.58;
  color: var(--hu-ink-muted);
}

.hu-contact-page__process {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(4rem, 7vw, 5.5rem);
  background:
    radial-gradient(ellipse 58% 48% at 92% 18%, rgb(55 114 255 / 0.08), transparent 58%),
    #f2f6fc;
}

.hu-contact-page__process-glow {
  position: absolute;
  top: 10%;
  left: -8%;
  width: min(38vw, 24rem);
  height: min(38vw, 24rem);
  border-radius: 50%;
  background: radial-gradient(circle, rgb(55 114 255 / 0.14) 0%, transparent 68%);
  pointer-events: none;
  filter: blur(2px);
}

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

.hu-contact-page__process-head {
  max-width: 40rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.hu-contact-page__process-eyebrow {
  display: inline-flex;
  margin: 0 0 0.85rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgb(0 24 55 / 0.1);
  background: rgb(255 255 255 / 0.76);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hu-ink-label);
}

.hu-contact-page__process-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  font-size: clamp(1.65rem, 3.4vw, 2.65rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: var(--hu-ink);
}

.hu-contact-page__process-title-lead,
.hu-contact-page__process-title-accent {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.hu-contact-page__process-title-accent {
  font-style: italic;
  color: #3772ff;
}

.hu-contact-page__process-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 56rem;
  margin: 0 auto;
}

.hu-contact-page__process-card {
  height: 100%;
  padding: 1.35rem 1.2rem 1.2rem;
  border-radius: 18px;
  background: linear-gradient(155deg, rgb(255 255 255 / 0.96) 0%, rgb(248 251 255 / 0.82) 100%);
  border: 1px solid rgb(255 255 255 / 0.9);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.95) inset,
    0 14px 36px rgb(0 24 55 / 0.05);
}

.hu-contact-page__process-index {
  display: block;
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #3772ff;
}

.hu-contact-page__process-card-title {
  margin: 0 0 0.45rem;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--hu-ink);
}

.hu-contact-page__process-card-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.58;
  color: var(--hu-ink-muted);
}

.hu-contact-page__process-more {
  margin: 1.75rem 0 0;
  text-align: center;
}

.hu-contact-page__process-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #3772ff;
  text-decoration: none;
  transition: gap 0.3s ease, color 0.3s ease;
}

.hu-contact-page__process-link:hover,
.hu-contact-page__process-link:focus-visible {
  gap: 0.65rem;
  color: #2458e6;
  outline: none;
}

@media (max-width: 991.98px) {
  .hu-contact-page__layout {
    grid-template-columns: 1fr;
  }

  .hu-contact-page__process-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .hu-contact-page__venues-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hu-contact-page__channel,
  .hu-contact-page__channel-go,
  .hu-contact-page__process-link {
    transition: none;
  }
}

/* ─── Events hub + detail ─── */
.hu-events-hub {
  --hu-ev-navy: #001837;
  --hu-ev-blue: #3772ff;
  position: relative;
  isolation: isolate;
  padding: clamp(2.5rem, 5vw, 3.75rem) 0 clamp(4rem, 7vw, 5.5rem);
  background:
    radial-gradient(ellipse 55% 45% at 100% 0%, rgb(55 114 255 / 0.07), transparent 58%),
    radial-gradient(ellipse 40% 35% at 0% 100%, rgb(0 24 55 / 0.04), transparent 55%),
    #f5f8fd;
}

.hu-events-hub__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: clip;
}

.hu-events-hub__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.5;
}

.hu-events-hub__orb--a {
  top: 4%;
  right: -4%;
  width: min(34vw, 20rem);
  height: min(34vw, 20rem);
  background: radial-gradient(circle, rgb(55 114 255 / 0.14) 0%, transparent 68%);
}

.hu-events-hub__orb--b {
  bottom: 12%;
  left: -8%;
  width: min(28vw, 16rem);
  height: min(28vw, 16rem);
  background: radial-gradient(circle, rgb(0 24 55 / 0.06) 0%, transparent 70%);
}

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

.hu-events-hub__block {
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.hu-events-hub__block--past {
  padding-top: clamp(1.5rem, 3vw, 2rem);
  border-top: 1px solid rgb(0 24 55 / 0.08);
}

.hu-events-hub__intro {
  max-width: 36rem;
  margin-bottom: clamp(1.35rem, 3vw, 1.85rem);
}

.hu-events-hub__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 0.85rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hu-ev-blue);
}

.hu-events-hub__eyebrow-line {
  width: 1.5rem;
  height: 2px;
  border-radius: 99px;
  background: var(--hu-ev-blue);
}

.hu-events-hub__title {
  display: flex;
  flex-direction: column;
  margin: 0 0 0.65rem;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--hu-ev-navy);
  text-wrap: balance;
}

.hu-events-hub__title-lead,
.hu-events-hub__title-accent {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.hu-events-hub__title-lead {
  color: var(--hu-ev-navy);
  font-style: normal;
  font-weight: 800;
}

.hu-events-hub__title-accent {
  font-style: italic;
  font-weight: 800;
  color: var(--hu-ev-blue);
}

.hu-events-hub__lead {
  margin: 0;
  max-width: 32rem;
  font-size: 0.95rem;
  line-height: 1.62;
  color: var(--hu-ink-muted);
}

.hu-events-hub__feed {
  display: grid;
  gap: 0.85rem;
  position: relative;
}

.hu-events-hub__feed::before {
  content: '';
  position: absolute;
  top: 1.5rem;
  bottom: 1.5rem;
  left: 1.55rem;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgb(55 114 255 / 0.22) 12%, rgb(55 114 255 / 0.22) 88%, transparent);
  pointer-events: none;
}

.hu-events-hub__feed--past::before {
  background: linear-gradient(180deg, transparent, rgb(0 24 55 / 0.1) 12%, rgb(0 24 55 / 0.1) 88%, transparent);
}

.hu-events-hub__empty {
  margin: 0;
  padding: 1.15rem 1.25rem;
  border-radius: 14px;
  border: 1px dashed rgb(0 24 55 / 0.12);
  background: rgb(255 255 255 / 0.55);
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--hu-ink-muted);
}

.hu-events-hub__empty--all {
  max-width: 32rem;
  margin: 0 auto;
  text-align: center;
}

/* Cinematic spotlight (first upcoming) */
.hu-events-spotlight {
  margin-bottom: 1.15rem;
}

.hu-events-spotlight__link {
  position: relative;
  display: block;
  min-height: clamp(20rem, 44vw, 26rem);
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 28px 64px rgb(0 24 55 / 0.18);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.hu-events-spotlight__link:hover,
.hu-events-spotlight__link:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 36px 72px rgb(55 114 255 / 0.22);
  outline: none;
}

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

.hu-events-spotlight__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.hu-events-spotlight__link:hover .hu-events-spotlight__media img,
.hu-events-spotlight__link:focus-visible .hu-events-spotlight__media img {
  transform: scale(1.1);
}

.hu-events-spotlight__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgb(0 24 55 / 0.88) 0%, rgb(0 24 55 / 0.55) 42%, rgb(0 24 55 / 0.18) 72%, rgb(0 24 55 / 0.42) 100%),
    linear-gradient(0deg, rgb(0 24 55 / 0.92) 0%, transparent 48%);
  pointer-events: none;
}

.hu-events-spotlight__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: inherit;
  padding: clamp(1.35rem, 3.5vw, 2.25rem);
  max-width: min(44rem, 92%);
}

.hu-events-spotlight__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.hu-events-spotlight__status {
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #3772ff, #2454d4);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hu-events-spotlight__type {
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.2);
  background: rgb(255 255 255 / 0.1);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.9);
  backdrop-filter: blur(8px);
}

.hu-events-spotlight__countdown {
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.14);
  font-size: 0.72rem;
  font-weight: 700;
  color: #b8d0ff;
}

.hu-events-spotlight__title {
  display: block;
  margin-bottom: 0.55rem;
  font-size: clamp(1.65rem, 3.8vw, 2.45rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.hu-events-spotlight__lead {
  display: block;
  margin-bottom: 0.5rem;
  font-size: clamp(0.98rem, 1.8vw, 1.12rem);
  line-height: 1.55;
  color: rgb(255 255 255 / 0.88);
}

.hu-events-spotlight__excerpt {
  display: block;
  margin-bottom: 0.85rem;
  max-width: 38rem;
  font-size: 0.9rem;
  line-height: 1.62;
  color: rgb(255 255 255 / 0.72);
}

.hu-events-spotlight__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.1rem;
}

.hu-events-spotlight__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.48rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.14);
  background: rgb(255 255 255 / 0.1);
  font-size: 0.82rem;
  font-weight: 600;
  color: rgb(255 255 255 / 0.92);
  backdrop-filter: blur(8px);
}

.hu-events-spotlight__chip i {
  color: #8eb4ff;
  font-size: 0.9rem;
}

.hu-events-spotlight__chip-date {
  display: inline-flex;
  align-items: baseline;
  gap: 0.3rem;
  margin-right: 0.15rem;
}

.hu-events-spotlight__chip-date strong {
  font-size: 0.95rem;
  font-weight: 800;
}

.hu-events-spotlight__chip-date em {
  font-style: normal;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8eb4ff;
}

.hu-events-spotlight__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}

.hu-events-spotlight__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.72rem 1.15rem;
  border-radius: 999px;
  background: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--hu-ev-navy);
  transition: gap 0.25s ease, background 0.25s ease;
}

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

.hu-events-spotlight__link:hover .hu-events-spotlight__cta,
.hu-events-spotlight__link:focus-visible .hu-events-spotlight__cta {
  background: #f0f5ff;
}

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

.hu-events-spotlight__register {
  font-size: 0.84rem;
  font-weight: 700;
  color: rgb(255 255 255 / 0.78);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hu-events-hub__feed--more {
  margin-top: 0.25rem;
}

.hu-events-hub__feed--grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.hu-events-hub__feed--grid::before {
  display: none;
}

.hu-events-hub__feed--grid .hu-events-card__row {
  grid-template-columns: auto 5.25rem minmax(0, 1fr) auto;
  gap: 0.65rem;
  padding: 0.75rem;
}

.hu-events-hub__feed--grid .hu-events-card__rail {
  min-width: 2.35rem;
  padding: 0.2rem 0.1rem;
}

.hu-events-hub__feed--grid .hu-events-card__date strong {
  font-size: 1rem;
}

.hu-events-hub__feed--grid .hu-events-card__media {
  aspect-ratio: 4 / 3;
}

.hu-events-hub__feed--grid .hu-events-card__title {
  font-size: 0.95rem;
}

.hu-events-hub__feed--grid .hu-events-card__text {
  -webkit-line-clamp: 2;
  font-size: 0.82rem;
}

.hu-events-hub__feed--grid .hu-events-card__meta {
  font-size: 0.74rem;
}

.hu-events-hub__feed--grid .hu-events-card__go-label {
  display: none;
}

.hu-events-hub__feed--grid .hu-events-card__go {
  min-width: 2.5rem;
}

/* Row card */
.hu-events-card__row {
  display: grid;
  grid-template-columns: auto 7.5rem minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(0.85rem, 2vw, 1.25rem);
  padding: 0.85rem;
  border-radius: 18px;
  background: linear-gradient(155deg, rgb(255 255 255 / 0.98) 0%, rgb(248 251 255 / 0.9) 100%);
  border: 1px solid rgb(255 255 255 / 0.95);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.95) inset,
    0 12px 32px rgb(0 24 55 / 0.05);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.hu-events-card__row::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgb(255 255 255 / 0.95), rgb(55 114 255 / 0.14));
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.45;
}

.hu-events-card {
  position: relative;
}

.hu-events-card__row:hover,
.hu-events-card__row:focus-visible {
  border-color: rgb(55 114 255 / 0.2);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.95) inset,
    0 20px 44px rgb(55 114 255 / 0.1);
  outline: none;
  transform: translateY(-2px);
}

.hu-events-card.is-past .hu-events-card__row {
  background: rgb(255 255 255 / 0.72);
  box-shadow: 0 8px 24px rgb(0 24 55 / 0.04);
}

.hu-events-card.is-past .hu-events-card__media img {
  filter: saturate(0.75);
  opacity: 0.88;
}

.hu-events-card__rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  padding: 0.35rem 0.25rem;
}

.hu-events-card__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hu-events-card__date strong {
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--hu-ev-navy);
}

.hu-events-card__date em {
  margin-top: 0.15rem;
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hu-ev-blue);
}

.hu-events-card__media {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  background: #0b1d38;
  will-change: clip-path;
}

.hu-events-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.hu-events-card__row:hover .hu-events-card__media img,
.hu-events-card__row:focus-visible .hu-events-card__media img {
  transform: scale(1.05);
}

.hu-events-card__body {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  padding-right: 0.35rem;
}

.hu-events-card__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}

.hu-events-card__tag {
  padding: 0.24rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgb(55 114 255 / 0.14);
  background: rgb(55 114 255 / 0.08);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hu-ev-blue);
}

.hu-events-card__pill {
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  background: var(--hu-ev-navy);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.hu-events-card__title {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.28;
  color: var(--hu-ev-navy);
}

.hu-events-card__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--hu-ink-muted);
}

.hu-events-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--hu-ink-label);
}

.hu-events-card__meta span:not(:last-child)::after {
  content: '·';
  margin-left: 0.75rem;
  color: rgb(0 24 55 / 0.22);
}

.hu-events-card__go {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-width: 3.5rem;
  padding: 0 0.25rem;
  color: var(--hu-ev-blue);
}

.hu-events-card__go-label {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.hu-events-card__go i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  background: rgb(55 114 255 / 0.1);
  font-size: 0.72rem;
  transition: transform 0.25s ease, background 0.25s ease;
}

.hu-events-card__row:hover .hu-events-card__go-label,
.hu-events-card__row:focus-visible .hu-events-card__go-label {
  opacity: 1;
  transform: translateY(0);
}

.hu-events-card__row:hover .hu-events-card__go i,
.hu-events-card__row:focus-visible .hu-events-card__go i {
  transform: translate(2px, -2px);
  background: rgb(55 114 255 / 0.18);
}

/* Event detail */
.hu-event-detail {
  --hu-ev-navy: #001837;
  --hu-ev-blue: #3772ff;
}

.hu-event-detail__hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(24rem, 58vh, 38rem);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--hu-ev-navy);
}

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

.hu-event-detail__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
}

.hu-event-detail__hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgb(0 24 55 / 0.9) 0%, rgb(0 24 55 / 0.55) 42%, rgb(0 24 55 / 0.2) 72%, rgb(0 24 55 / 0.45) 100%),
    linear-gradient(0deg, rgb(0 24 55 / 0.94) 0%, transparent 52%);
  pointer-events: none;
}

.hu-event-detail__hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(1.5rem, 4vw, 2.5rem) 0 clamp(2.25rem, 5vw, 3.25rem);
}

.hu-event-detail__crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.55rem;
  margin: 0 0  clamp(1rem, 2.5vw, 1.5rem);
  font-size: 0.78rem;
  font-weight: 600;
  color: rgb(255 255 255 / 0.68);
}

.hu-event-detail__crumbs a {
  color: rgb(255 255 255 / 0.84);
  text-decoration: none;
}

.hu-event-detail__crumbs a:hover,
.hu-event-detail__crumbs a:focus-visible {
  color: #fff;
  outline: none;
}

.hu-event-detail__hero-panel {
  max-width: min(48rem, 100%);
}

.hu-event-detail__hero-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}

.hu-event-detail__status {
  padding: 0.34rem 0.68rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hu-event-detail__status.is-upcoming {
  background: linear-gradient(135deg, #3772ff, #2454d4);
  color: #fff;
}

.hu-event-detail__status.is-past {
  background: rgb(255 255 255 / 0.14);
  color: rgb(255 255 255 / 0.88);
}

.hu-event-detail__tag,
.hu-event-detail__countdown {
  padding: 0.34rem 0.68rem;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.18);
  background: rgb(255 255 255 / 0.1);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.9);
  backdrop-filter: blur(8px);
}

.hu-event-detail__countdown {
  letter-spacing: 0.04em;
  text-transform: none;
  font-size: 0.74rem;
  color: #b8d0ff;
}

.hu-event-detail__title {
  margin: 0 0 0.7rem;
  font-size: clamp(2rem, 4.5vw, 3.15rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: #fff;
  text-wrap: balance;
}

.hu-event-detail__lead {
  margin: 0 0 1.1rem;
  max-width: 40rem;
  font-size: clamp(1rem, 1.8vw, 1.14rem);
  line-height: 1.62;
  color: rgb(255 255 255 / 0.84);
}

.hu-event-detail__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.hu-event-detail__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.14);
  background: rgb(255 255 255 / 0.1);
  font-size: 0.84rem;
  font-weight: 600;
  color: rgb(255 255 255 / 0.92);
  backdrop-filter: blur(8px);
}

.hu-event-detail__chip i {
  color: #8eb4ff;
}

.hu-event-detail__chip-date {
  display: inline-flex;
  align-items: baseline;
  gap: 0.3rem;
  margin-right: 0.1rem;
}

.hu-event-detail__chip-date strong {
  font-size: 0.95rem;
  font-weight: 800;
}

.hu-event-detail__chip-date em {
  font-style: normal;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8eb4ff;
}

.hu-event-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hu-event-detail__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.78rem 1.2rem;
  border-radius: 999px;
  background: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--hu-ev-navy);
  text-decoration: none;
  transition: gap 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.hu-event-detail__cta:hover,
.hu-event-detail__cta:focus-visible {
  background: #f0f5ff;
  transform: translateY(-1px);
  outline: none;
}

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

.hu-event-detail__cta:hover i,
.hu-event-detail__cta:focus-visible i {
  transform: translate(2px, -2px);
}

.hu-event-detail__body {
  position: relative;
  isolation: isolate;
  margin-top: -2.5rem;
  padding: 0 0 clamp(3.5rem, 7vw, 5rem);
  background:
    radial-gradient(ellipse 55% 45% at 100% 0%, rgb(55 114 255 / 0.07), transparent 58%),
    radial-gradient(ellipse 40% 35% at 0% 100%, rgb(0 24 55 / 0.04), transparent 55%),
    #f5f8fd;
}

.hu-event-detail__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: clip;
}

.hu-event-detail__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.5;
}

.hu-event-detail__orb--a {
  top: 6%;
  right: -4%;
  width: min(34vw, 20rem);
  height: min(34vw, 20rem);
  background: radial-gradient(circle, rgb(55 114 255 / 0.14) 0%, transparent 68%);
}

.hu-event-detail__orb--b {
  bottom: 10%;
  left: -8%;
  width: min(28vw, 16rem);
  height: min(28vw, 16rem);
  background: radial-gradient(circle, rgb(0 24 55 / 0.06) 0%, transparent 70%);
}

.hu-event-detail__body-inner {
  position: relative;
  z-index: 1;
}

.hu-event-detail__layout {
  display: grid;
  grid-template-columns: minmax(15rem, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

.hu-event-detail__aside-card {
  position: sticky;
  top: 6.5rem;
  padding: 1.35rem 1.25rem;
  border-radius: 20px;
  background: linear-gradient(155deg, rgb(255 255 255 / 0.98) 0%, rgb(248 251 255 / 0.92) 100%);
  border: 1px solid rgb(255 255 255 / 0.95);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.95) inset,
    0 22px 52px rgb(0 24 55 / 0.08);
}

.hu-event-detail__aside-kicker {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hu-ev-blue);
}

.hu-event-detail__info {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1.1rem;
  padding: 0;
  list-style: none;
}

.hu-event-detail__info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.72rem 0.8rem;
  border-radius: 14px;
  background: rgb(55 114 255 / 0.04);
  border: 1px solid rgb(55 114 255 / 0.08);
}

.hu-event-detail__info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 12px;
  background: rgb(55 114 255 / 0.1);
  color: var(--hu-ev-blue);
  font-size: 0.95rem;
}

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

.hu-event-detail__info-label {
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hu-ink-label);
}

.hu-event-detail__info-value {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--hu-ev-navy);
}

.hu-event-detail__register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #3772ff, #2454d4);
  color: #fff;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hu-event-detail__register:hover,
.hu-event-detail__register:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgb(55 114 255 / 0.28);
  outline: none;
}

.hu-event-detail__register-copy {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.hu-event-detail__register-copy strong {
  font-size: 0.88rem;
  font-weight: 800;
}

.hu-event-detail__register-copy em {
  font-style: normal;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgb(255 255 255 / 0.82);
}

.hu-event-detail__register i {
  flex-shrink: 0;
  font-size: 0.82rem;
}

.hu-event-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--hu-ev-blue);
  text-decoration: none;
  transition: gap 0.25s ease, color 0.25s ease;
}

.hu-event-detail__back:hover,
.hu-event-detail__back:focus-visible {
  gap: 0.6rem;
  color: var(--hu-ev-navy);
  outline: none;
}

.hu-event-detail__intro {
  max-width: 36rem;
  margin-bottom: clamp(1.15rem, 2.5vw, 1.5rem);
}

.hu-event-detail__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 0.85rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hu-ev-blue);
}

.hu-event-detail__eyebrow-line {
  width: 1.5rem;
  height: 2px;
  border-radius: 99px;
  background: var(--hu-ev-blue);
}

.hu-event-detail__intro-title {
  display: flex;
  flex-direction: column;
  margin: 0 0 0.6rem;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--hu-ev-navy);
  text-wrap: balance;
}

.hu-event-detail__intro-lead,
.hu-event-detail__intro-accent {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.hu-event-detail__intro-lead {
  font-weight: 800;
  color: var(--hu-ev-navy);
}

.hu-event-detail__intro-accent {
  font-style: italic;
  font-weight: 800;
  color: var(--hu-ev-blue);
}

.hu-event-detail__intro-text {
  margin: 0;
  max-width: 32rem;
  font-size: 0.95rem;
  line-height: 1.62;
  color: var(--hu-ink-muted);
}

.hu-event-detail__content-panel {
  padding: clamp(1.35rem, 3vw, 1.85rem);
  border-radius: 20px;
  background: linear-gradient(155deg, rgb(255 255 255 / 0.98) 0%, rgb(248 251 255 / 0.92) 100%);
  border: 1px solid rgb(255 255 255 / 0.95);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.95) inset,
    0 18px 44px rgb(0 24 55 / 0.06);
}

.hu-event-detail__content {
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.72;
  color: var(--hu-ink);
}

.hu-event-detail__content p {
  margin-bottom: 1rem;
}

.hu-event-detail__content h2 {
  margin: 1.6rem 0 0.7rem;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--hu-navy, #0b1f3a);
}

.hu-event-detail__content h2:first-child {
  margin-top: 0;
}

.hu-event-detail__content h3 {
  margin: 1.15rem 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.hu-event-detail__content ul,
.hu-event-detail__content ol {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
}

.hu-event-detail__content li {
  margin-bottom: 0.35rem;
}

.hu-event-detail__content a {
  color: var(--hu-posts-blue, #2454d4);
  font-weight: 700;
  text-decoration: none;
}

.hu-event-detail__content a:hover,
.hu-event-detail__content a:focus-visible {
  text-decoration: underline;
}

.hu-event-programme {
  display: grid;
  gap: 0.85rem;
  margin: 1.25rem 0 0.4rem;
}

.hu-event-programme__slot {
  display: grid;
  grid-template-columns: 7.2rem minmax(0, 1fr);
  gap: 0.85rem 1rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  background: rgb(245 248 253 / 0.9);
  border: 1px solid rgb(0 24 55 / 0.06);
}

.hu-event-programme__slot--break {
  background: rgb(255 255 255 / 0.7);
}

.hu-event-programme__time {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--hu-posts-blue, #2454d4);
}

.hu-event-programme__kicker {
  margin: 0 0 0.28rem;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hu-ink-muted);
}

.hu-event-programme__body h3 {
  margin: 0 0 0.45rem;
}

.hu-event-programme__meta {
  display: grid;
  gap: 0.28rem;
  margin: 0;
}

.hu-event-programme__meta div {
  font-size: 0.9rem;
  line-height: 1.45;
}

.hu-event-programme__meta dt {
  display: inline;
  font-weight: 800;
  color: var(--hu-navy, #0b1f3a);
}

.hu-event-programme__meta dd {
  display: inline;
  margin: 0;
}

.hu-event-programme__talks {
  margin: 0.55rem 0 0;
  padding-left: 1.05rem;
}

.hu-event-programme__live {
  margin: 0.65rem 0 0;
  padding: 0.45rem 0.65rem;
  border-radius: 10px;
  background: rgb(36 84 212 / 0.08);
  font-size: 0.88rem;
}

.hu-event-gallery {
  padding: 0 0 clamp(2.5rem, 5vw, 3.5rem);
}

.hu-event-gallery__intro {
  max-width: 36rem;
  margin: 0 0 1.15rem;
}

.hu-event-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.hu-event-gallery__item {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background: #d7e2f1;
  aspect-ratio: 3 / 2;
}

.hu-event-gallery__item--poster {
  aspect-ratio: 3 / 4;
}

.hu-event-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.hu-event-gallery__item:hover img,
.hu-event-gallery__item:focus-visible img {
  transform: scale(1.04);
}

@media (max-width: 991.98px) {
  .hu-event-programme__slot {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .hu-event-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .hu-event-gallery__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.hu-event-detail__related {
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(4rem, 7vw, 5.5rem);
  border-top: 1px solid rgb(0 24 55 / 0.08);
  background: #f5f8fd;
}

.hu-event-detail__related-intro {
  max-width: 36rem;
  margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
}

.hu-events-hub__feed--related {
  max-width: none;
}
@media (max-width: 991.98px) {
  .hu-events-hub__feed--grid {
    grid-template-columns: 1fr;
  }

  .hu-events-card__row {
    grid-template-columns: auto 6rem minmax(0, 1fr) auto;
  }

  .hu-event-detail__layout {
    grid-template-columns: 1fr;
  }

  .hu-event-detail__aside-card {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .hu-event-detail__body {
    margin-top: -1.25rem;
  }

  .hu-events-hub__feed::before {
    display: none;
  }

  .hu-events-spotlight__panel {
    max-width: 100%;
  }

  .hu-events-spotlight__excerpt {
    display: none;
  }

  .hu-events-card__row {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      'body go'
      'media media';
    gap: 0.75rem;
  }

  .hu-events-card__rail {
    display: none;
  }

  .hu-events-card__media {
    grid-area: media;
    aspect-ratio: 16 / 9;
  }

  .hu-events-card__body {
    grid-area: body;
    padding-right: 0;
  }

  .hu-events-card__go {
    grid-area: go;
    align-self: start;
    padding-top: 0.15rem;
  }

  .hu-events-card__go-label {
    display: none;
  }

  .hu-events-card__meta span:not(:last-child)::after {
    display: none;
  }

  .hu-events-card__meta {
    flex-direction: column;
    gap: 0.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hu-events-spotlight__link,
  .hu-events-spotlight__media img,
  .hu-events-spotlight__cta i,
  .hu-events-card__row,
  .hu-events-card__media img,
  .hu-events-card__go i,
  .hu-events-card__go-label,
  .hu-event-detail__cta,
  .hu-event-detail__register,
  .hu-event-detail__back,
  .hu-event-detail__hero-media img {
    transition: none;
  }
}


/* ─── Posts hub ─── */
.hu-posts-hub {
  --hu-posts-navy: #001837;
  --hu-posts-blue: #3772ff;
  position: relative;
  isolation: isolate;
  padding: clamp(2.75rem, 5.5vw, 4.25rem) 0 clamp(4.5rem, 8vw, 6rem);
  background:
    radial-gradient(ellipse 60% 48% at 100% 0%, rgb(55 114 255 / 0.09), transparent 58%),
    radial-gradient(ellipse 42% 38% at 0% 100%, rgb(0 24 55 / 0.05), transparent 55%),
    linear-gradient(180deg, #f7f9fd 0%, #f3f6fb 100%);
}

.hu-posts-hub__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: clip;
}

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

.hu-posts-hub__glow--a {
  top: 2%;
  right: -6%;
  width: min(42vw, 24rem);
  height: min(42vw, 24rem);
  background: radial-gradient(circle, rgb(55 114 255 / 0.16) 0%, transparent 68%);
}

.hu-posts-hub__glow--b {
  bottom: 8%;
  left: -10%;
  width: min(34vw, 20rem);
  height: min(34vw, 20rem);
  background: radial-gradient(circle, rgb(0 24 55 / 0.07) 0%, transparent 70%);
}

.hu-posts-hub__grid {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgb(0 24 55 / 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgb(0 24 55 / 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 20%, transparent 75%);
}

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

.hu-posts-hub__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.15rem;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.hu-posts-hub__intro-copy {
  max-width: 38rem;
}

.hu-posts-hub__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 0.75rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hu-posts-blue);
}

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

.hu-posts-hub__title {
  display: flex;
  flex-direction: column;
  margin: 0 0 0.55rem;
  font-size: clamp(1.75rem, 3.2vw, 2.45rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--hu-posts-navy);
  text-wrap: balance;
}

.hu-posts-hub__title-lead,
.hu-posts-hub__title-accent {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.hu-posts-hub__title-lead {
  font-weight: 800;
  color: var(--hu-posts-navy);
}

.hu-posts-hub__title-accent {
  font-style: italic;
  font-weight: 800;
  color: var(--hu-posts-blue);
}

.hu-posts-hub__lead {
  margin: 0;
  max-width: 34rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--hu-ink-muted);
}

.hu-posts-hub__filters {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem;
  width: auto;
  max-width: 100%;
  padding: 0.28rem;
  border-radius: 999px;
  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 10px 28px rgb(0 24 55 / 0.06);
  backdrop-filter: blur(12px);
}

.hu-posts-hub__filter {
  position: relative;
  z-index: 1;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0.48rem 0.8rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--hu-ink-label);
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.hu-posts-hub__filter.is-active,
.hu-posts-hub__filter:hover,
.hu-posts-hub__filter:focus-visible {
  color: var(--hu-posts-navy);
  outline: none;
}

.hu-posts-hub__filter-pill {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  border-radius: 999px;
  background: rgb(55 114 255 / 0.12);
  box-shadow: inset 0 0 0 1px rgb(55 114 255 / 0.08);
  pointer-events: none;
  opacity: 0;
}

.hu-posts-hub__featured {
  margin-bottom: clamp(1.5rem, 3vw, 2.15rem);
}

.hu-posts-hub__more-head {
  max-width: 34rem;
  margin-bottom: clamp(1rem, 2vw, 1.35rem);
}

.hu-posts-hub__more-title {
  display: flex;
  flex-direction: column;
  margin: 0 0 0.45rem;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.hu-posts-hub__feed {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.hu-posts-hub__filter-empty,
.hu-posts-hub__empty {
  margin: 1rem 0 0;
  padding: 1.15rem 1.25rem;
  border-radius: 14px;
  border: 1px dashed rgb(0 24 55 / 0.12);
  background: rgb(255 255 255 / 0.55);
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--hu-ink-muted);
}

.hu-posts-hub__disclaimer {
  margin: clamp(2rem, 4vw, 2.75rem) 0 0;
  max-width: 40rem;
  font-size: 0.86rem;
  line-height: 1.6;
  color: var(--hu-ink-label);
}

.hu-posts-hub__item-hidden {
  display: none !important;
}

/* Spotlight */
.hu-posts-spotlight__link {
  position: relative;
  display: block;
  min-height: clamp(16.5rem, 32vw, 21rem);
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.12) inset,
    0 22px 52px rgb(0 24 55 / 0.16);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}

.hu-posts-spotlight__link:hover,
.hu-posts-spotlight__link:focus-visible {
  transform: translateY(-5px);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.14) inset,
    0 40px 84px rgb(55 114 255 / 0.24);
  outline: none;
}

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

.hu-posts-spotlight__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.hu-posts-spotlight__link:hover .hu-posts-spotlight__media img,
.hu-posts-spotlight__link:focus-visible .hu-posts-spotlight__media img {
  transform: scale(1.14);
}

.hu-posts-spotlight__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgb(0 24 55 / 0.92) 0%, rgb(0 24 55 / 0.58) 40%, rgb(0 24 55 / 0.18) 70%, rgb(0 24 55 / 0.48) 100%),
    linear-gradient(0deg, rgb(0 24 55 / 0.94) 0%, transparent 52%);
  pointer-events: none;
}

.hu-posts-spotlight__shine {
  position: absolute;
  inset: -20% auto -20% -30%;
  width: 42%;
  background: linear-gradient(100deg, transparent, rgb(255 255 255 / 0.1), transparent);
  transform: skewX(-18deg);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.7s ease;
}

.hu-posts-spotlight__link:hover .hu-posts-spotlight__shine,
.hu-posts-spotlight__link:focus-visible .hu-posts-spotlight__shine {
  opacity: 1;
  transform: skewX(-18deg) translateX(180%);
}

.hu-posts-spotlight__play {
  position: absolute;
  top: 50%;
  left: 58%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.94);
  color: var(--hu-posts-navy);
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 28px rgb(0 24 55 / 0.22);
  transition: transform 0.35s ease, background 0.35s ease;
}

.hu-posts-spotlight__play i {
  margin-left: 0.15rem;
  font-size: 1rem;
}

.hu-posts-spotlight__link:hover .hu-posts-spotlight__play {
  transform: translate(-50%, -50%) scale(1.06);
  background: #fff;
}

.hu-posts-spotlight__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: inherit;
  padding: clamp(1.15rem, 2.8vw, 1.75rem);
  max-width: min(42rem, 92%);
}

.hu-posts-spotlight__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.95rem;
}

.hu-posts-spotlight__featured {
  padding: 0.34rem 0.7rem;
  border-radius: 999px;
  background: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hu-posts-navy);
}

.hu-posts-spotlight__format {
  padding: 0.34rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #3772ff, #2454d4);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hu-posts-spotlight__date {
  padding: 0.34rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.18);
  background: rgb(255 255 255 / 0.1);
  font-size: 0.74rem;
  font-weight: 600;
  color: rgb(255 255 255 / 0.9);
  backdrop-filter: blur(8px);
}

.hu-posts-spotlight__title {
  display: block;
  margin-bottom: 0.45rem;
  font-size: clamp(1.35rem, 2.8vw, 1.95rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.hu-posts-spotlight__excerpt {
  display: block;
  margin-bottom: 0.75rem;
  max-width: 36rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgb(255 255 255 / 0.8);
}

.hu-posts-spotlight__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
}

.hu-posts-spotlight__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.38rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.14);
  background: rgb(255 255 255 / 0.1);
  font-size: 0.74rem;
  font-weight: 600;
  color: rgb(255 255 255 / 0.92);
  backdrop-filter: blur(8px);
}

.hu-posts-spotlight__chip i {
  color: #8eb4ff;
}

.hu-posts-spotlight__chip strong {
  font-size: 0.95rem;
  font-weight: 800;
}

.hu-posts-spotlight__chip em {
  font-style: normal;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8eb4ff;
}

.hu-posts-spotlight__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  padding: 0.65rem 1.05rem;
  border-radius: 999px;
  background: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--hu-posts-navy);
  box-shadow: 0 10px 24px rgb(0 24 55 / 0.16);
  transition: gap 0.25s ease, background 0.25s ease;
}

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

.hu-posts-spotlight__link:hover .hu-posts-spotlight__cta,
.hu-posts-spotlight__link:focus-visible .hu-posts-spotlight__cta {
  background: #f0f5ff;
}

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

/* Grid cards */
.hu-posts-card {
  height: 100%;
}

.hu-posts-card__link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(155deg, rgb(255 255 255 / 0.99) 0%, rgb(247 250 255 / 0.92) 100%);
  border: 1px solid rgb(255 255 255 / 0.95);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.95) inset,
    0 12px 28px rgb(0 24 55 / 0.05);
  text-decoration: none;
  color: inherit;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.hu-posts-card__link::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgb(255 255 255 / 0.95), rgb(55 114 255 / 0.16));
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.5;
  transition: opacity 0.35s ease;
}

.hu-posts-card__link:hover,
.hu-posts-card__link:focus-visible {
  transform: translateY(-4px);
  border-color: rgb(55 114 255 / 0.18);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.95) inset,
    0 26px 56px rgb(55 114 255 / 0.12);
  outline: none;
}

.hu-posts-card__link:hover::after,
.hu-posts-card__link:focus-visible::after {
  opacity: 0.95;
}

.hu-posts-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0b1d38;
}

.hu-posts-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.hu-posts-card__media-shade {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(0deg, rgb(0 24 55 / 0.28), transparent);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.hu-posts-card__link:hover .hu-posts-card__media img,
.hu-posts-card__link:focus-visible .hu-posts-card__media img {
  transform: scale(1.06);
}

.hu-posts-card__link:hover .hu-posts-card__media-shade,
.hu-posts-card__link:focus-visible .hu-posts-card__media-shade {
  opacity: 1;
}

.hu-posts-card__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0 24 55 / 0.18);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hu-posts-card__play i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.95);
  color: var(--hu-posts-navy);
  font-size: 0.82rem;
  padding-left: 0.1rem;
  box-shadow: 0 10px 24px rgb(0 24 55 / 0.2);
}

.hu-posts-card__link:hover .hu-posts-card__play,
.hu-posts-card__link:focus-visible .hu-posts-card__play {
  opacity: 1;
}

.hu-posts-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.4rem;
  padding: 0.85rem 0.9rem 0.95rem;
}

.hu-posts-card__format {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
  padding: 0.32rem 0.65rem 0.32rem 0.45rem;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}

.hu-posts-card__format i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 7px;
  font-size: 0.72rem;
}

.hu-posts-card__format--guide {
  color: #0b5cab;
  background: linear-gradient(135deg, rgb(55 114 255 / 0.12), rgb(55 114 255 / 0.05));
  border-color: rgb(55 114 255 / 0.16);
}

.hu-posts-card__format--guide i {
  background: rgb(55 114 255 / 0.16);
  color: #3772ff;
}

.hu-posts-card__format--review {
  color: #123a5c;
  background: linear-gradient(135deg, rgb(0 24 55 / 0.08), rgb(0 24 55 / 0.03));
  border-color: rgb(0 24 55 / 0.12);
}

.hu-posts-card__format--review i {
  background: rgb(0 24 55 / 0.1);
  color: #001837;
}

.hu-posts-card__format--faq {
  color: #8a5a12;
  background: linear-gradient(135deg, rgb(212 160 58 / 0.16), rgb(212 160 58 / 0.06));
  border-color: rgb(212 160 58 / 0.22);
}

.hu-posts-card__format--faq i {
  background: rgb(212 160 58 / 0.2);
  color: #b07a18;
}

.hu-posts-card__format--article {
  color: #1a4d6d;
  background: linear-gradient(135deg, rgb(26 120 160 / 0.12), rgb(26 120 160 / 0.04));
  border-color: rgb(26 120 160 / 0.16);
}

.hu-posts-card__format--article i {
  background: rgb(26 120 160 / 0.14);
  color: #1a7898;
}

.hu-posts-card__format--video,
.hu-posts-card__format--article_video {
  color: #8b2e2e;
  background: linear-gradient(135deg, rgb(196 72 72 / 0.12), rgb(196 72 72 / 0.04));
  border-color: rgb(196 72 72 / 0.16);
}

.hu-posts-card__format--video i,
.hu-posts-card__format--article_video i {
  background: rgb(196 72 72 / 0.14);
  color: #c44848;
}

.hu-posts-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--hu-ink-label);
}

.hu-posts-card__meta time {
  font-variant-numeric: tabular-nums;
}

.hu-posts-card__dot {
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  background: rgb(0 24 55 / 0.2);
}

.hu-posts-card__time {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--hu-ink-muted);
}

.hu-posts-card__time i {
  font-size: 0.78rem;
  color: rgb(55 114 255 / 0.75);
}

.hu-posts-card__time-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--hu-ink-label);
}

.hu-posts-card__time strong {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--hu-posts-navy);
  font-variant-numeric: tabular-nums;
}

.hu-posts-card__title {
  font-size: clamp(0.92rem, 1.3vw, 1.02rem);
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: -0.025em;
  color: var(--hu-posts-navy);
}

.hu-posts-card__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  flex: 1;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--hu-ink-muted);
}

.hu-posts-card__more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.15rem;
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--hu-posts-blue);
}

.hu-posts-card__more i {
  font-size: 0.72rem;
  transition: transform 0.25s ease;
}

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

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

  .hu-posts-spotlight__play {
    left: 72%;
    top: 38%;
  }
}

@media (max-width: 575.98px) {
  .hu-posts-card__time-label {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hu-posts-spotlight__link,
  .hu-posts-spotlight__media img,
  .hu-posts-spotlight__cta,
  .hu-posts-spotlight__cta i,
  .hu-posts-spotlight__shine,
  .hu-posts-spotlight__play,
  .hu-posts-card__link,
  .hu-posts-card__media img,
  .hu-posts-card__more i,
  .hu-posts-card__play,
  .hu-posts-card__media-shade,
  .hu-posts-hub__filter {
    transition: none;
  }
}
/* ─── Home upcoming events ─── */
.hu-home-events {
  --hu-ev-navy: #001837;
  --hu-ev-blue: #3772ff;
  position: relative;
  isolation: isolate;
  padding: clamp(2.75rem, 5.5vw, 4rem) 0 clamp(3.5rem, 6vw, 5rem);
  background:
    radial-gradient(ellipse 55% 45% at 0% 0%, rgb(55 114 255 / 0.07), transparent 58%),
    radial-gradient(ellipse 40% 35% at 100% 100%, rgb(0 24 55 / 0.04), transparent 55%),
    #f5f8fd;
}

.hu-home-events__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: clip;
}

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

.hu-home-events__orb--a {
  top: 8%;
  left: -6%;
  width: min(30vw, 18rem);
  height: min(30vw, 18rem);
  background: radial-gradient(circle, rgb(55 114 255 / 0.14) 0%, transparent 68%);
}

.hu-home-events__orb--b {
  bottom: 10%;
  right: -5%;
  width: min(26vw, 15rem);
  height: min(26vw, 15rem);
  background: radial-gradient(circle, rgb(0 24 55 / 0.06) 0%, transparent 70%);
}

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

.hu-home-events__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem 1.5rem;
  align-items: end;
  margin-bottom: clamp(1.35rem, 3vw, 1.85rem);
}

.hu-home-events__head-copy {
  max-width: 36rem;
}

.hu-home-events__head .hu-events-hub__intro,
.hu-home-events__head .hu-events-hub__lead {
  margin-bottom: 0;
}

.hu-home-events__head .hu-events-hub__title {
  margin-bottom: 0.55rem;
}

.hu-home-events__all {
  justify-self: end;
  align-self: end;
  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-ev-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 24 55 / 0.08);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

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

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

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

.hu-home-events .hu-events-hub__block {
  margin-bottom: 0;
}

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

  .hu-home-events__all {
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hu-home-events__all,
  .hu-home-events__all i {
    transition: none;
  }
}

/* ─── Post detail (editorial + Framer motion) ─── */
.hu-pd {
  --hu-pd-ink: #001837;
  --hu-pd-body: #36424f;
  --hu-pd-muted: #6b7f93;
  --hu-pd-label: #3772ff;
  --hu-pd-navy: #001837;
  --hu-pd-line: rgb(0 24 55 / 0.1);
  --hu-pd-soft: #f3f6fb;
  --hu-pd-blue: #3772ff;
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(ellipse 50% 40% at 100% 0%, rgb(55 114 255 / 0.06), transparent 55%),
    radial-gradient(ellipse 40% 35% at 0% 80%, rgb(0 24 55 / 0.04), transparent 50%),
    #fff;
  color: var(--hu-pd-body);
  overflow: visible;
}

.hu-pd__progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1600;
  height: 3px;
  width: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #001837, #3772ff 55%, #6b9bff);
  box-shadow: 0 0 12px rgb(55 114 255 / 0.35);
}

.hu-pd__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: clip;
  z-index: 0;
}

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

.hu-pd__orb--a {
  top: 8%;
  right: -8%;
  width: min(42vw, 24rem);
  height: min(42vw, 24rem);
  background: radial-gradient(circle, rgb(55 114 255 / 0.16) 0%, transparent 68%);
}

.hu-pd__orb--b {
  bottom: 18%;
  left: -10%;
  width: min(34vw, 20rem);
  height: min(34vw, 20rem);
  background: radial-gradient(circle, rgb(0 24 55 / 0.07) 0%, transparent 70%);
}

.hu-pd__grid {
  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% 30%, #000 20%, transparent 75%);
}

.hu-pd-toc-mobile {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: min(1280px, calc(100% - 2.5rem));
  margin: 1.35rem auto 0;
  padding: 0.82rem 1.1rem;
  border: 1px solid rgb(255 255 255 / 0.9);
  border-radius: 14px;
  background: linear-gradient(155deg, rgb(255 255 255 / 0.96), rgb(248 251 255 / 0.9));
  box-shadow: 0 14px 36px rgb(0 24 55 / 0.06);
  font-size: 0.875rem;
  font-weight: 750;
  color: var(--hu-pd-ink);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hu-pd-toc-mobile:hover,
.hu-pd-toc-mobile:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgb(0 24 55 / 0.09);
  outline: none;
}

.hu-pd-toc-mobile i {
  color: var(--hu-pd-blue);
  transition: transform 0.25s ease;
}

.hu-pd-toc-mobile[aria-expanded="true"] i {
  transform: rotate(180deg);
}

@media (min-width: 1080px) {
  .hu-pd-toc-mobile {
    display: none;
  }
}

.hu-pd-toc-mobile[aria-expanded="true"] + .hu-pd-layout .hu-pd-toc {
  display: flex;
  flex-direction: column;
  position: static;
  margin-bottom: 0.5rem;
  max-height: min(70vh, 28rem);
  overflow: hidden;
}

.hu-pd-toc-mobile[aria-expanded="true"] + .hu-pd-layout .hu-pd-toc__nav {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.hu-pd-layout {
  position: relative;
  z-index: 1;
  width: min(1480px, calc(100% - 2.75rem));
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(3.5rem, 7vw, 5.5rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 1080px) {
  .hu-pd-layout {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 2.5rem 3rem;
    align-items: start;
  }
}

@media (min-width: 1240px) {
  .hu-pd-layout {
    grid-template-columns: 200px minmax(0, 1fr) 240px;
    gap: 2.5rem 3.25rem;
  }
}

.hu-pd-toc-slot {
  display: contents;
}

.hu-pd-toc {
  display: none;
}

@media (min-width: 1080px) {
  .hu-pd-toc-slot {
    display: block;
    width: 200px;
    position: relative;
    /* Stretch to full grid row so sticky TOC can travel with the article. */
    align-self: stretch;
    min-height: 100%;
  }

  .hu-pd-toc {
    display: flex;
    flex-direction: column;
    width: 200px;
    position: sticky;
    top: 6.25rem;
    z-index: 40;
    max-height: calc(100vh - 7rem);
    overflow: hidden;
    padding: 1rem 0.85rem 1rem;
    border-radius: 20px;
    border: 1px solid rgb(255 255 255 / 0.95);
    background: linear-gradient(160deg, rgb(255 255 255 / 0.96) 0%, rgb(247 250 255 / 0.9) 100%);
    box-shadow:
      0 1px 0 rgb(255 255 255 / 0.95) inset,
      0 22px 48px rgb(0 24 55 / 0.07);
    backdrop-filter: blur(10px);
  }

  .hu-pd-toc__label {
    flex-shrink: 0;
  }

  .hu-pd-toc__nav {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 0.15rem;
    margin-right: -0.15rem;
    scrollbar-width: thin;
    scrollbar-color: rgb(0 24 55 / 0.28) transparent;
  }

  .hu-pd-toc__nav::-webkit-scrollbar {
    width: 4px;
  }

  .hu-pd-toc__nav::-webkit-scrollbar-thumb {
    border-radius: 99px;
    background: rgb(0 24 55 / 0.28);
  }

  .hu-pd-toc__read,
  .hu-pd-toc__cta {
    flex-shrink: 0;
  }
}

.hu-pd-toc__label {
  margin: 0 0 0.85rem;
  padding: 0 0.35rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hu-pd-muted);
}

.hu-pd-toc__nav {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hu-pd-toc__pill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2.2rem;
  border-radius: 10px;
  background: rgb(55 114 255 / 0.1);
  border-left: 2px solid var(--hu-pd-navy);
  pointer-events: none;
  opacity: 0;
  z-index: 0;
}

.hu-pd-toc a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0.4rem 0.65rem;
  border-radius: 10px;
  border-left: 2px solid transparent;
  font-size: 0.78rem;
  line-height: 1.3;
  color: var(--hu-pd-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.hu-pd-toc a.is-active,
.hu-pd-toc a:hover,
.hu-pd-toc a:focus-visible {
  color: var(--hu-pd-ink);
  font-weight: 700;
  outline: none;
}

.hu-pd-toc__read {
  margin-top: 1.5rem;
  padding: 1.1rem 0.35rem 0;
  border-top: 1px solid var(--hu-pd-line);
}

.hu-pd-toc__read-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.45rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hu-pd-muted);
}

.hu-pd-toc__read-row strong {
  color: var(--hu-pd-ink);
  font-variant-numeric: tabular-nums;
}

.hu-pd-toc__bar {
  height: 4px;
  border-radius: 99px;
  background: rgb(0 24 55 / 0.08);
  overflow: hidden;
}

.hu-pd-toc__bar > span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #001837, #3772ff);
}

.hu-pd-toc__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1.25rem;
  padding: 0.78rem 1rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #3772ff, #2454d4);
  color: #fff !important;
  font-size: 0.88rem;
  font-weight: 750;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 14px 28px rgb(55 114 255 / 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

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

.hu-pd-article {
  min-width: 0;
  max-width: 46rem;
  justify-self: stretch;
}

@media (min-width: 1240px) {
  .hu-pd-article {
    max-width: none;
  }
}

.hu-pd-tips {
  display: none;
}

@media (min-width: 1240px) {
  .hu-pd-tips {
    display: block;
    position: sticky;
    top: 6.5rem;
    align-self: start;
    max-height: calc(100vh - 7.5rem);
    overflow: auto;
  }
}

.hu-pd-tips__inner {
  padding-top: 0.1rem;
}

.hu-pd-tips__label {
  margin: 0 0 0.7rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hu-pd-muted);
}

.hu-pd-tips__live {
  min-height: 5.5rem;
}

.hu-pd-tips__live.is-updating .hu-pd-note {
  opacity: 0.55;
  transition: opacity 0.12s ease;
}

.hu-pd-tips__live .hu-pd-note {
  transition: opacity 0.18s ease;
}

.hu-pd-tips__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
  padding: 0.7rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgb(0 24 55 / 0.1);
  background: #fff;
  color: var(--hu-pd-ink);
  font-size: 0.84rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hu-pd-tips__cta:hover,
.hu-pd-tips__cta:focus-visible {
  border-color: var(--hu-pd-navy);
  color: var(--hu-pd-navy);
  transform: translateY(-1px);
  outline: none;
}

.hu-pd-note {
  border-radius: 14px;
  padding: 0.95rem 1rem;
  font-size: 0.8rem;
  background:
    linear-gradient(160deg, rgb(255 255 255 / 0.96) 0%, rgb(243 246 251 / 0.92) 100%);
  border: 1px solid rgb(55 114 255 / 0.14);
  box-shadow: 0 12px 28px rgb(0 24 55 / 0.05);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.hu-pd-note__label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.45rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hu-pd-muted);
}

.hu-pd-note__label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  background: currentColor;
}

.hu-pd-note--definition .hu-pd-note__label {
  color: var(--hu-pd-muted);
}

.hu-pd-note--numbers .hu-pd-note__label {
  color: var(--hu-pd-navy);
}

.hu-pd-note--remember {
  background: #eef7f4;
  border-color: rgb(27 107 90 / 0.18);
  border-left: 2px solid #1b6b5a;
}

.hu-pd-note--remember .hu-pd-note__label {
  color: #1b6b5a;
}

.hu-pd-note--warning {
  background: #fef5ee;
  border-color: rgb(176 95 58 / 0.22);
}

.hu-pd-note--warning .hu-pd-note__label {
  color: #b05f3a;
}

.hu-pd-note--warning .hu-pd-note__label::before {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  content: "\f071";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 0.55rem;
  line-height: 1;
}

.hu-pd-note__body {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.65;
  color: #4a5568;
  text-wrap: pretty;
}

.hu-pd-note--remember .hu-pd-note__body {
  color: #2c5f52;
}

.hu-pd-note--warning .hu-pd-note__body {
  color: #5d3a1a;
}

.hu-pd-note__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
  margin-bottom: 0.45rem;
}

.hu-pd-note__stat strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--hu-pd-navy);
}

.hu-pd-note__stat span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.68rem;
  line-height: 1.4;
  color: #4a5568;
}

.hu-pd-content.hu-rich-content,
.hu-pd-content {
  max-width: none;
  font-size: 1.06rem;
  line-height: 1.85;
  color: var(--hu-pd-body);
}

.hu-pd-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hu-pd-label);
}

.hu-pd-kicker__line {
  width: 1.5rem;
  height: 2px;
  border-radius: 99px;
  background: var(--hu-pd-blue);
}

.hu-pd-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
}

.hu-pd-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgb(0 24 55 / 0.08);
  background: rgb(243 246 251 / 0.85);
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--hu-pd-navy);
}

.hu-pd-chip i {
  color: var(--hu-pd-blue);
  font-size: 0.8rem;
}

.hu-pd-lead__intro {
  margin: 0 0 1.25rem;
  padding: 0 0 0 1rem;
  border-left: 2px solid var(--hu-pd-blue);
}

.hu-pd-lead__intro p {
  margin: 0;
  max-width: 38rem;
  font-size: clamp(1.08rem, 1.7vw, 1.24rem);
  font-weight: 550;
  line-height: 1.55;
  letter-spacing: -0.015em;
  color: var(--hu-pd-body);
  text-wrap: pretty;
}

.hu-pd-lead__meta {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin: 0 0 1.5rem;
  padding-top: 0.15rem;
}

.hu-pd-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.45rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--hu-pd-muted);
}

.hu-pd-byline__copy strong {
  color: var(--hu-pd-ink);
  font-weight: 750;
}

.hu-pd-byline__sep {
  color: rgb(0 24 55 / 0.28);
}

.hu-pd-byline__meta {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--hu-pd-muted);
}

.hu-pd-byline__meta time {
  color: var(--hu-pd-muted);
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.hu-pd-cover {
  margin: 0;
  padding: 0;
}

.hu-pd-cover__frame {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: var(--hu-pd-soft);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.7) inset,
    0 28px 60px rgb(0 24 55 / 0.12);
}

.hu-pd-cover__frame img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transform: scale(1.04);
}

.hu-pd-cover__frame picture {
  display: block;
}

.hu-pd-cover__caption {
  margin: 0.65rem 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--hu-pd-muted);
}

.hu-pd-hr {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: clamp(2rem, 4vw, 2.75rem) 0;
}

.hu-pd-hr::before,
.hu-pd-hr::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--hu-pd-line), transparent);
  transform-origin: center;
}

.hu-pd-hr i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgb(55 114 255 / 0.55);
  box-shadow: 0 0 0 4px rgb(55 114 255 / 0.1);
}

.hu-pd-body {
  scroll-margin-top: 6.5rem;
}

.hu-pd-content h2,
.hu-pd-content h3 {
  scroll-margin-top: 6.5rem;
  color: var(--hu-pd-ink);
  letter-spacing: -0.025em;
}

.hu-pd-content h2 {
  margin-top: 2.15rem;
  margin-bottom: 0.85rem;
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  font-weight: 800;
  line-height: 1.2;
}

.hu-pd-content .hu-cites,
.hu-rich-content .hu-cites {
  font-size: 0.72em;
  line-height: 0;
  margin-left: 0.12em;
  white-space: nowrap;
}

.hu-pd-content .hu-cite,
.hu-rich-content .hu-cite {
  color: var(--hu-pd-navy, #001837);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgb(55 114 255 / 0.35);
  padding: 0 0.05em;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.hu-pd-content .hu-cite:hover,
.hu-pd-content .hu-cite:focus-visible,
.hu-rich-content .hu-cite:hover,
.hu-rich-content .hu-cite:focus-visible {
  color: #2454d4;
  border-bottom-color: #2454d4;
  outline: none;
}

.hu-pd-content ol > li[id^="ref-"],
.hu-rich-content ol > li[id^="ref-"],
.hu-rich-sources__list > li[id^="ref-"],
.hu-rich-sources__item[id^="ref-"] {
  scroll-margin-top: 6.5rem;
}

.hu-pd-content ol > li[id^="ref-"]:target,
.hu-rich-content ol > li[id^="ref-"]:target,
.hu-rich-sources__list > li[id^="ref-"]:target,
.hu-rich-sources__item[id^="ref-"]:target {
  background: rgb(55 114 255 / 0.06);
  outline: 1px solid rgb(55 114 255 / 0.16);
  border-radius: 10px;
}

/* ── Kaynakça / References ── */
.hu-pd-content .hu-rich-sources,
.hu-rich-sources {
  margin: 2rem 0 1.35rem;
  padding: 1.1rem 0 0;
  border-top: 1px solid var(--hu-pd-line, rgb(0 24 55 / 0.1));
  background: transparent;
  border-left: 0;
}

.hu-rich-sources__head {
  margin: 0 0 0.85rem;
}

.hu-rich-sources__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.55rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hu-pd-label, #3772ff);
}

.hu-rich-sources__kicker-line {
  width: 1.35rem;
  height: 2px;
  border-radius: 99px;
  background: var(--hu-pd-blue, #3772ff);
}

.hu-pd-content .hu-rich-sources__title,
.hu-rich-sources__title {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: var(--hu-pd-ink, #001837);
}

.hu-rich-sources__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  counter-reset: none;
}

.hu-pd-content .hu-rich-sources ol,
.hu-rich-content .hu-rich-sources ol,
.hu-pd-content .hu-rich-sources__list,
.hu-rich-content .hu-rich-sources__list {
  margin: 0;
  padding: 0;
}

.hu-pd-content .hu-rich-sources li,
.hu-rich-content .hu-rich-sources li {
  margin: 0;
}

.hu-rich-sources__item {
  display: grid;
  grid-template-columns: 1.55rem minmax(0, 1fr);
  gap: 0.55rem;
  align-items: start;
  margin: 0;
  padding: 0.42rem 0.35rem;
  border-radius: 8px;
  transition: background 0.15s ease;
}

.hu-rich-sources__item + .hu-rich-sources__item {
  border-top: 1px solid rgb(0 24 55 / 0.05);
}

.hu-rich-sources__item:hover {
  background: rgb(55 114 255 / 0.035);
}

.hu-rich-sources__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.45rem;
  height: 1.45rem;
  margin-top: 0.08rem;
  border-radius: 6px;
  border: 1px solid rgb(0 24 55 / 0.1);
  background: var(--hu-pd-soft, #f3f6fb);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--hu-pd-navy, #001837);
  font-variant-numeric: tabular-nums;
}

.hu-rich-sources__body {
  min-width: 0;
}

.hu-pd-content .hu-rich-sources p,
.hu-rich-content .hu-rich-sources p,
.hu-rich-sources p {
  margin: 0;
}

.hu-rich-sources__cite {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.48;
  color: var(--hu-pd-body, #36424f);
  text-decoration: none;
  text-wrap: pretty;
}

a.hu-rich-sources__cite {
  color: var(--hu-pd-body, #36424f);
  transition: color 0.15s ease;
}

a.hu-rich-sources__cite:hover,
a.hu-rich-sources__cite:focus-visible {
  color: var(--hu-pd-blue, #3772ff);
  outline: none;
}

.hu-rich-sources__doi {
  display: inline;
  margin-left: 0.15em;
  font-size: 0.86em;
  font-weight: 650;
  letter-spacing: 0.01em;
  color: var(--hu-pd-blue, #3772ff);
  text-decoration: none;
  border-bottom: 1px solid rgb(55 114 255 / 0.28);
  white-space: nowrap;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.hu-rich-sources__doi:hover,
.hu-rich-sources__doi:focus-visible {
  color: #2454d4;
  border-bottom-color: #2454d4;
  outline: none;
}

@media (max-width: 575.98px) {
  .hu-rich-sources__item {
    grid-template-columns: 1.45rem minmax(0, 1fr);
    gap: 0.45rem;
    padding: 0.38rem 0.2rem;
  }

  .hu-rich-sources__cite {
    font-size: 0.86rem;
    line-height: 1.45;
  }
}

.hu-pd-content h3 {
  margin-top: 1.35rem;
  margin-bottom: 0.45rem;
  font-size: 1.08rem;
  font-weight: 750;
  color: var(--hu-ink, #001837);
  letter-spacing: -0.01em;
}

.hu-pd-content h3 a {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
}

.hu-pd-content .hu-rich-method-link {
  margin: 0.15rem 0 0.85rem;
}

.hu-pd-content .hu-rich-method-link a {
  color: var(--hu-btn-blue, #3772ff);
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
}

.hu-pd-content .hu-rich-method-link a:hover,
.hu-pd-content .hu-rich-method-link a:focus-visible {
  text-decoration: underline;
}

.hu-rich-compare,
.hu-rich-methods,
.hu-rich-flow,
.hu-rich-ladder,
.hu-rich-alert-split {
  margin: 1.25rem 0 1.6rem;
}

.hu-rich-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.hu-rich-compare__col,
.hu-rich-methods__item,
.hu-rich-alert-split__col {
  border: 1px solid rgb(0 24 55 / 0.08);
  border-radius: 14px;
  background: #fff;
  padding: 1rem 1.05rem 1.05rem;
}

.hu-rich-compare__label,
.hu-rich-methods__title,
.hu-rich-alert-split__label,
.hu-rich-flow__note,
.hu-rich-ladder__note,
.hu-rich-methods__note {
  margin: 0 0 0.45rem;
  color: var(--hu-ink, #001837);
  font-weight: 750;
  font-size: 0.98rem;
}

.hu-rich-compare__text,
.hu-rich-methods__text,
.hu-rich-methods__note,
.hu-rich-flow__note,
.hu-rich-ladder__note {
  margin: 0;
  color: var(--hu-ink-body, rgb(0 24 55 / 0.74));
  font-size: 0.94rem;
  line-height: 1.55;
}

.hu-rich-methods {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.hu-rich-methods__note {
  grid-column: 1 / -1;
  margin-top: 0.35rem;
  font-weight: 550;
}

.hu-rich-flow__list,
.hu-rich-ladder__list,
.hu-rich-alert-split ul {
  margin: 0;
  padding-left: 1.15rem;
}

.hu-rich-flow__list li,
.hu-rich-ladder__list li,
.hu-rich-alert-split li {
  margin: 0.35rem 0;
  color: var(--hu-ink-body, rgb(0 24 55 / 0.74));
  line-height: 1.5;
}

.hu-rich-ladder__list {
  list-style: none;
  padding-left: 0;
  border: 1px solid rgb(0 24 55 / 0.08);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.hu-rich-ladder__list li {
  display: grid;
  gap: 0.15rem;
  margin: 0;
  padding: 0.9rem 1.05rem;
  border-top: 1px solid rgb(0 24 55 / 0.06);
}

.hu-rich-ladder__list li:first-child {
  border-top: 0;
}

.hu-rich-ladder__list strong {
  color: var(--hu-ink, #001837);
}

.hu-rich-alert-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.hu-rich-alert-split__col[data-tone="ok"] {
  border-color: rgb(26 155 176 / 0.28);
}

.hu-rich-alert-split__col[data-tone="urgent"] {
  border-color: rgb(139 41 66 / 0.28);
}

.hu-pd-related__card--text {
  display: flex;
  align-items: stretch;
  min-height: 7.5rem;
  padding: 1.1rem 1.15rem;
  background: #fff;
  border: 1px solid rgb(0 24 55 / 0.08);
  border-radius: 16px;
}

.hu-pd-related__card--text .hu-pd-related__meta {
  width: 100%;
}

@media (max-width: 900px) {
  .hu-rich-compare,
  .hu-rich-methods,
  .hu-rich-alert-split {
    grid-template-columns: 1fr;
  }
}

.hu-pd-content > *:first-child {
  margin-top: 0;
}

.hu-pd-content .hu-rich-table-wrap,
.hu-rich-table-wrap {
  margin: 1.35rem 0 1.6rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 14px;
  border: 1px solid rgb(0 24 55 / 0.08);
  background: #fff;
  box-shadow: 0 10px 28px rgb(0 24 55 / 0.04);
}

.hu-pd-content .hu-rich-figure,
.hu-rich-figure {
  margin: 1.65rem 0 1.85rem;
  padding: 0;
}

.hu-rich-figure picture,
.hu-rich-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  background: var(--hu-pd-soft, #f4f7fc);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.75) inset,
    0 22px 48px rgb(0 24 55 / 0.1);
}

.hu-rich-figure img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.hu-rich-figure--contain picture {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: var(--hu-pd-soft, #f4f7fc);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.75) inset,
    0 22px 48px rgb(0 24 55 / 0.1);
}

.hu-rich-figure--contain picture img {
  aspect-ratio: auto;
  object-fit: contain;
  max-width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

@media (max-width: 767.98px) {
  .hu-rich-figure--contain picture {
    max-width: 100%;
  }

  .hu-rich-figure--contain picture img {
    width: 100%;
    max-width: 100%;
  }
}

.hu-rich-figure figcaption {
  margin: 0.7rem 0.15rem 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--hu-pd-muted, rgb(0 24 55 / 0.62));
  letter-spacing: -0.01em;
}

.hu-rich-figure--pending .hu-rich-figure__placeholder,
.ta-breadcrumb.hu-crumb-hero-media--pending .hu-crumb-hero-media__placeholder {
  display: block;
  width: 100%;
  border-radius: 18px;
  background: linear-gradient(135deg, #e8eef5 0%, #dce6f0 55%, #d3dee9 100%);
  box-shadow: none;
}

.hu-rich-figure--pending .hu-rich-figure__placeholder {
  /* aspect-ratio set inline from asset mapping */
}

.ta-breadcrumb.hu-crumb-hero-media--pending {
  background: #062645;
}

.ta-breadcrumb.hu-crumb-hero-media--pending .hu-crumb-hero-media__placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgb(6 38 69 / 0.96) 0%, rgb(6 38 69 / 0.88) 42%, rgb(18 52 84 / 0.75) 100%);
}

@media (max-width: 767.98px) {
  .ta-breadcrumb.hu-crumb-hero-media--pending .hu-crumb-hero-media__placeholder {
    position: relative;
    order: 2;
    aspect-ratio: 16 / 10;
    min-height: 10rem;
  }
}

.hu-pd-content .hu-rich-table,
.hu-rich-table {
  width: 100%;
  min-width: 28rem;
  border-collapse: collapse;
  font-size: 0.92rem;
  line-height: 1.45;
}

.hu-rich-table th,
.hu-rich-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgb(0 24 55 / 0.07);
}

.hu-rich-table thead th {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--hu-pd-label, #3772ff);
  background: rgb(247 250 255 / 0.95);
  white-space: nowrap;
}

.hu-rich-table tbody tr:last-child td {
  border-bottom: 0;
}

.hu-rich-table tbody tr:nth-child(even) td {
  background: rgb(247 250 255 / 0.45);
}

.hu-pd-content .hu-rich-callout,
.hu-pd-content aside.hu-rich-callout {
  margin: 1.5rem 0;
  padding: 1.15rem 1.2rem;
  border-radius: 16px;
  border-left-width: 3px;
  box-shadow: 0 12px 28px rgb(0 24 55 / 0.04);
}

/* ── Rich FAQ accordion ── */
.hu-pd-content .hu-rich-faq,
.hu-rich-faq {
  --hu-faq-ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  --hu-faq-dur: 0.22s;
  margin: 2rem 0 2.25rem;
  padding: 0.15rem 0.1rem 0.35rem;
  border-radius: 18px;
  border: 1px solid rgb(0 24 55 / 0.08);
  background: #fff;
  box-shadow: 0 12px 32px rgb(0 24 55 / 0.04);
  overflow: clip;
}

.hu-pd-content .hu-rich-faq__heading,
.hu-rich-faq__heading {
  margin: 1.15rem 1.2rem 0.15rem;
  font-size: clamp(1.2rem, 2.1vw, 1.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--hu-pd-ink, #001837);
}

.hu-rich-faq__list {
  display: flex;
  flex-direction: column;
  margin: 0.1rem 0.55rem 0.55rem;
}

.hu-rich-faq__item {
  border-bottom: 1px solid rgb(0 24 55 / 0.07);
}

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

.hu-rich-faq__trigger {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  margin: 0;
  padding: 1rem 0.55rem;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: inherit;
  border-radius: 10px;
  transition: background 0.15s ease;
}

.hu-rich-faq__trigger:hover {
  background: rgb(55 114 255 / 0.04);
}

.hu-rich-faq__trigger:focus-visible {
  outline: none;
  background: rgb(55 114 255 / 0.06);
  box-shadow: 0 0 0 2px rgb(55 114 255 / 0.28);
}

.hu-rich-faq__q {
  font-size: 1.01rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--hu-pd-ink, #001837);
  text-wrap: balance;
}

.hu-rich-faq__toggle {
  position: relative;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hu-rich-faq__trigger:hover .hu-rich-faq__toggle {
  transform: none;
}

.hu-rich-faq__item.is-open .hu-rich-faq__toggle {
  transform: none;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hu-rich-faq__toggle-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.7rem;
  height: 1.5px;
  border-radius: 99px;
  background: var(--hu-pd-muted, #6b7f93);
  transform: translate(-50%, -50%);
  transition: background 0.15s ease, opacity 0.15s ease, transform 0.15s ease;
}

.hu-rich-faq__toggle-bar:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}

.hu-rich-faq__item.is-open .hu-rich-faq__toggle-bar,
.hu-rich-faq__trigger:hover .hu-rich-faq__toggle-bar {
  background: var(--hu-pd-blue, #3772ff);
}

.hu-rich-faq__item.is-open .hu-rich-faq__toggle-bar:last-child {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0.4);
}

.hu-rich-faq__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--hu-faq-dur) var(--hu-faq-ease);
}

.hu-rich-faq__item.is-open .hu-rich-faq__panel {
  grid-template-rows: 1fr;
}

.hu-rich-faq__a {
  overflow: hidden;
  min-height: 0;
}

.hu-rich-faq__a p {
  margin: 0;
  padding: 0 0.55rem 1rem;
  max-width: 40rem;
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--hu-pd-muted, #6b7f93);
}

.hu-rich-faq__a p + p {
  margin-top: 0.55rem;
}

/* Legacy Cardia FAQ markup inside post detail — same visual language */
.hu-pd-content .ta-faq-item-wrap.hu-rich-faq,
.hu-pd-content .ta-faq-item-wrap {
  --hu-faq-ease: cubic-bezier(0.25, 0.1, 0.25, 1);
  margin: 2rem 0 2.25rem;
  padding: 0.25rem 0.45rem 0.45rem;
  border-radius: 18px;
  border: 1px solid rgb(0 24 55 / 0.08);
  background: #fff;
  box-shadow: 0 12px 32px rgb(0 24 55 / 0.04);
}

.hu-pd-content .hu-rich-faq .faq-item,
.hu-pd-content .ta-faq-item-wrap .faq-item {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgb(0 24 55 / 0.07);
  background: transparent;
  box-shadow: none;
  transition: none;
}

.hu-pd-content .hu-rich-faq .faq-item:last-child,
.hu-pd-content .ta-faq-item-wrap .faq-item:last-child {
  border-bottom: 0;
}

.hu-pd-content .hu-rich-faq .faq-item:hover,
.hu-pd-content .ta-faq-item-wrap .faq-item:hover {
  transform: none;
  box-shadow: none;
}

.hu-pd-content .hu-rich-faq .faq-item .heading,
.hu-pd-content .ta-faq-item-wrap .faq-item .heading {
  gap: 0.85rem;
  padding: 1rem 0.55rem;
  border-radius: 10px;
  transition: background 0.15s ease;
}

.hu-pd-content .hu-rich-faq .faq-item .heading:hover,
.hu-pd-content .ta-faq-item-wrap .faq-item .heading:hover {
  background: rgb(55 114 255 / 0.04);
}

.hu-pd-content .hu-rich-faq .faq-item .heading .header-sm,
.hu-pd-content .ta-faq-item-wrap .faq-item .heading .header-sm {
  margin: 0;
  font-size: 1.01rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--hu-pd-ink);
}

.hu-pd-content .hu-rich-faq .faq-item .heading i,
.hu-pd-content .ta-faq-item-wrap .faq-item .heading i {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: var(--hu-pd-muted);
  font-size: 0.8rem;
  box-shadow: none !important;
  transition: transform 0.2s var(--hu-faq-ease), color 0.15s ease;
}

.hu-pd-content .hu-rich-faq .faq-item.active .heading i,
.hu-pd-content .ta-faq-item-wrap .faq-item.active .heading i {
  transform: rotate(180deg);
  border: 0;
  background: transparent !important;
  color: var(--hu-pd-blue);
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 0;
}

.hu-pd-content .hu-rich-faq .faq-item .content,
.hu-pd-content .ta-faq-item-wrap .faq-item .content {
  padding: 0 0.55rem 1rem !important;
}

.hu-pd-content .hu-rich-faq .faq-item .content .text,
.hu-pd-content .ta-faq-item-wrap .faq-item .content .text {
  margin: 0;
  max-width: 40rem;
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--hu-pd-muted);
}

@media (max-width: 575.98px) {
  .hu-pd-content .hu-rich-faq,
  .hu-rich-faq,
  .hu-pd-content .ta-faq-item-wrap {
    border-radius: 16px;
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }

  .hu-rich-faq__trigger,
  .hu-pd-content .hu-rich-faq .faq-item .heading,
  .hu-pd-content .ta-faq-item-wrap .faq-item .heading {
    padding-inline: 0.45rem;
  }

  .hu-rich-faq__q,
  .hu-pd-content .hu-rich-faq .faq-item .heading .header-sm {
    font-size: 0.96rem;
  }
}

.hu-pd-disclaimer {
  margin: 1.85rem 0 0;
  padding-top: 1.2rem;
  border-top: 1px solid var(--hu-pd-line);
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--hu-pd-muted);
}

.hu-pd-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.75rem;
}

.hu-pd-tags a {
  display: inline-flex;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  background: rgb(55 114 255 / 0.08);
  font-size: 0.8rem;
  font-weight: 750;
  color: var(--hu-pd-blue);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hu-pd-tags a:hover,
.hu-pd-tags a:focus-visible {
  background: rgb(55 114 255 / 0.16);
  color: var(--hu-pd-navy);
  transform: translateY(-1px);
  outline: none;
}

.hu-pd-related__head {
  margin-bottom: 1.35rem;
}

.hu-pd-related__title {
  margin: 0;
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--hu-pd-ink);
}

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

.hu-pd-related__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgb(0 24 55 / 0.06);
  box-shadow: 0 14px 36px rgb(0 24 55 / 0.05);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.hu-pd-related__card:hover,
.hu-pd-related__card:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 28px 56px rgb(0 24 55 / 0.12);
  outline: none;
}

.hu-pd-related__media {
  display: block;
  overflow: hidden;
  background: var(--hu-pd-soft);
}

.hu-pd-related__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.hu-pd-related__card:hover .hu-pd-related__media img,
.hu-pd-related__card:focus-visible .hu-pd-related__media img {
  transform: scale(1.05);
}

.hu-pd-related__meta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1rem 1.05rem 1.15rem;
}

.hu-pd-related__eyebrow {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--hu-pd-muted);
}

.hu-pd-related__eyebrow em {
  font-style: normal;
  color: var(--hu-pd-blue);
}

.hu-pd-related__name {
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--hu-pd-ink);
  text-wrap: balance;
}

.hu-pd-related__more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.25rem;
  font-size: 0.86rem;
  font-weight: 750;
  color: var(--hu-pd-blue);
}

.hu-pd-related__more i {
  font-size: 0.7rem;
  transition: transform 0.25s ease;
}

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

@media (max-width: 991.98px) {
  .hu-pd-related__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hu-pd-toc-mobile,
  .hu-pd-toc__cta,
  .hu-pd-tags a,
  .hu-pd-related__card,
  .hu-pd-related__media img,
  .hu-pd-related__more i,
  .hu-rich-faq__trigger,
  .hu-rich-faq__toggle,
  .hu-rich-faq__toggle-bar,
  .hu-rich-faq__panel,
  .hu-pd-content .hu-rich-faq .faq-item .heading,
  .hu-pd-content .hu-rich-faq .faq-item .heading i,
  .hu-pd-content .ta-faq-item-wrap .faq-item .heading,
  .hu-pd-content .ta-faq-item-wrap .faq-item .heading i {
    transition: none;
  }
}
