.help-hero{

    padding:170px 0 130px;

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

}

.help-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:90px;

    align-items:center;

}

.help-panel{

    display:flex;

    justify-content:center;

}

.panel-window{

    width:100%;

    max-width:430px;

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

    backdrop-filter:blur(18px);

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

    border-radius:28px;

    padding:35px;

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

}

.window-header{

    display:flex;

    gap:10px;

    margin-bottom:30px;

}

.window-header span{

    width:12px;

    height:12px;

    border-radius:50%;

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

}

.help-card{

    display:flex;

    align-items:center;

    gap:18px;

    padding:18px;

    margin-bottom:18px;

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

    border-radius:18px;

    transition:.3s;

}

.help-card:hover{

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

    transform:translateX(-8px);

}

.help-icon{

    width:58px;

    height:58px;

    border-radius:16px;

    background:#8B1E3F;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:22px;

}

.help-card h3{

    color:#fff;

    margin-bottom:6px;

}

.help-card p{

    color:#CBD5E1;

    font-size:15px;

}


.help-content h1{

    color:#fff;
    font-size:56px;
    line-height:1.5;
    font-weight:800;
    margin:25px 0;

}

.help-content h1 span{

    color:#8B1E3F;

}

.help-content p{

    color:#CBD5E1;
    font-size:18px;
    line-height:2;
    margin-bottom:40px;

}

.help-button{

    display:flex;
    gap:20px;
    flex-wrap:wrap;

}
.help-text{

    flex:1;

}

.help-text h3{

    color:#fff;
    margin-bottom:8px;

}

.help-text p{

    color:#CBD5E1;
    margin:0;

}
.section-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 22px;

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

    backdrop-filter:blur(12px);

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

    border-radius:999px;

    color:#8B1E3F;

    font-weight:700;

    font-size:14px;

    box-shadow:0 10px 30px rgba(139,30,63,.08);

}

.section-badge i{

    font-size:13px;

}
.btn-outline{

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 30px;

    border: 2px solid #8B1E3F;

    border-radius: 14px;

    color: #8B1E3F;

    text-decoration: none;

    font-weight: 600;

    transition: .3s;

}

.btn-outline:hover{

    background: #8B1E3F;

    color: #08111F;

}


.live-chat{

    padding:120px 0;

    background:#F8FAFC;

}

.section-title{

    text-align:center;

    max-width:700px;

    margin:0 auto 70px;

}

.section-title h2{

    font-size:42px;

    color:#0F172A;

    margin:25px 0;

}

.section-title p{

    color:#64748B;

    line-height:2;

}

.chat-wrapper{

    display:grid;

    grid-template-columns:340px 1fr;

    gap:35px;

    align-items:start;

}



.support-info{

    background:#fff;

    border-radius:24px;

    padding:30px;

    box-shadow:0 10px 40px rgba(0,0,0,.08);

}

.support-profile{

    text-align:center;

    margin-bottom:35px;

}

.avatar{

    width:90px;

    height:90px;

    margin:auto;

    border-radius:50%;

    background:#8B1E3F;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;

    position:relative;

}

.online-dot{

    position:absolute;

    width:16px;

    height:16px;

    background:#22C55E;

    border:3px solid #fff;

    border-radius:50%;

    bottom:6px;

    left:6px;

}

.status{

    color:#22C55E;

    font-weight:600;

}

.stat-item{

    display:flex;

    gap:15px;

    align-items:center;

    margin-bottom:22px;

}

.stat-item i{

    width:48px;

    height:48px;

    background:#F8EAF0;

    color:#8B1E3F;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:14px;

}



.chat-box{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    box-shadow:0 10px 40px rgba(0,0,0,.08);

}

.chat-header{

    background:#0F172A;

    color:#fff;

    padding:20px 30px;

    font-weight:700;

}

.chat-body{

    padding:30px;

    background:#F8FAFC;

    min-height:300px;

}

.message{

    max-width:75%;

    padding:16px 20px;

    border-radius:18px;

    margin-bottom:18px;

    background:#fff;

    box-shadow:0 5px 15px rgba(0,0,0,.05);

}

.quick-actions{

    display:flex;

    gap:12px;

    flex-wrap:wrap;

    padding:0 30px 25px;

}

.quick-actions button{

    border:none;

    background:#F8EAF0;

    color:#0F172A;

    padding:10px 18px;

    border-radius:30px;

    cursor:pointer;

    transition:.3s;

}

.quick-actions button:hover{

    background:#8B1E3F;

    color:#fff;

}

.chat-input{

    display:flex;

    border-top:1px solid #E2E8F0;

}

.chat-input input{

    flex:1;

    border:none;

    padding:18px 22px;

    outline:none;

    font-family:inherit;

}

.chat-input button{

    width:70px;

    border:none;

    background:#8B1E3F;

    color:#fff;

    cursor:pointer;

    font-size:18px;

}.message.sent{margin-right:auto;background:#0F172A;color:#fff}.message.received{margin-left:auto}.message small{display:block;margin-top:7px;opacity:.65;font-size:11px}.chat-body{max-height:430px;overflow-y:auto}.chat-input{direction:rtl}.chat-input input{font-size:15px}.quick-actions button{font-family:inherit}
