@charset "UTF-8";:root{--section-space: calc(var(--space-m) * 4)}:where(section:not(section section)){padding-block:var(--section-space);padding-inline:var(--space-m)}header{padding-inline:var(--space-m)}:root{--color-cream: #F7F2E7;--color-cream-dark: #EFE7D6;--color-purple: #8C7FC9;--color-purple-dark: #6F60B8;--color-purple-light: #C9C0F0;--color-accent: #FBD98E;--color-text: #3A3550;--color-text-soft: #6A6480;--color-white: #FFFFFF;--font-display: "Baloo 2", sans-serif;--font-body: "Quicksand", sans-serif;--radius-lg: 28px;--radius-md: 18px;--radius-pill: 999px;--shadow-soft: 0 12px 30px rgba(140, 127, 201, .18);--paw-color: rgba(0,0,0,.1)}.img--tall{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:var(--radius-lg)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 30px;border-radius:var(--radius-pill);font-family:var(--font-display);font-weight:600;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--color-purple);color:var(--color-white);box-shadow:var(--shadow-soft)}.btn--primary:hover{background:var(--color-purple-dark)}.btn--ghost{background:#ffffff26;color:var(--color-white);border-color:#fff9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn--ghost:hover{background:#ffffff4d}.btn--outline{background:transparent;color:var(--color-purple-dark);border-color:var(--color-purple-light)}.btn--outline:hover{background:var(--color-purple-light)}.navbar{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-cream-dark)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;padding-block:.5em}.navbar__links{display:flex;gap:28px;flex-wrap:wrap}.navbar__links a{color:var(--color-text);text-decoration:none;font-weight:600;transition:color .15s ease;font-size:var(--text-m)}.navbar__links a:hover{color:var(--color-purple)}.navbar__cta{padding:10px 22px}@media(max-width:900px){.navbar__links{display:none}}.hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,var(--color-purple-dark),var(--color-purple))}.hero__video-wrap{position:absolute;inset:0}.hero__video{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#6f60b88c,#3a3550a6)}.hero__content{position:relative;z-index:2;color:var(--color-white);text-align:center;margin:0 auto;padding-top:60px;padding-bottom:60px}.hero h1{color:var(--color-white);text-shadow:0 4px 20px rgba(0,0,0,.25)}.hero__subtitle{max-width:40em;margin:0 auto 1em;color:#ffffffeb}.hero__eyebrow{display:inline-block;background:#ffffff2e;border:1px solid rgba(255,255,255,.4);border-radius:var(--radius-pill);padding:6px 18px;font-weight:600;margin-bottom:1.2em;letter-spacing:.02em}.hero__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.hero__blob{position:absolute;border-radius:50%;z-index:1;opacity:.35;filter:blur(2px)}.hero__blob--1{width:240px;height:240px;background:var(--color-accent);top:-60px;left:-60px}.hero__blob--2{width:180px;height:180px;background:var(--color-purple-light);bottom:-50px;right:-40px}.section--cream{background:var(--color-cream)}.section--light{background:var(--color-white)}.section--accent{background:var(--color-purple);color:var(--color-white)}.section-head{max-width:700px;margin:0 auto 60px}.section-head--center{text-align:center}.kicker{display:inline-block;font-family:var(--font-display);font-weight:700;color:var(--color-purple);text-transform:uppercase;letter-spacing:.08em}.intro__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center}.intro__media{position:relative}.intro__media img{box-shadow:var(--shadow-soft)}.intro__stats{display:flex;justify-content:space-between;gap:16px;margin-top:-40px;position:relative;z-index:2;background:var(--color-white);border-radius:var(--radius-md);padding:24px;box-shadow:var(--shadow-soft);width:90%;margin-inline:auto}.intro__stat{text-align:center;flex:1}.intro__stat-number{display:block;font-family:var(--font-display);font-weight:800;color:var(--color-purple)}.intro__stat-label{font-weight:600;color:var(--color-text-soft)}@media(max-width:900px){.intro__grid{grid-template-columns:1fr}.intro__media{order:-1}}.steps{display:flex;align-items:stretch;gap:16px;overflow-x:auto;padding-bottom:8px}.steps__step{flex:1;min-width:220px;background:var(--color-cream);border-radius:var(--radius-lg);padding:32px 24px;text-align:center;transition:transform .2s ease}.steps__step:hover{transform:translateY(-6px)}.steps__icon{margin-bottom:12px}.steps__time{display:inline-block;background:var(--color-purple-light);color:var(--color-purple-dark);font-weight:700;padding:4px 12px;border-radius:var(--radius-pill);margin-bottom:10px}.steps__step h3{margin-bottom:.4em}.steps__arrow{display:flex;align-items:center;justify-content:center;color:var(--color-purple-light);flex-shrink:0}@media(max-width:900px){.steps{flex-direction:column}.steps__arrow{transform:rotate(90deg);padding:4px 0}}.ueber-mich__grid{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:center}.ueber-mich__media img{box-shadow:var(--shadow-soft)}@media(max-width:900px){.ueber-mich__grid{grid-template-columns:1fr}}.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.price-grid__card{position:relative;background:var(--color-cream);border-radius:var(--radius-lg);padding:36px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px;transition:transform .2s ease,box-shadow .2s ease}.price-grid__card:hover{transform:translateY(-6px);box-shadow:var(--shadow-soft)}.price-grid__card--highlight{background:var(--color-purple);color:var(--color-white);transform:scale(1.05)}.price-grid__card--highlight .price-grid__period{color:#fffc}.price-grid__card--highlight .price-grid__frequency{color:#ffffffe6}.price-grid__badge{position:absolute;top:-14px;right:50%;transform:translate(50%);background:var(--color-accent);color:var(--color-text);font-family:var(--font-display);font-weight:700;padding:6px 16px;border-radius:var(--radius-pill)}.price-grid__frequency{font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-purple-dark)}.price-grid__amount{font-family:var(--font-display);font-weight:800}.price-grid__period{color:var(--color-text-soft);margin-bottom:12px}@media(max-width:900px){.price-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.price-grid{grid-template-columns:1fr}.price-grid__card--highlight{transform:none}}.kontakt__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.section--accent h2,.section--accent .kicker{color:var(--color-white)}.section--accent p{color:#ffffffd9}.kontakt__meta{list-style:none;padding:0;margin:1.5em 0 0;display:flex;flex-direction:column;gap:10px;font-weight:600}.kontakt__form{background:var(--color-white);border-radius:var(--radius-lg);padding:32px;display:flex;flex-direction:column;gap:18px;box-shadow:var(--shadow-soft)}.kontakt__form label{display:flex;flex-direction:column;gap:6px;font-weight:600;color:var(--color-text)}.kontakt__form input,.kontakt__form textarea{font-family:var(--font-body);padding:12px 16px;border:2px solid var(--color-cream-dark);border-radius:var(--radius-md);background:var(--color-cream);color:var(--color-text);resize:vertical}.kontakt__form input:focus,.kontakt__form textarea:focus{outline:none;border-color:var(--color-purple)}.kontakt__form .btn{margin-top:4px}@media(max-width:900px){.kontakt__grid{grid-template-columns:1fr}}.faq__list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq__item{background:var(--color-white);border-radius:var(--radius-md);padding:18px 24px;box-shadow:0 4px 14px #8c7fc914}.faq__item summary{font-family:var(--font-display);font-weight:600;color:var(--color-purple-dark);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq__item summary:after{content:"+";color:var(--color-purple);transition:transform .2s ease}.faq__item[open] summary:after{content:"–"}.faq__item p{margin-top:12px;margin-bottom:0}.footer{background:var(--color-purple-dark);color:#ffffffd9;padding:40px 0;text-align:center}.footer__inner{display:flex;flex-direction:column;align-items:center;gap:12px}.footer__logo{height:60px;width:auto;border-radius:50%;background:var(--color-cream)}.footer p{color:#ffffffb3;margin:0}.gcb-footer{background:#463c73;color:#d8cff2;padding:clamp(48px,6vw,72px) 0 32px;font-family:Nunito,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}.gcb-footer *{box-sizing:border-box}.gcb-footer__inner{width:100%;margin:0 auto;padding:0 26px}.gcb-footer__top{display:flex;flex-wrap:wrap;gap:36px;align-items:flex-start;justify-content:space-between}.gcb-footer__brand{flex:1 1 280px;min-width:240px}.gcb-footer__logo{display:flex;align-items:center;gap:12px}.gcb-footer__mark{width:46px;height:46px;flex:0 0 auto;border-radius:50%;background:#f7f2e6;display:flex;align-items:center;justify-content:center}.gcb-footer__wordmark{font-family:Fredoka,sans-serif;font-weight:600;font-size:21px;line-height:1.1;color:#fbf8ef}.gcb-footer__tagline{display:block;font-size:12px;font-weight:500;letter-spacing:.24em;color:#a99ed6}.gcb-footer__desc{margin:18px 0 0;max-width:26em;font-size:15.5px;line-height:1.6;color:#bbb0e0}.gcb-footer__cols{display:flex;flex-wrap:wrap;gap:56px}.gcb-footer__col{display:flex;flex-direction:column;gap:11px}.gcb-footer__col-title{margin-bottom:3px;font-family:Fredoka,sans-serif;font-weight:600;font-size:15px;color:#fbf8ef}.gcb-footer__link{color:#c6bce8;text-decoration:none;font-size:15px;font-weight:600;transition:color .18s ease}a.gcb-footer__link:hover{color:#fff}.gcb-footer__link--static{cursor:default}.gcb-footer__link--accent{color:#eda5ad;font-weight:700}.gcb-footer__link--accent:hover{color:#fff}.gcb-footer__rule{border:0;height:1px;background:#ffffff24;margin:36px 0 20px}.gcb-footer__bottom{display:flex;flex-wrap:wrap;gap:12px 24px;align-items:center;justify-content:space-between}.gcb-footer__copy{font-size:13.5px;color:#9a8fcb}.gcb-footer__legal{display:flex;gap:22px}.gcb-footer__legal-link{font-size:13.5px;color:#9a8fcb;text-decoration:none;transition:color .18s ease}.gcb-footer__legal-link:hover{color:#c6bce8}.has-pawtrail{position:relative;isolation:isolate}.pawtrail{position:absolute;inset:0;pointer-events:none;z-index:-1;overflow:hidden}.pawtrail__paw{position:absolute;left:var(--x, 50%);top:var(--y, 50%);width:var(--paw-size, 38px);height:var(--paw-size, 38px);transform:translate(-50%,-50%) rotate(var(--r, 0deg));background-color:var(--paw-color, var(--color-purple-light));-webkit-mask:var(--paw-svg) center/contain no-repeat;mask:var(--paw-svg) center/contain no-repeat;opacity:0}:root{--paw-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cellipse cx='34' cy='50' rx='22' ry='26'/%3E%3Cellipse cx='60' cy='24' rx='12' ry='9'/%3E%3Cellipse cx='72' cy='42' rx='12' ry='9'/%3E%3Cellipse cx='72' cy='61' rx='12' ry='9'/%3E%3Cellipse cx='60' cy='78' rx='12' ry='9'/%3E%3C/svg%3E")}@media(prefers-reduced-motion:reduce){.pawtrail__paw{opacity:.55}}@media(max-width:560px){.pawtrail__paw{--paw-size: 26px}}@media(max-width:560px){.gcb-footer__cols{gap:36px}.gcb-footer__bottom{justify-content:flex-start}}
