/* =====================================================================
   Stammwerkstatt – Website
   Marke + Marketing-Seite + eingebettete, interaktive App-Mockups
   App-Styles sind unter #swdemo gekapselt (keine Kollision mit der Seite)
   ===================================================================== */

:root {
  --navy-900:#0a1722; --navy-800:#0d1f2d; --navy-600:#16364a;
  --orange:#ff7a1a; --orange-2:#ff9234; --orange-soft:#ff9b4d;
  --green:#2bb673; --green-dark:#1d7d4f;
  --bg:#eef2f6; --card:#fff; --ink:#0d1f2d; --muted:#5b6b78; --line:#dde5ec;
  --maxw:1120px;
}

* { margin:0; padding:0; box-sizing:border-box; -webkit-tap-highlight-color:transparent; }
html { scroll-behavior:smooth; }
body { font-family:'Inter',system-ui,-apple-system,sans-serif; background:var(--bg); color:var(--ink);
  line-height:1.55; -webkit-font-smoothing:antialiased; }
a { color:inherit; }
img { max-width:100%; display:block; }
.container { max-width:var(--maxw); margin:0 auto; padding:0 22px; }

/* ---------- Buttons (Seite) ---------- */
.btn-primary, .btn-outline {
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  font-weight:800; font-size:15px; border-radius:999px; padding:14px 26px;
  text-decoration:none; cursor:pointer; transition:transform .07s ease, box-shadow .2s ease; border:none; }
.btn-primary { background:linear-gradient(120deg,var(--orange),var(--orange-2)); color:#fff;
  box-shadow:0 6px 18px rgba(255,122,26,.35); }
.btn-primary:hover { box-shadow:0 9px 26px rgba(255,122,26,.45); }
.btn-primary:active { transform:scale(.98); }
.btn-outline { background:transparent; color:#fff; border:1.6px solid rgba(255,255,255,.4); }
.btn-outline:hover { border-color:#fff; background:rgba(255,255,255,.08); }
.btn-dark { background:var(--navy-800); color:#fff; box-shadow:0 6px 18px rgba(13,31,45,.25); }

/* ---------- Top-Navigation ---------- */
.nav { position:sticky; top:0; z-index:100; background:rgba(13,31,45,.92);
  backdrop-filter:blur(10px); border-bottom:1px solid rgba(255,255,255,.08); }
.nav-inner { display:flex; align-items:center; gap:14px; height:62px; }
.nav .brandmark { width:30px; height:30px; border-radius:8px;
  background:linear-gradient(135deg,#ff8c33,#f06a05); display:flex; align-items:center; justify-content:center; flex:0 0 auto; }
.nav .brandname { font-weight:900; letter-spacing:.4px; color:#fff; font-size:17px; }
.nav .brandname span { color:var(--orange-soft); }
.nav-links { margin-left:auto; display:flex; gap:6px; align-items:center; }
.nav-links a { color:#cfe0ee; font-size:14px; font-weight:700; text-decoration:none;
  padding:8px 12px; border-radius:8px; }
.nav-links a:hover { color:#fff; background:rgba(255,255,255,.07); }
.nav-cta { padding:10px 18px !important; font-size:14px !important; }
@media(max-width:860px){ .nav-links a:not(.nav-cta){ display:none; } }

/* ---------- Hero ---------- */
.hero { position:relative; overflow:hidden; color:#fff;
  background:linear-gradient(155deg,var(--navy-900),var(--navy-600)); }
.hero .deco { position:absolute; border-radius:50%; filter:blur(2px); opacity:.5; }
.hero .deco1 { width:420px; height:420px; right:-120px; top:-160px;
  background:radial-gradient(circle,rgba(255,122,26,.45),transparent 65%); }
.hero .deco2 { width:360px; height:360px; left:-140px; bottom:-180px;
  background:radial-gradient(circle,rgba(43,182,115,.35),transparent 65%); }
.hero-inner { position:relative; z-index:1; padding:70px 0 80px; max-width:760px; }
.tagpill { display:inline-block; font-size:12.5px; font-weight:800; letter-spacing:.4px;
  background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.18);
  color:#dce8f2; padding:7px 14px; border-radius:999px; margin-bottom:22px; }
.hero h1 { font-size:clamp(30px,5vw,52px); line-height:1.08; font-weight:900; letter-spacing:-.5px; }
.hero h1 .accent { color:var(--orange); }
.hero .sub { font-size:clamp(15px,2.2vw,18.5px); color:#cfe0ee; margin-top:20px; max-width:660px; }
.hero .sub b { color:#fff; }
.hero-cta { display:flex; flex-wrap:wrap; gap:13px; margin-top:30px; }
.check-row { display:flex; flex-wrap:wrap; gap:18px; margin-top:30px; }
.check { display:flex; align-items:center; gap:8px; font-size:14px; font-weight:700; color:#dce8f2; }
.check svg { flex:0 0 auto; }

/* ---------- Sections ---------- */
.section { padding:78px 0; }
.section.alt { background:#fff; }
.kicker { font-size:12.5px; font-weight:900; letter-spacing:1.5px; color:var(--orange);
  text-transform:uppercase; }
.section h2 { font-size:clamp(25px,3.4vw,38px); font-weight:900; letter-spacing:-.4px; margin-top:10px; }
.section .lead { font-size:16.5px; color:var(--muted); max-width:680px; margin-top:14px; }
.section-head { margin-bottom:42px; }
.section-head.center { text-align:center; }
.section-head.center .lead { margin-left:auto; margin-right:auto; }

/* ---------- Feature-Grid ---------- */
.feature-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:22px; }
@media(max-width:760px){ .feature-grid { grid-template-columns:1fr; } }
.feature { background:var(--bg); border:1px solid var(--line); border-radius:18px; padding:26px 24px; }
.section.alt .feature { background:#f5f8fb; }
.feature-head { display:flex; align-items:center; gap:12px; margin-bottom:12px; }
.feature-icon { width:42px; height:42px; border-radius:12px; flex:0 0 auto;
  background:linear-gradient(135deg,#fff1e4,#ffe2c8); display:flex; align-items:center; justify-content:center; }
.feature h3 { font-size:18px; font-weight:900; }
.feature h3 small { display:block; font-size:12.5px; font-weight:800; color:var(--orange); letter-spacing:.3px; margin-top:2px; }
.feature p { font-size:14.5px; color:#3f4f5b; }
.feature p b { color:var(--navy-800); }

/* ---------- Trust-Box ---------- */
.trust { display:flex; gap:20px; align-items:flex-start;
  background:linear-gradient(150deg,var(--navy-900),var(--navy-600)); color:#fff;
  border-radius:20px; padding:30px 32px; margin-top:36px; }
.trust-icon { width:50px; height:50px; border-radius:14px; flex:0 0 auto;
  background:rgba(255,255,255,.1); display:flex; align-items:center; justify-content:center; }
.trust h3 { font-size:20px; font-weight:900; }
.trust h3 span { color:var(--orange-soft); }
.trust p { color:#cfe0ee; font-size:14.5px; margin-top:8px; }
.trust p b { color:#fff; }

/* ---------- Live-Demo Section ---------- */
.live { background:linear-gradient(180deg,#0a1722,#0d2336); color:#fff; }
.live .kicker { color:var(--orange-soft); }
.live h2 { color:#fff; }
.live .lead { color:#a9c0d2; }

/* =====================================================================
   #swdemo  – interaktive Geräte (gekapselte App-Styles)
   ===================================================================== */
#swdemo { --bg:#eef2f6; --card:#fff; --ink:#0d1f2d; --muted:#5b6b78; --line:#dde5ec; }
#swdemo .stage { display:flex; gap:40px; justify-content:center; align-items:flex-start;
  flex-wrap:wrap; margin-top:14px; }
#swdemo .device-cap { text-align:center; font-size:12.5px; font-weight:800; color:#9fb6c8;
  margin-top:14px; letter-spacing:.3px; }

/* Laptop-Rahmen */
#swdemo .laptop { width:min(640px,92vw); }
#swdemo .laptop-bezel { background:#0a1722; border-radius:16px; padding:14px 14px 0;
  box-shadow:0 24px 60px rgba(0,0,0,.45); border:1px solid #21323f; }
#swdemo .swlaptop { width:100%; height:600px; background:var(--bg); border-radius:6px 6px 0 0;
  overflow:hidden; display:flex; flex-direction:column; position:relative; text-align:left; }
#swdemo .laptop-foot { height:14px; background:linear-gradient(#22323f,#0a1722);
  border-radius:0 0 16px 16px; position:relative; box-shadow:0 18px 24px rgba(0,0,0,.4); }
#swdemo .laptop-foot::after { content:""; position:absolute; left:50%; top:0; transform:translateX(-50%);
  width:90px; height:6px; background:#2c3e4c; border-radius:0 0 7px 7px; }

/* Handy-Rahmen */
#swdemo .phone { width:312px; max-width:88vw; }
#swdemo .swphone { position:relative; width:100%; height:600px; background:var(--bg);
  border:11px solid #0a1722; border-radius:42px; overflow:hidden;
  display:flex; flex-direction:column; box-shadow:0 24px 60px rgba(0,0,0,.45); }

/* gemeinsame App-Tokens */
#swdemo .card { background:var(--card); border-radius:14px; box-shadow:0 2px 10px rgba(13,31,45,.07); padding:14px 15px; }
#swdemo .card.notif { border-left:5px solid var(--orange); }
#swdemo .card.approved { border-left:5px solid var(--green); }
#swdemo .card.big-pad { padding:26px 20px; }
#swdemo .muted { color:var(--muted); } #swdemo .small { font-size:12.5px; } #swdemo .tiny { font-size:11px; }
#swdemo .center { text-align:center; }
#swdemo .row { display:flex; align-items:center; }
#swdemo .center-col { display:flex; flex-direction:column; align-items:center; text-align:center; }
#swdemo .mt1{margin-top:4px}#swdemo .mt2{margin-top:8px}#swdemo .mt3{margin-top:12px}#swdemo .mt4{margin-top:18px}
#swdemo .card-title { font-size:14.5px; font-weight:800; } #swdemo .card-title.big { font-size:17px; }
#swdemo .price { font-weight:900; font-size:16px; } #swdemo .price.big { font-size:19px; }
#swdemo .btn { display:inline-flex; align-items:center; justify-content:center; gap:7px;
  background:linear-gradient(120deg,var(--orange),var(--orange-2)); color:#fff; font-weight:800; font-size:14px;
  border:none; border-radius:999px; padding:11px 20px; cursor:pointer;
  box-shadow:0 3px 10px rgba(255,122,26,.35); transition:transform .06s ease; text-decoration:none; }
#swdemo .btn:active { transform:scale(.97); } #swdemo .btn:disabled { opacity:.4; box-shadow:none; cursor:default; }
#swdemo .btn.full { width:100%; } #swdemo .btn.big { padding:14px 20px; font-size:15px; }
#swdemo .btn.ghost { background:#eef2f6; color:var(--muted); box-shadow:none; font-weight:700; }
#swdemo .spinner { width:34px; height:34px; border-radius:50%; border:4px solid var(--line);
  border-top-color:var(--orange); animation:swspin .9s linear infinite; }
@keyframes swspin { to{transform:rotate(360deg)} }
#swdemo .ok-circle { width:26px; height:26px; border-radius:50%; background:var(--green);
  display:flex; align-items:center; justify-content:center; flex:0 0 auto; }
#swdemo .ok-circle.xl { width:52px; height:52px; }
#swdemo .pill { font-weight:800; border-radius:999px; }
#swdemo .pill.or { background:#fff0e2; color:#c45f08; } #swdemo .pill.bl { background:#e8f0f7; color:#16364a; }

/* Chips / Tageschips */
#swdemo .chips { display:flex; flex-wrap:wrap; gap:8px; }
#swdemo .chip { border:1.4px solid var(--line); border-radius:999px; padding:7px 13px; font-size:12.5px;
  font-weight:700; color:var(--muted); background:#fff; cursor:pointer; }
#swdemo .chip.on { background:var(--navy-800); border-color:var(--navy-800); color:#fff; }
#swdemo .daychips { display:flex; gap:7px; }
#swdemo .daychip { flex:1; border:1.4px solid var(--line); border-radius:10px; padding:9px 0; text-align:center;
  font-size:13px; font-weight:800; color:var(--muted); background:#fff; cursor:pointer; }
#swdemo .daychip.on { border-color:var(--orange); background:#fff4ea; color:var(--orange); }
#swdemo .daychip.dis { opacity:.3; cursor:default; }

/* ---- Handy: Topbar / Content / Nav ---- */
#swdemo .swphone .topbar { display:flex; align-items:center; gap:8px; padding:13px 16px;
  background:linear-gradient(150deg,var(--navy-900),var(--navy-600)); color:#fff; flex:0 0 auto; }
#swdemo .swphone .topbar .brandmark { width:26px; height:26px; border-radius:7px;
  background:linear-gradient(135deg,#ff8c33,#f06a05); display:flex; align-items:center; justify-content:center; }
#swdemo .swphone .topbar .brand { font-weight:900; font-size:14px; letter-spacing:.4px; }
#swdemo .swphone .topbar .brand span { color:var(--orange-soft); }
#swdemo .swphone .conn { margin-left:auto; display:flex; align-items:center; gap:6px; font-size:10.5px; font-weight:700; color:#cfe0ee; }
#swdemo .swphone .conn .dot { width:8px; height:8px; border-radius:50%; background:var(--green); }
#swdemo .swphone .content { flex:1; overflow-y:auto; padding-bottom:72px; }
#swdemo .swphone .screen { padding:16px 14px 8px; display:flex; flex-direction:column; gap:12px; }
#swdemo .greet { font-size:21px; font-weight:900; letter-spacing:-.2px; }
#swdemo .greet-sub { font-size:13px; color:var(--muted); margin-top:-6px; }
#swdemo .veh-name { font-size:15px; font-weight:800; }
#swdemo .plate { margin-left:auto; font-size:11.5px; font-weight:800; color:#445566;
  border:1.4px solid #c9d4dd; background:#f4f7fa; border-radius:5px; padding:2px 7px; letter-spacing:.5px; }
#swdemo .bottomnav { position:absolute; bottom:0; left:0; width:100%; z-index:5;
  display:flex; background:rgba(255,255,255,.97); backdrop-filter:blur(8px); border-top:1px solid var(--line); }
#swdemo .nav-item { flex:1; display:flex; flex-direction:column; align-items:center; gap:3px;
  padding:9px 0 10px; font-size:10.5px; font-weight:700; color:#7b8b99; background:none; border:none; cursor:pointer; }
#swdemo .nav-item.active { color:var(--orange); }

/* ---- Tracker (Auto-Status) ---- */
#swdemo .tracker { display:flex; width:100%; padding:14px 0 6px; }
#swdemo .tracker-step { flex:1; display:flex; flex-direction:column; align-items:center; gap:7px; }
#swdemo .tracker-line-wrap { display:flex; align-items:center; width:100%; }
#swdemo .tline { flex:1; height:3.5px; background:var(--line); } #swdemo .tline.done { background:var(--green); }
#swdemo .tdot { width:22px; height:22px; border-radius:50%; flex:0 0 auto; background:var(--line);
  display:flex; align-items:center; justify-content:center; }
#swdemo .tdot.done { background:var(--green); }
#swdemo .tdot.active { background:var(--orange); animation:swpulse 1.8s infinite; }
@keyframes swpulse { 0%,100%{box-shadow:0 0 0 4px rgba(255,122,26,.16)} 50%{box-shadow:0 0 0 8px rgba(255,122,26,.07)} }
#swdemo .tlabel { font-size:11px; font-weight:600; color:var(--muted); }
#swdemo .tlabel.current { color:var(--orange); font-weight:900; }

/* ---- Freigabe / Termin-Vorschläge ---- */
#swdemo .appr-thumb { width:42px; height:42px; border-radius:10px;
  background:linear-gradient(135deg,#3c4c5a,#16222e); display:flex; align-items:center; justify-content:center; }
#swdemo .prop { display:flex; align-items:center; border:1.5px solid var(--line); border-radius:13px;
  padding:12px 14px; margin-top:9px; background:#fff; }
#swdemo .prop .pday { font-size:12.5px; font-weight:700; color:var(--muted); }
#swdemo .prop .ptime { font-size:17px; font-weight:900; margin-top:1px; }
#swdemo .prop .pick { margin-left:auto; background:linear-gradient(120deg,var(--orange),var(--orange-2));
  color:#fff; font-weight:800; font-size:13px; border:none; border-radius:999px; padding:9px 16px; cursor:pointer; }
#swdemo .countdown { font-size:12px; font-weight:700; color:#c45f08; background:#fff0e2;
  border-radius:999px; padding:5px 12px; display:inline-block; margin-top:6px; }
#swdemo .confirm-slot { font-size:19px; font-weight:900; margin-top:6px; }
#swdemo .callbtn { width:100%; margin-top:12px; padding:13px; font-size:13.5px; background:#fff;
  border:1.6px solid var(--orange); color:var(--orange); border-radius:999px; font-weight:800;
  display:flex; align-items:center; justify-content:center; gap:8px; cursor:pointer; }

/* ---- Akte ---- */
#swdemo .doc-row { display:flex; align-items:center; padding:10px 0; border-bottom:1px solid #f0f4f8; }
#swdemo .doc-row:last-of-type { border-bottom:none; }
#swdemo .doc-title { font-size:13.5px; font-weight:700; } #swdemo .doc-amount { font-size:13px; font-weight:900; }
#swdemo .km-row { justify-content:space-between; padding:8px 0; } #swdemo .km { font-weight:800; font-size:14px; }
#swdemo .shop-card { display:flex; flex-direction:column; align-items:center; text-align:center; padding:22px 16px; }
#swdemo .shop-logo { width:52px; height:52px; border-radius:14px;
  background:linear-gradient(135deg,var(--navy-800),var(--navy-600)); display:flex; align-items:center; justify-content:center; }

/* ---- Modal (Freigabe) ---- */
#swdemo .modal-backdrop { position:absolute; inset:0; z-index:20; background:rgba(10,23,34,.55);
  display:flex; align-items:flex-end; justify-content:center; }
#swdemo .modal { width:100%; background:#fff; border-radius:22px 22px 0 0; padding:12px 18px 20px; animation:swup .22s ease; }
@keyframes swup { from{transform:translateY(40px);opacity:.4} to{transform:none;opacity:1} }
#swdemo .modal-grip { width:42px; height:4px; border-radius:2px; background:var(--line); margin:0 auto 14px; }
#swdemo .photo { margin:14px 0; height:120px; border-radius:14px;
  background:linear-gradient(135deg,#2b3c4a,#101d28); display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; }
#swdemo .photo-label { color:#9fb6c8; font-size:11.5px; font-weight:600; }
#swdemo .total-row { justify-content:space-between; padding:10px 0 14px; font-size:13.5px; font-weight:600; }

/* ---- Laptop: Kopf + Tabs ---- */
#swdemo .shophead { display:flex; align-items:center; gap:10px; padding:12px 18px; flex:0 0 auto;
  background:linear-gradient(150deg,var(--navy-900),var(--navy-600)); color:#fff; }
#swdemo .shophead .brandmark { width:26px; height:26px; border-radius:7px;
  background:linear-gradient(135deg,#ff8c33,#f06a05); display:flex; align-items:center; justify-content:center; }
#swdemo .shophead .brand { font-weight:900; font-size:14px; letter-spacing:.3px; }
#swdemo .shophead .brand span { color:var(--orange-soft); }
#swdemo .shophead .shop { margin-left:auto; font-size:12px; font-weight:700; color:#cfe0ee; }
#swdemo .shopnav { display:flex; gap:2px; background:var(--navy-800); padding:0 14px; flex:0 0 auto; }
#swdemo .stab { padding:11px 16px; font-size:13px; font-weight:800; color:#9fb6c8; cursor:pointer;
  border:none; background:none; border-bottom:3px solid transparent; display:flex; align-items:center; gap:7px; }
#swdemo .stab:hover { color:#cfe0ee; }
#swdemo .stab.on { color:#fff; border-bottom-color:var(--orange); }
#swdemo .stab .dot { width:7px; height:7px; border-radius:50%; background:var(--orange); }
#swdemo .shop-wrap { flex:1; overflow-y:auto; padding:18px; }
#swdemo .sec-title { font-size:11.5px; font-weight:900; letter-spacing:1px; color:var(--muted); margin:0 2px 9px; }
#swdemo .empty { color:var(--muted); font-size:13px; padding:6px 2px; line-height:1.5; }
#swdemo .statline { font-size:12px; color:var(--muted); margin-top:12px; line-height:1.5; }
#swdemo .hint { font-size:12.5px; color:var(--muted); margin:12px 0 8px; font-weight:600; }
#swdemo .bigbtn { width:100%; padding:13px; font-size:14.5px; margin-top:13px; }

/* Laptop: Anfrage-Kopf */
#swdemo .reqhead { display:flex; align-items:center; gap:11px; }
#swdemo .avatar { width:38px; height:38px; border-radius:50%; flex:0 0 auto;
  background:linear-gradient(135deg,var(--navy-800),var(--navy-600)); color:#fff; font-weight:900; font-size:13px;
  display:flex; align-items:center; justify-content:center; }
#swdemo .rname { font-size:14px; font-weight:800; } #swdemo .rsub { font-size:12px; color:var(--muted); }
#swdemo .wishrow { display:flex; flex-wrap:wrap; gap:7px; margin-top:11px; }
#swdemo .wishrow .pill { font-size:12px; padding:4px 11px; }
#swdemo .reserve { display:flex; align-items:center; gap:9px; margin-top:8px; font-size:13px; color:var(--muted); }
#swdemo .car-row { display:flex; align-items:center; gap:12px; padding:13px 0; border-bottom:1px solid #f0f4f8; }
#swdemo .car-row:last-child { border-bottom:none; }

/* Laptop: Wochenkalender */
#swdemo .calhead { display:flex; align-items:center; gap:12px; margin-bottom:14px; }
#swdemo .calhead .cw { font-size:15px; font-weight:900; }
#swdemo .calhead .sub { font-size:12px; color:var(--muted); font-weight:600; }
#swdemo .callegend { margin-left:auto; display:flex; gap:12px; font-size:11px; font-weight:700; color:var(--muted); }
#swdemo .callegend span { display:flex; align-items:center; gap:6px; }
#swdemo .callegend i { width:11px; height:11px; border-radius:3px; display:inline-block; }
#swdemo .callegend i.or { background:#ffd9b8; } #swdemo .callegend i.bl { background:#cfe0ee; } #swdemo .callegend i.li { background:#a7e4c5; }
#swdemo .calgrid { display:grid; grid-template-columns:46px repeat(5,1fr); gap:6px; }
#swdemo .cal-hd { text-align:center; padding:5px 0 7px; font-size:11.5px; font-weight:900; color:var(--muted); }
#swdemo .cal-hd .dd { display:block; font-size:13px; color:var(--ink); }
#swdemo .cal-hd.today { color:var(--orange); } #swdemo .cal-hd.today .dd { color:var(--orange); }
#swdemo .cal-tl { font-size:11px; font-weight:800; color:var(--muted); display:flex; align-items:center;
  justify-content:flex-end; padding-right:7px; }
#swdemo .cal-slot { min-height:58px; border:1.5px solid var(--line); border-radius:10px; background:#fafcfe; padding:4px; }
#swdemo .cal-slot.today { background:#fff8f1; border-color:#ffd9b8; }
#swdemo .cal-appt { border-radius:8px; padding:6px 7px; height:100%; }
#swdemo .cal-appt .an { font-size:11px; font-weight:900; line-height:1.15; }
#swdemo .cal-appt .ak { font-size:10px; font-weight:700; color:var(--muted); margin-top:2px; }
#swdemo .cal-appt.or { background:#fff0e2; border-left:3px solid var(--orange); }
#swdemo .cal-appt.bl { background:#e8f0f7; border-left:3px solid var(--navy-600); }
#swdemo .cal-appt.live { background:#e3f6ec; border-left:3px solid var(--green); box-shadow:0 0 0 2px rgba(43,182,115,.28); }
#swdemo .cal-appt.live .ak { color:var(--green-dark); font-weight:800; }
#swdemo .cal-slot.pick, #swdemo .cal-slot.off { display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:800; }
#swdemo .cal-slot.pick { color:var(--navy-800); cursor:pointer; }
#swdemo .cal-slot.pick:hover { border-color:var(--orange-soft); }
#swdemo .cal-slot.pick.sel { border-color:var(--orange); background:#fff4ea; color:var(--orange); }
#swdemo .cal-slot.off { color:var(--muted); opacity:.5; text-decoration:line-through; cursor:default; }
#swdemo .cal-slot.busy .cal-appt { opacity:.7; }

/* In-Frame Toast */
#swdemo .swtoast { position:absolute; top:54px; left:50%; transform:translateX(-50%); width:88%; z-index:30;
  background:var(--navy-800); color:#fff; border-radius:14px; padding:10px 13px; display:flex; align-items:center; gap:10px;
  box-shadow:0 8px 24px rgba(10,23,34,.4); animation:swdrop .25s ease; }
@keyframes swdrop { from{transform:translate(-50%,-14px);opacity:0} to{transform:translate(-50%,0);opacity:1} }
#swdemo .swtoast-i { width:28px; height:28px; border-radius:8px; background:var(--orange); flex:0 0 auto;
  display:flex; align-items:center; justify-content:center; }
#swdemo .swtoast-t { font-size:12.5px; font-weight:800; } #swdemo .swtoast-b { font-size:11px; color:#cfe0ee; }

/* Steuerleiste unter den Geräten */
#swdemo .stage-controls { display:flex; align-items:center; justify-content:center; gap:18px;
  flex-wrap:wrap; margin-top:34px; }
#swdemo .live-badge { display:inline-flex; align-items:center; gap:8px; font-size:13px; font-weight:800; color:#a7e4c5; }
#swdemo .live-badge .pulse { width:9px; height:9px; border-radius:50%; background:var(--green);
  box-shadow:0 0 0 0 rgba(43,182,115,.6); animation:swping 1.6s infinite; }
@keyframes swping { 0%{box-shadow:0 0 0 0 rgba(43,182,115,.5)} 70%{box-shadow:0 0 0 9px rgba(43,182,115,0)} 100%{box-shadow:0 0 0 0 rgba(43,182,115,0)} }
#swdemo .reset-btn { background:rgba(255,255,255,.08); color:#cfe0ee; border:1px solid rgba(255,255,255,.2);
  font-weight:700; font-size:13px; padding:9px 16px; border-radius:999px; cursor:pointer; }
#swdemo .reset-btn:hover { background:rgba(255,255,255,.14); color:#fff; }
#swdemo .stage-hint { width:100%; text-align:center; font-size:13px; color:#8fa6b8; margin-top:6px; }
#swdemo .stage-hint b { color:#cfe0ee; }

/* ---------- Preis ---------- */
.pricing-box { background:linear-gradient(150deg,var(--green),#26a566); color:#fff;
  border-radius:22px; padding:40px 36px; display:flex; flex-wrap:wrap; gap:30px; align-items:center; justify-content:space-between; }
.price-tag .from { font-size:14px; font-weight:700; opacity:.9; }
.price-tag .amount { font-size:54px; font-weight:900; line-height:1; }
.price-tag .amount span { font-size:22px; }
.price-tag .per { font-size:15px; font-weight:700; opacity:.95; }
.price-points { display:grid; gap:11px; }
.price-points .pt { display:flex; align-items:center; gap:10px; font-size:15px; font-weight:700; }
.price-points .pt svg { flex:0 0 auto; }
.price-note { font-size:14px; color:var(--muted); margin-top:18px; text-align:center; }

/* ---------- FAQ ---------- */
.faq { display:grid; gap:14px; margin-top:8px; }
.faq-item { background:var(--bg); border:1px solid var(--line); border-radius:16px; padding:22px 24px; }
.section.alt .faq-item { background:#f5f8fb; }
.faq-q { font-size:16.5px; font-weight:900; color:var(--navy-800); }
.faq-a { display:flex; gap:12px; margin-top:10px; }
.faq-a .chk { flex:0 0 auto; margin-top:2px; }
.faq-a p { font-size:14.5px; color:#3f4f5b; }
.faq-a p b { color:var(--navy-800); }

/* ---------- Pilot-CTA ---------- */
.cta { background:linear-gradient(150deg,#ff7a1a,#ff9234); color:#fff; border-radius:24px; padding:46px 40px; text-align:center; }
.cta h2 { font-size:clamp(24px,3.4vw,34px); font-weight:900; color:#fff; }
.cta p { font-size:16px; max-width:620px; margin:14px auto 0; color:#fff6ef; }
.cta p b { color:#fff; }
.contact-grid { display:flex; flex-wrap:wrap; gap:18px; justify-content:center; margin-top:30px; }
.person { display:flex; align-items:center; gap:14px; background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.25); border-radius:16px; padding:14px 22px 14px 14px; }
.person-photo { width:58px; height:58px; border-radius:50%; flex:0 0 auto; overflow:hidden;
  background:rgba(255,255,255,.25); display:flex; align-items:center; justify-content:center;
  font-size:12px; font-weight:800; color:#fff; }
.person-photo img { width:100%; height:100%; object-fit:cover; }
.person-info { text-align:left; }
.person-name { font-size:17px; font-weight:900; }
.person-mail { font-size:14px; color:#fff3ea; text-decoration:none; font-weight:600; }
.person-mail:hover { text-decoration:underline; }

/* ---------- Footer ---------- */
.site-footer { background:var(--navy-900); color:#9fb6c8; padding:40px 0 30px; }
.footer-top { display:flex; flex-wrap:wrap; gap:18px 30px; align-items:center; }
.footer-badges { display:flex; flex-wrap:wrap; gap:10px 22px; }
.footer-badges .fb { display:flex; align-items:center; gap:8px; font-size:13px; font-weight:700; }
.footer-brand { display:flex; align-items:center; gap:10px; margin-left:auto; }
.footer-brand .brandname { color:#fff; font-weight:900; }
.footer-brand .brandname span { color:var(--orange-soft); }
.footer-legal { margin-top:24px; padding-top:20px; border-top:1px solid rgba(255,255,255,.1);
  font-size:12.5px; display:flex; flex-wrap:wrap; gap:8px 18px; align-items:center; }
.footer-legal a { color:#cfe0ee; }

@media(max-width:560px){
  .section { padding:56px 0; }
  .pricing-box, .cta, .trust { padding:28px 22px; }
  .trust { flex-direction:column; gap:14px; }
}
