:root {
  --hxp-paper: #f4f2ea;
  --hxp-paper-soft: #faf9f4;
  --hxp-ink: #17231f;
  --hxp-ink-soft: #263630;
  --hxp-green: #2e6c59;
  --hxp-green-dark: #163c32;
  --hxp-green-light: #6c9d8e;
  --hxp-lime: #d7f26e;
  --hxp-lime-soft: #edf9bc;
  --hxp-sand: #d8cfbd;
  --hxp-sand-soft: #e9e3d8;
  --hxp-white: #fffef9;
  --hxp-muted: #68736e;
  --hxp-line: rgba(23, 35, 31, 0.14);
  --hxp-line-strong: rgba(23, 35, 31, 0.24);
  --hxp-shadow: 0 24px 80px rgba(27, 45, 38, 0.13);
  --hxp-radius-sm: 12px;
  --hxp-radius: 22px;
  --hxp-radius-lg: 32px;
  --hxp-display: "Plus Jakarta Sans", sans-serif;
  --hxp-body: Manrope, sans-serif;
  --hxp-mono: "DM Mono", monospace;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body.hxp-site {
  background: var(--hxp-paper);
  color: var(--hxp-ink);
  font-family: var(--hxp-body);
}

body.hxp-site::selection {
  background: var(--hxp-lime);
  color: var(--hxp-ink);
}

.hxp-site h1,
.hxp-site h2,
.hxp-site h3,
.hxp-site h4 {
  color: var(--hxp-ink);
  font-family: var(--hxp-display);
  letter-spacing: -0.045em;
}

.hxp-site a {
  color: inherit;
}

.hxp-site .hx-container--wide {
  width: min(1320px, calc(100% - 48px));
}

.hxp-main {
  overflow: hidden;
}

.hxp-kicker {
  align-items: center;
  color: var(--hxp-green);
  display: inline-flex;
  font-family: var(--hxp-mono);
  font-size: 0.72rem;
  font-weight: 500;
  gap: 10px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hxp-kicker > i {
  background: var(--hxp-lime);
  border: 1px solid rgba(46, 108, 89, 0.45);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(215, 242, 110, 0.2);
  display: inline-block;
  height: 8px;
  width: 8px;
}

.hxp-kicker--light {
  color: rgba(255, 255, 255, 0.78);
}

.hxp-kicker--light > i {
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: 0 0 0 4px rgba(215, 242, 110, 0.12);
}

/* Header */
.hxp-header {
  background: rgba(244, 242, 234, 0.91);
  border-bottom: 1px solid var(--hxp-line);
  color: var(--hxp-ink);
  min-height: 78px;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hxp-header__line {
  background: linear-gradient(90deg, var(--hxp-green-dark) 0 68%, var(--hxp-lime) 68% 82%, var(--hxp-sand) 82% 100%);
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hxp-header__inner {
  min-height: 78px;
}

.hxp-header__brand,
.hxp-footer__brand {
  color: var(--hxp-ink);
  text-decoration: none;
}

.hxp-brand {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  min-width: max-content;
}

.hxp-brand__mark {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(3, 5px);
  height: 28px;
  place-content: center;
  position: relative;
  width: 28px;
}

.hxp-brand__mark::before {
  border: 1px solid var(--hxp-ink);
  border-radius: 7px;
  content: "";
  inset: 0;
  position: absolute;
  transform: rotate(45deg);
}

.hxp-brand__mark span {
  background: var(--hxp-green);
  border-radius: 2px;
  height: 12px;
  transform-origin: bottom;
}

.hxp-brand__mark span:nth-child(1) { height: 7px; margin-top: 5px; }
.hxp-brand__mark span:nth-child(2) { background: var(--hxp-lime); height: 13px; }
.hxp-brand__mark span:nth-child(3) { height: 9px; margin-top: 3px; }

.hxp-brand__name {
  font-family: var(--hxp-display);
  font-size: 1.14rem;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.hxp-brand__edition {
  border-left: 1px solid var(--hxp-line-strong);
  color: var(--hxp-green);
  font-family: var(--hxp-mono);
  font-size: 0.69rem;
  letter-spacing: 0.08em;
  margin-left: 2px;
  padding-left: 11px;
  text-transform: uppercase;
}

.hxp-brand__logo .custom-logo {
  display: block;
  height: 42px;
  max-width: 170px;
  object-fit: contain;
  width: auto;
}

.hxp-header__navigation {
  align-items: center;
  gap: clamp(22px, 3vw, 48px);
}

.hxp-nav__list {
  gap: clamp(14px, 1.7vw, 28px);
}

.hxp-nav .hx-nav__link {
  color: var(--hxp-ink-soft);
  font-size: 0.82rem;
  font-weight: 600;
  padding-block: 26px;
  position: relative;
}

.hxp-nav .hx-nav__link::after {
  background: var(--hxp-green);
  bottom: 18px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
  width: 100%;
}

.hxp-nav .hx-nav__link:hover::after,
.hxp-nav .current-menu-item > .hx-nav__link::after {
  transform: scaleX(1);
  transform-origin: left;
}

.hxp-header__actions {
  align-items: center;
  display: flex;
  gap: 14px;
}

.hxp-account-link {
  align-items: center;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 7px;
  text-decoration: none;
}

.hxp-account-link .hx-icon {
  height: 18px;
  width: 18px;
}

.hxp-button {
  border-radius: 9px;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 12px;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

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

.hxp-button .hx-icon {
  height: 17px;
  width: 17px;
}

.hxp-button--dark {
  background: var(--hxp-ink);
  border: 1px solid var(--hxp-ink);
  color: var(--hxp-white);
}

.hxp-button--dark:hover {
  background: var(--hxp-green-dark);
  border-color: var(--hxp-green-dark);
  box-shadow: 0 10px 30px rgba(22, 60, 50, 0.2);
  color: var(--hxp-white);
}

.hxp-button--line {
  background: transparent;
  border: 1px solid var(--hxp-line-strong);
  color: var(--hxp-ink);
}

.hxp-button--line:hover {
  background: var(--hxp-white);
  border-color: var(--hxp-ink);
}

.hxp-button--light {
  background: var(--hxp-lime);
  border: 1px solid var(--hxp-lime);
  color: var(--hxp-ink);
}

.hxp-button--light:hover {
  background: var(--hxp-white);
  border-color: var(--hxp-white);
  color: var(--hxp-ink);
}

.hxp-nav-toggle {
  border-color: var(--hxp-line-strong);
  color: var(--hxp-ink);
}

/* Hero */
.hxp-hero {
  border-bottom: 1px solid var(--hxp-line);
  min-height: calc(100vh - 78px);
  padding: clamp(72px, 9vw, 128px) 0 0;
  position: relative;
}

.hxp-hero::before {
  background: radial-gradient(circle, rgba(215, 242, 110, 0.5), rgba(215, 242, 110, 0) 68%);
  content: "";
  filter: blur(12px);
  height: 520px;
  position: absolute;
  right: -180px;
  top: -200px;
  width: 520px;
}

.hxp-hero__blueprint {
  background-image:
    linear-gradient(rgba(23, 35, 31, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 35, 31, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  inset: 0;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
  opacity: 0.65;
  pointer-events: none;
  position: absolute;
}

.hxp-hero__layout {
  align-items: center;
  display: grid;
  gap: clamp(48px, 7vw, 110px);
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  position: relative;
  z-index: 1;
}

.hxp-hero__content {
  max-width: 670px;
}

.hxp-hero h1 {
  font-size: clamp(3rem, 5.8vw, 6.35rem);
  line-height: 0.98;
  margin: 26px 0 28px;
  max-width: 850px;
}

.hxp-hero__lead {
  color: var(--hxp-muted);
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  line-height: 1.75;
  max-width: 660px;
}

.hxp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.hxp-hero__trust {
  border-top: 1px solid var(--hxp-line);
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 48px;
  padding-top: 22px;
}

.hxp-hero__trust span {
  align-items: center;
  color: var(--hxp-muted);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 600;
  gap: 7px;
}

.hxp-hero__trust .hx-icon {
  color: var(--hxp-green);
  height: 15px;
  width: 15px;
}

.hxp-console {
  --hxp-console-x: 0deg;
  --hxp-console-y: 0deg;
  --hxp-console-light-x: 50%;
  --hxp-console-light-y: 30%;
  background:
    radial-gradient(circle at var(--hxp-console-light-x) var(--hxp-console-light-y), rgba(215, 242, 110, 0.09), transparent 38%),
    var(--hxp-ink);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--hxp-radius-lg);
  box-shadow: 0 42px 100px rgba(23, 35, 31, 0.24);
  color: var(--hxp-white);
  min-height: 530px;
  overflow: hidden;
  position: relative;
  transform: perspective(1200px) rotateX(var(--hxp-console-x)) rotateY(var(--hxp-console-y));
  transition: transform 160ms ease, box-shadow 240ms ease;
}

.hxp-console::after {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 22px;
  content: "";
  inset: 12px;
  pointer-events: none;
  position: absolute;
}

.hxp-console.is-expanded {
  box-shadow: 0 48px 120px rgba(23, 35, 31, 0.32), 0 0 0 3px rgba(215, 242, 110, 0.15);
}

.hxp-console__topbar {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  min-height: 88px;
  padding: 0 30px;
}

.hxp-console__identity {
  align-items: center;
  display: flex;
  gap: 14px;
}

.hxp-console__identity small,
.hxp-console__welcome small,
.hxp-console__modules small {
  color: rgba(255, 255, 255, 0.48);
  display: block;
  font-family: var(--hxp-mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.hxp-console__identity strong {
  color: var(--hxp-white);
  display: block;
  font-size: 0.86rem;
}

.hxp-console__mark {
  align-items: end;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  display: flex;
  gap: 3px;
  height: 36px;
  justify-content: center;
  padding-bottom: 9px;
  width: 36px;
}

.hxp-console__mark i {
  background: var(--hxp-lime);
  border-radius: 2px;
  height: 8px;
  width: 4px;
}

.hxp-console__mark i:nth-child(2) { height: 14px; }
.hxp-console__mark i:nth-child(3) { height: 10px; }

.hxp-console__online {
  align-items: center;
  background: rgba(215, 242, 110, 0.08);
  border: 1px solid rgba(215, 242, 110, 0.18);
  border-radius: 999px;
  color: var(--hxp-lime);
  display: inline-flex;
  font-family: var(--hxp-mono);
  font-size: 0.58rem;
  gap: 7px;
  letter-spacing: 0.07em;
  padding: 7px 10px;
  text-transform: uppercase;
}

.hxp-console__online i {
  background: var(--hxp-lime);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(215, 242, 110, 0.08);
  height: 6px;
  width: 6px;
}

.hxp-console__layout {
  display: grid;
  grid-template-columns: 62px 1fr;
  min-height: 442px;
}

.hxp-console__nav {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 34px;
}

.hxp-console__nav span {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  display: grid;
  height: 28px;
  place-items: center;
  width: 28px;
}

.hxp-console__nav span i {
  background: rgba(255, 255, 255, 0.34);
  border-radius: 2px;
  height: 8px;
  width: 8px;
}

.hxp-console__nav span.is-active {
  background: var(--hxp-lime);
  border-color: var(--hxp-lime);
}

.hxp-console__nav span.is-active i {
  background: var(--hxp-ink);
}

.hxp-console__workspace {
  padding: 34px clamp(22px, 3vw, 38px) 28px;
}

.hxp-console__welcome {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

.hxp-console__welcome strong {
  color: var(--hxp-white);
  display: block;
  font-family: var(--hxp-display);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  letter-spacing: -0.035em;
}

.hxp-console__welcome > span {
  color: var(--hxp-lime);
  font-family: var(--hxp-mono);
  font-size: 0.62rem;
}

.hxp-console__progress {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  height: 4px;
  margin: 20px 0 28px;
  overflow: hidden;
}

.hxp-console__progress i {
  background: linear-gradient(90deg, var(--hxp-green-light), var(--hxp-lime));
  border-radius: inherit;
  display: block;
  height: 100%;
  width: 66%;
}

.hxp-console__modules {
  display: grid;
  gap: 9px;
}

.hxp-console__modules article {
  align-items: center;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  display: grid;
  gap: 13px;
  grid-template-columns: 34px 1fr 24px;
  min-height: 74px;
  padding: 12px 16px;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.hxp-console.is-expanded .hxp-console__modules article {
  transform: translateX(5px);
}

.hxp-console.is-expanded .hxp-console__modules article:nth-child(2) { transition-delay: 50ms; }
.hxp-console.is-expanded .hxp-console__modules article:nth-child(3) { transition-delay: 100ms; }

.hxp-console__modules article > span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.56);
  display: grid;
  font-family: var(--hxp-mono);
  font-size: 0.57rem;
  height: 34px;
  place-items: center;
  width: 34px;
}

.hxp-console__modules article strong {
  color: rgba(255, 255, 255, 0.82);
  display: block;
  font-size: 0.76rem;
  font-weight: 600;
}

.hxp-console__modules .hx-icon {
  color: rgba(255, 255, 255, 0.32);
  height: 17px;
  width: 17px;
}

.hxp-console__modules article.is-complete {
  background: rgba(108, 157, 142, 0.08);
}

.hxp-console__modules article.is-complete .hx-icon {
  color: var(--hxp-green-light);
}

.hxp-console__modules article.is-current {
  background: rgba(215, 242, 110, 0.1);
  border-color: rgba(215, 242, 110, 0.28);
}

.hxp-console__modules article.is-current > span {
  background: var(--hxp-lime);
  border-color: var(--hxp-lime);
  color: var(--hxp-ink);
}

.hxp-console__pulse {
  background: var(--hxp-lime);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(215, 242, 110, 0.4);
  height: 8px;
  margin-left: auto;
  width: 8px;
  animation: hxp-pulse 2s infinite;
}

.hxp-console__footer {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr auto;
  margin-top: 24px;
  padding-top: 20px;
}

.hxp-console__people {
  display: flex;
}

.hxp-console__people span {
  background: linear-gradient(145deg, var(--hxp-green-light), var(--hxp-lime));
  border: 2px solid var(--hxp-ink);
  border-radius: 50%;
  height: 25px;
  margin-left: -7px;
  width: 25px;
}

.hxp-console__people span:first-child { margin-left: 0; }
.hxp-console__people span:nth-child(2) { filter: saturate(0.4); }
.hxp-console__people span:nth-child(3) { background: var(--hxp-sand); }

.hxp-console__footer p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.65rem;
  margin: 0;
}

.hxp-console__footer button {
  background: transparent;
  border: 0;
  color: var(--hxp-lime);
  cursor: pointer;
  font-family: var(--hxp-mono);
  font-size: 0.58rem;
  padding: 4px;
  text-transform: uppercase;
}

.hxp-hero__index {
  border-top: 1px solid var(--hxp-line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(64px, 8vw, 110px);
  position: relative;
  z-index: 1;
}

.hxp-hero__index span {
  border-right: 1px solid var(--hxp-line);
  color: var(--hxp-muted);
  font-family: var(--hxp-mono);
  font-size: 0.57rem;
  letter-spacing: 0.08em;
  padding: 22px 14px;
}

.hxp-hero__index span:last-child { border-right: 0; }

/* Shared headings */
.hxp-section-heading {
  align-items: end;
  display: grid;
  gap: clamp(30px, 6vw, 110px);
  grid-template-columns: 0.62fr 1.38fr;
  margin-bottom: clamp(42px, 6vw, 76px);
}

.hxp-section-heading h2 {
  font-size: clamp(2.35rem, 4.3vw, 4.7rem);
  line-height: 1.04;
  margin: 0;
  max-width: 930px;
}

.hxp-section-heading p {
  color: var(--hxp-muted);
  font-size: 1rem;
  line-height: 1.8;
  margin: 24px 0 0;
  max-width: 700px;
}

.hxp-section-heading--compact {
  align-items: start;
}

/* Platform */
.hxp-platform {
  background: var(--hxp-paper-soft);
  padding: clamp(96px, 12vw, 170px) 0;
}

.hxp-platform__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hxp-feature {
  background: var(--hxp-white);
  border: 1px solid var(--hxp-line);
  border-radius: var(--hxp-radius);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
  overflow: hidden;
  padding: clamp(26px, 3vw, 42px);
  position: relative;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.hxp-feature:hover {
  border-color: var(--hxp-line-strong);
  box-shadow: var(--hxp-shadow);
  transform: translateY(-6px);
}

.hxp-feature--large {
  grid-row: span 2;
  min-height: 716px;
}

.hxp-feature__number {
  color: var(--hxp-muted);
  font-family: var(--hxp-mono);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
}

.hxp-feature__label {
  color: var(--hxp-green);
  display: block;
  font-family: var(--hxp-mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.hxp-feature h3 {
  font-size: clamp(1.65rem, 2.8vw, 3rem);
  line-height: 1.1;
  margin: 0 0 18px;
  max-width: 580px;
}

.hxp-feature:not(.hxp-feature--large) h3 {
  font-size: clamp(1.45rem, 2.1vw, 2.25rem);
}

.hxp-feature p {
  color: var(--hxp-muted);
  font-size: 0.9rem;
  line-height: 1.75;
  margin: 0;
  max-width: 560px;
}

.hxp-feature__icon {
  align-items: end;
  display: flex;
  gap: 10px;
  height: 250px;
  justify-content: center;
  margin: 20px auto 34px;
  position: relative;
  width: min(100%, 390px);
}

.hxp-feature__icon::before,
.hxp-feature__icon::after {
  border: 1px solid var(--hxp-line);
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hxp-feature__icon::before { height: 230px; width: 230px; }
.hxp-feature__icon::after { height: 160px; width: 160px; }

.hxp-feature__icon span {
  background: var(--hxp-green);
  border-radius: 7px 7px 3px 3px;
  box-shadow: 0 8px 24px rgba(46, 108, 89, 0.16);
  height: 80px;
  position: relative;
  width: 28px;
  z-index: 1;
}

.hxp-feature__icon span:nth-child(2) { background: var(--hxp-lime); height: 150px; }
.hxp-feature__icon span:nth-child(3) { background: var(--hxp-sand); height: 112px; }

.hxp-feature__files {
  height: 116px;
  margin: 26px 0 0 auto;
  position: relative;
  width: min(100%, 220px);
}

.hxp-feature__files span {
  background: var(--hxp-paper);
  border: 1px solid var(--hxp-line);
  border-radius: 9px;
  height: 82px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(6deg);
  width: 150px;
}

.hxp-feature__files span:nth-child(2) { right: 28px; top: 14px; transform: rotate(-3deg); }
.hxp-feature__files span:nth-child(3) { background: var(--hxp-green-dark); right: 56px; top: 28px; transform: rotate(-8deg); }

.hxp-feature__signal {
  align-items: end;
  display: flex;
  gap: 7px;
  height: 100px;
  justify-content: end;
  margin-top: 20px;
}

.hxp-feature__signal i {
  background: var(--hxp-green);
  border-radius: 3px;
  height: 30%;
  width: 8px;
}

.hxp-feature__signal i:nth-child(2) { height: 55%; }
.hxp-feature__signal i:nth-child(3) { background: var(--hxp-lime); height: 90%; }
.hxp-feature__signal i:nth-child(4) { height: 65%; }
.hxp-feature__signal i:nth-child(5) { background: var(--hxp-sand); height: 42%; }

.hxp-feature--accent {
  background: var(--hxp-lime);
}

.hxp-feature--accent .hxp-feature__label,
.hxp-feature--accent p,
.hxp-feature--accent .hxp-feature__number {
  color: rgba(23, 35, 31, 0.7);
}

.hxp-feature--accent > a {
  align-items: center;
  border-top: 1px solid rgba(23, 35, 31, 0.16);
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 18px;
  text-decoration: none;
}

.hxp-feature--accent > a .hx-icon { height: 18px; width: 18px; }

/* Method */
.hxp-method {
  background: var(--hxp-green-dark);
  color: var(--hxp-white);
  padding: clamp(100px, 12vw, 170px) 0;
  position: relative;
}

.hxp-method::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 70px 70px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hxp-method__layout {
  display: grid;
  gap: clamp(54px, 9vw, 150px);
  grid-template-columns: minmax(0, 0.86fr) minmax(500px, 1.14fr);
  position: relative;
}

.hxp-method__intro {
  position: sticky;
  top: 140px;
}

.hxp-method h2 {
  color: var(--hxp-white);
  font-size: clamp(2.5rem, 4.6vw, 5rem);
  margin: 28px 0 26px;
}

.hxp-method__intro p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 580px;
}

.hxp-method__steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hxp-method__steps li {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  margin: 0;
  padding: 0;
}

.hxp-method__steps li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.hxp-method__steps button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--hxp-white);
  cursor: pointer;
  display: grid;
  gap: 20px;
  grid-template-columns: 50px 1fr 30px;
  padding: 26px 0;
  text-align: left;
  width: 100%;
}

.hxp-method__steps button > span {
  color: rgba(255, 255, 255, 0.42);
  font-family: var(--hxp-mono);
  font-size: 0.62rem;
}

.hxp-method__steps button small {
  color: var(--hxp-lime);
  display: block;
  font-family: var(--hxp-mono);
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.hxp-method__steps button strong {
  color: rgba(255, 255, 255, 0.84);
  display: block;
  font-family: var(--hxp-display);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  letter-spacing: -0.035em;
}

.hxp-method__steps button .hx-icon {
  color: rgba(255, 255, 255, 0.45);
  height: 20px;
  transition: transform 200ms ease;
  width: 20px;
}

.hxp-method__steps li.is-active button .hx-icon {
  color: var(--hxp-lime);
  transform: rotate(45deg);
}

.hxp-method__steps p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.88rem;
  line-height: 1.75;
  margin: 0;
  max-height: 0;
  max-width: 580px;
  opacity: 0;
  overflow: hidden;
  padding: 0 30px 0 70px;
  transition: max-height 260ms ease, opacity 220ms ease, padding 220ms ease;
}

.hxp-method__steps li.is-active p {
  max-height: 180px;
  opacity: 1;
  padding-bottom: 30px;
}

/* Audiences */
.hxp-audiences {
  background: var(--hxp-paper);
  padding: clamp(96px, 12vw, 170px) 0;
}

.hxp-audiences__tabs {
  border-bottom: 1px solid var(--hxp-line-strong);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hxp-audiences__tabs button {
  background: transparent;
  border: 0;
  color: var(--hxp-muted);
  cursor: pointer;
  font-family: var(--hxp-mono);
  font-size: 0.67rem;
  letter-spacing: 0.07em;
  padding: 18px 12px;
  position: relative;
  text-transform: uppercase;
}

.hxp-audiences__tabs button::after {
  background: var(--hxp-green);
  bottom: -1px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: transform 180ms ease;
  width: 100%;
}

.hxp-audiences__tabs button[aria-selected="true"] {
  color: var(--hxp-ink);
}

.hxp-audiences__tabs button[aria-selected="true"]::after { transform: scaleX(1); }

.hxp-audiences__panels {
  min-height: 400px;
}

.hxp-audience-panel {
  align-items: end;
  animation: hxp-panel-in 280ms ease both;
  border-bottom: 1px solid var(--hxp-line);
  display: grid;
  gap: clamp(40px, 9vw, 160px);
  grid-template-columns: 1.28fr 0.72fr;
  min-height: 400px;
  padding: clamp(52px, 7vw, 90px) 0;
}

.hxp-audience-panel[hidden] { display: none; }

.hxp-audience-panel > div > span {
  color: var(--hxp-green);
  font-family: var(--hxp-mono);
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hxp-audience-panel h3 {
  font-size: clamp(2.1rem, 4vw, 4.5rem);
  margin: 22px 0;
  max-width: 850px;
}

.hxp-audience-panel p {
  color: var(--hxp-muted);
  line-height: 1.8;
  max-width: 700px;
}

.hxp-audience-panel ul {
  border: 1px solid var(--hxp-line);
  border-radius: var(--hxp-radius);
  list-style: none;
  margin: 0;
  padding: 20px 28px;
}

.hxp-audience-panel li {
  align-items: center;
  border-bottom: 1px solid var(--hxp-line);
  color: var(--hxp-ink-soft);
  display: flex;
  font-size: 0.78rem;
  gap: 10px;
  padding: 17px 0;
}

.hxp-audience-panel li:last-child { border-bottom: 0; }
.hxp-audience-panel li .hx-icon { color: var(--hxp-green); height: 16px; width: 16px; }

/* Resources */
.hxp-resources {
  background: var(--hxp-sand-soft);
  padding: clamp(96px, 12vw, 160px) 0;
}

.hxp-resources__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hxp-resource-card {
  background: var(--hxp-white);
  border: 1px solid var(--hxp-line);
  border-radius: var(--hxp-radius);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.hxp-resource-card:hover {
  box-shadow: var(--hxp-shadow);
  transform: translateY(-6px);
}

.hxp-resource-card__media {
  background: var(--hxp-green-dark);
  display: block;
  height: 220px;
  overflow: hidden;
  text-decoration: none;
}

.hxp-resource-card__media img {
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
  width: 100%;
}

.hxp-resource-card:hover .hxp-resource-card__media img { transform: scale(1.04); }

.hxp-resource-card__placeholder {
  align-items: end;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 32px 32px;
  display: flex;
  gap: 9px;
  height: 100%;
  justify-content: center;
  padding-bottom: 48px;
}

.hxp-resource-card__placeholder i {
  background: var(--hxp-green-light);
  border-radius: 4px;
  height: 54px;
  width: 16px;
}

.hxp-resource-card__placeholder i:nth-child(2) { background: var(--hxp-lime); height: 98px; }
.hxp-resource-card__placeholder i:nth-child(3) { background: var(--hxp-sand); height: 72px; }

.hxp-resource-card__body {
  padding: 28px;
}

.hxp-resource-card__meta {
  color: var(--hxp-green);
  font-family: var(--hxp-mono);
  font-size: 0.58rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hxp-resource-card h3 {
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  line-height: 1.2;
  margin: 14px 0 13px;
}

.hxp-resource-card h3 a { text-decoration: none; }

.hxp-resource-card p {
  color: var(--hxp-muted);
  font-size: 0.82rem;
  line-height: 1.7;
  margin: 0;
}

.hxp-resource-card__link {
  align-items: center;
  border-top: 1px solid var(--hxp-line);
  display: flex;
  font-size: 0.72rem;
  font-weight: 700;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 17px;
  text-decoration: none;
}

.hxp-resource-card__link .hx-icon { height: 17px; width: 17px; }

.hxp-resources__empty {
  align-items: center;
  background: var(--hxp-white);
  border: 1px solid var(--hxp-line);
  border-radius: var(--hxp-radius);
  display: grid;
  gap: 34px;
  grid-template-columns: 140px 1fr;
  padding: clamp(28px, 5vw, 58px);
}

.hxp-resources__empty-icon {
  align-items: end;
  background: var(--hxp-green-dark);
  border-radius: 20px;
  display: flex;
  gap: 7px;
  height: 120px;
  justify-content: center;
  padding-bottom: 30px;
  width: 120px;
}

.hxp-resources__empty-icon span { background: var(--hxp-green-light); border-radius: 3px; height: 32px; width: 10px; }
.hxp-resources__empty-icon span:nth-child(2) { background: var(--hxp-lime); height: 58px; }
.hxp-resources__empty-icon span:nth-child(3) { background: var(--hxp-sand); height: 43px; }

.hxp-resources__empty > div > span {
  color: var(--hxp-green);
  font-family: var(--hxp-mono);
  font-size: 0.6rem;
  text-transform: uppercase;
}

.hxp-resources__empty h3 {
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  margin: 10px 0;
}

.hxp-resources__empty p { color: var(--hxp-muted); margin: 0; }

/* Standards */
.hxp-standards {
  background: var(--hxp-paper-soft);
  padding: clamp(96px, 11vw, 150px) 0;
}

.hxp-standards__layout {
  align-items: center;
  display: grid;
  gap: clamp(52px, 10vw, 160px);
  grid-template-columns: 0.72fr 1.28fr;
}

.hxp-standards__seal {
  align-items: center;
  aspect-ratio: 1;
  border: 1px solid var(--hxp-line-strong);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  max-width: 360px;
  position: relative;
  width: 100%;
}

.hxp-standards__seal::before,
.hxp-standards__seal::after {
  border: 1px dashed var(--hxp-line-strong);
  border-radius: 50%;
  content: "";
  inset: 20px;
  position: absolute;
}

.hxp-standards__seal::after {
  border-style: solid;
  inset: 52px;
}

.hxp-standards__seal span {
  color: var(--hxp-green);
  font-family: var(--hxp-mono);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  position: relative;
  z-index: 1;
}

.hxp-standards__seal strong {
  font-family: var(--hxp-display);
  font-size: clamp(3rem, 6vw, 5.4rem);
  letter-spacing: -0.07em;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.hxp-standards__seal i {
  background: var(--hxp-lime);
  border-radius: 50%;
  height: 14px;
  margin-top: 18px;
  position: relative;
  width: 14px;
  z-index: 1;
}

.hxp-standards__content h2 {
  font-size: clamp(2.4rem, 4.4vw, 4.8rem);
  margin: 24px 0;
}

.hxp-standards__content > p {
  color: var(--hxp-muted);
  font-size: 1rem;
  line-height: 1.85;
  max-width: 760px;
}

.hxp-standards__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hxp-standards__checks span {
  align-items: center;
  background: var(--hxp-white);
  border: 1px solid var(--hxp-line);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.73rem;
  gap: 8px;
  padding: 10px 14px;
}

.hxp-standards__checks .hx-icon { color: var(--hxp-green); height: 15px; width: 15px; }

/* Access */
.hxp-access {
  background: var(--hxp-paper-soft);
  padding: 0 0 clamp(96px, 10vw, 140px);
}

.hxp-access__card {
  align-items: end;
  background: var(--hxp-ink);
  border-radius: var(--hxp-radius-lg);
  color: var(--hxp-white);
  display: grid;
  gap: clamp(40px, 8vw, 130px);
  grid-template-columns: 1.35fr 0.65fr;
  min-height: 480px;
  overflow: hidden;
  padding: clamp(42px, 7vw, 88px);
  position: relative;
}

.hxp-access__content,
.hxp-access__actions {
  position: relative;
  z-index: 1;
}

.hxp-access__content h2 {
  color: var(--hxp-white);
  font-size: clamp(2.5rem, 4.8vw, 5.2rem);
  margin: 26px 0;
  max-width: 900px;
}

.hxp-access__content p {
  color: rgba(255, 255, 255, 0.61);
  line-height: 1.8;
  max-width: 720px;
}

.hxp-access__actions {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hxp-access__actions > a:last-child {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  font-size: 0.72rem;
  font-weight: 600;
  justify-content: space-between;
  padding-top: 18px;
  text-decoration: none;
}

.hxp-access__actions > a:last-child .hx-icon { height: 17px; width: 17px; }

.hxp-access__grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  inset: 0;
  mask-image: radial-gradient(circle at 85% 15%, black, transparent 55%);
  position: absolute;
}

/* Footer */
.hxp-footer {
  background: #101915;
  color: rgba(255, 255, 255, 0.65);
  padding: clamp(72px, 9vw, 110px) 0 28px;
}

.hxp-footer__top {
  display: grid;
  gap: 40px;
  grid-template-columns: 1.6fr 0.72fr 0.72fr 0.9fr;
}

.hxp-footer__brand { color: var(--hxp-white); }
.hxp-footer .hxp-brand__mark::before { border-color: rgba(255, 255, 255, 0.82); }
.hxp-footer .hxp-brand__edition { border-color: rgba(255, 255, 255, 0.16); color: var(--hxp-lime); }

.hxp-footer__identity p {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.83rem;
  line-height: 1.75;
  margin: 24px 0;
  max-width: 390px;
}

.hxp-footer__status {
  align-items: center;
  color: var(--hxp-lime);
  display: inline-flex;
  font-family: var(--hxp-mono);
  font-size: 0.58rem;
  gap: 8px;
  text-transform: uppercase;
}

.hxp-footer__status i {
  background: var(--hxp-lime);
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.hxp-footer__column h2 {
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--hxp-mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.hxp-footer__column ul {
  display: grid;
  gap: 11px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hxp-footer__column a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  text-decoration: none;
  transition: color 160ms ease;
}

.hxp-footer__column a:hover { color: var(--hxp-white); }
.hxp-footer__contact { display: flex; flex-direction: column; gap: 10px; }

.hxp-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  font-size: 0.66rem;
  justify-content: space-between;
  margin-top: 70px;
  padding-top: 24px;
}

.hxp-footer__bottom p { margin: 0; }
.hxp-footer__legal { display: flex; gap: 18px; list-style: none; margin: 0; padding: 0; }
.hxp-footer__legal a { color: rgba(255, 255, 255, 0.45); text-decoration: none; }

/* Generic WordPress content */
.hxp-site:not(.hxp-front-page) .hx-main {
  background: var(--hxp-paper-soft);
  min-height: 70vh;
  padding-bottom: 90px;
}

.hxp-site .hx-page-header,
.hxp-site .hx-entry-header,
.hxp-site .hx-archive-header {
  background: var(--hxp-ink);
  color: var(--hxp-white);
}

.hxp-site .hx-entry-content,
.hxp-site .hx-page,
.hxp-site .hx-single,
.hxp-site .hx-post-card,
.hxp-site .hx-empty-state__inner {
  color: var(--hxp-ink);
}

.hxp-site .hx-post-card,
.hxp-site .hx-empty-state__inner {
  background: var(--hxp-white);
  border: 1px solid var(--hxp-line);
  border-radius: var(--hxp-radius);
}

/* Motion */
@keyframes hxp-pulse {
  0% { box-shadow: 0 0 0 0 rgba(215, 242, 110, 0.38); }
  70% { box-shadow: 0 0 0 10px rgba(215, 242, 110, 0); }
  100% { box-shadow: 0 0 0 0 rgba(215, 242, 110, 0); }
}

@keyframes hxp-panel-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 1120px) {
  .hxp-header__navigation { gap: 20px; }
  .hxp-nav__list { gap: 14px; }
  .hxp-nav .hx-nav__link { font-size: 0.75rem; }
  .hxp-account-link span { display: none; }
  .hxp-hero__layout { gap: 50px; grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr); }
  .hxp-method__layout { gap: 70px; grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1.18fr); }
}

@media (max-width: 960px) {
  .hxp-site .hx-container--wide { width: min(100% - 36px, 1320px); }

  .hxp-header__navigation {
    background: var(--hxp-paper-soft);
    border-bottom: 1px solid var(--hxp-line);
    box-shadow: 0 24px 60px rgba(23, 35, 31, 0.12);
  }

  .hxp-nav .hx-nav__link { padding-block: 13px; }
  .hxp-header__actions { align-items: stretch; flex-direction: column; margin-top: 16px; }
  .hxp-account-link span { display: inline; }
  .hxp-header__cta { justify-content: center; width: 100%; }

  .hxp-hero { min-height: auto; padding-top: 78px; }
  .hxp-hero__layout { grid-template-columns: 1fr; }
  .hxp-hero__content { max-width: 780px; }
  .hxp-console { margin-left: auto; margin-right: auto; max-width: 720px; width: 100%; }

  .hxp-section-heading { align-items: start; grid-template-columns: 1fr; }
  .hxp-platform__grid { grid-template-columns: 1fr; }
  .hxp-feature--large { grid-row: auto; min-height: 620px; }

  .hxp-method__layout { grid-template-columns: 1fr; }
  .hxp-method__intro { position: static; }
  .hxp-method__steps { max-width: 760px; }

  .hxp-audience-panel { gap: 50px; grid-template-columns: 1fr; }
  .hxp-audience-panel ul { max-width: 560px; }

  .hxp-resources__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hxp-resource-card:last-child:nth-child(odd) { grid-column: 1 / -1; }

  .hxp-standards__layout { gap: 70px; grid-template-columns: 0.8fr 1.2fr; }
  .hxp-access__card { grid-template-columns: 1fr; }
  .hxp-access__actions { max-width: 420px; }

  .hxp-footer__top { grid-template-columns: 1.35fr repeat(2, 0.8fr); }
  .hxp-footer__contact { grid-column: 2 / -1; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 74px; }
  .hxp-site .hx-container--wide { width: min(100% - 28px, 1320px); }
  .hxp-header, .hxp-header__inner { min-height: 70px; }
  .hxp-brand__name { font-size: 1rem; }
  .hxp-brand__edition { font-size: 0.6rem; }
  .hxp-brand__logo .custom-logo { height: 36px; max-width: 140px; }

  .hxp-hero { padding-top: 58px; }
  .hxp-hero h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .hxp-hero__lead { font-size: 0.98rem; }
  .hxp-hero__actions { align-items: stretch; flex-direction: column; }
  .hxp-hero__actions .hxp-button { justify-content: center; width: 100%; }
  .hxp-hero__trust { align-items: flex-start; flex-direction: column; }

  .hxp-console { border-radius: 24px; min-height: 500px; }
  .hxp-console__topbar { min-height: 76px; padding: 0 20px; }
  .hxp-console__online { display: none; }
  .hxp-console__layout { grid-template-columns: 48px 1fr; }
  .hxp-console__workspace { padding: 28px 16px 22px; }
  .hxp-console__nav { gap: 16px; padding-top: 28px; }
  .hxp-console__nav span { height: 24px; width: 24px; }
  .hxp-console__modules article { gap: 10px; grid-template-columns: 31px 1fr 18px; padding: 10px; }
  .hxp-console__modules article > span { height: 31px; width: 31px; }
  .hxp-console__footer { grid-template-columns: auto 1fr; }
  .hxp-console__footer button { grid-column: 1 / -1; text-align: left; }

  .hxp-hero__index { grid-template-columns: repeat(2, 1fr); }
  .hxp-hero__index span:nth-child(2) { border-right: 0; }
  .hxp-hero__index span:nth-child(-n + 2) { border-bottom: 1px solid var(--hxp-line); }

  .hxp-section-heading h2 { font-size: clamp(2.15rem, 10vw, 3.6rem); }
  .hxp-feature, .hxp-feature--large { min-height: 440px; padding: 25px; }
  .hxp-feature__icon { height: 180px; }
  .hxp-feature__icon::before { height: 170px; width: 170px; }
  .hxp-feature__icon::after { height: 110px; width: 110px; }

  .hxp-method__steps button { gap: 12px; grid-template-columns: 34px 1fr 24px; }
  .hxp-method__steps p { padding-left: 46px; }

  .hxp-audiences__tabs { gap: 5px; grid-template-columns: repeat(2, 1fr); }
  .hxp-audiences__tabs button { border-bottom: 1px solid var(--hxp-line); }
  .hxp-audience-panel { min-height: 0; padding: 48px 0; }

  .hxp-resources__grid { grid-template-columns: 1fr; }
  .hxp-resource-card:last-child:nth-child(odd) { grid-column: auto; }
  .hxp-resources__empty { grid-template-columns: 1fr; }

  .hxp-standards__layout { grid-template-columns: 1fr; }
  .hxp-standards__seal { max-width: 280px; }
  .hxp-standards__content h2 { font-size: clamp(2.15rem, 10vw, 3.7rem); }

  .hxp-access__card { min-height: 0; padding: 40px 25px; }
  .hxp-access__content h2 { font-size: clamp(2.2rem, 10vw, 3.8rem); }

  .hxp-footer__top { grid-template-columns: repeat(2, 1fr); }
  .hxp-footer__identity { grid-column: 1 / -1; }
  .hxp-footer__contact { grid-column: 1 / -1; }
  .hxp-footer__bottom { align-items: flex-start; flex-direction: column; gap: 18px; }
}

@media (max-width: 480px) {
  .hxp-console__identity strong { font-size: 0.72rem; }
  .hxp-console__welcome > span { display: none; }
  .hxp-console__modules article strong { font-size: 0.68rem; }
  .hxp-audiences__tabs { grid-template-columns: 1fr; }
  .hxp-footer__top { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hxp-console,
  .hxp-feature,
  .hxp-resource-card,
  .hxp-button,
  .hxp-console__modules article {
    transition: none !important;
  }
  .hxp-console__pulse { animation: none; }
}
