/* ============================================================================
   Plotify marketing — premium public landing.
   Self-contained palette (public site stays on-brand regardless of any logged-in
   user's panel theme). Light, editorial, indigo→violet gradient accents.
   ============================================================================ */

.mk {
  --ink: #0d1326;
  --ink-2: #28324a;
  --muted: #5b6884;
  --line: #e9ebf4;
  --bg: #ffffff;
  --bg-soft: #f6f7fc;
  --bg-tint: #f3f1ff;
  --primary: #6366f1;
  --primary-2: #8b5cf6;
  --primary-3: #a855f7;
  --grad: linear-gradient(135deg, #6366f1 0%, #8b5cf6 52%, #a855f7 100%);
  --grad-soft: linear-gradient(135deg, #eef0ff 0%, #f5f0ff 100%);
  --chip-bg: #efeefe;
  --chip-ink: #5b51e6;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, .04), 0 4px 14px rgba(15, 23, 42, .05);
  --shadow-md: 0 10px 34px rgba(60, 50, 130, .10), 0 2px 8px rgba(15, 23, 42, .05);
  --shadow-lg: 0 28px 70px rgba(70, 55, 140, .18);
  --r: 18px;
  --r-lg: 24px;
  --maxw: 1320px;

  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
.mk *, .mk *::before, .mk *::after { box-sizing: border-box; }

/* ---- Nav ---------------------------------------------------------------- */
.mk-nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 24px;
  max-width: var(--maxw); margin: 0 auto;
  padding: 16px 24px;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: saturate(1.6) blur(14px);
  -webkit-backdrop-filter: saturate(1.6) blur(14px);
}
/* full-bleed nav background while the inner row stays centred */
.mk-nav::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: rgba(255, 255, 255, .82); border-bottom: 1px solid var(--line);
  width: 100vw; left: 50%; transform: translateX(-50%);
  backdrop-filter: saturate(1.6) blur(14px);
}
.mk-brand {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-weight: 700; font-size: 22px; letter-spacing: -.02em;
  color: var(--ink); text-decoration: none; margin-right: auto;
  display: inline-flex; align-items: center; gap: 9px;
}
.mk-brand::before {
  content: ""; width: 26px; height: 26px; border-radius: 8px;
  background: var(--grad); box-shadow: 0 6px 16px rgba(120, 90, 240, .4);
}
.mk-nav__links { display: flex; align-items: center; gap: 8px; }
.mk-nav__link {
  color: var(--ink-2); text-decoration: none; font-weight: 600; font-size: 14.5px;
  padding: 9px 14px; border-radius: 10px; transition: background .15s, color .15s;
}
.mk-nav__link:hover { background: var(--bg-tint); color: var(--primary); }

/* ---- Buttons ------------------------------------------------------------ */
.mk .btn,
.mk-cta-lg {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 15px;
  padding: 12px 22px; border-radius: 12px; text-decoration: none;
  border: 1px solid transparent; cursor: pointer; transition: transform .12s ease, box-shadow .2s ease, background .2s;
}
.mk .btn:active { transform: translateY(1px); }
.mk .btn--primary {
  color: #fff; background: var(--grad);
  box-shadow: 0 10px 26px rgba(110, 90, 240, .36);
}
.mk .btn--primary:hover { box-shadow: 0 14px 34px rgba(110, 90, 240, .5); transform: translateY(-1px); }
.mk .btn--secondary {
  color: var(--ink); background: #fff; border-color: var(--line);
  box-shadow: var(--shadow-sm);
}
.mk .btn--secondary:hover { border-color: #d6d3f5; background: var(--bg-soft); }
.mk .btn--sm { padding: 9px 16px; font-size: 14px; }
.mk-cta-lg { padding: 15px 28px; font-size: 16px; }

/* ---- Layout / sections -------------------------------------------------- */
.mk-main { overflow-x: clip; }
.mk-section {
  max-width: var(--maxw); margin: 0 auto; padding: 84px 24px;
}
.mk-section--tight { padding-block: 56px; }
.mk-section__head { text-align: center; max-width: 660px; margin: 0 auto 52px; }
.mk-section__title {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: clamp(28px, 4vw, 40px); letter-spacing: -.025em; line-height: 1.1;
  margin: 0 0 14px;
}
.mk-section__sub { color: var(--muted); font-size: 17px; line-height: 1.6; margin: 0; }
.mk-grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* ---- Hero --------------------------------------------------------------- */
.mk-hero { text-align: center; padding-top: 72px; position: relative; }
/* soft aurora wash behind the hero */
.mk-hero::before {
  content: ""; position: absolute; z-index: -1; left: 50%; top: -40px;
  width: 900px; height: 560px; transform: translateX(-50%);
  background: radial-gradient(46% 50% at 50% 30%, rgba(139, 92, 246, .16), transparent 70%),
              radial-gradient(40% 44% at 28% 18%, rgba(99, 102, 241, .14), transparent 70%),
              radial-gradient(38% 42% at 74% 24%, rgba(168, 85, 247, .12), transparent 70%);
  filter: blur(6px); pointer-events: none;
}
.mk-eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  /* the hero is a flex COLUMN, which blockifies this span (inline-flex → flex) and stretches it
     edge-to-edge (align-items: stretch default) — the pill spanned the whole hero (owner screenshot).
     align-self + fit-content pin it back to a compact centred pill in flex parents; both are inert
     in normal block flow, so the duo-band / section-head pills are untouched. */
  align-self: center; width: fit-content;
  font-size: 12.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  color: var(--chip-ink); background: var(--chip-bg);
  padding: 7px 14px; border-radius: 999px; margin-bottom: 22px;
  border: 1px solid #e3e0fb;
}
.mk-eyebrow::before { content: "✦"; font-size: 11px; }
.mk-hero__title {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: clamp(36px, 6vw, 64px); line-height: 1.04; letter-spacing: -.035em;
  margin: 0 auto 22px; max-width: 15ch;
}
.mk-hero__sub {
  color: var(--muted); font-size: clamp(16px, 2vw, 20px); line-height: 1.6;
  max-width: 620px; margin: 0 auto 34px;
}
.mk-cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.mk-hero__trust { margin-top: 18px; color: var(--muted); font-size: 14px; }

/* proof stat row */
.mk-proof {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 44px;
  margin-top: 56px; padding-top: 34px; border-top: 1px solid var(--line);
}
.mk-proof__item { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.mk-proof__num {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 22px;
  letter-spacing: -.02em; color: var(--ink);
}
.mk-proof__lab { font-size: 13px; color: var(--muted); }

/* ---- Feature grid ------------------------------------------------------- */
.mk-grid {
  display: grid; gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.mk-card {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 28px;
  box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .25s ease, border-color .2s;
}
.mk-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #e1ddfa; }
.mk-card--feature { background: var(--grad); border: 0; color: #fff; box-shadow: var(--shadow-lg); }
.mk-card--feature .mk-card__title { color: #fff; }
.mk-card--feature .mk-card__text { color: rgba(255, 255, 255, .9); }
.mk-card--feature .mk-chip { background: rgba(255, 255, 255, .18); color: #fff; border-color: rgba(255,255,255,.25); }
.mk-card--feature .mk-card__icon { background: rgba(255, 255, 255, .2); color: #fff; }
.mk-card__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 13px; margin-bottom: 18px;
  background: var(--grad-soft); color: var(--primary);
}
.mk-card__icon i { width: 22px; height: 22px; }
.mk-card__title {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 19px;
  letter-spacing: -.01em; margin: 0 0 9px;
}
.mk-card__text { color: var(--muted); font-size: 15px; line-height: 1.6; margin: 0 0 16px; }
.mk-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.mk-chip {
  font-size: 12.5px; font-weight: 600; color: var(--chip-ink);
  background: var(--chip-bg); border: 1px solid #e6e3fb;
  padding: 4px 11px; border-radius: 999px;
}

/* ---- How it works (steps) ----------------------------------------------- */
.mk-steps {
  display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.mk-step {
  position: relative; background: var(--bg-soft); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 30px 26px;
}
.mk-step__num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 12px; margin-bottom: 16px;
  font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 18px;
  color: #fff; background: var(--grad); box-shadow: 0 8px 20px rgba(110, 90, 240, .32);
}
.mk-step__title { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 18px; margin: 0 0 8px; }
.mk-step__text { color: var(--muted); font-size: 15px; line-height: 1.6; margin: 0; }

/* ---- Testimonials ------------------------------------------------------- */
.mk-quotes {
  display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.mk-quote {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 26px; box-shadow: var(--shadow-sm);
}
.mk-quote__stars { color: #f5b50a; font-size: 15px; letter-spacing: 2px; margin-bottom: 12px; }
.mk-quote__text { font-size: 15.5px; line-height: 1.65; color: var(--ink-2); margin: 0 0 18px; font-style: italic; }
.mk-quote__who { display: flex; align-items: center; gap: 12px; }
.mk-quote__avatar {
  width: 40px; height: 40px; border-radius: 50%; flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; color: #fff; background: var(--grad);
}
.mk-quote__name { font-weight: 700; font-size: 14.5px; }
.mk-quote__role { font-size: 13px; color: var(--muted); }

/* ---- Pricing teaser ----------------------------------------------------- */
.mk-pricing {
  text-align: center; background: var(--grad-soft); border: 1px solid #e8e4fb;
  border-radius: var(--r-lg); padding: 48px 28px; max-width: 760px; margin: 0 auto;
}
.mk-pricing__note { color: var(--muted); font-size: 16px; margin: 12px 0 24px; }

/* ---- CTA band ----------------------------------------------------------- */
.mk-band { position: relative; margin-top: 40px; overflow: hidden; }
.mk-band::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(60% 120% at 20% 0%, rgba(255,255,255,.18), transparent 60%),
    var(--grad);
}
.mk-band .mk-hero { z-index: 1; }
.mk-band .mk-hero::before { display: none; }
.mk-band .mk-hero__title, .mk-band .mk-hero__sub { color: #fff; }
.mk-band .mk-hero__sub { color: rgba(255,255,255,.88); }
.mk-band .btn--primary { background: #fff; color: var(--primary); box-shadow: 0 12px 34px rgba(0,0,0,.22); }
.mk-band .btn--primary:hover { background: #fff; box-shadow: 0 16px 40px rgba(0,0,0,.3); }

/* ---- Footer ------------------------------------------------------------- */
.mk-footer { border-top: 1px solid var(--line); background: var(--bg-soft); }
.mk-footer__inner {
  max-width: var(--maxw); margin: 0 auto; padding: 32px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.mk-footer__copy { color: var(--muted); font-size: 14px; }
.mk-footer__links { display: flex; gap: 8px; flex-wrap: wrap; }
.mk-footer__link { color: var(--muted); text-decoration: none; font-size: 14px; padding: 6px 10px; border-radius: 8px; }
.mk-footer__link:hover { color: var(--primary); background: var(--bg-tint); }

/* Wider screens: make the feature grid an intentional 3-up instead of a cramped auto-fit,
   and give sections a touch more side breathing room. */
@media (min-width: 1080px) {
  .mk-grid { grid-template-columns: repeat(3, 1fr); }
  .mk-section { padding-inline: 40px; }
}
@media (min-width: 1480px) {
  :root { --maxw: 1400px; }
}

@media (max-width: 640px) {
  .mk-section { padding: 50px 16px; }
  .mk-section__head { margin-bottom: 32px; }
  .mk-nav { padding: 12px 16px; gap: 12px; }
  .mk-nav__link { padding: 8px 10px; }
  .mk-hero { padding-top: 36px; }
  .mk-hero__sub { margin-bottom: 26px; }
  /* Full-width stacked CTAs — easier thumb targets on a phone */
  .mk-cta-row { width: 100%; gap: 10px; }
  .mk-cta-row .btn { flex: 1 1 100%; justify-content: center; }
  .mk-cta-lg { padding: 14px 20px; font-size: 15.5px; }
  .mk-proof { gap: 14px 26px; margin-top: 38px; padding-top: 28px; }
  .mk-plans { grid-template-columns: 1fr; }
  .mk-grid { gap: 16px; }
}

/* ── Hero product mockup: a tilted browser frame showing the live plot map ── */
.mk-shot{ margin-top:60px; perspective:1800px; }
.mk-frame{
  max-width:940px; margin:0 auto; border-radius:18px; overflow:hidden;
  border:1px solid rgba(120,140,210,.28); background:#0b1222;
  box-shadow:0 50px 110px rgba(50,38,110,.38), 0 12px 36px rgba(10,12,30,.3);
  transform:rotateX(7deg) scale(.99); transform-origin:center top;
  transition:transform .4s ease;
}
.mk-frame:hover{ transform:rotateX(2deg) scale(1); }
.mk-frame__bar{ display:flex; align-items:center; gap:8px; padding:12px 16px;
  background:#0e1626; border-bottom:1px solid rgba(120,140,210,.18); }
.mk-frame__bar i{ width:11px; height:11px; border-radius:50%; background:rgba(255,255,255,.16); }
.mk-frame__bar i:nth-child(1){ background:#ff5f57; }
.mk-frame__bar i:nth-child(2){ background:#febc2e; }
.mk-frame__bar i:nth-child(3){ background:#28c840; }
.mk-frame__url{ margin-left:12px; font-size:12.5px; letter-spacing:.01em; color:#7d93b8; }
.mk-frame__body{ line-height:0; }
.mk-frame__body svg{ width:100%; height:auto; display:block; }
@media (max-width:640px){ .mk-frame{ transform:none; } .mk-shot{ margin-top:40px; } }

/* depth refinements — softer card borders, richer CTA band */
.mk-card{ backdrop-filter:saturate(1.05); }
.mk-band::before{ background:
  radial-gradient(70% 130% at 15% -10%, rgba(255,255,255,.22), transparent 55%),
  radial-gradient(60% 120% at 95% 120%, rgba(80,40,160,.5), transparent 60%),
  var(--grad); }

/* pricing cards (audit [59] — real plans replace the placeholder) */
.mk-plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin: 26px 0; text-align: left; }
.mk-plan { border: 1px solid rgba(120,130,160,.25); border-radius: 16px; padding: 22px; background: rgba(255,255,255,.03); }
.mk-plan--hot { border-color: var(--mk-accent, #6366f1); box-shadow: 0 10px 34px rgba(99,102,241,.18); }
.mk-plan__name { font-weight: 700; font-size: 15px; margin-bottom: 6px; }
.mk-plan__price { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 30px; }
.mk-plan__price span { font-size: 13px; font-weight: 500; opacity: .65; }
.mk-plan__feats { list-style: none; padding: 0; margin: 14px 0 18px; font-size: 13.5px; line-height: 2; opacity: .9; }
.mk-plan__feats li::before { content: "✓ "; color: var(--mk-accent, #6366f1); }

/* animated hero scene (R2): skyline behind the headline — FULL-BLEED (owner deep-check).
   The panel used to sit inside the 1320px content column, leaving huge white gutters on
   wide screens with a hard seam under the nav — read as a boxed mistake, not a hero. The
   SECTION now spans the whole viewport (the same 100vw centre-shift the nav backdrop
   uses) while every content child re-constrains to the content column, so the dark scene
   bleeds edge-to-edge and the text keeps its measure. Radius dropped — a full-bleed band
   has no card corners. */
.mk-hero--scene { position: relative; overflow: hidden; min-height: 66vh;
  max-width: none; margin-left: 0; margin-right: 0;   /* parent .mk is full-width — no 100vw scrollbar drift */
  display: flex; flex-direction: column; justify-content: center; }
.mk-hero--scene > *:not(.pf-scene):not(.mk-hero__veil) { position: relative; z-index: 2;
  max-width: var(--maxw); margin-left: auto; margin-right: auto;
  padding-left: 24px; padding-right: 24px; }
/* the eyebrow chip must stay a CHIP (fit-content) — never stretched by the column rule */
.mk-hero--scene > .mk-eyebrow { width: fit-content; }
.mk-hero__veil { position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(7,11,17,.18) 0%, rgba(7,11,17,.45) 62%, rgba(7,11,17,.82) 100%); }
.mk-hero--scene .mk-hero__title, .mk-hero--scene .mk-hero__sub { text-shadow: 0 2px 18px rgba(0,0,0,.45); }
/* The hero sits over a DARK animated scene — force light text (the plain part of the title
   inherits the dark body ink and was invisible; only the gradient span showed). */
.mk-hero--scene .mk-hero__title { color: #f3f5fb; }
.mk-hero--scene .mk-hero__sub { color: #d5dce6; }
.mk-hero--scene .mk-hero__trust { color: #c2ccdd; }
.mk-hero--scene .mk-proof { border-top-color: rgba(255,255,255,.14); }
.mk-hero--scene .mk-proof__num { color: #eef1f7; }
.mk-hero--scene .mk-proof__lab { color: #aeb9cd; }
.mk-hero--scene .mk-eyebrow { color: #cdd6f5; background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.16); }
@media (max-width: 720px) { .mk-hero--scene { min-height: 54vh; } }

/* landing: "four ways to explore" mode band */
.mk-modes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.mk-mode { background: rgba(255,255,255,.03); border: 1px solid rgba(120,130,160,.22);
  border-radius: 16px; padding: 22px 18px; text-align: center; transition: transform .15s, border-color .15s; }
.mk-mode:hover { transform: translateY(-3px); border-color: var(--mk-accent, #6366f1); }
.mk-mode__ico { font-size: 30px; display: block; margin-bottom: 10px; }
.mk-mode h3 { font-family: 'Space Grotesk', sans-serif; font-size: 16px; margin: 0 0 6px; }
.mk-mode p { font-size: 13px; line-height: 1.55; color: var(--muted); margin: 0; }
@media (max-width: 820px) { .mk-modes { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .mk-modes { grid-template-columns: 1fr; } }

/* ---- Scroll-reveal animation system (landing polish) ---------------------
   Progressive enhancement: elements marked data-reveal start hidden and slide
   up when they enter the viewport (IntersectionObserver in landing.html adds
   .is-in). No JS / reduced-motion → everything stays fully visible. */
@media (prefers-reduced-motion: no-preference) {
  .js-reveal [data-reveal] {
    opacity: 0; transform: translateY(22px);
    transition: opacity .6s cubic-bezier(.22,.9,.3,1), transform .6s cubic-bezier(.22,.9,.3,1);
    will-change: opacity, transform;
  }
  .js-reveal [data-reveal].is-in { opacity: 1; transform: none; }
  /* stagger the CHILDREN of a marked group (cards, steps, modes) */
  .js-reveal [data-reveal-group] > * {
    opacity: 0; transform: translateY(26px);
    transition: opacity .55s cubic-bezier(.22,.9,.3,1), transform .55s cubic-bezier(.22,.9,.3,1);
  }
  .js-reveal [data-reveal-group].is-in > * { opacity: 1; transform: none; }
  .js-reveal [data-reveal-group].is-in > *:nth-child(2) { transition-delay: .07s; }
  .js-reveal [data-reveal-group].is-in > *:nth-child(3) { transition-delay: .14s; }
  .js-reveal [data-reveal-group].is-in > *:nth-child(4) { transition-delay: .21s; }
  .js-reveal [data-reveal-group].is-in > *:nth-child(5) { transition-delay: .28s; }
  .js-reveal [data-reveal-group].is-in > *:nth-child(6) { transition-delay: .35s; }
  .js-reveal [data-reveal-group].is-in > *:nth-child(7) { transition-delay: .42s; }
  .js-reveal [data-reveal-group].is-in > *:nth-child(8) { transition-delay: .49s; }
  .js-reveal [data-reveal-group].is-in > *:nth-child(9) { transition-delay: .56s; }
  /* hero entrance (plays on load, no observer needed) */
  .mk-hero--scene .mk-eyebrow, .mk-hero--scene .mk-hero__title,
  .mk-hero--scene .mk-hero__sub, .mk-hero--scene .mk-cta-row,
  .mk-hero--scene .mk-hero__trust, .mk-hero--scene .mk-proof {
    animation: mkRise .7s cubic-bezier(.22,.9,.3,1) backwards;
  }
  .mk-hero--scene .mk-hero__title { animation-delay: .08s; }
  .mk-hero--scene .mk-hero__sub { animation-delay: .16s; }
  .mk-hero--scene .mk-cta-row { animation-delay: .24s; }
  .mk-hero--scene .mk-hero__trust { animation-delay: .3s; }
  .mk-hero--scene .mk-proof { animation-delay: .38s; }
  .mk-shot { animation: mkRise .8s .3s cubic-bezier(.22,.9,.3,1) backwards; }
}
@keyframes mkRise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }

/* primary CTA: soft glow pulse to draw the eye (reduced-motion safe) */
@media (prefers-reduced-motion: no-preference) {
  .mk-cta-lg.btn--primary { animation: mkGlow 3.2s ease-in-out 1.2s infinite; }
}
@keyframes mkGlow {
  0%, 100% { box-shadow: 0 6px 22px rgba(99, 102, 241, .28); }
  50% { box-shadow: 0 8px 34px rgba(139, 92, 246, .5); }
}

/* step numbers pop on hover */
.mk-step { transition: transform .18s ease; }
.mk-step:hover { transform: translateY(-3px); }
.mk-step:hover .mk-step__num { transform: scale(1.12); }
.mk-step__num { transition: transform .18s ease; }

/* ---- Schemes (buildings & flats) showcase band --------------------------- */
.mk-duo {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
  background: linear-gradient(135deg, #101830, #1b1440);
  border-radius: 24px; padding: 48px; color: #eef1f8;
  border: 1px solid rgba(140, 150, 220, .18);
}
.mk-duo__title { font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: clamp(26px, 3.4vw, 36px); letter-spacing: -.02em; line-height: 1.12; margin: 0 0 14px; color: #fff; }
.mk-duo__text { color: #b9c2d8; font-size: 16px; line-height: 1.65; margin: 0 0 20px; }
.mk-duo__list { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 10px; }
.mk-duo__list li { display: flex; gap: 10px; align-items: baseline; font-size: 15px; color: #d5dcec; }
.mk-duo__list li::before { content: "✓"; color: #34d399; font-weight: 700; flex: 0 0 auto; }
.mk-duo__art { position: relative; min-height: 300px; border-radius: 16px; overflow: hidden;
  background: radial-gradient(120% 120% at 20% 0%, #22305c 0%, #131b36 60%, #0d1226 100%);
  border: 1px solid rgba(150, 165, 230, .22); }
.mk-duo__art svg { position: absolute; inset: 0; width: 100%; height: 100%; }
@media (max-width: 900px) { .mk-duo { grid-template-columns: 1fr; padding: 32px 24px; } .mk-duo__art { min-height: 240px; } }
