/* Centered diagnostic strip. */
.growth-command {
  padding: clamp(22px, 3vw, 38px) 0;
  background:
    radial-gradient(circle at 70% 0%, rgba(22, 143, 255, 0.12), transparent 34%),
    #030303;
}

.growth-command-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(230px, 0.78fr) minmax(0, 1.54fr) minmax(136px, 0.44fr);
  gap: clamp(22px, 3vw, 44px);
  align-items: center;
  align-content: center;
  height: clamp(300px, 17vw, 324px);
  min-height: 0;
  padding: clamp(36px, 4vw, 54px) clamp(44px, 5vw, 72px);
  overflow: hidden;
  border: 1px solid rgba(120, 198, 255, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 48%, rgba(22, 143, 255, 0.16), transparent 28%),
    linear-gradient(95deg, rgba(8, 19, 29, 0.98), rgba(7, 10, 14, 0.98) 52%, rgba(12, 18, 24, 0.96)),
    #080b0f;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 22px 70px rgba(0, 0, 0, 0.38);
}

.growth-command-inner::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 80px 80px;
  content: "";
  opacity: 0.9;
  pointer-events: none;
}

.growth-command-inner::after {
  position: absolute;
  inset: 1px;
  border-radius: 7px;
  background: linear-gradient(90deg, rgba(22, 143, 255, 0.08), transparent 42%, rgba(22, 143, 255, 0.05));
  content: "";
  pointer-events: none;
}

.growth-strip-copy,
.growth-strip-points,
.growth-strip-action {
  position: relative;
  z-index: 1;
  transform: translateY(clamp(26px, 3vw, 38px));
}

.growth-strip-copy {
  display: grid;
  align-content: center;
  min-height: 0;
}

.growth-strip-copy h2 {
  max-width: 240px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 2.8vw, 40px);
  line-height: 1.08;
  letter-spacing: 0;
}

.growth-strip-copy h2 span {
  color: #3f96ff;
  text-shadow: 0 0 26px rgba(63, 150, 255, 0.52);
}

.growth-strip-copy p {
  max-width: 260px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.7;
}

.growth-strip-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 14px);
  align-self: center;
  height: clamp(152px, 10vw, 172px);
}

.growth-strip-points article {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-content: center;
  min-height: 0;
  height: 100%;
  padding: 22px 16px 20px;
  text-align: center;
  border: 1px solid rgba(120, 198, 255, 0.17);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(22, 143, 255, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(8, 16, 24, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.growth-strip-points article::after {
  position: absolute;
  right: -15px;
  top: 50%;
  width: 16px;
  height: 1px;
  background: linear-gradient(90deg, rgba(63, 150, 255, 0.58), transparent);
  content: "";
}

.growth-strip-points article:last-child::after {
  display: none;
}

.growth-strip-icon {
  display: grid;
  place-items: center;
  width: clamp(48px, 4vw, 58px);
  height: clamp(48px, 4vw, 58px);
  margin-bottom: 14px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 48%, rgba(63, 150, 255, 0.34), transparent 58%),
    rgba(22, 143, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 34px rgba(22, 143, 255, 0.24);
}

.growth-strip-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: #3f96ff;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(63, 150, 255, 0.46));
}

.growth-strip-points h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(16px, 1.16vw, 19px);
  line-height: 1.25;
}

.growth-strip-points p {
  max-width: 90px;
  margin: 7px auto 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(12px, 0.9vw, 14px);
  line-height: 1.45;
}

.growth-strip-action {
  display: inline-flex;
  align-self: center;
  justify-self: end;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 132px;
  min-height: 52px;
  padding: 0 18px;
  color: #79bdff;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  border: 1px solid rgba(63, 150, 255, 0.88);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(22, 143, 255, 0.12), rgba(22, 143, 255, 0.03)),
    rgba(22, 143, 255, 0.04);
  box-shadow:
    inset 0 0 0 1px rgba(63, 150, 255, 0.08),
    0 0 24px rgba(22, 143, 255, 0.14);
}

.growth-strip-action span {
  font-size: 15px;
  line-height: 1;
}

@media (max-width: 1100px) {
  .growth-command-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px 26px;
    height: auto;
    min-height: 0;
    padding: 34px 32px;
  }

  .growth-strip-copy {
    grid-column: 1;
  }

  .growth-strip-copy,
  .growth-strip-points,
  .growth-strip-action {
    transform: none;
  }

  .growth-strip-copy h2,
  .growth-strip-copy p {
    max-width: 560px;
  }

  .growth-strip-points {
    grid-column: 1 / -1;
    grid-row: 2;
    height: auto;
  }

  .growth-strip-action {
    grid-column: 2;
    justify-self: end;
  }
}

@media (max-width: 720px) {
  .growth-command-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 18px;
  }

  .growth-strip-copy,
  .growth-strip-action,
  .growth-strip-points {
    grid-column: 1;
  }

  .growth-strip-copy h2 {
    font-size: 32px;
  }

  .growth-strip-copy p {
    margin-top: 10px;
    font-size: 14px;
  }

  .growth-strip-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .growth-strip-points article {
    min-height: 128px;
    padding: 16px 8px;
  }

  .growth-strip-points article::after {
    display: none;
  }

  .growth-strip-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
  }

  .growth-strip-icon svg {
    width: 24px;
    height: 24px;
  }

  .growth-strip-points h3 {
    font-size: 15px;
  }

  .growth-strip-points p {
    margin-top: 5px;
    font-size: 11px;
  }

  .growth-strip-action {
    justify-self: stretch;
    min-height: 48px;
    font-size: 15px;
  }
}

@media (max-width: 430px) {
  .growth-strip-points {
    grid-template-columns: 1fr;
  }

  .growth-strip-points article {
    min-height: 92px;
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: start;
    gap: 12px;
    padding: 14px;
    text-align: left;
  }

  .growth-strip-icon {
    margin-bottom: 0;
  }

  .growth-strip-points p {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
}
