.neden-biz-section .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.neden-biz-section {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 72px 0 92px;
    background: #fafafc;
    color: #1c1b1c;
    overflow: hidden;
}

.neden-biz-head {
    max-width: 768px;
    margin: 0 auto 56px;
    padding: 0 24px;
    text-align: center;
    position: relative;
    z-index: 1;
}


.neden-biz-title {
    font-size: clamp(1.75rem, 4vw, 2.375rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #000;
    margin-bottom: 20px;
}

.neden-biz-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #47464b;
    max-width: 672px;
    margin: 0 auto;
}

.neden-biz-journey {
    max-width: 1280px;
    margin: 0 auto 56px;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.neden-biz-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    position: relative;
}

.neden-biz-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.neden-biz-step-connector {
    display: none;
    position: absolute;
    top: 32px;
    left: calc(50% + 40px);
    width: calc(100% - 80px);
    height: 2px;
    background: linear-gradient(90deg, #e8e8ef 0%, rgba(232, 232, 239, 0) 100%);
    z-index: 0;
    transform: translateY(-50%);
    pointer-events: none;
}

.neden-biz-step-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e8e8ef;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.neden-biz-step:hover .neden-biz-step-icon {
    transform: translateY(-4px);
}

.neden-biz-step-icon .material-symbols-outlined {
    font-size: 24px;
    color: #000;
    line-height: 1;
}

.neden-biz-step-icon.is-accent {
    background: var(--home-primary);
    border-color: var(--home-primary);
    color: #fff;
}

.neden-biz-step-icon.is-accent .material-symbols-outlined {
    color: #fff;
}

.neden-biz-step-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    color: #000;
    margin-bottom: 6px;
}

.neden-biz-step-title.is-accent {
    color: var(--home-primary);
}

.neden-biz-step-text {
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
    color: #8a8a9b;
    margin: 0;
    max-width: 220px;
}

.neden-biz-trust {
    max-width: 896px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.neden-biz-trust-inner {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e8e8ef;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.neden-biz-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.neden-biz-trust-item .material-symbols-outlined {
    font-size: 24px;
    color: #8a8a9b;
    line-height: 1;
}

.neden-biz-trust-item span:last-child {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    color: #47464b;
}

@media (min-width: 992px) {
    .neden-biz-section {
        padding: 92px 0;
    }

    .neden-biz-steps {
        grid-template-columns: repeat(5, 1fr);
        gap: 32px;
    }

    .neden-biz-step-connector {
        display: block;
    }

    .neden-biz-step:last-child .neden-biz-step-connector {
        display: none;
    }

    .neden-biz-trust-inner {
        justify-content: space-between;
        padding: 20px 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .neden-biz-step-icon {
        transition: none;
    }

    .neden-biz-step:hover .neden-biz-step-icon {
        transform: none;
    }
}

@media (max-width: 767px) {
    .neden-biz-section {
        padding: 48px 0 64px;
    }

    .neden-biz-head,
    .neden-biz-journey,
    .neden-biz-trust {
        padding-left: 16px;
        padding-right: 16px;
    }
}
