/* Business A — 48h MVP commercial landing (commercial plane) */

.sa-start-page {
  min-height: 100vh;
  background: linear-gradient(165deg, #f8fdf5 0%, #fff 45%, #f0faf8 100%);
}

.sa-start-hero {
  padding: clamp(5rem, 14vw, 8rem) 0 2.5rem;
  text-align: center;
}

.sa-start-hero h1 {
  font-family: var(--ar-display, "Plus Jakarta Sans", system-ui, sans-serif);
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--ar-accent, #044441);
  max-width: 18ch;
  margin: 0 auto 1rem;
}

.sa-start-wedge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #2d7a1e;
  background: rgba(105, 212, 25, 0.14);
  border: 1px solid rgba(105, 212, 25, 0.35);
}

.sa-start-lead {
  max-width: 42ch;
  margin: 0 auto 1.75rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--ar-text-muted, #5a6b68);
}

.sa-start-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin-top: 1.5rem;
  font-size: 0.82rem;
  color: var(--ar-text-muted);
}

.sa-start-trust strong {
  color: var(--ar-accent);
}

.sa-start-form-wrap {
  max-width: 520px;
  margin: 0 auto;
  padding: 0 1rem 4rem;
}

.sa-start-card {
  background: #fff;
  border: 1px solid var(--ar-line, #e2ebe8);
  border-radius: 20px;
  padding: 1.75rem 1.5rem 1.5rem;
  box-shadow: 0 20px 50px rgba(4, 68, 65, 0.08);
}

.sa-start-card h2 {
  font-family: var(--ar-display);
  font-size: 1.15rem;
  margin: 0 0 0.35rem;
  color: var(--ar-accent);
}

.sa-start-step-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ar-text-muted);
  margin-bottom: 1rem;
}

.sa-start-legend {
  font-family: var(--ar-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ar-accent);
  margin: 0 0 0.75rem;
  padding: 0;
}

.sa-start-fieldset {
  border: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.sa-mvp-intake-form .sa-start-fieldset:last-of-type {
  margin-bottom: 0.5rem;
}

.sa-start-options {
  display: grid;
  gap: 0.5rem;
  margin: 0.5rem 0 1rem;
}

.sa-start-option {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--ar-line);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.sa-start-option:hover {
  border-color: rgba(105, 212, 25, 0.5);
  background: rgba(105, 212, 25, 0.06);
}

.sa-start-option input {
  accent-color: #69d419;
}

.sa-start-option.is-selected {
  border-color: #69d419;
  background: rgba(105, 212, 25, 0.1);
}

.sa-start-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.sa-start-actions .ar-btn {
  flex: 1;
}

.sa-start-done {
  text-align: center;
  padding: 2rem 1rem;
}

.sa-start-done-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  background: rgba(105, 212, 25, 0.2);
  color: #2d7a1e;
}

.sa-start-done h2 {
  font-family: var(--ar-display);
  font-size: 1.5rem;
  color: var(--ar-accent);
  margin: 0 0 0.5rem;
}

.sa-start-done p {
  color: var(--ar-text-muted);
  margin: 0;
}

.sa-start-error {
  margin-top: 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  font-size: 0.85rem;
  color: #b91c1c;
  background: rgba(220, 38, 38, 0.08);
  border: 1px solid rgba(220, 38, 38, 0.2);
}

.sa-start-hidden {
  display: none !important;
}

.sa-start-header-minimal .ar-nav a:not([href*="start"]) {
  opacity: 0.85;
}

@media (max-width: 480px) {
  .sa-start-actions {
    flex-direction: column;
  }
}
