body {
    outline: 10px solid red !important;
}

.wpb_wrapper::before
.md-help-section-header.md-help-section-header::before,
.md-help-section-hero::before{
    display: none;
}

.md-help-section-header::before,
.md-help-section-hero::before {
  content: none !important;
  display: none !important;
}

.md-help-section {
    --md-help-section-blue: #0878ff;
    --md-help-section-blue-dark: #07195e;
    --md-help-section-red: #ff2d2d;
    --md-help-section-text: #07195e;
    --md-help-section-muted: #4f5a82;
    --md-help-section-soft: #f6f9ff;
    --md-help-section-border: #dfe7f5;
    --md-help-section-white: #ffffff;
    --md-help-section-shadow: 0 14px 32px rgba(15, 34, 87, 0.07);
    width: 100%;
    min-height: 100vh;
    color: var(--md-help-section-text);
    background: #ffffff;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.md-help-section a {
    color: inherit;
}

.md-help-section svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.md-help-section .md-help-section-fill {
    fill: currentColor;
    stroke: none;
}

.md-help-section-header {
    position: sticky;
    top: 0;
    z-index: 5;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 78px;
    padding: 16px max(18px, env(safe-area-inset-left)) 14px max(18px, env(safe-area-inset-right));
    border-bottom: 1px solid var(--md-help-section-border);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(16px);
}

.md-help-section-header__menu,
.md-help-section-language {
    appearance: none;
    border: 0;
    background: transparent;
    color: var(--md-help-section-blue-dark);
    cursor: pointer;
    font: inherit;
}

.md-help-section-header__menu {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
}

.md-help-section-header__menu svg {
    width: 31px;
    height: 31px;
}

.md-help-section-header__logo {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    min-width: 0;
    color: var(--md-help-section-blue-dark);
    text-decoration: none;
    font-size: clamp(25px, 7vw, 38px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

.md-help-section-logo-mark {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 22px;
    margin-right: 6px;
}

.md-help-section-logo-mark::before,
.md-help-section-logo-mark::after {
    content: "";
    position: absolute;
    border-radius: 999px;
}

.md-help-section-logo-mark::before {
    inset: 5px 4px 0 0;
    border: 6px solid var(--md-help-section-red);
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(28deg);
}

.md-help-section-logo-mark::after {
    top: 0;
    right: 2px;
    width: 8px;
    height: 8px;
    background: var(--md-help-section-red);
}

.md-help-section-logo-my {
    color: var(--md-help-section-red);
}

.md-help-section-logo-deal {
    color: var(--md-help-section-blue);
}

.md-help-section-language {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 12px;
    border: 1px solid var(--md-help-section-border);
    border-radius: 10px;
    background: var(--md-help-section-white);
    box-shadow: 0 8px 20px rgba(15, 34, 87, 0.05);
    color: var(--md-help-section-blue-dark);
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.md-help-section-language svg:first-child {
    width: 23px;
    height: 23px;
    color: var(--md-help-section-blue-dark);
}

.md-help-section-language svg:last-child {
    width: 16px;
    height: 16px;
}

.md-help-section-shell {
    width: min(100%, 820px);
    margin: 0 auto;
    padding: 30px 18px 34px;
}

.md-help-section-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--md-help-section-blue);
    text-decoration: none;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 850;
}

.md-help-section-back svg {
    width: 21px;
    height: 21px;
}

.md-help-section-back:hover,
.md-help-section-back:focus-visible {
    color: #005ed3;
}

.md-help-section-hero {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    margin-top: 38px;
    margin-bottom: 44px;
}

.md-help-section-hero__icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 96px;
    height: 96px;
    border: 1px solid var(--md-help-section-border);
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    color: var(--md-help-section-blue);
    box-shadow: 0 14px 24px rgba(16, 47, 114, 0.05);
}

.md-help-section-hero__icon svg {
    width: 54px;
    height: 54px;
}

.md-help-section-live-label {
    position: absolute;
    top: 19px;
    left: 20px;
    padding: 3px 7px 4px;
    border-radius: 4px;
    background: var(--md-help-section-red);
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-weight: 950;
}

.md-help-section-hero__icon .md-help-section-live-label + svg {
    margin-top: 18px;
}

.md-help-section-hero__copy h1,
.md-help-section-empty-card h1 {
    margin: 0;
    color: var(--md-help-section-blue-dark);
    font-size: clamp(34px, 6.8vw, 48px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: 0;
}

.md-help-section-hero__copy p,
.md-help-section-empty-card p {
    max-width: 600px;
    margin: 16px 0 0;
    color: var(--md-help-section-muted);
    font-size: clamp(18px, 4.4vw, 23px);
    line-height: 1.55;
    font-weight: 500;
}

.md-help-section-videos,
.md-help-section-topics,
.md-help-section-support {
    margin-top: 34px;
}

.md-help-section-videos h2,
.md-help-section-topics h2,
.md-help-section-support h2 {
    margin: 0 0 18px;
    color: var(--md-help-section-blue-dark);
    font-size: clamp(25px, 5.5vw, 31px);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
}

.md-help-section-accordion {
    overflow: hidden;
    border: 1px solid var(--md-help-section-border);
    border-radius: 14px;
    background: var(--md-help-section-white);
}

.md-help-section-accordion__item {
    border-bottom: 1px solid var(--md-help-section-border);
}

.md-help-section-accordion__item:last-child {
    border-bottom: 0;
}

.md-help-section-accordion__button {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 26px;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 72px;
    padding: 16px 22px;
    border: 0;
    background: #ffffff;
    color: var(--md-help-section-blue-dark);
    text-align: left;
    cursor: pointer;
    font: inherit;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 850;
}

.md-help-section-accordion__button:hover,
.md-help-section-accordion__button:focus-visible {
    background: #f8fbff;
}

.md-help-section-accordion__button:focus-visible {
    outline: 3px solid rgba(8, 120, 255, 0.22);
    outline-offset: -3px;
}

.md-help-section-play-icon,
.md-help-section-topic-icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: var(--md-help-section-blue);
}

.md-help-section-play-icon {
    border: 2px solid currentColor;
    border-radius: 999px;
}

.md-help-section-play-icon svg {
    width: 18px;
    height: 18px;
}

.md-help-section-topic-icon svg {
    width: 27px;
    height: 27px;
}

.md-help-section-chevron {
    display: grid;
    place-items: center;
    justify-self: end;
    color: var(--md-help-section-blue-dark);
    transition: transform 170ms ease;
}

.md-help-section-chevron svg {
    width: 19px;
    height: 19px;
}

.md-help-section-accordion__item.is-open > .md-help-section-accordion__button .md-help-section-chevron {
    transform: rotate(180deg);
}

.md-help-section-accordion__panel {
    padding: 0 22px 22px 78px;
    background: #ffffff;
}

.md-help-section-video-frame {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #eef3fb;
    aspect-ratio: 16 / 9;
}

.md-help-section-video-frame iframe,
.md-help-section-video-placeholder {
    width: 100%;
    height: 100%;
    border: 0;
}

.md-help-section-video-placeholder {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 12px;
    min-height: 190px;
    color: var(--md-help-section-muted);
    background:
        linear-gradient(135deg, rgba(8, 120, 255, 0.08), rgba(255, 45, 45, 0.04)),
        #f5f8fe;
    text-align: center;
}

.md-help-section-video-placeholder span {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--md-help-section-blue);
    box-shadow: 0 12px 24px rgba(15, 34, 87, 0.08);
}

.md-help-section-video-placeholder p {
    margin: 0;
    color: var(--md-help-section-blue-dark);
    font-size: 16px;
    font-weight: 800;
}

.md-help-section-topic-button {
    grid-template-columns: 42px minmax(0, 1fr) 24px;
    min-height: 66px;
}

.md-help-section-topic-button .md-help-section-chevron {
    transform: rotate(-90deg);
}

.md-help-section-accordion__item.is-open > .md-help-section-topic-button .md-help-section-chevron {
    transform: rotate(180deg);
}

.md-help-section-topic-panel {
    padding: 0 22px 22px 76px;
}

.md-help-section-topic-panel p {
    margin: 0;
    color: var(--md-help-section-muted);
    font-size: 16px;
    line-height: 1.55;
    font-weight: 500;
}

.md-help-section-topics__more {
    display: flex;
    justify-content: flex-end;
    padding: 2px 22px 18px;
    background: #ffffff;
}

.md-help-section-view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    color: var(--md-help-section-blue);
    cursor: pointer;
    font: inherit;
    font-size: 16px;
    font-weight: 900;
}

.md-help-section-view-all svg {
    width: 19px;
    height: 19px;
    transform: rotate(-90deg);
}

.md-help-section-view-all.is-expanded svg {
    transform: rotate(180deg);
}

.md-help-section-support {
    padding: 28px 22px 24px;
    border-radius: 8px;
    background: #f3f8ff;
    text-align: center;
}

.md-help-section-support h2 {
    margin-bottom: 8px;
}

.md-help-section-support p {
    margin: 0;
    color: var(--md-help-section-muted);
    font-size: 17px;
    line-height: 1.45;
    font-weight: 500;
}

.md-help-section-support__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 24px;
}

.md-help-section-support__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 190px;
    min-height: 58px;
    padding: 0 20px;
    border: 1px solid #b9cbed;
    border-radius: 9px;
    background: #ffffff;
    color: var(--md-help-section-blue);
    text-decoration: none;
    font-size: 17px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(15, 34, 87, 0.04);
}

.md-help-section-support__button svg {
    width: 27px;
    height: 27px;
}

.md-help-section-support__button--whatsapp {
    color: #18bd67;
    border-color: #7edda9;
}

.md-help-section-support__button:hover,
.md-help-section-support__button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 14px 22px rgba(15, 34, 87, 0.08);
}

.md-help-section-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
    color: #6d7796;
    font-size: 14px;
    font-weight: 800;
}

.md-help-section-footer svg {
    width: 16px;
    height: 16px;
}

.md-help-section-empty-card {
    margin-top: 28px;
    padding: 32px 24px;
    border: 1px solid var(--md-help-section-border);
    border-radius: 14px;
    background: var(--md-help-section-soft);
}

@media (max-width: 640px) {
    .md-help-section-header {
        grid-template-columns: 38px minmax(0, 1fr) auto;
        min-height: 70px;
        gap: 8px;
        padding: 12px 14px;
    }

    .md-help-section-header__menu {
        width: 38px;
        height: 38px;
    }

    .md-help-section-header__menu svg {
        width: 28px;
        height: 28px;
    }

    .md-help-section-logo-mark {
        width: 30px;
        height: 19px;
        margin-right: 4px;
    }

    .md-help-section-logo-mark::before {
        border-width: 5px;
    }

    .md-help-section-logo-mark::after {
        width: 7px;
        height: 7px;
    }

    .md-help-section-language {
        min-height: 42px;
        padding: 0 9px;
        font-size: 13px;
    }

    .md-help-section-language svg:first-child {
        width: 20px;
        height: 20px;
    }

    .md-help-section-shell {
        padding: 24px 16px 28px;
    }

    .md-help-section-hero {
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 16px;
        margin-top: 30px;
        margin-bottom: 38px;
    }

    .md-help-section-hero__icon {
        width: 78px;
        height: 78px;
        border-radius: 14px;
    }

    .md-help-section-hero__icon svg {
        width: 43px;
        height: 43px;
    }

    .md-help-section-live-label {
        top: 14px;
        left: 14px;
        font-size: 14px;
    }

    .md-help-section-hero__copy p {
        margin-top: 10px;
    }

    .md-help-section-accordion__button {
        grid-template-columns: 34px minmax(0, 1fr) 22px;
        min-height: 66px;
        gap: 10px;
        padding: 14px 14px;
        font-size: 16px;
    }

    .md-help-section-accordion__panel {
        padding: 0 14px 16px 58px;
    }

    .md-help-section-topic-button {
        grid-template-columns: 34px minmax(0, 1fr) 22px;
    }

    .md-help-section-topic-panel {
        padding: 0 14px 16px 58px;
    }

    .md-help-section-topic-panel p {
        font-size: 15px;
    }

    .md-help-section-topics__more {
        padding: 2px 14px 16px;
    }

    .md-help-section-support {
        padding: 24px 14px 18px;
    }

    .md-help-section-support__actions {
        gap: 10px;
    }

    .md-help-section-support__button {
        flex: 1 1 100%;
        min-width: 0;
    }
}

@media (max-width: 430px) {
    .md-help-section-header__logo {
        font-size: 22px;
    }

    .md-help-section-language span {
        max-width: 66px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .md-help-section-hero {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .md-help-section-hero__copy h1,
    .md-help-section-empty-card h1 {
        font-size: 33px;
    }
}
