/* My Hauskraft – global styling only for the existing "Unsere Leistungen" accordion. */
.mhk-services-wow-shell,
.mhk-services-wow-shell * { box-sizing: border-box; }

.mhk-services-wow-shell {
    --mhk-pointer-x: 50%;
    --mhk-pointer-y: 20%;
    --mhk-services-frame-width: 2px;
    --mhk-services-frame-color: var(--mhk-services-gold, #d6b654);
    --mhk-services-frame-radius: 18px;
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 1000px;
    margin: clamp(28px,4vw,46px) auto;
    padding: clamp(13px,2vw,18px);
    overflow: hidden;
    border: var(--mhk-services-frame-width) solid var(--mhk-services-frame-color);
    border-radius: var(--mhk-services-frame-radius);
    background: linear-gradient(145deg,rgba(255,255,255,.018),transparent 38%),radial-gradient(circle at 95% 4%,rgba(214,182,84,.07),transparent 31%),#050505;
    box-shadow: 0 24px 64px rgba(0,0,0,.34);
}

.mhk-services-wow-shell::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    background: radial-gradient(420px circle at var(--mhk-pointer-x) var(--mhk-pointer-y),rgba(214,182,84,.08),transparent 60%);
    transition: opacity .25s ease;
}
.mhk-services-wow-shell.has-mhk-cursor-glow:hover::before { opacity: 1; }

.mhk-services-wow-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 4px 7px 18px;
}
.mhk-services-wow-bar > div:first-child { display: grid; gap: 4px; }
.mhk-services-wow-bar span {
    color: var(--mhk-services-gold,#d6b654);
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .2em;
}
.mhk-services-wow-bar strong {
    color: #f6f2e9;
    font-size: clamp(18px,2vw,25px);
    line-height: 1.25;
}
.mhk-services-wow-bar__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(214,182,84,.24);
    border-radius: 999px;
    color: #aaa69e;
    background: rgba(255,255,255,.016);
    font-size: 11px;
    white-space: nowrap;
}
.mhk-services-wow-bar__status b { font: inherit; color: inherit; }
.mhk-services-wow-bar__status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--mhk-services-gold,#d6b654);
    box-shadow: 0 0 10px rgba(214,182,84,.5);
}

.mhk-services-wow-accordion {
    display: grid !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.mhk-services-wow-accordion .mhk-service-wow-item {
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    border: 1px solid rgba(214,182,84,.48) !important;
    border-radius: 16px !important;
    background: linear-gradient(110deg,rgba(255,255,255,.02),transparent 48%),#070707 !important;
    box-shadow: 0 7px 22px rgba(0,0,0,.18) !important;
    transition: transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.mhk-services-wow-accordion .mhk-service-wow-item:hover {
    transform: translateY(-2px);
    border-color: rgba(214,182,84,.78) !important;
    box-shadow: 0 15px 36px rgba(0,0,0,.28) !important;
}
.mhk-services-wow-accordion .mhk-service-wow-item.is-mhk-open,
.mhk-services-wow-accordion details[open].mhk-service-wow-item {
    border-color: var(--mhk-services-gold,#d6b654) !important;
    box-shadow: 0 16px 40px rgba(0,0,0,.24) !important;
}

.mhk-services-wow-trigger,
.mhk-services-wow-accordion .elementor-tab-title.mhk-services-wow-trigger,
.mhk-services-wow-accordion summary.mhk-services-wow-trigger {
    position: relative !important;
    z-index: 3;
    display: grid !important;
    grid-template-columns: auto minmax(0,1fr) auto auto !important;
    align-items: center !important;
    gap: clamp(11px,1.5vw,18px) !important;
    min-height: 66px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 11px clamp(15px,2vw,22px) !important;
    border: 0 !important;
    border-radius: 15px !important;
    background: transparent !important;
    color: #f5f1e8 !important;
    cursor: pointer !important;
    list-style: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.mhk-services-wow-trigger::-webkit-details-marker,
.mhk-services-wow-trigger::marker { display: none !important; content: "" !important; }
.mhk-service-wow-item.is-mhk-open .mhk-services-wow-trigger,
details[open].mhk-service-wow-item .mhk-services-wow-trigger {
    background: linear-gradient(90deg,rgba(214,182,84,.055),transparent 72%) !important;
    border-bottom: 0 !important;
}

.mhk-service-wow-number {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(214,182,84,.38);
    border-radius: 11px;
    color: var(--mhk-services-gold,#d6b654) !important;
    background: rgba(214,182,84,.035);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
}
.mhk-service-wow-item.is-mhk-open .mhk-service-wow-number,
details[open].mhk-service-wow-item .mhk-service-wow-number {
    color: #070707 !important;
    background: var(--mhk-services-gold,#d6b654);
}

.mhk-services-wow-trigger .e-n-accordion-item-title-header,
.mhk-services-wow-trigger .elementor-accordion-title,
.mhk-services-wow-trigger .e-n-accordion-item-title-text {
    min-width: 0 !important;
    color: inherit !important;
    font-size: clamp(15px,1.6vw,18px) !important;
    font-weight: 750 !important;
}
.mhk-services-wow-trigger > .elementor-accordion-title { grid-column: 2; }
.mhk-service-wow-meta {
    color: #8f8b83 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: .09em !important;
    text-transform: uppercase !important;
    white-space: nowrap;
}
.mhk-service-wow-arrow {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(214,182,84,.3);
    border-radius: 50%;
    color: var(--mhk-services-gold,#d6b654);
    transition: transform .35s cubic-bezier(.2,.8,.2,1),background .25s ease,color .25s ease;
}
.mhk-service-wow-arrow svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.mhk-service-wow-item.is-mhk-open .mhk-service-wow-arrow,
details[open].mhk-service-wow-item .mhk-service-wow-arrow {
    color: #070707;
    background: var(--mhk-services-gold,#d6b654);
    transform: rotate(90deg);
}
.mhk-services-wow-accordion .e-n-accordion-item-title-icon,
.mhk-services-wow-accordion .elementor-accordion-icon { display: none !important; }

/* Open content: keep the original semantic Elementor HTML, remove every unwanted wrapper frame. */
html body .mhk-services-wow-shell .mhk-service-wow-content,
html body .mhk-services-wow-shell .mhk-service-wow-content > *,
html body .mhk-services-wow-shell .mhk-service-wow-content :where(section,article,div,.e-con,.e-con-inner,.elementor-element,.elementor-widget-container,.elementor-button-wrapper,.wp-block-button) {
    outline: 0 !important;
    box-shadow: none !important;
}
html body .mhk-services-wow-shell .mhk-service-wow-content {
    position: relative !important;
    z-index: 2;
    margin: 0 !important;
    padding: clamp(28px,4vw,44px) clamp(20px,5vw,64px) clamp(30px,4vw,46px) !important;
    border: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    background: radial-gradient(circle at 50% 0,rgba(214,182,84,.055),transparent 38%),transparent !important;
    color: #f4f0e8 !important;
    overflow: hidden !important;
}
html body .mhk-services-wow-shell .mhk-service-wow-content::before,
html body .mhk-services-wow-shell .mhk-service-wow-content::after,
html body .mhk-services-wow-shell .mhk-service-wow-content :where(section,article,div,.e-con,.e-con-inner,.elementor-element,.elementor-widget-container,.elementor-button-wrapper,.wp-block-button)::before,
html body .mhk-services-wow-shell .mhk-service-wow-content :where(section,article,div,.e-con,.e-con-inner,.elementor-element,.elementor-widget-container,.elementor-button-wrapper,.wp-block-button)::after {
    content: none !important;
    display: none !important;
}
html body .mhk-services-wow-shell .mhk-service-wow-content :where(section,article,div,.e-con,.e-con-inner,.elementor-element,.elementor-widget-container,.elementor-button-wrapper,.wp-block-button) {
    border: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    background-color: transparent !important;
    background-image: none !important;
}

html body .mhk-services-wow-shell .mhk-service-wow-content :where(h2,h3,h4,.elementor-heading-title) {
    max-width: 900px;
    margin: 8px auto 14px !important;
    color: var(--mhk-services-gold,#d6b654) !important;
    text-align: center !important;
    font-size: clamp(25px,3vw,36px) !important;
    line-height: 1.18 !important;
    letter-spacing: -.02em !important;
}
html body .mhk-services-wow-shell .mhk-service-wow-content p {
    max-width: 860px;
    margin: 8px auto 14px !important;
    color: #d8d3ca !important;
    text-align: center !important;
    font-size: clamp(14px,1.25vw,16px) !important;
    line-height: 1.68 !important;
}
html body .mhk-services-wow-shell .mhk-service-wow-content :where(.elementor-icon,svg) {
    color: var(--mhk-services-gold,#d6b654) !important;
    fill: currentColor;
}
html body .mhk-services-wow-shell .mhk-service-wow-content .elementor-icon {
    display: block !important;
    width: max-content;
    margin: 0 auto 8px !important;
    font-size: clamp(38px,4vw,54px) !important;
}

html body .mhk-services-wow-shell .mhk-service-wow-content :where(ul,ol) {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px 30px !important;
    width: min(760px,100%);
    margin: 12px auto 22px !important;
    padding: 0 !important;
    list-style: none !important;
}
html body .mhk-services-wow-shell .mhk-service-wow-content :where(ul,ol) li {
    position: relative;
    min-width: 0;
    margin: 0 !important;
    padding: 7px 0 7px 27px !important;
    border: 0 !important;
    background: transparent !important;
    color: #f0ece4 !important;
    text-align: left !important;
    line-height: 1.5 !important;
}
html body .mhk-services-wow-shell .mhk-service-wow-content :where(ul,ol) li::before {
    content: "✓" !important;
    display: grid !important;
    place-items: center;
    position: absolute;
    left: 0;
    top: .57em;
    width: 17px;
    height: 17px;
    border: 1px solid rgba(214,182,84,.55);
    border-radius: 50%;
    color: var(--mhk-services-gold,#d6b654);
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
}

/* Only the real CTA keeps a border. Its surrounding black rectangle is forcibly removed. */
html body .mhk-services-wow-shell .mhk-service-wow-content :where(.elementor-widget-button,.elementor-button-wrapper,.wp-block-button) {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 8px auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}
html body .mhk-services-wow-shell .mhk-service-wow-content :where(a.elementor-button,.elementor-button,a[href*="/kontakt"],a[href*="/mieten"]) {
    min-height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    margin: 0 auto !important;
    padding: 11px 24px !important;
    border: 2px solid var(--mhk-services-gold,#d6b654) !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: var(--mhk-services-gold,#d6b654) !important;
    box-shadow: none !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    text-transform: uppercase;
    transition: transform .2s ease,background .2s ease,color .2s ease !important;
}
html body .mhk-services-wow-shell .mhk-service-wow-content :where(a.elementor-button,.elementor-button,a[href*="/kontakt"],a[href*="/mieten"]):hover {
    transform: translateY(-2px);
    background: var(--mhk-services-gold,#d6b654) !important;
    color: #070707 !important;
}

.mhk-service-wow-item.is-mhk-open .mhk-service-wow-content,
details[open].mhk-service-wow-item .mhk-service-wow-content {
    animation: mhkServiceContentIn .42s cubic-bezier(.2,.8,.2,1) both;
}
.mhk-services-wow-reveal { opacity: 0; transform: translateY(24px); }
.mhk-services-wow-reveal.is-mhk-visible { animation: mhkServiceShellIn .72s cubic-bezier(.2,.8,.2,1) forwards; }
@keyframes mhkServiceShellIn { to { opacity: 1; transform: translateY(0); } }
@keyframes mhkServiceContentIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width:780px) {
    .mhk-services-wow-shell { padding: 10px; }
    .mhk-services-wow-bar { align-items: flex-start; flex-direction: column; padding: 7px 6px 15px; }
    .mhk-services-wow-trigger,
    .mhk-services-wow-accordion .elementor-tab-title.mhk-services-wow-trigger,
    .mhk-services-wow-accordion summary.mhk-services-wow-trigger {
        grid-template-columns: auto minmax(0,1fr) auto !important;
        min-height: 62px !important;
        padding: 10px 12px !important;
    }
    .mhk-service-wow-meta { display: none; }
    .mhk-service-wow-number { width: 37px; height: 37px; }
    .mhk-service-wow-arrow { width: 34px; height: 34px; }
    html body .mhk-services-wow-shell .mhk-service-wow-content { padding: 24px 16px 30px !important; }
    html body .mhk-services-wow-shell .mhk-service-wow-content :where(ul,ol) { grid-template-columns: 1fr; gap: 5px !important; width: min(560px,100%); }
}

@media (max-width:430px) {
    .mhk-services-wow-bar strong { font-size: 18px; }
    .mhk-service-wow-number { width: 33px; height: 33px; font-size: 9px; }
    .mhk-service-wow-arrow { width: 31px; height: 31px; }
    .mhk-services-wow-trigger .e-n-accordion-item-title-header,
    .mhk-services-wow-trigger .elementor-accordion-title,
    .mhk-services-wow-trigger .e-n-accordion-item-title-text { font-size: 14px !important; }
}

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


/* V1.5 High-performance mode */
.mhk-services-wow-shell {
    contain: layout paint;
}
.mhk-services-wow-shell::before {
    display: none !important;
}
.mhk-services-wow-reveal,
.mhk-services-wow-reveal.is-mhk-visible {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
}
.mhk-services-wow-accordion .mhk-service-wow-item,
.mhk-services-wow-trigger,
.mhk-service-wow-arrow,
.mhk-service-wow-number,
.mhk-service-wow-panel__list li,
.mhk-service-wow-panel__cta {
    will-change: auto !important;
}
@media (max-width: 900px), (pointer: coarse) {
    .mhk-services-wow-accordion .mhk-service-wow-item:hover,
    .mhk-service-wow-panel__list li:hover,
    .mhk-service-wow-panel__cta:hover {
        transform: none !important;
        box-shadow: none !important;
    }
}
