/* =========================================================
   SUPPORT CENTER
   ========================================================= */

.support-page {
    background: #f7faf9;
    min-height: calc(100vh - 80px);
}


/* HERO */

.support-hero {
    position: relative;
    overflow: hidden;
    background: #102b35;
    min-height: 390px;
    display: flex;
    align-items: center;
    padding: 70px max(6vw, 30px);
    box-sizing: border-box;
}

.support-hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.support-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(21,154,156,.14);
    border: 1px solid rgba(21,154,156,.3);
    color: #65cacc;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
}

.support-hero h1 {
    color: #fff;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.05;
    letter-spacing: -2px;
    margin: 0;
    max-width: 650px;
}

.support-hero h1 span {
    color: #49bfc1;
}

.support-hero p {
    color: #b7c8cd;
    font-size: 17px;
    line-height: 1.7;
    max-width: 580px;
    margin: 20px 0 28px;
}

.support-search {
    width: min(650px, 100%);
    height: 58px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 0 15px 40px rgba(0,0,0,.18);
}

.support-search > i {
    color: #71838a;
    margin: 0 14px;
}

.support-search input {
    flex: 1;
    min-width: 0;
    height: 100%;
    border: 0;
    outline: 0;
    font: inherit;
    color: #102b35;
}

.support-search button {
    height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 9px;
    background: #159a9c;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.support-hero-decoration {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 300px;
}

.support-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(73,191,193,.18);
}

.support-circle-one {
    width: 300px;
    height: 300px;
}

.support-circle-two {
    width: 210px;
    height: 210px;
    left: 45px;
    top: 45px;
}

.support-headset-icon {
    position: absolute;
    left: 90px;
    top: 90px;
    width: 120px;
    height: 120px;
    border-radius: 35px;
    background: rgba(21,154,156,.16);
    border: 1px solid rgba(73,191,193,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #59c9cb;
    font-size: 48px;
}


/* GENERAL */

.support-section {
    max-width: 1180px;
    margin: auto;
    padding: 70px 24px;
}

.support-section-heading {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-end;
    margin-bottom: 30px;
}

.section-label {
    color: #159a9c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.support-section-heading h2 {
    color: #102b35;
    font-size: 30px;
    margin: 7px 0 0;
}

.support-section-heading p {
    max-width: 380px;
    color: #71838a;
    line-height: 1.6;
    margin: 0;
}


/* CATEGORIES */

.support-categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.support-category {
    position: relative;
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 22px;
    background: #fff;
    border: 1px solid #e3ece9;
    border-radius: 15px;
    text-decoration: none;
    transition: .2s ease;
}

.support-category:hover {
    transform: translateY(-3px);
    border-color: #9ddbdc;
    box-shadow: 0 12px 30px rgba(16,43,53,.08);
}

.support-category-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 13px;
    background: rgba(21,154,156,.11);
    color: #159a9c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.support-category-icon.orange {
    background: rgba(232,117,36,.11);
    color: #e87524;
}

.support-category-icon.green {
    background: rgba(79,174,123,.12);
    color: #4fae7b;
}

.support-category-icon.purple {
    background: rgba(108,43,217,.09);
    color: #6c2bd9;
}

.support-category h3 {
    color: #102b35;
    margin: 0 0 5px;
    font-size: 16px;
}

.support-category p {
    color: #71838a;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

.category-arrow {
    margin-left: auto;
    color: #a5b4b8;
}


/* CONTACT */

.support-contact-section {
    max-width: 1180px;
    margin: 0 auto 70px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 40px;
    align-items: center;
}

.support-contact-info h2 {
    color: #102b35;
    font-size: 40px;
    line-height: 1.15;
    margin: 10px 0 16px;
}

.support-contact-info h2 span {
    color: #159a9c;
}

.support-contact-info > p {
    color: #71838a;
    line-height: 1.7;
    max-width: 470px;
}

.support-info-list {
    margin-top: 28px;
    display: grid;
    gap: 18px;
}

.support-info-list > div {
    display: flex;
    align-items: center;
    gap: 13px;
}

.support-info-list > div > i {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #e8f7f7;
    color: #159a9c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-info-list strong,
.support-info-list span {
    display: block;
}

.support-info-list strong {
    color: #30484f;
    font-size: 13px;
}

.support-info-list span {
    color: #87979c;
    font-size: 12px;
    margin-top: 3px;
}


/* TICKET */

.support-ticket-card {
    background: #fff;
    border: 1px solid #e3ece9;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 15px 45px rgba(16,43,53,.07);
}

.ticket-card-header {
    display: flex;
    gap: 13px;
    align-items: center;
    margin-bottom: 25px;
}

.ticket-icon {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: #e8f7f7;
    color: #159a9c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ticket-card-header h3 {
    color: #102b35;
    margin: 0;
    font-size: 18px;
}

.ticket-card-header p {
    color: #87979c;
    font-size: 12px;
    margin: 3px 0 0;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.form-group {
    margin-bottom: 17px;
}

.form-group label {
    display: block;
    color: #40545b;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 7px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dce8e5;
    border-radius: 9px;
    background: #fbfdfc;
    color: #30484f;
    font: inherit;
    font-size: 13px;
    outline: none;
    transition: .2s;
}

.form-group input,
.form-group select {
    height: 45px;
    padding: 0 13px;
}

.form-group textarea {
    padding: 12px 13px;
    resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #159a9c;
    box-shadow: 0 0 0 3px rgba(21,154,156,.08);
}

.support-submit {
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 9px;
    background: #159a9c;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: .2s;
}

.support-submit:hover {
    background: #087f81;
}

.support-submit i {
    margin-right: 7px;
}


/* FAQ */

.support-faq {
    max-width: 850px;
    margin: 0 auto;
    padding: 20px 24px 100px;
}

.centered {
    display: block;
    text-align: center;
}

.centered p {
    margin: 10px auto 0;
}

.faq-list {
    margin-top: 35px;
    display: grid;
    gap: 10px;
}

.faq-list details {
    background: #fff;
    border: 1px solid #e3ece9;
    border-radius: 12px;
    overflow: hidden;
}

.faq-list summary {
    list-style: none;
    cursor: pointer;
    padding: 19px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #30484f;
    font-size: 14px;
    font-weight: 700;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary i {
    color: #159a9c;
    transition: .2s;
}

.faq-list details[open] summary i {
    transform: rotate(180deg);
}

.faq-list details p {
    margin: 0;
    padding: 0 20px 20px;
    color: #71838a;
    line-height: 1.7;
    font-size: 13px;
}


/* MOBILE */

@media (max-width: 900px) {

    .support-hero {
        min-height: auto;
        padding: 45px 20px 50px;
    }

    .support-hero h1 {
        font-size: 42px;
        letter-spacing: -1.5px;
    }

    .support-hero-decoration {
        display: none;
    }

    .support-section {
        padding: 45px 15px;
    }

    .support-section-heading {
        display: block;
    }

    .support-section-heading p {
        margin-top: 10px;
    }

    .support-categories {
        grid-template-columns: 1fr;
    }

    .support-contact-section {
        grid-template-columns: 1fr;
        padding: 0 15px;
        gap: 30px;
    }

    .support-contact-info h2 {
        font-size: 32px;
    }

    .support-faq {
        padding: 15px 15px 100px;
    }
}

@media (max-width: 520px) {

    .support-search {
        height: auto;
        padding: 6px;
        flex-wrap: wrap;
    }

    .support-search input {
        height: 46px;
    }

    .support-search button {
        width: 100%;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .support-ticket-card {
        padding: 20px;
    }

    .support-category {
        padding: 17px;
    }
}
