.hero--credit {
  min-height: 660px;
}

.hero--credit h1 span {
  color: var(--blue);
  text-shadow: 0 0 34px rgba(0, 174, 254, .32);
}

.credit-status {
  width: min(600px, 100%);
  margin-top: 32px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 20px;
  align-items: center;
  border: 1px solid rgba(0, 174, 254, .42);
  border-radius: 16px;
  background: rgba(6, 10, 14, .76);
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 16px 44px rgba(0,0,0,.34);
  backdrop-filter: blur(15px);
}

.credit-status > span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.credit-status > strong {
  grid-row: 1 / 3;
  grid-column: 2;
  font-family: var(--display);
  font-size: 48px;
  line-height: 1;
}

.credit-status > small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.section-heading--compact {
  max-width: 830px;
}

.redemption-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.redeem-card {
  position: relative;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(25,29,35,.97), rgba(10,12,15,.99));
  box-shadow: inset 0 1px rgba(255,255,255,.07), 0 24px 60px rgba(0,0,0,.28);
}

.redeem-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--blue), var(--violet));
  box-shadow: 0 0 22px rgba(0,174,254,.42);
}

.redeem-card--residency::before {
  background: linear-gradient(90deg, var(--violet), var(--magenta));
  box-shadow: 0 0 22px rgba(154,124,255,.4);
}

.redeem-card--session::before {
  background: linear-gradient(90deg, var(--blue), #68f4e2);
}

.redeem-card__number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(255,255,255,.14);
  font-family: var(--display);
  font-size: 38px;
  font-weight: 700;
}

.redeem-card__eyebrow {
  margin: 2px 48px 0 0;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.redemption-window {
  width: fit-content;
  margin: 13px 46px 0 0;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  color: #cbd6dc;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.3;
}

.redemption-window--priority {
  border-color: rgba(0,174,254,.34);
  background: rgba(0,154,254,.08);
  color: #ecfaff;
  box-shadow: 0 0 18px rgba(0,154,254,.08);
}

.redeem-card h3 {
  margin: 15px 0 0;
  font-family: var(--display);
  font-size: clamp(27px, 2.2vw, 35px);
  letter-spacing: -.035em;
  line-height: 1;
}

.redeem-price {
  min-height: 112px;
  margin: 25px 0 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.redeem-price span,
.redeem-price small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.redeem-price strong {
  display: block;
  margin: 4px 0 1px;
  font-family: var(--display);
  font-size: 46px;
  letter-spacing: -.04em;
  line-height: 1;
}

.redeem-price--three {
  min-height: 148px;
}

.redeem-price--three span + span {
  margin-top: 6px;
  color: #d9e7ee;
}

.redeem-payment-note {
  margin: 13px 2px 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.details-launch {
  width: 100%;
  margin: 0;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: #eef1f3;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
}

.action--button {
  width: 100%;
  color: var(--white);
  cursor: pointer;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 800;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
}

.details-launch span {
  color: var(--blue);
  font-size: 18px;
}

.residency-dialog {
  width: min(1120px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  padding: 28px;
  overflow: auto;
  border: 1px solid rgba(0,174,254,.44);
  border-radius: 24px;
  background: #0a0d11;
  color: var(--white);
  box-shadow: 0 28px 90px rgba(0,0,0,.72), 0 0 44px rgba(0,154,254,.12);
}

.residency-dialog::backdrop {
  background: rgba(0,3,7,.82);
  backdrop-filter: blur(9px);
}

.residency-dialog__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}

.residency-dialog__top .kicker {
  margin: 0 0 8px;
}

.residency-dialog__top h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(30px, 4vw, 52px);
  letter-spacing: -.045em;
  line-height: 1;
}

.residency-dialog__top button {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,.04);
  color: var(--white);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.residency-dialog__lead {
  max-width: 760px;
  margin: 18px 0 24px;
  color: var(--soft);
  line-height: 1.55;
}

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

.residency-family--deck {
  display: flex;
  flex-direction: column;
}

.residency-family__intro {
  color: var(--soft);
  font-size: 14px;
  line-height: 1.5;
}

.residency-choice {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
}

.residency-choice div,
.residency-choice span {
  display: block;
}

.residency-choice b {
  display: block;
  margin-bottom: 5px;
}

.residency-choice div > span {
  color: var(--muted);
  font-size: 13px;
}

.residency-choice a,
.residency-select {
  margin-top: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(0,174,254,.48);
  border-radius: 10px;
  background: rgba(0,154,254,.1);
  color: #f5fbff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.residency-select {
  margin-top: 18px;
}

@media (max-width: 900px) {
  .residency-compare { grid-template-columns: 1fr; }
}

.residency-compare article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(150deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
}

.residency-compare small {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.residency-compare h3 {
  margin: 9px 0 12px;
  font-family: var(--display);
  font-size: 25px;
  letter-spacing: -.03em;
}

.residency-compare p {
  margin: 0 0 10px;
  color: var(--soft);
}

.residency-compare p strong {
  margin-left: 6px;
  color: var(--white);
  font-family: var(--display);
  font-size: 24px;
}

.residency-compare ul {
  margin: 0;
  padding-left: 18px;
  color: var(--soft);
  line-height: 1.55;
}

.residency-dialog > .note {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.redeem-card__summary {
  min-height: 76px;
  margin: 18px 0;
  color: var(--soft);
  line-height: 1.55;
}

.redeem-card details {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.redeem-card summary {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  color: #eef1f3;
  font-size: 14px;
  font-weight: 800;
  list-style: none;
}

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

.redeem-card summary span {
  color: var(--blue);
  font-size: 20px;
  font-weight: 500;
  transition: transform .18s ease;
}

.redeem-card details[open] summary span {
  transform: rotate(45deg);
}

.redeem-card ul {
  margin: 0;
  padding: 0 0 14px;
  list-style: none;
}

.redeem-card li {
  position: relative;
  padding: 8px 0 8px 17px;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.45;
}

.redeem-card li::before {
  position: absolute;
  left: 0;
  top: 17px;
  width: 7px;
  height: 2px;
  content: "";
  background: var(--blue);
  box-shadow: 0 0 8px var(--blue);
}

.balance-list {
  padding: 0 0 14px;
}

.balance-list div {
  padding: 9px 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: var(--soft);
  font-size: 14px;
}

.balance-list strong {
  color: var(--white);
}

.credit-help {
  margin-top: 26px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.03);
}

.credit-help p {
  margin: 0;
  color: var(--soft);
  line-height: 1.5;
}

.credit-help strong {
  color: var(--white);
}

.credit-help a {
  flex: 0 0 auto;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.private-waitlist {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.private-waitlist a {
  color: var(--soft);
  text-underline-offset: 4px;
}

@media (max-width: 960px) {
  .redemption-grid { grid-template-columns: 1fr; }
  .redeem-card__summary { min-height: 0; }
}

@media (max-width: 760px) {
  .hero--credit { min-height: 620px; }
  .credit-status { grid-template-columns: 1fr auto; }
  .credit-status > strong { font-size: 40px; }
  .credit-help { align-items: flex-start; flex-direction: column; gap: 12px; }
  .redemption-grid { gap: 14px; }
  .redeem-card { padding: 23px; }
  .residency-dialog { padding: 22px; }
  .residency-compare { grid-template-columns: 1fr; }
}
