.fm-page{--green:#0f6e56;--green-hover:#1d9e75;--text:#333;--muted:#6b6b6b;--hairline:#e6e6e6;--hairline-soft:#f1f1f1;--bg-soft:#fafaf9;--white:#fff;--maxw:1100px;--gutter:clamp(20px,4vw,40px);--radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-weight:400;font-size:17px;line-height:1.6;color:var(--text);background:var(--white);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.fm-page *{box-sizing:border-box}.fm-page a{color:var(--green);text-decoration:none}.fm-page a:hover{color:var(--green-hover);text-decoration:underline;text-underline-offset:3px}.fm-page h1,.fm-page h2,.fm-page h3{color:#1a1a1a;font-weight:600;letter-spacing:-.015em;line-height:1.2;margin:0;text-wrap:balance}.fm-page .container{max-width:var(--maxw);margin:0 auto;padding-left:var(--gutter);padding-right:var(--gutter)}.fm-page section{padding:clamp(56px,9vw,96px) 0}.fm-page section+section{border-top:1px solid var(--hairline-soft)}.fm-page .nav{position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.92);backdrop-filter:saturate(160%) blur(10px);-webkit-backdrop-filter:saturate(160%) blur(10px);border-bottom:1px solid var(--hairline)}.fm-page .nav-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.fm-page .wordmark{font-weight:600;font-size:20px;letter-spacing:-.01em;color:var(--green)}.fm-page .wordmark:hover{color:var(--green);text-decoration:none}.fm-page .lang-toggle{display:inline-flex;border:1px solid var(--hairline);border-radius:999px;padding:3px;background:var(--white)}.fm-page .lang-btn{appearance:none;border:0;background:transparent;font:inherit;font-size:13px;font-weight:500;letter-spacing:.02em;color:var(--muted);padding:6px 12px;border-radius:999px;cursor:pointer;line-height:1;transition:color .15s ease,background-color .15s ease}.fm-page .lang-btn:hover{color:var(--text)}.fm-page .lang-btn.is-active{background:var(--green);color:var(--white)}.fm-page .lang-btn:focus-visible{outline:2px solid var(--green);outline-offset:2px}.fm-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--green);color:#fff;font-family:inherit;font-weight:600;font-size:16px;line-height:1;padding:16px 28px;border-radius:var(--radius);border:1px solid var(--green);cursor:pointer;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,transform .15s ease;box-shadow:0 1px 2px rgba(15,110,86,.12)}.fm-page .btn:hover{background:var(--green-hover);border-color:var(--green-hover);color:#fff;text-decoration:none}.fm-page .btn:focus-visible{outline:2px solid var(--green);outline-offset:3px}.fm-page .btn .arrow{width:16px;height:16px;transition:transform .15s ease}.fm-page .btn:hover .arrow{transform:translateX(2px)}.fm-page .hero{padding-top:clamp(72px,10vw,120px);padding-bottom:clamp(72px,10vw,120px)}.fm-page .hero h1{font-size:clamp(36px,5.6vw,60px);font-weight:600;letter-spacing:-.025em;line-height:1.05;max-width:18ch;margin-bottom:24px}.fm-page .hero .subhead{font-size:clamp(17px,1.6vw,20px);line-height:1.55;color:var(--muted);max-width:56ch;margin:0 0 36px}.fm-page .hero-cta-row{display:flex;flex-wrap:wrap;align-items:center;gap:16px 24px}.fm-page .hero-note{font-size:14px;color:var(--muted);display:inline-flex;align-items:center;gap:8px}.fm-page .hero-note .check{color:var(--green);width:16px;height:16px;flex:0 0 16px}.fm-page .trust{background:var(--bg-soft);border-top:1px solid var(--hairline-soft);border-bottom:1px solid var(--hairline-soft);padding:36px 0}.fm-page .trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;align-items:start}.fm-page .trust-item{display:flex;gap:14px;align-items:flex-start;font-size:14.5px;line-height:1.5;color:var(--text)}.fm-page .trust-icon{flex:0 0 24px;width:24px;height:24px;color:var(--green);margin-top:1px}.fm-page .section-head{margin-bottom:56px;max-width:640px}.fm-page .section-head .eyebrow{display:block;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--green);margin-bottom:14px}.fm-page .section-head h2{font-size:clamp(28px,3.6vw,38px)}.fm-page .pricing-eyebrow{display:block;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--green);margin-bottom:14px}.fm-page .context-section{padding-top:clamp(88px,12vw,140px);padding-bottom:clamp(88px,12vw,140px)}.fm-page .context-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:clamp(32px,6vw,80px);align-items:start;border-left:4px solid var(--green);padding-left:clamp(20px,3vw,32px)}.fm-page .context-head{font-size:clamp(26px,3.4vw,36px);font-weight:600;font-style:italic;letter-spacing:-.02em;line-height:1.15;color:#1a1a1a;text-wrap:balance}.fm-page .context-body{margin:0;font-size:17px;line-height:1.7;color:var(--text);max-width:56ch}@media (max-width:820px){.fm-page .context-grid{grid-template-columns:1fr;gap:20px}}.fm-page .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;counter-reset:step}.fm-page .step{border:1px solid var(--hairline);border-radius:12px;padding:28px 26px 30px;background:var(--white);transition:border-color .15s ease,box-shadow .15s ease}.fm-page .step:hover{border-color:#d4d4d4;box-shadow:0 6px 24px -12px rgba(15,110,86,.18)}.fm-page .step-head{display:flex;align-items:center;gap:14px;margin-bottom:16px}.fm-page .step-num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--green);color:#fff;font-weight:600;font-size:14px;font-variant-numeric:tabular-nums;flex:0 0 32px}.fm-page .step-icon{margin-left:auto;width:28px;height:28px;color:var(--green);opacity:.9}.fm-page .step h3{font-size:17px;font-weight:600;line-height:1.4}.fm-page .pricing-wrap{background:var(--bg-soft)}.fm-page .pricing-card{max-width:760px;margin:0 auto;background:var(--white);border:1px solid var(--hairline);border-radius:14px;padding:clamp(28px,4vw,44px)}.fm-page .pricing-card h2{font-size:clamp(26px,3.4vw,34px);margin-bottom:18px}.fm-page .pricing-card .price-body{font-size:17px;line-height:1.65;color:var(--text);margin:0 0 24px;white-space:pre-line}.fm-page .pricing-points{list-style:none;margin:0;padding:24px 0 0;display:grid;gap:14px;border-top:1px solid var(--hairline-soft)}.fm-page .pricing-points li{display:flex;gap:12px;align-items:flex-start;font-size:15px;color:var(--text)}.fm-page .pricing-points svg{flex:0 0 20px;width:20px;height:20px;color:var(--green);margin-top:2px}.fm-page .faq-list{max-width:760px;margin:0 auto;border-top:1px solid var(--hairline)}.fm-page .faq-item{border-bottom:1px solid var(--hairline)}.fm-page .faq-q{width:100%;appearance:none;background:transparent;border:0;text-align:left;font:inherit;font-size:17px;font-weight:500;color:#1a1a1a;padding:22px 8px 22px 0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:24px}.fm-page .faq-q:hover{color:var(--green)}.fm-page .faq-q .plus{flex:0 0 20px;width:20px;height:20px;position:relative;color:var(--green)}.fm-page .faq-q .plus:after,.fm-page .faq-q .plus:before{content:"";position:absolute;background:currentColor;top:50%;left:50%}.fm-page .faq-q .plus:before{width:14px;height:1.5px;transform:translate(-50%,-50%)}.fm-page .faq-q .plus:after{width:1.5px;height:14px;transform:translate(-50%,-50%);transition:transform .2s ease}.fm-page .faq-item.is-open .faq-q .plus:after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}.fm-page .faq-a{max-height:0;overflow:hidden;color:var(--muted);font-size:16px;line-height:1.65;padding-right:44px}.fm-page .faq-item.is-open .faq-a{max-height:400px;padding-bottom:22px}.fm-page .faq-a p{margin:0}.fm-page .final-cta{text-align:center;background:var(--green);color:#fff}.fm-page .final-cta .lead{font-size:clamp(24px,3vw,32px);font-weight:600;letter-spacing:-.015em;margin:0 0 28px;color:#fff}.fm-page .final-cta .btn{background:#fff;color:var(--green);border-color:#fff;box-shadow:0 4px 24px -6px rgba(0,0,0,.2)}.fm-page .final-cta .btn:hover{background:#f4fbf8;border-color:#f4fbf8;color:var(--green-hover)}.fm-page footer{background:var(--white);border-top:1px solid var(--hairline);padding:48px 0 40px;font-size:14px;color:var(--muted)}.fm-page .footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;align-items:start}.fm-page .footer-col h4{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#1a1a1a;margin:0 0 12px;font-weight:600}.fm-page .footer-col a{color:var(--muted);display:block;padding:4px 0}.fm-page .footer-col a:hover{color:var(--green);text-decoration:none}.fm-page .footer-col.right{text-align:right}.fm-page .footer-wordmark{font-weight:600;color:var(--green);font-size:18px;display:block;margin-bottom:8px}.fm-page .footer-copy{color:var(--muted);font-size:13px}.fm-page .legal-content{font-size:16px;line-height:1.7;color:var(--text)}.fm-page .legal-content h1{font-size:clamp(28px,3.6vw,36px);margin-bottom:32px;margin-top:0}.fm-page .legal-content h2{font-size:clamp(20px,2.4vw,24px);margin-top:48px;margin-bottom:16px}.fm-page .legal-content h3{font-size:17px;margin-top:28px;margin-bottom:12px}.fm-page .legal-content h4{font-size:15px;font-weight:600;color:#1a1a1a;margin-top:20px;margin-bottom:10px}.fm-page .legal-content p{margin:0 0 16px}.fm-page .legal-content ol,.fm-page .legal-content ul{margin:0 0 16px;padding-left:24px}.fm-page .legal-content li{margin-bottom:6px}.fm-page .legal-content strong{font-weight:600;color:#1a1a1a}.fm-page .legal-content a{color:var(--green);word-break:break-word}.fm-page .legal-content hr{border:0;border-top:1px solid var(--hairline);margin:32px 0}html[lang=de] .fm-page [data-lang=en],html[lang=en] .fm-page [data-lang=de]{display:none!important}@media (max-width:820px){.fm-page .trust-row{grid-template-columns:1fr;gap:18px}.fm-page .steps{grid-template-columns:1fr;gap:16px}.fm-page .footer-grid{grid-template-columns:1fr;gap:28px}.fm-page .footer-col.right{text-align:left}}@media (max-width:480px){.fm-page{font-size:16px}.fm-page .nav-inner{height:58px}.fm-page .wordmark{font-size:19px}.fm-page .btn{width:100%;padding:15px 20px}.fm-page .hero-cta-row{flex-direction:column;align-items:stretch}.fm-page .hero-note{justify-content:center}}