/*
 * 校友会案例专属视觉层
 * 深海军蓝、宝石蓝、翡翠绿与暖金共同构成可信、克制的组织服务体验。
 */

.alumni-premium-page[data-theme="social"] {
  --alumni-navy: #071b36;
  --alumni-navy-soft: #102b50;
  --alumni-blue: #1764e8;
  --alumni-blue-deep: #0c48b5;
  --alumni-emerald: #087f72;
  --alumni-emerald-deep: #05594f;
  --alumni-gold: #c99744;
  --alumni-gold-soft: #f1d9a7;
  --alumni-paper: #fbfcfe;
  --alumni-mist: #eef4f8;
  --alumni-sand: #f7f1e6;
  --alumni-ink: #102238;
  --alumni-muted: #66778b;
  --alumni-line: #dbe4ed;
  --primary: var(--alumni-blue);
  --primary-dark: var(--alumni-navy-soft);
  --accent: var(--alumni-emerald);
  --ink: var(--alumni-ink);
  --ink-soft: #3b526c;
  --muted: var(--alumni-muted);
  --line: var(--alumni-line);
  --page: var(--alumni-mist);
  --surface: var(--alumni-paper);
  color: var(--alumni-ink);
  background: var(--alumni-paper);
}

.alumni-premium-page .site-header {
  border-bottom-color: rgba(7, 27, 54, .1);
  background: rgba(251, 252, 254, .96);
}

.alumni-premium-page .brand img {
  box-shadow: 0 8px 22px rgba(23, 100, 232, .18);
}

.alumni-premium-page .nav-links {
  border-color: rgba(7, 27, 54, .1);
  background: #f2f5f8;
}

.alumni-premium-page .nav-links a:hover,
.alumni-premium-page .nav-links a.active {
  color: var(--alumni-blue-deep);
  background: #fff;
}

.alumni-premium-page .nav-back {
  color: var(--alumni-navy-soft);
  border-color: rgba(7, 27, 54, .14);
  background: #fff;
}

.alumni-premium-page .nav-cta {
  background: var(--alumni-navy);
  box-shadow: 0 9px 22px rgba(7, 27, 54, .2);
}

.alumni-premium-page .anchor-band {
  border-bottom-color: rgba(7, 27, 54, .1);
  background: rgba(238, 244, 248, .94);
}

.alumni-premium-page .anchor-scroll {
  border-color: rgba(7, 27, 54, .1);
  background: rgba(255, 255, 255, .96);
}

.alumni-premium-page .anchor-scroll a:hover,
.alumni-premium-page .anchor-scroll a.active {
  background: var(--alumni-navy-soft);
}

.alumni-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 78px 0 74px;
  color: #fff;
  background:
    radial-gradient(circle at 81% 18%, rgba(23, 100, 232, .28), transparent 33%),
    radial-gradient(circle at 14% 86%, rgba(8, 127, 114, .26), transparent 31%),
    linear-gradient(125deg, #041225 0%, #071b36 48%, #0d315a 100%);
}

.alumni-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .25;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, .27) 1px, transparent 1.3px),
    linear-gradient(120deg, transparent 44%, rgba(255, 255, 255, .045) 44%, rgba(255, 255, 255, .045) 45%, transparent 45%);
  background-size: 34px 34px, 210px 210px;
  mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .2));
  content: "";
}

.alumni-hero::after {
  position: absolute;
  z-index: -1;
  right: -120px;
  bottom: -300px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(241, 217, 167, .15);
  border-radius: 50%;
  box-shadow:
    0 0 0 64px rgba(241, 217, 167, .025),
    0 0 0 128px rgba(255, 255, 255, .015);
  content: "";
}

.alumni-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: 56px;
}

.alumni-hero__content {
  min-width: 0;
}

.alumni-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 6px 7px 6px 12px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(12px);
}

.alumni-hero__badge span {
  color: var(--alumni-gold-soft);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
}

.alumni-hero__badge em {
  padding: 5px 9px;
  border-radius: 999px;
  color: #071b36;
  background: var(--alumni-gold-soft);
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
}

.alumni-hero .eyebrow {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .58);
  letter-spacing: .055em;
}

.alumni-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 4.6vw, 70px);
  line-height: 1.05;
  letter-spacing: -.065em;
}

.alumni-hero__claim {
  margin: 20px 0 0;
  color: #fff;
  font-size: clamp(20px, 1.9vw, 28px);
  font-weight: 850;
  line-height: 1.42;
  letter-spacing: -.03em;
}

.alumni-hero .hero-lead {
  max-width: 670px;
  margin-top: 14px;
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  line-height: 1.9;
}

.alumni-hero .button-primary {
  color: var(--alumni-navy);
  background: #fff;
}

.alumni-hero .button-secondary {
  border-color: rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .07);
}

.alumni-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(1, 12, 26, .42);
  backdrop-filter: blur(14px);
}

.alumni-hero__facts article {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-width: 0;
  padding: 15px 12px;
  border-right: 1px solid rgba(255, 255, 255, .09);
}

.alumni-hero__facts article:last-child {
  border-right: 0;
}

.alumni-hero__facts article > span {
  color: var(--alumni-gold-soft);
  font-size: 10px;
  font-weight: 950;
}

.alumni-hero__facts strong,
.alumni-hero__facts small {
  display: block;
}

.alumni-hero__facts strong {
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.alumni-hero__facts small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .48);
  font-size: 9px;
  line-height: 1.45;
}

.alumni-media {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(7, 27, 54, .12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 26px 76px rgba(16, 34, 56, .14);
}

.alumni-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 17px;
  object-fit: contain;
}

.alumni-media figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 7px 5px;
}

.alumni-media figcaption strong {
  color: var(--alumni-ink);
  font-size: 13px;
  white-space: nowrap;
}

.alumni-media figcaption span {
  color: var(--alumni-muted);
  font-size: 10px;
  line-height: 1.5;
  text-align: right;
}

.alumni-hero__visual {
  width: 100%;
  padding: 11px;
  border-color: rgba(255, 255, 255, .17);
  border-radius: 30px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 36px 100px rgba(0, 0, 0, .33);
}

.alumni-hero__visual img {
  border-radius: 21px;
}

.alumni-hero__visual figcaption {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 13px;
  background: rgba(5, 22, 45, .88);
  backdrop-filter: blur(16px);
}

.alumni-hero__visual figcaption span {
  color: var(--alumni-gold-soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .03em;
  text-align: left;
}

.alumni-hero__visual figcaption strong {
  color: #fff;
  font-size: 12px;
  text-align: right;
}

.alumni-section {
  position: relative;
  padding: 84px 0;
}

.alumni-section--paper {
  background: var(--alumni-paper);
}

.alumni-section--mist {
  background:
    radial-gradient(circle at 90% 8%, rgba(23, 100, 232, .06), transparent 26%),
    linear-gradient(180deg, #f3f7fa, var(--alumni-mist));
}

.alumni-section--sand {
  background:
    radial-gradient(circle at 95% 0, rgba(201, 151, 68, .1), transparent 27%),
    linear-gradient(180deg, #faf6ee, var(--alumni-sand));
}

.alumni-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  align-items: end;
  gap: 42px;
  margin-bottom: 32px;
}

.alumni-heading > div {
  min-width: 0;
}

.alumni-heading h2 {
  margin: 0;
  color: var(--alumni-ink);
  font-size: clamp(34px, 3.25vw, 48px);
  line-height: 1.12;
  letter-spacing: -.055em;
}

.alumni-heading > p {
  margin: 0;
  color: var(--alumni-muted);
  font-size: 14px;
  line-height: 1.85;
  text-align: right;
}

.alumni-kicker {
  display: block;
  margin-bottom: 9px;
  color: var(--alumni-blue);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .1em;
}

.alumni-heading--light h2 {
  color: #fff;
}

.alumni-heading--light > p {
  color: rgba(255, 255, 255, .6);
}

.alumni-heading--light .alumni-kicker {
  color: var(--alumni-gold-soft);
}

.identity-layout {
  display: grid;
  grid-template-columns: minmax(500px, 1.12fr) minmax(0, .88fr);
  align-items: start;
  gap: 20px;
}

.identity-media {
  align-self: start;
}

.identity-media img {
  height: auto;
}

.identity-stack {
  display: grid;
  gap: 12px;
}

.identity-card {
  padding: 22px;
  border: 1px solid var(--alumni-line);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 34, 56, .06);
}

.identity-card > span,
.resource-cards article > span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--alumni-blue);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .07em;
}

.identity-card h3,
.network-copy h3,
.event-copy h3,
.resource-lead h3,
.resource-cards h3,
.giving-story h3,
.plan-card h3,
.dashboard-grid h3 {
  margin: 0;
  color: var(--alumni-ink);
  font-size: 20px;
  line-height: 1.28;
  letter-spacing: -.025em;
}

.identity-card p,
.resource-cards p {
  margin: 9px 0 0;
  color: var(--alumni-muted);
  font-size: 12px;
  line-height: 1.75;
}

.identity-card ul,
.resource-cards ul,
.plan-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.identity-card li,
.resource-cards li,
.plan-card li {
  padding: 5px 8px;
  border-radius: 7px;
  color: var(--alumni-navy-soft);
  background: #edf3f8;
  font-size: 10px;
  font-weight: 800;
}

.identity-card--blue {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--alumni-blue-deep), var(--alumni-blue));
  box-shadow: 0 18px 48px rgba(23, 100, 232, .22);
}

.identity-card--blue > span,
.identity-card--blue h3,
.identity-card--blue p {
  color: #fff;
}

.identity-card--blue p {
  color: rgba(255, 255, 255, .72);
}

.identity-card--blue li {
  color: #fff;
  background: rgba(255, 255, 255, .12);
}

.identity-card--gold {
  border-color: rgba(201, 151, 68, .25);
  background: linear-gradient(145deg, #fffdf8, #faf1df);
}

.identity-card--gold > span {
  color: #9a6a1e;
}

.privacy-strip,
.giving-note {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  padding: 17px 20px;
  border: 1px solid rgba(8, 127, 114, .16);
  border-radius: 15px;
  background: #f3faf8;
}

.privacy-strip strong,
.giving-note strong {
  flex: 0 0 auto;
  color: var(--alumni-emerald-deep);
  font-size: 12px;
  white-space: nowrap;
}

.privacy-strip span,
.giving-note span {
  color: #58716e;
  font-size: 11px;
  line-height: 1.7;
}

.network-layout {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr);
  align-items: center;
  gap: 30px;
}

.network-copy {
  min-width: 0;
  padding: 34px;
  border: 1px solid rgba(7, 27, 54, .08);
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 22px 54px rgba(16, 34, 56, .07);
  backdrop-filter: blur(16px);
}

.network-copy__tag,
.event-copy__tag,
.giving-story__tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--alumni-blue-deep);
  background: #e8f0ff;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .07em;
}

.network-copy h3,
.event-copy h3,
.resource-lead h3,
.giving-story h3 {
  font-size: 25px;
}

.network-copy > p,
.event-copy > p,
.resource-lead > p,
.giving-story > p {
  margin: 13px 0 0;
  color: var(--alumni-muted);
  font-size: 13px;
  line-height: 1.85;
}

.network-dimensions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.network-dimensions article {
  padding: 15px;
  border: 1px solid var(--alumni-line);
  border-radius: 14px;
  background: #fff;
}

.network-dimensions span,
.network-dimensions strong,
.network-dimensions small {
  display: block;
}

.network-dimensions span {
  color: var(--alumni-blue);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .08em;
}

.network-dimensions strong {
  margin-top: 7px;
  font-size: 13px;
}

.network-dimensions small {
  margin-top: 4px;
  color: var(--alumni-muted);
  font-size: 9px;
  line-height: 1.5;
}

.network-capabilities {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.network-capabilities article,
.dashboard-grid article {
  padding: 20px;
  border: 1px solid var(--alumni-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 34, 56, .055);
}

.network-capabilities span,
.dashboard-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 29px;
  height: 25px;
  margin-bottom: 12px;
  padding: 0 8px;
  border-radius: 8px;
  color: #fff;
  background: var(--alumni-emerald);
  font-size: 9px;
  font-weight: 950;
}

.network-capabilities h3 {
  margin: 0;
  font-size: 16px;
}

.network-capabilities p,
.dashboard-grid p {
  margin: 8px 0 0;
  color: var(--alumni-muted);
  font-size: 11px;
  line-height: 1.7;
}

.alumni-events {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 87% 22%, rgba(23, 100, 232, .24), transparent 30%),
    radial-gradient(circle at 9% 90%, rgba(8, 127, 114, .25), transparent 30%),
    linear-gradient(130deg, #041426, #082544 58%, #10365a);
}

.alumni-events::before {
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .22) 1px, transparent 1.2px);
  background-size: 33px 33px;
  content: "";
}

.alumni-events .shell {
  position: relative;
}

.event-layout {
  display: grid;
  grid-template-columns: minmax(440px, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 38px;
}

.event-media {
  border-color: rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .26);
}

.event-media figcaption strong {
  color: #fff;
}

.event-media figcaption span {
  color: rgba(255, 255, 255, .52);
}

.event-copy {
  min-width: 0;
}

.event-copy__tag {
  color: #071b36;
  background: var(--alumni-gold-soft);
}

.event-copy h3 {
  color: #fff;
  font-size: 27px;
}

.event-copy > p {
  color: rgba(255, 255, 255, .66);
}

.event-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.event-features article {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .055);
  backdrop-filter: blur(10px);
}

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

.event-features strong {
  color: #fff;
  font-size: 12px;
}

.event-features span {
  margin-top: 5px;
  color: rgba(255, 255, 255, .48);
  font-size: 9px;
  line-height: 1.5;
}

.event-copy .event-note {
  margin-top: 18px;
  padding-left: 12px;
  border-left: 2px solid var(--alumni-gold);
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
  line-height: 1.7;
}

.event-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 26px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: rgba(0, 0, 0, .16);
  list-style: none;
}

.event-flow li {
  position: relative;
  min-width: 0;
  padding: 18px 14px;
  border-right: 1px solid rgba(255, 255, 255, .08);
}

.event-flow li:last-child {
  border-right: 0;
}

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

.event-flow span {
  color: var(--alumni-gold-soft);
  font-size: 9px;
  font-weight: 950;
}

.event-flow strong {
  margin-top: 8px;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.event-flow small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .42);
  font-size: 9px;
  line-height: 1.45;
}

.resource-layout {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: 20px;
}

.resource-lead {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 34px;
  border-radius: 23px;
  color: #fff;
  background: linear-gradient(145deg, var(--alumni-navy), var(--alumni-navy-soft));
  box-shadow: 0 24px 64px rgba(7, 27, 54, .2);
}

.resource-lead::after {
  position: absolute;
  z-index: -1;
  right: -90px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255, 255, 255, .018);
  content: "";
}

.resource-lead > span {
  color: var(--alumni-gold-soft);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .1em;
}

.resource-lead h3 {
  margin-top: 18px;
  color: #fff;
}

.resource-lead > p {
  color: rgba(255, 255, 255, .62);
}

.resource-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 22px;
}

.resource-tags span {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .07);
  font-size: 10px;
}

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

.resource-cards article {
  padding: 24px;
  border: 1px solid var(--alumni-line);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 34, 56, .06);
}

.resource-cards ul {
  display: grid;
}

.resource-card--green {
  border-color: transparent !important;
  color: #fff;
  background: linear-gradient(145deg, var(--alumni-emerald-deep), var(--alumni-emerald)) !important;
  box-shadow: 0 18px 44px rgba(8, 127, 114, .2) !important;
}

.resource-card--green > span,
.resource-card--green h3 {
  color: #fff !important;
}

.resource-card--green p {
  color: rgba(255, 255, 255, .65) !important;
}

.resource-card--green li {
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

.resource-disclaimer,
.demo-disclaimer {
  margin: 18px 0 0;
  color: var(--alumni-muted);
  font-size: 10px;
  line-height: 1.7;
}

.resource-disclaimer {
  padding: 14px 16px;
  border: 1px solid rgba(23, 100, 232, .12);
  border-radius: 13px;
  background: #f3f7ff;
}

.resource-disclaimer strong {
  color: var(--alumni-blue-deep);
}

.giving-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  align-items: stretch;
  gap: 20px;
}

.giving-story,
.giving-board {
  padding: 30px;
  border: 1px solid rgba(201, 151, 68, .2);
  border-radius: 22px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 18px 46px rgba(91, 65, 24, .07);
  backdrop-filter: blur(14px);
}

.giving-story__tag {
  color: #80591d;
  background: #f5e6c9;
}

.giving-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.giving-paths article {
  padding: 15px;
  border: 1px solid rgba(201, 151, 68, .19);
  border-radius: 13px;
  background: #fffdfa;
}

.giving-paths strong,
.giving-paths span {
  display: block;
}

.giving-paths strong {
  color: #735021;
  font-size: 12px;
}

.giving-paths span {
  margin-top: 5px;
  color: #8b7b64;
  font-size: 9px;
  line-height: 1.5;
}

.giving-board {
  padding: 24px;
  background: #fff;
}

.giving-board__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eadfcf;
}

.giving-board__head span {
  color: var(--alumni-gold);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .08em;
}

.giving-board__head strong {
  color: var(--alumni-ink);
  font-size: 12px;
}

.giving-board ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.giving-board li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 2px;
  border-bottom: 1px solid #eee5d8;
}

.giving-board li:last-child {
  border-bottom: 0;
}

.giving-board li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 31px;
  height: 31px;
  border-radius: 10px;
  color: #fff;
  background: var(--alumni-gold);
  font-size: 9px;
  font-weight: 950;
}

.giving-board li strong,
.giving-board li small {
  display: block;
}

.giving-board li strong {
  font-size: 12px;
}

.giving-board li small {
  margin-top: 4px;
  color: var(--alumni-muted);
  font-size: 9px;
  line-height: 1.5;
}

.giving-note {
  border-color: rgba(201, 151, 68, .25);
  background: rgba(255, 252, 246, .88);
}

.giving-note strong {
  color: #80591d;
}

.giving-note span {
  color: #796d5b;
}

.dashboard-media {
  margin-bottom: 20px;
  padding: 11px;
}

.demo-label {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 7px;
  color: #fff;
  background: rgba(7, 27, 54, .78);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .07em;
  backdrop-filter: blur(10px);
}

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

.dashboard-grid span {
  color: var(--alumni-blue-deep);
  background: #e7effd;
  letter-spacing: .06em;
}

.dashboard-grid h3 {
  font-size: 17px;
}

.demo-disclaimer {
  text-align: center;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.plan-card {
  position: relative;
  min-width: 0;
  padding: 25px;
  border: 1px solid var(--alumni-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(16, 34, 56, .07);
}

.plan-card em {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--alumni-blue);
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
}

.plan-card p {
  min-height: 44px;
  margin: 10px 0 0;
  color: var(--alumni-muted);
  font-size: 12px;
  line-height: 1.75;
}

.plan-card ul {
  display: grid;
  gap: 8px;
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid var(--alumni-line);
}

.plan-card li {
  padding: 0;
  color: var(--alumni-ink);
  background: none;
}

.plan-card li::before {
  margin-right: 7px;
  color: var(--alumni-emerald);
  content: "✓";
  font-weight: 950;
}

.plan-card--featured {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(145deg, var(--alumni-navy), var(--alumni-navy-soft));
  box-shadow: 0 24px 54px rgba(7, 27, 54, .22);
}

.plan-card--featured em,
.plan-card--featured h3,
.plan-card--featured li {
  color: #fff;
}

.plan-card--featured p {
  color: rgba(255, 255, 255, .62);
}

.plan-card--featured ul {
  border-top-color: rgba(255, 255, 255, .11);
}

.plan-card--featured li::before {
  color: var(--alumni-gold-soft);
}

.plan-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--alumni-navy);
  background: var(--alumni-gold-soft);
  font-size: 9px;
  font-weight: 950;
}

.alumni-faq {
  background:
    radial-gradient(circle at 85% 12%, rgba(8, 127, 114, .06), transparent 25%),
    linear-gradient(180deg, #f1f6f5, #e8f0ef);
}

.alumni-faq__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr);
  align-items: end;
  gap: 38px;
  margin-bottom: 22px;
}

.alumni-faq__intro > div {
  min-width: 0;
}

.alumni-faq__intro h2 {
  margin: 0;
  color: var(--alumni-ink);
  font-size: clamp(34px, 3.1vw, 46px);
  line-height: 1.12;
  letter-spacing: -.055em;
}

.alumni-faq__intro > p {
  margin: 0;
  color: var(--alumni-muted);
  font-size: 13px;
  line-height: 1.8;
  text-align: right;
}

.alumni-faq__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 10px;
}

.alumni-faq__list .faq-item {
  border-color: rgba(7, 27, 54, .1);
  border-radius: 15px;
  box-shadow: 0 10px 26px rgba(16, 34, 56, .05);
}

.alumni-faq__list .faq-item.open {
  grid-row: span 2;
  border-color: rgba(8, 127, 114, .2);
}

.alumni-faq__list .faq-question {
  min-height: 58px;
  padding: 0 17px;
  font-size: 13px;
}

.alumni-faq__list .faq-question::after {
  color: var(--alumni-emerald-deep);
  background: #e7f1ef;
}

.alumni-faq__list .faq-answer {
  padding: 0 17px 17px;
  color: var(--alumni-muted);
  font-size: 12px;
}

.alumni-contact {
  padding: 70px 0;
  background: var(--alumni-paper);
}

.alumni-contact__card {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  overflow: hidden;
  padding: 42px 46px;
  border-radius: 26px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 25%, rgba(201, 151, 68, .24), transparent 30%),
    linear-gradient(125deg, #06172f, #0b2b4f 56%, #075e57);
  box-shadow: 0 30px 76px rgba(7, 27, 54, .2);
}

.alumni-contact__card::after {
  position: absolute;
  z-index: -1;
  right: -100px;
  bottom: -190px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(255, 255, 255, .02);
  content: "";
}

.alumni-contact__card > div:first-child {
  min-width: 0;
}

.alumni-contact__card > div:first-child > span {
  display: block;
  margin-bottom: 9px;
  color: var(--alumni-gold-soft);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .1em;
}

.alumni-contact__card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: -.055em;
}

.alumni-contact__card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.75;
}

.alumni-contact__card .button-primary {
  color: var(--alumni-navy);
  background: #fff;
}

.alumni-contact__card .button-secondary {
  border-color: rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .07);
}

.alumni-premium-page .suite-footer {
  background: linear-gradient(135deg, #041226, #071b36 58%, #07453f);
}

@media (max-width: 1120px) {
  .alumni-hero__inner {
    grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr);
    gap: 34px;
  }

  .alumni-heading {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  }

  .identity-layout,
  .network-layout,
  .event-layout,
  .resource-layout,
  .giving-layout {
    gap: 18px;
  }

  .resource-cards {
    grid-template-columns: 1fr;
  }

  .resource-cards ul {
    display: flex;
  }

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

@media (max-width: 900px) {
  .alumni-hero {
    padding: 58px 0;
  }

  .alumni-hero__inner,
  .identity-layout,
  .network-layout,
  .event-layout,
  .resource-layout,
  .giving-layout {
    grid-template-columns: 1fr;
  }

  .alumni-hero__visual {
    max-width: 760px;
    margin: 0 auto;
  }

  .alumni-heading,
  .alumni-faq__intro {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .alumni-heading > p,
  .alumni-faq__intro > p {
    text-align: left;
  }

  .identity-media img {
    height: auto;
    min-height: 0;
  }

  .identity-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .identity-card ul {
    display: grid;
  }

  .network-layout .network-copy {
    order: 2;
  }

  .network-layout .devices-media {
    order: 1;
  }

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

  .event-media {
    max-width: 720px;
    margin: 0 auto;
  }

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

  .event-flow li:nth-child(3) {
    border-right: 0;
  }

  .event-flow li:nth-child(-n+3) {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

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

  .resource-cards ul {
    display: grid;
  }

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

@media (max-width: 680px) {
  .alumni-section {
    padding: 60px 0;
  }

  .alumni-hero h1 {
    font-size: clamp(36px, 11vw, 54px);
  }

  .alumni-hero__claim {
    font-size: 19px;
  }

  .alumni-hero__facts {
    grid-template-columns: 1fr;
  }

  .alumni-hero__facts article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .alumni-hero__facts article:last-child {
    border-bottom: 0;
  }

  .alumni-hero__visual figcaption {
    position: static;
    margin-top: 10px;
  }

  .alumni-heading h2,
  .alumni-faq__intro h2,
  .alumni-contact__card h2 {
    font-size: clamp(25px, 7vw, 34px);
  }

  .alumni-media figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .alumni-media figcaption span {
    text-align: left;
  }

  .identity-stack,
  .resource-cards,
  .dashboard-grid,
  .alumni-faq__list {
    grid-template-columns: 1fr;
  }

  .identity-card ul,
  .resource-cards ul {
    display: flex;
  }

  .privacy-strip,
  .giving-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .network-copy,
  .resource-lead,
  .giving-story,
  .giving-board {
    padding: 24px;
  }

  .network-dimensions,
  .event-features,
  .giving-paths {
    grid-template-columns: 1fr;
  }

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

  .event-flow li:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, .08);
  }

  .event-flow li:nth-child(even) {
    border-right: 0;
  }

  .event-flow li:nth-child(-n+4) {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .network-capabilities,
  .plan-grid {
    grid-template-columns: 1fr;
  }

  .plan-card p {
    min-height: 0;
  }

  .alumni-faq__list .faq-item.open {
    grid-row: auto;
  }

  .alumni-contact {
    padding: 52px 0;
  }

  .alumni-contact__card {
    align-items: stretch;
    flex-direction: column;
    padding: 30px 24px;
  }

  .alumni-contact__card .contact-actions {
    align-self: stretch;
    flex-direction: column;
  }

  .alumni-contact__card .button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .alumni-hero__badge span {
    display: none;
  }

  .alumni-hero__visual figcaption strong {
    text-align: left;
  }

  .network-capabilities article,
  .dashboard-grid article,
  .identity-card,
  .resource-cards article,
  .plan-card {
    padding: 20px;
  }
}
