/* maOrg Landingpage — Farben & Typo aus docs/ci-leitfaden.md (theme.dart = Quelle) */
:root {
  --blau: #2F6FDE;
  --blau-tief: #1E4FA8;
  --org-hell: #9DC0FF;
  --koralle: #FF6B5E;
  --tuerkis: #11A99C;
  --violett: #7C5CDE;
  --sonne: #F2A93B;
  --hellgrund: #F2EDE3;
  --creme: #FBF7EF;
  --feld: #FFFDF8;
  --tinte: #1d2433;
  --outline: rgba(29, 36, 51, 0.14);
  --muted: #6d6858;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Manrope", system-ui, sans-serif;
  background: var(--hellgrund);
  color: var(--tinte);
  line-height: 1.6;
  font-size: 17px;
}
.wrap { max-width: 1060px; margin: 0 auto; padding: 0 24px; }

/* Wortmarke */
.wortmarke { font-weight: 800; letter-spacing: -0.03em; text-decoration: none; }
.wortmarke .ma { color: var(--tinte); }
.wortmarke .org { color: var(--blau); }
.hero .wortmarke .ma { color: #fff; }
.hero .wortmarke .org { color: var(--org-hell); }

/* Hero (Brand-Fläche: Gradient + Dekorkreise) */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background: linear-gradient(135deg, var(--blau) 0%, var(--blau-tief) 100%);
  padding: 28px 0 88px;
}
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 50%; background: #fff; opacity: 0.07;
}
.hero::before { width: 520px; height: 520px; top: -180px; right: -120px; }
.hero::after { width: 380px; height: 380px; bottom: -200px; left: -80px; }
.hero .wrap { position: relative; z-index: 1; }
.hero nav { display: flex; justify-content: space-between; align-items: center; margin-bottom: 72px; }
.hero nav .wortmarke { font-size: 26px; }
.hero nav a.navlink { color: rgba(255,255,255,0.85); text-decoration: none; font-weight: 600; font-size: 15px; margin-left: 22px; }
.hero h1 { font-size: clamp(30px, 5vw, 44px); font-weight: 800; letter-spacing: -0.5px; line-height: 1.15; max-width: 640px; }
.hero p.sub { margin: 20px 0 36px; font-size: 19px; max-width: 560px; color: rgba(255,255,255,0.88); }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 8px; height: 52px; padding: 0 26px;
  border-radius: 16px; font-weight: 700; font-size: 16px; text-decoration: none;
}
.btn-hell { background: #fff; color: var(--blau-tief); }
.btn-ghost { border: 1.5px solid rgba(255,255,255,0.55); color: #fff; }
.hero .badge-zeile { margin-top: 44px; font-size: 14px; color: rgba(255,255,255,0.75); }

/* Sektionen */
section { padding: 72px 0; }
section h2 { font-size: 28px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 10px; }
section p.lead { color: var(--muted); max-width: 640px; margin-bottom: 40px; }

/* Modul-Karten */
.karten { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.karte {
  background: var(--creme); border: 1px solid var(--outline); border-radius: 22px; padding: 26px;
}
.karte .kachel {
  width: 52px; height: 52px; border-radius: 17px; display: flex; align-items: center;
  justify-content: center; margin-bottom: 16px; font-size: 24px;
}
.karte h3 { font-size: 18px; font-weight: 800; margin-bottom: 6px; }
.karte p { font-size: 15px; color: var(--muted); }
.t-blau { background: rgba(47,111,222,0.13); color: var(--blau); }
.t-koralle { background: rgba(255,107,94,0.13); color: var(--koralle); }
.t-tuerkis { background: rgba(17,169,156,0.13); color: var(--tuerkis); }
.t-violett { background: rgba(124,92,222,0.13); color: var(--violett); }
.t-sonne { background: rgba(242,169,59,0.13); color: #b97d1c; }

/* Vertrauen-Streifen */
.streifen { background: var(--creme); border-top: 1px solid var(--outline); border-bottom: 1px solid var(--outline); }
.streifen .punkte { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 26px; }
.streifen h3 { font-size: 16px; font-weight: 800; margin-bottom: 4px; }
.streifen p { font-size: 14.5px; color: var(--muted); }

/* Ausbau-Liste */
.ausbau li { list-style: none; padding: 14px 0 14px 34px; position: relative; border-bottom: 1px solid var(--outline); max-width: 640px; }
.ausbau li::before { content: "→"; position: absolute; left: 4px; color: var(--blau); font-weight: 800; }

/* Preis */
.preisbox {
  background: var(--creme); border: 1px solid var(--outline); border-radius: 24px;
  padding: 36px; display: flex; flex-wrap: wrap; gap: 28px; align-items: center; justify-content: space-between;
}
.preisbox .zahl { font-size: 34px; font-weight: 800; letter-spacing: -0.5px; }
.preisbox .zahl span { font-size: 16px; font-weight: 600; color: var(--muted); }
.preisbox p { font-size: 15px; color: var(--muted); max-width: 460px; }
.btn-blau { background: var(--blau); color: #fff; }

/* Kontakt */
#kontakt { text-align: center; padding-bottom: 90px; }
#kontakt p.gross { font-size: 19px; max-width: 560px; margin: 0 auto 30px; color: var(--muted); }

/* Footer */
footer { background: var(--tinte); color: rgba(255,255,255,0.75); padding: 30px 0; font-size: 14px; }
footer .wrap { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; }
footer a { color: rgba(255,255,255,0.9); text-decoration: none; margin-left: 18px; }
footer .wortmarke { font-size: 18px; }
footer .wortmarke .ma { color: #fff; }
footer .wortmarke .org { color: var(--org-hell); }

/* Unterseiten (Impressum/Datenschutz) */
.doc { max-width: 720px; margin: 0 auto; padding: 48px 24px 80px; }
.doc h1 { font-size: 30px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 24px; }
.doc h2 { font-size: 19px; font-weight: 800; margin: 28px 0 8px; }
.doc p, .doc li { font-size: 15.5px; color: #3d4354; }
.doc a { color: var(--blau); }
.doc-top { background: var(--creme); border-bottom: 1px solid var(--outline); padding: 18px 0; }
.doc-top .wrap { display: flex; justify-content: space-between; align-items: center; }
.doc-top .wortmarke { font-size: 22px; }
.doc-top a.zurueck { font-size: 14.5px; font-weight: 700; color: var(--blau); text-decoration: none; }
