/* ========================================
   NASIL-CALISIR.CSS — /nasil-calisir sayfa-özel
   Ortak parçalar style-main.css'tedir — burada yalnız adım kartı stilleri var.
======================================== */

.step-card {
    background: #fff;
    border-radius: var(--qr-radius);
    padding: 1.8rem 1.5rem;
    height: 100%;
    border: 1px dashed rgba(148, 163, 184, .4);
    transition: border-color .2s;
}
.step-card:hover { border-color: var(--qr-primary); }
.step-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .8rem;
}
.step-badge {
    width: 36px; height: 36px;
    border-radius: var(--qr-radius-sm);
    background: var(--qr-primary-soft);
    color: var(--qr-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .95rem;
    flex-shrink: 0;
}
.step-icon {
    width: 36px; height: 36px;
    border-radius: var(--qr-radius-sm);
    background: rgba(15, 23, 42, .04);
    color: var(--qr-muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}
.step-card h6 { font-weight: 700; margin-bottom: .5rem; }
.step-card p { color: var(--qr-muted); font-size: .88rem; margin-bottom: 0; line-height: 1.6; }
