body {
  container-type: inline-size;
}
.ha-shell {
  --ha-px: 0.05208333cqw;
  --ha-content-max: 87rem;
  --ha-sage: #e7eee8;
  --ha-paper: #fafbfc;
  --ha-x: #d9d9d9;
  min-height: 100svh;
  overflow: clip;
  color: var(--ha-sage);
  background: #fff;
}
.ha-skip {
  position: fixed;
  z-index: 20;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 0.9rem;
  color: #201122;
  background: var(--ha-paper);
  transform: translateY(-180%);
}
.ha-skip:focus { transform: translateY(0); }
.ha-hero {
  position: relative;
  z-index: 0;
  isolation: isolate;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background: #0c0a08;
  will-change: transform;
}
.ha-hero + .ha-section {
  position: relative;
  z-index: 1;
}
.ha-hero__photo {
  position: absolute;
  z-index: -4;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.ha-layered-hero { will-change: transform; }
.ha-hero__film {
  position: absolute;
  z-index: -3;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.ha-hero__topfade {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  left: 0;
  height: 26.25%;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.ha-hero__glow {
  position: absolute;
  z-index: -1;
  top: 96.97917%;
  left: 52.39583%;
  width: 43.75%;
  height: 15.52083%;
  border-radius: 50%;
  background: var(--color-gold);
  filter: blur(calc(69.65 * var(--ha-px)));
}
.ha-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(100 * var(--ha-px));
  padding:
    calc(22 * var(--ha-px))
    calc(41 * var(--ha-px))
    calc(23 * var(--ha-px))
    calc(40 * var(--ha-px));
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background-color 280ms ease, border-color 280ms ease;
}
.ha-header--light {
  background: #fff;
  border-bottom-color: var(--hb-rule, #e5e7eb);
}
.ha-header--scrolled {
  background: rgba(12, 10, 8, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom-color: rgba(250, 251, 252, 0.12);
}
.ha-header--light .ha-brand,
.ha-header--light .ha-nav a,
.ha-header--light .ha-login,
.ha-header--light .ha-platform__trigger {
  color: var(--hb-ink, #1a1a1a);
}
.ha-brand {
  display: inline-flex;
  align-items: center;
  width: calc(145 * var(--ha-px));
  height: calc(32 * var(--ha-px));
  color: var(--ha-paper);
  text-decoration: none;
}
.ha-brand img {
  display: block;
  width: 100%;
  height: auto;
  outline: none;
}
.ha-chev-nav {
  width: calc(24 * var(--ha-px));
  height: calc(24 * var(--ha-px));
  transition: transform 200ms ease;
}
.ha-chev-nav--open { transform: rotate(180deg); }
.ha-login__icon {
  width: calc(24 * var(--ha-px));
  height: calc(24 * var(--ha-px));
  flex: none;
}
.ha-chev-cta {
  width: calc(28.68 * var(--ha-px));
  height: calc(28.68 * var(--ha-px));
}
.ha-cta-hero {
  position: relative;
  overflow: hidden;
  background-color: var(--color-gold) !important;
  transition: filter 300ms cubic-bezier(0.33, 1, 0.68, 1), transform 300ms cubic-bezier(0.33, 1, 0.68, 1);
}
.ha-cta-hero:hover {
  --btn-shadow-color: #8c8986;
}
.ha-cta-hero__wipe {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 0;
  background: #fafbfc;
  transition: width 240ms cubic-bezier(0.33, 1, 0.68, 1);
}
.ha-cta-hero:hover .ha-cta-hero__wipe { width: 100%; }
.ha-cta-hero__label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  white-space: nowrap;
  transition: color 200ms ease;
}
.ha-cta-hero:hover .ha-cta-hero__label { color: #1a1a1a; }
.ha-cta-hero--onlight .ha-cta-hero__wipe { background: #1a1a1a; }
.ha-cta-hero--onlight:hover { --btn-shadow-color: #000; }
.ha-cta-hero--onlight:hover .ha-cta-hero__label { color: #fff; }
.ha-nav {
  display: flex;
  align-items: center;
}
.ha-nav a,
.ha-login,
.ha-platform__trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: calc(14 * var(--ha-px));
  padding: calc(12 * var(--ha-px)) calc(24 * var(--ha-px));
  color: var(--ha-paper);
  font-size: calc(20 * var(--ha-px));
  font-weight: 500;
  line-height: 1.54303;
  text-decoration: none;
  transition: color 200ms ease;
}
.ha-platform__trigger {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.ha-nav > a::after,
.ha-login::after,
.ha-platform__trigger::after {
  content: "";
  position: absolute;
  left: calc(24 * var(--ha-px));
  right: calc(24 * var(--ha-px));
  bottom: calc(8 * var(--ha-px));
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}
.ha-nav > a:hover::after,
.ha-login:hover::after,
.ha-platform__trigger:hover::after {
  transform: scaleX(1);
}
.ha-nav > a:hover,
.ha-login:hover,
.ha-platform__trigger:hover {
  color: #fff;
}
.ha-header--light .ha-nav > a:hover,
.ha-header--light .ha-login:hover,
.ha-header--light .ha-platform__trigger:hover {
  color: var(--hb-ink, #1a1a1a);
}
.ha-platform { position: relative; }
.ha-platform__panel {
  position: absolute;
  top: 100%;
  left: calc(-24 * var(--ha-px));
  z-index: 1;
  padding-top: calc(23 * var(--ha-px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px) scale(0.985);
  transform-origin: top left;
  transition:
    opacity 160ms cubic-bezier(0.2, 0, 0, 1),
    transform 180ms cubic-bezier(0.2, 0, 0, 1),
    visibility 0s linear 180ms;
  will-change: opacity, transform;
}
.ha-platform__panel.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition-delay: 0s;
}
@media (prefers-reduced-motion: reduce) {
  .ha-platform__panel {
    transform: none;
    transition: none;
  }
}
.ha-platform__panel-inner {
  display: flex;
  align-items: stretch;
  width: max-content;
  background: rgba(12, 10, 8, 0.94);
  backdrop-filter: blur(20px) saturate(1.15);
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
  border: 1px solid rgba(250, 251, 252, 0.12);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18), 0 6px 16px rgba(0, 0, 0, 0.12);
}
.ha-header--light .ha-platform__panel-inner {
  background: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-color: rgba(26, 26, 26, 0.12);
  box-shadow: 0 1px 2px rgba(28, 40, 64, 0.08), 0 4px 12px rgba(28, 40, 64, 0.06);
}
.ha-platform__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 15rem));
  gap: 0.75rem 1.5rem;
  margin: 0;
  padding: 2rem 1.75rem;
  list-style: none;
}
.ha-platform__grid--single {
  grid-template-columns: minmax(0, 22rem);
}
.ha-platform__grid a {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.625rem 0.5rem;
  color: inherit;
  text-decoration: none;
}
.ha-platform__icon-wrap {
  position: relative;
  display: grid;
  flex: none;
  box-sizing: border-box;
  width: 2.5rem;
  height: 2.5rem;
  padding: 3px;
  place-items: center;
}
.ha-platform__icon-wrap::before,
.ha-platform__icon-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  pointer-events: none;
}
.ha-platform__icon-wrap::before {
  border: 1px solid rgba(250, 251, 252, 0.32);
}
.ha-platform__icon-wrap::after {
  border: 1px solid var(--ha-paper);
  -webkit-mask-image: linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 7px 7px;
  -webkit-mask-position: top left, top right, bottom left, bottom right;
  mask-image: linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000);
  mask-repeat: no-repeat;
  mask-size: 7px 7px;
  mask-position: top left, top right, bottom left, bottom right;
}
.ha-header--light .ha-platform__icon-wrap::before { border-color: var(--hb-rule, #e5e7eb); }
.ha-header--light .ha-platform__icon-wrap::after { border-color: var(--color-gold); }
.ha-platform__icon {
  position: relative;
  z-index: 1;
  width: 1.3rem;
  height: 1.3rem;
  color: var(--ha-paper);
}
.ha-header--light .ha-platform__icon { color: var(--hb-ink, #1a1a1a); }
.ha-platform__grid a:hover .ha-platform__icon-wrap,
.ha-platform__grid a:focus-visible .ha-platform__icon-wrap {
  background: var(--color-gold);
  background-clip: content-box;
  border-radius: 6px;
  box-shadow: 0 0 0 4px rgba(147, 197, 253, 0.12);
  transition: background 160ms ease, box-shadow 160ms ease;
}
.ha-header--light .ha-platform__grid a:hover .ha-platform__icon-wrap,
.ha-header--light .ha-platform__grid a:focus-visible .ha-platform__icon-wrap {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-gold) 14%, #fff);
}
.ha-platform__grid a:hover .ha-platform__icon-wrap .ha-platform__icon,
.ha-platform__grid a:focus-visible .ha-platform__icon-wrap .ha-platform__icon {
  color: var(--ha-paper);
}
.ha-platform__grid a:hover .ha-platform__icon-wrap::before,
.ha-platform__grid a:hover .ha-platform__icon-wrap::after,
.ha-platform__grid a:focus-visible .ha-platform__icon-wrap::before,
.ha-platform__grid a:focus-visible .ha-platform__icon-wrap::after {
  opacity: 0;
}
.ha-platform__grid b {
  position: relative;
  display: inline-block;
  color: var(--ha-paper);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.25;
}
.ha-platform__grid b::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.16em;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.ha-platform__grid a:hover b::after,
.ha-platform__grid a:focus-visible b::after { transform: scaleX(1); }
.ha-platform__grid a:focus-visible { outline: none; }
.ha-header--light .ha-platform__grid b { color: var(--hb-ink, #1a1a1a); }
.ha-platform__grid small {
  display: block;
  margin-top: 0.05rem;
  color: rgba(250, 251, 252, 0.6);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.35;
}
.ha-header--light .ha-platform__grid small { color: rgba(26, 26, 26, 0.6); }
.ha-platform__rail {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  margin: 0;
  padding: 1.25rem 1rem;
  border-left: 1px solid rgba(250, 251, 252, 0.12);
  list-style: none;
}
.ha-header--light .ha-platform__rail { border-left-color: var(--hb-rule, #e5e7eb); }
.ha-platform__rail a {
  display: block;
  padding: 0.5rem 0.75rem;
  color: var(--ha-paper);
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
  transition: opacity 140ms ease;
}
.ha-header--light .ha-platform__rail a { color: var(--hb-ink, #1a1a1a); }
.ha-platform__rail a:hover { opacity: 0.6; }
.ha-actions {
  display: flex;
  align-items: center;
  gap: calc(60 * var(--ha-px));
}
@media (min-width: 1101px) {
  .ha-cta-nav {
    height: calc(55 * var(--ha-px));
    gap: calc(20 * var(--ha-px));
    padding-inline: calc(24 * var(--ha-px));
  }
  .ha-cta-nav .ha-cta-hero__label {
    font-size: calc(20 * var(--ha-px));
  }
}
.ha-hamburger {
  display: none;
  position: relative;
  width: 2rem;
  height: 2rem;
  flex: none;
  padding: 0;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
}
.ha-hamburger span {
  position: absolute;
  left: 0.25rem;
  width: 1.5rem;
  height: 0.125rem;
  background: currentColor;
  transition: transform 320ms var(--ha-ease), opacity 200ms var(--ha-ease), top 320ms var(--ha-ease);
}
.ha-hamburger span:nth-child(1) { top: 0.6875rem; }
.ha-hamburger span:nth-child(2) { top: 0.9375rem; }
.ha-hamburger span:nth-child(3) { top: 1.1875rem; }
.ha-hamburger.is-open span:nth-child(1) { top: 0.9375rem; transform: rotate(45deg); }
.ha-hamburger.is-open span:nth-child(2) { opacity: 0; }
.ha-hamburger.is-open span:nth-child(3) { top: 0.9375rem; transform: rotate(-45deg); }
.ha-mobile-menu { display: none; }
@media (max-width: 1100px) {
  .ha-hamburger { display: block; }
  .ha-mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0;
    z-index: 40;
    padding: 6rem 1.5rem 2.5rem;
    background: #1a1a1a;
    color: var(--ha-paper);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 320ms var(--ha-ease), transform 320ms var(--ha-ease), visibility 0s linear 320ms;
  }
  .ha-mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: opacity 320ms var(--ha-ease), transform 320ms var(--ha-ease), visibility 0s linear 0s;
  }
  .ha-mobile-menu__nav {
    display: flex;
    flex-direction: column;
  }
  .ha-mobile-menu__item {
    display: block;
    padding: 1.125rem 0;
    border-bottom: 1px solid rgba(250, 251, 252, 0.14);
    color: var(--ha-paper);
    font-size: 1.25rem;
    font-weight: 500;
    text-decoration: none;
  }
  .ha-mobile-menu__group {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(250, 251, 252, 0.14);
  }
  .ha-mobile-menu__group-label {
    margin: 0 0 0.35rem;
    color: var(--color-gold);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .ha-mobile-menu__platform-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .ha-mobile-menu__platform-list a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 0;
    color: var(--ha-paper);
    text-decoration: none;
  }
  .ha-mobile-menu__platform-list svg {
    width: 1.25rem;
    height: 1.25rem;
    flex: none;
    color: var(--color-gold);
  }
  .ha-mobile-menu__platform-list b {
    display: block;
    font-size: 1rem;
    font-weight: 600;
  }
  .ha-mobile-menu__platform-list small {
    display: block;
    margin-top: 0.125rem;
    color: rgba(250, 251, 252, 0.6);
    font-size: 0.8125rem;
    font-weight: 400;
  }
  .ha-mobile-menu__divider {
    height: 1px;
    margin: 1.5rem 0;
    background: rgba(250, 251, 252, 0.14);
  }
  .ha-mobile-menu__footer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: auto;
    padding-top: 1.5rem;
  }
  .ha-mobile-menu__login {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    height: 3rem;
    color: var(--ha-paper);
    font-size: 1.0625rem;
    font-weight: 500;
    text-decoration: none;
  }
  .ha-mobile-menu__login svg { width: 1.25rem; height: 1.25rem; }
  .ha-mobile-menu__cta { width: 100%; }
}
.ha-hero__copy {
  position: absolute;
  z-index: 2;
  top: 17.39583%;
  left: 8.33333%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(50 * var(--ha-px));
  width: 33.38542%;
}
.ha-hero__cta-wrap {
  margin-top: calc(50 * var(--ha-px));
}
.ha-hero h1 {
  align-self: stretch;
  margin: 0;
  color: var(--ha-sage);
  font-size: calc(100 * var(--ha-px));
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.92;
}
.ha-hero h1 em { color: var(--color-gold); font-style: normal; }
.ha-lede {
  width: calc(595 * var(--ha-px));
  height: calc(104 * var(--ha-px));
  margin: 0;
  color: var(--ha-sage);
  font-size: calc(20 * var(--ha-px));
  font-weight: 500;
  line-height: 1.54303;
}
.ha-hero__boundary {
  display: flex;
  flex-direction: column;
  width: calc(252 * var(--ha-px));
  margin: calc(-20 * var(--ha-px)) 0 0;
  padding: 0 0 0 calc(10 * var(--ha-px));
  border-left: 1px solid var(--ha-x);
  list-style: none;
}
.ha-hero__boundary li {
  display: flex;
  align-items: center;
  gap: calc(10 * var(--ha-px));
  height: calc(25 * var(--ha-px));
  color: var(--ha-sage);
  font-size: calc(16 * var(--ha-px));
  font-weight: 500;
  line-height: 1.54303;
  white-space: nowrap;
}
.ha-x {
  position: relative;
  flex: none;
  width: calc(7.78 * var(--ha-px));
  height: calc(7.78 * var(--ha-px));
}
.ha-x::before,
.ha-x::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(2 * var(--ha-px));
  height: calc(9 * var(--ha-px));
  background: var(--ha-x);
}
.ha-x::before { transform: translate(-50%, -50%) rotate(45deg); }
.ha-x::after { transform: translate(-50%, -50%) rotate(135deg); }
.ha-hero__evidence {
  position: absolute;
  z-index: 2;
  right: 8.33333%;
  bottom: calc(82.60417% - (708.401 * var(--ha-px)));
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 30.3125%;
  text-align: right;
}
.ha-hero__evidence p {
  display: flex;
  align-items: center;
  align-self: flex-start;
  gap: calc(13 * var(--ha-px));
  margin: 0 0 calc(6 * var(--ha-px));
  white-space: nowrap;
  color: var(--ha-sage);
  font-size: calc(16 * var(--ha-px));
  font-weight: 800;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
}
.ha-hero__evidence p i {
  flex: none;
  width: calc(7.071 * var(--ha-px));
  height: calc(7.071 * var(--ha-px));
  border-radius: 1.5px;
  background: var(--color-gold);
}
.ha-hero__evidence-metric {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: stretch;
}
.ha-hero__evidence.is-expanded .ha-hero__evidence-metric {
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
  align-self: stretch;
  gap: calc(18 * var(--ha-px));
}
.ha-hero__evidence-metric strong {
  display: block;
  color: var(--ha-paper);
  font-size: calc(240 * var(--ha-px));
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.06em;
  line-height: normal;
}
.ha-hero__evidence.is-expanded .ha-hero__evidence-metric strong {
  font-size: calc(122 * var(--ha-px));
}
.ha-hero__evidence-metric > span {
  display: block;
  height: calc(42 * var(--ha-px));
  margin-top: calc(-33 * var(--ha-px));
  color: var(--ha-sage);
  font-size: calc(20 * var(--ha-px));
  font-weight: 500;
  line-height: 1.54303;
}
.ha-hero__evidence.is-expanded .ha-hero__evidence-metric > span {
  align-self: auto;
  height: auto;
  margin-top: 0;
  font-size: calc(37.7 * var(--ha-px));
}
.ha-hero__evidence-expand {
  display: grid;
  grid-template-rows: 0fr;
  align-self: stretch;
  width: 100%;
  transition: grid-template-rows 650ms var(--ha-ease, ease);
}
.ha-hero__evidence-expand.is-open {
  grid-template-rows: 1fr;
}
.ha-hero__evidence-expand__inner {
  overflow: hidden;
  min-height: 0;
}
.ha-hero__evidence-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: calc(89 * var(--ha-px));
  row-gap: calc(31 * var(--ha-px));
  width: 100%;
  margin-top: calc(35 * var(--ha-px));
  padding-bottom: calc(48 * var(--ha-px));
  text-align: left;
}
.ha-hero__evidence-cell {
  display: flex;
  align-items: stretch;
  gap: calc(13 * var(--ha-px));
}
.ha-hero__evidence-cell i {
  flex: none;
  width: calc(3 * var(--ha-px));
  background: var(--ha-x);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 600ms var(--ha-ease, ease);
}
.ha-hero__evidence-grid.is-grown .ha-hero__evidence-cell i {
  transform: scaleY(1);
}
.ha-hero__evidence-cell > div {
  display: flex;
  flex-direction: column;
  gap: calc(3 * var(--ha-px));
  opacity: 0;
}
.ha-hero__evidence-grid.is-labeled .ha-hero__evidence-cell > div {
  opacity: 1;
}
.ha-hero__evidence-cell b {
  color: var(--ha-sage);
  font-size: calc(16 * var(--ha-px));
  font-weight: 800;
  text-transform: uppercase;
}
.ha-hero__evidence-cell span {
  color: var(--ha-sage);
  font-size: calc(16 * var(--ha-px));
  font-weight: 500;
  line-height: 1.54303;
}
.ha-hero__evidence-next {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: calc(72 * var(--ha-px));
  background: rgba(0, 0, 0, 0.8);
  text-align: left;
  opacity: 0;
  transform: translateY(calc(10 * var(--ha-px)));
  transition: opacity 500ms var(--ha-ease, ease), transform 500ms var(--ha-ease, ease);
}
.ha-hero__evidence-next.is-in {
  opacity: 1;
  transform: none;
}
.ha-hero__evidence-next__icon {
  position: relative;
  flex: none;
  width: calc(63 * var(--ha-px));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ha-hero__evidence-next__icon svg {
  width: calc(20 * var(--ha-px));
  height: calc(20 * var(--ha-px));
  color: var(--ha-paper);
  transform: translateX(calc(-28 * var(--ha-px)));
  opacity: 0;
  transition: transform 600ms var(--ha-ease, ease), opacity 300ms var(--ha-ease, ease);
}
.ha-hero__evidence-next.is-armed .ha-hero__evidence-next__icon svg {
  transform: translateX(0);
  opacity: 1;
}
.ha-hero__evidence-next > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: calc(3 * var(--ha-px));
  padding: 0 calc(20 * var(--ha-px));
  opacity: 0;
  transition: opacity 450ms var(--ha-ease, ease) 250ms;
}
.ha-hero__evidence-next.is-armed > div {
  opacity: 1;
}
.ha-hero__evidence-next b {
  color: var(--ha-paper);
  font-size: calc(16 * var(--ha-px));
  font-weight: 800;
  text-transform: uppercase;
}
.ha-hero__evidence-next span {
  color: var(--ha-paper);
  font-size: calc(16 * var(--ha-px));
  font-weight: 500;
  line-height: 1.54303;
}
@media (prefers-reduced-motion: reduce) {
  .ha-hero__evidence,
  .ha-hero__evidence * {
    transition: none !important;
  }
}
@media (max-width: 1500px) and (min-width: 1101px) {
  .ha-hero__evidence {
    --ha-px: calc(0.05208333cqw * 0.82);
  }
}
@media (max-width: 1100px) {
  .ha-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    aspect-ratio: auto;
    min-height: 100svh;
    padding: calc(100 * var(--ha-px) + 3rem) 1.5rem 3.5rem;
  }
  .ha-nav { display: none; }
  .ha-header {
    height: 3.75rem;
    padding: 1.25rem;
  }
  .ha-brand {
    width: min(5.75rem, 32vw);
    height: auto;
    aspect-ratio: 145 / 32;
  }
  .ha-nav a, .ha-login {
    padding: 0.5rem 0.75rem;
    font-size: 0.9375rem;
  }
  .ha-hero__copy,
  .ha-hero__evidence {
    position: static;
    width: 100%;
    max-width: 40rem;
  }
  .ha-hero__copy { gap: 3.125rem; }
  .ha-hero__cta-wrap { margin-top: 0; }
  .ha-hero h1 { font-size: clamp(2.25rem, 12vw, 3rem); line-height: 1.0417; }
  .ha-lede { width: 100%; max-width: 37rem; height: auto; font-size: 1.25rem; line-height: 1.55; }
  .ha-hero__boundary { width: 100%; margin-top: -1.25rem; }
  .ha-hero__boundary li { height: auto; font-size: 1rem; gap: 0.4375rem; }
  .ha-x, .ha-hero__evidence p i { width: 0.5rem; height: 0.5rem; }
  .ha-x::before, .ha-x::after { width: 0.125rem; height: 0.5625rem; }
  .ha-hero__evidence {
    align-items: flex-start;
    margin-top: 3.5rem;
    text-align: left;
  }
  .ha-hero__evidence p { position: static; font-size: 0.875rem; gap: 0.5rem; white-space: normal; }
  .ha-hero__evidence-metric strong,
  .ha-hero__evidence.is-expanded .ha-hero__evidence-metric strong {
    font-size: clamp(4rem, 20vw, 9rem);
    line-height: 1;
  }
  .ha-hero__evidence-metric > span,
  .ha-hero__evidence.is-expanded .ha-hero__evidence-metric > span {
    height: auto;
    margin-top: 0.5rem;
    font-size: 1rem;
  }
  .ha-hero__evidence-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 1.25rem;
    margin-top: 1.5rem;
    padding-bottom: 1rem;
  }
  .ha-hero__evidence-cell i { width: 2px; }
  .ha-hero__evidence-cell b, .ha-hero__evidence-cell span { font-size: 0.875rem; }
  .ha-hero__evidence-next {
    height: auto;
    min-height: 4.5rem;
  }
  .ha-hero__evidence-next__icon { width: 3.5rem; }
  .ha-hero__evidence-next__icon svg { width: 1.125rem; height: 1.125rem; }
  .ha-hero__evidence-next > div { padding: 0.75rem 1rem; }
  .ha-hero__evidence-next b, .ha-hero__evidence-next span { font-size: 0.875rem; }
  .ha-cta-hero {
    height: 3.5rem;
    gap: 0.75rem;
    padding-inline: 1.5rem;
    font-size: 1rem;
  }
  .ha-hero__cta-wrap .ha-cta-hero,
  .ha-cta7 .ha-cta-hero,
  .ha-mobile-menu__cta {
    height: 73.401px;
    gap: 1.25rem;
    padding-inline: 2.5rem;
    font-size: 1.5625rem;
  }
  .ha-cta-nav, .ha-login { display: none; }
  .ha-chev-cta { width: 1.15rem; height: 1.15rem; }
  .ha-chev-nav { width: 1rem; height: 1rem; }
  .ha-login__icon { width: 1rem; height: 1rem; }
  .ha-hero__boundary { padding-left: 0.625rem; }
}
@media (prefers-reduced-motion: no-preference) {
  .ha-shell { --ha-ease: cubic-bezier(0.33, 1, 0.68, 1); }
  .ha-reveal { animation: ha-rise 720ms var(--ha-ease) both; }
  .ha-reveal--1 { animation-delay: 60ms; }
  .ha-reveal--2 { animation-delay: 150ms; }
  .ha-reveal--3 { animation-delay: 240ms; }
  .ha-reveal--4 { animation-delay: 330ms; }
  @keyframes ha-rise {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: none; }
  }
  .ha-hero__glow {
    opacity: var(--ha-glow-t, 1);
    transform: scale(calc(0.82 + 0.18 * var(--ha-glow-t, 1)));
  }
  @keyframes ha-glow-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.72; transform: scale(1.12); }
  }
  .ha-hero__glow--pulse {
    animation: ha-glow-pulse 2800ms var(--ha-ease, ease-in-out) 1 both;
  }
  .ha-hero__evidence-grid.is-labeled .ha-hero__evidence-cell > div {
    animation: ha-rise 720ms var(--ha-ease) both;
  }
  .ha-hero__evidence-grid.is-labeled .ha-hero__evidence-cell:nth-child(1) > div { animation-delay: 0ms; }
  .ha-hero__evidence-grid.is-labeled .ha-hero__evidence-cell:nth-child(2) > div { animation-delay: 160ms; }
  .ha-hero__evidence-grid.is-labeled .ha-hero__evidence-cell:nth-child(3) > div { animation-delay: 320ms; }
  .ha-hero__evidence-grid.is-labeled .ha-hero__evidence-cell:nth-child(4) > div { animation-delay: 480ms; }
}
@media (prefers-reduced-motion: no-preference) {
  .ha-reveal-scroll {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 560ms var(--ha-ease, ease), transform 560ms var(--ha-ease, ease);
  }
  .ha-reveal-scroll.is-in {
    opacity: 1;
    transform: none;
  }
  .ha-reveal-scroll--1 { transition-delay: 0ms; }
  .ha-reveal-scroll--2 { transition-delay: 60ms; }
  .ha-reveal-scroll--3 { transition-delay: 120ms; }
  .ha-reveal-scroll--4 { transition-delay: 180ms; }
  .ha-reveal-scroll--5 { transition-delay: 240ms; }
}
.ha-light {
  --hb-ink: #1a1a1a;
  --hb-rule: #e5e7eb;
  background: #fff;
  color: var(--hb-ink);
}
.ha-section {
  padding: 0 max(8.33333%, calc((100cqw - var(--ha-content-max)) / 2));
}
.ha-section + .ha-section {
  margin-top: 150px;
}
.ha-section + .ha-grammar {
  margin-top: 300px;
}
.ha-hero + .ha-section {
  padding-top: clamp(3rem, 10vw, 150px);
}
.ha-section:last-of-type {
  padding-bottom: clamp(3rem, 8vw, 6rem);
}
.ha-section-divider {
  padding: 150px max(8.33333%, calc((100cqw - var(--ha-content-max)) / 2));
}
.ha-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.ha-eyebrow b { font-weight: 800; }
.ha-eyebrow i {
  width: 0.625rem;
  height: 0.625rem;
  flex: none;
  border-radius: 2px;
  background: var(--color-gold);
}
.ha-eyebrow--rule { flex-wrap: nowrap; white-space: nowrap; }
.ha-eyebrow--rule span {
  flex: 1 1 auto;
  min-width: 1.5rem;
  height: 1px;
  margin-left: 0.5rem;
  background: var(--hb-rule);
}
.ha-section h2 {
  max-width: 40rem;
  margin: 0 0 1.5rem;
  font-size: clamp(2rem, 4.2vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.19;
}
.ha-section h2 em { color: var(--color-gold); font-style: normal; }
@media (max-width: 1100px) {
  .ha-section { padding: 0 1.5rem; }
  .ha-section h2 { font-size: 2.25rem; line-height: 1.1944; }
  .ha-lede2 { font-size: 1.25rem; line-height: 1.55; }
}
.ha-lede2 {
  max-width: 40rem;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.54;
  color: var(--hb-ink);
}
.ha-s1-head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 641px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 4rem);
  min-height: clamp(32rem, 50vw, 40rem);
}
.ha-evidence {
  position: absolute;
  right: 0;
  top: clamp(calc(14rem - 100px), calc(24vw - 100px), calc(19rem - 100px));
  width: 100%;
  max-width: 420px;
}
.ha-evidence__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--color-gold);
  opacity: 0.55;
  filter: blur(min(34vw, 140px));
  z-index: 0;
}
.ha-evidence__dots {
  position: absolute;
  inset: 8%;
  z-index: 0;
  background-image: radial-gradient(rgba(37, 99, 235, 0.6) 1px, transparent 1px);
  background-size: 10px 10px;
  -webkit-mask-image: radial-gradient(circle, #000 0%, transparent 75%);
  mask-image: radial-gradient(circle, #000 0%, transparent 75%);
}
.ha-evidence__box {
  position: relative;
  z-index: 1;
  margin-top: 18%;
  margin-left: 14%;
  padding: 4rem 3.5rem 4.5rem 3.5rem;
}
.ha-evidence__wash {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(154deg, #fff 0%, rgba(255, 255, 255, 0) 55%);
  pointer-events: none;
}
.ha-evidence__box::before,
.ha-evidence__box::after {
  content: "";
  position: absolute;
}
.ha-evidence__box::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--hb-rule) 0%, transparent 100%);
}
.ha-evidence__box::after {
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, var(--hb-rule) 0%, transparent 100%);
}
.ha-evidence__corner {
  position: absolute;
  z-index: 2;
  top: -2px;
  left: -2px;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background: var(--hb-ink);
}
.ha-evidence__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: max-content;
  max-width: 100%;
  margin: 0;
  color: var(--hb-ink);
  font-size: 1rem;
  font-weight: 800;
  white-space: nowrap;
  text-transform: uppercase;
}
.ha-evidence__eyebrow i {
  width: 0.625rem;
  height: 0.625rem;
  flex: none;
  border-radius: 2px;
  background: var(--color-gold);
}
.ha-evidence__stat { margin-top: 1.75rem; }
.ha-evidence__number {
  margin: 0;
  color: var(--hb-ink);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  font-variant-numeric: tabular-nums;
}
.ha-evidence__labels { margin-top: 0.5rem; }
.ha-evidence__labels p:first-child {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--hb-ink);
}
.ha-evidence__labels p:last-child {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #675f65;
}
.ha-evidence__labels p + p { margin-top: 0.25rem; }
@media (max-width: 1080px) {
  .ha-s1-head { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .ha-evidence {
    position: static;
    justify-self: start;
    max-width: 360px;
    margin-top: 2rem;
  }
  .ha-evidence__eyebrow {
    width: auto;
    white-space: normal;
  }
}
.ha-dash {
  margin-top: 95px;
}
.ha-dash__plot {
  position: relative;
  margin-top: 3rem;
}
.ha-dash__kpis {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 2.5rem;
  width: min(50%, 30rem);
}
.ha-kpi { margin: 0; }
.ha-kpi strong {
  display: block;
  white-space: nowrap;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.ha-kpi span {
  display: block;
  margin-top: 0.375rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.ha-dash__caption {
  margin: 1.5rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  text-align: right;
}
.ha-chart { display: block; width: 100%; height: auto; overflow: visible; }
.ha-chart text { font-family: var(--font-sans, "Manrope", sans-serif); }
.ha-chart__dot { transform-box: fill-box; transform-origin: 50% 50%; }
.ha-cards4 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 150px;
  border-top: 1px solid var(--hb-rule);
  border-right: 1px solid var(--hb-rule);
  border-bottom: 1px solid var(--hb-rule);
  border-left: 1px solid var(--hb-rule);
}
.ha-cards4.ha-cards4--dashed > * {
  border-left-style: dashed;
}
.ha-cards4::before,
.ha-cards4::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background: #1a1a1a;
}
.ha-cards4::before { top: -2px; }
.ha-cards4::after { bottom: -2px; }
.ha-cards4 > * {
  position: relative;
  padding: 2.5rem 3rem;
  border-left: 1px solid var(--hb-rule);
}
.ha-cards4 > *::before,
.ha-cards4 > *::after {
  content: "";
  position: absolute;
  left: -2px;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background: #1a1a1a;
}
.ha-cards4 > *::before { top: -2px; }
.ha-cards4 > *::after { bottom: -2px; }
.ha-cards4 > *:first-child { border-left: none; }
.ha-card--gold {
  background: var(--color-gold);
  border-left-color: transparent;
  color: var(--ita-ink-inverse, #fff);
}
.ha-card__eyebrow {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--color-gold);
}
.ha-card--gold .ha-card__eyebrow { color: var(--ita-ink-inverse, #fff); }
.ha-card__icon {
  display: block;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.75rem;
  color: var(--color-gold);
}
.ha-card--gold .ha-card__icon { color: var(--ita-ink-inverse, #fff); }
.ha-card h3 {
  margin: 0 0 1rem;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.ha-card__body {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.36;
}
.ha-card__mark {
  background: rgba(37, 99, 235, 0.5);
  color: inherit;
  font-weight: inherit;
  padding: 0.05em 0.2em;
  margin: 0 -0.2em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.ha-card__meta {
  margin: 1.5rem 0 0;
  font-size: 0.8rem;
  font-weight: 800;
}
@media (max-width: 1080px) {
  .ha-dash__kpis { position: static; width: 100%; margin-bottom: 2rem; }
  .ha-dash__plot { margin-top: 0; }
  .ha-eyebrow--rule { flex-wrap: wrap; white-space: normal; }
  .ha-eyebrow--rule span { display: none; }
  .ha-cards4 { grid-template-columns: 1fr 1fr; border-top: none; border-bottom: none; }
  .ha-cards4::before, .ha-cards4::after,
  .ha-cards4 > *::before, .ha-cards4 > *::after { display: none; }
  .ha-cards4 > * { border-left: none; border-top: 1px solid var(--hb-rule); }
  .ha-cards4 > *:nth-child(-n+2) { border-top: none; }
}
@media (max-width: 640px) {
  .ha-dash__kpis { grid-template-columns: 1fr 1fr; }
  .ha-kpi strong { font-size: 2.25rem; }
  .ha-cards4 { grid-template-columns: 1fr; }
  .ha-cards4 > *:nth-child(-n+2) { border-top: 1px solid var(--hb-rule); }
  .ha-cards4 > *:first-child { border-top: none; }
  .ha-cards4 > * { padding: 3rem; }
  .ha-card h3 { font-size: 2.25rem; line-height: 1.1944; }
  .ha-card__body { font-size: 1.25rem; line-height: 1.55; }
  .ha-card__meta { font-size: 1rem; margin-top: 1.25rem; }
}
.ha-connects {
  margin-top: clamp(4rem, 8vw, 7rem);
}
.ha-connects__label {
  margin: 0 0 3rem;
  color: rgba(26, 26, 26, 0.6);
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.ha-connects__viewport {
  position: relative;
  overflow: hidden;
}
.ha-connects__fade {
  position: absolute;
  inset: 0 auto;
  z-index: 1;
  width: 4rem;
  pointer-events: none;
}
.ha-connects__fade--left {
  left: 0;
  background: linear-gradient(90deg, #fff, transparent);
}
.ha-connects__fade--right {
  right: 0;
  background: linear-gradient(270deg, #fff, transparent);
}
.ha-connects__track {
  display: flex;
  width: max-content;
  gap: 3rem;
  padding-right: 3rem;
  animation: ha-connects-marquee 38s linear infinite;
}
@keyframes ha-connects-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.ha-connects__item {
  display: flex;
  flex: none;
  align-items: center;
  gap: 0.75rem;
  color: var(--hb-ink, #1a1a1a);
}
.ha-connects__logo { display: block; height: 2.1rem; width: auto; }
.ha-connects__wordmark {
  font-size: 1.26rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.ha-connects__wordmark--tracked { letter-spacing: 0.12em; }
.ha-connects__wordmark--blue { color: #3b6fa0; }
.ha-connects__wordmark--green { color: #5d7967; }
.ha-connects__tag {
  color: rgba(26, 26, 26, 0.6);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media (prefers-reduced-motion: reduce) {
  .ha-connects__track { animation: none; }
}
.ha-grammar__accordion {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  height: calc(576 * var(--ha-px));
  margin-top: 150px;
  border: 1px solid var(--hb-rule, #e5e7eb);
}
.ha-grammar__accordion::before,
.ha-grammar__accordion::after {
  content: "";
  position: absolute;
  left: -2px;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background: #1a1a1a;
  z-index: 2;
}
.ha-grammar__accordion::before { top: -2px; }
.ha-grammar__accordion::after { bottom: -2px; }
.ha-grammar__corner {
  position: absolute;
  right: -2px;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background: #1a1a1a;
  z-index: 2;
}
.ha-grammar__corner--tr { top: -2px; }
.ha-grammar__corner--br { bottom: -2px; }
.ha-grammar__row {
  position: relative;
  flex: 0 0 auto;
  width: calc(126.25 * var(--ha-px));
  height: 100%;
  border-right: 1px solid var(--hb-rule, #e5e7eb);
  cursor: pointer;
  transition: width 480ms var(--ha-ease, ease);
}
.ha-grammar__row:last-child { border-right: none; }
.ha-grammar__row.is-active {
  width: calc(1096 * var(--ha-px));
}
.ha-grammar__row::before,
.ha-grammar__row::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background: #1a1a1a;
  z-index: 2;
}
.ha-grammar__row::before { top: -2px; }
.ha-grammar__row::after { bottom: -2px; }
.ha-grammar__row:last-child::before,
.ha-grammar__row:last-child::after {
  display: none;
}
.ha-grammar__num {
  position: absolute;
  top: calc(48 * var(--ha-px));
  left: calc(48 * var(--ha-px));
  font-size: calc(16 * var(--ha-px));
  font-weight: 800;
  line-height: 1.366;
  color: var(--color-gold);
  z-index: 1;
}
.ha-grammar__label {
  position: absolute;
  left: calc(48 * var(--ha-px));
  bottom: calc(48 * var(--ha-px));
  transform-origin: left bottom;
  transform: rotate(-90deg);
  white-space: nowrap;
  font-size: calc(16 * var(--ha-px));
  font-weight: 500;
  text-transform: uppercase;
  color: #1a1a1a;
  opacity: 1;
  transition: opacity 200ms var(--ha-ease, ease);
}
.ha-grammar__row.is-active .ha-grammar__label {
  opacity: 0;
}
.ha-grammar__content {
  position: absolute;
  inset: 0;
  padding: calc(48 * var(--ha-px));
  padding-top: calc(104 * var(--ha-px));
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms var(--ha-ease, ease);
}
.ha-grammar__row.is-active .ha-grammar__content {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 300ms var(--ha-ease, ease) 200ms;
}
.ha-grammar__content-inner {
  display: flex;
  align-items: flex-start;
  gap: calc(144 * var(--ha-px));
  height: 100%;
}
.ha-grammar__text {
  flex: none;
  width: calc(427 * var(--ha-px));
}
.ha-grammar__text h3 {
  margin: 0 0 calc(24 * var(--ha-px));
  font-size: calc(40 * var(--ha-px));
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.19;
  color: #1a1a1a;
}
.ha-grammar__text p {
  margin: 0;
  font-size: calc(20 * var(--ha-px));
  font-weight: 500;
  line-height: 1.543;
  color: var(--ita-text-secondary, #675f65);
}
.ha-grammar__diagram {
  position: relative;
  flex: none;
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(15 * var(--ha-px));
  padding-top: calc(16 * var(--ha-px));
}
.ha-grammar__glow {
  position: absolute;
  z-index: 0;
  width: calc(480 * var(--ha-px));
  height: calc(480 * var(--ha-px));
  right: calc(-140 * var(--ha-px));
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(
    circle,
    rgba(37, 99, 235, 0.4) 0%,
    rgba(37, 99, 235, 0.16) 40%,
    rgba(37, 99, 235, 0) 72%
  );
  filter: blur(calc(30 * var(--ha-px)));
  pointer-events: none;
}
.ha-grammar__dots {
  position: absolute;
  z-index: 0;
  width: calc(480 * var(--ha-px));
  height: calc(480 * var(--ha-px));
  right: calc(-140 * var(--ha-px));
  top: 50%;
  transform: translateY(-50%);
  background-image: radial-gradient(rgba(37, 99, 235, 0.6) 1px, transparent 1px);
  background-size: 10px 10px;
  -webkit-mask-image: radial-gradient(circle, #000 0%, transparent 75%);
  mask-image: radial-gradient(circle, #000 0%, transparent 75%);
  pointer-events: none;
}
.ha-grammar__step {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(12 * var(--ha-px));
  opacity: 0;
  transform: translateY(calc(8 * var(--ha-px)));
  transition: opacity 380ms var(--ha-ease, ease), transform 380ms var(--ha-ease, ease);
}
.ha-grammar__step.is-in {
  opacity: 1;
  transform: none;
}
.ha-grammar__caption {
  margin: 0;
  font-size: calc(16 * var(--ha-px));
  font-weight: 500;
  line-height: 1.543;
  color: #000;
  text-align: center;
  white-space: nowrap;
}
.ha-grammar__pill {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: calc(4 * var(--ha-px)) calc(16 * var(--ha-px));
  border: 1px solid var(--hb-rule, #e5e7eb);
  border-radius: calc(33 * var(--ha-px));
  background: #fff;
  color: #000;
  font-size: calc(20 * var(--ha-px));
  font-weight: 500;
  line-height: 1.543;
  white-space: nowrap;
}
.ha-grammar__pill--gold {
  border-color: transparent;
  background: var(--color-gold);
  color: var(--ita-ink-inverse, #fff);
}
.ha-grammar__arrow {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(19 * var(--ha-px));
  height: calc(23 * var(--ha-px));
}
.ha-grammar__arrow-stem {
  width: 2px;
  flex: 1;
  background: #1a1a1a;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 260ms var(--ha-ease, ease);
}
.ha-grammar__arrow-head {
  width: calc(16 * var(--ha-px));
  height: calc(16 * var(--ha-px));
  margin-top: calc(-4 * var(--ha-px));
  color: #1a1a1a;
  opacity: 0;
  transition: opacity 220ms var(--ha-ease, ease) 220ms;
}
.ha-grammar__arrow.is-in .ha-grammar__arrow-stem { transform: scaleY(1); }
.ha-grammar__arrow.is-in .ha-grammar__arrow-head { opacity: 1; }
.ha-grammar__arrow-icon {
  width: calc(16 * var(--ha-px));
  height: calc(16 * var(--ha-px));
  color: #1a1a1a;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 280ms var(--ha-ease, ease), transform 280ms var(--ha-ease, ease);
}
.ha-grammar__arrow.is-in .ha-grammar__arrow-icon { opacity: 1; transform: translateY(0); }
.ha-grammar__dashed {
  position: relative;
  z-index: 1;
  width: calc(333 * var(--ha-px));
  max-width: 100%;
  height: 3px;
  background-image: repeating-linear-gradient(90deg, #1a1a1a 0, #1a1a1a 6px, transparent 6px, transparent 12px);
  opacity: 0;
  transition: opacity 320ms var(--ha-ease, ease);
}
.ha-grammar__dashed.is-in { opacity: 1; }
.ha-grammar__bracket-slot,
.ha-grammar__bracket-wrap {
  display: block;
  width: calc(100 * var(--ha-px));
  height: calc(32 * var(--ha-px));
}
.ha-grammar__bracket-wrap {
  opacity: 0;
  transition: opacity 300ms var(--ha-ease, ease);
}
.ha-grammar__bracket-wrap.is-in { opacity: 1; }
.ha-grammar__bracket { display: block; width: 100%; height: 100%; }
.ha-grammar__forkrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: calc(12 * var(--ha-px));
}
@media (max-width: 1100px) {
  .ha-grammar__accordion {
    flex-direction: column;
    height: auto;
    margin-top: 4rem;
  }
  .ha-grammar__accordion::before,
  .ha-grammar__accordion::after,
  .ha-grammar__row::before,
  .ha-grammar__row::after,
  .ha-grammar__corner {
    display: none;
  }
  .ha-grammar__row {
    width: 100% !important;
    height: auto;
    border-right: none;
    border-bottom: 1px solid var(--hb-rule, #e5e7eb);
  }
  .ha-grammar__row:last-child { border-bottom: none; }
  .ha-grammar__num {
    position: static;
    display: block;
    padding: 1.25rem 1.5rem 0;
    font-size: 0.875rem;
  }
  .ha-grammar__label {
    position: static;
    transform: none;
    display: block;
    padding: 0.75rem 1.5rem 1.25rem;
    font-size: 0.8125rem;
  }
  .ha-grammar__row.is-active .ha-grammar__label { display: none; }
  .ha-grammar__content {
    position: static;
    padding: 0 1.5rem;
    opacity: 1;
    pointer-events: auto;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 450ms var(--ha-ease, ease);
  }
  .ha-grammar__row.is-active .ha-grammar__content {
    grid-template-rows: 1fr;
    padding-bottom: 1.75rem;
    transition: grid-template-rows 450ms var(--ha-ease, ease);
  }
  .ha-grammar__content-inner {
    overflow: hidden;
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    height: auto;
  }
  .ha-grammar__text { width: auto; max-width: 32rem; }
  .ha-grammar__text h3 { font-size: clamp(1.5rem, 6vw, 2rem); }
  .ha-grammar__text p { font-size: 1.0625rem; }
  .ha-grammar__diagram { padding-top: 0; }
  .ha-grammar__glow,
  .ha-grammar__dots { display: none; }
  .ha-grammar__text h3 { margin-bottom: 0.875rem; }
  .ha-grammar__diagram { gap: 0.875rem; }
  .ha-grammar__step { gap: 0.5rem; transform: translateY(0.5rem); }
  .ha-grammar__caption { font-size: 0.8125rem; }
  .ha-grammar__pill {
    padding: 0.375rem 1rem;
    border-radius: 999px;
    font-size: 0.9375rem;
  }
  .ha-grammar__arrow { width: 1.25rem; height: 1.5rem; }
  .ha-grammar__arrow-head { width: 1rem; height: 1rem; margin-top: -0.25rem; }
  .ha-grammar__arrow-icon { width: 1rem; height: 1rem; }
  .ha-grammar__dashed { width: min(100%, 14rem); }
  .ha-grammar__bracket-slot,
  .ha-grammar__bracket-wrap { width: 6.5rem; height: 2rem; }
  .ha-grammar__forkrow { gap: 0.5rem; }
}
.ha-special {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: 1920 / 2601;
  background: #1a1a1a;
  color: var(--ha-paper);
  margin-top: 150px;
}
.ha-special__glow {
  position: absolute;
  inset: 0;
}
.ha-special__glow-ring {
  position: absolute;
  top: calc(1556 * var(--ha-px));
  left: calc(960 * var(--ha-px));
  width: calc(1600 * var(--ha-px));
  height: calc(1600 * var(--ha-px));
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #1a1a1a;
  border: 1px solid rgba(222, 210, 213, 0.2);
  box-shadow:
    calc(4 * var(--ha-px)) calc(4 * var(--ha-px))
    calc(38.9 * var(--ha-px)) calc(-24 * var(--ha-px))
    var(--color-gold);
}
.ha-special__glow-blob {
  position: absolute;
  top: calc(1553 * var(--ha-px));
  left: calc(963.5 * var(--ha-px));
  width: calc(697.17 * var(--ha-px));
  height: calc(714.6 * var(--ha-px));
  transform: translate(-50%, -50%);
  overflow: visible;
  filter: drop-shadow(
    calc(1.8 * var(--ha-px)) calc(1.8 * var(--ha-px)) calc(19 * var(--ha-px))
    var(--color-gold)
  );
}
.ha-special__glow-blob path {
  fill: #1a1a1a;
  stroke: rgba(222, 210, 213, 0.2);
  stroke-width: 1;
  d: path("M1547.15 800C1532.16 1021.08 1466.7 1186.63 1321.15 1331.5C1176.48 1475.5 999.895 1588 779.651 1588C559.406 1588 419.07 1485.27 227.651 1346C66.1506 1228.5 5.65063 1039.58 5.65063 818C-17.8494 566.5 28.9563 406.249 202.651 259.5C341.948 141.812 574.015 0 770.651 0C990.895 0 1158.48 115.501 1303.15 259.5C1448.7 404.374 1566.65 512.5 1547.15 800Z");
}
@media (prefers-reduced-motion: no-preference) {
  .ha-special__glow-blob path {
    animation: ha-special-blob-morph 18s ease-in-out infinite;
  }
  .ha-special__glow-blob {
    animation: ha-special-blob-pulse 5s ease-in-out infinite;
  }
  @keyframes ha-special-blob-morph {
    0%, 100% {
      d: path("M1547.15 800C1532.16 1021.08 1466.7 1186.63 1321.15 1331.5C1176.48 1475.5 999.895 1588 779.651 1588C559.406 1588 419.07 1485.27 227.651 1346C66.1506 1228.5 5.65063 1039.58 5.65063 818C-17.8494 566.5 28.9563 406.249 202.651 259.5C341.948 141.812 574.015 0 770.651 0C990.895 0 1158.48 115.501 1303.15 259.5C1448.7 404.374 1566.65 512.5 1547.15 800Z");
    }
    33% {
      d: path("M1546.10 806.69C1489.86 992.92 1460.45 1187.33 1274.79 1373.18C1186.32 1465.69 976.18 1618.94 796.97 1541.42C559.25 1558.86 437.99 1447.65 234.29 1344.60C30.53 1179.01 53.95 1091.27 -36.07 811.86C32.28 532.31 20.07 411.78 221.56 235.39C305.69 195.23 568.04 -29.41 775.83 -18.66C952.79 30.01 1142.17 99.01 1256.91 306.39C1419.95 446.63 1563.43 483.46 1558.48 789.19Z");
    }
    66% {
      d: path("M1506.27 847.89C1569.99 1041.36 1475.85 1188.70 1325.95 1350.55C1170.03 1434.01 1013.31 1536.11 816.89 1626.08C580.98 1544.83 447.95 1525.06 210.76 1377.65C114.74 1280.41 -12.13 1023.37 -5.28 854.42C-16.60 516.92 49.05 443.03 184.44 238.57C368.17 160.83 533.19 15.41 768.59 6.25C1041.07 -35.62 1104.60 71.85 1267.33 304.13C1448.48 447.54 1584.26 518.78 1574.33 820.89Z");
    }
  }
  @keyframes ha-special-blob-pulse {
    0%, 100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.08); }
  }
}
.ha-special__eyebrow-pos {
  position: absolute;
  top: calc(154 * var(--ha-px));
  left: 50%;
  transform: translateX(-50%);
  width: calc(422 * var(--ha-px));
}
.ha-special__eyebrow {
  margin: 0;
  text-align: center;
  color: var(--ha-paper);
  font-size: calc(16 * var(--ha-px));
  font-weight: 500;
}
.ha-special__headline-pos {
  position: absolute;
  top: calc(223 * var(--ha-px));
  left: 50%;
  transform: translateX(-50%);
  width: calc(1173 * var(--ha-px));
  max-width: 85%;
}
.ha-special__headline {
  overflow-wrap: break-word;
  margin: 0;
  text-align: center;
  font-size: calc(99 * var(--ha-px));
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.06;
}
.ha-special__headline em { color: var(--color-gold); font-style: normal; }
.ha-special__caption-pos {
  position: absolute;
  top: calc(500 * var(--ha-px));
  left: 50%;
  transform: translateX(-50%);
  width: calc(460 * var(--ha-px));
  max-width: 90%;
}
.ha-special__caption {
  margin: 0;
  text-align: center;
  font-size: calc(20 * var(--ha-px));
  font-weight: 500;
  line-height: 1.55;
}
.ha-special__cols {
  position: absolute;
  top: calc(1289 * var(--ha-px));
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: calc(1182 * var(--ha-px));
  max-width: 92%;
}
.ha-special__corner {
  position: absolute;
  width: calc(7 * var(--ha-px));
  height: calc(7 * var(--ha-px));
  border-radius: 1.5px;
  background: var(--color-gold);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.ha-special__corner--tl { top: 0; left: 0; }
.ha-special__corner--tm { top: 0; left: calc(591 * var(--ha-px)); }
.ha-special__corner--bl { bottom: 0; left: 0; }
.ha-special__corner--bm { bottom: 0; left: calc(591 * var(--ha-px)); }
.ha-special__col {
  position: relative;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: calc(48 * var(--ha-px));
  padding: calc(48 * var(--ha-px));
  border: 1px solid rgba(222, 210, 213, 0.2);
}
.ha-special__col + .ha-special__col {
  border-left: none;
}
.ha-special__col-body {
  display: flex;
  flex-direction: column;
  gap: calc(34 * var(--ha-px));
}
.ha-special__brand {
  display: block;
  width: calc(244 * var(--ha-px));
  height: auto;
  outline: none;
}
.ha-special__col-headline {
  margin: 0;
  font-size: calc(40 * var(--ha-px));
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.ha-special__col-box {
  display: flex;
  flex-direction: column;
  gap: calc(34 * var(--ha-px));
}
.ha-special__col-brand {
  margin: 0;
  color: var(--color-gold);
  font-size: calc(16 * var(--ha-px));
  font-weight: 800;
  text-transform: uppercase;
}
.ha-special__col-caption {
  margin: 0;
  color: var(--ha-paper);
  font-size: calc(16 * var(--ha-px));
  font-weight: 800;
  text-transform: uppercase;
}
.ha-special__col-list {
  display: flex;
  flex-direction: column;
  gap: calc(15 * var(--ha-px));
  margin: 0;
  padding: 0;
  list-style: none;
}
.ha-special__col-list li {
  display: flex;
  align-items: center;
  gap: calc(14 * var(--ha-px));
  height: calc(32 * var(--ha-px));
  font-size: calc(20 * var(--ha-px));
  font-weight: 500;
}
.ha-special__col-list li svg {
  width: calc(32 * var(--ha-px));
  height: calc(32 * var(--ha-px));
  flex: none;
  color: var(--ha-paper);
}
@media (max-width: 1100px) {
  .ha-special { aspect-ratio: auto; padding: 4rem 1.5rem; }
  .ha-special__glow { display: none; }
  .ha-special__eyebrow-pos,
  .ha-special__headline-pos,
  .ha-special__caption-pos {
    position: static;
    left: 0;
    transform: none;
    width: 100%;
    max-width: none;
    margin: 0 0 1.5rem;
  }
  .ha-special__headline { font-size: 2.25rem; line-height: 1.1944; }
  .ha-special__eyebrow { font-size: 1rem; }
  .ha-special__caption { font-size: 1.25rem; line-height: 1.55; }
  .ha-special__cols {
    position: static;
    left: 0;
    transform: none;
    width: 100%;
    max-width: none;
    flex-direction: column;
    margin-top: 3rem;
  }
  .ha-special__corner { display: none; }
  .ha-special__col {
    gap: 3rem;
    padding: 3rem;
  }
  .ha-special__col + .ha-special__col {
    border-left: 1px solid rgba(222, 210, 213, 0.2);
    border-top: none;
  }
  .ha-special__col-body { gap: 2.125rem; }
  .ha-special__col-headline { font-size: 2.25rem; line-height: 1.1944; }
  .ha-special__brand { width: 15.25rem; }
  .ha-special__col-box { gap: 2.125rem; }
  .ha-special__col-brand,
  .ha-special__col-caption { font-size: 1rem; }
  .ha-special__col-list { gap: 0.9375rem; }
  .ha-special__col-list li {
    height: auto;
    align-items: flex-start;
    gap: 0.875rem;
    font-size: 1.25rem;
    line-height: 1.35;
  }
  .ha-special__col-list li svg {
    width: 2rem;
    height: 2rem;
  }
}
.ha-boundaries {
  padding: calc(150 * var(--ha-px)) max(8.33333%, calc((100cqw - var(--ha-content-max)) / 2));
}
.ha-boundaries__head {
  width: calc(627 * var(--ha-px));
  max-width: 100%;
}
.ha-boundaries__eyebrow {
  display: flex;
  align-items: baseline;
  gap: calc(22 * var(--ha-px));
  margin: 0 0 calc(30 * var(--ha-px));
  font-size: calc(16 * var(--ha-px));
  text-transform: uppercase;
}
.ha-boundaries__eyebrow-num { font-weight: 800; }
.ha-boundaries__eyebrow span:last-child { font-weight: 500; }
.ha-boundaries__title {
  margin: 0;
  font-size: calc(64 * var(--ha-px));
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.19;
}
.ha-boundaries__title em { color: var(--color-gold); font-style: normal; }
.ha-boundaries__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: calc(150 * var(--ha-px));
  border: 1px solid #e5e7eb;
}
.ha-boundaries__grid::before,
.ha-boundaries__grid::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background: #1a1a1a;
}
.ha-boundaries__grid::before { top: -2px; }
.ha-boundaries__grid::after { bottom: -2px; }
.ha-boundaries__card {
  position: relative;
  height: calc(510 * var(--ha-px));
  padding: calc(48 * var(--ha-px));
  border-left: 1px solid #e5e7eb;
}
.ha-boundaries__card::before,
.ha-boundaries__card::after {
  content: "";
  position: absolute;
  left: -2px;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background: #1a1a1a;
}
.ha-boundaries__card::before { top: -2px; }
.ha-boundaries__card::after { bottom: -2px; }
.ha-boundaries__card:first-child { border-left: none; }
.ha-boundaries__icon {
  display: block;
  width: calc(32 * var(--ha-px));
  height: calc(32 * var(--ha-px));
  margin-bottom: calc(48 * var(--ha-px));
  color: var(--color-gold);
}
.ha-mcp__boundaries-icon {
  display: block;
  width: calc(32 * var(--ha-px));
  height: calc(32 * var(--ha-px));
  margin-bottom: calc(48 * var(--ha-px));
  outline: none;
}
.ha-boundaries__eyebrow-word {
  margin: 0 0 calc(34 * var(--ha-px));
  font-size: calc(40 * var(--ha-px));
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.ha-boundaries__card-title {
  margin: 0 0 calc(34 * var(--ha-px));
  font-size: calc(20 * var(--ha-px));
  font-weight: 700;
  line-height: 1.55;
}
.ha-boundaries__card-body {
  margin: 0;
  font-size: calc(20 * var(--ha-px));
  font-weight: 500;
  line-height: 1.55;
}
@media (max-width: 1100px) {
  .ha-boundaries { padding: 4rem 1.5rem; }
  .ha-boundaries__head { width: auto; max-width: 32rem; }
  .ha-boundaries__eyebrow { font-size: 1rem; margin-bottom: 1.25rem; }
  .ha-boundaries__title { font-size: 2.25rem; line-height: 1.1944; }
  .ha-boundaries__grid { grid-template-columns: 1fr 1fr; margin-top: 3rem; }
  .ha-boundaries__grid::before,
  .ha-boundaries__grid::after,
  .ha-boundaries__card::before,
  .ha-boundaries__card::after { display: none; }
  .ha-boundaries__card { height: auto; padding: 2.5rem; border-left: none; border-top: 1px solid #e5e7eb; }
  .ha-boundaries__card:nth-child(-n+2) { border-top: none; }
  .ha-boundaries__icon { width: 1.5rem; height: 1.5rem; margin-bottom: 1.5rem; }
  .ha-boundaries__eyebrow-word { font-size: 1.75rem; margin-bottom: 0.75rem; }
  .ha-boundaries__card-title { font-size: 1rem; font-weight: 800; line-height: 1.375; margin-bottom: 0.5rem; }
  .ha-boundaries__card-body { font-size: 1rem; line-height: 1.5; }
}
@media (max-width: 640px) {
  .ha-boundaries__grid { grid-template-columns: 1fr; }
  .ha-boundaries__card:nth-child(-n+2) { border-top: 1px solid #e5e7eb; }
  .ha-boundaries__card:first-child { border-top: none; }
  .ha-boundaries__card { padding: 3rem; }
  .ha-boundaries__eyebrow-word { font-size: 2.25rem; line-height: 1.2; margin-bottom: 0.875rem; }
  .ha-boundaries__card-body { font-size: 1.25rem; line-height: 1.55; }
}
.ha-faq {
  margin-top: 150px;
  padding: 0 max(8.33333%, calc((100cqw - var(--ha-content-max)) / 2));
}
.ha-faq__body {
  display: flex;
  align-items: stretch;
  gap: calc(173 * var(--ha-px));
}
.ha-faq__intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 calc(627 * var(--ha-px));
  max-width: 100%;
}
.ha-faq__head {
  display: flex;
  flex-direction: column;
  gap: calc(30 * var(--ha-px));
}
.ha-faq__eyebrow {
  display: flex;
  align-items: baseline;
  gap: calc(22 * var(--ha-px));
  font-size: calc(16 * var(--ha-px));
  text-transform: uppercase;
}
.ha-faq__eyebrow-num { font-weight: 800; }
.ha-faq__eyebrow span:last-child { font-weight: 500; }
.ha-faq__title {
  margin: 0;
  font-size: calc(64 * var(--ha-px));
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.19;
}
.ha-faq__title em { color: var(--color-gold); font-style: normal; }
.ha-faq__subtext {
  margin: 0;
  font-size: calc(20 * var(--ha-px));
  font-weight: 500;
  line-height: 1.55;
}
.ha-faq__caption {
  margin: 0;
  max-width: calc(430 * var(--ha-px));
  font-size: calc(16 * var(--ha-px));
  font-weight: 500;
  line-height: 1.5625;
  color: #675f65;
}
.ha-faq__list {
  flex: 1 1 auto;
  min-width: 0;
  border-top: 1px solid #e5e7eb;
}
.ha-faq__item {
  padding: calc(31 * var(--ha-px)) 0;
  border-bottom: 1px solid #e5e7eb;
  transition: padding 400ms var(--ha-ease);
}
.ha-faq__item.is-open {
  padding: calc(34 * var(--ha-px)) 0 calc(38 * var(--ha-px));
}
.ha-faq__question {
  display: flex;
  align-items: center;
  gap: calc(24 * var(--ha-px));
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  margin: 0;
  color: inherit;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}
.ha-faq__num {
  flex: none;
  width: calc(46 * var(--ha-px));
  font-size: clamp(0.875rem, 0.8rem + 0.3vw, 1rem);
  font-weight: 800;
  color: var(--color-gold);
}
.ha-faq__q-text {
  flex: 1 1 auto;
  min-width: 0;
  font-size: clamp(1rem, 0.85rem + 0.6vw, 1.25rem);
  font-weight: 400;
  line-height: 1.55;
  transition: font-size 400ms var(--ha-ease), line-height 400ms var(--ha-ease);
}
.ha-faq__item.is-open .ha-faq__q-text {
  font-size: clamp(1.5rem, 1.05rem + 1.8vw, 2.5rem);
  font-weight: 500;
  line-height: 1.2;
}
.ha-faq__toggle {
  position: relative;
  width: calc(28 * var(--ha-px));
  height: calc(28 * var(--ha-px));
  flex: none;
  color: #1a1a1a;
  transition: color 400ms var(--ha-ease);
}
.ha-faq__item.is-open .ha-faq__toggle {
  color: var(--color-gold);
}
.ha-faq__toggle-h,
.ha-faq__toggle-v {
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
}
.ha-faq__toggle-h {
  width: 100%;
  height: 2px;
}
.ha-faq__toggle-v {
  width: 2px;
  height: 100%;
  transition: transform 350ms var(--ha-ease);
}
.ha-faq__item.is-open .ha-faq__toggle-v {
  transform: translate(-50%, -50%) scaleY(0);
}
.ha-faq__answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 500ms var(--ha-ease);
}
.ha-faq__item.is-open .ha-faq__answer-wrap {
  grid-template-rows: 1fr;
}
.ha-faq__answer-inner {
  overflow: hidden;
  min-height: 0;
  padding-top: calc(26 * var(--ha-px));
}
.ha-faq__answer {
  margin: 0;
  padding-left: calc(70 * var(--ha-px));
  max-width: calc(730 * var(--ha-px));
  font-size: clamp(1rem, 0.85rem + 0.6vw, 1.25rem);
  font-weight: 500;
  line-height: 1.55;
}
@media (max-width: 1100px) {
  .ha-faq { margin-top: 4rem; padding: 0 1.5rem; }
  .ha-faq__body { flex-direction: column; gap: 3rem; }
  .ha-faq__intro { flex: none; }
  .ha-faq__head { gap: 1.25rem; }
  .ha-faq__eyebrow { font-size: 1rem; }
  .ha-faq__title { font-size: 2.25rem; line-height: 1.1944; }
  .ha-faq__subtext { font-size: 1.25rem; line-height: 1.55; }
  .ha-faq__caption { max-width: none; margin-top: 1.5rem; font-size: 1rem; }
  .ha-faq__list { border-top: none; }
  .ha-faq__item-wrap + .ha-faq__item-wrap { margin-top: 1rem; }
  .ha-faq__item {
    padding: 1.75rem 1.5rem !important;
    border: 1px solid #e5e7eb;
  }
  .ha-faq__question {
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 1rem;
  }
  .ha-faq__num { order: 1; width: auto; font-size: 1rem; }
  .ha-faq__toggle { order: 2; width: 1.5rem; height: 1.5rem; margin-left: auto; }
  .ha-faq__q-text { order: 3; flex-basis: 100%; font-size: 1.25rem; line-height: 1.55; }
  .ha-faq__item.is-open .ha-faq__q-text { font-size: 2.25rem; line-height: 1.1944; }
  .ha-faq__answer-inner { padding-top: 1.25rem; }
  .ha-faq__answer { padding-left: 0; max-width: none; font-size: 1.25rem; line-height: 1.55; }
}
.ha-dash-rule {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(
    90deg,
    #675f65 0,
    #675f65 5px,
    transparent 5px,
    transparent 10px
  );
}
.ha-dash-rule::before,
.ha-dash-rule::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 29px;
  background: #675f65;
  transform: translateY(-50%);
}
.ha-dash-rule::before { left: 0; }
.ha-dash-rule::after { right: 0; }
.ha-cta7 {
  margin-top: 303px;
  padding: 0 max(8.33333%, calc((100cqw - var(--ha-content-max)) / 2)) calc(236 * var(--ha-px));
}
.ha-cta7__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ha-cta7__eyebrow {
  margin: 0 0 calc(33 * var(--ha-px));
  font-size: calc(16 * var(--ha-px));
  font-weight: 500;
  text-transform: uppercase;
}
.ha-cta7__title {
  width: calc(1173 * var(--ha-px));
  max-width: 100%;
  margin: 0 0 calc(91 * var(--ha-px));
  font-size: calc(99 * var(--ha-px));
  font-weight: 700;
  letter-spacing: -0.0594em;
  line-height: 1.06;
}
.ha-cta7__title em { color: var(--color-gold); font-style: normal; }
.ha-cta7__divider {
  position: relative;
  width: calc(1600 * var(--ha-px));
  max-width: 100%;
  height: calc(184 * var(--ha-px));
  margin: 0 0 calc(79 * var(--ha-px));
}
.ha-cta7-track {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: calc(5 * var(--ha-px));
}
.ha-cta7-track__edge,
.ha-cta7-track__dot,
.ha-cta7-track__spacer {
  width: calc(5 * var(--ha-px));
  height: calc(5 * var(--ha-px));
  flex: none;
  border-radius: 1px;
  background: var(--color-gold);
}
.ha-cta7-track__spacer { visibility: hidden; }
.ha-cta7-track__line {
  flex: 1 1 auto;
  height: 1px;
  background: #e5e7eb;
}
@keyframes ha-cta7-track-tick {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(calc(6 * var(--ha-px))); }
}
.ha-cta7-track__dot.is-ticking {
  animation: ha-cta7-track-tick 450ms var(--ha-ease);
}
.ha-cta7-track__center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(5 * var(--ha-px));
  height: calc(5 * var(--ha-px));
  border-radius: 12px;
  transform: translate(-50%, -50%);
  transition: width 400ms var(--ha-ease), height 400ms var(--ha-ease);
}
.ha-cta7-track__center.is-open {
  width: calc(130 * var(--ha-px));
  height: calc(130 * var(--ha-px));
  transition: width 500ms var(--ha-ease), height 500ms var(--ha-ease);
}
.ha-cta7-track__diamond {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--color-gold);
}
.ha-cta7-track__paper {
  position: absolute;
  inset: calc(13 * var(--ha-px));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--ha-paper);
  opacity: 0;
  transform: scale(0);
  transition: transform 200ms var(--ha-ease), opacity 150ms var(--ha-ease);
}
.ha-cta7-track__center.is-open .ha-cta7-track__paper {
  opacity: 1;
  transform: scale(1);
  transition: transform 350ms var(--ha-ease) 100ms, opacity 250ms var(--ha-ease) 100ms;
}
.ha-cta7-track__icon {
  width: calc(44 * var(--ha-px));
  height: calc(44 * var(--ha-px));
  color: #1a1a1a;
  opacity: 0;
  transform: scale(0.6);
  transition: transform 150ms var(--ha-ease), opacity 150ms var(--ha-ease);
}
.ha-cta7-track__center.is-open .ha-cta7-track__icon {
  opacity: 1;
  transform: scale(1);
  transition: transform 220ms var(--ha-ease) 220ms, opacity 220ms var(--ha-ease) 220ms;
}
.ha-cta7-track2 {
  width: 100%;
  height: 14px;
  background-image:
    radial-gradient(circle, var(--ita-rule, #e5e7eb) 0, var(--ita-rule, #e5e7eb) 1px, transparent 1.2px),
    radial-gradient(circle, var(--ita-rule, #e5e7eb) 0, var(--ita-rule, #e5e7eb) 1px, transparent 1.2px);
  background-size: 6px 7px, 6px 7px;
  background-repeat: repeat-x, repeat-x;
  background-position: 0 0, 0 7px;
}
.ha-cta7__caption {
  width: calc(623 * var(--ha-px));
  max-width: 100%;
  margin: 0 0 calc(80 * var(--ha-px));
  font-size: calc(20 * var(--ha-px));
  font-weight: 500;
  line-height: 1.54;
}
@media (max-width: 1100px) {
  .ha-cta7 { padding: 4rem 1.5rem 4.5rem; }
  .ha-cta7__eyebrow { font-size: 1rem; margin-bottom: 1rem; }
  .ha-cta7__rule-top { width: min(100%, 32rem); margin-bottom: 1.5rem; }
  .ha-cta7__title { width: auto; max-width: 32rem; font-size: 2.25rem; line-height: 1.1944; margin-bottom: 2.5rem; }
  .ha-cta7__divider { width: 100%; height: 6.5rem; margin-bottom: 2.5rem; }
  .ha-cta7-track__edge,
  .ha-cta7-track__dot,
  .ha-cta7-track__spacer,
  .ha-cta7-track__center { width: 0.3125rem; height: 0.3125rem; }
  .ha-cta7-track__center.is-open { width: 4.5rem; height: 4.5rem; }
  .ha-cta7-track__paper { inset: 0.375rem; }
  .ha-cta7-track__icon { width: 1.25rem; height: 1.25rem; }
  .ha-cta7__caption { width: auto; max-width: 26rem; margin: 0 0 2rem; font-size: 1.25rem; line-height: 1.55; }
  .ha-hero__cta-wrap,
  .ha-hero__cta-wrap .ha-cta-hero,
  .ha-cta7__inner > .ha-reveal-scroll:last-child,
  .ha-cta7 .ha-cta-hero {
    width: 100%;
  }
}
.ha-footer {
  position: relative;
  overflow: hidden;
  background: #1a1a1a;
  color: var(--ha-paper);
  padding: calc(150 * var(--ha-px)) max(8.33333%, calc((100cqw - var(--ha-content-max)) / 2)) calc(150 * var(--ha-px));
}
.ha-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: calc(60 * var(--ha-px)) calc(50 * var(--ha-px));
  margin-bottom: calc(82 * var(--ha-px));
}
.ha-footer__title {
  width: calc(810 * var(--ha-px));
  max-width: 100%;
  margin: 0 0 calc(70 * var(--ha-px));
  font-size: var(--ita-heading-title-size, clamp(2rem, 3.3vw, 3.25rem));
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: var(--ita-heading-title-leading, 1.19);
}
.ha-footer__title em { color: var(--color-gold); font-style: normal; }
.ha-slogan-line {
  display: block;
  white-space: nowrap;
}
.ha-footer__lede {
  width: calc(436 * var(--ha-px));
  max-width: 100%;
  margin: calc(99 * var(--ha-px)) 0 0;
  color: var(--ha-sage);
  font-size: calc(20 * var(--ha-px));
  font-weight: 500;
  line-height: 1.54;
}
.ha-marker-divider {
  display: flex;
  align-items: center;
  gap: calc(5 * var(--ha-px));
}
.ha-marker-divider__mark {
  width: calc(5 * var(--ha-px));
  height: calc(5 * var(--ha-px));
  flex: none;
  border-radius: 1px;
  background: var(--color-gold);
}
.ha-marker-divider__line {
  flex: 1 1 auto;
  height: 1px;
  background: #e5e7eb;
}
.ha-footer__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: calc(40 * var(--ha-px)) calc(60 * var(--ha-px));
  margin-top: calc(82 * var(--ha-px));
  margin-bottom: calc(72 * var(--ha-px));
}
.ha-footer__brand {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: calc(25 * var(--ha-px));
  max-width: calc(290 * var(--ha-px));
}
.ha-footer__logo { display: block; width: calc(145 * var(--ha-px)); height: auto; outline: none; }
.ha-footer__brand p {
  margin: 0;
  color: var(--ha-sage);
  font-size: clamp(0.875rem, 0.8rem + 0.3vw, 1rem);
  font-weight: 500;
  line-height: 1.543;
}
.ha-footer__nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(8.5rem, auto));
  gap: calc(40 * var(--ha-px)) clamp(2rem, 3.4vw, 5rem);
}
.ha-footer__heading {
  margin: 0 0 calc(19 * var(--ha-px));
  color: #3b82f6;
  font-size: clamp(0.875rem, 0.8rem + 0.3vw, 1rem);
  font-weight: 800;
  text-transform: uppercase;
}
.ha-footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: calc(11 * var(--ha-px));
  margin: 0;
  padding: 0;
  list-style: none;
}
.ha-footer__nav li { line-height: 1.4; }
.ha-footer__nav a {
  position: relative;
  display: inline-block;
  color: var(--ha-paper);
  font-size: clamp(0.875rem, 0.8rem + 0.3vw, 1rem);
  text-decoration: none;
  transition: color 280ms ease;
}
.ha-footer__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1875em;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}
.ha-footer__nav a:hover,
.ha-footer__nav a:focus-visible {
  color: #fff;
}
.ha-footer__nav a:hover::after,
.ha-footer__nav a:focus-visible::after {
  transform: scaleX(1);
}
.ha-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  color: var(--ha-sage);
  font-size: clamp(0.875rem, 0.8rem + 0.3vw, 1rem);
  font-weight: 500;
}
.ha-footer__bottom p {
  position: relative;
  z-index: 2;
  margin: 0;
}
.ha-footer__bottom::before,
.ha-footer__bottom::after {
  content: "";
  position: absolute;
  left: 50%;
  pointer-events: none;
}
.ha-footer__bottom::before {
  z-index: 0;
  bottom: -5rem;
  width: min(76vw, 72rem);
  height: 8rem;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at 50% 100%,
    rgba(147, 197, 253, 0.78) 0%,
    rgba(37, 99, 235, 0.48) 38%,
    rgba(37, 99, 235, 0.16) 62%,
    transparent 80%
  );
  filter: blur(clamp(1.25rem, 2.6vw, 2.5rem)) saturate(1.18);
  opacity: 0.72;
  transform: translateX(-50%);
}
.ha-footer__bottom::after {
  z-index: 1;
  bottom: -2.6rem;
  width: min(58vw, 52rem);
  height: 5.5rem;
  opacity: 0.34;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect x='7' y='7' width='2' height='2' fill='%232563eb' fill-opacity='0.9'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-position: center bottom;
  transform: translateX(-50%);
  -webkit-mask-image: radial-gradient(ellipse 58% 82% at 50% 100%, #000 0%, rgba(0, 0, 0, 0.78) 38%, transparent 100%);
  mask-image: radial-gradient(ellipse 58% 82% at 50% 100%, #000 0%, rgba(0, 0, 0, 0.78) 38%, transparent 100%);
}
@media (prefers-reduced-motion: no-preference) {
  .ha-footer__bottom::before {
    animation: ha-footer-aura 10s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  }
}
@keyframes ha-footer-aura {
  0%, 100% {
    opacity: 0.62;
    transform: translateX(-50%) scaleX(0.96) scaleY(0.94);
  }
  50% {
    opacity: 0.8;
    transform: translateX(-50%) scaleX(1.06) scaleY(1.02);
  }
}
@media (max-width: 680px) {
  .ha-footer__bottom::before { width: 135vw; }
  .ha-footer__bottom::after { width: 112vw; opacity: 0.28; }
}
@media (max-width: 1100px) {
  .ha-footer { padding: 4rem 1.5rem 3rem; }
  .ha-footer__top { gap: 2rem; margin-bottom: 3rem; }
  .ha-footer__title {
    width: auto;
    max-width: 26rem;
    font-size: clamp(1.75rem, 10vw, 2.25rem);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.1944;
    margin-bottom: 2rem;
  }
  .ha-footer__lede,
  .ha-footer__brand { display: none; }
  .ha-footer__top { flex-direction: column; }
  .ha-footer__cta,
  .ha-footer__cta > .ha-reveal-scroll:last-child {
    width: 100%;
  }
  .ha-footer .ha-cta-hero { width: auto; }
  .ha-footer__columns { margin-top: 3rem; margin-bottom: 3.5rem; }
  .ha-footer__nav { display: flex; flex-direction: column; gap: 5rem; }
  .ha-footer__heading,
  .ha-footer__nav a,
  .ha-footer__bottom { font-size: 1rem; }
  .ha-footer__nav ul { gap: 1rem; }
  .ha-footer__nav a { display: inline-block; padding: 0.25rem 0; }
}
.ha-section.ha-book {
  --ha-book-section-space: 9.375rem;
  --ha-book-surface-radius: 0.5rem;
  --ha-book-eyebrow-size: clamp(0.75rem, 0.7rem + 0.12vw, 0.875rem);
  --ha-book-heading-gap: clamp(1.5rem, 2.25vw, 2rem);
  --ha-book-title-size: clamp(2rem, 3.3vw, 3.25rem);
  --ha-book-body-size: clamp(1rem, 0.92rem + 0.18vw, 1.125rem);
  --ha-book-form-type-size: clamp(0.875rem, 0.84rem + 0.1vw, 0.9375rem);
  padding-top: var(--ha-book-section-space);
  padding-bottom: var(--ha-book-section-space);
}
@media (max-width: 1100px) {
  .ha-section.ha-book {
    --ha-book-section-space: clamp(4.5rem, 20vw, 6rem);
    padding-top: calc(3.75rem + var(--ha-book-section-space));
    padding-bottom: var(--ha-book-section-space);
  }
}
.ha-book__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(4rem, 8vw, 8rem);
  max-width: 75rem;
  margin: 0 auto;
}
.ha-book__intro {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 2.5vw, 2.5rem);
}
.ha-book__heading {
  display: flex;
  flex-direction: column;
  gap: var(--ha-book-heading-gap);
}
.ha-book__eyebrow {
  margin: 0;
  font-size: var(--ha-book-eyebrow-size);
  font-weight: 500;
  text-transform: uppercase;
}
.ha-book__title {
  max-width: 40rem;
  margin: 0;
  font-size: var(--ha-book-title-size);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.19;
}
.ha-book__title em { color: var(--color-gold); font-style: normal; }
.ha-book .ha-lede2 {
  max-width: 40rem;
  font-size: var(--ha-book-body-size);
  line-height: 1.55;
  text-wrap: pretty;
}
.ha-book__points {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 0 0 0.875rem;
  border-left: 3px solid var(--hb-ink);
  list-style: none;
}
.ha-book__points li {
  display: flex;
  align-items: center;
  gap: 0.4375rem;
  min-height: 1.5625rem;
  color: var(--hb-ink);
  font-family: inherit;
  font-size: var(--ha-book-form-type-size);
  font-weight: 500;
  line-height: 1.543;
}
.ha-book__points-icon {
  position: relative;
  flex: none;
  width: 0.4861rem;
  height: 0.4861rem;
}
.ha-book__points-icon::before,
.ha-book__points-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.125rem;
  height: 0.5625rem;
  background: var(--color-attention);
}
.ha-book__points-icon::before { transform: translate(-50%, -50%) rotate(45deg); }
.ha-book__points-icon::after { transform: translate(-50%, -50%) rotate(135deg); }
.ha-book__agenda {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 2.5vw, 2.5rem);
  border: 1px solid var(--hb-rule);
  border-radius: var(--ha-book-surface-radius);
  background: #fafbfc;
}
.ha-section .ha-book__agenda-title {
  margin: 0;
  color: var(--hb-ink);
  font-size: clamp(1.375rem, 1.16rem + 0.55vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.19;
}
.ha-book__agenda ol { display: grid; gap: 1.5rem; margin: clamp(1.75rem, 2vw, 2rem) 0 0; padding: 0; list-style: none; }
.ha-book__agenda li { display: grid; grid-template-columns: 1.75rem 1fr; gap: 0.7rem; }
.ha-book__agenda-number { display: block; padding-top: 0.1rem; color: var(--color-gold); font-size: var(--ha-book-eyebrow-size); font-weight: 700; line-height: 1.45; }
.ha-book__agenda b { display: block; color: var(--hb-ink); font-size: var(--ha-book-body-size); font-weight: 400; line-height: 1.45; }
.ha-book__agenda small { display: block; margin-top: 0.35rem; color: var(--hb-ink); font-size: var(--ha-book-form-type-size); font-weight: 400; line-height: 1.5; }
.ha-book__panel {
  position: relative;
  background: #fff;
  border: 1px solid var(--hb-rule);
  border-radius: var(--ha-book-surface-radius);
  padding: clamp(1.5rem, 2.5vw, 2.5rem);
  overflow: hidden;
}
form.ha-book__panel {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 2.5vw, 2.5rem);
}
.ha-book__fields {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.ha-book__field {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ha-book__field > span {
  font-size: var(--ha-book-form-type-size);
  font-weight: 500;
}
.ha-book__required {
  font-weight: 700;
  color: var(--color-gold);
}
.ha-book__field input,
.ha-book__field textarea {
  width: 100%;
  padding: 0.625rem 0.8125rem 0.5625rem;
  background: #fafbfc;
  border: 1px solid var(--hb-rule);
  border-radius: var(--ha-book-surface-radius);
  color: var(--hb-ink);
  font-family: inherit;
  font-size: var(--ha-book-form-type-size);
  font-weight: 500;
  outline: none;
  transition: border-color 200ms ease;
}
.ha-book__field input {
  height: 3.125rem;
}
.ha-book__field textarea {
  height: 9rem;
  resize: vertical;
}
.ha-book__field input:focus,
.ha-book__field textarea:focus {
  border-color: var(--color-gold);
}
.ha-book__field input::placeholder,
.ha-book__field textarea::placeholder {
  color: #675f65;
}
.ha-book__submit {
  width: 100%;
}
@media (min-width: 1101px) {
  .ha-book__submit { width: auto; align-self: flex-start; }
}
.ha-book__sent-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1.5rem;
  color: var(--color-gold);
}
.ha-book__sent-eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--color-gold);
  text-transform: uppercase;
}
.ha-book__panel h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 1.3rem + 0.6vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.ha-book__panel p {
  margin: 0;
  font-size: var(--ha-book-body-size);
  font-weight: 500;
  line-height: 1.5;
  color: #675f65;
}
@media (max-width: 1100px) {
  .ha-book__grid { grid-template-columns: minmax(0, 1fr); gap: var(--ha-book-section-space); }
  .ha-book__title { font-size: var(--ha-book-title-size); }
  .ha-book .ha-lede2 { font-size: var(--ha-book-body-size); }
}
.ha-mcp-hero__copy {
  --ha-mcp-copy-gap: clamp(1.75rem, 3.1vh, 2.25rem);
  position: absolute;
  z-index: 2;
  top: calc(50% + clamp(1.75rem, 4.5vh, 2.75rem));
  left: clamp(3.75rem, 7.5vw, 9rem);
  transform: translate3d(0, calc(-50% + var(--ha-layered-content-y, 0px)), 0);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ha-mcp-copy-gap);
  width: min(50rem, 49vw);
}
.ha-mcp-hero h1 {
  font-size: clamp(3.5rem, 4.25vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  width: min(42rem, 100%);
  align-self: flex-start;
  text-wrap: balance;
}
.ha-mcp-hero__lede {
  width: min(38rem, 100%);
  height: auto;
  font-size: clamp(1rem, 1.08vw, 1.125rem);
  line-height: 1.55;
  text-wrap: pretty;
}
.ha-mcp-hero__lede + .ha-mcp-hero__cta-after-lede {
  margin-top: var(--ha-mcp-copy-gap);
}
.ha-mcp-hero__note {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin: 0;
  color: var(--ha-sage);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.ha-mcp-hero__note-bar {
  flex: none;
  align-self: stretch;
  width: 1px;
  background: var(--ha-x);
}
.ha-mcp-hero__note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: color 200ms ease;
}
.ha-mcp-hero__note a:hover { color: var(--color-gold); }
.ha-mcp-hero__providers {
  width: min(25rem, 100%);
  height: clamp(3.75rem, 6.6vh, 4.25rem);
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}
.ha-mcp-hero__providers-track {
  display: flex;
  align-items: center;
  gap: clamp(1.125rem, 1.5vw, 1.5rem);
  width: max-content;
  animation: ha-providers-scroll 14s linear infinite;
}
@keyframes ha-providers-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.ha-mcp-hero__provider-tile {
  position: relative;
  flex: none;
  width: clamp(3.75rem, 6.6vh, 4.25rem);
  height: clamp(3.75rem, 6.6vh, 4.25rem);
  border-radius: clamp(0.875rem, 1.3vw, 1.125rem);
  background-image: linear-gradient(-30deg, #1c1d1f 25%, #2e3238 160%);
  box-shadow: rgba(255, 255, 255, 0.1) 0 0 2px inset, rgba(0, 0, 0, 0.25) 0 1.5px 1.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ha-mcp-hero__provider-icon {
  display: block;
  width: 58%;
  height: 58%;
  object-fit: contain;
  outline: none;
}
.ha-mcp-hero__provider-tile:nth-child(5n + 3) .ha-mcp-hero__provider-icon,
.ha-mcp-hero__provider-tile:nth-child(5n + 4) .ha-mcp-hero__provider-icon {
  filter: brightness(0) invert(1);
}
.ha-mcp-hero .ha-cta-hero {
  height: clamp(3.75rem, 6.8vh, 4.25rem);
  gap: 1rem;
  padding-inline: clamp(1.75rem, 2.2vw, 2.25rem);
  font-size: clamp(1.125rem, 1.35vw, 1.375rem);
}
.ha-mcp-hero .ha-chev-cta {
  width: 1.25rem;
  height: 1.25rem;
}
@media (min-width: 1101px) and (max-height: 820px) {
  .ha-mcp-hero__copy {
    --ha-mcp-copy-gap: clamp(1.25rem, 2.65vh, 1.5rem);
    top: calc(50% + 2rem);
  }
  .ha-mcp-hero h1 {
    font-size: clamp(3.125rem, 3.9vw, 4rem);
  }
  .ha-mcp-hero__lede {
    font-size: 1rem;
    line-height: 1.48;
  }
  .ha-mcp-hero__providers,
  .ha-mcp-hero__provider-tile {
    height: 3.5rem;
  }
  .ha-mcp-hero__provider-tile { width: 3.5rem; }
  .ha-mcp-hero .ha-cta-hero { height: 3.5rem; }
  .ha-mcp-hero__note { font-size: 0.9375rem; }
}
@media (prefers-reduced-motion: reduce) {
  .ha-mcp-hero__providers-track { animation: none; }
}
@media (max-width: 1100px) {
  .ha-mcp-hero {
    height: auto;
    min-height: 100svh;
    justify-content: flex-start;
    padding-top: 6.5rem;
  }
  .ha-mcp-hero__copy {
    --ha-mcp-copy-gap: clamp(1.5rem, 3vh, 2rem);
    position: static;
    left: 0;
    top: 0;
    transform: translate3d(0, var(--ha-layered-content-y, 0px), 0);
    width: 100%;
    gap: var(--ha-mcp-copy-gap);
    margin: auto 0;
  }
  .ha-mcp-hero h1 {
    font-size: clamp(2.75rem, 8vw, 3.5rem);
    line-height: 1;
  }
  .ha-mcp-hero__lede { width: min(34rem, 100%); max-width: none; }
  .ha-mcp-hero__note-bar { width: 2px; }
  .ha-mcp-hero__providers {
    position: static;
    width: min(24rem, 100%);
    margin-top: 0;
    height: 4rem;
  }
  .ha-mcp-hero__providers-track { gap: 1.375rem; }
  .ha-mcp-hero__provider-tile { width: 4rem; height: 4rem; border-radius: 1rem; }
}
@media (max-width: 560px) {
  .ha-mcp-hero {
    padding: 5.5rem 1.25rem 2.5rem;
  }
  .ha-mcp-hero__copy { --ha-mcp-copy-gap: 1.5rem; }
  .ha-mcp-hero h1 { font-size: clamp(2.5rem, 12vw, 3rem); }
  .ha-mcp-hero__lede { font-size: 1rem; line-height: 1.5; }
  .ha-mcp-hero__note { align-items: flex-start; font-size: 0.9375rem; }
  .ha-mcp-hero .ha-cta-hero { width: 100%; justify-content: center; }
}
.ha-mcp {
  padding-top: calc(100 * var(--ha-px) + 4rem);
}
@media (max-width: 1100px) {
  .ha-mcp { padding-top: calc(3.75rem + 3rem); }
}
.ha-mcp__trust,
.ha-mcp__ask {
  padding-left: calc(150 * var(--ha-px));
  padding-right: calc(150 * var(--ha-px));
}
.ha-boundaries.ha-mcp__boundaries {
  padding-left: calc(150 * var(--ha-px));
  padding-right: calc(150 * var(--ha-px));
}
@media (min-width: 1101px) {
  .ha-boundaries.ha-mcp__boundaries .ha-boundaries__eyebrow {
    font-size: 1rem;
  }
  .ha-boundaries.ha-mcp__boundaries .ha-boundaries__title {
    font-size: clamp(2rem, 4.2vw, 4rem);
  }
  .ha-boundaries.ha-mcp__boundaries .ha-boundaries__head {
    width: 800px;
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
  .ha-mcp__trust,
  .ha-mcp__ask,
  .ha-boundaries.ha-mcp__boundaries {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.ha-mcp__closing {
  margin-top: calc(150 * var(--ha-px));
  padding: 0 calc(150 * var(--ha-px)) calc(150 * var(--ha-px));
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ha-mcp__closing-divider {
  width: calc(1600 * var(--ha-px));
  max-width: 100%;
  margin: 0 0 calc(150 * var(--ha-px));
}
.ha-mcp__closing-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(16 * var(--ha-px));
  width: 100%;
}
.ha-mcp__closing-eyebrow {
  margin: 0;
  font-size: calc(16 * var(--ha-px));
  font-weight: 500;
  text-transform: uppercase;
  color: #1a1a1a;
}
.ha-mcp__closing-title {
  margin: 0;
  font-size: calc(99 * var(--ha-px));
  font-weight: 700;
  letter-spacing: -0.0594em;
  line-height: 1.06;
}
.ha-mcp__closing-title em { color: var(--color-gold); font-style: normal; }
.ha-mcp__closing-lede {
  width: calc(623 * var(--ha-px));
  max-width: 100%;
  margin: calc(83 * var(--ha-px)) 0 0;
  font-size: calc(20 * var(--ha-px));
  font-weight: 500;
  line-height: 1.55;
  color: #1a1a1a;
}
.ha-mcp__closing-cta {
  margin-top: calc(83 * var(--ha-px));
}
@media (max-width: 1100px) {
  .ha-mcp__closing { padding: 0 1.5rem 4rem; }
  .ha-mcp__closing-divider { margin-bottom: 3rem; }
  .ha-mcp__closing-head { gap: 0.75rem; }
  .ha-mcp__closing-eyebrow { font-size: 0.875rem; }
  .ha-mcp__closing-title { font-size: 2.5rem; line-height: 1.1; }
  .ha-mcp__closing-lede { margin-top: 2rem; font-size: 1.125rem; }
  .ha-mcp__closing-cta { margin-top: 2rem; }
}
.ha-mcp__title {
  max-width: 44rem;
  margin: 0 0 1.5rem;
  font-size: clamp(2rem, 4.2vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.19;
}
.ha-mcp__title em { color: var(--color-gold); font-style: normal; }
@media (max-width: 1100px) {
  .ha-mcp__title { font-size: 2.25rem; line-height: 1.1944; }
}
.ha-mcp__lede {
  max-width: 44rem;
  margin-bottom: 2rem;
}
.ha-mcp__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}
.ha-mcp__cta-note {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #675f65;
}
.ha-mcp__cta-note a {
  color: var(--hb-ink);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.ha-mcp__cta-note a:hover { color: var(--color-gold); }
.ha-mcp__providers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
}
.ha-mcp__providers li {
  padding: 0.5rem 1rem;
  border: 1px solid var(--hb-rule);
  font-size: 0.875rem;
  font-weight: 700;
}
.ha-mcp__trust-grid {
  display: flex;
  border: 1px solid #e5e7eb;
}
.ha-mcp__trust-card {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: calc(48 * var(--ha-px));
  padding: calc(64 * var(--ha-px));
}
.ha-mcp__trust-card:first-child {
  border-right: 1px solid #e5e7eb;
}
.ha-mcp__trust-card--paper {
  background: var(--ha-paper);
}
.ha-mcp__trust-title {
  margin: 0;
  font-size: calc(64 * var(--ha-px));
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.19;
  color: #1a1a1a;
  white-space: nowrap;
}
.ha-mcp__trust-title em { color: var(--color-gold); font-style: normal; }
.ha-mcp__trust-icons {
  display: flex;
  align-items: center;
  gap: calc(36 * var(--ha-px));
}
.ha-mcp__trust-icon {
  display: block;
  width: calc(48 * var(--ha-px));
  height: calc(48 * var(--ha-px));
  outline: none;
}
.ha-mcp__trust-card-body {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.54;
  color: #1a1a1a;
}
.ha-mcp__server {
  margin: calc(24 * var(--ha-px)) 0 0;
  font-size: 1rem;
  font-weight: 500;
  color: #675f65;
}
.ha-mcp__server code {
  padding: 0.25rem 0.5rem;
  background: #fafbfc;
  border: 1px solid var(--hb-rule);
  border-radius: 4px;
  color: var(--hb-ink);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.9375rem;
}
@media (max-width: 1100px) {
  .ha-mcp__trust-grid { flex-direction: column; }
  .ha-mcp__trust-card:first-child { border-right: none; border-bottom: 1px solid #e5e7eb; }
  .ha-mcp__trust-card { gap: 1.5rem; padding: 2.5rem; }
  .ha-mcp__trust-title { font-size: 2.25rem; white-space: normal; }
  .ha-mcp__trust-icons { gap: 1.25rem; flex-wrap: wrap; }
  .ha-mcp__trust-icon { width: 2rem; height: 2rem; }
}
.ha-mcp__ask-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: calc(150 * var(--ha-px));
  border: 1px solid #e5e7eb;
}
.ha-mcp__ask-grid::before,
.ha-mcp__ask-grid::after {
  content: "";
  position: absolute;
  left: -2px;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background: #1a1a1a;
}
.ha-mcp__ask-grid::before { top: -2px; }
.ha-mcp__ask-grid::after { bottom: -2px; }
.ha-mcp__ask-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(48 * var(--ha-px));
  padding: calc(48 * var(--ha-px));
}
.ha-mcp__ask-card:not(:last-child) {
  border-right: 1px dashed #e5e7eb;
}
.ha-mcp__ask-card::before,
.ha-mcp__ask-card::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background: #1a1a1a;
}
.ha-mcp__ask-card::before { top: -2px; }
.ha-mcp__ask-card::after { bottom: -2px; }
.ha-mcp__ask-head {
  display: flex;
  flex-direction: column;
  gap: calc(34 * var(--ha-px));
  width: 100%;
}
.ha-mcp__ask-num {
  margin: 0;
  font-size: calc(16 * var(--ha-px));
  font-weight: 800;
  color: var(--color-gold);
  text-transform: uppercase;
}
.ha-mcp__ask-title {
  margin: 0;
  font-size: calc(40 * var(--ha-px));
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.19;
  color: #1a1a1a;
}
.ha-mcp__ask-lede {
  margin: 0;
  font-size: calc(20 * var(--ha-px));
  font-weight: 700;
  line-height: 1.55;
  color: #1a1a1a;
}
.ha-mcp__ask-list {
  display: flex;
  flex-direction: column;
  gap: calc(25 * var(--ha-px));
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.ha-mcp__ask-list li {
  padding-left: calc(16 * var(--ha-px));
  border-left: 2px solid var(--color-gold);
  font-size: calc(20 * var(--ha-px));
  font-weight: 500;
  line-height: 1.55;
  color: #1a1a1a;
}
@media (max-width: 1100px) {
  .ha-mcp__ask-grid { grid-template-columns: minmax(0, 1fr); margin-top: 3rem; }
  .ha-mcp__ask-grid::before,
  .ha-mcp__ask-grid::after,
  .ha-mcp__ask-card::before,
  .ha-mcp__ask-card::after { display: none; }
  .ha-mcp__ask-card { padding: 2.5rem; gap: 1.5rem; }
  .ha-mcp__ask-card:not(:last-child) { border-right: none; border-bottom: 1px dashed #e5e7eb; }
  .ha-mcp__ask-head { gap: 0.75rem; }
  .ha-mcp__ask-title { font-size: 1.5rem; }
  .ha-mcp__ask-lede { font-size: 1rem; }
  .ha-mcp__ask-list { gap: 1rem; }
  .ha-mcp__ask-list li { font-size: 1rem; padding-left: 0.875rem; }
}
@media (max-width: 1100px) {
  .ha-header--light .ha-hamburger { color: #111318; }
  .ha-mobile-menu--light { background: #fff; color: #111318; }
  .ha-mobile-menu--light .ha-mobile-menu__item,
  .ha-mobile-menu--light .ha-mobile-menu__platform-list a,
  .ha-mobile-menu--light .ha-mobile-menu__login { color: #111318; }
  .ha-mobile-menu--light .ha-mobile-menu__platform-list small { color: #667085; }
  .ha-mobile-menu--light .ha-mobile-menu__item,
  .ha-mobile-menu--light .ha-mobile-menu__group,
  .ha-mobile-menu--light .ha-mobile-menu__divider { border-color: #e5e7eb; background-color: #e5e7eb; }
}
@media (max-width: 760px) {
  .ha-brand { width: calc(172 * var(--ha-px)); height: calc(38 * var(--ha-px)); }
  .ha-mobile-menu--light {
    background: #fff;
    box-shadow: none;
  }
  .ha-mobile-menu__platform-list a { align-items: center; gap: 0.85rem; }
  .ha-mobile-menu__icon-wrap {
    position: relative;
    display: grid;
    flex: 0 0 2.55rem;
    width: 2.55rem;
    height: 2.55rem;
    place-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    color: var(--color-gold);
  }
  .ha-mobile-menu__icon-wrap::after {
    content: "";
    position: absolute;
    inset: -1px;
    border: 1px solid var(--color-gold);
    border-radius: inherit;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 8px 8px;
    -webkit-mask-position: top left, top right, bottom left, bottom right;
    mask-image: linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000);
    mask-repeat: no-repeat;
    mask-size: 8px 8px;
    mask-position: top left, top right, bottom left, bottom right;
  }
  .ha-mobile-menu__icon-wrap svg { width: 1.15rem; height: 1.15rem; }
  .ha-mobile-menu__platform-list small { margin-top: 0.2rem; }
  .ha-mobile-menu--light .ha-mobile-menu__icon-wrap { border-color: #e5e7eb; color: var(--color-gold); }
}
@media (max-width: 760px) {
  .ha-brand {
    width: 6.5rem;
    height: auto;
  }
  .ha-mobile-menu--light,
  .ha-mobile-menu--light .ha-mobile-menu__group,
  .ha-mobile-menu--light .ha-mobile-menu__platform-list,
  .ha-mobile-menu--light .ha-mobile-menu__platform-list li,
  .ha-mobile-menu--light .ha-mobile-menu__platform-list a {
    background: #fff;
  }
  .ha-mobile-menu--light .ha-mobile-menu__group,
  .ha-mobile-menu--light .ha-mobile-menu__item {
    border-color: #e5e7eb;
  }
  .ha-mobile-menu--light .ha-mobile-menu__divider {
    border: 0;
    background: #e5e7eb;
  }
  .ha-mobile-menu__icon-wrap {
    flex-basis: 2.35rem;
    width: 2.35rem;
    height: 2.35rem;
    border: 0;
    border-radius: 0.4rem;
    color: #f8fafc;
    background: transparent;
    transition: color 180ms ease, background-color 180ms ease;
  }
  .ha-mobile-menu__icon-wrap::before,
  .ha-mobile-menu__icon-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
  }
  .ha-mobile-menu__icon-wrap::before {
    border: 1px solid rgba(248, 250, 252, 0.28);
  }
  .ha-mobile-menu__icon-wrap::after {
    border: 1px solid var(--color-gold);
    -webkit-mask-image: linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 6px 6px;
    -webkit-mask-position: top left, top right, bottom left, bottom right;
    mask-image: linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000), linear-gradient(#000, #000);
    mask-repeat: no-repeat;
    mask-size: 6px 6px;
    mask-position: top left, top right, bottom left, bottom right;
  }
  .ha-mobile-menu__icon-wrap svg {
    width: 1.05rem;
    height: 1.05rem;
    color: currentColor;
  }
  .ha-mobile-menu--light .ha-mobile-menu__icon-wrap {
    color: #111318;
    background: transparent;
  }
  .ha-mobile-menu--light .ha-mobile-menu__icon-wrap::before {
    border-color: #e5e7eb;
  }
  .ha-mobile-menu__platform-list a:hover .ha-mobile-menu__icon-wrap,
  .ha-mobile-menu__platform-list a:focus-visible .ha-mobile-menu__icon-wrap {
    color: #fff;
    background: var(--color-gold);
  }
  .ha-mobile-menu__platform-list a:hover .ha-mobile-menu__icon-wrap::before,
  .ha-mobile-menu__platform-list a:hover .ha-mobile-menu__icon-wrap::after,
  .ha-mobile-menu__platform-list a:focus-visible .ha-mobile-menu__icon-wrap::before,
  .ha-mobile-menu__platform-list a:focus-visible .ha-mobile-menu__icon-wrap::after {
    opacity: 0;
  }
}
