/* =====================================================
   Velvot Store Help Centre
===================================================== */

.vse-help-centre {
    background: #F7F9FC;
    color: #102A43;
    font-family: inherit;
    overflow: hidden;
}

.vse-help-centre *,
.vse-help-centre *:before,
.vse-help-centre *:after {
    box-sizing: border-box;
}

.vse-help-container {
    width: 92%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.vse-help-centre section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.vse-help-section-heading {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.vse-help-section-heading > span {
    display: inline-block;
    color: #0786C9;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vse-help-section-heading h2 {
    margin: 12px 0;
    color: #102A43;
    font-size: 42px;
    line-height: 1.2;
}

.vse-help-section-heading p {
    max-width: 700px;
    margin: 0 auto;
    color: #667085;
    font-size: 17px;
    line-height: 1.8;
}


/* =====================================================
   HERO
===================================================== */

.vse-help-hero {
    background: #102A43;
    background: linear-gradient(135deg, #102A43 0%, #0786C9 100%);
    color: #FFFFFF;
}

.vse-help-hero-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.vse-help-hero-content {
    width: 65%;
}

.vse-help-hero-card {
    width: 35%;
}

.vse-help-eyebrow {
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
}

.vse-help-hero h1 {
    margin: 0 0 20px;
    color: #FFFFFF;
    font-size: 56px;
    line-height: 1.1;
}

.vse-help-hero-content > p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.8;
}

.vse-help-search-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 38px;
    padding: 8px 10px;
    border-radius: 60px;
    background: #FFFFFF;
    box-shadow: 0 12px 40px rgba(16, 42, 67, 0.16);
}

.vse-help-search-icon {
    flex: 0 0 auto;
    padding-left: 16px;
    color: #667085;
    font-size: 20px;
}

.vse-help-search {
    flex: 1 1 auto;
    width: 100%;
    min-height: 54px;
    padding: 14px 16px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #102A43;
    font-family: inherit;
    font-size: 16px;
    box-shadow: none;
}

.vse-help-search:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.vse-help-search-clear {
    flex: 0 0 auto;
    min-width: 42px;
    min-height: 42px;
    padding: 0 12px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #102A43;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
}

.vse-help-search-clear:hover {
    background: #EEF7FC;
    color: #0786C9;
}

.vse-help-hero-card {
    padding: 44px;
    border-radius: 24px;
    background: #FFFFFF;
    color: #102A43;
    box-shadow: 0 18px 55px rgba(6, 39, 66, 0.18);
}

.vse-help-hero-icon {
    margin-bottom: 20px;
    font-size: 54px;
    line-height: 1;
}

.vse-help-hero-card h2 {
    margin: 0 0 18px;
    color: #102A43;
    font-size: 30px;
    line-height: 1.25;
}

.vse-help-hero-card p {
    margin: 0 0 28px;
    color: #52657A;
    font-size: 16px;
    line-height: 1.8;
}


/* =====================================================
   BUTTONS
===================================================== */

.vse-help-primary-button,
.vse-help-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 24px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.vse-help-primary-button {
    background: #0786C9;
    color: #FFFFFF;
}

.vse-help-primary-button:hover {
    background: #055F8E;
    color: #FFFFFF;
    transform: translateY(-2px);
}

.vse-help-secondary-button {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: #FFFFFF;
    color: #102A43;
}

.vse-help-secondary-button:hover {
    background: #F5FAFD;
    color: #0786C9;
    transform: translateY(-2px);
}


/* =====================================================
   FEATURED QUESTIONS
===================================================== */

.vse-help-featured {
    padding-bottom: 65px;
}

.vse-help-featured-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.vse-help-featured-card {
    display: flex;
    flex-direction: column;
    width: calc(25% - 20px);
    min-height: 165px;
    margin: 10px;
    padding: 24px;
    border: 1px solid #E5EAF0;
    border-radius: 18px;
    background: #FFFFFF;
    box-shadow: 0 8px 28px rgba(16, 42, 67, 0.06);
    color: #102A43;
    cursor: pointer;
    text-align: left;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.vse-help-featured-card:hover {
    border-color: #0786C9;
    box-shadow: 0 12px 40px rgba(16, 42, 67, 0.10);
    transform: translateY(-4px);
}

.vse-help-featured-icon {
    display: block;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 1;
}

.vse-help-featured-title {
    display: block;
    color: #102A43;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

.vse-help-featured-arrow {
    display: block;
    margin-top: auto;
    padding-top: 18px;
    color: #0786C9;
    font-size: 22px;
}


/* =====================================================
   FAQ SECTION
===================================================== */

.vse-help-faq-section {
    padding-top: 40px;
}

.vse-help-categories {
    display: block;
}

.vse-help-category {
    margin-bottom: 28px;
    border: 1px solid #E5EAF0;
    border-radius: 18px;
    background: #FFFFFF;
    box-shadow: 0 8px 28px rgba(16, 42, 67, 0.05);
    overflow: hidden;
}

.vse-help-category:last-child {
    margin-bottom: 0;
}

.vse-help-category-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 26px 30px;
    border-bottom: 1px solid #E5EAF0;
    background: #FBFCFE;
}

.vse-help-category-heading h3 {
    margin: 0;
    color: #102A43;
    font-size: 24px;
    line-height: 1.3;
}

.vse-help-category-heading span {
    color: #667085;
    font-size: 14px;
}

.vse-help-faq-item {
    background: #FFFFFF;
}

.vse-help-faq-item + .vse-help-faq-item {
    border-top: 1px solid #E5EAF0;
}

.vse-help-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 76px;
    padding: 20px 30px;
    border: 0;
    background: #FFFFFF;
    color: #102A43;
    cursor: pointer;
    font-family: inherit;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
}

.vse-help-faq-question:hover {
    color: #0786C9;
    background: #FCFDFE;
}

.vse-help-faq-question > span:first-child {
    padding-right: 20px;
}

.vse-help-faq-toggle {
    display: inline-flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #EEF7FC;
    color: #0786C9;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    transition: transform 0.2s ease;
}

.vse-help-faq-item.is-open .vse-help-faq-question {
    color: #0786C9;
}

.vse-help-faq-item.is-open .vse-help-faq-toggle {
    transform: rotate(45deg);
}

.vse-help-faq-answer {
    background: #FFFFFF;
}

.vse-help-faq-answer-inner {
    padding: 0 30px 26px;
    color: #667085;
    font-size: 16px;
    line-height: 1.8;
}

.vse-help-faq-answer-inner p {
    margin-top: 0;
}

.vse-help-faq-answer-inner > *:last-child {
    margin-bottom: 0;
}


/* =====================================================
   EMPTY AND SEARCH RESULTS
===================================================== */

.vse-help-no-results,
.vse-help-empty {
    margin-bottom: 28px;
    padding: 42px 30px;
    border: 1px dashed #CBD5E1;
    border-radius: 18px;
    background: #FFFFFF;
    text-align: center;
}

.vse-help-no-results h3,
.vse-help-empty h3 {
    margin: 0 0 10px;
    color: #102A43;
    font-size: 24px;
}

.vse-help-no-results p,
.vse-help-empty p {
    margin: 0;
    color: #667085;
}


/* =====================================================
   CTA
===================================================== */

.vse-help-cta {
    margin-top: 80px;
    background: #102A43;
    background: linear-gradient(135deg, #102A43 0%, #0786C9 100%);
    color: #FFFFFF;
}

.vse-help-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.vse-help-cta-inner > div:first-child {
    width: 68%;
}

.vse-help-cta-inner > div:last-child {
    width: 32%;
}

.vse-help-cta span {
    color: #A9DDF6;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vse-help-cta h2 {
    margin: 10px 0;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 1.25;
}

.vse-help-cta p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.8;
}

.vse-help-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}


/* =====================================================
   TABLET
===================================================== */

@media screen and (max-width: 991px) {

    .vse-help-centre section {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .vse-help-hero-grid {
        display: block;
    }

    .vse-help-hero-content,
    .vse-help-hero-card {
        width: 100%;
    }

    .vse-help-hero-card {
        margin-top: 45px;
    }

    .vse-help-hero h1 {
        font-size: 44px;
    }

    .vse-help-featured-card {
        width: calc(50% - 20px);
    }

    .vse-help-cta-inner {
        display: block;
    }

    .vse-help-cta-inner > div:first-child,
    .vse-help-cta-inner > div:last-child {
        width: 100%;
    }

    .vse-help-cta-actions {
        justify-content: flex-start;
        margin-top: 30px;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media screen and (max-width: 575px) {

    .vse-help-container {
        width: 90%;
    }

    .vse-help-centre section {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .vse-help-section-heading {
        margin-bottom: 38px;
    }

    .vse-help-section-heading h2 {
        font-size: 32px;
    }

    .vse-help-hero h1 {
        font-size: 36px;
    }

    .vse-help-hero-content > p {
        font-size: 16px;
    }

    .vse-help-search-wrap {
        margin-top: 28px;
    }

    .vse-help-search {
        font-size: 15px;
    }

    .vse-help-hero-card {
        padding: 30px 24px;
    }

    .vse-help-hero-card h2 {
        font-size: 26px;
    }

    .vse-help-featured-grid {
        display: block;
        margin: 0;
    }

    .vse-help-featured-card {
        width: 100%;
        min-height: 145px;
        margin: 0 0 16px;
    }

    .vse-help-category-heading {
        display: block;
        padding: 22px;
    }

    .vse-help-category-heading h3 {
        margin-bottom: 8px;
        font-size: 21px;
    }

    .vse-help-faq-question {
        min-height: 70px;
        padding: 18px 22px;
        font-size: 16px;
    }

    .vse-help-faq-answer-inner {
        padding: 0 22px 22px;
    }

    .vse-help-cta {
        margin-top: 55px;
    }

    .vse-help-cta h2 {
        font-size: 30px;
    }

    .vse-help-cta-actions {
        display: block;
    }

    .vse-help-cta-actions a {
        display: flex;
        width: 100%;
        margin-bottom: 12px;
    }

    .vse-help-cta-actions a:last-child {
        margin-bottom: 0;
    }
}

/* Search input visibility fix */
.vse-help-search {
    color: #102A43 !important;
    -webkit-text-fill-color: #102A43 !important;
    opacity: 1 !important;
    background: #FFFFFF !important;
}

.vse-help-search::placeholder {
    color: #7B8794 !important;
    opacity: 1 !important;
}

.vse-help-search-wrap {
    background: #FFFFFF !important;
}

.vse-help-search-clear {
    color: #102A43 !important;
}

/*======================================
LIVE SEARCH DROPDOWN
======================================*/

.vse-help-search-wrap{
    position:relative;
}

.vse-search-results{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    margin-top:10px;
    background:#fff;
    border:1px solid #e6ebf1;
    border-radius:12px;
    box-shadow:0 20px 50px rgba(15,23,42,.15);
    overflow:hidden;
    z-index:999;
    max-height:320px;
    overflow-y:auto;
}

.vse-search-item{
    display:flex;
    align-items:center;
    gap:10px;
    padding:14px 18px;
    cursor:pointer;
    transition:.2s;
    border-bottom:1px solid #f2f4f7;
}

.vse-search-item:last-child{
    border-bottom:none;
}

.vse-search-item:hover{
    background:#f7fafc;
}

.vse-search-icon{
    font-size:18px;
}

.vse-search-title{
    color:#102A43;
    font-weight:600;
    font-size:15px;
}

.vse-no-search-result{
    padding:18px;
    color:#7B8794;
    text-align:center;
}

/* Make search result buttons full width */

.vse-search-item{
    width:100%;
    background:#fff;
    border:0;
    border-bottom:1px solid #f2f4f7;
    text-align:left;
    font-family:inherit;
}

.vse-search-item:focus{
    outline:2px solid #28aee7;
    outline-offset:-2px;
}

/* Hide when using the hidden attribute */

.vse-search-results[hidden]{
    display:none;
}

/* Highlight selected FAQ */

.vse-faq-highlight{
    animation:vseFaqHighlight 2.2s ease;
}

@keyframes vseFaqHighlight{
    0%{
        background:#eaf7ff;
        box-shadow:0 0 0 4px rgba(40,174,231,.18);
    }

    100%{
        background:transparent;
        box-shadow:none;
    }
}