.mhk-hero-wow,
.mhk-hero-wow * {
    box-sizing: border-box;
}

.mhk-hero-wow {
    position: relative;
    isolation: isolate;
    width: min(1000px, calc(100vw - 34px));
    max-width: none;
    left: 50%;
    margin: clamp(24px, 4vw, 54px) 0 clamp(58px, 7vw, 92px);
    transform: translateX(-50%) translateY(16px);
    padding: clamp(34px, 5vw, 62px) clamp(20px, 5vw, 70px) clamp(32px, 4.5vw, 54px);
    overflow: hidden;
    border: 2px solid var(--mhk-hero-gold);
    border-radius: 18px;
    background:
        radial-gradient(circle at 50% -25%, color-mix(in srgb, var(--mhk-hero-gold) 13%, transparent), transparent 45%),
        linear-gradient(145deg, rgba(255,255,255,.025), transparent 45%),
        #030303;
    box-shadow: 0 24px 64px rgba(0,0,0,.34);
    text-align: center;
    opacity: 0;
}

.mhk-hero-wow.is-ready {
    animation: mhkHeroWowIn .72s cubic-bezier(.2,.8,.2,1) forwards;
}

.mhk-hero-wow::before,
.mhk-hero-wow::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.mhk-hero-wow::before {
    inset: 0;
    background:
        linear-gradient(90deg, transparent 0 10%, rgba(214,182,84,.05) 50%, transparent 90%),
        repeating-linear-gradient(90deg, transparent 0 39px, rgba(214,182,84,.022) 40px);
    opacity: .65;
}

.mhk-hero-wow::after {
    width: 290px;
    height: 290px;
    right: -150px;
    bottom: -180px;
    border: 1px solid rgba(214,182,84,.13);
    border-radius: 50%;
    box-shadow: 0 0 0 32px rgba(214,182,84,.025), 0 0 0 68px rgba(214,182,84,.012);
}

.mhk-hero-wow__eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 18px;
    color: var(--mhk-hero-gold);
}

.mhk-hero-wow__eyebrow span {
    width: clamp(28px, 5vw, 72px);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--mhk-hero-gold));
}

.mhk-hero-wow__eyebrow span:last-child {
    background: linear-gradient(90deg, var(--mhk-hero-gold), transparent);
}

.mhk-hero-wow__eyebrow strong {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 850;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.mhk-hero-wow__heading-widget,
.mhk-hero-wow__description-widget,
.mhk-hero-wow__button-widget {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.mhk-hero-wow__title {
    max-width: 980px;
    margin: 0 auto !important;
    color: #f5f1e8 !important;
    font-size: clamp(38px, 5vw, 68px) !important;
    line-height: 1.02 !important;
    font-weight: 850 !important;
    letter-spacing: -.045em !important;
    text-wrap: balance;
    text-shadow: 0 14px 38px rgba(0,0,0,.45);
}

.mhk-hero-wow__title span {
    color: var(--mhk-hero-gold);
}

.mhk-hero-wow__title .mhk-hero-wow__amp {
    color: #f5f1e8 !important;
    font: inherit;
}

.mhk-hero-wow__title em {
    color: var(--mhk-hero-gold);
    font-style: normal;
    font-size: .78em;
    letter-spacing: -.025em;
}

.mhk-hero-wow__description {
    max-width: 900px;
    margin: 22px auto 0 !important;
    color: #c9c4ba !important;
    font-size: clamp(15px, 1.5vw, 18px) !important;
    line-height: 1.75 !important;
    font-weight: 450 !important;
    text-wrap: balance;
}

.mhk-hero-wow__badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 26px auto 28px;
}

.mhk-hero-wow__badges > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 8px 13px;
    border: 1px solid rgba(214,182,84,.25);
    border-radius: 999px;
    background: rgba(214,182,84,.035);
    color: #d9d4ca;
    font-size: 12px;
    font-weight: 650;
}

.mhk-hero-wow__badges i {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #070707;
    background: var(--mhk-hero-gold);
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
}

.mhk-hero-wow__badges b {
    font-weight: inherit;
}

.mhk-hero-wow__button-widget {
    display: flex !important;
    justify-content: center !important;
}

.mhk-hero-wow__cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 22px !important;
    min-width: min(100%, 330px);
    min-height: 66px;
    padding: 9px 10px 9px 24px !important;
    border: 1px solid var(--mhk-hero-gold) !important;
    border-radius: 999px !important;
    background: var(--mhk-hero-gold) !important;
    color: #070707 !important;
    text-decoration: none !important;
    box-shadow: 0 15px 42px rgba(214,182,84,.16);
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease !important;
}

.mhk-hero-wow__cta > span {
    display: grid;
    gap: 1px;
    text-align: left;
}

.mhk-hero-wow__cta strong {
    color: #070707 !important;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
}

.mhk-hero-wow__cta small {
    color: rgba(7,7,7,.67) !important;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 750;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.mhk-hero-wow__cta > i {
    display: grid;
    place-items: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #080808;
    color: var(--mhk-hero-gold);
    transition: transform .22s ease;
}

.mhk-hero-wow__cta svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (hover: hover) and (pointer: fine) {
    .mhk-hero-wow__cta:hover {
        transform: translateY(-3px) !important;
        background: color-mix(in srgb, var(--mhk-hero-gold) 90%, #fff) !important;
        box-shadow: 0 22px 54px rgba(214,182,84,.24);
    }
    .mhk-hero-wow__cta:hover > i {
        transform: translateX(3px);
    }
}

@keyframes mhkHeroWowIn {
    to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

@media (max-width: 767px) {
    .mhk-hero-wow {
        width: min(1000px, calc(100vw - 20px));
        max-width: none;
        margin-top: 18px;
        margin-bottom: 48px;
        padding: 30px 17px 28px;
        border-radius: 16px;
    }
    .mhk-hero-wow__eyebrow { gap: 9px; }
    .mhk-hero-wow__eyebrow strong { font-size: 10px; letter-spacing: .13em; }
    .mhk-hero-wow__title { font-size: clamp(31px, 9.5vw, 45px) !important; line-height: 1.06 !important; }
    .mhk-hero-wow__description { margin-top: 17px !important; font-size: 14px !important; line-height: 1.65 !important; }
    .mhk-hero-wow__badges { margin: 21px 0 23px; gap: 7px; }
    .mhk-hero-wow__badges > span { min-height: 32px; padding: 7px 10px; font-size: 10px; }
    .mhk-hero-wow__cta { min-width: 100%; min-height: 62px; padding-left: 19px !important; }
}

@media (prefers-reduced-motion: reduce) {
    .mhk-hero-wow,
    .mhk-hero-wow * {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
    .mhk-hero-wow { opacity: 1 !important; }
}
