/* PSEO Dark Theme Override */
  body { font-family: 'Inter', system-ui, -apple-system, sans-serif; background-color: #0B0F19; color: #E2E8F0; margin: 0; padding: 0; }
  .text-gradient { background: linear-gradient(135deg, #818CF8 0%, #C084FC 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
  .card-dark { background: #1A2235; border: 1px solid #2D3748; transition: transform 0.3s ease, border-color 0.3s ease; }
  .card-dark:hover { transform: translateY(-5px); border-color: #818CF8; }
  .section-pad { padding: 100px 20px; }
  /* New GEO Summary Block Styles */
  .geo-summary-block { border-left: 4px solid #818CF8; padding-left: 20px; margin: 30px 0; background: rgba(26, 34, 53, 0.6); padding: 20px; border-radius: 0 12px 12px 0; }