.call-btn {
    min-height: 50px !important;
    padding: 0 24px !important;
    border: 2px solid #ff9a3d !important;
    background: #ff7800 !important;
    color: #211307 !important;
    font-weight: 800 !important;
    letter-spacing: .1px;
    box-shadow: 0 8px 24px rgba(255,120,0,.32) !important;
}

.call-btn:hover {
    background: #ff963b !important;
    border-color: #ffb16c !important;
    color: #101828 !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(255,120,0,.42) !important;
}

.call-btn:focus-visible,
.floating-call:focus-visible {
    outline: 4px solid rgba(255,255,255,.95);
    outline-offset: 4px;
}

.call-btn svg { stroke-width: 2.5; }

.floating-call {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1000;
    min-width: 190px;
    min-height: 62px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 18px 9px 10px;
    color: #101828;
    background: #ff7800;
    border: 2px solid #ffb16c;
    border-radius: 999px;
    box-shadow: 0 12px 38px rgba(16,24,40,.34), 0 0 0 5px rgba(255,120,0,.16);
    transition: transform .2s ease, box-shadow .2s ease;
}

.floating-call:hover {
    color: #101828;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 16px 42px rgba(16,24,40,.4), 0 0 0 7px rgba(255,120,0,.18);
}

.floating-call-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #101828;
    color: #fff;
}

.floating-call-icon svg { width: 20px; height: 20px; }
.floating-call>span:last-child { display: flex; flex-direction: column; line-height: 1.15; }
.floating-call b { font-size: 9px; text-transform: uppercase; letter-spacing: 1px; opacity: .72; }
.floating-call strong { margin-top: 3px; font-size: 15px; text-transform: uppercase; letter-spacing: .3px; }

@media (max-width: 620px) {
    .topbar,
    .header,
    .crumbs {
        display: none !important;
    }

    body { padding-bottom: 76px; }
    .call-btn { width: 100%; min-height: 54px !important; font-size: 14px !important; }
    .floating-call {
        left: 10px;
        right: 10px;
        bottom: 10px;
        width: auto;
        min-height: 58px;
        justify-content: center;
        border-radius: 12px;
        padding: 7px 16px;
        box-shadow: 0 8px 30px rgba(16,24,40,.38), 0 0 0 4px rgba(255,120,0,.18);
    }
    .floating-call-icon { width: 40px; height: 40px; flex-basis: 40px; }
    .floating-call b { font-size: 8px; }
    .floating-call strong { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
    .call-btn,.floating-call { transition: none; }
}
