:root {
    --mh-hero-bg: #050b19;
    --mh-hero-panel: #0a1730;
    --mh-hero-blue: #1677ff;
    --mh-hero-cyan: #55d8ff;
    --mh-hero-text: #f7fbff;
    --mh-hero-muted: #a8b7ce;
    --mh-hero-line: rgba(104, 178, 255, .24);
}

.mh-premium-hero {
    position: relative;
    min-height: 690px;
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 36%, rgba(40, 123, 255, .18), transparent 34%),
        linear-gradient(135deg, #050b19 0%, #071226 55%, #040915 100%);
    border-bottom: 1px solid var(--mh-hero-line);
}

section#intro.mh-premium-hero {
    padding: 0;
}

section#intro.mh-premium-hero::before,
section#intro.mh-premium-hero::after {
    display: none;
}

.mh-premium-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(98, 177, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(98, 177, 255, .035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to right, #000, transparent 78%);
}

.mh-premium-hero .mh-hero__art {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, #050b19 0%, rgba(5, 11, 25, .98) 27%, rgba(5, 11, 25, .7) 45%, rgba(5, 11, 25, .12) 68%, rgba(5, 11, 25, .18) 100%),
        linear-gradient(0deg, #050b19 0%, transparent 27%),
        url("mh-premium-hero-v1.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mh-premium-hero .mh-hero__inner {
    position: relative;
    z-index: 2;
    min-height: 690px;
    display: flex;
    align-items: center;
}

.mh-premium-hero .mh-hero__copy {
    width: min(650px, 51vw);
    padding: 82px 0 76px;
}

.mh-premium-hero .mh-hero__kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 14px;
    border: 1px solid #1c68c8;
    border-radius: 999px;
    color: #78d9ff;
    background: rgba(8, 28, 60, .84);
    box-shadow: inset 0 0 22px rgba(31, 129, 255, .1);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
}

.mh-premium-hero .mh-hero__kicker::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--mh-hero-cyan);
    box-shadow: 0 0 15px var(--mh-hero-cyan);
}

.mh-premium-hero h1 {
    margin: 25px 0 19px;
    max-width: 640px;
    color: var(--mh-hero-text);
    font-size: clamp(45px, 4.8vw, 72px);
    line-height: 1.02;
    letter-spacing: -.045em;
    font-weight: 850;
}

.mh-premium-hero h1 strong {
    display: block;
    background: linear-gradient(90deg, #52d9ff 0%, #2585ff 54%, #5367ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.mh-premium-hero .mh-hero__copy > p {
    max-width: 590px;
    margin: 0;
    color: var(--mh-hero-muted);
    font-size: 17px;
    line-height: 1.75;
}

.mh-premium-hero .mh-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 31px;
}

.mh-premium-hero .mh-hero__button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 23px;
    border: 1px solid var(--mh-hero-line);
    border-radius: 11px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.mh-premium-hero .mh-hero__button--primary {
    background: linear-gradient(135deg, #1685ff, #3156ff);
    border-color: #4ca8ff;
    box-shadow: 0 16px 34px rgba(15, 106, 255, .3);
}

.mh-premium-hero .mh-hero__button--ghost {
    background: rgba(8, 24, 51, .8);
}

.mh-premium-hero .mh-hero__button:hover {
    color: #fff;
    transform: translateY(-2px);
    border-color: #64d5ff;
}

.mh-premium-hero .mh-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.mh-premium-hero .mh-hero__trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 6px 12px 6px 7px;
    color: #d9e8fb;
    background: linear-gradient(135deg, rgba(11, 36, 75, .88), rgba(5, 20, 46, .74));
    border: 1px solid rgba(61, 150, 255, .28);
    border-radius: 12px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 12px 28px rgba(0, 0, 0, .16);
    backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 750;
}

.mh-premium-hero .mh-hero__trust i {
    position: relative;
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    color: #61d7ff;
    background:
        radial-gradient(circle at 35% 25%, rgba(106, 225, 255, .28), transparent 45%),
        linear-gradient(145deg, rgba(20, 105, 205, .46), rgba(7, 28, 65, .92));
    border: 1px solid rgba(84, 190, 255, .58);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(30, 143, 255, .2);
}

.mh-premium-hero .mh-hero__trust svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mh-premium-category-wrap {
    position: relative;
    z-index: 4;
    margin-top: -34px;
    padding-bottom: 66px;
}

.mh-premium-category-wrap .catpi--list {
    padding: 12px;
    border: 1px solid var(--mh-hero-line);
    border-radius: 17px;
    background: rgba(7, 17, 39, .93);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .5);
    backdrop-filter: blur(18px);
}

.mh-premium-category-wrap .catpi--list .catpi-item {
    background: rgba(255, 255, 255, .97);
}

@media (max-width: 1020px) {
    .mh-premium-hero .mh-hero__copy {
        width: 59vw;
    }

    .mh-premium-category-wrap {
        margin-top: -20px;
    }
}

@media (max-width: 760px) {
    .tc-home .mh-premium-hero,
    .mh-premium-hero .mh-hero__inner {
        min-height: 760px;
    }

    .mh-premium-hero .mh-hero__art {
        background-image:
            linear-gradient(180deg, rgba(5, 11, 25, .06) 0%, rgba(5, 11, 25, .18) 38%, #050b19 67%),
            url("mh-premium-hero-v1.webp");
        background-size: auto 455px;
        background-position: 72% top;
    }

    .mh-premium-hero .mh-hero__inner {
        align-items: flex-end;
    }

    .mh-premium-hero .mh-hero__copy {
        width: 100%;
        padding: 345px 0 46px;
    }

    .mh-premium-hero h1 {
        font-size: 42px;
    }

    .mh-premium-hero .mh-hero__copy > p {
        font-size: 15px;
    }
}

@media (max-width: 470px) {
    .mh-premium-hero h1 {
        font-size: 36px;
    }

    .mh-premium-hero .mh-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mh-premium-hero .mh-hero__trust {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }
}
