#page-home .aha-home-team {
    background:
        linear-gradient(135deg, rgba(0, 25, 76, 0.96) 0%, rgba(7, 55, 110, 0.94) 58%, rgba(10, 100, 183, 0.9) 100%),
        #00194c;
    overflow: hidden;
    padding: 112px 0 96px;
    position: relative;
}

#page-home .aha-home-team::before {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 54px 54px;
    content: "";
    inset: 0;
    opacity: 0.36;
    pointer-events: none;
    position: absolute;
}

#page-home .aha-home-team::after {
    background: linear-gradient(180deg, rgba(248, 250, 255, 0) 0%, #f8faff 100%);
    bottom: 0;
    content: "";
    height: 120px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
}

#page-home .aha-home-team > .container {
    position: relative;
    z-index: 1;
}

#page-home .aha-home-team__heading {
    align-items: flex-end;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
    margin-bottom: 44px;
}

#page-home .aha-home-team .sub-title {
    background: rgba(244, 185, 64, 0.16);
    border: 1px solid rgba(244, 185, 64, 0.32);
    border-radius: 8px;
    color: #ffd978;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 16px;
    padding: 8px 12px;
}

#page-home .aha-home-team .title {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 0;
    max-width: 760px;
}

#page-home .aha-home-team__intro {
    border-left: 3px solid #f4b940;
    padding-left: 22px;
}

#page-home .aha-home-team__intro p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

#page-home .aha-home-team__grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

#page-home .aha-home-team__card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(0, 12, 40, 0.22);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    transition: box-shadow 220ms ease, transform 220ms ease;
}

#page-home .aha-home-team__card:hover {
    box-shadow: 0 34px 95px rgba(0, 12, 40, 0.32);
    transform: translateY(-4px);
}

#page-home .aha-home-team__photo {
    align-items: center;
    background:
        radial-gradient(circle at 50% 42%, rgba(33, 144, 244, 0.28) 0%, rgba(33, 144, 244, 0) 42%),
        linear-gradient(135deg, #dfeeff 0%, #f8fbff 100%);
    display: flex;
    height: 290px;
    justify-content: center;
    overflow: hidden;
    padding: 28px 28px 0;
    position: relative;
}

#page-home .aha-home-team__photo img {
    height: 100%;
    max-width: 240px;
    object-fit: contain;
    object-position: center bottom;
    position: relative;
    z-index: 1;
}

#page-home .aha-home-team__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px 24px 24px;
}

#page-home .aha-home-team__role {
    color: #0a64b7;
    display: block;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.25;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#page-home .aha-home-team__card h3 {
    color: #00194c;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.14;
    margin-bottom: 0;
}

#page-home .aha-home-team__card h3 a {
    color: inherit;
}

#page-home .aha-home-team__card h3 a:hover {
    color: #2190f4;
}

#page-home .aha-home-team__divider {
    background: rgba(0, 25, 76, 0.12);
    height: 1px;
    margin: 24px 0 18px;
    width: 100%;
}

#page-home .aha-home-team__link {
    align-items: center;
    color: #0a64b7;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    gap: 8px;
    line-height: 1;
    margin-top: auto;
    text-transform: uppercase;
}

#page-home .aha-home-team__link:hover {
    color: #00194c;
}

@media (max-width: 1199.98px) {
    #page-home .aha-home-team__photo {
        height: 260px;
    }

    #page-home .aha-home-team__card h3 {
        font-size: 25px;
    }
}

@media (max-width: 991.98px) {
    #page-home .aha-home-team {
        padding: 88px 0 78px;
    }

    #page-home .aha-home-team__heading {
        align-items: flex-start;
        grid-template-columns: 1fr;
    }

    #page-home .aha-home-team .title {
        font-size: 40px;
    }

    #page-home .aha-home-team__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    #page-home .aha-home-team {
        padding: 74px 0 66px;
    }

    #page-home .aha-home-team .title {
        font-size: 34px;
        line-height: 1.12;
    }

    #page-home .aha-home-team__intro {
        padding-left: 18px;
    }

    #page-home .aha-home-team__grid {
        grid-template-columns: 1fr;
    }

    #page-home .aha-home-team__photo {
        height: 245px;
    }
}
