/* Global conversion controls kept outside the homepage bundle. */
.consultation-modal a { color:#ffd26b; }
.consultation-form__field small { color:rgba(255,255,255,.45); font-weight:650; }
.mobile-conversion-bar { display:none; }

@media (max-width:680px) {
    body { padding-bottom:66px; }
    .legal-cookie-notice { bottom:78px; }
    .mobile-conversion-bar {
        position:fixed;
        z-index:9000;
        inset:auto 0 0;
        height:66px;
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:8px;
        padding:8px;
        border-top:1px solid rgba(255,255,255,.12);
        background:rgba(7,9,12,.96);
        box-shadow:0 -12px 40px rgba(0,0,0,.38);
        backdrop-filter:blur(14px);
    }
    .mobile-conversion-bar a {
        display:flex;
        align-items:center;
        justify-content:center;
        border:1px solid rgba(255,255,255,.2);
        border-radius:7px;
        color:#fff;
        font-size:13px;
        font-weight:950;
        text-decoration:none;
    }
    .mobile-conversion-bar a:first-child {
        border-color:transparent;
        background:var(--accent, #e31e24);
    }
}
