/* About page — standalone layout linked from about.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: 720px; width: 100%; background: rgba(255,255,255,0.05); border-radius: 16px; padding: 40px; text-align: left; backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.08); }
.page-card h1 { font-size: 2rem; margin-bottom: 24px; color: #fff; }
.page-card h2 { font-size: 1.25rem; margin-top: 28px; margin-bottom: 12px; color: #ccc; }
.page-card p { line-height: 1.7; margin-bottom: 16px; color: #aaa; font-size: 1rem; }
.page-card a { color: #93c5fd; }
.page-card ul.about-list { color: #aaa; line-height: 1.7; margin-bottom: 16px; padding-left: 20px; }
.cta-box { margin-top: 32px; padding: 24px; background: rgba(37,99,235,0.1); border: 1px solid rgba(59,130,246,0.3); border-radius: 12px; text-align: center; }
.cta-box p { color: #e2e8f0; margin-bottom: 16px; }
.cta-btn { display: inline-block; padding: 12px 28px; background: #2563eb; color: #fff; border-radius: 8px; text-decoration: none; font-weight: 500; font-size: 0.95rem; transition: background 0.2s; }
.cta-btn:hover { background: #1d4ed8; color: #fff; }
.back-link { display: inline-flex; align-items: center; margin-top: 24px; color: #aaa; text-decoration: none; font-size: 0.9rem; min-height: 44px; }
.back-link:hover { color: #fff; }
