/* ==========================================================================
   iAccounting — site comercial (marketing)
   Todas as classes têm o prefixo `mk-` para não colidir com app.css.
   Mobile-first (360px → 1440px). Tema claro: navy #0f172a, teal #0f766e,
   mint #2dd4bf, âmbar #f59e0b (reservado à "supervisão").
   ========================================================================== */

:root {
    --mk-navy: #0f172a;
    --mk-navy-2: #1e293b;
    --mk-navy-3: #334155;
    --mk-teal: #0f766e;
    --mk-teal-2: #0d9488;
    --mk-teal-ink: #115e59;
    --mk-mint: #2dd4bf;
    --mk-mint-soft: #ccfbf1;
    --mk-mint-soft-2: #f0fdfa;
    --mk-amber: #f59e0b;
    --mk-amber-soft: #fef3c7;
    --mk-amber-line: #fde68a;
    --mk-amber-ink: #92400e;
    --mk-green: #16a34a;
    --mk-green-soft: #dcfce7;
    --mk-green-ink: #14532d;
    --mk-red: #dc2626;
    --mk-red-soft: #fee2e2;
    --mk-red-ink: #7f1d1d;
    --mk-ink: #0f172a;
    --mk-ink-2: #334155;
    --mk-muted: #64748b;
    --mk-line: #e2e8f0;
    --mk-line-2: #cbd5e1;
    --mk-bg: #ffffff;
    --mk-bg-2: #f8fafc;
    --mk-bg-3: #f1f5f9;
    --mk-radius: 16px;
    --mk-radius-sm: 10px;
    --mk-radius-xs: 6px;
    --mk-shadow-sm: 0 1px 2px rgba(15, 23, 42, .05), 0 2px 8px rgba(15, 23, 42, .05);
    --mk-shadow: 0 1px 2px rgba(15, 23, 42, .06), 0 10px 30px rgba(15, 23, 42, .09);
    --mk-shadow-lg: 0 24px 64px rgba(15, 23, 42, .18);
    --mk-max: 1200px;
    --mk-gutter: clamp(1rem, 4vw, 2rem);
    --mk-header-h: 68px;
    --mk-ease: cubic-bezier(.2, .7, .2, 1);
}

/* Base -------------------------------------------------------------------- */
html:has(.site) { scroll-behavior: smooth; }
html.mk-nav-lock { overflow: hidden; }

.site { min-height: 100vh; display: flex; flex-direction: column; background: var(--mk-bg); color: var(--mk-ink); -webkit-font-smoothing: antialiased; overflow-x: clip; }
.site .mk-main { flex: 1 0 auto; }
.site h1, .site h2, .site h3, .site h4 { letter-spacing: -.02em; }
.site a { color: var(--mk-teal); }
.site :focus-visible { outline: 3px solid rgba(45, 212, 191, .65); outline-offset: 3px; border-radius: 4px; }
.site h1:focus, .site h1:focus-visible { outline: none; } /* FocusOnNavigate foca o h1 em cada navegação */
.site [id] { scroll-margin-top: calc(var(--mk-header-h) + 1rem); }
.site img, .site svg { max-width: 100%; }

.mk-sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.mk-skip { position: absolute; left: 1rem; top: -100px; z-index: 100; padding: .6rem 1rem; background: var(--mk-navy); color: #fff; border-radius: 8px; font-weight: 600; }
.mk-skip:focus { top: 1rem; }

/* Layout & typography ------------------------------------------------------ */
.mk-container, .site .container { width: 100%; max-width: var(--mk-max); margin-inline: auto; padding-inline: var(--mk-gutter); }
.mk-container--narrow { max-width: 860px; }
.site .section { padding-block: clamp(3rem, 8vw, 6rem); }
.mk-section { padding-block: clamp(3.5rem, 8vw, 6.5rem); }
.mk-section--tight { padding-block: clamp(2rem, 5vw, 3.5rem); }
.mk-section--alt { background: var(--mk-bg-2); border-top: 1px solid var(--mk-line); border-bottom: 1px solid var(--mk-line); }
.mk-section--dark { background: var(--mk-navy); color: #e2e8f0; }
.mk-section--dark a { color: var(--mk-mint); }
.mk-section--dark .mk-h2, .mk-section--dark .mk-h3 { color: #fff; }
.mk-section--dark .mk-lead, .mk-section--dark .mk-text { color: #cbd5e1; }
.mk-section--dark .mk-eyebrow { color: var(--mk-mint); }
.mk-sec-head { max-width: 740px; margin-bottom: clamp(2rem, 4vw, 3rem); }
.mk-sec-head--center { margin-inline: auto; text-align: center; }
.mk-sec-head--center .mk-eyebrow { justify-content: center; }
.mk-sec-head--center .mk-lead { margin-inline: auto; }

.mk-eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin: 0 0 .9rem; font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--mk-teal); }
.mk-eyebrow::before { content: ""; width: 1.35rem; height: 2px; border-radius: 2px; background: var(--mk-mint); }
.mk-eyebrow--amber { color: var(--mk-amber-ink); }
.mk-eyebrow--amber::before { background: var(--mk-amber); }
.mk-h1 { margin: 0 0 1.2rem; font-size: clamp(2.15rem, 5.2vw, 3.7rem); font-weight: 800; line-height: 1.05; letter-spacing: -.035em; color: var(--mk-navy); }
.mk-h1 em, .mk-h2 em { font-style: normal; color: var(--mk-teal); }
.mk-h2 { margin: 0 0 1rem; font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 800; line-height: 1.12; letter-spacing: -.03em; color: var(--mk-navy); }
.mk-h3 { margin: 0 0 .5rem; font-size: 1.15rem; font-weight: 700; color: var(--mk-navy); }
.mk-lead { margin: 0 0 1.5rem; max-width: 62ch; font-size: clamp(1.05rem, 1.6vw, 1.22rem); line-height: 1.6; color: var(--mk-ink-2); }
.mk-text { color: var(--mk-ink-2); line-height: 1.65; }
.mk-text p { margin: 0 0 .9rem; }
.mk-small { font-size: .85rem; color: var(--mk-muted); }
.mk-mono { font-family: var(--font-mono); font-size: .9em; }
.mk-kbd { font-family: var(--font-mono); font-size: .82em; padding: .1rem .4rem; border-radius: 6px; background: var(--mk-bg-3); border: 1px solid var(--mk-line-2); color: var(--mk-ink); }
.mk-section--dark .mk-kbd { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .18); color: #fff; }
.mk-center { text-align: center; }
.mk-mt { margin-top: 2rem; }
.mk-mt-sm { margin-top: 1rem; }

/* Buttons ----------------------------------------------------------------- */
.mk-btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .75rem 1.3rem; border-radius: 999px; border: 1.5px solid transparent; font: inherit; font-weight: 600; font-size: .95rem; line-height: 1.2; cursor: pointer; text-decoration: none; white-space: nowrap; transition: background .18s var(--mk-ease), color .18s, border-color .18s, transform .18s var(--mk-ease), box-shadow .18s; }
.site .mk-btn:hover { text-decoration: none; transform: translateY(-1px); }
.site .mk-btn:active { transform: translateY(0); }
/* Variantes com prefixo .site para vencerem `a { color }` (app.css) e `.mk-section--dark a`. */
.site .mk-btn--primary { background: var(--mk-teal); color: #fff; box-shadow: 0 6px 18px rgba(15, 118, 110, .28); }
.site .mk-btn--primary:hover { background: var(--mk-teal-2); color: #fff; box-shadow: 0 8px 22px rgba(15, 118, 110, .34); }
.site .mk-btn--dark { background: var(--mk-navy); color: #fff; }
.site .mk-btn--dark:hover { background: var(--mk-navy-2); color: #fff; }
.site .mk-btn--light { background: #fff; color: var(--mk-navy); }
.site .mk-btn--light:hover { background: var(--mk-mint-soft); color: var(--mk-navy); }
.site .mk-btn--ghost { background: transparent; color: var(--mk-navy); border-color: var(--mk-line-2); }
.site .mk-btn--ghost:hover { background: var(--mk-bg-3); color: var(--mk-navy); }
.site .mk-btn--ghost-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .38); }
.site .mk-btn--ghost-light:hover { background: rgba(255, 255, 255, .1); color: #fff; }
.mk-btn--lg { padding: .95rem 1.7rem; font-size: 1.02rem; }
.mk-btn--sm { padding: .5rem .95rem; font-size: .85rem; }
.mk-btn--block { width: 100%; }
.mk-btn .mk-icon { width: 18px; height: 18px; }
.mk-btn-row { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }

/* Chips, badges, cards ------------------------------------------------------ */
.mk-chip { display: inline-flex; align-items: center; gap: .4rem; padding: .3rem .75rem; border-radius: 999px; font-size: .78rem; font-weight: 700; line-height: 1.2; background: var(--mk-bg-3); color: var(--mk-ink-2); white-space: nowrap; }
.mk-chip--mint { background: var(--mk-mint-soft); color: var(--mk-teal-ink); }
.mk-chip--amber { background: var(--mk-amber-soft); color: var(--mk-amber-ink); }
.mk-chip--green { background: var(--mk-green-soft); color: var(--mk-green-ink); }
.mk-chip--red { background: var(--mk-red-soft); color: var(--mk-red-ink); }
.mk-chip--navy { background: var(--mk-navy); color: #fff; }
.mk-chip--outline { background: transparent; border: 1px solid var(--mk-line-2); }
.mk-chip .mk-icon { width: 14px; height: 14px; }
.mk-card { background: #fff; border: 1px solid var(--mk-line); border-radius: var(--mk-radius); padding: 1.5rem; box-shadow: var(--mk-shadow-sm); }
.mk-card--soft { background: var(--mk-bg-2); box-shadow: none; }
.mk-grid { display: grid; gap: 1.25rem; }
.mk-icon { display: inline-block; vertical-align: middle; flex: none; }
.mk-list { margin: 0; padding: 0; list-style: none; display: grid; gap: .55rem; color: var(--mk-ink-2); line-height: 1.55; }
.mk-list li { position: relative; padding-left: 1.6rem; }
.mk-list li::before { content: ""; position: absolute; left: 0; top: .42em; width: 1rem; height: 1rem; border-radius: 50%; background: var(--mk-mint-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f766e' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 10px no-repeat; }
.mk-section--dark .mk-list { color: #cbd5e1; }
.mk-list--amber li::before { background-color: var(--mk-amber-soft); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2392400e' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E"); }

/* Header -------------------------------------------------------------------- */
.mk-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .86); -webkit-backdrop-filter: saturate(160%) blur(12px); backdrop-filter: saturate(160%) blur(12px); border-bottom: 1px solid var(--mk-line); }
.mk-header__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: var(--mk-header-h); }
.mk-logo { display: inline-flex; align-items: center; gap: .6rem; color: var(--mk-navy); font-weight: 800; font-size: 1.2rem; letter-spacing: -.03em; text-decoration: none; }
.site .mk-logo:hover { text-decoration: none; }
.mk-logo__mark { width: 32px; height: 32px; flex: none; }
.mk-logo__word { line-height: 1; }
.mk-burger { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; width: 44px; height: 44px; border: 1px solid var(--mk-line); border-radius: 10px; background: #fff; cursor: pointer; padding: 0; }
.mk-burger__bar { width: 18px; height: 2px; border-radius: 2px; background: var(--mk-navy); transition: transform .22s var(--mk-ease), opacity .18s; }
.mk-header.is-open .mk-burger__bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mk-header.is-open .mk-burger__bar:nth-child(2) { opacity: 0; }
.mk-header.is-open .mk-burger__bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mk-nav { display: none; position: absolute; left: calc(-1 * var(--mk-gutter)); right: calc(-1 * var(--mk-gutter)); top: var(--mk-header-h); flex-direction: column; gap: 1rem; padding: 1rem var(--mk-gutter) 1.25rem; background: #fff; border-bottom: 1px solid var(--mk-line); box-shadow: var(--mk-shadow); }
.mk-header.is-open .mk-nav { display: flex; }
.mk-nav__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .2rem; }
.mk-nav__list a { display: block; padding: .65rem .8rem; border-radius: 8px; color: var(--mk-ink-2); font-weight: 600; font-size: .95rem; text-decoration: none; transition: background .15s, color .15s; }
.site .mk-nav__list a:hover { color: var(--mk-navy); background: var(--mk-bg-3); text-decoration: none; }
.mk-nav__list a[aria-current="page"] { color: var(--mk-teal-ink); background: var(--mk-mint-soft); }
.mk-nav__cta { display: flex; flex-wrap: wrap; gap: .6rem; }
.mk-nav__cta .mk-btn { flex: 1 1 auto; }

/* Footer -------------------------------------------------------------------- */
.mk-footer { margin-top: auto; padding: 3.5rem 0 2rem; background: var(--mk-navy); color: #cbd5e1; }
.mk-footer--slim { padding: 1.75rem 0; }
.mk-footer__grid { display: grid; gap: 2.25rem; grid-template-columns: 1fr; }
.mk-footer__brand .mk-logo { color: #fff; }
.mk-footer__tagline { margin: 1rem 0 .5rem; max-width: 34ch; font-size: .92rem; line-height: 1.6; color: #94a3b8; }
.mk-footer__made { display: inline-flex; align-items: center; gap: .4rem; font-size: .85rem; color: #94a3b8; }
.mk-footer__title { margin: 0 0 .9rem; font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #94a3b8; }
.mk-footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .5rem; }
.site .mk-footer a { color: #e2e8f0; text-decoration: none; font-size: .93rem; }
.site .mk-footer a:hover { color: var(--mk-mint); text-decoration: underline; }
.mk-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .75rem 1.5rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .84rem; color: #94a3b8; }
.mk-footer--slim .mk-footer__bottom { margin-top: 0; padding-top: 0; border-top: 0; }
.mk-footer__bottom ul { flex-direction: row; flex-wrap: wrap; gap: .4rem 1.25rem; }
.site .mk-footer__bottom a { color: #cbd5e1; font-size: .84rem; }

/* Hero ---------------------------------------------------------------------- */
.mk-hero { position: relative; overflow: hidden; padding: clamp(3rem, 7vw, 6rem) 0 clamp(3rem, 6vw, 5rem); background: radial-gradient(900px 520px at 6% -10%, rgba(45, 212, 191, .2), transparent 60%), radial-gradient(760px 420px at 102% 108%, rgba(245, 158, 11, .14), transparent 55%), linear-gradient(180deg, #fff 0%, var(--mk-bg-2) 100%); }
.mk-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(15, 23, 42, .09) 1px, transparent 1px); background-size: 22px 22px; -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .55), transparent 75%); mask-image: linear-gradient(180deg, rgba(0, 0, 0, .55), transparent 75%); }
.mk-hero__grid { position: relative; display: grid; gap: 3rem; align-items: center; }
.mk-hero__copy .mk-lead { margin-bottom: 1.75rem; }
.mk-hero__ctas { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 1.1rem; }
.mk-hero__note { margin: 0; font-size: .85rem; color: var(--mk-muted); line-height: 1.6; }
.mk-hero__badges { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0 0 1.4rem; }
.mk-hero__mock { position: relative; }
.mk-mock-caption { margin: .8rem 0 0; text-align: center; font-size: .78rem; color: var(--mk-muted); }

/* Product mock — fila de supervisão ----------------------------------------- */
.mk-mock { background: #fff; border: 1px solid var(--mk-line); border-radius: 18px; box-shadow: var(--mk-shadow-lg); overflow: hidden; }
.mk-mock__bar { display: flex; align-items: center; gap: .75rem; padding: .65rem .95rem; background: var(--mk-bg-2); border-bottom: 1px solid var(--mk-line); }
.mk-mock__dots { display: flex; gap: 5px; }
.mk-mock__dots span { width: 9px; height: 9px; border-radius: 50%; background: var(--mk-line-2); }
.mk-mock__title { font-size: .78rem; font-weight: 600; color: var(--mk-muted); }
.mk-mock__title b { color: var(--mk-ink); font-weight: 700; }
.mk-mock__stats { display: flex; flex-wrap: wrap; gap: .5rem; padding: .85rem .95rem .6rem; }
.mk-stat { display: flex; flex-direction: column; gap: .1rem; min-width: 90px; padding: .5rem .7rem; border-radius: 10px; background: var(--mk-bg-2); border: 1px solid var(--mk-line); }
.mk-stat b { font-size: 1.15rem; font-weight: 800; letter-spacing: -.02em; line-height: 1.1; font-variant-numeric: tabular-nums; }
.mk-stat span { font-size: .68rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: var(--mk-muted); }
.mk-stat--ok b { color: var(--mk-teal); }
.mk-stat--warn { background: var(--mk-amber-soft); border-color: var(--mk-amber-line); }
.mk-stat--warn b { color: var(--mk-amber-ink); }
.mk-queue { list-style: none; margin: 0; padding: 0; }
.mk-queue__item { display: grid; grid-template-columns: auto 1fr; gap: .5rem .8rem; padding: .85rem .95rem; border-top: 1px solid var(--mk-line); align-items: center; }
.mk-queue__item--review { background: linear-gradient(90deg, var(--mk-amber-soft), #fffbeb); border-left: 3px solid var(--mk-amber); }
.mk-doc { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: var(--mk-bg-3); color: var(--mk-ink-2); font-family: var(--font-mono); font-size: .68rem; font-weight: 700; }
.mk-queue__item--review .mk-doc { background: #fff; color: var(--mk-amber-ink); }
.mk-queue__main { min-width: 0; }
.mk-queue__name { display: flex; flex-wrap: wrap; gap: .3rem .6rem; align-items: baseline; font-weight: 700; font-size: .9rem; }
.mk-queue__name .mk-mono { color: var(--mk-muted); font-weight: 500; }
.mk-queue__meta { font-size: .78rem; color: var(--mk-muted); margin-top: .1rem; }
.mk-queue__meta b { color: var(--mk-ink-2); font-weight: 600; }
.mk-queue__side { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .5rem .9rem; }
.mk-conf { display: inline-flex; align-items: center; gap: .45rem; font-size: .78rem; font-weight: 700; font-variant-numeric: tabular-nums; color: var(--mk-ink-2); }
.mk-conf__bar { width: 72px; height: 6px; border-radius: 999px; background: var(--mk-line); overflow: hidden; }
.mk-conf__bar i { display: block; height: 100%; width: var(--w, 0%); border-radius: inherit; background: var(--mk-teal); }
.mk-conf--mid .mk-conf__bar i { background: var(--mk-amber); }
.mk-conf--low .mk-conf__bar i { background: var(--mk-red); }
.mk-queue__actions { display: flex; gap: .35rem; }
.mk-mini-btn { display: inline-flex; align-items: center; padding: .32rem .6rem; border-radius: 7px; border: 1px solid var(--mk-line-2); background: #fff; font-size: .74rem; font-weight: 700; color: var(--mk-ink-2); }
.mk-mini-btn--ok { background: var(--mk-teal); border-color: var(--mk-teal); color: #fff; }

/* Trust strip --------------------------------------------------------------- */
.mk-trust { padding: 1.1rem 0; background: #fff; border-top: 1px solid var(--mk-line); border-bottom: 1px solid var(--mk-line); }
.mk-trust__list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .6rem 1.8rem; font-size: .84rem; font-weight: 600; color: var(--mk-ink-2); }
.mk-trust__list li { display: inline-flex; align-items: center; gap: .5rem; }
.mk-trust__list .mk-icon { width: 18px; height: 18px; color: var(--mk-teal); }

/* Steps --------------------------------------------------------------------- */
.mk-steps { display: grid; gap: 1.25rem; list-style: none; margin: 0; padding: 0; }
.mk-step { position: relative; padding: 1.6rem; background: #fff; border: 1px solid var(--mk-line); border-radius: var(--mk-radius); box-shadow: var(--mk-shadow-sm); }
.mk-step__num { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 1rem; border-radius: 12px; background: var(--mk-navy); color: var(--mk-mint); font-family: var(--font-mono); font-weight: 700; font-size: 1rem; }
.mk-step--amber .mk-step__num { background: var(--mk-amber); color: var(--mk-navy); }
.mk-step h3 { margin: 0 0 .45rem; font-size: 1.12rem; }
.mk-step p { margin: 0; font-size: .95rem; line-height: 1.6; color: var(--mk-ink-2); }

/* Feature grid -------------------------------------------------------------- */
.mk-features { display: grid; gap: 1.1rem; }
.mk-feature { display: flex; flex-direction: column; padding: 1.4rem; background: #fff; border: 1px solid var(--mk-line); border-radius: var(--mk-radius); transition: transform .25s var(--mk-ease), box-shadow .25s, border-color .25s; }
.mk-feature:hover { transform: translateY(-3px); box-shadow: var(--mk-shadow); border-color: var(--mk-line-2); }
.mk-feature__icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 1rem; border-radius: 12px; background: var(--mk-mint-soft); color: var(--mk-teal); }
.mk-feature--amber .mk-feature__icon { background: var(--mk-amber-soft); color: var(--mk-amber-ink); }
.mk-feature h3 { margin: 0 0 .4rem; font-size: 1.02rem; }
.mk-feature p { margin: 0; font-size: .92rem; line-height: 1.55; color: var(--mk-ink-2); }
.mk-feature__more { margin-top: auto; padding-top: .9rem; font-size: .85rem; font-weight: 600; }

/* Supervisão explainer ------------------------------------------------------- */
.mk-explain { display: grid; gap: 2.5rem; align-items: start; }
.mk-xcard { background: #fff; color: var(--mk-ink); border-radius: var(--mk-radius); box-shadow: var(--mk-shadow-lg); overflow: hidden; }
.mk-xcard__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .5rem .75rem; padding: .9rem 1.2rem; background: var(--mk-bg-2); border-bottom: 1px solid var(--mk-line); }
.mk-xcard__title { font-weight: 700; font-size: .95rem; }
.mk-xcard__title small { display: block; font-size: .78rem; font-weight: 500; color: var(--mk-muted); }
.mk-xcard__body { padding: 1.1rem 1.2rem; }
.mk-xcard__quote { margin: 0 0 1rem; padding-left: .9rem; border-left: 3px solid var(--mk-mint); font-size: .95rem; line-height: 1.6; }
.mk-xcard__quote b { color: var(--mk-navy); }
.mk-checks { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; grid-template-columns: 1fr; font-size: .85rem; color: var(--mk-ink-2); }
.mk-checks li { display: flex; align-items: center; gap: .45rem; }
.mk-checks li::before { content: "✓"; flex: none; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--mk-green-soft); color: var(--mk-green-ink); font-size: .7rem; font-weight: 800; }
.mk-checks li.is-fail::before { content: "!"; background: var(--mk-amber-soft); color: var(--mk-amber-ink); }
.mk-xcard__foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .5rem .9rem; padding: .85rem 1.2rem; border-top: 1px solid var(--mk-line); font-size: .85rem; color: var(--mk-muted); }
.mk-stoplist { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.mk-stoplist li { display: flex; gap: .7rem; align-items: flex-start; padding: .75rem .9rem; border-radius: 12px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); font-size: .92rem; line-height: 1.5; color: #e2e8f0; }
.mk-stoplist li::before { content: ""; flex: none; width: 10px; height: 10px; margin-top: .45rem; border-radius: 50%; background: var(--mk-amber); box-shadow: 0 0 0 4px rgba(245, 158, 11, .22); }
.mk-stoplist li b { color: #fff; }

/* Comparison table ---------------------------------------------------------- */
.mk-compare-wrap { position: relative; overflow-x: auto; background: #fff; border: 1px solid var(--mk-line); border-radius: var(--mk-radius); } /* relative: contém os .mk-sr-only absolutos das células */
.mk-compare { width: 100%; min-width: 640px; border-collapse: separate; border-spacing: 0; font-size: .92rem; }
.mk-compare th, .mk-compare td { padding: 1rem 1.1rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--mk-line); line-height: 1.5; }
.mk-compare thead th { font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--mk-muted); background: var(--mk-bg-2); }
.mk-compare thead th.is-us { color: var(--mk-teal-ink); background: var(--mk-mint-soft); }
.mk-compare tbody th { width: 22%; font-weight: 700; color: var(--mk-navy); background: var(--mk-bg-2); }
.mk-compare td.is-us { background: var(--mk-mint-soft-2); color: var(--mk-ink); font-weight: 500; }
.mk-compare tr:last-child th, .mk-compare tr:last-child td { border-bottom: 0; }
.mk-mark { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: .4rem; border-radius: 50%; font-size: .7rem; font-weight: 800; vertical-align: -4px; }
.mk-mark--no { background: var(--mk-bg-3); color: var(--mk-muted); }
.mk-mark--yes { background: var(--mk-green-soft); color: var(--mk-green-ink); }

/* Testimonials -------------------------------------------------------------- */
.mk-quotes { display: grid; gap: 1.25rem; }
.mk-quote { display: flex; flex-direction: column; gap: 1rem; margin: 0; padding: 1.6rem; background: #fff; border: 1px solid var(--mk-line); border-radius: var(--mk-radius); }
.mk-quote blockquote { position: relative; margin: 0; font-size: 1rem; line-height: 1.65; color: var(--mk-ink); }
.mk-quote blockquote::before { content: "“"; display: block; margin-bottom: -.2rem; font-size: 2.6rem; line-height: 1; font-weight: 800; color: var(--mk-mint); }
.mk-quote figcaption { display: flex; align-items: center; gap: .7rem; margin-top: auto; font-size: .85rem; font-weight: 600; color: var(--mk-muted); }
.mk-quote__avatar { flex: none; width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--mk-mint), var(--mk-teal)); }

/* Pricing ------------------------------------------------------------------- */
.mk-plans { display: grid; gap: 1.25rem; align-items: stretch; }
.mk-plan { position: relative; display: flex; flex-direction: column; gap: 1rem; padding: 1.75rem; background: #fff; border: 1px solid var(--mk-line); border-radius: 20px; }
.mk-plan--featured { background: var(--mk-navy); color: #fff; border-color: var(--mk-navy); box-shadow: var(--mk-shadow-lg); }
.mk-plan__badge { position: absolute; top: -12px; left: 1.75rem; padding: .28rem .75rem; border-radius: 999px; background: var(--mk-mint); color: var(--mk-navy); font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.mk-plan__name { margin: 0; font-size: 1.15rem; font-weight: 800; }
.mk-plan__desc { margin: 0; font-size: .9rem; line-height: 1.5; color: var(--mk-muted); }
.mk-plan--featured .mk-plan__desc { color: #cbd5e1; }
.mk-plan__price { display: flex; align-items: baseline; gap: .35rem; }
.mk-plan__amount { font-size: 2.7rem; font-weight: 800; line-height: 1; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.mk-plan__amount--text { font-size: 1.6rem; line-height: 1.2; letter-spacing: -.02em; }
.mk-plan__unit { font-size: .85rem; color: var(--mk-muted); }
.mk-plan--featured .mk-plan__unit { color: #cbd5e1; }
.mk-plan__annual { margin: 0; font-size: .82rem; color: var(--mk-teal); font-weight: 600; }
.mk-plan--featured .mk-plan__annual { color: var(--mk-mint); }
.mk-plan__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .5rem; font-size: .9rem; line-height: 1.45; }
.mk-plan__list li { display: flex; gap: .5rem; align-items: flex-start; }
.mk-plan__list li::before { content: "✓"; flex: none; color: var(--mk-teal); font-weight: 800; }
.mk-plan--featured .mk-plan__list li::before { color: var(--mk-mint); }
.mk-plan .mk-btn { margin-top: auto; }
.mk-price-note { margin: 1.5rem 0 0; text-align: center; font-size: .85rem; color: var(--mk-muted); }
.mk-pricing-table { min-width: 720px; }
.mk-pricing-table th, .mk-pricing-table td { text-align: center; }
.mk-pricing-table th:first-child, .mk-pricing-table td:first-child { text-align: left; }
.mk-pricing-table tbody th { width: 34%; }
.mk-pricing-table thead th.is-us { color: var(--mk-navy); background: var(--mk-mint-soft); }
.mk-pricing-table .mk-mark { margin-right: 0; }

/* FAQ ----------------------------------------------------------------------- */
.mk-faq { display: flex; flex-direction: column; gap: .6rem; max-width: 820px; margin-inline: auto; }
.mk-faq__item { background: #fff; border: 1px solid var(--mk-line); border-radius: 14px; transition: box-shadow .2s, border-color .2s; }
.mk-faq__item[open] { border-color: var(--mk-line-2); box-shadow: var(--mk-shadow-sm); }
.mk-faq__item summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 1.25rem; list-style: none; cursor: pointer; font-weight: 700; color: var(--mk-navy); }
.mk-faq__item summary::-webkit-details-marker { display: none; }
.mk-faq__item summary::after { content: "+"; flex: none; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--mk-mint-soft); color: var(--mk-teal-ink); font-size: 1.25rem; font-weight: 600; line-height: 1; transition: transform .2s var(--mk-ease); }
.mk-faq__item[open] summary::after { transform: rotate(45deg); }
.mk-faq__body { padding: 0 1.25rem 1.15rem; font-size: .95rem; line-height: 1.65; color: var(--mk-ink-2); }
.mk-faq__body p { margin: 0 0 .6rem; }
.mk-faq__body p:last-child { margin-bottom: 0; }

/* CTA band ------------------------------------------------------------------ */
.mk-cta { position: relative; overflow: hidden; background: var(--mk-navy); color: #fff; }
.mk-cta::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(700px 360px at 90% 0%, rgba(45, 212, 191, .28), transparent 60%), radial-gradient(500px 300px at 0% 100%, rgba(245, 158, 11, .18), transparent 60%); }
.mk-cta__inner { position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 2rem; padding: clamp(3rem, 6vw, 5rem) 0; }
.mk-cta__inner .mk-h2 { color: #fff; margin-bottom: .6rem; max-width: 22ch; }
.mk-cta__inner .mk-lead { color: #cbd5e1; margin: 0; }
.mk-cta__inner .mk-eyebrow { color: var(--mk-mint); }

/* Page hero (páginas interiores) -------------------------------------------- */
.mk-pagehero { padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(2rem, 4vw, 3rem); background: linear-gradient(180deg, var(--mk-bg-2), #fff); border-bottom: 1px solid var(--mk-line); }
.mk-pagehero .mk-h1 { font-size: clamp(2rem, 4.4vw, 3.1rem); }
.mk-pagehero .mk-lead { margin-bottom: 0; }
.mk-pagehero .mk-btn-row { margin-top: 1.5rem; }

/* Funcionalidades ----------------------------------------------------------- */
.mk-subnav { position: sticky; top: var(--mk-header-h); z-index: 40; background: rgba(255, 255, 255, .92); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid var(--mk-line); }
.mk-subnav ul { list-style: none; margin: 0; padding: .6rem 0; display: flex; gap: .4rem; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.mk-subnav ul::-webkit-scrollbar { display: none; }
.site .mk-subnav a { flex: none; padding: .4rem .8rem; border-radius: 999px; border: 1px solid var(--mk-line); font-size: .8rem; font-weight: 600; color: var(--mk-ink-2); background: #fff; text-decoration: none; white-space: nowrap; }
.site .mk-subnav a:hover { color: var(--mk-teal-ink); border-color: var(--mk-mint); background: var(--mk-mint-soft-2); text-decoration: none; }
.mk-fsec { display: grid; gap: 2rem; align-items: center; padding: clamp(2.5rem, 5vw, 4.5rem) 0; border-bottom: 1px solid var(--mk-line); }
.mk-fsec:last-of-type { border-bottom: 0; }
.mk-fsec__copy .mk-h2 { font-size: clamp(1.5rem, 2.8vw, 2.1rem); }
.mk-fsec__copy .mk-lead { font-size: 1.05rem; margin-bottom: 1rem; }
.mk-fsec__copy .mk-list { margin-top: 1rem; font-size: .95rem; }

/* Ilustrações HTML/CSS ------------------------------------------------------- */
.mk-ill { position: relative; overflow: hidden; display: grid; place-items: center; min-height: 250px; padding: 1.5rem; border: 1px solid var(--mk-line); border-radius: 20px; background: linear-gradient(135deg, var(--mk-bg-2), #fff); }
.mk-ill::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(15, 23, 42, .07) 1px, transparent 1px); background-size: 18px 18px; }
.mk-ill > * { position: relative; }
.mk-ill--amber { background: linear-gradient(135deg, #fffbeb, #fff); }
.mk-ill--navy { background: linear-gradient(135deg, var(--mk-navy), var(--mk-navy-2)); color: #e2e8f0; }
.mk-ill--navy::before { background-image: radial-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px); }
.mk-flow { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .75rem; width: 100%; }
.mk-flow__arrow { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--mk-mint-soft); color: var(--mk-teal); font-weight: 800; }
.mk-mini { width: 100%; max-width: 300px; padding: .85rem 1rem; background: #fff; border: 1px solid var(--mk-line); border-radius: 12px; box-shadow: var(--mk-shadow); font-size: .8rem; }
.mk-mini--sm { max-width: 200px; }
.mk-mini__title { display: flex; justify-content: space-between; align-items: center; gap: .5rem; margin-bottom: .55rem; font-weight: 700; font-size: .82rem; color: var(--mk-navy); }
.mk-mini__title .mk-chip { font-size: .66rem; padding: .2rem .5rem; }
.mk-kv { display: flex; justify-content: space-between; align-items: center; gap: .75rem; padding: .32rem 0; border-top: 1px dashed var(--mk-line); font-variant-numeric: tabular-nums; }
.mk-kv:first-of-type { border-top: 0; }
.mk-kv span { color: var(--mk-muted); }
.mk-kv b { font-weight: 600; color: var(--mk-ink); font-family: var(--font-mono); font-size: .78rem; }
.mk-kv .is-ok { color: var(--mk-green-ink); }
.mk-kv .is-warn { color: var(--mk-amber-ink); }
.mk-ledger { width: 100%; max-width: 360px; border-collapse: collapse; font-family: var(--font-mono); font-size: .74rem; background: #fff; border: 1px solid var(--mk-line); border-radius: 12px; overflow: hidden; box-shadow: var(--mk-shadow); }
.mk-ledger th, .mk-ledger td { padding: .42rem .65rem; border-bottom: 1px solid var(--mk-line); text-align: left; white-space: nowrap; }
.mk-ledger th { font-family: var(--font-sans); font-size: .68rem; text-transform: uppercase; letter-spacing: .06em; color: var(--mk-muted); background: var(--mk-bg-2); }
.mk-ledger td.num { text-align: right; font-variant-numeric: tabular-nums; }
.mk-ledger tr:last-child td { border-bottom: 0; }
.mk-ledger tr.is-total td { font-weight: 700; background: var(--mk-bg-2); }
.mk-tree { list-style: none; margin: 0; padding: 0; width: 100%; max-width: 320px; font-family: var(--font-mono); font-size: .76rem; background: #fff; border: 1px solid var(--mk-line); border-radius: 12px; box-shadow: var(--mk-shadow); overflow: hidden; }
.mk-tree li { display: flex; justify-content: space-between; gap: .5rem; padding: .4rem .8rem; border-bottom: 1px solid var(--mk-line); }
.mk-tree li:last-child { border-bottom: 0; }
.mk-tree li[data-depth="1"] { padding-left: 1.6rem; }
.mk-tree li[data-depth="2"] { padding-left: 2.4rem; color: var(--mk-ink-2); }
.mk-tree li b { font-weight: 700; color: var(--mk-navy); }
.mk-tree .mk-chip { font-size: .62rem; padding: .12rem .45rem; font-family: var(--font-sans); }
.mk-match { display: grid; grid-template-columns: 1fr auto 1fr; gap: .5rem; align-items: center; width: 100%; max-width: 420px; }
.mk-match__col { display: grid; gap: .4rem; }
.mk-match__col > div { padding: .45rem .6rem; border-radius: 8px; background: #fff; border: 1px solid var(--mk-line); font-size: .72rem; font-family: var(--font-mono); box-shadow: var(--mk-shadow-sm); }
.mk-match__col > div.is-matched { border-color: var(--mk-mint); background: var(--mk-mint-soft-2); }
.mk-match__col > div.is-open { border-style: dashed; color: var(--mk-muted); }
.mk-match__links { display: grid; gap: .4rem; }
.mk-match__links span { display: block; width: 28px; height: 2px; background: var(--mk-mint); border-radius: 2px; }
.mk-match__links span.is-open { background: var(--mk-line-2); }
.mk-chain { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .5rem; }
.mk-chain__block { padding: .6rem .75rem; border-radius: 10px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .16); font-family: var(--font-mono); font-size: .68rem; color: #cbd5e1; }
.mk-chain__block b { display: block; color: var(--mk-mint); font-size: .78rem; margin-bottom: .2rem; }
.mk-chain__link { color: var(--mk-mint); font-weight: 800; }
.mk-drop { width: 100%; max-width: 320px; padding: 1.4rem 1rem; text-align: center; border: 2px dashed var(--mk-line-2); border-radius: 14px; background: #fff; color: var(--mk-muted); font-size: .82rem; }
.mk-drop b { display: block; color: var(--mk-navy); margin-bottom: .2rem; }
.mk-drop .mk-icon { color: var(--mk-teal); margin-bottom: .4rem; }
.mk-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; width: 100%; max-width: 360px; }
.mk-tile { padding: .6rem .7rem; border-radius: 10px; background: #fff; border: 1px solid var(--mk-line); box-shadow: var(--mk-shadow-sm); font-size: .72rem; }
.mk-tile b { display: block; font-size: .78rem; color: var(--mk-navy); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mk-tile span { color: var(--mk-muted); }
.mk-tile--head { grid-column: 1 / -1; background: var(--mk-navy); border-color: var(--mk-navy); color: #fff; }
.mk-tile--head b { color: #fff; }
.mk-tile--head span { color: #94a3b8; }
.mk-dp { display: grid; grid-template-columns: repeat(2, 1fr); gap: .45rem; width: 100%; max-width: 340px; }
.mk-dp__box { padding: .5rem .65rem; border-radius: 8px; background: #fff; border: 1px solid var(--mk-line); font-family: var(--font-mono); font-size: .72rem; box-shadow: var(--mk-shadow-sm); }
.mk-dp__box span { display: block; font-family: var(--font-sans); font-size: .64rem; text-transform: uppercase; letter-spacing: .05em; color: var(--mk-muted); }
.mk-dp__box.is-total { grid-column: 1 / -1; background: var(--mk-mint-soft-2); border-color: var(--mk-mint); }

/* Como funciona — pipeline --------------------------------------------------- */
.mk-pipe { display: grid; gap: 1.6rem; list-style: none; margin: 0; padding: 0; }
.mk-pipe__step { position: relative; padding: 1.1rem 1.1rem 1.2rem; background: #fff; border: 1px solid var(--mk-line); border-radius: 14px; box-shadow: var(--mk-shadow-sm); }
.mk-pipe__step::after { content: "↓"; position: absolute; left: 50%; bottom: -1.35rem; width: 26px; height: 26px; display: grid; place-items: center; transform: translateX(-50%); border-radius: 50%; background: var(--mk-mint-soft); color: var(--mk-teal); font-weight: 800; font-size: .9rem; }
.mk-pipe__step:last-child::after { display: none; }
.mk-pipe__num { display: block; margin-bottom: .5rem; font-family: var(--font-mono); font-size: .7rem; font-weight: 700; letter-spacing: .08em; color: var(--mk-teal); }
.mk-pipe__step h3 { margin: 0 0 .35rem; font-size: 1rem; }
.mk-pipe__step p { margin: 0; font-size: .85rem; line-height: 1.5; color: var(--mk-ink-2); }
.mk-pipe__step--amber { background: var(--mk-amber-soft); border-color: var(--mk-amber-line); }
.mk-pipe__step--amber .mk-pipe__num { color: var(--mk-amber-ink); }
.mk-fork { display: grid; gap: 1rem; margin-top: 1.5rem; }
.mk-fork__card { padding: 1.25rem 1.4rem; border-radius: 14px; border: 1px solid var(--mk-line); background: #fff; }
.mk-fork__card--ok { background: var(--mk-green-soft); border-color: #bbf7d0; }
.mk-fork__card--review { background: var(--mk-amber-soft); border-color: var(--mk-amber-line); }
.mk-fork__card h3 { margin: 0 0 .4rem; font-size: 1.02rem; }
.mk-fork__card p { margin: 0; font-size: .92rem; line-height: 1.55; color: var(--mk-ink-2); }
.mk-fork__cond { display: block; margin-bottom: .6rem; font-family: var(--font-mono); font-size: .74rem; font-weight: 700; color: var(--mk-teal-ink); }
.mk-fork__card--review .mk-fork__cond { color: var(--mk-amber-ink); }
.mk-formula { margin: 1rem 0; padding: 1rem 1.25rem; border-radius: 12px; background: var(--mk-navy); color: var(--mk-mint); font-family: var(--font-mono); font-size: .95rem; line-height: 1.6; overflow-x: auto; }
.mk-formula small { display: block; margin-top: .35rem; color: #94a3b8; font-family: var(--font-sans); font-size: .8rem; }
.mk-rules { display: grid; gap: 1rem; }
.mk-rule { padding: 1.3rem; background: #fff; border: 1px solid var(--mk-line); border-radius: 14px; }
.mk-rule__val { display: inline-block; margin-bottom: .6rem; padding: .25rem .65rem; border-radius: 8px; background: var(--mk-navy); color: var(--mk-mint); font-family: var(--font-mono); font-size: .8rem; font-weight: 700; }
.mk-rule h3 { margin: 0 0 .35rem; font-size: 1rem; }
.mk-rule p { margin: 0; font-size: .9rem; line-height: 1.55; color: var(--mk-ink-2); }
.mk-checkgrid { display: grid; gap: .9rem; }
.mk-checkgrid__item { display: flex; gap: .8rem; align-items: flex-start; padding: 1rem 1.1rem; background: #fff; border: 1px solid var(--mk-line); border-radius: 12px; }
.mk-checkgrid__item .mk-icon { flex: none; color: var(--mk-teal); margin-top: .1rem; }
.mk-checkgrid__item h3 { margin: 0 0 .2rem; font-size: .95rem; }
.mk-checkgrid__item p { margin: 0; font-size: .86rem; line-height: 1.5; color: var(--mk-ink-2); }
.mk-checkgrid__item .mk-chip { margin-top: .5rem; font-size: .68rem; }

/* Segurança & SVAT ---------------------------------------------------------- */
.mk-status { display: flex; gap: .9rem; align-items: flex-start; padding: 1rem 1.25rem; border-radius: 14px; background: var(--mk-amber-soft); border: 1px solid var(--mk-amber-line); color: var(--mk-amber-ink); line-height: 1.55; }
.mk-status .mk-icon { flex: none; margin-top: .15rem; }
.mk-status b { color: #78350f; }
.mk-checklist { display: grid; gap: 1rem; }
.mk-check { display: flex; gap: .9rem; align-items: flex-start; padding: 1.2rem; background: #fff; border: 1px solid var(--mk-line); border-radius: 14px; }
.mk-check__icon { flex: none; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: var(--mk-mint-soft); color: var(--mk-teal); }
.mk-check h3 { margin: 0 0 .3rem; font-size: 1rem; }
.mk-check p { margin: 0 0 .55rem; font-size: .9rem; line-height: 1.5; color: var(--mk-ink-2); }
.mk-check .mk-chip { font-size: .68rem; }

/* Contacto ------------------------------------------------------------------ */
.mk-contact { display: grid; gap: 2.5rem; align-items: start; }
.mk-form { padding: clamp(1.25rem, 3vw, 2rem); background: #fff; border: 1px solid var(--mk-line); border-radius: 20px; box-shadow: var(--mk-shadow-sm); }
.mk-form__grid { display: grid; gap: 1rem; }
.mk-field { display: flex; flex-direction: column; gap: .35rem; }
.mk-field--full { grid-column: 1 / -1; }
.mk-field label { font-size: .85rem; font-weight: 600; color: var(--mk-ink-2); }
.mk-field label .req { color: var(--mk-red); }
.mk-form .mk-field input, .mk-form .mk-field select, .mk-form .mk-field textarea { width: 100%; min-height: 46px; padding: .7rem .9rem; border: 1px solid var(--mk-line-2); border-radius: 10px; background: #fff; color: var(--mk-ink); font: inherit; font-size: .95rem; transition: border-color .15s, box-shadow .15s; }
.mk-form .mk-field textarea { min-height: 120px; resize: vertical; }
.mk-form .mk-field input:focus, .mk-form .mk-field select:focus, .mk-form .mk-field textarea:focus { outline: none; border-color: var(--mk-teal); box-shadow: 0 0 0 4px rgba(45, 212, 191, .25); }
.mk-field__hint { font-size: .78rem; color: var(--mk-muted); }
.mk-consent { display: flex; gap: .65rem; align-items: flex-start; font-size: .85rem; line-height: 1.5; color: var(--mk-ink-2); }
.mk-form .mk-consent input { width: 18px; height: 18px; min-height: 0; margin: .15rem 0 0; padding: 0; flex: none; accent-color: var(--mk-teal); }
.mk-hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.mk-form__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1.25rem; }
.mk-notice { display: flex; gap: .75rem; align-items: flex-start; margin: 0 0 1.25rem; padding: 1rem 1.15rem; border-radius: 12px; border: 1px solid transparent; font-size: .93rem; line-height: 1.55; }
.mk-notice .mk-icon { flex: none; margin-top: .1rem; }
.mk-notice--ok { background: var(--mk-green-soft); border-color: #bbf7d0; color: var(--mk-green-ink); }
.mk-notice--err { background: var(--mk-red-soft); border-color: #fecaca; color: var(--mk-red-ink); }
.mk-notice--warn { background: var(--mk-amber-soft); border-color: var(--mk-amber-line); color: var(--mk-amber-ink); }
.mk-notice b { font-weight: 700; }
.mk-dl { margin: 0; display: grid; gap: 1rem; }
.mk-dl div { display: flex; gap: .8rem; align-items: flex-start; }
.mk-dl .mk-icon { flex: none; color: var(--mk-teal); margin-top: .15rem; }
.mk-dl dt { font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--mk-muted); margin-bottom: .15rem; }
.mk-dl dd { margin: 0; font-size: .95rem; color: var(--mk-ink); line-height: 1.5; }
.mk-demo-box { padding: 1.25rem 1.4rem; border-radius: 16px; background: var(--mk-navy); color: #e2e8f0; }
.mk-demo-box h3 { margin: 0 0 .4rem; color: #fff; font-size: 1.05rem; }
.mk-demo-box p { margin: 0 0 .9rem; font-size: .9rem; line-height: 1.55; color: #cbd5e1; }
.mk-demo-box .mk-kbd { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .18); color: #fff; }

/* Páginas legais ------------------------------------------------------------ */
.mk-legal { max-width: 780px; }
.mk-legal h2 { margin: 2.2rem 0 .6rem; font-size: 1.3rem; color: var(--mk-navy); }
.mk-legal p, .mk-legal li { line-height: 1.7; color: var(--mk-ink-2); }
.mk-legal ul { padding-left: 1.25rem; }
.mk-legal .mk-small { display: block; margin-top: 2rem; }

/* Login (app.css .auth-page) — ajustes subtis ------------------------------- */
.site .auth-page { min-height: calc(100vh - var(--mk-header-h) - 84px); }
.site .auth-card { border-radius: 20px; }

/* Animações (só com movimento permitido) ------------------------------------ */
@keyframes mk-rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes mk-fill { from { width: 0; } }
@keyframes mk-glow { 0%, 100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0); } 50% { box-shadow: inset 0 0 0 2px rgba(245, 158, 11, .45); } }
@media (prefers-reduced-motion: no-preference) {
    .mk-hero__copy > * { animation: mk-rise .7s var(--mk-ease) both; }
    .mk-hero__copy > *:nth-child(2) { animation-delay: .06s; }
    .mk-hero__copy > *:nth-child(3) { animation-delay: .12s; }
    .mk-hero__copy > *:nth-child(4) { animation-delay: .18s; }
    .mk-hero__copy > *:nth-child(5) { animation-delay: .24s; }
    .mk-hero__copy > *:nth-child(6) { animation-delay: .3s; }
    .mk-hero__mock { animation: mk-rise .9s .2s var(--mk-ease) both; }
    .mk-conf__bar i { animation: mk-fill 1.3s .7s var(--mk-ease) both; }
    .mk-queue__item--review { animation: mk-glow 2.4s 1.6s ease-in-out 2; }
}
@media (prefers-reduced-motion: reduce) {
    html:has(.site) { scroll-behavior: auto; }
    .site *, .site *::before, .site *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Breakpoints ---------------------------------------------------------------- */
@media (min-width: 640px) {
    .mk-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mk-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mk-checks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mk-stoplist { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mk-form__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mk-checklist { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mk-rules { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mk-checkgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mk-fork { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mk-queue__item { grid-template-columns: auto 1fr auto; }
    .mk-queue__side { grid-column: auto; flex-direction: column; align-items: flex-end; gap: .45rem; }
    .mk-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 900px) {
    .mk-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .mk-quotes { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .mk-plans { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .mk-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .mk-pipe { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1.4rem; }
    .mk-pipe__step::after { content: "→"; left: auto; right: -1.35rem; top: 1.1rem; bottom: auto; transform: none; }
    .mk-explain { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 3.5rem; }
    .mk-contact { grid-template-columns: minmax(0, 1.25fr) minmax(0, .85fr); gap: 3rem; }
    .mk-fsec { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3.5rem; }
    .mk-fsec--flip .mk-fsec__art { order: -1; }
    .mk-checklist { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .mk-rules { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 960px) {
    .mk-burger { display: none; }
    .mk-nav { display: flex; position: static; flex-direction: row; align-items: center; gap: 1.25rem; padding: 0; background: transparent; border: 0; box-shadow: none; }
    .mk-nav__list { flex-direction: row; gap: .1rem; }
    .mk-nav__list a { padding: .5rem .7rem; font-size: .9rem; }
    .mk-nav__cta .mk-btn { flex: none; }
    .mk-hero__grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 3.5rem; }
    .mk-footer__grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; }
}
@media (min-width: 1100px) {
    .mk-features { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .mk-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 959px) {
    html.mk-nav-lock { overflow: hidden; }
}
