
:root{
  --brand:#74b23b;
  --text:#0f172a;
  --muted:#4b5563;
  --bg:#f5f7fb;
  --card:#ffffff;
  --line:rgba(15,23,42,.12);
  --shadow:0 12px 30px rgba(15,23,42,.10);
}

*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg)}
a{color:inherit}
.container{width:min(1160px,92%);margin:0 auto}

.site-header{background:rgba(255,255,255,.86);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0}
.brand{display:flex;align-items:center;text-decoration:none}
.brand-logo{height:34px;width:auto}
.nav{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.nav a{color:var(--muted);text-decoration:none;font-weight:700}
.nav a:hover{color:var(--text)}

/* CTAs oben rechts */
.nav-cta{
  background:var(--brand);
  color:#fff !important;
  padding:9px 12px;
  border-radius:12px;
  box-shadow:0 8px 18px rgba(116,178,59,.25);
}
.nav-cta.alt{background:#0f172a}
.nav-cta.alt2{background:#2563eb}

.hero{position:relative;background:#dbeafe url('/assets/img/hero.webp') center/cover no-repeat;min-height:520px;display:flex;align-items:center}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.93) 40%,rgba(255,255,255,.68) 57%,rgba(255,255,255,.22) 74%,rgba(255,255,255,0) 100%)}
.hero .container{position:relative;padding:54px 0}
.hero h1{font-size:clamp(30px,4vw,50px);line-height:1.1;margin:0 0 14px}
.hero p{max-width:78ch;color:var(--muted);font-size:18px;line-height:1.6;margin:0 0 18px}

.ctas{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:14px;font-weight:800;text-decoration:none;border:1px solid var(--line);background:#fff}
.btn.primary{background:var(--brand);color:#fff;border-color:transparent}
.btn.ghost{background:rgba(255,255,255,.92)}
.btn.small{padding:10px 12px;border-radius:12px;font-size:14px}
.btn.dark{background:#0f172a;color:#fff;border-color:transparent}
.btn.blue{background:#2563eb;color:#fff;border-color:transparent}

main{padding:26px 0 70px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}
.card{background:var(--card);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:18px}
.card h2{margin:0 0 10px;font-size:22px}
.card h3{margin:14px 0 10px;font-size:18px}
.card p,.card li{color:var(--muted);line-height:1.65}
.card ul{margin:8px 0 0 18px}
.note{background:rgba(116,178,59,.08);border:1px solid rgba(116,178,59,.22);border-radius:16px;padding:14px;color:var(--muted);margin-top:12px}

.bullets{display:grid;gap:8px;margin:12px 0 0}
.bullets .bp{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border-radius:14px;border:1px solid var(--line);background:#fff}
.bullets .dot{width:10px;height:10px;border-radius:50%;background:var(--brand);margin-top:6px;flex:0 0 auto}

.breadcrumbs{margin:0 0 10px}
.crumbs{list-style:none;display:flex;gap:10px;flex-wrap:wrap;padding:0;margin:0;color:var(--muted);font-size:14px}
.crumb a{color:var(--muted);text-decoration:none}
.crumb a:hover{color:var(--text)}
.crumb:after{content:"/";margin-left:10px;color:rgba(15,23,42,.25)}
.crumb:last-child:after{content:""}

.ext{color:var(--text);text-decoration:underline;text-decoration-color:rgba(15,23,42,.25)}
.ext:hover{text-decoration-color:rgba(15,23,42,.55)}
.ext-ic{margin-left:6px;color:rgba(15,23,42,.6)}

label{display:block;font-weight:900;margin:10px 0 6px}
input,select,button{font-family:inherit}
input,select{width:100%;border:1px solid var(--line);border-radius:14px;padding:12px 12px;font-size:16px;background:#fff}
.form-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;align-items:end}
@media (max-width:860px){.form-row{grid-template-columns:1fr}}
.result{margin-top:12px;border:1px dashed rgba(15,23,42,.22);border-radius:16px;padding:12px;color:var(--text);background:#fff}

details{border:1px solid var(--line);border-radius:16px;padding:12px 14px;background:#fff}
details+details{margin-top:10px}
summary{cursor:pointer;font-weight:900;list-style:none}
summary::-webkit-details-marker{display:none}

.feature{display:flex;flex-direction:column;overflow:hidden;padding:0}
.feature .img{height:170px;background:#e5e7eb}
.feature .img img{width:100%;height:100%;object-fit:cover;display:block}
.feature .body{padding:16px 18px}

.site-footer{border-top:1px solid var(--line);background:#fff}
.footer-inner{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:22px 0;color:var(--muted);font-size:14px}
.footer-right{display:flex;gap:14px;flex-wrap:wrap}
.footer-right a{color:var(--muted);text-decoration:none;font-weight:700}
.footer-right a:hover{color:var(--text)}


.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px;background:#fff}
.table{width:100%;border-collapse:collapse;min-width:520px}
.table th,.table td{padding:12px 14px;border-bottom:1px solid rgba(15,23,42,.08);text-align:left}
.table thead th{background:rgba(15,23,42,.03);font-weight:900;color:var(--text)}
.table tbody tr:last-child td{border-bottom:none}
