.mp-shell{padding:calc(64px + 2rem) 0 4rem}.mp-hero{margin-bottom:2.5rem;padding:clamp(1rem,2vw,1.4rem);border:1px solid rgba(14,108,74,.14);border-radius:22px;background:linear-gradient(140deg,#eaf5eef5,#fffffffa 48%,#fff8e0eb);box-shadow:0 18px 50px #1c3c2a17}.mp-hero__intro{display:grid;gap:1.4rem;align-items:center}@media(min-width:900px){.mp-hero__intro{grid-template-columns:minmax(0,1fr) minmax(360px,.86fr);gap:2rem}}.mp-hero__copy{min-width:0}.mp-hero h1{margin:.25rem 0 1rem;font-size:clamp(1.9rem,1.1rem + 2.6vw,3.05rem);line-height:1.15;max-width:22ch}.mp-eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:700;color:var(--secondary, #0e6c4a);background:var(--tertiary-soft, #eaf5ee);padding:.3rem .7rem;border-radius:999px;margin:0}.mp-lead{font-size:1.08rem;line-height:1.55;color:var(--text, #222);margin:0 0 1.75rem;max-width:65ch}.mp-hero__chips{display:flex;flex-wrap:wrap;gap:.55rem;margin:0 0 .5rem}.mp-hero__chips span{display:inline-flex;align-items:center;gap:.35rem;min-height:2.4rem;padding:.48rem .72rem;border:1px solid rgba(14,108,74,.16);border-radius:999px;background:#ffffffc7;color:var(--text, #233026);font-size:.88rem;box-shadow:0 6px 18px #0e6c4a14}.mp-hero__chips strong{color:var(--secondary, #0e6c4a)}.mp-hero__visual{position:relative;min-height:310px;margin:0;border-radius:20px;overflow:hidden;isolation:isolate;box-shadow:0 20px 44px #0e2a1e2e}.mp-hero__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000 44%,#00000061);z-index:1}.mp-hero__visual img{width:100%;height:100%;min-height:310px;object-fit:cover;display:block}.mp-hero__note{position:absolute;z-index:2;display:inline-flex;align-items:center;gap:.4rem;max-width:min(82%,18rem);margin:0;padding:.62rem .78rem;border:1px solid rgba(255,255,255,.36);border-radius:12px;background:#ffffffe6;color:#173226;font-size:.88rem;font-weight:800;line-height:1.25;box-shadow:0 10px 26px #0000002e;backdrop-filter:blur(8px)}.mp-hero__note .material-symbols-outlined{color:var(--secondary, #0e6c4a);font-size:1.25rem}.mp-hero__note--plan{left:1rem;bottom:1rem}.mp-hero__note--shopping{right:1rem;top:1rem}.mp-hero-meta{margin:1.25rem 0 0;font-size:.9rem;color:var(--text-muted, #555);max-width:65ch}.mp-hero-meta strong{color:var(--secondary, #0e6c4a)}.mp-paths{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:760px){.mp-paths{grid-template-columns:1fr 1.15fr;gap:1.25rem;align-items:stretch}}.mp-path{position:relative;display:flex;flex-direction:column;gap:.65rem;padding:1.5rem 1.4rem 1.3rem;border-radius:16px;border:1px solid var(--outline-soft, #d8e3dc);background:#ffffffeb;color:inherit;text-decoration:none;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.mp-path:hover{transform:translateY(-2px);box-shadow:0 10px 28px #0e6c4a24;border-color:var(--primary, #0a7)}.mp-path__highlight{position:absolute;top:-.7rem;right:1rem;background:#f5b800;color:#2a1f00;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:.32rem .7rem;border-radius:999px;box-shadow:0 2px 6px #00000026}.mp-path__head{display:flex;align-items:center;gap:.6rem}.mp-path__icon{display:inline-grid;place-items:center;width:2.5rem;height:2.5rem;background:var(--tertiary-soft, #eaf5ee);color:var(--secondary, #0e6c4a);border-radius:12px;font-size:1.5rem}.mp-path__label{text-transform:uppercase;letter-spacing:.06em;font-size:.74rem;font-weight:700;color:var(--text-muted, #677)}.mp-path__title{margin:.1rem 0 .2rem;font-size:1.3rem;line-height:1.25;color:var(--text, #1f2a23)}.mp-path__desc{margin:0;font-size:.95rem;line-height:1.5;color:var(--text, #333)}.mp-path__bullets{list-style:none;padding:0;margin:.3rem 0 .4rem;display:grid;gap:.3rem}.mp-path__bullets li{position:relative;padding-left:1.4rem;font-size:.9rem;color:var(--text, #333)}.mp-path__bullets li:before{content:"✓";position:absolute;left:0;top:0;width:1rem;height:1rem;display:grid;place-items:center;background:var(--secondary, #0e6c4a);color:#fff;border-radius:999px;font-size:.6rem;font-weight:800;margin-top:.18rem}.mp-path__bullets--strong li{font-weight:500}.mp-path__cta{margin-top:auto;display:inline-flex;align-items:center;gap:.45rem;align-self:flex-start;padding:.7rem 1.05rem;border:1px solid var(--outline-soft, #d8e3dc);border-radius:10px;font-weight:600;font-size:.95rem;color:var(--secondary, #0e6c4a);background:var(--tertiary-soft, #eaf5ee);transition:background .14s ease,color .14s ease,border-color .14s ease}.mp-path:hover .mp-path__cta{background:var(--secondary, #0e6c4a);color:#fff;border-color:var(--secondary, #0e6c4a)}.mp-path__cta .material-symbols-outlined{font-size:1.1rem}.mp-path--wizard{background:linear-gradient(135deg,#0e6c4a,#0a7 70%);color:#fff;border-color:transparent;box-shadow:0 10px 30px #0e6c4a40}.mp-path--wizard:hover{transform:translateY(-3px);box-shadow:0 16px 38px #0e6c4a59;border-color:transparent}.mp-path--wizard .mp-path__icon{background:#ffffff2e;color:#fff}.mp-path--wizard .mp-path__label{color:#ffffffd9}.mp-path--wizard .mp-path__title{color:#fff}.mp-path--wizard .mp-path__desc{color:#ffffffed}.mp-path--wizard .mp-path__bullets li{color:#fff}.mp-path--wizard .mp-path__bullets li:before{background:#fff;color:var(--secondary, #0e6c4a)}.mp-path__cta--primary{background:#fff;color:var(--secondary, #0e6c4a);border-color:transparent;box-shadow:0 6px 16px #0000002e;font-weight:700;padding:.85rem 1.25rem}.mp-path--wizard:hover .mp-path__cta--primary{background:#ffd84d;color:#2a1f00;border-color:transparent}.mp-downloads{margin:2rem 0 3rem}.mp-downloads__header{margin-bottom:1.25rem;max-width:70ch}.mp-downloads__header h2{margin:0 0 .5rem;font-size:clamp(1.4rem,1.05rem + 1.5vw,1.9rem)}.mp-downloads__header p{margin:0;color:var(--text-muted, #555)}.mp-downloads__login-note{margin-top:.6rem!important;padding:.5rem .8rem;background:var(--tertiary-soft, #eaf5ee);border-left:3px solid var(--secondary, #0e6c4a);border-radius:6px;color:var(--text, #222)!important;font-size:.92rem!important}.mp-downloads__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.mp-download-card{display:flex;flex-direction:column;gap:.6rem;border:1px solid var(--outline-soft, #d8e3dc);background:var(--surface, #fff);border-radius:14px;padding:1.25rem 1.1rem 1.1rem;box-shadow:0 2px 8px #0000000a;transition:border-color .16s ease,box-shadow .16s ease,transform .12s ease}.mp-download-card:hover{border-color:var(--primary, #0a7);box-shadow:0 8px 22px #0a775024;transform:translateY(-2px)}.mp-download-card__badge{align-self:flex-start;background:var(--tertiary-soft, #eaf5ee);color:var(--secondary, #0e6c4a);font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.3rem .7rem;border-radius:999px}.mp-download-card__title{margin:0;font-size:1.15rem;line-height:1.25;color:var(--text, #1f2a23)}.mp-download-card__desc{margin:0;font-size:.93rem;color:var(--text, #333);line-height:1.5}.mp-download-card__bullets{list-style:none;padding:0;margin:.25rem 0 .5rem;display:grid;gap:.3rem}.mp-download-card__bullets li{position:relative;padding-left:1.2rem;font-size:.86rem;color:var(--text-muted, #555)}.mp-download-card__bullets li:before{content:"✓";position:absolute;left:0;top:0;color:var(--secondary, #0e6c4a);font-weight:800}.mp-download-card__meta{display:flex;flex-wrap:wrap;gap:.4rem .9rem;border-top:1px solid var(--outline-soft, #e3e8e5);border-bottom:1px solid var(--outline-soft, #e3e8e5);padding:.55rem 0;margin:.25rem 0 .4rem;font-size:.83rem;color:var(--text-muted, #555)}.mp-download-card__meta strong{color:var(--secondary, #0e6c4a);font-weight:700}.mp-download-card__cta{margin-top:auto;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;padding:.8rem 1rem;font-size:.95rem}.mp-download-card__cta .material-symbols-outlined{font-size:1.2rem}.mp-download-card__note{margin:0;font-size:.78rem;color:var(--text-muted, #777);text-align:center}.mp-ad-slot{margin-top:1.25rem;min-height:90px;border:1px dashed var(--outline-soft, #d8e3dc);border-radius:8px;display:grid;place-items:center;color:var(--text-muted, #aaa);font-size:.8rem}.mp-ad-slot:before{content:"Werbeplatz · noch nicht aktiviert"}.mp-wizard-cta{margin:3rem 0;background:linear-gradient(135deg,#0e6c4a,#1e7d5d 58%,#f5b800 160%);border:1px solid var(--tertiary-soft, #d4ead8);border-radius:20px;overflow:hidden;box-shadow:0 18px 46px #0e6c4a2e;color:#fff}.mp-wizard-cta__inner{display:grid;gap:1.25rem;align-items:stretch;padding:clamp(1rem,2.4vw,1.5rem)}@media(min-width:820px){.mp-wizard-cta__inner{grid-template-columns:minmax(0,1fr) minmax(280px,.72fr)}}.mp-wizard-cta__copy{padding:clamp(1rem,2vw,1.75rem);min-width:0}.mp-wizard-cta__eyebrow{margin:0 0 .4rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffe07a}.mp-wizard-cta h2{margin:0 0 .8rem;max-width:18ch;color:#fff;font-size:clamp(1.45rem,1rem + 1.55vw,2.1rem);line-height:1.14}.mp-wizard-cta p{margin:0 0 1.25rem;max-width:62ch;color:#ffffffe6;line-height:1.58}.mp-wizard-cta__visual{position:relative;min-height:260px;margin:0;border-radius:16px;overflow:hidden;box-shadow:0 14px 34px #00000038}.mp-wizard-cta__visual img{width:100%;height:100%;min-height:260px;object-fit:cover;display:block}.button{padding:.6rem 1rem;border-radius:8px;border:1px solid transparent;cursor:pointer;font-size:.95rem;font-weight:500;background:var(--surface, #fff);color:var(--text, #111);text-decoration:none;display:inline-block}.button--primary{background:var(--primary, #0a7);color:#fff;border-color:var(--primary, #0a7)}.button--secondary{background:var(--surface, #fff);color:var(--text, #111);border-color:var(--border, #d0d0d0)}.button--xl{font-size:1.05rem;font-weight:700;padding:.95rem 1.4rem;border-radius:12px;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 14px #0a775033;transition:transform .12s ease,box-shadow .12s ease}.button--xl:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0a775052}.mp-explainer{margin:4rem 0;padding:clamp(1rem,2.2vw,1.5rem);border-radius:24px;background:radial-gradient(circle at 12% 8%,rgba(245,184,0,.16),transparent 26%),radial-gradient(circle at 88% 20%,rgba(14,108,74,.16),transparent 30%),linear-gradient(180deg,#f7fbf8,#fff);border:1px solid rgba(14,108,74,.12)}.mp-explainer__header{display:grid;gap:.7rem;max-width:78rem;margin:0 auto 1.6rem}@media(min-width:900px){.mp-explainer__header{grid-template-columns:minmax(0,.9fr) minmax(340px,1fr);align-items:end}.mp-explainer__header p:last-child{grid-column:2;grid-row:1 / span 2;align-self:center}}.mp-explainer__kicker{margin:0;color:var(--secondary, #0e6c4a);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.mp-explainer h2{font-size:clamp(1.55rem,1rem + 2vw,2.45rem);line-height:1.12;max-width:18ch;margin:0}.mp-explainer__header p:last-child{font-size:1rem;line-height:1.62;color:var(--text, #222);max-width:68ch;margin:0}.mp-explainer__grid{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-flow:dense;gap:clamp(.9rem,1.6vw,1.25rem);max-width:78rem;margin:0 auto}.mp-feature{position:relative;grid-column:span 3;min-height:30rem;overflow:hidden;display:grid;align-content:end;border:1px solid rgba(14,108,74,.14);border-radius:22px;padding:0;background:#f8fbf8;box-shadow:0 16px 34px #1c3c2a14;isolation:isolate;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.mp-feature--wide{grid-column:span 4;min-height:31rem}.mp-feature--full{grid-column:1 / -1;min-height:31rem}.mp-feature--tall{grid-column:span 2;grid-row:span 2;min-height:42rem}.mp-feature:hover{transform:translateY(-3px);border-color:#0e6c4a52;box-shadow:0 22px 44px #1c3c2a21}.mp-feature:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#04181000 36%,#041810b8)}.mp-feature__image{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;display:block}.mp-feature__body{margin:clamp(.85rem,1.5vw,1.1rem);padding:clamp(.9rem,1.6vw,1.25rem);border:1px solid rgba(255,255,255,.32);border-radius:16px;background:#ffffffe6;color:#173226;box-shadow:0 14px 32px #00000029;backdrop-filter:blur(12px)}.mp-feature__number{display:inline-grid;place-items:center;width:2.15rem;height:2.15rem;margin-bottom:.65rem;border-radius:999px;background:var(--secondary, #0e6c4a);color:#fff;font-size:.78rem;font-weight:900}.mp-feature h3{margin:0 0 .45rem;font-size:clamp(1.1rem,.9rem + .55vw,1.35rem);line-height:1.2;color:var(--secondary, #0e6c4a)}.mp-feature p{margin:0;font-size:.93rem;line-height:1.52;color:var(--text, #333)}@media(min-width:900px){.mp-feature--wide{grid-template-columns:minmax(0,1fr)}.mp-feature--reverse .mp-feature__body{max-width:min(28rem,72%);margin-left:auto}.mp-feature:not(.mp-feature--wide):not(.mp-feature--tall) .mp-feature__body{max-width:92%}}@media(max-width:899px){.mp-explainer__grid{grid-template-columns:1fr}.mp-feature,.mp-feature--wide,.mp-feature--full,.mp-feature--tall{grid-column:auto;grid-row:auto;min-height:29rem}}@media(max-width:560px){.mp-hero{border-radius:16px;padding:.85rem}.mp-hero__visual,.mp-hero__visual img{min-height:240px}.mp-hero__note{font-size:.78rem;padding:.5rem .62rem}.mp-hero__note--shopping{right:.7rem;top:.7rem}.mp-hero__note--plan{left:.7rem;bottom:.7rem}.mp-wizard-cta__copy{padding:.7rem .45rem 0}.mp-wizard-cta__visual,.mp-wizard-cta__visual img{min-height:220px}.mp-explainer{border-radius:18px;padding:.75rem}.mp-feature,.mp-feature--wide,.mp-feature--full,.mp-feature--tall{display:flex;flex-direction:column;min-height:0;border-radius:18px;background:#fff}.mp-feature:after{display:none}.mp-feature__image{position:relative;inset:auto;z-index:auto;height:auto;aspect-ratio:16 / 9;object-fit:cover}.mp-feature__body{margin:.65rem;padding:.85rem;border-radius:14px;background:#fffffff5;box-shadow:none}}.mp-faq{margin:3rem 0;max-width:70ch}.mp-faq h2{font-size:clamp(1.3rem,1rem + 1.2vw,1.7rem);margin:0 0 1rem}.mp-faq__item{border-bottom:1px solid var(--outline-soft, #e3e8e5);padding:.85rem 0}.mp-faq__item summary{font-weight:600;font-size:1rem;cursor:pointer;list-style:none;position:relative;padding-right:1.5rem;color:var(--text, #222)}.mp-faq__item summary::-webkit-details-marker{display:none}.mp-faq__item summary:after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);font-weight:700;color:var(--secondary, #0e6c4a);font-size:1.3rem}.mp-faq__item[open] summary:after{content:"−"}.mp-faq__item p{margin:.6rem 0 0;font-size:.95rem;line-height:1.55;color:var(--text, #333)}
