.vorik-help-center {
    background: #fff;
    color: #102a43;
}

.vorik-help-hero {
    padding: 42px 0 50px;
    background:
        radial-gradient(
            circle at 82% 12%,
            rgba(56,189,248,.18),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #082f59 0%,
            #0f4c81 58%,
            #1269a0 100%
        );
    color: #fff;
}

.vorik-help-breadcrumb {
    margin-bottom: 28px;
}

.vorik-help-breadcrumb,
.vorik-help-breadcrumb a {
    color: rgba(255,255,255,.72);
}

.vorik-help-hero__content {
    max-width: 830px;
}

.vorik-help-eyebrow,
.vorik-help-section-heading span,
.vorik-help-cta__card > div > span {
    display: inline-block;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .09em;
}

.vorik-help-eyebrow {
    color: #7dd3fc;
}

.vorik-help-hero h1 {
    margin: 10px 0 12px;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1.04;
    letter-spacing: -.045em;
    color: #fff;
}

.vorik-help-hero__content > p {
    max-width: 700px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 17px;
    line-height: 1.65;
}

.vorik-help-search {
    display: grid;
    grid-template-columns: 22px 1fr auto;
    gap: 12px;
    align-items: center;
    max-width: 760px;
    margin-top: 27px;
    padding: 0 17px;
    min-height: 62px;
    background: #fff;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 17px;
    box-shadow: 0 20px 45px rgba(0,0,0,.15);
    color: #70879a;
}

.vorik-help-search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #0d2942;
    font: inherit;
    font-size: 16px;
}

.vorik-help-search kbd {
    padding: 4px 8px;
    border: 1px solid #dbe6ed;
    border-radius: 7px;
    background: #f7fafc;
    color: #7890a2;
    font-size: 12px;
}

.vorik-help-search-count {
    min-height: 20px;
    margin-top: 10px;
    color: rgba(255,255,255,.68);
    font-size: 13px;
}

.vorik-help-main {
    padding: 58px 0 76px;
}

.vorik-help-section-heading {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin-bottom: 25px;
}

.vorik-help-section-heading span {
    color: #0f669c;
}

.vorik-help-section-heading h2 {
    margin: 7px 0 0;
    font-size: clamp(25px,3vw,34px);
    line-height: 1.15;
    color: #082f59;
    letter-spacing: -.03em;
}

.vorik-help-section-heading > p {
    margin: 0;
    color: #7890a2;
    font-size: 14px;
}

.vorik-help-categories {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 12px;
}

.vorik-help-category {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 16px;
    min-height: 82px;
    border: 1px solid #dce8f0;
    border-radius: 16px;
    background: #fff;
    text-align: left;
    cursor: pointer;
    transition: .18s ease;
}

.vorik-help-category:hover,
.vorik-help-category.is-active {
    border-color: #38bdf8;
    background: #f3faff;
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(15,76,129,.07);
}

.vorik-help-category__icon {
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #eaf7fd;
    color: #0f669c;
    font-size: 17px;
}

.vorik-help-category > span:last-child {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.vorik-help-category strong {
    color: #12334c;
    font-size: 14px;
    line-height: 1.25;
}

.vorik-help-category small {
    color: #8094a3;
    font-size: 12px;
}

.vorik-help-featured {
    margin-top: 55px;
}

.vorik-help-featured-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 12px;
}

.vorik-help-featured-card {
    display: grid;
    grid-template-columns: 34px 1fr 18px;
    gap: 12px;
    align-items: center;
    min-height: 82px;
    padding: 17px;
    border: 1px solid #e0eaf1;
    border-radius: 16px;
    background: #fff;
    color: #153850;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(15,76,129,.04);
}

.vorik-help-featured-card > span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #eff9fe;
    color: #0f669c;
}

.vorik-help-featured-card > i {
    color: #38bdf8;
}

.vorik-help-faq {
    display: grid;
    grid-template-columns: 260px minmax(0,1fr);
    gap: 42px;
    margin-top: 65px;
    align-items: start;
}

.vorik-help-faq__sidebar {
    position: sticky;
    top: 100px;
}

.vorik-help-sidebar-card {
    padding: 23px;
    border-radius: 18px;
    background: linear-gradient(145deg,#082f59,#0d4c7f);
    color: #fff;
}

.vorik-help-sidebar-card strong {
    font-size: 17px;
}

.vorik-help-sidebar-card p {
    color: rgba(255,255,255,.7);
    font-size: 14px;
    line-height: 1.6;
}

.vorik-help-sidebar-card a,
.vorik-help-cta__card > a,
.vorik-help-empty a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 750;
    text-decoration: none;
}

.vorik-help-faq-group {
    scroll-margin-top: 100px;
    margin-bottom: 48px;
}

.vorik-help-faq-group > header span {
    color: #0f669c;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .07em;
}

.vorik-help-faq-group > header h2 {
    margin: 5px 0;
    color: #0b3150;
    font-size: 26px;
}

.vorik-help-faq-group > header p {
    margin: 0 0 17px;
    color: #758c9c;
    font-size: 14px;
}

.vorik-help-item {
    scroll-margin-top: 100px;
    border-bottom: 1px solid #e4edf3;
}

.vorik-help-item h3 {
    margin: 0;
}

.vorik-help-question {
    display: grid;
    grid-template-columns: 1fr 32px;
    gap: 18px;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    border: 0;
    background: transparent;
    color: #173950;
    text-align: left;
    cursor: pointer;
    font: inherit;
    font-size: 16px;
    font-weight: 720;
}

.vorik-help-question__plus {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eef7fc;
    color: #0f669c;
    font-size: 20px;
    transition: transform .18s ease;
}

.vorik-help-question[aria-expanded="true"]
.vorik-help-question__plus {
    transform: rotate(45deg);
}

.vorik-help-answer {
    padding: 0 44px 20px 0;
}

.vorik-help-answer p {
    max-width: 800px;
    margin: 0;
    color: #60798a;
    font-size: 15px;
    line-height: 1.75;
}

.vorik-help-deeplink {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    margin-top: 11px;
    color: #0f669c;
    font-size: 12px;
    text-decoration: none;
}

.vorik-help-empty {
    padding: 55px 25px;
    border: 1px dashed #cadae5;
    border-radius: 18px;
    text-align: center;
}

.vorik-help-empty > i {
    font-size: 28px;
    color: #38bdf8;
}

.vorik-help-empty h3 {
    color: #123b58;
}

.vorik-help-empty p {
    color: #748b9c;
}

.vorik-help-empty a {
    color: #0f669c;
    justify-content: center;
}

.vorik-help-cta {
    padding: 0 0 70px;
}

.vorik-help-cta__card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 35px;
    align-items: center;
    padding: 35px 38px;
    border-radius: 22px;
    background: #f2f9fd;
    border: 1px solid #d9e9f2;
}

.vorik-help-cta__card > div > span {
    color: #0f669c;
}

.vorik-help-cta__card h2 {
    margin: 6px 0 7px;
    color: #082f59;
}

.vorik-help-cta__card p {
    max-width: 720px;
    margin: 0;
    color: #6c8394;
    line-height: 1.6;
}

.vorik-help-cta__card > a {
    padding: 13px 17px;
    border-radius: 12px;
    background: #0f4c81;
}

@media (max-width: 1050px) {
    .vorik-help-categories {
        grid-template-columns: repeat(3,1fr);
    }

    .vorik-help-faq {
        grid-template-columns: 1fr;
    }

    .vorik-help-faq__sidebar {
        position: static;
    }
}

@media (max-width: 760px) {
    .vorik-help-hero {
        padding: 30px 0 38px;
    }

    .vorik-help-main {
        padding: 42px 0 55px;
    }

    .vorik-help-categories,
    .vorik-help-featured-grid {
        grid-template-columns: 1fr 1fr;
    }

    .vorik-help-section-heading {
        display: block;
    }

    .vorik-help-section-heading > p {
        margin-top: 8px;
    }

    .vorik-help-cta__card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .vorik-help-categories,
    .vorik-help-featured-grid {
        grid-template-columns: 1fr;
    }

    .vorik-help-search {
        min-height: 56px;
        padding: 0 13px;
    }

    .vorik-help-search kbd {
        display: none;
    }

    .vorik-help-question {
        padding: 17px 0;
        font-size: 15px;
    }

    .vorik-help-answer {
        padding-right: 0;
    }
}
