.phase9-page {
  min-height: 62vh;
  display: grid;
  align-items: center;
  padding: clamp(5rem, 10vw, 9rem) 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(33, 196, 138, .14), transparent 32%),
    linear-gradient(135deg, #06172b, #0b2a49);
  color: #fff;
}

.phase9-card {
  max-width: 780px;
}

.phase9-code {
  margin: 0 0 1rem;
  color: #64e0b1;
  font-size: clamp(3.5rem, 10vw, 7rem);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.06em;
}

.phase9-card h1 {
  max-width: 760px;
  margin-bottom: 1.25rem;
}

.phase9-card > p:not(.phase9-code) {
  max-width: 640px;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, .76);
  font-size: 1.08rem;
}

.privacy-wrap {
  max-width: 860px;
}

.privacy-panel {
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(7, 27, 51, .1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(7, 27, 51, .08);
}

.privacy-panel h2 {
  margin-top: 2rem;
  margin-bottom: .65rem;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
}

.privacy-panel h2:first-child {
  margin-top: 0;
}

.privacy-panel p,
.privacy-panel li {
  color: #4b5d70;
  line-height: 1.75;
}

.privacy-panel ul {
  padding-left: 1.2rem;
}

.privacy-note {
  margin-top: 2rem;
  padding: 1rem 1.15rem;
  border-left: 4px solid #20bd88;
  background: #effaf6;
  border-radius: 0 12px 12px 0;
}
