/* Home beta summary and setup action. Full commercial cards live on the Pricing page. */

.pricing-section {
  padding-block: var(--section-space);
}

.home-offer {
  max-width: 780px;
  margin-top: 24px;
  font-size: 20px;
}

.home-offer-note {
  max-width: 700px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}

.start-panel h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.start-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.48fr);
  gap: 32px;
  align-items: center;
  margin-top: 32px;
  padding: 28px;
  border-radius: 14px;
  background: var(--cool);
}

.start-panel p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 16px;
}

.start-action {
  min-width: 0;
}

.start-action p {
  font-size: 14px;
}

@media (max-width: 850px) {
  .start-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .start-panel {
    padding: 24px 20px;
  }
}
