/* FAQ page — standalone layout linked from faq.php after css/geral.css. */

html, body { overflow-x: hidden; overflow-y: auto; height: auto; }
body { padding: 40px 20px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; min-height: 100vh; background: #383431; }
.page-card { max-width: 760px; width: 100%; text-align: left; }
.page-card h1 { font-size: 2rem; margin-bottom: 8px; color: #fff; text-align: center; }
.page-card .intro-subtitle { text-align: center; color: #aaa; margin-bottom: 32px; font-size: 1rem; }
.faq-item { background: rgba(255,255,255,0.05); border-radius: 12px; padding: 24px; margin-bottom: 16px; border: 1px solid rgba(255,255,255,0.08); backdrop-filter: blur(8px); }
.faq-item h2 { font-size: 1.1rem; margin-bottom: 8px; color: #fff; }
.faq-item p { line-height: 1.7; color: #aaa; font-size: 0.95rem; margin: 0; }
.faq-item a { color: #93c5fd; }
.back-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: 24px; color: #aaa; text-decoration: none; font-size: 0.9rem; text-align: center; width: 100%; justify-content: center; }
.back-link:hover { color: #fff; }
