/* ==============================================================
   LMS Campus — Meta Ads sales page (meta-ads-for-institutes.html)

   Loaded AFTER home.css, which owns the tokens, the buttons, the
   navbar, the footer and the shared `lc-ad*` / `lc-ads-*` mocks
   that this page and the homepage section both render.

   Everything here is page-only: the dashboard, composer, story
   and attribution-table mocks, and the workflow rail. All of it
   is hand-built HTML+CSS rather than screenshots — a screenshot
   of an admin screen is unreadable at 390px and stale the day a
   button moves, and these have to survive both.
   ============================================================== */

/* ============================================================
   HERO — dashboard mock inside a browser frame
   ============================================================ */
.ma-hero { padding-bottom: clamp(56px, 7vw, 96px); }
.ma-hero-stage { position: relative; z-index: 2; max-width: 1000px; margin: clamp(44px, 6vw, 72px) auto 0; }

/* The homepage frame holds a screenshot, so home.css can float its chips over
   the middle of it. This frame holds a real, readable dashboard — a chip on top
   of it hides a KPI. So they are re-pinned to the frame's top and bottom edges,
   where the only thing underneath is chrome. */
.ma-hero-stage .lc-chip-1 { top: -24px; right: 3%; left: auto; }
.ma-hero-stage .lc-chip-2 { bottom: -26px; left: 4%; top: auto; right: auto; }
.ma-hero-stage .lc-chip-3 { bottom: -26px; right: 5%; top: auto; left: auto; }

.ma-dash { background: var(--bg-soft); font-size: 13px; }
.ma-dash-top { display: flex; align-items: center; gap: 12px; padding: 14px 18px; background: #fff; border-bottom: 1px solid var(--line-2); }
.ma-dash-top h4 { font-size: 15px; letter-spacing: -.02em; }
.ma-dash-top .sub { font-size: 12px; color: var(--muted); }
.ma-dash-top .spacer { margin-left: auto; }
.ma-dash-btn { font-size: 12px; font-weight: 600; padding: 7px 13px; border-radius: 8px; background: var(--ink); color: #fff; display: inline-flex; align-items: center; gap: 7px; }
.ma-dash-btn.ghost { background: #fff; color: var(--ink-2); border: 1px solid var(--line-strong); }

.ma-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 16px 18px 4px; }
.ma-kpi { background: #fff; border: 1px solid var(--line-2); border-radius: 12px; padding: 13px 15px; }
.ma-kpi .lbl { display: flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; color: var(--muted); }
.ma-kpi .lbl i { font-size: 11px; }
.ma-kpi .val { font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--ink); letter-spacing: -.03em; margin-top: 7px; line-height: 1; }
.ma-kpi .dlt { font-size: 11.5px; font-weight: 600; color: #1f8a5b; margin-top: 6px; display: inline-flex; align-items: center; gap: 5px; }
.ma-kpi .dlt.warn { color: var(--brand-ink); }

/* Campaign table */
/* Generous bottom padding: the hero pins two floating chips to the frame
   edge here, and at 18px they landed on the last campaign row. */
.ma-table-wrap { padding: 14px 18px 42px; overflow-x: auto; }
.ma-table { width: 100%; min-width: 620px; border-collapse: collapse; background: #fff; border: 1px solid var(--line-2); border-radius: 12px; overflow: hidden; }
.ma-table th { text-align: left; font-family: var(--font); font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); padding: 11px 14px; background: var(--bg-alt); border-bottom: 1px solid var(--line-2); white-space: nowrap; }
.ma-table td { padding: 12px 14px; font-size: 13px; color: var(--ink-2); border-bottom: 1px solid var(--line-2); vertical-align: middle; white-space: nowrap; }
.ma-table tr:last-child td { border-bottom: none; }
.ma-table .num { font-variant-numeric: tabular-nums; font-weight: 600; color: var(--ink); }
.ma-table .name { display: flex; align-items: center; gap: 9px; }
.ma-table .name i { font-size: 13px; width: 15px; text-align: center; }
.ma-table .name .fa-facebook { color: var(--fb-blue); }
.ma-table .name .fa-instagram { color: var(--ig-b); }
.ma-table .name strong { font-family: var(--font-display); font-size: 13px; font-weight: 600; color: var(--ink); }
.ma-table .name small { display: block; font-size: 11.5px; color: var(--muted); font-weight: 400; }
.ma-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; letter-spacing: .02em; padding: 4px 9px; border-radius: 6px; }
.ma-pill--live { background: rgba(31,138,91,.1); color: #167a4d; }
.ma-pill--paused { background: rgba(11,22,34,.06); color: var(--body); }
.ma-pill .dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

/* Tiny bar chart */
.ma-spark { display: flex; align-items: flex-end; gap: 3px; height: 26px; }
.ma-spark span { width: 5px; border-radius: 2px 2px 0 0; background: var(--brand-line); }
.ma-spark span.hi { background: var(--brand); }

/* ============================================================
   PAIN — cost of the current way
   ============================================================ */
.ma-pain { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 32px; }
.ma-pain-card { background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--brand); border-radius: var(--r); padding: 24px; }
.ma-pain-card .big { font-family: var(--font-display); font-size: 34px; font-weight: 700; color: var(--ink); letter-spacing: -.03em; line-height: 1; }
.ma-pain-card h4 { font-size: 16px; margin: 12px 0 7px; letter-spacing: -.02em; }
.ma-pain-card p { font-size: 14px; color: var(--body); line-height: 1.55; }

/* ============================================================
   WORKFLOW — the five steps, alternating panel + copy
   ============================================================ */
.ma-flow { display: flex; flex-direction: column; gap: clamp(40px, 5vw, 68px); }
.ma-flow-row { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(32px, 5vw, 68px); align-items: center; }
.ma-flow-row:nth-child(even) .ma-flow-body { order: 2; }
.ma-flow-badge { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.ma-flow-badge .n { width: 34px; height: 34px; border-radius: 10px; background: var(--ink); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 14px; flex-shrink: 0; }
.ma-flow-badge .t { font-size: 12.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--brand-ink); }
.ma-flow-body h3 { font-size: clamp(23px, 2.7vw, 31px); letter-spacing: -.025em; line-height: 1.14; }
.ma-flow-body > p { margin-top: 14px; font-size: 16.5px; color: var(--body); line-height: 1.62; }
.ma-flow-list { margin-top: 20px; display: flex; flex-direction: column; gap: 11px; }
.ma-flow-list li { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; color: var(--ink-2); line-height: 1.5; }
.ma-flow-list li i { color: #1f8a5b; font-size: 12.5px; margin-top: 4px; flex-shrink: 0; }
.ma-flow-note { margin-top: 20px; display: flex; gap: 11px; padding: 14px 16px; background: var(--brand-soft); border: 1px solid var(--brand-line); border-radius: var(--r); font-size: 13.5px; color: var(--ink-2); line-height: 1.55; }
.ma-flow-note i { color: var(--brand-ink); margin-top: 3px; flex-shrink: 0; }
.ma-flow-media { position: relative; min-width: 0; }

/* Generic app panel used by several workflow steps */
.ma-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); overflow: hidden; }
.ma-panel-head { display: flex; align-items: center; gap: 9px; padding: 13px 16px; border-bottom: 1px solid var(--line-2); background: var(--bg-soft); }
.ma-panel-head i { color: var(--brand); font-size: 13px; }
.ma-panel-head strong { font-family: var(--font-display); font-size: 13.5px; color: var(--ink); font-weight: 600; }
.ma-panel-head .right { margin-left: auto; font-size: 11.5px; font-weight: 600; color: var(--muted); }
.ma-panel-body { padding: 18px; }

/* Step 1 — the prompt box */
.ma-prompt { border: 1px solid var(--line-strong); border-radius: var(--r); padding: 15px 16px; background: var(--bg-soft); }
.ma-prompt-label { font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); margin-bottom: 9px; }
.ma-prompt p { font-size: 15px; color: var(--ink); line-height: 1.55; }
.ma-prompt .caret { display: inline-block; width: 2px; height: 1.05em; background: var(--brand); margin-left: 2px; vertical-align: -3px; animation: ma-blink 1.1s steps(1) infinite; }
@keyframes ma-blink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
.ma-prompt-foot { display: flex; align-items: center; gap: 10px; margin-top: 15px; flex-wrap: wrap; }
.ma-prompt-foot .model { font-size: 12px; color: var(--muted); display: inline-flex; align-items: center; gap: 6px; }
.ma-prompt-foot .go { margin-left: auto; background: var(--brand); color: #fff; font-size: 13px; font-weight: 600; padding: 9px 16px; border-radius: 9px; display: inline-flex; align-items: center; gap: 8px; }
.ma-examples { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 7px; }
.ma-examples span { font-size: 12px; color: var(--body); background: #fff; border: 1px solid var(--line); border-radius: 100px; padding: 5px 12px; }

/* Step 2 — what the AI filled in */
.ma-fields { display: flex; flex-direction: column; gap: 11px; }
.ma-field { border: 1px solid var(--line-2); border-radius: 11px; padding: 12px 14px; background: #fff; position: relative; }
.ma-field.filled { border-color: rgba(31,138,91,.32); background: rgba(31,138,91,.035); }
.ma-field .k { font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: 7px; }
.ma-field .k .by { margin-left: auto; font-size: 10px; font-weight: 700; letter-spacing: .04em; color: #167a4d; background: rgba(31,138,91,.1); border-radius: 5px; padding: 2px 7px; text-transform: none; }
.ma-field .v { margin-top: 6px; font-size: 14px; color: var(--ink); line-height: 1.45; font-weight: 500; }
.ma-chips { margin-top: 8px; display: flex; flex-wrap: wrap; gap: 6px; }
.ma-chips span { font-size: 12px; font-weight: 500; color: var(--ink-2); background: var(--bg-alt); border: 1px solid var(--line-2); border-radius: 7px; padding: 4px 9px; }

/* Step 3 — publish confirmation */
.ma-confirm { text-align: center; padding: 8px 4px 4px; }
.ma-confirm .ring { width: 58px; height: 58px; margin: 0 auto 16px; border-radius: 50%; display: grid; place-items: center; font-size: 21px; color: var(--brand-ink); background: var(--brand-soft); border: 1px solid var(--brand-line); }
.ma-confirm h5 { font-size: 18px; letter-spacing: -.02em; }
.ma-confirm > p { margin-top: 8px; font-size: 14px; color: var(--body); line-height: 1.55; }
.ma-confirm-rows { margin: 18px 0; text-align: left; border: 1px solid var(--line-2); border-radius: 12px; overflow: hidden; }
.ma-confirm-rows div { display: flex; justify-content: space-between; gap: 16px; padding: 11px 14px; font-size: 13.5px; color: var(--body); }
.ma-confirm-rows div + div { border-top: 1px solid var(--line-2); }
.ma-confirm-rows b { color: var(--ink); font-weight: 600; }
.ma-confirm-rows .total { background: var(--bg-soft); }
.ma-confirm-rows .total b { font-family: var(--font-display); font-size: 15px; }
.ma-confirm-btns { display: flex; gap: 10px; }
.ma-confirm-btns span { flex: 1; text-align: center; font-size: 13.5px; font-weight: 600; padding: 11px; border-radius: 10px; }
.ma-confirm-btns .no { border: 1px solid var(--line-strong); color: var(--ink-2); }
.ma-confirm-btns .yes { background: var(--brand); color: #fff; }
.ma-confirm-hint { margin-top: 13px; font-size: 12px; color: var(--muted); }

/* Step 5 — pipeline */
.ma-pipe { display: flex; flex-direction: column; gap: 10px; }
.ma-pipe-row { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid var(--line-2); border-radius: 12px; background: #fff; }
.ma-pipe-row .av { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 12px; color: #fff; flex-shrink: 0; }
.ma-pipe-row .who { min-width: 0; flex: 1; }
.ma-pipe-row .who strong { display: block; font-family: var(--font-display); font-size: 14px; color: var(--ink); font-weight: 600; }
.ma-pipe-row .who span { font-size: 12px; color: var(--muted); }
.ma-stage { font-size: 11px; font-weight: 700; letter-spacing: .02em; padding: 4px 9px; border-radius: 6px; white-space: nowrap; }
.ma-stage--new { background: rgba(0,100,224,.09); color: #0055c0; }
.ma-stage--demo { background: var(--brand-soft); color: var(--brand-ink); }
.ma-stage--won { background: rgba(31,138,91,.1); color: #167a4d; }

/* ============================================================
   AI SECTION (dark) — what it decides, what it never decides
   ============================================================ */
.ma-ai-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(36px, 5vw, 64px); align-items: start; margin-top: clamp(36px, 5vw, 56px); }
.ma-ai-panel { background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-lg); padding: clamp(20px, 3vw, 28px); }
.ma-ai-panel .ma-prompt { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.14); }
.ma-ai-panel .ma-prompt-label { color: rgba(255,255,255,.5); }
.ma-ai-panel .ma-prompt p { color: #fff; }
.ma-ai-panel .ma-prompt-foot .model { color: rgba(255,255,255,.5); }
.ma-ai-panel .ma-examples span { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); color: rgba(255,255,255,.7); }

.ma-ai-out { margin-top: 20px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.ma-ai-out div { padding: 12px 14px; border-radius: 12px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09); }
.ma-ai-out .k { font-size: 10.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.42); display: block; }
.ma-ai-out .v { display: block; margin-top: 5px; font-family: var(--font-display); font-size: 14px; font-weight: 600; color: #fff; line-height: 1.3; }

.ma-ai-side { display: flex; flex-direction: column; gap: 14px; }
.ma-ai-card { padding: 20px 22px; border-radius: 16px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.03); }
.ma-ai-card h4 { font-size: 17px; color: #fff; display: flex; align-items: center; gap: 11px; letter-spacing: -.02em; }
.ma-ai-card h4 i { color: var(--brand); font-size: 15px; }
.ma-ai-card p { margin-top: 9px; font-size: 14.5px; color: rgba(255,255,255,.62); line-height: 1.6; }
.ma-ai-card--guard { border-color: rgba(241,90,41,.32); background: rgba(241,90,41,.07); }
.ma-ai-card--guard h4 i { color: var(--brand); }
.ma-ai-guard-list { margin-top: 14px; display: flex; flex-direction: column; gap: 9px; }
.ma-ai-guard-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: rgba(255,255,255,.78); line-height: 1.5; }
.ma-ai-guard-list li i { color: var(--brand); font-size: 11px; margin-top: 5px; flex-shrink: 0; }

/* ============================================================
   AD FORMATS — three previews side by side
   ============================================================ */
/* The three previews are genuinely different heights — a 1.91:1 feed creative
   next to a 1:1 next to a 9:16 story. Stretching the columns and pushing the
   caption to the bottom keeps the captions on one line instead of stepping. */
.ma-formats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; justify-items: center; }
.ma-format { width: 100%; max-width: 360px; display: flex; flex-direction: column; }
/* In the three-up comparison the preview fills its column; the 390px cap in
   home.css is for the single card on the homepage stage. */
.ma-format .lc-ad { max-width: none; }
.ma-format .lc-ad-media--ig { aspect-ratio: 1 / 1; }
.ma-format-cap { margin-top: auto; padding-top: 18px; text-align: center; }
.ma-format-cap strong { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-size: 15px; color: var(--ink); font-weight: 600; }
.ma-format-cap p { margin-top: 6px; font-size: 13.5px; color: var(--body); line-height: 1.5; }
.ma-format-cap .fa-facebook { color: var(--fb-blue); }
.ma-format-cap .fa-instagram { color: var(--ig-b); }
.ma-format-cap .fa-whatsapp { color: var(--wa-green); }

/* Instagram story (9:16) */
.ma-story {
    width: 100%; max-width: 260px; margin: 0 auto; aspect-ratio: 9 / 16; border-radius: 22px; overflow: hidden;
    position: relative; display: flex; flex-direction: column; padding: 14px; color: #fff;
    background: linear-gradient(160deg, #3b1d6e 0%, #7d2b8b 42%, #c9385f 78%, #f26b3a 100%);
    box-shadow: var(--shadow-lg); border: 1px solid rgba(0,0,0,.06);
}
.ma-story-bars { display: flex; gap: 4px; }
.ma-story-bars span { flex: 1; height: 2.5px; border-radius: 2px; background: rgba(255,255,255,.35); }
.ma-story-bars span:first-child { background: #fff; }
.ma-story-head { display: flex; align-items: center; gap: 9px; margin-top: 12px; }
.ma-story-head .av { width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,.22); display: grid; place-items: center; font-family: var(--font-display); font-size: 10px; font-weight: 700; }
.ma-story-head strong { font-family: var(--font-display); font-size: 12.5px; font-weight: 600; }
.ma-story-head span { font-size: 11px; color: rgba(255,255,255,.7); }
.ma-story-mid { margin: auto 0; }
.ma-story-mid .kick { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; background: rgba(255,255,255,.18); border-radius: 100px; padding: 4px 11px; }
.ma-story-mid h4 { margin-top: 12px; font-size: 25px; color: #fff; line-height: 1.08; letter-spacing: -.02em; }
.ma-story-mid p { margin-top: 9px; font-size: 13px; color: rgba(255,255,255,.85); line-height: 1.45; }
.ma-story-cta { margin-top: auto; text-align: center; }
.ma-story-cta .swipe { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: #0b1622; font-family: var(--font-display); font-size: 13px; font-weight: 700; padding: 10px 20px; border-radius: 100px; }
.ma-story-cta small { display: block; margin-top: 9px; font-size: 11px; color: rgba(255,255,255,.75); }

/* Destination cards */
.ma-dests { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: clamp(44px, 5vw, 64px); }
.ma-dest { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; transition: var(--t); }
.ma-dest:hover { border-color: var(--line-strong); box-shadow: var(--shadow); transform: translateY(-3px); }
.ma-dest .ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; font-size: 19px; color: #fff; margin-bottom: 16px; }
.ma-dest .ic--form { background: linear-gradient(135deg, var(--meta-blue), #4a9cff); }
.ma-dest .ic--wa { background: linear-gradient(135deg, #128c4a, var(--wa-green)); }
.ma-dest .ic--web { background: linear-gradient(135deg, var(--ink), #35526b); }
.ma-dest h3 { font-size: 18px; letter-spacing: -.02em; margin-bottom: 8px; }
.ma-dest p { font-size: 14.5px; color: var(--body); line-height: 1.55; }
.ma-dest .tagline { display: inline-block; margin-top: 14px; font-size: 11.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--brand-ink); }

/* ============================================================
   VERIFIED LEADS — instant form on a phone
   ============================================================ */
.ma-lead-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.ma-formphone {
    width: 290px; margin: 0 auto; background: #0b0f16; border-radius: 40px; padding: 9px;
    box-shadow: var(--shadow-xl); border: 1px solid rgba(255,255,255,.08); position: relative;
}
.ma-formphone-screen { background: #fff; border-radius: 32px; overflow: hidden; }
.ma-formphone-bar { display: flex; align-items: center; gap: 9px; padding: 14px 15px 12px; border-bottom: 1px solid #e4e6eb; }
.ma-formphone-bar .x { font-size: 13px; color: #65676b; }
.ma-formphone-bar .av { width: 26px; height: 26px; border-radius: 50%; background: linear-gradient(135deg, #12344d, #1f5f8b); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-size: 9.5px; font-weight: 700; }
.ma-formphone-bar strong { font-family: var(--font-display); font-size: 12.5px; color: #050505; font-weight: 600; }
.ma-formphone-bar .ig { margin-left: auto; font-size: 14px; background: linear-gradient(45deg, var(--ig-c), var(--ig-b) 55%, var(--ig-a)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ma-formphone-body { padding: 16px 16px 18px; }
.ma-formphone-body h5 { font-size: 16px; color: #050505; letter-spacing: -.02em; line-height: 1.2; }
.ma-formphone-body > p { margin-top: 6px; font-size: 12.5px; color: #65676b; line-height: 1.45; }
.ma-ff { margin-top: 14px; }
.ma-ff label { display: block; font-size: 11px; font-weight: 600; color: #65676b; margin-bottom: 5px; }
.ma-ff .box { display: flex; align-items: center; gap: 8px; border: 1px solid #ccd0d5; border-radius: 9px; padding: 10px 11px; font-size: 13px; color: #050505; background: #fff; }
.ma-ff .box i { color: #1f8a5b; font-size: 11px; margin-left: auto; }
.ma-ff .box.empty { color: #8a8d91; }
.ma-formphone-note { display: flex; gap: 8px; align-items: flex-start; margin-top: 14px; padding: 10px 11px; background: #f0f2f5; border-radius: 9px; font-size: 11.5px; color: #65676b; line-height: 1.45; }
.ma-formphone-note i { color: var(--meta-blue); margin-top: 2px; }
.ma-formphone-submit { margin-top: 14px; text-align: center; background: var(--fb-blue); color: #fff; font-family: var(--font-display); font-size: 14px; font-weight: 700; padding: 12px; border-radius: 10px; }

.ma-verify { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.ma-verify-row { display: flex; gap: 14px; padding: 18px 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); }
.ma-verify-row .ic { width: 38px; height: 38px; border-radius: 11px; flex-shrink: 0; display: grid; place-items: center; font-size: 14px; background: rgba(31,138,91,.09); color: #167a4d; }
.ma-verify-row strong { display: block; font-family: var(--font-display); font-size: 15.5px; color: var(--ink); font-weight: 600; letter-spacing: -.015em; }
.ma-verify-row p { margin-top: 4px; font-size: 14px; color: var(--body); line-height: 1.55; }

/* ============================================================
   ATTRIBUTION — which ad produced the fees (dark)
   ============================================================ */
.ma-roi { margin-top: clamp(36px, 5vw, 52px); border-radius: var(--r-lg); border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.035); overflow: hidden; }
.ma-roi-head { display: flex; align-items: center; gap: 11px; padding: 15px 20px; border-bottom: 1px solid rgba(255,255,255,.1); flex-wrap: wrap; }
.ma-roi-head strong { font-family: var(--font-display); font-size: 15px; color: #fff; font-weight: 600; }
.ma-roi-head .range { margin-left: auto; font-size: 12px; color: rgba(255,255,255,.5); display: inline-flex; align-items: center; gap: 7px; }
.ma-roi-scroll { overflow-x: auto; }
.ma-roi table { width: 100%; min-width: 720px; border-collapse: collapse; }
.ma-roi th { text-align: left; font-family: var(--font); font-size: 10.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.42); padding: 12px 18px; border-bottom: 1px solid rgba(255,255,255,.1); white-space: nowrap; }
.ma-roi td { padding: 15px 18px; font-size: 14px; color: rgba(255,255,255,.8); border-bottom: 1px solid rgba(255,255,255,.06); white-space: nowrap; font-variant-numeric: tabular-nums; }
.ma-roi tr:last-child td { border-bottom: none; }
.ma-roi .camp { display: flex; align-items: center; gap: 10px; }
.ma-roi .camp i { font-size: 14px; }
.ma-roi .camp .fa-facebook { color: #58a5ff; }
.ma-roi .camp .fa-instagram { color: #ff7a8a; }
.ma-roi .camp strong { display: block; font-family: var(--font-display); font-size: 13.5px; color: #fff; font-weight: 600; }
.ma-roi .camp small { display: block; font-size: 11.5px; color: rgba(255,255,255,.42); }
.ma-roi .money { color: #fff; font-weight: 600; }
.ma-roi .win { color: #5fd39a; font-weight: 700; }
.ma-roi tfoot td { background: rgba(255,255,255,.04); color: #fff; font-weight: 700; border-top: 1px solid rgba(255,255,255,.12); }
.ma-roi-foot { padding: 14px 20px; font-size: 12.5px; color: rgba(255,255,255,.45); display: flex; gap: 9px; align-items: flex-start; line-height: 1.55; border-top: 1px solid rgba(255,255,255,.08); }
.ma-roi-foot i { margin-top: 3px; color: var(--brand); }

/* ============================================================
   TIME SAVED — comparison
   ============================================================ */
.ma-compare { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: #fff; }
.ma-compare-row { display: grid; grid-template-columns: 1.15fr 1fr 1fr; align-items: stretch; }
.ma-compare-row + .ma-compare-row { border-top: 1px solid var(--line-2); }
.ma-compare-row > div { padding: 16px 20px; display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--ink-2); }
.ma-compare-row > div + div { border-left: 1px solid var(--line-2); }
.ma-compare-row.head > div { background: var(--bg-alt); font-family: var(--font-display); font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.ma-compare-row.head .now { color: var(--brand-ink); }
.ma-compare-row .task { font-family: var(--font-display); font-weight: 600; color: var(--ink); font-size: 15px; }
.ma-compare-row .old { color: var(--body); }
.ma-compare-row .old i { color: var(--faint); }
.ma-compare-row .now { color: var(--ink); font-weight: 600; }
.ma-compare-row .now i { color: #1f8a5b; }
.ma-compare-row.total > div { background: var(--bg-soft); font-family: var(--font-display); font-weight: 700; color: var(--ink); font-size: 16px; }

/* ============================================================
   CONTROL / SAFETY
   ============================================================ */
.ma-guards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ma-guard { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; }
.ma-guard .ic { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; font-size: 18px; background: var(--brand-soft); color: var(--brand-ink); margin-bottom: 16px; }
.ma-guard h3 { font-size: 17px; letter-spacing: -.02em; margin-bottom: 8px; }
.ma-guard p { font-size: 14px; color: var(--body); line-height: 1.55; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
    .ma-kpis { grid-template-columns: repeat(2, 1fr); }
    .ma-pain, .ma-dests { grid-template-columns: 1fr; }
    .ma-flow-row { grid-template-columns: 1fr; gap: 32px; }
    .ma-flow-row:nth-child(even) .ma-flow-body { order: 0; }
    .ma-ai-grid, .ma-lead-grid { grid-template-columns: 1fr; gap: 40px; }
    .ma-formats { grid-template-columns: 1fr; gap: 44px; }
    .ma-guards { grid-template-columns: repeat(2, 1fr); }
    .ma-compare-row { grid-template-columns: 1fr; }
    .ma-compare-row > div + div { border-left: none; border-top: 1px solid var(--line-2); }
    .ma-compare-row.head { display: none; }
    /* The row is a flex line, so the injected label is a flex item: without
       these it wraps to two lines and drags the tick down with it. */
    .ma-compare-row .old::before,
    .ma-compare-row .now::before { white-space: nowrap; flex-shrink: 0; font-weight: 600; }
    .ma-compare-row .old::before { content: "Before: "; color: var(--muted); }
    .ma-compare-row .now::before { content: "With LMS Campus: "; color: var(--brand-ink); }
}
@media (max-width: 600px) {
    .ma-kpis { grid-template-columns: 1fr; }
    .ma-ai-out { grid-template-columns: 1fr; }
    .ma-guards { grid-template-columns: 1fr; }
    .ma-panel-body { padding: 15px; }
    .ma-formphone { width: 100%; max-width: 290px; }
}
@media (prefers-reduced-motion: reduce) {
    .ma-prompt .caret { animation: none !important; }
}
