.quick-answer { background: var(--accent, #00e5a0); color: #000; padding: 1.5rem; border-radius: 8px; margin: 1rem 0; }
.quick-answer h2 { margin-top: 0; font-size: 1.25rem; }
.quick-answer p { margin-bottom: 0; }

.inter-links { padding: 2rem; background: var(--surface2); border-top: 1px solid var(--border); }
.inter-links h3 { text-align: center; margin-bottom: 1rem; color: var(--accent); }
.guide-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 0.75rem; max-width: 700px; margin: 0 auto; }
.guide-link { display: block; padding: 0.75rem; background: var(--surface); border: 1px solid var(--border); border-radius: 6px; text-decoration: none; color: var(--text); text-align: center; transition: all 0.2s; }
.guide-link:hover { border-color: var(--accent); transform: translateY(-1px); }

/* Accessibility: visually hidden text */
  .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}

  .hero { text-align: center; padding: 5rem 2rem 3rem; max-width: 800px; margin: 0 auto; }
  .hero h1 { font-family: 'Space Grotesk', sans-serif; font-size: 2.5rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1rem; }
  .hero h1 span { color: var(--accent, #00e5a0); }
  .hero p { color: var(--muted, #888); font-size: 0.95rem; line-height: 1.8; margin-bottom: 2rem; }
  .social-proof { display: flex; justify-content: center; gap: 2rem; margin-bottom: 2rem; flex-wrap: wrap; }
  .stat { text-align: center; }
  .stat-num { font-family: 'Space Grotesk', sans-serif; font-size: 1.8rem; font-weight: 700; color: var(--accent, #00e5a0); }
  .stat-label { font-size: 0.7rem; color: var(--muted, #888); }
  .signup-section { max-width: 500px; margin: 0 auto 3rem; padding: 2rem; background: var(--surface, #111); border: 1px solid var(--border, #2a2a4a); border-radius: 12px; }
  .signup-section h2 { font-family: 'Space Grotesk', sans-serif; font-size: 1.3rem; margin-bottom: 0.5rem; }
  .signup-section p { color: var(--muted, #888); font-size: 0.8rem; margin-bottom: 1rem; }
  .form-row { display: flex; gap: 0; }
  .form-input { flex: 1; background: var(--bg, #0a0a0f); border: 1px solid var(--border, #2a2a4a); border-right: none; padding: 0.9rem 1.2rem; color: var(--text, #e0e0e0); font-family: 'DM Mono', monospace; font-size: 0.85rem; outline: none; transition: border-color 0.2s; }
  .form-input:focus { border-color: var(--accent, #00e5a0); }
  .form-submit { background: var(--accent, #00e5a0); color: #000; border: none; padding: 0.9rem 1.5rem; font-family: 'DM Mono', monospace; font-size: 0.85rem; cursor: pointer; white-space: nowrap; transition: opacity 0.2s; }
  .form-submit:hover { opacity: 0.85; }
  .form-submit:disabled { opacity: 0.5; cursor: not-allowed; }
  .form-note { font-size: 0.72rem; color: var(--muted, #888); margin-top: 0.5rem; }
  .form-error { font-size: 0.8rem; color: #ff6b6b; margin-top: 0.5rem; display: none; }
  .features { max-width: 700px; margin: 0 auto 3rem; }
  .features h2 { font-family: 'Space Grotesk', sans-serif; font-size: 1.5rem; text-align: center; margin-bottom: 1.5rem; }
  .feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; }
  .feature-card { background: var(--surface, #111); border: 1px solid var(--border, #2a2a4a); border-radius: 8px; padding: 1.5rem; }
  .feature-card h3 { font-family: 'Space Grotesk', sans-serif; font-size: 0.95rem; margin-bottom: 0.5rem; }
  .feature-card p { color: var(--muted, #888); font-size: 0.78rem; line-height: 1.6; }
  .feature-icon { font-size: 1.5rem; margin-bottom: 0.5rem; }
  .download-success { text-align: center; padding: 2rem; display: none; }
  .download-success h2 { font-family: 'Space Grotesk', sans-serif; font-size: 1.5rem; margin-bottom: 0.5rem; color: var(--accent, #00e5a0); }
  .download-success p { color: var(--muted, #888); font-size: 0.85rem; margin-bottom: 1.5rem; }
  .download-btn { display: inline-block; background: var(--accent, #00e5a0); color: #000; padding: 0.9rem 2rem; border-radius: 8px; font-family: 'DM Mono', monospace; font-size: 0.85rem; text-decoration: none; font-weight: 600; }
  .download-btn:hover { opacity: 0.85; }
  .trust { text-align: center; padding: 2rem; border-top: 1px solid var(--border, #2a2a4a); color: var(--muted, #888); font-size: 0.75rem; }
  .trust a { color: var(--accent, #00e5a0); text-decoration: none; }

@media print { .no-print { display: none !important; } body { font-size: 11pt; } }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body { font-family: "Segoe UI", system-ui, -apple-system, sans-serif; background: #0a0a0f; color: #e0e0e0; padding: 2rem; }
  .header { text-align: center; margin-bottom: 2rem; padding: 2rem; background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); border-radius: 12px; border: 1px solid #2a2a4a; }
  .header h1 { font-size: 2rem; background: linear-gradient(90deg, #00d4ff, #7c3aed); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 0.5rem; }
  .header p { color: #888; font-size: 0.9rem; }
  .header .badge { display: inline-block; background: #7c3aed; color: #fff; padding: 0.3rem 0.8rem; border-radius: 20px; font-size: 0.75rem; margin-top: 0.5rem; }
  .category-block { margin-bottom: 1.5rem; }
  .category-block h2 { color: #00d4ff; font-size: 1.1rem; margin-bottom: 0.5rem; padding-bottom: 0.3rem; border-bottom: 1px solid #2a2a4a; }
  table { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
  th { text-align: left; color: #888; font-weight: 500; padding: 0.5rem; border-bottom: 1px solid #2a2a4a; }
  td { padding: 0.5rem; border-bottom: 1px solid #1a1a2e; }
  tr:hover { background: rgba(124, 58, 237, 0.05); }
  .footer { text-align: center; margin-top: 2rem; padding-top: 1rem; border-top: 1px solid #2a2a4a; color: #666; font-size: 0.75rem; }
  .footer a { color: #00d4ff; text-decoration: none; }
  .print-btn { display: inline-block; background: #7c3aed; color: #fff; padding: 0.7rem 1.5rem; border-radius: 8px; text-decoration: none; font-size: 0.9rem; cursor: pointer; border: none; margin: 1rem 0; }
  .print-btn:hover { opacity: 0.85; }
  .intro { max-width: 800px; margin: 0 auto 2rem; text-align: center; color: #888; font-size: 0.85rem; line-height: 1.7; }
  .intro strong { color: #e0e0e0; }