/* =========================================================
   CUSTOMER SUPPORT
========================================================= */

.cs-intro,
.cs-capabilities,
.cs-experience,
.cs-technology,
.cs-outcomes,
.cs-final-cta {
    overflow: hidden;
}


/* =========================================================
   COMMON
========================================================= */

.cs-section-label {

    display: flex;

    align-items: center;

    gap: 10px;

    color: #7146e8;

    font-size: 13px;

     font-weight: 700;

    letter-spacing: 2px;

}


.cs-section-label span {

    width: 34px;

    height: 3px;

    border-radius: 20px;

    background: currentColor;

}


.cs-title {

    max-width: 720px;

    margin: 16px 0 22px;

    color: #191d25;

    font-size: clamp(38px, 4.2vw, 58px);

    line-height: 1.08;

     font-weight: 700;

    letter-spacing: -1px;

}


.cs-title span {

    color: #0d6efd;

}


.cs-text {

    max-width: 680px;

    color: #697582;

    font-size: 17px;

    line-height: 1.75;

}


/* =========================================================
   INTRO VISUAL
========================================================= */

.cs-visual {

    position: relative;

    min-height: 520px;

    display: flex;

    align-items: center;

    justify-content: center;

}


.cs-visual-background {

    position: absolute;

    width: 430px;

    height: 430px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(113,70,232,.14),
            rgba(113,70,232,.04) 52%,
            transparent 70%
        );

    animation:
        csPulse 4s ease-in-out infinite;

}


@keyframes csPulse {

    0%,
    100% {
        transform: scale(.92);
    }

    50% {
        transform: scale(1.08);
    }

}


/* =========================================================
   SUPPORT PANEL
========================================================= */

.cs-support-panel {

    position: relative;

    z-index: 3;

    width: 400px;

    overflow: hidden;

    border: 1px solid #e5e1ee;

    border-radius: 22px;

    background: #fff;

    box-shadow:
        0 28px 65px rgba(55,40,95,.14);

    animation:
        csPanelFloat 5s ease-in-out infinite;

}


@keyframes csPanelFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }

}


.cs-panel-header {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 18px 20px;

    border-bottom: 1px solid #eeeaf4;

}


.cs-panel-header span {

    display: block;

    color: #9a9da6;

    font-size: 8px;

    font-weight: 900;

    letter-spacing: 1.5px;

}


.cs-panel-header strong {

    display: block;

    margin-top: 4px;

    color: #30353e;

    font-size: 15px;

}


.cs-status {

    display: flex !important;

    align-items: center;

    gap: 6px;

    color: #39a66b !important;

    font-size: 10px !important;

    font-weight: 700 !important;

    letter-spacing: 0 !important;

}


.cs-status span {

    width: 7px;

    height: 7px;

    border-radius: 50%;

    background: #39a66b;

    box-shadow:
        0 0 0 5px rgba(57,166,107,.1);

}


/* =========================================================
   AGENT
========================================================= */

.cs-agent {

    display: flex;

    align-items: center;

    gap: 11px;

    margin: 15px;

    padding: 12px;

    border-radius: 13px;

    background: #f7f5fb;

}


.cs-agent-avatar {

    width: 44px;

    height: 44px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 12px;

    background:
        linear-gradient(
            135deg,
            #7146e8,
            #9d62e9
        );

    color: #fff;

}


.cs-agent-info strong {

    display: block;

    color: #353a43;

    font-size: 12px;

}


.cs-agent-info span {

    display: block;

    margin-top: 3px;

    color: #969ca5;

    font-size: 10px;

}


.cs-phone-icon {

    margin-left: auto;

    color: #7146e8;

    font-size: 13px;

}


/* =========================================================
   CHAT
========================================================= */

.cs-chat {

    padding: 5px 20px 18px;

}


.cs-message {

    max-width: 82%;

    margin-bottom: 10px;

    padding: 10px 12px;

    border-radius: 11px;

    color: #606873;

    background: #f4f2f8;

    font-size: 11px;

    line-height: 1.5;

}


.cs-message span {

    display: block;

    margin-bottom: 3px;

    color: #7146e8;

    font-size: 8px;

     font-weight: 700;

    letter-spacing: .5px;

}


.cs-message.agent {

    margin-left: auto;

    background: #eee9ff;

}


.cs-message.customer.short {

    width: fit-content;

    margin-bottom: 0;

}


/* =========================================================
   PANEL FOOTER
========================================================= */

.cs-panel-footer {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 13px 18px;

    border-top: 1px solid #eeeaf4;

    background: #faf9fc;

    color: #8a919b;

    font-size: 9px;

}


.cs-panel-footer i {

    margin-right: 4px;

    color: #7146e8;

}


/* =========================================================
   FLOATING SLA
========================================================= */

.cs-sla-card {

    position: absolute;

    z-index: 5;

    right: 0;

    bottom: 55px;

    display: flex;

    align-items: center;

    gap: 10px;

    min-width: 225px;

    padding: 13px;

    border: 1px solid #e6e0f5;

    border-radius: 14px;

    background: rgba(255,255,255,.96);

    box-shadow:
        0 18px 40px rgba(50,40,90,.11);

    animation:
        csBadgeFloat 4s ease-in-out infinite;

}


.cs-sla-icon {

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 11px;

    background: #f0ebff;

    color: #7146e8;

}


.cs-sla-card span {

    display: block;

    color: #9b9fa7;

    font-size: 8px;

    font-weight: 900;

    letter-spacing: 1px;

}


.cs-sla-card strong {

    display: block;

    margin-top: 3px;

    color: #363b43;

    font-size: 12px;

}


@keyframes csBadgeFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

}


/* =========================================================
   SUPPORT BADGE
========================================================= */

.cs-support-badge {

    position: absolute;

    z-index: 6;

    top: 65px;

    left: 0;

    padding: 10px 14px;

    border: 1px solid #e2ddf0;

    border-radius: 30px;

    background: #fff;

    color: #7146e8;

    font-size: 10px;

     font-weight: 700;

    box-shadow:
        0 12px 25px rgba(50,40,90,.08);

    animation:
        csBadgeFloat 3.5s ease-in-out infinite;

}


.cs-support-badge i {

    margin-right: 5px;

    color: #36a769;

}


/* =========================================================
   DOTS
========================================================= */

.cs-dots {

    position: absolute;

    right: 0;

    top: 15px;

    width: 80px;

    height: 80px;

    background-image:
        radial-gradient(
            #7146e8 1.5px,
            transparent 1.5px
        );

    background-size: 13px 13px;

    opacity: .25;

}


/* =========================================================
   INTRO STATS
========================================================= */

.cs-stats {

    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 30px;

}


.cs-stat {

    display: flex;

    align-items: center;

    gap: 9px;

    min-width: 155px;

    padding: 11px 13px;

    border: 1px solid #e8e5ef;

    border-radius: 12px;

    background: #fbfaff;

}


.cs-stat-icon {

    width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 10px;

    background: #eee9ff;

    color: #7146e8;

    font-size: 14px;

}


.cs-stat strong {

    display: block;

    color: #333840;

    font-size: 12px;

}


.cs-stat span {

    display: block;

    margin-top: 2px;

    color: #9299a3;

    font-size: 9px;

}


/* =========================================================
   CAPABILITIES
========================================================= */

.cs-capabilities {

    background: #f8f9fc;

}


.cs-heading > p {

    max-width: 720px;

    margin: auto;

    color: #78838e;

    font-size: 17px;

    line-height: 1.7;

}


/* =========================================================
   SERVICE CARDS
========================================================= */

.cs-service-card {

    position: relative;

    height: 100%;

    min-height: 310px;

    padding: 28px;

    overflow: hidden;

    border: 1px solid #e1e5eb;

    border-radius: 20px;

    background: #fff;

    transition:
        transform .4s ease,
        box-shadow .4s ease,
        border-color .4s ease;

}


.cs-service-card::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 3px;

    background:
        linear-gradient(
            90deg,
            #7146e8,
            #a56aef
        );

    transform: scaleX(0);

    transform-origin: left;

    transition:
        transform .4s ease;

}


.cs-service-card:hover {

    transform: translateY(-9px);

    border-color: rgba(113,70,232,.18);

    box-shadow:
        0 22px 50px rgba(35,45,80,.09);

}


.cs-service-card:hover::before {

    transform: scaleX(1);

}


.cs-card-number {

    color: #c5cad2;

    font-size: 13px;

    font-weight: 900;

    letter-spacing: 2px;

}


.cs-card-icon {

    width: 60px;

    height: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 20px 0;

    border-radius: 17px;

    background: #f0ebff;

    color: #7146e8;

    font-size: 22px;

    transition: all .35s ease;

}


.cs-service-card:hover
.cs-card-icon {

    color: #fff;

    background:
        linear-gradient(
            135deg,
            #7146e8,
            #9c5ee7
        );

    transform:
        rotate(-6deg)
        scale(1.08);

}


.cs-service-card h3 {

    margin-bottom: 11px;

    color: #22272f;

    font-size: 21px;

    line-height: 1.3;

     font-weight: 700;

}


.cs-service-card p {

    margin: 0;

    color: #78828e;

    font-size: 15px;

    line-height: 1.65;

}


.cs-card-footer {

    position: absolute;

    right: 25px;

    bottom: 20px;

    left: 28px;

    display: flex;

    align-items: center;

    justify-content: space-between;

}


.cs-card-footer span {

    color: #b2a8c9;

    font-size: 9px;

    font-weight: 900;

    letter-spacing: 2px;

}


.cs-card-footer i {

    width: 32px;

    height: 32px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #f1edfb;

    color: #7146e8;

    font-size: 10px;

    opacity: 0;

    transform: translateX(-8px);

    transition: all .3s ease;

}


.cs-service-card:hover
.cs-card-footer i {

    opacity: 1;

    transform: translateX(0);

}


/* =========================================================
   EXPERIENCE
========================================================= */

.cs-experience {

    background: #fff;

}


.cs-main-btn {

    margin-top: 10px;

    padding: 13px 22px;

    border-radius: 9px;

    font-weight: 700;

    transition: all .3s ease;

}


.cs-main-btn:hover {

    transform: translateY(-3px);

    box-shadow:
        0 12px 25px rgba(13,110,253,.18);

}


/* =========================================================
   PROCESS
========================================================= */

.cs-process {

    position: relative;

    padding: 5px 0;

}


.cs-process-line {

    position: absolute;

    top: 32px;

    bottom: 32px;

    left: 30px;

    width: 2px;

    background:
        linear-gradient(
            180deg,
            #7146e8,
            #ddd5f4
        );

}


.cs-process-item {

    position: relative;

    display: flex;

    align-items: center;

    gap: 17px;

    margin-bottom: 22px;

}


.cs-process-item:last-child {

    margin-bottom: 0;

}


.cs-process-icon {

    position: relative;

    z-index: 3;

    width: 62px;

    height: 62px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    border: 6px solid #f3effc;

    border-radius: 17px;

    background: #fff;

    color: #7146e8;

    font-size: 19px;

    box-shadow:
        0 8px 20px rgba(60,40,100,.07);

    transition: all .35s ease;

}


.cs-process-item:hover
.cs-process-icon {

    color: #fff;

    background: #7146e8;

    transform: translateX(6px);

}


.cs-process-item small {

    display: block;

    color: #a09aaf;

    font-size: 8px;

    font-weight: 900;

    letter-spacing: 1.5px;

}


.cs-process-item strong {

    display: block;

    margin-top: 3px;

    color: #292e36;

    font-size: 18px;

     font-weight: 700;

}


.cs-process-item span {

    display: block;

    max-width: 390px;

    margin-top: 3px;

    color: #89929d;

    font-size: 13px;

}


/* =========================================================
   TECHNOLOGY
========================================================= */

.cs-technology {

    background: #f8f9fc;

}


.cs-tech-points {

    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 13px 25px;

    margin-top: 28px;

}


.cs-tech-points div {

    color: #59636f;

    font-size: 14px;

}


.cs-tech-points i {

    margin-right: 8px;

    color: #7146e8;

}


/* =========================================================
   TECHNOLOGY VISUAL
========================================================= */

.cs-tech-visual {

    position: relative;

    min-height: 440px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    border-radius: 25px;

    background:
        linear-gradient(
            135deg,
            #211648,
            #5836a5
        );

}


.cs-tech-ring {

    position: absolute;

    border: 1px solid rgba(255,255,255,.13);

    border-radius: 50%;

    animation:
        csRotate 20s linear infinite;

}


.ring-one {

    width: 280px;

    height: 280px;

}


.ring-two {

    width: 410px;

    height: 410px;

    animation-direction: reverse;

    animation-duration: 27s;

}


@keyframes csRotate {

    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }

}


.cs-tech-core {

    position: relative;

    z-index: 5;

    width: 95px;

    height: 95px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid rgba(255,255,255,.18);

    border-radius: 28px;

    background: rgba(255,255,255,.1);

    color: #fff;

    font-size: 34px;

    box-shadow:
        0 0 45px rgba(255,255,255,.08);

    animation:
        csCorePulse 3s ease-in-out infinite;

}


@keyframes csCorePulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

}


.cs-tech-node {

    position: absolute;

    z-index: 6;

    display: flex;

    align-items: center;

    gap: 7px;

    padding: 9px 12px;

    border: 1px solid rgba(255,255,255,.13);

    border-radius: 10px;

    background: rgba(255,255,255,.08);

    color: #fff;

    font-size: 10px;

    backdrop-filter: blur(8px);

}


.cs-tech-node i {

    color: #d8cbff;

}


.node-one {

    top: 75px;

    left: 55px;

    animation:
        csNodeFloat 4s ease-in-out infinite;

}


.node-two {

    top: 95px;

    right: 45px;

    animation:
        csNodeFloat 4.5s ease-in-out infinite;

}


.node-three {

    bottom: 75px;

    left: 60px;

    animation:
        csNodeFloat 5s ease-in-out infinite;

}


.node-four {

    right: 55px;

    bottom: 70px;

    animation:
        csNodeFloat 4.2s ease-in-out infinite;

}


@keyframes csNodeFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

}


/* =========================================================
   OUTCOMES
========================================================= */

.cs-outcomes {

    background: #fff;

}


.cs-outcome-card {

    height: 100%;

    padding: 30px 25px;

    text-align: center;

    border: 1px solid #e3e6eb;

    border-radius: 18px;

    background: #fff;

    transition:
        transform .35s ease,
        box-shadow .35s ease;

}


.cs-outcome-card:hover {

    transform: translateY(-8px);

    box-shadow:
        0 18px 40px rgba(35,45,80,.08);

}


.cs-outcome-icon {

    width: 58px;

    height: 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 18px;

    border-radius: 16px;

    background: #f0ebff;

    color: #7146e8;

    font-size: 21px;

    transition: all .35s ease;

}


.cs-outcome-card:hover
.cs-outcome-icon {

    color: #fff;

    background: #7146e8;

    transform: rotate(-6deg);

}


.cs-outcome-card h3 {

    margin-bottom: 8px;

    color: #292e36;

    font-size: 19px;

     font-weight: 700;

}


.cs-outcome-card p {

    margin: 0;

    color: #7d8791;

    font-size: 14px;

    line-height: 1.65;

}


/* =========================================================
   FINAL CTA
========================================================= */

.cs-final-cta {

    background: #fff;

}


.cs-final-box {

    position: relative;

    overflow: hidden;

    padding: 75px 25px;

    text-align: center;

    border: 1px solid #e4dcf5;

    border-radius: 30px;

    background:
        linear-gradient(
            135deg,
            #f0ebff,
            #faf7ff
        );

}


.cs-final-content {

    position: relative;

    z-index: 3;

}


.cs-final-content h2 {

    max-width: 850px;

    margin: 18px auto;

    color: #191d25;

    font-size: clamp(38px,4.5vw,58px);

    line-height: 1.08;

     font-weight: 700;

}


.cs-final-content h2 span {

    color: #0d6efd;

}


.cs-final-content p {

    max-width: 720px;

    margin: auto;

    color: #717c88;

    font-size: 18px;

    line-height: 1.7;

}


.cs-final-btn {

    margin-top: 28px;

    padding: 14px 25px;

    border-radius: 9px;

    font-weight: 700;

    transition: all .3s ease;

}


.cs-final-btn:hover {

    transform: translateY(-4px);

    box-shadow:
        0 15px 30px rgba(13,110,253,.18);

}


/* =========================================================
   FINAL ORBITS
========================================================= */

.cs-final-orbit {

    position: absolute;

    border: 1px solid rgba(113,70,232,.12);

    border-radius: 50%;

    animation:
        csFinalOrbit 20s linear infinite;

}


.cs-final-orbit.orbit-a {

    width: 400px;

    height: 400px;

    top: -260px;

    left: -100px;

}


.cs-final-orbit.orbit-b {

    width: 500px;

    height: 500px;

    right: -180px;

    bottom: -350px;

    animation-direction: reverse;

}


@keyframes csFinalOrbit {

    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }

}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991.98px) {

    .cs-visual {

        margin-bottom: 20px;

    }

}


@media (max-width: 767.98px) {

    .cs-title {

        font-size: 40px;

    }

    .cs-text {

        font-size: 16px;

    }

    .cs-support-panel {

        width: 78%;

    }

    .cs-sla-card {

        right: 0;

        bottom: 35px;

    }

    .cs-support-badge {

        left: 10px;

        top: 35px;

    }

    .cs-tech-points {

        grid-template-columns: 1fr;

    }

}


@media (max-width: 575.98px) {

    .cs-title {

        font-size: 35px;

    }

    .cs-visual {

        min-height: 430px;

    }

    .cs-visual-background {

        width: 350px;

        height: 350px;

    }

    .cs-support-panel {

        width: 84%;

    }

    .cs-panel-header {

        padding: 14px;

    }

    .cs-agent {

        margin: 10px;

    }

    .cs-chat {

        padding-left: 14px;

        padding-right: 14px;

    }

    .cs-panel-footer {

        padding: 11px 13px;

        font-size: 8px;

    }

    .cs-sla-card {

        min-width: 190px;

        transform: scale(.88);

        transform-origin: right bottom;

    }

    .cs-stats {

        flex-direction: column;

    }

    .cs-stat {

        width: 100%;

    }

    .cs-tech-visual {

        min-height: 370px;

    }

    .node-one {
        left: 20px;
    }

    .node-two {
        right: 20px;
    }

    .node-three {
        left: 20px;
    }

    .node-four {
        right: 20px;
    }

    .cs-final-box {

        padding: 55px 18px;

    }

    .cs-final-content h2 {

        font-size: 35px;

    }

}