:root {
  --ink: #111827;
  --navy: #12385f;
  --muted: #667085;
  --line: #dce5ee;
  --soft: #f3f8fc;
  --wash: #fff8e8;
  --paper: #ffffff;
  --panco-blue: #2287c9;
  --panco-blue-dark: #17699f;
  --panco-yellow: #f6b739;
  --panco-yellow-dark: #d89311;
  --night: #0c243d;
  --shadow: 0 18px 45px rgba(18, 56, 95, 0.12);
  --section-label-size: 0.78rem;
  --section-label-weight: 950;
  --section-label-spacing: 0.12em;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

[id] {
  scroll-margin-top: 88px;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

@keyframes pancoFloatApplySpin {
  to {
    transform: rotate(360deg);
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 82px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(220, 229, 238, 0.9);
  box-shadow: 0 8px 24px rgba(4, 16, 31, 0.06);
  backdrop-filter: blur(14px);
}

.brand img {
  width: 142px;
  height: auto;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 1.4vw, 20px);
  color: #25364a;
  font-size: clamp(0.78rem, 0.82vw, 0.9rem);
  font-weight: 800;
}

.main-nav a {
  white-space: nowrap;
}

.main-nav a,
.nav-cta,
.button,
.site-footer a,
.sticky-cta a {
  text-decoration: none;
}

.main-nav a:hover {
  color: var(--panco-blue);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-1px);
}

.nav-cta,
.button.secondary {
  color: var(--ink);
  background: var(--panco-yellow);
  box-shadow: 0 13px 28px rgba(246, 183, 57, 0.28);
}

.nav-cta:hover,
.button.secondary:hover {
  background: var(--panco-yellow-dark);
}

.button.primary {
  color: #fff;
  background: var(--panco-blue);
  box-shadow: 0 13px 28px rgba(34, 135, 201, 0.24);
}

.button.primary:hover {
  background: var(--panco-blue-dark);
}

.button.secondary.light {
  color: var(--ink);
  background: var(--panco-yellow);
  border-color: transparent;
}

.button.full {
  width: 100%;
}

.floating-apply-badge {
  position: fixed;
  right: clamp(-58px, -3.2vw, -34px);
  bottom: clamp(22px, 4vw, 44px);
  z-index: 72;
  width: clamp(92px, 8vw, 132px);
  height: clamp(92px, 8vw, 132px);
  display: block;
  color: #fff;
  text-decoration: none;
  filter: drop-shadow(0 18px 30px rgba(4, 16, 31, 0.18));
  transition: right 250ms ease, transform 250ms ease;
}

.floating-apply-badge:hover {
  right: clamp(10px, 1.4vw, 24px);
  transform: scale(1.03);
}

.floating-apply-core {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--panco-yellow);
}

.floating-apply-core svg {
  width: 34%;
  height: 34%;
  fill: none;
  stroke: var(--navy);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-apply-text {
  position: absolute;
  inset: -12%;
  width: 124%;
  height: 124%;
  animation: pancoFloatApplySpin 12s linear infinite;
}

.floating-apply-text text {
  fill: var(--panco-blue);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff 0%, #f5faff 72%, #ffffff 100%);
}

.brand-flow {
  position: absolute;
  pointer-events: none;
}

.brand-flow svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.brand-flow path {
  fill: none;
  stroke: rgba(34, 135, 201, 0.2);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 10 13;
}

.brand-flow path + path {
  stroke: rgba(246, 183, 57, 0.26);
}

.flow-dot {
  position: absolute;
  width: clamp(18px, 3vw, 34px);
  height: clamp(18px, 3vw, 34px);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(18, 56, 95, 0.14);
}

.flow-dot.blue {
  background: var(--panco-blue);
}

.flow-dot.yellow {
  background: var(--panco-yellow);
}

.hero-flow {
  inset: 70px -80px auto auto;
  width: min(760px, 60vw);
  height: 360px;
  opacity: 0.88;
}

.hero-flow .dot-a {
  left: 9%;
  top: 68%;
}

.hero-flow .dot-b {
  left: 43%;
  top: 34%;
}

.hero-flow .dot-c {
  left: 70%;
  top: 16%;
}

.hero-flow .dot-d {
  left: 86%;
  top: 52%;
}

.hero::after {
  content: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(380px, 0.78fr);
  align-items: start;
  gap: clamp(34px, 6vw, 78px);
  width: min(1180px, calc(100% - 36px));
  min-height: 78svh;
  margin: 0 auto;
  padding: clamp(44px, 7vw, 82px) 0;
}

.hero-copy {
  padding-top: 18px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--panco-blue);
  font-size: var(--section-label-size);
  font-weight: var(--section-label-weight);
  letter-spacing: var(--section-label-spacing);
  text-transform: uppercase;
}

.form-label {
  margin: 0 0 12px;
  color: var(--panco-blue);
  font-size: var(--section-label-size);
  font-weight: var(--section-label-weight);
  letter-spacing: var(--section-label-spacing);
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(3.15rem, 6.4vw, 5.75rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-line {
  max-width: 680px;
  margin: 28px 0 0;
  color: #344054;
  font-size: clamp(1.06rem, 2.3vw, 1.34rem);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 900;
}

.hero-panel {
  display: grid;
  gap: 18px;
}

.media-card {
  position: relative;
  min-height: clamp(360px, 42vw, 560px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  box-shadow: var(--shadow);
}

.hero-video {
  width: 100%;
  height: 100%;
  min-height: clamp(360px, 42vw, 560px);
  object-fit: cover;
}

.media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 36, 61, 0.02), rgba(12, 36, 61, 0.36));
}

.media-badge {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  padding: 16px 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  background: rgba(12, 36, 61, 0.72);
  backdrop-filter: blur(10px);
}

.media-badge strong,
.media-badge span {
  display: block;
}

.media-badge span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.84);
}

.apply-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: #25364a;
  font-size: 0.92rem;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(34, 135, 201, 0.18);
  border-color: var(--panco-blue);
}

.microcopy {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.metric-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.metric-band div {
  padding: clamp(20px, 3vw, 30px);
  background: #fff;
}

.metric-band strong {
  display: block;
  color: var(--panco-blue);
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1;
}

.metric-band div:nth-child(even) strong {
  color: var(--panco-yellow-dark);
}

.metric-band span {
  display: block;
  margin-top: 8px;
  color: #475467;
  font-weight: 850;
}

.metric-band small {
  display: block;
  max-width: 280px;
  margin-top: 7px;
  color: #667085;
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.35;
}

.coverage-section {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 9vw, 108px) 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(246, 183, 57, 0.16), transparent 25%),
    radial-gradient(circle at 92% 20%, rgba(34, 135, 201, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff, #f3f8fc);
  border-block: 1px solid var(--line);
}

.coverage-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.coverage-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.72fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: stretch;
}

.coverage-copy {
  display: grid;
  align-content: center;
}

.coverage-copy h2 {
  max-width: 740px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.4rem, 5.8vw, 5.2rem);
  line-height: 0.98;
}

.coverage-copy p:not(.section-kicker) {
  max-width: 680px;
  margin: 26px 0 0;
  color: #405166;
  font-size: clamp(1.04rem, 2vw, 1.22rem);
  line-height: 1.58;
}

.coverage-copy .button {
  justify-self: start;
  margin-top: 32px;
}

.coverage-proof {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.coverage-proof-card,
.coverage-metrics article {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 56, 95, 0.07);
}

.coverage-proof-card {
  padding: clamp(24px, 4vw, 36px);
  background:
    linear-gradient(90deg, var(--panco-blue) 0 8px, transparent 8px),
    radial-gradient(circle at 92% 16%, rgba(246, 183, 57, 0.18), transparent 0 82px),
    linear-gradient(135deg, #fff, #f7fbff);
}

.coverage-proof-card span {
  display: block;
  color: var(--panco-blue);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.coverage-proof-card strong {
  display: block;
  margin-top: 14px;
  color: var(--navy);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.04;
}

.coverage-proof-card p {
  margin: 16px 0 0;
  color: #506174;
}

.coverage-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.coverage-metrics article {
  padding: 22px;
}

.coverage-metrics strong {
  display: block;
  color: var(--panco-blue);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.95;
}

.coverage-metrics article:nth-child(even) strong {
  color: var(--panco-yellow-dark);
}

.coverage-metrics span {
  display: block;
  margin-top: 10px;
  color: #475467;
  font-weight: 850;
  line-height: 1.25;
}

.member-news {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 9vw, 108px) 0;
  background:
    radial-gradient(circle at 92% 8%, rgba(246, 183, 57, 0.2), transparent 24%),
    radial-gradient(circle at 8% 72%, rgba(34, 135, 201, 0.13), transparent 28%),
    linear-gradient(180deg, #ffffff, #f4faff 52%, #fff8e8 100%);
  border-bottom: 1px solid var(--line);
}

.member-news::before {
  content: none;
}

.member-news-inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.news-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.48fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: end;
  margin-bottom: 34px;
}

.news-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.1rem, 5vw, 4.25rem);
  line-height: 0.98;
}

.news-heading p:last-child {
  margin: 0 0 8px;
  color: #506174;
  font-size: 1.04rem;
}

.news-experience {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(340px, 0.56fr);
  gap: clamp(18px, 3vw, 28px);
  align-items: stretch;
}

.news-feature {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--night);
  box-shadow: 0 24px 70px rgba(18, 56, 95, 0.18);
}

.news-feature img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  transition: transform 500ms ease;
}

.news-feature:hover img {
  transform: scale(1.035);
}

.news-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 36, 61, 0.05), rgba(12, 36, 61, 0.82));
}

.news-feature-copy {
  position: absolute;
  left: clamp(20px, 4vw, 34px);
  right: clamp(20px, 4vw, 34px);
  bottom: clamp(20px, 4vw, 34px);
  z-index: 1;
  color: #fff;
}

.news-feature-copy span {
  display: block;
  margin-bottom: 8px;
  color: var(--panco-yellow);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.news-feature-copy h3 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1;
}

.news-feature-copy p {
  max-width: 620px;
  margin: 16px 0 22px;
  color: rgba(255, 255, 255, 0.86);
}

.news-feature-copy a {
  color: inherit;
  font-weight: 950;
  text-decoration: none;
}

.news-feature-copy a {
  color: var(--panco-yellow);
}

.news-preview,
.news-trigger,
.news-archive-strip {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 28px rgba(18, 56, 95, 0.08);
}

.news-preview {
  display: grid;
  align-content: start;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.news-preview.is-open {
  box-shadow: 0 22px 54px rgba(18, 56, 95, 0.14);
}

.news-preview-media {
  position: relative;
  min-height: 230px;
  overflow: hidden;
}

.news-preview-media img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.news-preview-media span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 8px 10px;
  color: var(--navy);
  background: var(--panco-yellow);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-preview-copy {
  padding: clamp(22px, 4vw, 30px);
}

.news-preview-copy > span,
.news-trigger span {
  display: block;
  margin-bottom: 8px;
  color: var(--panco-blue);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.news-preview-copy h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  line-height: 1;
}

.news-preview-copy p:not(.form-label) {
  margin: 16px 0 24px;
  color: #506174;
}

.news-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.news-trigger {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  gap: 6px 14px;
  min-width: 0;
  padding: 10px;
  color: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.news-trigger:hover,
.news-trigger.is-active {
  border-color: rgba(34, 135, 201, 0.44);
  box-shadow: 0 18px 42px rgba(18, 56, 95, 0.12);
  transform: translateY(-2px);
}

.news-trigger.is-active {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.96)),
    linear-gradient(135deg, rgba(34, 135, 201, 0.16), rgba(246, 183, 57, 0.14));
}

.news-trigger img {
  grid-row: 1 / 4;
  width: 100%;
  height: 112px;
  border-radius: 6px;
  object-fit: cover;
}

.news-trigger strong {
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.16;
}

.news-trigger em {
  align-self: end;
  color: var(--panco-blue-dark);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 950;
}

.news-archive-strip {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 22px;
}

.news-archive-strip p {
  max-width: 650px;
  margin: 0;
  color: #506174;
  font-weight: 760;
}

.news-archive-strip div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news-page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 124px) 0 clamp(42px, 7vw, 82px);
  background:
    radial-gradient(circle at 88% 16%, rgba(246, 183, 57, 0.28), transparent 25%),
    radial-gradient(circle at 10% 70%, rgba(34, 135, 201, 0.16), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f3faff 72%, #ffffff 100%);
}

.news-page-hero-inner,
.news-hub,
.news-page-cta {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.news-page-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.58fr);
  gap: clamp(26px, 5vw, 66px);
  align-items: center;
}

.news-page-copy h1 {
  max-width: 780px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.9;
}

.news-page-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 24px 0 28px;
  color: #40546b;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
}

.news-hero-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(18, 56, 95, 0.16);
}

.news-hero-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.news-hero-card div {
  padding: 24px;
}

.news-hero-card span,
.news-topic-heading span,
.story-image span,
.story-meta span,
.news-filter {
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-hero-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--panco-blue);
  font-size: 0.75rem;
}

.news-hero-card h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1;
}

.news-hero-card p {
  margin: 14px 0 0;
  color: #526173;
}

.news-hub {
  padding: clamp(64px, 8vw, 104px) 0;
}

.news-hub-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.46fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: end;
  margin-bottom: 24px;
}

.news-hub-intro h2,
.news-page-cta h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.15rem, 5vw, 4.55rem);
  line-height: 0.98;
}

.news-hub-intro p:last-child,
.news-page-cta p {
  margin: 0;
  color: #506174;
  font-size: 1.05rem;
}

.news-filter-bar {
  position: sticky;
  top: 74px;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
  padding: 14px;
  border: 1px solid rgba(220, 229, 238, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 38px rgba(18, 56, 95, 0.08);
  backdrop-filter: blur(14px);
}

.news-filter {
  min-height: 42px;
  padding: 0 16px;
  color: var(--navy);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font-size: 0.74rem;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.news-filter:hover,
.news-filter.is-active {
  color: #fff;
  border-color: var(--panco-blue);
  background: var(--panco-blue);
  transform: translateY(-1px);
}

.news-topic-section {
  padding: clamp(28px, 5vw, 50px) 0;
  border-top: 1px solid var(--line);
}

.news-topic-heading {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.news-topic-heading span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--navy);
  border-radius: 50%;
  background: var(--panco-yellow);
  font-size: 0.76rem;
}

.news-topic-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  line-height: 1;
}

.news-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.news-story-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 56, 95, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.news-story-card:hover,
.news-story-card.is-targeted {
  border-color: rgba(34, 135, 201, 0.45);
  box-shadow: 0 22px 52px rgba(18, 56, 95, 0.14);
  transform: translateY(-2px);
}

.story-image {
  position: relative;
  overflow: hidden;
}

.story-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 420ms ease;
}

.news-story-card:hover .story-image img {
  transform: scale(1.035);
}

.story-image span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 8px 10px;
  color: var(--navy);
  border-radius: 999px;
  background: var(--panco-yellow);
  font-size: 0.68rem;
}

.story-card-copy {
  padding: 22px;
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.story-meta span {
  color: var(--panco-blue);
  font-size: 0.68rem;
}

.news-story-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.22rem, 2vw, 1.55rem);
  line-height: 1.08;
}

.news-story-card p {
  margin: 14px 0 0;
  color: #536273;
}

.news-story-card details {
  margin-top: 18px;
  border-top: 1px solid var(--line);
}

.news-story-card summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 16px;
  color: var(--panco-blue-dark);
  cursor: pointer;
  font-weight: 950;
  list-style: none;
}

.news-story-card summary::-webkit-details-marker {
  display: none;
}

.news-story-card summary::after {
  content: "+";
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--navy);
  border-radius: 50%;
  background: rgba(246, 183, 57, 0.35);
  font-size: 1.15rem;
  line-height: 1;
}

.news-story-card details[open] summary::after {
  content: "-";
  background: rgba(34, 135, 201, 0.14);
}

.story-expanded {
  padding-top: 4px;
}

.story-expanded a {
  color: var(--panco-blue-dark);
  font-weight: 950;
  text-decoration: none;
}

.news-page-cta {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  margin-bottom: clamp(58px, 8vw, 100px);
  padding: clamp(28px, 5vw, 46px);
  color: #fff;
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 20%, rgba(246, 183, 57, 0.28), transparent 24%),
    linear-gradient(135deg, var(--night), #15466f 72%, #17699f);
  box-shadow: 0 24px 60px rgba(18, 56, 95, 0.18);
}

.news-page-cta h2 {
  max-width: 760px;
  color: #fff;
}

.news-page-cta p {
  max-width: 700px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.82);
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 108px) 0;
}

.intro-section {
  background: #fff;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.intro-grid h2,
.section-heading h2,
.proof h2,
.event-section h2,
.application h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.1rem, 5vw, 4.25rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.intro-copy {
  color: #475467;
  font-size: clamp(1rem, 1.4vw, 1.14rem);
}

.intro-copy p {
  margin: 0 0 18px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading.narrow {
  display: block;
  max-width: 780px;
}

.benefit-grid,
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.benefit,
.steps article {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.benefit {
  position: relative;
  padding: 26px;
  box-shadow: 0 10px 28px rgba(18, 56, 95, 0.06);
}

.benefit::before {
  content: "";
  display: block;
  width: 46px;
  height: 5px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--panco-blue), var(--panco-yellow));
}

.benefit img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-bottom: 20px;
}

.benefit h3,
.steps h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.18rem;
  line-height: 1.2;
}

.benefit p,
.steps p,
.proof p,
.apply-copy p:not(.section-kicker) {
  margin: 0;
  color: #5b6676;
}

.benefits {
  width: 100%;
  padding-inline: max(18px, calc((100% - 1180px) / 2));
  background: var(--soft);
}

.specialist-search {
  position: relative;
}

.specialist-search .section-heading p:last-child {
  margin: 0 0 8px;
  color: #506174;
  font-size: 1.04rem;
}

.topic-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 20px;
}

.topic-links a {
  min-width: 0;
  padding: 16px;
  color: inherit;
  border: 1px solid rgba(34, 135, 201, 0.18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 56, 95, 0.06);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.topic-links a:hover {
  border-color: rgba(34, 135, 201, 0.42);
  box-shadow: 0 16px 34px rgba(18, 56, 95, 0.1);
  transform: translateY(-2px);
}

.topic-links span {
  display: block;
  margin-bottom: 9px;
  color: var(--panco-blue);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.topic-links strong {
  display: block;
  color: var(--navy);
  font-size: 0.98rem;
  line-height: 1.18;
}

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

.specialist-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.94)),
    linear-gradient(135deg, rgba(34, 135, 201, 0.12), transparent 48%);
  box-shadow: 0 10px 28px rgba(18, 56, 95, 0.07);
  transition: background 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.specialist-card.is-yellow {
  border-color: rgba(246, 183, 57, 0.5);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 232, 0.95)),
    linear-gradient(135deg, rgba(246, 183, 57, 0.24), rgba(34, 135, 201, 0.08));
  box-shadow: 0 18px 42px rgba(216, 147, 17, 0.14);
}

.specialist-card span {
  display: block;
  margin-bottom: 22px;
  color: var(--panco-blue);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.specialist-card.is-yellow span {
  color: var(--panco-yellow-dark);
}

.specialist-card h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.05;
}

.specialist-card p {
  margin: 0;
  color: #516070;
}

.search-faq {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: start;
  margin-top: 28px;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--night), #12385f);
  color: #fff;
}

.search-faq h2,
.search-faq h3 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1;
}

.search-faq .section-kicker {
  color: var(--panco-yellow);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.faq-list summary {
  padding: 18px 20px;
  color: #fff;
  font-weight: 950;
  cursor: pointer;
}

.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: rgba(255, 255, 255, 0.78);
}

.decision-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.44fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 38px);
  align-items: stretch;
  margin-top: 18px;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(34, 135, 201, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 14%, rgba(246, 183, 57, 0.22), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f5fbff 54%, #fff8e5 100%);
  box-shadow: 0 18px 42px rgba(18, 56, 95, 0.09);
}

.decision-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.decision-copy h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}

.decision-copy p {
  margin: 0;
  color: #506174;
}

.decision-grid {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.decision-grid article {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(34, 135, 201, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.decision-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--panco-blue);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.decision-grid strong {
  display: block;
  color: var(--navy);
  font-size: 1.08rem;
  line-height: 1.18;
}

.decision-grid p {
  margin: 10px 0 0;
  color: #596878;
  font-size: 0.94rem;
}

.networks {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
}

.network-pathways {
  position: relative;
  display: grid;
  grid-template-columns: minmax(290px, 0.42fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: stretch;
}

.network-pathways-copy {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 14%, rgba(246, 183, 57, 0.26), transparent 0 46px),
    radial-gradient(circle at 100% 100%, rgba(34, 135, 201, 0.32), transparent 0 120px),
    linear-gradient(135deg, var(--night), #12385f);
  box-shadow: 0 18px 44px rgba(18, 56, 95, 0.16);
}

.network-pathways-copy::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
}

.network-pathways-copy::after {
  content: "";
  position: absolute;
  right: 38px;
  top: 38px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--panco-yellow);
  box-shadow: 0 0 0 10px rgba(246, 183, 57, 0.16);
}

.network-pathways-copy .section-kicker {
  color: var(--panco-yellow);
}

.network-pathways-copy h2 {
  position: relative;
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 0.98;
}

.network-pathways-copy p:not(.section-kicker) {
  position: relative;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  line-height: 1.6;
}

.network-pathways-copy .button {
  position: relative;
  margin-top: 30px;
  color: var(--ink);
  background: var(--panco-yellow);
  box-shadow: 0 13px 28px rgba(246, 183, 57, 0.28);
}

.network-pathways-copy .button:hover {
  background: var(--panco-yellow-dark);
}

.pathway-list {
  display: grid;
  gap: 12px;
  align-content: center;
}

.pathway-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-width: 0;
  padding: clamp(18px, 2.4vw, 24px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fff, #f7fbff),
    linear-gradient(90deg, rgba(34, 135, 201, 0.09), rgba(246, 183, 57, 0.12));
  box-shadow: 0 10px 24px rgba(18, 56, 95, 0.06);
}

.pathway-item:nth-child(2) {
  background:
    linear-gradient(180deg, #fff, #fff8e8),
    linear-gradient(90deg, rgba(246, 183, 57, 0.14), rgba(34, 135, 201, 0.08));
}

.pathway-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #fff;
  border-radius: 50%;
  background: var(--panco-blue);
  font-size: 0.9rem;
  font-weight: 950;
  box-shadow: 0 0 0 8px rgba(34, 135, 201, 0.12);
}

.pathway-item:nth-child(2) .pathway-mark {
  color: var(--ink);
  background: var(--panco-yellow);
  box-shadow: 0 0 0 8px rgba(246, 183, 57, 0.18);
}

.pathway-label {
  margin: 0 0 8px;
  color: var(--panco-blue);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pathway-item:nth-child(2) .pathway-label {
  color: var(--panco-yellow-dark);
}

.pathway-item h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: clamp(1.26rem, 2vw, 1.7rem);
  line-height: 1.08;
}

.pathway-item p:not(.pathway-label) {
  margin: 0;
  color: #566374;
  line-height: 1.5;
}

.pathway-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(34, 135, 201, 0.22);
  border-radius: 999px;
  color: var(--panco-blue-dark);
  background: #fff;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}

.pathway-item a::after {
  content: ">";
  margin-left: 10px;
}

.proof {
  display: grid;
  grid-template-columns: minmax(320px, 0.46fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(64px, 8vw, 104px) clamp(18px, 5vw, 64px);
  background: linear-gradient(135deg, var(--wash), #ffffff 44%, var(--soft));
  border-block: 1px solid var(--line);
}

.proof h2 {
  margin-bottom: 20px;
}

.proof p {
  margin-bottom: 28px;
  font-size: 1.04rem;
}

.membership {
  border-bottom: 1px solid var(--line);
}

.member-journey {
  display: grid;
  grid-template-columns: minmax(300px, 0.48fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}

.journey-copy h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 0.98;
}

.journey-copy p:not(.section-kicker) {
  max-width: 560px;
  margin: 22px 0 28px;
  color: #506174;
  font-size: 1.08rem;
}

.journey-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 14px;
}

.journey-card {
  --journey-delay: 0s;
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: clamp(22px, 4vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.94)),
    linear-gradient(135deg, rgba(34, 135, 201, 0.1), transparent 48%);
  box-shadow: 0 12px 32px rgba(18, 56, 95, 0.08);
}

.journey-card:nth-child(2) {
  --journey-delay: 1.2s;
}

.journey-card:nth-child(3) {
  --journey-delay: 2.4s;
}

.journey-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 86% 16%, rgba(246, 183, 57, 0.28), transparent 28%),
    linear-gradient(135deg, var(--night), #15466f 76%, var(--panco-blue-dark));
  opacity: 0;
  animation: journeyActiveBox 3.6s ease-in-out infinite;
  animation-delay: var(--journey-delay);
}

.journey-card > * {
  position: relative;
  z-index: 1;
}

.journey-card.featured {
  grid-row: span 2;
}

.journey-card span {
  display: block;
  margin-bottom: 22px;
  color: var(--panco-blue);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: journeyLabelColor 3.6s ease-in-out infinite;
  animation-delay: var(--journey-delay);
}

.journey-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.35rem, 2.2vw, 2.05rem);
  line-height: 1.05;
  animation: journeyHeadingColor 3.6s ease-in-out infinite;
  animation-delay: var(--journey-delay);
}

.journey-card.featured h3 {
  font-size: clamp(1.9rem, 3.4vw, 3rem);
}

.journey-card p {
  margin: 16px 0 0;
  color: #536273;
  animation: journeyTextColor 3.6s ease-in-out infinite;
  animation-delay: var(--journey-delay);
}

.journey-panel:hover .journey-card::before,
.journey-panel:hover .journey-card span,
.journey-panel:hover .journey-card h3,
.journey-panel:hover .journey-card p,
.journey-panel:focus-within .journey-card::before,
.journey-panel:focus-within .journey-card span,
.journey-panel:focus-within .journey-card h3,
.journey-panel:focus-within .journey-card p {
  animation-play-state: paused;
}

@keyframes journeyActiveBox {
  0%,
  26% {
    opacity: 1;
  }

  34%,
  100% {
    opacity: 0;
  }
}

@keyframes journeyLabelColor {
  0%,
  26% {
    color: var(--panco-yellow);
  }

  34%,
  100% {
    color: var(--panco-blue);
  }
}

@keyframes journeyHeadingColor {
  0%,
  26% {
    color: #fff;
  }

  34%,
  100% {
    color: var(--navy);
  }
}

@keyframes journeyTextColor {
  0%,
  26% {
    color: rgba(255, 255, 255, 0.82);
  }

  34%,
  100% {
    color: #536273;
  }
}

.steps article {
  padding: 26px;
  background: linear-gradient(180deg, #fff, #f7fbff);
}

.steps span {
  display: inline-flex;
  margin-bottom: 44px;
  color: var(--panco-blue);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.member-process .steps article {
  --process-delay: 0s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(18, 56, 95, 0.06);
}

.member-process .steps article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 82% 16%, rgba(246, 183, 57, 0.24), transparent 28%),
    linear-gradient(135deg, var(--night), #15466f 76%, var(--panco-blue-dark));
  opacity: 0;
  animation: processStepActiveBox 5.6s ease-in-out infinite;
  animation-delay: var(--process-delay);
}

.member-process .steps article:nth-child(2) {
  --process-delay: 1.4s;
}

.member-process .steps article:nth-child(3) {
  --process-delay: 2.8s;
}

.member-process .steps article:nth-child(4) {
  --process-delay: 4.2s;
}

.member-process .steps span,
.member-process .steps h3,
.member-process .steps p {
  position: relative;
  z-index: 1;
  animation-duration: 5.6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: var(--process-delay);
}

.member-process .steps span {
  animation-name: processStepLabelColor;
}

.member-process .steps h3 {
  animation-name: processStepHeadingColor;
}

.member-process .steps p {
  animation-name: processStepTextColor;
}

.member-process .steps:hover article::before,
.member-process .steps:hover span,
.member-process .steps:hover h3,
.member-process .steps:hover p {
  animation-play-state: paused;
}

@keyframes processStepActiveBox {
  0%,
  20% {
    opacity: 1;
  }

  28%,
  100% {
    opacity: 0;
  }
}

@keyframes processStepLabelColor {
  0%,
  20% {
    color: var(--panco-yellow);
  }

  28%,
  100% {
    color: var(--panco-blue);
  }
}

@keyframes processStepHeadingColor {
  0%,
  20% {
    color: #fff;
  }

  28%,
  100% {
    color: var(--navy);
  }
}

@keyframes processStepTextColor {
  0%,
  20% {
    color: rgba(255, 255, 255, 0.84);
  }

  28%,
  100% {
    color: #5b6676;
  }
}

.event-section {
  position: relative;
  overflow: hidden;
  padding: clamp(68px, 9vw, 112px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(246, 183, 57, 0.26), transparent 26%),
    radial-gradient(circle at 86% 12%, rgba(34, 135, 201, 0.42), transparent 24%),
    linear-gradient(135deg, #071d33, #0c243d 58%, #12385f);
}

.event-section::after {
  content: none;
}

.event-flow {
  display: none;
  position: absolute;
  inset: 54px -8% auto auto;
  width: min(620px, 56vw);
  aspect-ratio: 1.8;
  border: 2px solid rgba(246, 183, 57, 0.42);
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 999px 0 0;
  opacity: 0.7;
  pointer-events: none;
}

.event-flow::before,
.event-flow::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: var(--panco-yellow);
  box-shadow: 0 0 0 14px rgba(246, 183, 57, 0.14);
}

.event-flow::before {
  right: 15%;
  top: -11px;
  width: 22px;
  height: 22px;
}

.event-flow::after {
  right: 64%;
  top: 42%;
  width: 14px;
  height: 14px;
  background: var(--panco-blue);
  box-shadow: 0 0 0 12px rgba(34, 135, 201, 0.16);
}

.event-content,
.event-cards,
.event-proof {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.event-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

.event-copy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: calc((100% - 16px) * 2 / 3);
  min-width: min(100%, 760px);
}

.event-copy > p:not(.section-kicker) {
  max-width: none;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.03rem, 1.6vw, 1.18rem);
}

.event-section h2 {
  max-width: 820px;
  color: #fff;
}

.event-section .section-kicker {
  grid-column: 1;
  margin: 0;
  color: var(--panco-yellow);
}

.event-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0;
}

.event-stats div {
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
}

.event-stats strong,
.event-stats span {
  display: block;
}

.event-stats strong {
  color: var(--panco-yellow);
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  line-height: 1;
}

.event-stats span {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  font-weight: 850;
}

.event-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.event-banners {
  display: grid;
  gap: 16px;
}

.event-banner {
  position: relative;
  min-height: 238px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.28);
  text-decoration: none;
}

.event-banner img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 400ms ease;
}

.event-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 24%, rgba(5, 23, 42, 0.82)),
    linear-gradient(90deg, rgba(5, 23, 42, 0.35), transparent 58%);
}

.event-banner:hover img {
  transform: scale(1.04);
}

.event-banner span,
.event-banner strong {
  position: absolute;
  z-index: 1;
  left: 22px;
  right: 22px;
}

.event-banner span {
  bottom: 58px;
  color: var(--panco-yellow);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.event-banner strong {
  bottom: 24px;
  max-width: 560px;
  color: #fff;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1;
}

.event-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(24px, 4vw, 44px);
}

.event-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.event-card img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
}

.event-card div {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.event-card span {
  color: var(--panco-blue);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.05;
}

.event-card p {
  margin: 0;
  color: #516070;
}

.event-card a {
  color: var(--panco-blue-dark);
  font-weight: 950;
  text-decoration: none;
}

.event-card a::after {
  content: ">";
  margin-left: 8px;
}

.event-note {
  color: var(--panco-blue-dark);
  font-weight: 950;
}

.event-proof {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  margin-top: 16px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.event-proof p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.event-proof a {
  flex: 0 0 auto;
  color: var(--panco-yellow);
  font-weight: 950;
  text-decoration: none;
}

.application {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 0.8fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: start;
}

.apply-copy {
  position: sticky;
  top: 100px;
}

.apply-copy h2 {
  margin-bottom: 0;
}

.apply-copy p:not(.section-kicker) {
  margin-top: 30px;
}

.verification-panel {
  display: grid;
  gap: 8px;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(246, 183, 57, 0.46);
  border-radius: 8px;
  background:
    linear-gradient(90deg, var(--panco-yellow) 0 7px, transparent 7px),
    radial-gradient(circle at 94% 16%, rgba(246, 183, 57, 0.22), transparent 0 64px),
    linear-gradient(135deg, #fff8e8, #fff);
  box-shadow: 0 16px 34px rgba(216, 147, 17, 0.12);
}

.verification-panel span {
  color: var(--panco-blue);
  font-size: var(--section-label-size);
  font-weight: var(--section-label-weight);
  letter-spacing: var(--section-label-spacing);
  text-transform: uppercase;
}

.verification-panel strong {
  color: var(--navy);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.1;
}

.verification-panel p {
  margin: 0;
  color: #5b6676;
}

.apply-form {
  padding: clamp(22px, 4vw, 34px);
  border-color: var(--line);
}

.application-redirect {
  display: grid;
  gap: 14px;
  align-content: start;
}

.application-redirect h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.05;
}

.application-redirect p {
  margin: 0 0 8px;
  color: #5b6676;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.member-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 9vw, 112px) 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(246, 183, 57, 0.18), transparent 25%),
    linear-gradient(180deg, #ffffff, #f3f8fc);
  border-bottom: 1px solid var(--line);
}

.member-hero::after {
  content: none;
}

.member-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.52fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.member-hero h1,
.member-application h2,
.member-process h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.8rem, 6.6vw, 6.1rem);
  line-height: 0.96;
}

.member-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: #405166;
  font-size: clamp(1.04rem, 2vw, 1.28rem);
}

.member-proof-strip {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin: 28px 0 0;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(34, 135, 201, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 12%, rgba(246, 183, 57, 0.22), transparent 0 82px),
    #fff;
  box-shadow: var(--shadow);
}

.member-proof-strip p {
  max-width: none;
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  font-weight: 950;
  line-height: 1.08;
}

.member-proof-strip div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.member-proof-strip span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #506174;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.15;
  background: #f7fbff;
}

.member-proof-strip strong {
  display: block;
  color: var(--panco-blue);
  font-size: clamp(1.55rem, 3vw, 2.5rem);
  line-height: 0.95;
}

.member-benefits {
  position: relative;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.member-benefits h2 {
  margin: 0 0 20px;
  color: var(--navy);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1;
}

.member-benefits ul,
.member-process ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.member-benefits li {
  position: relative;
  padding-left: 32px;
  color: #344054;
  font-weight: 800;
}

.member-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.34em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fff 0 24%, transparent 25%),
    var(--panco-blue);
  box-shadow: 0 0 0 5px rgba(34, 135, 201, 0.12);
  animation: benefitBulletGlow 3.6s ease-in-out infinite;
}

.member-benefits li:nth-child(2)::before {
  animation-delay: 0.35s;
}

.member-benefits li:nth-child(3)::before {
  animation-delay: 0.7s;
}

.member-benefits li:nth-child(4)::before {
  animation-delay: 1.05s;
}

.member-benefits li:nth-child(5)::before {
  animation-delay: 1.4s;
}

@keyframes benefitBulletGlow {
  0%,
  68%,
  100% {
    box-shadow: 0 0 0 5px rgba(34, 135, 201, 0.12);
    transform: scale(1);
  }

  18% {
    box-shadow:
      0 0 0 8px rgba(34, 135, 201, 0.18),
      0 0 24px rgba(34, 135, 201, 0.48),
      0 0 44px rgba(250, 177, 44, 0.25);
    transform: scale(1.12);
  }
}

.member-application {
  padding: clamp(64px, 9vw, 108px) 0;
  background: #fff;
}

.application-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.54fr) minmax(420px, 0.86fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.full-member-form {
  display: grid;
  gap: 2px;
}

.cluster-assignment {
  display: grid;
  gap: 8px;
  margin: 8px 0 14px;
  padding: 18px 20px;
  border: 1px solid rgba(34, 135, 201, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 96% 12%, rgba(246, 183, 57, 0.2), transparent 0 58px),
    linear-gradient(135deg, #f7fbff, #fff);
}

.cluster-assignment span {
  color: var(--panco-blue);
  font-size: var(--section-label-size);
  font-weight: var(--section-label-weight);
  letter-spacing: var(--section-label-spacing);
  text-transform: uppercase;
}

.cluster-assignment strong {
  color: var(--navy);
  font-size: 1.05rem;
  line-height: 1.2;
}

.cluster-assignment p {
  margin: 0;
  color: #5b6676;
}

.verification-check {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  margin: 4px 0 16px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.verification-check input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--panco-blue);
}

.member-process {
  padding: clamp(64px, 9vw, 108px) max(18px, calc((100% - 1180px) / 2));
  background: var(--soft);
  border-block: 1px solid var(--line);
}

.member-process .process-heading {
  display: block;
  max-width: none;
}

.member-faq-section {
  padding: clamp(64px, 9vw, 108px) max(18px, calc((100% - 1180px) / 2));
  background: #fff;
}

.member-faq-section .search-faq {
  margin-top: 0;
}

.membership-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.membership-note strong {
  color: var(--panco-blue);
  font-size: 1.1rem;
}

.membership-note p {
  margin: 0;
  color: #506174;
}

.member-contact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.member-contact a {
  min-width: 0;
  padding: clamp(22px, 4vw, 34px);
  border-right: 1px solid var(--line);
  color: var(--navy);
  background: #fff;
  font-size: 1.12rem;
  font-weight: 950;
  text-decoration: none;
}

.member-contact a:last-child {
  border-right: 0;
}

.member-contact span {
  display: block;
  margin-bottom: 8px;
  color: var(--panco-blue);
  font-size: var(--section-label-size);
  font-weight: var(--section-label-weight);
  letter-spacing: var(--section-label-spacing);
  text-transform: uppercase;
}

.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 28;
  display: none;
  grid-template-columns: 1fr 1fr;
  width: min(430px, calc(100% - 24px));
  overflow: hidden;
  border: 1px solid rgba(220, 229, 238, 0.86);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(18, 56, 95, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.sticky-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  color: var(--navy);
  font-weight: 950;
}

.sticky-cta a:last-child {
  color: #fff;
  background: var(--panco-blue);
}

.site-footer {
  padding: 34px clamp(20px, 4vw, 48px);
  color: rgba(255, 255, 255, 0.76);
  background: var(--navy);
}

.footer-inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-footer img {
  width: auto;
  height: 32px;
  display: block;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-nav a:hover {
  color: #fff;
}

.copyright {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.landing-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 14%, rgba(246, 183, 57, 0.24), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f5faff 72%, #ffffff 100%);
}

.landing-hero::after {
  content: none;
}

.landing-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.56fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 96px) 0;
}

.landing-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(3rem, 6vw, 5.25rem);
  line-height: 0.98;
}

.landing-hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px 0 0;
  color: #344054;
  font-size: clamp(1.05rem, 2.2vw, 1.28rem);
}

.specialty-marquee-wrap {
  overflow: hidden;
  padding: 0 0 18px;
  background: #fff;
}

.specialty-marquee {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  background: var(--navy);
  transform: rotate(-1.2deg) scale(1.035);
  transform-origin: center;
}

.specialty-marquee-track {
  display: flex;
  width: max-content;
  animation: specialtyMarqueeLoop 24s linear infinite;
  will-change: transform;
}

.specialty-marquee-line {
  display: flex;
  align-items: center;
  gap: 26px;
  padding-right: 26px;
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2.75rem);
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.specialty-marquee-line span[data-tone="paper"] {
  color: #fff;
  -webkit-text-stroke: 0 transparent;
}

.specialty-marquee-line span[data-tone="gold"] {
  color: var(--panco-yellow);
  -webkit-text-stroke: 0 transparent;
}

.specialty-marquee-line span[data-tone="outline-gold"] {
  color: transparent;
  -webkit-text-stroke: 1.4px var(--panco-yellow);
}

.specialty-marquee-line span[data-tone="outline-paper"] {
  color: transparent;
  -webkit-text-stroke: 1.4px #fff;
}

@keyframes specialtyMarqueeLoop {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.landing-proof-card {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.96)),
    radial-gradient(circle at 85% 12%, rgba(246, 183, 57, 0.2), transparent 28%);
  box-shadow: var(--shadow);
}

.landing-proof-card span {
  color: var(--panco-blue);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-proof-card strong {
  display: block;
  margin-top: 12px;
  color: var(--navy);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1;
}

.landing-proof-card p {
  margin: 16px 0 0;
  color: #536273;
}

.landing-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(18, 56, 95, 0.08);
  transform: translateY(28px);
}

.landing-trust div {
  padding: 22px;
  border-right: 1px solid var(--line);
}

.landing-trust div:last-child {
  border-right: 0;
}

.landing-trust strong {
  display: block;
  color: var(--navy);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1;
}

.landing-trust span {
  display: block;
  margin-top: 7px;
  color: #5a6878;
  font-weight: 800;
}

.landing-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(74px, 8vw, 110px) 0;
}

.landing-section.compact {
  padding-top: 34px;
}

.specialty-page .landing-trust + .landing-section.compact {
  padding-top: clamp(68px, 6vw, 88px);
}

.landing-section-header {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 58px);
  margin-bottom: 28px;
}

.landing-section-header h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 4.5vw, 3.7rem);
  line-height: 1;
}

.landing-section-header p:not(.section-kicker) {
  margin: 0;
  color: #506174;
  font-size: 1.05rem;
}

.specialty-page .landing-section-header {
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
}

.privacy-page .landing-section-header {
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
}

.answer-grid,
.news-proof-grid,
.related-pages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.answer-card,
.news-proof-card,
.related-pages a {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 56, 95, 0.07);
}

.answer-card.highlight {
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 232, 0.94)),
    linear-gradient(135deg, rgba(246, 183, 57, 0.16), rgba(34, 135, 201, 0.08));
}

.answer-card span,
.news-proof-card span,
.related-pages span {
  display: block;
  margin-bottom: 14px;
  color: var(--panco-blue);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.answer-card h3,
.news-proof-card h3,
.related-pages strong {
  display: block;
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.08;
}

.answer-card p,
.news-proof-card p {
  margin: 14px 0 0;
  color: #536273;
}

.news-proof-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.news-proof-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  background: var(--soft);
}

.news-proof-card a,
.related-pages a {
  color: inherit;
  text-decoration: none;
}

.news-proof-card .story-link {
  margin-top: auto;
  color: var(--panco-blue);
  font-weight: 950;
}

.landing-cta {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto clamp(58px, 7vw, 92px);
  padding: clamp(28px, 5vw, 44px);
  color: #fff;
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 18%, rgba(246, 183, 57, 0.34), transparent 22%),
    linear-gradient(135deg, var(--night), #12385f);
}

.landing-cta h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.landing-cta p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.06rem;
}

.landing-cta .hero-actions {
  margin-top: 26px;
}

.member-check-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  gap: 16px;
  align-items: stretch;
}

#verify-member .landing-section-header {
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  gap: 16px;
}

.member-id-form,
.member-check-result {
  min-width: 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 56, 95, 0.08);
}

.member-id-form {
  display: grid;
  align-content: start;
  gap: 14px;
}

.member-id-form code {
  color: var(--navy);
  font-weight: 900;
}

.member-check-result {
  display: grid;
  align-content: center;
  border-left-width: 8px;
}

.member-check-result strong {
  display: block;
  color: var(--navy);
  font-size: clamp(1.5rem, 3vw, 2.45rem);
  line-height: 1.02;
}

.member-check-result p {
  margin: 14px 0 0;
  color: #536273;
  font-size: 1.04rem;
}

.member-check-result ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.member-check-result li {
  display: grid;
  grid-template-columns: minmax(100px, 0.35fr) 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fbff;
}

.member-check-result li span {
  color: var(--panco-blue);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.member-check-result li strong {
  font-size: 1.05rem;
  line-height: 1.2;
}

.member-check-result.is-notice,
.member-check-result.is-loading {
  border-left-color: var(--panco-blue);
}

.member-check-result.is-warning,
.member-check-result.is-invalid {
  border-left-color: var(--panco-yellow);
}

.member-check-result.is-valid {
  border-left-color: #18a66a;
}

.member-check-cards article {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 56, 95, 0.07);
}

.member-check-cards article:nth-child(2) {
  background:
    radial-gradient(circle at 92% 14%, rgba(246, 183, 57, 0.2), transparent 0 70px),
    #fff;
}

.member-check-cards article a {
  display: inline;
  min-width: 0;
  padding: 0;
  color: var(--panco-blue);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.member-check-cards article a:hover {
  color: var(--panco-blue-dark);
  border-color: transparent;
  transform: none;
}

.related-pages a {
  transition: transform 180ms ease, border-color 180ms ease;
}

.related-pages a:hover {
  border-color: rgba(34, 135, 201, 0.4);
  transform: translateY(-2px);
}

.related-pages p {
  margin: 12px 0 0;
  color: #5b6676;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .main-nav {
    display: none;
  }

	  .hero-inner,
	  .intro-grid,
	  .coverage-grid,
	  .news-heading,
	  .news-experience,
    .news-page-hero-inner,
    .news-hub-intro,
    .member-hero-inner,
	  .application-panel,
    .member-check-panel,
    .member-journey,
	  .event-content,
	  .proof,
	  .application {
	    grid-template-columns: 1fr;
	  }

  .hero-inner {
    align-items: end;
    padding-top: 44px;
  }

  .section-heading {
    display: block;
  }

  .benefit-grid,
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .topic-links,
  .landing-trust,
  .answer-grid,
  .news-proof-grid,
  .related-pages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-hero-inner,
  .landing-section-header,
  #verify-member .landing-section-header {
    grid-template-columns: 1fr;
  }

  .search-faq {
    grid-template-columns: 1fr;
  }

  .decision-panel {
    grid-template-columns: 1fr;
  }

  .network-pathways {
    grid-template-columns: 1fr;
  }

  .journey-panel {
    grid-template-columns: 1fr;
  }

  .journey-card.featured {
    grid-row: auto;
  }

  .news-feature,
  .news-feature img {
    min-height: 430px;
  }

  .news-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-archive-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-page-cta {
    align-items: flex-start;
    flex-direction: column;
  }

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

	  .event-card.featured {
	    grid-column: span 2;
	  }

	  .event-proof {
	    align-items: flex-start;
	    flex-direction: column;
	  }

  .apply-copy {
    position: static;
  }

  .sticky-cta {
    display: grid;
  }

  .site-footer {
    padding-bottom: 92px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .member-contact {
    grid-template-columns: repeat(2, 1fr);
  }

  .member-contact a:nth-child(2n) {
    border-right: 0;
  }

  .member-contact a:nth-child(3) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 680px) {
  .floating-apply-badge {
    right: -48px;
    bottom: 18px;
    width: 96px;
    height: 96px;
  }

  .floating-apply-badge:hover {
    right: 10px;
  }

  .site-header {
    min-height: 70px;
    padding: 12px 16px;
  }

  .brand img {
    width: 118px;
  }

  .nav-cta {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 0.9rem;
  }

  .hero-inner {
    width: min(100% - 28px, 1180px);
    min-height: auto;
    padding: 42px 0 34px;
  }

  .hero-flow {
    inset: 76px -160px auto auto;
    width: 480px;
    opacity: 0.52;
  }

  .hero h1 {
    font-size: clamp(2.9rem, 15vw, 4.8rem);
    line-height: 0.98;
  }

  .hero-line {
    margin-top: 20px;
  }

  .hero .eyebrow {
    max-width: 260px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-trust {
    display: grid;
    grid-template-columns: 1fr;
  }

  .media-card,
  .hero-video {
    min-height: 260px;
  }

  .metric-band,
  .benefit-grid,
  .coverage-metrics,
  .steps,
  .form-row {
    grid-template-columns: 1fr;
  }

  .metric-band div {
    padding: 20px;
  }

  .network-pathways-copy {
    padding: 24px;
  }

  .network-pathways-copy h2 {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .pathway-item {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
  }

  .pathway-mark {
    width: 44px;
    height: 44px;
    font-size: 0.78rem;
  }

  .pathway-item a {
    grid-column: 1 / -1;
    width: 100%;
  }

  .section {
    width: min(100% - 28px, 1180px);
    padding: 58px 0;
  }

  .coverage-section {
    padding: 58px 0;
  }

  .coverage-inner {
    width: min(100% - 28px, 1180px);
  }

  .member-news {
    padding: 58px 0;
  }

  .member-news-inner {
    width: min(100% - 28px, 1180px);
  }

  .news-page-hero-inner,
  .news-hub,
  .news-page-cta {
    width: min(100% - 28px, 1180px);
  }

  .news-page-hero {
    padding: 54px 0 36px;
  }

  .news-page-copy h1 {
    font-size: clamp(2.85rem, 14vw, 4.8rem);
  }

  .news-filter-bar {
    position: relative;
    top: auto;
    padding: 10px;
  }

  .news-filter {
    flex: 1 1 auto;
    min-width: 128px;
  }

  .news-topic-heading {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .news-topic-heading span {
    width: 38px;
    height: 38px;
  }

  .news-story-grid {
    grid-template-columns: 1fr;
  }

  .story-card-copy {
    padding: 20px;
  }

  .news-feature,
  .news-feature img {
    min-height: 390px;
  }

  .news-feature-copy h3 {
    font-size: clamp(1.65rem, 8vw, 2.2rem);
  }

  .news-feature-copy p {
    font-size: 0.94rem;
  }

  .news-board {
    grid-template-columns: 1fr;
  }

  .news-trigger {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .news-trigger img {
    height: 96px;
  }

  .news-preview-media,
  .news-preview-media img {
    min-height: 210px;
  }

  .coverage-copy h2 {
    font-size: clamp(2.1rem, 11vw, 3.4rem);
  }

.coverage-proof-card,
.coverage-metrics article {
    padding: 20px;
  }

  .benefits {
    padding-inline: 14px;
  }

  .specialist-grid {
    grid-template-columns: 1fr;
  }

  .topic-links,
  .landing-trust,
  .answer-grid,
  .news-proof-grid,
  .related-pages {
    grid-template-columns: 1fr;
  }

  .landing-hero-inner,
  .landing-section,
  .landing-trust,
  .landing-cta {
    width: min(100% - 28px, 1180px);
  }

  .landing-trust {
    transform: translateY(18px);
  }

  .landing-trust div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .landing-trust div:last-child {
    border-bottom: 0;
  }

  .decision-grid {
    grid-template-columns: 1fr;
  }

  .intro-grid h2,
  .section-heading h2,
  .proof h2,
  .event-section h2,
  .application h2 {
    font-size: clamp(2rem, 12vw, 3rem);
    line-height: 1.02;
  }

  .proof {
    padding: 58px 14px;
  }

	  .event-stats {
	    display: grid;
	    grid-template-columns: 1fr;
	  }

	  .event-copy {
	    grid-template-columns: 1fr;
	    width: 100%;
	  }

	  .event-copy > p:not(.section-kicker) {
	    grid-column: auto;
	    grid-row: auto;
	    margin-top: 18px;
	  }

	  .event-section {
	    padding-block: 58px;
	  }

	  .event-content,
	  .event-cards,
	  .event-proof {
	    width: min(100% - 28px, 1180px);
	  }

	  .event-banners,
	  .event-cards {
	    grid-template-columns: 1fr;
	  }

	  .event-card.featured {
	    grid-column: auto;
	  }

	  .event-banner {
	    min-height: 220px;
	  }

	  .event-flow {
	    inset: 60px -210px auto auto;
	    width: 520px;
	  }

  .member-hero,
  .member-application,
  .member-process {
    padding-block: 58px;
  }

  .member-hero-inner,
  .application-panel {
    width: min(100% - 28px, 1180px);
  }

  .member-hero h1,
  .member-application h2,
  .member-process h2 {
    font-size: clamp(2.2rem, 12vw, 3.4rem);
    line-height: 1.02;
  }

  .member-proof-strip div {
    grid-template-columns: 1fr;
  }

  .member-contact,
  .membership-note {
    grid-template-columns: 1fr;
  }

  .member-contact a {
    border-right: 0;
  }

  .member-contact a + a {
    border-top: 1px solid var(--line);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .journey-card,
  .journey-card::before,
  .journey-card span,
  .journey-card h3,
  .journey-card p,
  .member-process .steps article::before,
  .member-process .steps span,
  .member-process .steps h3,
  .member-process .steps p {
    animation: none !important;
  }

  .journey-card.featured::before {
    opacity: 1;
  }

  .journey-card.featured span {
    color: var(--panco-yellow);
  }

  .journey-card.featured h3 {
    color: #fff;
  }

  .journey-card.featured p {
    color: rgba(255, 255, 255, 0.82);
  }
}
