.anxt-page-content {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.anxt-page-content .anxt-content-narrow > *:first-child {
  margin-top: 0;
}

.anxt-page-content h2 {
  margin-top: clamp(2.4rem, 6vw, 4.5rem);
  font-size: clamp(1.9rem, 4vw, 3.2rem);
}

.anxt-page-content h3 {
  margin-top: 2rem;
}

.anxt-page-content p,
.anxt-page-content li {
  color: var(--anxt-muted);
}

.anxt-page-content .anxt-lead {
  max-width: 820px;
  color: var(--anxt-ink);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
}

.anxt-page-content ul,
.anxt-page-content ol {
  padding-left: 1.25rem;
}

.anxt-page-content li + li {
  margin-top: 0.45rem;
}

.anxt-page-content .anxt-grid {
  margin: 2.5rem 0;
}

.anxt-page-content .anxt-panel h2,
.anxt-page-content .anxt-panel h3,
.anxt-page-content .anxt-callout h3,
.anxt-page-content .anxt-empty-state h3 {
  margin-top: 0;
}

.anxt-check-list {
  padding-left: 0 !important;
  list-style: none;
}

.anxt-check-list li {
  position: relative;
  padding-left: 1.6rem;
}

.anxt-check-list li::before {
  position: absolute;
  top: 0.05rem;
  left: 0;
  color: var(--anxt-orange);
  content: "✓";
  font-weight: 900;
}

.anxt-legal-notice {
  margin-bottom: 2rem;
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--anxt-orange);
  background: #fff7ef;
  color: var(--anxt-deep);
}

.anxt-page-content .anxt-interest-form-wrap {
  max-width: none;
  margin: 2.5rem 0 0;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--anxt-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--anxt-shadow);
}

.anxt-page-content .anxt-interest-form__intro {
  max-width: 740px;
  margin-bottom: 2rem;
}

.anxt-page-content .anxt-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.25rem;
}

.anxt-page-content .anxt-interest-form p {
  margin: 0 0 1.25rem;
}

.anxt-page-content .anxt-interest-form label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--anxt-deep);
  font-weight: 700;
}

.anxt-page-content .anxt-interest-form input[type="text"],
.anxt-page-content .anxt-interest-form input[type="email"],
.anxt-page-content .anxt-interest-form select,
.anxt-page-content .anxt-interest-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 0.9rem;
  border: 1px solid #b9c6d8;
  border-radius: 10px;
  background: #fff;
  color: var(--anxt-deep);
}

.anxt-page-content .anxt-interest-form textarea {
  min-height: 130px;
  resize: vertical;
}

.anxt-page-content .anxt-interest-form input:focus,
.anxt-page-content .anxt-interest-form select:focus,
.anxt-page-content .anxt-interest-form textarea:focus {
  border-color: var(--anxt-cobalt);
  outline: 3px solid rgba(30, 86, 214, 0.18);
  outline-offset: 1px;
}

.anxt-page-content .anxt-form-consent label {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  color: var(--anxt-muted);
  font-weight: 500;
}

.anxt-page-content .anxt-form-consent input {
  width: 18px;
  height: 18px;
  margin-top: 0.2rem;
  accent-color: var(--anxt-cobalt);
}

.anxt-page-content .anxt-form-notice {
  margin: 0 0 1.5rem;
  padding: 0.9rem 1rem;
  border-radius: 9px;
  font-weight: 700;
}

.anxt-page-content .anxt-form-notice--success {
  background: #e9f7ef;
  color: #17663b;
}

.anxt-page-content .anxt-form-notice--error {
  background: #fff0ed;
  color: #9b2f1d;
}

.anxt-page-content .anxt-form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.navigation.pagination {
  grid-column: 1 / -1;
  margin-top: 2rem;
}

@media (max-width: 680px) {
  .anxt-page-content .anxt-form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}


/* Subpage brand system: mirrors the approved homepage without changing .home. */
.page:not(.home) {
  background: #f4f6f9;
}

.page:not(.home) .anxt-page-hero {
  min-height: 330px;
  display: flex;
  align-items: center;
  padding: clamp(4.75rem, 8vw, 7rem) 0;
  border-bottom: 7px solid var(--anxt-orange);
}

.page:not(.home) .anxt-page-hero .anxt-container {
  position: relative;
  padding-right: 220px;
}

.page:not(.home) .anxt-page-hero .anxt-container::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  width: 182px;
  height: 62px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background:
    linear-gradient(
      90deg,
      #ff8900 0 31%,
      transparent 31% 34.5%,
      #ff6b00 34.5% 65.5%,
      transparent 65.5% 69%,
      #ff4318 69% 100%
    );
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.26);
  color: #fff;
  content: "N X T";
  font: 900 1.8rem/1 var(--anxt-heading);
  letter-spacing: 0.42em;
  padding-left: 0.42em;
  transform: translateY(-50%);
}

.page:not(.home) .anxt-page-hero h1 {
  max-width: 780px;
  font-size: clamp(2.8rem, 6.5vw, 5.2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.page:not(.home) .anxt-page-hero h1::after {
  display: block;
  width: 118px;
  height: 5px;
  margin-top: 1.25rem;
  background: linear-gradient(90deg, #fff 0 32%, var(--anxt-orange) 32% 100%);
  content: "";
}

.page:not(.home) .anxt-page-content {
  position: relative;
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  background:
    linear-gradient(180deg, #f4f6f9 0, #fff 240px, #fff 100%);
}

.page:not(.home) .anxt-page-content .anxt-content-narrow {
  max-width: var(--anxt-container);
}

.page:not(.home) .anxt-page-content .anxt-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.65rem;
  padding: 0.5rem 0.7rem;
  border-left: 5px solid var(--anxt-orange);
  background: #eef2f8;
  color: var(--anxt-navy);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

.page:not(.home) .anxt-page-content .anxt-kicker + h2 {
  max-width: 900px;
  margin-top: 0.35rem;
  margin-bottom: 1.25rem;
  color: var(--anxt-deep);
  font-size: clamp(2.15rem, 4.5vw, 3.75rem);
  font-weight: 850;
  letter-spacing: -0.04em;
}

.page:not(.home) .anxt-page-content .anxt-kicker + h2::after {
  display: block;
  width: 88px;
  height: 5px;
  margin-top: 1.15rem;
  background: linear-gradient(90deg, var(--anxt-navy) 0 34%, var(--anxt-orange) 34% 100%);
  content: "";
}

.page:not(.home) .anxt-page-content .anxt-lead {
  max-width: 920px;
  margin-bottom: clamp(2.5rem, 5vw, 4.25rem);
  color: #3f4d63;
  font-size: clamp(1.12rem, 2vw, 1.38rem);
  font-weight: 500;
  line-height: 1.7;
}

.page:not(.home) .anxt-page-content .anxt-content-narrow > p:not(.anxt-kicker):not(.anxt-lead),
.page:not(.home) .anxt-page-content .anxt-content-narrow > ul,
.page:not(.home) .anxt-page-content .anxt-content-narrow > ol,
.page:not(.home) .anxt-page-content .anxt-content-narrow > h3 {
  max-width: 900px;
}

.page:not(.home) .anxt-page-content .anxt-content-narrow > p:not(.anxt-kicker):not(.anxt-lead) {
  font-size: 1.04rem;
  line-height: 1.75;
}

.page:not(.home) .anxt-page-content .anxt-grid {
  gap: clamp(1rem, 2.4vw, 1.65rem);
  margin: clamp(2.75rem, 6vw, 4.75rem) 0;
}

.page:not(.home) .anxt-page-content .anxt-panel {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  padding: clamp(1.6rem, 3.3vw, 2.35rem);
  border: 1px solid #e0e5ec;
  border-top: 6px solid var(--anxt-orange);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(6, 27, 67, 0.09);
}

.page:not(.home) .anxt-page-content .anxt-panel::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background: rgba(30, 86, 214, 0.08);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  content: "";
  pointer-events: none;
}

.page:not(.home) .anxt-page-content .anxt-panel h3 {
  margin-bottom: 0.9rem;
  color: var(--anxt-navy);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.page:not(.home) .anxt-page-content .anxt-panel p:last-child,
.page:not(.home) .anxt-page-content .anxt-panel ul:last-child {
  margin-bottom: 0;
}

.page:not(.home) .anxt-page-content .anxt-panel li {
  line-height: 1.58;
}

.page:not(.home) .anxt-page-content .anxt-panel li + li {
  margin-top: 0.68rem;
}

.page:not(.home) .anxt-page-content .anxt-panel--accent,
.page:not(.home) .anxt-page-content .anxt-panel--dark {
  border-color: var(--anxt-orange);
  background:
    radial-gradient(circle at 88% 8%, rgba(30, 86, 214, 0.34), transparent 28%),
    linear-gradient(145deg, var(--anxt-deep), var(--anxt-navy));
  color: rgba(255, 255, 255, 0.78);
}

.page:not(.home) .anxt-page-content .anxt-panel--accent h3,
.page:not(.home) .anxt-page-content .anxt-panel--dark h3 {
  color: #fff;
}

.page:not(.home) .anxt-page-content .anxt-panel--accent p,
.page:not(.home) .anxt-page-content .anxt-panel--accent li,
.page:not(.home) .anxt-page-content .anxt-panel--dark p,
.page:not(.home) .anxt-page-content .anxt-panel--dark li {
  color: rgba(255, 255, 255, 0.76);
}

.page:not(.home) .anxt-page-content .anxt-number,
.page:not(.home) .anxt-page-content .anxt-tier {
  display: inline-grid;
  min-width: 44px;
  min-height: 35px;
  place-items: center;
  margin-bottom: 1.5rem;
  padding: 0.55rem 0.7rem;
  border-radius: 5px;
  background: linear-gradient(145deg, #ff8900, #ff5b10);
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}

.page:not(.home) .anxt-page-content .anxt-empty-state {
  position: relative;
  overflow: hidden;
  margin: clamp(2.75rem, 6vw, 4.75rem) 0 0;
  padding: clamp(2rem, 5vw, 4rem);
  border: 0;
  border-top: 7px solid var(--anxt-orange);
  border-radius: 10px;
  background:
    radial-gradient(circle at 86% 10%, rgba(30, 86, 214, 0.36), transparent 30%),
    linear-gradient(125deg, var(--anxt-deep), var(--anxt-navy));
  box-shadow: var(--anxt-shadow);
  color: rgba(255, 255, 255, 0.78);
}

.page:not(.home) .anxt-page-content .anxt-empty-state::after {
  position: absolute;
  right: -55px;
  bottom: -74px;
  width: 180px;
  height: 230px;
  background: var(--anxt-orange);
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%);
  content: "";
  opacity: 0.92;
}

.page:not(.home) .anxt-page-content .anxt-empty-state > * {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.page:not(.home) .anxt-page-content .anxt-empty-state h3 {
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
}

.page:not(.home) .anxt-page-content .anxt-empty-state p {
  color: rgba(255, 255, 255, 0.78);
}

.page:not(.home) .anxt-page-content .anxt-callout {
  position: relative;
  overflow: hidden;
  margin-top: clamp(2.75rem, 6vw, 4.75rem);
  padding: clamp(1.7rem, 4vw, 3rem);
  border: 0;
  border-left: 8px solid var(--anxt-orange);
  border-radius: 8px;
  background:
    linear-gradient(110deg, #eef2f8 0%, #fff 70%, rgba(255, 122, 0, 0.12) 100%);
  box-shadow: 0 12px 34px rgba(6, 27, 67, 0.07);
}

.page:not(.home) .anxt-page-content .anxt-callout h3 {
  color: var(--anxt-deep);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.page:not(.home) .anxt-page-content .anxt-callout p:last-child {
  margin-bottom: 0;
}

.page:not(.home) .anxt-page-content .anxt-check-list li {
  min-height: 34px;
  padding-left: 2.35rem;
}

.page:not(.home) .anxt-page-content .anxt-check-list li::before {
  top: -0.05rem;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 4px;
  background: var(--anxt-orange);
  color: #fff;
  content: "✓";
  font-size: 0.8rem;
}

.page:not(.home) .anxt-page-content .anxt-tag-cloud {
  gap: 0.85rem;
  margin: 1.5rem 0 3rem;
}

.page:not(.home) .anxt-page-content .anxt-tag-cloud span {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1rem;
  border: 1px solid #dce3ec;
  border-left: 5px solid var(--anxt-orange);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(6, 27, 67, 0.06);
}

.page:not(.home) .anxt-page-content .anxt-legal-notice {
  max-width: 900px;
  margin: 0 0 2.5rem;
  padding: 1.25rem 1.4rem;
  border: 0;
  border-left: 7px solid var(--anxt-orange);
  border-radius: 6px;
  background: #fff3e5;
  box-shadow: 0 10px 26px rgba(6, 27, 67, 0.06);
}

.page:not(.home) .anxt-page-content .anxt-interest-form-wrap {
  position: relative;
  overflow: hidden;
  margin-top: clamp(2.75rem, 6vw, 4.75rem);
  border-top: 7px solid var(--anxt-orange);
  background: #fff;
  box-shadow: 0 20px 52px rgba(6, 27, 67, 0.12);
}

.page:not(.home) .anxt-page-content .anxt-interest-form-wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background: rgba(30, 86, 214, 0.1);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  content: "";
  pointer-events: none;
}

.page:not(.home) .anxt-page-content .anxt-interest-form label {
  color: var(--anxt-navy);
  font-family: var(--anxt-heading);
  font-size: 0.82rem;
  letter-spacing: 0.025em;
}

.page:not(.home) .anxt-page-content .anxt-interest-form input[type="text"],
.page:not(.home) .anxt-page-content .anxt-interest-form input[type="email"],
.page:not(.home) .anxt-page-content .anxt-interest-form select,
.page:not(.home) .anxt-page-content .anxt-interest-form textarea {
  border: 1px solid #c9d3e0;
  border-radius: 5px;
  background: #f9fafc;
}

.page:not(.home) .anxt-page-content .anxt-interest-form input:focus,
.page:not(.home) .anxt-page-content .anxt-interest-form select:focus,
.page:not(.home) .anxt-page-content .anxt-interest-form textarea:focus {
  background: #fff;
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .page:not(.home) .anxt-page-content .anxt-panel {
    transition: transform 180ms ease, box-shadow 180ms ease;
  }

  .page:not(.home) .anxt-page-content .anxt-panel:hover {
    box-shadow: 0 22px 48px rgba(6, 27, 67, 0.14);
    transform: translateY(-4px);
  }
}

@media (max-width: 900px) {
  .page:not(.home) .anxt-page-hero .anxt-container {
    padding-right: 0;
  }

  .page:not(.home) .anxt-page-hero .anxt-container::after {
    display: none;
  }
}

@media (max-width: 680px) {
  .page:not(.home) .anxt-page-hero {
    min-height: 250px;
    padding-block: 4rem;
  }

  .page:not(.home) .anxt-page-hero h1 {
    font-size: clamp(2.5rem, 15vw, 4rem);
  }

  .page:not(.home) .anxt-page-content {
    padding-block: 3.5rem 5rem;
  }

  .page:not(.home) .anxt-page-content .anxt-kicker + h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .page:not(.home) .anxt-page-content .anxt-empty-state::after {
    right: -105px;
    opacity: 0.5;
  }

  .page:not(.home) .anxt-page-content .anxt-button {
    width: 100%;
  }
}


/* Subpage interaction and accessibility refinements. */
.page:not(.home) .anxt-page-content .anxt-button:not(.anxt-button--secondary):not(.anxt-button--light) {
  color: var(--anxt-deep);
}

.page:not(.home) .anxt-page-content .anxt-button:not(.anxt-button--secondary):not(.anxt-button--light):hover,
.page:not(.home) .anxt-page-content .anxt-button:not(.anxt-button--secondary):not(.anxt-button--light):focus-visible {
  color: var(--anxt-deep);
}

.page:not(.home) .anxt-page-content .anxt-number,
.page:not(.home) .anxt-page-content .anxt-tier {
  color: var(--anxt-deep);
}

.page:not(.home) .anxt-page-content a:not(.anxt-button) {
  font-weight: 700;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--anxt-orange);
}

.page:not(.home) .anxt-page-content a:focus-visible,
.page:not(.home) .anxt-page-content button:focus-visible,
.page:not(.home) .anxt-page-content input:focus-visible,
.page:not(.home) .anxt-page-content select:focus-visible,
.page:not(.home) .anxt-page-content textarea:focus-visible {
  outline: 3px solid var(--anxt-orange);
  outline-offset: 3px;
}

.page:not(.home) .anxt-page-content .anxt-button--secondary:focus-visible {
  background: var(--anxt-navy);
  color: #fff;
}


/* Subpage editorial hierarchy for legal and long-form sections. */
.page:not(.home) .anxt-page-content .anxt-legal-notice + h2 {
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 1.25rem;
  color: var(--anxt-deep);
  font-size: clamp(2.15rem, 4.5vw, 3.75rem);
  font-weight: 850;
  letter-spacing: -0.04em;
}

.page:not(.home) .anxt-page-content .anxt-legal-notice + h2::after,
.page:not(.home) .anxt-page-content .anxt-content-narrow > h2:not(:first-of-type)::after {
  display: block;
  width: 88px;
  height: 5px;
  margin-top: 1.15rem;
  background: linear-gradient(90deg, var(--anxt-navy) 0 34%, var(--anxt-orange) 34% 100%);
  content: "";
}

.page:not(.home) .anxt-page-content .anxt-content-narrow > h2:not(:first-of-type) {
  max-width: 900px;
  margin-top: clamp(3.5rem, 7vw, 5.5rem);
  padding-top: clamp(2.5rem, 5vw, 4rem);
  border-top: 1px solid var(--anxt-line);
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
}

.page:not(.home) .anxt-page-content .anxt-content-narrow > h3 {
  position: relative;
  margin-top: 2.75rem;
  padding-left: 1rem;
  color: var(--anxt-navy);
}

.page:not(.home) .anxt-page-content .anxt-content-narrow > h3::before {
  position: absolute;
  top: 0.15em;
  bottom: 0.15em;
  left: 0;
  width: 4px;
  border-radius: 2px;
  background: var(--anxt-orange);
  content: "";
}

.page:not(.home) #interest-form {
  scroll-margin-top: 120px;
}


/* Active header navigation for the theme's hard-coded primary links. */
.page-id-9 .anxt-nav__list a[href*="/attend/"],
.page-id-10 .anxt-nav__list a[href*="/programme/"],
.page-id-11 .anxt-nav__list a[href*="/speakers/"],
.page-id-12 .anxt-nav__list a[href*="/exhibit/"],
.page-id-14 .anxt-nav__list a[href*="/exhibitors/"],
.page-id-13 .anxt-nav__list a[href*="/sponsor/"] {
  color: var(--anxt-cobalt);
}

.page-id-9 .anxt-nav__list a[href*="/attend/"]::after,
.page-id-10 .anxt-nav__list a[href*="/programme/"]::after,
.page-id-11 .anxt-nav__list a[href*="/speakers/"]::after,
.page-id-12 .anxt-nav__list a[href*="/exhibit/"]::after,
.page-id-14 .anxt-nav__list a[href*="/exhibitors/"]::after,
.page-id-13 .anxt-nav__list a[href*="/sponsor/"]::after {
  transform: scaleX(1);
}


/* Search, archive and 404 consistency pass. */
.search .anxt-page-hero,
.archive .anxt-page-hero {
  min-height: 300px;
  display: flex;
  align-items: center;
  padding: clamp(4.5rem, 8vw, 6.5rem) 0;
  border-bottom: 7px solid var(--anxt-orange);
}

.search .anxt-page-hero .anxt-container,
.archive .anxt-page-hero .anxt-container {
  position: relative;
  padding-right: 220px;
}

.search .anxt-page-hero .anxt-container::after,
.archive .anxt-page-hero .anxt-container::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  width: 182px;
  height: 62px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background:
    linear-gradient(
      90deg,
      #ff8900 0 31%,
      transparent 31% 34.5%,
      #ff6b00 34.5% 65.5%,
      transparent 65.5% 69%,
      #ff4318 69% 100%
    );
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.26);
  color: #fff;
  content: "N X T";
  font: 900 1.8rem/1 var(--anxt-heading);
  letter-spacing: 0.42em;
  padding-left: 0.42em;
  transform: translateY(-50%);
}

.search .anxt-page-hero h1,
.archive .anxt-page-hero h1 {
  max-width: 820px;
  font-size: clamp(2.6rem, 5.6vw, 4.7rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.search .anxt-page-hero h1::after,
.archive .anxt-page-hero h1::after {
  display: block;
  width: 118px;
  height: 5px;
  margin-top: 1.25rem;
  background: linear-gradient(90deg, #fff 0 32%, var(--anxt-orange) 32% 100%);
  content: "";
}

.search .anxt-section,
.archive .anxt-section {
  background: linear-gradient(180deg, #f4f6f9 0, #fff 260px);
}

.search .anxt-card-grid,
.archive .anxt-card-grid {
  gap: 1.5rem;
}

.search .anxt-content-card,
.archive .anxt-content-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e0e5ec;
  border-top: 6px solid var(--anxt-orange);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(6, 27, 67, 0.09);
}

.search .anxt-content-card::after,
.archive .anxt-content-card::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background: rgba(30, 86, 214, 0.08);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  content: "";
}

.search .anxt-content-card h2,
.archive .anxt-content-card h2 {
  margin-top: 0;
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
}

.search .anxt-content-card h2 a,
.archive .anxt-content-card h2 a {
  color: var(--anxt-navy);
}

.search .anxt-content-card h2 a:hover,
.archive .anxt-content-card h2 a:hover {
  color: var(--anxt-cobalt);
}

.search .navigation.pagination .nav-links,
.archive .navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.search .navigation.pagination .page-numbers,
.archive .navigation.pagination .page-numbers {
  display: grid;
  min-width: 42px;
  min-height: 42px;
  place-items: center;
  border: 1px solid var(--anxt-line);
  border-radius: 5px;
  background: #fff;
  color: var(--anxt-navy);
  font-weight: 800;
  text-decoration: none;
}

.search .navigation.pagination .page-numbers.current,
.search .navigation.pagination a.page-numbers:hover,
.archive .navigation.pagination .page-numbers.current,
.archive .navigation.pagination a.page-numbers:hover {
  border-color: var(--anxt-orange);
  background: var(--anxt-orange);
  color: var(--anxt-deep);
}

.error404 .anxt-404 {
  position: relative;
  overflow: hidden;
  border-top: 7px solid var(--anxt-orange);
  background:
    radial-gradient(circle at 76% 24%, rgba(30, 86, 214, 0.42), transparent 30%),
    linear-gradient(120deg, var(--anxt-deep), var(--anxt-navy) 72%, #0d3a88);
}

.error404 .anxt-404::after {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 28%;
  height: 145%;
  border-left: 28px solid var(--anxt-orange);
  background: rgba(30, 86, 214, 0.5);
  content: "";
  opacity: 0.78;
  transform: skewX(-10deg);
}

.error404 .anxt-404 .anxt-container {
  position: relative;
  z-index: 1;
}

.error404 .anxt-404 h1 {
  max-width: 900px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.error404 .anxt-404 h1::after {
  display: block;
  width: 118px;
  height: 5px;
  margin: 1.25rem auto 0;
  background: linear-gradient(90deg, #fff 0 32%, var(--anxt-orange) 32% 100%);
  content: "";
}

@media (max-width: 900px) {
  .search .anxt-page-hero .anxt-container,
  .archive .anxt-page-hero .anxt-container {
    padding-right: 0;
  }

  .search .anxt-page-hero .anxt-container::after,
  .archive .anxt-page-hero .anxt-container::after {
    display: none;
  }
}

@media (max-width: 680px) {
  .search .anxt-card-grid,
  .archive .anxt-card-grid {
    grid-template-columns: 1fr;
  }

  .error404 .anxt-404::after {
    opacity: 0.35;
    right: -24%;
    width: 48%;
  }
}


/* Branded no-results states for search and archive routes. */
.search .anxt-empty-state,
.archive .anxt-empty-state {
  position: relative;
  overflow: hidden;
  grid-column: 1 / -1;
  margin: 0;
  padding: clamp(2rem, 5vw, 4rem);
  border: 0;
  border-top: 7px solid var(--anxt-orange);
  border-radius: 10px;
  background:
    radial-gradient(circle at 86% 10%, rgba(30, 86, 214, 0.36), transparent 30%),
    linear-gradient(125deg, var(--anxt-deep), var(--anxt-navy));
  box-shadow: var(--anxt-shadow);
  color: rgba(255, 255, 255, 0.78);
}

.search .anxt-empty-state::after,
.archive .anxt-empty-state::after {
  position: absolute;
  right: -55px;
  bottom: -74px;
  width: 180px;
  height: 230px;
  background: var(--anxt-orange);
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%);
  content: "";
  opacity: 0.92;
}

.search .anxt-empty-state > *,
.archive .anxt-empty-state > * {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.search .anxt-empty-state h2,
.search .anxt-empty-state h3,
.archive .anxt-empty-state h2,
.archive .anxt-empty-state h3 {
  color: #fff;
}

.search .anxt-empty-state p,
.archive .anxt-empty-state p {
  color: rgba(255, 255, 255, 0.78);
}


/* Print-safe subpages and legal documents. */
@media print {
  .anxt-announcement,
  .anxt-site-header,
  .anxt-site-footer,
  .anxt-nav,
  .anxt-nav-toggle,
  .anxt-button,
  .page:not(.home) .anxt-page-hero .anxt-container::after,
  .search .anxt-page-hero .anxt-container::after,
  .archive .anxt-page-hero .anxt-container::after {
    display: none !important;
  }

  .page:not(.home),
  .search,
  .archive {
    background: #fff !important;
    color: #111 !important;
  }

  .page:not(.home) .anxt-page-hero,
  .search .anxt-page-hero,
  .archive .anxt-page-hero {
    min-height: 0;
    padding: 1.5rem 0;
    border-bottom: 4px solid var(--anxt-orange);
    background: #fff !important;
    color: var(--anxt-deep) !important;
  }

  .page:not(.home) .anxt-page-hero h1,
  .search .anxt-page-hero h1,
  .archive .anxt-page-hero h1 {
    color: var(--anxt-deep) !important;
    font-size: 30pt;
  }

  .page:not(.home) .anxt-page-hero::after,
  .search .anxt-page-hero::after,
  .archive .anxt-page-hero::after {
    display: none;
  }

  .page:not(.home) .anxt-page-content,
  .search .anxt-section,
  .archive .anxt-section {
    padding: 1.5rem 0;
    background: #fff !important;
  }

  .page:not(.home) .anxt-page-content .anxt-panel,
  .page:not(.home) .anxt-page-content .anxt-callout,
  .page:not(.home) .anxt-page-content .anxt-empty-state,
  .search .anxt-content-card,
  .archive .anxt-content-card {
    break-inside: avoid;
    border: 1px solid #cbd3de;
    border-top: 4px solid var(--anxt-orange);
    background: #fff !important;
    box-shadow: none;
    color: #111 !important;
  }

  .page:not(.home) .anxt-page-content .anxt-panel *,
  .page:not(.home) .anxt-page-content .anxt-callout *,
  .page:not(.home) .anxt-page-content .anxt-empty-state * {
    color: #111 !important;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    font-weight: 400;
  }
}


/* Visible subpage alignment v2: bring the approved homepage hero language onto inner pages. */
.page:not(.home) .anxt-page-hero {
  min-height: clamp(430px, 48vw, 610px);
  isolation: isolate;
  border-bottom: 0;
  background:
    radial-gradient(circle at 74% 30%, rgba(67, 129, 238, 0.34), transparent 34%),
    linear-gradient(116deg, #082452 0%, #12478f 56%, #1e58ba 100%);
}

.page:not(.home) .anxt-page-hero::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  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: 64px 64px;
  content: "";
  opacity: 0.58;
  mask-image: linear-gradient(90deg, transparent, #000 45%);
  pointer-events: none;
}

.page:not(.home) .anxt-page-hero::after {
  position: absolute;
  z-index: 0;
  top: -24%;
  right: -14%;
  width: min(38vw, 560px);
  height: 148%;
  border: 0;
  border-right: 92px solid rgba(30, 86, 214, 0.74);
  border-left: 34px solid rgba(255, 122, 0, 0.92);
  background: transparent;
  clip-path: none;
  content: "";
  opacity: 0.74;
  pointer-events: none;
  transform: skewX(-12deg);
}

.page:not(.home) .anxt-page-hero .anxt-container {
  z-index: 1;
  width: 100%;
  padding-right: min(39vw, 430px);
}

.page:not(.home) .anxt-page-hero .anxt-container::after {
  right: 0;
  width: 330px;
  height: 108px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background:
    linear-gradient(
      90deg,
      #ff8900 0 31%,
      transparent 31% 34.5%,
      #ff6b00 34.5% 65.5%,
      transparent 65.5% 69%,
      #ff4318 69% 100%
    );
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  color: #fff;
  content: "N X T";
  font-size: 3rem;
  letter-spacing: 0.55em;
  padding-left: 0.55em;
}

.page:not(.home) .anxt-page-hero h1 {
  max-width: 720px;
  font-size: clamp(3.4rem, 7vw, 6rem);
  line-height: 0.96;
}

.page:not(.home) .anxt-page-hero h1::after {
  width: 150px;
  height: 7px;
  margin-top: 1.5rem;
}

.page:not(.home) .anxt-page-content {
  padding-top: calc(clamp(4.5rem, 8vw, 7.5rem) + 76px);
  background:
    linear-gradient(110deg, #ff8a00 0%, #ff6f00 68%, #ff4f18 100%) top / 100% 76px no-repeat,
    linear-gradient(180deg, #f4f6f9 0, #fff 310px, #fff 100%);
}

.page:not(.home) .anxt-page-content::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 14%;
  height: 76px;
  background: rgba(6, 27, 67, 0.13);
  clip-path: polygon(38% 0, 100% 0, 100% 100%, 0 100%);
  content: "";
  pointer-events: none;
}

.page:not(.home) .anxt-page-content > .anxt-container {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .page:not(.home) .anxt-page-hero {
    min-height: 430px;
  }

  .page:not(.home) .anxt-page-hero .anxt-container {
    padding-right: var(--anxt-gutter);
  }

  .page:not(.home) .anxt-page-hero .anxt-container::after {
    position: static;
    display: flex;
    width: 232px;
    height: 76px;
    margin-top: 2rem;
    font-size: 2.05rem;
    transform: none;
  }

  .page:not(.home) .anxt-page-hero::after {
    right: -28%;
    width: 52vw;
    opacity: 0.44;
  }
}

@media (max-width: 680px) {
  .page:not(.home) .anxt-page-hero {
    min-height: 390px;
    padding-block: 4.5rem;
  }

  .page:not(.home) .anxt-page-hero h1 {
    font-size: clamp(2.75rem, 14vw, 4.15rem);
  }

  .page:not(.home) .anxt-page-content {
    padding-top: calc(3.5rem + 54px);
    background:
      linear-gradient(110deg, #ff8a00 0%, #ff6f00 68%, #ff4f18 100%) top / 100% 54px no-repeat,
      linear-gradient(180deg, #f4f6f9 0, #fff 250px, #fff 100%);
  }

  .page:not(.home) .anxt-page-content::before {
    width: 26%;
    height: 54px;
  }
}


/* Subpage hero balance v3: centered composition and the canonical three-tile NXT mark. */
.page:not(.home) .anxt-page-hero .anxt-container {
  display: grid;
  width: min(calc(100% - 3rem), 1040px);
  max-width: 1040px;
  margin-inline: auto;
  padding-inline: 0;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 300px);
  gap: clamp(3rem, 7vw, 6rem);
  align-items: center;
}

.page:not(.home) .anxt-page-hero h1 {
  max-width: 650px;
  margin: 0;
}

.page:not(.home) .anxt-page-hero .anxt-container::after {
  position: static;
  top: auto;
  right: auto;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 330 / 108;
  justify-self: end;
  border: 0;
  border-radius: 0;
  background: url("../images/nxt-tiles.svg") center / contain no-repeat;
  box-shadow: none;
  color: transparent;
  content: "";
  font-size: 0;
  letter-spacing: 0;
  padding: 0;
  transform: none;
}

@media (max-width: 900px) {
  .page:not(.home) .anxt-page-hero .anxt-container {
    width: min(calc(100% - 3rem), 720px);
    max-width: 720px;
    padding-inline: 0;
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .page:not(.home) .anxt-page-hero .anxt-container::after {
    position: static;
    display: block;
    width: min(100%, 250px);
    height: auto;
    margin: 0;
    justify-self: start;
    font-size: 0;
    transform: none;
  }
}

@media (max-width: 680px) {
  .page:not(.home) .anxt-page-hero .anxt-container {
    width: min(calc(100% - 2rem), 560px);
  }

  .page:not(.home) .anxt-page-hero .anxt-container::after {
    width: min(100%, 220px);
  }
}


/* Subpage hero composition v4: explicit placement, compact proportions. */
.page:not(.home) .anxt-page-hero {
  min-height: 430px;
  padding-block: clamp(4.5rem, 7vw, 6rem);
}

.page:not(.home) .anxt-page-hero .anxt-container {
  width: min(calc(100% - 3rem), 1020px);
  max-width: 1020px;
  grid-template-columns: minmax(0, 1fr) 260px;
  grid-template-rows: auto auto;
  grid-template-areas:
    "kicker logo"
    "title  logo";
  column-gap: clamp(3rem, 7vw, 5.5rem);
  row-gap: 0;
}

.page:not(.home) .anxt-page-hero .anxt-container > .anxt-kicker {
  grid-area: kicker;
  align-self: end;
  margin: 0 0 0.85rem;
}

.page:not(.home) .anxt-page-hero .anxt-container > h1 {
  grid-area: title;
  align-self: start;
  max-width: 650px;
  font-size: clamp(3rem, 5.3vw, 5rem);
}

.page:not(.home) .anxt-page-hero .anxt-container::after {
  grid-area: logo;
  width: 260px;
  max-width: 100%;
  align-self: center;
  justify-self: end;
}

.page:not(.home) .anxt-page-content {
  padding-top: clamp(4.5rem, 8vw, 7.5rem);
  background:
    linear-gradient(110deg, #ff8a00 0%, #ff6f00 68%, #ff4f18 100%) top / 100% 14px no-repeat,
    linear-gradient(180deg, #f4f6f9 0, #fff 250px, #fff 100%);
}

.page:not(.home) .anxt-page-content::before {
  width: 14%;
  height: 14px;
}

@media (max-width: 900px) {
  .page:not(.home) .anxt-page-hero {
    min-height: 0;
    padding-block: 4.5rem;
  }

  .page:not(.home) .anxt-page-hero .anxt-container {
    width: min(calc(100% - 3rem), 720px);
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "kicker"
      "title"
      "logo";
    gap: 0;
  }

  .page:not(.home) .anxt-page-hero .anxt-container::after {
    width: 220px;
    margin-top: 2rem;
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .page:not(.home) .anxt-page-hero {
    padding-block: 3.75rem;
  }

  .page:not(.home) .anxt-page-hero .anxt-container {
    width: min(calc(100% - 2rem), 560px);
  }

  .page:not(.home) .anxt-page-hero .anxt-container > h1 {
    font-size: clamp(2.65rem, 13vw, 3.8rem);
  }

  .page:not(.home) .anxt-page-hero .anxt-container::after {
    width: 190px;
    margin-top: 1.6rem;
  }

  .page:not(.home) .anxt-page-content {
    padding-top: 3.5rem;
    background:
      linear-gradient(110deg, #ff8a00 0%, #ff6f00 68%, #ff4f18 100%) top / 100% 10px no-repeat,
      linear-gradient(180deg, #f4f6f9 0, #fff 220px, #fff 100%);
  }

  .page:not(.home) .anxt-page-content::before {
    height: 10px;
  }
}


/* Subpage title breathing room — 2026-08-21. */
body.page:not(.home) .anxt-page-hero .anxt-container > h1 {
  max-width: 640px !important;
  font-size: clamp(2.85rem, 4.65vw, 4.3rem) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
}

@media (max-width: 680px) {
  body.page:not(.home) .anxt-page-hero .anxt-container > h1 {
    font-size: clamp(2.45rem, 11.5vw, 3.35rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.012em !important;
  }
}


/* Deep review content pathways and staging clarity — 2026-08-23. */
.page:not(.home) .anxt-page-content .anxt-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.page:not(.home) .anxt-page-content .anxt-button-row .anxt-button {
  margin: 0;
}

.page:not(.home) .anxt-page-content .anxt-empty-state .anxt-button--secondary {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
}

.page:not(.home) .anxt-page-content .anxt-empty-state .anxt-button--secondary:hover,
.page:not(.home) .anxt-page-content .anxt-empty-state .anxt-button--secondary:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--anxt-deep);
}

.page:not(.home) .anxt-page-content .anxt-legal-notice strong {
  color: var(--anxt-deep);
}

@media (max-width: 680px) {
  .page:not(.home) .anxt-page-content .anxt-button-row {
    align-items: stretch;
    flex-direction: column;
  }
}


/* Mobile active-navigation contrast — 2026-08-23. */
@media (max-width: 1280px) {
  .page-id-9 .anxt-nav__list a[href*="/attend/"],
  .page-id-10 .anxt-nav__list a[href*="/programme/"],
  .page-id-11 .anxt-nav__list a[href*="/speakers/"],
  .page-id-12 .anxt-nav__list a[href*="/exhibit/"],
  .page-id-13 .anxt-nav__list a[href*="/sponsor/"],
  .page-id-14 .anxt-nav__list a[href*="/exhibitors/"],
  .page-id-15 .anxt-nav__list a[href*="/venue-travel/"],
  .page-id-18 .anxt-nav__list a[href*="/about/"] {
    color: #ffad62;
  }
}
