/* Bürofox — Landing-Page (oeffentliche Startseite).
   Eigenstaendiges Stylesheet: landing.html erbt NICHT von base.html,
   laedt weder Bootstrap noch app.css. */

:root {
  --orange: #fd6844;
  --orange-d: #e8542f;
  --ink: #21212b;
  --navy: #15123a;
  --muted: #6c6c78;
  --bg: #faf8f5;
  --line: #ededea;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--ink);
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 1.5rem; }

/* ---------- Navbar ---------- */
.nav-wrap { background: #fff; border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 0.85rem 0; }
.brand { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; }
.brand img { width: 44px; height: 44px; display: block; }
.brand-name { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.02em; }
.brand-name .b { color: var(--navy); }
.brand-name .f { color: var(--orange); }
.nav-actions { display: flex; align-items: center; gap: 1.4rem; }
.nav-link { color: var(--ink); text-decoration: none; font-weight: 600; font-size: 0.98rem; }

/* ---------- Buttons ---------- */
.btn { display: inline-block; text-decoration: none; font-weight: 700; border-radius: 0.6rem; border: 0; cursor: pointer; }
.btn-fox { background: var(--orange); color: #fff; padding: 0.72rem 1.4rem; }
.btn-fox:hover { background: var(--orange-d); }
.btn-ghost { background: #fff; color: var(--ink); border: 1px solid #d8d6d0; padding: 0.7rem 1.4rem; font-weight: 600; }
.btn-lg { padding: 1rem 2.1rem; font-size: 1.1rem; }

/* ---------- Flash-Meldungen ---------- */
.lp-flash {
  border: 1px solid #e6d9c8;
  background: #fff;
  border-left: 4px solid var(--orange);
  border-radius: 0.5rem;
  padding: 0.7rem 1rem;
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
}

/* ---------- Hero ---------- */
.hero {
  text-align: center;
  padding: 5.5rem 0 4.8rem;
  background: radial-gradient(ellipse 65% 75% at 50% -5%, #ffe7dd 0%, rgba(255, 231, 221, 0) 72%);
}
.hero h1 {
  font-size: clamp(2.5rem, 5.5vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.07;
  color: var(--ink);
}
.hero h1 .u { background: linear-gradient(transparent 64%, rgba(253, 104, 68, 0.34) 64%); }
.hero .lead {
  font-size: 1.22rem;
  color: var(--muted);
  max-width: 37rem;
  margin: 1.5rem auto 2.2rem;
  line-height: 1.62;
}
.hero-cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ---------- Abschnitt ---------- */
.section-h {
  text-align: center;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.6rem;
}
.steps { padding: 3.4rem 0 1rem; }
.step { display: flex; gap: 3.2rem; align-items: center; padding: 2.4rem 0; }
.step.rev { flex-direction: row-reverse; }
.step-col { flex: 1; min-width: 0; }
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.2rem; height: 2.2rem; border-radius: 50%;
  background: var(--orange); color: #fff; font-weight: 800; margin-bottom: 0.7rem;
}
.step h3 { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 0.5rem; }
.step p { color: var(--muted); margin-bottom: 0.6rem; }

/* ---------- Mockup-Karten ---------- */
.mock {
  border: 1px solid #e6e6ea; border-radius: 0.8rem; overflow: hidden;
  background: #fff; box-shadow: 0 14px 40px rgba(20, 20, 40, 0.09);
}
.mock-bar { display: flex; gap: 0.35rem; padding: 0.6rem 0.75rem; background: #f3f3f5; border-bottom: 1px solid #e6e6ea; }
.mock-bar span { width: 0.62rem; height: 0.62rem; border-radius: 50%; background: #cfcfd6; }
.mock-body { padding: 1.15rem; }
.mock-cap { font-size: 0.82rem; color: #9a9aa4; margin-bottom: 0.55rem; }
.mock-input {
  border: 1px solid #e6e6ea; border-radius: 0.45rem; padding: 0.85rem;
  background: #fbfbfc; font-style: italic; color: #5a5a64; line-height: 1.55;
}
.mock-table { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
.mock-table td { padding: 0.6rem 0.35rem; border-bottom: 1px solid #efefef; }
.mock-table td:nth-child(2) { color: #9a9aa4; white-space: nowrap; }
.mock-table td:nth-child(3) { text-align: right; white-space: nowrap; }
.mock-luecke td { background: #fff3cd; }
.mock-luecke td:nth-child(3) { color: #9a7400; font-weight: 700; }
.pdf-head {
  display: flex; justify-content: space-between; align-items: baseline;
  border-bottom: 2px solid var(--orange); padding-bottom: 0.5rem; margin-bottom: 0.9rem;
}
.pdf-head .small { font-size: 0.82rem; color: #9a9aa4; }
.pdf-line { height: 0.5rem; background: #ededf0; border-radius: 3px; margin-bottom: 0.55rem; }
.pdf-total { text-align: right; font-weight: 800; margin-top: 0.9rem; border-top: 1px solid #e6e6ea; padding-top: 0.6rem; }

/* ---------- CTA-Band ---------- */
.cta-band {
  background: #fff3ee; border: 1px solid #ffe0d4; border-radius: 1.3rem;
  text-align: center; padding: 3.4rem 1.5rem; margin: 3.4rem 0;
}
.cta-band h2 { font-size: clamp(1.7rem, 3vw, 2.2rem); font-weight: 800; letter-spacing: -0.02em; }
.cta-band p { color: var(--muted); max-width: 32rem; margin: 0.8rem auto 1.7rem; font-size: 1.1rem; }

/* ---------- Footer ---------- */
footer { border-top: 1px solid var(--line); padding: 2rem 0; text-align: center; color: #9a9aa4; font-size: 0.9rem; }
footer a { color: #9a9aa4; }

@media (max-width: 800px) {
  .step, .step.rev { flex-direction: column; gap: 1.6rem; }
  .hero { padding: 3.6rem 0 3rem; }
}
