.mc-help {
    --mc-help-ink: #172033;
    --mc-help-muted: #637083;
    --mc-help-line: #d9e2ec;
    --mc-help-soft: #f6f8fb;
    --mc-help-blue: #1769aa;
    --mc-help-teal: #0f766e;
    --mc-help-gold: #a15c07;
    --mc-help-plum: #7c3aed;
    color: var(--mc-help-ink);
    background: #ffffff;
}

.mc-help *,
.mc-help *::before,
.mc-help *::after {
    box-sizing: border-box;
}

.mc-help a {
    color: inherit;
    text-decoration: none;
}

.mc-help__shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 34px 0 64px;
}

.mc-help__shell--hero {
    padding: 0;
}

.mc-help__shell--body {
    padding-top: 0;
}

.mc-help-hero {
    margin-bottom: 42px;
    padding: 52px 0 38px;
    border-bottom: 1px solid var(--mc-help-line);
    background: #f6f8fb;
}

.mc-help-hero .mc-help__intro {
    padding: 0 0 18px;
}

.mc-help-hero .mc-help-search {
    max-width: 980px;
    margin: 18px 0 20px;
}

.mc-help-hero .mc-help-search__box {
    border-color: #aebfd1;
    box-shadow: 0 18px 52px rgba(22, 36, 58, .1);
}

.mc-help-hero .mc-help-audiences {
    margin: 20px 0 0;
}

.mc-help-hero + .mc-help__shell .mc-help-section-head:first-child,
.mc-help-hero + .mc-help__shell .mc-help-featured .mc-help-section-head:first-child {
    margin-top: 0;
}

.mc-help__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: end;
    padding: 28px 0 18px;
}

.mc-help__eyebrow {
    margin: 0 0 8px;
    color: var(--mc-help-blue);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.mc-help h1,
.mc-help h2,
.mc-help h3,
.mc-help p {
    margin-top: 0;
}

.mc-help h1 {
    max-width: 780px;
    margin-bottom: 12px;
    font-size: clamp(2rem, 4vw, 3.45rem);
    line-height: 1.04;
    letter-spacing: 0;
}

.mc-help h2 {
    font-size: 1.35rem;
    line-height: 1.2;
    letter-spacing: 0;
}

.mc-help__lead {
    max-width: 760px;
    margin-bottom: 0;
    color: var(--mc-help-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.mc-help__stats {
    min-width: 148px;
    padding: 16px;
    border: 1px solid var(--mc-help-line);
    border-radius: 8px;
    background: var(--mc-help-soft);
}

.mc-help__stats strong,
.mc-help__stats span {
    display: block;
}

.mc-help__stats strong {
    font-size: 2rem;
    line-height: 1;
}

.mc-help__stats span {
    margin-top: 6px;
    color: var(--mc-help-muted);
    font-size: .85rem;
    font-weight: 700;
}

.mc-help-search {
    position: relative;
    margin: 16px 0 18px;
}

.mc-help-search--compact {
    margin-bottom: 26px;
}

.mc-help-search__label {
    display: block;
    margin-bottom: 8px;
    color: var(--mc-help-muted);
    font-size: .84rem;
    font-weight: 800;
}

.mc-help-search__box {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 8px 8px 8px 14px;
    border: 1px solid #b8c7d8;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 44px rgba(22, 36, 58, .08);
}

.mc-help-search__box svg {
    width: 22px;
    height: 22px;
    color: var(--mc-help-blue);
}

.mc-help-search__box input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: var(--mc-help-ink);
    font-size: 1rem;
    line-height: 1.4;
}

.mc-help-search__box button {
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 6px;
    background: var(--mc-help-blue);
    color: #fff;
    font-weight: 800;
}

.mc-help-search__suggestions {
    position: absolute;
    z-index: 30;
    right: 0;
    left: 0;
    top: calc(100% + 8px);
    border: 1px solid var(--mc-help-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(22, 36, 58, .16);
    overflow: hidden;
}

.mc-help-suggestion {
    display: grid;
    gap: 5px;
    padding: 13px 16px;
    border-bottom: 1px solid #edf2f7;
}

.mc-help-suggestion:last-child {
    border-bottom: 0;
}

.mc-help-suggestion:hover,
.mc-help-suggestion.is-active {
    background: #f3f8fd;
}

.mc-help-suggestion strong {
    font-size: .95rem;
}

.mc-help-suggestion span {
    color: var(--mc-help-muted);
    font-size: .82rem;
}

.mc-help-audiences {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 34px;
}

.mc-help-audience {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid var(--mc-help-line);
    border-radius: 8px;
    background: #ffffff;
    color: #354257;
    font-weight: 800;
}

.mc-help-audience svg {
    width: 20px;
    height: 20px;
}

.mc-help-audience.is-active {
    border-color: #9cc4e6;
    background: #edf6ff;
    color: #0f5c98;
}

.mc-help-audience--seller.is-active {
    border-color: #99d8d0;
    background: #ecfdf9;
    color: var(--mc-help-teal);
}

.mc-help-audience--customer.is-active {
    border-color: #f3ca86;
    background: #fff8eb;
    color: var(--mc-help-gold);
}

.mc-help-audience--affiliate.is-active {
    border-color: #c9b5ff;
    background: #f5f0ff;
    color: var(--mc-help-plum);
}

.mc-help-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin: 34px 0 16px;
}

.mc-help-section-head h2 {
    margin-bottom: 5px;
}

.mc-help-section-head p:not(.mc-help__eyebrow),
.mc-help-section-head span,
.mc-help-section-head a {
    margin: 0;
    color: var(--mc-help-muted);
    font-size: .92rem;
}

.mc-help-section-head a {
    color: var(--mc-help-blue);
    font-weight: 800;
}

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

.mc-help-grid--featured {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mc-help-card {
    min-width: 0;
    padding: 18px;
    border: 1px solid var(--mc-help-line);
    border-radius: 8px;
    background: #ffffff;
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.mc-help-card:hover {
    border-color: #aac7df;
    box-shadow: 0 14px 34px rgba(22, 36, 58, .08);
    transform: translateY(-1px);
}

.mc-help-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: var(--mc-help-muted);
    font-size: .76rem;
    font-weight: 800;
}

.mc-help-pill {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    background: #edf6ff;
    color: var(--mc-help-blue);
}

.mc-help-pill--seller {
    background: #ecfdf9;
    color: var(--mc-help-teal);
}

.mc-help-pill--customer {
    background: #fff8eb;
    color: var(--mc-help-gold);
}

.mc-help-pill--affiliate {
    background: #f5f0ff;
    color: var(--mc-help-plum);
}

.mc-help-card__title {
    margin: 12px 0 8px;
    font-size: 1.02rem;
    line-height: 1.28;
}

.mc-help-card__title a:hover {
    color: var(--mc-help-blue);
}

.mc-help-card p {
    margin-bottom: 14px;
    color: var(--mc-help-muted);
    font-size: .92rem;
    line-height: 1.55;
}

.mc-help-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.mc-help-card__tags span,
.mc-help-card__tags a {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 8px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #506176;
    font-size: .76rem;
    font-weight: 700;
}

.mc-help-empty {
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 40px 24px;
    border: 1px solid var(--mc-help-line);
    border-radius: 8px;
    background: var(--mc-help-soft);
    text-align: center;
}

.mc-help-empty svg {
    width: 40px;
    height: 40px;
    color: var(--mc-help-muted);
}

.mc-help-empty p {
    max-width: 560px;
    color: var(--mc-help-muted);
}

.mc-help-empty a {
    color: var(--mc-help-blue);
    font-weight: 800;
}

.mc-help-article-layout {
    display: grid;
    grid-template-columns: minmax(190px, 250px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.mc-help-article-nav {
    position: sticky;
    top: 20px;
    display: grid;
    gap: 14px;
}

.mc-help-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--mc-help-blue);
    font-weight: 800;
}

.mc-help-back svg {
    width: 18px;
    height: 18px;
}

.mc-help-article-nav__box {
    display: grid;
    gap: 8px;
    padding: 16px;
    border: 1px solid var(--mc-help-line);
    border-radius: 8px;
    background: var(--mc-help-soft);
}

.mc-help-article-nav__box p {
    margin-bottom: 4px;
    color: var(--mc-help-muted);
    font-size: .8rem;
    font-weight: 800;
    text-transform: uppercase;
}

.mc-help-article-nav__box a {
    color: #334155;
    font-size: .9rem;
    line-height: 1.35;
}

.mc-help-article-nav__box a:hover {
    color: var(--mc-help-blue);
}

.mc-help-article {
    min-width: 0;
}

.mc-help-article__header {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--mc-help-line);
}

.mc-help-article__header h1 {
    margin-top: 14px;
    margin-bottom: 12px;
}

.mc-help-article__header > p {
    max-width: 820px;
    color: var(--mc-help-muted);
    font-size: 1.05rem;
    line-height: 1.65;
}

.mc-help-article__body {
    display: grid;
    gap: 28px;
    padding-top: 26px;
}

.mc-help-article-section {
    scroll-margin-top: 24px;
}

.mc-help-article-section h2 {
    margin-bottom: 12px;
    font-size: 1.45rem;
}

.mc-help-article-section p,
.mc-help-article-section li {
    color: #354257;
    font-size: 1rem;
    line-height: 1.72;
}

.mc-help-steps {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
    padding-left: 24px;
}

.mc-help-checklist {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.mc-help-checklist li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.mc-help-checklist svg {
    width: 20px;
    height: 20px;
    margin-top: 4px;
    color: var(--mc-help-teal);
}

.mc-help-tip {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    margin-top: 18px;
    padding: 16px;
    border: 1px solid #f2d29a;
    border-radius: 8px;
    background: #fff8eb;
}

.mc-help-tip svg {
    width: 24px;
    height: 24px;
    color: var(--mc-help-gold);
}

.mc-help-tip p:last-child {
    margin-bottom: 0;
}

.mc-help-feedback {
    display: grid;
    gap: 18px;
    margin-top: 34px;
    padding: 22px;
    border: 1px solid var(--mc-help-line);
    border-radius: 8px;
    background: var(--mc-help-soft);
}

.mc-help-feedback h2 {
    margin-bottom: 8px;
}

.mc-help-feedback p:not(.mc-help__eyebrow) {
    max-width: 720px;
    margin-bottom: 0;
    color: var(--mc-help-muted);
    line-height: 1.6;
}

.mc-help-feedback__form {
    display: grid;
    gap: 12px;
}

.mc-help-feedback__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mc-help-feedback__actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 15px;
    border: 1px solid #bdd0e3;
    border-radius: 8px;
    background: #ffffff;
    color: #26364d;
    font-weight: 800;
}

.mc-help-feedback__actions button:hover,
.mc-help-feedback__actions button:focus {
    border-color: #8fb6d8;
    color: var(--mc-help-blue);
}

.mc-help-feedback__actions button[disabled] {
    cursor: wait;
    opacity: .65;
}

.mc-help-feedback__actions svg {
    width: 18px;
    height: 18px;
}

.mc-help-feedback label {
    color: #354257;
    font-size: .84rem;
    font-weight: 800;
}

.mc-help-feedback textarea {
    width: 100%;
    min-height: 92px;
    padding: 12px;
    border: 1px solid #bdd0e3;
    border-radius: 8px;
    color: var(--mc-help-ink);
    font: inherit;
    line-height: 1.5;
    resize: vertical;
}

.mc-help-feedback textarea:focus {
    border-color: #8fb6d8;
    outline: 2px solid rgba(23, 105, 170, .14);
}

.mc-help-feedback__message {
    padding: 10px 12px;
    border: 1px solid #b7d9c7;
    border-radius: 8px;
    background: #effaf3;
    color: #17603a;
    font-size: .9rem;
    font-weight: 700;
}

.mc-help-feedback__message.is-error {
    border-color: #f2c1bf;
    background: #fff1f0;
    color: #9f2b25;
}

.mc-help-related {
    margin-top: 46px;
}

@media (max-width: 980px) {
    .mc-help-grid,
    .mc-help-grid--featured {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mc-help-article-layout {
        grid-template-columns: 1fr;
    }

    .mc-help-article-nav {
        position: static;
    }
}

@media (max-width: 680px) {
    .mc-help__shell {
        width: min(100% - 22px, 1180px);
        padding-top: 22px;
    }

    .mc-help__shell--hero,
    .mc-help__shell--body {
        padding-top: 0;
    }

    .mc-help-hero {
        margin-bottom: 30px;
        padding: 34px 0 28px;
    }

    .mc-help-hero .mc-help__intro {
        padding-bottom: 16px;
    }

    .mc-help-hero .mc-help-search {
        margin: 16px 0 18px;
    }

    .mc-help-hero .mc-help-audiences {
        gap: 8px;
        margin-top: 18px;
    }

    .mc-help__intro,
    .mc-help-section-head {
        grid-template-columns: 1fr;
        display: grid;
        align-items: start;
    }

    .mc-help__stats {
        width: 100%;
    }

    .mc-help-search__box {
        grid-template-columns: 24px minmax(0, 1fr);
    }

    .mc-help-search__box button {
        grid-column: 1 / -1;
        width: 100%;
    }

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