/* Ausgelagert aus dem <style>-Block von en/pool-cloudy.html, fr/pool-cloudy.html, it/pool-cloudy.html.
   Inhalt unveraendert uebernommen. */
  body { font-family: Inter, sans-serif; background: #f8f9ff; color: #0b1c30; }
  h1, h2, h3, .font-title { font-family: 'Plus Jakarta Sans', sans-serif; }
  .soft-glow { box-shadow: 0 4px 24px -4px rgba(14,165,233,0.14); }
  .hero-glow  { box-shadow: 0 0 80px 20px rgba(0,101,145,0.10); }
  .flow-step-num {
    width: 40px; height: 40px; min-width: 40px; border-radius: 50%;
    background: #006591; color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 18px;
    display: flex; align-items: center; justify-content: center;
  }
  html { scroll-behavior: smooth; }
  .nav-link { font-family: Inter, sans-serif; font-size: 14px; font-weight: 600; color: #3e4850; padding: 8px 10px; border-radius: 999px; transition: background .15s, color .15s; text-decoration: none; white-space: nowrap; line-height: 1.2; }
  .nav-link:hover { background: #e5eeff; color: #006591; }
  .main-nav { display: none; align-items: center; gap: 2px; min-width: 0; }
  @media (min-width: 1024px) { .main-nav { display: flex; } }
  .site-header-inner { max-width: 1120px; }
  .nav-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
  .nav-cta, .language-pill { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; line-height: 1.15; flex-shrink: 0; }
  .nav-cta { padding-left: 18px; padding-right: 18px; }
  .language-pill { min-width: 44px; }
  a.bg-primary-container, button.bg-primary-container {
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 55%, #006591 130%);
    box-shadow: 0 8px 22px -8px rgba(2, 132, 199, 0.55);
  }
  .grad-text { background: linear-gradient(115deg, #0ea5e9 10%, #006591 90%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
  .sec-kicker { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #0ea5e9; margin-bottom: 8px; }
  section[id] { scroll-margin-top: 84px; }
  html, body { max-width: 100%; overflow-x: clip; }
  @supports not (overflow: clip) { html, body { overflow-x: hidden; } }
  main, header, footer { max-width: 100%; }
  .cause-table { width: 100%; border-collapse: collapse; font-size: 14px; }
  .cause-table th, .cause-table td { padding: 12px 10px; text-align: left; border-bottom: 1px solid #e5eeff; vertical-align: top; }
  .cause-table th { background: #f0f6ff; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; color: #0b1c30; font-size: 13px; }
  .cause-table tr:last-child td { border-bottom: none; }
  .badge-freq { display: inline-block; padding: 2px 8px; border-radius: 999px; font-size: 11px; font-weight: 700; font-family: 'Plus Jakarta Sans', sans-serif; white-space: nowrap; }
  .badge-freq.high { background: #fee2e2; color: #991b1b; }
  .badge-freq.mid { background: #fef3c7; color: #92400e; }
  .badge-freq.low { background: #dcfce7; color: #14532d; }
  html[data-theme="dark"] .badge-freq.high { background: #4a1d1d; color: #fecaca; }
  html[data-theme="dark"] .badge-freq.mid { background: #3d2d0f; color: #fde68a; }
  html[data-theme="dark"] .badge-freq.low { background: #14361d; color: #bbf7d0; }
  .related-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
  @media (min-width: 640px) { .related-grid { grid-template-columns: 1fr 1fr; } }
  .related-card { display: block; padding: 16px; background: #fff; border: 1px solid #e5eeff; border-radius: 12px; text-decoration: none; transition: border-color .15s, transform .15s; }
  .related-card:hover { border-color: #0ea5e9; transform: translateY(-2px); }
  .related-card .related-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; color: #006591; font-size: 15px; margin-bottom: 4px; }
  .related-card .related-desc { color: #3e4850; font-size: 13px; line-height: 1.5; }
  .crumbs { font-size: 12px; color: #3e4850; }
  .crumbs a { color: #006591; text-decoration: none; }
  .crumbs a:hover { text-decoration: underline; }

