.han-neden,
.han-neden * {
    box-sizing: border-box;
}

.han-neden {
    width: 100%;
    background: #fff;
    font-family: 'Poppins', Arial, sans-serif;
    overflow: hidden;
}

.han-neden-wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.han-neden-head {
    max-width: 820px;
    margin-bottom: 48px;
}

.han-neden-eyebrow {
    display: block;
    margin: 0 0 14px;
    color: #b3222a;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.42em;
    text-transform: uppercase;
}

.han-neden-title {
    margin: 0;
    color: #101116;
    font-size: clamp(36px, 5vw, 74px);
    line-height: 1.07;
    font-weight: 500;
    letter-spacing: -0.045em;
}

.han-neden-desc {
    max-width: 780px;
    margin: 24px 0 0;
    color: #5c6069;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 400;
}

.han-neden-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.han-neden-card {
    position: relative;
    min-height: 240px;
    padding: 32px 28px;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(15, 17, 22, 0.035);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    isolation: isolate;
}

.han-neden-card:before {
    content: '';
    position: absolute;
    left: 28px;
    top: 0;
    width: 52px;
    height: 3px;
    background: #b3222a;
    border-radius: 0 0 10px 10px;
}

.han-neden-card.han-has-arrow:after {
    content: '\2192';
    position: absolute;
    top: 50%;
    right: -27px;
    z-index: 5;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border: 1px solid rgba(179, 34, 42, 0.18);
    border-radius: 999px;
    background: #fff;
    color: #b3222a;
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
    box-shadow: 0 12px 25px rgba(15, 17, 22, 0.08);
}

.han-neden-card:hover {
    transform: translateY(-8px);
    border-color: rgba(179, 34, 42, 0.32);
    box-shadow: 0 24px 65px rgba(15, 17, 22, 0.09);
}

.han-neden-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 34px;
}

.han-neden-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #b3222a;
    font-size: 28px;
    line-height: 1;
}

.han-neden-icon i,
.han-neden-icon svg {
    display: block;
}

.han-neden-icon svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

.han-neden-number {
    color: #b3222a;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .15em;
}

.han-neden-card-title {
    margin: 0 0 14px;
    color: #101116;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.han-neden-card-text {
    margin: 0;
    color: #5c6069;
    font-size: 15.5px;
    line-height: 1.75;
    font-weight: 400;
}

.elementor-editor-active .han-neden-card,
.elementor-editor-preview .han-neden-card {
    overflow: visible;
}

@media (max-width: 1024px) {
    .han-neden-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .han-neden-card:nth-child(2):after {
        display: none;
    }

    .han-neden-title {
        font-size: clamp(34px, 7vw, 58px);
    }
}

@media (max-width: 767px) {
    .han-neden {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .han-neden-head {
        margin-bottom: 28px;
    }

    .han-neden-eyebrow {
        font-size: 11px;
        letter-spacing: .32em;
        margin-bottom: 10px;
    }

    .han-neden-title {
        font-size: clamp(32px, 11vw, 44px);
        line-height: 1.1;
    }

    .han-neden-desc {
        margin-top: 18px;
        font-size: 15.5px;
        line-height: 1.7;
    }

    .han-neden-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .han-neden-card {
        min-height: auto;
        padding: 28px 24px;
    }

    .han-neden-card.han-has-arrow:after {
        content: '\2193';
        top: auto;
        right: 28px;
        bottom: -27px;
        transform: none;
    }

    .han-neden-card-top {
        margin-bottom: 24px;
    }

    .han-neden-card-title {
        font-size: 22px;
    }
}
