/* ============================================================
   BASE.CSS - gemeinsames Design-System für billing.garbit.de
   Wird auf JEDER Seite eingebunden (vor site-nav.css).
   Definiert die CSS-Variablen, auf die site-nav.css zugreift.
   Nav-Styling liegt ausschließlich in site-nav.css.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
:root {
  --green: #33cc3f; --green-dark: #29a332; --green-tint: #e8f9e9; --green-tint2: #d0f5d3;
  --font: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  --ease-out: cubic-bezier(0.2,0.7,0.2,1); --dur-fast: 140ms; --dur-base: 220ms; --dur-slow: 380ms;
  --container: 1160px; --pad: clamp(20px,5vw,80px);
  --bg: #ffffff; --bg-alt: #f7f7f7; --bg-dark: #000000; --bg-dark-alt: #0d0d0d;
  --text: #333333; --text-head: #222222; --text-muted: #666666; --text-faint: #888888;
  --border: #e0e0e0; --card-bg: #ffffff;
  --card-shadow: 0 1px 3px rgba(0,0,0,0.06),0 4px 16px rgba(0,0,0,0.05);
  --card-shadow-hover: 0 4px 12px rgba(0,0,0,0.10),0 12px 40px rgba(0,0,0,0.08);
  --nav-bg: rgba(255,255,255,0.88); --nav-border: rgba(0,0,0,0.08);
}
[data-theme="dark"] {
  --bg: #111111; --bg-alt: #161616; --bg-dark: #000000; --bg-dark-alt: #0d0d0d;
  --text: #c8c8c8; --text-head: #f0f0f0; --text-muted: #888888; --text-faint: #555555;
  --border: #2a2a2a; --card-bg: #1a1a1a;
  --card-shadow: 0 1px 3px rgba(0,0,0,0.3),0 4px 16px rgba(0,0,0,0.2);
  --card-shadow-hover: 0 4px 12px rgba(0,0,0,0.4),0 12px 40px rgba(0,0,0,0.35);
  --nav-bg: rgba(10,10,10,0.9); --nav-border: rgba(255,255,255,0.07);
}
body { font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; transition: background var(--dur-slow) var(--ease-out), color var(--dur-slow) var(--ease-out); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--pad); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.55s var(--ease-out), transform 0.55s var(--ease-out); }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* SECTIONS */
.section-space { padding: 80px 0; }
@media (max-width: 700px) { .section-space { padding: 56px 0; } }
.section-space--alt { background: var(--bg-alt); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green-dark); margin-bottom: 16px; }
.eyebrow::before { content: ''; width: 20px; height: 2px; background: var(--green); border-radius: 1px; }
[data-theme="dark"] .eyebrow { color: var(--green); }
.section-title { font-size: clamp(1.7rem,4vw,2.6rem); font-weight: 800; color: var(--text-head); line-height: 1.15; margin-bottom: 16px; }
.section-title strong { color: var(--green); }
.section-lead { font-size: 1.05rem; color: var(--text-muted); max-width: 680px; line-height: 1.7; margin-bottom: 48px; }

/* HERO */
.hero { padding: 120px 0 80px; background: var(--bg-dark); color: #fff; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 60% 50%, rgba(51,204,63,0.10) 0%, transparent 70%); pointer-events: none; }
.hero__inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--green); background: rgba(51,204,63,0.12); border: 1px solid rgba(51,204,63,0.3); padding: 7px 14px; border-radius: 99px; margin-bottom: 22px; }
.hero__eyebrow svg { flex-shrink: 0; }
.hero__headline { font-size: clamp(2rem,5vw,3.4rem); font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 20px; letter-spacing: -0.01em; }
.hero__headline strong { color: var(--green); }
.hero__sub { font-size: 1.05rem; color: rgba(255,255,255,0.65); line-height: 1.7; margin-bottom: 32px; max-width: 520px; }
.hero__pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.hero__pill { display: inline-flex; align-items: center; gap: 6px; background: rgba(51,204,63,0.12); border: 1px solid rgba(51,204,63,0.25); color: #a3f0a8; font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 20px; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__visual { display: flex; justify-content: center; align-items: center; }
@media (max-width: 860px) { .hero__inner { grid-template-columns: 1fr; } .hero__visual { display: none; } }

/* MOCK (App-Fenster / Buchungs-Mock als Hero-/Section-Visual) */
.mock { width: 100%; max-width: 500px; background: var(--card-bg); border: 1px solid var(--border); border-radius: 16px; box-shadow: 0 30px 70px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.04); overflow: hidden; }
.mock--light { box-shadow: var(--card-shadow-hover); }
.mock__bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; background: var(--bg-alt); border-bottom: 1px solid var(--border); }
.mock__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--border); }
.mock__dot:nth-child(1) { background: #ff5f57; } .mock__dot:nth-child(2) { background: #febc2e; } .mock__dot:nth-child(3) { background: #28c840; }
.mock__title { margin-left: 10px; font-size: 12px; font-weight: 600; color: var(--text-muted); }
.mock__body { padding: 18px 18px 22px; }
.mock__row { display: flex; align-items: center; gap: 12px; padding: 11px 4px; border-bottom: 1px solid var(--border); }
.mock__row:last-child { border-bottom: none; }
.mock__from { flex: 1; font-size: 13px; font-weight: 700; color: var(--text-head); }
.mock__from span { display: block; font-size: 11px; font-weight: 500; color: var(--text-faint); margin-top: 2px; }
.mock__arrow { flex-shrink: 0; color: var(--green); }
.mock__to { flex: 1.1; font-size: 12px; color: var(--text-muted); text-align: right; }
.mock__tag { display: inline-block; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 99px; background: var(--green-tint); color: var(--green-dark); letter-spacing: 0.02em; }
[data-theme="dark"] .mock__tag { color: var(--green); }
.mock__foot { display: flex; align-items: center; justify-content: space-between; padding: 14px 4px 2px; margin-top: 6px; border-top: 1px solid var(--border); font-size: 12px; }
.mock__foot strong { color: var(--green-dark); } [data-theme="dark"] .mock__foot strong { color: var(--green); }
.mock__foot span { color: var(--text-faint); }

/* HERO-PRODUKTBOX (3D-Bild als Hero-Visual, vgl. ship.garbit.de) */
.hero__visual--product { position: relative; min-height: 460px; }
.hero__product-halo { position: absolute; top: 50%; left: 50%; width: 520px; height: 520px; transform: translate(-50%, -50%); background: radial-gradient(circle at center, rgba(51,204,63,0.32) 0%, rgba(51,204,63,0.12) 32%, transparent 66%); filter: blur(18px); z-index: 0; pointer-events: none; }
.hero__product-box { position: relative; z-index: 1; width: 100%; max-width: 460px; height: auto; transform: scale(1); transition: transform 0.5s var(--ease-out); animation: hero-box-float 8s ease-in-out infinite; filter: drop-shadow(0 18px 32px rgba(0,0,0,0.45)) drop-shadow(0 48px 80px rgba(51,204,63,0.16)); }
.hero__visual--product:hover .hero__product-box { transform: scale(1.05); }
@keyframes hero-box-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -10px; } }
@media (max-width: 860px) { .hero__visual--product { min-height: auto; } .hero__product-box { max-width: 320px; } .hero__product-halo { width: 360px; height: 360px; } }
@media (prefers-reduced-motion: reduce) { .hero__product-box { animation: none; } }

/* BUTTONS */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; height: 52px; padding: 0 28px; background: var(--green); color: #fff; font-size: 15px; font-weight: 600; border-radius: 99px; border: 1px solid var(--green); cursor: pointer; transition: background var(--dur-base), transform var(--dur-base), box-shadow var(--dur-base); }
.btn-primary:hover { background: var(--green-dark); border-color: var(--green-dark); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(51,204,63,0.30); }
.btn-ghost { display: inline-flex; align-items: center; gap: 8px; height: 52px; padding: 0 28px; background: transparent; color: #fff; font-size: 15px; font-weight: 500; border-radius: 99px; border: 1px solid rgba(255,255,255,0.25); cursor: pointer; transition: border-color var(--dur-base), background var(--dur-base); }
.btn-ghost:hover { border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.06); }
.btn-ghost--dark { color: var(--text-head); border-color: var(--border); }
.btn-ghost--dark:hover { border-color: var(--green); background: rgba(51,204,63,0.06); }

/* STAT BAR */
.stat-bar { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-alt); }
.stat-bar__inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 36px 24px; text-align: center; border-right: 1px solid var(--border); }
.stat:last-child { border-right: none; }
.stat__value { font-size: clamp(1.6rem,3vw,2.2rem); font-weight: 800; color: var(--green-dark); line-height: 1; }
[data-theme="dark"] .stat__value { color: var(--green); }
.stat__label { font-size: 13px; color: var(--text-muted); margin-top: 8px; }
@media (max-width: 700px) { .stat-bar__inner { grid-template-columns: 1fr 1fr; } .stat:nth-child(2) { border-right: none; } .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--border); } }

/* PROCESS IMAGE */
.process-image { border-radius: 14px; overflow: hidden; box-shadow: var(--card-shadow); border: 1px solid var(--border); margin-top: 48px; }
.process-image img { width: 100%; display: block; }
.process-image__caption { padding: 12px 20px; font-size: 12px; color: var(--text-faint); background: var(--card-bg); border-top: 1px solid var(--border); text-align: center; }

/* FEATURE BLOCKS */
.feature-block { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-bottom: 80px; }
.feature-block:last-child { margin-bottom: 0; }
.feature-block--reverse .feature-block__content { order: 2; }
.feature-block--reverse .feature-block__media { order: 1; }
.feature-block__tag { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green-dark); margin-bottom: 14px; }
[data-theme="dark"] .feature-block__tag { color: var(--green); }
.feature-block__tag-num { width: 24px; height: 24px; background: var(--green); color: #fff; font-size: 12px; font-weight: 800; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.feature-block__title { font-size: clamp(1.4rem,2.5vw,2rem); font-weight: 800; color: var(--text-head); line-height: 1.2; margin-bottom: 16px; }
.feature-block__title strong { color: var(--green); }
.feature-block__body { font-size: 0.95rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 24px; }
.feature-block__more { display:inline-flex; align-items:center; gap:8px; margin-top:20px; font-size:14px; font-weight:600; color:var(--green); text-decoration:none; border:1px solid rgba(51,204,63,0.3); padding:9px 18px; border-radius:99px; transition: background var(--dur-base), border-color var(--dur-base); }
.feature-block__more:hover { background: rgba(51,204,63,0.07); border-color: var(--green); }
.feature-screen { background: var(--bg-alt); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; box-shadow: var(--card-shadow); }
.feature-screen img { width: 100%; display: block; }
.checklist { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.9rem; color: var(--text); line-height: 1.55; }
.check-icon { flex-shrink: 0; width: 20px; height: 20px; background: var(--green-tint); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--green-dark); margin-top: 1px; }
.check-icon svg { width: 10px; height: 10px; }
@media (max-width: 860px) {
  .feature-block { grid-template-columns: 1fr; gap: 32px; }
  .feature-block--reverse .feature-block__content { order: 1; }
  .feature-block--reverse .feature-block__media { order: 2; }
}

/* FEATURE CARDS GRID */
.feature-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.feature-cards--2 { grid-template-columns: repeat(2, 1fr); }
.feature-card { background: var(--card-bg); border: 1px solid var(--border); border-radius: 14px; padding: 28px 24px; box-shadow: var(--card-shadow); transition: box-shadow var(--dur-base), transform var(--dur-base); }
.feature-card:hover { box-shadow: var(--card-shadow-hover); transform: translateY(-3px); }
.feature-card__icon { width: 44px; height: 44px; background: var(--green-tint); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--green-dark); margin-bottom: 14px; }
[data-theme="dark"] .feature-card__icon { color: var(--green); }
.feature-card__title { font-size: 0.95rem; font-weight: 700; color: var(--text-head); margin-bottom: 8px; }
.feature-card__desc { font-size: 0.85rem; color: var(--text-muted); line-height: 1.65; }
@media (max-width: 860px) { .feature-cards, .feature-cards--2 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .feature-cards, .feature-cards--2 { grid-template-columns: 1fr; } }

/* USP GRID (Überblick) */
.usp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.usp-card { background: var(--card-bg); border: 1px solid var(--border); border-radius: 14px; padding: 30px 26px; box-shadow: var(--card-shadow); transition: box-shadow var(--dur-base), transform var(--dur-base); }
.usp-card:hover { box-shadow: var(--card-shadow-hover); transform: translateY(-3px); }
.usp-card__icon { width: 48px; height: 48px; background: var(--green-tint); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--green-dark); margin-bottom: 18px; }
[data-theme="dark"] .usp-card__icon { color: var(--green); }
.usp-card__title { font-size: 1.05rem; font-weight: 700; color: var(--text-head); margin-bottom: 10px; }
.usp-card__desc { font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; }
@media (max-width: 860px) { .usp-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .usp-grid { grid-template-columns: 1fr; } }

/* PLATFORM GRID */
.platform-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px; }
.platform-card { position: relative; background: var(--card-bg); border: 1px solid var(--border); border-radius: 14px; padding: 24px 20px; box-shadow: var(--card-shadow); transition: box-shadow var(--dur-base), transform var(--dur-base), border-color var(--dur-base); }
.platform-card:hover { box-shadow: var(--card-shadow-hover); transform: translateY(-3px); border-color: rgba(51,204,63,0.4); }
.platform-card__name { font-size: 1rem; font-weight: 800; color: var(--text-head); letter-spacing: -0.01em; }
.platform-card__type { font-size: 12px; font-weight: 600; color: var(--text-faint); margin-top: 3px; }
.platform-card__badges { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.platform-badge { font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 99px; letter-spacing: 0.02em; }
.platform-badge--ff { background: var(--green-tint); color: var(--green-dark); }
.platform-badge--imp { background: rgba(51,204,63,0.10); color: var(--green-dark); border: 1px solid rgba(51,204,63,0.25); }
.platform-badge--soon { background: var(--bg-alt); color: var(--text-faint); border: 1px solid var(--border); }
[data-theme="dark"] .platform-badge--ff, [data-theme="dark"] .platform-badge--imp { color: var(--green); }
@media (max-width: 900px) { .platform-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .platform-grid { grid-template-columns: 1fr 1fr; } }

/* PROCESS FLOW (vertikales Ablauf-Diagramm) */
.flow { display: flex; flex-direction: column; gap: 0; margin-top: 48px; max-width: 820px; }
.flow__step { display: flex; gap: 20px; }
.flow__rail { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.flow__num { width: 40px; height: 40px; border-radius: 50%; background: var(--green); color: #fff; font-weight: 800; font-size: 15px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.flow__line { flex: 1; width: 2px; background: var(--border); min-height: 18px; }
.flow__step:last-child .flow__line { display: none; }
.flow__body { padding-bottom: 28px; padding-top: 6px; }
.flow__title { font-size: 1.05rem; font-weight: 700; color: var(--text-head); margin-bottom: 6px; }
.flow__desc { font-size: 0.92rem; color: var(--text-muted); line-height: 1.65; }
.flow__desc code { font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace; font-size: 0.85em; background: var(--bg-alt); border: 1px solid var(--border); border-radius: 5px; padding: 1px 6px; color: var(--green-dark); }
[data-theme="dark"] .flow__desc code { color: var(--green); }

/* DATA TABLE */
.data-table-wrap { margin-top: 40px; overflow-x: auto; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--card-shadow); }
.data-table { width: 100%; border-collapse: collapse; min-width: 560px; background: var(--card-bg); }
.data-table th, .data-table td { padding: 14px 18px; text-align: left; font-size: 0.88rem; border-bottom: 1px solid var(--border); vertical-align: top; }
.data-table thead th { background: var(--bg-alt); color: var(--text-head); font-weight: 700; font-size: 0.8rem; letter-spacing: 0.03em; text-transform: uppercase; }
.data-table tbody tr:last-child td { border-bottom: none; }
.data-table td { color: var(--text-muted); line-height: 1.55; }
.data-table td strong, .data-table th strong { color: var(--text-head); }
.data-table .tc { text-align: center; }
.data-table .yes { color: var(--green-dark); font-weight: 700; }
[data-theme="dark"] .data-table .yes { color: var(--green); }
.data-table .no { color: var(--text-faint); }

/* NOTE / CALLOUT */
.note { display: flex; gap: 14px; background: var(--green-tint); border: 1px solid rgba(51,204,63,0.3); border-radius: 14px; padding: 20px 22px; margin-top: 40px; }
[data-theme="dark"] .note { background: rgba(51,204,63,0.08); }
.note__icon { flex-shrink: 0; width: 32px; height: 32px; border-radius: 8px; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; }
.note__body { font-size: 0.9rem; color: var(--text); line-height: 1.65; }
.note__body strong { color: var(--text-head); }
.note--neutral { background: var(--bg-alt); border-color: var(--border); }
.note--neutral .note__icon { background: var(--text-muted); }

/* STEPS (Installation) */
.steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 48px; }
.step { display: flex; gap: 16px; background: var(--card-bg); border: 1px solid var(--border); border-radius: 14px; padding: 22px 22px; box-shadow: var(--card-shadow); }
.step__num { flex-shrink: 0; width: 34px; height: 34px; border-radius: 9px; background: var(--green-tint); color: var(--green-dark); font-weight: 800; font-size: 15px; display: flex; align-items: center; justify-content: center; }
[data-theme="dark"] .step__num { color: var(--green); }
.step__title { font-size: 0.98rem; font-weight: 700; color: var(--text-head); margin-bottom: 5px; }
.step__desc { font-size: 0.86rem; color: var(--text-muted); line-height: 1.6; }
@media (max-width: 700px) { .steps { grid-template-columns: 1fr; } }

/* SPEC LIST (Systemvoraussetzungen / Tech) */
.spec-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 40px; }
.spec-list li { display: flex; align-items: flex-start; gap: 12px; background: var(--card-bg); border: 1px solid var(--border); border-radius: 12px; padding: 16px 18px; font-size: 0.9rem; color: var(--text); box-shadow: var(--card-shadow); }
.spec-list li svg { flex-shrink: 0; color: var(--green); margin-top: 2px; }
@media (max-width: 700px) { .spec-list { grid-template-columns: 1fr; } }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; background: var(--card-bg); border: 1px solid var(--border); border-radius: 18px; padding: 32px 28px; box-shadow: var(--card-shadow); transition: box-shadow var(--dur-base), transform var(--dur-base); }
.price-card:hover { box-shadow: var(--card-shadow-hover); transform: translateY(-3px); }
.price-card--featured { border-color: var(--green); box-shadow: 0 8px 32px rgba(51,204,63,0.18); position: relative; }
.price-card__badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--green); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 14px; border-radius: 99px; }
.price-card__name { font-size: 1.2rem; font-weight: 800; color: var(--text-head); }
.price-card__tagline { font-size: 0.85rem; color: var(--text-muted); margin-top: 6px; min-height: 38px; }
.price-card__price { font-size: 1.9rem; font-weight: 800; color: var(--text-head); margin: 18px 0 4px; }
.price-card__price span { font-size: 0.85rem; font-weight: 600; color: var(--text-faint); }
.price-card__list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 22px 0 28px; }
.price-card__list li { display: flex; align-items: flex-start; gap: 9px; font-size: 0.88rem; color: var(--text); line-height: 1.5; }
.price-card__list li svg { flex-shrink: 0; color: var(--green); margin-top: 2px; }
.price-card .btn-primary, .price-card .btn-ghost--dark { width: 100%; justify-content: center; margin-top: auto; }
@media (max-width: 860px) { .pricing-grid { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; } }

/* TECH SECTION (dunkel) */
.tech-section { background: var(--bg-dark); }
.tech-section .eyebrow { color: var(--green); }
.tech-section .eyebrow::before { background: var(--green); }
.tech-section .section-title { color: #fff; }
.tech-section .section-lead { color: rgba(255,255,255,0.6); }
.tech-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.tech-list { list-style: none; display: flex; flex-direction: column; gap: 20px; }
.tech-list li { display: flex; gap: 16px; align-items: flex-start; }
.tech-list__icon { flex-shrink: 0; width: 40px; height: 40px; background: rgba(51,204,63,0.12); border: 1px solid rgba(51,204,63,0.2); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--green); }
.tech-list__title { font-size: 0.95rem; font-weight: 700; color: #fff; margin-bottom: 4px; }
.tech-list__desc { font-size: 0.85rem; color: rgba(255,255,255,0.5); line-height: 1.6; }
@media (max-width: 860px) { .tech-grid { grid-template-columns: 1fr; } }

/* WHY-US (dunkle 12-Punkte-Sektion) */
.why-section { background: var(--bg-dark-alt); }
.why-section .eyebrow { color: var(--green); }
.why-section .eyebrow::before { background: var(--green); }
.why-section .section-title { color: #fff; }
.why-section .section-lead { color: rgba(255,255,255,0.6); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.why-item { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 24px 22px; }
.why-item__icon { color: var(--green); margin-bottom: 12px; }
.why-item__title { font-size: 0.98rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.why-item__desc { font-size: 0.85rem; color: rgba(255,255,255,0.55); line-height: 1.6; }
@media (max-width: 860px) { .why-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .why-grid { grid-template-columns: 1fr; } }

/* QUOTE / SOCIAL PROOF */
.quote { max-width: 760px; margin: 48px auto 0; text-align: center; }
.quote__text { font-size: clamp(1.15rem,2.4vw,1.5rem); font-weight: 300; color: var(--text-head); line-height: 1.5; font-style: italic; }
.quote__text strong { font-weight: 700; font-style: normal; color: var(--green-dark); }
[data-theme="dark"] .quote__text strong { color: var(--green); }
.quote__cite { font-size: 0.85rem; color: var(--text-faint); margin-top: 18px; }

/* CTA */
.cta-section { background: var(--bg-dark); padding: 80px 0; }
.cta-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.cta-inner .eyebrow { justify-content: center; color: var(--green); }
.cta-inner .eyebrow::before { background: var(--green); }
.cta-title { font-size: clamp(1.8rem,4vw,2.8rem); font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 16px; }
.cta-title strong { color: var(--green); }
.cta-sub { font-size: 1.05rem; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 40px; }
.cta-trial-boxes { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; text-align: left; margin-bottom: 40px; }
.cta-trial-item { display: flex; align-items: flex-start; gap: 12px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 14px 16px; font-size: 14px; color: rgba(255,255,255,0.8); }
.cta-trial-item svg { flex-shrink: 0; color: var(--green); margin-top: 1px; }
.cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
.cta-contacts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 32px; text-align: left; }
.cta-contact-label { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 8px; }
.cta-contact-value { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.6; }
.cta-contact-value a { color: rgba(255,255,255,0.85); }
.cta-contact-value a:hover { color: var(--green); }
@media (max-width: 700px) { .cta-trial-boxes { grid-template-columns: 1fr; } .cta-contacts { grid-template-columns: 1fr; } }

/* DEMO / TERMIN */
.demo-section { background: var(--bg-alt); padding: clamp(64px, 10vw, 120px) 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.demo-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 860px) { .demo-inner { grid-template-columns: 1fr; gap: 40px; } }
.demo-content .eyebrow { margin-bottom: 16px; }
.demo-title { font-size: clamp(26px, 4vw, 42px); font-weight: 300; letter-spacing: -0.025em; line-height: 1.15; color: var(--text-head); margin-bottom: 16px; text-wrap: balance; }
.demo-title strong { font-weight: 700; }
.demo-sub { font-size: clamp(14px, 1.8vw, 17px); color: var(--text-muted); font-weight: 400; line-height: 1.65; margin-bottom: 32px; max-width: 460px; }
.demo-bullets { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
.demo-bullets li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: var(--text); font-weight: 400; }
.demo-bullets li svg { flex-shrink: 0; margin-top: 2px; color: var(--green); }
.demo-cta-box { background: var(--card-bg); border: 1px solid var(--border); border-radius: 20px; padding: 40px; box-shadow: var(--card-shadow); text-align: center; }
.demo-cta-box__eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green); margin-bottom: 8px; }
.demo-cta-box__title { font-size: 22px; font-weight: 700; color: var(--text-head); margin-bottom: 8px; }
.demo-cta-box__sub { font-size: 14px; color: var(--text-muted); margin-bottom: 28px; line-height: 1.5; }
.demo-cta-box__duration { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--text-muted); background: var(--bg-alt); border: 1px solid var(--border); border-radius: 99px; padding: 5px 14px; margin-bottom: 24px; }
.demo-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 52px; padding: 0 32px; border-radius: 99px; background: var(--green); color: #fff; font-size: 16px; font-weight: 700; text-decoration: none; border: none; cursor: pointer; font-family: inherit; transition: background var(--dur-base), transform var(--dur-fast); width: 100%; }
.demo-btn:hover { background: var(--green-dark); transform: translateY(-1px); }
.demo-btn:active { transform: translateY(0); }
.demo-cta-box__note { font-size: 12px; color: var(--text-faint); margin-top: 14px; }

/* FUSSNOTEN / ABKÜRZUNGEN (dunkler Glossar-Block vor dem Footer) */
.footnotes { background: var(--bg-dark-alt); border-top: 1px solid rgba(255,255,255,0.06); padding: 30px 0; }
.footnotes__title { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.32); margin-bottom: 14px; }
.footnotes__list { list-style: none; display: flex; flex-direction: column; gap: 8px; max-width: 880px; margin: 0; padding: 0; }
.footnotes__item { font-size: 12.5px; color: rgba(255,255,255,0.5); line-height: 1.6; }
.footnotes__item sup { color: var(--green); font-weight: 700; margin-right: 4px; }
.footnotes__item strong { color: rgba(255,255,255,0.72); font-weight: 700; }
/* Referenz-Marker im Fließtext (z. B. OSS¹) */
.fn-ref { font-size: 0.7em; font-weight: 700; color: var(--green-dark); vertical-align: super; line-height: 0; text-decoration: none; }
[data-theme="dark"] .fn-ref { color: var(--green); }
.fn-ref:hover { text-decoration: underline; }

/* BACK + FOOTER */
.back-section { padding: 32px 0; }
.back-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--text-muted); border: 1px solid var(--border); border-radius: 8px; padding: 8px 16px; transition: color var(--dur-base), border-color var(--dur-base); }
.back-link:hover { color: var(--green); border-color: var(--green); }
.footer { background: #000; padding: 32px 0; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer__logo { display: flex; align-items: center; gap: 10px; }
.footer__logo-text { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.3); letter-spacing: 0.05em; text-transform: uppercase; }
.footer__meta { display: flex; gap: 16px; flex-wrap: wrap; }
.footer__link { font-size: 12px; color: rgba(255,255,255,0.4); transition: color var(--dur-base); }
.footer__link:hover { color: var(--green); }
.footer__copy { font-size: 12px; color: rgba(255,255,255,0.25); }

/* TOC BAR */
.toc-bar { position: sticky; top: 60px; z-index: 50; background: var(--bg); border-bottom: 1px solid var(--border); overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.toc-bar::-webkit-scrollbar { display: none; }
.toc-bar__inner { max-width: var(--container); margin: 0 auto; padding: 0 var(--pad); display: flex; gap: 4px; height: 48px; align-items: center; min-width: max-content; }
.toc-bar__link { font-size: 13px; font-weight: 600; color: var(--text-muted); text-decoration: none; padding: 8px 14px; border-radius: 8px; display: flex; align-items: center; gap: 6px; transition: color var(--dur-fast), background var(--dur-fast); white-space: nowrap; }
.toc-bar__link::before { content: attr(data-num); font-size: 10px; font-weight: 700; opacity: 0.5; font-variant-numeric: tabular-nums; }
.toc-bar__link:hover { color: var(--text-head); }
.toc-bar__link.is-active { color: var(--green); background: var(--green-tint); }
[data-theme="dark"] .toc-bar__link.is-active { background: rgba(51,204,63,0.12); }

/* PAGE HEADER (Rechtstexte / Doku) */
.pt-nav { padding-top: 60px; }
.page-header { padding: clamp(48px, 8vw, 80px) 0 clamp(32px, 5vw, 48px); border-bottom: 1px solid var(--border); margin-bottom: 56px; }
.page-title { font-size: clamp(2rem, 5vw, 3rem); font-weight: 300; color: var(--text-head); line-height: 1.15; letter-spacing: -0.02em; }
.page-title strong { font-weight: 700; }
.page-content { max-width: 820px; padding-bottom: 80px; }
.legal-section { margin-bottom: 40px; }
.legal-section h2 { font-size: 17px; font-weight: 700; color: var(--text-head); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.legal-section h3 { font-size: 15px; font-weight: 600; color: var(--text-head); margin: 18px 0 8px; }
.legal-section p, .legal-section li { font-size: 15px; color: var(--text-muted); margin-bottom: 10px; line-height: 1.75; }
.legal-section ul { margin: 0 0 14px 20px; }
.legal-section a { color: var(--green); text-decoration: none; }
.legal-section a:hover { text-decoration: underline; }
