.outsourcea-rates-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 34px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    box-shadow: 0 16px 36px rgba(0,0,0,.18);
    transition: all .2s ease;
}

.outsourcea-rates-btn-white {
    background: #ffffff;
    color: #121a2f !important;
}

.outsourcea-rates-btn-green {
    background: #0bae5b;
    color: #ffffff !important;
}

.outsourcea-rates-btn:hover {
    transform: translateY(-1px);
    opacity: .95;
}

.outsourcea-quote-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(8, 12, 22, .76);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.outsourcea-quote-popup-overlay.active {
    display: flex;
}

.outsourcea-quote-popup-box {
    position: relative;
    width: min(980px, 96vw);
    max-height: 92vh;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(0,0,0,.35);
}

.outsourcea-quote-popup-close {
    position: absolute;
    top: 14px;
    right: 16px;
    z-index: 3;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(0,0,0,.08);
    color: #111;
    font-size: 28px;
    line-height: 32px;
    cursor: pointer;
}

.outsourcea-quote-popup-head {
    padding: 26px 60px 18px 30px;
    border-bottom: 1px solid #e5e7eb;
}

.outsourcea-quote-popup-head h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
    color: #10172b;
    font-weight: 800;
}

.outsourcea-quote-popup-content {
    padding: 28px;
    max-height: calc(92vh - 94px);
    overflow-y: auto;
}

@media (max-width: 640px) {
    .outsourcea-rates-btn {
        min-height: 50px;
        padding: 0 24px;
        font-size: 14px;
    }

    .outsourcea-quote-popup-head {
        padding: 22px 54px 16px 22px;
    }

    .outsourcea-quote-popup-head h2 {
        font-size: 24px;
    }

    .outsourcea-quote-popup-content {
        padding: 20px;
    }
}
