
/* ══════════════════════════════════════════════════════════════════════════════
   GLOBAL: BOXED LAYOUT — .mamedia-block--boxed
   Applies to ANY MA Media block when the "Boxed" toggle is ON.
   Constrains inner content to max-width, centering on the page.
   ══════════════════════════════════════════════════════════════════════════════ */

.mamedia-block--boxed {
    max-width: var(--content-wide, 1300px);
    margin-inline: auto;
    width: 100%;
    box-sizing: border-box;
}

/* When inside a full-width section, still constrain the content */
.alignfull > .mamedia-block--boxed,
[class*="wp-block"] > .mamedia-block--boxed {
    max-width: var(--content-wide, 1300px);
    margin-inline: auto;
}

/* About-story inner constraint (already defined specifically — keep both) */
.mamedia-about-story--boxed .mamedia-about-story__inner {
    max-width: var(--content-wide, 1300px);
    margin-inline: auto;
    width: 100%;
}
/* ═══════════════════════════════════════════════════
   MA Media Blocks — blocks.css
   Usa as CSS custom properties do tema (mode-light / mode-dark).
   ═══════════════════════════════════════════════════ */

/* ── Shared utilities ─────────────────────────────── */

.mamedia-block {
    font-family: var(--font-body, 'Inter', system-ui, sans-serif);
}

.mamedia-block .section-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--mm-gold-dark, #9a845e);
    margin-bottom: 12px;
    display: block;
}

.mode-dark .mamedia-block .section-label {
    color: var(--mm-gold, #b8a07a);
}

.mamedia-block .horizon {
    font-family: var(--font-heading, 'Horizon', sans-serif);
    font-weight: 700;
    letter-spacing: .04em;
    color: var(--mm-gold, #b8a07a);
    font-style: normal;
}

.mmb-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(184, 160, 122, 0.1);
    border: 1px solid rgba(184, 160, 122, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: var(--mm-gold, #b8a07a);
    flex-shrink: 0;
}

.mmb-avatar--lg {
    width: 120px;
    height: 120px;
    font-size: 32px;
    border-radius: 50%;
}

.mmb-author-info strong {
    font-size: 13px;
    font-weight: 500;
    color: var(--text, #0d0d0d);
    display: block;
}

.mmb-author-info span {
    font-size: 12px;
    color: var(--text-3, #6a6a6a);
}

.mmb-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: var(--border-2, #d0cec6);
}

.mmb-dot--active {
    width: 20px;
    background: var(--mm-gold, #b8a07a);
}

/* ── 1. HERO ──────────────────────────────────────── */

.mamedia-hero {
    padding: 96px 56px 80px;
    border-bottom: 1px solid var(--border, #e4e2db);
    position: relative;
    overflow: hidden;
}

.mamedia-hero.has-dot-grid {
    background-image: radial-gradient(var(--dot-grid, rgba(0,0,0,.04)) 1px, transparent 1px);
    background-size: 28px 28px;
}

/* Fullscreen: 100% da altura da viewport, conteúdo centrado verticalmente */
.mamedia-hero--fullscreen {
    min-height: 100vh;
    min-height: 100dvh; /* dynamic vh — mobile browsers */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mamedia-hero--fullscreen .mamedia-hero__inner {
    width: 100%;
}

.mamedia-hero__inner {
    max-width: 1040px;
    margin-inline: auto;
    position: relative;
    z-index: 1;
}

.mamedia-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--border-2, #d0cec6);
    border-radius: 100px;
    padding: 5px 16px;
    background: var(--surface, #fff);
    margin-bottom: 28px;
    font-size: 12px;
    color: var(--text-3, #6a6a6a);
}

.mamedia-hero__eyebrow .mm-pill__dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--mm-gold, #b8a07a);
    flex-shrink: 0;
}

.mamedia-hero__title {
    font-size: clamp(36px, 5vw, 62px);
    line-height: 1.04;
    margin-bottom: 20px;
    color: var(--text, #0d0d0d);
}

.mamedia-hero__title-main {
    display: block;
    font-weight: 300;
    letter-spacing: -0.04em;
}

.mamedia-hero__title-hl {
    display: block;
    font-family: var(--font-heading, 'Horizon', sans-serif);
    font-weight: 700;
    letter-spacing: .04em;
    color: var(--mm-gold, #b8a07a);
}

.mamedia-hero__subtitle {
    font-size: 16px;
    color: var(--text-3, #6a6a6a);
    line-height: 1.8;
    max-width: 520px;
    margin-bottom: 32px;
    font-weight: 300;
}

.mamedia-hero__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.mamedia-hero__proof {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 40px;
    border-top: 1px solid var(--border, #e4e2db);
    gap: 0;
}

.mamedia-hero__proof-item {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid var(--border, #e4e2db);
}

.mamedia-hero__proof-item:last-child {
    border-right: none;
    margin-right: 0;
}

.mamedia-hero__proof-num {
    font-size: 28px;
    font-weight: 700;
    color: var(--text, #0d0d0d);
    letter-spacing: -1px;
    margin-bottom: 2px;
    line-height: 1;
}

.mamedia-hero__proof-desc {
    font-size: 12px;
    color: var(--text-3, #6a6a6a);
}

/* ── 2. TESTIMONIALS ──────────────────────────────── */

.mamedia-testimonials {
    padding: 96px 56px;
    border-bottom: 1px solid var(--border, #e4e2db);
}

.mamedia-testimonials__inner {
    max-width: 1140px;
    margin-inline: auto;
}

.mamedia-testimonials__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
    flex-wrap: wrap;
    gap: 8px;
}

.mamedia-testimonials__gmb {
    font-size: 13px;
    color: var(--mm-gold, #b8a07a);
    font-weight: 500;
}

.mamedia-testimonials__title {
    font-size: clamp(26px, 3.5vw, 38px);
    font-weight: 300;
    color: var(--text, #0d0d0d);
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 0;
}

.mamedia-testimonials__title em {
    font-style: normal;
    color: var(--mm-gold, #b8a07a);
}

.mamedia-testimonials__hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 48px;
    padding-bottom: 56px;
    border-bottom: 1px solid var(--border, #e4e2db);
    margin-bottom: 48px;
}

.mamedia-testimonials__quote {
    font-size: 24px;
    font-weight: 300;
    color: var(--text, #0d0d0d);
    line-height: 1.55;
    letter-spacing: -0.3px;
    margin-bottom: 24px;
    border: none;
    padding: 0;
}

.mamedia-testimonials__quote p {
    margin: 0;
}

.mamedia-testimonials__feat-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Video card */
.mamedia-testi-video {
    background: var(--surface-2, #f0efe9);
    border: 1px solid var(--border, #e4e2db);
    border-radius: 14px;
    overflow: hidden;
}

.mode-dark .mamedia-testi-video {
    background: var(--s2, #141412);
}

.mamedia-testi-video__thumb {
    height: 200px;
    background: var(--bg-alt, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.mode-dark .mamedia-testi-video__thumb {
    background: var(--s3, #1a1a18);
}

.mamedia-testi-video__play {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--mm-gold, #b8a07a);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    transition: background 150ms ease;
}

.mamedia-testi-video__play:hover {
    background: var(--mm-gold-hover, #d4b896);
}

.mamedia-testi-video__play svg {
    width: 14px;
    height: 14px;
    fill: #000;
    margin-left: 2px;
}

.mamedia-testi-video__body {
    padding: 16px 20px;
}

.mamedia-testi-video__body strong {
    font-size: 13px;
    font-weight: 500;
    color: var(--text, #0d0d0d);
    display: block;
    margin-bottom: 2px;
}

.mamedia-testi-video__body span {
    font-size: 12px;
    color: var(--text-3, #6a6a6a);
}

/* Reviews grid */
.mamedia-testimonials__reviews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.mamedia-review-card {
    background: var(--bg-alt, #fff);
    border: 1px solid var(--border, #e4e2db);
    border-radius: 14px;
    padding: 22px;
}

.mode-dark .mamedia-review-card {
    background: var(--s1, #0f0f0d);
}

.mamedia-review-card__stars {
    color: var(--mm-gold, #b8a07a);
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.mamedia-review-card__text {
    font-size: 13px;
    color: var(--text-2, #3a3a3a);
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 16px;
    font-weight: 300;
}

.mode-dark .mamedia-review-card__text {
    color: var(--t2, #a0a090);
}

.mamedia-review-card__author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mamedia-testimonials__dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 24px;
}

/* ── 3. COUNTDOWN ─────────────────────────────────── */

.mamedia-countdown {
    padding: 48px 56px;
    text-align: center;
    border-bottom: 1px solid var(--border, #e4e2db);
}

.mamedia-countdown__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(184, 160, 122, 0.1);
    border: 1px solid rgba(184, 160, 122, 0.25);
    border-radius: 100px;
    padding: 4px 14px;
    font-size: 12px;
    color: var(--mm-gold, #b8a07a);
    margin-bottom: 20px;
}

.mamedia-countdown__title {
    font-size: 22px;
    font-weight: 600;
    color: var(--text, #0d0d0d);
    margin-bottom: 28px;
    letter-spacing: -0.3px;
}

.mamedia-countdown__units {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.mamedia-countdown__unit {
    text-align: center;
    padding: 0 20px;
    /* Fixed width: largest possible value is "00"–"99" in tabular nums.
       Prevents layout shift when digits change width (e.g. "10"→"11"). */
    min-width: 80px;
}

.mamedia-countdown__num {
    display: block;
    font-family: var(--font-heading, 'Horizon', sans-serif);
    font-size: clamp(36px, 7vw, 72px);
    font-weight: 700;
    color: var(--text, #0d0d0d);
    letter-spacing: .04em;
    line-height: 1;
    margin-bottom: 6px;
    /* Tabular nums: all digits occupy identical width → no shifting */
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1;
    white-space: nowrap;
}

.mamedia-countdown__label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-3, #6a6a6a);
}

.mamedia-countdown__sep {
    font-size: clamp(32px, 6vw, 56px);
    font-weight: 300;
    color: var(--text-4, #a0a0a0);
    line-height: 1;
    align-self: flex-start;
    padding-top: 4px;
}

.mamedia-countdown__expired {
    font-size: 16px;
    color: var(--text-3, #6a6a6a);
    margin-bottom: 24px;
}

.mamedia-countdown__cta {
    display: flex;
    justify-content: center;
}

/* ── 4. EVENT FORM ────────────────────────────────── */

.mamedia-event-form {
    border-bottom: 1px solid var(--border, #e4e2db);
}

.mamedia-event-form__urgency {
    overflow: hidden;
    background: var(--mm-gold, #b8a07a);
    padding: 10px 0;
}

.mamedia-event-form__urgency-track {
    display: flex;
    gap: 0;
    animation: mm-marquee 18s linear infinite;
    white-space: nowrap;
}

.mamedia-event-form__urgency-track span {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    padding: 0 32px;
    flex-shrink: 0;
}

.mamedia-event-form__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 24px 56px;
    border-bottom: 1px solid var(--border, #e4e2db);
    flex-wrap: wrap;
}

.mamedia-event-form__meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--text-2, #3a3a3a);
    font-weight: 500;
}

.mamedia-event-form__meta-icon {
    font-size: 16px;
}

.mamedia-event-form__form {
    max-width: 640px;
    margin: 48px auto;
    padding: 0 24px;
}

.mamedia-event-form__title {
    font-size: 22px;
    font-weight: 600;
    color: var(--text, #0d0d0d);
    margin-bottom: 24px;
    text-align: center;
    letter-spacing: -0.3px;
}

.mamedia-event-form__no-form {
    padding: 40px;
    border: 2px dashed var(--border-2, #d0cec6);
    border-radius: 10px;
    text-align: center;
    color: var(--text-3, #6a6a6a);
    font-size: 13px;
}

/* ── 5. SPEAKERS ──────────────────────────────────── */

.mamedia-speakers {
    padding: 80px 56px;
    border-bottom: 1px solid var(--border, #e4e2db);
}

.mamedia-speakers__header {
    margin-bottom: 40px;
}

.mamedia-speakers__title {
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 600;
    color: var(--text, #0d0d0d);
    letter-spacing: -0.3px;
}

.mamedia-speakers__grid {
    display: grid;
    gap: 24px;
}

.mamedia-speakers__grid--cols-1 { grid-template-columns: 1fr; max-width: 400px; }
.mamedia-speakers__grid--cols-2 { grid-template-columns: repeat(2, 1fr); }
.mamedia-speakers__grid--cols-3 { grid-template-columns: repeat(3, 1fr); }
.mamedia-speakers__grid--cols-4 { grid-template-columns: repeat(4, 1fr); }

.mamedia-speaker-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--bg-alt, #fff);
    border: 1px solid var(--border, #e4e2db);
    border-radius: 16px;
    padding: 32px 24px;
    gap: 16px;
}

.mode-dark .mamedia-speaker-card {
    background: var(--s1, #0f0f0d);
    border-color: var(--b1, #1c1c1a);
}

.mamedia-speaker-card__image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid var(--border-2, #d0cec6);
}

.mamedia-speaker-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mamedia-speaker-card__name {
    font-size: 17px;
    font-weight: 600;
    color: var(--text, #0d0d0d);
    margin-bottom: 4px;
}

.mamedia-speaker-card__company-logo img {
    max-height: 28px;
    width: auto;
    margin: 0 auto;
}

.mamedia-speaker-card__role {
    font-size: 12px;
    color: var(--text-3, #6a6a6a);
    margin-bottom: 8px;
}

.mamedia-speaker-card__bio {
    font-size: 13px;
    color: var(--text-3, #6a6a6a);
    line-height: 1.65;
    font-weight: 300;
}

/* ── 6. CTA ───────────────────────────────────────── */

.mamedia-cta {
    padding: 96px 56px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Auto mode — dark section in light theme, distinct in dark */
.mode-light .mamedia-cta--auto {
    background: #0d0d0d;
}

.mode-light .mamedia-cta--auto .mamedia-cta__title,
.mode-light .mamedia-cta--auto h2 { color: #fff; }

.mode-light .mamedia-cta--auto .mamedia-cta__subtitle { color: rgba(255,255,255,.45); }
.mode-light .mamedia-cta--auto .mamedia-cta__note     { color: rgba(255,255,255,.3); }

.mode-light .mamedia-cta--auto .form-divider__line  { background: rgba(255,255,255,.08); }
.mode-light .mamedia-cta--auto .form-divider__text  { color: rgba(255,255,255,.25); }

.mode-dark .mamedia-cta--auto {
    background: var(--bg-alt, #0f0f0d);
    border-top: 1px solid var(--b1, #1c1c1a);
}

.mamedia-cta--dark  { background: #0d0d0d; }
.mamedia-cta--dark .mamedia-cta__title { color: #fff; }
.mamedia-cta--dark .mamedia-cta__subtitle { color: rgba(255,255,255,.45); }

.mamedia-cta--gold  { background: var(--mm-gold, #b8a07a); }
.mamedia-cta--gold .mamedia-cta__title,
.mamedia-cta--gold .mamedia-cta__subtitle,
.mamedia-cta--gold .mamedia-cta__note { color: #0d0d0d; }

.mamedia-cta--light { background: var(--bg, #f5f4f0); }

.mamedia-cta.has-dot-grid::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}

.mamedia-cta__inner {
    position: relative;
    z-index: 1;
    max-width: 640px;
    margin-inline: auto;
}

.mamedia-cta__label { margin-bottom: 18px; }

.mamedia-cta__title {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 300;
    color: var(--text, #0d0d0d);
    letter-spacing: -1px;
    line-height: 1.1;
    margin-bottom: 16px;
}

.mamedia-cta__subtitle {
    font-size: 15px;
    color: var(--text-3, #6a6a6a);
    line-height: 1.75;
    margin-bottom: 32px;
    max-width: 480px;
    margin-inline: auto;
}

.mamedia-cta__note {
    font-size: 12px;
    color: var(--text-4, #a0a0a0);
    margin-top: 16px;
}

.mamedia-cta__actions { display: flex; justify-content: center; }

.mamedia-cta__divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 28px 0 20px;
    max-width: 360px;
    margin-inline: auto;
}

.mamedia-cta__divider-line {
    flex: 1;
    height: 1px;
    background: var(--border, #e4e2db);
}

.mamedia-cta__divider-text {
    font-size: 12px;
    color: var(--text-4, #a0a0a0);
    white-space: nowrap;
}

.mamedia-cta__form {
    max-width: 520px;
    margin-inline: auto;
    text-align: left;
}

/* ── 7. CLIENT LOGOS ───────────────────────────────── */

.mamedia-client-logos {
    border-bottom: 1px solid var(--border, #1c1c1a);
}

/* ── Eyebrow — label acima do marquee ── */
.mamedia-client-logos__eyebrow {
    display: block;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-3, #606058);
    padding: 28px 0 16px;
    margin: 0;
}

/* ── Marquee container ── */
.mamedia-logos-marquee {
    padding: 20px 0 28px;
    background: transparent;
    overflow: hidden;
    position: relative;
}

/*
 * Gradientes nas extremidades — simétricos, sem texto a interferir.
 * clamp() escala com o viewport: generoso em desktop, razoável em mobile.
 *
 * Left: clamp(160px, 16vw, 360px)
 * Right: clamp(160px, 16vw, 360px)  — ambos iguais para simetria premium
 */
.mamedia-logos-marquee::before,
.mamedia-logos-marquee::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: clamp(160px, 16vw, 360px);
    z-index: 1;
    pointer-events: none;
}

.mamedia-logos-marquee::before {
    left: 0;
    background: linear-gradient(
        to right,
        var(--bg, #090909) 0%,
        var(--bg, #090909) 20%,
        transparent 100%
    );
}

.mamedia-logos-marquee::after {
    right: 0;
    background: linear-gradient(
        to left,
        var(--bg, #090909) 0%,
        var(--bg, #090909) 20%,
        transparent 100%
    );
}

/* Dark mode — só precisa de sobrescrever a cor de base */
.mode-dark .mamedia-logos-marquee::before {
    background: linear-gradient(
        to right,
        var(--bg, #090909) 0%,
        var(--bg, #090909) 20%,
        transparent 100%
    );
}

.mode-dark .mamedia-logos-marquee::after {
    background: linear-gradient(
        to left,
        var(--bg, #090909) 0%,
        var(--bg, #090909) 20%,
        transparent 100%
    );
}

/* Nota: dark mode usa a mesma declaração porque --bg já resolve para
   #090909 quando body.mode-dark está activo. Os blocos acima são
   mantidos explicitamente para clareza. */

/* ── Track animado ── */
.mamedia-logos-marquee__track {
    display: flex;
    animation: mm-marquee 28s linear infinite;
    white-space: nowrap;
    will-change: transform;
}


.mamedia-logos-marquee__item {
    display: flex;
    align-items: center;
    padding: 0 48px;
    flex-shrink: 0;
}

.mamedia-logos-marquee__item img {
    height: 40px;
    width: auto;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .45;
    transition: opacity 250ms ease, filter 250ms ease;
}

.mamedia-logos-marquee__item a:hover img,
.mamedia-logos-marquee__item:hover img {
    opacity: .75;
    filter: grayscale(.1);
}

.mamedia-logos-marquee__text-fallback {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-4, #3a3a38);
    white-space: nowrap;
}

/* ── Grid (modo não-marquee) ── */
.mamedia-logos-grid {
    padding: 32px 56px 40px;
}

.mamedia-logos-grid__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1px;
    background: var(--border, #1c1c1a);
    border-radius: var(--r-lg, 14px);
    overflow: hidden;
}

.mamedia-logos-grid__item {
    background: var(--bg, #090909);
    padding: 20px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    transition: background 150ms ease;
}

.mamedia-logos-grid__item:hover {
    background: var(--surface, #0f0f0d);
}

.mamedia-logos-grid__item img {
    max-height: 28px;
    width: auto;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .35;
    transition: opacity 250ms ease, filter 250ms ease;
}

.mamedia-logos-grid__item:hover img {
    opacity: .75;
    filter: grayscale(.1);
}

.mamedia-logos-grid__text-fallback {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-4, #3a3a38);
}

/* ── 8. BOOKING BUTTON ────────────────────────────── */

.mamedia-booking-button {
    display: flex;
}

.mamedia-booking-button--align-center { justify-content: center; }
.mamedia-booking-button--align-right  { justify-content: flex-end; }
.mamedia-booking-button--align-left   { justify-content: flex-start; }

.mamedia-booking-btn.btn--lg {
    font-size: 16px;
    padding: 16px 32px;
}

/* ── Shared marquee keyframe ──────────────────────── */

@keyframes mm-marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ── Responsive ───────────────────────────────────── */

@media (max-width: 1024px) {
    .mamedia-testimonials__hero {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .mamedia-testimonials__reviews {
        grid-template-columns: repeat(2, 1fr);
    }
    .mamedia-speakers__grid--cols-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .mamedia-hero,
    .mamedia-testimonials,
    .mamedia-countdown,
    .mamedia-speakers,
    .mamedia-cta,
    .mamedia-logos-grid {
        padding-inline: 24px;
    }

    .mamedia-hero__proof {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .mamedia-hero__proof-item {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }

    .mamedia-testimonials__reviews,
    .mamedia-speakers__grid--cols-2,
    .mamedia-speakers__grid--cols-3,
    .mamedia-speakers__grid--cols-4 {
        grid-template-columns: 1fr;
    }

    .mamedia-countdown__units {
        gap: 0;
    }

    .mamedia-countdown__unit {
        padding: 0 10px;
        min-width: 64px;   /* fixed width on mobile too */
    }

    .mamedia-countdown__num {
        font-size: clamp(28px, 9vw, 48px);
    }

    .mamedia-event-form__meta {
        flex-direction: column;
        gap: 12px;
        padding-inline: 24px;
    }

    .mamedia-logos-marquee__label { display: none; }
}

/* ── 9. TITLE BLOCK ───────────────────────────────── */

.mamedia-title { padding: 40px 56px; }
.mamedia-title--align-center { text-align: center; }
.mamedia-title--align-center .mamedia-title__subtitle { margin-inline: auto; }
.mamedia-title--align-right { text-align: right; }

.mamedia-title__eyebrow {
    margin-bottom: 14px;
    display: block;
}

.mamedia-title__eyebrow--pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--border-2, #d0cec6);
    border-radius: 100px;
    padding: 5px 16px;
    background: var(--surface, #fff);
    font-size: 12px;
    color: var(--text-3, #6a6a6a);
    margin-bottom: 18px;
}

.mamedia-title__heading {
    margin: 0 0 14px;
    line-height: 1.04;
    color: var(--text, #0d0d0d);
}

.mamedia-title__main {
    display: block;
    font-weight: 300;
    letter-spacing: -0.04em;
}

.mamedia-title__horizon {
    display: block;
}

.mamedia-title__subtitle {
    font-size: 16px;
    color: var(--text-3, #6a6a6a);
    line-height: 1.75;
    max-width: 560px;
    font-weight: 300;
    margin: 0;
}

/* ── 10. SERVICES ─────────────────────────────────── */

.mamedia-services { padding: var(--sp-10, 96px) 56px; }

.mamedia-services__header {
    max-width: 1140px;
    margin-inline: auto;
    margin-bottom: var(--sp-7, 48px);
}

.mamedia-services__title {
    font-size: clamp(26px, 3.5vw, 38px);
    font-weight: 300;
    color: var(--text, #0d0d0d);
    letter-spacing: -0.03em;
}

.mamedia-services__title strong { font-weight: 700; }
.mamedia-services__title em { font-style: normal; color: var(--mm-gold, #b8a07a); }

.mamedia-services__rows {
    max-width: 1140px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mamedia-services__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--border, #e4e2db);
    border-radius: 14px;
    overflow: hidden;
}

.mamedia-services__row--flip { direction: rtl; }
.mamedia-services__row--flip > * { direction: ltr; }

.mamedia-services__text {
    padding: 52px;
    border-right: 1px solid var(--border, #e4e2db);
    background: var(--bg, #f5f4f0);
}

.mamedia-services__row--flip .mamedia-services__text {
    border-right: none;
    border-left: 1px solid var(--border, #e4e2db);
}

.mamedia-services__visual {
    background: var(--surface, #0f0f0d);
    padding: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mamedia-services__visual-placeholder {
    width: 100%;
    height: 200px;
    background: var(--surface-2, #f0efe9);
    border-radius: 10px;
}

.svc-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--mm-gold, #b8a07a);
    margin-bottom: 16px;
    display: block;
}

.mamedia-services__heading {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 600;
    color: var(--text, #0d0d0d);
    margin-bottom: 10px;
    letter-spacing: -0.3px;
}

.mamedia-services__desc {
    font-size: 14px;
    color: var(--text-3, #6a6a6a);
    line-height: 1.75;
    max-width: 360px;
    margin-bottom: 16px;
}

.mamedia-services__chips {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.svc-chip {
    background: var(--surface-2, #f0efe9);
    border: 1px solid var(--border, #e4e2db);
    border-radius: 6px;
    color: var(--text-3, #6a6a6a);
    font-size: 11px;
    padding: 3px 10px;
}

.mamedia-services__cta { display: inline-flex; margin-top: 4px; }

/* ── 11. RESULTS ──────────────────────────────────── */

.mamedia-results {
    background: var(--bg-alt, #fff);
    border-top: 1px solid var(--border, #e4e2db);
    border-bottom: 1px solid var(--border, #e4e2db);
    padding: var(--sp-10, 96px) 56px;
}

.mamedia-results__inner { max-width: 1140px; margin-inline: auto; }

.mamedia-results__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: var(--sp-9, 80px);
    border-bottom: 1px solid var(--border-2, #d0cec6);
    margin-bottom: var(--sp-9, 80px);
    gap: 32px;
    flex-wrap: wrap;
}

.mamedia-results__title {
    font-size: clamp(26px, 3.5vw, 38px);
    font-weight: 300;
    color: var(--text, #0d0d0d);
    letter-spacing: -0.03em;
    margin-bottom: 12px;
}

.mamedia-results__big { text-align: right; }

.mamedia-results__big-metric {
    font-size: clamp(48px, 8vw, 80px);
    color: var(--mm-gold, #b8a07a);
    letter-spacing: 0.04em;
    line-height: 1;
}

.mamedia-results__big-desc {
    font-size: 13px;
    color: var(--text-3, #6a6a6a);
    margin-top: 4px;
}

.mamedia-results__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 32px;
}

.mamedia-results__case {
    background: var(--surface, #0f0f0d);
    border: 1px solid var(--border-2, #242422);
    border-radius: var(--r-lg, 14px);
    padding: 28px 24px 24px;
    transition: border-color 150ms, box-shadow 150ms;
    cursor: default;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.mamedia-results__case::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 0% 0%, rgba(184,160,122,.06) 0%, transparent 70%);
    pointer-events: none;
}

.mamedia-results__case:hover {
    border-color: var(--mm-gold, #b8a07a);
    box-shadow: 0 4px 24px rgba(184,160,122,.08);
}

.mamedia-results__case-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-3, #6a6a6a);
    margin-bottom: 12px;
    display: block;
}

.mamedia-results__case-num {
    font-family: var(--font-heading, 'Horizon', sans-serif);
    font-size: clamp(26px, 3.5vw, 38px);
    font-weight: 700;
    color: var(--mm-gold, #b8a07a);
    letter-spacing: -.02em;
    line-height: 1.1;
    transition: color 150ms;
}

.mamedia-results__case-desc {
    font-size: 13px;
    color: var(--text-3, #606058);
    line-height: 1.6;
    flex: 1;
}

.mamedia-results__cta { text-align: center; margin-top: 40px; }

/* ── 12. PROCESS ──────────────────────────────────── */

.mamedia-process {
    padding: var(--sp-10, 96px) 56px;
    border-bottom: 1px solid var(--border, #e4e2db);
}

.mamedia-process__inner { max-width: 1140px; margin-inline: auto; }

.mamedia-process__header { margin-bottom: var(--sp-9, 80px); }

.mamedia-process__title {
    font-size: clamp(26px, 3.5vw, 38px);
    font-weight: 300;
    color: var(--text, #0d0d0d);
    letter-spacing: -0.03em;
}

.mamedia-process__title em { font-style: normal; color: var(--mm-gold, #b8a07a); }

.mamedia-process__timeline {
    display: grid;
    grid-template-columns: repeat(var(--steps, 3), 1fr);
    position: relative;
}

.mamedia-process__timeline::before {
    content: '';
    position: absolute;
    top: 28px;
    left: calc(100% / (var(--steps, 3) * 2));
    right: calc(100% / (var(--steps, 3) * 2));
    height: 1px;
    background: var(--border-2, #d0cec6);
}

.mamedia-process__step {
    text-align: center;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.mamedia-process__dot {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--bg-alt, #fff);
    border: 1px solid var(--border-2, #d0cec6);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-2, #3a3a3a);
}

.mamedia-process__dot--active {
    background: var(--mm-gold, #b8a07a);
    border-color: var(--mm-gold, #b8a07a);
    color: #000;
    font-family: var(--font-heading, 'Horizon', sans-serif);
}

.mamedia-process__step-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--text, #0d0d0d);
    margin-bottom: 8px;
}

.mamedia-process__step-desc {
    font-size: 13px;
    color: var(--text-3, #6a6a6a);
    line-height: 1.7;
    max-width: 240px;
    margin-inline: auto;
}

/* ── 13. STATS BAR ────────────────────────────────── */

.mamedia-stats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: var(--sp-7, 48px) 56px;
}

.mamedia-stats--border { border-top: 1px solid var(--border, #e4e2db); }

.mamedia-stats--grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--border, #e4e2db);
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    margin: 32px 56px;
}

.mamedia-stats--grid .mamedia-stats__item {
    background: var(--bg-alt, #fff);
    padding: 32px;
    border-right: none;
    margin-right: 0;
}

.mamedia-stats__item {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid var(--border, #e4e2db);
}

.mamedia-stats__item:last-child {
    border-right: none;
    margin-right: 0;
}

.mamedia-stats--grid .mamedia-stats__item:last-child { border-right: none; }

.mamedia-stats__num {
    font-size: 28px;
    font-weight: 700;
    color: var(--text, #0d0d0d);
    letter-spacing: -1px;
    margin-bottom: 2px;
    line-height: 1;
}

.mamedia-stats__label {
    font-size: 12px;
    color: var(--text-3, #6a6a6a);
}

/* ── 14. FAQ ──────────────────────────────────────── */

.mamedia-faq {
    padding: var(--sp-9, 80px) 56px;
    border-bottom: 1px solid var(--border, #e4e2db);
}

.mamedia-faq__header { margin-bottom: var(--sp-7, 48px); }

.mamedia-faq__title {
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 300;
    color: var(--text, #0d0d0d);
    letter-spacing: -0.03em;
}

.mamedia-faq__list {
    /* Estava com max-width: 740px sem centragem, enquanto o __header nao tinha
       cap nenhum. Resultado medido a 1440px: o header ia dos 249 aos 1177 e a
       lista parava aos 989 — 188px de vazio a direita, com o bloco a ler-se
       desalinhado. A lista passa a acompanhar a largura do header; quem
       constrange a medida e o container do tema.
       Para voltar a uma coluna estreita, repor o cap E acrescentar
       margin-inline: auto, no header tambem, para os dois partilharem medida. */
    max-width: none;
}

.mamedia-faq__item {
    border-top: 1px solid var(--border, #e4e2db);
}

.mamedia-faq__item:last-child {
    border-bottom: 1px solid var(--border, #e4e2db);
}

.mamedia-faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: var(--text, #0d0d0d);
    font-family: var(--font-body, 'Inter', sans-serif);
    text-align: left;
    transition: color 150ms;
}

.mamedia-faq__question:hover { color: var(--mm-gold, #b8a07a); }

.mamedia-faq__question[aria-expanded="true"] .mamedia-faq__icon {
    transform: rotate(180deg);
}

.mamedia-faq__icon {
    flex-shrink: 0;
    color: var(--text-3, #6a6a6a);
    transition: transform 200ms ease;
}

.mamedia-faq__answer {
    overflow: hidden;
}

.mamedia-faq__answer[hidden] {
    display: none;
}

.mamedia-faq__answer-inner {
    padding: 0 0 20px;
}

.mamedia-faq__answer-inner p {
    font-size: 14px;
    color: var(--text-3, #6a6a6a);
    line-height: 1.8;
    margin: 0 0 12px;
    font-weight: 300;
}

.mamedia-faq__answer-inner p:last-child { margin-bottom: 0; }

/* ── Responsive additions ─────────────────────────── */

@media (max-width: 1024px) {
    .mamedia-services__row { grid-template-columns: 1fr; }
    .mamedia-services__row--flip { direction: ltr; }
    .mamedia-services__text { border-right: none; border-bottom: 1px solid var(--border, #e4e2db); }
    .mamedia-services__row--flip .mamedia-services__text { border-left: none; border-bottom: 1px solid var(--border, #e4e2db); }
    .mamedia-results__grid { grid-template-columns: repeat(2, 1fr); }
    .mamedia-results__top { flex-direction: column; align-items: flex-start; }
    .mamedia-results__big { text-align: left; }
    .mamedia-process__timeline { grid-template-columns: 1fr; }
    .mamedia-process__timeline::before { display: none; }
}

@media (max-width: 768px) {
    .mamedia-title,
    .mamedia-services,
    .mamedia-results,
    .mamedia-process,
    .mamedia-faq { padding-inline: 24px; }
    .mamedia-stats { padding-inline: 24px; }
    .mamedia-stats--grid { margin-inline: 24px; }
    .mamedia-results__grid { grid-template-columns: 1fr; }
    .mamedia-stats--row { flex-direction: column; align-items: flex-start; gap: 24px; }
    .mamedia-stats__item { border-right: none; padding-right: 0; margin-right: 0; }
}

/* ── CTA title fix (sequential spans) ─── */
.mamedia-cta__title { display: block; }
.mamedia-cta__title-main  { display: block; font-weight: 300; letter-spacing: -0.04em; }
.mamedia-cta__title-hz    { display: block; }

/* ── HERO BACKGROUNDS ────────────────────────────────── */

.mamedia-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.mamedia-hero__inner {
    position: relative;
    z-index: 1;
}

/* ── Image background ──── */
.mamedia-hero__bg--image img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: center;
    display: block;
}
.mamedia-hero__bg--image::after {
    content: '';
    position: absolute; inset: 0;
    background: #000;
    opacity: var(--overlay-opacity, .5);
}

/* ── Video background ──── */
.mamedia-hero__bg--video video {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}
.mamedia-hero__bg--video::after {
    content: '';
    position: absolute; inset: 0;
    background: #000;
    opacity: var(--overlay-opacity, .5);
}

/* ── Dots background ──── */
.mamedia-hero__bg--dots {
    background-image: radial-gradient(circle, rgba(0,0,0,.35) 1.5px, transparent 1.5px);
    background-size: 28px 28px;
}
body.mode-dark .mamedia-hero__bg--dots {
    background-image: radial-gradient(circle, rgba(255,255,255,.35) 1.5px, transparent 1.5px);
}

/* ── Grid background ──── */
.mamedia-hero__bg--grid {
    background-image:
        linear-gradient(rgba(0,0,0,.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,.18) 1px, transparent 1px);
    background-size: 56px 56px;
    animation: mmb-grid-pan 30s linear infinite;
}
body.mode-dark .mamedia-hero__bg--grid {
    background-image:
        linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
}
@keyframes mmb-grid-pan {
    0%   { background-position: 0 0; }
    100% { background-position: 56px 56px; }
}

/* ── Typographic background ──── */
/* ── Typographic background ──── */
/* position:absolute + inset:0 from .mamedia-hero__bg — fills the section */
/* overflow:hidden on section clips the oversized text */
.mamedia-hero__bg--typographic {
    display: block; /* let spans stack as block elements */
    padding: 0;
}
.mamedia-hero__bg-word {
    display: block;
    font-family: var(--font-heading, 'Horizon', sans-serif);
    font-size: clamp(80px, 14vw, 200px);
    line-height: .82;
    font-weight: 700;
    letter-spacing: -.02em;
    color: var(--text, #0d0d0d);
    opacity: .04;
    white-space: nowrap;
    user-select: none;
    pointer-events: none;
}
body.mode-dark .mamedia-hero__bg-word { opacity: .06; }

/* ── Gradient background ──── */
.mamedia-hero__bg--gradient {
    background:
        radial-gradient(ellipse 90% 80% at 10% 50%, rgba(184,160,122,.55) 0%, transparent 70%),
        radial-gradient(ellipse 70% 60% at 90% 30%, rgba(184,160,122,.35) 0%, transparent 65%);
}
body.mode-light .mamedia-hero__bg--gradient {
    background:
        radial-gradient(ellipse 90% 80% at 10% 50%, rgba(184,160,122,.22) 0%, transparent 70%),
        radial-gradient(ellipse 70% 60% at 90% 30%, rgba(184,160,122,.14) 0%, transparent 65%);
}
/* Gradient bg — ensure text legibility */
.mamedia-hero.has-bg-gradient .mamedia-hero__subtitle,
.mamedia-hero.has-bg-gradient .mamedia-hero__proof-desc {
    color: var(--text-2, rgba(240,239,232,.75));
    text-shadow: 0 1px 12px rgba(0,0,0,.4);
}
.mamedia-hero.has-bg-gradient .mamedia-hero__title-main {
    text-shadow: 0 2px 20px rgba(0,0,0,.3);
}

/* Text-protection: gradient bg bleeds into text area — darken slightly under content */
.mamedia-hero--bg-gradient .mamedia-hero__inner {
    position: relative;
}
.mamedia-hero--bg-gradient .mamedia-hero__inner::before {
    content: '';
    position: absolute;
    inset: -40px -60px;
    background: radial-gradient(ellipse 70% 80% at 40% 50%,
        rgba(0,0,0,.25) 0%, transparent 75%);
    pointer-events: none;
    z-index: -1;
}
body.mode-light .mamedia-hero--bg-gradient .mamedia-hero__inner::before {
    background: radial-gradient(ellipse 70% 80% at 40% 50%,
        rgba(255,255,255,.30) 0%, transparent 75%);
}
/* Subtitle readable on gradient */
.mamedia-hero--bg-gradient .mamedia-hero__subtitle {
    text-shadow: 0 1px 8px rgba(0,0,0,.4);
}
body.mode-light .mamedia-hero--bg-gradient .mamedia-hero__subtitle {
    text-shadow: 0 1px 6px rgba(255,255,255,.5);
}

/* ── TESTIMONIALS — corrected layout ─────────────────────── */
.mamedia-testimonials__hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 48px;
    padding-bottom: 56px;
    border-bottom: 1px solid var(--border, #e4e2db);
    margin-bottom: 48px;
}
@media (max-width: 768px) {
    .mamedia-testimonials__hero { grid-template-columns: 1fr; gap: 32px; }
}
.mamedia-testimonials__quote { font-size: 22px; font-weight: 300; line-height: 1.55; letter-spacing: -.3px; margin-bottom: 24px; border: none; padding: 0; }
.mamedia-testimonials__quote em { font-style: italic; color: var(--text-2, #3a3a3a); }
.mamedia-testi-av { width: 40px; height: 40px; border-radius: 50%; background: rgba(184,160,122,.15); border: 1px solid rgba(184,160,122,.3); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: var(--mm-gold, #b8a07a); flex-shrink: 0; }
.mamedia-testi-logo {
    display: block;
    max-height: 28px;
    max-width: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: left center;
    opacity: .85;
    border-radius: 0 !important; /* never circular — logos are rectangular */
    flex-shrink: 0;
}
.mamedia-testimonials__feat-author { display: flex; align-items: center; gap: 12px; }
.mamedia-testimonials__feat-author strong { font-size: 14px; font-weight: 500; color: var(--text, #f0efe8); display: block; }
.mamedia-testimonials__feat-author span { font-size: 12px; color: var(--text-3, #606058); }

.mamedia-testi-video { background: var(--surface-2, #f0efe9); border: 1px solid var(--border, #1c1c1a); border-radius: 14px; overflow: hidden; }
.mamedia-testi-video__thumb { height: 200px; display: flex; align-items: center; justify-content: center; gap: 14px; background: var(--surface, #fff); cursor: pointer; }
.mamedia-testi-video__play { width: 40px; height: 40px; border-radius: 50%; background: var(--mm-gold, #b8a07a); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mamedia-testi-video__play svg { fill: #000; }
.mamedia-testi-video__body { padding: 16px 20px; display: flex; align-items: center; gap: 10px; }
.mamedia-testi-video__body strong { font-size: 13px; font-weight: 500; color: var(--text, #f0efe8); display: block; }
.mamedia-testi-video__body span { font-size: 12px; color: var(--text-3, #606058); }

.mamedia-testimonials__reviews { display: grid; grid-template-columns: repeat(var(--testi-cols,3), 1fr); gap: 16px; }
@media (max-width: 768px) { .mamedia-testimonials__reviews { grid-template-columns: 1fr; } }
.mamedia-testi-review { background: var(--surface, #fff); border: 1px solid var(--border, #1c1c1a); border-radius: 10px; padding: 20px; }
.mamedia-testi-review__stars { color: var(--mm-gold, #b8a07a); font-size: 14px; margin-bottom: 8px; }
.mamedia-testi-review p { font-size: 13px; color: var(--text-2, #a0a090); line-height: 1.65; margin: 0 0 12px; }
.mamedia-testi-review__author { font-size: 12px; color: var(--text-3, #606058); }
.mamedia-testi-review__author strong { color: var(--text, #f0efe8); font-weight: 500; }

/* ── SERVICES — Funnel & Pipeline visuals ─────────────────── */
.mm-funnel { display: flex; flex-direction: column; gap: 6px; width: 100%; max-width: 300px; }
.mm-funnel__title { font-size: 10px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--text-3, #606058); margin-bottom: 12px; }
.mm-funnel__row { display: flex; align-items: center; gap: 10px; }
.mm-funnel__label { font-size: 11px; color: var(--text-3, #606058); width: 88px; text-align: right; flex-shrink: 0; }
.mm-funnel__track { flex: 1; height: 8px; background: var(--surface-2, #f0efe9); border-radius: 4px; overflow: hidden; border: 1px solid var(--border, #1c1c1a); }
.mm-funnel__fill { height: 100%; border-radius: 4px; background: var(--mm-gold, #b8a07a); transition: width .6s ease; }
.mm-funnel__pct { font-size: 11px; color: var(--text-2, #a0a090); width: 34px; }

.mm-pipeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; width: 100%; max-width: 340px; }
.mm-pipeline__col { background: var(--surface-2, #f0efe9); border: 1px solid var(--border, #1c1c1a); border-radius: 8px; padding: 12px 10px; text-align: center; }
.mm-pipeline__stage { font-size: 9px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-3, #606058); margin-bottom: 8px; }
.mm-pipeline__count { font-size: 22px; font-weight: 700; color: var(--text, #f0efe8); letter-spacing: -1px; margin-bottom: 2px; }
.mm-pipeline__val { font-size: 10px; color: var(--mm-gold, #b8a07a); }
/* ── Result visual (service card) ─── */
.mm-result-vis {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    padding: 32px 28px;
    background: var(--surface-2, #141412);
    border: 1px solid var(--border-2, #242422);
    border-radius: var(--r-lg, 14px);
    width: 100%;
    max-width: 380px;
    min-height: 180px;
    position: relative;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: break-word;
}
.mm-result-vis::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 70% at 0% 50%, rgba(184,160,122,.12) 0%, transparent 70%);
    pointer-events: none;
}
.mm-result-vis__metric {
    font-family: var(--font-heading, 'Horizon', sans-serif);
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.02em;
    color: var(--mm-gold, #b8a07a);
    position: relative;
}
.mm-result-vis__context {
    font-size: 13px;
    color: var(--text-3, #606058);
    line-height: 1.4;
    position: relative;
}
.mm-result-vis__desc {
    font-size: 12px;
    color: var(--text-3, #606058);
    line-height: 1.5;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Inside services block: fill the visual column (it's already the container) */
.mamedia-services__visual .mm-result-vis {
    max-width: 100%;
    background: var(--bg, #090909);
    border: 2px solid var(--border-2, #242422);
    min-height: 220px;
}
.mamedia-services__visual .mm-result-vis::before {
    background: radial-gradient(ellipse 100% 80% at 5% 50%, rgba(184,160,122,.18) 0%, transparent 70%);
}
.mamedia-services__visual .mm-result-vis__metric {
    font-size: clamp(22px, 5.5vw, 52px);
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}
.mm-result-vis__extras {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    position: relative;
}
.mm-result-vis__extra {
    font-size: 11px;
    font-weight: 500;
    color: var(--text-2, #a0a090);
    background: var(--surface, #0f0f0d);
    border: 1px solid var(--border, #1c1c1a);
    border-radius: var(--r-pill, 100px);
    padding: 3px 10px;
    white-space: nowrap;
}


/* ── BLOG SECTION ─────────────────────────────────────────────────────────── */
.mamedia-blog { padding: 80px 56px; }
.mamedia-blog__inner { max-width: 1140px; margin-inline: auto; }
.mamedia-blog__head { margin-bottom: 32px; }
.mamedia-blog__title { font-size: clamp(28px,3.5vw,42px); font-weight: 300; letter-spacing: -.03em; margin-bottom: 8px; }
.mamedia-blog__sub { font-size: 15px; color: var(--text-2, #a0a090); max-width: 480px; line-height: 1.6; }
.mamedia-blog__filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 32px; }
.mamedia-blog__filter { font-size: 12px; font-weight: 500; padding: 6px 14px; border-radius: 20px; border: 1px solid var(--border, #1c1c1a); color: var(--text-2, #a0a090); text-decoration: none; transition: all .15s; background: transparent; cursor: pointer; }
.mamedia-blog__filter:hover,.mamedia-blog__filter--active { background: var(--mm-gold,.#b8a07a); color: #000; border-color: var(--mm-gold,#b8a07a); }
.mamedia-blog__feat { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--border, #1c1c1a); text-decoration: none; color: inherit; }
@media(max-width:768px) { .mamedia-blog__feat { grid-template-columns:1fr; } .mamedia-blog { padding:60px 24px; } }
.mamedia-blog__feat-img { height: 320px; border-radius: 14px; background: var(--surface-2, #141412); background-size: cover; background-position: center; }
.mamedia-blog__cat { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--mm-gold,#b8a07a); margin-bottom: 10px; display: block; }
.mamedia-blog__feat-title { font-size: 26px; font-weight: 300; letter-spacing: -.02em; line-height: 1.25; margin-bottom: 12px; }
.mamedia-blog__feat-excerpt { font-size: 14px; color: var(--text-2, #a0a090); line-height: 1.7; margin-bottom: 20px; }
.mamedia-blog__meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.mamedia-blog__author { display: flex; align-items: center; gap: 10px; }
.mamedia-blog__av { width: 32px; height: 32px; border-radius: 50%; background: var(--surface-2, #141412); background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: var(--mm-gold,#b8a07a); flex-shrink: 0; }
.mamedia-blog__author strong { font-size: 13px; font-weight: 500; display: block; }
.mamedia-blog__author span { font-size: 11px; color: var(--text-3, #606058); }
.mamedia-blog__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
@media(max-width:900px){ .mamedia-blog__grid { grid-template-columns:repeat(2,1fr); } }
@media(max-width:600px){ .mamedia-blog__grid { grid-template-columns:1fr; } }
.mamedia-blog__card { text-decoration: none; color: inherit; border: 1px solid var(--border, #1c1c1a); border-radius: 12px; overflow: hidden; transition: transform .2s; }
.mamedia-blog__card:hover { transform: translateY(-3px); }
.mamedia-blog__card-img { height: 180px; background: var(--surface-2, #141412); background-size: cover; background-position: center; }
.mamedia-blog__card-body { padding: 16px; }
.mamedia-blog__card-title { font-size: 15px; font-weight: 400; letter-spacing: -.01em; line-height: 1.35; margin-bottom: 8px; }
.mamedia-blog__card-excerpt { font-size: 12px; color: var(--text-2, #a0a090); line-height: 1.6; margin-bottom: 10px; }
.mamedia-blog__card-meta { font-size: 11px; color: var(--text-3, #606058); }

/* ── RESULT CHART CARDS ────────────────────────────────────────────────────── */
.mamedia-result-charts {
    display: grid;
    gap: 16px;
    max-width: 1140px;
    margin-inline: auto;
    width: 100%;
    padding: 0 max(24px, 5vw);
    box-sizing: border-box;
}
.mamedia-result-charts--1 { grid-template-columns: 1fr; max-width: 560px; }
.mamedia-result-charts--2 { grid-template-columns: repeat(2, 1fr); }
.mamedia-result-charts--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) {
    .mamedia-result-charts--2, .mamedia-result-charts--3 { grid-template-columns: 1fr; }
}
.mamedia-result-chart {
    background: var(--surface, #0f0f0d);
    border: 1px solid var(--border-2, #242422);
    border-radius: var(--r-lg, 14px);
    padding: 24px 22px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: border-color .15s, box-shadow .15s;
    position: relative;
}
.mamedia-result-chart::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: var(--border-2, #242422);
    border-radius: var(--r-lg, 14px) var(--r-lg, 14px) 0 0;
    transition: background .15s;
}
.mamedia-result-chart:hover {
    border-color: var(--mm-gold, #b8a07a);
    box-shadow: 0 4px 24px rgba(184,160,122,.08);
}
.mamedia-result-chart:hover::before {
    background: var(--mm-gold, #b8a07a);
}
.mamedia-result-chart__desc { font-size: 13px; color: var(--text-2, #a0a090); line-height: 1.6; margin-bottom: 16px; }
.mamedia-result-chart__top { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
.mamedia-result-chart__metric-label { font-size: 11px; color: var(--text-3, #606058); margin-bottom: 2px; }
.mamedia-result-chart__metric { font-size: 22px; font-weight: 700; color: var(--mm-gold,#b8a07a); letter-spacing: -.5px; }
.mamedia-result-chart__dates { display: flex; flex-direction: column; gap: 3px; font-size: 11px; color: var(--text-3, #606058); text-align: right; }
.mamedia-result-chart__chart { margin-top: auto; padding-top: 16px; height: 70px; overflow: hidden; }
.mamedia-result-chart__svg { width: 100%; height: 70px; }
.mamedia-result-chart__line { stroke-dasharray: 1000; stroke-dashoffset: 1000; animation: rcDraw 1.5s ease forwards; }
@keyframes rcDraw { to { stroke-dashoffset: 0; } }

/* ── CHECKLIST ─────────────────────────────────────────────────────────────── */
.mamedia-checklist { padding: 32px 36px; border-radius: 14px; }
.mamedia-checklist--dark { background: var(--surface,#111); color: var(--text,#fff); border: 1px solid rgba(255,255,255,.08); }
.mamedia-checklist--light { background: var(--surface-2,#f5f5f3); color: var(--text,#0d0d0d); border: 1px solid var(--border, #1c1c1a); }
.mamedia-checklist--outline { background: transparent; border: 1px solid var(--border, #1c1c1a); }
.mamedia-checklist__title { font-size: 20px; font-weight: 400; margin-bottom: 20px; }
.mamedia-checklist__list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.mamedia-checklist--cols-2 .mamedia-checklist__list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.mamedia-checklist__item { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; line-height: 1.5; }
.mamedia-checklist__tick { flex-shrink: 0; color: var(--cl-accent, var(--mm-gold,#b8a07a)); font-size: 14px; font-weight: 700; margin-top: 1px; }

/* ── BIG METRIC ────────────────────────────────────────────────────────────── */
.mamedia-big-metric { padding: 64px 40px; text-align: center; }
.mamedia-big-metric__inner { max-width: 720px; margin-inline: auto; }
.mamedia-big-metric__eyebrow { display: block; margin-bottom: 18px; }
.mamedia-big-metric__value {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    margin: 0;
    line-height: 1;
    color: var(--text, #f0efe8);
}
.mamedia-big-metric__number {
    font-family: var(--font-heading, 'Horizon', 'Inter', system-ui, sans-serif);
    font-size: clamp(52px, 9vw, 104px);
    font-weight: 700;
    letter-spacing: -.02em;
    color: var(--mm-gold, #b8a07a);
}
.mamedia-big-metric__prefix,
.mamedia-big-metric__unit {
    font-family: var(--font-heading, 'Horizon', 'Inter', system-ui, sans-serif);
    font-size: clamp(24px, 4vw, 44px);
    font-weight: 700;
    color: var(--mm-gold, #b8a07a);
}
.mamedia-big-metric__description {
    margin: 18px auto 0;
    max-width: 52ch;
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-2, #a0a090);
}

/* ── TRUST BAR ─────────────────────────────────────────────────────────────── */
.mamedia-trust-bar { padding: 40px; }
.mamedia-trust-bar__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px 40px;
}
.mamedia-trust-bar__item { display: flex; align-items: center; }
.mamedia-trust-bar__link { display: flex; align-items: center; text-decoration: none; }
.mamedia-trust-bar__img {
    display: block;
    max-height: 44px;
    width: auto;
    object-fit: contain;
    opacity: .75;
    transition: opacity .15s;
}
.mamedia-trust-bar__link:hover .mamedia-trust-bar__img { opacity: 1; }
.mamedia-trust-bar__name {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text-2, #a0a090);
}
.mamedia-trust-bar__link:hover .mamedia-trust-bar__name { color: var(--mm-gold, #b8a07a); }

/* Variante escura: logos monocromaticos ficam legiveis invertidos */
.mamedia-trust-bar--dark { background: var(--surface, #0f0f0d); }
.mamedia-trust-bar--dark .mamedia-trust-bar__img { filter: brightness(0) invert(1); }

.mamedia-trust-bar--light { background: var(--surface-2, #141412); }
.mamedia-trust-bar--light .mamedia-trust-bar__name { color: var(--text-3, #606058); }

/* ── PHOTO MOSAIC ──────────────────────────────────────────────────────────── */
.mamedia-photo-mosaic { display: grid; gap: 8px; }
.mamedia-photo-mosaic--2 { grid-template-columns: 2fr 1fr; }
.mamedia-photo-mosaic--3 { grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; }
.mamedia-photo-mosaic--4 { grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; }
.mamedia-photo-mosaic--5 { grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr; }
.mamedia-photo-mosaic__item { border-radius: 10px; overflow: hidden; min-height: 200px; }
.mamedia-photo-mosaic__item--main { grid-row: 1 / span 2; min-height: 400px; }
.mamedia-photo-mosaic--5 .mamedia-photo-mosaic__item--main { grid-column: 1; }
.mamedia-photo-mosaic__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mamedia-photo-mosaic__caption { font-size: 13px; color: var(--text-3, #606058); text-align: center; margin-top: 12px; }
@media(max-width:600px){ .mamedia-photo-mosaic { grid-template-columns:1fr!important; } .mamedia-photo-mosaic__item--main { grid-row:auto; min-height:250px; } }

/* ── VIDEO MODAL ───────────────────────────────────────────────────────────── */
.mamedia-testi-video__thumb { cursor: pointer; border: none; padding: 0; }
button.mamedia-testi-video__thumb { width: 100%; display: flex; align-items: center; justify-content: center; }

.mmb-video-modal {
    position: fixed; inset: 0; z-index: 99999;
    display: flex; align-items: center; justify-content: center;
    padding: 24px;
    animation: mmb-modal-in .2s ease;
}
@keyframes mmb-modal-in { from { opacity:0; } to { opacity:1; } }

.mmb-video-modal__backdrop {
    position: absolute; inset: 0;
    background: rgba(0,0,0,.82);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.mmb-video-modal__wrap {
    position: relative; z-index: 1;
    width: min(900px, 100%);
    max-height: 90vh;
}

.mmb-video-modal__player {
    position: relative;
    padding-top: 56.25%; /* 16:9 */
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(0,0,0,.6);
}

.mmb-video-modal__close {
    position: absolute;
    top: -44px; right: 0;
    width: 36px; height: 36px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background .15s;
}
.mmb-video-modal__close:hover { background: rgba(255,255,255,.22); }

.mmb-stars-row { display:flex; flex-direction:row-reverse; justify-content:flex-end; gap:2px; }

/* ══════════════════════════════════════════════════════════════════════════════
   CONTACTS BLOCK
   ══════════════════════════════════════════════════════════════════════════════ */

.mamedia-contacts {
    padding: var(--sp-9, 80px) 56px;
}

.mamedia-contacts__inner {
    max-width: 1140px;
    margin-inline: auto;
}

/* ── Header ── */
.mamedia-contacts__header {
    margin-bottom: 52px;
    max-width: 600px;
}
.mamedia-contacts__title {
    font-family: var(--font-heading, 'Horizon', sans-serif);
    font-size: clamp(28px, 4vw, 44px);
    letter-spacing: -.02em;
    line-height: 1.15;
    color: var(--text, #f0efe8);
    margin: 10px 0 0;
}
.mamedia-contacts__subtitle {
    font-size: 16px;
    color: var(--text-2, #a0a090);
    line-height: 1.7;
    margin-top: 14px;
}

/* ── Body layouts ── */
.mamedia-contacts__body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 52px;
}
.mamedia-contacts__body--has-map {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 64px;
}
.mamedia-contacts--stacked .mamedia-contacts__body--has-map {
    grid-template-columns: 1fr;
}

/* ── Info column ── */
.mamedia-contacts__info {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.mamedia-contacts__group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.mamedia-contacts__group-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--mm-gold, #b8a07a);
}
.mamedia-contacts__item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.mamedia-contacts__item small {
    font-size: 11px;
    color: var(--text-3, #606058);
    letter-spacing: .5px;
    text-transform: uppercase;
}
.mamedia-contacts__link {
    font-size: 18px;
    font-weight: 500;
    color: var(--text, #f0efe8);
    text-decoration: none;
    transition: color .15s;
    line-height: 1.4;
}
.mamedia-contacts__link:hover { color: var(--mm-gold, #b8a07a); }

.mamedia-contacts__address {
    font-size: 15px;
    color: var(--text-2, #a0a090);
    line-height: 1.8;
    margin: 0;
}

/* ── Social ── */
.mamedia-contacts__social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.mamedia-contacts__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--surface-2, #141412);
    border: 1px solid var(--border, #1c1c1a);
    border-radius: var(--r-md, 10px);
    color: var(--text-2, #a0a090);
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: background .15s, border-color .15s, color .15s;
}
.mamedia-contacts__social-link:hover {
    background: var(--mm-gold-bg, rgba(184,160,122,.08));
    border-color: var(--mm-gold, #b8a07a);
    color: var(--mm-gold, #b8a07a);
}

/* ── Booking ── */
.mamedia-contacts__booking {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    padding-top: 8px;
    border-top: 1px solid var(--border, #1c1c1a);
}
.mamedia-contacts__booking-note {
    font-size: 12px;
    color: var(--text-3, #606058);
}

/* ── Map / Right column ── */
.mamedia-contacts__map {
    border-radius: var(--r-lg, 14px);
    overflow: hidden;
    border: 1px solid var(--border, #1c1c1a);
    background: var(--surface, #0f0f0d);
    aspect-ratio: 4/3;
}
.mamedia-contacts__map iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.mamedia-contacts__right {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* ── Form divider ── */
.mamedia-contacts__form-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-3, #606058);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 0 0 20px;
    padding-top: 20px;
    border-top: 1px solid var(--border, #1c1c1a);
}

/* ════════════════════════════════════════════════════════════════
   CUSTO-CHAMADA — Integração com mamedia-blocks
   Complementa os estilos base do plugin e do mamedia-theme.
   ════════════════════════════════════════════════════════════════ */

/* ── Wrapper no bloco Contacts ── */
.mamedia-contacts__custo {
    margin-top: 8px;
}
/* O plugin gera .custo-chamada__wrap internamente — anular a margem padrão */
.mamedia-contacts__custo .custo-chamada__wrap {
    margin: 0;
}
.mamedia-contacts__custo .custo-chamada__legend {
    font-size: 11px;
    color: var(--text-3, #606058);
    font-style: italic;
    display: block;
    line-height: 1.5;
}

/* ── Números anotados automaticamente (auto_detect = 1) ──
   Quando o detector anota números dentro de blocos SSR, estes spans
   são injectados. Garantir que não quebram o layout. ── */
.mamedia-block .custo-chamada-num {
    white-space: nowrap;
    display: inline;
}
.mamedia-block .custo-chamada-mobile,
.mamedia-block .custo-chamada-phone {
    display: inline;
}

/* ── Marcador sobrescrito (*  **) em números dentro de blocos ── */
.mamedia-block .custo-chamada__marker {
    color: var(--mm-gold, #b8a07a);
    font-size: .6em;
    vertical-align: super;
    line-height: 0;
    margin-left: 1px;
}

/* ── Garantir que links de telefone nos blocos (exceto Contacts)
   não ficam com marcadores em tamanho errado ── */
.mamedia-block a[href^="tel:"] .custo-chamada__marker {
    font-size: .55em;
}

/* ── Legenda dentro de conteúdo de bloco (via auto_inject_legend) ──
   Quando o plugin injecta a legenda no fim do the_content dentro de um bloco ── */
.mamedia-block .custo-chamada__wrap {
    margin-top: var(--sp-2, 8px);
}
.mamedia-block .custo-chamada__legend {
    font-size: .75rem;
    color: var(--text-3, #606058);
    font-style: italic;
    line-height: 1.6;
    display: block;
}

/* ── Modo dark/light (via filtro custo_chamada_wrapper_class no tema) ── */
.mamedia-block .mode-dark .custo-chamada__legend  { color: var(--text-3, #606058); }
.mamedia-block .mode-light .custo-chamada__legend { color: var(--text-3, #8a8a88); }

/* ── Responsive ── */
@media (max-width: 900px) {
    .mamedia-contacts {
        padding: 60px 24px;
    }
    .mamedia-contacts__body--has-map {
        grid-template-columns: 1fr;
    }
    .mamedia-contacts__link { font-size: 16px; }
}
@media (max-width: 480px) {
    .mamedia-contacts { padding: 48px 20px; }
    .mamedia-contacts__header { margin-bottom: 36px; }
}

/* ══════════════════════════════════════════════════════════════════════════════
   MOBILE RESPONSIVE — COMPREHENSIVE (todos os blocos)
   Breakpoints: 1200 · 1024 · 768 · 480
   ══════════════════════════════════════════════════════════════════════════════ */

/* ── TABLET LANDSCAPE (≤1200px) ─────────────────────────────────────────────── */
@media (max-width: 1200px) {
    .mamedia-hero          { padding: 80px 40px 64px; }
    .mamedia-title         { padding: 36px 40px; }
    .mamedia-services      { padding: 64px 40px; }
    .mamedia-results       { padding: 64px 40px; }
    .mamedia-process       { padding: 64px 40px; }
    .mamedia-testimonials  { padding: 64px 40px; }
    .mamedia-cta           { padding: 64px 40px; }
    .mamedia-faq           { padding: 64px 40px; }
    .mamedia-speakers      { padding: 64px 40px; }
    .mamedia-contacts      { padding: 64px 40px; }
    .mamedia-stats         { padding: 48px 40px; }
    .mamedia-countdown     { padding: 60px 40px; }
    .mamedia-event-form    { padding: 0 40px 60px; }
    .mamedia-result-charts { padding-inline: 40px; }
}

/* ── TABLET PORTRAIT (≤1024px) ──────────────────────────────────────────────── */
@media (max-width: 1024px) {

    /* Global padding ── */
    .mamedia-hero, .mamedia-title, .mamedia-services, .mamedia-results,
    .mamedia-process, .mamedia-testimonials, .mamedia-cta, .mamedia-faq,
    .mamedia-speakers, .mamedia-contacts, .mamedia-stats, .mamedia-countdown,
    .mamedia-event-form, .mamedia-result-charts, .mamedia-blog,
    .mamedia-checklist, .mamedia-big-metric, .mamedia-trust-bar { padding-inline: 32px; }

    /* Hero ── */
    .mamedia-hero          { padding-block: 72px 56px; }
    .mamedia-hero__inner   { max-width: 100%; }
    .mamedia-hero__btns    { flex-wrap: wrap; gap: 10px; }

    /* Title ── */
    .mamedia-title         { padding-block: 32px; }

    /* Services ── */
    .mamedia-services__visual { min-height: 280px; padding: 32px; }
    .mamedia-services__text   { padding: 40px 32px; }
    .mamedia-services__visual .mm-result-vis { font-size: 90%; }

    /* Results ── */
    .mamedia-results__top  { gap: 24px; }

    /* Process ── */
    .mamedia-process__timeline { gap: 16px; }

    /* Testimonials ── */
    .mamedia-testimonials__hero { grid-template-columns: 1fr; gap: 24px; }
    .mamedia-testimonials__featured-quote { font-size: 17px; }
    .mamedia-testimonials__reviews { grid-template-columns: repeat(2, 1fr); }

    /* Speakers ── */
    .mamedia-speakers__grid--cols-3,
    .mamedia-speakers__grid--cols-4 { grid-template-columns: repeat(2, 1fr); }

    /* Contacts ── */
    .mamedia-contacts__body--has-map { grid-template-columns: 1fr; gap: 40px; }

    /* Stats row ── */
    .mamedia-stats--row { gap: 32px; }

    /* CTA ── */
    .mamedia-cta__inner { padding: 56px 40px; }
    .mamedia-cta__title { font-size: clamp(28px, 4vw, 44px); }

    /* Countdown ── */
    .mamedia-countdown__number { font-size: clamp(40px, 6vw, 72px); }

    /* Result chart ── */
    .mamedia-result-charts--3 { grid-template-columns: repeat(2, 1fr); }

    /* Blog ── */
    .mamedia-blog__feat { grid-template-columns: 1fr; }

    /* Booking button centered on smaller screens ── */
    .mamedia-booking-button--align-center { text-align: center; }
}

/* ── MOBILE LARGE (≤768px) ──────────────────────────────────────────────────── */
@media (max-width: 768px) {

    /* Global padding ── */
    .mamedia-hero, .mamedia-title, .mamedia-services, .mamedia-results,
    .mamedia-process, .mamedia-testimonials, .mamedia-cta, .mamedia-faq,
    .mamedia-speakers, .mamedia-contacts, .mamedia-stats, .mamedia-countdown,
    .mamedia-event-form, .mamedia-result-charts, .mamedia-blog,
    .mamedia-checklist, .mamedia-big-metric, .mamedia-trust-bar,
    .mamedia-logos-grid { padding-inline: 24px; }

    /* ── Hero ── */
    .mamedia-hero          { padding-block: 56px 48px; }
    .mamedia-hero__title   { font-size: clamp(30px, 8vw, 48px); letter-spacing: -.03em; }
    .mamedia-hero__subtitle { font-size: 15px; max-width: 100%; }
    .mamedia-hero__btns    { flex-direction: column; align-items: flex-start; gap: 10px; }
    .mamedia-hero__btns .btn-booking,
    .mamedia-hero__btns .btn-ghost { width: 100%; text-align: center; justify-content: center; }
    .mamedia-hero__proof   { flex-wrap: wrap; gap: 16px; }
    .mamedia-hero__proof-item { border-right: none; padding-right: 0; flex: 0 0 calc(50% - 8px); }
    .mamedia-hero__proof-num { font-size: clamp(24px, 6vw, 36px); }

    /* ── Title block ── */
    .mamedia-title         { padding-block: 28px; }
    .mamedia-title__heading { font-size: clamp(26px, 7vw, 40px); }

    /* ── Services ── */
    .mamedia-services      { padding-block: 48px; }
    .mamedia-services__rows { gap: 12px; }
    .mamedia-services__row { grid-template-columns: 1fr; border-radius: 10px; }
    .mamedia-services__visual .mm-result-vis__metric { font-size: clamp(20px, 7vw, 36px); }
    .mamedia-services__row--flip { direction: ltr; }
    .mamedia-services__text { padding: 32px 24px; border-right: none; border-bottom: 1px solid var(--border, #1c1c1a); }
    .mamedia-services__row--flip .mamedia-services__text { border-left: none; border-bottom: 1px solid var(--border, #1c1c1a); }
    .mamedia-services__visual { min-height: 240px; padding: 28px 24px; }
    .mamedia-services__title  { font-size: clamp(18px, 5vw, 26px); }
    .mamedia-services__chips  { flex-wrap: wrap; }

    /* ── Results ── */
    .mamedia-results       { padding-block: 48px; }
    .mamedia-results__top  { flex-direction: column; gap: 16px; align-items: flex-start; }
    .mamedia-results__big  { text-align: left; }
    .mamedia-results__big-metric { font-size: clamp(48px, 12vw, 80px); }
    .mamedia-results__grid { grid-template-columns: 1fr; gap: 12px; }

    /* ── Process ── */
    .mamedia-process       { padding-block: 48px; }
    .mamedia-process__timeline { grid-template-columns: 1fr; gap: 0; }
    .mamedia-process__timeline::before { display: none; }
    .mamedia-process__step { border-top: 1px solid var(--border, #1c1c1a); padding-top: 20px; padding-bottom: 20px; }
    .mamedia-process__step:first-child { border-top: none; }

    /* ── Testimonials ── */
    .mamedia-testimonials  { padding-block: 48px; }
    .mamedia-testimonials__hero { grid-template-columns: 1fr; gap: 24px; }
    .mamedia-testimonials__featured { padding: 24px; }
    .mamedia-testimonials__featured-quote { font-size: 16px; line-height: 1.65; }
    .mamedia-testimonials__video-card { min-height: 240px; }
    .mamedia-testimonials__reviews { grid-template-columns: 1fr; gap: 12px; }
    .mamedia-testimonials__review  { padding: 20px; }
    .mamedia-testi-header  { flex-direction: column; align-items: flex-start; gap: 16px; }

    /* ── CTA ── */
    .mamedia-cta { padding-block: 56px; }
    .mamedia-cta__inner    { padding: 40px 24px; border-radius: 14px; text-align: left; }
    .mamedia-cta__title    { font-size: clamp(26px, 7vw, 40px); }
    .mamedia-cta__subtitle { font-size: 15px; }
    .mamedia-cta__btns     { flex-direction: column; align-items: flex-start; gap: 10px; }
    .mamedia-cta__btns .btn-booking { width: 100%; text-align: center; justify-content: center; }

    /* ── FAQ ── */
    .mamedia-faq           { padding-block: 48px; }
    .mamedia-faq__header   { flex-direction: column; gap: 16px; align-items: flex-start; }
    .mamedia-faq__item-btn { font-size: 15px; padding: 16px 18px; min-height: 52px; }
    .mamedia-faq__item-body { padding: 0 18px 16px; }

    /* ── Speakers ── */
    .mamedia-speakers { padding-block: 48px; }
    .mamedia-speakers__grid--cols-2,
    .mamedia-speakers__grid--cols-3,
    .mamedia-speakers__grid--cols-4 { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .mamedia-speaker__name  { font-size: 15px; }

    /* ── Stats ── */
    .mamedia-stats         { padding-block: 40px; }
    .mamedia-stats--row    { flex-direction: column; align-items: flex-start; gap: 24px; }
    .mamedia-stats__item   { border-right: none; padding-right: 0; }
    .mamedia-stats--grid   { grid-template-columns: repeat(2, 1fr); }
    .mamedia-stats__num    { font-size: clamp(32px, 8vw, 48px); }

    /* ── Countdown ── */
    .mamedia-countdown     { padding-block: 48px; }
    .mamedia-countdown__number { font-size: clamp(36px, 9vw, 60px); }
    .mamedia-countdown__label  { font-size: 10px; }
    .mamedia-countdown__unit   { padding: 0 10px; }

    /* ── Event form ── */
    .mamedia-event-form    { padding-inline: 24px; padding-bottom: 48px; }
    .mamedia-event-form__meta { flex-direction: column; gap: 8px; }
    .mamedia-event-form__form { padding: 24px; }

    /* ── Client logos ── */
    .mamedia-logos-grid    { padding-block: 32px; }
    .mamedia-logos-marquee__label { display: none; }

    /* ── Contacts ── */
    .mamedia-contacts      { padding-block: 48px; }
    .mamedia-contacts__header { margin-bottom: 36px; }
    .mamedia-contacts__body--has-map { grid-template-columns: 1fr; gap: 32px; }
    .mamedia-contacts__link { font-size: 17px; }
    .mamedia-contacts__map  { aspect-ratio: 16/9; }

    /* ── Result chart ── */
    .mamedia-result-charts--2,
    .mamedia-result-charts--3 { grid-template-columns: 1fr; }

    /* ── Blog ── */
    .mamedia-blog          { padding-block: 48px; }
    .mamedia-blog__feat    { grid-template-columns: 1fr; }
    .mamedia-blog__grid    { grid-template-columns: repeat(2, 1fr); }

    /* ── Booking button ── */
    .mamedia-booking-button { text-align: center; }
    .mamedia-booking-button .btn-booking { width: 100%; max-width: 320px; }

    /* ── Trust bar ── */
    .mamedia-trust-bar     { padding-block: 28px; }

    /* ── VSL CTA ── */
    .mamedia-vsl-cta { padding-inline: 24px; }
    .mamedia-vsl-cta__btns { flex-direction: column; align-items: center; gap: 10px; }
    .mamedia-vsl-cta__btns .btn-booking { width: 100%; max-width: 320px; justify-content: center; }
}

/* ── SMARTPHONE (≤480px) ────────────────────────────────────────────────────── */
@media (max-width: 480px) {

    /* Global padding ── */
    .mamedia-hero, .mamedia-title, .mamedia-services, .mamedia-results,
    .mamedia-process, .mamedia-testimonials, .mamedia-cta, .mamedia-faq,
    .mamedia-speakers, .mamedia-contacts, .mamedia-stats, .mamedia-countdown,
    .mamedia-event-form, .mamedia-result-charts, .mamedia-blog,
    .mamedia-checklist, .mamedia-big-metric, .mamedia-trust-bar,
    .mamedia-logos-grid { padding-inline: 16px; }

    /* ── Hero ── */
    .mamedia-hero  { padding-block: 48px 40px; }
    .mamedia-hero__eyebrow { font-size: 11px; padding: 4px 12px; }
    .mamedia-hero__title { font-size: clamp(28px, 9vw, 40px); }
    .mamedia-hero__proof { flex-direction: column; gap: 0; }
    .mamedia-hero__proof-item { flex: 1 1 100%; border-top: 1px solid var(--border, #1c1c1a); padding: 16px 0; }
    .mamedia-hero__proof-item:first-child { border-top: none; }

    /* ── Title ── */
    .mamedia-title { padding-block: 24px; }
    .mamedia-title__heading { font-size: clamp(22px, 8vw, 32px); }

    /* ── Services ── */
    .mamedia-services { padding-block: 40px; }
    .mamedia-services__text { padding: 24px 16px; }
    .mamedia-services__visual { min-height: 200px; padding: 24px 16px; }
    .mamedia-services__title  { font-size: clamp(16px, 5.5vw, 22px); }
    .mamedia-services__cta    { font-size: 13px; }

    /* ── Results ── */
    .mamedia-results { padding-block: 40px; }
    .mamedia-results__case { padding: 20px 16px; }

    /* ── Process ── */
    .mamedia-process { padding-block: 40px; }

    /* ── Testimonials ── */
    .mamedia-testimonials  { padding-block: 40px; }
    .mamedia-testimonials__featured { padding: 20px 16px; }
    .mamedia-testimonials__featured-quote { font-size: 15px; }
    .mamedia-testimonials__reviews { gap: 10px; }

    /* ── CTA ── */
    .mamedia-cta { padding-block: 40px; }
    .mamedia-cta__inner    { padding: 32px 16px; border-radius: 10px; }
    .mamedia-cta__title    { font-size: clamp(22px, 7.5vw, 34px); }
    .mamedia-cta__note     { font-size: 11px; }

    /* ── FAQ ── */
    .mamedia-faq { padding-block: 40px; }

    /* ── Speakers ── */
    .mamedia-speakers__grid--cols-2,
    .mamedia-speakers__grid--cols-3,
    .mamedia-speakers__grid--cols-4 { grid-template-columns: 1fr; }

    /* ── Stats ── */
    .mamedia-stats--grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }

    /* ── Countdown ── */
    .mamedia-countdown__number { font-size: clamp(30px, 10vw, 52px); }
    .mamedia-countdown__unit   { padding: 0 6px; }
    .mamedia-countdown__title  { font-size: clamp(18px, 6vw, 26px); }
    .mamedia-countdown__units::before { display: none; } /* hide colons */

    /* ── Contacts ── */
    .mamedia-contacts      { padding-block: 40px; }
    .mamedia-contacts__title { font-size: clamp(22px, 7vw, 32px); }
    .mamedia-contacts__link  { font-size: 16px; }
    .mamedia-contacts__social { gap: 8px; }
    .mamedia-contacts__booking { flex-direction: column; align-items: flex-start; }

    /* ── Blog ── */
    .mamedia-blog__grid { grid-template-columns: 1fr; }

    /* ── Result chart ── */
    .mamedia-result-chart { padding: 20px 16px 0; }

    /* ── Result vis (services) ── */
    .mamedia-services__visual .mm-result-vis__metric { font-size: clamp(18px, 8vw, 28px); }

    /* ── Booking button ── */
    .mamedia-booking-button .btn-booking { font-size: 14px; padding: 10px 20px; }

    /* ── Touch targets ── */
    .btn-booking, .btn-ghost, .btn-dark,
    .mamedia-faq__item-btn,
    .mamedia-contacts__link,
    .mamedia-contacts__social-link { min-height: 44px; }
}


/* ════════════════════════════════════════════════════════════════
   ABOUT STORY
   ════════════════════════════════════════════════════════════════ */
.mamedia-about-story {
    border-top: 1px solid var(--border, #1c1c1a);
    border-bottom: 1px solid var(--border, #1c1c1a);
}
.mamedia-about-story__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 100%;
}
.mamedia-about-story--flip .mamedia-about-story__inner {
    direction: rtl;
}
.mamedia-about-story--flip .mamedia-about-story__text,
.mamedia-about-story--flip .mamedia-about-story__visual {
    direction: ltr;
}
.mamedia-about-story__text {
    padding: 64px 56px;
    border-right: 1px solid var(--border, #1c1c1a);
}
.mamedia-about-story__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
}
.mamedia-about-story__title {
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -.8px;
    margin-bottom: 24px;
    color: var(--text, #f0efe8);
}
.mamedia-about-story__title-hz {
    display: block;
    margin-top: 4px;
}
.mamedia-about-story__body {
    font-size: 15px;
    color: var(--text-2, #a0a090);
    line-height: 1.8;
    margin-bottom: 18px;
}
.mamedia-about-story__quote {
    border-left: 3px solid var(--mm-gold, #b8a07a);
    background: rgba(184,160,122,.06);
    padding: 16px 20px;
    border-radius: 0 var(--r-lg, 10px) var(--r-lg, 10px) 0;
    margin: 24px 0 0;
}
.mamedia-about-story__quote p {
    font-size: 14px;
    color: var(--text, #f0efe8);
    font-style: italic;
    line-height: 1.7;
    margin: 0 0 8px;
}
.mamedia-about-story__quote cite {
    font-size: 12px;
    color: var(--mm-gold, #b8a07a);
    font-style: normal;
}
.mamedia-about-story__visual {
    padding: 64px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    background: var(--surface, #0f0f0d);
}
.mamedia-about-story__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}
.mamedia-about-story__stat {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid var(--border, #1c1c1a);
    width: 100%;
}
.mamedia-about-story__stat-num {
    font-size: clamp(48px, 6vw, 72px);
    font-weight: 700;
    color: var(--mm-gold, #b8a07a);
    line-height: 1;
}
.mamedia-about-story__stat-label {
    font-size: 13px;
    color: var(--text-3, #606058);
    margin-top: 8px;
}

/* ════════════════════════════════════════════════════════════════
   VALUES GRID
   ════════════════════════════════════════════════════════════════ */
.mamedia-values {
    padding: var(--sp-9, 80px) 56px;
    background: var(--surface, #0f0f0d);
    border-top: 1px solid var(--border, #1c1c1a);
    border-bottom: 1px solid var(--border, #1c1c1a);
}
.mamedia-values__inner {
    max-width: 1140px;
    margin: 0 auto;
}
.mamedia-values__header {
    margin-bottom: 48px;
}
.mamedia-values__eyebrow {
    display: inline-block;
    margin-bottom: 12px;
}
.mamedia-values__title {
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -.8px;
    color: var(--text, #f0efe8);
}
.mamedia-values__grid {
    display: grid;
    gap: 16px;
}
.mamedia-values__grid--cols-2 { grid-template-columns: repeat(2, 1fr); }
.mamedia-values__grid--cols-3 { grid-template-columns: repeat(3, 1fr); }
.mamedia-values__grid--cols-4 { grid-template-columns: repeat(4, 1fr); }
.mamedia-values__card {
    background: var(--bg, #090909);
    border: 1px solid var(--border, #1c1c1a);
    border-radius: var(--r-lg, 14px);
    padding: 28px;
    transition: border-color .2s;
}
.mamedia-values__card:hover {
    border-color: var(--mm-gold, #b8a07a);
}
.mamedia-values__icon {
    font-size: 26px;
    margin-bottom: 14px;
    line-height: 1;
}
.mamedia-values__card-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text, #f0efe8);
    margin-bottom: 8px;
}
.mamedia-values__card-desc {
    font-size: 13px;
    color: var(--text-2, #a0a090);
    line-height: 1.7;
}

/* ════════════════════════════════════════════════════════════════
   LEGAL NOTICES
   ════════════════════════════════════════════════════════════════ */
.mamedia-legal-notices__header {
    background: var(--surface, #0f0f0d);
    border-bottom: 1px solid var(--border, #2a2a28);
    padding: 48px 56px 0;
}
.mamedia-legal-notices__header-inner {
    max-width: 1140px;
    margin: 0 auto;
}
.mamedia-legal-notices__page-title {
    font-family: var(--font-heading, var(--fh, var(--font-primary, "Horizon", sans-serif)));
    font-size: clamp(32px, 4.5vw, 52px);
    font-weight: 700;
    letter-spacing: -.02em;
    color: var(--text, #f0efe8);
    margin-bottom: 28px;
}
.mamedia-legal-notices__tabs {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin-top: 28px;
}
.mamedia-legal-notices__tab-icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    object-fit: contain;
    display: inline-block;
    margin-right: 2px;
}
.mamedia-legal-notices__tab {
    padding: 8px 18px;
    border-radius: 8px 8px 0 0;
    border: 1px solid var(--border, #2a2a28);
    border-bottom: none;
    background: var(--surface-2, var(--surface, #0f0f0d));
    color: var(--text-3, #606058);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    font-family: inherit;
    transition: all .15s;
}
.mamedia-legal-notices__tab.is-active {
    background: var(--bg, #000);
    color: var(--mm-gold, #b8a07a);
    font-weight: 600;
}
.mamedia-legal-notices__tab:hover:not(.is-active) {
    color: var(--text-2, #c0bfb8);
}

.mamedia-legal-notices__body {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 56px 80px;
}
.mamedia-legal-notices__body.has-sidebar {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 0;
    padding: 0;
}
.mamedia-legal-notices__sidebar {
    padding: 40px 28px;
    border-right: 1px solid var(--border, #2a2a28);
    position: sticky;
    top: 80px;
    align-self: start;
}
.mamedia-legal-notices__sidebar-title {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-3, #606058);
    margin-bottom: 12px;
}
.mamedia-legal-notices__nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px 12px;
    font-size: 13px;
    color: var(--text-3, #606058);
    border: none;
    background: none;
    border-radius: var(--r-lg, 10px);
    margin-bottom: 2px;
    cursor: pointer;
    font-family: inherit;
    border-left: 2px solid transparent;
    transition: all .15s;
}
.mamedia-legal-notices__nav-link:hover { color: var(--text, #f0efe8); background: var(--surface, #0f0f0d); }
.mamedia-legal-notices__nav-link.is-active {
    color: var(--mm-gold, #b8a07a);
    background: rgba(184,160,122,.06);
    border-left-color: var(--mm-gold, #b8a07a);
}
.mamedia-legal-notices__content {
    padding: 40px 52px 80px;
}
.mamedia-legal-notices__panel { display: none; }
.mamedia-legal-notices__panel.is-active { display: block; }
.mamedia-legal-notices__panel-head {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border, #2a2a28);
}
.mamedia-legal-notices__version {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--mm-gold, #b8a07a);
    text-transform: uppercase;
    margin-bottom: 8px;
}
.mamedia-legal-notices__panel-title {
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 300;
    color: var(--text, #f0efe8);
    letter-spacing: -.5px;
}
.mamedia-legal-notices__prose h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text, #f0efe8);
    margin: 28px 0 10px;
    padding-top: 16px;
    border-top: 1px solid var(--border, #2a2a28);
}
.mamedia-legal-notices__prose h3:first-child { border-top: none; margin-top: 0; padding-top: 0; }
.mamedia-legal-notices__prose p {
    font-size: 14px;
    color: var(--text-2, #c0bfb8);
    line-height: 1.85;
    margin-bottom: 14px;
}
.mamedia-legal-notices__prose a { color: var(--mm-gold, #b8a07a); }
.mamedia-legal-notices__prose strong { color: var(--text, #f0efe8); }
.mamedia-legal-notices__notice {
    background: rgba(184,160,122,.06);
    border-left: 3px solid var(--mm-gold, #b8a07a);
    padding: 16px 20px;
    border-radius: 0 var(--r-lg,10px) var(--r-lg,10px) 0;
    margin-bottom: 28px;
    font-size: 14px;
    color: var(--text, #f0efe8);
    line-height: 1.7;
}

/* Cookie toggles */
.mamedia-legal-notices__cookie-toggles { margin-bottom: 24px; }
.mamedia-legal-notices__cookie-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: var(--surface, #0f0f0d);
    border: 1px solid var(--border, #2a2a28);
    border-radius: var(--r-lg,10px);
    margin-bottom: 8px;
    cursor: pointer;
    transition: border-color .15s;
}
.mamedia-legal-notices__cookie-row--required { cursor: default; }
.mamedia-legal-notices__cookie-row:hover:not(.mamedia-legal-notices__cookie-row--required) {
    border-color: var(--border-2, #3a3a38);
}
.mamedia-legal-notices__cookie-name {
    font-size: 14px;
    font-weight: 500;
    color: var(--text, #f0efe8);
}
.mamedia-legal-notices__cookie-desc {
    font-size: 12px;
    color: var(--text-3, #606058);
    margin-top: 2px;
}
.mamedia-legal-notices__toggle {
    width: 44px;
    height: 24px;
    border-radius: 12px;
    background: var(--border-2, #3a3a38);
    border: none;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    transition: background .2s;
}
.mamedia-legal-notices__toggle--on { background: var(--mm-gold, #b8a07a); }
.mamedia-legal-notices__toggle--locked { cursor: not-allowed; }
.mamedia-legal-notices__toggle-knob {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: transform .2s;
}
.mamedia-legal-notices__toggle--on .mamedia-legal-notices__toggle-knob {
    transform: translateX(20px);
}
.mamedia-legal-notices__save-cookies {
    margin-top: 4px;
    cursor: pointer;
    font-family: inherit;
}

/* Table */
.mamedia-legal-notices__table-wrap { overflow-x: auto; margin-top: 24px; }
.mamedia-legal-notices__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.mamedia-legal-notices__table th {
    background: var(--surface, #0f0f0d);
    color: var(--text-2, #c0bfb8);
    font-weight: 600;
    padding: 10px 14px;
    text-align: left;
    border: 1px solid var(--border, #2a2a28);
}
.mamedia-legal-notices__table td {
    color: var(--text-2, #c0bfb8);
    padding: 9px 14px;
    border: 1px solid var(--border, #2a2a28);
}
.mamedia-legal-notices__table tr:hover td { background: var(--surface, #0f0f0d); }
.mamedia-legal-notices__table code {
    font-size: 12px;
    font-family: monospace;
    color: var(--mm-gold, #b8a07a);
}

/* ── Mobile ─────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .mamedia-legal-notices__header {
        padding: 32px 24px 0;
    }
    .mamedia-legal-notices__body.has-sidebar {
        grid-template-columns: 1fr;
    }
    .mamedia-legal-notices__sidebar {
        display: none; /* hide sidebar on mobile — tabs are enough */
    }
    .mamedia-legal-notices__body {
        padding: 0 24px 48px;
    }
    .mamedia-legal-notices__content {
        padding: 24px 0 48px;
    }
    .mamedia-legal-notices__tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 1px;
    }
    .mamedia-legal-notices__tabs::-webkit-scrollbar { display: none; }
    .mamedia-legal-notices__tab {
        white-space: nowrap;
        flex-shrink: 0;
    }
}

/* ════════════════════════════════════════════════════════════════
   ONBOARDING FORM
   ════════════════════════════════════════════════════════════════ */
.mamedia-onboarding-form {}
.mmob-progress {
    height: 3px;
    background: var(--border, #1c1c1a);
    position: sticky;
    top: 0;
    z-index: 90;
}
.mmob-progress__fill {
    height: 100%;
    background: var(--mm-gold, #b8a07a);
    transition: width .4s ease;
    width: 0%;
}
.mmob-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    min-height: 80vh;
}
.mmob-sidebar {
    background: var(--surface, #0f0f0d);
    border-right: 1px solid var(--border, #1c1c1a);
    padding: 40px 28px;
    position: sticky;
    top: 3px;
    height: calc(100vh - 3px);
    overflow-y: auto;
}
.mmob-sidebar__header {
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border, #1c1c1a);
}
.mmob-sidebar__title {
    font-family: var(--font-heading, var(--fh, sans-serif));
    font-size: 18px;
    font-weight: 700;
    color: var(--text, #f0efe8);
}
.mmob-sidebar__subtitle {
    font-size: 11px;
    color: var(--text-3, #606058);
    margin-top: 4px;
}
.mmob-sidebar__duration {
    font-size: 11px;
    color: var(--text-3, #606058);
    margin-top: 2px;
}
.mmob-sidebar__steps { list-style: none; padding: 0; margin: 0; flex: 1; }
.mmob-step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border, #1c1c1a);
    opacity: .4;
    transition: opacity .3s;
}
.mmob-step.is-active { opacity: 1; }
.mmob-step.is-done   { opacity: .7; }
.mmob-step__num {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--border-2, #242422);
    color: var(--text-3, #606058);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    flex-shrink: 0;
    transition: all .3s;
    text-align: center;
    line-height: 26px;
}
.mmob-step.is-active .mmob-step__num {
    background: var(--mm-gold, #b8a07a);
    color: #000;
}
.mmob-step.is-done .mmob-step__num {
    background: var(--border-2, #242422);
    color: var(--text, #f0efe8);
}
.mmob-step__title { font-size: 13px; font-weight: 500; color: var(--text, #f0efe8); }
.mmob-step__sub   { font-size: 11px; color: var(--text-3, #606058); margin-top: 2px; display: block; }
.mmob-sidebar__footer {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--border, #1c1c1a);
    font-size: 12px;
    color: var(--text-4, var(--text-3, #606058));
    line-height: 1.7;
}

.mmob-main { padding: 52px 60px; max-width: 780px; }
.mmob-panel { animation: mmobIn .3s ease; }
@keyframes mmobIn { from{opacity:0;transform:translateY(10px)} to{opacity:1;transform:translateY(0)} }
.mmob-panel__label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--mm-gold, #b8a07a);
    margin-bottom: 12px;
}
.mmob-panel__q {
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: -.5px;
    color: var(--text, #f0efe8);
    margin-bottom: 8px;
}
.mmob-panel__q em { font-style: normal; color: var(--mm-gold, #b8a07a); }
.mmob-panel__hint {
    font-size: 14px;
    color: var(--text-3, #606058);
    margin-bottom: 28px;
    font-weight: 300;
}

/* Option cards */
.mmob-options {
    display: grid;
    gap: 10px;
    margin-bottom: 28px;
}
.mmob-options--cols-1 { grid-template-columns: 1fr; }
.mmob-options--cols-2 { grid-template-columns: 1fr 1fr; }
.mmob-opt {
    background: var(--surface, #0f0f0d);
    border: 2px solid var(--border, #1c1c1a);
    border-radius: var(--r-lg, 14px);
    padding: 18px 20px;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    transition: all .2s;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.mmob-options--cols-1 .mmob-opt {
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
.mmob-opt:hover { border-color: var(--border-2, #242422); background: var(--surface-2, var(--surface, #0f0f0d)); }
.mmob-opt.is-selected {
    border-color: var(--mm-gold, #b8a07a);
    background: rgba(184,160,122,.06);
}
.mmob-opt__icon { font-size: 22px; line-height: 1; flex-shrink: 0; }
.mmob-opt__label { font-size: 14px; font-weight: 600; color: var(--text, #f0efe8); }
.mmob-opt__desc  { font-size: 12px; color: var(--text-3, #606058); line-height: 1.5; }

/* Slider */
.mmob-slider-wrap { margin-bottom: 24px; }
.mmob-slider-display {
    text-align: center;
    margin-bottom: 16px;
}
.mmob-slider-val {
    font-family: var(--font-heading, var(--fh, sans-serif));
    font-size: 52px;
    font-weight: 700;
    color: var(--mm-gold, #b8a07a);
    line-height: 1;
}
.mmob-slider-unit { font-size: 15px; color: var(--text-3, #606058); margin-left: 4px; }
.mmob-slider {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    appearance: none;
    background: linear-gradient(to right,var(--mm-gold,#b8a07a) 0%,var(--mm-gold,#b8a07a) 5%,var(--border-2, #242422) 5%,var(--border-2, #242422) 100%);
    outline: none;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
}
.mmob-slider::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--mm-gold, #b8a07a);
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
}
.mmob-slider-labels {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: var(--text-3, #606058);
    margin-bottom: 16px;
}
.mmob-slider-hint {
    background: var(--surface, #0f0f0d);
    border: 1px solid var(--border, #1c1c1a);
    border-radius: var(--r-lg,10px);
    padding: 14px 18px;
    font-size: 13px;
    color: var(--text-2, #a0a090);
    line-height: 1.65;
}

/* Contact fields */
.mmob-fields { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.mmob-input {
    width: 100%;
    background: var(--surface, #0f0f0d);
    border: 2px solid var(--border-2, #242422);
    border-radius: var(--r-lg, 14px);
    padding: 14px 20px;
    font-size: 15px;
    color: var(--text, #f0efe8);
    font-family: inherit;
    outline: none;
    transition: border-color .15s;
}
.mmob-input:focus { border-color: var(--mm-gold, #b8a07a); }
.mmob-textarea { resize: none; height: 90px; }

/* Summary */
.mmob-summary { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.mmob-summary__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 18px;
    background: var(--surface, #0f0f0d);
    border: 1px solid var(--border, #1c1c1a);
    border-radius: var(--r-lg,10px);
}
.mmob-summary__icon { font-size: 18px; flex-shrink: 0; margin-top: 2px; }
.mmob-summary__key  { font-size: 11px; color: var(--text-3, #606058); text-transform: uppercase; letter-spacing: .5px; }
.mmob-summary__val  { font-size: 14px; font-weight: 500; color: var(--text, #f0efe8); margin-top: 4px; }
.mmob-notice {
    background: rgba(184,160,122,.06);
    border: 1px solid var(--border-2, #242422);
    border-radius: var(--r-lg,10px);
    padding: 18px 20px;
    font-size: 14px;
    color: var(--text, #f0efe8);
    margin-bottom: 16px;
    line-height: 1.65;
}
.mmob-terms {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--text-2, #a0a090);
    margin-bottom: 20px;
    cursor: pointer;
}
.mmob-terms a { color: var(--mm-gold, #b8a07a); }
.mmob-terms input[type="checkbox"] { accent-color: var(--mm-gold, #b8a07a); width: 16px; height: 16px; flex-shrink: 0; }

/* Nav */
.mmob-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 24px;
    border-top: 1px solid var(--border, #1c1c1a);
    flex-wrap: wrap;
}
.mmob-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 11px 22px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: all .15s;
    border: none;
}
.mmob-btn--next {
    background: var(--mm-gold, #b8a07a);
    color: #000;
}
.mmob-btn--next:hover { background: #d4b896; }
.mmob-btn--next:disabled { opacity: .4; cursor: not-allowed; }
.mmob-btn--back {
    background: none;
    border: 1px solid var(--border-2, #242422);
    color: var(--text-3, #606058);
}
.mmob-btn--back:hover { border-color: var(--border, #1c1c1a); color: var(--text, #f0efe8); }
.mmob-btn--submit { font-size: 14px; padding: 12px 26px; }
.mmob-skip {
    font-size: 12px;
    color: var(--text-3, #606058);
    text-decoration: none;
    margin-left: auto;
    transition: color .15s;
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
}
.mmob-skip:hover { color: var(--text-2, #a0a090); }

/* Success */
.mmob-success {
    text-align: center;
    padding: 48px 0;
}
.mmob-success__icon { font-size: 56px; margin-bottom: 20px; }
.mmob-success__title {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 300;
    color: var(--text, #f0efe8);
    margin-bottom: 12px;
    letter-spacing: -.5px;
}
.mmob-success__title em { font-style: normal; color: var(--mm-gold, #b8a07a); }
.mmob-success__msg {
    font-size: 16px;
    color: var(--text-3, #606058);
    line-height: 1.7;
    max-width: 480px;
    margin: 0 auto 32px;
}
.mmob-success__cta { display: inline-flex; }

/* ── Mobile responsive ── */
@media (max-width: 1024px) {
    .mamedia-about-story__inner  { grid-template-columns: 1fr; }
    .mamedia-about-story__text   { border-right: none; border-bottom: 1px solid var(--border, #1c1c1a); }
    .mamedia-values__grid--cols-3,
    .mamedia-values__grid--cols-4 { grid-template-columns: repeat(2, 1fr); }
    .mamedia-legal-notices__header { padding: 40px 32px 0; }
    .mamedia-legal-notices__body.has-sidebar { grid-template-columns: 1fr; }
    .mamedia-legal-notices__sidebar { display: none; }
    .mamedia-legal-notices__content { padding: 32px; }
    .mmob-layout { grid-template-columns: 1fr; }
    .mmob-sidebar { display: none; }
    .mmob-main { padding: 36px 28px; }
    .mmob-options--cols-2 { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .mamedia-about-story__text,
    .mamedia-about-story__visual { padding: 40px 24px; }
    .mamedia-values { padding: 56px 24px; }
    .mamedia-values__grid--cols-2,
    .mamedia-values__grid--cols-3,
    .mamedia-values__grid--cols-4 { grid-template-columns: 1fr; }
    .mamedia-legal-notices__tabs { flex-wrap: wrap; gap: 4px; }
    .mamedia-legal-notices__tab  { font-size: 11px; padding: 7px 12px; }
    .mmob-main { padding: 28px 20px; }
}

/* ════════════════════════════════════════════════════════════════
   CONTACTS — Full page hero + FAQ strip (new attributes)
   ════════════════════════════════════════════════════════════════ */
.mamedia-contacts__page-hero {
    padding: 72px 56px 0;
    background: var(--surface, #0f0f0d);
    border-bottom: 1px solid var(--border, #1c1c1a);
}
.mamedia-contacts__page-hero-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.mamedia-contacts__page-title {
    font-family: var(--font-heading, sans-serif);
    font-size: clamp(32px, 5vw, 60px);
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: -.02em;
    color: var(--text, #f0efe8);
    margin: 12px 0 16px;
}
.mamedia-contacts__page-subtitle {
    font-size: 16px;
    color: var(--text-3, #606058);
    line-height: 1.7;
    max-width: 560px;
    font-weight: 300;
}
/* item label (Small, Fixo, etc.) */
.mamedia-contacts__item-label {
    display: block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text-3, #606058);
    margin-bottom: 2px;
}
/* address as semantic <address> */
.mamedia-contacts__address {
    font-size: 15px;
    color: var(--text-2, #a0a090);
    line-height: 1.85;
    font-style: normal;
}

/* FAQ strip */
.mamedia-contacts__faq-strip {
    background: var(--surface, #0f0f0d);
    border-top: 1px solid var(--border, #1c1c1a);
    padding: 64px 56px;
}
.mamedia-contacts__faq-inner {
    max-width: 1140px;
    margin: 0 auto;
}
.mamedia-contacts__faq-title {
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 300;
    color: var(--text, #f0efe8);
    margin-bottom: 36px;
    letter-spacing: -.5px;
}
.mamedia-contacts__faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.mamedia-contacts__faq-item {
    background: var(--bg, #090909);
    border: 1px solid var(--border, #1c1c1a);
    border-radius: var(--r-lg, 14px);
    padding: 22px 24px;
    transition: border-color .2s;
}
.mamedia-contacts__faq-item:hover { border-color: var(--border-2, #242422); }
.mamedia-contacts__faq-q {
    font-size: 15px;
    font-weight: 600;
    color: var(--text, #f0efe8);
    margin-bottom: 10px;
}
.mamedia-contacts__faq-a {
    font-size: 13px;
    color: var(--text-2, #a0a090);
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .mamedia-contacts__page-hero { padding: 48px 24px 0; }
    .mamedia-contacts__faq-strip { padding: 48px 24px; }
    .mamedia-contacts__faq-grid  { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════════════════════
   GUIDES — mamedia/guides
   ════════════════════════════════════════════════════════════════ */

/* ── Hero ── */
.mmg-hero {
    padding: 56px 56px 40px;
    background: var(--surface, #0f0f0d);
    border-bottom: 1px solid var(--border, #1c1c1a);
}
.mmg-hero__inner { max-width: 1140px; margin: 0 auto; }
.mmg-step-tag {
    display: block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--text-3, #606058);
    margin-bottom: 16px;
}
.mmg-hero__title {
    font-size: clamp(26px, 4vw, 48px);
    font-weight: 700;
    color: var(--text, #f0efe8);
    letter-spacing: .04em;
    margin-bottom: 12px;
    line-height: 1.1;
}
.mmg-hero__sub {
    font-size: 15px;
    color: var(--text-3, #606058);
    font-weight: 300;
    line-height: 1.7;
    max-width: 560px;
    margin: 0;
}

/* ── Section wrapper ── */
.mmg-section {
    padding: 48px 56px;
    max-width: 1140px;
    margin: 0 auto;
}
.mmg-section--portal { padding-top: 0; }
.mmg-section-label {
    display: block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--mm-gold, #b8a07a);
    margin-bottom: 20px;
}

/* ── Platform card grid ── */
.mmg-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.mmg-card {
    background: var(--surface, #0f0f0d);
    border: 1px solid var(--border, #1c1c1a);
    border-radius: var(--r-lg, 14px);
    padding: 22px 20px 18px;
    text-align: left;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: border-color .2s, background .2s;
    font-family: var(--font-body, 'Inter', system-ui, sans-serif);
    position: relative;
    overflow: hidden;
}
.mmg-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: var(--mm-gold, #b8a07a);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s;
}
.mmg-card:hover { border-color: var(--border-2, #242422); background: var(--surface-2, var(--surface, #0f0f0d)); }
.mmg-card:hover::before { transform: scaleX(1); }
.mmg-card__icon { width: 40px; height: 40px; flex-shrink: 0; }
.mmg-card__icon svg { width: 40px; height: 40px; display: block; }
.mmg-card__name {
    font-family: var(--font-heading, 'Horizon', 'Inter', system-ui, sans-serif);
    font-size: 15px;
    font-weight: 700;
    color: var(--text, #f0efe8);
    letter-spacing: .04em;
    margin-bottom: 4px;
}
.mmg-card__brief {
    font-size: 11px;
    color: var(--text-3, #606058);
    line-height: 1.55;
}
.mmg-card__cta {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: var(--mm-gold, #b8a07a);
    letter-spacing: .5px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--border, #1c1c1a);
}

/* ── Notion / Portal card ── */
.mmg-notion-card {
    background: var(--surface, #0f0f0d);
    border: 1px solid var(--border, #1c1c1a);
    border-radius: var(--r-lg, 14px);
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    align-items: center;
    padding: 24px 28px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-family: var(--font-body, 'Inter', system-ui, sans-serif);
    transition: border-color .2s;
    position: relative;
    overflow: hidden;
}
.mmg-notion-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: var(--mm-gold, #b8a07a);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s;
}
.mmg-notion-card:hover { border-color: var(--border-2, #242422); }
.mmg-notion-card:hover::before { transform: scaleX(1); }
.mmg-notion-card__icon {
    width: 48px; height: 48px;
    background: rgba(184,160,122,.1);
    border: 1px solid var(--border-2, #242422);
    border-radius: var(--r-sm, 8px);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; flex-shrink: 0;
}
.mmg-notion-card__title {
    font-family: var(--font-heading, 'Horizon', 'Inter', system-ui, sans-serif);
    font-size: 18px;
    font-weight: 700;
    color: var(--text, #f0efe8);
    letter-spacing: .04em;
    margin-bottom: 6px;
}
.mmg-notion-card__desc { font-size: 13px; color: var(--text-3, #606058); line-height: 1.6; }
.mmg-notion-card__cta {
    background: var(--mm-gold, #b8a07a);
    color: #000;
    border-radius: 9px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    transition: background .15s;
    flex-shrink: 0;
}
.mmg-notion-card:hover .mmg-notion-card__cta { background: var(--mm-gold-hover, #d4b896); }

/* ── Support CTA ── */
.mmg-support { padding: 0 56px 64px; }
.mmg-support__inner {
    max-width: 1140px;
    margin: 0 auto;
    background: var(--surface, #0f0f0d);
    border: 1px solid var(--border, #1c1c1a);
    border-radius: var(--r-lg, 14px);
    padding: 28px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.mmg-support__title { font-size: 15px; font-weight: 500; color: var(--text, #f0efe8); margin: 0 0 4px; }
.mmg-support__sub   { font-size: 13px; color: var(--text-3, #606058); margin: 0; }
.mmg-support__btn   { white-space: nowrap; flex-shrink: 0; }

/* ════════════════════════════════════════════════════════════════
   OVERLAY WORKSPACE
   ════════════════════════════════════════════════════════════════ */
.mmg-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    background: var(--bg, #090909);
}
.mmg-overlay[hidden] { display: none; }

/* Topbar */
.mmg-overlay__bar {
    height: 52px;
    background: var(--surface, #0f0f0d);
    border-bottom: 1px solid var(--border, #1c1c1a);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    flex-shrink: 0;
    gap: 16px;
}
.mmg-overlay__back {
    display: flex; align-items: center; gap: 6px;
    background: none; border: none;
    color: var(--text-3, #606058); font-size: 13px;
    cursor: pointer; font-family: var(--font-body, 'Inter', system-ui, sans-serif);
    transition: color .15s; white-space: nowrap;
}
.mmg-overlay__back:hover { color: var(--text, #f0efe8); }
.mmg-overlay__title {
    font-family: var(--font-heading, 'Horizon', 'Inter', system-ui, sans-serif);
    font-size: 15px; font-weight: 700;
    color: var(--text, #f0efe8); letter-spacing: .04em;
    flex: 1; text-align: center;
}
.mmg-overlay__nav { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.mmg-overlay__nav-btn {
    background: none;
    border: 1px solid var(--border-2, #242422);
    color: var(--text-3, #606058);
    border-radius: var(--r-sm, 8px);
    width: 32px; height: 32px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; font-size: 16px;
    transition: all .15s;
}
.mmg-overlay__nav-btn:hover:not(:disabled) { border-color: var(--border, #1c1c1a); color: var(--text, #f0efe8); }
.mmg-overlay__nav-btn:disabled { opacity: .3; cursor: not-allowed; }
.mmg-overlay__counter { font-size: 11px; color: var(--text-4, #3a3a38); padding: 0 2px; }

/* Workspace: video + info */
.mmg-workspace {
    display: grid;
    grid-template-columns: 55fr 45fr;
    flex: 1;
    overflow: hidden;
    min-height: 0;
}
.mmg-workspace__video {
    background: #000;
    display: flex; align-items: center; justify-content: center;
    border-right: 1px solid var(--border, #1c1c1a);
}
.mmg-yt-wrap {
    position: relative;
    width: 100%; padding-bottom: 56.25%; height: 0;
}
.mmg-yt-wrap iframe {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
}
.mmg-no-video {
    color: var(--text-3, #606058); font-size: 14px; padding: 40px;
}
.mmg-workspace__info {
    overflow-y: auto; height: 100%;
}

/* Info panel content */
.mmg-panel__info-content { padding: 28px 32px; }
.mmg-panel__header {
    display: flex; align-items: center; gap: 14px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border, #1c1c1a);
}
.mmg-panel__icon { width: 36px; height: 36px; flex-shrink: 0; }
.mmg-panel__icon svg { width: 36px; height: 36px; display: block; }
.mmg-panel__icon--notion {
    width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
}
.mmg-panel__name {
    font-family: var(--font-heading, 'Horizon', 'Inter', system-ui, sans-serif);
    font-size: 20px; font-weight: 700;
    color: var(--text, #f0efe8); letter-spacing: .04em;
}
.mmg-panel__tag {
    font-size: 10px; color: var(--mm-gold, #b8a07a);
    letter-spacing: 1.5px; text-transform: uppercase; margin-top: 3px;
}
.mmg-label {
    display: block;
    font-size: 9px; font-weight: 600;
    letter-spacing: 2px; text-transform: uppercase;
    color: var(--text-4, #3a3a38); margin-bottom: 10px;
}
.mmg-panel__req {
    padding: 14px 18px;
    background: var(--surface, #0f0f0d);
    border: 1px solid var(--border, #1c1c1a);
    border-radius: var(--r-sm, 8px);
    margin-bottom: 20px;
}
.mmg-req-list { padding-left: 16px; margin: 0; }
.mmg-req-list li {
    font-size: 12px; color: var(--text-2, #a0a090);
    line-height: 1.7; margin-bottom: 2px;
}
.mmg-panel__steps { display: flex; flex-direction: column; gap: 0; }
.mmg-panel__portal-desc {
    font-size: 13px; color: var(--text-2, #a0a090);
    line-height: 1.8; margin-bottom: 20px;
}
.mmg-step {
    display: flex; gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border, #1c1c1a);
}
.mmg-step:last-child { border-bottom: none; }
.mmg-step__num {
    width: 22px; height: 22px;
    border-radius: 50%;
    background: var(--mm-gold, #b8a07a);
    color: #000;
    font-size: 11px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; margin-top: 2px;
}
.mmg-step__num--check { font-size: 12px; }
.mmg-step__title {
    font-size: 13px; font-weight: 600;
    color: var(--text, #f0efe8); display: block; margin-bottom: 3px;
}
.mmg-step__desc {
    font-size: 12px; color: var(--text-3, #606058);
    line-height: 1.65; margin: 0;
}

/* ── Light mode ── */
body.mode-light .mmg-hero     { background: var(--surface, #0f0f0d); }
body.mode-light .mmg-card,
body.mode-light .mmg-notion-card,
body.mode-light .mmg-support__inner { background: #fff; }

/* ── Responsive ── */
@media (max-width: 1024px) {
    .mmg-grid { grid-template-columns: repeat(2, 1fr); }
    .mmg-workspace { grid-template-columns: 1fr; }
    .mmg-workspace__video { min-height: 220px; }
}
@media (max-width: 768px) {
    .mmg-hero, .mmg-section { padding-left: 24px; padding-right: 24px; }
    .mmg-support { padding-left: 24px; padding-right: 24px; }
    .mmg-grid { grid-template-columns: 1fr; }
    .mmg-notion-card { grid-template-columns: 1fr; }
    .mmg-notion-card__cta { align-self: flex-start; }
    .mmg-support__inner { flex-direction: column; text-align: center; }
    .mmg-panel__info-content { padding: 20px 20px; }
    .mmg-overlay__title { font-size: 13px; }
}
/* ── Testimonials: Featured Slider ──────────────────────────────────────── */
.mamedia-testimonials__hero.has-slider .mamedia-testimonials__quote-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mamedia-testi-slider__track {
    flex: 1;
    position: relative;
    overflow: hidden;
    min-height: 200px;
}

.mamedia-testi-slider__slide {
    display: none;
    opacity: 0;
    transition: opacity .45s ease;
    animation: none;
}
.mamedia-testi-slider__slide.is-active {
    display: block;
    opacity: 1;
}

/* Fade animation on activation */
@keyframes tsl-fade-in {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
.mamedia-testi-slider__slide.is-active {
    animation: tsl-fade-in .4s cubic-bezier(.16,1,.3,1) both;
}

/* ── Controls row: dots + arrows ─────────────────────────────────────────── */
.mamedia-testi-slider__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    gap: 12px;
}

.mamedia-testi-slider__dots {
    display: flex;
    gap: 6px;
    align-items: center;
}

.mamedia-testi-slider__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none;
    background: var(--border-2, #3a3a38);
    cursor: pointer;
    padding: 0;
    transition: background .2s, width .2s;
}
.mamedia-testi-slider__dot.is-active {
    background: var(--mm-gold, #b8a07a);
    width: 20px;
    border-radius: 3px;
}

.mamedia-testi-slider__arrows {
    display: flex;
    gap: 6px;
}

.mamedia-testi-slider__prev,
.mamedia-testi-slider__next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--border, #2a2a28);
    background: transparent;
    color: var(--text-3, #606058);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .15s, color .15s, background .15s;
}
.mamedia-testi-slider__prev:hover,
.mamedia-testi-slider__next:hover {
    border-color: var(--mm-gold, #b8a07a);
    color: var(--mm-gold, #b8a07a);
    background: rgba(184, 160, 122, .05);
}


/* ══════════════════════════════════════════════════════════════════════════════
   VIDEO TESTIMONIALS BLOCK
   ══════════════════════════════════════════════════════════════════════════════ */

.mamedia-video-testimonials {
    padding: var(--s-section, 80px) var(--s-side, 5vw);
}

/* ── Intro ───────────────────────────────────────────────────────────────── */
.mamedia-video-testimonials__intro {
    text-align: center;
    margin-bottom: 48px;
}
.mamedia-video-testimonials__eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--mm-gold, #b8a07a);
    margin: 0 0 12px;
}
.mamedia-video-testimonials__heading {
    font-family: var(--font-heading, sans-serif);
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    color: var(--text, #f0efe8);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .02em;
}

/* ── Grid ────────────────────────────────────────────────────────────────── */
.mamedia-video-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(var(--vtcols, 2), 1fr);
    gap: 24px;
}

/* ── Card — full-bleed background image + overlay ────────────────────────── */
.mamedia-vt-card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;   /* portrait card — same feel as the hero video */
    background: var(--surface, #141412) center / cover no-repeat;
    border: none;
    border-radius: var(--r-lg, 14px);
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    padding: 0;
    transition: transform .25s cubic-bezier(.16,1,.3,1);
}
.mamedia-vt-card:hover {
    transform: scale(1.02);
}

/* Dark gradient — stronger at bottom (author area) */
.mamedia-vt-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.85) 0%,
        rgba(0,0,0,.3)  40%,
        rgba(0,0,0,.05) 70%,
        transparent     100%
    );
    z-index: 1;
    transition: background .25s;
}
.mamedia-vt-card:hover::before {
    background: linear-gradient(
        to top,
        rgba(0,0,0,.9)  0%,
        rgba(0,0,0,.4)  45%,
        rgba(0,0,0,.1)  70%,
        transparent     100%
    );
}

/* ── Stars (top-left) ────────────────────────────────────────────────────── */
.mamedia-vt-card__stars {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: flex;
    gap: 2px;
}
.mamedia-vt-card__stars span {
    font-size: 13px;
    color: rgba(255,255,255,.25);
}
.mamedia-vt-card__stars span.is-filled {
    color: var(--mm-gold, #b8a07a);
}

/* ── Play button (centred) ───────────────────────────────────────────────── */
.mamedia-vt-card__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    transition: transform .2s, opacity .2s;
    opacity: .9;
}
.mamedia-vt-card:hover .mamedia-vt-card__play {
    transform: translate(-50%, -50%) scale(1.12);
    opacity: 1;
}
.mamedia-vt-card__play svg circle:first-child {
    transition: fill .2s;
}
.mamedia-vt-card:hover .mamedia-vt-card__play svg circle:first-child {
    fill: rgba(184, 160, 122, 0.75);  /* gold tint on hover */
}

/* ── Author area (bottom) ────────────────────────────────────────────────── */
.mamedia-vt-card__author {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px;
}
.mamedia-vt-card__av {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--mm-gold, #b8a07a);
    color: #000;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.mamedia-vt-card__logo {
    height: 32px;
    width: auto;
    max-width: 80px;
    object-fit: contain;
    filter: brightness(10);   /* white logo on dark bg */
    opacity: .85;
    flex-shrink: 0;
}
.mamedia-vt-card__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}
.mamedia-vt-card__info strong {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mamedia-vt-card__info span {
    font-size: 11px;
    color: rgba(255,255,255,.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mamedia-vt-card__quote {
    width: 100%;
    margin: 8px 0 0;
    font-size: 12px;
    font-style: italic;
    color: rgba(255,255,255,.55);
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ── Mobile ──────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .mamedia-video-testimonials {
        padding: 48px 0;
    }
    .mamedia-video-testimonials[data-mobile="stack"] {
        padding: 48px var(--s-side, 20px);
    }
    .mamedia-video-testimonials[data-mobile="stack"] .mamedia-video-testimonials__grid {
        grid-template-columns: 1fr;
    }
    .mamedia-video-testimonials[data-mobile="slider"] .mamedia-video-testimonials__grid {
        display: flex;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 16px;
        padding: 0 var(--s-side, 20px) 4px;
    }
    .mamedia-video-testimonials[data-mobile="slider"] .mamedia-video-testimonials__grid::-webkit-scrollbar {
        display: none;
    }
    .mamedia-video-testimonials[data-mobile="slider"] .mamedia-vt-card {
        flex-shrink: 0;
        width: 75vw;
        max-width: 300px;
        scroll-snap-align: start;
        aspect-ratio: 3 / 4;
    }
    .mamedia-video-testimonials[data-mobile="slider"] .mamedia-video-testimonials__intro {
        padding: 0 var(--s-side, 20px);
        margin-bottom: 32px;
    }
}

/* ── Tablet ──────────────────────────────────────────────────────────────── */
@media (min-width: 769px) and (max-width: 1024px) {
    .mamedia-video-testimonials__grid {
        grid-template-columns: repeat(min(var(--vtcols, 2), 2), 1fr);
    }
}

/* ── Dots ────────────────────────────────────────────────────────────────── */
.mamedia-vt-dots {
    display: none;
    justify-content: center;
    gap: 6px;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .mamedia-video-testimonials[data-mobile="slider"] .mamedia-vt-dots {
        display: flex;
    }
}
.mamedia-vt-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    border: none;
    background: var(--border-2, #3a3a38);
    cursor: pointer;
    padding: 0;
    transition: background .2s, width .2s;
}
.mamedia-vt-dot.is-active {
    background: var(--mm-gold, #b8a07a);
    width: 20px;
    border-radius: 3px;
}

/* ════════════════════════════════════════════════════════════════════════════
   VIDEO MODAL — shared by testimonials + video-testimonials blocks
   ════════════════════════════════════════════════════════════════════════════ */
.mmb-video-modal[hidden] { display: none !important; }

.mmb-video-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, .85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    animation: mmb-modal-in .25s ease both;
}
@keyframes mmb-modal-in {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.mmb-video-modal__inner {
    position: relative;
    width: 100%;
    max-width: 960px;
    animation: mmb-modal-scale .3s cubic-bezier(.16,1,.3,1) both;
}
@keyframes mmb-modal-scale {
    from { transform: scale(.94); }
    to   { transform: scale(1);   }
}

.mmb-video-modal__close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 4px 8px;
    opacity: .8;
    transition: opacity .15s;
    z-index: 1;
}
.mmb-video-modal__close:hover { opacity: 1; }

.mmb-video-modal__video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
}
.mmb-video-modal__iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ── Thumbnail play button (shared) ─────────────────────────────────────── */
.mamedia-vt-thumb {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: var(--surface, #141412) center/cover no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
}
.mamedia-vt-thumb::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.2);
    transition: background .2s;
}
.mamedia-vt-thumb:hover::before {
    background: rgba(0,0,0,.35);
}
.mamedia-vt-play {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .2s;
    pointer-events: none;
}
.mamedia-vt-thumb:hover .mamedia-vt-play {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Testimonials hero video thumb — full height card */
.mamedia-testimonials__video-thumb {
    padding-bottom: 0;
    height: 100%;
    min-height: 300px;
    border-radius: var(--r-lg, 12px);
}

@media (max-width: 640px) {
    .mmb-video-modal { padding: 12px; }
    .mmb-video-modal__close { top: -36px; font-size: 24px; }
}

/* ══════════════════════════════════════════════════════════════════════════════
   ONBOARDING FORM — FLUENT FORMS CONVERSATIONAL WRAPPER
   ══════════════════════════════════════════════════════════════════════════════ */

.mamedia-onboarding-form--fluent .mamedia-ff-conv-wrap {
    min-height: 100vh;
}

/* ── Shell layout ─────────────────────────────────────────────────────────── */
.mmb-obd-shell {
    display: grid;
    grid-template-columns: 280px 1fr;
    min-height: 100vh;
}

/* ── Sidebar ──────────────────────────────────────────────────────────────── */
.mmb-obd-sidebar {
    background: var(--surface, #0f0f0d);
    border-right: 1px solid var(--border, #2a2a28);
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    padding: 48px 32px;
    display: flex;
    flex-direction: column;
}
.mmb-obd-sidebar__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.mmb-obd-sidebar__title {
    font-family: var(--font-heading, sans-serif);
    font-size: 22px;
    font-weight: 700;
    color: var(--text, #f0efe8);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.mmb-obd-sidebar__subtitle {
    font-size: 13px;
    color: var(--text-3, #606058);
    margin: -24px 0 0;
}

/* ── Step dots ────────────────────────────────────────────────────────────── */
.mmb-obd-dots {
    list-style: none;
    margin: 0; padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.mmb-obd-dot {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: background .15s;
}
.mmb-obd-dot:hover { background: var(--border, #2a2a28); }
.mmb-obd-dot__num {
    width: 24px; height: 24px;
    border-radius: 50%;
    background: var(--border, #2a2a28);
    color: var(--text-3, #606058);
    font-size: 11px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: background .2s, color .2s;
}
.mmb-obd-dot__label {
    font-size: 12px;
    color: var(--text-3, #606058);
    transition: color .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mmb-obd-dot.is-active .mmb-obd-dot__num {
    background: var(--mm-gold, #b8a07a);
    color: #000;
}
.mmb-obd-dot.is-active .mmb-obd-dot__label {
    color: var(--text, #f0efe8);
    font-weight: 600;
}
.mmb-obd-dot.is-done .mmb-obd-dot__num {
    background: var(--mm-gold, #b8a07a);
    color: #000;
}
.mmb-obd-dot.is-done .mmb-obd-dot__num::after {
    content: '✓';
}
.mmb-obd-dot.is-done .mmb-obd-dot__label { color: var(--text-2, #c0bfb8); }

/* ── Progress bar ─────────────────────────────────────────────────────────── */
.mmb-obd-progress {
    height: 3px;
    background: var(--border, #2a2a28);
    border-radius: 2px;
    overflow: hidden;
}
.mmb-obd-progress__bar {
    height: 100%;
    background: var(--mm-gold, #b8a07a);
    border-radius: 2px;
    transition: width .4s ease;
    width: 0%;
}

/* ── Body (form area) ─────────────────────────────────────────────────────── */
.mmb-obd-body {
    padding: 64px 56px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--bg, #000);
}

/* FF form inside body */
.mmb-obd-body .frm-fluent-form,
.mmb-obd-body form[class*="fluentform"] {
    flex: 1;
}

/* ── Navigation ───────────────────────────────────────────────────────────── */
.mmb-obd-nav {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid var(--border, #2a2a28);
}
.mmb-obd-btn {
    padding: 14px 32px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: .04em;
    transition: opacity .15s, transform .15s;
}
.mmb-obd-btn:hover { opacity: .85; transform: translateY(-1px); }

.mmb-obd-btn--next {
    background: var(--mm-gold, #b8a07a);
    color: #000;
}
.mmb-obd-btn--prev {
    background: transparent;
    color: var(--text-3, #606058);
    border: 1px solid var(--border, #2a2a28);
}

/* Submit button — restyle to match */
.mmb-obd-nav .ff_submit_btn_container button,
.mmb-obd-nav .ff_submit_btn_container input[type="submit"],
.mmb-obd-nav .ff-btn-submit {
    background: var(--mm-gold, #b8a07a) !important;
    color: #000 !important;
    border: none !important;
    padding: 14px 32px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    letter-spacing: .04em !important;
}

/* Field error highlight */
.mmb-obd-body .ff-field-error {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 2px rgba(239,68,68,.2) !important;
}

/* ── Mobile ───────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .mmb-obd-shell {
        grid-template-columns: 1fr;
    }
    .mmb-obd-sidebar {
        position: static;
        height: auto;
        padding: 32px 20px 20px;
    }
    .mmb-obd-dots { flex-direction: row; flex-wrap: wrap; gap: 6px; }
    .mmb-obd-dot__label { display: none; }
    .mmb-obd-body {
        padding: 32px 20px;
        min-height: auto;
    }
}

/* ══════════════════════════════════════════════════════════════════════════════
   VIDEO MODAL BLOCK
   ══════════════════════════════════════════════════════════════════════════════ */

.mamedia-video-modal-block {
    max-width: 100%;
}

/* ── Header ──────────────────────────────────────────────────────────────── */
.mamedia-vm__header {
    margin-bottom: 24px;
}
.mamedia-vm__eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--mm-gold, #b8a07a);
    margin: 0 0 10px;
}
.mamedia-vm__title {
    font-family: var(--font-heading, sans-serif);
    font-size: clamp(24px, 4vw, 42px);
    font-weight: 700;
    color: var(--text, #f0efe8);
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: .02em;
}
.mamedia-vm__desc {
    font-size: 15px;
    color: var(--text-2, #c0bfb8);
    line-height: 1.6;
    margin: 0;
    max-width: 640px;
}

/* ── Trigger (preview card) ──────────────────────────────────────────────── */
.mamedia-vm__trigger {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    border: none;
    background: var(--surface, #141412) center / cover no-repeat;
    border-radius: var(--r-lg, 12px);
    overflow: hidden;
    cursor: pointer;
    padding: 0;
}

/* Gradient overlay */
.mamedia-vm__trigger::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.45) 100%);
    transition: background .25s;
    z-index: 1;
}
.mamedia-vm__trigger:hover::before {
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.6) 100%);
}

/* ── Play button ─────────────────────────────────────────────────────────── */
.mamedia-vm__play {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: transform .25s cubic-bezier(.16,1,.3,1), opacity .2s;
    opacity: .92;
    display: flex;
}
.mamedia-vm__trigger:hover .mamedia-vm__play {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
}
.mamedia-vm__trigger:hover .mamedia-vm__play circle:first-child {
    fill: rgba(184,160,122,0.65);
}

/* ── Platform badge ──────────────────────────────────────────────────────── */
.mamedia-vm__badge {
    position: absolute;
    top: 16px; left: 16px;
    z-index: 3;
    background: rgba(0,0,0,0.65);
    color: rgba(255,255,255,0.85);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.12);
}

/* ── Optional CTA label ──────────────────────────────────────────────────── */
.mamedia-vm__cta-label {
    position: absolute;
    bottom: 20px;
    left: 50%; transform: translateX(-50%);
    z-index: 3;
    background: var(--mm-gold, #b8a07a);
    color: #000;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 10px 28px;
    border-radius: 4px;
    white-space: nowrap;
    transition: background .15s;
}
.mamedia-vm__trigger:hover .mamedia-vm__cta-label {
    background: #cdb08e;
}

/* ── No preview fallback (no background image) ───────────────────────────── */
.mamedia-vm__trigger:not([style*="background-image"])::after {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        45deg,
        var(--border, #2a2a28) 0px,
        var(--border, #2a2a28) 1px,
        transparent 1px,
        transparent 24px
    );
    opacity: .3;
}

/* ── Alignment ───────────────────────────────────────────────────────────── */
.mamedia-video-modal-block.alignwide  { max-width: var(--content-wide, 1200px); margin-inline: auto; }
.mamedia-video-modal-block.alignfull  { max-width: 100%; border-radius: 0; }
.mamedia-video-modal-block.alignfull .mamedia-vm__trigger { border-radius: 0; }

/* ── Mobile ──────────────────────────────────────────────────────────────── */
@media (max-width: 640px) {
    .mamedia-vm__cta-label { font-size: 12px; padding: 8px 20px; }
    .mamedia-vm__play svg  { width: 56px; height: 56px; }
}

/* ── Legal Notices: Multilingual Disclaimer ──────────────────────────────── */
.mamedia-legal-notices__disclaimer {
    position: relative;
    background: var(--surface-2, #1a1a18);
    border-left: 3px solid var(--mm-gold, #b8a07a);
    border-radius: 0 6px 6px 0;
    margin: 0 56px 32px;
    padding: 24px 44px 24px 24px;
    font-size: 14px;
    color: var(--text-2, #c0bfb8);
    line-height: 1.65;
}
.mamedia-legal-notices__disclaimer h3 {
    font-size: 15px; font-weight: 700;
    color: var(--text, #f0efe8);
    margin: 0 0 12px; letter-spacing: .04em;
}
.mamedia-legal-notices__disclaimer p  { margin: 0 0 12px; }
.mamedia-legal-notices__disclaimer ul { margin: 0 0 12px; padding-left: 20px; }
.mamedia-legal-notices__disclaimer li { margin-bottom: 8px; }
.mamedia-legal-notices__disclaimer a  { color: var(--mm-gold, #b8a07a); text-decoration: underline; }
.mamedia-legal-notices__disclaimer-close {
    position: absolute; top: 12px; right: 12px;
    background: none; border: none;
    color: var(--text-3, #606058); font-size: 20px; line-height: 1;
    cursor: pointer; padding: 4px 8px; border-radius: 4px;
    transition: color .15s, background .15s;
}
.mamedia-legal-notices__disclaimer-close:hover {
    color: var(--text, #f0efe8); background: var(--border, #2a2a28);
}
@media (max-width: 768px) {
    .mamedia-legal-notices__disclaimer { margin: 0 16px 24px; padding: 16px 36px 16px 16px; }
}

/* ── About Story: boxed layout ──────────────────────────────────────────── */
.mamedia-about-story--boxed .mamedia-about-story__inner {
    max-width: var(--content-wide, 1300px);
    margin-inline: auto;
    width: 100%;
}

/* ── About Story: inline video card ─────────────────────────────────────── */
.mamedia-about-story__video {
    /* aspect-ratio is set via inline style from render.php          */
    /* e.g. style="aspect-ratio:16/9"                                */
    position: relative;
    width: 100%;
    border-radius: var(--r-lg, 12px);
    overflow: hidden;
    margin-bottom: 24px;
    background: var(--surface, #141412);
    min-height: 80px; /* fallback if aspect-ratio not supported      */
}

.mamedia-asvid-trigger {
    /* fill the parent container completely                           */
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: var(--surface, #141412) center / cover no-repeat;
    cursor: pointer;
    padding: 0;
}
.mamedia-asvid-trigger::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(0,0,0,.12) 0%, rgba(0,0,0,.42) 100%);
    transition: background .2s;
}
.mamedia-asvid-trigger:hover::before {
    background: radial-gradient(ellipse at center, rgba(0,0,0,.22) 0%, rgba(0,0,0,.58) 100%);
}
.mamedia-asvid-trigger .mamedia-vt-card__play {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .2s; opacity: .9;
}
.mamedia-asvid-trigger:hover .mamedia-vt-card__play {
    transform: translate(-50%, -50%) scale(1.1); opacity: 1;
}
.mamedia-asvid-trigger:hover .mamedia-vt-card__play circle:first-child {
    fill: rgba(184,160,122,.65);
}

.mamedia-asvid-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.mamedia-about-story__video.is-playing {
    aspect-ratio: 16 / 9;
}

.mamedia-about-story__video + .mamedia-about-story__stat,
.mamedia-about-story__stat  + .mamedia-about-story__video {
    margin-top: 24px;
}

/* ── About Story video: text overlay ────────────────────────────────────── */
.mamedia-asvid-overlay {
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    padding: 40px 20px 20px;
    z-index: 3;
    background: linear-gradient(to top, rgba(0,0,0,.8) 0%, transparent 100%);
    text-align: left;
    pointer-events: none;
}
.mamedia-asvid-overlay__title {
    font-family: var(--font-heading, sans-serif);
    font-size: clamp(16px, 2.5vw, 22px);
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.mamedia-asvid-overlay__desc {
    font-size: 13px;
    color: rgba(255,255,255,.75);
    margin: 0;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ── VSL HERO BLOCK ───────────────────────────────────────────────────────── */

.mamedia-vsl-hero {
  position: relative;
  padding: var(--sp-10, 96px) 0;
  overflow: hidden;
}

/* ── Backgrounds ──────────────────────────────────────── */

.mamedia-vsl-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.mamedia-vsl-hero__bg--dots {
  background-image: radial-gradient(circle, rgba(0,0,0,.35) 1.5px, transparent 1.5px);
  background-size: 28px 28px;
}
body.mode-dark .mamedia-vsl-hero__bg--dots {
  background-image: radial-gradient(circle, rgba(255,255,255,.35) 1.5px, transparent 1.5px);
}

.mamedia-vsl-hero__bg--image img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}
.mamedia-vsl-hero__bg--image::after,
.mamedia-vsl-hero__bg--video::after {
  content: '';
  position: absolute; inset: 0;
  background: #000;
  opacity: var(--overlay-opacity, .5);
}

.mamedia-vsl-hero__bg--video video,
.mamedia-vsl-hero__bg--video iframe {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

.mamedia-vsl-hero__bg--gradient {
  background: linear-gradient(135deg, var(--mm-gold, #b8a07a) 0%, transparent 60%);
  opacity: .12;
}

/* ── Inner (above background) ─────────────────────────── */

.mamedia-vsl-hero__inner {
  position: relative;
  z-index: 1;
}

.mamedia-vsl-hero__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 32px;
}

.mamedia-vsl-hero--align-center .mamedia-vsl-hero__content {
  text-align: center;
}

.mamedia-vsl-hero--align-left .mamedia-vsl-hero__content {
  text-align: left;
}

.mamedia-vsl-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mm-gold, #b8a07a);
  margin-bottom: 24px;
}

.mamedia-vsl-hero__title {
  font-family: var(--font-body, 'Inter', system-ui, sans-serif);
  font-weight: 300;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.15;
  color: var(--text, #f0efe8);
  margin-bottom: 24px;
}

.mamedia-vsl-hero__title-main {
  display: block;
}

.mamedia-vsl-hero__title-hl {
  display: block;
  font-family: var(--font-heading, 'Horizon', 'Inter', system-ui, sans-serif);
  font-weight: 700;
  color: var(--mm-gold, #b8a07a);
}

.mamedia-vsl-hero__subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.6;
  color: var(--text-2, #a0a090);
  max-width: 640px;
  margin-bottom: 32px;
}

.mamedia-vsl-hero--align-center .mamedia-vsl-hero__subtitle {
  margin-left: auto;
  margin-right: auto;
}

.mamedia-vsl-hero__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.mamedia-vsl-hero--align-left .mamedia-vsl-hero__actions {
  align-items: flex-start;
}

.mamedia-vsl-hero__cta {
  font-size: 16px;
  padding: 14px 32px;
}

.mamedia-vsl-hero__note {
  font-size: 13px;
  color: var(--text-3, #606058);
}

/* ── Vídeo ──────────────────────────────────────────────── */

.mamedia-vsl-hero__video {
  max-width: 900px;
  margin: 48px auto 0;
  padding: 0 32px;
}

.mamedia-vsl-hero__video-wrap {
  position: relative;
  width: 100%;
  border-radius: var(--r-lg, 14px);
  overflow: hidden;
  background: var(--surface, #0f0f0d);
}

.mamedia-vsl-hero__video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.mamedia-vsl-hero__video-trigger {
  position: relative;
  display: block;
  width: 100%;
  border: 2px solid var(--border-2, #242422);
  border-radius: var(--r-lg, 14px);
  overflow: hidden;
  cursor: pointer;
  background-color: var(--surface, #0f0f0d);
  background-size: cover;
  background-position: center;
  transition: border-color var(--t, 150ms ease);
}

.mamedia-vsl-hero__video-trigger:hover {
  border-color: var(--mm-gold, #b8a07a);
}

.mamedia-vsl-hero__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform var(--t, 150ms ease);
}

.mamedia-vsl-hero__video-trigger:hover .mamedia-vsl-hero__play {
  transform: translate(-50%, -50%) scale(1.08);
}

.mamedia-vsl-hero__play-label {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: rgba(0,0,0,0.6);
  padding: 6px 16px;
  border-radius: var(--r-pill, 100px);
  white-space: nowrap;
}

/* ── Mobile ─────────────────────────────────────────────── */

@media (max-width: 768px) {
  .mamedia-vsl-hero {
    padding: var(--sp-8, 64px) 0;
  }
  .mamedia-vsl-hero__content,
  .mamedia-vsl-hero__video {
    padding: 0 16px;
  }
  .mamedia-vsl-hero__video {
    margin-top: 32px;
  }
}

/* ── VSL GUARANTEE BLOCK ──────────────────────────────────────────────────── */

.mamedia-vsl-guarantee {
  padding: var(--sp-9, 80px) 32px;
}

.mamedia-vsl-guarantee--align-center { text-align: center; }
.mamedia-vsl-guarantee--align-left   { text-align: left; }

.mamedia-vsl-guarantee__card {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 40px;
  border-radius: var(--r-xl, 20px);
  position: relative;
}

/* Gold style */
.mamedia-vsl-guarantee--gold .mamedia-vsl-guarantee__card {
  background: linear-gradient(135deg, rgba(184,160,122,.15) 0%, rgba(184,160,122,.05) 100%);
  border: 1px solid var(--mm-gold-border, rgba(184,160,122,.2));
}

/* Dark style */
.mamedia-vsl-guarantee--dark .mamedia-vsl-guarantee__card {
  background: var(--surface, #0f0f0d);
  border: 1px solid var(--border-2, #242422);
}

/* Outline style */
.mamedia-vsl-guarantee--outline .mamedia-vsl-guarantee__card {
  background: transparent;
  border: 2px solid var(--mm-gold, #b8a07a);
}

.mamedia-vsl-guarantee__icon {
  color: var(--mm-gold, #b8a07a);
  margin-bottom: 20px;
}

.mamedia-vsl-guarantee--align-center .mamedia-vsl-guarantee__icon {
  display: flex;
  justify-content: center;
}

.mamedia-vsl-guarantee__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mm-gold, #b8a07a);
  background: var(--mm-gold-bg, rgba(184,160,122,.08));
  border: 1px solid var(--mm-gold-border, rgba(184,160,122,.2));
  padding: 6px 16px;
  border-radius: var(--r-pill, 100px);
  margin-bottom: 20px;
}

.mamedia-vsl-guarantee__title {
  font-family: var(--font-heading, 'Horizon', 'Inter', system-ui, sans-serif);
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text, #f0efe8);
  margin-bottom: 16px;
}

.mamedia-vsl-guarantee__title-hl {
  color: var(--mm-gold, #b8a07a);
}

.mamedia-vsl-guarantee__desc {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--text-2, #a0a090);
  margin-bottom: 16px;
  max-width: 560px;
}

.mamedia-vsl-guarantee--align-center .mamedia-vsl-guarantee__desc {
  margin-left: auto;
  margin-right: auto;
}

.mamedia-vsl-guarantee__conditions {
  font-size: 12px;
  color: var(--text-4, #3a3a38);
  font-style: italic;
}

@media (max-width: 768px) {
  .mamedia-vsl-guarantee { padding: var(--sp-7, 48px) 16px; }
  .mamedia-vsl-guarantee__card { padding: 32px 24px; }
}

/* ── VSL RESULTS BLOCK ────────────────────────────────────────────────────── */

.mamedia-vsl-results {
  padding: var(--sp-9, 80px) 32px;
}

.mamedia-vsl-results--align-center { text-align: center; }

.mamedia-vsl-results__header {
  max-width: 900px;
  margin: 0 auto 48px;
}

.mamedia-vsl-results__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mm-gold, #b8a07a);
  margin-bottom: 16px;
}

.mamedia-vsl-results__title {
  font-family: var(--font-heading, 'Horizon', 'Inter', system-ui, sans-serif);
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text, #f0efe8);
  margin-bottom: 16px;
}

.mamedia-vsl-results__title-hl {
  display: block;
  color: var(--mm-gold, #b8a07a);
}

.mamedia-vsl-results__subtitle {
  font-size: 1.05rem;
  color: var(--text-2, #a0a090);
  max-width: 600px;
}

.mamedia-vsl-results--align-center .mamedia-vsl-results__subtitle {
  margin-left: auto;
  margin-right: auto;
}

/* ── Client cards grid ────────────────────────── */

.mamedia-vsl-results__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.mamedia-vsl-results__card {
  border-radius: var(--r-lg, 14px);
  padding: 28px 24px;
  text-align: left;
}

.mamedia-vsl-results__card--gold {
  background: linear-gradient(135deg, rgba(184,160,122,.18) 0%, rgba(160,140,100,.08) 100%);
  border: 1px solid var(--mm-gold-border, rgba(184,160,122,.2));
}

.mamedia-vsl-results__card--dark {
  background: var(--surface, #0f0f0d);
  border: 1px solid var(--border-2, #242422);
}

.mamedia-vsl-results__card--outline {
  background: transparent;
  border: 1px solid var(--border-2, #242422);
}

.mamedia-vsl-results__card-header {
  margin-bottom: 16px;
}

.mamedia-vsl-results__card-name {
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text, #f0efe8);
}

.mamedia-vsl-results__card-location {
  display: block;
  font-size: 13px;
  color: var(--text-3, #606058);
  font-style: italic;
  margin-top: 2px;
}

.mamedia-vsl-results__card-metrics {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mamedia-vsl-results__card-metrics li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 15px;
  color: var(--text-2, #a0a090);
}

.mamedia-vsl-results__card-metrics li::before {
  content: '•';
  color: var(--mm-gold, #b8a07a);
  font-weight: 700;
}

.mamedia-vsl-results__metric-value {
  font-weight: 700;
  color: var(--text, #f0efe8);
}

/* ── Stats table ──────────────────────────────── */

.mamedia-vsl-results__table-wrap {
  max-width: 900px;
  margin: 48px auto 0;
}

.mamedia-vsl-results__table-title {
  font-family: var(--font-heading, 'Horizon', 'Inter', system-ui, sans-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text, #f0efe8);
  margin-bottom: 24px;
}

.mamedia-vsl-results__table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mamedia-vsl-results__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.mamedia-vsl-results__table th {
  font-weight: 700;
  color: var(--mm-gold, #b8a07a);
  padding: 12px 20px;
  text-align: center;
  border-bottom: 2px solid var(--border-2, #242422);
  white-space: nowrap;
}

.mamedia-vsl-results__table td {
  padding: 14px 20px;
  text-align: center;
  color: var(--text-2, #a0a090);
  border-bottom: 1px solid var(--border, #1c1c1a);
}

.mamedia-vsl-results__table-label {
  font-weight: 600;
  color: var(--text, #f0efe8);
  text-align: left !important;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .mamedia-vsl-results { padding: var(--sp-7, 48px) 16px; }
  .mamedia-vsl-results__grid { grid-template-columns: 1fr; }
}
