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

.mhk-services-intro-wow {
    --mhk-services-intro-gold: #d6b654;
    position: relative;
    isolation: isolate;
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: clamp(34px, 5vw, 58px) auto clamp(28px, 3.5vw, 42px);
    padding: clamp(28px, 4vw, 46px);
    overflow: hidden;
    border: 2px solid var(--mhk-services-intro-gold);
    border-radius: 18px;
    background:
        radial-gradient(circle at 88% 12%, rgba(214,182,84,.095), transparent 34%),
        linear-gradient(140deg, rgba(255,255,255,.025), transparent 45%),
        #040404;
    box-shadow: 0 26px 68px rgba(0,0,0,.32);
    opacity: 0;
    transform: translateY(14px);
}

.mhk-services-intro-wow.is-ready {
    animation: mhkServicesIntroIn .68s cubic-bezier(.2,.8,.2,1) forwards;
}

.mhk-services-intro-wow::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background: repeating-linear-gradient(90deg, transparent 0 47px, rgba(214,182,84,.018) 48px);
}

.mhk-services-intro-wow__top {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(310px, .88fr);
    gap: clamp(28px, 4.5vw, 58px);
    align-items: start;
}

.mhk-services-intro-wow__story {
    position: relative;
    z-index: 2;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.mhk-services-intro-wow__label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 13px;
    color: var(--mhk-services-intro-gold);
}

.mhk-services-intro-wow__label span {
    width: 44px;
    height: 1px;
    background: linear-gradient(90deg, var(--mhk-services-intro-gold), transparent);
}

.mhk-services-intro-wow__label strong {
    font-size: 10px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: .2em;
}

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

.mhk-services-intro-wow__title {
    margin: 0 !important;
    color: var(--mhk-services-intro-gold) !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: .075em !important;
    text-transform: uppercase;
}

.mhk-services-intro-wow__statement {
    margin: 13px 0 0 !important;
    color: #f5f1e8 !important;
    font-size: clamp(38px, 4.6vw, 60px) !important;
    line-height: 1.02 !important;
    font-weight: 850 !important;
    letter-spacing: -.045em !important;
    text-wrap: balance;
}

.mhk-services-intro-wow__statement em {
    color: var(--mhk-services-intro-gold);
    font-style: normal;
}

.mhk-services-intro-wow__description {
    max-width: 620px;
    margin: 22px 0 0 !important;
    color: #c8c3ba !important;
    font-size: clamp(15px, 1.35vw, 17px) !important;
    line-height: 1.72 !important;
    font-weight: 450 !important;
}

.mhk-services-intro-wow__promise {
    position: relative;
    margin: 22px 0 0 !important;
    padding: 0 0 0 17px;
    color: #eee9df !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
}

.mhk-services-intro-wow__promise::before {
    content: '';
    position: absolute;
    left: 0;
    top: .15em;
    bottom: .15em;
    width: 3px;
    border-radius: 999px;
    background: var(--mhk-services-intro-gold);
    box-shadow: 0 0 14px rgba(214,182,84,.3);
}

.mhk-services-intro-wow__action {
    width: fit-content;
    min-height: 48px;
    margin-top: 24px;
    padding: 7px 8px 7px 18px;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    border: 1px solid var(--mhk-services-intro-gold);
    border-radius: 999px;
    background: var(--mhk-services-intro-gold);
    color: #070707 !important;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none !important;
    box-shadow: 0 14px 36px rgba(214,182,84,.12);
    transition: transform .22s ease, box-shadow .22s ease;
}

.mhk-services-intro-wow__action i {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #080808;
    color: var(--mhk-services-intro-gold);
    font-style: normal;
    font-size: 17px;
}

.mhk-services-intro-wow__trust {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 12px;
    align-content: start;
    align-self: start;
}

.mhk-services-intro-wow__trust-card {
    position: relative;
    min-height: 132px;
    margin: 0;
    padding: 17px 18px 16px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 13px;
    overflow: hidden;
    border: 1px solid rgba(214,182,84,.34);
    border-radius: 15px;
    background: linear-gradient(145deg, rgba(255,255,255,.028), transparent 52%), #080808;
    box-shadow: 0 12px 30px rgba(0,0,0,.16);
    transition: transform .24s ease, border-color .24s ease, background .24s ease;
}

.mhk-services-intro-wow__trust-number {
    position: absolute;
    top: 10px;
    right: 12px;
    color: rgba(214,182,84,.34);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .12em;
}

.mhk-services-intro-wow__trust-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(214,182,84,.42);
    border-radius: 13px;
    color: var(--mhk-services-intro-gold);
    background: rgba(214,182,84,.035);
}

.mhk-services-intro-wow__trust-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mhk-services-intro-wow__trust-card > div {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 9px;
}

.mhk-services-intro-wow__trust-card h3 {
    margin: 0 !important;
    color: #f5f1e8 !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
}

.mhk-services-intro-wow__trust-card p {
    margin: 0 !important;
    color: #aaa59c !important;
    font-size: 12.5px !important;
    line-height: 1.68 !important;
    font-weight: 450 !important;
}

.mhk-services-intro-wow__overview {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: clamp(30px, 4vw, 44px);
    padding-top: clamp(26px, 3.5vw, 38px);
    border-top: 1px solid rgba(214,182,84,.2);
}

.mhk-services-intro-wow__overview > .mhk-services-wow-shell {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.mhk-services-intro-wow__accent {
    position: absolute;
    z-index: -1;
    right: -105px;
    bottom: -128px;
    width: 290px;
    height: 290px;
    border: 1px solid rgba(214,182,84,.13);
    border-radius: 50%;
    box-shadow: 0 0 0 34px rgba(214,182,84,.025), 0 0 0 72px rgba(214,182,84,.012);
    pointer-events: none;
}

@media (hover:hover) and (pointer:fine) {
    .mhk-services-intro-wow__trust-card:hover {
        transform: translateY(-3px);
        border-color: rgba(214,182,84,.72);
        background: linear-gradient(145deg, rgba(214,182,84,.055), transparent 56%), #090909;
    }
    .mhk-services-intro-wow__action:hover {
        transform: translateY(-3px);
        box-shadow: 0 20px 46px rgba(214,182,84,.2);
    }
}

@keyframes mhkServicesIntroIn {
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 860px) {
    .mhk-services-intro-wow {
        width: calc(100% - 24px);
    }
    .mhk-services-intro-wow__top {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .mhk-services-intro-wow__trust {
        grid-template-columns: repeat(3, minmax(0,1fr));
    }
    .mhk-services-intro-wow__trust-card {
        min-height: 148px;
    }
}

@media (max-width: 650px) {
    .mhk-services-intro-wow {
        width: calc(100% - 18px);
        margin: 34px auto 28px;
        padding: 25px 17px 22px;
        border-radius: 16px;
    }
    .mhk-services-intro-wow__statement {
        font-size: clamp(35px, 10.5vw, 48px) !important;
    }
    .mhk-services-intro-wow__trust {
        grid-template-columns: 1fr;
    }
    .mhk-services-intro-wow__trust-card {
        min-height: 124px;
    }
    .mhk-services-intro-wow__overview {
        margin-top: 26px;
        padding-top: 24px;
    }
    .mhk-services-intro-wow__action {
        width: 100%;
        justify-content: space-between;
    }
}

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