.bamdad-th-hes,
.bamdad-th-hes * {
    box-sizing: border-box;
}

.bamdad-th-hes {
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 30px;
}

.bamdad-th-hes__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
}

.bamdad-th-hes__intro,
.bamdad-th-hes__step-card {
    min-width: 0;
}

.bamdad-th-hes__intro {
    padding: 10px 26px 10px 0;
}

.bamdad-th-hes__eyebrow {
    margin: 0 0 12px;
    color: #4C6A92;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.bamdad-th-hes__heading {
    margin: 0 0 14px;
    color: #14213D;
    font-size: 44px;
    line-height: 1.08;
    font-weight: 700;
}

.bamdad-th-hes__description {
    margin: 0;
    color: #5B677D;
    font-size: 15px;
    line-height: 1.7;
}

.bamdad-th-hes__step-card {
    position: relative;
    min-width: 0;
    padding: 28px 22px 24px;
    border: 1px solid rgba(15, 52, 96, 0.10);
    background: #ffffff;
    text-align: center;
}

.bamdad-th-hes__step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin: 0 auto 18px;
    background: #0C5B9D;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.bamdad-th-hes__step-title {
    margin: 0 0 12px;
    color: #14213D;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 600;
}

.bamdad-th-hes__step-desc {
    margin: 0;
    color: #6A7383;
    font-size: 15px;
    line-height: 1.7;
}

.bamdad-th-hes.has-hover .bamdad-th-hes__step-card {
    transition: transform .24s ease, box-shadow .24s ease, background-color .24s ease, color .24s ease;
}

.bamdad-th-hes.has-hover.hover-lift .bamdad-th-hes__step-card:hover {
    transform: translateY(-6px);
}

.bamdad-th-hes.has-hover.hover-soft-scale .bamdad-th-hes__step-card:hover {
    transform: scale(1.02);
}

@media (prefers-reduced-motion: reduce) {
    .bamdad-th-hes.has-hover .bamdad-th-hes__step-card {
        transition: none;
    }

    .bamdad-th-hes.has-hover .bamdad-th-hes__step-card:hover {
        transform: none;
    }
}

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

    .bamdad-th-hes__heading {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .bamdad-th-hes {
        padding: 22px;
    }

    .bamdad-th-hes__grid {
        grid-template-columns: 1fr;
    }

    .bamdad-th-hes__intro {
        padding: 0 0 18px;
    }

    .bamdad-th-hes__heading {
        font-size: 32px;
    }
}
