/* Nasıl Çalışır — 3 sütun tablo (ana sayfa) */
.section.home-how-section {
    background: #fff;
    padding: 3.25rem 0 3.75rem !important;
}

.home-how-inner {
    max-width: 1140px;
    margin: 0 auto;
}

.home-how-head {
    text-align: center;
    margin-bottom: 2.75rem;
}

.home-how-eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #f97316;
    margin-bottom: 0.6rem;
}

.home-how-title-main {
    font-family: var(--font-body, 'Outfit', system-ui, sans-serif);
    font-size: clamp(1.65rem, 3.8vw, 2.25rem);
    font-weight: 800;
    color: #0c2340;
    line-height: 1.2;
    margin: 0;
}

.home-how-rule {
    display: block;
    width: 2.75rem;
    height: 3px;
    margin: 1rem auto 1.15rem;
    background: #f97316;
    border-radius: 999px;
}

.home-how-lead {
    margin: 0 auto;
    max-width: 40rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #64748b;
}

.home-how-table-wrap {
    position: relative;
    width: 100%;
}

.home-how-table-line {
    position: absolute;
    top: 2.65rem;
    left: 14%;
    right: 14%;
    height: 2px;
    background: #e2e8f0;
    z-index: 0;
    pointer-events: none;
}

.home-how-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.home-how-table td {
    width: 33.333%;
    vertical-align: top;
    text-align: center;
    padding: 0 1.25rem;
    border: 0;
}

.home-how-icon-wrap {
    position: relative;
    display: inline-block;
    margin: 0 auto 1.25rem;
}

.home-how-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.25rem;
    height: 5.25rem;
    margin: 0 auto;
    border-radius: 50%;
    background: #e0f2fe;
    color: #0c2340;
}

.home-how-num {
    position: absolute;
    top: 2px;
    right: -6px;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    background: #f97316;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.7rem;
    text-align: center;
    border: 2.5px solid #fff;
    box-shadow: 0 2px 6px rgba(249, 115, 22, 0.35);
}

.home-how-cell-title {
    font-family: var(--font-body, 'Outfit', system-ui, sans-serif);
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0c2340;
    margin: 0 0 0.55rem;
    line-height: 1.3;
}

.home-how-cell-text {
    margin: 0 auto;
    max-width: 17.5rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #64748b;
}

@media (max-width: 640px) {
    .section.home-how-section {
        padding: 2.5rem 0 2.75rem !important;
    }

    .home-how-table-line {
        display: none;
    }

    .home-how-table,
    .home-how-table tbody,
    .home-how-table tr,
    .home-how-table td {
        display: block;
        width: 100%;
    }

    .home-how-table td {
        padding: 0 0.5rem 1.75rem;
    }

    .home-how-table td:last-child {
        padding-bottom: 0;
    }

    .home-how-cell-text {
        max-width: none;
    }
}
