.download { padding-bottom: 92px; }

.growth-section {
  --growth-red: #ef4444;
  scroll-margin-top: 96px;
  padding-top: 92px;
  padding-bottom: 140px;
  border-top: 1px solid rgba(255, 255, 255, .09);
}

.growth-header { max-width: 900px; margin: 0 auto; text-align: center; }
.growth-kicker {
  margin: 0;
  color: #8397ff;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.growth-title {
  margin: 16px 0 24px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: -.055em;
}
.growth-title span {
  color: transparent;
  background: linear-gradient(100deg, #d7ddff 8%, #7399ff 48%, #b170ff 86%);
  background-clip: text;
  -webkit-background-clip: text;
}
.growth-copy { max-width: 680px; margin: 0 auto; color: #99a3bd; font-size: 17px; line-height: 1.8; }
.growth-stats { display: flex; justify-content: center; gap: 36px; margin-top: 30px; }
.growth-stats div { display: flex; align-items: baseline; gap: 8px; }
.growth-stats strong { font-size: 32px; letter-spacing: -.04em; }
.growth-stats span { color: #69738e; font-family: "SFMono-Regular", Consolas, monospace; font-size: 11px; }
.growth-status { margin: 18px 0 0; color: #b47f7f; font-size: 12px; }
.growth-hidden { display: none !important; }

.growth-timeline {
  position: relative;
  width: min(980px, calc(100% - 16px));
  margin: 72px auto 0;
  padding: 64px 0 0 42px;
  border-top: 1px solid rgba(255, 255, 255, .09);
}
.growth-timeline::before {
  position: absolute;
  top: 77px;
  bottom: 0;
  left: 5px;
  width: 1px;
  background: linear-gradient(var(--growth-red), rgba(239, 68, 68, .18) 32%, rgba(148, 163, 184, .08));
  content: "";
}
.growth-loading { color: #69738e; font-size: 13px; }
.growth-entry { position: relative; padding: 0 0 64px; }
.growth-dot {
  position: absolute;
  top: 8px;
  left: -42px;
  width: 11px;
  height: 11px;
  border: 2px solid #4f586a;
  border-radius: 50%;
  background: #080b17;
  transform: translateX(-1px);
}
.growth-dot.current { border-color: var(--growth-red); background: var(--growth-red); animation: growth-dot-glow 1.8s ease-in-out infinite; }
.growth-dot.current::after {
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(239, 68, 68, .42);
  border-radius: 50%;
  content: "";
  animation: growth-dot-wave 1.8s ease-out infinite;
}
@keyframes growth-dot-glow {
  0%, 100% { box-shadow: 0 0 0 4px rgba(239, 68, 68, .08), 0 0 9px rgba(239, 68, 68, .45); filter: brightness(.92); }
  50% { box-shadow: 0 0 0 6px rgba(239, 68, 68, .16), 0 0 20px rgba(255, 78, 78, .88); filter: brightness(1.25); }
}
@keyframes growth-dot-wave {
  0% { opacity: .78; transform: scale(.72); }
  72%, 100% { opacity: 0; transform: scale(1.45); }
}
.growth-entry header { min-height: 29px; display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.growth-entry h3 { margin: 0; font-family: "SFMono-Regular", Consolas, monospace; font-size: 20px; letter-spacing: -.025em; }
.growth-entry time { margin-left: auto; color: #69738e; font-family: "SFMono-Regular", Consolas, monospace; font-size: 11px; }
.growth-current {
  padding: 4px 8px;
  border: 1px solid rgba(239, 68, 68, .25);
  border-radius: 5px;
  color: #ef6666;
  background: rgba(239, 68, 68, .08);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
}
.growth-entry ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.growth-entry li { min-height: 30px; display: flex; align-items: center; gap: 13px; color: #98a1b2; font-size: 13px; line-height: 1.55; }
.growth-change {
  width: 58px;
  flex: none;
  padding: 4px 0;
  border: 1px solid;
  border-radius: 5px;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  letter-spacing: .04em;
  text-align: center;
}
.growth-change.new { color: #50d59c; border-color: rgba(52, 211, 153, .24); background: rgba(52, 211, 153, .07); }
.growth-change.improved { color: #72a6ff; border-color: rgba(96, 165, 250, .24); background: rgba(96, 165, 250, .07); }
.growth-change.fixed { color: #c995ff; border-color: rgba(192, 132, 252, .24); background: rgba(192, 132, 252, .07); }

@media (max-width: 620px) {
  .download { padding-bottom: 68px; }
  .growth-section { padding-top: 72px; padding-bottom: 100px; }
  .growth-title { font-size: 40px; }
  .growth-copy { font-size: 16px; }
  .growth-timeline { margin-top: 52px; padding-left: 31px; }
  .growth-dot { left: -31px; }
  .growth-entry header { flex-wrap: wrap; }
  .growth-entry time { width: 100%; margin-left: 0; }
  .growth-entry li { align-items: flex-start; font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .growth-dot.current, .growth-dot.current::after { animation: none; }
  .growth-dot.current { box-shadow: 0 0 0 5px rgba(239, 68, 68, .1), 0 0 14px rgba(239, 68, 68, .58); }
}
