.support-hero{

    background:linear-gradient(135deg,#08111F,#16314D);

    padding:170px 0 130px;

}

.support-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}

.hero-content h1{

    font-size:56px;

    color:white;

    line-height:1.5;

    margin:25px 0;

}

.hero-content h1 span{

    color:#8B1E3F;

}

.hero-content p{

    color:#CBD5E1;

    font-size:18px;

    line-height:2;

    margin-bottom:40px;

}

.hero-buttons{

    display:flex;

    gap:18px;

}

.btn-outline{

    border:1px solid rgba(255,255,255,.2);

    color:white;

    border-radius:12px;

    padding:14px 34px;

    transition:.3s;

}

.btn-outline:hover{

    background:white;

    color:#08111F;

}



.support-window{

    background:white;

    border-radius:24px;

    overflow:hidden;

    box-shadow:0 35px 80px rgba(0,0,0,.2);

}

.window-top{

    height:55px;

    background:#F8FAFC;

    display:flex;

    align-items:center;

    gap:10px;

    padding:0 20px;

}

.window-top span{

    width:12px;

    height:12px;

    border-radius:50%;

    background:#CBD5E1;

}

.chat-box{

    padding:30px;

}

.message{

    max-width:80%;

    padding:16px 18px;

    border-radius:18px;

    margin-bottom:18px;

    line-height:1.8;

    font-size:15px;

}

.left{

    background:#F1F5F9;

}

.right{

    background:#8B1E3F;

    color:white;

    margin-right:auto;

}

.typing{

    display:flex;

    gap:8px;

    padding:0 30px 30px;

}

.typing div{

    width:10px;

    height:10px;

    border-radius:50%;

    background:#8B1E3F;

    animation:typing 1.2s infinite;

}

.typing div:nth-child(2){

    animation-delay:.2s;

}

.typing div:nth-child(3){

    animation-delay:.4s;

}

@keyframes typing{

    0%,100%{

        transform:translateY(0);

        opacity:.5;

    }

    50%{

        transform:translateY(-8px);

        opacity:1;

    }

}

.section-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 22px;

    background:rgba(139,30,63,.12);

    border:1px solid rgba(139,30,63,.28);

    border-radius:999px;

    color:#8B1E3F;

    font-size:14px;

    font-weight:700;

    letter-spacing:.3px;

    margin-bottom:25px;

}

.section-badge i{

    font-size:13px;

}



.support-services{

    padding:140px 0;

    background:#fff;

}

.services-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}

.services-content h2{

    font-size:46px;

    margin:25px 0;

    color:#0F172A;

}

.services-content p{

    color:#64748B;

    line-height:2;

    margin-bottom:35px;

}

.services-list{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.services-list li{

    display:flex;

    align-items:center;

    gap:12px;

    font-weight:600;

    color:#334155;

}

.services-list li::before{

    content:"✓";

    width:28px;

    height:28px;

    border-radius:50%;

    background:#8B1E3F;

    color:white;

    display:flex;

    justify-content:center;

    align-items:center;

}

.service-cards{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:24px;

}

.service-card{

    background:#F8FAFC;

    border:1px solid #E5EAF2;

    border-radius:22px;

    padding:35px;

    transition:.3s;

}

.service-card:hover{

    transform:translateY(-8px);

    border-color:#8B1E3F;

    box-shadow:0 20px 50px rgba(139,30,63,.12);

}

.service-card i{

    width:60px;

    height:60px;

    border-radius:18px;

    background:linear-gradient(135deg,#8B1E3F,#6F1532);

    color:white;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:24px;

    margin-bottom:20px;

}

.service-card h3{

    margin-bottom:10px;

    color:#0F172A;

    font-size:22px;

}

.service-card p{

    color:#64748B;

    line-height:1.8;

}


.support-process{

    padding:140px 0;

    background:#F8FAFC;

}

.process-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:90px;

    align-items:center;

}

.process-timeline{

    position:relative;

}

.timeline-item{

    display:flex;

    gap:20px;

    align-items:flex-start;

}

.timeline-icon{

    width:65px;

    height:65px;

    border-radius:50%;

    background:linear-gradient(135deg,#8B1E3F,#6F1532);

    color:white;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:24px;

    flex-shrink:0;

}

.timeline-icon.success{

    background:linear-gradient(135deg,#10B981,#059669);

}

.timeline-card{

    flex:1;

    background:white;

    padding:24px;

    border-radius:18px;

    border:1px solid #E5EAF2;

    box-shadow:0 15px 40px rgba(15,23,42,.05);

}

.timeline-card h3{

    margin-bottom:10px;

    color:#0F172A;

}

.timeline-card p{

    color:#64748B;

    line-height:1.8;

}

.timeline-line{

    width:3px;

    height:45px;

    background:#8B1E3F;

    margin:0 31px;

}

.process-content h2{

    font-size:46px;

    margin:25px 0;

    color:#0F172A;

}

.process-content p{

    color:#64748B;

    line-height:2;

    margin-bottom:35px;

}

.process-list{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.process-list li{

    display:flex;

    align-items:center;

    gap:12px;

    font-weight:600;

}

.process-list li::before{

    content:"✓";

    width:28px;

    height:28px;

    border-radius:50%;

    background:#8B1E3F;

    color:white;

    display:flex;

    justify-content:center;

    align-items:center;

}


.support-advantages{

    padding:140px 0;

    background:#fff;

}

.advantages-header{

    text-align:center;

    max-width:760px;

    margin:auto auto 70px;

}

.advantages-header h2{

    font-size:44px;

    margin:25px 0;

    color:#0F172A;

}

.advantages-header p{

    color:#64748B;

    line-height:2;

}

.advantages-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:28px;

}

.adv-card{

    background:#fff;

    border:1px solid #E8EEF5;

    border-radius:24px;

    padding:40px 30px;

    text-align:center;

    transition:.35s;

}

.adv-card:hover{

    transform:translateY(-10px);

    border-color:#8B1E3F;

    box-shadow:0 25px 60px rgba(139,30,63,.12);

}

.adv-icon{

    width:80px;

    height:80px;

    margin:auto;

    border-radius:22px;

    background:linear-gradient(135deg,#8B1E3F,#6F1532);

    display:flex;

    justify-content:center;

    align-items:center;

    color:white;

    font-size:30px;

    margin-bottom:25px;

}

.adv-card h3{

    font-size:22px;

    color:#0F172A;

    margin-bottom:10px;

}

.adv-card span{

    color:#64748B;

    font-size:15px;

}


.support-cta{

    padding:140px 0;

    background:linear-gradient(135deg,#08111F,#16314D);

}

.cta-box{

    max-width:1050px;

    margin:auto;

    text-align:center;

    padding:70px;

    border-radius:32px;

    background:rgba(255,255,255,.06);

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.08);

    box-shadow:0 35px 80px rgba(0,0,0,.25);

}

.cta-box h2{

    color:white;

    font-size:48px;

    margin:25px 0;

    line-height:1.5;

}

.cta-box p{

    max-width:760px;

    margin:auto;

    color:#CBD5E1;

    line-height:2;

    font-size:18px;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    margin-top:45px;

}

.btn-outline{

    padding:15px 34px;

    border-radius:12px;

    border:1px solid rgba(255,255,255,.2);

    color:white;

    transition:.35s;

}

.btn-outline:hover{

    background:white;

    color:#08111F;

}

.support-stats{

    display:flex;

    justify-content:center;

    gap:70px;

    margin-top:65px;

    flex-wrap:wrap;

}

.stat-item{

    text-align:center;

}

.stat-item h3{

    color:#8B1E3F;

    font-size:42px;

    margin-bottom:10px;

    font-weight:700;

}

.stat-item span{

    color:#CBD5E1;

    font-size:16px;

}