.closed-center-page {
  background: #f7f9f8;
}

.closed-center-hero {
  padding: 32px 0 64px;
  background:
    radial-gradient(circle at 82% 18%, rgba(14, 116, 144, .11), transparent 28rem),
    linear-gradient(145deg, #fff 0%, #f1f7f6 100%);
  border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.closed-center-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .75fr);
  align-items: center;
  gap: clamp(32px, 6vw, 88px);
  margin-top: 48px;
}

.closed-center-copy h1 {
  max-width: 760px;
  margin: 18px 0 20px;
  font-family: "Inter Tight", sans-serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .98;
  letter-spacing: -.045em;
}

.closed-center-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 9px 14px;
  border: 1px solid rgba(154, 52, 18, .18);
  border-radius: 999px;
  background: #fff7ed;
  color: #9a3412;
  font-size: 14px;
  font-weight: 700;
}

.closed-center-status span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c2410c;
  box-shadow: 0 0 0 4px rgba(194, 65, 12, .12);
}

.closed-center-lead {
  max-width: 660px;
  margin: 0;
  color: #334155;
  font-size: clamp(18px, 2.1vw, 23px);
  line-height: 1.5;
}

.closed-center-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.closed-center-photo {
  overflow: hidden;
  margin: 0;
  border-radius: 28px;
  background: #dce5e4;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .12);
}

.closed-center-photo img {
  display: block;
  width: 100%;
  height: clamp(320px, 34vw, 520px);
  object-fit: cover;
  filter: saturate(.55) contrast(.94);
}

.closed-center-photo figcaption {
  padding: 10px 16px 12px;
  color: #64748b;
  background: #fff;
  font-size: 12px;
}

.closed-center-body {
  padding: 56px 0 28px;
}

.closed-center-info {
  display: grid;
  grid-template-columns: .7fr 1.4fr .8fr;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 22px;
  background: #fff;
}

.closed-center-info > div {
  min-width: 0;
  padding: 24px;
}

.closed-center-info > div + div {
  border-left: 1px solid rgba(15, 23, 42, .1);
}

.closed-center-info span,
.closed-center-info strong {
  display: block;
}

.closed-center-info span {
  margin-bottom: 8px;
  color: #64748b;
  font-size: 13px;
}

.closed-center-info strong {
  color: #17212b;
  font-size: 16px;
  line-height: 1.45;
}

.closed-center-note {
  max-width: 840px;
  margin-top: 48px;
}

.closed-center-note h2 {
  margin: 0 0 14px;
  font-family: "Inter Tight", sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -.03em;
}

.closed-center-note p {
  color: #334155;
  font-size: 18px;
  line-height: 1.65;
}

.closed-center-note a {
  color: #0e7490;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.closed-center-alternatives {
  padding-top: 34px;
  padding-bottom: 76px;
}

@media (max-width: 820px) {
  .closed-center-hero {
    padding: 22px 0 48px;
  }

  .closed-center-hero-grid {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .closed-center-photo {
    max-width: 620px;
  }

  .closed-center-photo img {
    height: min(76vw, 440px);
  }

  .closed-center-info {
    grid-template-columns: 1fr;
  }

  .closed-center-info > div + div {
    border-top: 1px solid rgba(15, 23, 42, .1);
    border-left: 0;
  }
}

@media (max-width: 520px) {
  .closed-center-copy h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .closed-center-actions {
    display: grid;
  }

  .closed-center-actions .btn-pill {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .closed-center-info > div {
    padding: 20px;
  }

  .closed-center-note p {
    font-size: 17px;
  }
}
