/* Shared styles for the standalone, indexable content pages
   (roi, leistungen, kontakt, referenzen, ueber-mich, faq, impressum, datenschutz). */
:root { color-scheme: dark; }
* { box-sizing: border-box; }
body {
  margin: 0;
  background: #0a0a0c;
  color: #f4f3ee;
  font-family: 'Inter Tight', system-ui, -apple-system, sans-serif;
  line-height: 1.65;
}
.wrap { max-width: 820px; margin: 0 auto; padding: 48px 24px 96px; }
a { color: #8b95f1; text-decoration: none; }
a:hover { text-decoration: underline; }

.back { font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase; color: #8b8b82; font-weight: 600; }
.tag { color: #8b95f1; font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 700; margin: 32px 0 6px; }

h1 { font-size: 2.3rem; font-weight: 800; letter-spacing: -0.025em; margin: 0 0 12px; line-height: 1.1; }
h2 { font-size: 1.2rem; font-weight: 700; margin: 40px 0 8px; }
h3 { font-size: 1rem; font-weight: 700; margin: 22px 0 4px; }
p, li { color: #cfcdc4; font-weight: 300; }
.lede { color: #a8a89f; font-size: 1.05rem; margin: 0 0 8px; }
ul { padding-left: 20px; }
strong { color: #f4f3ee; font-weight: 600; }

/* KPI / metric grid */
.kpis { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; margin: 24px 0 8px; }
.kpi { border: 1px solid #26262c; border-radius: 14px; background: #131318; padding: 18px; }
.kpi .n { font-size: 1.7rem; font-weight: 800; color: #f4f3ee; letter-spacing: -0.02em; }
.kpi .l { font-size: 0.78rem; color: #8b8b82; margin-top: 2px; }

/* Cards */
.card { border: 1px solid #26262c; border-radius: 16px; background: #131318; padding: 22px; margin: 14px 0; }
.card.featured { border-color: rgba(139,149,241,0.5); background: #16161d; }
.card h3 { margin-top: 0; }
.meta { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: #d4b46a; font-weight: 700; }

/* Callout / placeholder note */
.note { margin-top: 36px; padding: 16px 18px; border: 1px solid #26262c; border-radius: 12px; background: #131318; font-size: 0.85rem; color: #a8a89f; }
.todo { border-color: #4a3f1e; background: #1a1710; color: #d8c9a0; }

/* Contact form */
form { margin-top: 20px; }
label { display: block; font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: #8b8b82; font-weight: 600; margin: 16px 0 6px; }
input, textarea, select {
  width: 100%; padding: 12px 14px; border-radius: 10px; border: 1px solid #26262c;
  background: #131318; color: #f4f3ee; font-family: inherit; font-size: 0.95rem;
}
input:focus, textarea:focus, select:focus { outline: none; border-color: #8b95f1; }
textarea { min-height: 130px; resize: vertical; }
button {
  margin-top: 22px; padding: 14px 26px; border-radius: 999px; border: none;
  background: #f4f3ee; color: #0a0a0c; font-family: inherit; font-weight: 700;
  font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer;
}
button:hover { background: #fff; }

.cta { display: inline-block; margin-top: 18px; padding: 13px 24px; border-radius: 999px; background: #f4f3ee; color: #0a0a0c; font-weight: 700; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; }
.cta:hover { text-decoration: none; background: #fff; }

footer { margin-top: 60px; padding-top: 24px; border-top: 1px solid #1e1e24; font-size: 0.78rem; color: #8b8b82; }
footer a { color: #a8a89f; }
