.growth-page {
  background: #f8fafc;
  color: #0f172a;
}

.growth-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

.growth-hero {
  padding: 112px 0 54px;
  background: linear-gradient(135deg, #eef8fb 0%, #ffffff 62%);
  border-bottom: 1px solid #dbe8ef;
}

.growth-eyebrow {
  color: #0e7490;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin: 0 0 12px;
}

.growth-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #0f172a;
  font-size: 2.65rem;
  line-height: 1.08;
}

.growth-lead {
  max-width: 800px;
  margin: 18px 0 0;
  color: #334155;
  font-size: 1.08rem;
  line-height: 1.75;
}

.growth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.growth-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.growth-btn-primary {
  background: #0891b2;
  color: #ffffff;
}

.growth-btn-secondary {
  border: 1px solid #94a3b8;
  color: #0f172a;
  background: #ffffff;
}

.growth-band {
  padding: 42px 0;
  border-bottom: 1px solid #e2e8f0;
  background: #ffffff;
}

.growth-band-muted {
  background: #f8fafc;
}

.growth-band h2 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 1.72rem;
  line-height: 1.2;
}

.growth-band p,
.growth-band li {
  color: #334155;
  line-height: 1.7;
}

.growth-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

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

.growth-card {
  border: 1px solid #dbe8ef;
  border-radius: 8px;
  padding: 18px;
  background: #ffffff;
}

.growth-card strong {
  display: block;
  color: #0f172a;
  margin-bottom: 7px;
}

.growth-card p {
  margin: 0;
}

.growth-list {
  margin: 14px 0 0;
  padding-left: 1.15rem;
}

.growth-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.growth-checklist li {
  padding: 12px 14px;
  border: 1px solid #dbe8ef;
  border-radius: 8px;
  background: #ffffff;
}

.growth-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 4px solid #0891b2;
  background: #ecfeff;
  color: #164e63;
}

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

.growth-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.growth-field label {
  font-size: 0.86rem;
  color: #334155;
  font-weight: 700;
}

.growth-field input,
.growth-field select,
.growth-field textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 10px 12px;
  background: #ffffff;
  color: #0f172a;
}

.growth-field textarea {
  min-height: 96px;
  resize: vertical;
}

.growth-field-full {
  grid-column: 1 / -1;
}

.growth-output {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.growth-output pre {
  white-space: pre-wrap;
  word-break: break-word;
  background: #0f172a;
  color: #e2e8f0;
  border-radius: 8px;
  padding: 16px;
  min-height: 210px;
  overflow: auto;
}

.growth-score {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.growth-score span {
  border-radius: 999px;
  padding: 6px 10px;
  background: #e0f2fe;
  color: #075985;
  font-weight: 800;
  font-size: 0.86rem;
}

@media (max-width: 860px) {
  .growth-hero h1 {
    font-size: 2rem;
  }

  .growth-grid,
  .growth-grid-2,
  .growth-checklist,
  .growth-form-grid,
  .growth-output {
    grid-template-columns: 1fr;
  }
}
