:root{--bg:#f7f9f6;--ink:#111814;--muted:#5f6d65;--green:#67db36;--green2:#dff7d4;--card:#fff;--line:#e2e8e3}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink)}
a{color:inherit;text-decoration:none}
.wrap{width:min(1500px,calc(100% - 48px));margin-inline:auto}
.site-header{height:74px;background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:10}
.nav-wrap{height:100%;display:grid;grid-template-columns:250px 1fr 150px;align-items:center;gap:22px}
.brand{font-size:26px;font-weight:950;letter-spacing:-1.5px;line-height:.9}
.brand>span,.felix-plaque b span{color:var(--green)}
.brand small{display:block;font-size:11px;font-weight:650;letter-spacing:0;margin-top:6px}
.main-nav{display:flex;justify-content:center;align-items:center;gap:20px;font-size:13px;font-weight:750;white-space:nowrap}
.main-nav a{padding:27px 0 23px;position:relative}
.main-nav a.active:after{content:"";position:absolute;height:3px;left:0;right:0;bottom:12px;background:var(--green);border-radius:10px}
.header-proof{background:#b8ee9c;border-radius:12px;padding:9px 12px;text-align:center;font-size:11px;line-height:1.2;font-weight:850}
.hero-shell{background:linear-gradient(90deg,#fbfcfb 0%,#f3f6f3 48%,#eef3ed 100%);border-bottom:1px solid var(--line)}
.hero{min-height:555px;display:grid;grid-template-columns:47% 53%;align-items:center}
.hero-copy{padding:45px 25px 45px 0;z-index:2}
.kicker{font-size:12px;color:#58635e;letter-spacing:.04em;font-weight:700;margin-bottom:14px}
h1{font-size:clamp(48px,5.2vw,72px);line-height:.94;letter-spacing:-3.8px;margin:0 0 24px;font-weight:950}
h1 em{font-style:normal;color:#5fd02f;position:relative;display:inline-block}
h1 em:after{content:"";position:absolute;left:0;right:-8px;height:6px;bottom:-9px;background:var(--green);border-radius:99px}
.lead{font-size:17px;line-height:1.55;color:#3f4a44;max-width:580px;margin:0 0 7px}
.lead.second{font-size:16px}.lead strong{color:var(--ink)}
.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:27px 0 22px;max-width:580px}
.benefits div{display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;column-gap:9px;align-items:center}
.benefits span{grid-row:1/3;font-size:29px;color:#49c722}.benefits b{font-size:14px}.benefits small{font-size:11px;line-height:1.35;color:var(--muted)}
.cta{display:flex;justify-content:space-between;align-items:center;width:290px;background:linear-gradient(90deg,#72e24a,#a5ee73);padding:15px 22px;border-radius:13px;font-size:18px;font-weight:900;box-shadow:0 10px 28px rgba(77,191,42,.17)}
.cta:hover{transform:translateY(-1px)}.hero-visual{height:555px;position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:center}
.hero-visual:before{content:"";position:absolute;width:520px;height:420px;border-radius:50%;background:radial-gradient(circle,#fff 0%,rgba(255,255,255,.2) 62%,transparent 72%);top:55px;left:25px}
.hero-visual img{position:relative;width:min(520px,88%);height:500px;object-fit:cover;object-position:center 20%;border-radius:26px 26px 0 0;filter:saturate(.96) contrast(1.02)}
.felix-note{position:absolute;top:46px;right:36px;font-family:cursive;font-size:42px;font-weight:800;transform:rotate(-5deg);z-index:2}
.felix-bubble{position:absolute;top:132px;right:0;background:#fff;border:4px solid var(--green);border-radius:50%;padding:22px 25px;font-family:cursive;font-weight:800;line-height:1.15;text-align:center;transform:rotate(-3deg);z-index:3}
.felix-plaque{position:absolute;left:36px;bottom:28px;background:#172019;color:#fff;border-radius:16px;padding:16px 19px;z-index:3;box-shadow:0 12px 28px rgba(0,0,0,.16)}
.felix-plaque b{display:block;font-size:23px}.felix-plaque small{display:block;font-size:11px;color:#dbe1dc;margin-top:3px}
.topic-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;padding:24px 0 18px}
.topic-cards a{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;min-height:205px;display:flex;flex-direction:column;box-shadow:0 6px 20px rgba(30,50,38,.05);transition:.18s ease}
.topic-cards a:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(30,50,38,.09)}
.topic-icon{height:62px;display:flex;align-items:center;font-size:36px}
.topic-cards h2{font-size:20px;margin:4px 0 8px}
.topic-cards p{font-size:14px;color:var(--muted);line-height:1.4;margin:0 0 14px;flex:1}
.topic-cards a>span{background:#eef9e9;border-radius:9px;padding:10px 11px;font-size:12px;font-weight:800}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:0 0 22px}
.trust-grid article{display:grid;grid-template-columns:46px 1fr;gap:12px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:17px}
.trust-grid article>span{font-size:28px}.trust-grid b{font-size:14px}.trust-grid p{font-size:12px;line-height:1.45;color:var(--muted);margin:5px 0 0}
.quick-tools{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:0 0 25px}
.quick-tools a{background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 16px}
.quick-tools b,.quick-tools small{display:block}.quick-tools b{font-size:14px}.quick-tools small{margin-top:4px;font-size:11px;color:var(--muted)}
.motto{text-align:center;font-family:cursive;font-size:27px;font-weight:800;padding:10px 0 26px}.motto span{color:#5bd02f}
.footer{border-top:1px solid var(--line);min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#748079;font-size:12px}@media(max-width:980px){
  .nav-wrap{grid-template-columns:220px 1fr}.header-proof{display:none}.main-nav{gap:13px;font-size:12px}
  .hero{grid-template-columns:1fr 1fr}.hero-copy{padding-right:18px}
  .topic-cards{grid-template-columns:repeat(3,1fr)}
  .quick-tools{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .site-header{height:auto}.nav-wrap{display:flex;flex-wrap:wrap;padding:15px 0}.brand{margin-right:auto}
  .main-nav{order:2;width:100%;overflow-x:auto;justify-content:flex-start;padding-bottom:2px}.main-nav a{padding:10px 0 12px}
  .main-nav a.active:after{bottom:4px}
  .hero{grid-template-columns:1fr}.hero-copy{padding:38px 0 24px}
  h1{font-size:54px;line-height:.92;letter-spacing:-3px}
  .hero-visual{height:420px}.hero-visual img{height:410px;width:100%;max-width:520px}
  .felix-note{top:24px;right:20px;font-size:34px}.felix-bubble{top:92px;right:6px;font-size:14px;padding:16px}
  .topic-cards{grid-template-columns:repeat(2,1fr)}
  .trust-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
  .wrap{width:min(100% - 24px,1180px)}.brand{font-size:23px}
  h1{font-size:46px;letter-spacing:-2.5px}.kicker{font-size:10px}.lead{font-size:16px}.lead.second{font-size:15px}
  .benefits{grid-template-columns:1fr;gap:10px}.benefits div{grid-template-columns:38px 1fr}.cta{width:100%}
  .hero-visual{height:350px}.hero-visual img{height:340px}.felix-bubble{display:none}.felix-plaque{left:10px;bottom:14px}
  .topic-cards{grid-template-columns:1fr}.quick-tools{grid-template-columns:1fr}
  .footer{padding:18px 0;flex-direction:column;align-items:flex-start}
}
/* Felix-Grafik: Texte und Sprechblase sind Bestandteil des Bildes. */
.hero-visual{padding:28px 0 0;align-items:center;overflow:visible}
.hero-visual:before{display:none}
.hero-visual img{width:min(570px,96%);height:auto;max-height:520px;aspect-ratio:1/1;object-fit:contain;object-position:center;border-radius:24px;box-shadow:0 16px 42px rgba(31,50,39,.08)}
.felix-note,.felix-bubble,.felix-plaque{display:none!important}
@media(max-width:760px){.hero-visual{height:auto;padding:8px 0 24px}.hero-visual img{height:auto;max-height:none;width:min(520px,100%)}}

/* Hero fine-tuning 2026-09-10: centered ampersand + playful claim */
h1 .hero-line{display:block;white-space:nowrap}
h1 .hero-and{display:block;text-align:center;font-size:.82em;line-height:.78;margin:.04em 0 .02em}
h1 .hero-line-smart{text-align:center}
h1 em{font-family:"Comic Sans MS","Segoe Print","Bradley Hand",cursive;font-weight:800;letter-spacing:-1.5px;transform:rotate(-2.2deg);margin-top:.08em;padding:0 .12em .08em;color:#49c722}
h1 em:before,h1 em:after{content:"";position:absolute;background:var(--green);border-radius:99px}
h1 em:after{left:2%;right:1%;height:5px;bottom:-3px;transform:rotate(1deg)}
h1 em:before{width:26px;height:5px;left:-26px;top:42%;transform:rotate(28deg)}
.hero-copy h1{max-width:590px}
@media(min-width:981px){
  h1{font-size:clamp(52px,4.9vw,68px);line-height:.91;letter-spacing:-3.4px}
  h1 .hero-and{font-size:.72em;margin:.02em 0 -.02em}
  h1 em{font-size:.92em}
}
@media(max-width:760px){
  h1 .hero-line{white-space:normal}
  h1 .hero-line-smart{text-align:left}
  h1 .hero-and{text-align:left;padding-left:1.15em}
}

/* Hero-Abgleich mit Referenzbild 2026-09-10 */
@media(min-width:981px){
  .hero-shell{background:linear-gradient(90deg,#fbfcfb 0%,#f7f9f7 43%,#eef2ee 100%)}
  .hero{min-height:620px;grid-template-columns:46% 54%;align-items:stretch}
  .hero-copy{padding:42px 12px 30px 0;display:flex;flex-direction:column;justify-content:center}
  .kicker{font-size:13px;margin-bottom:12px;letter-spacing:.02em}
  .hero-copy h1{max-width:560px;margin-bottom:30px}
  h1{font-size:clamp(56px,4.65vw,70px);line-height:.89;letter-spacing:-3.6px}
  h1 .hero-and{font-size:.72em;line-height:.70;margin:.03em 0 .01em;text-align:center}
  h1 .hero-line-smart{text-align:center}
  h1 em{display:block;width:max-content;max-width:100%;margin:.10em auto 0;font-size:.88em;line-height:1.02;transform:rotate(-2.8deg);letter-spacing:-1px}
  h1 em:before{width:24px;height:5px;left:-25px;top:38%;transform:rotate(27deg)}
  h1 em:after{left:1%;right:0;height:5px;bottom:-5px;transform:rotate(1deg)}
  .lead{font-size:16px;line-height:1.48;max-width:545px}
  .lead.second{font-size:15px;max-width:545px}
  .benefits{max-width:545px;gap:18px;margin:22px 0 17px}
  .benefits span{font-size:31px}.benefits b{font-size:14px}.benefits small{font-size:11px}
  .cta-row{display:flex;align-items:flex-end;gap:32px;max-width:545px}
  .cta{width:310px;padding:16px 22px;border-radius:12px;font-size:20px}
  .clever-note{font-family:"Comic Sans MS","Segoe Print","Bradley Hand",cursive;font-size:23px;line-height:.78;font-weight:800;transform:rotate(-5deg);padding-bottom:4px}
  .clever-note span{display:inline-block;border-bottom:5px solid var(--green);padding-bottom:5px}
  .hero-visual{height:620px;padding:10px 0 0;align-items:flex-end;justify-content:center;overflow:hidden}
  .hero-visual img{width:100%;max-width:650px;max-height:none;height:610px;aspect-ratio:auto;object-fit:contain;object-position:center bottom;border-radius:0;box-shadow:none}
}
@media(max-width:980px){.cta-row{display:flex;align-items:flex-end;gap:20px}.clever-note{font-family:"Comic Sans MS","Segoe Print",cursive;font-weight:800;transform:rotate(-5deg)}}
@media(max-width:520px){.cta-row{display:block}.clever-note{display:none}}

/* Wide desktop hero scale-up 2026-09-10 */
@media(min-width:1200px){
  .hero{grid-template-columns:48% 52%;min-height:620px}
  .hero-copy{padding:42px 18px 42px 0}
  .hero-copy h1{max-width:700px;font-size:clamp(66px,4.75vw,82px)}
  .kicker{font-size:13px}
  .lead{font-size:18px;max-width:680px}.lead.second{font-size:17px}
  .benefits{max-width:680px;gap:28px}.benefits b{font-size:15px}.benefits small{font-size:12px}
  .hero-visual{height:620px;justify-content:flex-end;padding-top:14px}
  .hero-visual img{width:min(650px,98%);max-height:600px}
  .cta-row{max-width:680px}
}

/* Homepage: Felix Speicherkapitän */
.home-pilot-wrap{margin-top:20px}.home-pilot-banner{display:grid;grid-template-columns:150px 1fr auto;gap:22px;align-items:center;background:linear-gradient(135deg,#efffd6,#dfffb2);border:2px solid #9bdc61;color:#14251d;border-radius:26px;padding:20px 26px;text-decoration:none;box-shadow:0 16px 38px rgba(20,33,28,.08)}.home-pilot-banner:hover{transform:translateY(-2px);box-shadow:0 18px 44px rgba(20,33,28,.12)}.home-pilot-banner img{display:block;width:150px;height:auto;filter:drop-shadow(0 10px 12px rgba(20,33,28,.12))}.home-pilot-banner div>span{display:inline-block;background:#14251d;color:#fff;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:950;letter-spacing:.06em}.home-pilot-banner div>b{display:block;font-size:28px;line-height:1.05;margin-top:9px}.home-pilot-banner p{margin:7px 0 0;color:#45564d;font-size:16px;line-height:1.5}.home-pilot-banner>strong{color:#1e6d37;white-space:nowrap}
@media(max-width:760px){.home-pilot-banner{grid-template-columns:95px 1fr;padding:18px;gap:14px}.home-pilot-banner img{width:95px}.home-pilot-banner>strong{grid-column:1/-1;background:#14251d;color:#9bf51b;border-radius:999px;padding:10px 13px;text-align:center}.home-pilot-banner div>b{font-size:23px}.home-pilot-banner p{font-size:14px}}
@media(max-width:440px){.home-pilot-banner{grid-template-columns:1fr;text-align:center}.home-pilot-banner img{width:120px;margin:auto}.home-pilot-banner div>span{font-size:10px}.home-pilot-banner p{text-align:left}}

/* Speicherkapitän direct domain */
.home-pilot-domain{display:block;margin-top:8px;font-size:12px;font-weight:900;color:#244331}
