.hero-content {
    position: relative;
    z-index: 2;
}

.brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-top: 4px;
}

.brand-logo:hover,
.brand-logo:focus {
    text-decoration: none;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.brand-word {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.hero-service-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(190px, 1fr));
    gap: 14px;
    max-width: 980px;
    margin: 36px auto 28px;
}

.hero-service-list span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    backdrop-filter: blur(6px);
}

.hero-intro {
    max-width: 760px;
    margin: 0 auto 24px;
}

.hero-intro p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.55;
}

.telegram-contact {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 13px 18px;
    border-radius: 6px;
    background: #fff;
    color: #2d2b36;
    box-shadow: 0 14px 36px rgba(36, 7, 31, 0.2);
}

.telegram-contact:hover,
.telegram-contact:focus {
    color: #2d2b36;
    text-decoration: none;
    transform: translateY(-1px);
}

.telegram-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #2aabee;
}

.telegram-icon svg {
    width: 27px;
    height: 27px;
    fill: #fff;
}

.contact-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
}

.contact-copy strong {
    font-size: 16px;
}

.contact-copy em {
    margin-top: 5px;
    color: #633991;
    font-style: normal;
    font-weight: 700;
}

.card.pricing .card-head {
    padding-bottom: 28px;
}

.card.pricing .card-head small {
    display: block;
    font-size: 22px;
    font-weight: 700;
}

.pricing-note {
    margin-top: 28px;
    text-align: center;
}

.social-icons a + a {
    margin-left: 8px;
}

@media (max-width: 991px) {
    .hero-service-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 620px;
    }
}

@media (max-width: 767px) {
    header {
        padding-top: 92px;
    }

    .hero-service-list {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 28px;
    }

    .brand-mark {
        width: 34px;
        height: 34px;
        font-size: 21px;
    }

    .brand-word {
        font-size: 26px;
    }

    .hero-service-list span {
        min-height: 46px;
        font-size: 17px;
    }

    .hero-intro p {
        font-size: 18px;
    }

    .telegram-contact {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }

    .yb_conct {
        top: auto;
        right: 12px !important;
        bottom: 18px;
    }

    .yb_bar ul li {
        width: 56px;
        text-indent: -999px;
    }

    .yb_bar .yb_top {
        display: none;
    }

    .yb_QQ a {
        width: 56px;
        text-indent: -999px;
    }
}
