/*
Theme Name: LAP Relaunch
Theme URI: https://lap-jugendhilfe.de
Author: LAP
Description: Custom Theme für den LAP Website-Relaunch (Change 5/6, LAP Mobile) — Software für Träger der Jugend-, Autismus- und Behindertenhilfe.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lap-relaunch
*/

/* ---------- Design Tokens ---------- */
:root {
  --color-primary: #0B2545;
  --color-primary-light: #14315c;
  --color-accent: #3DA9FC;
  --color-accent-dark: #1f8ce0;
  --color-bg: #FFFFFF;
  --color-bg-alt: #F4F6F8;
  --color-text: #14213D;
  --color-text-muted: #5A6B85;
  --color-border: #E1E6ED;
  --font-base: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --radius: 12px;
  --shadow: 0 4px 24px rgba(11, 37, 69, 0.09);
  --shadow-hover: 0 16px 40px rgba(11, 37, 69, 0.16);
  --container-width: 1200px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-base);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
  font-size: 17px;
  overflow-x: clip;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--color-accent-dark); text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 2px;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.skip-link:focus {
  position: fixed;
  top: 8px; left: 8px;
  width: auto; height: auto;
  clip: auto;
  z-index: 9999;
  background: var(--color-primary);
  color: #fff;
  padding: 10px 18px;
  border-radius: var(--radius);
}
a:hover { text-decoration: underline; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4 { color: var(--color-primary); line-height: 1.2; margin: 0 0 0.5em; letter-spacing: -0.02em; font-weight: 700; }
h1 { font-size: 2.75rem; letter-spacing: -0.03em; font-weight: 800; }
h2 { font-size: 2.1rem; letter-spacing: -0.025em; }
h3 { font-size: 1.4rem; }
p { margin: 0 0 1em; }

.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 80px 0; }
/* The section directly under the hero needs a bit more breathing room above its heading — the dark hero already ends on the hero-stats box, so the default 80px reads as cramped right after it. */
.hero + .section { padding-top: 112px; }
.section--alt {
  background: #EEF2F8;
}
.section--wave-top { position: relative; z-index: 1; }
.section--wave-top::before {
  content: '';
  position: absolute;
  top: -62px;
  left: -5%;
  width: 110%;
  height: 66px;
  background: var(--color-bg);
  border-radius: 50% 50% 0 0;
  pointer-events: none;
}
@media (max-width: 880px) {
  .section--wave-top::before { top: -34px; height: 38px; }
}
.section--primary { background: var(--color-primary); color: #fff; }
.section--primary h2 { color: #fff; }

.eyebrow {
  display: inline-block;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: linear-gradient(90deg, var(--color-accent-dark), var(--color-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.75em;
}

.text-center { text-align: center; }
.section-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }

/* ---------- Buttons / CTA ---------- */
.btn {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  border: 2px solid transparent;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn::after {
  content: '';
  position: absolute;
  top: 0; left: -60%;
  width: 40%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.45), transparent);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
  pointer-events: none;
}
.btn:hover::after { left: 130%; }
.btn--primary { background: linear-gradient(135deg, #3DA9FC 0%, #1a7fd4 100%); color: #fff; }
.btn--primary:hover { background: linear-gradient(135deg, #5bbeff 0%, #3DA9FC 100%); color: #fff; box-shadow: var(--shadow-hover); }
.btn--outline { background: transparent; border-color: #fff; color: #fff; }
.btn--outline:hover { background: #fff; color: var(--color-primary); }
.btn--white { background: #fff; color: var(--color-primary); border-color: #fff; }
.btn--white:hover { background: rgba(255,255,255,0.9); color: var(--color-primary); box-shadow: var(--shadow-hover); }
.btn--ghost { background: transparent; border-color: var(--color-primary); color: var(--color-primary); }
.btn--ghost:hover { background: var(--color-primary); color: #fff; }
.btn--block { display: block; text-align: center; }

/* ---------- Header ---------- */
/* ---------- Scroll progress bar ---------- */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(11, 37, 69, 0.08);
  z-index: 9998;
}
.scroll-progress__bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--color-accent-dark), var(--color-accent));
  transition: width 0.1s linear;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.70);
  border-bottom: 1px solid rgba(225, 230, 237, 0.5);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  transition: box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.90);
  border-bottom-color: var(--color-border);
  box-shadow: 0 2px 20px rgba(11, 37, 69, 0.07);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: var(--container-width);
  margin: 0 auto;
}
.site-logo {
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--color-primary);
  display: inline-flex;
  align-items: center;
}
.site-logo__img { max-height: 140px; width: auto; display: block; }

.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav ul { display: flex; gap: 28px; }
.main-nav a {
  position: relative;
  color: var(--color-text);
  font-weight: 600;
  font-size: 0.97rem;
  text-decoration: none;
  transition: color 0.2s ease;
}
.main-nav a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -6px;
  width: 100%; height: 2px;
  background: var(--color-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.main-nav a:hover { color: var(--color-accent-dark); text-decoration: none; }
.main-nav a:hover::after { transform: scaleX(1); }
.main-nav .current-menu-item > a { color: var(--color-accent-dark); }
.main-nav .current-menu-item > a::after { transform: scaleX(1); }
.header-cta { display: flex; align-items: center; gap: 16px; }
.nav-toggle { display: none; background: none; border: none; font-size: 1.6rem; cursor: pointer; color: var(--color-primary); transition: transform 0.2s ease; }
.nav-toggle[aria-expanded="true"] { transform: rotate(90deg); }

/* ---------- Header search ---------- */
.search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  border-radius: 50%;
  color: var(--color-primary);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.search-toggle:hover { background: var(--color-bg-alt); color: var(--color-accent-dark); }

.search-panel {
  position: absolute;
  top: 100%; left: 0; right: 0;
  background: #fff;
  border-bottom: 1px solid var(--color-border);
  box-shadow: 0 12px 24px rgba(11, 37, 69, 0.08);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: max-height 0.3s ease, opacity 0.25s ease;
}
.search-panel.is-open {
  max-height: 140px;
  opacity: 1;
  visibility: visible;
}
.search-panel__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
}
.search-panel__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: none;
  border: none;
  border-radius: 50%;
  color: var(--color-text);
  cursor: pointer;
}
.search-panel__close:hover { background: var(--color-bg-alt); }

.search-form { display: flex; align-items: center; gap: 12px; flex: 1; }
.search-form__field {
  flex: 1;
  padding: 14px 18px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  font-size: 1rem;
  font-family: inherit;
  color: var(--color-text);
}
.search-form__field:focus { outline: none; border-color: var(--color-accent); }
.search-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: var(--color-accent);
  border: none;
  border-radius: var(--radius);
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.search-form__submit:hover { background: var(--color-accent-dark); }
.search-form__submit .icon { background-color: #fff; }

.section-head h1 span { color: var(--color-accent-dark); }

.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: var(--radius);
  border: 1px solid var(--color-border);
  color: var(--color-text);
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.pagination .page-numbers:hover { background: var(--color-bg-alt); text-decoration: none; }
.pagination .page-numbers.current { background: var(--color-accent); border-color: var(--color-accent); color: #fff; }
.pagination .page-numbers.dots { border: none; }

@media (max-width: 600px) {
  .search-panel__inner { flex-wrap: wrap; }
}

@media (max-width: 880px) {
  .main-nav-list {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: #fff;
    padding: 0 24px;
    border-bottom: 1px solid var(--color-border);
    gap: 16px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.35s ease;
  }
  .nav-toggle { display: block; }
  .main-nav-list.is-open {
    max-height: 60vh;
    opacity: 1;
    visibility: visible;
    padding: 16px 24px;
  }
  .header-cta .btn--ghost { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 65% 80% at 78% 35%, rgba(61,169,252,0.22) 0%, transparent 60%),
    radial-gradient(ellipse 45% 55% at 5% 85%, rgba(61,169,252,0.13) 0%, transparent 55%),
    linear-gradient(148deg, #060f1e 0%, #0B2545 48%, #0e3268 100%);
  color: #fff;
  padding: 120px 0 100px;
}
/* Abstract orbit decoration for text-only heroes (Bereiche, Kontakt, FAQ, Über LAP) that would otherwise have empty space beside the text */
.hero-decor {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  width: 560px;
  height: 560px;
  pointer-events: none;
  z-index: 0;
}
.hero-decor svg { width: 100%; height: 100%; }
@media (max-width: 1100px) {
  .hero-decor { width: 400px; height: 400px; right: -100px; opacity: 0.7; }
}
@media (max-width: 880px) {
  .hero-decor { display: none; }
}
.hero .container { position: relative; z-index: 1; }
.hero__inner { display: grid; grid-template-columns: 0.95fr 1.2fr; gap: 48px; align-items: center; }
.hero h1 { color: #fff; }
.hero p.lead { font-size: 1.2rem; color: #cdd9ec; max-width: 560px; }
.hero-actions { display: flex; gap: 16px; margin-top: 28px; flex-wrap: wrap; }
.hero-visual {
  position: relative;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius);
  padding: 32px;
  backdrop-filter: blur(6px);
  overflow: hidden;
  transition: transform 0.25s ease;
  will-change: transform;
}
.hero-visual video { width: 100%; height: auto; display: block; border-radius: calc(var(--radius) - 6px); }
/* Browser-chrome frame around real product screenshots, so they read as one deliberate "device" instead of a raw image dropped on the marketing background */
.hero-visual--framed { padding: 0; }
.hero-visual__bar {
  height: 34px;
  background: rgba(255,255,255,0.07);
  border-bottom: 1px solid rgba(255,255,255,0.15);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='12'%3E%3Ccircle cx='6' cy='6' r='5' fill='%23ff5f57'/%3E%3Ccircle cx='26' cy='6' r='5' fill='%23ffbd2e'/%3E%3Ccircle cx='46' cy='6' r='5' fill='%2328c840'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 16px center;
}
.hero-visual--framed img, .hero-visual--framed video { display: block; width: 100%; height: auto; border-radius: 0 0 calc(var(--radius) - 6px) calc(var(--radius) - 6px); }
@media (max-width: 880px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero { padding: 64px 0 56px; }
  h1 { font-size: 2rem; }
}

/* ---------- Scroll Reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal-stagger.is-visible > * { opacity: 1; transform: translateY(0); }
.reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 0s; }
.reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 0.1s; }
.reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 0.2s; }
.reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 0.3s; }
.reveal-stagger.is-visible > *:nth-child(5) { transition-delay: 0.4s; }
.reveal-stagger.is-visible > *:nth-child(6) { transition-delay: 0.5s; }

/* ---------- Problem Section ---------- */
.problem-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-accent);
  border-radius: var(--radius);
  padding: 28px;
}
.problem-card h3 { margin-bottom: 0.3em; }
.problem-card h2 { margin-bottom: 0.3em; font-size: 1.15rem; }
.problem-card h2::before { display: none; }
.problem-card p { color: var(--color-text-muted); margin: 0; }

/* ---------- Proof / Stats Section ---------- */
.proof-section {
  background: var(--color-primary);
  background-image:
    radial-gradient(circle at 15% 25%, rgba(61,169,252,0.20), transparent 50%),
    radial-gradient(circle at 85% 75%, rgba(61,169,252,0.14), transparent 50%);
  color: #fff;
  padding: 100px 0;
}
.proof-section .section-head h2 { color: #fff; }
.proof-section .section-head p { color: #b9c9e3; }
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
  margin-top: 24px;
}
.proof-item strong {
  display: block;
  font-size: 3rem;
  font-weight: 800;
  color: var(--color-accent);
  line-height: 1;
}
.proof-item span { color: #cdd9ec; font-size: 0.95rem; display: block; margin-top: 8px; }
@media (max-width: 880px) { .proof-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .proof-grid { grid-template-columns: 1fr; } }

/* ---------- Results Dashboard (Produktseiten, "Ergebnisse" Sektion) ---------- */
.results-dashboard {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 40px;
}
.results-dashboard--single { grid-template-columns: 1fr; }
.results-dashboard__stats { display: flex; flex-direction: column; gap: 28px; }
.results-stat strong {
  display: block;
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--color-accent-dark);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  margin-bottom: 6px;
}
.results-stat span { color: var(--color-text-muted); font-size: 0.95rem; }
.results-dashboard__bars { display: flex; flex-direction: column; gap: 22px; }
.results-bar__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; font-size: 0.92rem; }
.results-bar__head span { color: var(--color-text); font-weight: 600; }
.results-bar__head strong { color: var(--color-accent-dark); font-variant-numeric: tabular-nums; }
.results-bar__track { height: 10px; border-radius: 999px; background: var(--color-bg-alt); overflow: hidden; }
.results-bar__fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-accent-dark), var(--color-accent));
  transition: width 1.1s cubic-bezier(.2,.8,.2,1);
}
.reveal.is-visible .results-bar__fill { width: var(--pct); }
@media (max-width: 880px) { .results-dashboard { grid-template-columns: 1fr; padding: 32px; } }

/* ---------- Card Grids ---------- */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.card-grid--2col { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 980px) { .card-grid, .card-grid--2col { grid-template-columns: 1fr 1fr; } }
@media (max-width: 680px) { .card-grid, .card-grid--2col { grid-template-columns: 1fr; } }

/* At 1920px+ there's enough room to show all 5 products in one row without shrinking them noticeably. */
@media (min-width: 1920px) {
  .container--produkte { max-width: 1880px; }
  .card-grid--produkte { grid-template-columns: repeat(5, 1fr); gap: 18px; }
}

/* ---------- Bento Grid (Startseite Produkte) ---------- */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
}
.bento-grid > *:first-child {
  grid-column: span 2;
  grid-row: span 2;
  padding: 48px;
}
.bento-grid > * {
  grid-column: span 2;
}
.bento-grid .card { height: 100%; justify-content: flex-end; }
.bento-grid > *:first-child h3 { font-size: 1.9rem; }
@media (max-width: 680px) {
  .bento-grid { grid-template-columns: 1fr; }
  .bento-grid > *:first-child { grid-column: span 1; grid-row: span 1; }
  .bento-grid > * { grid-column: span 1; }
}

/* ---------- Showcase Stack (Produktseiten, große Medien-Blöcke) ---------- */
.showcase-stack { display: flex; flex-direction: column; gap: 40px; margin-bottom: 40px; }
.showcase-block {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: center;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, var(--color-border) 0%, rgba(61,169,252,0.28) 100%) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 32px;
}
.showcase-block__media { border-radius: var(--radius); overflow: hidden; aspect-ratio: 16 / 9; }
.showcase-block__media img, .showcase-block__media video { width: 100%; height: 100%; display: block; object-fit: cover; }
.showcase-block__text h3 { font-size: 1.6rem; margin-bottom: 0.4em; }
.showcase-block__text p { color: var(--color-text-muted); font-size: 1.05rem; }
@media (max-width: 880px) {
  .showcase-block { grid-template-columns: 1fr; padding: 24px; }
}

/* ---------- Feature Marquee (Produktseiten, endlos durchlaufender Kästchen-Streifen) ---------- */
/* Kästchen bewusst im selben Stil wie .step (Kontakt-Seite): weiße Karte, zentriert, runder Icon-Badge. */
.marquee {
  overflow: hidden;
  background: var(--color-bg-alt);
  border-radius: var(--radius);
  padding: 32px 0;
  box-shadow: inset 0 1px 0 rgba(11,37,69,0.06), inset 0 -1px 0 rgba(11,37,69,0.06);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.marquee__track {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: max-content;
  animation: lap-marquee 45s linear infinite;
}
.marquee__track .card {
  flex: 0 0 220px;
  height: 290px;
  justify-content: center;
  text-align: center;
  align-items: center;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, var(--color-border) 0%, rgba(61,169,252,0.28) 100%) border-box;
  border: 1px solid transparent;
  padding: 28px 20px;
}
.marquee__track .card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, rgba(61,169,252,0.65) 0%, rgba(11,37,69,0.5) 100%) border-box;
}
.marquee__track .card__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-accent);
  color: #fff;
  margin: 0 auto 16px;
  font-size: 1.25rem;
  transition: transform 0.3s cubic-bezier(.2,.8,.2,1);
}
.marquee__track .card__icon .icon { width: 22px; height: 22px; }
.marquee__track .card:hover .card__icon { transform: scale(1.12) rotate(-4deg); }
.marquee__track h3 { font-size: 1.0rem; }
.marquee__track p { font-size: 0.85rem; text-align: center; flex-grow: 0; }
@keyframes lap-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee__track { animation: none; overflow-x: auto; }
  .marquee { overflow-x: auto; }
}

.card {
  position: relative;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, var(--color-border) 0%, rgba(61,169,252,0.28) 100%) border-box;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
  transition: transform 0.25s cubic-bezier(.2,.8,.2,1), box-shadow 0.25s cubic-bezier(.2,.8,.2,1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  will-change: transform;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, rgba(61,169,252,0.55) 0%, rgba(11,37,69,0.45) 100%) border-box; }
.card__icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: rgba(61,169,252,0.12);
  color: var(--color-accent-dark);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
  font-size: 1.6rem;
  transition: transform 0.3s cubic-bezier(.2,.8,.2,1);
}
.card__icon .icon { width: 26px; height: 26px; }
.card__media {
  margin: -32px -32px 20px;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
  aspect-ratio: 16 / 10;
  background: var(--color-bg-alt);
}
.card__media img, .card__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(.2,.8,.2,1);
}
.card:hover .card__media img, .card:hover .card__media video { transform: scale(1.05); }
.bento-grid > *:first-child .card__media,
.bento-grid > .card--featured .card__media { margin: -48px -48px 24px; }
.card:hover .card__icon { transform: scale(1.12) rotate(-4deg); }
.badge--legacy {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-text-muted);
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  padding: 3px 12px;
  margin-bottom: 10px;
}
.card h3 { margin-bottom: 0.4em; }
.card p { color: var(--color-text-muted); flex-grow: 1; }
.card a.card-link {
  font-weight: 600;
  margin-top: 12px;
  display: inline-block;
  transition: transform 0.25s cubic-bezier(.2,.8,.2,1);
  position: relative;
  z-index: 1;
}
.card a.card-link::after {
  content: '';
  position: absolute;
  inset: -9999px;
}
.card:hover a.card-link { transform: translateX(4px); }

/* ---------- Testimonials ---------- */
.testimonial {
  position: relative;
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-accent);
  padding: 28px 28px 28px 32px;
  box-shadow: var(--shadow);
  transition: transform 0.25s cubic-bezier(.2,.8,.2,1), box-shadow 0.25s cubic-bezier(.2,.8,.2,1);
  overflow: hidden;
}
.testimonial::before {
  content: '\201C';
  position: absolute;
  top: -10px;
  right: 18px;
  font-size: 5.5rem;
  line-height: 1;
  color: var(--color-accent);
  opacity: 0.13;
  font-family: Georgia, serif;
  pointer-events: none;
}
.testimonial:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.testimonial p { position: relative; font-style: italic; color: var(--color-text); }
.testimonial footer { font-weight: 700; color: var(--color-primary); font-style: normal; }

/* Larger spotlight variant for the dedicated Referenzen page. */
.testimonial--featured { padding: 40px 40px 40px 44px; }
.testimonial--featured::before { font-size: 7rem; top: -14px; right: 24px; }
.testimonial--featured p { font-size: 1.15rem; line-height: 1.7; margin-bottom: 20px; }
.testimonial--featured footer { font-size: 0.95rem; }

/* ---------- CTA Banner ---------- */
.cta-banner {
  background: linear-gradient(120deg, var(--color-primary), #163e6e);
  color: #fff;
  border-radius: var(--radius);
  padding: 56px;
  text-align: center;
}
.cta-banner h2 { color: #fff; }
.cta-banner p { color: #cdd9ec; max-width: 600px; margin: 0 auto 28px; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--color-primary);
  background-image:
    radial-gradient(ellipse 60% 80% at 10% 20%, rgba(61,169,252,0.13), transparent 55%),
    radial-gradient(ellipse 50% 60% at 90% 80%, rgba(61,169,252,0.09), transparent 50%);
  color: #cdd9ec;
  padding: 64px 0 28px;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 32px; margin-bottom: 40px; }
.footer-grid h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.footer-grid a { color: #cdd9ec; }
.footer-grid li { margin-bottom: 8px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.85rem;
  color: #9fb3d6;
}
.footer-legal { display: flex; gap: 40px; }
.footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 8px 14px;
  background: rgba(61, 169, 252, 0.12);
  border: 1px solid rgba(61, 169, 252, 0.3);
  border-radius: 999px;
  font-size: 0.82rem;
  color: #fff;
}
.footer-badge .icon { width: 15px; height: 15px; flex-shrink: 0; }
.footer-legal a { color: #9fb3d6; }
.footer-legal a:hover { color: #fff; }
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Forms (WPForms brand alignment) ---------- */
.wpforms-container input[type=text], .wpforms-container input[type=email],
.wpforms-container input[type=tel], .wpforms-container textarea, .wpforms-container select {
  border: 1px solid var(--color-border) !important;
  border-radius: 8px !important;
  padding: 12px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.wpforms-container .wpforms-field { width: 100% !important; }
.wpforms-container .wpforms-submit-container {
  margin-top: 20px !important;
  display: flex !important;
  justify-content: center !important;
}
.wpforms-container button[type=submit] {
  background: var(--color-accent) !important;
  color: var(--color-primary) !important;
  border-radius: var(--radius) !important;
  font-weight: 700 !important;
  padding: 14px 28px !important;
  min-width: 220px !important;
}
.wpforms-container button[type=submit]:hover { background: var(--color-accent-dark) !important; color: #fff !important; }
.wpforms-container button[type=submit].is-loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
}
.wpforms-container button[type=submit].is-loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 2px solid rgba(11, 37, 69, 0.25);
  border-top-color: var(--color-primary);
  border-radius: 50%;
  animation: lap-spin 0.7s linear infinite;
}
@keyframes lap-spin { to { transform: rotate(360deg); } }

.wpforms-confirmation-container,
.wpforms-confirmation-container-full {
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.wpforms-confirmation-container.is-visible,
.wpforms-confirmation-container-full.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
/* Override WPForms' default lime-green success color (#e0ffc7, from a
   `[submit-success] > .wpforms-confirmation-container-full` rule with higher
   specificity) with the site's own callout look. */
[submit-success] > .wpforms-confirmation-container-full,
.wpforms-confirmation-container,
.wpforms-confirmation-container-full {
  background: var(--color-bg-alt) !important;
  border: 1px solid var(--color-border) !important;
  border-left: 4px solid var(--color-accent) !important;
  border-radius: var(--radius) !important;
  color: var(--color-text) !important;
  padding: 24px 28px !important;
}
/* !important: WPForms' own confirmation-box CSS loads after this stylesheet and
   otherwise wins the cascade against this single-class selector (same pattern as
   the .wpforms-container overrides above). */
.lap-confirmation-check {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 26px !important;
  height: 26px !important;
  border-radius: 50% !important;
  background: var(--color-accent) !important;
  color: var(--color-primary) !important;
  font-weight: 700 !important;
  margin-right: 10px !important;
  vertical-align: middle !important;
  flex-shrink: 0 !important;
}
.lap-confirmation-check .icon { width: 16px !important; height: 16px !important; background-color: currentColor !important; }

/* ---------- Steps / Process Timeline ---------- */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}
.step {
  text-align: center;
  padding: 32px 24px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.step__number {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--color-accent);
  color: var(--color-primary);
  font-weight: 800;
  font-size: 1.4rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.step h3 { margin-bottom: 8px; }
.step p { color: var(--color-text-muted); font-size: 0.95rem; margin: 0; }
@media (max-width: 680px) { .steps-grid { grid-template-columns: 1fr; } }

/* ---------- Bereiche card centering ---------- */
.card--center { text-align: center; align-items: center; }

/* ---------- Single content (News etc.) ---------- */
.entry-content { max-width: 760px; margin: 0 auto; }
.entry-content img { border-radius: var(--radius); margin: 24px 0; }
.wp-block-rank-math-toc-block { display: none; }
.feature-accordion { margin: 36px 0; display: flex; flex-direction: column; gap: 12px; }
.accordion-item {
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-accent);
  border-radius: var(--radius);
  overflow: hidden;
  transition: background 0.25s ease;
}
.accordion-item[open] { background: #fff; }
.accordion-trigger {
  list-style: none;
  cursor: pointer;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.accordion-trigger::-webkit-details-marker { display: none; }
.accordion-trigger::marker { content: ''; }
.accordion-trigger h3 { margin: 0; font-size: 1.05rem; }
.accordion-trigger h2 { margin: 0; font-size: 1.05rem; }
.accordion-trigger h2::before { display: none; }
.accordion-trigger::after {
  content: '+';
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(61,169,252,0.12);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  transition: transform 0.25s ease;
}
.accordion-item[open] .accordion-trigger::after { content: '\2212'; }
.accordion-item:hover .accordion-trigger::after { transform: scale(1.1); }
.accordion-panel { padding: 0 24px 20px; overflow: hidden; transition: height 0.3s cubic-bezier(.2,.8,.2,1); }
.accordion-panel p { color: var(--color-text-muted); margin: 0; }
.accordion-item--static .accordion-trigger { cursor: default; }
.accordion-item--static .accordion-trigger::after { content: '\2713'; color: var(--color-accent); font-size: 1.1rem; font-weight: 700; transform: none !important; }


/* ---------- Product screenshots / zoom-ready images ---------- */
.shot-frame {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow);
}
.shot-frame img {
  transition: transform 0.5s cubic-bezier(.2,.8,.2,1);
}
.shot-frame:hover img { transform: scale(1.04); }

/* ---------- Table of Contents (Rank Math) ---------- */
.wp-block-rank-math-toc-block {
  background: #fff;
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-accent);
  border-radius: var(--radius);
  padding: 24px 28px;
  margin: 0 0 32px;
  box-shadow: var(--shadow);
}
.wp-block-rank-math-toc-block h2 {
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.6em;
  color: var(--color-primary);
}
.wp-block-rank-math-toc-block nav ul { display: flex; flex-direction: column; gap: 8px; }
.wp-block-rank-math-toc-block nav a { color: var(--color-text); font-weight: 500; font-size: 0.95rem; }
.wp-block-rank-math-toc-block nav a:hover { color: var(--color-accent-dark); }

/* ---------- Stats bar (Über LAP) ---------- */
.ueber-stats { padding-top: 40px; padding-bottom: 40px; }
.stats-bar { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 24px; }
.stat { text-align: center; }
.stat__number { display: block; font-size: 2rem; font-weight: 800; color: var(--color-primary); line-height: 1; margin-bottom: 4px; }
.stat__label { font-size: 0.82rem; color: var(--color-text-muted); text-transform: uppercase; letter-spacing: 0.06em; }

/* ---------- Hero stats (top-of-page KPI highlight, Produkt-Seiten) ---------- */
/* Lives inside .hero itself so it shares the exact same background — no seam. */
.hero-stats {
  padding-top: 44px;
  margin-top: 44px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.hero-stats__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.hero-stat {
  flex: 1 1 240px;
  max-width: 300px;
  text-align: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius);
  padding: 22px 24px;
  backdrop-filter: blur(6px);
}
.hero-stat strong {
  display: block;
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--color-accent);
  line-height: 1;
  margin-bottom: 8px;
}
.hero-stat span { color: #cdd9ec; font-size: 0.92rem; line-height: 1.4; display: block; }
@media (max-width: 680px) { .hero-stat { flex: 1 1 100%; max-width: none; } }

/* ---------- Hero visual fallback (Produkte ohne Screenshot-Material) ---------- */
.hero-visual--icon { display: flex; align-items: center; justify-content: center; min-height: 260px; }
.hero-visual--icon__glyph {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(61,169,252,0.38), rgba(61,169,252,0.07) 72%);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.6rem;
}
.hero-visual--icon__glyph .icon { width: 64px; height: 64px; }

/* ---------- Highlight strip (Bereich pages, top-of-page fact chips) ---------- */
/* Lives inside .hero itself so it shares the exact same background — no seam. */
.highlight-strip {
  padding-top: 44px;
  margin-top: 44px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.highlight-strip__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.highlight-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  padding: 12px 22px 12px 14px;
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  box-shadow: 0 8px 30px rgba(0,0,0,0.22);
  transition: background 0.25s ease, transform 0.25s ease;
}
.highlight-chip:hover { background: rgba(255,255,255,0.16); transform: translateY(-2px); }
.highlight-chip__icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--color-accent-dark), var(--color-accent));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
}
.highlight-chip span:last-child { font-weight: 600; color: #fff; font-size: 0.95rem; }
@media (max-width: 680px) { .highlight-chip { width: 100%; } }

/* ---------- Timeline (Über LAP Unsere Geschichte) ---------- */
.timeline { position: relative; }
.timeline::before {
  content: '';
  position: absolute;
  left: 88px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: var(--color-border);
}
.timeline-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0 32px;
  padding-bottom: 32px;
  position: relative;
}
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before {
  content: '';
  position: absolute;
  left: 83px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-accent);
  border: 2px solid var(--color-bg-alt);
  z-index: 1;
}
.timeline-year {
  font-weight: 800;
  font-size: 0.82rem;
  color: var(--color-accent);
  text-align: right;
  padding-top: 4px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.timeline-content strong { display: block; font-size: 1rem; margin-bottom: 4px; }
.timeline-content p { color: var(--color-text-muted); font-size: 0.9rem; margin: 0; }
@media (max-width: 600px) {
  .timeline::before { left: 16px; }
  .timeline-item { grid-template-columns: 1fr; padding-left: 40px; }
  .timeline-item::before { left: 11px; }
  .timeline-year { text-align: left; margin-bottom: 4px; }
}

/* ---------- Icon set (replaces emoji glyphs site-wide with a consistent line-icon set) ---------- */
.icon {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  vertical-align: middle;
}
.icon-clock { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 3'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 3'/%3E%3C/svg%3E"); }
.icon-check { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12l6 6L20 6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12l6 6L20 6'/%3E%3C/svg%3E"); }
.icon-pen { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z'/%3E%3C/svg%3E"); }
.icon-graduation { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 10L12 5 2 10l10 5 10-5z'/%3E%3Cpath d='M6 12v5c0 1.1 2.7 2 6 2s6-.9 6-2v-5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 10L12 5 2 10l10 5 10-5z'/%3E%3Cpath d='M6 12v5c0 1.1 2.7 2 6 2s6-.9 6-2v-5'/%3E%3C/svg%3E"); }
.icon-target { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Ccircle cx='12' cy='12' r='5'/%3E%3Ccircle cx='12' cy='12' r='1'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Ccircle cx='12' cy='12' r='5'/%3E%3Ccircle cx='12' cy='12' r='1'/%3E%3C/svg%3E"); }
.icon-home { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11l9-8 9 8'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11l9-8 9 8'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3C/svg%3E"); }
.icon-building { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='2' width='16' height='20' rx='1'/%3E%3Cpath d='M9 8h1M14 8h1M9 13h1M14 13h1M9 18h1M14 18h1'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='2' width='16' height='20' rx='1'/%3E%3Cpath d='M9 8h1M14 8h1M9 13h1M14 13h1M9 18h1M14 18h1'/%3E%3C/svg%3E"); }
.icon-eye { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8S1 12 1 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8S1 12 1 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E"); }
.icon-user { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 20c0-4 3.5-7 8-7s8 3 8 7'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 20c0-4 3.5-7 8-7s8 3 8 7'/%3E%3C/svg%3E"); }
.icon-users { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3.2'/%3E%3Cpath d='M2.5 20c0-3.5 3-6 6.5-6s6.5 2.5 6.5 6'/%3E%3Ccircle cx='17' cy='9' r='2.5'/%3E%3Cpath d='M15.5 14.2c2.6.4 4.5 2.4 4.5 5.3'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3.2'/%3E%3Cpath d='M2.5 20c0-3.5 3-6 6.5-6s6.5 2.5 6.5 6'/%3E%3Ccircle cx='17' cy='9' r='2.5'/%3E%3Cpath d='M15.5 14.2c2.6.4 4.5 2.4 4.5 5.3'/%3E%3C/svg%3E"); }
.icon-pill { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='8' width='20' height='8' rx='4' transform='rotate(45 12 12)'/%3E%3Cpath d='M12 7.5l4.5 4.5' transform='rotate(45 12 12)'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='8' width='20' height='8' rx='4' transform='rotate(45 12 12)'/%3E%3Cpath d='M12 7.5l4.5 4.5' transform='rotate(45 12 12)'/%3E%3C/svg%3E"); }
.icon-wallet { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='7' width='20' height='13' rx='2'/%3E%3Cpath d='M2 10h20'/%3E%3Ccircle cx='17' cy='14.5' r='1.4'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='7' width='20' height='13' rx='2'/%3E%3Cpath d='M2 10h20'/%3E%3Ccircle cx='17' cy='14.5' r='1.4'/%3E%3C/svg%3E"); }
.icon-folder { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6a1 1 0 0 1 1-1h5l2 2h9a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6a1 1 0 0 1 1-1h5l2 2h9a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z'/%3E%3C/svg%3E"); }
.icon-calendar { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M3 10h18M8 2v4M16 2v4'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M3 10h18M8 2v4M16 2v4'/%3E%3C/svg%3E"); }
.icon-chart { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20V10M12 20V4M20 20v-7'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20V10M12 20V4M20 20v-7'/%3E%3C/svg%3E"); }
.icon-pin { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 1 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 1 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E"); }
.icon-book { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19.5A2.5 2.5 0 0 1 6.5 17H20V4H6.5A2.5 2.5 0 0 0 4 6.5z'/%3E%3Cpath d='M4 19.5V6.5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19.5A2.5 2.5 0 0 1 6.5 17H20V4H6.5A2.5 2.5 0 0 0 4 6.5z'/%3E%3Cpath d='M4 19.5V6.5'/%3E%3C/svg%3E"); }
.icon-scroll { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h12v15a3 3 0 0 1-3 3H8'/%3E%3Cpath d='M6 3a3 3 0 0 0-3 3v0a3 3 0 0 0 3 3'/%3E%3Cpath d='M5 21a3 3 0 0 1-3-3v0'/%3E%3Cpath d='M9 8h6M9 12h6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h12v15a3 3 0 0 1-3 3H8'/%3E%3Cpath d='M6 3a3 3 0 0 0-3 3v0a3 3 0 0 0 3 3'/%3E%3Cpath d='M5 21a3 3 0 0 1-3-3v0'/%3E%3Cpath d='M9 8h6M9 12h6'/%3E%3C/svg%3E"); }
.icon-memo { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='3' width='14' height='18' rx='1'/%3E%3Cpath d='M8 8h8M8 12h8M8 16h5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='3' width='14' height='18' rx='1'/%3E%3Cpath d='M8 8h8M8 12h8M8 16h5'/%3E%3C/svg%3E"); }
.icon-wifi { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 8.5a15.9 15.9 0 0 1 20 0'/%3E%3Cpath d='M5.5 12.5a11 11 0 0 1 13 0'/%3E%3Cpath d='M9 16.5a5.5 5.5 0 0 1 6 0'/%3E%3Ccircle cx='12' cy='20' r='1'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 8.5a15.9 15.9 0 0 1 20 0'/%3E%3Cpath d='M5.5 12.5a11 11 0 0 1 13 0'/%3E%3Cpath d='M9 16.5a5.5 5.5 0 0 1 6 0'/%3E%3Ccircle cx='12' cy='20' r='1'/%3E%3C/svg%3E"); }
.icon-export { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 15V3M8 7l4-4 4 4'/%3E%3Cpath d='M4 15v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-4'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 15V3M8 7l4-4 4 4'/%3E%3Cpath d='M4 15v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-4'/%3E%3C/svg%3E"); }
.icon-mobile { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='2' width='12' height='20' rx='2'/%3E%3Cpath d='M10 18h4'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='2' width='12' height='20' rx='2'/%3E%3Cpath d='M10 18h4'/%3E%3C/svg%3E"); }
.icon-refresh { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 8a9 9 0 0 0-15-4.7L3 6'/%3E%3Cpath d='M3 3v5h5'/%3E%3Cpath d='M3 16a9 9 0 0 0 15 4.7l3-3.4'/%3E%3Cpath d='M21 21v-5h-5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 8a9 9 0 0 0-15-4.7L3 6'/%3E%3Cpath d='M3 3v5h5'/%3E%3Cpath d='M3 16a9 9 0 0 0 15 4.7l3-3.4'/%3E%3Cpath d='M21 21v-5h-5'/%3E%3C/svg%3E"); }
.icon-key { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7' cy='7' r='4'/%3E%3Cpath d='M10 10l10.5 10.5M17 17l2-2M14 20l2-2'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7' cy='7' r='4'/%3E%3Cpath d='M10 10l10.5 10.5M17 17l2-2M14 20l2-2'/%3E%3C/svg%3E"); }
.icon-lock { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='11' width='14' height='10' rx='2'/%3E%3Cpath d='M8 11V7a4 4 0 1 1 8 0v4'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='11' width='14' height='10' rx='2'/%3E%3Cpath d='M8 11V7a4 4 0 1 1 8 0v4'/%3E%3C/svg%3E"); }
.icon-bell { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2a6 6 0 0 0-6 6v4l-2 4h16l-2-4V8a6 6 0 0 0-6-6z'/%3E%3Cpath d='M9 20a3 3 0 0 0 6 0'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2a6 6 0 0 0-6 6v4l-2 4h16l-2-4V8a6 6 0 0 0-6-6z'/%3E%3Cpath d='M9 20a3 3 0 0 0 6 0'/%3E%3C/svg%3E"); }
.icon-link { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 14a5 5 0 0 0 7 0l3-3a5 5 0 0 0-7-7l-1.5 1.5'/%3E%3Cpath d='M14 10a5 5 0 0 0-7 0l-3 3a5 5 0 0 0 7 7l1.5-1.5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 14a5 5 0 0 0 7 0l3-3a5 5 0 0 0-7-7l-1.5 1.5'/%3E%3Cpath d='M14 10a5 5 0 0 0-7 0l-3 3a5 5 0 0 0 7 7l1.5-1.5'/%3E%3C/svg%3E"); }
.icon-car { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 16V11l2.5-5h13L21 11v5'/%3E%3Cpath d='M3 16h18M7 16v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2M20 16v2a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-2'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 16V11l2.5-5h13L21 11v5'/%3E%3Cpath d='M3 16h18M7 16v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2M20 16v2a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-2'/%3E%3C/svg%3E"); }
.icon-shield { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l8 4v6c0 5-3.5 8.5-8 10-4.5-1.5-8-5-8-10V6z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l8 4v6c0 5-3.5 8.5-8 10-4.5-1.5-8-5-8-10V6z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E"); }
.icon-handshake { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12l5-4 4 3h4l5-4 2 2-6 6h-4l-3-2'/%3E%3Cpath d='M6 16l3 3 3-2'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12l5-4 4 3h4l5-4 2 2-6 6h-4l-3-2'/%3E%3Cpath d='M6 16l3 3 3-2'/%3E%3C/svg%3E"); }
.icon-puzzle { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 4h4a1 1 0 0 1 1 1v2.2a1.8 1.8 0 0 0 3 1.3 1.8 1.8 0 0 1 3 1.3V13a1 1 0 0 1-1 1h-2.2a1.8 1.8 0 0 0-1.3 3 1.8 1.8 0 0 1-1.3 3H10a1 1 0 0 1-1-1v-4H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h4z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 4h4a1 1 0 0 1 1 1v2.2a1.8 1.8 0 0 0 3 1.3 1.8 1.8 0 0 1 3 1.3V13a1 1 0 0 1-1 1h-2.2a1.8 1.8 0 0 0-1.3 3 1.8 1.8 0 0 1-1.3 3H10a1 1 0 0 1-1-1v-4H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h4z'/%3E%3C/svg%3E"); }
.icon-receipt { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 2h14v19l-2-1.5L15 21l-2-1.5L11 21l-2-1.5L7 21l-2-1.5z'/%3E%3Cpath d='M8 7h8M8 11h8M8 15h5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 2h14v19l-2-1.5L15 21l-2-1.5L11 21l-2-1.5L7 21l-2-1.5z'/%3E%3Cpath d='M8 7h8M8 11h8M8 15h5'/%3E%3C/svg%3E"); }
.icon-stethoscope { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 3v6a5 5 0 0 0 10 0V3'/%3E%3Cpath d='M5 3H3M15 3h2'/%3E%3Cpath d='M10 14v3a5 5 0 0 0 10 0v-1.5'/%3E%3Ccircle cx='20' cy='14.5' r='2'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 3v6a5 5 0 0 0 10 0V3'/%3E%3Cpath d='M5 3H3M15 3h2'/%3E%3Cpath d='M10 14v3a5 5 0 0 0 10 0v-1.5'/%3E%3Ccircle cx='20' cy='14.5' r='2'/%3E%3C/svg%3E"); }
.icon-phone { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6 19.8 19.8 0 0 1-3.1-8.6A2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.5c.9.3 1.9.6 2.8.7a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6 19.8 19.8 0 0 1-3.1-8.6A2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.5c.9.3 1.9.6 2.8.7a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E"); }
.icon-mail { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='M2 6l10 7 10-7'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='M2 6l10 7 10-7'/%3E%3C/svg%3E"); }
.icon-cloud { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 18a4.5 4.5 0 0 1-1-8.9A5.5 5.5 0 0 1 16.5 8a4.5 4.5 0 0 1 .5 9z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 18a4.5 4.5 0 0 1-1-8.9A5.5 5.5 0 0 1 16.5 8a4.5 4.5 0 0 1 .5 9z'/%3E%3C/svg%3E"); }
.icon-menu { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18M3 12h18M3 18h18'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18M3 12h18M3 18h18'/%3E%3C/svg%3E"); }
.icon-search { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E"); }
.icon-close { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E"); }
.icon-arrow-up { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 19V5M5 12l7-7 7 7'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 19V5M5 12l7-7 7 7'/%3E%3C/svg%3E"); }

/* ---------- Entry content: spacing, icons & image styling ---------- */
.entry-content img { box-shadow: var(--shadow); }
.entry-content h2 { margin-top: 2em; display: flex; align-items: center; gap: 10px; }
.entry-content h2:first-child { margin-top: 0; }
.entry-content h2::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 5px;
  height: 1em;
  background: linear-gradient(180deg, var(--color-accent-dark), var(--color-accent));
  border-radius: 3px;
}
.entry-content p { line-height: 1.75; }
.entry-content h3 { margin-top: 1.6em; font-size: 1.1rem; }

/* Detail-grid: chunk repetitive single-feature H2/H3 blocks into scannable icon cards */
.detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin: 28px 0 40px;
}
.detail-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
  transition: transform 0.25s cubic-bezier(.2,.8,.2,1), box-shadow 0.25s cubic-bezier(.2,.8,.2,1), border-color 0.25s ease;
}
.detail-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); border-color: rgba(61,169,252,0.4); }
.detail-card__icon {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-accent-dark), var(--color-accent));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 16px;
  box-shadow: 0 6px 16px rgba(61,169,252,0.35);
}
.detail-card__icon .icon { width: 22px; height: 22px; }
.detail-card h3 { margin: 0 0 6px; font-size: 1rem; }
.detail-card p { margin: 0; font-size: 0.92rem; line-height: 1.55; color: var(--color-text-muted); }

/* Callout: pull a standout fact/stat out of the paragraph flow */
.callout {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-accent);
  border-radius: var(--radius);
  padding: 24px 28px;
  margin: 32px 0;
}
.callout__icon { font-size: 1.6rem; line-height: 1; flex-shrink: 0; color: var(--color-accent-dark); }
.callout__icon .icon { width: 28px; height: 28px; }
.callout p { margin: 0; font-size: 1.02rem; line-height: 1.6; color: var(--color-text); }
.callout p strong { color: var(--color-primary); }

/* Compact example list within entry-content */
.example-list { list-style: none; margin: 20px 0 32px; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.example-list li {
  position: relative;
  padding-left: 26px;
  color: var(--color-text);
  line-height: 1.6;
}
.example-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 0.5em;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--color-accent);
}

.logo-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 36px;
  margin: 28px 0;
}
.logo-row img {
  height: 72px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
}

/* Accordions reused inside entry-content (FAQ / detail Q&A) sit slightly tighter than the standalone feature-accordion */
.entry-content .feature-accordion { margin: 20px 0 36px; }
.entry-content .accordion-trigger h3 { font-size: 1rem; }

/* Kontakt page: contact card + WPForms side by side, collapses to one column on mobile */
.kontakt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
@media (max-width: 880px) {
  .kontakt-grid { grid-template-columns: 1fr; gap: 32px; }
}

.entry-content img.aligncenter {
  margin: 28px auto;
  border-radius: 8px;
  box-shadow: 0 8px 40px rgba(11, 37, 69, 0.18);
  border: 1px solid var(--color-border);
}

/* Themen-Icons statt Balken für die ungetönten Über-LAP-Abschnitte */
.entry-content h2#forschung-innovation::before,
.entry-content h2#wie-wir-arbeiten::before,
.entry-content h2#ueber-lap-mehr-als-ein-software-anbieter::before,
.entry-content h2#wo-sie-uns-sonst-noch-finden::before {
  width: 26px;
  height: 26px;
  border-radius: 0;
  background: var(--color-accent-dark);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.entry-content h2#forschung-innovation::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5'/%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5'/%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3C/svg%3E");
}
.entry-content h2#wie-wir-arbeiten::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 1 1-2.83 2.83l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 1 1-2.83-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 1 1 2.83-2.83l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 1 1 2.83 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 1 1-2.83 2.83l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 1 1-2.83-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 1 1 2.83-2.83l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 1 1 2.83 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1z'/%3E%3C/svg%3E");
}
.entry-content h2#ueber-lap-mehr-als-ein-software-anbieter::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.29 1.51 4.04 3 5.5l7 7Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.29 1.51 4.04 3 5.5l7 7Z'/%3E%3C/svg%3E");
}
.entry-content h2#wo-sie-uns-sonst-noch-finden::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

/* Tinted highlight cards within entry-content (Unser Versprechen, Unser Team, Warum Kontinuität) */
.entry-tinted {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px 32px;
  margin: 32px 0;
  box-shadow: var(--shadow);
}
.entry-tinted h2 { margin-top: 0; }

/* ---------- News grid (Aktuelles page) ---------- */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 60px;
}
@media (max-width: 900px) { .news-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 580px) { .news-grid { grid-template-columns: 1fr; } }
.news-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.news-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.news-card__img { width: 100%; height: 180px; object-fit: cover; display: block; }
.news-card__img-placeholder { height: 180px; background: var(--color-bg-alt); }
.news-card__body { padding: 20px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.news-card__date { font-size: 0.78rem; color: var(--color-text-muted); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 8px; }
.news-card__title { font-size: 1.05rem; font-weight: 700; line-height: 1.3; margin-bottom: 10px; flex: 1; }
.news-card__title a { color: var(--color-primary); }
.news-card__title a:hover { color: var(--color-accent-dark); text-decoration: none; }
.news-card__excerpt { font-size: 0.88rem; color: var(--color-text-muted); margin-bottom: 16px; line-height: 1.5; }
.news-card__link { font-size: 0.88rem; font-weight: 600; color: var(--color-accent-dark); }
.news-card__link:hover { text-decoration: underline; }


/* ---------- Back to top ---------- */
.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s ease;
  z-index: 90;
  box-shadow: var(--shadow-hover);
}
.back-to-top.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.back-to-top:hover { background: var(--color-accent-dark); }

/* ---------- Utility ---------- */
.mt-0 { margin-top: 0; }
.text-muted { color: var(--color-text-muted); }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal, .reveal-stagger > * { opacity: 1 !important; transform: none !important; }
}

.cookie-notice {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 500;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 18px 24px;
  background: var(--color-primary);
  color: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-hover);
}
.cookie-notice[hidden] { display: none; }
.cookie-notice__text { flex: 1 1 320px; font-size: 0.9rem; line-height: 1.5; color: #dce4f0; }
.cookie-notice__text a { color: #fff; text-decoration: underline; }
.cookie-notice .btn { flex-shrink: 0; }
@media (max-width: 560px) {
  .cookie-notice { left: 12px; right: 12px; bottom: 12px; padding: 16px; }
}
