/* LP /start — lejek z formularzem założenia firmy. Reużywa tokeny portalu
   i klasy formularza z order-implementation.css (oi-*). */

.st-section { padding: 3.5rem 0; }
.st-section--alt { background: rgba(95, 73, 142, .05); }

.st-title {
    font-size: clamp(1.4rem, 2.6vw, 1.9rem);
    font-weight: 800;
    text-align: center;
    color: #1f1b2e;
    margin-bottom: 2rem;
}

/* Problemy → rozwiązania */
.st-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.st-card {
    background: #fff;
    border: 1px solid rgba(95, 73, 142, .16);
    border-radius: 14px;
    padding: 22px 20px;
    box-shadow: 0 2px 12px rgba(31, 27, 46, .05);
}
.st-card-q {
    display: block;
    font-weight: 800;
    font-size: 1.05rem;
    color: #3d2a63;
    margin-bottom: 8px;
}
.st-card-desc { color: #55506a; font-size: .92rem; line-height: 1.5; margin: 0; }

/* Jak to działa */
.st-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.st-step {
    text-align: center;
    padding: 10px 14px;
}
.st-step-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #5f498e;
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
}
.st-step-title { display: block; font-weight: 700; color: #1f1b2e; margin-bottom: 4px; }
.st-step-desc { color: #55506a; font-size: .9rem; margin: 0; }

/* Formularz */
.st-form-col { max-width: 640px; margin: 0 auto; }
.st-form-sub { color: #55506a; }
.st-trust {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 22px;
    padding: 0;
    margin: 0 0 1.5rem;
    font-size: .88rem;
    color: #3d2a63;
}
.st-trust li { display: inline-flex; align-items: center; gap: 6px; }
.st-trust svg { width: 1rem; height: 1rem; color: #2e7d32; }
.st-file { padding: 9px 12px; }
.st-file-hint { display: block; font-size: .75rem; color: #8a86a0; margin-top: 4px; }

/* Sukces */
.st-success {
    background: #fff;
    border: 1px solid rgba(46, 125, 50, .3);
    border-radius: 14px;
    padding: 2.5rem 1.5rem;
}
.st-success-icon svg { width: 42px; height: 42px; color: #2e7d32; margin-bottom: .75rem; }
.st-success h3 { font-weight: 800; color: #1f1b2e; }
.st-success p { color: #55506a; max-width: 460px; margin: 0 auto; }

@media (max-width: 767px) {
    .st-cards, .st-steps { grid-template-columns: 1fr; }
}
