:root {
  --ink: #152235;
  --navy: #071b33;
  --muted: #617389;
  --soft: #f4f8fc;
  --line: #dbe6f3;
  --white: #ffffff;
  --blue: #2563eb;
  --blue-soft: #e9f1ff;
  --cyan: #06b6d4;
  --teal: #12b981;
  --green-soft: #e9fbf4;
  --amber: #f59e0b;
  --amber-soft: #fff5df;
  --rose: #ef4444;
  --rose-soft: #fff0f1;
  --violet: #7c3aed;
  --violet-soft: #f2eafe;
  --shadow-soft: 0 18px 48px rgba(30, 69, 110, .10);
  --shadow-card: 0 10px 28px rgba(30, 69, 110, .08);
  --radius-xl: 30px;
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.msl-refined-body {
  margin: 0;
  color: var(--ink);
  background: #f8fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.62;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.msl-page {
  overflow-x: hidden;
  padding-top: 58px;
  background:
    radial-gradient(circle at 8% 6%, rgba(37, 99, 235, .10), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(6, 182, 212, .14), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 52%, #ffffff 100%);
}
.msl-container { width: min(1160px, calc(100% - 42px)); margin-inline: auto; }

.msl-nav,
.msl-nav-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  min-height: 70px;
  padding: 12px min(38px, 4vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(214, 227, 240, .82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.admin-bar .msl-nav,
.admin-bar .msl-nav-sticky { top: 32px; }
.msl-brand img { width: 148px; height: auto; }
.msl-menu {
  display: flex;
  gap: 5px;
  padding: 5px;
  border: 1px solid #dde8f6;
  background: #f4f8fd;
  border-radius: 999px;
}
.msl-menu a {
  padding: 8px 13px;
  border-radius: 999px;
  color: #44566b;
  font-size: 13px;
  font-weight: 750;
}
.msl-menu a:hover { color: var(--blue); background: #fff; box-shadow: var(--shadow-card); }
.msl-lang {
  display: inline-flex;
  gap: 4px;
  padding: 5px;
  background: #fff;
  border: 1px solid #dde8f6;
  border-radius: 999px;
}
.msl-lang button {
  appearance: none;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  background: transparent;
  color: #63758b;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 850;
}
.msl-lang button.is-active { background: var(--navy); color: #fff; }

.msl-hero {
  position: relative;
  padding: 78px 0 86px;
  background:
    linear-gradient(100deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.92) 44%, rgba(237,247,255,.86) 100%),
    var(--hero-bg) center/cover no-repeat;
}
.msl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(130deg, rgba(37, 99, 235, .08), transparent 34%),
    radial-gradient(circle at 84% 34%, rgba(18, 185, 129, .14), transparent 22%);
  pointer-events: none;
}
.hero-watermark {
  position: absolute;
  left: 22px;
  top: 140px;
  writing-mode: vertical-rl;
  letter-spacing: .36em;
  color: rgba(7, 27, 51, .14);
  font-size: 11px;
  font-weight: 900;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 54px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 11px;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 900;
}
.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(37, 99, 235, .10);
}
.eyebrow.blue { color: var(--blue); }
.eyebrow.teal { color: var(--teal); }
.eyebrow.amber { color: var(--amber); }
.eyebrow.violet { color: var(--violet); }
.hero-copy h1,
.intro-heading h2,
.workflow-copy h2,
.section-head h2,
.benefit-copy h2,
.vision-card h2,
.contact-card h2 {
  margin: 0;
  color: var(--navy);
  font-weight: 820;
  letter-spacing: -.035em;
  line-height: 1.12;
}
.hero-copy h1 { max-width: 560px; font-size: clamp(34px, 4.1vw, 54px); }
.lead {
  max-width: 600px;
  margin: 20px 0 0;
  color: #52657d;
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.78;
}
.hero-actions { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { color: #fff; background: linear-gradient(135deg, var(--blue), #0ea5e9); box-shadow: 0 14px 28px rgba(37, 99, 235, .22); }
.btn.secondary { color: #133153; background: #fff; border: 1px solid #d9e5f2; }
.color-metrics {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 610px;
}
.metric {
  border-radius: 17px;
  padding: 14px 14px;
  border: 1px solid rgba(255,255,255,.65);
  min-height: 90px;
}
.metric b { display: block; margin-bottom: 6px; font-size: 13px; letter-spacing: .09em; }
.metric span { display: block; font-size: 13px; line-height: 1.45; color: #273c55; font-weight: 760; }
.blue-card { background: linear-gradient(135deg, var(--blue-soft), #f8fbff); color: var(--blue); }
.green-card { background: linear-gradient(135deg, var(--green-soft), #f7fffb); color: var(--teal); }
.amber-card { background: linear-gradient(135deg, var(--amber-soft), #fffaf1); color: var(--amber); }
.rose-card { background: linear-gradient(135deg, var(--rose-soft), #fff8f8); color: var(--rose); }
.violet-card { background: linear-gradient(135deg, var(--violet-soft), #fbf8ff); color: var(--violet); }

.hero-media { position: relative; min-height: 490px; }
.media-bg-card {
  position: absolute;
  inset: 40px 0 0 54px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(37, 99, 235, .16), rgba(6, 182, 212, .14) 44%, rgba(245, 158, 11, .13));
  transform: rotate(-3deg);
}
.product-window,
.showcase-card,
.mini-screen,
.screen-card,
.vision-card,
.contact-card,
.tagline-card {
  border: 1px solid rgba(205, 219, 235, .9);
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow-soft);
}
.product-window {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}
.main-window { transform: perspective(1200px) rotateY(-5deg) rotateX(1.8deg); }
.window-top {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  background: #0b1f3a;
  color: #c9d8ea;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.window-top span { width: 8px; height: 8px; border-radius: 99px; background: #ff5f57; }
.window-top span:nth-child(2) { background: #ffbd2e; }
.window-top span:nth-child(3) { background: #28c840; margin-right: 8px; }
.window-top em { font-style: normal; }
.product-window img { width: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: top left; }
.side-label {
  position: absolute;
  display: grid;
  gap: 2px;
  min-width: 146px;
  padding: 13px 15px;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  border: 1px solid #dbe6f3;
  box-shadow: var(--shadow-card);
}
.side-label b { color: var(--navy); font-size: 18px; line-height: 1; }
.side-label span { color: var(--muted); font-size: 12px; font-weight: 750; }
.side-label-a { left: -22px; bottom: 64px; }
.side-label-b { right: 8px; top: 58px; }

.intro-band { padding: 76px 0 46px; }
.intro-grid,
.workflow-grid,
.contact-card {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 54px;
  align-items: center;
}
.intro-heading h2,
.workflow-copy h2,
.benefit-copy h2,
.contact-card h2 { max-width: 520px; font-size: clamp(26px, 3vw, 38px); }
.intro-text p,
.workflow-copy p,
.benefit-copy p,
.section-head p,
.contact-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.tagline-card {
  margin-top: 22px;
  border-radius: 22px;
  padding: 20px;
  background:
    linear-gradient(135deg, #fff 0%, #eff7ff 55%, #fff6e6 100%);
}
.tagline-card small { display: block; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.tagline-card strong { display: block; margin-top: 6px; color: var(--navy); font-size: 22px; line-height: 1.25; }

.feature-ribbon { padding: 14px 0 70px; }
.ribbon-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.ribbon-card {
  min-height: 178px;
  border-radius: 24px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: var(--shadow-card);
}
.ribbon-card span { display: block; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.ribbon-card h3 { margin: 22px 0 6px; color: var(--navy); font-size: 21px; line-height: 1.15; }
.ribbon-card p { margin: 0; color: #52657d; font-size: 14px; line-height: 1.6; }

.workflow-section {
  position: relative;
  padding: 78px 0;
  background:
    linear-gradient(135deg, #0b2b55 0%, #0e5ec7 54%, #07a7ce 100%);
}
.workflow-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 16% 28%, rgba(255,255,255,.18), transparent 28%), radial-gradient(circle at 82% 24%, rgba(245,158,11,.18), transparent 24%);
  opacity: .86;
}
.workflow-grid { position: relative; z-index: 1; color: #fff; }
.showcase-stack { position: relative; min-height: 430px; }
.showcase-card { overflow: hidden; border-radius: 26px; transform: rotate(-1.2deg); }
.showcase-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: top left; }
.mini-screen { position: absolute; overflow: hidden; border-radius: 18px; width: 248px; padding: 7px; }
.mini-screen img { border-radius: 13px; aspect-ratio: 16/9; object-fit: cover; object-position: top left; }
.mini-one { right: -22px; bottom: 24px; }
.mini-two { left: 22px; bottom: -26px; }
.workflow-copy .eyebrow { color: #b8fff0; }
.workflow-copy h2 { color: #fff; }
.workflow-copy p { color: rgba(255,255,255,.82); }
.steps-list { display: grid; gap: 12px; margin-top: 26px; }
.steps-list div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.20);
  color: #fff;
}
.steps-list b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 99px;
  background: #fff;
  color: var(--blue);
  font-size: 13px;
}
.steps-list span { font-size: 14px; font-weight: 700; line-height: 1.5; }

.screens-section { padding: 84px 0 42px; }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 38px; }
.section-head h2 { font-size: clamp(26px, 3vw, 38px); }
.section-head p { margin-top: 14px; }
.screen-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.screen-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 0;
  border-radius: 26px;
}
.screen-card img { height: 100%; min-height: 240px; object-fit: cover; object-position: top left; border-right: 1px solid #e0e9f5; }
.screen-card div { padding: 24px; display: flex; flex-direction: column; justify-content: center; }
.screen-card span { font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.screen-card h3 { margin: 8px 0 8px; color: var(--navy); font-size: 22px; line-height: 1.2; }
.screen-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.accent-blue span { color: var(--blue); }
.accent-green span { color: var(--teal); }
.accent-amber span { color: var(--amber); }
.accent-rose span { color: var(--rose); }

.benefit-section { padding: 52px 0 40px; }
.benefit-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 36px;
  align-items: center;
  padding: 34px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, #ffffff 0%, #f3f8ff 42%, #fff8eb 100%);
  border: 1px solid #dce8f5;
  box-shadow: var(--shadow-soft);
}
.benefit-copy p { margin-top: 14px; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.benefit-grid div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-height: 104px;
  padding: 18px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #dce8f5;
}
.dot { flex: 0 0 auto; width: 12px; height: 12px; border-radius: 99px; margin-top: 6px; }
.blue-dot { background: var(--blue); }
.green-dot { background: var(--teal); }
.amber-dot { background: var(--amber); }
.rose-dot { background: var(--rose); }
.benefit-grid span { color: #334960; font-size: 14px; font-weight: 720; line-height: 1.55; }

.vision-section { padding: 44px 0 72px; }
.vision-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 18px; }
.vision-card { border-radius: 26px; padding: 28px; }
.vision-card h2 { font-size: clamp(24px, 2.6vw, 34px); }
.vision-card p,
.vision-card li { color: var(--muted); font-size: 15px; line-height: 1.7; }
.vision-card ul { margin: 14px 0 0; padding-left: 20px; }
.mini-icon { display: inline-block; width: 42px; height: 42px; border-radius: 14px; margin-bottom: 18px; }

.contact-section { padding: 24px 0 60px; }
.contact-card {
  grid-template-columns: 1fr .82fr;
  padding: 34px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(237,247,255,.96)),
    url("product-blur-bg.jpg") center/cover no-repeat;
}
.contact-card h2 { font-size: clamp(25px, 2.8vw, 36px); }
.contact-card p { margin-top: 12px; }
.contact-actions { display: grid; gap: 12px; }
.contact-actions a {
  display: block;
  padding: 17px 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #dce8f5;
  box-shadow: var(--shadow-card);
}
.contact-actions small { display: block; margin-bottom: 3px; color: var(--blue); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.contact-actions strong { color: var(--navy); font-size: 16px; overflow-wrap: anywhere; }

.msl-footer { padding: 28px 0 36px; border-top: 1px solid #dfe9f5; color: #66788d; font-size: 13px; }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.footer-grid img { width: 132px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }

@media (max-width: 980px) {
  .msl-menu { display: none; }
  .hero-grid,
  .intro-grid,
  .workflow-grid,
  .benefit-panel,
  .vision-grid,
  .contact-card { grid-template-columns: 1fr; }
  .msl-hero { padding-top: 54px; }
  .hero-media { min-height: auto; }
  .media-bg-card, .hero-watermark, .side-label { display: none; }
  .main-window { transform: none; }
  .color-metrics, .ribbon-grid, .screen-grid, .benefit-grid { grid-template-columns: 1fr 1fr; }
  .showcase-stack { min-height: auto; padding-bottom: 90px; }
  .mini-one { right: 16px; bottom: 22px; }
  .mini-two { left: 16px; bottom: 0; }
}

@media (max-width: 720px) {
  .msl-container { width: min(100% - 28px, 1160px); }
  .msl-nav { min-height: 64px; padding: 10px 14px; }
  .msl-brand img { width: 126px; }
  .hero-copy h1 { font-size: 34px; }
  .intro-heading h2,
  .workflow-copy h2,
  .benefit-copy h2,
  .section-head h2,
  .contact-card h2 { font-size: 27px; }
  .lead { font-size: 15.5px; }
  .color-metrics,
  .ribbon-grid,
  .screen-grid,
  .benefit-grid { grid-template-columns: 1fr; }
  .screen-card { grid-template-columns: 1fr; }
  .screen-card img { min-height: 190px; border-right: 0; border-bottom: 1px solid #e0e9f5; }
  .workflow-section { padding: 56px 0; }
  .mini-screen { position: relative; width: auto; left: auto; right: auto; bottom: auto; margin-top: 12px; }
  .showcase-stack { padding-bottom: 0; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
}

/* v5.1 responsive polish: compact brand, softer headings, tablet/mobile optimization */
.msl-nav {
  min-height: 58px;
  padding: 9px min(30px, 3.2vw);
}
.msl-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.msl-brand img {
  width: 112px;
  max-height: 34px;
  object-fit: contain;
}
.msl-menu a {
  padding: 7px 12px;
  font-size: 12px;
}
.msl-lang button {
  padding: 6px 9px;
  font-size: 11px;
}
.hero-copy h1 {
  max-width: 500px;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.16;
  letter-spacing: -.025em;
}
.intro-heading h2,
.workflow-copy h2,
.benefit-copy h2,
.contact-card h2 {
  font-size: clamp(23px, 2.2vw, 31px);
  line-height: 1.22;
  letter-spacing: -.025em;
}
.section-head h2 {
  font-size: clamp(23px, 2.2vw, 31px);
  line-height: 1.22;
  letter-spacing: -.025em;
}
.vision-card h2 {
  font-size: clamp(22px, 2vw, 29px);
}
.lead,
.intro-text p,
.workflow-copy p,
.benefit-copy p,
.section-head p,
.contact-card p {
  font-size: 15px;
  line-height: 1.72;
}
.tagline-card strong { font-size: 19px; }
.ribbon-card h3 { font-size: 18px; }
.screen-card h3 { font-size: 20px; }
.hero-grid { grid-template-columns: .82fr 1.18fr; gap: 42px; }
.msl-hero { padding: 62px 0 72px; }
.hero-media { min-height: 430px; }
.color-metrics { gap: 9px; }
.metric { min-height: 78px; padding: 12px 13px; }
.metric b, .metric span { font-size: 12px; }

@media (max-width: 1180px) {
  .msl-container { width: min(1080px, calc(100% - 36px)); }
  .hero-grid { gap: 34px; }
  .hero-copy h1 { font-size: clamp(29px, 3.4vw, 40px); }
  .hero-media { min-height: 390px; }
  .ribbon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .msl-nav {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
    min-height: 58px;
    padding: 9px 18px;
  }
  .msl-brand img { width: 104px; max-height: 32px; }
  .msl-menu {
    display: flex;
    grid-column: 2 / 3;
    justify-self: center;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
  }
  .msl-menu::-webkit-scrollbar { display: none; }
  .msl-menu a { padding: 7px 10px; font-size: 11px; }
  .msl-lang { justify-self: end; }
  .hero-grid,
  .intro-grid,
  .workflow-grid,
  .benefit-panel,
  .vision-grid,
  .contact-card { grid-template-columns: 1fr; }
  .msl-hero { padding: 44px 0 56px; }
  .hero-copy { max-width: 720px; }
  .hero-copy h1 { max-width: 620px; font-size: clamp(30px, 5vw, 40px); }
  .lead { max-width: 660px; }
  .hero-media { min-height: auto; margin-top: 8px; }
  .media-bg-card, .hero-watermark, .side-label { display: none; }
  .main-window { transform: none; }
  .intro-band { padding: 54px 0 34px; }
  .feature-ribbon { padding-bottom: 52px; }
  .workflow-section { padding: 62px 0; }
  .showcase-stack { min-height: auto; padding-bottom: 82px; }
  .showcase-card { transform: none; }
  .mini-one { right: 18px; bottom: 18px; }
  .mini-two { left: 18px; bottom: -10px; }
  .screens-section { padding: 62px 0 32px; }
  .screen-grid { grid-template-columns: 1fr; }
  .screen-card { grid-template-columns: 1fr 1fr; }
  .benefit-section { padding-top: 40px; }
}

@media (max-width: 760px) {
  .msl-container { width: min(100% - 28px, 1160px); }
  .msl-nav {
    grid-template-columns: 1fr auto;
    gap: 9px;
    padding: 9px 14px 10px;
  }
  .msl-brand img { width: 96px; max-height: 30px; }
  .msl-lang { grid-column: 2; grid-row: 1; }
  .msl-lang button { padding: 6px 8px; font-size: 10.5px; }
  .msl-menu {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
    justify-content: flex-start;
    padding: 4px;
    border-radius: 16px;
    background: rgba(244, 248, 253, .92);
  }
  .msl-menu a { padding: 7px 11px; font-size: 11px; }
  .admin-bar .msl-nav,
  .admin-bar .msl-nav-sticky { top: 46px; }
  .msl-hero { padding: 34px 0 46px; }
  .hero-copy h1 { font-size: clamp(27px, 8.2vw, 34px); line-height: 1.18; }
  .intro-heading h2,
  .workflow-copy h2,
  .benefit-copy h2,
  .section-head h2,
  .contact-card h2 { font-size: clamp(22px, 6.6vw, 28px); }
  .lead,
  .intro-text p,
  .workflow-copy p,
  .benefit-copy p,
  .section-head p,
  .contact-card p { font-size: 14.5px; line-height: 1.68; }
  .hero-actions { margin-top: 22px; }
  .btn { width: 100%; min-height: 43px; }
  .color-metrics,
  .ribbon-grid,
  .benefit-grid { grid-template-columns: 1fr; }
  .product-window { border-radius: 20px; }
  .window-top { height: 32px; font-size: 8px; }
  .product-window img { aspect-ratio: 16 / 10; }
  .ribbon-card { min-height: 140px; padding: 18px; border-radius: 19px; }
  .tagline-card { padding: 17px; border-radius: 18px; }
  .tagline-card strong { font-size: 17px; }
  .screen-card { grid-template-columns: 1fr; border-radius: 21px; }
  .screen-card img { min-height: 185px; max-height: 240px; border-right: 0; border-bottom: 1px solid #e0e9f5; }
  .screen-card div { padding: 19px; }
  .showcase-stack { padding-bottom: 0; }
  .mini-screen { position: relative; width: 100%; left: auto; right: auto; bottom: auto; margin-top: 12px; }
  .benefit-panel,
  .contact-card { padding: 22px; border-radius: 24px; }
  .vision-card { padding: 22px; border-radius: 22px; }
  .contact-actions a { padding: 15px; border-radius: 16px; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
  .footer-grid img { width: 104px; }
}

@media (max-width: 420px) {
  .msl-container { width: min(100% - 22px, 1160px); }
  .msl-brand img { width: 90px; }
  .msl-lang { padding: 3px; gap: 2px; }
  .msl-lang button { padding: 5px 7px; }
  .msl-menu a { padding: 7px 10px; }
  .hero-copy h1 { font-size: 28px; }
  .eyebrow { font-size: 10px; letter-spacing: .11em; }
  .screen-card img { min-height: 165px; }
}


/* Fixed header patch */
#top,
#product,
#workflow,
#screens,
#contact {
  scroll-margin-top: 86px;
}

@media (max-width: 782px) {
  .admin-bar .msl-nav,
  .admin-bar .msl-nav-sticky {
    top: 46px;
  }
}

@media (max-width: 760px) {
  .msl-page {
    padding-top: 108px;
  }

  #top,
  #product,
  #workflow,
  #screens,
  #contact {
    scroll-margin-top: 126px;
  }
}

@media (max-width: 600px) {
  .admin-bar .msl-nav,
  .admin-bar .msl-nav-sticky {
    top: 0;
  }
}
