:root { --blue:#264850; --yellow:#FCFF5C; --ink:#1f2937; --muted:#6b7280; --bg:#f6f8f9; }
* { box-sizing:border-box; margin:0; }
html { scroll-behavior:smooth; }
body { font-family:'Montserrat',sans-serif; color:var(--ink); background:#fff; line-height:1.6; }
img { max-width:100%; height:auto; display:block; }
a { color:var(--blue); }
.wrap { max-width:1080px; margin:0 auto; padding:0 22px; }

/* Nav */
.nav { position:sticky; top:0; z-index:50; background:#fff; border-bottom:1px solid #e5e7eb; display:flex; justify-content:space-between; align-items:center; padding:14px 22px; }
.brand { font-weight:800; font-size:17px; color:var(--ink); text-decoration:none; display:flex; align-items:center; gap:8px; }
.brand span { color:var(--blue); }
.brand-icon { width:26px; height:26px; }
.nav nav { display:flex; align-items:center; gap:20px; }
.nav nav a { text-decoration:none; font-size:14px; font-weight:600; color:var(--ink); }
.nav nav a.active { color:var(--blue); }
.btn { display:inline-block; padding:12px 24px; border-radius:10px; font-weight:600; font-size:15px; text-decoration:none; text-align:center; }
.btn-cta { background:var(--blue); color:#fff !important; }
.btn-cta:hover { filter:brightness(1.12); }
.btn-ghost { border:2px solid var(--blue); color:var(--blue); }
.btn[aria-disabled="true"] { background:#e5e7eb; color:var(--muted) !important; pointer-events:none; }

/* Mobile-Nav (Hamburger) */
.nav-burger { display:none; background:none; border:0; width:44px; height:44px; padding:10px; cursor:pointer; flex-direction:column; justify-content:center; gap:5px; flex-shrink:0; }
.nav-burger span { display:block; height:2.5px; width:24px; background:var(--blue); border-radius:2px; transition:transform .25s ease, opacity .2s ease; }
.nav-burger.open span:nth-child(1) { transform:translateY(7.5px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity:0; }
.nav-burger.open span:nth-child(3) { transform:translateY(-7.5px) rotate(-45deg); }
.mobile-menu { display:none; }

/* Sections */
section { padding:72px 0; }
section.tint { background:var(--bg); }
section.dark { background:var(--blue); color:#fff; }
h1 { font-size:clamp(32px,6vw,56px); font-weight:800; line-height:1.15; }
h2 { font-size:clamp(24px,4vw,36px); font-weight:800; color:var(--blue); margin-bottom:14px; }
section.dark h2 { color:#fff; }
.sub { color:var(--muted); font-size:17px; max-width:640px; }
section.dark .sub { color:#c8d4d7; }
.center { text-align:center; }
.center .sub { margin:0 auto; }
h1 .hl { color:var(--blue); }
.dark h1 .hl, .dark .hl { color:var(--yellow); }

/* Hero */
.hero { padding:88px 0 64px; }
.hero .badge { display:inline-block; background:rgba(38,72,80,.08); color:var(--blue); border-radius:999px; padding:7px 16px; font-size:13px; font-weight:600; margin-bottom:18px; }
.hero-cta { display:flex; gap:14px; justify-content:center; margin-top:28px; flex-wrap:wrap; }
.hero-note { font-size:13px; color:var(--muted); margin-top:12px; }
.hero-media { margin:44px auto 0; max-width:860px; border-radius:16px; overflow:hidden; box-shadow:0 24px 60px rgba(38,72,80,.25); }
.hero-media iframe, .hero-media img { width:100%; aspect-ratio:16/9; object-fit:cover; border:0; }

/* Plattform-Leiste */
.platforms { display:flex; gap:36px; justify-content:center; flex-wrap:wrap; font-weight:600; color:var(--muted); font-size:15px; }
.platforms .pf { display:flex; align-items:center; gap:9px; }
.platforms .pf img { width:22px; height:22px; opacity:.8; }

/* Story */
.story-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:22px; margin-top:34px; }
.story-card { background:rgba(255,255,255,.08); border-radius:14px; padding:26px; font-size:15px; }
.story-punch { text-align:center; font-size:clamp(20px,3vw,28px); font-weight:800; margin-top:44px; }

/* Feature-Kette */
.feature { display:grid; grid-template-columns:1fr 1fr; gap:44px; align-items:center; margin-top:56px; }
.feature:nth-child(even) .feature-media { order:-1; }
.feature h3 { font-size:22px; font-weight:800; color:var(--blue); margin-bottom:8px; }
.feature .step { font-size:13px; font-weight:600; color:var(--muted); letter-spacing:1px; text-transform:uppercase; }
.feature-media img { border-radius:12px; box-shadow:0 12px 34px rgba(38,72,80,.18); }
@media (max-width:820px){ .feature { grid-template-columns:1fr; gap:18px; } .feature:nth-child(even) .feature-media { order:0; } }

/* Zielgruppen + Pricing-Karten */
.cards { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:22px; margin-top:38px; }
.card { background:#fff; border:1px solid #e5e7eb; border-radius:16px; padding:30px 26px; position:relative; }
.card.highlight { border:2px solid var(--blue); box-shadow:0 16px 40px rgba(38,72,80,.14); }
.card .flag { position:absolute; top:-13px; left:50%; transform:translateX(-50%); background:var(--yellow); color:var(--ink); font-size:12px; font-weight:800; padding:4px 14px; border-radius:999px; }
.card .rolle { font-weight:800; color:var(--blue); font-size:17px; }
.card .botschaft { font-size:14px; color:var(--muted); margin:8px 0 14px; }
.card .zitat { font-size:14px; font-style:italic; background:var(--bg); border-radius:10px; padding:12px 14px; margin-bottom:16px; }
.card .preis { font-size:34px; font-weight:800; }
.card .preis small { font-size:14px; font-weight:400; color:var(--muted); }
.card ul { list-style:none; padding:0; margin:18px 0; }
.card ul li { padding:7px 0 7px 26px; font-size:14px; position:relative; }
.card ul li::before { content:"✓"; position:absolute; left:0; color:var(--blue); font-weight:800; }

/* Zahlen */
.stats { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:22px; margin-top:34px; text-align:center; }
.stat b { display:block; font-size:30px; font-weight:800; color:var(--blue); }
.dark .stat b { color:var(--yellow); }

/* Testimonials */
.quotes { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:22px; margin-top:34px; }
.quote { background:#fff; border-radius:14px; padding:24px; border:1px solid #e5e7eb; font-size:15px; }
.quote .who { margin-top:14px; font-size:13px; color:var(--muted); font-weight:600; }

/* FAQ */
.faq { max-width:760px; margin:34px auto 0; }
.faq details { border-bottom:1px solid #e5e7eb; padding:16px 0; }
.faq summary { font-weight:600; cursor:pointer; font-size:16px; }
.faq p { margin-top:10px; color:var(--muted); font-size:15px; }

/* Vergleichstabelle */
.compare { width:100%; border-collapse:collapse; margin-top:34px; font-size:14px; }
.compare th, .compare td { padding:12px 14px; border-bottom:1px solid #e5e7eb; text-align:center; }
.compare td:first-child, .compare th:first-child { text-align:left; font-weight:600; }
.compare th { color:var(--blue); font-weight:800; }

/* Footer */
.foot { background:var(--blue); color:#c8d4d7; padding:44px 22px; }
.foot-inner { max-width:1080px; margin:0 auto; display:flex; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.foot-brand { font-weight:800; color:#fff; }
.foot-brand span { color:var(--yellow); }
.foot-brand small { font-weight:400; color:#c8d4d7; }
.foot-links { display:flex; gap:18px; flex-wrap:wrap; }
.foot-links a { color:#c8d4d7; text-decoration:none; font-size:14px; }
.foot-copy { font-size:13px; }

@media (max-width:860px){
  .nav { padding:12px 16px; }
  .nav .nav-links { display:none; }
  .nav-burger { display:flex; }
  .mobile-menu { display:block; position:fixed; top:63px; left:0; right:0; bottom:0; background:#fff; z-index:49; padding:14px 22px 32px; overflow-y:auto; }
  .mobile-menu[hidden] { display:none; }
  .mobile-menu a { display:block; padding:17px 4px; font-size:18px; font-weight:600; color:var(--ink); text-decoration:none; border-bottom:1px solid #f3f4f6; }
  .mobile-menu a.btn { margin-top:22px; border:0; border-bottom:0; background:var(--blue); color:#fff; text-align:center; border-radius:12px; font-size:16px; padding:16px; }
  .mobile-menu-note { margin-top:12px; font-size:13px; color:var(--muted); text-align:center; }
  body.menu-open { overflow:hidden; }
}
@media (max-width:720px){
  section { padding:52px 0; }
  .hero { padding:56px 0 44px; }
  .hero-cta .btn { width:100%; max-width:340px; }
  .hero-media { border-radius:12px; }
  .compare { display:block; overflow-x:auto; -webkit-overflow-scrolling:touch; }
  .compare th, .compare td { white-space:nowrap; }
  .story-punch { margin-top:34px; }
  .foot-inner { flex-direction:column; }
}
