/* Surrey Fingerprint — Footer styles
 * Extracted from the inline style="..." attributes in footer.php so the
 * browser can cache them and PageSpeed stops flagging render-blocking
 * inline CSS.
 */
.fingerprint-footer{background:#1a202c;color:#fff;padding:40px 0;font-family:'Source Sans 3',sans-serif}
.fingerprint-footer .fingerprint-container{max-width:1200px;margin:0 auto;padding:0 20px}
.fingerprint-footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}
.fingerprint-footer-section h4{color:#6366f1;margin-bottom:20px;font-size:1.25rem}
.fingerprint-footer-section p,
.fingerprint-footer-section nav{font-size:14px;line-height:1.8;color:#cbd5e0}
.fingerprint-footer-section nav{display:flex;flex-direction:column;gap:10px}
.fingerprint-footer-section nav a{color:#cbd5e0;text-decoration:none;font-size:14px}
.fingerprint-footer-section nav a:hover,
.fingerprint-footer-section nav a:focus{color:#fff;text-decoration:underline}
.fingerprint-footer-section nav a.book-now{color:#fff;font-weight:bold}
.fingerprint-footer-section p a{color:#fff;text-decoration:none}
.fingerprint-footer-section p a:hover,
.fingerprint-footer-section p a:focus{text-decoration:underline}
.fingerprint-footer-bottom{margin-top:40px;border-top:1px solid #2d3748;padding-top:20px;text-align:center;font-size:12px;color:#718096}
.fingerprint-footer-bottom a{color:#718096;text-decoration:none;margin:0 10px}
.fingerprint-footer-bottom a:hover,
.fingerprint-footer-bottom a:focus{color:#cbd5e0;text-decoration:underline}

/* Booking form (used by template-parts/booking-form.php) */
.sfc-booking-section{max-width:640px;margin:40px auto;padding:30px;background:#fff;border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,.06)}
.sfc-booking-title{font-size:1.6rem;margin-bottom:20px;color:#1a202c}
.sfc-form-row{margin-bottom:16px;display:flex;flex-direction:column}
.sfc-form-row label{font-size:14px;font-weight:600;margin-bottom:6px;color:#2d3748}
.sfc-form-row input,
.sfc-form-row select,
.sfc-form-row textarea{padding:10px 12px;border:1px solid #cbd5e0;border-radius:6px;font-size:15px;font-family:inherit;background:#fff}
.sfc-form-row input:focus,
.sfc-form-row select:focus,
.sfc-form-row textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.15)}
.sfc-booking-submit{background:#6366f1;color:#fff;border:0;padding:14px 28px;font-size:16px;font-weight:700;border-radius:6px;cursor:pointer;width:100%}
.sfc-booking-submit:hover,
.sfc-booking-submit:focus{background:#4f46e5}
.sfc-booking-disclaimer{font-size:12px;color:#718096;margin-top:12px;text-align:center}