/* Contact page — standalone layout linked from contact.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: 560px; 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: 8px; color: #fff; }
.page-card .subtitle { color: #aaa; margin-bottom: 20px; font-size: 0.95rem; }
.response-time-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; background: rgba(37,99,235,0.15); border: 1px solid rgba(59,130,246,0.3); border-radius: 20px; color: #93c5fd; font-size: 0.85rem; font-weight: 500; margin-bottom: 24px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; color: #ccc; font-size: 0.9rem; margin-bottom: 6px; }
.form-group input, .form-group textarea { width: 100%; padding: 12px; min-height: 44px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; color: #fff; font-family: inherit; font-size: 0.95rem; outline: none; box-sizing: border-box; }
.form-group input:focus, .form-group textarea:focus { border-color: #60a5fa; box-shadow: 0 0 0 3px rgba(37,99,235,0.25); }
.form-group input:focus-visible, .form-group textarea:focus-visible { outline: 3px solid #e77817 !important; outline-offset: 2px !important; box-shadow: 0 0 0 3px rgba(231,120,23,0.3) !important; }
.form-group textarea { min-height: 120px; resize: vertical; }
.btn-submit { width: 100%; padding: 12px; background: #2563eb; color: #fff; border: none; border-radius: 8px; font-family: inherit; font-size: 1rem; font-weight: 500; cursor: pointer; min-height: 44px; display: flex; align-items: center; justify-content: center; }
.btn-submit:focus-visible { outline: 3px solid #e77817 !important; outline-offset: 2px !important; }
.btn-submit:hover { background: #1d4ed8; }
.btn-submit:disabled { opacity: 0.7; cursor: not-allowed; }
.spinner { width: 20px; height: 20px; border: 2px solid rgba(255,255,255,0.3); border-top-color: #fff; border-radius: 50%; animation: spin 0.6s linear infinite; display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }
.success-message { text-align: center; padding: 20px; color: #4ade80; }
.error-message { color: #fca5a5; margin-bottom: 16px; font-size: 0.9rem; }
.field-error { color: #fca5a5; font-size: 0.8rem; margin-top: 4px; display: block; }
.back-link { display: inline-flex; align-items: center; justify-content: center; margin-top: 24px; color: #aaa; text-decoration: none; font-size: 0.9rem; text-align: center; width: 100%; min-height: 44px; }
.back-link:focus-visible { outline: 3px solid #e77817 !important; outline-offset: 2px !important; }
.back-link:hover { color: #fff; }

/* Consultation CTA callout */
.consult-callout { margin-bottom: 24px; padding: 16px; background: rgba(231,120,23,0.12); border: 1px solid rgba(231,120,23,0.3); border-radius: 12px; text-align: center; }
.consult-callout p { color: #fff; font-size: 0.9rem; margin-bottom: 10px; font-weight: 600; }
.consult-callout .js-open-consultation { padding: 10px 18px; background: #e77817; color: #fff; border: none; border-radius: 8px; font-weight: 600; cursor: pointer; font-size: 0.88rem; display: inline-flex; align-items: center; gap: 8px; }

/* Honeypot */
.form-group.honeypot { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* Facebook follow block */
.social-block { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.08); text-align: center; }
.social-block p { color: #aaa; font-size: 0.85rem; margin-bottom: 12px; }
.social-link { color: #aaa; text-decoration: none; font-size: 13px; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; }
.social-block .testimonials-holder { margin-top: 32px; }
