:root {
    color-scheme: dark;
}

html {
    scroll-behavior: smooth;
}

html,
body.mfx-markim-premium-page {
    margin: 0;
    background: #07090d !important;
}

body.mfx-markim-premium-page {
    color: #f4f5f7;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

body.mfx-markim-premium-page * {
    box-sizing: border-box;
}

body.mfx-markim-premium-page #wpadminbar {
    position: fixed;
}

.mfxp-skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 10000;
    padding: 12px 16px;
    background: #f4f5f7;
    color: #07090d;
    font-weight: 800;
    transform: translateY(-160%);
}

.mfxp-skip-link:focus {
    transform: translateY(0);
}

#mfx-markim-premium {
    --mfx-bg: #07090d;
    --mfx-surface: #10141b;
    --mfx-elevated: #151a22;
    --mfx-line: #2a313c;
    --mfx-text: #f4f5f7;
    --mfx-muted: #aeb5c2;
    --mfx-muted-2: #7f8897;
    --mfx-action: #ff7a00;
    --mfx-action-light: #ffad4d;
    min-height: 100vh;
    overflow: hidden;
    background: var(--mfx-bg);
    color: var(--mfx-text);
}

#mfx-markim-premium img {
    display: block;
    max-width: 100%;
}

#mfx-markim-premium a {
    color: inherit;
}

#mfx-markim-premium .mfxp-container {
    width: min(1340px, calc(100% - 64px));
    margin: 0 auto;
}

.mfxp-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    background: rgba(7, 9, 13, .96);
}

.mfxp-header-inner {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.mfxp-brand {
    flex: 0 0 auto;
    text-decoration: none;
}

.mfxp-wordmark {
    width: clamp(150px, 16vw, 206px);
    height: auto;
}

.mfxp-nav {
    display: flex;
    align-items: center;
    gap: clamp(22px, 3.5vw, 50px);
}

.mfxp-nav a {
    padding: 10px 0;
    color: #d6d9df;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease;
}

.mfxp-nav a:hover,
.mfxp-nav a:focus-visible {
    color: var(--mfx-action-light);
    outline: none;
}

.mfxp-hero {
    position: relative;
    min-height: min(720px, calc(100vh - 74px));
    display: flex;
    align-items: center;
    isolation: isolate;
    background: var(--mfx-bg);
}

.mfxp-hero-media {
    position: absolute;
    inset: 0 0 0 auto;
    z-index: -3;
    width: 64%;
    overflow: hidden;
    background: #17110d;
}

.mfxp-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 31%;
    filter: saturate(.94) contrast(1.04) brightness(.82);
    animation: mfxp-hero-breathe 14s ease-in-out infinite alternate;
}

.mfxp-hero-shade {
    position: absolute;
    inset: 0 auto 0 0;
    z-index: -2;
    width: 54%;
    background: rgba(7, 9, 13, .98);
    box-shadow: 105px 0 110px 64px rgba(7, 9, 13, .98);
    pointer-events: none;
}

.mfxp-stage-light {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 42%;
    height: 2px;
    background: var(--mfx-action);
    box-shadow: 0 -8px 44px 18px rgba(255, 122, 0, .18);
    opacity: .72;
    pointer-events: none;
    animation: mfxp-light-pulse 4.8s ease-in-out infinite;
}

.mfxp-hero-inner {
    position: relative;
    z-index: 2;
    padding-block: clamp(70px, 9vw, 122px);
}

.mfxp-hero-copy {
    width: min(610px, 48%);
}

.mfxp-eyebrow,
.mfxp-section-kicker {
    margin: 0;
    color: var(--mfx-action-light);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .13em;
    line-height: 1.7;
    text-transform: uppercase;
}

.mfxp-eyebrow span {
    margin-inline: 5px;
    color: var(--mfx-action);
}

.mfxp-hero h1,
.mfxp-live h2,
.mfxp-stories h2,
.mfxp-section-heading h2 {
    margin: 0;
    color: var(--mfx-text);
    font-weight: 860;
    letter-spacing: -.055em;
}

.mfxp-hero h1 {
    margin-top: 22px;
    font-size: clamp(56px, 6vw, 88px);
    line-height: .94;
}

.mfxp-hero h1 em {
    display: block;
    color: var(--mfx-action);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    letter-spacing: -.045em;
}

.mfxp-lead {
    max-width: 580px;
    margin: 26px 0 0;
    color: #d5d9df;
    font-size: clamp(18px, 1.5vw, 21px);
    line-height: 1.55;
}

.mfxp-promise {
    margin: 12px 0 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.5;
}

.mfxp-genres {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    color: #c6cbd3;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.mfxp-genres span + span::before {
    margin-right: 18px;
    color: var(--mfx-action);
    content: "•";
}

.mfxp-cta {
    width: fit-content;
    min-height: 62px;
    margin-top: 30px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #ffad4d;
    border-radius: 14px;
    background: var(--mfx-action);
    color: #130c07 !important;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .025em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 16px 50px rgba(255, 122, 0, .27);
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.mfxp-cta:hover,
.mfxp-cta:focus-visible {
    background: var(--mfx-action-light);
    color: #130c07;
    transform: translateY(-3px);
    box-shadow: 0 22px 66px rgba(255, 122, 0, .36);
    outline: 3px solid rgba(255, 173, 77, .32);
    outline-offset: 3px;
}

.mfxp-cta-note {
    max-width: 460px;
    margin: 14px 0 0;
    color: var(--mfx-muted-2);
    font-size: 12px;
    line-height: 1.5;
}

.mfxp-marquee {
    overflow: hidden;
    border-block: 1px solid rgba(255, 122, 0, .52);
    background: #0d1015;
}

.mfxp-marquee-track {
    width: max-content;
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 22px;
    color: #c8cdd5;
    font-family: "Arial Narrow", Inter, sans-serif;
    font-size: 20px;
    font-stretch: condensed;
    font-weight: 900;
    letter-spacing: .035em;
    text-transform: uppercase;
    animation: mfxp-marquee 28s linear infinite;
}

.mfxp-marquee-track i {
    color: var(--mfx-action);
    font-style: normal;
}

.mfxp-live,
.mfxp-stories,
.mfxp-formats {
    padding: clamp(82px, 9vw, 128px) 0;
}

.mfxp-live {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: #0b0e13;
}

.mfxp-live-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .58fr);
    gap: clamp(42px, 8vw, 118px);
    align-items: end;
}

.mfxp-live-copy {
    max-width: 660px;
}

.mfxp-live h2,
.mfxp-stories h2,
.mfxp-section-heading h2 {
    margin-top: 12px;
    font-size: clamp(44px, 5.5vw, 76px);
    line-height: .96;
}

.mfxp-live-copy > p:not(.mfxp-section-kicker),
.mfxp-stories-heading > p:last-child {
    max-width: 620px;
    margin: 24px 0 0;
    color: var(--mfx-muted);
    font-size: 18px;
    line-height: 1.7;
}

.mfxp-live-copy .mfxp-video-note {
    margin-top: 18px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}

.mfxp-bestseller {
    margin-top: 38px;
    padding: 26px 0 26px 24px;
    border-left: 3px solid var(--mfx-action);
}

.mfxp-bestseller > span {
    color: var(--mfx-action-light);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
}

.mfxp-bestseller strong {
    display: block;
    margin-top: 6px;
    font-size: 30px;
    letter-spacing: -.035em;
}

.mfxp-bestseller p {
    max-width: 520px;
    margin: 8px 0 0;
    color: var(--mfx-muted);
    line-height: 1.6;
}

.mfxp-carousel {
    margin-top: 54px;
}

.mfxp-carousel-toolbar {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.mfxp-carousel-toolbar > p {
    margin: 0;
    color: var(--mfx-muted);
    font-size: 13px;
    line-height: 1.5;
}

.mfxp-carousel-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mfxp-carousel-actions button {
    min-height: 40px;
    padding: 0 15px;
    border: 1px solid #38404d;
    border-radius: 10px;
    color: #f4f5f7;
    background: #121720;
    font: inherit;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}

.mfxp-carousel-actions button:hover,
.mfxp-carousel-actions button:focus-visible {
    border-color: var(--mfx-action-light);
    color: var(--mfx-action-light);
    background: #18140f;
    outline: none;
}

.mfxp-carousel-actions span {
    min-width: 58px;
    color: var(--mfx-muted-2);
    font-size: 11px;
    text-align: center;
}

.mfxp-carousel-actions strong {
    color: #ffffff;
}

.mfxp-reels-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(292px, 28vw, 356px);
    grid-template-columns: none;
    gap: 18px;
    padding: 4px 2px 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
}

.mfxp-reels-grid::-webkit-scrollbar {
    display: none;
}

.mfxp-reel-shell {
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(255, 173, 77, .34);
    border-radius: 26px;
    background: #131820;
    box-shadow: 0 26px 64px rgba(0, 0, 0, .38);
    scroll-snap-align: start;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.mfxp-reel-featured {
    border-color: rgba(255, 148, 24, .9);
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 148, 24, .18), transparent 36%),
        #151820;
    box-shadow:
        0 0 0 1px rgba(255, 148, 24, .14),
        0 30px 76px rgba(0, 0, 0, .52);
}

.mfxp-reel-featured .mfxp-reel-label span {
    color: #ffffff;
}

.mfxp-reel-shell:hover {
    border-color: rgba(255, 173, 77, .78);
    box-shadow: 0 34px 80px rgba(0, 0, 0, .52);
    transform: translateY(-5px);
}

.mfxp-reel-shell:focus-within {
    border-color: rgba(255, 173, 77, .78);
    box-shadow: 0 34px 80px rgba(0, 0, 0, .52);
}

.mfxp-reel-label {
    padding: 8px 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.mfxp-reel-label span {
    color: var(--mfx-action-light);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
}

.mfxp-reel-label strong {
    color: #d7dbe2;
    font-size: 12px;
}

.mfxp-reel {
    width: 100%;
    aspect-ratio: 9 / 16;
    display: block;
    border: 0;
    border-radius: 20px;
    background: #07090d;
    object-fit: cover;
}

.mfxp-native-video {
    color-scheme: dark;
}

.mfxp-reel-copy {
    min-height: 104px;
    padding: 18px 12px 12px;
}

.mfxp-reel-copy strong {
    display: block;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: -.02em;
}

.mfxp-reel-copy p {
    margin: 8px 0 0;
    color: var(--mfx-muted);
    font-size: 12px;
    line-height: 1.55;
}

.mfxp-video-meta {
    min-height: 48px;
    padding: 13px 12px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mfxp-video-meta span {
    color: var(--mfx-muted-2);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.mfxp-video-meta strong {
    color: #dfe3e9;
    font-size: 11px;
    font-weight: 750;
    text-align: right;
}

.mfxp-reels-hint {
    display: block;
    margin: 16px 0 0;
    color: var(--mfx-muted-2);
    font-size: 12px;
}

.mfxp-carousel-progress {
    height: 3px;
    margin-top: 10px;
    overflow: hidden;
    background: #1d232d;
}

.mfxp-carousel-progress span {
    width: calc(100% / 6);
    height: 100%;
    display: block;
    background: linear-gradient(90deg, var(--mfx-action), var(--mfx-action-light));
    transform: translateX(0);
    transition: transform .28s ease;
}

.mfxp-stories {
    background: #07090d;
}

.mfxp-stories-heading {
    max-width: 760px;
}

.mfxp-story-grid {
    margin-top: 52px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mfxp-story {
    min-height: 220px;
    margin: 0;
    padding: clamp(28px, 4vw, 48px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid var(--mfx-line);
    border-radius: 24px;
    background: var(--mfx-surface);
}

.mfxp-story-current {
    border-color: rgba(255, 122, 0, .48);
}

.mfxp-story-current p {
    margin: 0;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 3vw, 42px);
    font-style: italic;
    line-height: 1.2;
}

.mfxp-story-current footer {
    margin-top: 22px;
    color: var(--mfx-muted-2);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.mfxp-story-coming span {
    color: var(--mfx-action-light);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
}

.mfxp-story-coming strong {
    margin-top: 10px;
    font-size: 26px;
}

.mfxp-story-coming p {
    margin: 10px 0 0;
    color: var(--mfx-muted);
    font-size: 14px;
    line-height: 1.6;
}

.mfxp-formats {
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: #0b0e13;
}

.mfxp-section-heading {
    max-width: 880px;
}

.mfxp-format-grid {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.mfxp-format-card {
    --mfxp-card-accent: #717b89;
    min-height: 360px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    border: 1px solid #2a313c;
    border-color: color-mix(in srgb, var(--mfxp-card-accent) 54%, #2a313c);
    border-top: 3px solid var(--mfxp-card-accent);
    border-radius: 24px;
    background: #11151c;
    box-shadow: 0 24px 50px rgba(0, 0, 0, .2);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.mfxp-format-card:hover {
    border-color: var(--mfxp-card-accent);
    box-shadow: 0 30px 64px rgba(0, 0, 0, .34);
    transform: translateY(-5px);
}

.mfxp-format-featured {
    --mfxp-card-accent: var(--mfx-action);
    background: #17130f;
    box-shadow: inset 0 0 0 1px rgba(255, 122, 0, .16), 0 28px 60px rgba(0, 0, 0, .3);
}

.mfxp-format-duo {
    --mfxp-card-accent: #68b6ff;
}

.mfxp-format-band {
    --mfxp-card-accent: #56d7a0;
}

.mfxp-format-event {
    --mfxp-card-accent: #9d8cff;
}

.mfxp-format-index {
    color: var(--mfxp-card-accent);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}

.mfxp-format-card h3 {
    margin: 34px 0 12px;
    font-size: clamp(25px, 2.1vw, 34px);
    letter-spacing: -.04em;
}

.mfxp-format-card > p {
    margin: 0;
    color: var(--mfx-muted);
    font-size: 14px;
    line-height: 1.6;
}

.mfxp-format-points {
    margin: auto 0 0;
    padding: 28px 0 0 18px;
    color: #d8dde5;
    font-size: 13px;
    line-height: 1.55;
}

.mfxp-format-points li + li {
    margin-top: 8px;
}

.mfxp-format-points li::marker {
    color: var(--mfxp-card-accent);
}

.mfxp-format-disclaimer {
    max-width: 760px;
    margin: 22px 0 0;
    color: var(--mfx-muted-2);
    font-size: 12px;
    line-height: 1.6;
}

.mfxp-floating-whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 90;
    min-height: 58px;
    padding: 10px 18px 10px 14px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 999px;
    color: #ffffff !important;
    background: #20b858;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .44), 0 0 0 5px rgba(37, 211, 102, .12);
    text-decoration: none !important;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.mfxp-floating-whatsapp:hover,
.mfxp-floating-whatsapp:focus-visible {
    background: #25d366;
    box-shadow: 0 22px 58px rgba(0, 0, 0, .52), 0 0 0 6px rgba(37, 211, 102, .18);
    transform: translateY(-3px);
}

.mfxp-floating-whatsapp.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px);
}

.mfxp-floating-whatsapp img {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
}

.mfxp-floating-whatsapp span {
    display: grid;
    gap: 1px;
}

.mfxp-floating-whatsapp small {
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
}

.mfxp-floating-whatsapp strong {
    font-size: 14px;
    line-height: 1;
}

.mfxp-footer {
    padding: 38px 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: #05070a;
}

.mfxp-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.mfxp-footer img {
    width: 150px;
    height: auto;
}

.mfxp-footer p {
    margin: 0;
    color: var(--mfx-muted-2);
    font-size: 12px;
}

.mfxp-reveal {
    animation: mfxp-reveal .72s cubic-bezier(.2, .72, .2, 1) both;
    animation-delay: var(--mfxp-delay, 0s);
}

@keyframes mfxp-reveal {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mfxp-hero-breathe {
    from { transform: scale(1.01); }
    to { transform: scale(1.055); }
}

@keyframes mfxp-light-pulse {
    0%, 100% { opacity: .42; }
    50% { opacity: .84; }
}

@keyframes mfxp-marquee {
    to { transform: translateX(-50%); }
}

@supports (animation-timeline: view()) {
    .mfxp-live .mfxp-reveal,
    .mfxp-stories .mfxp-reveal,
    .mfxp-formats .mfxp-reveal {
        animation-timeline: view();
        animation-range: entry 8% cover 30%;
    }
}

@media (max-width: 1080px) {
    #mfx-markim-premium .mfxp-container {
        width: min(100% - 40px, 1340px);
    }

    .mfxp-hero-media {
        width: 61%;
    }

    .mfxp-hero-shade {
        width: 52%;
        box-shadow: 85px 0 92px 50px rgba(7, 9, 13, .98);
    }

    .mfxp-hero-copy {
        width: 52%;
    }

    .mfxp-hero h1 {
        font-size: clamp(50px, 6.2vw, 72px);
    }

    .mfxp-format-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .mfxp-header-inner {
        min-height: 66px;
    }

    .mfxp-nav {
        display: none;
    }

    .mfxp-wordmark {
        width: 166px;
    }

    .mfxp-hero {
        min-height: auto;
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
    }

    .mfxp-hero-inner {
        order: 1;
        padding: 58px 0 44px;
    }

    .mfxp-hero-copy {
        width: 100%;
    }

    .mfxp-hero-media {
        position: relative;
        inset: auto;
        order: 2;
        width: 100%;
        height: min(88vw, 620px);
        z-index: 0;
        border-top: 1px solid rgba(255, 122, 0, .45);
    }

    .mfxp-hero-media img {
        object-position: center 28%;
    }

    .mfxp-hero-shade,
    .mfxp-stage-light {
        display: none;
    }

    .mfxp-live-intro {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .mfxp-carousel-toolbar {
        align-items: flex-end;
    }

    .mfxp-reels-grid {
        grid-auto-columns: minmax(290px, 78vw);
        gap: 14px;
        margin-inline: -20px;
        padding: 0 20px 18px;
    }
}

@media (max-width: 640px) {
    #mfx-markim-premium .mfxp-container {
        width: min(100% - 28px, 1340px);
    }

    .mfxp-hero-inner {
        padding-top: 44px;
    }

    .mfxp-eyebrow {
        font-size: 9px;
        line-height: 1.75;
    }

    .mfxp-hero h1 {
        margin-top: 16px;
        font-size: clamp(43px, 13vw, 62px);
    }

    .mfxp-lead {
        margin-top: 20px;
        font-size: 17px;
    }

    .mfxp-promise {
        font-size: 14px;
    }

    .mfxp-genres {
        gap: 7px 12px;
        font-size: 9px;
    }

    .mfxp-genres span + span::before {
        margin-right: 12px;
    }

    .mfxp-cta {
        width: 100%;
        min-height: 60px;
        justify-content: space-between;
        padding-inline: 19px;
        font-size: 13px;
    }

    .mfxp-hero-media {
        height: 128vw;
        max-height: 610px;
    }

    .mfxp-marquee-track {
        min-height: 50px;
        gap: 16px;
        font-size: 17px;
    }

    .mfxp-live,
    .mfxp-stories,
    .mfxp-formats {
        padding: 70px 0;
    }

    .mfxp-live h2,
    .mfxp-stories h2,
    .mfxp-section-heading h2 {
        font-size: clamp(39px, 12vw, 56px);
    }

    .mfxp-live-copy > p:not(.mfxp-section-kicker),
    .mfxp-stories-heading > p:last-child {
        font-size: 16px;
    }

    .mfxp-reel-shell {
        padding: 8px;
        border-radius: 22px;
    }

    .mfxp-reel {
        border-radius: 16px;
    }

    .mfxp-video-meta {
        padding-inline: 9px;
    }

    .mfxp-carousel-toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .mfxp-carousel-actions {
        width: 100%;
        justify-content: space-between;
    }

    .mfxp-carousel-actions button {
        flex: 1 1 0;
    }

    .mfxp-story-grid,
    .mfxp-format-grid {
        grid-template-columns: 1fr;
    }

    .mfxp-story {
        min-height: 190px;
    }

    .mfxp-format-card {
        min-height: 330px;
    }

    .mfxp-format-card h3 {
        margin-top: 28px;
    }

    .mfxp-floating-whatsapp {
        right: 14px;
        bottom: 14px;
        min-height: 54px;
        padding: 9px 15px 9px 12px;
    }

    .mfxp-footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .mfxp-reveal,
    .mfxp-hero-media img,
    .mfxp-stage-light,
    .mfxp-marquee-track {
        animation: none !important;
        transform: none !important;
    }

    .mfxp-cta,
    .mfxp-format-card,
    .mfxp-reel-shell,
    .mfxp-carousel-actions button,
    .mfxp-carousel-progress span,
    .mfxp-floating-whatsapp {
        transition: none;
    }
}

#mfx-markim-premium a:focus-visible,
#mfx-markim-premium button:focus-visible,
#mfx-markim-premium video:focus-visible {
  outline: 3px solid #ffad4d;
  outline-offset: 4px;
}

.mfxp-video-meta span,
.mfxp-reels-hint,
.mfxp-format-disclaimer,
.mfxp-footer p {
  color: #b8bec9;
}

/* Atendimento guiado oficial MARKIM. */
#mfx-markim-premium [hidden] {
  display: none !important;
}

.mfxp-format-select,
.mfxp-button-primary,
.mfxp-button-secondary,
.mfxp-whatsapp-ready {
  min-height: 48px;
  border-radius: 14px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}

.mfxp-format-select {
  width: 100%;
  margin-top: 24px;
  padding: 12px 16px;
  border: 1px solid color-mix(in srgb, var(--mfxp-card-accent) 62%, #2a313c);
  color: #f4f5f7;
  background: color-mix(in srgb, var(--mfxp-card-accent) 13%, #11151c);
}

.mfxp-format-select:hover,
.mfxp-format-select:focus-visible {
  border-color: var(--mfxp-card-accent);
  background: color-mix(in srgb, var(--mfxp-card-accent) 24%, #11151c);
  transform: translateY(-2px);
}

.mfxp-guided {
  padding: 104px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 122, 0, .13), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(37, 211, 102, .09), transparent 32%),
    #080b10;
}

.mfxp-guided-heading {
  max-width: 940px;
}

.mfxp-guided-heading > p:last-child {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--mfx-muted);
  font-size: 17px;
  line-height: 1.7;
}

.mfxp-guided-layout {
  margin-top: 48px;
  display: grid;
  grid-template-columns: minmax(280px, 370px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.mfxp-guided-aside,
.mfxp-guided-form,
.mfxp-guided-result {
  border: 1px solid #2a313c;
  border-radius: 26px;
  background: rgba(16, 20, 27, .96);
  box-shadow: 0 32px 80px rgba(0, 0, 0, .28);
}

.mfxp-guided-aside {
  padding: 30px;
  position: sticky;
  top: 20px;
}

.mfxp-guided-aside > strong {
  display: block;
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: -.03em;
}

.mfxp-guided-aside ol {
  margin: 28px 0;
  padding: 0;
  display: grid;
  gap: 18px;
  list-style: none;
}

.mfxp-guided-aside li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
}

.mfxp-guided-aside li > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 122, 0, .5);
  border-radius: 50%;
  color: var(--mfx-action-light);
  background: rgba(255, 122, 0, .09);
  font-size: 12px;
  font-weight: 900;
}

.mfxp-guided-aside li div,
.mfxp-guided-aside li b,
.mfxp-guided-aside li small {
  display: block;
}

.mfxp-guided-aside li b {
  font-size: 14px;
}

.mfxp-guided-aside li small,
.mfxp-guided-aside > p {
  color: var(--mfx-muted);
  font-size: 12px;
  line-height: 1.55;
}

.mfxp-guided-aside > p {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.mfxp-guided-form,
.mfxp-guided-result {
  min-height: 560px;
  padding: clamp(26px, 4vw, 48px);
}

.mfxp-guided-progress {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--mfx-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.mfxp-guided-progress > div {
  height: 7px;
  flex: 1;
  overflow: hidden;
  border-radius: 999px;
  background: #252b35;
}

.mfxp-guided-progress i {
  width: 25%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mfx-action), var(--mfx-action-light));
  transition: width .25s ease;
}

.mfxp-guided-question {
  margin: 34px 0 28px;
  max-width: 760px;
  color: #f4f5f7;
  font-size: clamp(27px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.mfxp-guided-step {
  margin: 0;
  padding: 0;
  border: 0;
}

.mfxp-guided-step legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.mfxp-choice-grid,
.mfxp-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mfxp-choice-grid label {
  position: relative;
  min-height: 96px;
  display: flex;
  cursor: pointer;
}

.mfxp-choice-grid input {
  position: absolute;
  opacity: 0;
}

.mfxp-choice-grid label > span {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  border: 1px solid #303744;
  border-radius: 18px;
  background: #121720;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.mfxp-choice-grid label:hover > span {
  border-color: #687383;
  transform: translateY(-2px);
}

.mfxp-choice-grid input:checked + span {
  border-color: var(--mfx-action);
  background: rgba(255, 122, 0, .12);
  box-shadow: inset 0 0 0 1px rgba(255, 122, 0, .25);
}

.mfxp-choice-grid input:focus-visible + span {
  outline: 3px solid var(--mfx-action-light);
  outline-offset: 3px;
}

.mfxp-choice-grid b {
  font-size: 15px;
}

.mfxp-choice-grid small {
  color: var(--mfx-muted);
  font-size: 12px;
  line-height: 1.45;
}

.mfxp-choice-grid--formats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mfxp-field-grid > label,
.mfxp-field-wide {
  display: grid;
  gap: 8px;
  color: #dfe3e9;
  font-size: 13px;
  font-weight: 800;
}

.mfxp-field-wide {
  margin-top: 18px;
}

.mfxp-field-grid .mfxp-field-wide {
  grid-column: 1 / -1;
  margin-top: 0;
}

.mfxp-field-grid label span small,
.mfxp-field-wide > span small {
  color: var(--mfx-muted-2);
  font-weight: 600;
}

.mfxp-guided-form input:not([type="radio"]):not([type="checkbox"]),
.mfxp-guided-form select,
.mfxp-guided-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid #353d4a;
  border-radius: 13px;
  color: #f4f5f7;
  background: #0b0f15;
  font: inherit;
}

.mfxp-guided-form textarea {
  min-height: 112px;
  resize: vertical;
  line-height: 1.55;
}

.mfxp-guided-form input:focus,
.mfxp-guided-form select:focus,
.mfxp-guided-form textarea:focus {
  border-color: var(--mfx-action);
  outline: 3px solid rgba(255, 122, 0, .15);
}

.mfxp-consent {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--mfx-muted);
  font-size: 12px;
  line-height: 1.55;
  cursor: pointer;
}

.mfxp-consent input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--mfx-action);
}

.mfxp-guided-actions {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.mfxp-button-primary,
.mfxp-button-secondary,
.mfxp-whatsapp-ready {
  padding: 13px 22px;
}

.mfxp-button-primary,
.mfxp-whatsapp-ready {
  border: 1px solid var(--mfx-action-light);
  color: #130b03;
  background: var(--mfx-action-light);
}

.mfxp-button-secondary {
  border: 1px solid #404956;
  color: #eef1f5;
  background: #171c24;
}

.mfxp-button-primary:hover,
.mfxp-button-primary:focus-visible,
.mfxp-whatsapp-ready:hover,
.mfxp-whatsapp-ready:focus-visible,
.mfxp-button-secondary:hover,
.mfxp-button-secondary:focus-visible {
  transform: translateY(-2px);
}

.mfxp-button-primary:disabled {
  cursor: wait;
  opacity: .62;
  transform: none;
}

.mfxp-form-alert {
  margin-top: 20px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 104, 104, .5);
  border-radius: 12px;
  color: #ffd0d0;
  background: rgba(120, 20, 20, .25);
  font-size: 13px;
  line-height: 1.5;
}

.mfxp-form-note {
  margin: 18px 0 0;
  color: var(--mfx-muted-2);
  font-size: 11px;
  line-height: 1.55;
  text-align: right;
}

.mfxp-guided-result {
  grid-column: 2;
  text-align: left;
}

.mfxp-result-check {
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #06150b;
  background: #55d98b;
  font-size: 26px;
  font-weight: 900;
}

.mfxp-guided-result h3 {
  margin: 8px 0 12px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.mfxp-guided-result > p:not(.mfxp-section-kicker):not(.mfxp-result-reference) {
  color: var(--mfx-muted);
  line-height: 1.6;
}

.mfxp-guided-result dl {
  margin: 26px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mfxp-guided-result dl > div {
  padding: 14px;
  border: 1px solid #2b333f;
  border-radius: 13px;
  background: #0b0f15;
}

.mfxp-guided-result dt {
  color: var(--mfx-muted-2);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mfxp-guided-result dd {
  margin: 6px 0 0;
  color: #f4f5f7;
  font-size: 14px;
  font-weight: 800;
}

.mfxp-result-reference {
  color: #7edda3;
  font-size: 12px;
  font-weight: 800;
}

.mfxp-whatsapp-ready {
  margin: 8px 10px 14px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #05220f !important;
  background: #55d98b;
  border-color: #75e5a1;
  text-decoration: none !important;
}

.mfxp-guided-result > small {
  margin-top: 14px;
  display: block;
  color: var(--mfx-muted-2);
  line-height: 1.55;
}

@media (max-width: 920px) {
  .mfxp-guided-layout {
    grid-template-columns: 1fr;
  }

  .mfxp-guided-aside {
    position: static;
  }

  .mfxp-guided-aside ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mfxp-guided-result {
    grid-column: 1;
  }
}

@media (max-width: 620px) {
  .mfxp-guided {
    padding: 70px 0 90px;
  }

  .mfxp-guided-layout {
    margin-top: 30px;
  }

  .mfxp-guided-aside,
  .mfxp-guided-form,
  .mfxp-guided-result {
    padding: 22px;
    border-radius: 20px;
  }

  .mfxp-guided-aside ol,
  .mfxp-choice-grid,
  .mfxp-choice-grid--formats,
  .mfxp-field-grid,
  .mfxp-guided-result dl {
    grid-template-columns: 1fr;
  }

  .mfxp-guided-form,
  .mfxp-guided-result {
    min-height: 0;
  }

  .mfxp-guided-question {
    margin-top: 28px;
  }

  .mfxp-guided-actions {
    flex-direction: column-reverse;
  }

  .mfxp-guided-actions button,
  .mfxp-whatsapp-ready,
  .mfxp-guided-result > .mfxp-button-secondary {
    width: 100%;
    margin-right: 0;
  }

  .mfxp-form-note {
    text-align: left;
  }
}
