/* A háttérképes szekciók dark módban is az eredeti világos kártyáikat használják. */
html[data-theme="dark"] .parallax-section .capability-grid article,
html[data-theme="dark"] .parallax-section .case-grid article {
  background: rgba(255,255,255,.95);
  color: #172b3f;
}

html[data-theme="dark"] .parallax-section .capability-grid article h3,
html[data-theme="dark"] .parallax-section .case-grid article h3 {
  color: #102a43;
}

html[data-theme="dark"] .parallax-section .proof {
  background: rgba(255,255,255,.94);
  color: #102a43;
}

/* Az eredetileg is sötét blokkok nem használhatják háttérként a dark mód világos címszínét. */
html[data-theme="dark"] .section-dark {
  background: #102a43;
  color: #fff;
}

html[data-theme="dark"] .section-dark h2,
html[data-theme="dark"] .section-dark h3,
html[data-theme="dark"] .section-dark .eyebrow {
  color: #fff;
}

html[data-theme="dark"] .section-dark .platform-grid p,
html[data-theme="dark"] .section-dark .store-row > p {
  color: #d8e5ef;
}

html[data-theme="dark"] .flow {
  background: #102a43;
  color: #fff;
}
