#mcservice-startseite,
#mcservice-startseite * {
    box-sizing: border-box;
}

#mcservice-startseite {
    --mcshome-primary: #5b5cf0;
    --mcshome-secondary: #17b7a5;
    --mcshome-accent: #ff7a45;
    --mcshome-bg: #eef1f4;
    --mcshome-ink: #101323;
    --mcshome-muted: #667085;
    --mcshome-card: rgba(255,255,255,.9);
    --mcshome-border: rgba(16,19,35,.09);
    --mcshome-shadow: 0 24px 70px rgba(30,38,72,.12);
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background: var(--mcshome-bg);
    color: var(--mcshome-ink);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    isolation: isolate;
}

#mcservice-startseite a {
    color: inherit;
    text-decoration: none;
}

#mcservice-startseite button,
#mcservice-startseite input,
#mcservice-startseite select,
#mcservice-startseite textarea {
    font: inherit;
}

#mcservice-startseite button {
    color: inherit;
}

#mcservice-startseite svg {
    display: block;
}

#mcservice-startseite .mcshome-shell {
    width: min(1220px, calc(100% - 44px));
    margin: 0 auto;
}

#mcservice-startseite .mcshome-section {
    position: relative;
    padding: 112px 0;
}

#mcservice-startseite .mcshome-heading {
    max-width: 830px;
    margin-bottom: 48px;
}

#mcservice-startseite .mcshome-heading h2,
#mcservice-startseite .mcshome-split-copy h2,
#mcservice-startseite .mcshome-bonus-copy h2,
#mcservice-startseite .mcshome-faq-copy h2,
#mcservice-startseite .mcshome-cta h2 {
    margin: 12px 0 20px;
    font-size: clamp(2.45rem, 5.4vw, 5rem);
    line-height: .96;
    letter-spacing: -.058em;
    color: var(--mcshome-ink);
}

#mcservice-startseite .mcshome-heading h2 span,
#mcservice-startseite .mcshome-why-section .mcshome-heading h2 span {
    background: linear-gradient(135deg, var(--mcshome-primary), var(--mcshome-secondary));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

#mcservice-startseite .mcshome-heading p,
#mcservice-startseite .mcshome-split-copy > p,
#mcservice-startseite .mcshome-faq-copy > p {
    margin: 0;
    color: var(--mcshome-muted);
    font-size: clamp(1rem, 1.7vw, 1.18rem);
    max-width: 760px;
}

#mcservice-startseite .mcshome-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--mcshome-primary);
    font-weight: 850;
    font-size: .78rem;
    letter-spacing: .16em;
    text-transform: uppercase;
}

#mcservice-startseite .mcshome-kicker::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--mcshome-secondary);
    box-shadow: 0 0 0 7px rgba(23,183,165,.12);
}

#mcservice-startseite .mcshome-btn {
    min-height: 56px;
    padding: 0 23px;
    border-radius: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 850;
    border: 1px solid transparent;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
    cursor: pointer;
}

#mcservice-startseite .mcshome-btn:hover {
    transform: translateY(-3px);
}

#mcservice-startseite .mcshome-btn svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#mcservice-startseite .mcshome-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--mcshome-primary), #8d5cf6);
    box-shadow: 0 17px 38px rgba(91,92,240,.27);
}

#mcservice-startseite .mcshome-btn-whatsapp {
    color: #0c7359;
    background: #fff;
    border-color: rgba(13,123,93,.13);
    box-shadow: 0 14px 32px rgba(19,68,58,.08);
}

#mcservice-startseite .mcshome-btn-dark {
    color: #fff;
    background: #111528;
    box-shadow: 0 17px 38px rgba(17,21,40,.18);
}

#mcservice-startseite .mcshome-btn-light {
    color: #111528;
    background: #fff;
    box-shadow: 0 17px 38px rgba(0,0,0,.14);
}

#mcservice-startseite .mcshome-btn-outline-light {
    color: #fff;
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.22);
}

#mcservice-startseite .mcshome-btn-whatsapp-dark {
    color: #fff;
    background: #149f79;
    box-shadow: 0 16px 34px rgba(20,159,121,.24);
}

#mcservice-startseite .mcshome-text-link,
#mcservice-startseite .mcshome-text-link-light {
    font-weight: 850;
    transition: transform .2s ease, opacity .2s ease;
}

#mcservice-startseite .mcshome-text-link:hover,
#mcservice-startseite .mcshome-text-link-light:hover {
    transform: translateX(4px);
}

#mcservice-startseite .mcshome-text-link-light {
    color: rgba(255,255,255,.82);
}

/* Hero */
#mcservice-startseite .mcshome-hero {
    position: relative;
    min-height: 890px;
    padding: 92px 0 0;
    background:
        radial-gradient(circle at 8% 10%, rgba(91,92,240,.15), transparent 31%),
        radial-gradient(circle at 91% 18%, rgba(23,183,165,.15), transparent 28%),
        linear-gradient(180deg, #f8f9fc 0%, var(--mcshome-bg) 100%);
}

#mcservice-startseite .mcshome-grid-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(16,19,35,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16,19,35,.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.74), transparent 88%);
    pointer-events: none;
}

#mcservice-startseite .mcshome-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    pointer-events: none;
}

#mcservice-startseite .mcshome-orb-one {
    width: 390px;
    height: 390px;
    left: -190px;
    top: 220px;
    background: radial-gradient(circle at 65% 40%, rgba(91,92,240,.2), rgba(91,92,240,0) 70%);
}

#mcservice-startseite .mcshome-orb-two {
    width: 430px;
    height: 430px;
    right: -230px;
    top: 110px;
    background: radial-gradient(circle at 35% 50%, rgba(23,183,165,.2), rgba(23,183,165,0) 70%);
}

#mcservice-startseite .mcshome-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(480px, .95fr);
    align-items: center;
    gap: 60px;
    min-height: 710px;
}


#mcservice-startseite .mcshome-hero-grid > * {
    min-width: 0;
}

#mcservice-startseite .mcshome-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    color: #3d4261;
    background: rgba(255,255,255,.76);
    border: 1px solid rgba(16,19,35,.08);
    box-shadow: 0 12px 34px rgba(31,42,76,.08);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(14px);
}

#mcservice-startseite .mcshome-badge i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--mcshome-secondary);
    box-shadow: 0 0 0 7px rgba(23,183,165,.12);
}

#mcservice-startseite .mcshome-hero-copy h1 {
    margin: 22px 0 28px;
    max-width: 780px;
    font-size: clamp(4rem, 7.6vw, 7.7rem);
    line-height: .84;
    letter-spacing: -.077em;
    color: var(--mcshome-ink);
}

#mcservice-startseite .mcshome-hero-copy h1 span {
    display: block;
    margin-top: 12px;
    background: linear-gradient(135deg, var(--mcshome-primary) 0%, #8e62f6 48%, var(--mcshome-secondary) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

#mcservice-startseite .mcshome-hero-copy > p {
    max-width: 720px;
    margin: 0;
    color: #5f687d;
    font-size: clamp(1.05rem, 1.65vw, 1.27rem);
    line-height: 1.7;
}

#mcservice-startseite .mcshome-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 32px;
}

#mcservice-startseite .mcshome-proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 27px;
}

#mcservice-startseite .mcshome-proof-row span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #596175;
    font-size: .86rem;
    font-weight: 750;
}

#mcservice-startseite .mcshome-proof-row b {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0d755b;
    background: rgba(23,183,165,.12);
    font-size: .72rem;
}

#mcservice-startseite .mcshome-open-card {
    width: fit-content;
    margin-top: 27px;
    padding: 11px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 15px;
    color: #30364e;
    background: rgba(255,255,255,.62);
    border: 1px solid rgba(16,19,35,.07);
    backdrop-filter: blur(14px);
}

#mcservice-startseite .mcshome-open-card strong,
#mcservice-startseite .mcshome-open-card small {
    display: block;
}

#mcservice-startseite .mcshome-open-card strong {
    font-size: .87rem;
}

#mcservice-startseite .mcshome-open-card small {
    margin-top: 1px;
    color: #7a8294;
    font-size: .73rem;
}

#mcservice-startseite .mcshome-open-dot {
    position: relative;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--mcshome-secondary);
}

#mcservice-startseite .mcshome-open-dot::after {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid var(--mcshome-secondary);
    border-radius: inherit;
    animation: mcshome-pulse 1.9s infinite;
}

#mcservice-startseite .mcshome-open-card.is-closed .mcshome-open-dot {
    background: var(--mcshome-accent);
}

#mcservice-startseite .mcshome-open-card.is-closed .mcshome-open-dot::after {
    border-color: var(--mcshome-accent);
}

#mcservice-startseite .mcshome-hero-visual {
    position: relative;
    min-height: 630px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1400px;
}

#mcservice-startseite .mcshome-visual-glow {
    position: absolute;
    width: 470px;
    height: 470px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(91,92,240,.2), rgba(23,183,165,.1) 42%, transparent 72%);
    filter: blur(4px);
    animation: mcshome-breathe 5s ease-in-out infinite;
}

#mcservice-startseite .mcshome-stage {
    position: relative;
    width: 480px;
    height: 470px;
    transform: rotateY(-8deg) rotateX(3deg);
    transform-style: preserve-3d;
}

#mcservice-startseite .mcshome-laptop {
    position: absolute;
    left: 18px;
    top: 70px;
    width: 420px;
    transform-style: preserve-3d;
    filter: drop-shadow(0 35px 45px rgba(22,27,54,.25));
}

#mcservice-startseite .mcshome-laptop-screen {
    position: relative;
    width: 392px;
    height: 258px;
    margin: 0 auto;
    overflow: hidden;
    border: 10px solid #171a26;
    border-bottom-width: 13px;
    border-radius: 19px 19px 9px 9px;
    background: #101323;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

#mcservice-startseite .mcshome-screen-top {
    height: 34px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,.55);
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-size: .61rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

#mcservice-startseite .mcshome-screen-top span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,.25);
}

#mcservice-startseite .mcshome-screen-top span:first-child { background: #ff6c66; }
#mcservice-startseite .mcshome-screen-top span:nth-child(2) { background: #f7c85c; }
#mcservice-startseite .mcshome-screen-top span:nth-child(3) { background: #5fce73; }
#mcservice-startseite .mcshome-screen-top b { margin-left: auto; font-weight: 700; }

#mcservice-startseite .mcshome-screen-body {
    position: relative;
    height: calc(100% - 34px);
    padding: 32px 32px 22px;
    overflow: hidden;
    background:
        radial-gradient(circle at 70% 20%, rgba(23,183,165,.18), transparent 38%),
        radial-gradient(circle at 20% 80%, rgba(91,92,240,.23), transparent 44%),
        linear-gradient(145deg, #0f1224, #171d34);
}

#mcservice-startseite .mcshome-screen-body::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 24px 24px;
}

#mcservice-startseite .mcshome-screen-logo,
#mcservice-startseite .mcshome-screen-body p,
#mcservice-startseite .mcshome-progress,
#mcservice-startseite .mcshome-status-grid {
    position: relative;
    z-index: 2;
}

#mcservice-startseite .mcshome-screen-logo {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 900;
    letter-spacing: -.055em;
}

#mcservice-startseite .mcshome-screen-logo span {
    color: #8c8ef9;
}

#mcservice-startseite .mcshome-screen-body p {
    margin: 1px 0 20px;
    color: rgba(255,255,255,.58);
    font-size: .77rem;
    letter-spacing: .14em;
    text-transform: uppercase;
}

#mcservice-startseite .mcshome-progress {
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.1);
}

#mcservice-startseite .mcshome-progress i {
    display: block;
    width: 72%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--mcshome-primary), var(--mcshome-secondary));
    box-shadow: 0 0 20px rgba(23,183,165,.4);
    animation: mcshome-progress 3.2s ease-in-out infinite;
}

#mcservice-startseite .mcshome-status-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 23px;
}

#mcservice-startseite .mcshome-status-grid span {
    padding: 9px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 9px;
    color: rgba(255,255,255,.47);
    background: rgba(255,255,255,.045);
    font-size: .59rem;
    text-transform: uppercase;
}

#mcservice-startseite .mcshome-status-grid strong {
    display: block;
    color: #fff;
    font-size: .65rem;
}

#mcservice-startseite .mcshome-scan-line {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    height: 2px;
    top: 15%;
    background: linear-gradient(90deg, transparent, rgba(23,183,165,.95), transparent);
    box-shadow: 0 0 17px rgba(23,183,165,.8);
    animation: mcshome-scan 3.3s linear infinite;
}

#mcservice-startseite .mcshome-laptop-base {
    position: relative;
    width: 440px;
    height: 21px;
    margin-left: -10px;
    border-radius: 3px 3px 24px 24px;
    background: linear-gradient(180deg, #d9dce4, #9ca2ae 70%, #727884);
    transform: perspective(300px) rotateX(58deg);
    transform-origin: top;
}

#mcservice-startseite .mcshome-laptop-base::before {
    content: "";
    position: absolute;
    inset: 3px 35px 7px;
    border-radius: 4px;
    background: linear-gradient(180deg, #aeb3bd, #d6d9df);
}

#mcservice-startseite .mcshome-laptop-base i {
    position: absolute;
    z-index: 2;
    width: 70px;
    height: 6px;
    left: 50%;
    top: 2px;
    transform: translateX(-50%);
    border-radius: 0 0 7px 7px;
    background: #8b919c;
}

#mcservice-startseite .mcshome-phone {
    position: absolute;
    right: -2px;
    bottom: 7px;
    width: 122px;
    height: 244px;
    padding: 7px;
    border-radius: 28px;
    background: linear-gradient(145deg, #242938, #07080d);
    box-shadow: 0 26px 45px rgba(11,13,25,.36), inset 0 0 0 1px rgba(255,255,255,.11);
    transform: translateZ(60px) rotate(5deg);
    animation: mcshome-float 4.5s ease-in-out infinite;
}

#mcservice-startseite .mcshome-phone-notch {
    position: absolute;
    z-index: 3;
    width: 44px;
    height: 13px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 9px 9px;
    background: #090a0e;
}

#mcservice-startseite .mcshome-phone-screen {
    height: 100%;
    padding: 42px 13px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 22px;
    color: #fff;
    background:
        radial-gradient(circle at 20% 10%, rgba(255,255,255,.27), transparent 24%),
        linear-gradient(155deg, var(--mcshome-secondary), var(--mcshome-primary) 62%, #1b2044);
}

#mcservice-startseite .mcshome-phone-screen span {
    color: rgba(255,255,255,.7);
    font-size: .48rem;
    font-weight: 900;
    letter-spacing: .15em;
}

#mcservice-startseite .mcshome-phone-screen strong {
    margin: 3px 0;
    font-size: 1.65rem;
    letter-spacing: -.07em;
}

#mcservice-startseite .mcshome-phone-screen small {
    color: rgba(255,255,255,.67);
    font-size: .51rem;
    line-height: 1.3;
}

#mcservice-startseite .mcshome-float-card {
    position: absolute;
    z-index: 5;
    min-width: 168px;
    padding: 11px 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(16,19,35,.08);
    border-radius: 15px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 17px 40px rgba(24,32,64,.13);
    backdrop-filter: blur(17px);
    transition: transform .25s ease, box-shadow .25s ease;
}

#mcservice-startseite .mcshome-float-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 23px 50px rgba(24,32,64,.18);
}

#mcservice-startseite .mcshome-float-card i {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    font-style: normal;
}

#mcservice-startseite .mcshome-float-card span,
#mcservice-startseite .mcshome-float-card strong {
    display: block;
}

#mcservice-startseite .mcshome-float-card span {
    color: #6a7183;
    font-size: .65rem;
}

#mcservice-startseite .mcshome-float-card strong {
    color: #14182a;
    font-size: .77rem;
}

#mcservice-startseite .mcshome-float-repair { left: -15px; top: 70px; animation: mcshome-float 4s ease-in-out infinite; }
#mcservice-startseite .mcshome-float-repair i { background: var(--mcshome-primary); }
#mcservice-startseite .mcshome-float-refurb { right: -10px; top: 105px; animation: mcshome-float 4.6s ease-in-out infinite .4s; }
#mcservice-startseite .mcshome-float-refurb i { background: var(--mcshome-secondary); }
#mcservice-startseite .mcshome-float-wg { left: 2px; bottom: 70px; animation: mcshome-float 4.2s ease-in-out infinite .8s; }
#mcservice-startseite .mcshome-float-wg i { background: #1d2547; }
#mcservice-startseite .mcshome-float-bonus { right: -10px; bottom: 32px; animation: mcshome-float 4.8s ease-in-out infinite 1.1s; }
#mcservice-startseite .mcshome-float-bonus i { background: var(--mcshome-accent); }

#mcservice-startseite .mcshome-hero-marquee {
    position: relative;
    z-index: 3;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(16,19,35,.08);
    border-bottom: 1px solid rgba(16,19,35,.08);
    background: rgba(255,255,255,.56);
    backdrop-filter: blur(12px);
}

#mcservice-startseite .mcshome-hero-marquee > div {
    width: max-content;
    min-height: 68px;
    display: flex;
    align-items: center;
    gap: 27px;
    color: #50586e;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
    animation: mcshome-marquee 32s linear infinite;
}

#mcservice-startseite .mcshome-hero-marquee > div::after {
    content: "iPhone Reparatur  •  MacBook Reparatur  •  Refurbished iPhones  •  WERTGARANTIE  •  Geräte-Retter-Prämie  •  Datenrettung  •  Ohne Termin";
    margin-left: 0;
    white-space: pre;
}

#mcservice-startseite .mcshome-hero-marquee i {
    color: var(--mcshome-primary);
    font-style: normal;
}

/* Four worlds */
#mcservice-startseite .mcshome-worlds {
    background: var(--mcshome-bg);
}

#mcservice-startseite .mcshome-world-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

#mcservice-startseite .mcshome-world-card {
    position: relative;
    min-height: 450px;
    padding: 34px;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid var(--mcshome-border);
    background: rgba(255,255,255,.8);
    box-shadow: 0 20px 55px rgba(30,38,72,.08);
    transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

#mcservice-startseite .mcshome-world-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 70px rgba(30,38,72,.14);
    border-color: rgba(91,92,240,.18);
}

#mcservice-startseite .mcshome-world-card::before,
#mcservice-startseite .mcshome-world-card::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

#mcservice-startseite .mcshome-world-card::before {
    width: 250px;
    height: 250px;
    right: -120px;
    top: -120px;
    opacity: .18;
}

#mcservice-startseite .mcshome-world-card::after {
    width: 100px;
    height: 100px;
    right: 30px;
    bottom: 30px;
    border: 1px solid rgba(16,19,35,.08);
}

#mcservice-startseite .mcshome-world-repair::before { background: var(--mcshome-primary); }
#mcservice-startseite .mcshome-world-refurb::before { background: var(--mcshome-secondary); }
#mcservice-startseite .mcshome-world-wg::before { background: #1d2547; }
#mcservice-startseite .mcshome-world-bonus::before { background: var(--mcshome-accent); }

#mcservice-startseite .mcshome-world-number {
    position: absolute;
    right: 24px;
    top: 12px;
    color: rgba(16,19,35,.055);
    font-size: 5.7rem;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.09em;
}

#mcservice-startseite .mcshome-world-icon {
    position: relative;
    z-index: 2;
    width: 66px;
    height: 66px;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 21px;
    color: #fff;
}

#mcservice-startseite .mcshome-world-repair .mcshome-world-icon { background: linear-gradient(135deg, var(--mcshome-primary), #8b64f7); box-shadow: 0 18px 35px rgba(91,92,240,.25); }
#mcservice-startseite .mcshome-world-refurb .mcshome-world-icon { background: linear-gradient(135deg, var(--mcshome-secondary), #54d2bb); box-shadow: 0 18px 35px rgba(23,183,165,.24); }
#mcservice-startseite .mcshome-world-wg .mcshome-world-icon { background: linear-gradient(135deg, #111629, #35416e); box-shadow: 0 18px 35px rgba(17,22,41,.24); }
#mcservice-startseite .mcshome-world-bonus .mcshome-world-icon { background: linear-gradient(135deg, var(--mcshome-accent), #ffb052); box-shadow: 0 18px 35px rgba(255,122,69,.24); }

#mcservice-startseite .mcshome-world-icon svg {
    width: 36px;
    height: 36px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#mcservice-startseite .mcshome-world-card > span {
    display: block;
    margin-bottom: 9px;
    color: var(--mcshome-primary);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

#mcservice-startseite .mcshome-world-refurb > span { color: #0d8f7f; }
#mcservice-startseite .mcshome-world-wg > span { color: #36436f; }
#mcservice-startseite .mcshome-world-bonus > span { color: #db6538; }

#mcservice-startseite .mcshome-world-card h3 {
    position: relative;
    z-index: 2;
    max-width: 480px;
    margin: 0 0 18px;
    color: #111528;
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1;
    letter-spacing: -.05em;
}

#mcservice-startseite .mcshome-world-card p {
    position: relative;
    z-index: 2;
    max-width: 500px;
    margin: 0;
    color: #697184;
    font-size: .98rem;
}

#mcservice-startseite .mcshome-world-card > a {
    position: absolute;
    z-index: 3;
    left: 34px;
    bottom: 31px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .88rem;
    font-weight: 900;
}

#mcservice-startseite .mcshome-world-card > a b {
    font-size: 1.1rem;
    transition: transform .22s ease;
}

#mcservice-startseite .mcshome-world-card > a:hover b {
    transform: translateX(5px);
}

/* Repair checker */
#mcservice-startseite .mcshome-repair-section {
    background: linear-gradient(180deg, #f6f7fa, #edf0f4);
    border-top: 1px solid rgba(16,19,35,.06);
    border-bottom: 1px solid rgba(16,19,35,.06);
}

#mcservice-startseite .mcshome-repair-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(350px, .82fr);
    gap: 24px;
    align-items: stretch;
}

#mcservice-startseite .mcshome-check-panel,
#mcservice-startseite .mcshome-result-card {
    border-radius: 28px;
    border: 1px solid rgba(16,19,35,.08);
}

#mcservice-startseite .mcshome-check-panel {
    padding: 30px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 24px 65px rgba(30,38,72,.09);
}

#mcservice-startseite .mcshome-fieldset + .mcshome-fieldset {
    margin-top: 29px;
}

#mcservice-startseite .mcshome-field-label {
    display: block;
    margin-bottom: 12px;
    color: #444c61;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

#mcservice-startseite .mcshome-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

#mcservice-startseite .mcshome-choice {
    min-height: 55px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(16,19,35,.09);
    border-radius: 15px;
    color: #394055;
    background: #f8f9fb;
    font-size: .83rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

#mcservice-startseite .mcshome-choice:hover {
    transform: translateY(-2px);
    border-color: rgba(91,92,240,.3);
}

#mcservice-startseite .mcshome-choice i {
    width: 29px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 9px;
    color: var(--mcshome-primary);
    background: rgba(91,92,240,.09);
    font-style: normal;
    font-size: .95rem;
}

#mcservice-startseite .mcshome-choice.is-selected {
    border-color: var(--mcshome-primary);
    background: rgba(91,92,240,.075);
    box-shadow: 0 10px 25px rgba(91,92,240,.12);
}

#mcservice-startseite .mcshome-choice.is-selected i {
    color: #fff;
    background: var(--mcshome-primary);
}

#mcservice-startseite .mcshome-choice-grid.mcshome-pulse {
    animation: mcshome-field-pulse .7s ease;
}

#mcservice-startseite .mcshome-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 28px;
}

#mcservice-startseite .mcshome-form-grid label,
#mcservice-startseite .mcshome-calculator label {
    color: #454d62;
    font-size: .75rem;
    font-weight: 850;
}

#mcservice-startseite .mcshome-form-wide {
    grid-column: 1 / -1;
}

#mcservice-startseite .mcshome-form-grid input,
#mcservice-startseite .mcshome-form-grid select,
#mcservice-startseite .mcshome-form-grid textarea,
#mcservice-startseite .mcshome-calculator select,
#mcservice-startseite .mcshome-calculator input {
    width: 100%;
    margin-top: 7px;
    border: 1px solid rgba(16,19,35,.1);
    border-radius: 13px;
    color: #15192b;
    background: #f8f9fb;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

#mcservice-startseite .mcshome-form-grid input,
#mcservice-startseite .mcshome-form-grid select,
#mcservice-startseite .mcshome-calculator select,
#mcservice-startseite .mcshome-calculator input {
    height: 51px;
    padding: 0 14px;
}

#mcservice-startseite .mcshome-form-grid textarea {
    min-height: 96px;
    padding: 13px 14px;
    resize: vertical;
}

#mcservice-startseite .mcshome-form-grid input:focus,
#mcservice-startseite .mcshome-form-grid select:focus,
#mcservice-startseite .mcshome-form-grid textarea:focus,
#mcservice-startseite .mcshome-calculator select:focus,
#mcservice-startseite .mcshome-calculator input:focus {
    border-color: var(--mcshome-primary);
    box-shadow: 0 0 0 4px rgba(91,92,240,.1);
    background: #fff;
}

#mcservice-startseite .mcshome-build-button {
    margin-top: 18px;
}

#mcservice-startseite .mcshome-result-card {
    position: relative;
    padding: 35px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 80% 10%, rgba(23,183,165,.25), transparent 34%),
        radial-gradient(circle at 15% 90%, rgba(91,92,240,.32), transparent 38%),
        linear-gradient(145deg, #101426, #1a213b);
    box-shadow: 0 28px 65px rgba(17,22,43,.2);
}

#mcservice-startseite .mcshome-result-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 30px 30px;
    mask-image: linear-gradient(180deg, #000, transparent);
}

#mcservice-startseite .mcshome-result-card > * {
    position: relative;
    z-index: 2;
}

#mcservice-startseite .mcshome-result-label {
    display: inline-block;
    color: #7ddfcf;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

#mcservice-startseite .mcshome-result-card h3 {
    margin: 15px 0 13px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: .98;
    letter-spacing: -.055em;
}

#mcservice-startseite .mcshome-result-card > p {
    margin: 0;
    color: rgba(255,255,255,.68);
}

#mcservice-startseite .mcshome-result-summary {
    margin: 25px 0;
    display: grid;
    gap: 8px;
}

#mcservice-startseite .mcshome-result-summary > div {
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    border-radius: 11px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.055);
}

#mcservice-startseite .mcshome-result-summary span {
    color: rgba(255,255,255,.5);
    font-size: .72rem;
}

#mcservice-startseite .mcshome-result-summary strong {
    color: #fff;
    font-size: .76rem;
    text-align: right;
}

#mcservice-startseite .mcshome-result-button {
    width: 100%;
    margin-top: 9px;
}

#mcservice-startseite .mcshome-result-card > small {
    display: block;
    margin-top: 13px;
    color: rgba(255,255,255,.42);
    font-size: .66rem;
    line-height: 1.45;
}

#mcservice-startseite .mcshome-result-orbit {
    position: absolute;
    z-index: 1;
    width: 230px;
    height: 230px;
    right: -100px;
    bottom: -100px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
}

#mcservice-startseite .mcshome-result-orbit::before,
#mcservice-startseite .mcshome-result-orbit::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 50%;
}

#mcservice-startseite .mcshome-result-orbit::before { inset: 28px; }
#mcservice-startseite .mcshome-result-orbit::after { inset: 58px; }

#mcservice-startseite .mcshome-result-orbit span {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mcshome-secondary);
    box-shadow: 0 0 16px rgba(23,183,165,.7);
}

#mcservice-startseite .mcshome-result-orbit span:first-child { left: 45px; top: 23px; }
#mcservice-startseite .mcshome-result-orbit span:nth-child(2) { right: 17px; top: 90px; }
#mcservice-startseite .mcshome-result-orbit span:nth-child(3) { left: 90px; bottom: 10px; }

#mcservice-startseite .mcshome-repair-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
    margin-top: 20px;
}

#mcservice-startseite .mcshome-repair-links a {
    padding: 17px 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 15px;
    border: 1px solid rgba(16,19,35,.08);
    background: rgba(255,255,255,.68);
    transition: transform .2s ease, background .2s ease;
}

#mcservice-startseite .mcshome-repair-links a:hover {
    transform: translateY(-3px);
    background: #fff;
}

#mcservice-startseite .mcshome-repair-links span {
    font-weight: 900;
}

#mcservice-startseite .mcshome-repair-links b {
    color: var(--mcshome-primary);
    font-size: .76rem;
}

/* Refurbished */
#mcservice-startseite .mcshome-refurbed-section {
    background:
        radial-gradient(circle at 10% 15%, rgba(23,183,165,.12), transparent 30%),
        linear-gradient(180deg, var(--mcshome-bg), #f7f8fb);
}

#mcservice-startseite .mcshome-split-layout,
#mcservice-startseite .mcshome-wg-layout {
    display: grid;
    grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr);
    gap: 80px;
    align-items: center;
}

#mcservice-startseite .mcshome-refurbed-visual {
    position: relative;
    min-height: 560px;
}

#mcservice-startseite .mcshome-phone-stack {
    position: absolute;
    width: 205px;
    height: 405px;
    padding: 10px;
    border-radius: 43px;
    background: linear-gradient(145deg, #242939, #07080d);
    box-shadow: 0 35px 60px rgba(17,22,40,.25), inset 0 0 0 1px rgba(255,255,255,.13);
}

#mcservice-startseite .mcshome-phone-stack::before {
    content: "";
    position: absolute;
    z-index: 3;
    width: 72px;
    height: 22px;
    left: 50%;
    top: 14px;
    transform: translateX(-50%);
    border-radius: 0 0 16px 16px;
    background: #07080d;
}

#mcservice-startseite .mcshome-phone-stack::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 34px;
}

#mcservice-startseite .mcshome-phone-stack > span,
#mcservice-startseite .mcshome-phone-stack > small {
    position: absolute;
    z-index: 3;
    color: #fff;
}

#mcservice-startseite .mcshome-phone-stack > span {
    left: 27px;
    bottom: 38px;
    font-size: 3.2rem;
    line-height: .9;
    font-weight: 950;
    letter-spacing: -.08em;
}

#mcservice-startseite .mcshome-phone-stack > small {
    left: 29px;
    bottom: 19px;
    color: rgba(255,255,255,.64);
    font-size: .58rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

#mcservice-startseite .mcshome-phone-stack-one {
    left: 18px;
    top: 90px;
    transform: rotate(-13deg) scale(.86);
    opacity: .76;
}

#mcservice-startseite .mcshome-phone-stack-one::after {
    background: linear-gradient(155deg, #2d3657, #7668df);
}

#mcservice-startseite .mcshome-phone-stack-two {
    right: 15px;
    top: 75px;
    transform: rotate(12deg) scale(.9);
    opacity: .9;
}

#mcservice-startseite .mcshome-phone-stack-two::after {
    background: linear-gradient(155deg, #282e38, #a4b2bc);
}

#mcservice-startseite .mcshome-phone-stack-three {
    left: 50%;
    top: 38px;
    z-index: 3;
    transform: translateX(-50%);
    animation: mcshome-float 4.8s ease-in-out infinite;
}

#mcservice-startseite .mcshome-phone-stack-three::after {
    background:
        radial-gradient(circle at 25% 18%, rgba(255,255,255,.34), transparent 25%),
        linear-gradient(155deg, var(--mcshome-secondary), var(--mcshome-primary) 62%, #21284a);
}

#mcservice-startseite .mcshome-refurb-stamp {
    position: absolute;
    z-index: 5;
    right: -4px;
    bottom: 30px;
    width: 132px;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 50%;
    color: #fff;
    background: #111528;
    box-shadow: 0 22px 40px rgba(17,21,40,.2);
    transform: rotate(8deg);
}

#mcservice-startseite .mcshome-refurb-stamp::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px dashed rgba(255,255,255,.45);
    border-radius: 50%;
}

#mcservice-startseite .mcshome-refurb-stamp strong {
    font-size: 2rem;
    letter-spacing: -.07em;
}

#mcservice-startseite .mcshome-refurb-stamp span {
    font-size: .61rem;
    line-height: 1.15;
    text-transform: uppercase;
}

#mcservice-startseite .mcshome-refurb-leaf {
    position: absolute;
    left: 8px;
    top: 27px;
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 23px;
    color: #fff;
    background: var(--mcshome-secondary);
    box-shadow: 0 19px 37px rgba(23,183,165,.26);
    font-size: 2rem;
    transform: rotate(-9deg);
}

#mcservice-startseite .mcshome-feature-list {
    display: grid;
    gap: 13px;
    margin-top: 31px;
}

#mcservice-startseite .mcshome-feature-list > div {
    padding: 15px 17px;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    border-radius: 16px;
    border: 1px solid rgba(16,19,35,.08);
    background: rgba(255,255,255,.68);
}

#mcservice-startseite .mcshome-feature-list i {
    width: 31px;
    height: 31px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #0b765b;
    background: rgba(23,183,165,.12);
    font-size: .75rem;
    font-style: normal;
    font-weight: 900;
}

#mcservice-startseite .mcshome-feature-list strong,
#mcservice-startseite .mcshome-feature-list span {
    display: block;
}

#mcservice-startseite .mcshome-feature-list strong {
    color: #171b2d;
    font-size: .9rem;
}

#mcservice-startseite .mcshome-feature-list span {
    color: #71788a;
    font-size: .79rem;
}

#mcservice-startseite .mcshome-inline-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

/* Bonus */
#mcservice-startseite .mcshome-bonus-section {
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 12% 20%, rgba(255,122,69,.3), transparent 28%),
        radial-gradient(circle at 85% 80%, rgba(91,92,240,.28), transparent 33%),
        linear-gradient(145deg, #111526, #1d2440 62%, #242947);
}

#mcservice-startseite .mcshome-bonus-noise {
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 37px 37px;
}

#mcservice-startseite .mcshome-bonus-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, .85fr);
    gap: 75px;
    align-items: center;
}

#mcservice-startseite .mcshome-bonus-copy h2 {
    color: #fff;
}

#mcservice-startseite .mcshome-bonus-copy > p {
    max-width: 680px;
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 1.08rem;
}

#mcservice-startseite .mcshome-bonus-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffd8c9;
    font-size: .73rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

#mcservice-startseite .mcshome-bonus-badge i {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    background: var(--mcshome-accent);
    box-shadow: 0 14px 26px rgba(255,122,69,.24);
    font-style: normal;
    font-size: 1rem;
}

#mcservice-startseite .mcshome-bonus-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
    margin-top: 30px;
}

#mcservice-startseite .mcshome-bonus-facts > div {
    padding: 17px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.055);
}

#mcservice-startseite .mcshome-bonus-facts strong,
#mcservice-startseite .mcshome-bonus-facts span {
    display: block;
}

#mcservice-startseite .mcshome-bonus-facts strong {
    color: #fff;
    font-size: 1.65rem;
    line-height: 1;
    letter-spacing: -.05em;
}

#mcservice-startseite .mcshome-bonus-facts span {
    margin-top: 6px;
    color: rgba(255,255,255,.55);
    font-size: .67rem;
    line-height: 1.35;
}

#mcservice-startseite .mcshome-bonus-warning {
    margin-top: 19px;
    padding: 14px 16px;
    border-radius: 14px;
    color: #ffe7de;
    background: rgba(255,122,69,.1);
    border: 1px solid rgba(255,122,69,.25);
    font-size: .76rem;
}

#mcservice-startseite .mcshome-calculator {
    padding: 28px;
    border-radius: 27px;
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(255,255,255,.08);
    box-shadow: 0 30px 70px rgba(0,0,0,.24);
    backdrop-filter: blur(18px);
}

#mcservice-startseite .mcshome-calc-top {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#mcservice-startseite .mcshome-calc-top span {
    font-size: 1.2rem;
    font-weight: 900;
}

#mcservice-startseite .mcshome-calc-top i {
    padding: 4px 8px;
    border-radius: 999px;
    color: #94f0df;
    background: rgba(23,183,165,.12);
    border: 1px solid rgba(23,183,165,.25);
    font-size: .57rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .12em;
}

#mcservice-startseite .mcshome-calculator label {
    display: block;
    color: rgba(255,255,255,.72);
}

#mcservice-startseite .mcshome-calculator label + label {
    margin-top: 14px;
}

#mcservice-startseite .mcshome-calculator select,
#mcservice-startseite .mcshome-calculator input {
    color: #fff;
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.13);
}

#mcservice-startseite .mcshome-calculator option {
    color: #111528;
}

#mcservice-startseite .mcshome-currency-input {
    position: relative;
}

#mcservice-startseite .mcshome-currency-input input {
    padding-right: 42px;
}

#mcservice-startseite .mcshome-currency-input span {
    position: absolute;
    right: 15px;
    top: 21px;
    color: rgba(255,255,255,.62);
    font-weight: 900;
}

#mcservice-startseite .mcshome-calc-output {
    margin-top: 20px;
    padding: 19px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255,122,69,.18), rgba(91,92,240,.15));
    border: 1px solid rgba(255,255,255,.12);
}

#mcservice-startseite .mcshome-calc-output span,
#mcservice-startseite .mcshome-calc-output strong,
#mcservice-startseite .mcshome-calc-output small {
    display: block;
}

#mcservice-startseite .mcshome-calc-output span {
    color: rgba(255,255,255,.6);
    font-size: .72rem;
    font-weight: 800;
}

#mcservice-startseite .mcshome-calc-output strong {
    margin: 4px 0 5px;
    color: #fff;
    font-size: 3.25rem;
    line-height: 1;
    letter-spacing: -.075em;
}

#mcservice-startseite .mcshome-calc-output small {
    color: rgba(255,255,255,.58);
    font-size: .68rem;
}

#mcservice-startseite .mcshome-calc-output.is-ineligible {
    background: rgba(255,122,69,.14);
    border-color: rgba(255,122,69,.28);
}

#mcservice-startseite .mcshome-calc-output.is-check {
    background: rgba(247,200,92,.11);
    border-color: rgba(247,200,92,.22);
}

#mcservice-startseite .mcshome-calc-actions {
    display: grid;
    gap: 10px;
    margin-top: 17px;
}

#mcservice-startseite .mcshome-calc-actions .mcshome-btn {
    width: 100%;
    min-height: 51px;
}

#mcservice-startseite .mcshome-calc-disclaimer {
    display: block;
    margin-top: 12px;
    color: rgba(255,255,255,.39);
    font-size: .61rem;
    line-height: 1.45;
}

/* Wertgarantie */
#mcservice-startseite .mcshome-wg-section {
    background:
        radial-gradient(circle at 83% 20%, rgba(91,92,240,.12), transparent 30%),
        linear-gradient(180deg, #f7f8fb, var(--mcshome-bg));
}

#mcservice-startseite .mcshome-wg-layout {
    grid-template-columns: minmax(390px, .86fr) minmax(0, 1.14fr);
}

#mcservice-startseite .mcshome-wg-shield {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mcservice-startseite .mcshome-shield-body {
    position: relative;
    z-index: 4;
    width: 230px;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.2), transparent 25%),
        linear-gradient(155deg, var(--mcshome-primary), #262f5b 70%);
    clip-path: polygon(50% 0, 94% 17%, 88% 70%, 50% 100%, 12% 70%, 6% 17%);
    filter: drop-shadow(0 30px 40px rgba(35,41,82,.28));
    animation: mcshome-float 5s ease-in-out infinite;
}

#mcservice-startseite .mcshome-shield-body::before {
    content: "";
    position: absolute;
    inset: 15px;
    border: 1px solid rgba(255,255,255,.25);
    clip-path: inherit;
}

#mcservice-startseite .mcshome-shield-body img {
    position: relative;
    z-index: 2;
    width: 78%;
    max-width: 188px;
    height: auto;
    display: block;
    padding: 13px 15px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(10, 18, 48, .22);
    object-fit: contain;
}

#mcservice-startseite .mcshome-shield-body small {
    position: relative;
    margin-top: 14px;
    z-index: 2;
    color: rgba(255,255,255,.65);
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

#mcservice-startseite .mcshome-shield-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(91,92,240,.18);
}

#mcservice-startseite .mcshome-shield-ring-one {
    width: 390px;
    height: 390px;
    animation: mcshome-spin 18s linear infinite;
}

#mcservice-startseite .mcshome-shield-ring-two {
    width: 480px;
    height: 480px;
    border-style: dashed;
    animation: mcshome-spin 25s linear infinite reverse;
}

#mcservice-startseite .mcshome-shield-ring-one::before,
#mcservice-startseite .mcshome-shield-ring-two::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--mcshome-secondary);
    box-shadow: 0 0 18px rgba(23,183,165,.6);
}

#mcservice-startseite .mcshome-shield-ring-one::before { left: 35px; top: 74px; }
#mcservice-startseite .mcshome-shield-ring-two::before { right: 42px; bottom: 92px; background: var(--mcshome-accent); box-shadow: 0 0 18px rgba(255,122,69,.6); }

#mcservice-startseite .mcshome-shield-chip {
    position: absolute;
    z-index: 5;
    min-width: 94px;
    padding: 10px 15px;
    border-radius: 999px;
    color: #30374e;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(16,19,35,.08);
    box-shadow: 0 16px 35px rgba(23,29,56,.1);
    font-size: .72rem;
    font-weight: 900;
    text-align: center;
    backdrop-filter: blur(13px);
}

#mcservice-startseite .mcshome-chip-one { left: 8px; top: 105px; }
#mcservice-startseite .mcshome-chip-two { right: 0; top: 83px; }
#mcservice-startseite .mcshome-chip-three { left: 2px; bottom: 90px; }
#mcservice-startseite .mcshome-chip-four { right: 2px; bottom: 70px; }

#mcservice-startseite .mcshome-wg-features i {
    color: #fff;
    background: #1d2547;
    font-size: .65rem;
}

#mcservice-startseite .mcshome-legal-note {
    display: block;
    margin-top: 19px;
    color: #8b91a0;
    font-size: .66rem;
    line-height: 1.55;
}

/* Why */
#mcservice-startseite .mcshome-why-section {
    background: linear-gradient(180deg, var(--mcshome-bg), #f7f8fb);
    border-top: 1px solid rgba(16,19,35,.05);
}

#mcservice-startseite .mcshome-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

#mcservice-startseite .mcshome-stat {
    min-height: 190px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 24px;
    border: 1px solid rgba(16,19,35,.08);
    background: rgba(255,255,255,.75);
    box-shadow: 0 18px 48px rgba(30,38,72,.07);
}

#mcservice-startseite .mcshome-stat strong {
    display: block;
    color: #111528;
    font-size: clamp(2.3rem, 4vw, 4rem);
    line-height: .9;
    letter-spacing: -.075em;
}

#mcservice-startseite .mcshome-stat span {
    margin-top: 13px;
    color: #6d7486;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.35;
}

#mcservice-startseite .mcshome-stat:nth-child(1) strong { color: var(--mcshome-primary); }
#mcservice-startseite .mcshome-stat:nth-child(2) strong { color: var(--mcshome-secondary); }
#mcservice-startseite .mcshome-stat:nth-child(3) strong { color: var(--mcshome-accent); }

#mcservice-startseite .mcshome-process-line {
    margin-top: 24px;
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr 44px 1fr 44px 1fr 44px 1fr;
    align-items: center;
    border-radius: 23px;
    border: 1px solid rgba(16,19,35,.08);
    background: #111528;
    color: #fff;
}

#mcservice-startseite .mcshome-process-line > div {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

#mcservice-startseite .mcshome-process-line b {
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    background: rgba(91,92,240,.35);
    font-size: .61rem;
}

#mcservice-startseite .mcshome-process-line strong,
#mcservice-startseite .mcshome-process-line span {
    display: block;
}

#mcservice-startseite .mcshome-process-line strong {
    color: #fff;
    font-size: .82rem;
}

#mcservice-startseite .mcshome-process-line span {
    color: rgba(255,255,255,.55);
    font-size: .68rem;
    line-height: 1.35;
}

#mcservice-startseite .mcshome-process-line > i {
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(91,92,240,.7), rgba(255,255,255,.08));
}

/* FAQ */
#mcservice-startseite .mcshome-faq-section {
    background: #f7f8fb;
}

#mcservice-startseite .mcshome-faq-layout {
    display: grid;
    grid-template-columns: minmax(320px, .75fr) minmax(0, 1.25fr);
    gap: 75px;
    align-items: start;
}

#mcservice-startseite .mcshome-faq-copy {
    position: sticky;
    top: 40px;
}

#mcservice-startseite .mcshome-faq-copy .mcshome-btn {
    margin-top: 28px;
}

#mcservice-startseite .mcshome-accordion {
    display: grid;
    gap: 10px;
}

#mcservice-startseite .mcshome-faq-item {
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(16,19,35,.08);
    background: rgba(255,255,255,.8);
    transition: box-shadow .25s ease, border-color .25s ease;
}

#mcservice-startseite .mcshome-faq-item.is-open {
    border-color: rgba(91,92,240,.2);
    box-shadow: 0 18px 40px rgba(30,38,72,.08);
}

#mcservice-startseite .mcshome-faq-item button {
    width: 100%;
    min-height: 78px;
    padding: 18px 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

#mcservice-startseite .mcshome-faq-item button span {
    color: #161a2d;
    font-size: .96rem;
    font-weight: 850;
}

#mcservice-startseite .mcshome-faq-item button i {
    position: relative;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    border-radius: 11px;
    background: rgba(91,92,240,.09);
}

#mcservice-startseite .mcshome-faq-item button i::before,
#mcservice-startseite .mcshome-faq-item button i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background: var(--mcshome-primary);
    transform: translate(-50%, -50%);
    transition: transform .25s ease;
}

#mcservice-startseite .mcshome-faq-item button i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

#mcservice-startseite .mcshome-faq-item.is-open button i::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

#mcservice-startseite .mcshome-faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .3s ease;
}

#mcservice-startseite .mcshome-faq-answer > p {
    min-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 21px;
    color: #6b7284;
    font-size: .86rem;
    line-height: 1.7;
    transition: padding .3s ease;
}

#mcservice-startseite .mcshome-faq-item.is-open .mcshome-faq-answer {
    grid-template-rows: 1fr;
}

#mcservice-startseite .mcshome-faq-item.is-open .mcshome-faq-answer > p {
    padding: 0 21px 23px;
}

/* CTA */
#mcservice-startseite .mcshome-cta-section {
    padding-top: 55px;
    padding-bottom: 125px;
    background: #f7f8fb;
}

#mcservice-startseite .mcshome-cta {
    position: relative;
    min-height: 430px;
    padding: 55px;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(270px, .75fr);
    gap: 55px;
    align-items: center;
    overflow: hidden;
    border-radius: 34px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 10%, rgba(23,183,165,.23), transparent 29%),
        radial-gradient(circle at 10% 100%, rgba(91,92,240,.34), transparent 37%),
        linear-gradient(145deg, #0f1325, #1d2543);
    box-shadow: 0 35px 75px rgba(17,22,43,.25);
}

#mcservice-startseite .mcshome-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: linear-gradient(120deg, #000, transparent 72%);
}

#mcservice-startseite .mcshome-cta-light {
    position: absolute;
    width: 360px;
    height: 360px;
    right: -90px;
    top: -130px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.018);
}

#mcservice-startseite .mcshome-cta-copy,
#mcservice-startseite .mcshome-cta-actions {
    position: relative;
    z-index: 2;
}

#mcservice-startseite .mcshome-cta-copy > span {
    color: #83e6d5;
    font-size: .73rem;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

#mcservice-startseite .mcshome-cta h2 {
    color: #fff;
}

#mcservice-startseite .mcshome-cta-copy > p {
    max-width: 650px;
    margin: 0;
    color: rgba(255,255,255,.67);
    font-size: 1.05rem;
}

#mcservice-startseite .mcshome-cta-location {
    margin-top: 24px;
    padding-left: 17px;
    border-left: 3px solid var(--mcshome-secondary);
}

#mcservice-startseite .mcshome-cta-location b,
#mcservice-startseite .mcshome-cta-location small {
    display: block;
}

#mcservice-startseite .mcshome-cta-location b {
    color: #fff;
    font-size: .91rem;
}

#mcservice-startseite .mcshome-cta-location small {
    color: rgba(255,255,255,.52);
    font-size: .72rem;
}

#mcservice-startseite .mcshome-cta-actions {
    display: grid;
    gap: 11px;
}

#mcservice-startseite .mcshome-cta-actions .mcshome-btn {
    width: 100%;
}

#mcservice-startseite .mcshome-cta-actions .mcshome-text-link-light {
    padding: 3px 4px;
    text-align: center;
    font-size: .78rem;
}

/* Mobile bar */
#mcservice-startseite .mcshome-mobile-bar {
    position: fixed;
    z-index: 9998;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: none;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(17,21,40,.94);
    box-shadow: 0 20px 45px rgba(0,0,0,.25);
    backdrop-filter: blur(18px);
}

#mcservice-startseite .mcshome-mobile-bar a {
    min-height: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: #fff;
    font-size: .64rem;
    font-weight: 800;
}

#mcservice-startseite .mcshome-mobile-bar a + a {
    border-left: 1px solid rgba(255,255,255,.1);
}

#mcservice-startseite .mcshome-mobile-bar i {
    color: #8de7d7;
    font-size: 1rem;
    font-style: normal;
}

/* Reveal */
#mcservice-startseite .mcshome-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1);
}

#mcservice-startseite .mcshome-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Animations */
@keyframes mcshome-pulse {
    0% { opacity: .8; transform: scale(.7); }
    75%, 100% { opacity: 0; transform: scale(1.5); }
}

@keyframes mcshome-breathe {
    0%, 100% { transform: scale(.96); opacity: .75; }
    50% { transform: scale(1.06); opacity: 1; }
}

@keyframes mcshome-float {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -10px; }
}

@keyframes mcshome-progress {
    0%, 100% { width: 58%; }
    50% { width: 88%; }
}

@keyframes mcshome-scan {
    0% { top: 10%; opacity: 0; }
    12% { opacity: 1; }
    88% { opacity: 1; }
    100% { top: 92%; opacity: 0; }
}

@keyframes mcshome-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes mcshome-spin {
    to { transform: rotate(360deg); }
}

@keyframes mcshome-field-pulse {
    0%, 100% { transform: scale(1); }
    45% { transform: scale(1.012); filter: saturate(1.2); }
}

/* BeTheme helpers */
body.mcshome-page-active #Content,
body.mcshome-page-active .content_wrapper,
body.mcshome-page-active .sections_group,
body.mcshome-page-active .section_wrapper,
body.mcshome-page-active .the_content_wrapper {
    max-width: none;
}

body.mcshome-page-active .the_content_wrapper {
    margin: 0;
}

/* Responsive */
@media (max-width: 1180px) {
    #mcservice-startseite .mcshome-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr);
        gap: 34px;
    }
    #mcservice-startseite .mcshome-stage {
        transform: scale(.9) rotateY(-8deg) rotateX(3deg);
    }
    #mcservice-startseite .mcshome-float-repair { left: 0; }
    #mcservice-startseite .mcshome-float-refurb { right: 0; }
    #mcservice-startseite .mcshome-float-wg { left: 0; }
    #mcservice-startseite .mcshome-float-bonus { right: 0; }
    #mcservice-startseite .mcshome-process-line {
        grid-template-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
    }
}

@media (max-width: 1020px) {
    #mcservice-startseite .mcshome-section { padding: 92px 0; }
    #mcservice-startseite .mcshome-hero { min-height: auto; padding-top: 78px; }
    #mcservice-startseite .mcshome-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        min-height: auto;
    }
    #mcservice-startseite .mcshome-hero-copy {
        max-width: 820px;
        text-align: center;
        margin: 0 auto;
    }
    #mcservice-startseite .mcshome-hero-copy > p { margin-left: auto; margin-right: auto; }
    #mcservice-startseite .mcshome-hero-actions,
    #mcservice-startseite .mcshome-proof-row { justify-content: center; }
    #mcservice-startseite .mcshome-open-card { margin-left: auto; margin-right: auto; }
    #mcservice-startseite .mcshome-hero-visual { min-height: 600px; }
    #mcservice-startseite .mcshome-repair-layout,
    #mcservice-startseite .mcshome-bonus-layout,
    #mcservice-startseite .mcshome-split-layout,
    #mcservice-startseite .mcshome-wg-layout,
    #mcservice-startseite .mcshome-faq-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    #mcservice-startseite .mcshome-result-card { min-height: 420px; }
    #mcservice-startseite .mcshome-refurbed-visual,
    #mcservice-startseite .mcshome-wg-shield { max-width: 560px; width: 100%; margin: 0 auto; }
    #mcservice-startseite .mcshome-faq-copy { position: static; }
    #mcservice-startseite .mcshome-process-line {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    #mcservice-startseite .mcshome-process-line > i { display: none; }
    #mcservice-startseite .mcshome-cta {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    #mcservice-startseite .mcshome-cta-actions {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 760px) {
    #mcservice-startseite .mcshome-shell { width: min(1220px, calc(100% - 28px)); }
    #mcservice-startseite .mcshome-section { padding: 75px 0; }
    #mcservice-startseite .mcshome-heading { margin-bottom: 34px; }
    #mcservice-startseite .mcshome-hero { padding-top: 56px; }
    #mcservice-startseite .mcshome-hero-copy h1 { font-size: clamp(2.9rem, 12vw, 4.4rem); }
    #mcservice-startseite .mcshome-hero-actions .mcshome-btn { width: 100%; }
    #mcservice-startseite .mcshome-proof-row { display: grid; grid-template-columns: 1fr 1fr; text-align: left; }
    #mcservice-startseite .mcshome-open-card { width: 100%; justify-content: center; }
    #mcservice-startseite .mcshome-hero-visual { min-height: 490px; margin-top: 10px; }
    #mcservice-startseite .mcshome-stage { transform: scale(.69) rotateY(-8deg) rotateX(3deg); }
    #mcservice-startseite .mcshome-float-card { min-width: 150px; transform: scale(.84); }
    #mcservice-startseite .mcshome-float-card:hover { transform: scale(.84) translateY(-4px); }
    #mcservice-startseite .mcshome-float-repair { left: -22px; top: 35px; }
    #mcservice-startseite .mcshome-float-refurb { right: -24px; top: 70px; }
    #mcservice-startseite .mcshome-float-wg { left: -23px; bottom: 45px; }
    #mcservice-startseite .mcshome-float-bonus { right: -26px; bottom: 14px; }
    #mcservice-startseite .mcshome-world-grid { grid-template-columns: 1fr; }
    #mcservice-startseite .mcshome-world-card { min-height: 420px; padding: 27px; }
    #mcservice-startseite .mcshome-world-card > a { left: 27px; bottom: 26px; }
    #mcservice-startseite .mcshome-choice-grid { grid-template-columns: repeat(2, 1fr); }
    #mcservice-startseite .mcshome-check-panel,
    #mcservice-startseite .mcshome-result-card,
    #mcservice-startseite .mcshome-calculator { padding: 23px; border-radius: 22px; }
    #mcservice-startseite .mcshome-form-grid { grid-template-columns: 1fr; }
    #mcservice-startseite .mcshome-form-wide { grid-column: auto; }
    #mcservice-startseite .mcshome-build-button { width: 100%; }
    #mcservice-startseite .mcshome-repair-links { grid-template-columns: 1fr; }
    #mcservice-startseite .mcshome-refurbed-visual { min-height: 500px; transform: scale(.88); transform-origin: center; }
    #mcservice-startseite .mcshome-bonus-facts { grid-template-columns: 1fr; }
    #mcservice-startseite .mcshome-wg-shield { min-height: 450px; transform: scale(.86); transform-origin: center; }
    #mcservice-startseite .mcshome-stats-grid { grid-template-columns: 1fr 1fr; }
    #mcservice-startseite .mcshome-process-line { grid-template-columns: 1fr; }
    #mcservice-startseite .mcshome-cta { min-height: 0; padding: 34px 24px; border-radius: 25px; }
    #mcservice-startseite .mcshome-cta-actions { grid-template-columns: 1fr; }
    #mcservice-startseite .mcshome-cta-section { padding-bottom: 105px; }
    #mcservice-startseite .mcshome-mobile-bar { display: grid; }
}

@media (max-width: 480px) {
    
#mcservice-startseite .mcshome-hero-grid > * {
    min-width: 0;
}

#mcservice-startseite .mcshome-badge { max-width: 100%; white-space: normal; justify-content: center; text-align: center; font-size: .58rem; letter-spacing: .035em; line-height: 1.25; padding-top: 8px; padding-bottom: 8px; }
    #mcservice-startseite .mcshome-proof-row { grid-template-columns: 1fr; }
    #mcservice-startseite .mcshome-hero-visual { min-height: 440px; }
    #mcservice-startseite .mcshome-stage { transform: scale(.58) rotateY(-8deg) rotateX(3deg); }
    #mcservice-startseite .mcshome-float-card { transform: scale(.72); }
    #mcservice-startseite .mcshome-float-card:hover { transform: scale(.72) translateY(-4px); }
    #mcservice-startseite .mcshome-float-repair { left: -38px; }
    #mcservice-startseite .mcshome-float-refurb { right: -42px; }
    #mcservice-startseite .mcshome-float-wg { left: -43px; }
    #mcservice-startseite .mcshome-float-bonus { right: -46px; }
    #mcservice-startseite .mcshome-choice-grid { grid-template-columns: 1fr; }
    #mcservice-startseite .mcshome-refurbed-visual { min-height: 455px; transform: scale(.76); margin-top: -35px; margin-bottom: -35px; }
    #mcservice-startseite .mcshome-wg-shield { transform: scale(.72); margin-top: -55px; margin-bottom: -55px; }
    #mcservice-startseite .mcshome-stats-grid { grid-template-columns: 1fr; }
    #mcservice-startseite .mcshome-stat { min-height: 150px; }
    #mcservice-startseite .mcshome-calc-output strong { font-size: 2.7rem; }
}

@media (prefers-reduced-motion: reduce) {
    #mcservice-startseite *,
    #mcservice-startseite *::before,
    #mcservice-startseite *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
    #mcservice-startseite .mcshome-reveal {
        opacity: 1;
        transform: none;
    }
}


/* Repair_All integration (v1.1) */
#mcservice-startseite .mcshome-repair-plugin-shell {
    position: relative;
    padding: clamp(18px, 3vw, 34px);
    border: 1px solid rgba(16,19,35,.08);
    border-radius: 30px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 28px 75px rgba(30,38,72,.11);
    isolation: isolate;
}

#mcservice-startseite .mcshome-repair-plugin-shell::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(91,92,240,.35), rgba(23,183,165,.18), rgba(255,122,69,.24));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

#mcservice-startseite .mcshome-repair-plugin-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(16,19,35,.07);
}

#mcservice-startseite .mcshome-repair-plugin-top > div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111528;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

#mcservice-startseite .mcshome-repair-plugin-top div i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--mcshome-secondary);
    box-shadow: 0 0 0 7px rgba(23,183,165,.1), 0 0 18px rgba(23,183,165,.45);
}

#mcservice-startseite .mcshome-repair-plugin-top > b {
    padding: 5px 9px;
    border-radius: 999px;
    color: #0d8f7f;
    background: rgba(23,183,165,.1);
    border: 1px solid rgba(23,183,165,.2);
    font-size: .58rem;
    letter-spacing: .13em;
}

#mcservice-startseite .mcshome-repair-plugin-content {
    position: relative;
    width: 100%;
    min-width: 0;
    overflow: visible;
}

#mcservice-startseite .mcshome-repair-plugin-content > * {
    max-width: 100%;
}

#mcservice-startseite .mcshome-repair-plugin-content img,
#mcservice-startseite .mcshome-repair-plugin-content iframe {
    max-width: 100%;
}

#mcservice-startseite .mcshome-repair-plugin-missing {
    padding: clamp(24px, 5vw, 52px);
    text-align: center;
    border: 1px dashed rgba(91,92,240,.28);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(91,92,240,.055), rgba(23,183,165,.05));
}

#mcservice-startseite .mcshome-repair-plugin-missing strong {
    display: block;
    color: #111528;
    font-size: clamp(1.4rem, 3vw, 2.2rem);
}

#mcservice-startseite .mcshome-repair-plugin-missing p {
    max-width: 620px;
    margin: 10px auto 20px;
    color: #697184;
}

/* Geräte-Retter-Prämie without calculator (v1.1) */
#mcservice-startseite .mcshome-bonus-info-card {
    padding: clamp(24px, 4vw, 34px);
    border-radius: 27px;
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(255,255,255,.08);
    box-shadow: 0 30px 70px rgba(0,0,0,.24);
    backdrop-filter: blur(18px);
}

#mcservice-startseite .mcshome-bonus-info-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 22px;
}

#mcservice-startseite .mcshome-bonus-info-head span {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
}

#mcservice-startseite .mcshome-bonus-info-head i {
    padding: 5px 9px;
    border-radius: 999px;
    color: #94f0df;
    background: rgba(23,183,165,.12);
    border: 1px solid rgba(23,183,165,.25);
    font-size: .57rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .12em;
}

#mcservice-startseite .mcshome-bonus-steps {
    display: grid;
    gap: 11px;
}

#mcservice-startseite .mcshome-bonus-steps > div {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.09);
    background: rgba(255,255,255,.055);
}

#mcservice-startseite .mcshome-bonus-steps b {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, var(--mcshome-accent), #ffad58);
    font-size: .72rem;
    box-shadow: 0 12px 25px rgba(255,122,69,.22);
}

#mcservice-startseite .mcshome-bonus-steps span,
#mcservice-startseite .mcshome-bonus-steps strong {
    display: block;
}

#mcservice-startseite .mcshome-bonus-steps strong {
    margin-bottom: 3px;
    color: #fff;
    font-size: .9rem;
}

#mcservice-startseite .mcshome-bonus-steps span {
    color: rgba(255,255,255,.56);
    font-size: .72rem;
    line-height: 1.4;
}

#mcservice-startseite .mcshome-bonus-info-actions {
    display: grid;
    gap: 10px;
    margin-top: 19px;
}

#mcservice-startseite .mcshome-bonus-info-actions .mcshome-btn {
    width: 100%;
    min-height: 51px;
}

#mcservice-startseite .mcshome-bonus-info-card > small {
    display: block;
    margin-top: 12px;
    color: rgba(255,255,255,.42);
    font-size: .63rem;
    line-height: 1.45;
}

@media (max-width: 780px) {
    #mcservice-startseite .mcshome-repair-plugin-shell {
        padding: 14px;
        border-radius: 22px;
    }
    #mcservice-startseite .mcshome-repair-plugin-top {
        margin-bottom: 14px;
    }
}

/* Compact hero – Version 1.2 */
@media (min-width: 1021px) {
    #mcservice-startseite .mcshome-hero {
        min-height: 760px;
        padding-top: 56px;
    }
    #mcservice-startseite .mcshome-hero-grid {
        min-height: 610px;
        gap: 46px;
    }
    #mcservice-startseite .mcshome-hero-copy h1 {
        margin: 16px 0 20px;
        font-size: clamp(3.45rem, 6.1vw, 6.2rem);
        line-height: .88;
    }
    #mcservice-startseite .mcshome-hero-copy h1 span {
        margin-top: 8px;
    }
    #mcservice-startseite .mcshome-hero-copy > p {
        max-width: 650px;
        font-size: clamp(1rem, 1.35vw, 1.16rem);
        line-height: 1.58;
    }
    #mcservice-startseite .mcshome-hero-actions {
        margin-top: 24px;
    }
    #mcservice-startseite .mcshome-proof-row,
    #mcservice-startseite .mcshome-open-card {
        margin-top: 18px;
    }
    #mcservice-startseite .mcshome-hero-visual {
        min-height: 535px;
    }
    #mcservice-startseite .mcshome-stage {
        transform: scale(.87) rotateY(-8deg) rotateX(3deg);
    }
    #mcservice-startseite .mcshome-hero-marquee > div {
        min-height: 56px;
    }
}

@media (min-width: 761px) and (max-width: 1020px) {
    #mcservice-startseite .mcshome-hero {
        padding-top: 50px;
    }
    #mcservice-startseite .mcshome-hero-grid {
        gap: 18px;
    }
    #mcservice-startseite .mcshome-hero-copy h1 {
        margin: 16px 0 20px;
        font-size: clamp(3.35rem, 7.2vw, 5.35rem);
        line-height: .88;
    }
    #mcservice-startseite .mcshome-hero-copy h1 span {
        margin-top: 8px;
    }
    #mcservice-startseite .mcshome-hero-actions {
        margin-top: 23px;
    }
    #mcservice-startseite .mcshome-proof-row,
    #mcservice-startseite .mcshome-open-card {
        margin-top: 18px;
    }
    #mcservice-startseite .mcshome-hero-visual {
        min-height: 505px;
        margin-top: -8px;
    }
    #mcservice-startseite .mcshome-stage {
        transform: scale(.80) rotateY(-8deg) rotateX(3deg);
    }
    #mcservice-startseite .mcshome-hero-marquee > div {
        min-height: 56px;
    }
}

@media (max-width: 760px) {
    #mcservice-startseite .mcshome-hero {
        padding-top: 38px;
    }
    #mcservice-startseite .mcshome-hero-grid {
        gap: 6px;
    }
    #mcservice-startseite .mcshome-hero-copy h1 {
        margin: 15px 0 18px;
        font-size: clamp(2.6rem, 11vw, 4rem);
        line-height: .9;
    }
    #mcservice-startseite .mcshome-hero-copy h1 span {
        margin-top: 7px;
    }
    #mcservice-startseite .mcshome-hero-copy > p {
        font-size: 1rem;
        line-height: 1.55;
    }
    #mcservice-startseite .mcshome-hero-actions {
        margin-top: 21px;
    }
    #mcservice-startseite .mcshome-proof-row,
    #mcservice-startseite .mcshome-open-card {
        margin-top: 17px;
    }
    #mcservice-startseite .mcshome-hero-visual {
        min-height: 425px;
        margin-top: -4px;
    }
    #mcservice-startseite .mcshome-stage {
        transform: scale(.62) rotateY(-8deg) rotateX(3deg);
    }
    #mcservice-startseite .mcshome-hero-marquee > div {
        min-height: 52px;
    }
}

@media (max-width: 480px) {
    #mcservice-startseite .mcshome-hero {
        padding-top: 30px;
    }
    #mcservice-startseite .mcshome-hero-copy h1 {
        font-size: clamp(2.35rem, 10.8vw, 3.35rem);
    }
    #mcservice-startseite .mcshome-hero-visual {
        min-height: 380px;
        margin-top: -12px;
    }
    #mcservice-startseite .mcshome-stage {
        transform: scale(.52) rotateY(-8deg) rotateX(3deg);
    }
    #mcservice-startseite .mcshome-float-card {
        transform: scale(.67);
    }
    #mcservice-startseite .mcshome-float-card:hover {
        transform: scale(.67) translateY(-4px);
    }
}


/* Hero + Leistungsübersicht kombiniert – Version 1.3 */
#mcservice-startseite .mcshome-hero-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

#mcservice-startseite .mcshome-hero-meta .mcshome-open-card {
    margin: 0;
    padding: 8px 11px;
    border-radius: 13px;
}

#mcservice-startseite .mcshome-hero-meta .mcshome-open-card strong { font-size: .75rem; }
#mcservice-startseite .mcshome-hero-meta .mcshome-open-card small { font-size: .64rem; }

#mcservice-startseite .mcshome-hero-overview {
    margin-top: 22px;
    padding: 15px;
    border: 1px solid rgba(16,19,35,.08);
    border-radius: 22px;
    background: rgba(255,255,255,.68);
    box-shadow: 0 18px 46px rgba(31,42,76,.08);
    backdrop-filter: blur(18px);
}

#mcservice-startseite .mcshome-hero-overview-head {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin: 0 3px 10px;
    line-height: 1.1;
}

#mcservice-startseite .mcshome-hero-overview-head strong {
    font-size: .94rem;
    letter-spacing: -.02em;
}

#mcservice-startseite .mcshome-hero-overview-head span {
    color: var(--mcshome-primary);
    font-size: .78rem;
    font-weight: 850;
}

#mcservice-startseite .mcshome-hero-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

#mcservice-startseite .mcshome-hero-service {
    min-width: 0;
    min-height: 72px;
    padding: 10px 10px;
    display: grid;
    grid-template-columns: 39px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(16,19,35,.075);
    border-radius: 15px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 10px 24px rgba(31,42,76,.055);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

#mcservice-startseite .mcshome-hero-service:hover {
    transform: translateY(-3px);
    border-color: rgba(91,92,240,.24);
    box-shadow: 0 16px 30px rgba(31,42,76,.1);
}

#mcservice-startseite .mcshome-hero-service > i {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #fff;
}

#mcservice-startseite .mcshome-hero-service > i svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#mcservice-startseite .mcshome-hero-service-repair > i { background: linear-gradient(135deg, var(--mcshome-primary), #8b64f7); }
#mcservice-startseite .mcshome-hero-service-refurb > i { background: linear-gradient(135deg, var(--mcshome-secondary), #54d2bb); }
#mcservice-startseite .mcshome-hero-service-wg > i { background: linear-gradient(135deg, #111629, #35416e); }
#mcservice-startseite .mcshome-hero-service-bonus > i { background: linear-gradient(135deg, var(--mcshome-accent), #ffb052); }

#mcservice-startseite .mcshome-hero-service span,
#mcservice-startseite .mcshome-hero-service small,
#mcservice-startseite .mcshome-hero-service strong {
    display: block;
    min-width: 0;
}

#mcservice-startseite .mcshome-hero-service small {
    margin-bottom: 2px;
    color: #7a8295;
    font-size: .62rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

#mcservice-startseite .mcshome-hero-service strong {
    overflow: hidden;
    color: #1b2034;
    font-size: .78rem;
    line-height: 1.18;
    letter-spacing: -.015em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#mcservice-startseite .mcshome-hero-service > b {
    color: #a0a6b7;
    font-size: 1rem;
    transition: transform .2s ease, color .2s ease;
}

#mcservice-startseite .mcshome-hero-service:hover > b {
    color: var(--mcshome-primary);
    transform: translateX(3px);
}

#mcservice-startseite .mcshome-proof-row-compact {
    margin-top: 13px;
    gap: 8px 15px;
}

#mcservice-startseite .mcshome-proof-row-compact span { font-size: .76rem; }
#mcservice-startseite .mcshome-proof-row-compact b { width: 19px; height: 19px; font-size: .63rem; }

#mcservice-startseite .mcshome-repair-section {
    padding-top: 76px;
}

@media (min-width: 1021px) {
    #mcservice-startseite .mcshome-hero {
        min-height: 0;
        padding-top: 34px;
    }
    #mcservice-startseite .mcshome-hero-grid {
        min-height: 548px;
        grid-template-columns: minmax(0, 1.08fr) minmax(455px, .92fr);
        gap: 38px;
    }
    #mcservice-startseite .mcshome-hero-copy h1 {
        margin: 15px 0 16px;
        font-size: clamp(3.1rem, 5.2vw, 5.35rem);
        line-height: .89;
    }
    #mcservice-startseite .mcshome-hero-copy > p {
        max-width: 675px;
        font-size: clamp(.95rem, 1.18vw, 1.08rem);
        line-height: 1.52;
    }
    #mcservice-startseite .mcshome-hero-actions { margin-top: 18px; }
    #mcservice-startseite .mcshome-btn { min-height: 50px; border-radius: 15px; }
    #mcservice-startseite .mcshome-hero-visual { min-height: 500px; }
    #mcservice-startseite .mcshome-stage { transform: scale(.78) rotateY(-8deg) rotateX(3deg); }
    #mcservice-startseite .mcshome-hero-marquee > div { min-height: 48px; }
}

@media (min-width: 1021px) and (max-width: 1180px) {
    #mcservice-startseite .mcshome-hero-grid {
        grid-template-columns: minmax(0, 1.08fr) minmax(410px, .92fr);
        gap: 25px;
    }
    #mcservice-startseite .mcshome-hero-service strong { font-size: .72rem; }
    #mcservice-startseite .mcshome-stage { transform: scale(.72) rotateY(-8deg) rotateX(3deg); }
}

@media (max-width: 1020px) {
    #mcservice-startseite .mcshome-hero-meta {
        justify-content: center;
        flex-wrap: wrap;
    }
    #mcservice-startseite .mcshome-hero-overview {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    #mcservice-startseite .mcshome-hero-overview-head { justify-content: center; }
    #mcservice-startseite .mcshome-proof-row-compact { justify-content: center; }
    #mcservice-startseite .mcshome-repair-section { padding-top: 72px; }
}

@media (max-width: 760px) {
    #mcservice-startseite .mcshome-hero-meta { display: grid; justify-items: center; }
    #mcservice-startseite .mcshome-hero-overview { padding: 12px; border-radius: 19px; }
    #mcservice-startseite .mcshome-hero-overview-head {
        display: grid;
        justify-items: center;
        gap: 3px;
        margin-bottom: 10px;
    }
    #mcservice-startseite .mcshome-hero-overview-grid { grid-template-columns: 1fr; }
    #mcservice-startseite .mcshome-hero-service { min-height: 66px; }
    #mcservice-startseite .mcshome-proof-row-compact { grid-template-columns: 1fr; max-width: 360px; margin-left: auto; margin-right: auto; }
    #mcservice-startseite .mcshome-hero-visual { min-height: 405px; }
    #mcservice-startseite .mcshome-repair-section { padding-top: 62px; }
}

/* Desktop first-screen tightening */
@media (min-width: 1021px) {
    #mcservice-startseite .mcshome-hero-grid { min-height: 492px; }
    #mcservice-startseite .mcshome-badge {
        min-height: 34px;
        padding: 0 11px;
        font-size: .67rem;
        letter-spacing: .045em;
        white-space: nowrap;
    }
    #mcservice-startseite .mcshome-hero-meta .mcshome-open-card { padding: 6px 9px; }
    #mcservice-startseite .mcshome-hero-meta .mcshome-open-card strong { font-size: .68rem; }
    #mcservice-startseite .mcshome-hero-meta .mcshome-open-card small { font-size: .57rem; }
    #mcservice-startseite .mcshome-hero-copy h1 {
        margin: 12px 0 13px;
        font-size: clamp(2.9rem, 4.65vw, 4.75rem);
    }
    #mcservice-startseite .mcshome-hero-copy > p {
        font-size: clamp(.9rem, 1.05vw, 1rem);
        line-height: 1.47;
    }
    #mcservice-startseite .mcshome-hero-actions { margin-top: 15px; }
    #mcservice-startseite .mcshome-btn { min-height: 46px; padding-left: 19px; padding-right: 19px; }
    #mcservice-startseite .mcshome-hero-overview { margin-top: 15px; padding: 11px; border-radius: 19px; }
    #mcservice-startseite .mcshome-hero-overview-head { margin-bottom: 8px; }
    #mcservice-startseite .mcshome-hero-overview-grid { gap: 7px; }
    #mcservice-startseite .mcshome-hero-service {
        min-height: 61px;
        padding: 7px 8px;
        grid-template-columns: 34px minmax(0,1fr) 15px;
        gap: 7px;
        border-radius: 13px;
    }
    #mcservice-startseite .mcshome-hero-service > i { width: 34px; height: 34px; border-radius: 10px; }
    #mcservice-startseite .mcshome-hero-service > i svg { width: 20px; height: 20px; }
    #mcservice-startseite .mcshome-hero-service small { font-size: .55rem; }
    #mcservice-startseite .mcshome-hero-service strong { font-size: .7rem; line-height: 1.14; }
    #mcservice-startseite .mcshome-proof-row-compact { margin-top: 8px; }
    #mcservice-startseite .mcshome-proof-row-compact span { font-size: .68rem; }
    #mcservice-startseite .mcshome-proof-row-compact b { width: 17px; height: 17px; font-size: .57rem; }
    #mcservice-startseite .mcshome-hero-visual { min-height: 452px; }
    #mcservice-startseite .mcshome-stage { transform: scale(.70) rotateY(-8deg) rotateX(3deg); }
    #mcservice-startseite .mcshome-hero-marquee > div { min-height: 42px; }
    #mcservice-startseite .mcshome-repair-section { padding-top: 66px; }
}

/* Hero neu geordnet – Version 1.5 */
#mcservice-startseite .mcshome-hero-topbar {
    position: relative;
    z-index: 5;
    height: 0;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
}

#mcservice-startseite .mcshome-hero-topbar .mcshome-open-card {
    margin: 0;
    padding: 8px 12px;
    border-radius: 14px;
    pointer-events: auto;
    transform: translateY(0);
    box-shadow: 0 14px 35px rgba(31,42,76,.09);
}

#mcservice-startseite .mcshome-hero-overview-shell {
    position: relative;
    z-index: 4;
}

#mcservice-startseite .mcshome-hero-overview-shell .mcshome-hero-overview {
    width: 100%;
    margin: -18px 0 18px;
}

@media (min-width: 1021px) {
    #mcservice-startseite .mcshome-hero {
        padding-top: 24px;
    }

    #mcservice-startseite .mcshome-hero-grid {
        min-height: 408px;
        grid-template-columns: minmax(0, 1fr) minmax(455px, .94fr);
        align-items: center;
    }

    #mcservice-startseite .mcshome-hero-copy {
        padding-top: 18px;
    }

    #mcservice-startseite .mcshome-hero-copy h1 {
        margin-top: 0;
    }

    #mcservice-startseite .mcshome-hero-visual {
        min-height: 390px;
        align-self: start;
        margin-top: -42px;
    }

    #mcservice-startseite .mcshome-stage {
        transform: scale(.70) translateY(-8px) rotateY(-8deg) rotateX(3deg);
    }

    #mcservice-startseite .mcshome-hero-overview-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    #mcservice-startseite .mcshome-hero-overview-shell .mcshome-hero-overview {
        padding: 13px;
    }

    #mcservice-startseite .mcshome-hero-service {
        min-height: 67px;
    }

    #mcservice-startseite .mcshome-repair-section {
        padding-top: 54px;
    }
}

@media (min-width: 1021px) and (max-width: 1180px) {
    #mcservice-startseite .mcshome-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(410px, .92fr);
    }
    #mcservice-startseite .mcshome-hero-visual {
        margin-top: -32px;
    }
    #mcservice-startseite .mcshome-stage {
        transform: scale(.65) translateY(-6px) rotateY(-8deg) rotateX(3deg);
    }
    #mcservice-startseite .mcshome-hero-service strong {
        font-size: .67rem;
    }
}

@media (max-width: 1020px) {
    #mcservice-startseite .mcshome-hero-topbar {
        height: auto;
        justify-content: center;
        margin-bottom: 12px;
    }

    #mcservice-startseite .mcshome-hero-grid {
        padding-top: 0;
    }

    #mcservice-startseite .mcshome-hero-overview-shell .mcshome-hero-overview {
        max-width: 760px;
        margin: -4px auto 18px;
    }
}

@media (min-width: 761px) and (max-width: 1020px) {
    #mcservice-startseite .mcshome-hero-visual {
        margin-top: -28px;
    }
    #mcservice-startseite .mcshome-hero-overview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    #mcservice-startseite .mcshome-hero-topbar {
        padding-top: 4px;
        margin-bottom: 10px;
    }
    #mcservice-startseite .mcshome-hero-topbar .mcshome-open-card {
        width: min(100%, 390px);
        justify-content: center;
    }
    #mcservice-startseite .mcshome-hero-visual {
        margin-top: -20px;
    }
    #mcservice-startseite .mcshome-hero-overview-shell .mcshome-hero-overview {
        margin-top: -8px;
    }
    #mcservice-startseite .mcshome-hero-overview-grid {
        grid-template-columns: 1fr;
    }
}

/* Hero Experience – Version 1.6
   Ein visueller Geräte-Showcase plus eine gemeinsame Leistungs-Konsole. */
#mcservice-startseite .mcshome-hero-v16 {
    min-height: 0;
    padding-top: 22px;
    overflow: hidden;
}

#mcservice-startseite .mcshome-hero-v16 .mcshome-hero-grid {
    min-height: 548px;
    grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
    align-items: center;
    gap: 28px;
}

#mcservice-startseite .mcshome-hero-v16 .mcshome-hero-copy {
    position: relative;
    z-index: 8;
    padding-top: 2px;
}

#mcservice-startseite .mcshome-hero-v16 .mcshome-hero-copy h1 {
    max-width: 650px;
    margin: 0 0 17px;
    font-size: clamp(3.15rem, 5vw, 5.35rem);
    line-height: .87;
}

#mcservice-startseite .mcshome-hero-v16 .mcshome-hero-copy > p {
    max-width: 620px;
    font-size: clamp(.96rem, 1.13vw, 1.08rem);
    line-height: 1.55;
}

#mcservice-startseite .mcshome-hero-v16 .mcshome-hero-actions {
    margin-top: 21px;
}

#mcservice-startseite .mcshome-hero-v16 .mcshome-hero-visual {
    min-height: 526px;
    margin-top: -30px;
    align-self: center;
    align-items: flex-start;
}

#mcservice-startseite .mcshome-hero-v16 .mcshome-visual-glow {
    width: 500px;
    height: 500px;
    top: -20px;
    opacity: .92;
}

#mcservice-startseite .mcshome-hero-v16 .mcshome-stage {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -240px;
    transform-origin: 50% 0;
    transform: scale(.72) rotateY(-8deg) rotateX(3deg);
}

#mcservice-startseite .mcshome-service-hub {
    position: absolute;
    z-index: 12;
    left: 50%;
    bottom: 7px;
    width: min(590px, 100%);
    padding: 15px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 27px;
    color: #fff;
    background:
        radial-gradient(circle at 92% 0%, rgba(23,183,165,.22), transparent 34%),
        radial-gradient(circle at 0% 110%, rgba(91,92,240,.36), transparent 43%),
        linear-gradient(145deg, rgba(14,18,37,.97), rgba(23,28,52,.96));
    box-shadow: 0 30px 70px rgba(16,21,43,.28), inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter: blur(22px);
    transform: translateX(-50%);
}

#mcservice-startseite .mcshome-service-hub::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--mcshome-primary), var(--mcshome-secondary), transparent);
    box-shadow: 0 0 20px rgba(91,92,240,.65);
}

#mcservice-startseite .mcshome-service-hub::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -95px;
    bottom: -105px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    box-shadow: 0 0 0 28px rgba(255,255,255,.025), 0 0 0 58px rgba(255,255,255,.018);
    pointer-events: none;
}

#mcservice-startseite .mcshome-service-hub-head,
#mcservice-startseite .mcshome-service-hub-grid {
    position: relative;
    z-index: 2;
}

#mcservice-startseite .mcshome-service-hub-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    padding: 1px 4px 12px;
}

#mcservice-startseite .mcshome-service-hub-head div,
#mcservice-startseite .mcshome-service-hub-head small,
#mcservice-startseite .mcshome-service-hub-head strong {
    display: block;
}

#mcservice-startseite .mcshome-service-hub-head small {
    margin-bottom: 2px;
    color: #8e91ff;
    font-size: .59rem;
    font-weight: 900;
    letter-spacing: .17em;
    text-transform: uppercase;
}

#mcservice-startseite .mcshome-service-hub-head strong {
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.08;
    letter-spacing: -.035em;
}

#mcservice-startseite .mcshome-service-hub-head > span {
    color: rgba(255,255,255,.52);
    font-size: .7rem;
    font-weight: 750;
    white-space: nowrap;
}

#mcservice-startseite .mcshome-service-hub-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

#mcservice-startseite .mcshome-hub-service {
    position: relative;
    min-width: 0;
    min-height: 66px;
    padding: 8px 9px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 9px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 15px;
    color: #fff;
    background: rgba(255,255,255,.055);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
    transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

#mcservice-startseite .mcshome-hub-service::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,.09), transparent 78%);
    transform: translateX(-70%);
    transition: opacity .22s ease, transform .45s ease;
    pointer-events: none;
}

#mcservice-startseite .mcshome-hub-service:hover {
    color: #fff;
    transform: translateY(-3px);
    border-color: rgba(255,255,255,.2);
    background: rgba(255,255,255,.095);
    box-shadow: 0 12px 24px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.08);
}

#mcservice-startseite .mcshome-hub-service:hover::after {
    opacity: 1;
    transform: translateX(70%);
}

#mcservice-startseite .mcshome-hub-service > i {
    position: relative;
    z-index: 2;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 12px;
    color: #fff;
}

#mcservice-startseite .mcshome-hub-service > i svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#mcservice-startseite .mcshome-hub-repair > i { background: linear-gradient(135deg, var(--mcshome-primary), #9569ff); }
#mcservice-startseite .mcshome-hub-refurb > i { background: linear-gradient(135deg, var(--mcshome-secondary), #52d5b9); }
#mcservice-startseite .mcshome-hub-wg > i { background: #fff; }
#mcservice-startseite .mcshome-hub-bonus > i { background: linear-gradient(135deg, var(--mcshome-accent), #ffb14e); }

#mcservice-startseite .mcshome-hub-service > i.mcshome-hub-logo {
    padding: 5px;
}

#mcservice-startseite .mcshome-hub-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 7px;
}

#mcservice-startseite .mcshome-hub-service > span,
#mcservice-startseite .mcshome-hub-service strong,
#mcservice-startseite .mcshome-hub-service small {
    position: relative;
    z-index: 2;
    display: block;
    min-width: 0;
}

#mcservice-startseite .mcshome-hub-service strong {
    overflow: hidden;
    color: #fff;
    font-size: .79rem;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#mcservice-startseite .mcshome-hub-service small {
    margin-top: 3px;
    overflow: hidden;
    color: rgba(255,255,255,.53);
    font-size: .63rem;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#mcservice-startseite .mcshome-hub-service > b {
    position: relative;
    z-index: 2;
    color: rgba(255,255,255,.4);
    font-size: .86rem;
    transition: color .2s ease, transform .2s ease;
}

#mcservice-startseite .mcshome-hub-service:hover > b {
    color: #fff;
    transform: translate(2px,-2px);
}

#mcservice-startseite .mcshome-hero-v16 + .mcshome-repair-section {
    padding-top: 48px;
}

@media (min-width: 1021px) and (max-width: 1180px) {
    #mcservice-startseite .mcshome-hero-v16 .mcshome-hero-grid {
        grid-template-columns: minmax(0, .94fr) minmax(465px, 1.06fr);
        gap: 17px;
    }
    #mcservice-startseite .mcshome-hero-v16 .mcshome-stage {
        transform: scale(.67) rotateY(-8deg) rotateX(3deg);
    }
    #mcservice-startseite .mcshome-service-hub {
        width: min(540px, 100%);
    }
}

@media (max-width: 1020px) {
    #mcservice-startseite .mcshome-hero-v16 {
        padding-top: 24px;
    }
    #mcservice-startseite .mcshome-hero-v16 .mcshome-hero-grid {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 4px;
    }
    #mcservice-startseite .mcshome-hero-v16 .mcshome-hero-copy {
        max-width: 760px;
        margin: 0 auto;
        padding-top: 28px;
        text-align: center;
    }
    #mcservice-startseite .mcshome-hero-v16 .mcshome-hero-copy h1,
    #mcservice-startseite .mcshome-hero-v16 .mcshome-hero-copy > p {
        margin-left: auto;
        margin-right: auto;
    }
    #mcservice-startseite .mcshome-hero-v16 .mcshome-hero-actions {
        justify-content: center;
    }
    #mcservice-startseite .mcshome-hero-v16 .mcshome-hero-visual {
        width: min(720px, 100%);
        min-height: 570px;
        margin: -6px auto 0;
    }
    #mcservice-startseite .mcshome-hero-v16 .mcshome-stage {
        top: 2px;
        transform: scale(.7) rotateY(-8deg) rotateX(3deg);
    }
    #mcservice-startseite .mcshome-service-hub {
        bottom: 12px;
        width: min(680px, 100%);
    }
    #mcservice-startseite .mcshome-service-hub-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    #mcservice-startseite .mcshome-hub-service {
        min-height: 80px;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 5px;
        padding: 8px 5px;
        text-align: center;
    }
    #mcservice-startseite .mcshome-hub-service > i {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }
    #mcservice-startseite .mcshome-hub-service > i svg { width: 21px; height: 21px; }
    #mcservice-startseite .mcshome-hub-service > b { display: none; }
    #mcservice-startseite .mcshome-hub-service strong { font-size: .71rem; }
    #mcservice-startseite .mcshome-hub-service small { font-size: .57rem; }
    #mcservice-startseite .mcshome-hero-v16 + .mcshome-repair-section { padding-top: 55px; }
}

@media (max-width: 760px) {
    #mcservice-startseite .mcshome-hero-v16 {
        padding-top: 8px;
    }
    #mcservice-startseite .mcshome-hero-v16 .mcshome-hero-topbar {
        padding-top: 3px;
        margin-bottom: 2px;
    }
    #mcservice-startseite .mcshome-hero-v16 .mcshome-hero-copy {
        padding-top: 20px;
    }
    #mcservice-startseite .mcshome-hero-v16 .mcshome-hero-copy h1 {
        margin-bottom: 14px;
        font-size: clamp(2.65rem, 12vw, 4.1rem);
    }
    #mcservice-startseite .mcshome-hero-v16 .mcshome-hero-copy > p {
        max-width: 540px;
        font-size: .94rem;
        line-height: 1.5;
    }
    #mcservice-startseite .mcshome-hero-v16 .mcshome-hero-actions {
        margin-top: 17px;
    }
    #mcservice-startseite .mcshome-hero-v16 .mcshome-hero-visual {
        min-height: 565px;
        margin-top: -2px;
    }
    #mcservice-startseite .mcshome-hero-v16 .mcshome-stage {
        top: 2px;
        transform: scale(.58) rotateY(-8deg) rotateX(3deg);
    }
    #mcservice-startseite .mcshome-service-hub {
        bottom: 8px;
        width: 100%;
        padding: 12px;
        border-radius: 23px;
    }
    #mcservice-startseite .mcshome-service-hub-head {
        align-items: center;
        padding: 0 2px 10px;
    }
    #mcservice-startseite .mcshome-service-hub-head strong { font-size: 1rem; }
    #mcservice-startseite .mcshome-service-hub-head > span { font-size: .62rem; }
    #mcservice-startseite .mcshome-service-hub-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }
    #mcservice-startseite .mcshome-hub-service {
        min-height: 61px;
        grid-template-columns: 36px minmax(0,1fr);
        justify-items: stretch;
        gap: 8px;
        padding: 7px 8px;
        text-align: left;
    }
    #mcservice-startseite .mcshome-hub-service > span { align-self: center; }
    #mcservice-startseite .mcshome-hub-service > i { width: 36px; height: 36px; }
    #mcservice-startseite .mcshome-hub-service strong { font-size: .7rem; }
    #mcservice-startseite .mcshome-hub-service small { font-size: .55rem; }
    #mcservice-startseite .mcshome-hero-v16 + .mcshome-repair-section { padding-top: 48px; }
}

@media (max-width: 480px) {
    #mcservice-startseite .mcshome-hero-v16 .mcshome-open-card {
        max-width: 100%;
    }
    #mcservice-startseite .mcshome-hero-v16 .mcshome-hero-visual {
        min-height: 530px;
    }
    #mcservice-startseite .mcshome-hero-v16 .mcshome-stage {
        top: 7px;
        transform: scale(.5) rotateY(-8deg) rotateX(3deg);
    }
    #mcservice-startseite .mcshome-service-hub-head > span {
        display: none;
    }
    #mcservice-startseite .mcshome-service-hub-head {
        justify-content: center;
        text-align: center;
    }
    #mcservice-startseite .mcshome-service-hub {
        padding: 11px;
        border-radius: 21px;
    }
    #mcservice-startseite .mcshome-hub-service {
        min-height: 58px;
        grid-template-columns: 33px minmax(0,1fr);
        gap: 7px;
        padding: 6px 7px;
        border-radius: 13px;
    }
    #mcservice-startseite .mcshome-hub-service > i {
        width: 33px;
        height: 33px;
        border-radius: 9px;
    }
    #mcservice-startseite .mcshome-hub-service > i svg { width: 19px; height: 19px; }
    #mcservice-startseite .mcshome-hub-service strong { font-size: .65rem; }
    #mcservice-startseite .mcshome-hub-service small { font-size: .51rem; }
}

/* v1.7 header + repair layout */
#mcservice-startseite .mcshome-hero-v17 {
    position: relative;
    min-height: auto;
    padding: 86px 0 0;
    background:
        radial-gradient(circle at 8% 10%, rgba(91,92,240,.15), transparent 31%),
        radial-gradient(circle at 91% 18%, rgba(23,183,165,.15), transparent 28%),
        linear-gradient(180deg, #f8f9fc 0%, var(--mcshome-bg) 100%);
}
#mcservice-startseite .mcshome-hero-v17 .mcshome-hero-grid {
    min-height: auto;
    display: block;
}
#mcservice-startseite .mcshome-hero-v17 .mcshome-hero-copy {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}
#mcservice-startseite .mcshome-hero-v17 .mcshome-hero-copy h1 {
    max-width: 860px;
    margin: 0 auto 18px;
    font-size: clamp(3rem, 5vw, 5.2rem);
    line-height: .87;
}
#mcservice-startseite .mcshome-hero-v17 .mcshome-hero-copy > p {
    max-width: 780px;
    margin: 0 auto;
    font-size: clamp(1rem, 1.25vw, 1.12rem);
    line-height: 1.6;
}
#mcservice-startseite .mcshome-hero-v17 .mcshome-hero-actions {
    justify-content: center;
    margin-top: 24px;
}
#mcservice-startseite .mcshome-hero-v17 .mcshome-open-card {
    margin-left: auto;
}
#mcservice-startseite .mcshome-service-hub-wide {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin: 34px auto 0;
    padding: 20px;
    transform: none;
    border-radius: 30px;
}
#mcservice-startseite .mcshome-service-hub-wide .mcshome-service-hub-head {
    align-items: flex-end;
    padding: 2px 6px 16px;
}
#mcservice-startseite .mcshome-service-hub-wide .mcshome-service-hub-head strong {
    font-size: 1.45rem;
}
#mcservice-startseite .mcshome-service-hub-wide .mcshome-service-hub-head > span {
    font-size: .82rem;
}
#mcservice-startseite .mcshome-service-hub-wide .mcshome-service-hub-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
#mcservice-startseite .mcshome-service-hub-wide .mcshome-hub-service {
    min-height: 142px;
    padding: 14px;
    grid-template-columns: 46px minmax(0, 1fr) 18px;
    align-items: start;
    border-radius: 18px;
}
#mcservice-startseite .mcshome-service-hub-wide .mcshome-hub-service > i {
    width: 46px;
    height: 46px;
    border-radius: 14px;
}
#mcservice-startseite .mcshome-service-hub-wide .mcshome-hub-service strong {
    font-size: .9rem;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
}
#mcservice-startseite .mcshome-service-hub-wide .mcshome-hub-service small {
    margin-top: 5px;
    color: rgba(255,255,255,.67);
    font-size: .72rem;
    line-height: 1.35;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
}
#mcservice-startseite .mcshome-hero-v17 .mcshome-hero-marquee {
    margin-top: 22px;
}
#mcservice-startseite .mcshome-hero-v17 + .mcshome-repair-section {
    padding-top: 54px;
}
#mcservice-startseite .mcshome-repair-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, .92fr);
    align-items: center;
    gap: 24px;
    margin-bottom: 22px;
}
#mcservice-startseite .mcshome-repair-intro .mcshome-heading {
    margin-bottom: 0;
}
#mcservice-startseite .mcshome-repair-visual {
    position: relative;
    min-height: 455px;
}
#mcservice-startseite .mcshome-repair-visual .mcshome-visual-glow {
    position: absolute;
    width: 430px;
    height: 430px;
    top: -15px;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle at 50% 50%, rgba(91,92,240,.18), rgba(23,183,165,.08) 45%, rgba(23,183,165,0) 70%);
    filter: blur(8px);
}
#mcservice-startseite .mcshome-repair-visual .mcshome-stage {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -230px;
    transform-origin: 50% 0;
    transform: scale(.68) rotateY(-8deg) rotateX(3deg);
}
#mcservice-startseite .mcshome-repair-links b {
    font-size: .74rem;
}
#mcservice-startseite .mcshome-stat:nth-child(4) strong {
    color: var(--mcshome-primary);
    font-size: clamp(1.65rem, 2.7vw, 2.5rem);
    line-height: .95;
}
#mcservice-startseite .mcshome-stat:nth-child(2) strong,
#mcservice-startseite .mcshome-stat:nth-child(3) strong {
    font-size: clamp(2rem, 3vw, 3rem);
}
@media (max-width: 1200px) {
    #mcservice-startseite .mcshome-service-hub-wide .mcshome-service-hub-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 1020px) {
    #mcservice-startseite .mcshome-hero-v17 {
        padding-top: 26px;
    }
    #mcservice-startseite .mcshome-hero-v17 .mcshome-open-card {
        margin: 0 auto;
    }
    #mcservice-startseite .mcshome-service-hub-wide {
        margin-top: 26px;
        padding: 16px;
    }
    #mcservice-startseite .mcshome-service-hub-wide .mcshome-service-hub-grid,
    #mcservice-startseite .mcshome-repair-intro {
        grid-template-columns: 1fr;
    }
    #mcservice-startseite .mcshome-repair-intro {
        gap: 10px;
    }
    #mcservice-startseite .mcshome-repair-intro .mcshome-heading {
        text-align: center;
    }
    #mcservice-startseite .mcshome-repair-intro .mcshome-heading p,
    #mcservice-startseite .mcshome-repair-intro .mcshome-heading h2 {
        margin-left: auto;
        margin-right: auto;
    }
    #mcservice-startseite .mcshome-repair-visual {
        width: min(720px, 100%);
        min-height: 480px;
        margin: 0 auto;
    }
    #mcservice-startseite .mcshome-repair-visual .mcshome-stage {
        top: 0;
        transform: scale(.66) rotateY(-8deg) rotateX(3deg);
    }
}
@media (max-width: 760px) {
    #mcservice-startseite .mcshome-hero-v17 .mcshome-hero-copy h1 {
        font-size: clamp(2.45rem, 11vw, 4rem);
    }
    #mcservice-startseite .mcshome-service-hub-wide {
        border-radius: 24px;
        padding: 14px;
    }
    #mcservice-startseite .mcshome-service-hub-wide .mcshome-service-hub-head {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
    }
    #mcservice-startseite .mcshome-service-hub-wide .mcshome-service-hub-head strong {
        font-size: 1.15rem;
    }
    #mcservice-startseite .mcshome-service-hub-wide .mcshome-hub-service {
        min-height: 112px;
        padding: 12px;
        gap: 8px;
    }
    #mcservice-startseite .mcshome-repair-visual {
        min-height: 392px;
    }
    #mcservice-startseite .mcshome-repair-visual .mcshome-stage {
        margin-left: -216px;
        transform: scale(.56) rotateY(-8deg) rotateX(3deg);
    }
}
@media (max-width: 480px) {
    #mcservice-startseite .mcshome-service-hub-wide .mcshome-service-hub-grid {
        grid-template-columns: 1fr;
    }
    #mcservice-startseite .mcshome-service-hub-wide .mcshome-hub-service {
        min-height: 95px;
    }
    #mcservice-startseite .mcshome-repair-visual {
        min-height: 330px;
    }
    #mcservice-startseite .mcshome-repair-visual .mcshome-stage {
        margin-left: -205px;
        transform: scale(.49) rotateY(-8deg) rotateX(3deg);
    }
}