@charset "UTF-8";
:root{--ink:#101f2b;--muted:#51606c;--lime:#d5f56a;--paper:#fff;--soft:#f3f5f6;--line:#dce2e6;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #58770c;outline-offset:5px}p{margin:0 0 20px}h1,h2,h3{line-height:1.13;letter-spacing:-.045em;margin:0}h1{font-size:clamp(3.25rem,5.7vw,5.5rem);font-weight:750}h2{font-size:clamp(2.1rem,3.6vw,3.5rem)}h3{font-size:1.38rem;letter-spacing:-.025em;line-height:1.3}.container{width:min(1200px,calc(100% - 96px));margin:auto}.section{padding-top:104px;padding-bottom:104px}.eyebrow{font-size:.75rem;letter-spacing:.13em;font-weight:700;margin-bottom:24px}.header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:88px}.logo{font-size:2.65rem;font-weight:800;letter-spacing:-.08em;line-height:1}.logo span{color:#658000}.nav nav{display:flex;gap:30px;font-size:.875rem;font-weight:600}.nav nav a:hover,.footer a:hover{text-decoration:underline;text-underline-offset:5px}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;border:1px solid var(--ink);background:var(--ink);color:white;min-height:54px;padding:15px 23px;border-radius:7px;font-weight:700;font-size:.875rem;cursor:pointer;transition:background .15s,transform .15s}.button:hover{background:#293f50;transform:translateY(-2px)}.button span{font-size:1.25rem;line-height:1}.button.small{min-height:44px;padding:10px 17px}.hero{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:center;padding-top:83px;padding-bottom:86px}.hero h1 span{position:relative;background:linear-gradient(transparent 67%,var(--lime) 67%,var(--lime) 96%,transparent 96%)}.hero-intro{font-size:1.2rem;line-height:1.6;margin-top:29px;max-width:570px}.hero-sub{color:var(--muted);max-width:545px}.actions{display:flex;gap:24px;align-items:center;flex-wrap:wrap;margin-top:30px}.text-link{display:inline-flex;gap:14px;align-items:center;font-size:.875rem;font-weight:700;text-decoration:underline;text-underline-offset:5px}.hero-notes{display:flex;gap:17px;flex-wrap:wrap;margin-top:28px;font-size:.75rem;color:var(--muted)}.hero-notes span:before{content:'✓';margin-right:5px;color:#536d12}.system{background:var(--ink);border-radius:22px;padding:29px;color:white;transform:rotate(1deg);box-shadow:14px 18px 0 #f0f3f4}.system-top{display:flex;justify-content:space-between;align-items:center;gap:15px;font-size:.7rem;font-weight:700;letter-spacing:.12em;margin-bottom:28px}.system-mark{color:var(--lime);font-size:1.8rem}.system-source{padding:24px;border:1px solid #455562;border-radius:12px;background:#1d2d39;display:flex;flex-direction:column;gap:6px}.mini-label{font-size:.65rem;letter-spacing:.12em;font-weight:700}.system-source .mini-label{color:#c3cdd4}.system-source strong{font-size:1.35rem;letter-spacing:-.03em}.system-source>span:last-child,.system-step div span{color:#c3cdd4;font-size:.875rem}.system-line{height:23px;margin-left:39px;border-left:1px solid #6c7b86}.system-step{display:flex;align-items:center;gap:16px;padding:16px 20px;border-radius:10px;border:1px solid #455562}.step-icon{border:1px solid #657785;width:37px;height:37px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;flex-shrink:0}.system-step div{display:flex;flex-direction:column;gap:2px}.system-result{border-radius:12px;background:var(--lime);color:var(--ink);padding:22px 24px;display:flex;align-items:center;justify-content:space-between}.system-result div{display:flex;flex-direction:column;gap:6px}.system-result strong{font-size:1.45rem;letter-spacing:-.03em}.system-result>span{font-size:2rem}.system>p{text-align:center;color:#c3cdd4;font-size:.75rem;margin:23px 0 0}.audience{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:25px 0}.audience .container{display:flex;justify-content:space-between;align-items:center;gap:20px}.audience span{font-size:.65rem;font-weight:700;letter-spacing:.1em;color:var(--muted)}.audience p{margin:0;font-size:.95rem;font-weight:600}.audience b{margin:0 17px;color:#71808b}.problem{display:grid;grid-template-columns:1fr 1.25fr;gap:90px}.problem-list article{display:flex;gap:24px;padding:25px 0;border-bottom:1px solid var(--line)}.problem-list article:first-child{padding-top:0}.problem-list article>span{font-size:.75rem;color:var(--muted);padding-top:4px}.problem-list h3{font-size:1.22rem;margin-bottom:10px}.problem-list p{color:var(--muted);margin:0}.offer{background:var(--soft)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:65px;margin-bottom:52px}.section-heading>p{max-width:330px;color:var(--muted);margin:0}.phase-label{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #cdd6dc;padding-bottom:15px;margin:40px 0 22px}.phase-label span{font-size:.75rem;letter-spacing:.07em;font-weight:700}.phase-label p{margin:0;font-size:.875rem;color:var(--muted)}.cards{display:grid;gap:20px}.two{grid-template-columns:repeat(2,1fr)}.three{grid-template-columns:repeat(3,1fr)}.card{padding:30px;background:white;border:1px solid var(--line);border-radius:12px;display:flex;flex-direction:column}.card-number{font-size:.75rem;width:35px;height:35px;border-radius:50%;background:var(--soft);display:flex;align-items:center;justify-content:center;margin-bottom:30px}.card h3{font-size:1.5rem;margin-bottom:18px}.card p{color:var(--muted);font-size:.95rem}.card-outcome{margin-top:auto;padding-top:19px;border-top:1px solid var(--line);font-size:.8rem;font-weight:700;line-height:1.5}.offer-footer{display:flex;justify-content:space-between;gap:25px;align-items:center;margin-top:35px}.offer-footer p{margin:0;font-weight:700}.journey{background:var(--ink);color:white}.journey .eyebrow{color:var(--lime)}.journey h2{max-width:880px}.journey-grid{list-style:none;padding:0;margin:60px 0 30px;display:grid;grid-template-columns:repeat(4,1fr);gap:28px;counter-reset:none}.journey-grid li{border-top:2px solid #71814c;padding-top:25px;position:relative}.journey-grid li:last-child{border-color:var(--lime)}.journey-grid li>span{font-size:.7rem;letter-spacing:.08em;color:var(--lime)}.journey-grid h3{font-size:1.2rem;margin:18px 0 14px}.journey-grid p{font-size:.95rem;color:#c3cdd4}.journey-note{font-size:.875rem;color:#c3cdd4;border-top:1px solid #3c4c59;padding-top:25px;margin-bottom:0}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.process-grid article>span{display:block;font-size:3rem;letter-spacing:-.08em;color:#74848f;margin-bottom:24px}.process-grid h3{margin-bottom:16px;font-size:1.25rem}.process-grid p{color:var(--muted);font-size:.95rem;margin:0}.about{background:#edf1f3}.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:center}.about-statement{background:var(--lime);border-radius:16px;min-height:420px;padding:40px;display:flex;flex-direction:column;justify-content:space-between;transform:rotate(-2deg)}.about-statement .eyebrow{font-size:.65rem}.ebi-wordmark{font-size:7.8rem;font-weight:800;letter-spacing:-.08em;line-height:1}.ebi-wordmark span{color:#637b22}.about-statement p{margin:24px 0 0;font-size:1.4rem;line-height:1.4;letter-spacing:-.025em}.about-grid h2{font-size:2.6rem;margin-bottom:25px}.about-grid>div:last-child>p:not(.eyebrow){color:var(--muted)}.fit{display:grid;grid-template-columns:1fr 1fr;gap:80px}.check-list{list-style:none;margin:0;padding:0}.check-list li{position:relative;padding:17px 0 17px 35px;border-bottom:1px solid var(--line)}.check-list li:before{content:'✓';position:absolute;left:0;top:17px;font-weight:700;color:#58770c}.faq{background:var(--soft)}.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.faq-grid>div>p:last-child{margin-top:25px;color:var(--muted)}details{border-bottom:1px solid #cdd6dc}summary{cursor:pointer;padding:23px 34px 23px 0;font-weight:700;line-height:1.45;position:relative;list-style:none}summary::-webkit-details-marker{display:none}summary:after{content:'+';position:absolute;right:4px;top:20px;font-size:1.5rem;font-weight:400}details[open] summary:after{content:'−'}details p{color:var(--muted);padding-right:30px;margin:0 0 24px;font-size:.95rem}.contact{background:var(--lime)}.contact-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:85px;align-items:start}.contact h2{margin-bottom:26px}.contact-grid>div>p{max-width:520px}.contact ul{list-style:none;padding:0;margin:25px 0}.contact li{padding:5px 0}.contact li:before{content:'✓';margin-right:12px}.contact-sign{margin-top:35px}.contact-box{background:white;border-radius:16px;padding:32px}.contact-box h3{font-size:1.5rem;margin-bottom:12px}.contact-box>p{font-size:.875rem;color:var(--muted)}label{display:block;font-size:.875rem;font-weight:700;margin-top:17px}input,textarea,select{display:block;width:100%;background:white;border:1px solid #b7c3cb;border-radius:6px;color:var(--ink);padding:12px;font-size:1rem;margin-top:7px}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#63717b}.form-note{font-size:.75rem;color:var(--muted);margin-top:20px;line-height:1.6}.contact-box .button{width:100%}.button:disabled{cursor:not-allowed;background:#e5e9ec;color:#52616c;border-color:#c5ced5;transform:none}.form-status{font-size:.875rem;margin:16px 0 0}.footer{padding:40px 0 23px}.footer-top,.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px}.footer-top p{font-size:.875rem;color:var(--muted);margin:0}.footer-top>a:last-child{font-size:.875rem;font-weight:700}.footer-bottom{border-top:1px solid var(--line);padding-top:23px;margin-top:32px;font-size:.75rem;color:var(--muted)}.footer-bottom div{display:flex;gap:26px}.skip{position:fixed;top:-100px;left:20px;z-index:100;background:white;padding:12px}.skip:focus{top:12px}.legal{max-width:780px;padding:65px 24px 100px;margin:auto}.legal h1{font-size:3rem;margin:35px 0}.legal h2{font-size:1.5rem;margin:30px 0 15px}.legal .notice{padding:20px;border:1px solid var(--line);background:var(--soft);border-radius:8px}.legal a{text-decoration:underline}.legal li{margin-bottom:12px}
@media(min-width:1500px){.hero{padding-top:105px;padding-bottom:105px}}
@media(max-width:1100px){.container{width:calc(100% - 56px)}.hero{gap:35px}.hero h1{font-size:4.2rem}.hero .actions{gap:18px}.system{padding:22px}.system-source strong{font-size:1.2rem}.hero-notes{gap:10px}.audience b{margin:0 9px}.problem,.about-grid,.faq-grid,.contact-grid{gap:45px}.card{padding:24px}.card h3{font-size:1.35rem}.section-heading{gap:35px}.about-grid h2{font-size:2.3rem}.about-statement{min-height:390px;padding:30px}.fit{gap:45px}}
@media(max-width:850px){.nav nav{gap:18px}.nav nav a:last-child{display:none}.hero{grid-template-columns:1fr;gap:45px;padding-top:55px;padding-bottom:60px}.hero-copy{max-width:680px}.hero h1{font-size:clamp(3.3rem,9vw,5rem)}.system{width:min(520px,100%);justify-self:center}.audience .container{flex-direction:column;gap:10px}.audience p{text-align:center}.section{padding-top:72px;padding-bottom:72px}.problem,.about-grid,.fit,.faq-grid,.contact-grid{grid-template-columns:1fr;gap:38px}.problem h2 br,.fit h2 br{display:none}.section-heading{flex-direction:column;align-items:flex-start;gap:22px}.section-heading>p{max-width:600px}.three{grid-template-columns:1fr}.three .card{display:grid;grid-template-columns:45px 1fr;column-gap:14px}.three .card-number{grid-column:1;grid-row:1/3}.three .card h3,.three .card p,.three .card-outcome{grid-column:2}.three .card h3 br{display:none}.journey-grid,.process-grid{grid-template-columns:repeat(2,1fr);row-gap:30px}.about-statement{min-height:300px;max-width:480px;width:100%;transform:none}.about-grid h2{max-width:700px}.contact-grid>div>p{max-width:650px}.contact-box{max-width:650px;width:100%}}
@media(max-width:560px){html{scroll-padding-top:85px}.container{width:calc(100% - 36px)}.nav{min-height:74px;gap:12px}.nav nav{display:none}.logo{font-size:2.35rem}.button.small{font-size:.75rem;padding:9px 12px;gap:12px}.hero{padding-top:43px}.hero h1{font-size:3.35rem}.eyebrow{font-size:.65rem;letter-spacing:.1em;margin-bottom:18px}.hero-intro{font-size:1.1rem}.hero-sub{font-size:.95rem}.actions{align-items:flex-start;flex-direction:column}.hero-notes{font-size:.7rem;gap:8px 15px}.system{padding:19px;transform:none;box-shadow:7px 9px 0 #f0f3f4}.system-source{padding:18px}.system-step{padding:14px}.system-step div span{font-size:.8rem}.system-result{padding:20px 17px}.system-result strong{font-size:1.27rem}.system-top{font-size:.6rem}.audience p{font-size:.8rem;line-height:2}.audience b{margin:0 5px}.section{padding-top:58px;padding-bottom:58px}h2{font-size:2rem}.problem-list article{gap:16px}.two{grid-template-columns:1fr}.phase-label{display:block}.phase-label p{margin-top:8px}.card{padding:24px}.three .card{display:flex}.card-number{margin-bottom:22px}.three .card h3 br{display:block}.offer-footer{align-items:flex-start;flex-direction:column;gap:14px}.journey-grid,.process-grid{grid-template-columns:1fr}.journey-grid{margin-top:38px;gap:10px}.journey-grid li{padding-top:20px}.journey-grid h3{margin:12px 0}.process-grid{gap:28px}.process-grid article{display:grid;grid-template-columns:42px 1fr;gap:10px 20px}.process-grid article>span{grid-row:1/3;font-size:2rem;margin:0}.process-grid h3,.process-grid p{grid-column:2;margin:0}.about-grid h2{font-size:2rem}.ebi-wordmark{font-size:6rem}.about-statement{padding:28px}.contact-box{padding:23px}.contact h2 br{display:none}.footer-top{flex-wrap:wrap}.footer-top p{order:3;flex-basis:100%}.footer-bottom{align-items:flex-start;flex-direction:column;gap:16px}.footer-bottom div{gap:20px;flex-wrap:wrap}.legal h1{font-size:2.2rem;overflow-wrap:anywhere}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Persönliches Porträt: Originalfoto, Ausschnitt ausschließlich im Layout. */
.about-portrait{margin:0;overflow:hidden;border-radius:16px;background:var(--ink);align-self:center;box-shadow:12px 12px 0 var(--lime)}
.about-portrait img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:47% center}
.about-portrait figcaption{display:flex;flex-direction:column;gap:4px;padding:20px 24px;color:white}
.about-portrait figcaption strong{font-size:1.15rem;letter-spacing:-.02em}
.about-portrait figcaption span{font-size:.8rem;color:#c3cdd4}
@media(max-width:850px){.about-portrait{width:min(100%,520px)}.about-portrait img{aspect-ratio:1/1}}
@media(max-width:560px){.about-portrait{box-shadow:7px 7px 0 var(--lime)}.about-portrait figcaption{padding:18px 20px}}
