.research-equipment {
    color: #222;
    font-family: inherit;
}

.research-equipment * {
    box-sizing: border-box;
}

.research-equipment__hero {
    position: relative;
    overflow: hidden;
    padding: 64px 48px;
    border-radius: 24px;
    background: linear-gradient(135deg, #073d78 0%, #0879b9 58%, #08a6a6 100%);
    color: #fff;
    text-align: center;
}

.research-equipment__hero::before,
.research-equipment__hero::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    content: "";
}

.research-equipment__hero::before {
    width: 310px;
    height: 310px;
    top: -190px;
    right: -70px;
}

.research-equipment__hero::after {
    width: 220px;
    height: 220px;
    bottom: -150px;
    left: -40px;
}

.research-equipment__eyebrow {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .08em;
    opacity: .85;
}

.research-equipment__title {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.3;
}

.research-equipment__description {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 20px auto 0;
    font-size: 18px;
    line-height: 1.75;
    opacity: .94;
}

.research-equipment__link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 56px;
    margin-top: 30px;
    padding: 14px 28px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
    color: #075b91;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
}

.research-equipment__link:hover,
.research-equipment__link:focus {
    background: #ffb229;
    color: #17202a;
    text-decoration: none;
}

.research-equipment__section-title {
    margin: 56px 0 24px;
    font-size: 28px;
    font-weight: 800;
    text-align: center;
}

.research-equipment__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.research-equipment__feature {
    min-width: 0;
    padding: 30px 26px;
    border: 1px solid #dfe8f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(19, 55, 84, .07);
    text-align: center;
}

.research-equipment__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #e8f5fb;
    color: #0879b9;
    font-size: 18px;
    font-weight: 800;
}

.research-equipment__feature strong {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    color: #16344c;
}

.research-equipment__feature p {
    margin: 0;
    color: #5d6d79;
    font-size: 16px;
    line-height: 1.65;
    word-break: keep-all;
}

.research-equipment__notice {
    margin-top: 32px;
    padding: 22px 26px;
    border-left: 5px solid #0879b9;
    border-radius: 10px;
    background: #f3f8fc;
    color: #405767;
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .research-equipment__hero {
        padding: 46px 22px;
        border-radius: 16px;
    }

    .research-equipment__title {
        font-size: 28px;
    }

    .research-equipment__description {
        font-size: 16px;
    }

    .research-equipment__link {
        width: 100%;
        min-width: 0;
    }

    .research-equipment__section-title {
        margin-top: 40px;
        font-size: 23px;
    }

    .research-equipment__features {
        grid-template-columns: 1fr;
    }
}
