@font-face {
  font-family: "Inter Tight";
  src: url("/assets/fonts/inter-tight-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+2116;
}

@font-face {
  font-family: "Inter Tight";
  src: url("/assets/fonts/inter-tight-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF;
}

@font-face {
  font-family: "Lora";
  src: url("/assets/fonts/lora-italic-cyrillic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+2116;
}

@font-face {
  font-family: "Lora";
  src: url("/assets/fonts/lora-italic-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF;
}

/* A 320px viewport can have less usable width when scrollbars are present. */
html:has(.mal-landing), body:has(.mal-landing) { min-width: 0; }

.mal-landing {
  --mal-navy: #0b2942;
  --mal-navy-deep: #061d30;
  --mal-navy-soft: #103954;
  --mal-blue: #5cb8dd;
  --mal-blue-bright: #73d7f2;
  --mal-blue-deep: #257cad;
  --mal-frost: #edf8fa;
  --mal-white: #f9ffff;
  --mal-ink: #08273e;
  --mal-muted: #94b5c6;
  --mal-line: rgba(201, 236, 244, .17);
  --mal-dark-line: rgba(8, 39, 62, .16);
  --mal-acid: #dfff63;
  position: relative;
  min-height: 100vh;
  overflow: clip;
  background: var(--mal-navy);
  color: var(--mal-frost);
  font-family: "Inter Tight", Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

.mal-landing::before {
  position: fixed;
  z-index: 100;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .075;
  background-image:
    radial-gradient(circle at 20% 40%, #fff 0 .45px, transparent .7px),
    radial-gradient(circle at 80% 65%, #fff 0 .4px, transparent .65px);
  background-position: 0 0, 9px 11px;
  background-size: 13px 13px, 17px 17px;
  mix-blend-mode: soft-light;
}

.mal-landing *,
.mal-landing *::before,
.mal-landing *::after { box-sizing: border-box; }

.mal-landing button,
.mal-landing a {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

.mal-landing button:focus-visible,
.mal-landing a:focus-visible {
  outline: 2px solid var(--mal-acid);
  outline-offset: 4px;
}

.mal-scroll-progress {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background: rgba(255, 255, 255, .04);
}

.mal-scroll-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--mal-acid);
  transform: scaleX(var(--mal-scroll, 0));
  transform-origin: 0 50%;
}

.mal-header {
  position: sticky;
  z-index: 80;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: calc(76px + env(safe-area-inset-top));
  padding: env(safe-area-inset-top) max(32px, calc((100vw - 1440px) / 2)) 0;
  border-bottom: 1px solid var(--mal-line);
  background: rgba(7, 31, 50, .83);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
  backdrop-filter: blur(22px) saturate(130%);
}

.mal-brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 11px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.mal-mark {
  position: relative;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  background:
    radial-gradient(circle at 68% 24%, rgba(255, 255, 255, .75), transparent 19%),
    linear-gradient(145deg, var(--mal-blue-bright), var(--mal-blue-deep));
  box-shadow: inset 0 -9px 16px rgba(5, 35, 58, .24), 0 0 32px rgba(92, 184, 221, .14);
  color: var(--mal-navy-deep);
}

.mal-mark svg { width: 22px; height: 22px; }
.mal-mark path { fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.mal-wordmark { display: flex; align-items: baseline; gap: 7px; }
.mal-wordmark strong { font-size: 13px; font-weight: 820; letter-spacing: -.035em; }
.mal-wordmark small { color: var(--mal-blue-bright); font-size: 9px; font-weight: 800; letter-spacing: .18em; }

.mal-header-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #b9d4df;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mal-header-status i,
.mal-kicker > i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mal-acid);
  box-shadow: 0 0 0 5px rgba(223, 255, 99, .08), 0 0 18px rgba(223, 255, 99, .6);
}

.mal-header-action {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 18px;
}

.mal-header-action > span {
  color: var(--mal-muted);
  font-size: 12px;
  font-weight: 650;
}

.mal-header-action > a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: var(--mal-frost);
  color: var(--mal-ink);
  font-size: 12px;
  font-weight: 780;
  text-decoration: none;
}

.mal-header-action svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.mal-main { width: 100%; }

.mal-axis {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(42px, 5vw, 78px);
  color: var(--mal-muted);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.mal-axis i { height: 1px; background: currentColor; opacity: .34; }
.mal-axis b { font-weight: inherit; }

.mal-hero {
  position: relative;
  width: min(calc(100% - 64px), 1440px);
  min-height: calc(100svh - 76px);
  margin-inline: auto;
  padding: clamp(46px, 5vw, 82px) 0 54px;
}

.mal-hero-grid {
  display: grid;
  grid-template-columns: minmax(470px, .88fr) minmax(590px, 1.12fr);
  align-items: center;
  gap: clamp(32px, 4vw, 64px);
}

.mal-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0;
  color: #afd0de;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.mal-kicker-dark { color: #376077; }
.mal-kicker-dark::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mal-blue-deep);
  box-shadow: 0 0 0 5px rgba(37, 124, 173, .09);
  content: "";
}

.mal-hero h1,
.mal-result h2,
.mal-demo h2,
.mal-pricing h2,
.mal-faq h2,
.mal-final h2 {
  margin: 0;
  font-weight: 780;
  letter-spacing: -.068em;
}

.mal-hero h1 {
  max-width: 690px;
  margin-top: 21px;
  font-size: clamp(62px, 6.3vw, 100px);
  line-height: .86;
}

.mal-hero h1 em,
.mal-result h2 em,
.mal-demo h2 em,
.mal-pricing h2 em,
.mal-faq h2 em,
.mal-final h2 em {
  color: var(--mal-blue-bright);
  font-family: "Lora", Georgia, serif;
  font-weight: 540;
}

.mal-hero h1 em { position: relative; white-space: nowrap; }
.mal-hero h1 em::after {
  position: absolute;
  right: 3%;
  bottom: -.06em;
  left: 2%;
  height: .08em;
  border-radius: 99px;
  background: var(--mal-acid);
  content: "";
  transform: rotate(-1.4deg);
}

.mal-lead {
  max-width: 560px;
  margin: 30px 0 0;
  color: #c6dee7;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.52;
}

.mal-hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}

.mal-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 62px;
  overflow: hidden;
  padding: 0 12px 0 23px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  background: var(--mal-acid);
  box-shadow: 0 14px 36px rgba(4, 22, 35, .18);
  color: var(--mal-ink);
  font-size: 14px;
  font-weight: 790;
  text-decoration: none;
  isolation: isolate;
}

.mal-primary::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(110deg, transparent 24%, rgba(255, 255, 255, .58) 49%, transparent 72%);
  content: "";
  transform: translateX(-120%);
}

.mal-primary > i {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--mal-navy);
  color: var(--mal-frost);
}

.mal-primary svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.mal-text-action {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(201, 236, 244, .36);
  background: none;
  color: #c7dfe8;
  cursor: pointer;
  font-size: 13px;
  font-weight: 680;
}

.mal-text-action i { color: var(--mal-blue-bright); font-style: normal; }

.mal-micro {
  max-width: 510px;
  margin: 14px 0 0;
  color: #86aab9;
  font-size: 12px;
  line-height: 1.5;
}

.mal-flow-visual {
  position: relative;
  min-width: 0;
  min-height: 635px;
  overflow: hidden;
  border-top: 1px solid var(--mal-line);
  border-bottom: 1px solid var(--mal-line);
  background:
    linear-gradient(rgba(196, 232, 242, .075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196, 232, 242, .075) 1px, transparent 1px),
    radial-gradient(circle at 52% 49%, rgba(92, 184, 221, .25), transparent 31%),
    radial-gradient(circle at 52% 49%, rgba(92, 184, 221, .09), transparent 58%);
  background-size: 52px 52px, 52px 52px, auto, auto;
  isolation: isolate;
}

.mal-flow-visual::before,
.mal-flow-visual::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
  filter: blur(2px);
}

.mal-flow-visual::before {
  top: 16%;
  left: 37%;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(115, 215, 242, .18);
  box-shadow: 0 0 0 45px rgba(92, 184, 221, .025), 0 0 0 95px rgba(92, 184, 221, .018);
}

.mal-flow-visual::after {
  right: -70px;
  bottom: -85px;
  width: 200px;
  height: 200px;
  background: rgba(92, 184, 221, .11);
  filter: blur(50px);
}

.mal-signal { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; overflow: visible; }
.mal-signal path { fill: none; stroke-linecap: round; }
.mal-signal-rail { stroke: rgba(115, 215, 242, .14); stroke-width: 2; }
.mal-signal-live {
  stroke: var(--mal-blue-bright);
  stroke-width: 3;
  stroke-dasharray: 7 14;
  filter: drop-shadow(0 0 7px rgba(115, 215, 242, .7));
}

.mal-signal-dot {
  position: absolute;
  z-index: 8;
  width: 12px;
  height: 12px;
  border: 3px solid var(--mal-navy-deep);
  border-radius: 50%;
  background: var(--mal-acid);
  box-shadow: 0 0 0 5px rgba(223, 255, 99, .1), 0 0 22px rgba(223, 255, 99, .55);
}

.mal-signal-dot-a { top: 53%; left: 5.3%; }
.mal-signal-dot-b { top: 27%; left: 33.2%; }
.mal-signal-dot-c { top: 44%; right: 5.6%; }

.mal-channel-wrap,
.mal-shop-wrap,
.mal-request-wrap { position: absolute; z-index: 3; }
.mal-channel-wrap { top: 25%; left: 2%; width: 216px; transform: rotate(-5deg); }
.mal-shop-wrap { z-index: 6; top: 7%; left: 50%; width: 284px; transform: translateX(-50%); }
.mal-request-wrap { top: 29%; right: 1.5%; width: 216px; transform: rotate(4deg); }

.mal-channel,
.mal-request {
  position: relative;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(19, 62, 88, .98), rgba(7, 31, 50, .98));
  box-shadow: 0 30px 70px rgba(0, 10, 18, .46), inset 0 1px rgba(255, 255, 255, .04);
}

.mal-channel::after,
.mal-request::after {
  position: absolute;
  inset: 7px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .035);
  border-radius: 14px;
  content: "";
}

.mal-channel { min-height: 350px; }
.mal-panel-head,
.mal-shop-head,
.mal-request-head { display: flex; align-items: center; gap: 9px; }
.mal-panel-head { padding-bottom: 14px; border-bottom: 1px solid var(--mal-line); }
.mal-panel-head > div,
.mal-shop-head > div,
.mal-request-head > div { min-width: 0; flex: 1; }
.mal-panel-head strong,
.mal-panel-head small,
.mal-shop-head strong,
.mal-shop-head small,
.mal-request-head strong,
.mal-request-head small { display: block; }
.mal-panel-head strong { font-size: 11px; }
.mal-panel-head small { margin-top: 3px; color: var(--mal-muted); font-size: 8px; }
.mal-panel-head > b { color: #789daf; font-size: 8px; letter-spacing: .1em; }
.mal-tg {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--mal-blue-bright), var(--mal-blue-deep));
  color: var(--mal-navy-deep);
  box-shadow: inset 0 -7px 10px rgba(5, 42, 62, .2);
}
.mal-tg svg { width: 17px; height: 17px; }
.mal-tg path { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.mal-post {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid var(--mal-line);
}

.mal-post:last-child { border-bottom: 0; }
.mal-post > i {
  height: 60px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 60% 28%, rgba(255, 255, 255, .65), transparent 12%),
    linear-gradient(145deg, #cdeff5, #397da5 72%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .15);
}
.mal-post:nth-child(3) > i { background: radial-gradient(circle at 30% 30%, #c9f2f8, transparent 15%), linear-gradient(145deg, #7bd0e6, #174f72); }
.mal-post span { display: grid; align-content: center; gap: 7px; }
.mal-post span > b { width: 100%; height: 6px; border-radius: 9px; background: rgba(255, 255, 255, .14); }
.mal-post span > b:nth-child(2) { width: 66%; }
.mal-post small { color: var(--mal-blue-bright); font-size: 7px; }
.mal-post-muted { opacity: .48; }

.mal-shop {
  position: relative;
  min-height: 520px;
  padding: 18px 14px 14px;
  overflow: hidden;
  border: 6px solid #031522;
  border-radius: 38px;
  background: var(--mal-frost);
  box-shadow: 0 42px 90px rgba(0, 9, 17, .62), 0 0 0 1px rgba(255, 255, 255, .2), inset 0 1px rgba(255, 255, 255, .55);
  color: var(--mal-ink);
}

.mal-phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 18px;
  padding: 0 6px;
  font-size: 7px;
  font-weight: 850;
}
.mal-phone-top i { width: 68px; height: 14px; border-radius: 99px; background: var(--mal-navy-deep); }
.mal-phone-top b { font-size: 6px; }
.mal-shop-head { min-height: 52px; }
.mal-shop-logo {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--mal-blue-bright), var(--mal-blue-deep));
  font-size: 10px;
  font-weight: 900;
}
.mal-shop-head strong { font-size: 10px; }
.mal-shop-head small { margin-top: 2px; color: #527084; font-size: 7px; }
.mal-shop-head > b { font-size: 18px; }

.mal-shop-hero {
  position: relative;
  min-height: 108px;
  overflow: hidden;
  padding: 16px;
  border-radius: 15px;
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, .8), transparent 11%),
    radial-gradient(circle at 78% 56%, #8edaf0 0 11%, transparent 11.5%),
    radial-gradient(circle at 69% 70%, #dffbff 0 17%, transparent 17.5%),
    linear-gradient(135deg, var(--mal-navy), #247ead);
  color: var(--mal-frost);
}
.mal-shop-hero small { position: relative; z-index: 2; display: block; color: #a7dbea; font-size: 6px; letter-spacing: .1em; }
.mal-shop-hero strong { position: relative; z-index: 2; display: block; max-width: 150px; margin-top: 25px; font-size: 16px; line-height: .95; letter-spacing: -.04em; }
.mal-shop-hero i { position: absolute; right: 18px; bottom: 5px; width: 76px; height: 76px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; box-shadow: inset 0 0 22px rgba(255, 255, 255, .12), 0 0 0 8px rgba(255, 255, 255, .035); }

.mal-chips { display: flex; gap: 5px; margin: 10px 0; overflow: hidden; }
.mal-chips span { flex: 0 0 auto; padding: 7px 10px; border: 1px solid rgba(8, 39, 62, .09); border-radius: 99px; background: #dceff3; font-size: 7px; font-weight: 770; }
.mal-chips span:first-child { background: var(--mal-navy); color: var(--mal-frost); }
.mal-items { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.mal-items > div { display: grid; padding: 7px; border: 1px solid rgba(8, 39, 62, .07); border-radius: 13px; background: var(--mal-white); }
.mal-items i {
  position: relative;
  display: block;
  height: 125px;
  overflow: hidden;
  border-radius: 9px;
  background:
    radial-gradient(circle at 70% 22%, rgba(255, 255, 255, .75), transparent 12%),
    linear-gradient(145deg, #d8f4f7, #6aa8c5);
}
.mal-items > div:nth-child(2) i { background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, .65), transparent 10%), linear-gradient(145deg, #8ed8e9, #2d6f96); }
.mal-items i > b { position: absolute; right: 7px; bottom: 5px; color: rgba(255, 255, 255, .72); font-size: 19px; font-weight: 500; }
.mal-items > div > strong { margin-top: 7px; font-size: 8px; }
.mal-items > div > small { display: flex; align-items: center; justify-content: space-between; margin-top: 4px; color: #527084; font-size: 7px; }
.mal-items > div > small b { font-size: 11px; }

.mal-selection { display: flex; align-items: center; justify-content: space-between; margin-top: 9px; padding: 11px; border-radius: 12px; background: var(--mal-navy); color: var(--mal-frost); }
.mal-selection span strong,
.mal-selection span small { display: block; }
.mal-selection span strong { font-size: 8px; }
.mal-selection span small { margin-top: 2px; color: #91b6c5; font-size: 6px; }
.mal-selection > b { display: inline-flex; align-items: center; gap: 4px; color: var(--mal-acid); font-size: 7px; }
.mal-selection svg { width: 10px; height: 10px; fill: none; stroke: currentColor; stroke-width: 2; }

.mal-orbit { position: absolute; z-index: -1; border: 1px solid rgba(115, 215, 242, .26); border-radius: 50%; }
.mal-orbit-a { top: 60px; left: -48px; width: 120px; height: 120px; }
.mal-orbit-b { right: -42px; bottom: 65px; width: 96px; height: 96px; border-color: rgba(223, 255, 99, .24); }

.mal-request { min-height: 297px; }
.mal-request-head { padding-bottom: 13px; border-bottom: 1px solid var(--mal-line); }
.mal-request-head > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--mal-acid);
  color: var(--mal-navy-deep);
}
.mal-request-head > span svg { width: 16px; height: 16px; }
.mal-request-head > span path { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.mal-request-head strong { font-size: 10px; }
.mal-request-head small { margin-top: 2px; color: var(--mal-muted); font-size: 7px; }
.mal-request-head > i { width: 7px; height: 7px; border-radius: 50%; background: var(--mal-acid); box-shadow: 0 0 12px rgba(223, 255, 99, .6); }
.mal-request-body { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 8px; padding: 14px 0; border-bottom: 1px solid var(--mal-line); }
.mal-request-body small { color: #7398aa; font-size: 6px; letter-spacing: .08em; }
.mal-request-body strong { font-size: 9px; }
.mal-request-products { display: flex; align-items: center; gap: 6px; padding: 13px 0; }
.mal-request-products > i { position: relative; width: 42px; height: 48px; border-radius: 8px; background: linear-gradient(145deg, #caeff5, #3b83a8); }
.mal-request-products > i:nth-child(2) { margin-left: -12px; background: linear-gradient(145deg, #78cee2, #1e5a7b); }
.mal-request-products > i b { position: absolute; right: 4px; bottom: 3px; color: white; font-size: 6px; }
.mal-request-products span { color: #8eafbd; font-size: 7px; line-height: 1.35; }
.mal-request-status { display: flex; align-items: center; gap: 7px; padding: 10px; border-radius: 11px; background: rgba(223, 255, 99, .1); color: var(--mal-frost); }
.mal-request-status > i { width: 6px; height: 6px; border-radius: 50%; background: var(--mal-acid); }
.mal-request-status span { flex: 1; font-size: 8px; font-weight: 720; }
.mal-request-status b { color: var(--mal-acid); font-size: 9px; }

.mal-hero-ledger {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(28px, 4vw, 56px);
  border-top: 1px solid var(--mal-line);
  border-bottom: 1px solid var(--mal-line);
}
.mal-hero-ledger > div { display: grid; grid-template-columns: 1fr auto; gap: 4px 20px; min-height: 108px; padding: 22px 25px; border-right: 1px solid var(--mal-line); }
.mal-hero-ledger > div:last-child { border-right: 0; }
.mal-hero-ledger span { color: #83a8b8; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.mal-hero-ledger strong { grid-row: span 2; align-self: center; color: var(--mal-frost); font-size: clamp(25px, 2.3vw, 36px); font-weight: 690; letter-spacing: -.04em; }
.mal-hero-ledger small { color: var(--mal-muted); font-size: 12px; }

.mal-result,
.mal-demo,
.mal-pricing,
.mal-faq {
  position: relative;
  padding: clamp(82px, 9vw, 148px) max(32px, calc((100vw - 1440px) / 2));
}

.mal-result {
  background:
    linear-gradient(rgba(8, 39, 62, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 39, 62, .045) 1px, transparent 1px),
    var(--mal-frost);
  background-size: 64px 64px, 64px 64px, auto;
  color: var(--mal-ink);
}

.mal-result .mal-axis,
.mal-faq .mal-axis { color: #7393a2; }

.mal-result-intro {
  display: grid;
  grid-template-columns: minmax(580px, 1.55fr) minmax(280px, .45fr);
  align-items: end;
  gap: clamp(40px, 8vw, 130px);
}
.mal-result-intro .mal-kicker { grid-column: 1 / -1; }
.mal-result h2 { max-width: 920px; font-size: clamp(53px, 6.4vw, 100px); line-height: .89; }
.mal-result h2 em { color: var(--mal-blue-deep); }
.mal-result-intro > p:last-child { max-width: 430px; margin: 0 0 5px; color: #42667a; font-size: clamp(16px, 1.45vw, 20px); line-height: 1.5; }

.mal-path {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: clamp(58px, 8vw, 112px) 0 0;
  padding: 0;
  border-top: 1px solid var(--mal-dark-line);
  border-bottom: 1px solid var(--mal-dark-line);
  list-style: none;
}
.mal-path li { position: relative; display: grid; min-height: 330px; padding: 24px 28px 31px; border-right: 1px solid var(--mal-dark-line); }
.mal-path li:last-child { border-right: 0; }
.mal-path li > span { color: #52768a; font-size: 11px; font-weight: 750; letter-spacing: .13em; }
.mal-path li > i { display: grid; width: 78px; height: 78px; margin: 34px 0 42px; place-items: center; border: 1px solid rgba(8, 39, 62, .12); border-radius: 50%; background: rgba(255, 255, 255, .55); color: var(--mal-blue-deep); font-size: 29px; font-style: normal; box-shadow: inset 0 -18px 30px rgba(92, 184, 221, .12); }
.mal-path li > strong { align-self: end; font-size: clamp(28px, 2.6vw, 40px); font-weight: 710; letter-spacing: -.04em; }
.mal-path li > p { max-width: 320px; margin: 12px 0 0; color: #507184; font-size: 15px; line-height: 1.48; }
.mal-path li::after { position: absolute; top: 31%; right: -8px; z-index: 2; display: grid; width: 16px; height: 16px; place-items: center; border-radius: 50%; background: var(--mal-blue-deep); color: white; content: "→"; font-size: 9px; }
.mal-path li:last-child::after { display: none; }

.mal-included { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.mal-included span { display: inline-flex; align-items: center; min-height: 40px; padding: 0 15px; border: 1px solid var(--mal-dark-line); border-radius: 999px; color: #345b70; font-size: 12px; font-weight: 680; }
.mal-included span::before { width: 5px; height: 5px; margin-right: 9px; border-radius: 50%; background: var(--mal-blue-deep); content: ""; }

.mal-proof {
  margin-top: clamp(58px, 7vw, 100px);
  overflow: hidden;
  border: 1px solid rgba(8, 39, 62, .15);
  border-radius: 3px;
  background: var(--mal-navy-deep);
  box-shadow: 0 34px 80px rgba(7, 38, 58, .16);
  color: var(--mal-frost);
}

.mal-proof-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 90px;
  padding: 18px 22px 18px 30px;
  border-bottom: 1px solid var(--mal-line);
}
.mal-proof-header > div:first-child { display: grid; gap: 6px; }
.mal-proof-header > div:first-child span { color: #7fa4b6; font-size: 9px; font-weight: 750; letter-spacing: .16em; }
.mal-proof-header > div:first-child strong { font-size: 17px; font-weight: 670; letter-spacing: -.02em; }
.mal-proof-tabs { display: inline-flex; gap: 5px; padding: 4px; border: 1px solid var(--mal-line); border-radius: 999px; background: rgba(255, 255, 255, .025); }
.mal-proof-tabs button {
  min-width: 108px;
  min-height: 44px;
  padding: 0 17px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #9cb9c5;
  cursor: pointer;
  font-size: 12px;
  font-weight: 720;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.mal-proof-tabs button[aria-selected="true"] { background: var(--mal-frost); color: var(--mal-ink); }
.mal-proof-tabs button:active { transform: scale(.98); }

.mal-proof-panel {
  display: grid;
  grid-template-columns: minmax(300px, .62fr) minmax(570px, 1.38fr);
  min-height: 540px;
  background:
    linear-gradient(rgba(196, 232, 242, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196, 232, 242, .055) 1px, transparent 1px),
    radial-gradient(circle at 73% 45%, rgba(92, 184, 221, .17), transparent 34%);
  background-size: 42px 42px, 42px 42px, auto;
  animation: malProofPanel 260ms cubic-bezier(.22, 1, .36, 1) both;
}
.mal-proof-panel[hidden] { display: none; }
.mal-proof-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 4vw, 62px);
  border-right: 1px solid var(--mal-line);
  background: linear-gradient(145deg, rgba(92, 184, 221, .08), rgba(6, 29, 48, .56));
}
.mal-proof-copy > span { color: var(--mal-acid); font-size: 9px; font-weight: 760; letter-spacing: .16em; }
.mal-proof-copy h3 { max-width: 390px; margin: 25px 0 0; font-size: clamp(34px, 3.5vw, 52px); font-weight: 690; line-height: .95; letter-spacing: -.055em; }
.mal-proof-copy p { max-width: 410px; margin: 24px 0 0; color: #bad1da; font-size: 16px; line-height: 1.5; }
.mal-proof-copy small { max-width: 410px; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--mal-line); color: #83a7b6; font-size: 12px; line-height: 1.45; }

.mal-proof-shop,
.mal-proof-request-card,
.mal-proof-admin {
  align-self: center;
  width: min(calc(100% - 70px), 720px);
  margin: 35px auto;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 24px;
  box-shadow: 0 32px 74px rgba(2, 18, 30, .3);
}
.mal-proof-shop { padding: 24px; background: var(--mal-frost); color: var(--mal-ink); }
.mal-proof-shopbar { display: flex; align-items: center; gap: 11px; }
.mal-proof-shopbar > span { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 50%; background: linear-gradient(145deg, var(--mal-blue-bright), var(--mal-blue-deep)); font-weight: 800; }
.mal-proof-shopbar > div { flex: 1; }
.mal-proof-shopbar strong,
.mal-proof-shopbar small { display: block; }
.mal-proof-shopbar strong { font-size: 14px; }
.mal-proof-shopbar small { margin-top: 2px; color: #608095; font-size: 9px; }
.mal-proof-shopbar > i { color: var(--mal-blue-deep); font-size: 22px; font-style: normal; }
.mal-proof-search { margin-top: 20px; padding: 15px 17px; border: 1px solid rgba(8, 39, 62, .1); border-radius: 13px; background: rgba(255, 255, 255, .68); color: #668497; font-size: 12px; }
.mal-proof-search span { margin-right: 8px; color: var(--mal-blue-deep); }
.mal-proof-chips { display: flex; gap: 7px; margin-top: 12px; overflow: hidden; }
.mal-proof-chips span,
.mal-proof-chips b { flex: 0 0 auto; padding: 8px 12px; border: 1px solid rgba(8, 39, 62, .1); border-radius: 99px; font-size: 9px; font-weight: 700; }
.mal-proof-chips b { background: var(--mal-navy); color: var(--mal-frost); }
.mal-proof-products { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 13px; }
.mal-proof-products article { display: grid; grid-template-columns: 96px 1fr auto; align-items: center; gap: 13px; min-width: 0; padding: 9px; border: 1px solid rgba(8, 39, 62, .09); border-radius: 16px; background: white; }
.mal-proof-products article > i { position: relative; display: block; height: 102px; overflow: hidden; border-radius: 11px; background: radial-gradient(circle at 62% 32%, rgba(255, 255, 255, .8), transparent 10%), linear-gradient(145deg, #d2f0f4, #4ba1c7); }
.mal-proof-products article:nth-child(2) > i { background: radial-gradient(circle at 36% 28%, rgba(255, 255, 255, .7), transparent 9%), linear-gradient(145deg, #abd8e4, #174e70); }
.mal-proof-products article > i::after { position: absolute; top: 29%; left: 28%; width: 48%; aspect-ratio: 1; border: 1px solid rgba(255, 255, 255, .55); border-radius: 48% 52% 56% 44%; box-shadow: 14px 16px 0 rgba(255, 255, 255, .16); content: ""; transform: rotate(18deg); }
.mal-proof-products article > i b { position: absolute; z-index: 2; top: 8px; left: 8px; color: white; font-size: 7px; font-style: normal; letter-spacing: .1em; }
.mal-proof-products article > div { min-width: 0; }
.mal-proof-products article strong,
.mal-proof-products article small { display: block; }
.mal-proof-products article strong { font-size: 13px; line-height: 1.1; }
.mal-proof-products article small { margin-top: 7px; color: #6c8999; font-size: 9px; }
.mal-proof-products article > span { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: #e3f2f5; color: var(--mal-blue-deep); font-size: 18px; }
.mal-proof-selection { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 14px; padding: 14px 16px; border-radius: 14px; background: var(--mal-navy); color: var(--mal-frost); }
.mal-proof-selection > span small,
.mal-proof-selection > span strong { display: block; }
.mal-proof-selection > span small { color: #83a7b6; font-size: 7px; letter-spacing: .12em; }
.mal-proof-selection > span strong { margin-top: 3px; font-size: 11px; }
.mal-proof-selection > b { display: inline-flex; align-items: center; gap: 8px; color: var(--mal-acid); font-size: 10px; }
.mal-proof-selection svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2; }

.mal-proof-request-card { overflow: hidden; padding: 25px; background: var(--mal-frost); color: var(--mal-ink); }
.mal-proof-request-card > header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--mal-dark-line); }
.mal-proof-request-card > header > span { display: flex; align-items: center; gap: 10px; }
.mal-proof-request-card > header i { width: 8px; height: 8px; border-radius: 50%; background: var(--mal-acid); box-shadow: 0 0 0 5px rgba(37, 124, 173, .1); }
.mal-proof-request-card > header b { font-size: 17px; }
.mal-proof-request-card > header small { color: #618194; font-size: 10px; }
.mal-proof-client { display: grid; grid-template-columns: 1fr 1fr .55fr; gap: 10px; padding: 20px 0; border-bottom: 1px solid var(--mal-dark-line); }
.mal-proof-client > span { color: #7692a2; font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.mal-proof-client strong { display: block; margin-top: 7px; color: var(--mal-ink); font-size: 14px; letter-spacing: normal; }
.mal-proof-order { display: grid; gap: 8px; padding: 17px 0; }
.mal-proof-order article { display: flex; align-items: center; gap: 13px; padding: 11px; border: 1px solid rgba(8, 39, 62, .08); border-radius: 12px; background: white; }
.mal-proof-order article > i { display: grid; width: 48px; height: 48px; place-items: end; padding: 5px; border-radius: 9px; background: linear-gradient(145deg, #d0eff3, #4b9fc3); color: white; font-size: 8px; font-style: normal; }
.mal-proof-order article:nth-child(2) > i { background: linear-gradient(145deg, #9fcfdd, #1b526f); }
.mal-proof-order article > span { min-width: 0; }
.mal-proof-order strong,
.mal-proof-order small { display: block; }
.mal-proof-order strong { font-size: 13px; }
.mal-proof-order small { margin-top: 5px; color: #668497; font-size: 9px; }
.mal-proof-status { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 16px; border-radius: 12px; background: var(--mal-navy); color: var(--mal-frost); }
.mal-proof-status span { display: flex; align-items: center; gap: 8px; color: #b9d3dc; font-size: 10px; }
.mal-proof-status span i { width: 6px; height: 6px; border-radius: 50%; background: var(--mal-acid); }
.mal-proof-status > b { color: var(--mal-acid); font-size: 10px; }

.mal-proof-admin { display: grid; grid-template-columns: 62px 1fr; overflow: hidden; min-height: 400px; border-radius: 16px; background: var(--mal-frost); color: var(--mal-ink); }
.mal-proof-admin > aside { display: flex; align-items: center; flex-direction: column; gap: 22px; padding: 18px 0; background: var(--mal-navy); }
.mal-proof-admin > aside b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: linear-gradient(145deg, var(--mal-blue-bright), var(--mal-blue-deep)); font-size: 11px; }
.mal-proof-admin > aside i { width: 21px; height: 4px; border-radius: 99px; background: rgba(255, 255, 255, .18); }
.mal-proof-admin > aside i:first-of-type { background: var(--mal-acid); }
.mal-proof-admin > div { min-width: 0; padding: 25px; }
.mal-proof-admin > div > header { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.mal-proof-admin > div > header small,
.mal-proof-admin > div > header strong { display: block; }
.mal-proof-admin > div > header small { color: #718c9a; font-size: 8px; letter-spacing: .12em; }
.mal-proof-admin > div > header strong { margin-top: 5px; font-size: 20px; }
.mal-proof-admin > div > header b { padding: 8px 10px; border: 1px solid var(--mal-dark-line); border-radius: 99px; color: #608094; font-size: 9px; }
.mal-proof-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 22px; }
.mal-proof-metrics span { padding: 14px; border: 1px solid rgba(8, 39, 62, .08); border-radius: 12px; background: white; }
.mal-proof-metrics small,
.mal-proof-metrics strong { display: block; }
.mal-proof-metrics small { color: #718e9d; font-size: 7px; letter-spacing: .08em; }
.mal-proof-metrics strong { margin-top: 8px; font-size: 25px; }
.mal-proof-table { margin-top: 15px; border: 1px solid rgba(8, 39, 62, .08); border-radius: 12px; background: white; }
.mal-proof-table > header,
.mal-proof-table > p { display: grid; grid-template-columns: .7fr 1fr .8fr; align-items: center; gap: 10px; margin: 0; padding: 11px 14px; }
.mal-proof-table > header { color: #7793a1; font-size: 7px; font-weight: 760; letter-spacing: .1em; }
.mal-proof-table > p { border-top: 1px solid rgba(8, 39, 62, .07); font-size: 10px; }
.mal-proof-table > p b { font-size: 11px; }
.mal-proof-table > p i { justify-self: start; padding: 6px 8px; border-radius: 99px; background: rgba(92, 184, 221, .16); color: #1b678f; font-size: 8px; font-style: normal; font-weight: 720; }
.mal-proof-table > p i.done { background: rgba(223, 255, 99, .28); color: #456216; }
.mal-proof-table > p i.ready { background: #e6eef1; color: #527184; }

.mal-proof-note { display: grid; grid-template-columns: .42fr 1.58fr; align-items: center; gap: 28px; min-height: 76px; padding: 15px 30px; border-top: 1px solid var(--mal-line); }
.mal-proof-note > span { display: flex; align-items: center; gap: 10px; color: var(--mal-acid); font-size: 10px; font-weight: 720; letter-spacing: .05em; }
.mal-proof-note > span i { width: 7px; height: 7px; border-radius: 50%; background: var(--mal-acid); box-shadow: 0 0 12px rgba(223, 255, 99, .55); }
.mal-proof-note p { max-width: 680px; margin: 0; color: #8fadb9; font-size: 12px; line-height: 1.45; }

@keyframes malProofPanel { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.mal-demo {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, .27), transparent 22%),
    linear-gradient(115deg, rgba(255, 255, 255, .08), transparent 37%),
    var(--mal-blue);
  color: var(--mal-ink);
}
.mal-demo::before { position: absolute; top: -20%; right: -4%; width: min(58vw, 850px); aspect-ratio: 1; border: 1px solid rgba(8, 39, 62, .14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(8, 39, 62, .025), 0 0 0 140px rgba(8, 39, 62, .02); content: ""; }
.mal-demo .mal-axis { position: relative; z-index: 2; color: rgba(8, 39, 62, .63); }
.mal-demo > .mal-axis i { background: currentColor; }
.mal-demo { display: grid; grid-template-columns: minmax(360px, .8fr) minmax(560px, 1.2fr); gap: clamp(60px, 8vw, 135px); }
.mal-demo > .mal-axis { grid-column: 1 / -1; width: 100%; margin-bottom: 0; }
.mal-demo-copy { position: relative; z-index: 2; align-self: center; }
.mal-demo .mal-kicker { color: #174968; }
.mal-demo .mal-kicker > i { background: var(--mal-ink); box-shadow: 0 0 0 5px rgba(8, 39, 62, .08); }
.mal-demo h2 { margin-top: 20px; font-size: clamp(58px, 6.5vw, 98px); line-height: .87; }
.mal-demo h2 em { color: var(--mal-frost); }
.mal-demo-copy > p:not(.mal-kicker) { max-width: 530px; margin: 28px 0 32px; color: #15435f; font-size: 18px; line-height: 1.52; }
.mal-primary-light { background: var(--mal-frost); }
.mal-primary-light > i { background: var(--mal-ink); }

.mal-demo-console {
  position: relative;
  z-index: 2;
  align-self: center;
  min-height: 525px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 2px;
  background:
    linear-gradient(rgba(206, 242, 249, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(206, 242, 249, .055) 1px, transparent 1px),
    var(--mal-navy-deep);
  background-size: 36px 36px, 36px 36px, auto;
  box-shadow: 0 38px 85px rgba(5, 31, 49, .29);
  color: var(--mal-frost);
}
.mal-demo-console > h3 { max-width: 430px; margin: 0; padding: 0 0 24px; border-bottom: 1px solid var(--mal-line); font-size: clamp(24px, 2.1vw, 32px); font-weight: 640; line-height: 1.05; letter-spacing: -.035em; }
.mal-demo-console ol { margin: 0; padding: 0; list-style: none; }
.mal-demo-console li { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 20px; min-height: 104px; border-bottom: 1px solid var(--mal-line); }
.mal-demo-console li > span { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(115, 215, 242, .24); border-radius: 50%; color: var(--mal-blue-bright); font-size: 10px; }
.mal-demo-console li strong,
.mal-demo-console li small { display: block; }
.mal-demo-console li strong { font-size: 16px; }
.mal-demo-console li small { margin-top: 5px; color: #83a8b8; font-size: 12px; }
.mal-console-note { display: flex; align-items: center; gap: 11px; margin-top: 29px; padding: 17px 18px; border: 1px solid rgba(223, 255, 99, .18); background: rgba(223, 255, 99, .065); color: var(--mal-acid); font-size: 13px; font-weight: 680; }
.mal-console-note i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--mal-acid); box-shadow: 0 0 14px rgba(223, 255, 99, .7); }

.mal-pricing { background: var(--mal-navy); }
.mal-pricing::before { position: absolute; top: 0; right: 0; width: 42vw; height: 100%; border-left: 1px solid rgba(201, 236, 244, .05); background: linear-gradient(135deg, transparent 49.8%, rgba(201, 236, 244, .04) 50%, transparent 50.2%); content: ""; }
.mal-pricing-head { position: relative; z-index: 2; }
.mal-pricing h2 { margin-top: 21px; font-size: clamp(58px, 7.3vw, 112px); line-height: .86; }
.mal-pricing h2 em { color: var(--mal-blue-bright); }

.mal-price-ledger { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; margin-top: clamp(62px, 7vw, 100px); border-top: 1px solid var(--mal-line); border-bottom: 1px solid var(--mal-line); }
.mal-price-ledger article { padding: 28px clamp(24px, 4vw, 62px) 38px 0; }
.mal-price-ledger article + article { padding-right: 0; padding-left: clamp(24px, 4vw, 62px); border-left: 1px solid var(--mal-line); }
.mal-price-ledger article > header { display: flex; align-items: center; justify-content: space-between; color: #7fa3b3; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.mal-price-ledger article > header b { padding: 7px 9px; border: 1px solid var(--mal-line); border-radius: 99px; color: var(--mal-blue-bright); font-size: 8px; }
.mal-price-value { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin: 50px 0 28px; }
.mal-price-value > strong { font-size: clamp(72px, 8vw, 120px); font-weight: 670; line-height: .75; letter-spacing: -.08em; }
.mal-price-value > strong > small { font-size: .21em; letter-spacing: -.03em; }
.mal-price-value > small { color: #87a9b8; font-size: 12px; }
.mal-price-ledger h3 { max-width: 460px; margin: 0 0 28px; font-size: clamp(24px, 2.3vw, 34px); font-weight: 650; line-height: 1.05; letter-spacing: -.04em; }
.mal-price-ledger ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.mal-price-ledger li { position: relative; padding: 12px 0 12px 22px; border-top: 1px solid rgba(201, 236, 244, .1); color: #b9d1db; font-size: 14px; }
.mal-price-ledger li::before { position: absolute; top: 18px; left: 2px; width: 6px; height: 6px; border: 1px solid var(--mal-blue-bright); border-radius: 50%; content: ""; }
.mal-price-service { background: linear-gradient(145deg, rgba(92, 184, 221, .085), transparent 55%); }
.mal-price-service .mal-primary { margin-top: 28px; }
.mal-ownership { position: relative; z-index: 2; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 50px; margin-top: 30px; padding: 24px 0; border-bottom: 1px solid var(--mal-line); }
.mal-ownership strong { font-family: "Lora", Georgia, serif; font-size: clamp(22px, 2vw, 30px); font-style: italic; font-weight: 500; }
.mal-ownership span { max-width: 680px; color: #98b7c4; font-size: 14px; line-height: 1.5; }

.mal-faq {
  background:
    radial-gradient(circle at 90% 20%, rgba(92, 184, 221, .14), transparent 24%),
    var(--mal-frost);
  color: var(--mal-ink);
}
.mal-faq-grid { display: grid; grid-template-columns: minmax(330px, .7fr) minmax(560px, 1.3fr); gap: clamp(60px, 9vw, 150px); align-items: start; }
.mal-faq-heading { position: sticky; top: 116px; }
.mal-faq h2 { margin-top: 20px; font-size: clamp(58px, 7vw, 102px); line-height: .87; }
.mal-faq h2 em { color: var(--mal-blue-deep); }
.mal-faq-list { border-top: 1px solid var(--mal-dark-line); }
.mal-faq-item { border-bottom: 1px solid var(--mal-dark-line); }
.mal-faq-item button { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 23px; width: 100%; min-height: 91px; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; text-align: left; }
.mal-faq-item button > span { color: #628296; font-size: 10px; font-weight: 740; letter-spacing: .1em; }
.mal-faq-item button > strong { font-size: clamp(18px, 1.6vw, 23px); font-weight: 660; letter-spacing: -.025em; }
.mal-faq-item button > i { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--mal-dark-line); border-radius: 50%; color: var(--mal-blue-deep); font-size: 20px; font-style: normal; font-weight: 430; }
.mal-faq-item > div { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows 280ms ease, opacity 220ms ease; }
.mal-faq-item > div > p { min-height: 0; overflow: hidden; max-width: 690px; margin: 0; color: #507185; font-size: 16px; line-height: 1.55; }
.mal-faq-item.open > div { grid-template-rows: 1fr; padding: 0 0 25px 56px; opacity: 1; }
.mal-faq-item.open button > i { border-color: var(--mal-blue-deep); background: var(--mal-blue-deep); color: var(--mal-frost); }

.mal-final {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: min(790px, 82svh);
  margin-top: clamp(95px, 11vw, 170px);
  overflow: hidden;
  padding: clamp(75px, 9vw, 130px) 28px 65px;
  background:
    linear-gradient(rgba(201, 236, 244, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 236, 244, .055) 1px, transparent 1px),
    radial-gradient(circle at 50% 43%, rgba(92, 184, 221, .23), transparent 31%),
    var(--mal-navy-deep);
  background-size: 52px 52px, 52px 52px, auto, auto;
  color: var(--mal-frost);
  text-align: center;
}
.mal-final::after { position: absolute; top: 48%; left: 50%; width: min(50vw, 680px); aspect-ratio: 1; border: 1px solid rgba(115, 215, 242, .13); border-radius: 50%; box-shadow: 0 0 0 65px rgba(115, 215, 242, .025), 0 0 0 130px rgba(115, 215, 242, .018); content: ""; transform: translate(-50%, -50%); }
.mal-final > * { position: relative; z-index: 2; }
.mal-final > p { margin: 0 0 18px; color: #9ebdca; font-size: 15px; line-height: 1.45; }
.mal-final h2 { font-size: clamp(75px, 10.5vw, 160px); line-height: .77; }
.mal-final h2 em { color: var(--mal-blue-bright); }
.mal-final .mal-primary { margin-top: 48px; }
.mal-final > small { margin-top: 14px; color: #7fa2b1; font-size: 11px; }
.mal-final-signal { display: flex; align-items: center; justify-content: center; width: min(450px, 72%); height: 30px; margin-bottom: 45px; }
.mal-final-signal i { position: relative; z-index: 2; display: block; width: 10px; height: 10px; flex: 0 0 auto; border: 2px solid var(--mal-navy-deep); border-radius: 50%; background: var(--mal-acid); box-shadow: 0 0 16px rgba(223, 255, 99, .65); }
.mal-final-signal span { position: absolute; width: 0; height: 1px; background: linear-gradient(90deg, var(--mal-acid), var(--mal-blue-bright), var(--mal-acid)); box-shadow: 0 0 12px rgba(115, 215, 242, .55); }
.mal-final-signal i + i { margin-left: calc(50% - 15px); }

.mal-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(calc(100% - 64px), 1440px);
  min-height: 116px;
  margin-inline: auto;
  border-top: 1px solid var(--mal-line);
  color: #8aabba;
}
.mal-footer > p { margin: 0; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.mal-footer > a { display: inline-flex; align-items: center; justify-self: end; gap: 8px; min-height: 44px; border-bottom: 1px solid rgba(201, 236, 244, .26); color: #9fbcc8; font-size: 12px; text-decoration: none; }
.mal-footer > a svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }

/* Progressive motion: content remains visible when JavaScript is unavailable. */
.mal-landing.motion-enabled [data-motion] {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 520ms cubic-bezier(.22, 1, .36, 1), transform 520ms cubic-bezier(.22, 1, .36, 1);
}
.mal-landing.motion-enabled [data-motion-order="1"] { transition-delay: 65ms; }
.mal-landing.motion-enabled [data-motion-order="2"] { transition-delay: 130ms; }
.mal-landing.motion-enabled [data-motion-order="3"] { transition-delay: 195ms; }
.mal-landing.motion-enabled [data-motion].is-visible { opacity: 1; transform: translate3d(0, 0, 0); }

.mal-landing.motion-ready .mal-channel-wrap { animation: malChannelEnter 720ms 210ms cubic-bezier(.22, 1, .36, 1) both; }
.mal-landing.motion-ready .mal-shop-wrap { animation: malShopEnter 850ms 390ms cubic-bezier(.22, 1, .36, 1) both; }
.mal-landing.motion-ready .mal-request-wrap { animation: malRequestEnter 720ms 650ms cubic-bezier(.22, 1, .36, 1) both; }
.mal-landing.motion-ready .mal-signal-dot { animation: malDot 480ms 820ms cubic-bezier(.22, 1, .36, 1) both; }
.mal-landing.motion-enabled .mal-final.is-visible .mal-final-signal span { animation: malFinalSignal 900ms 180ms cubic-bezier(.22, 1, .36, 1) both; }

@keyframes malChannelEnter { from { opacity: 0; transform: translate3d(-26px, 20px, 0) rotate(-8deg); } to { opacity: 1; transform: rotate(-5deg); } }
@keyframes malShopEnter { from { opacity: 0; transform: translate3d(-50%, 35px, 0) scale(.94); } to { opacity: 1; transform: translateX(-50%); } }
@keyframes malRequestEnter { from { opacity: 0; transform: translate3d(26px, 20px, 0) rotate(8deg); } to { opacity: 1; transform: rotate(4deg); } }
@keyframes malDot { from { opacity: 0; transform: scale(.2); } to { opacity: 1; transform: scale(1); } }
@keyframes malFinalSignal { from { width: 0; opacity: 0; } to { width: calc(100% - 20px); opacity: 1; } }

@media (hover: hover) and (pointer: fine) {
  .mal-primary,
  .mal-header-action > a,
  .mal-faq-item button > i,
  .mal-text-action { transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease; }
  .mal-primary:hover,
  .mal-header-action > a:hover { transform: translateY(-2px); }
  .mal-primary:hover::before { transform: translateX(120%); transition: transform 620ms cubic-bezier(.22, 1, .36, 1); }
  .mal-primary:hover > i { transform: translateX(3px); }
  .mal-primary > i { transition: transform 180ms ease; }
  .mal-header-action > a:hover { background: var(--mal-acid); }
  .mal-text-action:hover { color: var(--mal-frost); }
  .mal-faq-item button:hover > i { border-color: var(--mal-blue-deep); background: var(--mal-blue-deep); color: var(--mal-frost); transform: rotate(10deg); }
  .mal-primary:active,
  .mal-header-action > a:active { transform: scale(.985); }
}

@media (max-width: 1180px) {
  .mal-header { grid-template-columns: 1fr auto; }
  .mal-header-status { display: none; }
  .mal-hero-grid { grid-template-columns: minmax(390px, .86fr) minmax(500px, 1.14fr); gap: 30px; }
  .mal-hero h1 { font-size: clamp(58px, 7vw, 82px); }
  .mal-flow-visual { min-height: 585px; }
  .mal-channel-wrap { width: 190px; }
  .mal-shop-wrap { width: 258px; }
  .mal-request-wrap { width: 190px; }
  .mal-shop { min-height: 492px; }
  .mal-items i { height: 112px; }
  .mal-request { min-height: 285px; }
  .mal-proof-panel { grid-template-columns: minmax(280px, .58fr) minmax(500px, 1.42fr); }
  .mal-proof-shop,
  .mal-proof-request-card,
  .mal-proof-admin { width: calc(100% - 42px); }
}

@media (max-width: 900px) {
  .mal-header { padding-right: 24px; padding-left: 24px; }
  .mal-header-action > span { display: none; }
  .mal-hero { width: min(calc(100% - 48px), 760px); padding-top: 44px; }
  .mal-hero-grid { grid-template-columns: 1fr; }
  .mal-hero-copy { max-width: 700px; }
  .mal-hero h1 { font-size: clamp(62px, 11vw, 94px); }
  .mal-flow-visual { min-height: 630px; margin-top: 18px; }
  .mal-channel-wrap { width: 216px; }
  .mal-shop-wrap { width: 284px; }
  .mal-request-wrap { width: 216px; }
  .mal-shop { min-height: 520px; }
  .mal-items i { height: 125px; }
  .mal-hero-ledger { grid-template-columns: 1fr; }
  .mal-hero-ledger > div { grid-template-columns: 1fr auto; min-height: 88px; border-right: 0; border-bottom: 1px solid var(--mal-line); }
  .mal-hero-ledger > div:last-child { border-bottom: 0; }
  .mal-result-intro { grid-template-columns: 1fr; gap: 30px; }
  .mal-result-intro .mal-kicker { grid-column: auto; }
  .mal-proof-panel { grid-template-columns: 1fr; }
  .mal-proof-copy { min-height: 330px; border-right: 0; border-bottom: 1px solid var(--mal-line); }
  .mal-proof-copy small { margin-top: 30px; }
  .mal-demo { grid-template-columns: 1fr; }
  .mal-demo-console { width: 100%; }
  .mal-faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .mal-faq-heading { position: static; }
}

@media (max-width: 680px) {
  .mal-header { min-height: calc(68px + env(safe-area-inset-top)); padding-right: 16px; padding-left: 16px; }
  .mal-wordmark strong { font-size: 12px; }
  .mal-header-action > a { min-height: 44px; padding: 0 14px; font-size: 0; }
  .mal-header-action > a::before { content: "Надіслати канал"; font-size: 11px; }
  .mal-header-action svg { width: 14px; height: 14px; }
  .mal-axis { margin-bottom: 38px; }
  .mal-hero { width: calc(100% - 32px); min-height: auto; padding: 36px 0 46px; }
  .mal-hero-grid { gap: 34px; }
  .mal-hero h1 { margin-top: 17px; font-size: clamp(49px, 14.4vw, 68px); line-height: .89; }
  .mal-lead { margin-top: 24px; font-size: 16px; }
  .mal-hero-actions { align-items: stretch; flex-direction: column; gap: 13px; margin-top: 25px; }
  .mal-primary { width: 100%; min-height: 58px; font-size: 13px; }
  .mal-text-action { align-self: flex-start; }
  .mal-micro { font-size: 11px; }
  .mal-flow-visual { min-height: 595px; margin-top: 5px; }
  .mal-channel-wrap { top: 24%; left: -31px; width: 168px; }
  .mal-shop-wrap { top: 8%; width: 228px; }
  .mal-request-wrap { top: 40%; right: -29px; width: 168px; }
  .mal-channel { min-height: 310px; padding: 12px; }
  .mal-panel-head { padding-bottom: 10px; }
  .mal-tg { width: 29px; height: 29px; }
  .mal-post { grid-template-columns: 48px 1fr; padding: 11px 0; }
  .mal-post > i { height: 48px; }
  .mal-shop { min-height: 450px; padding: 15px 11px 11px; border-width: 5px; border-radius: 33px; }
  .mal-phone-top i { width: 57px; height: 12px; }
  .mal-shop-head { min-height: 45px; }
  .mal-shop-logo { width: 27px; height: 27px; }
  .mal-shop-hero { min-height: 92px; padding: 13px; }
  .mal-shop-hero strong { margin-top: 20px; font-size: 14px; }
  .mal-items i { height: 101px; }
  .mal-request { min-height: 260px; padding: 12px; }
  .mal-request-products > i { width: 34px; height: 42px; }
  .mal-request-status { padding: 8px; }
  .mal-signal-dot-a { left: 1%; }
  .mal-signal-dot-c { right: 1%; }
  .mal-hero-ledger { margin-top: 6px; }
  .mal-hero-ledger > div { min-height: 82px; padding: 18px 14px; }
  .mal-hero-ledger strong { font-size: 24px; }
  .mal-result,
  .mal-demo,
  .mal-pricing,
  .mal-faq { padding: 78px 16px; }
  .mal-result h2,
  .mal-demo h2,
  .mal-pricing h2,
  .mal-faq h2 { font-size: clamp(48px, 14vw, 64px); }
  .mal-result-intro > p:last-child,
  .mal-demo-copy > p:not(.mal-kicker) { font-size: 16px; }
  .mal-proof { margin-top: 54px; }
  .mal-proof-header { align-items: stretch; flex-direction: column; padding: 20px 14px 14px; }
  .mal-proof-tabs { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; }
  .mal-proof-tabs button { min-width: 0; padding: 0 8px; font-size: 10px; }
  .mal-proof-panel { min-height: 0; }
  .mal-proof-copy { min-height: 315px; padding: 30px 20px; }
  .mal-proof-copy h3 { font-size: 38px; }
  .mal-proof-copy p { font-size: 15px; }
  .mal-proof-shop,
  .mal-proof-request-card,
  .mal-proof-admin { width: calc(100% - 28px); margin: 14px; }
  .mal-proof-shop,
  .mal-proof-request-card { padding: 15px; border-radius: 17px; }
  .mal-proof-products { grid-template-columns: 1fr; }
  .mal-proof-products article { grid-template-columns: 74px 1fr auto; }
  .mal-proof-products article > i { height: 76px; }
  .mal-proof-chips span,
  .mal-proof-chips b { padding: 7px 10px; }
  .mal-proof-client { grid-template-columns: 1fr 1fr; }
  .mal-proof-client > span:last-child { grid-column: 1 / -1; }
  .mal-proof-admin { grid-template-columns: 42px 1fr; min-height: 355px; }
  .mal-proof-admin > aside { gap: 17px; padding-top: 14px; }
  .mal-proof-admin > aside b { width: 28px; height: 28px; }
  .mal-proof-admin > aside i { width: 16px; }
  .mal-proof-admin > div { padding: 17px 12px; }
  .mal-proof-admin > div > header strong { font-size: 16px; }
  .mal-proof-metrics span { padding: 10px 8px; }
  .mal-proof-metrics strong { font-size: 20px; }
  .mal-proof-table > header,
  .mal-proof-table > p { grid-template-columns: .65fr 1fr .9fr; gap: 5px; padding: 10px 8px; }
  .mal-proof-note { grid-template-columns: 1fr; gap: 9px; padding: 18px 20px; }
  .mal-included { gap: 7px; }
  .mal-included span { min-height: 36px; padding: 0 11px; font-size: 11px; }
  .mal-demo { gap: 46px; }
  .mal-demo-console { min-height: 480px; padding: 18px 14px; }
  .mal-demo-console li { grid-template-columns: auto 1fr; gap: 13px; min-height: 98px; }
  .mal-demo-console li strong { font-size: 15px; }
  .mal-console-note { align-items: flex-start; padding: 15px; font-size: 12px; }
  .mal-price-ledger { grid-template-columns: 1fr; margin-top: 53px; }
  .mal-price-ledger article { padding: 24px 0 38px; }
  .mal-price-ledger article + article { padding: 38px 0; border-top: 1px solid var(--mal-line); border-left: 0; }
  .mal-price-value { margin: 42px 0 25px; }
  .mal-price-value > strong { font-size: 75px; }
  .mal-price-ledger article > header { gap: 15px; }
  .mal-ownership { grid-template-columns: 1fr; gap: 13px; }
  .mal-faq-grid { gap: 46px; }
  .mal-faq-item button { gap: 14px; min-height: 82px; }
  .mal-faq-item button > strong { font-size: 18px; }
  .mal-faq-item button > i { width: 34px; height: 34px; }
  .mal-faq-item.open > div { padding: 0 0 22px 38px; }
  .mal-final { min-height: 650px; margin-top: 80px; padding: 75px 18px 48px; }
  .mal-final h2 { font-size: clamp(68px, 20vw, 94px); }
  .mal-final .mal-primary { margin-top: 38px; }
  .mal-footer { grid-template-columns: 1fr auto; width: calc(100% - 32px); min-height: 104px; }
  .mal-footer > p { display: none; }
}

@media (max-width: 390px) {
  .mal-wordmark small { display: none; }
  .mal-header-action > a { padding: 0 11px; }
  .mal-header-action > a::before { content: "Канал"; }
  .mal-hero h1 { font-size: 48px; }
  .mal-channel-wrap { left: -44px; }
  .mal-request-wrap { right: -42px; }
  .mal-shop-wrap { width: 218px; }
  .mal-primary { gap: 17px; padding-left: 18px; }
}

@media (min-width: 901px) and (max-height: 820px) {
  .mal-hero { padding-top: 28px; }
  .mal-hero > .mal-axis { margin-bottom: 30px; }
  .mal-hero h1 { margin-top: 16px; font-size: clamp(58px, 5.25vw, 76px); }
  .mal-lead { margin-top: 19px; }
  .mal-hero-actions { margin-top: 20px; }
  .mal-micro { margin-top: 10px; }
  .mal-flow-visual { min-height: 540px; }
  .mal-channel-wrap { top: 22%; }
  .mal-shop-wrap { top: 4%; width: 252px; }
  .mal-shop { min-height: 485px; }
  .mal-items i { height: 108px; }
  .mal-request-wrap { top: 25%; }
}

/* Real project proof and the launch / care offer share the approved visual system. */
.mal-case { --mal-muted: #436478; display: grid; grid-template-columns: minmax(220px, .75fr) 1.25fr; gap: clamp(28px, 5vw, 76px); align-items: center; margin-top: 44px; padding: 36px; border: 1px solid var(--mal-dark-line); border-radius: 20px; background: #fff; }
.mal-case-preview { padding: 22px 22px 14px; border-radius: 14px; background: var(--mal-frost); text-align: center; }
.mal-case-preview img { display: block; width: auto; max-width: 100%; height: 360px; object-fit: contain; margin: 0 auto; border: 1px solid var(--mal-dark-line); border-radius: 12px; box-shadow: 0 16px 32px #10283c14; }
.mal-case-preview > span { display: block; margin-top: 14px; font-size: 11px; color: var(--mal-muted); }
.mal-case-copy h3 { margin: 16px 0; font-size: clamp(32px, 3.6vw, 48px); line-height: 1.1; letter-spacing: -.04em; font-weight: 500; }
.mal-case-copy h3 > span { display: block; margin-top: 12px; font-size: 16px; font-weight: 400; line-height: 1.5; letter-spacing: 0; color: var(--mal-muted); }
.mal-case-copy > p:not(.mal-kicker) { max-width: 460px; font-size: 16px; line-height: 1.65; }
.mal-case-copy ul { list-style: none; padding: 0; margin: 20px 0; display: grid; gap: 9px; font-size: 14px; color: var(--mal-muted); }
.mal-case-copy li::before { content: '↗'; margin-right: 10px; color: var(--mal-blue-deep); }
.mal-case-copy > a { display: inline-flex; align-items: center; gap: 20px; min-height: 46px; color: var(--mal-blue-deep); font-size: 15px; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--mal-line); }
.mal-case-copy > a svg, .mal-footer-links svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.mal-case-copy > a:hover { color: var(--mal-ink); }
.mal-price-ledger h3.mal-service-title { margin: 26px 0 12px; font-size: clamp(38px, 4vw, 55px); line-height: 1.05; font-weight: 400; }
.mal-service-intro { max-width: 330px; min-height: 52px; margin: 0 0 22px; font-size: 18px; line-height: 1.5; color: #dcebf4; }
.mal-service-terms { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid var(--mal-dark-line); font-size: 13px; line-height: 1.6; color: #bdd1e1; }
.mal-price-service .mal-service-intro, .mal-price-service .mal-service-terms { color: #3d6075; }
.mal-price-ledger article:not(.mal-price-service) .mal-service-terms { border-color: #ffffff26; }
.mal-service-boundary { margin: 24px 0 0; max-width: 810px; font-size: 14px; line-height: 1.7; color: #bdd1e1; }
.mal-service-boundary strong { color: #edf7ff; font-weight: 500; }
.mal-footer-links { display: flex; flex-wrap: wrap; gap: 6px 22px; }
.mal-footer-links a { display: inline-flex; gap: 8px; align-items: center; min-height: 44px; color: var(--mal-frost); font-size: 12px; text-decoration: none; }
.mal-footer-links a:hover { color: var(--mal-blue-bright); }
@media (max-width: 760px) {
  .mal-case { grid-template-columns: 1fr; padding: 22px; gap: 24px; margin-top: 30px; }
  .mal-case-preview { padding: 18px 18px 14px; }
  .mal-case-preview img { height: 330px; }
  .mal-case-copy h3 { font-size: 36px; }
  .mal-case-copy h3 > span { font-size: 15px; }
  .mal-case-copy > p:not(.mal-kicker) { font-size: 15px; }
  .mal-case-copy ul { font-size: 13px; }
  .mal-service-intro { min-height: 0; font-size: 17px; }
  .mal-footer-links { margin-left: auto; justify-content: flex-end; gap: 0 14px; }
  .mal-footer-links a { font-size: 11px; }
}
@media (max-width: 480px) {
  .mal-footer-links { width: 100%; margin: 0; justify-content: space-between; }
}
@media (prefers-reduced-motion: reduce) {
  .mal-landing { scroll-behavior: auto; }
  .mal-landing *,
  .mal-landing *::before,
  .mal-landing *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .mal-landing.motion-enabled [data-motion] { opacity: 1; transform: none; }
  .mal-landing.motion-ready .mal-channel-wrap { transform: rotate(-5deg); }
  .mal-landing.motion-ready .mal-shop-wrap { transform: translateX(-50%); }
  .mal-landing.motion-ready .mal-request-wrap { transform: rotate(4deg); }
  .mal-final-signal span { width: calc(100% - 20px); }
}

/* Art direction: a continuous product story, with the approved brand palette.
   Component internals above are shared; these rules own page composition. */
.mal-landing { --mal-muted: #a2bdcb; --mal-gutter: clamp(24px, 4.4vw, 80px); --mal-edge: max(var(--mal-gutter), calc((100vw - 1440px) / 2)); background: var(--mal-navy-deep); -webkit-font-smoothing: antialiased; }
.mal-landing::before { display: none; }
.mal-landing button, .mal-landing a { touch-action: manipulation; }
.mal-landing button:focus-visible, .mal-landing a:focus-visible { outline: 3px solid var(--mal-blue-deep); outline-offset: 5px; }
.mal-hero :focus-visible, .mal-header :focus-visible, .mal-pricing :focus-visible, .mal-final :focus-visible, .mal-footer :focus-visible { outline-color: var(--mal-acid) !important; }
.mal-header { grid-template-columns: 1fr auto 1fr; min-height: calc(82px + env(safe-area-inset-top)); padding-inline: var(--mal-edge); background: #061d30ed; backdrop-filter: blur(16px); }
.mal-mark { border-radius: 10px; background: transparent; color: var(--mal-blue-bright); box-shadow: none; border-color: #73d7f26b; }
.mal-mark svg { width: 30px; height: 30px; }
.mal-mark path { stroke-width: 2; }
.mal-wordmark strong { font-size: 15px; font-weight: 780; }
.mal-wordmark small { font-size: 10px; }
.mal-header-status { display: flex; font-size: 12px; text-transform: none; letter-spacing: 0; }
.mal-header-action > span { display: none; }
.mal-header-action > a { background: transparent; padding: 0; border: 0; border-radius: 0; color: var(--mal-frost); font-size: 13px; font-weight: 600; gap: 20px; }
.mal-header-action > a::before { content: none; }
.mal-header-action > a:hover { background: transparent; color: var(--mal-blue-bright); }
.mal-axis { display: flex; flex-direction: row; gap: 14px; margin-bottom: 44px; font-size: 10px; font-weight: 550; letter-spacing: .15em; }
.mal-axis::before { content: "+"; font-size: 17px; color: var(--mal-blue); }
.mal-axis i { flex: 1; order: 1; opacity: .25; }
.mal-kicker { font-size: 11px; font-weight: 600; letter-spacing: .1em; line-height: 1.5; }
.mal-kicker > i, .mal-header-status > i { width: 6px; height: 6px; box-shadow: 0 0 0 4px #dfff6310; }
.mal-main > section { width: 100%; margin: 0; padding: 70px var(--mal-edge) 88px; scroll-margin-top: 90px; }
.mal-landing h1, .mal-landing h2 { font-weight: 650; letter-spacing: -.06em; text-wrap: balance; }
.mal-landing h2 { font-size: clamp(42px, 4.5vw, 70px); line-height: 1.05; }
.mal-landing h1 em, .mal-landing h2 em { font-weight: 440; letter-spacing: -.065em; }
.mal-primary { min-height: 60px; width: auto; padding: 7px 8px 7px 22px; gap: 24px; border-radius: 12px; box-shadow: none; font-size: 14px; font-weight: 700; }
.mal-primary > i { width: 42px; height: 42px; border-radius: 7px; background: var(--mal-navy-deep); }
.mal-primary::before { display: none; }
.mal-primary:hover { box-shadow: 0 8px 25px #061d3029; }
.mal-primary:hover > i { transform: none; }
.mal-primary svg { width: 21px; height: 21px; stroke-width: 1.6; transition: transform .25s ease; }
.mal-primary:hover svg { transform: rotate(-35deg); }
.mal-text-action { border: 0; font-weight: 550; }
.mal-main > .mal-hero { min-height: 0; padding-top: 28px; padding-bottom: 0; background: radial-gradient(ellipse at 77% 38%, #16445c65, transparent 48%); }
.mal-hero > .mal-axis { margin-bottom: 16px; }
.mal-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.03fr); gap: 0 22px; }
.mal-hero-copy { position: relative; z-index: 2; padding: 24px 0 38px; }
.mal-hero h1 { font-size: clamp(49px, 4.65vw, 76px); line-height: 1.02; margin-top: 24px; white-space: nowrap; }
.mal-hero h1 em { display: inline-block; padding-bottom: 7px; }
.mal-hero h1 em::after { bottom: 5px; height: 1px; background: var(--mal-blue-bright); transform: rotate(-3deg); opacity: .6; }
.mal-lead { max-width: 480px; margin-top: 26px; font-size: 17px; line-height: 1.55; color: #bfd5df; }
.mal-hero-actions { flex-direction: row; align-items: center; flex-wrap: wrap; gap: 14px 24px; margin-top: 28px; }
.mal-micro { max-width: 425px; margin-top: 18px; color: var(--mal-muted); font-size: 12px; line-height: 1.6; }
.mal-flow-visual { min-height: 0; height: 620px; border: 0; overflow: visible; margin: 0; background: none; }
.mal-flow-visual::before, .mal-flow-visual::after, .mal-orbit, .mal-signal-dot { display: none; }
.mal-scene-caption { position: absolute; z-index: 9; inset: 8px 0 auto; display: flex; justify-content: center; align-items: center; gap: 18px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: #a5c9da; }
.mal-scene-caption i { font-style: normal; color: var(--mal-blue-bright); }
.mal-scene-caption span:nth-of-type(2) { color: var(--mal-frost); }
.mal-scene-ring { position: absolute; z-index: -1; width: 450px; height: 450px; top: 70px; left: 50%; transform: translateX(-50%); border: 1px solid #73d7f23d; border-radius: 50%; background: radial-gradient(circle, #5cb8dd12 50%, #5cb8dd24 69%, #73d7f20a 70%); box-shadow: 0 0 0 32px #73d7f204, 0 0 0 33px #73d7f20b; }
.mal-scene-ring::before { content: ""; position: absolute; inset: 42px; border: 1px dashed #73d7f22c; border-radius: 50%; }
.mal-scene-ring::after { content: "+"; position: absolute; right: 36px; top: 32px; color: var(--mal-blue-bright); font-size: 26px; font-weight: 200; }
.mal-signal-rail { stroke-width: 1; }
.mal-signal-live { stroke: #a7e8fa; stroke-width: 2.5; stroke-dasharray: .12 1; filter: drop-shadow(0 0 4px #73d7f288); opacity: 0; }
.mal-channel-wrap { z-index: 1; left: 0; top: 104px; width: 204px; transform: rotate(-8deg); }
.mal-shop-wrap { z-index: 3; top: 58px; left: 50%; width: 265px; transform: translateX(-50%) rotate(5deg); }
.mal-request-wrap { z-index: 5; top: 338px; right: -2px; width: 226px; transform: rotate(-4deg); }
.mal-landing.motion-ready .mal-channel-wrap { animation: malChannelCompose .45s .15s cubic-bezier(.22, 1, .36, 1) both; }
.mal-landing.motion-ready .mal-shop-wrap { animation: malShopCompose .5s .3s cubic-bezier(.22, 1, .36, 1) both; }
.mal-landing.motion-ready .mal-request-wrap { animation: malRequestCompose .4s .65s cubic-bezier(.22, 1, .36, 1) both; }
@keyframes malChannelCompose { from { opacity: 0; transform: translate(-18px, 12px) rotate(-10deg); } to { opacity: 1; transform: rotate(-8deg); } }
@keyframes malShopCompose { from { opacity: 0; transform: translate(-50%, 18px) rotate(8deg); } to { opacity: 1; transform: translateX(-50%) rotate(5deg); } }
@keyframes malRequestCompose { from { opacity: 0; transform: translate(16px, 10px) rotate(-2deg); } to { opacity: 1; transform: rotate(-4deg); } }
.mal-channel, .mal-request { min-height: 0; padding: 17px; border-radius: 17px; background: #13374df5; box-shadow: 0 20px 55px #00111b44; }
.mal-channel::after, .mal-request::after { display: none; }
.mal-panel-head { padding-bottom: 12px; }
.mal-panel-head strong, .mal-shop-head strong, .mal-request-head strong { font-size: 12px; font-weight: 650; }
.mal-panel-head small { font-size: 8px; }
.mal-post { display: flex; gap: 10px; padding: 14px 0 0; align-items: center; border: 0; }
.mal-post > i, .mal-post:nth-child(3) > i { width: 57px; height: 68px; flex: none; background: #afcbd4; border-radius: 6px; overflow: hidden; box-shadow: none; }
.mal-post span { display: block; }
.mal-post span > b { display: block; width: auto; height: auto; border: 0; background: none; font-size: 10px; font-weight: 600; line-height: 1.4; }
.mal-post small { display: block; margin-top: 5px; font-size: 8px; color: var(--mal-muted); }
.mal-post-footer { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--mal-line); margin-top: 15px; padding-top: 12px; font-size: 8px; color: #b5d2df; }
.mal-post-footer svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.mal-product-art { display: block; width: 100%; height: 100%; }
.mal-shop { min-height: 0; padding: 12px 13px 14px; border: 6px solid #102a3a; border-radius: 37px; background: #f2f6f4; box-shadow: 0 0 0 1px #b1d6e087, 12px 28px 55px #00132166; }
.mal-phone-top { height: 19px; font-size: 8px; }
.mal-phone-top i { width: 65px; height: 16px; }
.mal-shop-head { min-height: 0; padding: 16px 0 13px; }
.mal-shop-logo { width: 29px; height: 29px; border-radius: 8px; background: var(--mal-navy); color: white; box-shadow: none; }
.mal-shop-head small { color: #547180; }
.mal-shop-hero { height: 127px; min-height: 0; padding: 19px 13px; border-radius: 10px; background: #c5e6ed; color: var(--mal-ink); }
.mal-shop-hero::after, .mal-shop-hero::before { display: none; }
.mal-shop-hero > small { position: relative; z-index: 1; font-size: 7px; color: var(--mal-ink); letter-spacing: .14em; }
.mal-shop-hero > strong { position: relative; z-index: 1; margin-top: 9px; font-size: 27px; font-weight: 600; letter-spacing: -.06em; line-height: 1.05; }
.mal-shop-hero > i { position: absolute; width: 126px; height: 148px; right: -3px; left: auto; top: 12px; border: 0; border-radius: 0; background: none; box-shadow: none; transform: rotate(-15deg); }
.mal-chips { padding: 13px 0; margin: 0; }
.mal-chips span { padding: 6px 11px; font-size: 8px; }
.mal-items { gap: 9px; }
.mal-items > div > i, .mal-items > div:nth-child(2) > i { height: 100px; border-radius: 9px; background: #dfe8e5; box-shadow: none; }
.mal-items > div:nth-child(2) > i { background: #d6e5e7; }
.mal-items i::after, .mal-items i::before { display: none; }
.mal-items strong { margin-top: 8px; font-size: 9px; font-weight: 650; }
.mal-selection { margin-top: 14px; padding: 10px 12px; border-radius: 9px; }
.mal-request { background: #edf8fa; color: var(--mal-ink); padding: 16px; }
.mal-request-head > span { background: #daedee; color: var(--mal-blue-deep); box-shadow: none; }
.mal-request-head small { color: #567480; font-size: 8px; }
.mal-request-head > i { background: #3e8268; box-shadow: none; }
.mal-request-body { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin-top: 16px; padding: 0; }
.mal-request-body small { margin: 0; font-size: 7px; color: #567480; }
.mal-request-body small:nth-child(3) { grid-column: 2; grid-row: 1; }
.mal-request-body strong { grid-row: 2; margin: 0; font-size: 11px; }
.mal-request-products { display: flex; align-items: center; gap: 5px; padding: 12px 0; margin: 0; }
.mal-request-products > i, .mal-request-products > i:nth-child(2) { width: 32px; height: 37px; border-radius: 5px; background: #d6e5e7; }
.mal-request-products > span { padding-left: 6px; font-size: 8px; line-height: 1.5; color: #567480; }
.mal-request-status { margin: 0; padding: 10px 0 0; border-top: 1px solid var(--mal-dark-line); background: none; color: #326c54; font-size: 9px; }
.mal-request-status > i { background: currentColor; box-shadow: none; }
.mal-hero-preview { min-width: 0; display: grid; align-content: start; }
.mal-scene-footnote { position: relative; margin: 4px 0 18px; width: 100%; text-align: center; color: #c5dce6; font-size: 14px; line-height: 1.5; }
.mal-hero-ledger { grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 35px; padding: 30px 0 32px; border-top: 1px solid var(--mal-line); border-bottom: 0; }
.mal-hero-ledger > div { display: grid; grid-template-columns: auto 1fr; gap: 8px 16px; align-items: baseline; min-height: 0; padding: 0; border: 0; }
.mal-hero-ledger > div + div { padding-left: 30px; border-left: 1px solid var(--mal-line); }
.mal-hero-ledger span { color: var(--mal-blue); font-size: 9px; }
.mal-hero-ledger strong { font-size: 12px; letter-spacing: .01em; font-weight: 650; }
.mal-hero-ledger small { grid-column: 2; color: var(--mal-muted); font-size: 12px; }
.mal-result { background: var(--mal-frost); }
.mal-result-intro { grid-template-columns: 1.45fr .65fr; gap: 20px 60px; align-items: end; margin-bottom: 42px; }
.mal-result-intro > .mal-kicker { grid-column: 1 / -1; }
.mal-result-intro h2 { font-size: clamp(40px, 4.1vw, 64px); line-height: 1.06; }
.mal-result-intro > p:last-child { max-width: 330px; font-size: 17px; line-height: 1.6; color: #476576; }
.mal-proof { margin-top: 0; background: #dbecef; color: var(--mal-ink); border: 1px solid #c6dce1; border-radius: 24px; box-shadow: 0 22px 65px #0b294209; }
.mal-proof-header { min-height: 0; padding: 22px 30px; border-color: #bed5dc; }
.mal-proof-header > div:first-child span { color: #486878; font-weight: 600; }
.mal-proof-header > div:first-child strong { font-size: 16px; font-weight: 620; }
.mal-proof-tabs { border-color: #bfd5dc; border-radius: 12px; }
.mal-proof-tabs button { min-width: 0; padding: 0 23px; border-radius: 8px; color: #36596e; font-size: 13px; font-weight: 600; }
.mal-proof-tabs button[aria-selected="true"] { background: var(--mal-navy); color: var(--mal-frost); }
.mal-proof-panel { grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; min-height: 525px; padding: 36px 46px; background: none; }
.mal-proof-copy { padding: 0; min-height: 0; border: 0; background: none; }
.mal-proof-copy > span { align-self: start; padding: 7px 10px; border: 1px solid #b5ced7; border-radius: 6px; color: #456b80; font-size: 10px; letter-spacing: .1em; font-weight: 550; }
.mal-proof-copy h3 { font-size: clamp(28px, 2.6vw, 41px); font-weight: 610; line-height: 1.1; letter-spacing: -.045em; margin-top: 22px; }
.mal-proof-copy p { color: #436276; max-width: 350px; margin-top: 20px; line-height: 1.6; }
.mal-proof-copy > small { margin-top: 28px; border: 0; border-left: 2px solid var(--mal-blue-deep); padding: 0 0 0 15px; color: #36566c; font-size: 13px; line-height: 1.65; max-width: 320px; }
.mal-proof-shop, .mal-proof-request-card, .mal-proof-admin { width: 100%; max-width: 560px; margin: 0; justify-self: center; background: #f9ffff; border: 1px solid #fff; border-radius: 16px; box-shadow: 0 16px 30px #0b29420d; }
.mal-proof-shop { padding: 20px; }
.mal-proof-shopbar > span { width: 32px; height: 32px; background: var(--mal-navy); color: white; border-radius: 8px; }
.mal-proof-shopbar strong { font-size: 12px; }
.mal-proof-search { padding: 10px 12px; margin-top: 16px; background: #edf4f4; border-radius: 7px; font-size: 11px; color: #536e7d; }
.mal-proof-chips > * { padding: 6px 10px; font-weight: 500; }
.mal-proof-products article { display: block; position: relative; padding: 0; border: 0; background: none; }
.mal-proof-products article > i { height: 157px; background: #e2eae6; border-radius: 9px; }
.mal-proof-products article:nth-child(2) > i { background: #d7e6e8; }
.mal-proof-products article > i::after { display: none; }
.mal-proof-products article > i b { color: #466476; font-weight: 550; }
.mal-proof-products article > div { padding: 10px 26px 0 0; }
.mal-proof-products article strong { font-size: 12px; font-weight: 600; }
.mal-proof-products article small { font-size: 10px; color: #56727f; }
.mal-proof-products article > span { position: absolute; right: 0; bottom: 5px; width: 25px; height: 25px; background: none; border: 1px solid #ccdce0; }
.mal-proof-selection { border-radius: 8px; }
.mal-proof-note { grid-template-columns: auto 1fr; gap: 30px; min-height: 0; border-color: #bed5dc; padding: 19px 30px; }
.mal-proof-note > span { color: #35596c; font-size: 11px; font-weight: 500; letter-spacing: 0; }
.mal-proof-note > span i { background: var(--mal-blue-deep); box-shadow: none; }
.mal-proof-note p { justify-self: end; max-width: 580px; font-size: 11px; line-height: 1.6; color: #446778; }
.mal-included { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 26px; }
.mal-included span { padding: 0; min-height: 0; border: 0; font-size: 12px; font-weight: 500; }
.mal-included span::before { content: "✓"; width: auto; height: auto; background: none; color: var(--mal-blue-deep); border-radius: 0; }
.mal-main > .mal-demo { grid-template-columns: 1fr .85fr; gap: 44px 9%; background: var(--mal-blue); }
.mal-demo h2 { font-size: clamp(44px, 5vw, 78px); }
.mal-demo h2 em { color: var(--mal-navy); }
.mal-demo-copy > p:not(.mal-kicker) { max-width: 460px; font-size: 16px; line-height: 1.65; margin: 24px 0 30px; }
.mal-primary-light { background: var(--mal-navy-deep); color: var(--mal-frost); }
.mal-primary-light > i { background: var(--mal-blue-bright); color: var(--mal-navy-deep); }
.mal-demo-console { min-height: 0; padding: 30px; border: 1px solid #eafaff6b; border-radius: 20px; background: #e6f6f744; color: var(--mal-ink); box-shadow: 0 10px 35px #10395409; }
.mal-demo-console > h3 { font-size: 14px; letter-spacing: 0; line-height: 1.4; border-color: #08273e29; }
.mal-demo-console li { min-height: 103px; align-items: center; border: 0; gap: 17px; }
.mal-demo-console li > span { width: 32px; height: 32px; border-color: #08273e40; color: var(--mal-ink); position: relative; }
.mal-demo-console li:not(:last-child) > span::after { content: ""; position: absolute; top: 37px; height: 56px; width: 1px; background: #08273e29; }
.mal-demo-console li strong { font-size: 16px; font-weight: 620; }
.mal-demo-console li small { color: #29516a; line-height: 1.5; }
.mal-console-note { margin-top: 0; border: 0; border-top: 1px solid #08273e29; padding: 20px 0 0; background: none; font-size: 12px; color: #254d65; line-height: 1.5; font-weight: 500; }
.mal-console-note i { background: var(--mal-ink); box-shadow: none; width: 6px; height: 6px; }
.mal-pricing { background: var(--mal-navy-deep); }
.mal-pricing::before { display: none; }
.mal-price-ledger { gap: 20px; margin-top: 42px; border: 0; }
.mal-price-ledger article, .mal-price-ledger article + article { position: relative; overflow: hidden; padding: 32px; border: 1px solid #ffffff26; border-radius: 18px; background: #10395466; }
.mal-price-ledger article::before { content: ""; position: absolute; width: 190px; height: 190px; right: -70px; top: 86px; border: 1px solid #73d7f220; border-radius: 50%; box-shadow: 0 0 0 28px #73d7f205; pointer-events: none; }
.mal-price-ledger article > header { padding-bottom: 25px; border-bottom: 1px solid var(--mal-line); color: var(--mal-frost); font-size: 15px; font-weight: 600; letter-spacing: 0; }
.mal-price-ledger article > header b { font-size: 10px; border-radius: 6px; font-weight: 500; }
.mal-price-value { justify-content: start; align-items: end; gap: 21px; margin: 26px 0; }
.mal-price-value > strong { font-size: 80px; font-weight: 400; line-height: .95; color: var(--mal-blue-bright); }
.mal-price-value > small { padding-bottom: 7px; color: #b3cfdd; }
.mal-price-ledger h3 { position: relative; font-size: 29px; line-height: 1.13; font-weight: 580; max-width: 390px; margin-bottom: 27px; }
.mal-price-ledger li { border: 0; padding: 11px 0 11px 25px; line-height: 1.45; }
.mal-price-ledger li::before { content: "↗"; top: 11px; left: 0; width: auto; height: auto; border: 0; font-size: 14px; color: var(--mal-blue-bright); }
.mal-price-ledger article.mal-price-service { background: #d8eef2; color: var(--mal-ink); border-color: #d8eef2; }
.mal-price-service::before { border-color: #257cad25 !important; box-shadow: 0 0 0 28px #257cad06 !important; }
.mal-price-ledger .mal-price-service > header { color: var(--mal-ink); border-color: var(--mal-dark-line); }
.mal-price-ledger .mal-price-service > header b { color: #466778; border-color: #08273e33; }
.mal-price-service .mal-price-value > strong { color: var(--mal-blue-deep); }
.mal-price-service .mal-price-value > small, .mal-price-service li { color: #3d6075; }
.mal-price-service li::before { color: var(--mal-blue-deep); }
.mal-tariff-amount { display: flex; align-items: baseline; gap: 12px; margin: 12px 0 26px; }
.mal-tariff-amount strong { font-size: clamp(48px, 5vw, 72px); line-height: 1; font-weight: 550; letter-spacing: -.06em; color: var(--mal-blue-bright); }
.mal-tariff-amount span { font-size: 14px; color: #bdd3df; }
.mal-price-service .mal-tariff-amount strong { color: var(--mal-ink); }
.mal-price-service .mal-tariff-amount span { color: #3d6075; }
.mal-periods { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; min-width: 0; margin: 0; padding: 0; border: 0; }
.mal-periods legend { margin-bottom: 12px; font-size: 12px; font-weight: 600; }
.mal-period { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 70px; padding: 13px 12px; border: 1px solid #8faebc; border-radius: 10px; cursor: pointer; background: #ffffff40; color: #123a51; }
.mal-period input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.mal-period span { font-size: 14px; font-weight: 650; }
.mal-period small { margin-top: 5px; font-size: 11px; line-height: 1.4; color: #34566b; }
.mal-period:has(input:checked) { background: #0b2942; border-color: #0b2942; color: #eff8fb; }
.mal-period:has(input:checked) small { color: #dcff6b; }
.mal-period:focus-within { outline: 3px solid #22799e; outline-offset: 3px; }
.mal-prepay-note { min-height: 42px; margin: 14px 0 24px; font-size: 12px; line-height: 1.6; color: #34566b; }
.mal-ownership { grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; margin-top: 34px; padding: 30px 0 0; border-bottom: 0; border-top: 1px solid var(--mal-line); }
.mal-ownership strong { max-width: 350px; font-family: inherit; font-style: normal; font-size: 25px; line-height: 1.15; letter-spacing: -.03em; font-weight: 520; }
.mal-ownership span { font-size: 13px; line-height: 1.7; color: var(--mal-muted); max-width: 520px; }
.mal-main > .mal-faq { background: var(--mal-frost); padding-bottom: 24px; }
.mal-faq-grid { grid-template-columns: .8fr 1.2fr; gap: 8%; }
.mal-faq-item button { min-height: 83px; gap: 16px; grid-template-columns: 26px 1fr 36px; padding: 15px 0; }
.mal-faq-item button > strong { font-size: 16px; font-weight: 580; line-height: 1.4; letter-spacing: 0; }
.mal-faq-item button > i { width: 34px; height: 34px; }
.mal-faq-item.open > div { padding-left: 42px; }
.mal-faq-item > div > p { font-size: 14px; line-height: 1.7; color: #436478; padding-right: 40px; }
.mal-final { display: block; isolation: isolate; min-height: 0; margin: 88px calc(-1 * var(--mal-gutter) + 24px) 0; padding: 68px 48px; border-radius: 24px; background: var(--mal-navy); }
.mal-final::after { display: none; }
.mal-final > p { color: #b8d4e0; font-size: 14px; line-height: 1.6; margin-bottom: 24px; }
.mal-final h2 { font-size: clamp(43px, 5.6vw, 86px); line-height: 1.04; margin: 0; }
.mal-final .mal-primary { margin-top: 32px; }
.mal-final > small { display: block; margin-top: 18px; color: #b5d0dc; }
.mal-final-signal { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; display: block; overflow: hidden; pointer-events: none; }
.mal-final-signal i, .mal-final-signal i + i { position: absolute; display: block; left: -140px; top: -20px; width: 410px; height: 410px; margin: 0; border: 1px solid #73d7f224; border-radius: 50%; background: none; box-shadow: none; transform: rotate(-35deg) scaleX(.65); }
.mal-final-signal i:nth-child(2) { left: -110px; top: 8px; }
.mal-final-signal i:nth-child(3) { left: -80px; top: 36px; }
.mal-final-signal span { position: absolute; right: -100px; bottom: -250px; width: 650px; height: 650px; border-radius: 50%; background: radial-gradient(circle, #73d7f221, transparent 70%); box-shadow: none; }
.mal-landing.motion-enabled .mal-final.is-visible .mal-final-signal span { animation: none; }
.mal-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; width: 100%; margin: 0; min-height: 0; padding: 32px var(--mal-edge); color: var(--mal-frost); }
.mal-footer > p { display: block; color: var(--mal-muted); letter-spacing: 0; text-transform: none; }
.mal-footer > a { border: 0; color: var(--mal-frost); }

@media (max-width: 1100px) and (min-width: 761px) {
  .mal-hero-grid { grid-template-columns: 1.06fr .94fr; gap: 0 12px; }
  .mal-hero h1 { font-size: clamp(36px, 4.5vw, 51px); }
  .mal-lead { font-size: 16px; }
  .mal-flow-visual { height: 600px; }
  .mal-shop-wrap { width: 235px; top: 76px; }
  .mal-shop-hero { height: 115px; }
  .mal-items > div > i, .mal-items > div:nth-child(2) > i { height: 84px; }
  .mal-channel-wrap { top: 130px; left: -4px; width: 170px; }
  .mal-channel { padding: 12px; }
  .mal-channel .mal-post > i { width: 40px; height: 50px; }
  .mal-request-wrap { width: 195px; top: 335px; right: -10px; }
  .mal-scene-ring { width: 350px; height: 350px; top: 110px; }
  .mal-hero-ledger { gap: 20px; }
  .mal-hero-ledger > div { grid-template-columns: 1fr; gap: 8px; }
  .mal-hero-ledger small { grid-column: 1; }
  .mal-hero-ledger > div + div { padding-left: 20px; }
  .mal-proof-panel { gap: 30px; padding: 32px; }
  .mal-proof-header { padding: 22px; }
  .mal-proof-tabs button { padding: 0 16px; }
  .mal-proof-copy h3 { font-size: 30px; }
  .mal-proof-products article > i { height: 130px; }
  .mal-main > .mal-demo { gap: 36px 5%; }
  .mal-demo-console { padding: 24px; }
}
@media (max-width: 760px) {
  .mal-landing { --mal-gutter: 24px; }
  .mal-header { min-height: calc(70px + env(safe-area-inset-top)); grid-template-columns: 1fr auto; }
  .mal-header-status { display: none; }
  .mal-header-action > a { gap: 9px; font-size: 12px; }
  .mal-mark { width: 30px; height: 30px; border-radius: 8px; }
  .mal-mark svg { width: 26px; height: 26px; }
  .mal-wordmark strong { font-size: 12px; }
  .mal-wordmark small { display: inline; font-size: 8px; }
  .mal-main > section { padding-top: 48px; padding-bottom: 56px; scroll-margin-top: 84px; }
  .mal-axis { font-size: 9px; margin-bottom: 32px; }
  .mal-kicker { font-size: 10px; letter-spacing: .1em; }
  .mal-main > .mal-hero { padding-top: 16px; }
  .mal-hero > .mal-axis { margin-bottom: 28px; }
  .mal-hero-grid { grid-template-columns: 1fr; gap: 0; }
  .mal-hero-copy { padding: 0; }
  .mal-hero h1 { margin-top: 22px; font-size: clamp(34px, 7.4vw, 54px); line-height: 1.03; }
  .mal-lead { max-width: 490px; margin-top: 24px; font-size: 16px; }
  .mal-hero-actions { margin-top: 24px; gap: 12px 24px; }
  .mal-primary { min-height: 58px; padding-left: 18px; gap: 16px; }
  .mal-micro { margin-top: 16px; max-width: 440px; }
  .mal-flow-visual { height: 580px; width: min(100% + 28px, 500px); justify-self: center; margin: 32px -14px 0; }
  .mal-scene-caption { top: 0; font-size: 9px; gap: 18px; }
  .mal-shop-wrap { width: 246px; top: 48px; }
  .mal-channel-wrap { width: 180px; top: 91px; left: 16px; }
  .mal-channel { padding: 12px; }
  .mal-post > i, .mal-post:nth-child(3) > i { width: 45px; height: 57px; }
  .mal-post { gap: 8px; }
  .mal-request-wrap { width: 202px; top: 316px; right: 10px; }
  .mal-request { padding: 14px; }
  .mal-scene-ring { width: 345px; height: 345px; top: 96px; }
  .mal-items > div > i, .mal-items > div:nth-child(2) > i { height: 91px; }
  .mal-shop-hero { height: 118px; }
  .mal-shop-hero > strong { font-size: 25px; }
  .mal-scene-footnote { margin-top: 8px; }
  .mal-hero-ledger { margin-top: 27px; padding: 24px 0; gap: 13px; }
  .mal-hero-ledger > div { display: flex; flex-direction: column; gap: 10px; }
  .mal-hero-ledger > div + div { padding-left: 12px; }
  .mal-hero-ledger span { font-size: 8px; }
  .mal-hero-ledger strong { font-size: 10px; line-height: 1.45; }
  .mal-hero-ledger small { font-size: 10px; line-height: 1.5; }
  .mal-landing h2 { font-size: clamp(36px, 7.8vw, 55px); }
  .mal-result-intro { grid-template-columns: 1fr; gap: 20px; margin-bottom: 28px; }
  .mal-result-intro h2 { font-size: clamp(32px, 6.9vw, 50px); }
  .mal-result-intro > p:last-child { max-width: 430px; font-size: 16px; }
  .mal-proof { border-radius: 17px; }
  .mal-proof-header { display: block; padding: 20px 16px 16px; }
  .mal-proof-header > div:first-child strong { font-size: 15px; }
  .mal-proof-tabs { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 18px; width: 100%; gap: 3px; }
  .mal-proof-tabs button { padding: 0 7px; font-size: 12px; }
  .mal-proof-panel { grid-template-columns: 1fr; align-content: start; min-height: 720px; gap: 28px; padding: 25px 16px; }
  .mal-proof-copy h3 { margin-top: 16px; font-size: 28px; max-width: 100%; }
  .mal-proof-copy p { margin-top: 15px; font-size: 15px; max-width: 100%; }
  .mal-proof-copy > small { margin-top: 18px; font-size: 12px; max-width: 100%; }
  .mal-proof-shop, .mal-proof-request-card { padding: 15px; border-radius: 12px; }
  .mal-proof-products { grid-template-columns: 1fr 1fr; }
  .mal-proof-products article > i { height: 137px; }
  .mal-proof-products article strong { font-size: 11px; }
  .mal-proof-note { grid-template-columns: 1fr; gap: 10px; padding: 18px 16px; }
  .mal-proof-note p { justify-self: start; }
  .mal-proof-admin { grid-template-columns: 32px 1fr; min-height: 340px; }
  .mal-proof-admin > div { padding: 16px 12px; }
  .mal-proof-admin > aside b { width: 23px; height: 23px; font-size: 12px; }
  .mal-proof-admin > div > header strong { font-size: 14px; }
  .mal-proof-admin > div > header b { display: none; }
  .mal-proof-metrics { gap: 5px; }
  .mal-proof-metrics span { padding: 10px 6px; }
  .mal-proof-metrics small { font-size: 7px; letter-spacing: 0; }
  .mal-proof-table > header, .mal-proof-table > p { padding: 10px 7px; gap: 4px; font-size: 9px; }
  .mal-proof-table > header { font-size: 7px; }
  .mal-proof-table > p i { padding: 5px; }
  .mal-proof-client strong { font-size: 12px; }
  .mal-proof-request-card > header b { font-size: 14px; }
  .mal-proof-status { flex-wrap: wrap; gap: 10px; padding: 12px; }
  .mal-included { grid-template-columns: 1fr 1fr; gap: 15px 8px; margin-top: 22px; }
  .mal-included span { font-size: 11px; }
  .mal-main > .mal-demo { grid-template-columns: 1fr; gap: 32px; }
  .mal-demo h2 { font-size: clamp(44px, 9vw, 63px); }
  .mal-demo-console { padding: 24px 20px; }
  .mal-demo-console > h3 { font-size: 13px; }
  .mal-demo-console li strong { font-size: 15px; }
  .mal-demo-console li { gap: 14px; }
  .mal-price-ledger { grid-template-columns: 1fr; gap: 16px; margin-top: 30px; }
  .mal-price-ledger article, .mal-price-ledger article + article { padding: 26px 24px; }
  .mal-price-value > strong { font-size: 72px; }
  .mal-price-ledger h3 { font-size: 28px; }
  .mal-price-ledger li { font-size: 14px; }
  .mal-ownership { grid-template-columns: 1fr; gap: 18px; margin-top: 30px; }
  .mal-ownership strong { font-size: 26px; }
  .mal-faq-grid { grid-template-columns: 1fr; gap: 30px; }
  .mal-faq-heading { position: static; }
  .mal-faq-item button { grid-template-columns: 20px 1fr 30px; gap: 10px; min-height: 78px; }
  .mal-faq-item button > strong { font-size: 15px; }
  .mal-faq-item button > i { width: 29px; height: 29px; font-size: 18px; }
  .mal-faq-item.open > div { padding-left: 30px; }
  .mal-faq-item > div > p { padding-right: 20px; }
  .mal-final { margin: 52px -10px 0; padding: 48px 20px; border-radius: 18px; }
  .mal-final > p { font-size: 13px; }
  .mal-final h2 { font-size: clamp(30px, 6.9vw, 50px); }
  .mal-final > small { font-size: 10px; line-height: 1.6; }
  .mal-final .mal-primary { margin-top: 26px; font-size: 12px; gap: 10px; }
  .mal-final-signal i { opacity: .4; left: -230px; }
  .mal-final-signal i:nth-child(2) { left: -200px; }
  .mal-final-signal i:nth-child(3) { left: -170px; }
  .mal-footer { gap: 15px; padding-block: 24px; }
  .mal-footer > p { order: 3; width: 100%; padding-top: 10px; border-top: 1px solid var(--mal-line); line-height: 1.5; }
  .mal-footer > a { font-size: 11px; gap: 7px; }
}
@media (max-width: 389px) {
  .mal-landing { --mal-gutter: 18px; }
  .mal-brand { gap: 6px; }
  .mal-header-action > a { font-size: 11px; gap: 6px; }
  .mal-wordmark small { display: none; }
  .mal-hero h1 { font-size: 31px; }
  .mal-primary { font-size: 12px; padding-left: 14px; }
  .mal-flow-visual { height: 555px; }
  .mal-shop-wrap { width: 222px; }
  .mal-shop { padding-inline: 10px; }
  .mal-channel-wrap { width: 158px; }
  .mal-request-wrap { width: 182px; top: 310px; }
  .mal-items > div > i, .mal-items > div:nth-child(2) > i { height: 78px; }
  .mal-scene-ring { width: 294px; height: 294px; }
  .mal-result-intro h2 { font-size: 29px; }
  .mal-proof-products article > i { height: 113px; }
  .mal-proof-chips { gap: 4px; }
  .mal-proof-chips > * { padding: 5px 7px; font-size: 8px; }
  .mal-proof-panel { min-height: 730px; padding-inline: 12px; }
  .mal-price-ledger article, .mal-price-ledger article + article { padding: 24px 20px; }
  .mal-final { padding-inline: 14px; }
  .mal-final h2 { font-size: 28px; }
  .mal-footer > a { font-size: 10px; }
}
@media (min-width: 1101px) and (max-height: 820px) {
  .mal-header { min-height: 70px; }
  .mal-hero h1 { font-size: clamp(48px, 4.5vw, 68px); margin-top: 18px; }
  .mal-flow-visual { height: 620px; }
  .mal-lead { margin-top: 20px; }
  .mal-hero-actions { margin-top: 22px; }
  .mal-hero-ledger { margin-top: 15px; padding-block: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .mal-landing *, .mal-landing *::before, .mal-landing *::after { animation: none !important; transition: none !important; }
  .mal-landing.motion-ready .mal-channel-wrap { transform: rotate(-8deg); }
  .mal-landing.motion-ready .mal-shop-wrap { transform: translateX(-50%) rotate(5deg); }
  .mal-landing.motion-ready .mal-request-wrap { transform: rotate(-4deg); }
  .mal-primary:hover { transform: none; }
}


/* Launch price and optional care are visible before the first contact action. */
.mal-header-action { gap: 22px; }
.mal-contact-short { display: none; }
.mal-header-action > .mal-header-price { color: var(--mal-muted); font-weight: 500; }
.mal-hero-offer { display: flex; align-items: center; gap: 16px; max-width: 435px; margin-top: 24px; padding: 16px 0; border-block: 1px solid var(--mal-line); color: var(--mal-frost); text-decoration: none; }
.mal-hero-offer > strong { font-size: 36px; line-height: 1; font-weight: 600; letter-spacing: -.045em; color: var(--mal-blue-bright); }
.mal-hero-offer > span { font-size: 14px; line-height: 1.45; font-weight: 550; }
.mal-hero-offer small { display: block; margin-top: 4px; color: var(--mal-muted); font-size: 12px; line-height: 1.5; font-weight: 400; }
.mal-hero-offer > i { margin-left: auto; font-size: 23px; font-style: normal; }
.mal-hero-offer:hover { border-color: var(--mal-blue-bright); }
.mal-hero-offer + .mal-hero-actions { margin-top: 22px; }
@media (max-width: 600px) {
  .mal-header { column-gap: 10px; }
  .mal-header-action { gap: 10px; }
  .mal-header-action > a { font-size: 11px; gap: 0; }
  .mal-contact-full, .mal-header-action > a > svg { display: none; }
  .mal-contact-short { display: inline; }
  .mal-hero-offer { margin-top: 20px; gap: 14px; }
  .mal-hero-offer > strong { font-size: 32px; }
  .mal-hero-offer > span { font-size: 13px; }
  .mal-hero-offer > i { font-size: 18px; }
}

/* Native language menu: full language names in the menu, compact code in the header. */
.mal-header { grid-template-columns: auto 1fr auto auto; column-gap: 24px; }
.mal-header-status { justify-self: center; }
.mal-language { position: relative; display: grid; place-items: center; min-width: 64px; min-height: 44px; border: 1px solid var(--mal-line); border-radius: 8px; color: var(--mal-frost); }
.mal-language > span { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 600; pointer-events: none; }
.mal-language i { font-style: normal; color: var(--mal-muted); }
.mal-language select { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; padding: 0; opacity: 0; cursor: pointer; font: inherit; }
.mal-language:focus-within { outline: 2px solid var(--mal-acid); outline-offset: 4px; }
.mal-language:hover { border-color: var(--mal-blue-bright); }
.mal-hero h1 { white-space: normal; }
.mal-hero-copy, .mal-header-action, .mal-hero-ledger > div { min-width: 0; }
.mal-owner-heading h3, .mal-story-heading h2, .mal-demo h2, .mal-pricing-head h2, .mal-faq-heading h2, .mal-final h2 { overflow-wrap: break-word; }
@media (max-width: 1000px) {
  .mal-header { grid-template-columns: 1fr auto auto; column-gap: 18px; }
  .mal-header-status { display: none; }
}
@media (max-width: 600px) {
  .mal-header { column-gap: 10px; }
  .mal-language { min-width: 56px; }
}
@media (max-width: 430px) {
  .mal-header-action > .mal-header-price { display: none; }
  .mal-header { column-gap: 8px; }
  .mal-language { min-width: 52px; }
}

.mal-hero-ledger > div { overflow-wrap: anywhere; hyphens: auto; }

/* Editorial pass: descriptive headings with one level of introduction. */
.mal-landing .mal-case-story .mal-story-heading { display: block; }
.mal-case-story .mal-story-heading h2 { max-width: 21ch; }
.mal-demo-copy h2 { max-width: 19ch; }
.mal-pricing-head h2 { max-width: 22ch; margin: 0; }
.mal-faq-heading h2 { max-width: 19ch; font-size: clamp(30px, 3.1vw, 48px); }
.mal-final h2 { max-width: 22ch; }
.mal-final h2 + p { max-width: 44ch; margin: 20px 0 0; }

/* Keep the shared prototype heading below the fixed header. */
#malDemoTitle { scroll-margin-top: 90px; }

/* Shorter mobile reading path; demos and commercial terms stay available. */
@media (max-width: 600px) {
  .mal-main > section { padding-top: 36px; padding-bottom: 40px; }
  .mal-axis { margin-bottom: 24px; }
  .mal-hero-ledger { margin-top: 20px; padding-block: 16px; }
  .mal-hero-ledger > div { gap: 6px; }
  .mal-hero-ledger small { display: none; }
  .mal-main > .mal-demo { gap: 24px; }
  .mal-demo h2 { font-size: clamp(34px, 8vw, 42px); }
  .mal-demo-console { padding: 20px 16px; }
  .mal-demo-console > h3 { padding-bottom: 16px; }
  .mal-demo-console li { min-height: 80px; padding-block: 10px; }
  .mal-demo-console li:not(:last-child) > span::after { height: 33px; }
  .mal-console-note { display: none; }
  .mal-price-ledger { margin-top: 24px; }
  .mal-price-ledger article, .mal-price-ledger article + article { padding: 20px 16px; }
  .mal-price-ledger article > header { padding-bottom: 16px; }
  .mal-price-ledger h3.mal-service-title { margin: 18px 0 8px; }
  .mal-service-intro { margin-bottom: 16px; }
  .mal-tariff-amount { margin-bottom: 18px; }
  .mal-service-terms { margin-top: 18px; padding-top: 16px; }
  .mal-faq-grid { gap: 24px; }
  .mal-faq-item button { min-height: 64px; padding-block: 12px; }
  .mal-final { margin-top: 32px; padding-block: 32px; }
  .mal-final .mal-primary { margin-top: 22px; }
}

/* The launch is the main offer; ongoing support stays optional. */
.mal-hero-actions a.mal-text-action { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; text-decoration: none; }
.mal-micro { font-size: 13px; }
.mal-main > .mal-demo { padding-block: 48px; gap: 5%; }
.mal-demo h2 { font-size: clamp(32px, 3.3vw, 48px); }
.mal-demo-console { padding: 22px; background: transparent; border: 0; box-shadow: none; }
.mal-demo-console li { min-height: 88px; }
.mal-demo-console li:not(:last-child) > span::after { height: 40px; }
.mal-price-ledger { grid-template-columns: 1.25fr .75fr; align-items: start; }
.mal-price-ledger article.mal-price-launch { background: #edf8fa; color: #08273e; border-color: #edf8fa; }
.mal-price-launch > header, .mal-price-launch > header b, .mal-price-launch .mal-tariff-amount strong, .mal-price-launch .mal-tariff-amount span, .mal-price-launch .mal-service-terms { color: #08273e; }
.mal-price-ledger article.mal-price-launch > header, .mal-price-ledger article.mal-price-launch .mal-service-terms { border-color: #b8d2dc; }
.mal-price-launch > header b { border-color: #b8d2dc; }
.mal-price-launch li { color: #31566b; }
.mal-price-launch .mal-primary { margin-top: 24px; background: #0b2942; color: #edf8fa; font-size: 14px; }
.mal-price-launch .mal-primary > i { background: #dfff63; color: #0b2942; }
.mal-price-ledger article.mal-price-service { background: transparent; border-color: #ffffff30; color: #edf8fa; }
.mal-price-service > header, .mal-price-service > header b, .mal-price-service .mal-tariff-amount strong, .mal-price-service .mal-tariff-amount span, .mal-price-service .mal-service-terms { color: #d3e7ee; }
.mal-price-service li { color: #d3e7ee; }
.mal-price-service .mal-service-title { font-size: 32px; }
.mal-price-service .mal-tariff-amount strong { font-size: 42px; }
.mal-support-included { color: #d3e7ee; font-size: 15px; line-height: 1.6; }
.mal-support-options { margin-top: 24px; border-top: 1px solid #ffffff30; }
.mal-support-options > summary { padding-block: 16px; min-height: 48px; cursor: pointer; color: #edf8fa; font-size: 14px; }
.mal-support-options .mal-period { color: #08273e; background: #d8eef2; }
.mal-support-options .mal-periods legend, .mal-support-options .mal-prepay-note { color: #d3e7ee; }
.mal-support-options > summary:focus-visible { outline: 3px solid #73d7f2; outline-offset: 4px; }
.mal-final { margin-top: 40px; padding-block: 40px; }
.mal-final h2 { font-size: clamp(32px, 4vw, 54px); }
@media (max-width: 760px) {
  .mal-price-ledger { grid-template-columns: 1fr; }
  .mal-main > .mal-demo { gap: 12px; padding-block: 32px; }
  .mal-demo-console { padding: 16px 0 0; }
  .mal-demo-console li { min-height: 80px; }
  .mal-demo-console li:not(:last-child) > span::after { height: 32px; }
}
@media (max-width: 600px) {
  .mal-kicker { font-size: 10px; letter-spacing: .04em; }
  .mal-lead { margin-top: 18px; }
  .mal-flow-visual { scale: .82; transform-origin: top center; margin-top: 16px; margin-bottom: -80px; }
  .mal-hero-actions { gap: 10px; }
  .mal-hero-actions .mal-text-action { font-size: 14px; }
  .mal-final { padding: 28px 18px; }
}

.mal-price-ledger .mal-price-service > header, .mal-price-ledger .mal-price-service > header b { color: #d3e7ee; border-color: #ffffff30; }

.mal-maker { max-width: 480px; margin-top: 24px; padding-top: 18px; border-top: 1px solid #08273e30; color: #163e56; }
.mal-maker > strong { font-size: 15px; font-weight: 600; }
.mal-maker > p { margin: 8px 0 0; font-size: 14px; line-height: 1.6; }
.mal-price-ledger article.mal-price-launch > header,
.mal-price-ledger article.mal-price-launch > header b { color: #163e56; border-color: #b8d2dc; }
.mal-price-ledger .mal-price-launch li::before { color: #31566b; }
.mal-price-ledger .mal-price-service h3.mal-service-title { font-size: 30px; }
.mal-price-ledger article::before { display: none; }

/* One short explanation of the free prototype, without a second demo. */
.mal-main > .mal-start { grid-template-columns: 1.25fr .75fr; align-items: center; gap: 48px; padding-block: 44px; }
.mal-start h2 { margin-top: 0; line-height: 1.12; }
.mal-start .mal-demo-copy > p { margin-block: 18px 24px; }
.mal-start .mal-maker { margin-top: 20px; padding-top: 14px; }
.mal-start-steps { position: relative; display: grid; align-content: center; margin: 0; padding: 0; list-style: none; color: #08273e; }
.mal-start-steps li { display: flex; align-items: center; gap: 16px; padding: 22px 0; border-bottom: 1px solid #08273e30; }
.mal-start-steps li:last-child { border-bottom: 0; }
.mal-start-steps span { font-size: 13px; color: #24516a; }
.mal-start-steps strong { font-size: 18px; font-weight: 550; line-height: 1.4; }
.mal-price-ledger article > header { padding-bottom: 14px; }
.mal-price-ledger h3.mal-service-title { margin-top: 18px; }
.mal-price-ledger li { padding-block: 10px; }
.mal-price-ledger .mal-service-terms { line-height: 1.55; }
.mal-ownership { gap: 24px; padding-block: 18px; }
@media (max-width: 760px) {
  .mal-main > .mal-start { grid-template-columns: 1fr; gap: 18px; padding-block: 32px; }
  .mal-start-steps li { padding-block: 14px; }
  .mal-start-steps strong { font-size: 16px; }
  .mal-ownership { grid-template-columns: 1fr; gap: 10px; margin-top: 20px; }
}

/* Small, consistent symbols; the original product illustrations stay intact. */
.mal-icon { display: inline-block; flex: none; width: 20px; height: 20px; vertical-align: middle; fill: none; stroke: currentColor; stroke-width: 1.75; }
.mal-shop-head .mal-icon { width: 13px; height: 13px; }
.mal-story-tabs i .mal-icon, .mal-owner-footer .mal-icon { width: 16px; height: 16px; }
.mal-price-ledger li { display: flex; align-items: start; gap: 12px; padding-left: 0; }
.mal-price-ledger li::before { display: none; }
.mal-price-ledger li > .mal-icon { margin-top: 1px; width: 18px; height: 18px; }

/* The full character closes the page; the small head remains in the header. */
.mal-footer.mal-footer--mascot { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 48px; padding-block: 24px; }
.mal-footer-stage { position: relative; display: block; width: 190px; height: 220px; }
.mal-footer-stage img, .mal-footer-stage [data-mascot-greet], .mal-footer-stage canvas { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.mal-footer-stage img { object-fit: contain; }
.mal-footer-stage [data-mascot-greet] { visibility: hidden; pointer-events: none; }
.mal-footer-stage[data-ready="true"]:not([data-static="true"]) img { visibility: hidden; }
.mal-footer-stage[data-ready="true"]:not([data-static="true"]) [data-mascot-greet] { visibility: visible; }
.mal-footer-content { min-width: 0; }
.mal-footer-content > p { max-width: 390px; margin: 0 0 22px; color: var(--mal-frost); font-size: 20px; line-height: 1.4; }
.mal-footer--mascot .mal-footer-links { margin: 0; justify-content: flex-start; gap: 6px 30px; }
.mal-footer--mascot .mal-footer-links a { font-size: 13px; }
@media (max-width: 640px) {
  .mal-footer.mal-footer--mascot { grid-template-columns: 120px minmax(0, 1fr); gap: 16px; padding-block: 24px; }
  .mal-footer-stage { width: 120px; height: 140px; }
  .mal-footer-content > p { margin-bottom: 12px; font-size: 14px; line-height: 1.5; }
  .mal-footer--mascot .mal-footer-links { display: grid; gap: 0; }
  .mal-footer--mascot .mal-footer-links a { justify-content: space-between; gap: 6px; font-size: 12px; line-height: 1.4; }
  .mal-footer--mascot .mal-footer-links svg { flex: 0 0 16px; width: 16px; height: 16px; }
}
