.smart-start-os-panel,
.smart-start-os-form {
  background: #ffffff;
  border: 1px solid #dfe9f5;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(16, 36, 61, 0.08);
  color: #07111f;
  margin: 2rem auto;
  max-width: 1100px;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.smart-start-kicker {
  color: #059669;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.smart-start-module-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 1.5rem;
}

.smart-start-module-grid article {
  background: #f8fbfd;
  border: 1px solid #dfe9f5;
  border-radius: 18px;
  padding: 1rem;
}

.smart-start-os-form form {
  display: grid;
  gap: 0.8rem;
}

.smart-start-os-form input,
.smart-start-os-form textarea {
  border: 1px solid #cbd8e6;
  border-radius: 12px;
  font: inherit;
  padding: 0.85rem;
}

.smart-start-os-form button,
.smart-start-button {
  background: #0f62fe;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  padding: 0.85rem 1.1rem;
  text-decoration: none;
}

.smart-start-assistant {
  bottom: 1rem;
  position: fixed;
  right: 1rem;
  z-index: 100;
}
