/* ══════════════════════════════════════════════════════════════
   CUSTOMER CARE MULTIPLATFORM SECTION
   ══════════════════════════════════════════════════════════════ */

.customercare {
    padding: 120px 0;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.customercare .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ── Header ── */
.customercare__header {
    text-align: center;
    position: relative;
    margin-top: -14rem;
    z-index: 2;
}

.customercare__title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
}

.customercare__title .highlight {
    color: #1a6ff4;
}

/* ── Orbit Container ── */
.customercare__orbit {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 700px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

/* ── Center Logo ── */
.orbit__center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.orbit__center-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ── Orbit Rings ── */
.orbit__ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #B9DCFF;
    pointer-events: none;
}

.orbit__ring--1 {
    width: 392px;
    height: 392px;
    background: radial-gradient(circle, rgba(26, 111, 244, 0.05) 0%, transparent 70%);
}

.orbit__ring--2 {
    width: 536px;
    height: 536px;
    background: radial-gradient(circle, rgba(26, 111, 244, 0.03) 0%, transparent 70%);
}

.orbit__ring--3 {
    width: 696px;
    height: 696px;
    background: radial-gradient(circle, #d1e8ffab 0%, transparent 80%);
}

/* ── Fade Overlay (Bottom) ── */
.orbit__fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 500px;
    background: linear-gradient(to top, #ffffff 0%, #ffffff 20%, rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.3) 80%, transparent 100%);
    pointer-events: none;
    z-index: 8;
}

/* ── Platform Icons ── */
.orbit__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffffff;
    /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
    border: 1px solid #50A7FF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    z-index: 5;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.orbit__icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(26, 111, 244, 0.25);
}

.orbit__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ── Icon Positions (Inner Orbit - Ring 1) ── */
.orbit__icon--pingx {
    top: 29%;
    left: 64%;
}

.orbit__icon--zalo {
    top: 19%;
    left: 43%;
    width: 50px;
    height: 50px;
}

.orbit__icon--pagex {
    top: 10%;
    left: 30%;
}

.orbit__icon--instagram {
    top: 13%;
    left: 62%;
    width: 50px;
    height: 50px;
}

/* ── Icon Positions (Middle Orbit - Ring 2) ── */
.orbit__icon--fb {
    top: 41%;
    left: 25%;
    width: 50px;
    height: 50px;
}

.orbit__icon--tiktok {
    top: 21%;
    left: 14%;
    width: 50px;
    height: 50px;
}

/* ── Icon Positions (Outer Orbit - Ring 3) ── */
.orbit__icon--buzzx {
    top: -4%;
}

.orbit__icon--shopee {
    top: 37%;
    left: 85%;
    width: 50px;
    height: 50px;
}

/* ── Description ── */
.customercare__description {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.customercare__text {
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.7;
    color: #707070;
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE: TABLET
   ══════════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {
    .customercare__orbit {
        max-width: 700px;
        height: 550px;
    }

    .orbit__center {
        width: 180px;
        height: 180px;
    }

    .orbit__ring--1 {
        width: 320px;
        height: 320px;
    }

    .orbit__ring--2 {
        width: 440px;
        height: 440px;
    }

    .orbit__ring--3 {
        width: 560px;
        height: 560px;
    }
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE: MOBILE
   ══════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
    .customercare {
        padding: 60px 0;
    }

    .customercare__orbit {
        max-width: 400px;
        height: 400px;
    }

    .orbit__center {
        width: 120px;
        height: 120px;
    }

    .orbit__ring--1 {
        width: 220px;
        height: 220px;
    }

    .orbit__ring--2 {
        width: 300px;
        height: 300px;
    }

    .orbit__ring--3 {
        width: 380px;
        height: 380px;
    }

    .orbit__fade-overlay {
        height: 300px;
    }

    .orbit__icon {
        width: 40px;
        height: 40px;
        padding: 8px;
    }

    .orbit__icon--zalo,
    .orbit__icon--instagram,
    .orbit__icon--fb,
    .orbit__icon--tiktok,
    .orbit__icon--shopee {
        width: 35px;
        height: 35px;
    }

    /* Điều chỉnh vị trí các icon cho mobile */
    .orbit__icon--pingx {
        top: 32%;
        left: 68%;
    }

    .orbit__icon--zalo {
        top: 18%;
        left: 45%;
    }

    .orbit__icon--pagex {
        top: 14%;
        left: 24%;
    }

    .orbit__icon--instagram {
        top: 16%;
        left: 65%;
    }

    .orbit__icon--fb {
        top: 44%;
        left: 19%;
    }

    .orbit__icon--tiktok {
        top: 24%;
        left: 4%;
    }

    .orbit__icon--buzzx {
        top: -2%;
        left: 50%;
    }

    .orbit__icon--shopee {
        top: 30%;
        left: 90%;
    }
}

@media (max-width: 480px) {
    .customercare__orbit {
        max-width: 320px;
        height: 320px;
    }

    .orbit__center {
        width: 100px;
        height: 100px;
    }

    .orbit__ring--1 {
        width: 180px;
        height: 180px;
    }

    .orbit__ring--2 {
        width: 240px;
        height: 240px;
    }

    .orbit__ring--3 {
        width: 300px;
        height: 300px;
    }

    .orbit__fade-overlay {
        height: 240px;
    }

    .orbit__icon {
        width: 35px;
        height: 35px;
        padding: 6px;
    }

    .orbit__icon--zalo,
    .orbit__icon--instagram,
    .orbit__icon--fb,
    .orbit__icon--tiktok,
    .orbit__icon--shopee {
        width: 30px;
        height: 30px;
    }
}

