:root {
  --mbl-bg: #f4f7fb;
  --mbl-surface: #ffffff;
  --mbl-text: #0f172a;
  --mbl-muted: #64748b;
  --mbl-border: #dbe4ef;
  --mbl-primary: #0ea5e9;
  --mbl-radius-lg: 18px;
  --mbl-radius-md: 12px;
  --mbl-shadow: 0 16px 44px rgba(2, 6, 23, 0.07);
  --mbl-home-gutter: clamp(20px, 4vw, 56px);
  --mbl-home-content-max: 1440px;
  --mbl-home-hero-max: 1720px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; min-height: 100%; }
body {
  font-family: "Inter", "Manrope", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--mbl-text);
  background:
    radial-gradient(1400px 680px at -10% -10%, #dff3ff 0%, transparent 45%),
    radial-gradient(1200px 680px at 110% 0%, #e8f5ff 0%, transparent 48%),
    var(--mbl-bg);
  overflow-x: clip;
}

a { color: inherit; }

.mbl-landing {
  max-width: 1320px;
  margin: 0 auto;
  padding: 28px 18px 64px;
  display: grid;
  gap: 16px;
}

.mbl-landing-hero {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid #bdd8f1;
  background: linear-gradient(135deg, #1f3f5b 0%, #2f6fa3 46%, #4f8fc4 100%);
  color: #ecf6ff;
  box-shadow: 0 34px 74px rgba(18, 39, 64, 0.28);
}

.mbl-landing-hero__bg {
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 14%, rgba(125, 220, 255, 0.34), transparent 44%),
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.22), transparent 46%),
    linear-gradient(110deg, transparent 0 34%, rgba(255, 255, 255, 0.12) 42%, transparent 62%);
  animation: mbl-hero-glow 9.4s ease-in-out infinite alternate;
}

@keyframes mbl-hero-glow {
  0% { transform: translate3d(-1.1%, 0, 0) scale(1); opacity: 0.9; }
  100% { transform: translate3d(1.6%, -1.2%, 0) scale(1.05); opacity: 1; }
}

.mbl-landing-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 18px;
  padding: 30px;
}

.mbl-landing-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(185, 229, 255, 0.55);
  background: rgba(16, 44, 69, 0.46);
  backdrop-filter: blur(6px);
  padding: 8px 13px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #dbf1ff;
}

.mbl-landing h1 {
  margin: 14px 0 10px;
  font-size: clamp(34px, 3.6vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  max-width: 14ch;
}

.mbl-landing-pitch {
  margin: 0;
  max-width: 62ch;
  color: rgba(239, 246, 255, 0.95);
  font-size: 17px;
  line-height: 1.58;
}

.mbl-hero-tags {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mbl-hero-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(186, 230, 253, 0.42);
  background: rgba(8, 31, 54, 0.4);
  color: #e1f4ff;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 11px;
}

.mbl-landing-hero__actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mbl-landing-btn {
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.mbl-landing-btn:hover {
  transform: translateY(-1px);
}

.mbl-landing-btn--primary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, #2f6fa3, #4f8fc4);
  box-shadow: 0 18px 34px rgba(13, 79, 122, 0.34);
}

.mbl-landing-btn--ghost {
  color: #def3ff;
  border-color: rgba(186, 230, 253, 0.52);
  background: rgba(7, 37, 65, 0.28);
}

.mbl-auth-hint {
  margin-top: 12px;
  display: grid;
  gap: 3px;
  color: rgba(223, 244, 255, 0.96);
  font-size: 13px;
}

.mbl-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mbl-proof-item {
  border-radius: 14px;
  border: 1px solid rgba(186, 230, 253, 0.36);
  background: rgba(10, 40, 68, 0.56);
  box-shadow: 0 12px 28px rgba(9, 24, 43, 0.2);
  padding: 12px;
  min-height: 102px;
}

.mbl-proof-item b {
  display: block;
  color: #80d3ff;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mbl-proof-item strong {
  display: block;
  margin-top: 7px;
  font-size: 27px;
  line-height: 1;
}

.mbl-proof-item span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: rgba(225, 241, 255, 0.9);
}

.mbl-hero-demo {
  margin-top: 10px;
  border-radius: 16px;
  border: 1px solid rgba(186, 230, 253, 0.34);
  background: linear-gradient(180deg, rgba(6, 28, 50, 0.78), rgba(7, 37, 67, 0.66));
  padding: 12px;
  min-height: 124px;
}

.mbl-hero-demo__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #d5ebff;
}

.mbl-dot-row {
  display: inline-flex;
  gap: 4px;
}

.mbl-dot-row i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(186, 230, 253, 0.6);
}

.mbl-hero-demo__body {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

.mbl-line {
  height: 9px;
  border-radius: 999px;
  background: rgba(186, 230, 253, 0.2);
  overflow: hidden;
}

.mbl-line > em {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f6fa3, #70ceff);
  animation: mbl-load 2.4s ease-in-out infinite;
}

@keyframes mbl-load {
  0% { width: 32%; }
  50% { width: 84%; }
  100% { width: 50%; }
}

.mbl-surface {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #d7e8f7;
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.09);
}

.mbl-section {
  padding: 20px;
  display: grid;
  gap: 14px;
}

.mbl-section-head h2 {
  margin: 0;
  color: #1a3048;
  font-size: 24px;
  letter-spacing: -0.01em;
}

.mbl-muted {
  margin: 6px 0 0;
  color: #5e7289;
  font-size: 14px;
}

.mbl-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.mbl-problem-card {
  border-radius: 14px;
  border: 1px solid #dbe9f6;
  background: linear-gradient(180deg, #fcfeff, #f3f8fd);
  padding: 13px;
  display: grid;
  gap: 6px;
}

.mbl-problem-card b {
  font-size: 13px;
  color: #0f2d48;
}

.mbl-problem-card p {
  margin: 0;
  color: #5c7289;
  font-size: 13px;
  line-height: 1.45;
}

.mbl-problem-card--good {
  border-color: rgba(79, 143, 196, 0.36);
  background: linear-gradient(180deg, rgba(236, 247, 255, 0.92), rgba(226, 241, 253, 0.9));
}

.mbl-promise-band {
  border-radius: 14px;
  border: 1px solid rgba(79, 143, 196, 0.3);
  background: linear-gradient(135deg, rgba(31, 63, 91, 0.95), rgba(47, 111, 163, 0.9));
  color: #e7f4ff;
  padding: 14px;
  display: grid;
  gap: 4px;
}

.mbl-promise-band strong {
  font-size: 16px;
}

.mbl-promise-band span {
  font-size: 14px;
  color: rgba(227, 243, 255, 0.92);
}

.mbl-modules-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.mbl-module-card {
  border-radius: 14px;
  border: 1px solid #dbe8f5;
  background: linear-gradient(180deg, #ffffff, #f4f9ff);
  padding: 13px;
  display: grid;
  gap: 6px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.mbl-module-card:hover {
  transform: translateY(-1px);
  border-color: rgba(79, 143, 196, 0.5);
  box-shadow: 0 14px 30px rgba(20, 43, 67, 0.11);
}

.mbl-module-card b {
  font-size: 14px;
  color: #173552;
}

.mbl-module-card p {
  margin: 0;
  color: #5a7088;
  font-size: 13px;
  line-height: 1.45;
}

.mbl-showcase {
  padding: 20px;
  display: grid;
  gap: 12px;
}

.mbl-showcase-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 12px;
}

.mbl-showcase-tabs {
  display: grid;
  gap: 8px;
}

.mbl-showcase-tab {
  width: 100%;
  text-align: left;
  border: 1px solid #d7e7f5;
  background: #f5faff;
  color: #16354f;
  border-radius: 11px;
  padding: 10px 11px;
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  transition: all 0.2s ease;
}

.mbl-showcase-tab.is-active {
  border-color: rgba(79, 143, 196, 0.5);
  background: linear-gradient(135deg, rgba(79, 143, 196, 0.16), rgba(111, 176, 224, 0.12));
  color: #0f4b74;
  box-shadow: 0 8px 18px rgba(47, 111, 163, 0.14);
}

.mbl-demo-stage {
  position: relative;
  border: 1px solid #d7e7f5;
  border-radius: 14px;
  background: linear-gradient(180deg, #fcfeff, #f2f8ff);
  min-height: 305px;
  overflow: hidden;
}

.mbl-demo-pane {
  position: absolute;
  inset: 0;
  padding: 13px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.35s ease;
}

.mbl-demo-pane.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mbl-demo-title {
  font-size: 15px;
  font-weight: 800;
  color: #173451;
}

.mbl-demo-sub {
  margin-top: 2px;
  font-size: 13px;
  color: #5d7187;
}

.mbl-demo-card {
  margin-top: 10px;
  border: 1px solid #dbe7f4;
  border-radius: 12px;
  background: #fff;
  padding: 10px;
  display: grid;
  gap: 7px;
}

.mbl-demo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  color: #21384f;
}

.mbl-demo-pill {
  border: 1px solid #cadef2;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 700;
  color: #12527b;
  background: #eaf5ff;
}

.mbl-demo-kpi {
  margin-top: 8px;
  border-radius: 11px;
  border: 1px dashed #c7def2;
  background: #f3f9ff;
  padding: 9px 10px;
  font-size: 12px;
  color: #2b4861;
}

.mbl-demo-kpi strong {
  color: #162f45;
}

.mbl-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.mbl-benefit-card {
  border-radius: 14px;
  border: 1px solid #dbe8f5;
  background: linear-gradient(180deg, #fff, #f6fbff);
  padding: 13px;
  display: grid;
  gap: 6px;
}

.mbl-benefit-card b {
  color: #163450;
  font-size: 14px;
}

.mbl-benefit-card p {
  margin: 0;
  color: #5b7188;
  font-size: 13px;
  line-height: 1.45;
}

.mbl-target-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.mbl-target-chip {
  border-radius: 12px;
  border: 1px solid #d5e6f6;
  background: linear-gradient(180deg, #fcfeff, #f2f8ff);
  padding: 10px 9px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #1c3c58;
}

.mbl-cta-band {
  padding: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background:
    radial-gradient(650px 220px at 0% -10%, rgba(79, 143, 196, 0.14), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(242, 248, 255, 0.95));
}

.mbl-cta-band h2 {
  margin: 0;
  color: #153552;
  font-size: 27px;
  letter-spacing: -0.02em;
}

.mbl-cta-band p {
  margin: 6px 0 0;
  color: #546c84;
  font-size: 14px;
  max-width: 56ch;
}

.mbl-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

/* Landing V2 premium overrides */
.mbl-landing {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(24px, 4.4vw, 68px) var(--mbl-home-gutter) 72px;
  gap: 20px;
}

.mbl-landing > :not(.mbl-landing-hero) {
  width: min(var(--mbl-home-content-max), 100%);
  margin-inline: auto;
}

.mbl-landing-hero {
  width: min(var(--mbl-home-hero-max), 100%);
  margin-inline: auto;
  border-radius: 32px;
  border: 1px solid rgba(178, 222, 251, 0.52);
  background:
    radial-gradient(1180px 460px at 88% -4%, rgba(146, 216, 255, 0.18), transparent 62%),
    radial-gradient(920px 340px at -2% 104%, rgba(93, 170, 229, 0.16), transparent 70%),
    linear-gradient(132deg, #0d243c 0%, #1a4267 40%, #2f6fa3 100%);
  box-shadow:
    0 52px 118px rgba(8, 28, 49, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  isolation: isolate;
}

.mbl-landing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(58% 90% at 14% 22%, rgba(7, 19, 34, 0.34), transparent 76%),
    radial-gradient(66% 70% at 82% 76%, rgba(8, 28, 48, 0.25), transparent 80%);
  z-index: 1;
}

.mbl-landing-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0 62%, rgba(255, 255, 255, 0.13) 72%, transparent 86%);
  mix-blend-mode: screen;
  opacity: 0.42;
  z-index: 2;
}

.mbl-landing-hero__inner {
  position: relative;
  z-index: 3;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: clamp(22px, 2.8vw, 44px);
  padding: clamp(30px, 3.4vw, 52px) clamp(26px, 3.2vw, 52px) 32px;
}

.mbl-landing h1 {
  max-width: 11.5ch;
  font-size: clamp(36px, 4.4vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.mbl-hero-scene {
  position: relative;
  min-height: 500px;
  perspective: 1680px;
  perspective-origin: 66% 46%;
  transform-style: preserve-3d;
  transition: transform 0.24s ease-out;
  will-change: transform;
}

.mbl-scene-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(30px);
  pointer-events: none;
  transform: translateZ(0);
  transition: transform 0.28s ease-out, opacity 0.28s ease-out;
  will-change: transform;
}

.mbl-scene-glow--a {
  width: 340px;
  height: 266px;
  top: 16px;
  right: 8px;
  background: rgba(74, 201, 255, 0.24);
}

.mbl-scene-glow--b {
  width: 250px;
  height: 196px;
  bottom: 58px;
  left: 8px;
  background: rgba(178, 226, 255, 0.16);
}

.mbl-scene-window {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(172, 220, 250, 0.42);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(8, 25, 43, 0.93), rgba(7, 31, 54, 0.89));
  box-shadow:
    0 34px 74px rgba(3, 17, 31, 0.44),
    0 10px 26px rgba(7, 30, 52, 0.3);
  transform: translate3d(0, 0, 0) translateZ(48px) rotateX(4deg) rotateY(-6.5deg);
  transform-origin: 52% 56%;
  transition: transform 0.22s ease-out, box-shadow 0.24s ease-out;
  will-change: transform;
}

.mbl-scene-window__head {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  border-bottom: 1px solid rgba(174, 220, 247, 0.24);
  background: rgba(10, 39, 63, 0.7);
  font-size: 12px;
  color: rgba(217, 239, 255, 0.9);
  font-weight: 700;
}

.mbl-scene-window__body {
  display: grid;
  grid-template-columns: 128px 1fr;
  min-height: 268px;
}

.mbl-scene-nav {
  border-right: 1px solid rgba(172, 217, 246, 0.2);
  background: rgba(8, 31, 53, 0.68);
  padding: 10px;
  display: grid;
  gap: 6px;
}

.mbl-scene-nav span {
  border-radius: 9px;
  border: 1px solid transparent;
  color: rgba(208, 234, 252, 0.76);
  font-size: 11px;
  font-weight: 700;
  padding: 6px 8px;
}

.mbl-scene-nav span.is-active {
  border-color: rgba(131, 206, 251, 0.5);
  background: rgba(79, 143, 196, 0.24);
  color: #e8f5ff;
}

.mbl-scene-main {
  padding: 10px;
  display: grid;
  gap: 10px;
}

.mbl-scene-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.mbl-scene-kpis > div {
  border-radius: 10px;
  border: 1px solid rgba(173, 219, 246, 0.26);
  background: rgba(11, 40, 64, 0.7);
  padding: 8px;
}

.mbl-scene-kpis b {
  display: block;
  font-size: 10px;
  color: rgba(172, 220, 249, 0.82);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.mbl-scene-kpis strong {
  display: block;
  margin-top: 5px;
  color: #f0f9ff;
  font-size: 14px;
}

.mbl-scene-columns {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 8px;
}

.mbl-scene-feed,
.mbl-scene-alerts {
  border-radius: 10px;
  border: 1px solid rgba(171, 217, 246, 0.24);
  background: rgba(8, 31, 53, 0.66);
  padding: 8px;
}

.mbl-scene-feed h4,
.mbl-scene-alerts h4 {
  margin: 0 0 8px;
  color: #dff4ff;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mbl-scene-feed ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.mbl-scene-feed li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: rgba(219, 240, 255, 0.9);
  font-size: 11px;
}

.mbl-scene-feed li em {
  font-style: normal;
  color: rgba(163, 202, 228, 0.86);
  font-size: 10px;
}

.mbl-scene-alert {
  border-radius: 8px;
  padding: 7px 8px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 6px;
}

.mbl-scene-alert:last-child {
  margin-bottom: 0;
}

.mbl-scene-alert.is-critical {
  background: rgba(255, 93, 132, 0.17);
  border: 1px solid rgba(255, 114, 150, 0.4);
  color: #ffd6e3;
}

.mbl-scene-alert.is-warning {
  background: rgba(255, 187, 71, 0.14);
  border: 1px solid rgba(255, 187, 71, 0.4);
  color: #ffe7bd;
}

.mbl-scene-alert.is-info {
  background: rgba(103, 198, 255, 0.14);
  border: 1px solid rgba(103, 198, 255, 0.34);
  color: #d8f1ff;
}

.mbl-scene-float {
  position: absolute;
  z-index: 3;
  width: 206px;
  border-radius: 13px;
  border: 1px solid rgba(186, 230, 253, 0.5);
  background: rgba(11, 36, 61, 0.76);
  backdrop-filter: blur(8px);
  box-shadow:
    0 24px 44px rgba(6, 20, 35, 0.32),
    0 10px 20px rgba(11, 35, 58, 0.22);
  padding: 10px;
  color: #ecf7ff;
  transform-origin: 52% 58%;
  transform: translate3d(0, 0, 0) translateZ(112px) rotateX(3.2deg) rotateY(-6deg);
  transition: transform 0.24s ease-out, box-shadow 0.24s ease-out;
  will-change: transform;
}

.mbl-scene-float b {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9fdfff;
}

.mbl-scene-float strong {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}

.mbl-scene-float span {
  display: block;
  margin-top: 4px;
  color: rgba(210, 234, 252, 0.9);
  font-size: 11px;
}

.mbl-scene-float--quote {
  top: 10px;
  right: 8px;
}

.mbl-scene-float--dispatch {
  left: -6px;
  bottom: 72px;
}

.mbl-scene-float--pos {
  right: 30px;
  bottom: 18px;
}

.mbl-scene-float--stocks {
  right: 182px;
  bottom: 120px;
}

.mbl-proof-grid--below {
  position: relative;
  z-index: 3;
  margin-top: 14px;
}

.mbl-showcase {
  width: 100%;
  margin-inline: 0;
  padding: 22px;
  background:
    radial-gradient(980px 380px at 108% -4%, rgba(95, 169, 225, 0.16), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 250, 255, 0.94));
}

.mbl-showcase-layout {
  gap: 14px;
}

.mbl-showcase-tabs {
  gap: 9px;
}

.mbl-showcase-tab {
  border-radius: 12px;
  min-height: 42px;
  font-size: 12px;
  font-weight: 800;
}

.mbl-demo-stage {
  border-radius: 16px;
  min-height: 390px;
  background:
    radial-gradient(620px 260px at -8% -12%, rgba(157, 214, 255, 0.24), transparent 58%),
    linear-gradient(180deg, #f8fcff, #edf5fd);
  box-shadow: inset 0 0 0 1px rgba(168, 206, 234, 0.4), 0 16px 34px rgba(17, 43, 67, 0.12);
}

.mbl-demo-pane {
  padding: 14px;
}

.mbl-demo-window {
  border-radius: 14px;
  border: 1px solid #d7e7f5;
  background: #fff;
  box-shadow: 0 14px 28px rgba(17, 42, 66, 0.1);
  padding: 12px;
  min-height: 100%;
  display: grid;
  gap: 10px;
}

.mbl-demo-window__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.mbl-demo-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #d3e4f5;
  padding: 4px 9px;
  font-size: 11px;
  font-weight: 800;
}

.mbl-demo-badge.is-good {
  color: #11704b;
  border-color: rgba(52, 199, 89, 0.38);
  background: rgba(52, 199, 89, 0.14);
}

.mbl-demo-badge.is-warning {
  color: #8a5a00;
  border-color: rgba(245, 166, 35, 0.4);
  background: rgba(245, 166, 35, 0.14);
}

.mbl-demo-badge.is-info {
  color: #0d4c75;
  border-color: rgba(79, 143, 196, 0.4);
  background: rgba(79, 143, 196, 0.14);
}

.mbl-demo-window__kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.mbl-mini-kpi {
  border-radius: 10px;
  border: 1px solid #d9e8f5;
  background: linear-gradient(180deg, #fcfeff, #f4f9ff);
  padding: 8px;
}

.mbl-mini-kpi b {
  display: block;
  font-size: 10px;
  color: #66809a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.mbl-mini-kpi strong {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: #1b3f5f;
}

.mbl-demo-window__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.mbl-demo-block {
  border-radius: 10px;
  border: 1px solid #dce8f4;
  background: #f9fcff;
  padding: 9px;
}

.mbl-demo-block h4 {
  margin: 0 0 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #5f7891;
}

.mbl-demo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.mbl-demo-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #e3ecf6;
  background: #fff;
  padding: 6px 7px;
  font-size: 11px;
  color: #23425d;
}

.mbl-demo-list li em {
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
  color: #607b96;
}

.mbl-demo-list li em.is-good {
  color: #127d53;
}

.mbl-demo-list li em.is-warning {
  color: #996200;
}

.mbl-demo-list li em.is-critical {
  color: #b42318;
}

.mbl-demo-list li em.is-info {
  color: #0b5d8f;
}

.mbl-demo-list li em.is-muted {
  color: #6e859d;
}

@media (max-width: 1120px) {
  .mbl-landing {
    padding: 22px clamp(14px, 2.8vw, 30px) 56px;
  }

  .mbl-landing > :not(.mbl-landing-hero),
  .mbl-landing-hero {
    width: 100%;
  }

  .mbl-landing-hero__inner {
    gap: 22px;
    padding: 30px 28px;
  }

  .mbl-hero-scene {
    min-height: 420px;
  }

  .mbl-scene-window {
    transform: translate3d(0, 0, 0) translateZ(34px) rotateY(-4deg) rotateX(2.8deg);
  }

  .mbl-scene-window__body {
    grid-template-columns: 110px 1fr;
  }

  .mbl-scene-kpis {
    grid-template-columns: 1fr 1fr;
  }

  .mbl-scene-columns,
  .mbl-demo-window__grid {
    grid-template-columns: 1fr;
  }

  .mbl-demo-window__kpis {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mbl-scene-float--stocks {
    display: none;
  }
}

@media (max-width: 760px) {
  .mbl-landing {
    padding: 16px 12px 42px;
    gap: 12px;
  }

  .mbl-landing > :not(.mbl-landing-hero),
  .mbl-landing-hero {
    width: 100%;
  }

  .mbl-landing-hero__inner {
    gap: 16px;
    padding: 18px;
  }

  .mbl-hero-scene {
    min-height: 320px;
    margin-top: 2px;
  }

  .mbl-scene-window {
    transform: none;
  }

  .mbl-scene-window__body {
    grid-template-columns: 1fr;
  }

  .mbl-scene-nav {
    display: flex;
    overflow-x: auto;
    gap: 6px;
  }

  .mbl-scene-nav span {
    white-space: nowrap;
  }

  .mbl-scene-float {
    display: none;
  }

  .mbl-showcase {
    padding: 16px;
  }

  .mbl-demo-stage {
    min-height: 460px;
  }

  .mbl-demo-window__kpis {
    grid-template-columns: 1fr;
  }
}

.mbl-pricing-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 22px 18px 52px;
  display: grid;
  gap: 12px;
}

.mbl-pricing-hero {
  padding: 18px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 12px;
  align-items: center;
}

.mbl-pricing-hero h1 {
  margin: 10px 0 0;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.06;
  color: #0f172a;
}

.mbl-pricing-hero .mbl-muted {
  margin-top: 10px;
  max-width: 700px;
}

.mbl-pricing-hero__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.mbl-pricing-switch {
  display: inline-flex;
  gap: 8px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #d8e8f7;
  border-radius: 14px;
  padding: 6px;
  width: fit-content;
}

.mbl-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.mbl-price-card {
  border-radius: 15px;
  border: 1px solid #d6e6f5;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(245, 251, 255, 0.94));
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  padding: 13px;
  display: grid;
  gap: 8px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.mbl-price-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
  border-color: #7ccaf7;
}

.mbl-price-card h3 {
  margin: 0;
  font-size: 18px;
  color: #0b2239;
}

.mbl-price-card p {
  margin: 0;
  font-size: 13px;
  color: #5c7188;
  min-height: 36px;
}

.mbl-price-value {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #0b4a74;
}

.mbl-pricing-combos {
  padding: 18px;
  display: grid;
  gap: 10px;
}

.mbl-combo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mbl-combo-card {
  border: 1px solid #d7e7f6;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(244, 250, 255, 0.98), rgba(236, 247, 255, 0.92));
  padding: 12px;
  display: grid;
  gap: 6px;
}

.mbl-combo-card h3 {
  margin: 0;
  font-size: 18px;
  color: #0b2239;
}

.mbl-combo-card p {
  margin: 0;
  color: #465f79;
  font-size: 13px;
}

.mbl-combo-note {
  font-size: 12px;
  color: #5d7892;
}

@media (max-width: 1120px) {
  .mbl-landing-hero__inner {
    grid-template-columns: 1fr;
  }
  .mbl-proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .mbl-problem-grid,
  .mbl-benefits-grid {
    grid-template-columns: 1fr 1fr;
  }
  .mbl-modules-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mbl-target-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .mbl-showcase-layout {
    grid-template-columns: 1fr;
  }
  .mbl-showcase-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mbl-pricing-hero {
    grid-template-columns: 1fr;
  }
  .mbl-pricing-hero__actions {
    justify-content: flex-start;
  }
  .mbl-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mbl-combo-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .mbl-landing {
    padding: 16px 12px 42px;
    gap: 12px;
  }
  .mbl-landing-hero__inner {
    padding: 18px;
  }
  .mbl-landing h1 {
    font-size: clamp(30px, 9vw, 42px);
    max-width: 100%;
  }
  .mbl-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mbl-problem-grid,
  .mbl-benefits-grid,
  .mbl-modules-grid,
  .mbl-target-grid {
    grid-template-columns: 1fr;
  }
  .mbl-showcase-tabs {
    grid-template-columns: 1fr;
  }
  .mbl-demo-stage {
    min-height: 420px;
  }
  .mbl-section,
  .mbl-showcase,
  .mbl-cta-band {
    padding: 16px;
  }
  .mbl-cta-band h2 {
    font-size: 23px;
  }
}

[data-reveal] {
  opacity: 0;
  transform: translateY(16px) scale(.986);
  transition: opacity .44s ease, transform .54s cubic-bezier(.2,.7,0,1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .mbl-landing-hero__bg,
  .mbl-hero-scene,
  .mbl-scene-glow,
  .mbl-line > em,
  .mbl-scene-window,
  .mbl-scene-float,
  [data-reveal],
  [data-reveal].is-visible {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

.mbl-page {
  max-width: 1260px;
  margin: 28px auto;
  padding: 0 18px;
}

.mbl-hero {
  background: linear-gradient(140deg, #0f172a, #1e293b);
  color: #fff;
  border-radius: var(--mbl-radius-lg);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: var(--mbl-shadow);
}

.mbl-hero h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

.mbl-hero p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.mbl-module-wrap {
  margin-top: 16px;
  background: var(--mbl-surface);
  border: 1px solid var(--mbl-border);
  border-radius: var(--mbl-radius-lg);
  box-shadow: var(--mbl-shadow);
  padding: 16px;
}

.mbl-module-root {
  min-height: 320px;
}

.mbl-loading {
  color: var(--mbl-muted);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.mbl-loading::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #b7dff7;
  border-top-color: #0284c7;
  border-radius: 999px;
  animation: mbl-spin 0.85s linear infinite;
}

@keyframes mbl-spin { to { transform: rotate(360deg); } }

.mbl-auth-screen {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.mbl-auth-card {
  width: min(560px, 100%);
  background: var(--mbl-surface);
  border: 1px solid var(--mbl-border);
  border-radius: 20px;
  box-shadow: var(--mbl-shadow);
  padding: 22px;
}

.mbl-auth-title {
  margin: 0;
  font-size: 30px;
  font-weight: 900;
  color: #0b2239;
}

.mbl-auth-subtitle {
  margin: 8px 0 18px;
  color: var(--mbl-muted);
}

.mbl-auth-native {
  display: grid;
  gap: 12px;
}

.mbl-auth-native label {
  font-weight: 700;
  font-size: 13px;
  color: #1e293b;
}

.mbl-auth-native input,
.mbl-auth-native button,
.mbl-auth-native select {
  width: 100%;
  border: 1px solid var(--mbl-border);
  border-radius: 12px;
  min-height: 46px;
  padding: 10px 12px;
  font-size: 15px;
}

.mbl-auth-native button,
button[data-auth-google] {
  cursor: pointer;
  border: none;
  font-weight: 800;
  background: linear-gradient(135deg, #0ea5e9, #0284c7);
  color: #fff;
}

button[data-auth-google] {
  width: 100%;
  min-height: 46px;
  border-radius: 12px;
  margin-top: 8px;
}

.mbl-auth-links {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  color: #0f4f7a;
}

.w-form-done,
.w-form-fail {
  display: none;
  margin-top: 12px;
}

.mbl-hub-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.mbl-hub-card {
  background: var(--mbl-surface);
  border: 1px solid var(--mbl-border);
  border-radius: 14px;
  padding: 14px;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(2, 6, 23, 0.05);
}

.mbl-hub-card strong {
  display: block;
  font-size: 15px;
  color: #0f172a;
}

.mbl-hub-card span {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 13px;
}

.mbl-placeholder {
  border: 1px dashed var(--mbl-border);
  border-radius: 12px;
  padding: 14px;
  background: #f8fbff;
  color: #334155;
}

.mbl-placeholder h2 {
  margin: 0 0 8px;
  font-size: 18px;
}

.mbl-placeholder p { margin: 0 0 12px; color: #64748b; }

.mbl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid var(--mbl-border);
  background: #fff;
  padding: 9px 12px;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 720px) {
  .mbl-landing {
    padding: 12px 12px 34px;
  }
  .mbl-landing-hero {
    border-radius: 16px;
  }
  .mbl-landing-hero__inner {
    grid-template-columns: 1fr;
    padding: 16px;
  }
  .mbl-landing h1 {
    margin-top: 10px;
    font-size: 33px;
  }
  .mbl-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mbl-proof-item {
    min-height: 86px;
    padding: 10px;
  }
  .mbl-proof-item strong {
    font-size: 21px;
  }
  .mbl-landing-bands {
    grid-template-columns: 1fr;
  }
  .mbl-showcase-layout {
    grid-template-columns: 1fr;
  }
  .mbl-showcase-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
  .mbl-showcase-tab {
    font-size: 12px;
    padding: 9px 9px;
  }
  .mbl-demo-stage {
    min-height: 320px;
  }
  .mbl-demo-pane {
    padding: 10px;
  }
  .mbl-cta-band {
    padding: 14px;
  }
  .mbl-cta-actions {
    width: 100%;
  }
  .mbl-cta-actions .mbl-landing-btn {
    flex: 1 1 calc(50% - 6px);
  }
  .mbl-pricing-page {
    padding: 12px 12px 34px;
  }
  .mbl-pricing-grid {
    grid-template-columns: 1fr;
  }
  .mbl-pricing-switch {
    width: 100%;
  }
  .mbl-pricing-switch .mbl-showcase-tab {
    flex: 1 1 50%;
    text-align: center;
  }
  .mbl-page { margin: 16px auto 90px; padding: 0 12px; }
  .mbl-hero { padding: 14px; border-radius: 14px; }
  .mbl-module-wrap { padding: 12px; border-radius: 14px; }
  .mbl-auth-card { padding: 16px; border-radius: 16px; }
  .mbl-auth-title { font-size: 24px; }
}
