:root{--green:#2f7d3b;--dark:#12332d;--soft:#eef5e7;--cream:#fbfaf6;--border:#dfe8e1;--muted:#68766f}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--dark);line-height:1.5;background:#fff}a{text-decoration:none;color:inherit}
.wrap{width:min(1440px,calc(100% - 64px));margin:0 auto}
header{position:relative;z-index:20;background:#fff;border-bottom:1px solid #edf0ed}.nav{height:88px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{font-weight:800;font-size:1.55rem}.brand span{color:var(--green)}nav{display:flex;align-items:center;gap:34px}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--green);color:#fff;padding:13px 22px;border-radius:999px;font-weight:700}.button.big{padding:15px 26px;font-size:1rem}
.hero{background:var(--cream);overflow:hidden}.hero-grid{display:grid;grid-template-columns:48% 52%;min-height:560px;align-items:stretch}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:34px 58px 34px 0;min-width:0}.eyebrow{color:var(--green);font-weight:700;margin:0 0 14px}.hero h1{font-size:clamp(3rem,3.55vw,3.85rem);line-height:1.04;letter-spacing:-.035em;margin:0 0 22px;max-width:680px}.hero h1 span{display:block;color:var(--green);margin-top:8px}.lead{font-size:1.08rem;color:#42524c;max-width:610px;margin:0 0 13px}.checks{margin:8px 0 20px}.checks p{margin:6px 0}.hero small{margin-top:8px;color:var(--muted)}
.hero-image{min-height:560px;background:linear-gradient(90deg,rgba(251,250,246,.55) 0%,rgba(251,250,246,.08) 17%,rgba(251,250,246,0) 30%),url("../images/hero-wonen.webp") center center/cover no-repeat;position:relative}
.section{padding:58px 0}.section h2{text-align:center;font-size:2.2rem;margin:0 0 32px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.steps article{border:1px solid var(--border);border-radius:20px;padding:26px;background:#fff}.steps b{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--green);color:#fff}.steps h3{margin:14px 0 7px;font-size:1.08rem}.steps p{color:var(--muted);margin:0}.soft{background:var(--soft)}.teaser{display:flex;align-items:center;justify-content:space-between;gap:30px}.teaser h2{text-align:left;margin-bottom:8px}.teaser p{margin:0;color:#4f5e58}footer{padding:30px 0;color:var(--muted);border-top:1px solid var(--border)}
.partners{background:var(--cream)}.partner-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:48px}.partner-copy{max-width:850px}.partners h2{text-align:left;margin-bottom:16px}.partner-copy p:not(.eyebrow){margin:0 0 16px;color:#4f5e58}.partner-copy p:last-child{margin-bottom:0}.partner-grid>.button{justify-self:start}
@media(max-width:1100px){.wrap{width:min(100% - 40px,1200px)}.hero-grid{grid-template-columns:50% 50%}.hero h1{font-size:clamp(2.7rem,4.6vw,3.35rem)}.hero-copy{padding-right:36px}}
@media(max-width:850px){nav>a:first-child{display:none}.nav{height:76px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:42px 0 30px}.hero-image{min-height:400px;border-radius:22px;margin-bottom:22px}.steps{grid-template-columns:1fr}.teaser{align-items:flex-start;flex-direction:column}}
@media(max-width:520px){.wrap{width:calc(100% - 24px)}.brand{font-size:1rem}.nav .button{padding:10px 13px;font-size:.8rem}.hero h1{font-size:2.45rem}.hero-image{min-height:300px}}
@media(max-width:850px){.partner-grid{grid-template-columns:1fr;gap:24px}}