.score-ring {
  border: 1px solid rgba(127, 230, 215, 0.45);
  background: linear-gradient(145deg, #1b4c5c, #312768);
}

.score-ring strong {
  font-size: 24px;
}

.stage-note {
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid #c9d9d4;
  border-radius: 6px;
  background: #eef5f2;
  color: #536970 !important;
  font-size: 11px !important;
  line-height: 1.6 !important;
}

.purpose-section,
.limits-section {
  padding: 88px 0;
}

.purpose-section {
  background: #edf5f2;
}

.purpose-layout,
.limits-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
}

.purpose-layout h2,
.limits-layout h2 {
  margin: 18px 0 0;
  color: #102f38;
  font-size: clamp(38px, 4.5vw, 66px);
  line-height: 1.04;
}

.purpose-layout h2 em,
.limits-layout h2 em {
  color: #178f87;
  font-family: Georgia, serif;
  font-weight: 400;
}

.purpose-layout > div:last-child p,
.limits-layout > div:first-child > p:last-child {
  color: #536970;
  font-size: 17px;
  line-height: 1.75;
}

.purpose-layout strong {
  display: block;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #bfd4ce;
  color: #102f38;
  font-size: 20px;
  line-height: 1.5;
}

.limits-section {
  background: #f7f9f8;
}

.limits-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cad9d5;
}

.limits-list li {
  position: relative;
  padding: 18px 12px 18px 38px;
  border-bottom: 1px solid #cad9d5;
  color: #24464e;
  font-size: 15px;
  line-height: 1.5;
}

.limits-list li::before {
  content: "—";
  position: absolute;
  left: 10px;
  color: #178f87;
  font-weight: 700;
}

@media (max-width: 760px) {
  :root {
    --shell: min(1180px, calc(100% - 28px));
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 39px);
    overflow-wrap: anywhere;
  }

  .hero-copy,
  .hero-lead {
    min-width: 0;
    max-width: 100%;
  }

  .purpose-section,
  .limits-section {
    padding: 64px 0;
  }

  .purpose-layout,
  .limits-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .purpose-layout h2,
  .limits-layout h2 {
    font-size: 38px;
  }
}
