/* =============================================================================
   SPOS page (pos.php) — tách từ thẻ <style> inline
   ============================================================================= */

/* SPOS features: phân tông nền từng khối để dễ đọc */
.sec-spos-features .feat-detail {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    padding: 18px;
    margin-bottom: 14px;
}

.sec-spos-features .feat-tone-1 {
    background: linear-gradient(135deg, rgba(15, 212, 142, .08), rgba(15, 212, 142, .02));
}

.sec-spos-features .feat-tone-2 {
    background: linear-gradient(135deg, rgba(77, 158, 232, .09), rgba(77, 158, 232, .02));
}

.sec-spos-features .feat-tone-3 {
    background: linear-gradient(135deg, rgba(250, 220, 16, .08), rgba(250, 220, 16, .02));
}

.sec-spos-features .feat-tone-4 {
    background: linear-gradient(135deg, rgba(132, 145, 245, .09), rgba(132, 145, 245, .02));
}

.sec-spos-features .feat-tone-5 {
    background: linear-gradient(135deg, rgba(255, 176, 102, .10), rgba(255, 176, 102, .02));
}

@media (max-width: 768px) {
    .sec-spos-features .feat-detail {
        padding: 14px;
        border-radius: 14px;
    }
}

/* Responsive cho khối CTA đa nền tảng cuối POS page */
@media (max-width: 768px) {
    .pos-social-register .pos-social-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .pos-social-register .pos-social-box {
        width: 100% !important;
    }

    .pos-social-register .pos-social-img {
        width: 100% !important;
        height: 50px !important;
        object-fit: contain !important;
        display: block !important;
    }

    .pos-social-register .pos-social-cta-link {
        font-size: 12px !important;
        padding: 0 10px !important;
    }
}

@media (max-width: 420px) {
    .pos-social-register .pos-social-grid {
        gap: 8px !important;
    }

    .pos-social-register .pos-social-box,
    .pos-social-register .pos-social-cta-link {
        height: 46px !important;
    }

    .pos-social-register .pos-social-img {
        height: 46px !important;
    }
}
