/* Ausgelagert aus dem <style>-Block von en/pool-app-comparison.html, fr/pool-app-comparison.html, it/pool-app-comparison.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); }
  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%; }
  .cat-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
  @media (min-width: 768px) { .cat-grid { grid-template-columns: 1fr 1fr; } }
  .cat-card { background: #fff; border: 1px solid #e5eeff; border-radius: 16px; padding: 20px 22px; display: flex; flex-direction: column; gap: 10px; }
  .cat-card .cat-title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 17px; color: #0b1c30; display: flex; align-items: center; gap: 10px; }
  .cat-card .cat-price { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 13px; color: #006591; }
  .cat-card ul { font-size: 13.5px; line-height: 1.6; color: #3e4850; padding-left: 18px; }
  .cat-card ul li { margin-bottom: 4px; }
  .cat-card .cat-examples { font-size: 12px; color: #6b7280; margin-top: auto; padding-top: 8px; border-top: 1px dashed #e5eeff; }
  .cat-emoji { font-size: 22px; line-height: 1; }
  .matrix { width: 100%; border-collapse: collapse; font-size: 13.5px; }
  .matrix th, .matrix td { padding: 12px 10px; text-align: left; border-bottom: 1px solid #e5eeff; vertical-align: middle; }
  .matrix thead th { background: #f0f6ff; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; color: #0b1c30; font-size: 12.5px; }
  .matrix tbody th { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; color: #0b1c30; background: #fafbff; }
  .matrix tr:last-child td, .matrix tr:last-child th { border-bottom: none; }
  .cell-yes { color: #14532d; font-weight: 700; }
  .cell-no  { color: #991b1b; font-weight: 700; }
  .cell-mid { color: #92400e; font-weight: 700; }
  .persona-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
  @media (min-width: 768px) { .persona-grid { grid-template-columns: repeat(3, 1fr); } }
  .persona-card { background: #fff; border: 1px solid #e5eeff; border-radius: 14px; padding: 18px; }
  .persona-card h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 15px; color: #0b1c30; margin-bottom: 6px; }
  .persona-card p { font-size: 13.5px; line-height: 1.6; color: #3e4850; margin-bottom: 8px; }
  .persona-card .persona-pick { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 13px; color: #006591; }
  .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; }
  .disclaimer { font-size: 12px; color: #6b7280; font-style: italic; }
  details.faq-item { background: #fff; border: 1px solid #e5eeff; border-radius: 12px; padding: 14px 18px; margin-bottom: 10px; }
  details.faq-item > summary { list-style: none; cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; color: #0b1c30; font-size: 15px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
  details.faq-item > summary::-webkit-details-marker { display: none; }
  details.faq-item[open] > summary { color: #006591; margin-bottom: 8px; }
  details.faq-item .faq-answer { font-size: 14px; line-height: 1.65; color: #3e4850; }
  details.faq-item .faq-chevron { transition: transform .2s ease; font-size: 18px; color: #006591; }
  details.faq-item[open] .faq-chevron { transform: rotate(180deg); }

