

.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); }

@media print { .no-print { display: none !important; } body { font-size: 10pt; } }
  * { 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, #d4a843, #f0d078); -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: #d4a843; color: #000; padding: 0.3rem 0.8rem; border-radius: 20px; font-size: 0.75rem; margin-top: 0.5rem; font-weight: 600; }
  .category-block { margin-bottom: 1.5rem; }
  .category-block h2 { color: #d4a843; 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.8rem; }
  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; vertical-align: top; }
  tr:hover { background: rgba(212, 168, 67, 0.05); }
  .rating { color: #d4a843; font-weight: 600; }
  .price-tag { display: inline-block; padding: 0.15rem 0.5rem; border-radius: 10px; font-size: 0.7rem; font-weight: 500; }
  .price-free { background: #1a3a1a; color: #4ade80; }
  .price-freemium { background: #1a2a3a; color: #60a5fa; }
  .price-paid { background: #3a2a1a; color: #f59e0b; }
  .price-enterprise { background: #2a1a3a; color: #a78bfa; }
  .price-trial { background: #1a3a3a; color: #2dd4bf; }
  .price-opensource { background: #2a2a1a; color: #eab308; }
  .price-subscription { background: #3a1a2a; color: #f472b6; }
  .footer { text-align: center; margin-top: 2rem; padding-top: 1rem; border-top: 1px solid #2a2a4a; color: #666; font-size: 0.75rem; }
  .footer a { color: #d4a843; text-decoration: none; }
  .print-btn { display: inline-block; background: #d4a843; color: #000; padding: 0.7rem 1.5rem; border-radius: 8px; text-decoration: none; font-size: 0.9rem; cursor: pointer; border: none; margin: 1rem 0; font-weight: 600; }
  .print-btn:hover { opacity: 0.85; }
  .summary { display: flex; justify-content: center; gap: 2rem; margin: 1.5rem 0; flex-wrap: wrap; }
  .summary-stat { text-align: center; }
  .summary-stat .num { font-size: 1.5rem; font-weight: 700; color: #d4a843; }
  .summary-stat .label { font-size: 0.7rem; color: #888; }

/* 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; }
  .categories-showcase { max-width: 700px; margin: 0 auto 3rem; }
  .categories-showcase h2 { font-family: 'Space Grotesk', sans-serif; font-size: 1.5rem; text-align: center; margin-bottom: 1.5rem; }
  .cat-tags { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; }
  .cat-tag { background: var(--surface, #111); border: 1px solid var(--border, #2a2a4a); border-radius: 20px; padding: 0.5rem 1rem; font-size: 0.8rem; color: var(--accent, #00e5a0); }
  .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; }