/* =========================================================
   SUPPORT
========================================================= */

.support-page{

    padding:40px 0 90px;

    background:#0f143000;

}

.support-page section{

    padding:0;

}

.support-hero{

    margin-bottom:60px;

}

.support-label{

    display:inline-block;

    margin-bottom:18px;

    color:#ff7885;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.support-hero h1{

    margin:0 0 22px;

    color:#fff;

    font-size:56px;

    font-weight:800;

    line-height:1.1;

}

.support-hero p{

    max-width:700px;

    color:#aeb6d6;

    font-size:18px;

    line-height:1.9;

}

/* ==========================================
   CATEGORY CARDS
========================================== */

.support-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:24px;

    margin-bottom:80px;

}

.support-card{

    display:flex;

    flex-direction:column;

    padding:30px;

    border-radius:20px;

    text-decoration:none;

    background:#1b2143;

    border:1px solid rgba(255,255,255,.05);

    transition:.25s;

}

.support-card:hover{

    transform:translateY(-6px);

    border-color:rgba(255,120,133,.28);

    box-shadow:0 24px 45px rgba(0,0,0,.25);

}

.support-icon{

    width:74px;

    height:74px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:26px;

    border-radius:18px;

    background:rgba(255,120,133,.12);

    font-size:34px;

}

.support-card h3{

    margin:0 0 14px;

    color:#fff;

    font-size:24px;

    font-weight:700;

}

.support-card p{

    color:#aeb6d6;

    line-height:1.8;

}

/* ==========================================
   FAQ
========================================== */

.faq-section{

    margin-bottom:80px;

}

.section-header{

    margin-bottom:34px;

}

.section-header span{

    display:block;

    margin-bottom:10px;

    color:#ff7885;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.section-header h2{

    margin:0;

    color:#fff;

    font-size:42px;

    font-weight:800;

}

.faq-list{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.faq-item{

    overflow:hidden;

    border-radius:18px;

    background:#1b2143;

    border:1px solid rgba(255,255,255,.05);

    transition:.25s;

}

.faq-item[open]{

    border-color:rgba(255,120,133,.25);

}

.faq-item summary{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:26px 30px;

    cursor:pointer;

    list-style:none;

    color:#fff;

    font-size:20px;

    font-weight:700;

}

.faq-item summary::-webkit-details-marker{

    display:none;

}

.faq-item summary::after{

    content:"+";

    color:#ff7885;

    font-size:30px;

    font-weight:300;

    transition:.25s;

}

.faq-item[open] summary::after{

    content:"−";

}

.faq-item p{

    margin:0;

    padding:0 30px 30px;

    color:#aeb6d6;

    line-height:1.9;

    font-size:16px;

}

/* ==========================================
   CONTACTS
========================================== */

.contacts-section{

    margin-bottom:40px;

}

.contacts-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:24px;

}

.contact-card{

    display:flex;

    flex-direction:column;

    align-items:center;

    text-align:center;

    padding:36px 28px;

    text-decoration:none;

    border-radius:20px;

    background:#1b2143;

    border:1px solid rgba(255,255,255,.05);

    transition:.25s;

}

.contact-card:hover{

    transform:translateY(-6px);

    border-color:rgba(255,120,133,.28);

    box-shadow:0 24px 45px rgba(0,0,0,.25);

}

.contact-icon{

    width:82px;

    height:82px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:24px;

    border-radius:20px;

    background:rgba(255,120,133,.12);

    font-size:38px;

}

.contact-card h3{

    margin:0 0 12px;

    color:#fff;

    font-size:24px;

    font-weight:700;

}

.contact-card p{

    margin:0;

    color:#aeb6d6;

    line-height:1.8;

}

html{

    scroll-behavior:smooth;

}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width:1200px){

    .support-grid{

        grid-template-columns:repeat(2,1fr);

    }

    .contacts-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media (max-width:768px){

    .support-hero h1{

        font-size:42px;

    }

    .support-grid{

        grid-template-columns:1fr;

    }

    .contacts-grid{

        grid-template-columns:1fr;

    }

    .faq-item summary{

        font-size:18px;

        padding:22px;

    }

    .faq-item p{

        padding:0 22px 22px;

    }

}

@media (max-width:560px){

    .support-page{

        padding:25px 0 70px;

    }

    .support-hero h1{

        font-size:34px;

    }

    .support-hero p{

        font-size:16px;

    }

}

/* ==========================================
   MOBILE SUPPORT
========================================== */


@media(max-width:768px){


.support-page{

    padding:25px 16px 60px;

}


/* Заголовок */


.support-hero{

    margin-bottom:35px;

}


.support-label{

    font-size:12px;

}


.support-hero h1{

    font-size:36px;

}


.support-hero p{

    font-size:15px;

    line-height:1.6;

}



/* Карточки */


.support-grid{

    gap:14px;

    margin-bottom:45px;

}


.support-card{

    padding:22px;

    border-radius:18px;

}


.support-icon{

    width:56px;

    height:56px;

    font-size:26px;

    margin-bottom:18px;

}


.support-card h3{

    font-size:20px;

}


.support-card p{

    font-size:14px;

}



/* FAQ */


.section-header h2{

    font-size:32px;

}


.faq-section{

    margin-bottom:45px;

}


.faq-item{

    border-radius:16px;

}


.faq-item summary{

    padding:18px;

    font-size:16px;

}


.faq-item p{

    padding:0 18px 18px;

    font-size:14px;

}



/* Контакты */


.contacts-grid{

    gap:14px;

}


.contact-card{

    padding:24px 18px;

}


.contact-icon{

    width:60px;

    height:60px;

    font-size:28px;

}


.contact-card h3{

    font-size:20px;

}


.contact-card p{

    font-size:14px;

}


}

@media(max-width:768px){

    .support-grid{

        grid-template-columns:repeat(2,1fr);

        gap:12px;

    }


    .support-card{

        padding:18px;

        min-height:180px;

    }


    .support-icon{

        width:48px;

        height:48px;

        font-size:22px;

        margin-bottom:14px;

    }


    .support-card h3{

        font-size:17px;

        margin-bottom:8px;

    }


    .support-card p{

        font-size:13px;

        line-height:1.5;

    }

}

@media(max-width:768px){


.contacts-grid{

    grid-template-columns:repeat(2,1fr);

    gap:12px;

}


.contact-card{

    padding:20px 12px;

    border-radius:18px;

}


.contact-icon{

    width:50px;

    height:50px;

    font-size:24px;

    margin-bottom:14px;

}


.contact-card h3{

    font-size:17px;

    margin-bottom:8px;

}


.contact-card p{

    font-size:12px;

    line-height:1.4;

}



}

@media(max-width:768px){

.contact-card:last-child{

    grid-column:1 / -1;

}

}

@media(max-width:768px){

.section-header{

    display:block;

}


.section-header span{

    margin-bottom:12px;

}


.section-header h2{

    font-size:32px;

}

}