/* ═══════════════════════════════════════════════════════════════════
   InseratCheck – user.css
   PART A: LP Design System (lp- prefix)
   PART B: ICU Utility Classes (icu- prefix, unchanged)
   ═══════════════════════════════════════════════════════════════════ */

/* ══════════════════════════════════════════════════════════════════
   PART A — LP DESIGN SYSTEM
   ══════════════════════════════════════════════════════════════════ */
:root {
  --lp-blue-900: #1a365d;
  --lp-blue-700: #1d4ed8;
  --lp-blue-600: #2563eb;
  --lp-blue-100: #dbeafe;
  --lp-blue-50:  #eff6ff;
  --lp-gray-900: #111827;
  --lp-gray-700: #374151;
  --lp-gray-500: #6b7280;
  --lp-gray-300: #d1d5db;
  --lp-gray-200: #e5e7eb;
  --lp-gray-100: #f3f4f6;
  --lp-gray-50:  #f9fafb;
  --lp-white:    #ffffff;
  --lp-green:    #16a34a;
  --lp-green-bg: #f0fdf4;
  --lp-green-border: #bbf7d0;
  --lp-yellow:   #ca8a04;
  --lp-yellow-bg:#fefce8;
  --lp-red:      #dc2626;
  --lp-red-bg:   #fef2f2;
  --lp-max-w:    1160px;
  --lp-radius:   12px;
  --lp-radius-lg:20px;
  --lp-shadow:   0 2px 12px rgba(0,0,0,.07);
  --lp-shadow-md:0 8px 32px rgba(0,0,0,.10);
  --lp-shadow-lg:0 20px 60px rgba(0,0,0,.14);
  --lp-shadow-xl:0 40px 80px rgba(0,0,0,.18);
}

/* ── Global Page Background ───────────────────────────────────── */
/* overflow-x nur auf body, NICHT auf html – sonst wird der Hamburger abgeschnitten */
body {
  overflow-x: hidden;
  background: linear-gradient(180deg, #eef6ff 0%, #e6f0ff 100%);
  min-height: 100vh;
}

/* ── Baseline: verhindert FOUC bei iOS Safari Pull-to-refresh ────────────
   JS setzt dieselben Werte in DOMContentLoaded. CSS greift früher → kein
   sichtbares Flackern von Schriftstärke / text-transform beim Reload.      */
.site-title, .site-title a,
.ast-site-name, .ast-site-name a,
p.site-title, p.site-title a {
  font-weight: 900 !important;
  text-transform: none !important;
  color: #111827 !important;
  text-decoration: none !important;
}

/* ── Site Header – weiß, ohne Trennlinie ─────────────────────── */
.site-header, #masthead, header.site-header,
.ast-site-header-wrap, .ast-desktop-header,
.main-header-bar, .main-header-bar-wrap,
.header-main, #site-header, .ast-above-header-wrap,
.ast-primary-header-bar, .ast-header-break-point,
.ast-masthead-custom-menu-items, .ast-flex {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: none !important;
  border-bottom: none !important;
  border-top: none !important;
  box-shadow: none !important;
  outline: none !important;
}
/* ::after Pseudo-Elemente (Astra nutzt diese für Trennlinien) */
.site-header::after, #masthead::after,
.main-header-bar::after, .main-header-bar-wrap::after,
.ast-site-header-wrap::after, .ast-primary-header-bar::after {
  display: none !important;
  border: none !important;
  content: none !important;
}
/* Obere Kante des Seiteninhalts: kein border-top */
#page, .site, .site-content, #content,
.ast-container, .entry-content { border-top: none !important; }
/* ── Sticky-Header deaktivieren (scrollt sonst über Inhalt) ──── */
#masthead, .site-header, header.site-header,
.main-header-bar-wrap, .ast-header-break-point .main-header-bar-wrap,
.ast-sticky-header, .ast-above-header-section,
[class*="sticky"], [class*="fixed-header"] {
  position: relative !important;
  top: auto !important;
}
/* Logo + Title nebeneinander (Astra + Standard WP) */
.ast-site-identity, .site-branding, .site-identity,
.ast-header-identity-wrap {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
}
.ast-site-identity .custom-logo-link,
.site-branding .custom-logo-link { order: -1 !important; }
.ast-site-identity .custom-logo,
.site-branding .custom-logo,
.custom-logo {
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  display: block !important;
  filter: brightness(0) !important;
}
/* Kein eigenes Bild-Block-Layout */
.site-branding .site-logo,
.ast-site-identity .ast-logo-meta { display: contents !important; }

.site-title, .ast-site-name {
  font-size: 40px !important;
  font-weight: 900 !important;
  text-transform: none !important;
  margin: 0 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
@media (max-width: 768px) {
  .site-title, .ast-site-name {
    font-size: 22px !important;
  }
  .ast-site-identity .custom-logo,
  .site-branding .custom-logo,
  .custom-logo {
    width: 30px !important;
    height: 30px !important;
  }
  .ast-site-identity, .site-branding, .site-identity,
  .ast-header-identity-wrap {
    gap: 6px !important;
  }
}
.site-title a, .ast-site-name a,
.site-title a:visited, .ast-site-name a:visited {
  color: #111827 !important;
  text-decoration: none !important;
}
/* Hamburger-Icon schwarz */
.menu-toggle { color: #111827 !important; background: transparent !important; border: none !important; }
.menu-toggle .menu-toggle-icon { background: #111827 !important; }
.menu-toggle .menu-toggle-icon::before,
.menu-toggle .menu-toggle-icon::after { background: #111827 !important; }
/* Astra SVG-Icon Fallback */
.ast-mobile-menu-buttons svg,
.menu-toggle svg { fill: #ffffff !important; }
.ast-mobile-menu-buttons svg path,
.menu-toggle svg path { fill: #ffffff !important; stroke: #ffffff !important; }
/* ── Custom Header Navigation (v1.0.83) ──────────────────────────
   Eigene, theme-unabhängige Navigation.
   OnePress-Menü wird per JS versteckt, #icu-custom-nav injiziert.
   Breakpoint 900px: unabhängig vom OnePress-Breakpoint (1140px).
   ────────────────────────────────────────────────────────────────── */

/* Theme-Hamburger global verstecken (JS setzt display:none inline,
   CSS als Fallback für schnelle Painter vor JS-Ausführung) */
#nav-toggle { display: none !important; }
.header-right-wrapper { display: none !important; }

/* Header: overflow visible damit unser Dropdown nicht geclipt wird */
.site-header,
.site-header.header-contained,
.site-header.header-fixed,
.site-header.is-sticky {
  overflow: visible !important;
  max-width: 100vw !important;
  transition: none !important;
}

/* ── z-index Fix: Header immer über LP-Sections ───────────────────────────
   .site-header .container hat overflow-x:clip → erzeugt Stacking Context
   mit z-index:auto (=0). .lp-hero-inner hat z-index:2 → übermalt den
   gesamten Header-Container inkl. Mobile-Menü-Dropdown.
   Fix: .site-header bekommt expliziten z-index, damit sein Stacking Context
   im Root-Layer über allen LP-Elementen liegt.
   Wert 200: über LP-Elementen (max ~20), unter Modal-Overlay (9000).     */
#masthead,
.site-header,
header.site-header {
  z-index: 200 !important;
}

/* Container: Flexbox für Logo links + Nav rechts */
.site-header .container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  position: relative !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
  min-height: 70px !important;
  overflow-x: clip !important;
  transition: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.site-header.no-scroll .container,
.site-header.h-on-top .container,
.site-header.header-fixed .container {
  min-height: 70px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.site-header .site-branding { transition: none !important; }

/* Branding: kein float, bleibt links */
.site-branding {
  float: none !important;
  flex-shrink: 0 !important;
}

/* Dezenter Trennschatten unter dem Header */
.site-header { box-shadow: 0 1px 0 #e5e7eb !important; }

/* ── #icu-custom-nav: gemeinsame Basis ─── */
#icu-custom-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
  position: relative;
}

/* ── Mobile: Hamburger sichtbar, Links versteckt ─────────────────── */
@media (max-width: 899px) {
  .site-header .container { padding-right: 60px !important; }

  #icu-custom-nav {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1000 !important;
    margin-left: 0 !important;
  }

  #icu-custom-nav .icu-nav-links { display: none !important; }
  /* Desktop-Sprachumschalter auf Mobile verstecken */
  #icu-custom-nav .icu-nav-actions { display: none !important; }

  /* Mobile Sprach-Button neben Hamburger */
  .icu-mob-lang-wrap {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    margin-right: 6px !important;
  }
  .icu-mob-lang-btn {
    background: rgba(255,255,255,.15) !important;
    border: 1px solid rgba(255,255,255,.3) !important;
    border-radius: 6px !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 5px 10px !important;
    cursor: pointer !important;
    white-space: nowrap !important;
  }
  .icu-mob-lang-drop {
    position: fixed !important;
    top: 60px !important;
    right: 56px !important;
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    box-shadow: 0 6px 24px rgba(0,0,0,.15) !important;
    z-index: 99999 !important;
    min-width: 150px !important;
    overflow: hidden !important;
  }
  .icu-mob-lang-drop button {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    color: #374151 !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
  }
  .icu-mob-lang-drop button:hover { background: #f3f4f6 !important; }

  /* Hamburger-Button */
  #icu-custom-nav .icu-hamburger {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    width: 36px !important;
    height: 36px !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    padding: 0 !important;
    border-radius: 6px !important;
    transition: background .15s !important;
  }
  #icu-custom-nav .icu-hamburger:hover {
    background: rgba(0,0,0,.06) !important;
  }
  #icu-custom-nav .icu-hamburger span {
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    background: #ffffff !important;
    border-radius: 2px !important;
    transition: transform .2s, opacity .2s !important;
    transform-origin: center !important;
  }
  #icu-custom-nav .icu-hamburger.icu-hamburger-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
  }
  #icu-custom-nav .icu-hamburger.icu-hamburger-open span:nth-child(2) {
    opacity: 0 !important;
  }
  #icu-custom-nav .icu-hamburger.icu-hamburger-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) !important;
  }

  /* Mobile Dropdown-Menü */
  #icu-mobile-menu {
    position: fixed !important;
    top: 60px !important;
    right: 12px !important;
    min-width: 220px !important;
    max-height: calc(100vh - 80px) !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    border-radius: 10px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 6px 24px rgba(0,0,0,.15) !important;
    padding: 4px 0 !important;
    z-index: 99999 !important;
  }
  #icu-mobile-menu a {
    display: block !important;
    padding: 9px 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #374151 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    line-height: 1.3 !important;
    transition: background .15s, color .15s !important;
  }
  #icu-mobile-menu a:hover {
    background: #eff6ff !important;
    color: #1d4ed8 !important;
  }
  /* "Mein Konto" — dezent mit Trennlinie, gleicher Rhythmus wie andere Punkte */
  #icu-mobile-menu a:last-child {
    display: block !important;
    margin: 0 !important;
    padding: 9px 16px !important;
    background: transparent !important;
    color: #1d4ed8 !important;
    border-top: 1px solid #e5e7eb !important;
    margin-top: 4px !important;
    border-radius: 0 !important;
    text-align: left !important;
    font-weight: 600 !important;
  }
  #icu-mobile-menu a:last-child:hover {
    background: #eff6ff !important;
    color: #1a41c3 !important;
  }
}

/* ── Landingpage Mobile: eigenes Overlay-Menü ──────────────────────────────
   Direkt an <body> gehängt – außerhalb aller Hero/Section-Stacking-Contexts.
   position:fixed, z-index höchster Wert → kann von nichts überdeckt werden.  */
@media (max-width: 899px) {
  #icu-lp-overlay {
    position: fixed !important;
    top: 0 !important; left: 0 !important;
    right: 0 !important; bottom: 0 !important;
    background: rgba(10,15,30,.52) !important;
    z-index: 999998 !important;
    -webkit-backdrop-filter: blur(3px) !important;
    backdrop-filter: blur(3px) !important;
  }
  #icu-lp-panel {
    position: fixed !important;
    top: 58px !important;
    right: 12px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 8px 32px rgba(0,0,0,.18) !important;
    min-width: 210px !important;
    padding: 4px 0 !important;
    z-index: 999999 !important;
  }
  #icu-lp-panel a {
    display: block !important;
    padding: 9px 40px 9px 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #374151 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    line-height: 1.3 !important;
    transition: background .12s, color .12s !important;
  }
  #icu-lp-panel a:hover {
    background: #eff6ff !important;
    color: #1d4ed8 !important;
  }
  #icu-lp-panel a:last-child {
    border-top: 1px solid #e5e7eb !important;
    margin-top: 4px !important;
    color: #1d4ed8 !important;
    font-weight: 600 !important;
  }
  #icu-lp-panel a:last-child:hover {
    background: #eff6ff !important;
    color: #1a41c3 !important;
  }
  #icu-lp-close {
    position: absolute !important;
    top: 5px !important;
    right: 7px !important;
    background: none !important;
    border: none !important;
    font-size: 20px !important;
    line-height: 1 !important;
    color: #9ca3af !important;
    cursor: pointer !important;
    padding: 4px 6px !important;
    border-radius: 4px !important;
  }
  #icu-lp-close:hover {
    background: #f3f4f6 !important;
    color: #374151 !important;
  }
}

/* ── Desktop: Links sichtbar, Hamburger versteckt ────────────────── */
@media (min-width: 900px) {
  .site-header .container { min-height: 80px !important; }

  #icu-custom-nav .icu-hamburger { display: none !important; }
  #icu-mobile-menu { display: none !important; }
  .icu-mob-lang-wrap { display: none !important; }

  /* Nav: nimmt verfügbare Breite, Logo-Abstand via padding */
  #icu-custom-nav { flex: 1 !important; padding-left: 40px !important; }

  #icu-custom-nav .icu-nav-links {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
  }
  /* Spacer zwischen Links und Buttons */
  #icu-custom-nav .icu-nav-sep { flex: 1 !important; }

  #icu-custom-nav .icu-nav-actions {
    margin-left: 0 !important;
  }

  /* Alle Nav-Links */
  #icu-custom-nav .icu-nav-links a {
    display: inline-block !important;
    padding: 8px 14px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #374151 !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    transition: color .15s, background .15s !important;
    white-space: nowrap !important;
    line-height: 1.4 !important;
    background: transparent !important;
  }
  #icu-custom-nav .icu-nav-links a:hover {
    color: #1d4ed8 !important;
    background: #eff6ff !important;
  }

  /* Rechte Button-Gruppe */
  #icu-custom-nav .icu-nav-actions {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-left: auto !important;
  }
  #icu-custom-nav .icu-nav-btn-outline {
    padding: 7px 16px !important;
    border: 1.5px solid rgba(55,65,81,0.6) !important;
    border-radius: 6px !important;
    color: #374151 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    background: transparent !important;
    cursor: pointer !important;
    transition: border-color .15s, background .15s !important;
    line-height: 1.4 !important;
    font-family: inherit !important;
  }
  #icu-custom-nav .icu-nav-btn-outline:hover {
    border-color: #374151 !important;
    background: rgba(55,65,81,0.08) !important;
    color: #374151 !important;
  }
  /* Auf LP-Seite: Buttons weiß umrandet */
  body.icu-is-lp #icu-custom-nav .icu-nav-btn-outline {
    border-color: rgba(255,255,255,0.7) !important;
    color: #ffffff !important;
  }
  body.icu-is-lp #icu-custom-nav .icu-nav-btn-outline:hover {
    border-color: #ffffff !important;
    background: rgba(255,255,255,0.1) !important;
    color: #ffffff !important;
  }
  .icu-lang-switcher { user-select: none !important; position: relative !important; }
  .icu-lang-dropdown {
    display: none;
    position: absolute !important;
    top: calc(100% + 8px) !important;
    right: 0 !important;
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12) !important;
    min-width: 140px !important;
    z-index: 9999 !important;
    overflow: hidden !important;
  }
  .icu-lang-dropdown.open { display: block !important; }
  .icu-lang-dropdown a, .icu-lang-dropdown span {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    color: #374151 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    border: none !important;
    background: none !important;
    width: 100% !important;
  }
  .icu-lang-dropdown a:hover, .icu-lang-dropdown span:hover {
    background: #f3f4f6 !important;
  }
  .icu-lang-dropdown .icu-lang-active {
    font-weight: 600 !important;
    color: #1d4ed8 !important;
  }
  .icu-lang-dropdown .icu-lang-item {
    cursor: pointer !important;
  }
  .icu-lang-dropdown .icu-lang-item:hover {
    background: #f3f4f6 !important;
  }
}

/* ── Dunkles Design auf allen Inhaltsseiten (nicht LP) ────────── */
body:not(.icu-is-lp) {
  background: #080c1a !important;
  color: #cbd5e1 !important;
}
body:not(.icu-is-lp) .site-header,
body:not(.icu-is-lp) #masthead,
body:not(.icu-is-lp) .main-header-bar,
body:not(.icu-is-lp) .main-header-bar-wrap {
  background: #0a0f1e !important;
  background-color: #0a0f1e !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.06) !important;
}
body:not(.icu-is-lp) .site-title a,
body:not(.icu-is-lp) .site-text-logo,
body:not(.icu-is-lp) a.site-text-logo {
  color: #ffffff !important;
}
body:not(.icu-is-lp) .custom-logo-link img,
body:not(.icu-is-lp) .site-branding img {
  filter: brightness(0) invert(1) !important;
}
body:not(.icu-is-lp) #icu-custom-nav .icu-nav-links a {
  color: #e2e8f0 !important;
}
body:not(.icu-is-lp) #icu-custom-nav .icu-nav-links a:hover {
  color: #ffffff !important;
  background: rgba(255,255,255,0.08) !important;
}
body:not(.icu-is-lp) #icu-custom-nav .icu-nav-btn-outline {
  border-color: rgba(255,255,255,0.5) !important;
  color: #ffffff !important;
}
body:not(.icu-is-lp) #icu-custom-nav .icu-nav-btn-outline:hover {
  border-color: #ffffff !important;
  background: rgba(255,255,255,0.1) !important;
}
body:not(.icu-is-lp) .site-content,
body:not(.icu-is-lp) #content,
body:not(.icu-is-lp) .ast-container,
body:not(.icu-is-lp) .entry-content,
body:not(.icu-is-lp) .page-content {
  background: #080c1a !important;
}
body:not(.icu-is-lp) h1,
body:not(.icu-is-lp) h2,
body:not(.icu-is-lp) h3,
body:not(.icu-is-lp) h4,
body:not(.icu-is-lp) h5 {
  color: #f1f5f9 !important;
}
body:not(.icu-is-lp) p,
body:not(.icu-is-lp) li,
body:not(.icu-is-lp) td {
  color: #94a3b8 !important;
}
body:not(.icu-is-lp) a:not(.icu-nav-btn-outline):not(.site-text-logo):not(.custom-logo-link) {
  color: #60a5fa !important;
}
body:not(.icu-is-lp) a:not(.icu-nav-btn-outline):hover {
  color: #93c5fd !important;
}
body:not(.icu-is-lp) .ast-article-post,
body:not(.icu-is-lp) .ast-page-builder-template,
body:not(.icu-is-lp) .site-footer,
body:not(.icu-is-lp) footer {
  background: #080c1a !important;
}
body:not(.icu-is-lp) .ast-footer-copyright {
  color: #475569 !important;
}

/* Header dunkel auf LP */
body.icu-is-lp .site-header,
body.icu-is-lp #masthead,
body.icu-is-lp .main-header-bar,
body.icu-is-lp .main-header-bar-wrap,
body.icu-is-lp .ast-primary-header-bar {
  background: #0a0f1e !important;
  background-color: #0a0f1e !important;
  box-shadow: none !important;
}
body.icu-is-lp .site-title,
body.icu-is-lp .site-title a,
body.icu-is-lp #masthead .site-title a,
body.icu-is-lp .ast-site-identity a,
body.icu-is-lp .site-branding a,
body.icu-is-lp .site-text-logo,
body.icu-is-lp a.site-text-logo {
  color: #ffffff !important;
}
body.icu-is-lp .custom-logo-link img,
body.icu-is-lp .site-branding img {
  filter: brightness(0) invert(1) !important;
}
body.icu-is-lp #icu-custom-nav .icu-nav-links a {
  color: #ffffff !important;
}
body.icu-is-lp #icu-custom-nav .icu-nav-links a:hover {
  color: rgba(255,255,255,0.75) !important;
  background: transparent !important;
}

/* Text-transform fix für Titel */
.site-title, .site-title a,
.ast-site-name, .ast-site-name a,
p.site-title, p.site-title a { text-transform: none !important; }
/* Tagline ausblenden */
.site-description, .ast-site-description { display: none !important; }


/* ── Global Footer (Nicht-LP-Seiten) ─────────────────────────── */
.icu-global-footer {
  background: #0a0f1e;
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}
.icu-global-footer-copy { font-size: 12px; color: #64748b; }
.icu-global-footer-links { display: flex; gap: 20px; }
.icu-global-footer-links a { font-size: 12px; color: #64748b; text-decoration: none !important; transition: color .15s; }
.icu-global-footer-links a:hover { color: #cbd5e1 !important; }


/* ── ICU Root vars kept for modal/form/button consistency ─────── */
:root {
  --ic-red:       #dc2626;
  --ic-red-d:     #b91c1c;
  --ic-red-light: #fef2f2;
  --ic-red-glow:  rgba(220,38,38,.15);
  --ic-blue:      #2563eb;
  --ic-blue-d:    #1d4ed8;
  --ic-blue-light:#eff6ff;
  --ic-bg-white:  #ffffff;
  --ic-text:      #111827;
  --ic-text-2:    #374151;
  --ic-muted:     #6b7280;
  --ic-subtle:    #9ca3af;
  --ic-border:    #e5e7eb;
  --ic-border-2:  #d1d5db;
  --ic-shadow-sm: 0 2px 8px rgba(0,0,0,.06);
  --ic-shadow:    0 4px 24px rgba(0,0,0,.09);
  --ic-shadow-lg: 0 16px 48px rgba(0,0,0,.13);
  --ic-shadow-xl: 0 32px 80px rgba(0,0,0,.18);
  --ic-green:     #16a34a;
  --ic-yellow:    #ca8a04;
  --ic-green-bg:  #f0fdf4;
  --ic-yellow-bg: #fefce8;
  --ic-radius:    14px;
  --ic-radius-lg: 20px;
}

