/* Lifecycle — lifecycle-karriere.de
   Design-Tokens laut Handoff (design_handoff_launch/README.md, Abschnitt 3) */

:root {
  --green: #7CB737;
  --green-dark: #5F9A22;
  --green-light: #9FCB6E;
  --green-surface: #EAF3DC;
  --green-faint: #F2F8EA;
  --green-card: #FBFDF7;
  --green-border: #DDE9CC;
  --ink: #37474A;
  --slate: #4F6367;
  --grey: #6B7578;
  --grey-light: #8A9296;
  --grey-xlight: #A6ADA5;
  --olive: #B6B984;
  --border: #E8EAE6;
  --border-2: #EDEFEA;
  --border-3: #F0F2EC;
  --page: #F6F5F1;
  --faint: #FBFCF8;
  --footer: #2C3A3C;
  --warn: #C98A15;
  --warn-bg: #FDFAF2;
  --warn-border: #F0E4C8;
  --danger: #B4453F;
  --danger-bg: #FDF6F6;
  --danger-border: #F0DEDE;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --display: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: #FFFFFF;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
svg { flex-shrink: 0; }

a { color: var(--green-dark); text-decoration: none; }
a:hover { color: var(--green); text-decoration: underline; }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 600;
  color: var(--ink);
  margin: 0;
  line-height: 1.14;
  letter-spacing: -0.02em;
  text-wrap: pretty;
}
h1 { font-size: clamp(32px, 5.4vw, 56px); letter-spacing: -0.032em; line-height: 1.07; }
h2 { font-size: clamp(26px, 3.6vw, 38px); letter-spacing: -0.026em; }
h3 { font-family: var(--sans); font-weight: 700; font-size: clamp(17.5px, 1.6vw, 19.5px); letter-spacing: 0; line-height: 1.35; }
h4 { font-family: var(--sans); font-weight: 700; font-size: 16px; letter-spacing: 0; line-height: 1.4; }
p { margin: 0; text-wrap: pretty; }
ul, ol { margin: 0; padding-left: 20px; }

:focus-visible { outline: 3px solid var(--green); outline-offset: 2px; border-radius: 4px; }

.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 12px; z-index: 200; background: #FFFFFF; padding: 10px 16px; border-radius: 10px; border: 1px solid var(--green); font-weight: 700; font-size: 14px; }

/* ---------- Layout ---------- */

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.wrap--narrow { max-width: 860px; }
@media (min-width: 720px) { .wrap { padding: 0 40px; } }

.sec { padding: 48px 0; }
@media (min-width: 720px) { .sec { padding: 72px 0; } }
.sec--tight { padding: 36px 0; }
.sec--faint { background: var(--faint); border-top: 1px solid var(--border-2); border-bottom: 1px solid var(--border-2); }
.sec--dark { background: var(--ink); color: #FFFFFF; }
.sec--dark h2, .sec--dark h3 { color: #FFFFFF; }

.stack { display: flex; flex-direction: column; gap: 14px; }
.stack--sm { gap: 8px; }
.stack--lg { gap: 24px; }

.grid { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: 1fr; }
.grid-3 { grid-template-columns: 1fr; }
@media (min-width: 700px) { .grid-2 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 940px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 700px) and (max-width: 939px) { .grid-3 { grid-template-columns: 1fr 1fr; } }

.split { display: flex; flex-wrap: wrap; gap: 40px; align-items: center; }
.split > * { flex: 1 1 340px; min-width: 0; }

/* ---------- Typo-Bausteine ---------- */

.eyebrow { font-size: 11.5px; font-weight: 800; letter-spacing: 1.8px; color: var(--olive); text-transform: uppercase; }
.eyebrow--green { color: var(--green-dark); }
.eyebrow--onDark { color: var(--green-light); }
.lead { font-size: clamp(16.5px, 1.9vw, 19px); font-weight: 500; color: var(--grey); line-height: 1.62; }
.lead--onDark { color: rgba(255,255,255,.72); }
.body { font-size: 14.8px; font-weight: 500; color: var(--grey); line-height: 1.68; }
.measure { max-width: 660px; }
.measure--wide { max-width: 800px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }

/* ---------- Header ---------- */

.site-head { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.93); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border-2); }
.head-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 11px; padding-bottom: 11px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand:hover { text-decoration: none; }
.brand img { width: 30px; height: 30px; object-fit: contain; }
.brand-word { font-family: var(--display); font-size: 16px; font-weight: 600; letter-spacing: 3.2px; color: var(--green); }

.nav { display: flex; align-items: center; gap: 26px; }
.nav a { font-size: 13.5px; font-weight: 600; color: var(--slate); }
.nav a:hover { color: var(--green-dark); text-decoration: none; }
.nav a[aria-current="page"] { color: var(--green-dark); }
.nav .btn { color: #FFFFFF; }

.burger { display: none; align-items: center; justify-content: center; gap: 5px; flex-direction: column; width: 42px; height: 38px; border: 1px solid var(--border); border-radius: 11px; background: #FFFFFF; cursor: pointer; }
.burger span { display: block; width: 17px; height: 2px; border-radius: 2px; background: var(--ink); }

@media (max-width: 899px) {
  .burger { display: flex; }
  .nav {
    display: none;
    position: absolute;
    left: 0; right: 0; top: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 20px 18px;
    background: #FFFFFF;
    border-bottom: 1px solid var(--border-2);
    box-shadow: 0 24px 40px -28px rgba(20,24,26,.5);
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 13px 2px; font-size: 15.5px; border-bottom: 1px solid var(--border-3); }
  .nav .btn { margin-top: 14px; border-bottom: 0; justify-content: center; }
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 13px 24px; border-radius: 13px;
  font-family: var(--sans); font-size: 14.5px; font-weight: 700;
  background: var(--ink); color: #FFFFFF; border: 1px solid transparent;
  cursor: pointer; transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.btn:hover { background: var(--green-dark); color: #FFFFFF; text-decoration: none; }
.btn--green { background: var(--green); }
.btn--green:hover { background: var(--green-dark); }
.btn--ghost { background: #FFFFFF; color: var(--slate); border-color: #DDE0D8; }
.btn--ghost:hover { background: #FFFFFF; color: var(--green-dark); border-color: var(--green); }
.btn--onDark { background: var(--green); }
.btn--onDark:hover { background: #8FC94A; }
.btn--sm { padding: 10px 19px; border-radius: 999px; font-size: 13px; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

.badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; background: var(--green-surface); border: 1px solid var(--green-border); }
.badge .dot { width: 7px; height: 7px; border-radius: 999px; background: var(--green); }
.badge span { font-size: 11.5px; font-weight: 800; letter-spacing: .8px; color: var(--green-dark); }

.pill { display: inline-block; padding: 5px 13px; border-radius: 999px; background: var(--green); color: #FFFFFF; font-size: 10.5px; font-weight: 800; letter-spacing: 1px; }

/* ---------- Karten ---------- */

.card { background: #FFFFFF; border: 1px solid var(--border); border-radius: 20px; padding: 24px; }
@media (min-width: 720px) { .card { padding: 27px 29px; } }
.card--faint { background: var(--faint); border-color: var(--border-2); }
.card--green { background: var(--green-card); border-color: var(--green-border); }
.card--warm { background: #FDFAFA; border-color: #E8DFDF; }
.card--big { border-radius: 24px; padding: 30px 28px; }
@media (min-width: 720px) { .card--big { padding: 40px 44px; } }
.card h3 { margin-bottom: 8px; }

.step-num { width: 40px; height: 40px; border-radius: 12px; background: var(--green-surface); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-size: 18px; font-weight: 600; color: var(--green-dark); margin-bottom: 16px; }

.checklist { display: flex; flex-direction: column; gap: 12px; }
.checklist li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.6px; font-weight: 600; color: var(--slate); line-height: 1.5; }
.checklist { list-style: none; padding: 0; }
.checklist .tick { margin-top: 3px; }

.trust { display: flex; flex-wrap: wrap; gap: 10px 22px; list-style: none; padding: 0; }
.trust li { display: flex; align-items: center; gap: 7px; font-size: 12.8px; font-weight: 600; color: var(--grey-light); }

.rows { display: flex; flex-direction: column; gap: 13px; }
.rows .row { font-size: 15px; font-weight: 500; line-height: 1.55; }
.rows .rule { height: 1px; background: var(--border-3); }

.kv { display: grid; grid-template-columns: 1fr; gap: 4px 18px; }
@media (min-width: 620px) { .kv { grid-template-columns: 190px 1fr; } }
.kv dt { font-size: 13px; font-weight: 800; letter-spacing: .6px; color: var(--olive); text-transform: uppercase; padding-top: 3px; }
.kv dd { margin: 0 0 14px; font-size: 15px; font-weight: 600; color: var(--slate); }

/* ---------- Phone-Mockup ---------- */

.phone { width: 300px; max-width: 100%; margin: 0 auto; border-radius: 42px 42px 0 0; background: #14181A; padding: 8px 8px 0; box-shadow: 0 30px 60px -30px rgba(20,24,26,.6); }
.phone-screen { border-radius: 35px 35px 0 0; background: #FFFFFF; overflow: hidden; display: flex; flex-direction: column; }
.phone-head { padding: 20px 18px 12px; border-bottom: 1px solid var(--border-3); }
.phone-body { flex: 1; padding: 14px 18px; display: flex; flex-direction: column; gap: 11px; }
.phone-title { font-family: var(--display); font-size: 22px; font-weight: 600; color: var(--ink); letter-spacing: -.3px; }
.phone-sub { font-size: 11px; font-weight: 600; color: var(--grey-xlight); }
.hero-halo { position: relative; }
.hero-halo::before { content: ""; position: absolute; top: 30px; left: -26px; right: -26px; bottom: -30px; border-radius: 999px; background: var(--green-surface); }
.hero-halo > * { position: relative; }

.mini-card { border: 1px solid var(--border-2); border-radius: 13px; padding: 11px; }
.mini-card--green { border-color: var(--green-border); background: var(--green-card); }
.mini-name { font-size: 13.4px; font-weight: 700; color: var(--ink); }
.mini-meta { font-size: 11.4px; font-weight: 600; color: var(--grey-light); margin-top: 3px; }

.bar { height: 6px; border-radius: 99px; background: var(--border-3); margin-top: 8px; overflow: hidden; }
.bar > i { display: block; height: 100%; background: var(--green); border-radius: 99px; }

.tl { position: relative; padding-left: 22px; display: flex; flex-direction: column; gap: 12px; }
.tl::before { content: ""; position: absolute; left: 4px; top: 12px; bottom: 6px; width: 2px; background: linear-gradient(180deg, #7CB737, #C9DFA8 60%, #EDEFEA); }
.tl-item { position: relative; }
.tl-item .node { position: absolute; left: -22px; top: 14px; width: 11px; height: 11px; border-radius: 999px; background: var(--green); border: 3px solid #FFFFFF; box-shadow: 0 0 0 3px #E9F3DA; }
.tl-item .node--past { width: 9px; height: 9px; left: -21px; top: 13px; background: #FFFFFF; border: 2.5px solid var(--slate); box-shadow: none; }
.tl-date { font-size: 10px; font-weight: 800; letter-spacing: .8px; color: var(--green-dark); margin-bottom: 4px; }
.tl-date--past { color: var(--grey-xlight); }

/* ---------- Preise ---------- */

.plan { position: relative; }
.plan .flag { position: absolute; top: -13px; left: 28px; }
.price { display: flex; align-items: baseline; gap: 8px; margin-top: 12px; }
.price .amount { font-family: var(--display); font-size: clamp(38px, 5vw, 46px); font-weight: 600; color: var(--ink); letter-spacing: -1.4px; }
.price .per { font-size: 15px; font-weight: 600; color: var(--grey-xlight); }
.rule { height: 1px; background: var(--border-3); margin: 22px 0; }
.rule--green { background: #E4EFD3; }

/* ---------- FAQ / Accordion ---------- */

.faq { border-top: 1px solid var(--border-2); }
.faq details { border-bottom: 1px solid var(--border-2); }
.faq summary { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 19px 0; cursor: pointer; list-style: none; font-size: clamp(16px, 1.8vw, 17.5px); font-weight: 700; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; width: 11px; height: 11px; margin-top: 7px; flex-shrink: 0; border-right: 2.4px solid var(--green); border-bottom: 2.4px solid var(--green); transform: rotate(45deg); transition: transform .18s ease; }
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq .answer { padding: 0 0 20px; font-size: 14.8px; font-weight: 500; color: var(--grey); line-height: 1.7; max-width: 780px; }
.faq .answer p + p { margin-top: 10px; }

/* ---------- Formular ---------- */

.form { display: flex; flex-direction: column; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 12.5px; font-weight: 800; letter-spacing: .6px; color: var(--slate); text-transform: uppercase; }
.field input, .field select, .field textarea {
  font-family: var(--sans); font-size: 15px; font-weight: 500; color: var(--ink);
  padding: 12px 14px; border: 1px solid #DDE0D8; border-radius: 12px; background: #FFFFFF; width: 100%;
}
.field textarea { min-height: 130px; resize: vertical; line-height: 1.55; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); outline: none; box-shadow: 0 0 0 3px var(--green-faint); }
.field .hint { font-size: 12.5px; font-weight: 500; color: var(--grey-light); }
.field--row { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 620px) { .field--row { grid-template-columns: 1fr 1fr; } }
.hp { position: absolute; left: -9999px; }

/* ---------- Notiz-Blöcke ---------- */

.note { border-radius: 16px; padding: 20px 22px; font-size: 14.6px; font-weight: 500; line-height: 1.68; }
.note--warn { background: var(--warn-bg); border: 1px solid var(--warn-border); color: #7A6218; }
.note--dashed { background: var(--faint); border: 1px dashed #DDE0D8; color: var(--grey); }
.note strong { color: var(--ink); }

/* ---------- Prose (Rechtstexte) ---------- */

.prose { max-width: 760px; }
.prose h2 { font-size: clamp(21px, 2.4vw, 25px); margin: 40px 0 12px; }
.prose h3 { font-size: 16.5px; margin: 26px 0 8px; }
.prose p, .prose li { font-size: 15.2px; font-weight: 500; color: var(--slate); line-height: 1.72; }
.prose p + p { margin-top: 12px; }
.prose ul, .prose ol { margin: 12px 0; display: flex; flex-direction: column; gap: 7px; }
.prose > *:first-child { margin-top: 0; }
.prose .toc { list-style: none; padding: 0; margin: 0; display: grid; gap: 7px; }
.prose .toc a { font-size: 14.5px; font-weight: 600; }
.prose table { width: 100%; border-collapse: collapse; margin: 14px 0; font-size: 14.5px; }
.prose th, .prose td { text-align: left; padding: 10px 12px; border: 1px solid var(--border-2); vertical-align: top; color: var(--slate); }
.prose th { background: var(--faint); font-weight: 700; color: var(--ink); }
.tag-todo { display: inline-block; padding: 2px 8px; border-radius: 6px; background: var(--warn-bg); border: 1px solid var(--warn-border); color: var(--warn); font-size: 12.5px; font-weight: 800; letter-spacing: .3px; }

/* ---------- Footer ---------- */

.site-foot { background: var(--footer); padding: 44px 0 30px; margin-top: 0; }
.foot-top { display: flex; flex-wrap: wrap; gap: 36px 50px; justify-content: space-between; }
.foot-blurb { max-width: 300px; font-size: 13.5px; font-weight: 500; color: rgba(255,255,255,.5); line-height: 1.65; margin-top: 12px; }
.foot-cols { display: flex; flex-wrap: wrap; gap: 30px 48px; }
.foot-col { display: flex; flex-direction: column; gap: 9px; min-width: 132px; }
.foot-col .head { font-size: 10.5px; font-weight: 800; letter-spacing: 1.3px; color: #6E8489; text-transform: uppercase; }
.foot-col a, .foot-col span { font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,.72); }
.foot-col a:hover { color: var(--green-light); text-decoration: none; }
.foot-bottom { margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; font-weight: 500; color: rgba(255,255,255,.35); }
.site-foot .brand-word { color: var(--green-light); }

/* ---------- Utilities ---------- */
.mt-6{margin-top:6px}.mt-10{margin-top:10px}.mt-14{margin-top:14px}.mt-18{margin-top:18px}
.mt-22{margin-top:22px}.mt-28{margin-top:28px}.mt-36{margin-top:36px}.mt-44{margin-top:44px}
.mb-10{margin-bottom:10px}.mb-18{margin-bottom:18px}.mb-28{margin-bottom:28px}
.hero-title{margin-top:20px}
.dark-quote{font-family:var(--display);font-size:clamp(24px,3.2vw,34px);font-weight:500;line-height:1.25;color:#FFF;letter-spacing:-.02em}
