/*
Theme Name: Pronto AI
Theme URI: https://pronto-ai.de
Description: Offizielles Pronto AI Website Theme
Author: Pronto AI
Version: 4.9
Text Domain: pronto-ai
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
/* Kein horizontales Scrollen/Zoomen (clip statt hidden, damit position:fixed weiter funktioniert) */
html, body { overflow-x: clip; max-width: 100%; }

/* Inter lokal gehostet (eine Variable-Font-Datei deckt alle Schnitte ab) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/inter-variable.woff2') format('woff2');
}

:root {
  --brand: #f97316;
  --brand-2: #ea580c;
  --violet: #7c3aed;
  --ink: #0b1020;
  --text: #0f172a;
  --text-2: #5b6678;
  --bg: #ffffff;
  --bg-2: #f6f8fc;
  --bg-3: #eef2f9;
  --border: #e6eaf2;
  --card: #ffffff;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow-sm: 0 2px 10px rgba(16,24,40,.05);
  --shadow: 0 10px 30px rgba(16,24,40,.08);
  --shadow-lg: 0 30px 70px rgba(16,24,40,.16);
  --grad: linear-gradient(120deg, #fb923c 0%, #f97316 45%, #ea580c 100%);
  --grad-mix: linear-gradient(120deg, #fb923c, #7c3aed);
  --maxw: 1180px;
}
[data-theme="dark"] {
  --text: #eef2fb;
  --text-2: #9aa7bd;
  --bg: #0b1020;
  --bg-2: #11182b;
  --bg-3: #161f36;
  --border: #243149;
  --card: #121a2e;
  --ink: #060912;
  --shadow-sm: 0 2px 12px rgba(0,0,0,.4);
  --shadow: 0 14px 40px rgba(0,0,0,.5);
  --shadow-lg: 0 30px 80px rgba(0,0,0,.6);
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg); color: var(--text); line-height: 1.65;
  font-size: 17px; overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: var(--brand); text-decoration: none; }
img { max-width: 100%; display: block; }
::selection { background: rgba(249,115,22,.22); }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ═══════════ BUTTONS ═══════════ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 26px; border-radius: 12px; font-weight: 700; font-size: 0.98rem;
  border: none; cursor: pointer; font-family: inherit; line-height: 1;
  transition: transform .2s cubic-bezier(.34,1.56,.64,1), box-shadow .2s, background .2s, color .2s, border-color .2s;
  white-space: nowrap;
}
.btn--lg { padding: 16px 34px; font-size: 1.05rem; }
.btn--full { width: 100%; }
.btn--orange { background: var(--grad); color: #fff; box-shadow: 0 8px 24px rgba(249,115,22,.36); }
.btn--orange:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(249,115,22,.5); }
.btn--ghost { background: transparent; border: 1.5px solid var(--border); color: var(--text); }
.btn--ghost:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-2px); }
.btn--white { background: #fff; color: var(--brand-2); box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.btn--white:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(0,0,0,.26); }
.btn--outline-hero { background: rgba(255,255,255,.06); border: 1.5px solid rgba(255,255,255,.28); color: #fff; backdrop-filter: blur(6px); }
.btn--outline-hero:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.5); transform: translateY(-2px); }

/* ═══════════ SECTIONS ═══════════ */
.section { padding: 110px 0; position: relative; }
.section__header { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section__label {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 0.74rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--brand); margin-bottom: 16px;
  padding: 6px 14px; border-radius: 50px; background: rgba(249,115,22,.10); border: 1px solid rgba(249,115,22,.2);
}
.section__title { font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 900; letter-spacing: -0.03em; line-height: 1.08; margin-bottom: 18px; }
.section__sub { font-size: 1.12rem; color: var(--text-2); }

/* ═══════════ NAV ═══════════ */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: background .3s, box-shadow .3s, border-color .3s; }
.nav__inner {
  max-width: var(--maxw); margin: 14px auto 0; padding: 11px 22px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,255,255,.72); backdrop-filter: blur(18px) saturate(180%);
  border: 1.5px solid rgba(249,115,22,.40); border-radius: 50px;
  box-shadow: var(--shadow-sm), 0 6px 26px rgba(249,115,22,.12);
}
[data-theme="dark"] .nav__inner { background: rgba(18,26,46,.72); border-color: rgba(249,115,22,.45); }
.nav__login { font-weight: 700; font-size: 0.92rem; color: var(--text); padding: 8px 10px; border-radius: 10px; transition: color .15s, background .15s; }
.nav__login:hover { color: var(--brand); background: rgba(249,115,22,.08); }
.nav__logo { display: inline-flex; align-items: center; gap: 9px; font-weight: 900; font-size: 1.18rem; letter-spacing: -0.02em; color: var(--text); }
.nav__logo-mark { flex-shrink: 0; filter: drop-shadow(0 2px 7px rgba(249,115,22,.4)); transition: transform .3s; }
.nav__logo:hover .nav__logo-mark { transform: rotate(-8deg) scale(1.08); }
.nav__logo-dot { color: var(--brand); }
.nav__logo-ai { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.nav__links { display: flex; list-style: none; gap: 6px; align-items: center; }
.nav__links a { color: var(--text-2); font-weight: 600; font-size: 0.95rem; padding: 8px 14px; border-radius: 50px; transition: color .2s, background .2s; }
.nav__links a:hover { color: var(--text); background: var(--bg-2); }
.nav__links a.active { color: var(--brand); background: rgba(249,115,22,.10); }
.nav__right { display: flex; align-items: center; gap: 10px; }
.nav__theme { background: var(--bg-2); border: 1px solid var(--border); color: var(--text-2); width: 40px; height: 40px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .2s; }
.nav__theme:hover { color: var(--brand); border-color: var(--brand); }
.nav__cta { padding: 11px 22px !important; }
.nav__hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav__hamburger span { width: 24px; height: 2.5px; background: var(--text); border-radius: 2px; transition: .3s; }
.nav__hamburger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav__hamburger.open span:nth-child(2) { opacity: 0; }
.nav__hamburger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
.nav__mobile { position: fixed; inset: 0; z-index: 999; background: var(--bg); display: none; padding: 100px 24px 24px; }
.nav__mobile.open { display: block; animation: fadeIn .25s ease; }
.nav__mobile ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.nav__mobile a { display: block; padding: 16px; font-size: 1.15rem; font-weight: 700; color: var(--text); border-bottom: 1px solid var(--border); }

/* ═══════════ HERO ═══════════ */
.hero {
  position: relative; padding: 168px 0 96px; overflow: hidden;
  background: radial-gradient(ellipse 90% 80% at 50% -10%, #1a1230 0%, var(--ink) 55%);
}
.hero::before, .hero::after { content: ''; position: absolute; border-radius: 50%; filter: blur(60px); z-index: 0; }
.hero::before { top: -10%; left: -8%; width: 55%; height: 90%; background: radial-gradient(circle, rgba(249,115,22,.55), transparent 60%); animation: glowA 16s ease-in-out infinite alternate; }
.hero::after { bottom: -25%; right: -8%; width: 55%; height: 90%; background: radial-gradient(circle, rgba(124,58,237,.5), transparent 60%); animation: glowB 20s ease-in-out infinite alternate; }
@keyframes glowA { to { transform: translate(10%,8%) scale(1.25); } }
@keyframes glowB { to { transform: translate(-8%,-6%) scale(1.3); } }
.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 9px; font-size: 0.84rem; font-weight: 600; color: #fed7aa;
  padding: 8px 16px; border-radius: 50px; background: rgba(249,115,22,.12); border: 1px solid rgba(249,115,22,.3);
  margin-bottom: 26px; backdrop-filter: blur(8px);
}
.hero__badge-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 0 rgba(74,222,128,.6); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(74,222,128,0); } 100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); } }
.hero__title { font-size: clamp(2.6rem, 5.2vw, 4.4rem); font-weight: 900; color: #fff; line-height: 1.04; letter-spacing: -0.04em; margin-bottom: 24px; }
.hero__title em { font-style: normal; background: linear-gradient(120deg,#fbbf24,#fb923c 40%,#f97316); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero__sub { font-size: 1.2rem; color: #b9c2d6; max-width: 540px; margin-bottom: 36px; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.hero__trust { display: flex; gap: 22px; flex-wrap: wrap; }
.hero__trust-item { display: flex; align-items: center; gap: 8px; font-size: 0.92rem; color: #94a3b8; font-weight: 600; }
.hero__trust-item::before { content: '✓'; width: 20px; height: 20px; border-radius: 50%; background: rgba(74,222,128,.16); color: #4ade80; font-size: 0.7rem; font-weight: 900; display: inline-flex; align-items: center; justify-content: center; }

/* Demo-Chat-Karte */
.demo-card {
  position: relative; z-index: 2; background: rgba(255,255,255,.04); backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.12); border-radius: 24px; padding: 22px;
  box-shadow: var(--shadow-lg); animation: float 6s ease-in-out infinite;
}
@keyframes float { 50% { transform: translateY(-14px); } }
.demo-card::before { content: ''; position: absolute; inset: -1.5px; border-radius: 24px; padding: 1.5px; background: linear-gradient(135deg, rgba(251,146,60,.7), rgba(124,58,237,.5)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.demo-card__header { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.1); }
.demo-card__avatar { width: 46px; height: 46px; border-radius: 14px; background: var(--grad); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; box-shadow: 0 6px 18px rgba(249,115,22,.45); }
.demo-card__name { font-weight: 800; color: #fff; font-size: 1rem; }
.demo-card__status { font-size: 0.8rem; color: #4ade80; }
.demo-card__msgs { display: flex; flex-direction: column; gap: 10px; min-height: 252px; }
.demo-msg { display: flex; }
.demo-msg--user { justify-content: flex-end; }
.demo-bubble { max-width: 82%; padding: 11px 15px; border-radius: 16px; font-size: 0.92rem; line-height: 1.5; }
.demo-msg--bot .demo-bubble { background: rgba(255,255,255,.1); color: #e8edf6; border-bottom-left-radius: 5px; }
.demo-msg--user .demo-bubble { background: var(--grad); color: #fff; border-bottom-right-radius: 5px; }
.demo-typing { display: flex; gap: 4px; padding: 14px 16px; }
.demo-typing span { width: 7px; height: 7px; border-radius: 50%; background: #94a3b8; animation: typing 1.4s infinite; }
.demo-typing span:nth-child(2) { animation-delay: .2s; } .demo-typing span:nth-child(3) { animation-delay: .4s; }
@keyframes typing { 0%,60%,100% { opacity: .3; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-4px); } }

/* ═══════════ STATS BAR ═══════════ */
.stats-bar { background: var(--bg); margin-top: -1px; }
.stats-bar__inner { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; padding: 0 24px; transform: translateY(-50%); }
.stats-bar__inner > div {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 26px 20px; text-align: center; box-shadow: var(--shadow); transition: transform .25s, box-shadow .25s;
}
.stats-bar__inner > div:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.stat__num { display: block; font-size: 2.3rem; font-weight: 900; letter-spacing: -0.03em; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat__label { display: block; font-size: 0.88rem; color: var(--text-2); margin-top: 4px; font-weight: 600; }

/* ═══════════ FEATURE SHOWCASE ═══════════ */
.feat-section { background: var(--bg); }
.feat-glow { position: absolute; top: 6%; left: 50%; transform: translateX(-50%); width: 760px; max-width: 90%; height: 380px; background: radial-gradient(ellipse, rgba(249,115,22,.12), transparent 70%); pointer-events: none; }
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; position: relative; }
.feat-card {
  position: relative; background: var(--bg-2); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 30px 26px; overflow: hidden; transition: transform .28s cubic-bezier(.16,1,.3,1), box-shadow .28s, border-color .28s;
}
.feat-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: rgba(249,115,22,.35); }
.feat-card__icon { font-size: 1.9rem; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 16px; background: linear-gradient(135deg, rgba(249,115,22,.14), rgba(124,58,237,.12)); margin-bottom: 18px; }
.feat-card h3 { font-size: 1.18rem; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 9px; }
.feat-card p { font-size: 0.96rem; color: var(--text-2); line-height: 1.65; }

/* ═══════════ STEPS ═══════════ */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.step-card { position: relative; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 34px 28px; transition: transform .25s, box-shadow .25s; }
.step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.step-card__num { width: 50px; height: 50px; border-radius: 14px; background: var(--grad); color: #fff; font-weight: 900; font-size: 1.3rem; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; box-shadow: 0 8px 20px rgba(249,115,22,.36); }
.step-card h3 { font-size: 1.22rem; font-weight: 800; margin-bottom: 10px; letter-spacing: -0.01em; }
.step-card p { color: var(--text-2); font-size: 0.98rem; }
.steps .step-card:not(:last-child)::after { content: ''; position: absolute; top: 48px; right: -22px; width: 22px; height: 2px; background: linear-gradient(90deg, var(--brand), transparent); }

/* ═══════════ BRANCHEN ═══════════ */
.usecases__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.usecase-card { background: var(--bg-2); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 26px; transition: transform .25s, box-shadow .25s, border-color .25s; }
.usecase-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(249,115,22,.3); }
.usecase-card__icon { font-size: 2.4rem; margin-bottom: 14px; }
.usecase-card h3 { font-size: 1.15rem; font-weight: 800; margin-bottom: 8px; }
.usecase-card p { color: var(--text-2); font-size: 0.95rem; }

/* ═══════════ PRICING ═══════════ */
.pricing__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
.pricing-card { position: relative; display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--border); border-radius: 22px; padding: 36px 30px; transition: transform .25s, box-shadow .25s; }
.pricing-card .btn { margin-top: auto; }
.pricing-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.pricing-card--featured { border: 1.5px solid transparent; background: linear-gradient(var(--card),var(--card)) padding-box, var(--grad) border-box; box-shadow: 0 24px 60px rgba(249,115,22,.22); transform: scale(1.04); }
.pricing-card--featured:hover { transform: scale(1.04) translateY(-6px); }
.pricing-card__badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--grad); color: #fff; font-size: 0.74rem; font-weight: 800; padding: 6px 16px; border-radius: 50px; letter-spacing: .03em; box-shadow: 0 6px 16px rgba(249,115,22,.4); white-space: nowrap; }
.pricing-card__name { font-size: 0.82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--brand); margin-bottom: 14px; }
.pricing-card__price { font-size: 3rem; font-weight: 900; letter-spacing: -0.04em; line-height: 1; }
.pricing-card__price span { font-size: 0.95rem; font-weight: 600; color: var(--text-2); letter-spacing: 0; }
.pricing-card__desc { color: var(--text-2); font-size: 0.95rem; margin: 12px 0 22px; }
.pricing-card__features { list-style: none; margin-bottom: 26px; display: flex; flex-direction: column; gap: 12px; }
.pricing-card__features li { position: relative; padding-left: 30px; font-size: 0.96rem; }
.pricing-card__features li::before { content: '✓'; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 50%; background: rgba(249,115,22,.14); color: var(--brand); font-size: 0.72rem; font-weight: 900; display: inline-flex; align-items: center; justify-content: center; }

/* ═══════════ FAQ ═══════════ */
.faq__list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; transition: border-color .2s; }
.faq-item.open { border-color: rgba(249,115,22,.4); }
.faq-item__q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 20px 24px; font-size: 1.05rem; font-weight: 700; color: var(--text); font-family: inherit; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item__q::after { content: '+'; font-size: 1.5rem; font-weight: 400; color: var(--brand); flex-shrink: 0; transition: transform .3s; }
.faq-item.open .faq-item__q::after { transform: rotate(45deg); }
.faq-item__a { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s ease; color: var(--text-2); padding: 0 24px; }
.faq-item.open .faq-item__a { max-height: 320px; padding: 0 24px 22px; }

/* ═══════════ LIVE DEMO ═══════════ */
.live-demo { text-align: center; background: var(--bg-2); }
.live-demo__hint { display: inline-flex; align-items: center; gap: 12px; margin-top: 8px; padding: 15px 28px; border-radius: 50px; background: var(--card); border: 1px solid var(--border); font-weight: 700; box-shadow: var(--shadow); }
.live-demo__pulse { width: 12px; height: 12px; border-radius: 50%; background: #16a34a; position: relative; flex-shrink: 0; }
.live-demo__pulse::after { content: ''; position: absolute; inset: 0; border-radius: 50%; background: #16a34a; animation: ring 1.8s ease-out infinite; }
@keyframes ring { 100% { transform: scale(3); opacity: 0; } }

/* ═══════════ CONTACT FORM ═══════════ */
.contact-form { max-width: 680px; margin: 0 auto; background: var(--card); border: 1px solid var(--border); border-radius: 22px; padding: 38px; box-shadow: var(--shadow); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.form__group { display: flex; flex-direction: column; }
.form__group label { font-size: 0.88rem; font-weight: 700; margin-bottom: 8px; }
.form__group input, .form__group select, .form__group textarea {
  padding: 13px 16px; border: 1.5px solid var(--border); border-radius: 11px; font-size: 1rem;
  font-family: inherit; background: var(--bg-2); color: var(--text); outline: none; transition: border-color .2s, box-shadow .2s;
}
.form__group input:focus, .form__group select:focus, .form__group textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(249,115,22,.12); background: var(--bg); }
.contact-form .form__group { margin-bottom: 18px; }
.form__note { text-align: center; font-size: 0.85rem; color: var(--text-2); margin-top: 14px; }

/* ═══════════ CTA BANNER ═══════════ */
.ki-cta { padding: 96px 0; text-align: center; position: relative; overflow: hidden; background: radial-gradient(ellipse 80% 100% at 50% 0%, #1a1230, var(--ink)); }
.ki-cta::before { content: ''; position: absolute; top: -40%; left: 50%; transform: translateX(-50%); width: 70%; height: 140%; background: radial-gradient(circle, rgba(249,115,22,.4), transparent 60%); filter: blur(70px); }
.ki-cta > .container { position: relative; z-index: 2; }
.ki-cta h2 { font-size: clamp(2rem,4.5vw,3.2rem); font-weight: 900; color: #fff; letter-spacing: -0.03em; margin-bottom: 16px; }
.ki-cta p { font-size: 1.18rem; color: #b9c2d6; margin-bottom: 32px; max-width: 600px; margin-left: auto; margin-right: auto; }
.ki-cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ═══════════ FOOTER ═══════════ */
.footer { background: var(--bg-2); border-top: 1px solid var(--border); padding: 64px 0 28px; }
.footer__inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
.footer__logo { font-size: 1.3rem; font-weight: 900; margin-bottom: 14px; }
.footer__desc { color: var(--text-2); font-size: 0.95rem; max-width: 320px; }
.footer__col h4 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--text-2); margin-bottom: 16px; font-weight: 800; }
.footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer__col a { color: var(--text); font-size: 0.95rem; font-weight: 500; transition: color .2s; }
.footer__col a:hover { color: var(--brand); }
.footer__bottom { border-top: 1px solid var(--border); padding-top: 24px; text-align: center; color: var(--text-2); font-size: 0.85rem; }

/* ═══════════ SCROLL REVEAL ═══════════ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.feat-card.reveal:nth-child(2){transition-delay:.07s} .feat-card.reveal:nth-child(3){transition-delay:.14s}
.feat-card.reveal:nth-child(4){transition-delay:.07s} .feat-card.reveal:nth-child(5){transition-delay:.14s} .feat-card.reveal:nth-child(6){transition-delay:.21s}

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ═══════════ RESPONSIVE ═══════════ */
@media (max-width: 940px) {
  .hero__inner { grid-template-columns: 1fr; gap: 44px; }
  .demo-card { max-width: 440px; margin: 0 auto; }
  .feat-grid, .steps, .usecases__grid, .pricing__grid { grid-template-columns: repeat(2,1fr); }
  .pricing-card--featured { transform: none; } .pricing-card--featured:hover { transform: translateY(-6px); }
  .steps .step-card::after { display: none; }
  .stats-bar__inner { grid-template-columns: repeat(2,1fr); transform: translateY(-30px); }
  .footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .nav__links, .nav__cta, .nav__login { display: none; }
  .nav__hamburger { display: flex; }
  .section { padding: 76px 0; }
  .hero { padding: 130px 0 72px; }
  .feat-grid, .steps, .usecases__grid, .pricing__grid, .form__row { grid-template-columns: 1fr; }
  .stats-bar__inner { transform: translateY(-24px); }
  .footer__inner { grid-template-columns: 1fr; gap: 28px; }
  .contact-form { padding: 26px 20px; }
  .hero__actions, .ki-cta__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn, .ki-cta__actions .btn { flex: none; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .hero::before, .hero::after, .demo-card, .live-demo__pulse::after, .hero__badge-dot { animation: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ═══════════ MOTION-UPGRADES ═══════════ */

/* 1) Scroll-Fortschrittsbalken */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 9999;
  background: var(--grad); transform: scaleX(0); transform-origin: 0 50%;
  will-change: transform;
}

/* 2) Animierter Gradient-Mesh im Hero */
.hero__mesh {
  position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .85;
  background:
    radial-gradient(42% 42% at 18% 28%, rgba(249,115,22,.20), transparent 60%),
    radial-gradient(38% 38% at 82% 18%, rgba(124,58,237,.22), transparent 60%),
    radial-gradient(46% 46% at 62% 82%, rgba(59,130,246,.16), transparent 60%),
    radial-gradient(36% 36% at 30% 75%, rgba(236,72,153,.12), transparent 60%);
  background-size: 200% 200%;
  animation: meshMove 26s ease-in-out infinite alternate;
}
@keyframes meshMove {
  0%   { background-position: 0% 0%, 100% 0%, 50% 100%, 0% 100%; }
  100% { background-position: 100% 100%, 0% 100%, 50% 0%, 100% 0%; }
}

/* 3) Demo-Chat: Nachrichten nacheinander einblenden */
.demo-card__msgs.demo-anim .demo-msg { opacity: 0; transform: translateY(10px); }
.demo-card__msgs.demo-anim .demo-msg.demo-show {
  opacity: 1; transform: none;
  transition: opacity .45s cubic-bezier(.16,1,.3,1), transform .45s cubic-bezier(.16,1,.3,1);
}

/* 5) Gradient-Border-Animation der hervorgehobenen Preis-Karte */
@property --pa-angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
.pricing-card--featured { position: relative; border: none !important; background: var(--card) !important; overflow: visible; }
.pricing-card--featured > *:not(.pricing-card__badge) { position: relative; z-index: 1; }
.pricing-card--featured .pricing-card__badge { z-index: 3; }
.pricing-card--featured::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.6px; z-index: 0;
  background: conic-gradient(from var(--pa-angle), #f97316, #fb923c, #7c3aed, #3b82f6, #f97316);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  animation: paSpin 5s linear infinite; pointer-events: none;
}
@keyframes paSpin { to { --pa-angle: 360deg; } }

/* 6) Weiche Section-Übergänge (Haarlinie + sanfter Schimmer) */
.section + .section::before,
.feat-section::before {
  content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: min(92%, 1100px); height: 1px;
  background: linear-gradient(90deg, transparent, var(--border) 18%, var(--border) 82%, transparent);
  pointer-events: none; z-index: 1;
}

/* Reduced-Motion für die neuen Effekte */
@media (prefers-reduced-motion: reduce) {
  .hero__mesh, .pricing-card--featured::after { animation: none !important; }
  .scroll-progress { display: none; }
  .demo-card__msgs.demo-anim .demo-msg { opacity: 1 !important; transform: none !important; }
  .nav__cta { animation: none !important; }
  .hero__type-caret { animation: none !important; }
}

/* ═══════════ RECHTSSEITEN (Impressum / Datenschutz) ═══════════ */
.legal-page { max-width: 820px; margin: 0 auto; padding: 150px 24px 96px; }
.legal-page__label { color: var(--brand); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; margin-bottom: 10px; }
.legal-page__title { font-size: clamp(2rem, 4.4vw, 3rem); font-weight: 900; letter-spacing: -.03em; color: var(--text); margin-bottom: 14px; }
.legal-page > p:first-of-type { color: var(--text-2); margin-bottom: 30px; }
.legal-section { margin-bottom: 28px; }
.legal-section h2 { font-size: 1.25rem; font-weight: 800; color: var(--text); margin-bottom: 10px; }
.legal-section p, .legal-section li { color: var(--text-2); line-height: 1.75; margin-bottom: 10px; }
.legal-section ul { padding-left: 20px; margin-bottom: 10px; }
.legal-section a { color: var(--brand); word-break: break-word; }
.legal-section a:hover { text-decoration: underline; }

/* ═══════════ BUTTON: GLANZ-SWEEP + CTA-PULS ═══════════ */
.btn--orange { position: relative; overflow: hidden; }
.btn--orange::before {
  content: ''; position: absolute; top: 0; left: -130%; width: 55%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-22deg); transition: left .65s ease; pointer-events: none;
}
.btn--orange:hover::before { left: 140%; }
.nav__cta { animation: ctaPulse 2.8s ease-in-out infinite; }
.nav__cta:hover { animation: none; }
@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(249,115,22,.36); }
  50%      { box-shadow: 0 8px 24px rgba(249,115,22,.36), 0 0 0 6px rgba(249,115,22,.12); }
}

/* ═══════════ SCROLL-TO-TOP ═══════════ */
.scroll-top {
  position: fixed; bottom: 24px; left: 24px; z-index: 9990;
  width: 44px; height: 44px; border-radius: 50%; cursor: pointer;
  background: var(--card); color: var(--brand);
  border: 1px solid var(--border);
  box-shadow: 0 6px 20px rgba(15,23,42,.12);
  display: inline-flex; align-items: center; justify-content: center;
  backdrop-filter: blur(10px);
  opacity: 0; transform: translateY(16px) scale(.85); pointer-events: none;
  transition: opacity .3s, transform .25s, border-color .2s, box-shadow .2s, color .2s;
}
.scroll-top.show { opacity: 1; transform: none; pointer-events: auto; }
.scroll-top:hover { transform: translateY(-3px); border-color: var(--brand); box-shadow: 0 10px 28px rgba(249,115,22,.28); }
.scroll-top svg { width: 18px; height: 18px; }

/* ═══════════ TYPEWRITER-CARET ═══════════ */
.hero__type-caret {
  display: inline-block; width: 3px; height: .85em; margin-left: 3px; border-radius: 2px;
  background: #f97316; vertical-align: baseline; animation: caretBlink 1s step-end infinite;
}
@keyframes caretBlink { 50% { opacity: 0; } }

/* ═══════════ FOOTER-AUFWERTUNG ═══════════ */
.footer { position: relative; }
.footer::before {
  content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: min(92%, 1100px); height: 2px;
  background: linear-gradient(90deg, transparent, rgba(249,115,22,.5), transparent);
}
.footer__logo-mark { vertical-align: -7px; margin-right: 7px; }
.footer__social { display: flex; gap: 10px; margin-top: 18px; }
.footer__social a {
  width: 38px; height: 38px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--card); border: 1px solid var(--border); color: var(--text-2); transition: all .2s;
}
.footer__social a:hover { color: var(--brand); border-color: var(--brand); transform: translateY(-2px); }
