/* First-visit prototype consent gate. Reuses the .fmp-overlay/.fmp-modal look.
   Remove together with assets/js/03-consent.js when the site goes public. */
.fmp-consent .fmp-modal{max-width:480px;padding:24px 24px 22px}
.fmp-consent-title{margin:0 0 10px;font-size:19px;font-weight:800;color:var(--fmp-navy)}
.fmp-consent-text{margin:0 0 12px;font-size:14px;line-height:1.5;color:var(--fmp-text)}
.fmp-consent-link{color:var(--fmp-teal);font-weight:700;text-decoration:underline}
.fmp-consent-link:hover{filter:brightness(1.05)}
.fmp-consent-check{display:flex;align-items:flex-start;gap:9px;margin:4px 0 16px;font-size:14px;line-height:1.45;color:var(--fmp-text);cursor:pointer}
.fmp-consent-check input{flex:0 0 auto;width:17px;height:17px;margin-top:2px;accent-color:var(--fmp-accent);cursor:pointer}
.fmp-consent .fmp-btn.block{justify-content:center;width:100%}
.fmp-consent .fmp-btn:disabled{opacity:.5;cursor:not-allowed;filter:none}
