/* FC request navigation, scoped to new components. 2026-09-14 */
.btm-request-band,.btm-request-footer { background:#fff7e9; color:#291b10; }
.btm-request-band { border-bottom:1px solid #edc79d; }
.btm-request-band__inner { width:92%;max-width:1120px;margin:0 auto;padding:32px 0;display:flex;align-items:center;justify-content:space-between;gap:28px; }
.btm-request-band .btm-request-kicker,.btm-request-footer .btm-request-kicker { color:#894400;font-size:14px;font-weight:700;letter-spacing:.06em;margin:0 0 10px; }
.btm-request-band h2,.btm-request-footer h2 { color:#291b10;font-size:28px;font-weight:700;line-height:1.5;margin:0 0 10px;text-align:left; }
.btm-request-band p,.btm-request-footer p { font-size:16px;line-height:1.8; }
.btm-request-actions { flex:0 0 340px;text-align:center; }
a.btm-request-primary { display:flex;align-items:center;justify-content:center;gap:16px;min-height:58px;padding:14px 24px;background:#ac4100;color:#fff;font-size:18px;font-weight:700;line-height:1.5;border:2px solid #ac4100;border-radius:5px;text-align:center; }
a.btm-request-primary:hover { background:#873300;border-color:#873300; }
a.btm-request-secondary { display:inline-block;color:#59351b;font-size:14px;line-height:1.8;margin-top:12px;text-decoration:underline;text-underline-offset:4px;padding:4px 0; }
.btm-request-footer { padding:58px 4%;text-align:center; }
.btm-request-footer h2 { text-align:center; }
.btm-request-footer>.btm-request-primary { max-width:380px;margin:24px auto 16px; }
.btm-request-footer__links { display:flex;justify-content:center;gap:8px 24px;flex-wrap:wrap; }
.btm-request-footer__links a { color:#59351b;text-decoration:underline;text-underline-offset:4px;min-height:44px;display:inline-flex;align-items:center;font-size:14px;line-height:1.6; }
.btm-mobile-request { display:none; }
.btm-request-intro { padding:0 0 24px;margin:0 0 28px;border-bottom:1px solid #dfbf9d; }
.btm-request-intro p { font-size:16px;line-height:1.9; }
.btm-request-band a:focus-visible,.btm-request-footer a:focus-visible,.btm-mobile-request a:focus-visible { outline:3px solid #075cab;outline-offset:4px; }
@media (max-width:767px) {
 .btm-request-band__inner { display:block;padding:26px 0 28px;text-align:center; }
 .btm-request-band h2,.btm-request-footer h2 { font-size:24px;text-align:center;line-height:1.6; }
 .btm-request-actions { margin-top:20px; }
 .btm-request-footer { padding:42px 4%; }
 .btm-request-footer>p { text-wrap:pretty; }
 .btm-mobile-request { position:fixed;left:0;right:0;bottom:0;z-index:800;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 4% calc(10px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e4c4a2;box-shadow:0 -3px 16px #291b1012; }
 .btm-mobile-request>span { color:#59351b;font-size:12px;line-height:1.6;font-weight:700; }
 .btm-mobile-request .btm-request-primary { min-height:48px;padding:9px 14px;font-size:16px;flex:0 1 224px;gap:5px; }
 body.btm-has-mobile-request { padding-bottom:calc(72px + env(safe-area-inset-bottom)); }
 body.btm-has-mobile-request #page-top { bottom:calc(86px + env(safe-area-inset-bottom)); }
}
@media (prefers-reduced-motion:reduce) { .btm-request-primary { transition:none; } }
