@font-face{font-family:"Poppins";font-weight:700;font-style:normal;font-display:swap;src:url("fonts/poppins-700.woff") format("woff")}
@font-face{font-family:"Poppins";font-weight:500;font-style:normal;font-display:swap;src:url("fonts/poppins-500.woff") format("woff")}
:root{--petrol:#0f5563;--petrol-dark:#0b4450;--yellow:#f4b400;--bg:#ffffff;--text:#1c2a2f;--muted:#5d6b70;--line:#e2e8ea;--soft:#e7f0f2;--card:#ffffff;--head-font:"Poppins",system-ui,sans-serif}
@media (prefers-color-scheme: dark){:root{--bg:#0f1719;--text:#e5eef0;--muted:#9fb0b5;--line:#243438;--soft:#16272b;--card:#132024}}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--text);font:16px/1.6 system-ui,-apple-system,"Segoe UI",Roboto,sans-serif}
.wrap{max-width:1040px;margin:0 auto;padding:0 20px}
a{color:var(--petrol)}
@media (prefers-color-scheme: dark){a{color:#7cc3d1}}

/* Kopfbereich */
.hero{background:var(--petrol);color:#fff;position:relative;overflow:hidden}
.hero::after{content:"";display:block;height:14px;background:var(--yellow)}
.hero-nav{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;padding-top:18px;padding-bottom:4px;font-size:.92rem}
.hero-nav a{color:#fff;opacity:.8;text-decoration:none}
.hero-nav a:hover{opacity:1;text-decoration:underline}
.hero-nav nav{display:flex;gap:16px;flex-wrap:wrap}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;padding-top:40px;padding-bottom:64px}
.eyebrow{font-family:var(--head-font);font-weight:700;color:var(--yellow);letter-spacing:2px;font-size:.85rem;margin:0 0 14px;text-transform:uppercase}
.hero h1{font-family:var(--head-font);font-weight:700;font-size:clamp(2.3rem,5.5vw,3.6rem);line-height:1.08;margin:0 0 20px;letter-spacing:-.5px}
.hero .lead{font-size:1.15rem;line-height:1.55;color:rgba(255,255,255,.9);margin:0 0 26px;max-width:32em}
.checks{list-style:none;padding:0;margin:0 0 26px;max-width:30em}
.checks li{display:flex;gap:14px;align-items:baseline;padding:9px 0;border-top:1px solid rgba(255,255,255,.18)}
.checks li:last-child{border-bottom:1px solid rgba(255,255,255,.18)}
.checks li::before{content:"";flex:0 0 9px;height:9px;border-radius:50%;background:var(--yellow);transform:translateY(-1px)}
.status{display:inline-flex;align-items:center;gap:8px;font-size:.92rem;color:rgba(255,255,255,.85)}
.status{flex-wrap:wrap}
.pill{white-space:nowrap;background:var(--yellow);color:#1c2a2f;font-weight:700;border-radius:999px;padding:2px 12px;font-size:.85rem}

/* Smartphone */
.phone-wrap{display:flex;justify-content:center}
.phone{width:min(300px,100%);aspect-ratio:900/1950;border-radius:42px;background:#132126;padding:11px;transform:rotate(4deg);box-shadow:0 30px 60px rgba(0,0,0,.35),0 8px 18px rgba(0,0,0,.25)}
.phone img{display:block;width:100%;height:100%;object-fit:cover;border-radius:32px}

/* Inhalt */
main{padding:56px 0 64px}
.content{max-width:760px}
.section-title{font-family:var(--head-font);font-weight:700;color:var(--petrol);font-size:1.5rem;margin:0 0 12px;display:flex;align-items:center;gap:12px}
@media (prefers-color-scheme: dark){.section-title{color:#7cc3d1}}
.num{flex:0 0 34px;height:34px;border-radius:9px;background:var(--yellow);color:#1c2a2f;display:grid;place-items:center;font-size:1rem}
section+section{margin-top:44px}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;margin-top:14px}
.card{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:16px 18px}
.card h3{font-family:var(--head-font);font-weight:700;font-size:1rem;margin:0 0 4px;color:var(--text)}
.card p{margin:0;color:var(--muted);font-size:.95rem}
.note{background:var(--soft);border-radius:12px;padding:14px 18px;margin-top:14px}
.note strong{display:block;margin-bottom:2px}
code{background:var(--soft);padding:1px 6px;border-radius:5px;font-size:.9em}

/* Rechtliche Seiten */
.bar{background:var(--petrol);color:#fff;border-bottom:6px solid var(--yellow)}
.bar .wrap{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;padding-top:16px;padding-bottom:16px;max-width:820px}
.bar .mark{font-family:var(--head-font);font-weight:700;letter-spacing:2px;color:var(--yellow);text-decoration:none;font-size:.9rem}
.bar nav{display:flex;gap:16px;flex-wrap:wrap}
.bar nav a{color:#fff;opacity:.85;text-decoration:none;font-size:.92rem}
.bar nav a:hover,.bar nav a[aria-current]{opacity:1;text-decoration:underline}
.legal{max-width:820px}
.legal h1{font-family:var(--head-font);font-weight:700;color:var(--petrol);font-size:clamp(1.8rem,4vw,2.4rem);line-height:1.15;margin:0 0 6px}
.legal h2{font-family:var(--head-font);font-weight:700;color:var(--petrol);font-size:1.15rem;margin:32px 0 8px}
@media (prefers-color-scheme: dark){.legal h1,.legal h2{color:#7cc3d1}}
.legal h3{font-size:1rem;margin:20px 0 4px}
.legal .muted,.muted{color:var(--muted)}
.legal .crumb{display:none}
.legal ul{padding-left:1.2em}

footer{border-top:1px solid var(--line);padding:22px 0 34px;color:var(--muted);font-size:.9rem}
footer .links{display:flex;gap:6px 18px;flex-wrap:wrap;margin-bottom:6px}
footer a{color:var(--muted)}

@media (max-width:760px){
  .hero-grid{grid-template-columns:1fr;gap:36px;padding-top:28px;padding-bottom:48px}
  .phone{width:220px;border-radius:32px;padding:8px;transform:rotate(3deg)}
  .phone img{border-radius:25px}
  main{padding:40px 0 48px}
}
body{min-height:100vh;display:flex;flex-direction:column}main{flex:1}
