:root {
  --ink:       #1B1730;
  --ink-mid:   #2C2748;
  --ink-light: #3E3866;
  --teal:      #0FB5A6;
  --teal-lt:   #3DD6C7;
  --mist:      #EDEEF2;
  --mist-dk:   #E1E3EA;
  --white:     #FFFFFF;
  --gray:      #6B7280;
  --gray-lt:   #9CA3AF;
  --font:      'Manrope', sans-serif;
  --r-sm:      8px;
  --r-md:      14px;
  --r-lg:      20px;
  --shadow-sm: 0 1px 3px rgba(27,23,48,.08), 0 8px 24px -12px rgba(27,23,48,.18);
  --shadow-md: 0 1px 3px rgba(27,23,48,.08), 0 20px 48px -16px rgba(27,23,48,.28);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; }
img, svg { display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
input, textarea, select { font-family: var(--font); }

/* ── Typography ── */
h1 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 800; letter-spacing: -.03em; line-height: 1.05; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.1; }
h3 { font-size: 1.25rem; font-weight: 700; letter-spacing: -.01em; }
p  { line-height: 1.65; }
.teal { color: var(--teal); }
.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--teal);
  margin-bottom: 18px;
}
.section-label::before { content: ''; width: 8px; height: 8px; border-radius: 99px; background: var(--teal); }

/* ── Layout ── */
.container { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 24px; }
section { padding: 96px 0; }
section.compact { padding: 72px 0; }

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: var(--r-md); font-family: var(--font); font-size: .95rem; font-weight: 700; cursor: pointer; border: none; transition: transform .15s, box-shadow .15s, background .15s; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--teal); color: var(--white); box-shadow: 0 4px 20px rgba(15,181,166,.4); }
.btn-primary:hover { background: #0da598; box-shadow: 0 8px 28px rgba(15,181,166,.5); }
.btn-outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,.35); }
.btn-outline:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.08); }
.btn-ink { background: var(--ink); color: var(--white); }
.btn-ink:hover { background: var(--ink-mid); }
.btn-lg { padding: 17px 36px; font-size: 1.05rem; }

/* ── NAV ── */
nav#main-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: 70px; display: flex; align-items: center;
  background: transparent; transition: background .25s, box-shadow .25s;
}
nav#main-nav.scrolled { background: var(--white); box-shadow: 0 1px 0 var(--mist-dk); }
.nav-inner { display: flex; align-items: center; gap: 0; width: 100%; }
.nav-logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-logo .wordmark { font-size: 1.35rem; font-weight: 800; letter-spacing: -.02em; color: var(--white); }
.nav-logo .wordmark .pilot { color: var(--teal); }
nav#main-nav.scrolled .nav-logo .wordmark { color: var(--ink); }
nav#main-nav.scrolled .nav-logo .wordmark .pilot { color: var(--teal); }
.nav-links { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav-links a { padding: 8px 14px; border-radius: var(--r-sm); font-size: .9rem; font-weight: 600; color: var(--white); opacity: .85; transition: opacity .15s, background .15s; white-space: nowrap; }
.nav-links a:hover { opacity: 1; background: rgba(255,255,255,.1); }
nav#main-nav.scrolled .nav-links a { color: var(--ink); }
nav#main-nav.scrolled .nav-links a:hover { background: var(--mist); }
nav#main-nav.scrolled .nav-cta.btn-primary { background: var(--teal); color: var(--white); }
.nav-cta { margin-left: 16px; }
.nav-burger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-burger span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; margin: 5px 0; transition: .2s; }
nav#main-nav.scrolled .nav-burger span { background: var(--ink); }
.nav-mobile { display: none; position: fixed; inset: 0; top: 70px; background: var(--white); padding: 24px; z-index: 99; flex-direction: column; gap: 8px; box-shadow: 0 20px 40px rgba(0,0,0,.1); }
.nav-mobile.open { display: flex; }
.nav-mobile a { padding: 14px 16px; font-size: 1.1rem; font-weight: 700; color: var(--ink); border-radius: var(--r-md); }
.nav-mobile a:hover { background: var(--mist); }
@media(max-width:820px){ .nav-links,.nav-cta { display:none; } .nav-burger { display:block; margin-left:auto; } }

/* ── Illustrations ── */
.illus-tools { position: absolute; right: 5%; top: 50%; transform: translateY(-50%); opacity: .06; pointer-events: none; }
.section-deco { position: absolute; right: 0; top: 0; height: 100%; width: 38%; opacity: .04; pointer-events: none; overflow: hidden; }
.stats-strip { background: var(--ink); padding: 48px 0; }
.stats-strip .container { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 32px; }
.stat-item { text-align: center; }
.stat-item .num { font-size: 2.6rem; font-weight: 800; color: var(--teal); letter-spacing: -.03em; }
.stat-item .lbl { font-size: .85rem; font-weight: 600; color: rgba(255,255,255,.5); margin-top: 4px; max-width: 140px; }
.process-strip { background: var(--white); padding: 80px 0; }
.process-inner { display: flex; align-items: flex-start; gap: 0; position: relative; }
.process-inner::before { content:''; position:absolute; top:28px; left:28px; right:28px; height:2px; background: linear-gradient(90deg, var(--teal) 0%, rgba(15,181,166,.2) 100%); z-index:0; }
.process-step { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 12px; position: relative; z-index: 1; }
.process-num { width: 56px; height: 56px; border-radius: 50%; background: var(--teal); color: var(--white); font-size: 1.2rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; flex-shrink: 0; box-shadow: 0 0 0 6px var(--white); }
.process-step h3 { font-size: .95rem; margin-bottom: 6px; }
.process-step p { font-size: .82rem; color: var(--gray); line-height: 1.5; }
@media(max-width:700px){ .process-inner { flex-direction: column; gap: 28px; } .process-inner::before { display: none; } }
/* ── HERO ── */
#hero {
  min-height: 100vh; background: var(--ink);
  display: flex; align-items: center; padding: 120px 0 80px;
  position: relative; overflow: hidden;
}
.hero-bg-accent { position: absolute; top: -20%; right: -10%; width: 55%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(15,181,166,.12), transparent 70%); pointer-events: none; }
.hero-content { position: relative; z-index: 1; max-width: 760px; }
.hero-eyebrow { display: flex; align-items: center; gap: 10px; font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--teal-lt); margin-bottom: 28px; }
.hero-eyebrow::after { content: ''; flex: 1; max-width: 60px; height: 1px; background: var(--teal); }
.hero-content h1 { color: var(--white); margin-bottom: 24px; }
.hero-content h1 span { color: var(--teal); }
.hero-content p { font-size: 1.2rem; color: rgba(255,255,255,.7); max-width: 580px; margin-bottom: 44px; line-height: 1.6; font-weight: 500; }
.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero-proof { margin-top: 72px; display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.hero-proof-item { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.5); font-size: .85rem; font-weight: 600; white-space: nowrap; }
.hero-proof-item svg { color: var(--teal); }

/* ── PROBLEMS ── */
#problems { background: var(--mist); }
.problems-intro { max-width: 640px; margin-bottom: 60px; }
.problems-intro h2 span { color: var(--teal); }
.problems-intro p { margin-top: 16px; color: var(--gray); font-size: 1.05rem; }
.problems-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.problem-card { background: var(--white); border-radius: var(--r-lg); padding: 28px; display: flex; gap: 16px; align-items: flex-start; box-shadow: var(--shadow-sm); }
.problem-icon { width: 44px; height: 44px; border-radius: var(--r-md); background: rgba(15,181,166,.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--teal); }
.problem-card h3 { font-size: 1rem; margin-bottom: 6px; }
.problem-card p { font-size: .9rem; color: var(--gray); line-height: 1.5; }

/* ── SOLUTION ── */
#solution { background: var(--white); }
.solution-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
@media(max-width:860px){ .solution-inner { grid-template-columns: 1fr; gap: 48px; } }
.solution-text h2 { margin-bottom: 20px; }
.solution-text .lead { font-size: 1.1rem; color: var(--gray); margin-bottom: 36px; line-height: 1.65; }
.solution-benefits { display: flex; flex-direction: column; gap: 14px; }
.benefit-row { display: flex; align-items: center; gap: 14px; }
.benefit-check { width: 28px; height: 28px; border-radius: 50%; background: rgba(15,181,166,.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--teal); }
.benefit-row span { font-weight: 600; font-size: .95rem; }
.solution-visual { background: var(--ink); border-radius: 24px; padding: 48px 40px; display: flex; flex-direction: column; gap: 20px; box-shadow: var(--shadow-md); }
.chat-bubble { background: rgba(255,255,255,.06); border-radius: 14px; padding: 16px 20px; }
.chat-bubble.user { background: rgba(15,181,166,.15); align-self: flex-end; max-width: 80%; }
.chat-bubble p { font-size: .9rem; color: rgba(255,255,255,.85); line-height: 1.5; }
.chat-bubble .sender { font-size: .72rem; font-weight: 700; color: var(--teal-lt); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 8px; }
.chat-bubble.user .sender { color: rgba(255,255,255,.5); }

/* ── FEATURES ── */
#features { background: var(--mist); }
.features-header { text-align: center; max-width: 600px; margin: 0 auto 60px; }
.features-header p { margin-top: 16px; color: var(--gray); font-size: 1.05rem; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.feature-card { background: var(--white); border-radius: var(--r-lg); padding: 28px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feature-icon { width: 48px; height: 48px; border-radius: var(--r-md); background: var(--ink); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; color: var(--teal); }
.feature-card h3 { font-size: 1rem; margin-bottom: 8px; }
.feature-card p { font-size: .875rem; color: var(--gray); line-height: 1.55; }

/* ── AI SECTION ── */
#ai { background: var(--ink); color: var(--white); }
.ai-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
@media(max-width:860px){ .ai-inner { grid-template-columns: 1fr; gap: 48px; } }
.ai-text h2 { color: var(--white); margin-bottom: 20px; }
.ai-text p { color: rgba(255,255,255,.65); font-size: 1.05rem; line-height: 1.7; margin-bottom: 32px; }
.ai-channels { display: flex; flex-direction: column; gap: 12px; }
.channel-pill { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.06); border-radius: var(--r-md); padding: 14px 18px; border: 1px solid rgba(255,255,255,.08); }
.channel-pill svg { color: var(--teal); flex-shrink: 0; }
.channel-pill span { font-weight: 600; font-size: .95rem; color: rgba(255,255,255,.85); }
.ai-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ai-stat { background: rgba(255,255,255,.05); border-radius: var(--r-lg); padding: 28px; border: 1px solid rgba(255,255,255,.06); }
.ai-stat .number { font-size: 2.6rem; font-weight: 800; color: var(--teal); line-height: 1; margin-bottom: 8px; }
.ai-stat p { font-size: .875rem; color: rgba(255,255,255,.5); line-height: 1.5; }

/* ── DATEV ── */
#datev { background: var(--white); }
.datev-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
@media(max-width:860px){ .datev-inner { grid-template-columns: 1fr; gap: 48px; } }
.datev-card { background: var(--mist); border-radius: 24px; padding: 48px 40px; }
.datev-logo { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.datev-badge { background: var(--ink); color: var(--white); font-weight: 800; font-size: 1.1rem; padding: 8px 16px; border-radius: var(--r-sm); letter-spacing: -.01em; }
.datev-list { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.datev-item { display: flex; align-items: center; gap: 12px; font-size: .95rem; font-weight: 600; }
.datev-item svg { color: var(--teal); flex-shrink: 0; }

/* ── PRICING ── */
#pricing { background: var(--mist); }
.pricing-header { text-align: center; max-width: 560px; margin: 0 auto 60px; }
.pricing-header p { margin-top: 16px; color: var(--gray); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
@media(max-width:900px){ .pricing-grid { grid-template-columns: 1fr; max-width:460px; margin:0 auto; } }
.pricing-card { background: var(--white); border-radius: 24px; padding: 40px 32px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; position: relative; }
.pricing-card.featured { background: var(--ink); color: var(--white); box-shadow: 0 0 0 2px var(--teal), var(--shadow-md); }
.pricing-tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--teal); color: var(--white); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 5px 14px; border-radius: 99px; white-space: nowrap; }
.pricing-name { font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; }
.pricing-price { font-size: 2.8rem; font-weight: 800; letter-spacing: -.03em; line-height: 1; margin-bottom: 4px; }
.pricing-card.featured .pricing-price { color: var(--white); }
.pricing-per { font-size: .85rem; color: var(--gray-lt); margin-bottom: 24px; font-weight: 500; }
.pricing-card.featured .pricing-per { color: rgba(255,255,255,.5); }
.pricing-divider { height: 1px; background: var(--mist); margin-bottom: 24px; }
.pricing-card.featured .pricing-divider { background: rgba(255,255,255,.1); }
.pricing-features { flex: 1; display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.pricing-feature { display: flex; align-items: flex-start; gap: 10px; font-size: .9rem; line-height: 1.4; }
.pricing-feature svg { color: var(--teal); flex-shrink: 0; margin-top: 2px; }
.pricing-card.featured .pricing-feature { color: rgba(255,255,255,.8); }
.pricing-cta { width: 100%; }

/* ── TESTIMONIALS ── */
#testimonials { background: var(--white); }
.testimonials-header { text-align: center; max-width: 540px; margin: 0 auto 60px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.testimonial { background: var(--mist); border-radius: 24px; padding: 36px; box-shadow: var(--shadow-sm); }
.testimonial-stars { display: flex; gap: 4px; margin-bottom: 20px; }
.star { color: var(--teal); font-size: 1rem; }
.testimonial blockquote { font-size: 1rem; line-height: 1.65; color: var(--ink); font-weight: 500; margin-bottom: 24px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.author-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--ink); display: flex; align-items: center; justify-content: center; color: var(--teal-lt); font-size: 1rem; font-weight: 800; flex-shrink: 0; }
.author-name { font-weight: 700; font-size: .9rem; }
.author-meta { font-size: .8rem; color: var(--gray); margin-top: 2px; }
.placeholder-note { font-size: .72rem; color: var(--gray-lt); margin-top: 16px; font-style: normal; }

/* ── FAQ ── */
#faq { background: var(--mist); }
.faq-inner { max-width: 760px; margin: 0 auto; }
.faq-header { text-align: center; margin-bottom: 52px; }
.faq-item { background: var(--white); border-radius: var(--r-lg); margin-bottom: 12px; overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 22px 28px; background: none; border: none; cursor: pointer; font-family: var(--font); font-size: 1rem; font-weight: 700; color: var(--ink); text-align: left; gap: 16px; }
.faq-chevron { flex-shrink: 0; transition: transform .2s; color: var(--teal); }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-answer-inner { padding: 0 28px 24px; font-size: .95rem; color: var(--gray); line-height: 1.7; }

/* ── CONTACT ── */
#contact { background: var(--white); }
.contact-inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: flex-start; }
@media(max-width:860px){ .contact-inner { grid-template-columns: 1fr; gap: 48px; } }
.contact-info h2 { margin-bottom: 20px; }
.contact-info p { color: var(--gray); line-height: 1.65; margin-bottom: 36px; }
.contact-detail { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; font-weight: 600; font-size: .95rem; }
.contact-detail svg { color: var(--teal); flex-shrink: 0; }
.contact-form { background: var(--mist); border-radius: 24px; padding: 44px 40px; }
@media(max-width:540px){ .contact-form { padding: 32px 24px; } }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media(max-width:540px){ .form-row { grid-template-columns: 1fr; } }
.form-group { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.form-group label { font-size: .83rem; font-weight: 700; color: var(--ink); letter-spacing: .02em; }
.form-group input, .form-group select, .form-group textarea {
  padding: 12px 16px; border: 2px solid transparent; border-radius: var(--r-sm);
  background: var(--white); font-size: .95rem; color: var(--ink); outline: none;
  transition: border-color .15s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--teal); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-submit { width: 100%; padding: 16px; font-size: 1rem; }
.form-success { display: none; text-align: center; padding: 32px; }
.form-success svg { color: var(--teal); margin: 0 auto 16px; }
.form-success h3 { margin-bottom: 8px; }
.form-success p { color: var(--gray); }

/* ── FOOTER ── */
footer { background: var(--ink); color: var(--white); padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 60px; }
@media(max-width:860px){ .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media(max-width:540px){ .footer-grid { grid-template-columns: 1fr; } }
.footer-brand p { color: rgba(255,255,255,.5); font-size: .9rem; line-height: 1.6; margin-top: 16px; max-width: 300px; }
.footer-col h4 { font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 18px; }
.footer-col a { display: block; font-size: .9rem; color: rgba(255,255,255,.65); padding: 4px 0; transition: color .15s; font-weight: 500; }
.footer-col a:hover { color: var(--teal-lt); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-bottom span { font-size: .83rem; color: rgba(255,255,255,.35); }

/* ── Stats Ticker ── */
.stats-ticker { background: var(--ink); height: 80px; overflow: hidden; display: flex; align-items: center; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); position: relative; }
.stats-ticker::before, .stats-ticker::after { content:''; position:absolute; top:0; width:120px; height:100%; z-index:2; pointer-events:none; }
.stats-ticker::before { left:0; background: linear-gradient(90deg, var(--ink), transparent); }
.stats-ticker::after { right:0; background: linear-gradient(-90deg, var(--ink), transparent); }
.ticker-track { display: flex; align-items: center; animation: ticker-scroll 32s linear infinite; flex-shrink: 0; width: max-content; }
.ticker-track:hover { animation-play-state: paused; }
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ticker-item { display: inline-flex; align-items: center; gap: 14px; padding: 0 48px; white-space: nowrap; flex-shrink: 0; }
.ticker-item .t-num { font-size: 1.55rem; font-weight: 800; color: var(--teal); letter-spacing: -.03em; }
.ticker-item .t-lbl { font-size: .82rem; font-weight: 600; color: rgba(255,255,255,.5); line-height: 1.3; white-space: nowrap; }
.ticker-sep { width: 1px; height: 32px; background: rgba(255,255,255,.1); flex-shrink: 0; }

/* ── Process (after Pricing) ── */
#process { background: var(--ink); }
#process h2 { color: var(--white); }
#process .section-label { color: var(--teal-lt); }
.process-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 52px; }
@media(max-width:700px){ .process-cards { grid-template-columns: 1fr; } }
.process-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 20px; padding: 36px 32px; position: relative; overflow: hidden; transition: background .2s, border-color .2s; }
.process-card:hover { background: rgba(255,255,255,.07); border-color: rgba(15,181,166,.3); }
.process-card-num { font-size: 5rem; font-weight: 800; color: rgba(255,255,255,.04); position: absolute; top: 16px; right: 24px; line-height: 1; letter-spacing: -.04em; pointer-events: none; }
.process-card-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(15,181,166,.12); display: flex; align-items: center; justify-content: center; color: var(--teal); margin-bottom: 20px; }
.process-card h3 { font-size: 1.2rem; color: var(--white); margin-bottom: 10px; }
.process-card p { font-size: .92rem; color: rgba(255,255,255,.55); line-height: 1.65; }
.process-card ul { margin-top: 14px; display: flex; flex-direction: column; gap: 8px; }
.process-card ul li { display: flex; align-items: flex-start; gap: 10px; font-size: .88rem; color: rgba(255,255,255,.55); line-height: 1.5; }
.process-card ul li::before { content:''; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); flex-shrink: 0; margin-top: 7px; }
.process-connector { display: none; }

/* ── E-Rechnung Banner ── */
.erechnung-banner { background: linear-gradient(135deg, var(--teal) 0%, #08967a 100%); padding: 56px 0; position: relative; overflow: hidden; }
.erechnung-banner::after { content: ''; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border-radius: 50%; background: rgba(255,255,255,.07); pointer-events: none; }
.erechnung-inner { display: flex; align-items: center; gap: 60px; flex-wrap: wrap; }
.erechnung-badge { background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.25); border-radius: var(--r-md); padding: 10px 18px; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--white); white-space: nowrap; flex-shrink: 0; }
.erechnung-text { flex: 1; min-width: 280px; }
.erechnung-text h2 { color: var(--white); font-size: clamp(1.4rem, 2.5vw, 2rem); margin-bottom: 10px; }
.erechnung-text p { color: rgba(255,255,255,.8); font-size: 1rem; line-height: 1.6; }
.erechnung-facts { display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; }
.erechnung-fact { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.9); font-size: .9rem; font-weight: 600; }
.erechnung-fact svg { color: rgba(255,255,255,.6); flex-shrink: 0; }
@media(max-width:860px){ .erechnung-inner { flex-direction: column; align-items: flex-start; gap: 28px; } }

/* ── Scrollbar & misc ── */
::selection { background: var(--teal); color: var(--white); }
