/* ============================================================
   BankSense — Marketing landing (Zova-grade)
   Self-contained. Served by propshaft via stylesheet_link_tag "marketing".
   Scoped under .mk-page so it never collides with the app's tailwind/DaisyUI.
   Visual target: Zova SaaS Framer template, rebranded to BankSense violet.
   ============================================================ */

/* ---------- Tokens ---------- */
.mk-page{
  --bg:          oklch(0.992 0.003 95);
  --bg-2:        oklch(0.972 0.005 95);
  --surface:     oklch(1 0 0);
  --surface-2:   oklch(0.978 0.005 95);

  --ink:         oklch(0.225 0.03 286);
  --ink-2:       oklch(0.44 0.022 286);
  --ink-3:       oklch(0.585 0.018 286);
  --ink-4:       oklch(0.70 0.013 286);

  --line:        oklch(0.918 0.006 286);
  --line-2:      oklch(0.872 0.008 286);

  --violet:      oklch(0.545 0.19 283);
  --violet-deep: oklch(0.45 0.17 283);
  --violet-ink:  oklch(0.34 0.13 283);
  --violet-soft: oklch(0.962 0.022 285);
  --violet-tint: oklch(0.905 0.05 284);
  --magenta:     oklch(0.575 0.205 266);

  --income:      oklch(0.62 0.135 162);
  --income-soft: oklch(0.955 0.04 162);
  --expense:     oklch(0.605 0.185 18);
  --expense-soft:oklch(0.962 0.03 22);
  --amber:       oklch(0.76 0.145 78);
  --amber-soft:  oklch(0.962 0.05 85);

  --grad:        linear-gradient(135deg, var(--violet) 0%, var(--magenta) 100%);
  --grad-soft:   linear-gradient(135deg, oklch(0.97 0.02 285) 0%, oklch(0.965 0.022 280) 100%);

  --display: 'Manrope', system-ui, -apple-system, sans-serif;
  --ui:      'Geist', 'Inter', system-ui, -apple-system, sans-serif;
  --mono:    'Fragment Mono', ui-monospace, 'SF Mono', monospace;

  --r-sm: 10px; --r: 16px; --r-lg: 22px; --r-xl: 30px; --r-pill: 999px;

  --sh-sm: 0 1px 2px rgba(30,20,55,.05), 0 2px 8px -3px rgba(30,20,55,.06);
  --sh-md: 0 2px 6px -2px rgba(30,20,55,.07), 0 14px 34px -14px rgba(30,20,55,.16);
  --sh-lg: 0 10px 30px -16px rgba(38,24,72,.22), 0 40px 80px -34px rgba(38,24,72,.34);
  --sh-violet: 0 14px 34px -12px oklch(0.545 0.19 283 / .42);

  --ease: cubic-bezier(.69,.02,.39,.98);
  --wrap: 1240px;

  background: var(--bg);
  color: var(--ink);
  font-family: var(--ui);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* ---------- Reset (scoped) ---------- */
.mk-page *,
.mk-page *::before,
.mk-page *::after{ box-sizing: border-box; }
.mk-page h1,.mk-page h2,.mk-page h3,.mk-page h4,.mk-page p,.mk-page figure{ margin: 0; }
.mk-page a{ color: inherit; text-decoration: none; }
.mk-page img,.mk-page svg{ display: block; max-width: 100%; }
.mk-page button{ font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
.mk-page ul{ margin: 0; padding: 0; list-style: none; }

.mk-wrap{ width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(20px, 4vw, 40px); }

.mk-eyebrow{
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: .72rem; font-weight: 400;
  letter-spacing: .14em; text-transform: uppercase; color: var(--violet);
}
.mk-eyebrow i{ width: 7px; height: 7px; border-radius: 50%; background: currentColor; flex: none; }
.mk-eyebrow--chip{
  padding: 7px 14px 7px 11px; border-radius: var(--r-pill);
  background: var(--surface); border: 1px solid var(--line);
  box-shadow: var(--sh-sm); color: var(--ink-2);
}
.mk-eyebrow--chip i{ width: 7px; height: 7px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 4px var(--violet-soft); }
.mk-eyebrow--chip b{ color: var(--violet); font-weight: 600; }

.mk-section{ padding-block: clamp(64px, 9vw, 130px); position: relative; }
.mk-section__head{ max-width: 720px; margin-inline: auto; text-align: center; margin-bottom: clamp(40px, 5vw, 64px); }
.mk-section__head .mk-eyebrow{ margin-bottom: 18px; }
.mk-h2{
  font-family: var(--display); font-weight: 700; letter-spacing: -0.03em; line-height: 1.06;
  font-size: clamp(2rem, 4.4vw, 3.25rem); color: var(--ink);
}
.mk-sub{ margin-top: 18px; font-size: clamp(1.02rem, 1.4vw, 1.18rem); line-height: 1.6; color: var(--ink-3); }
.mk-section__head .mk-sub{ margin-inline: auto; max-width: 600px; }

/* ---------- Squiggle underline ---------- */
.mk-squiggle{
  position: relative; color: var(--violet); white-space: nowrap;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='16' viewBox='0 0 120 16' fill='none' preserveAspectRatio='none'%3E%3Cpath d='M2 10 C 16 3 28 3 42 8 S 70 14 84 8 110 3 118 7' stroke='%237c5cff' stroke-width='3.2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: left bottom -2px;
  background-size: 0% 0.5em;
  transition: background-size .85s var(--ease) .25s;
}
.mk-squiggle.is-in{ background-size: 100% 0.5em; }

/* ---------- Buttons (hover text-swap) ---------- */
.mk-btn{
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  height: 50px; padding-inline: 24px; border-radius: var(--r-pill);
  font-family: var(--ui); font-weight: 600; font-size: .96rem; letter-spacing: -.01em;
  overflow: hidden; white-space: nowrap; transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s;
}
.mk-btn__t{ display: inline-flex; align-items: center; gap: 8px; transition: transform .42s var(--ease); }
.mk-btn__t--in{ position: absolute; inset: 0; justify-content: center; transform: translateY(130%); }
.mk-btn:hover .mk-btn__t--base{ transform: translateY(-135%); }
.mk-btn:hover .mk-btn__t--in{ transform: translateY(0); }
.mk-btn svg{ width: 17px; height: 17px; }
.mk-btn--primary{ background: var(--violet); color: #fff !important; box-shadow: var(--sh-violet); }
.mk-btn--primary .mk-btn__t{ color: #fff !important; }
.mk-btn--primary:hover{ background: var(--violet-deep); color: #fff !important; transform: translateY(-2px); box-shadow: 0 18px 40px -12px oklch(0.545 0.19 283 / .55); }
.mk-btn--ghost{ background: var(--surface); color: var(--ink); border: 1px solid var(--line); box-shadow: var(--sh-sm); }
.mk-btn--ghost:hover{ border-color: var(--line-2); transform: translateY(-2px); box-shadow: var(--sh-md); }
.mk-btn--lg{ height: 56px; padding-inline: 30px; font-size: 1rem; }
.mk-btn--block{ width: 100%; }
.mk-btn--dark{ background: var(--ink); color: #fff; }
.mk-btn--dark:hover{ background: oklch(0.18 0.03 286); transform: translateY(-2px); }

/* ============================================================
   NAV — floating pill
   ============================================================ */
.mk-nav{ position: sticky; top: 16px; z-index: 60; padding-top: 16px; }
.mk-nav__inner{
  display: flex; align-items: center; gap: 18px;
  max-width: var(--wrap); margin-inline: auto;
  padding: 9px 9px 9px 20px; border-radius: var(--r-pill);
  background: oklch(1 0 0 / .78); backdrop-filter: blur(16px) saturate(1.4); -webkit-backdrop-filter: blur(16px) saturate(1.4);
  border: 1px solid var(--line); box-shadow: var(--sh-md);
  transition: box-shadow .4s var(--ease), background .4s;
}
.mk-nav.is-stuck .mk-nav__inner{ box-shadow: var(--sh-lg); background: oklch(1 0 0 / .9); }
.mk-logo{ display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 800; font-size: 1.18rem; letter-spacing: -.03em; color: var(--ink); }
.mk-logo__mark{ width: 32px; height: 32px; flex: none; display: grid; place-items: center; }
.mk-logo__mark::after{ content: none; }
.mk-logo__mark svg{ width: 32px; height: 32px; }
.mk-nav__links{ display: flex; align-items: center; gap: 4px; margin-inline: auto; }
.mk-nav__links a{
  padding: 9px 14px; border-radius: var(--r-pill); font-size: .92rem; font-weight: 500; color: var(--ink-2);
  transition: background .25s, color .25s;
}
.mk-nav__links a:hover{ background: var(--violet-soft); color: var(--violet-ink); }
.mk-nav__actions{ display: flex; align-items: center; gap: 8px; }
.mk-nav__actions .mk-signin{ padding: 9px 14px; font-size: .92rem; font-weight: 500; color: var(--ink-2); border-radius: var(--r-pill); transition: color .25s, background .25s; }
.mk-nav__actions .mk-signin:hover{ color: var(--violet-ink); background: var(--violet-soft); }
.mk-nav__actions .mk-btn{ height: 42px; padding-inline: 18px; font-size: .92rem; }
.mk-nav__menu{ display: none; }
.mk-nav__burger{ display: none; width: 42px; height: 42px; border-radius: var(--r-pill); background: var(--surface-2); align-items: center; justify-content: center; }
.mk-nav__burger span{ position: relative; width: 17px; height: 1.6px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
.mk-nav__burger span::before,.mk-nav__burger span::after{ content:''; position:absolute; left:0; width: 17px; height: 1.6px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease); }
.mk-nav__burger span::before{ top: -5.5px; } .mk-nav__burger span::after{ top: 5.5px; }
.mk-page.nav-open .mk-nav__burger span{ background: transparent; }
.mk-page.nav-open .mk-nav__burger span::before{ transform: translateY(5.5px) rotate(45deg); }
.mk-page.nav-open .mk-nav__burger span::after{ transform: translateY(-5.5px) rotate(-45deg); }

/* ============================================================
   HERO
   ============================================================ */
.mk-hero{ position: relative; padding-top: clamp(56px, 8vw, 96px); padding-bottom: clamp(40px, 6vw, 80px); overflow: hidden; }
.mk-hero::before{
  content:''; position: absolute; inset: -10% -10% auto -10%; height: 620px; z-index: 0; pointer-events: none;
  background:
    radial-gradient(60% 80% at 50% -8%, oklch(0.93 0.06 285 / .9), transparent 62%),
    radial-gradient(40% 60% at 82% 6%, oklch(0.93 0.05 268 / .55), transparent 60%);
}
.mk-hero__inner{ position: relative; z-index: 1; text-align: center; max-width: 900px; margin-inline: auto; }
.mk-hero h1{
  font-family: var(--display); font-weight: 800; letter-spacing: -0.045em; line-height: 1.02;
  font-size: clamp(2.6rem, 6.4vw, 5rem); color: var(--ink); margin-top: 26px; text-wrap: balance;
}
.mk-page .mk-hero__sub{ margin: 26px auto 0; max-width: 620px; font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.58; color: var(--ink-3); text-wrap: balance; }
.mk-hero__cta{ display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 34px; }
.mk-hero__rating{ display: inline-flex; align-items: center; gap: 12px; margin-top: 26px; font-size: .9rem; color: var(--ink-3); }
.mk-stars{ display: inline-flex; gap: 2px; color: var(--amber); }
.mk-stars svg{ width: 16px; height: 16px; }
.mk-hero__rating b{ color: var(--ink); font-weight: 700; }

/* Hero product stage */
.mk-hero__stage{ position: relative; z-index: 1; margin-top: clamp(44px, 6vw, 76px); perspective: 1800px; }
.mk-hero__dots{ position: absolute; inset: -40px -40px 30% -40px; z-index: 0;
  background-image: radial-gradient(oklch(0.55 0.1 285 / .14) 1.3px, transparent 1.4px);
  background-size: 24px 24px; -webkit-mask-image: radial-gradient(70% 65% at 50% 40%, #000, transparent 78%); mask-image: radial-gradient(70% 65% at 50% 40%, #000, transparent 78%);
}

/* ---------- Mock product UI (BankSense dashboard) ---------- */
.mk-app{
  position: relative; z-index: 1; width: min(980px, 100%); margin-inline: auto;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl);
  box-shadow: var(--sh-lg); overflow: hidden;
}
.mk-app__bar{ display: flex; align-items: center; gap: 8px; padding: 13px 18px; border-bottom: 1px solid var(--line); background: var(--surface-2); }
.mk-app__dots{ display: flex; gap: 6px; }
.mk-app__dots i{ width: 11px; height: 11px; border-radius: 50%; background: var(--line-2); }
.mk-app__dots i:nth-child(1){ background: oklch(0.72 0.17 25); }
.mk-app__dots i:nth-child(2){ background: oklch(0.82 0.15 85); }
.mk-app__dots i:nth-child(3){ background: oklch(0.78 0.14 150); }
.mk-app__url{ margin-left: 10px; font-family: var(--mono); font-size: .76rem; color: var(--ink-4); }
.mk-app__body{ display: grid; grid-template-columns: 200px 1fr; min-height: 420px; }
.mk-app__side{ border-right: 1px solid var(--line); padding: 18px 14px; background: linear-gradient(180deg, var(--surface), var(--surface-2)); }
.mk-app__brand{ display: flex; align-items: center; gap: 9px; font-family: var(--display); font-weight: 800; font-size: 1rem; letter-spacing: -.03em; margin-bottom: 22px; }
.mk-app__brand .mk-logo__mark{ width: 26px; height: 26px; border-radius: 8px; }
.mk-app__brand .mk-logo__mark svg{ width: 26px; height: 26px; }
.mk-app__nav{ display: flex; flex-direction: column; gap: 3px; }
.mk-app__nav span{ display: flex; align-items: center; gap: 10px; padding: 9px 11px; border-radius: 9px; font-size: .85rem; font-weight: 500; color: var(--ink-3); }
.mk-app__nav span.on{ background: var(--violet-soft); color: var(--violet-ink); font-weight: 600; }
.mk-app__nav span i{ width: 7px; height: 7px; border-radius: 3px; background: currentColor; opacity: .55; }
.mk-app__main{ padding: 22px; }
.mk-app__row{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.mk-app__row h4{ font-family: var(--display); font-weight: 700; font-size: 1.1rem; letter-spacing: -.02em; }
.mk-app__pill{ font-family: var(--mono); font-size: .72rem; padding: 5px 11px; border-radius: var(--r-pill); background: var(--violet-soft); color: var(--violet-ink); }
.mk-kpis{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 16px; }
.mk-kpi{ border: 1px solid var(--line); border-radius: var(--r); padding: 14px; background: var(--surface); }
.mk-kpi span{ font-size: .74rem; color: var(--ink-4); display: block; margin-bottom: 6px; }
.mk-kpi b{ font-family: var(--mono); font-size: 1.15rem; font-weight: 500; letter-spacing: -.02em; }
.mk-kpi.in b{ color: var(--income); } .mk-kpi.out b{ color: var(--expense); } .mk-kpi.vat b{ color: var(--violet); }
.mk-chartcard{ border: 1px solid var(--line); border-radius: var(--r); padding: 16px; background: var(--surface); }
.mk-chartcard__h{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.mk-chartcard__h strong{ font-size: .9rem; font-weight: 600; }
.mk-chartcard__h small{ font-family: var(--mono); font-size: .7rem; color: var(--ink-4); }
.mk-spark{ width: 100%; height: 96px; }
.mk-spark path.line{ fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1200; stroke-dashoffset: 1200; }
.mk-app.is-in .mk-spark path.line{ animation: mkDraw 1.6s var(--ease) .4s forwards; }
.mk-spark path.line.v{ stroke: var(--violet); }
.mk-spark path.line.g{ stroke: var(--line-2); animation-delay: .55s; }
.mk-spark path.area{ fill: url(#mkgrad); opacity: 0; }
.mk-app.is-in .mk-spark path.area{ animation: mkFade .8s ease 1.1s forwards; }

/* floating mini cards on hero */
.mk-float{ position: absolute; z-index: 2; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--sh-lg); padding: 13px 15px; width: 210px; }
.mk-float small{ font-family: var(--mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-4); }
.mk-float b{ display: block; font-family: var(--mono); font-size: 1.2rem; margin: 4px 0 2px; letter-spacing: -.02em; }
.mk-float p{ font-size: .76rem; color: var(--ink-3); line-height: 1.4; }
.mk-float--l{ left: clamp(-10px, 1vw, 22px); top: 30%; }
.mk-float--r{ right: clamp(-10px, 1vw, 22px); top: 56%; }
.mk-float .tag{ display: inline-block; font-family: var(--mono); font-size: .66rem; padding: 3px 8px; border-radius: var(--r-pill); background: var(--violet-soft); color: var(--violet-ink); }
.mk-float--anim{ animation: mkFloat 6s ease-in-out infinite; }
.mk-float--r.mk-float--anim{ animation-delay: -3s; }

/* ============================================================
   MARQUEE (keyword wordmarks)
   ============================================================ */
.mk-ticker{ padding-block: clamp(28px, 4vw, 44px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.mk-ticker__label{ text-align: center; font-family: var(--mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-4); margin-bottom: 22px; }
.mk-marquee{ overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.mk-marquee__track{ display: flex; align-items: center; gap: clamp(28px, 5vw, 64px); width: max-content; animation: mkMarquee 34s linear infinite; }
.mk-marquee--rev .mk-marquee__track{ animation-direction: reverse; animation-duration: 40s; }
.mk-marquee:hover .mk-marquee__track{ animation-play-state: paused; }
.mk-word{ display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 700; font-size: clamp(1.05rem, 1.6vw, 1.4rem); letter-spacing: -.02em; color: var(--ink-4); white-space: nowrap; }
.mk-word svg{ width: 22px; height: 22px; color: var(--violet); opacity: .8; }

/* ============================================================
   FEATURES (icon grid + tilted shot)
   ============================================================ */
.mk-features__grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2.4vw, 28px); }
.mk-feature{ text-align: left; }
.mk-feature__ic{ width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: var(--violet-soft); color: var(--violet); margin-bottom: 16px; border: 1px solid var(--violet-tint); }
.mk-feature__ic svg{ width: 24px; height: 24px; }
.mk-feature h3{ font-family: var(--display); font-weight: 700; font-size: 1.12rem; letter-spacing: -.02em; margin-bottom: 8px; }
.mk-feature p{ font-size: .95rem; line-height: 1.55; color: var(--ink-3); }

.mk-features__shot{ margin-top: clamp(40px, 5vw, 70px); max-width: 780px; margin-inline: auto; perspective: 1700px; }

/* flat app shell (no sidebar) + double-entry ledger */
.mk-app--flat .mk-app__body{ grid-template-columns: 1fr; min-height: auto; }
.mk-ledger{ width: 100%; border-collapse: collapse; font-size: .86rem; }
.mk-ledger th{ text-align: left; font-family: var(--mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-4); padding: 0 10px 10px; font-weight: 400; }
.mk-ledger th.r, .mk-ledger td.r{ text-align: right; }
.mk-ledger td{ padding: 11px 10px; border-top: 1px solid var(--line); color: var(--ink-2); }
.mk-ledger td.code{ font-family: var(--mono); color: var(--violet); font-weight: 500; }
.mk-ledger td.amt{ font-family: var(--mono); }
.mk-ledger td.muted{ color: var(--ink-4); }
.mk-ledger tr.tot td{ border-top: 2px solid var(--line-2); font-weight: 700; color: var(--ink); }
.mk-ledger .bal{ color: var(--income); }

/* ============================================================
   WHY / BENEFITS (sticky menu + blocks)
   ============================================================ */
.mk-why{ display: grid; grid-template-columns: 0.9fr 1.4fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.mk-why__menu{ position: sticky; top: 110px; }
.mk-why__menu .mk-eyebrow{ margin-bottom: 18px; }
.mk-why__menu h2{ font-family: var(--display); font-weight: 700; letter-spacing: -.03em; line-height: 1.08; font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin-bottom: 26px; }
.mk-why__nav{ display: flex; flex-direction: column; gap: 4px; }
.mk-why__nav button{ display: flex; align-items: center; gap: 12px; padding: 13px 15px; border-radius: var(--r); text-align: left; color: var(--ink-3); font-weight: 600; font-size: 1rem; transition: background .3s, color .3s; }
.mk-why__nav button .n{ font-family: var(--mono); font-size: .8rem; opacity: .6; }
.mk-why__nav button.on{ background: var(--surface); color: var(--ink); box-shadow: var(--sh-sm); border: 1px solid var(--line); }
.mk-why__nav button.on .n{ color: var(--violet); opacity: 1; }
.mk-why__blocks{ display: flex; flex-direction: column; gap: clamp(20px, 3vw, 36px); }
.mk-benefit{ border: 1px solid var(--line); border-radius: var(--r-xl); background: var(--surface); box-shadow: var(--sh-md); overflow: hidden; }
.mk-benefit__top{ padding: clamp(22px, 3vw, 34px); }
.mk-benefit__top h3{ font-family: var(--display); font-weight: 700; font-size: clamp(1.25rem, 2vw, 1.6rem); letter-spacing: -.025em; margin-bottom: 10px; }
.mk-benefit__top p{ font-size: 1rem; line-height: 1.6; color: var(--ink-3); max-width: 46ch; }
.mk-benefit__viz{ padding: clamp(18px, 2.6vw, 30px); padding-top: 0; }

/* benefit viz: forecast (typewriter) */
.mk-viz{ border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--bg-2); padding: clamp(18px, 2.4vw, 26px); position: relative; overflow: hidden; }
.mk-viz--violet{ background: linear-gradient(160deg, oklch(0.965 0.025 285), oklch(0.95 0.03 278)); }
.mk-forecast{ display: flex; flex-direction: column; gap: 12px; }
.mk-forecast__ask{ font-family: var(--mono); font-size: .82rem; color: var(--ink-3); }
.mk-forecast__ans{ font-family: var(--display); font-weight: 700; font-size: clamp(1.3rem, 2.6vw, 2rem); letter-spacing: -.03em; color: var(--ink); min-height: 1.2em; }
.mk-caret{ display: inline-block; width: 2px; height: 1em; background: var(--violet); margin-left: 2px; vertical-align: -2px; animation: mkBlink 1s steps(1) infinite; }
.mk-forecast__bars{ display: flex; align-items: flex-end; gap: 8px; height: 90px; margin-top: 6px; }
.mk-forecast__bars i{ flex: 1; background: var(--violet-tint); border-radius: 6px 6px 0 0; height: var(--h, 40%); transform-origin: bottom; transform: scaleY(0); transition: transform .7s var(--ease); }
.mk-benefit.is-in .mk-forecast__bars i{ transform: scaleY(1); }
.mk-forecast__bars i:last-child{ background: var(--violet); }

/* benefit viz: reminder card */
.mk-remind{ display: flex; flex-direction: column; gap: 10px; }
.mk-remind__card{ display: flex; align-items: center; gap: 13px; padding: 14px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--line); box-shadow: var(--sh-sm); }
.mk-remind__ic{ width: 40px; height: 40px; border-radius: 11px; flex: none; display: grid; place-items: center; }
.mk-remind__ic svg{ width: 20px; height: 20px; }
.mk-remind__ic.v{ background: var(--violet-soft); color: var(--violet); }
.mk-remind__ic.a{ background: var(--amber-soft); color: oklch(0.55 0.12 70); }
.mk-remind__ic.g{ background: var(--income-soft); color: var(--income); }
.mk-remind__card div{ flex: 1; }
.mk-remind__card strong{ display: block; font-size: .92rem; font-weight: 600; }
.mk-remind__card small{ font-size: .8rem; color: var(--ink-4); }
.mk-remind__card .mk-amt{ font-family: var(--mono); font-size: .92rem; }

/* benefit viz: konto accuracy */
.mk-konto{ display: grid; gap: 8px; }
.mk-konto__row{ display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 11px 14px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--line); }
.mk-konto__code{ font-family: var(--mono); font-size: .9rem; font-weight: 500; color: var(--violet); }
.mk-konto__desc{ font-size: .88rem; color: var(--ink-2); }
.mk-konto__ok{ display: inline-flex; align-items: center; gap: 6px; font-size: .76rem; font-weight: 600; color: var(--income); font-family: var(--mono); }
.mk-konto__ok svg{ width: 15px; height: 15px; }

/* ============================================================
   PROCESS (3 steps)
   ============================================================ */
.mk-steps{ display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.6vw, 30px); position: relative; }
.mk-step{ background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(24px, 3vw, 34px); box-shadow: var(--sh-sm); position: relative; }
.mk-step__n{ font-family: var(--mono); font-size: .82rem; color: var(--violet); display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; border: 1.5px dashed var(--violet-tint); margin-bottom: 18px; }
.mk-step h3{ font-family: var(--display); font-weight: 700; font-size: 1.2rem; letter-spacing: -.02em; margin-bottom: 9px; }
.mk-step p{ font-size: .95rem; line-height: 1.55; color: var(--ink-3); }
.mk-step__ic{ position: absolute; top: clamp(24px, 3vw, 34px); right: clamp(24px, 3vw, 34px); color: var(--violet-tint); }
.mk-step__ic svg{ width: 28px; height: 28px; }

/* ============================================================
   INTEGRATIONS (two chip marquees + connector)
   ============================================================ */
.mk-integ{ position: relative; }
.mk-integ__rows{ display: flex; flex-direction: column; gap: 18px; position: relative; }
.mk-chip{ display: inline-flex; align-items: center; gap: 10px; padding: 13px 20px; border-radius: var(--r-pill); background: var(--surface); border: 1px solid var(--line); box-shadow: var(--sh-sm); font-weight: 600; font-size: .95rem; color: var(--ink-2); white-space: nowrap; }
.mk-chip__ic{ width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; background: var(--violet-soft); color: var(--violet); flex: none; }
.mk-chip__ic svg{ width: 15px; height: 15px; }
.mk-chip--konto .mk-chip__ic{ background: var(--income-soft); color: var(--income); }
.mk-integ__core{
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3;
  display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; border-radius: var(--r-pill);
  background: var(--ink); color: #fff; font-family: var(--display); font-weight: 800; letter-spacing: -.02em; box-shadow: var(--sh-lg);
}
.mk-integ__core .mk-logo__mark{ width: 26px; height: 26px; border-radius: 8px; }
.mk-integ__core .mk-logo__mark svg{ width: 26px; height: 26px; }

/* ============================================================
   PRICING
   ============================================================ */
.mk-pricing__grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); align-items: stretch; }
.mk-price{ display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(24px, 3vw, 32px); box-shadow: var(--sh-sm); }
.mk-price--hot{ border-color: transparent; background: linear-gradient(180deg, var(--ink) 0%, oklch(0.21 0.04 286) 100%); color: #fff; box-shadow: var(--sh-lg); transform: translateY(-8px); position: relative; }
.mk-price__tag{ position: absolute; top: 20px; right: 20px; font-family: var(--mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; padding: 5px 11px; border-radius: var(--r-pill); background: var(--violet); color: #fff; }
.mk-price__name{ font-family: var(--display); font-weight: 700; font-size: 1.2rem; letter-spacing: -.02em; }
.mk-price__desc{ font-size: .9rem; color: var(--ink-3); margin-top: 6px; min-height: 2.6em; }
.mk-price--hot .mk-price__desc{ color: oklch(0.8 0.02 286); }
.mk-price__amt{ display: flex; align-items: baseline; gap: 6px; margin: 20px 0 4px; }
.mk-price__amt b{ font-family: var(--display); font-weight: 800; font-size: clamp(2.2rem, 4vw, 2.9rem); letter-spacing: -.04em; }
.mk-price__amt span{ font-size: .9rem; color: var(--ink-4); }
.mk-price--hot .mk-price__amt span{ color: oklch(0.72 0.02 286); }
.mk-price__feat{ display: flex; flex-direction: column; gap: 11px; margin: 22px 0 26px; }
.mk-price__feat li{ display: flex; align-items: flex-start; gap: 10px; font-size: .92rem; line-height: 1.4; color: var(--ink-2); }
.mk-price--hot .mk-price__feat li{ color: oklch(0.88 0.012 286); }
.mk-price__feat svg{ width: 18px; height: 18px; flex: none; color: var(--violet); margin-top: 1px; }
.mk-price--hot .mk-price__feat svg{ color: oklch(0.78 0.12 285); }
.mk-price .mk-btn{ margin-top: auto; }

/* ============================================================
   TESTIMONIAL
   ============================================================ */
.mk-quote{ max-width: 920px; margin-inline: auto; text-align: center; }
.mk-quote__mark{ font-family: var(--display); font-size: 4rem; line-height: .6; color: var(--violet-tint); }
.mk-quote blockquote{ font-family: var(--display); font-weight: 600; font-size: clamp(1.4rem, 3vw, 2.2rem); line-height: 1.32; letter-spacing: -.025em; color: var(--ink); margin: 16px 0 28px; }
.mk-quote__by{ display: inline-flex; align-items: center; gap: 13px; }
.mk-ava{ width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; font-family: var(--display); font-weight: 800; color: #fff; background: var(--grad); box-shadow: var(--sh-violet); }
.mk-quote__by div{ text-align: left; }
.mk-quote__by strong{ display: block; font-weight: 700; }
.mk-quote__by small{ color: var(--ink-4); font-size: .86rem; }

/* ============================================================
   FAQ
   ============================================================ */
.mk-faq{ max-width: 800px; margin-inline: auto; }
.mk-faq__item{ border-bottom: 1px solid var(--line); }
.mk-faq__q{ display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; padding: 22px 4px; text-align: left; font-family: var(--display); font-weight: 600; font-size: clamp(1.02rem, 1.6vw, 1.18rem); letter-spacing: -.02em; color: var(--ink); }
.mk-faq__q .ic{ flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--violet-soft); color: var(--violet); display: grid; place-items: center; transition: transform .4s var(--ease), background .3s; }
.mk-faq__q .ic svg{ width: 16px; height: 16px; }
.mk-faq__item.is-open .mk-faq__q .ic{ transform: rotate(45deg); background: var(--violet); color: #fff; }
.mk-faq__a{ overflow: hidden; max-height: 0; transition: max-height .45s var(--ease); }
.mk-faq__a p{ padding: 0 4px 24px; font-size: .98rem; line-height: 1.6; color: var(--ink-3); max-width: 64ch; }

/* ============================================================
   CTA
   ============================================================ */
.mk-cta__panel{ position: relative; overflow: hidden; border-radius: var(--r-xl); padding: clamp(40px, 6vw, 80px) clamp(24px, 4vw, 56px); text-align: center; background: linear-gradient(150deg, oklch(0.5 0.18 285) 0%, var(--violet) 42%, var(--magenta) 100%); color: #fff; box-shadow: var(--sh-lg); }
.mk-cta__panel::before{ content:''; position:absolute; inset:0; background-image: radial-gradient(rgba(255,255,255,.16) 1.2px, transparent 1.3px); background-size: 26px 26px; -webkit-mask-image: radial-gradient(80% 80% at 50% 0%, #000, transparent 75%); mask-image: radial-gradient(80% 80% at 50% 0%, #000, transparent 75%); }
.mk-cta__panel > *{ position: relative; z-index: 1; }
.mk-cta__panel .mk-eyebrow{ color: rgba(255,255,255,.85); }
.mk-cta__panel .mk-eyebrow i{ background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.2); }
.mk-cta h2{ font-family: var(--display); font-weight: 800; letter-spacing: -.035em; line-height: 1.05; font-size: clamp(2rem, 4.6vw, 3.4rem); margin: 16px auto 0; max-width: 16ch; }
.mk-cta p{ margin: 18px auto 0; max-width: 50ch; font-size: 1.08rem; line-height: 1.55; color: rgba(255,255,255,.85); }
.mk-cta__cta{ display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 32px; }
.mk-cta .mk-btn--primary{ background: #fff; color: var(--violet-ink); box-shadow: 0 14px 34px -12px rgba(0,0,0,.3); }
.mk-cta .mk-btn--primary:hover{ background: #fff; color: var(--violet-deep); }
.mk-cta .mk-btn--ghost{ background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.3); color: #fff; }
.mk-cta .mk-btn--ghost:hover{ background: rgba(255,255,255,.18); }

/* ============================================================
   FOOTER
   ============================================================ */
.mk-footer{ border-top: 1px solid var(--line); background: var(--surface); padding-block: clamp(48px, 6vw, 80px) 32px; }
.mk-footer__top{ display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: clamp(28px, 4vw, 56px); }
.mk-footer__brand .mk-logo{ margin-bottom: 16px; }
.mk-footer__brand p{ font-size: .95rem; line-height: 1.6; color: var(--ink-3); max-width: 34ch; margin-bottom: 18px; }
.mk-news{ display: flex; gap: 8px; max-width: 340px; }
.mk-news input{ flex: 1; height: 44px; border-radius: var(--r-pill); border: 1px solid var(--line); background: var(--bg-2); padding-inline: 16px; font: inherit; font-size: .9rem; color: var(--ink); outline: none; transition: border-color .25s, box-shadow .25s; }
.mk-news input:focus{ border-color: var(--violet); box-shadow: 0 0 0 4px var(--violet-soft); }
.mk-news button{ height: 44px; width: 44px; flex: none; border-radius: 50%; background: var(--violet); color: #fff; display: grid; place-items: center; transition: background .25s, transform .25s; }
.mk-news button:hover{ background: var(--violet-deep); transform: translateY(-2px); }
.mk-news button svg{ width: 18px; height: 18px; }
.mk-footer__col h4{ font-family: var(--mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-4); margin-bottom: 16px; }
.mk-footer__col a{ display: block; font-size: .94rem; color: var(--ink-3); padding: 6px 0; transition: color .2s; }
.mk-footer__col a:hover{ color: var(--violet); }
.mk-footer__bottom{ display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: clamp(36px, 5vw, 56px); padding-top: 24px; border-top: 1px solid var(--line); font-size: .86rem; color: var(--ink-4); }
.mk-footer__social{ display: flex; gap: 8px; }
.mk-footer__social a{ width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink-3); transition: all .25s; }
.mk-footer__social a:hover{ color: var(--violet); border-color: var(--violet-tint); background: var(--violet-soft); transform: translateY(-2px); }
.mk-footer__social svg{ width: 17px; height: 17px; }

/* ============================================================
   Reveal / animation base states
   ============================================================ */
.mk-page [data-reveal]{ opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0s); will-change: opacity, transform; }
.mk-page [data-reveal="left"]{ transform: translateX(-34px); }
.mk-page [data-reveal="right"]{ transform: translateX(34px); }
.mk-page [data-reveal="scale"]{ transform: scale(.94); }
.mk-page [data-reveal].is-in{ opacity: 1; transform: none; }

.mk-tilt{ opacity: 0; transform: perspective(1700px) rotateX(17deg) translateY(40px) scale(.96); transform-origin: center top; transition: opacity .9s var(--ease), transform 1.1s var(--ease); will-change: opacity, transform; }
.mk-tilt.is-in{ opacity: 1; transform: perspective(1700px) rotateX(0) translateY(0) scale(1); }

.mk-page [data-split] .mk-word-split{ display: inline-block; white-space: nowrap; }
.mk-page [data-split] .mk-char{ display: inline-block; white-space: pre; opacity: .001; filter: blur(7px); transform: translateY(.36em); }
.mk-page [data-split].is-in .mk-char{ animation: mkChar .6s var(--ease) forwards; animation-delay: calc(var(--i) * 26ms); }

/* ---------- Keyframes ---------- */
@keyframes mkChar{ to{ opacity: 1; filter: blur(0); transform: none; } }
@keyframes mkMarquee{ to{ transform: translateX(-50%); } }
@keyframes mkDraw{ to{ stroke-dashoffset: 0; } }
@keyframes mkFade{ to{ opacity: 1; } }
@keyframes mkFloat{ 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-12px); } }
@keyframes mkBlink{ 0%,100%{ opacity: 1; } 50%{ opacity: 0; } }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1080px){
  .mk-features__grid{ grid-template-columns: repeat(2, 1fr); row-gap: 32px; }
  .mk-why{ grid-template-columns: 1fr; gap: 28px; }
  .mk-why__menu{ position: static; }
  .mk-why__nav{ display: none; }
  .mk-float{ display: none; }
}
@media (max-width: 860px){
  .mk-squiggle{ white-space: normal; }
  .mk-nav__links{ display: none; }
  .mk-nav__burger{ display: flex; }
  .mk-nav__actions .mk-signin{ display: none; }
  .mk-nav__inner{ position: relative; }
  .mk-nav__menu{
    position: absolute; top: calc(100% + 10px); left: 0; right: 0; z-index: 70;
    display: none; flex-direction: column; gap: 4px; padding: 14px;
    background: oklch(1 0 0 / .96); backdrop-filter: blur(16px); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-lg);
  }
  .mk-page.nav-open .mk-nav__menu{ display: flex; }
  .mk-nav__menu a{ padding: 12px 14px; border-radius: var(--r); font-weight: 600; color: var(--ink-2); }
  .mk-nav__menu a:hover{ background: var(--violet-soft); color: var(--violet-ink); }
  .mk-app__body{ grid-template-columns: 1fr; }
  .mk-app__side{ display: none; }
  .mk-steps{ grid-template-columns: 1fr; }
  .mk-pricing__grid{ grid-template-columns: 1fr; }
  .mk-price--hot{ transform: none; }
  .mk-footer__top{ grid-template-columns: 1fr 1fr; }
  .mk-footer__brand{ grid-column: 1 / -1; }
}
@media (max-width: 560px){
  .mk-features__grid{ grid-template-columns: 1fr; }
  .mk-kpis{ grid-template-columns: 1fr; }
  .mk-hero__cta{ flex-direction: column; }
  .mk-hero__cta .mk-btn{ width: 100%; }
  .mk-footer__top{ grid-template-columns: 1fr; }
  .mk-footer__bottom{ flex-direction: column; align-items: flex-start; }
}

/* ---------- Reduced motion off-switch ---------- */
/* ============================================================
   Voice-first dark marketing variant
   ============================================================ */
.mk-page:has(.mk-hero--voice){
  --bg: oklch(0.09 0.012 286);
  --bg-2: oklch(0.12 0.014 286);
  --surface: oklch(0.16 0.014 286);
  --surface-2: oklch(0.19 0.016 286);
  --ink: oklch(0.985 0.004 286);
  --ink-2: oklch(0.84 0.012 286);
  --ink-3: oklch(0.66 0.018 286);
  --ink-4: oklch(0.49 0.02 286);
  --line: oklch(0.28 0.018 286);
  --line-2: oklch(0.36 0.024 286);
  background: #050507;
}
.mk-page:has(.mk-hero--voice) .mk-nav__inner{ background: oklch(0.08 0.01 286 / .78); border-color: oklch(0.26 0.02 286); box-shadow: 0 18px 70px -34px rgba(0,0,0,.9); }
.mk-page:has(.mk-hero--voice) .mk-logo,
.mk-page:has(.mk-hero--voice) .mk-nav__links a,
.mk-page:has(.mk-hero--voice) .mk-signin{ color: var(--ink-2); }
.mk-page:has(.mk-hero--voice) .mk-nav__links a:hover,
.mk-page:has(.mk-hero--voice) .mk-signin:hover{ background: rgba(124,92,255,.13); color: #fff; }
.mk-page:has(.mk-hero--voice) .mk-section{ background: var(--bg); }
.mk-page:has(.mk-hero--voice) .mk-section[style]{ background: var(--bg-2) !important; border-color: var(--line) !important; }
.mk-page:has(.mk-hero--voice) .mk-footer{ background: #050507; border-color: var(--line); }
.mk-hero--voice{ padding-bottom: clamp(58px, 8vw, 118px); background:
  radial-gradient(circle at 50% 22%, rgba(124,92,255,.25), transparent 34%),
  radial-gradient(circle at 47% 62%, rgba(92,70,255,.18), transparent 36%),
  linear-gradient(#050507, #07070c); }
.mk-hero--voice::before{ inset:0; height:auto; background-image:
  linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
  linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size:74px 74px; opacity:.55; -webkit-mask-image: radial-gradient(70% 68% at 50% 34%, #000, transparent 80%); mask-image: radial-gradient(70% 68% at 50% 34%, #000, transparent 80%); }
.mk-hero--voice .mk-eyebrow--chip{ background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.14); color: var(--ink-2); }
.mk-hero--voice h1{ color:#fff; max-width:1000px; margin-inline:auto; font-size:clamp(3.1rem, 8.3vw, 8rem); }
.mk-hero--voice .mk-squiggle{ color:#a78bfa; background-image:none; }
.mk-hero--voice .mk-hero__sub{ max-width:760px; color:var(--ink-3); }
.mk-voice-dot{ width:10px; height:10px; border-radius:999px; background:#12e6a8; box-shadow:0 0 0 7px rgba(18,230,168,.1), 0 0 28px rgba(18,230,168,.45); }
.mk-voice-app{ position:relative; z-index:1; display:grid; grid-template-columns:260px minmax(0,1fr); width:min(1120px,100%); min-height:620px; margin-inline:auto; overflow:hidden; border:1px solid rgba(255,255,255,.12); border-radius:30px; background:rgba(8,8,12,.86); box-shadow:0 38px 120px -45px rgba(0,0,0,.95), 0 0 80px -40px rgba(124,92,255,.8); backdrop-filter:blur(18px); }
.mk-voice-app__side{ display:flex; flex-direction:column; gap:20px; border-right:1px solid rgba(255,255,255,.09); padding:20px; background:rgba(255,255,255,.025); }
.mk-voice-app__brand{ display:flex; align-items:center; gap:12px; color:#fff; font-weight:800; font-family:var(--display); }
.mk-voice-logo{ width:34px; height:34px; flex:none; }
.mk-voice-app__plus{ margin-left:auto; color:var(--ink-3); font-size:1.35rem; font-weight:400; }
.mk-voice-app__label{ margin-top:10px; font-family:var(--mono); text-transform:uppercase; letter-spacing:.15em; color:var(--ink-4); font-size:.72rem; }
.mk-voice-app__history,
.mk-voice-app__nav{ display:grid; gap:8px; color:var(--ink-3); }
.mk-voice-app__history span,
.mk-voice-app__nav span{ display:block; padding:12px 14px; border-radius:14px; }
.mk-voice-app__history span.on,
.mk-voice-app__nav span:hover{ background:rgba(255,255,255,.07); color:#fff; }
.mk-voice-app__nav{ margin-top:auto; border-top:1px solid rgba(255,255,255,.08); padding-top:18px; }
.mk-voice-app__main{ display:flex; flex-direction:column; gap:28px; padding:48px 42px 32px; }
.mk-chatline{ display:flex; gap:16px; max-width:78%; color:var(--ink-2); font-size:1.02rem; line-height:1.56; }
.mk-chatline--user{ align-self:flex-end; display:block; color:white; background:linear-gradient(135deg,#a020f0,#4f46e5); border-radius:22px; padding:18px 22px; box-shadow:0 18px 44px -20px rgba(124,92,255,.75); }
.mk-chatline--wide{ max-width:82%; }
.mk-chatline__spark{ width:34px; height:34px; flex:none; display:grid; place-items:center; border-radius:11px; background:linear-gradient(135deg,#a855f7,#4f46e5); color:#fff; }
.mk-chat-actions{ display:flex; flex-wrap:wrap; gap:10px; margin-top:14px; }
.mk-chat-actions span{ display:inline-flex; align-items:center; min-height:38px; padding:0 15px; border-radius:12px; background:linear-gradient(135deg,#a020f0,#4f46e5); color:#fff; font-weight:700; font-size:.88rem; }
.mk-chat-actions span.ghost{ background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.1); color:var(--ink-3); }
.mk-voice-composer{ margin-top:auto; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:14px; min-height:68px; padding:0 18px; border:1px solid rgba(255,255,255,.12); border-radius:24px; background:rgba(255,255,255,.055); color:var(--ink-3); }
.mk-mic{ width:42px; height:42px; display:grid; place-items:center; border-radius:14px; background:linear-gradient(135deg,#a020f0,#4f46e5); color:white; font-size:1.4rem; }
.mk-voice-composer b{ width:36px; height:36px; display:grid; place-items:center; border-radius:50%; background:rgba(255,255,255,.08); color:var(--ink-2); }
.mk-hero-integrations{ position:relative; z-index:2; display:flex; justify-content:center; gap:10px; flex-wrap:wrap; width:min(920px,100%); margin:22px auto 0; }
.mk-hero-integrations span{ border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.06); color:var(--ink-2); border-radius:999px; padding:9px 13px; font-weight:600; font-size:.88rem; }
@media (max-width: 860px){
  .mk-voice-app{ grid-template-columns:1fr; min-height:auto; }
  .mk-voice-app__side{ display:none; }
  .mk-voice-app__main{ padding:26px 18px; }
  .mk-chatline{ max-width:100%; font-size:.95rem; }
}

@media (prefers-reduced-motion: reduce){
  .mk-page *{ animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .mk-page [data-reveal],
  .mk-tilt,
  .mk-page [data-split] .mk-char{ opacity: 1 !important; transform: none !important; filter: none !important; }
  .mk-squiggle{ background-size: 100% 0.5em !important; }
  .mk-spark path.line{ stroke-dashoffset: 0 !important; }
  .mk-spark path.area{ opacity: 1 !important; }
  .mk-forecast__bars i{ transform: scaleY(1) !important; }
}

/* ---------- Legal / document pages (terms, privacy) ---------- */
.mk-doc-section{ padding-block: clamp(72px, 8vw, 116px); }
.mk-doc-wrap{ max-width: 880px; }

.mk-doc__head{ margin-bottom: clamp(30px, 4vw, 46px); padding-bottom: clamp(24px, 3vw, 34px); border-bottom: 1px solid var(--line); }
.mk-doc__head .mk-eyebrow{ margin-bottom: 16px; }
.mk-doc__title{ font-family: var(--display); font-weight: 700; letter-spacing: -0.03em; line-height: 1.08; font-size: clamp(2rem, 3.6vw, 2.85rem); color: var(--ink); }
.mk-doc__meta{ margin-top: 14px; font-family: var(--mono); font-size: 0.84rem; color: var(--ink-4); }

.mk-doc{ font-size: 1.05rem; line-height: 1.72; color: var(--ink-2); }
.mk-doc > p{ margin-block: 1.1em; }
.mk-doc > p:first-child{ margin-top: 0; font-size: 1.14rem; line-height: 1.65; color: var(--ink); }
.mk-doc h2{ font-family: var(--display); font-weight: 700; letter-spacing: -0.02em; line-height: 1.22; font-size: 1.34rem; color: var(--ink); margin-top: 2.3em; margin-bottom: 0.55em; }
.mk-doc h2:first-child{ margin-top: 0; }
.mk-doc ul{ list-style: disc; padding-left: 1.35em; margin-block: 1.05em; }
.mk-doc li{ margin-block: 0.5em; line-height: 1.62; }
.mk-doc li::marker{ color: var(--violet); }
.mk-doc strong{ color: var(--ink); font-weight: 600; }
.mk-doc a{ color: var(--violet-deep); text-decoration: underline; text-underline-offset: 2px; text-decoration-color: var(--violet-tint); transition: color .15s var(--ease); }
.mk-doc a:hover{ color: var(--violet); text-decoration-color: var(--violet); }
