:root {
  color-scheme: dark;
}

.page-marketing {
  --mk-bg: #0a1018;
  --mk-surface: #121a24;
  --mk-elevated: #182330;
  --mk-line: rgba(180, 200, 220, 0.12);
  --mk-ink: #f4f7fb;
  --mk-muted: #9aa8b8;
  --mk-accent: #ff8a3d;
  --mk-accent-bright: #ffb27a;
  --mk-green: #4fd68a;
  min-height: 100dvh;
  margin: 0;
  background: var(--mk-bg);
  color: var(--mk-ink);
  font-family: "Pretendard Variable", Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.01em;
}

.page-marketing *,
.page-marketing *::before,
.page-marketing *::after {
  box-sizing: border-box;
}

.page-marketing a {
  color: inherit;
}

.mk-header {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 50;
  display: flex;
  width: min(1160px, calc(100% - 32px));
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0.6rem 0.55rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(9, 13, 20, 0.66);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.18), inset 0 1px rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(22px) saturate(1.35);
  transform: translateX(-50%);
  transition: width 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.mk-header.is-scrolled {
  width: min(1100px, calc(100% - 32px));
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(8, 12, 18, 0.88);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28), inset 0 1px rgba(255, 255, 255, 0.045);
}

.mk-header__logo {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 0.6rem;
  align-items: center;
  color: var(--mk-ink);
  text-decoration: none;
}

.mk-header__logo img {
  width: 32px;
  height: 32px;
}

.mk-header__logo strong {
  font-size: 1.02rem;
  font-weight: 780;
  letter-spacing: -0.055em;
}

.mk-header__logo span {
  color: var(--mk-accent);
}

.mk-header__nav {
  display: flex;
  gap: 0.15rem;
  align-items: center;
  margin-left: auto;
  padding: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
}

.mk-header__nav a,
.mk-header__login {
  color: #9da8b7;
  font-size: 0.76rem;
  font-weight: 620;
  text-decoration: none;
  transition: color 0.18s ease, background 0.18s ease;
}

.mk-header__nav a {
  padding: 0.55rem 0.72rem;
  border-radius: 9px;
}

.mk-header__nav a:hover {
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
}

.mk-header__login:hover {
  color: #fff;
}

.mk-header__actions {
  display: flex;
  gap: 0.3rem;
  align-items: center;
}

.mk-header__login,
.page-marketing .mk-header__cta,
.page-marketing .mk-header__download {
  padding: 0.65rem 0.85rem;
}

.page-marketing .mk-header__download {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.045);
  color: #eef3f8;
  font-size: 0.74rem;
  font-weight: 720;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease, color 0.18s ease;
}

.page-marketing .mk-header__download:hover {
  border-color: rgba(255, 154, 79, 0.55);
  background: rgba(255, 154, 79, 0.12);
  color: #fff;
  transform: translateY(-1px);
}

.page-marketing .mk-header__cta {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  border-radius: 11px;
  background: var(--mk-accent);
  color: #211006;
  font-size: 0.78rem;
  font-weight: 760;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(255, 138, 61, 0.18);
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.mk-header__cta span {
  font-size: 0.72rem;
  transition: transform 0.18s ease;
}

.mk-header__cta:hover {
  background: #ff9d5d;
  box-shadow: 0 12px 28px rgba(255, 138, 61, 0.28);
  transform: translateY(-1px);
}

.mk-header__cta:hover span {
  transform: translate(2px, -2px);
}

.mk-main {
  overflow: hidden;
}

.landing-wrap {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.landing-hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: center;
  padding: 8rem 0 5rem;
  overflow: hidden;
  background: #070a10;
}

.landing-hero__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.landing-hero__mesh {
  position: absolute;
  inset: -15%;
  display: block;
  opacity: 0.55;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(255, 123, 35, 0.08), transparent 35%),
    conic-gradient(from 205deg at 50% 50%, transparent, rgba(111, 76, 255, 0.07), transparent 24%, rgba(255, 122, 34, 0.08), transparent 58%);
  filter: blur(18px);
  animation: landing-mesh-drift 16s ease-in-out infinite alternate;
}

.landing-hero__halo {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(2px);
}

.landing-hero__halo--one {
  top: 12%;
  left: 50%;
  width: min(64vw, 820px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 138, 61, 0.09);
  box-shadow:
    0 0 100px rgba(255, 138, 61, 0.07),
    inset 0 0 100px rgba(255, 138, 61, 0.035);
  transform: translateX(-50%);
  animation: landing-halo-breathe 8s ease-in-out infinite;
}

.landing-hero__halo--two {
  top: 24%;
  left: 50%;
  width: min(46vw, 580px);
  aspect-ratio: 1;
  border: 1px solid rgba(136, 116, 255, 0.07);
  transform: translateX(-50%);
  animation: landing-halo-breathe 8s 1.2s ease-in-out infinite reverse;
}

.landing-hero__spotlight {
  position: absolute;
  inset: 0;
  display: block;
  background:
    radial-gradient(circle 270px at var(--mx, 50%) var(--my, 43%), rgba(255, 140, 69, 0.14), transparent 70%),
    radial-gradient(ellipse 680px 440px at 50% 46%, rgba(255, 112, 22, 0.075), transparent 72%);
  transition: background 0.2s ease;
}

.landing-hero__grain {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0.14;
  background-image: radial-gradient(rgba(255, 255, 255, 0.32) 0.45px, transparent 0.45px);
  background-size: 5px 5px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 78%, transparent);
}

@keyframes landing-mesh-drift {
  from { transform: translate3d(-2%, -1%, 0) rotate(-3deg) scale(1); }
  to { transform: translate3d(2%, 2%, 0) rotate(3deg) scale(1.06); }
}

@keyframes landing-halo-breathe {
  50% { opacity: 0.55; transform: translateX(-50%) scale(1.035); }
}

.landing-hero__layout {
  position: relative;
  z-index: 1;
  display: block;
  width: min(1180px, calc(100% - 2.5rem));
}

.landing-hero__copy {
  max-width: 1020px;
  margin-inline: auto;
  text-align: center;
  transition: transform 0.35s ease-out;
}

.landing-hero__badge {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  margin: 0 0 1.5rem;
  padding: 0.48rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #aab5c3;
  font-size: 0.7rem;
  font-weight: 620;
  letter-spacing: -0.01em;
  backdrop-filter: blur(10px);
}

.landing-hero__badge i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mk-accent);
  box-shadow: 0 0 0 4px rgba(255, 138, 61, 0.1), 0 0 14px rgba(255, 138, 61, 0.7);
  animation: landing-badge-pulse 2.2s ease-in-out infinite;
}

@keyframes landing-badge-pulse {
  50% { box-shadow: 0 0 0 7px rgba(255, 138, 61, 0), 0 0 20px rgba(255, 138, 61, 0.8); }
}

.landing-eyebrow {
  display: inline-flex;
  margin: 0 0 0.75rem;
  color: var(--mk-accent-bright);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.landing-hero h1 {
  margin: 0;
  color: #f7f9fc;
  font-size: clamp(3rem, 5.7vw, 5.15rem);
  font-weight: 730;
  line-height: 1.08;
  letter-spacing: -0.068em;
  word-break: keep-all;
  text-wrap: balance;
}

.landing-hero h1 span,
.landing-hero h1 em {
  display: block;
}

.landing-hero h1 em {
  margin-top: 0.16em;
  background: linear-gradient(90deg, #ff8a3d 10%, #ffb170 48%, #fff0e4 86%);
  background-clip: text;
  color: transparent;
  font-style: normal;
}

.landing-hero__lead {
  max-width: 42rem;
  margin: 1.65rem auto 0;
  color: #929eac;
  font-size: clamp(0.95rem, 1.35vw, 1.08rem);
  line-height: 1.75;
  word-break: keep-all;
}

.landing-hero__actions,
.landing-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 1.8rem;
}

.landing-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.86rem;
  font-weight: 680;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

.page-marketing .landing-btn--primary {
  background: var(--mk-accent);
  color: #211006;
  box-shadow: 0 14px 40px rgba(255, 126, 42, 0.22);
}

.landing-btn--primary:hover {
  transform: translateY(-1px);
  background: #ffa05a;
}

.landing-btn--primary span {
  transition: transform 0.18s ease;
}

.landing-btn--primary:hover span {
  transform: translateX(3px);
}

.landing-btn--secondary {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #d5dee8;
  backdrop-filter: blur(12px);
}

.landing-btn--secondary:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.page-marketing .landing-btn--download {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(16, 24, 34, 0.72);
  color: #f3f7fb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.page-marketing .landing-btn--download span {
  color: var(--mk-accent-bright, #ffb06f);
  transition: transform 0.18s ease;
}

.page-marketing .landing-btn--download:hover {
  border-color: rgba(255, 154, 79, 0.55);
  background: rgba(255, 154, 79, 0.12);
  transform: translateY(-1px);
}

.page-marketing .landing-btn--download:hover span {
  transform: translateY(2px);
}

.landing-final .landing-btn--download {
  border-color: #cfd6e0;
  background: #151b24;
  color: #f4f7fb;
}

.landing-hero__outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(660px, 100%);
  margin: clamp(2.4rem, 5vh, 3.6rem) auto 0;
  padding: 0;
  border-block: 1px solid rgba(255, 255, 255, 0.07);
  list-style: none;
}

.landing-hero__outcomes li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: center;
  padding: 1rem 1.15rem;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  transition: background 0.25s ease;
}

.landing-hero__outcomes li:last-child {
  border-right: 0;
}

.landing-hero__outcomes li:hover {
  background: rgba(255, 255, 255, 0.025);
}

.landing-hero__outcomes i {
  color: var(--mk-accent);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 720;
}

.landing-hero__outcomes span {
  color: #aab4c1;
  font-size: 0.74rem;
  font-weight: 580;
  line-height: 1.5;
}

.landing-hero__scroll {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 2rem;
  display: grid;
  gap: 0.55rem;
  justify-items: center;
  color: #6e6e6e;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-decoration: none;
  transform: translateX(-50%);
  animation: landing-scroll-float 2.2s ease-in-out infinite;
}

.landing-hero__scroll > i {
  position: relative;
  display: block;
  width: 20px;
  height: 31px;
  border: 1px solid #454545;
  border-radius: 999px;
}

.landing-hero__scroll b {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 2px;
  height: 6px;
  border-radius: 99px;
  background: var(--mk-accent);
  transform: translateX(-50%);
  animation: landing-scroll-dot 1.6s ease-in-out infinite;
}

@keyframes landing-scroll-float {
  50% { transform: translate(-50%, 5px); }
}

@keyframes landing-scroll-dot {
  0% { opacity: 0; transform: translate(-50%, 0); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 10px); }
}

.landing-preview {
  position: relative;
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  background: #0e1520;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  scroll-margin-top: 5rem;
}

.landing-preview__copy h2 {
  margin: 0;
  color: #f2f6fb;
  font-size: clamp(1.7rem, 3.2vw, 2.7rem);
  font-weight: 740;
  line-height: 1.22;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

.landing-preview__copy--center {
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
}

.landing-preview__copy > p:not(.landing-eyebrow) {
  margin: 0.9rem 0 0;
  color: #9eacbc;
  font-size: 0.95rem;
  line-height: 1.7;
  word-break: keep-all;
}

.landing-preview__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin: clamp(2rem, 4vw, 3.25rem) 0 0;
  padding: 0;
  list-style: none;
}

.landing-preview__points li {
  position: relative;
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease, background 0.35s ease;
}

.landing-preview__points li::before {
  position: absolute;
  right: -30%;
  bottom: -45%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 138, 61, 0.12);
  filter: blur(36px);
  content: "";
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.landing-preview__points li:hover {
  border-color: rgba(255, 178, 122, 0.24);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 138, 61, 0.025));
  transform: translateY(-7px);
}

.landing-preview__points li:hover::before {
  opacity: 1.4;
  transform: translate(-18px, -18px) scale(1.15);
}

.landing-preview__points span {
  color: var(--mk-accent-bright);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.6;
}

.landing-preview__point-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-top: 1.7rem;
  border: 1px solid rgba(255, 178, 122, 0.18);
  border-radius: 14px;
  background: rgba(255, 138, 61, 0.07);
  color: var(--mk-accent-bright);
  font-size: 1.15rem;
  transition: transform 0.35s ease, background 0.35s ease;
}

.landing-preview__points li:hover .landing-preview__point-icon {
  background: rgba(255, 138, 61, 0.14);
  transform: rotate(-6deg) scale(1.06);
}

.landing-preview__point-copy {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 1.5rem;
}

.landing-preview__points strong {
  display: block;
  color: #eef3f8;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

.landing-preview__points p {
  margin: 0.3rem 0 0;
  color: #8f9eae;
  font-size: 0.84rem;
  line-height: 1.55;
  word-break: keep-all;
}

.landing-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(200, 214, 230, 0.14);
  border-radius: 16px;
  background: linear-gradient(180deg, #151e2a 0%, #0f1620 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 40px 80px rgba(0, 0, 0, 0.45);
}

.landing-window__bar {
  display: flex;
  height: 40px;
  gap: 0.65rem;
  align-items: center;
  padding: 0 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  color: #7f8d9d;
  font-size: 0.68rem;
  letter-spacing: -0.02em;
}

.landing-window__dots {
  display: flex;
  gap: 0.35rem;
}

.landing-window__dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3a4654;
}

.landing-window__dots i:first-child { background: #ff5f57; }
.landing-window__dots i:nth-child(2) { background: #febc2e; }
.landing-window__dots i:nth-child(3) { background: #28c840; }

.landing-window__bar > em {
  margin-left: auto;
  padding: 0.18rem 0.45rem;
  border-radius: 999px;
  background: rgba(79, 214, 138, 0.1);
  color: #79e4ab;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.landing-window__body {
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  min-height: 360px;
}

.landing-demo-nav {
  padding: 0.9rem 0.55rem;
  border-right: 1px solid var(--mk-line);
  background: #0d141d;
}

.landing-demo-nav > strong {
  display: block;
  margin: 0 0.35rem 1rem;
  color: #f1f5f9;
  font-size: 0.72rem;
}

.landing-demo-nav button {
  display: flex;
  width: 100%;
  gap: 0.45rem;
  align-items: center;
  margin-top: 0.35rem;
  padding: 0.5rem;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: #778596;
  font-size: 0.58rem;
  text-align: left;
  transition: 0.24s ease;
}

.landing-demo-nav button span {
  color: #4f5d6d;
  font-size: 0.48rem;
}

.landing-demo-nav button.is-active {
  border-color: rgba(255, 147, 72, 0.32);
  background: rgba(255, 147, 72, 0.12);
  color: #ffd2b1;
}

.landing-demo-main {
  min-width: 0;
  padding: 1rem;
}

.landing-demo-main > header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.landing-demo-main header small,
.landing-demo-main header strong {
  display: block;
}

.landing-demo-main header small {
  color: #758394;
  font-size: 0.56rem;
}

.landing-demo-main header strong {
  margin-top: 0.2rem;
  color: #e5ebf2;
  font-size: 0.86rem;
}

.landing-demo-live {
  display: flex;
  gap: 0.35rem;
  align-items: center;
  padding: 0.3rem 0.5rem;
  border: 1px solid rgba(88, 218, 153, 0.22);
  border-radius: 999px;
  background: rgba(88, 218, 153, 0.07);
  color: #86e5af;
  font-size: 0.5rem;
}

.landing-demo-live i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mk-green);
  animation: landing-live 1.8s ease-in-out infinite;
}

@keyframes landing-live {
  50% { opacity: 0.35; }
}

.landing-demo-input {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
  margin-top: 0.85rem;
  padding: 0.5rem 0.6rem;
  border: 1px solid var(--mk-line);
  border-radius: 8px;
  background: #0a1017;
  color: #8391a1;
  font-size: 0.58rem;
}

.landing-demo-input button,
.landing-demo-insight button {
  padding: 0.38rem 0.55rem;
  border: 0;
  border-radius: 5px;
  background: var(--mk-accent);
  color: #2b1303;
  font-size: 0.52rem;
  font-weight: 850;
}

.landing-demo-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 0.55rem;
  margin-top: 0.6rem;
}

.landing-demo-grid article {
  min-width: 0;
  padding: 0.7rem;
  border: 1px solid var(--mk-line);
  border-radius: 9px;
  background: #18222e;
}

.landing-demo-grid small,
.landing-demo-insight > span {
  color: #778596;
  font-size: 0.5rem;
}

.landing-demo-score strong {
  display: inline-block;
  margin-top: 0.25rem;
  color: #f3f6fa;
  font-size: 1.35rem;
}

.landing-demo-score > em {
  color: #95a2b2;
  font-size: 0.52rem;
  font-style: normal;
}

.landing-demo-score > div {
  height: 4px;
  margin-top: 0.45rem;
  overflow: hidden;
  border-radius: 99px;
  background: #2b3643;
}

.landing-demo-score > div i {
  display: block;
  width: 78%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mk-accent), #ffc184);
  transition: width 0.4s ease;
}

.landing-demo-score p,
.landing-demo-insight p {
  margin: 0.4rem 0 0;
  color: #7f8d9d;
  font-size: 0.5rem;
  line-height: 1.45;
}

.landing-demo-insight strong {
  display: block;
  margin-top: 0.3rem;
  color: #d9e1ea;
  font-size: 0.65rem;
  line-height: 1.4;
}

.landing-demo-insight button {
  margin-top: 0.55rem;
  background: rgba(255, 147, 72, 0.12);
  color: #ffc79e;
}

.landing-demo-list {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.55rem;
}

.landing-demo-list p {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.45rem;
  align-items: center;
  margin: 0;
  padding: 0.43rem 0.55rem;
  border: 1px solid rgba(172, 196, 223, 0.11);
  border-radius: 7px;
  color: #a4b0bf;
  font-size: 0.52rem;
}

.landing-demo-list i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.landing-demo-list i.is-good { background: var(--mk-green); }
.landing-demo-list i.is-warn { background: var(--mk-accent); }
.landing-demo-list em { color: #6f7d8d; font-style: normal; }

.landing-float-card {
  position: absolute;
  z-index: 3;
  display: flex;
  border: 1px solid rgba(194, 211, 231, 0.26);
  border-radius: 10px;
  background: rgba(28, 41, 56, 0.94);
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}

.landing-float-card--top {
  top: -1.2rem;
  right: -1.1rem;
  flex-direction: column;
  padding: 0.65rem 0.75rem;
}

.landing-float-card--top span,
.landing-float-card--top small {
  color: #8290a0;
  font-size: 0.5rem;
}

.landing-float-card--top strong {
  margin: 0.15rem 0;
  color: #72e3a5;
  font-size: 1rem;
}

.landing-float-card--bottom {
  right: 2rem;
  bottom: -1.25rem;
  gap: 0.55rem;
  align-items: center;
  padding: 0.65rem 0.75rem;
}

.landing-float-card--bottom > i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mk-accent);
  box-shadow: 0 0 12px rgba(255, 147, 72, 0.65);
}

.landing-float-card--bottom strong,
.landing-float-card--bottom small {
  display: block;
}

.landing-float-card--bottom strong {
  color: #e6ecf3;
  font-size: 0.62rem;
}

.landing-float-card--bottom small {
  margin-top: 0.12rem;
  color: #8290a0;
  font-size: 0.48rem;
}

.landing-signal {
  border-block: 1px solid rgba(255, 255, 255, 0.06);
  background: #141414;
  color: var(--mk-ink);
  scroll-margin-top: 4rem;
}

.landing-signal__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.landing-signal__item {
  position: relative;
  min-width: 0;
  padding: clamp(1.6rem, 3vw, 2.3rem) clamp(1rem, 2vw, 1.5rem);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.landing-signal__item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}

.landing-signal__item strong,
.landing-signal__item span,
.landing-signal__item small {
  display: block;
}

.landing-signal__item strong {
  color: var(--mk-accent);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 750;
  letter-spacing: -0.045em;
}

.landing-signal__item span {
  margin-top: 0.55rem;
  color: #ededed;
  font-size: 0.86rem;
  font-weight: 680;
}

.landing-signal__item small {
  margin-top: 0.3rem;
  color: #777;
  font-size: 0.68rem;
  line-height: 1.5;
}

.landing-ai-shift {
  position: relative;
  padding: clamp(5.5rem, 10vw, 9rem) 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 126, 42, 0.14), transparent 28rem),
    radial-gradient(circle at 90% 85%, rgba(83, 122, 255, 0.1), transparent 30rem),
    #0c1016;
  color: #eef3f8;
  scroll-margin-top: 5rem;
}

.landing-ai-shift::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
  content: "";
  pointer-events: none;
}

.landing-ai-shift .landing-wrap {
  position: relative;
  z-index: 1;
}

.landing-ai-shift__head {
  max-width: 46rem;
  margin-bottom: clamp(2rem, 4vw, 3.2rem);
}

.landing-ai-shift__head .landing-eyebrow {
  margin-bottom: 0.7rem;
  color: var(--mk-accent-bright);
}

.landing-ai-shift__head h2 {
  margin: 0;
  color: #f5f7fa;
  font-size: clamp(2rem, 4.4vw, 3.6rem);
  font-weight: 760;
  line-height: 1.1;
  letter-spacing: -0.06em;
  word-break: keep-all;
}

.landing-ai-shift__head > p:not(.landing-eyebrow) {
  max-width: 36rem;
  margin: 0.9rem 0 0;
  color: #8e9cab;
  font-size: 0.94rem;
  line-height: 1.7;
  word-break: keep-all;
}

.landing-briefing {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: clamp(1.5rem, 3.8vw, 3rem);
  align-items: center;
}

.landing-briefing__stage {
  position: relative;
  display: grid;
  gap: 0.85rem;
}

.landing-briefing__stage::before {
  position: absolute;
  inset: 18% -6% -8% 10%;
  border-radius: 28px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 140, 70, 0.26), transparent 42%),
    radial-gradient(circle at 78% 78%, rgba(90, 140, 255, 0.16), transparent 40%);
  filter: blur(20px);
  content: "";
  pointer-events: none;
}

.landing-briefing-search {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.65rem;
  align-items: center;
  min-height: 52px;
  padding: 0.45rem 0.5rem 0.45rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
  color: #111;
  transform: translateY(0);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.landing-briefing.is-phase-search .landing-briefing-search {
  border-color: rgba(255, 138, 61, 0.55);
  box-shadow:
    0 0 0 4px rgba(255, 138, 61, 0.12),
    0 16px 40px rgba(0, 0, 0, 0.24);
}

.landing-briefing.is-phase-generate .landing-briefing-search,
.landing-briefing.is-phase-expose .landing-briefing-search {
  transform: translateY(-2px);
  opacity: 0.92;
}

.landing-briefing-search__mark {
  display: grid;
  width: 1.55rem;
  height: 1.55rem;
  place-items: center;
  border-radius: 0.35rem;
  background: #03c75a;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.landing-briefing-search__field {
  display: flex;
  align-items: center;
  min-width: 0;
  color: #111;
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.landing-briefing-search__field span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.landing-briefing-search__field i {
  display: inline-block;
  width: 1px;
  height: 1.05rem;
  margin-left: 1px;
  background: #111;
  opacity: 0;
}

.landing-briefing.is-phase-search .landing-briefing-search__field i {
  animation: landing-briefing-caret 0.9s steps(1) infinite;
}

.landing-briefing-search em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.2rem;
  min-height: 2.35rem;
  border-radius: 999px;
  background: #03c75a;
  color: #fff;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.landing-briefing.is-phase-search.is-searching .landing-briefing-search em {
  transform: scale(0.96);
  filter: brightness(1.08);
}

.landing-briefing-card {
  position: relative;
  z-index: 1;
  display: none;
  gap: 0.85rem;
  padding: 1rem 1rem 0.95rem;
  overflow: hidden;
  border: 1px solid #e7ebf0;
  border-radius: 18px;
  background: #fff;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 22px 48px rgba(0, 0, 0, 0.26);
  color: #1b2430;
}

.landing-briefing.is-phase-generate .landing-briefing-card,
.landing-briefing.is-phase-expose .landing-briefing-card {
  display: grid;
  animation: landing-briefing-card-in 0.48s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.landing-briefing.is-phase-expose .landing-briefing-card {
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 0 0 1px rgba(255, 138, 61, 0.14),
    0 24px 56px rgba(0, 0, 0, 0.28);
}

.landing-briefing-card__head {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  min-height: 1.6rem;
}

.landing-briefing-card__logo {
  display: grid;
  width: 1.4rem;
  height: 1.4rem;
  place-items: center;
}

.landing-briefing-card__logo svg {
  display: block;
}

.landing-briefing-card__head strong {
  color: #111;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.landing-briefing-card__status {
  display: none;
  margin-left: 0.15rem;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  background: #eef3ff;
  color: #4b6fd6;
  font-size: 0.66rem;
  font-weight: 750;
}

.landing-briefing.is-phase-generate .landing-briefing-card__status {
  display: inline-flex;
  animation: landing-briefing-pulse 1.1s ease-in-out infinite;
}

.landing-briefing.is-phase-expose .landing-briefing-card__status {
  display: none;
}

.landing-briefing-card__more {
  margin-left: auto;
  padding: 0 0.25rem;
  border: 0;
  background: transparent;
  color: #9aa3af;
  font-size: 1.15rem;
  line-height: 1;
  cursor: default;
}

.landing-briefing-card__carousel {
  overflow: hidden;
  margin-right: -0.35rem;
}

.landing-briefing-card__track {
  display: flex;
  gap: 0.5rem;
  width: max-content;
  padding-right: 1.2rem;
}

.landing-briefing-card__track figure {
  position: relative;
  flex: 0 0 10.4rem;
  width: 10.4rem;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #dfe5ec;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.landing-briefing-card__track figure.is-active {
  box-shadow:
    inset 0 0 0 1px rgba(255, 138, 61, 0.55),
    0 10px 22px rgba(255, 138, 61, 0.16);
  transform: translateY(-2px);
  z-index: 1;
}

.landing-briefing-thumb {
  aspect-ratio: 5 / 4;
  overflow: hidden;
  background: linear-gradient(145deg, #e8edf3, #d5dde8);
}

.landing-briefing-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.landing-briefing-card__track figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: grid;
  gap: 0.12rem;
  padding: 1.5rem 0.55rem 0.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92) 42%, #fff 72%);
}

.landing-briefing-card__track figcaption span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #171717;
  font-size: 0.7rem;
  font-weight: 750;
  line-height: 1.28;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.landing-briefing-card__track figcaption small {
  color: #8a93a0;
  font-size: 0.56rem;
  line-height: 1.25;
}

.landing-briefing-card__track figure em {
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  z-index: 2;
  padding: 0.14rem 0.4rem;
  border-radius: 999px;
  background: #ff8a3d;
  color: #fff;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 780;
  letter-spacing: -0.02em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}

.landing-briefing-card__readmore {
  position: relative;
}

.landing-briefing-card__body {
  display: grid;
  gap: 0.75rem;
  max-height: 7.6rem;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.landing-briefing-card.is-expanded .landing-briefing-card__body {
  max-height: 28rem;
}

.landing-briefing-card__body p,
.landing-briefing-card__body h3 {
  margin: 0;
  word-break: keep-all;
}

.landing-briefing-card__body p {
  color: #222;
  font-size: 0.86rem;
  line-height: 1.7;
}

.landing-briefing-card__body h3 {
  color: #111;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.landing-briefing-cite {
  display: inline-flex;
  margin: 0 0 0 0.22rem;
  padding: 0.08rem 0.4rem;
  border: 0;
  border-radius: 999px;
  background: #eef1f5;
  color: #6b7280;
  font-size: 0.64rem;
  font-weight: 700;
  vertical-align: middle;
  cursor: default;
  transition: background 0.25s ease, color 0.25s ease;
}

.landing-briefing-cite.is-active {
  background: #ffe8d6;
  color: #c2410c;
}

.landing-briefing-card__veil {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5.2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.88) 46%, #fff 78%);
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.landing-briefing-card.is-expanded .landing-briefing-card__veil {
  opacity: 0;
  visibility: hidden;
}

.landing-briefing-card__expand {
  position: absolute;
  bottom: 0.15rem;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  gap: 0.3rem;
  align-items: center;
  min-height: 34px;
  padding: 0 0.95rem;
  border: 0;
  border-radius: 999px;
  background: #edf2f7;
  color: #4b5563;
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  transform: translateX(-50%);
  transition: background 0.18s ease, bottom 0.3s ease, box-shadow 0.18s ease;
}

.landing-briefing-card__expand:hover {
  background: #e4ebf2;
}

.landing-briefing-card.is-expanded .landing-briefing-card__expand {
  position: static;
  display: flex;
  width: fit-content;
  margin: 0.55rem auto 0;
  transform: none;
  box-shadow: none;
}

.landing-briefing-card__expand i {
  font-style: normal;
  transition: transform 0.28s ease;
}

.landing-briefing-card.is-expanded .landing-briefing-card__expand i {
  transform: rotate(180deg);
}

.landing-briefing-card__ask {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 0.45rem 0 1rem;
  border-radius: 999px;
  background: #f2f4f7;
  color: #9aa3af;
  font-size: 0.84rem;
}

.landing-briefing-card__ask i {
  display: grid;
  width: 1.7rem;
  height: 1.7rem;
  place-items: center;
  border-radius: 50%;
  background: #c5cad3;
  color: #fff;
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 700;
}

.landing-briefing__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.2rem 0;
}

.landing-briefing__kicker {
  margin: 0 0 0.55rem;
  color: var(--mk-accent-bright);
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0.08em;
}

.landing-briefing__copy h3 {
  margin: 0;
  color: #f5f7fa;
  font-size: clamp(1.4rem, 2.5vw, 1.95rem);
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

.landing-briefing__steps {
  display: grid;
  gap: 0.55rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.landing-briefing__steps li {
  position: relative;
  padding: 0.85rem 0.2rem 0.85rem 0.95rem;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  opacity: 0.48;
  transition: opacity 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.landing-briefing__steps li.is-active {
  border-left-color: #ff8a3d;
  opacity: 1;
  transform: translateX(3px);
}

.landing-briefing__steps strong {
  display: block;
  color: #f1f5f9;
  font-size: 0.9rem;
  letter-spacing: -0.02em;
}

.landing-briefing__steps span {
  display: block;
  margin-top: 0.28rem;
  color: #8b98a8;
  font-size: 0.78rem;
  line-height: 1.55;
  word-break: keep-all;
}

.landing-briefing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.4rem;
}

.landing-briefing__actions .landing-btn {
  min-height: 46px;
  padding: 0.7rem 1rem;
  font-size: 0.8rem;
}

.landing-ai-shift__quotes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.1rem;
}

.landing-ai-shift__quotes a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.65rem;
  align-items: center;
  min-height: 68px;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: #d5dde7;
  text-decoration: none;
  transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.landing-ai-shift__quotes a:hover {
  border-color: rgba(255, 154, 79, 0.4);
  background: rgba(255, 154, 79, 0.08);
  transform: translateY(-2px);
}

.landing-ai-shift__quotes span {
  color: var(--mk-accent-bright);
  font-size: 0.68rem;
  font-weight: 820;
}

.landing-ai-shift__quotes p {
  margin: 0;
  color: #c5ced8;
  font-size: 0.78rem;
  line-height: 1.45;
  word-break: keep-all;
}

.landing-ai-shift__quotes i {
  color: #8b98a8;
  font-style: normal;
}

.landing-strategy__compare article::before,
.landing-solution-row__answer::before {
  position: absolute;
  z-index: 0;
  top: -35%;
  left: -65%;
  width: 34%;
  height: 170%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.075), transparent);
  content: "";
  pointer-events: none;
  transform: rotate(14deg);
  animation: landing-card-sheen 7s ease-in-out infinite;
}

.landing-strategy__compare article:nth-child(2)::before {
  animation-delay: 1.4s;
}

.landing-strategy__compare article:nth-child(3)::before {
  animation-delay: 2.8s;
}

@keyframes landing-briefing-caret {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

@keyframes landing-briefing-pulse {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.03); }
}

@keyframes landing-briefing-card-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.landing-strategy {
  padding: clamp(5.5rem, 10vw, 9rem) 0;
  background: #eef1f5;
  color: #17202b;
}

.landing-strategy__head {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.58fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
}

.landing-strategy__head .landing-eyebrow,
.landing-strategy__playbook .landing-eyebrow {
  color: #d45920;
}

.landing-strategy__head h2 {
  margin: 0;
  color: #10171f;
  font-size: clamp(2.15rem, 4.5vw, 3.9rem);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: -0.064em;
  word-break: keep-all;
}

.landing-strategy__head > p {
  margin: 0 0 0.35rem;
  color: #687482;
  font-size: 0.92rem;
  line-height: 1.8;
  word-break: keep-all;
}

.landing-strategy__compare {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: clamp(3rem, 6vw, 5rem);
}

.landing-strategy__compare article {
  position: relative;
  min-width: 0;
  padding: clamp(1.4rem, 2.5vw, 2rem);
  overflow: hidden;
  border: 1px solid #d8dee5;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 45px rgba(37, 47, 59, 0.055);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}

.landing-strategy__compare article.is-visible {
  animation: landing-card-float 6.4s 0.8s ease-in-out infinite;
}

.landing-strategy__compare article:nth-child(2).is-visible {
  animation-delay: 1.5s;
}

.landing-strategy__compare article:nth-child(3).is-visible {
  animation-delay: 2.2s;
}

.landing-strategy__compare article:hover {
  border-color: #c8d0d9;
  box-shadow: 0 24px 55px rgba(37, 47, 59, 0.09);
  transform: translateY(-6px);
  animation-play-state: paused;
}

.landing-strategy__compare article.is-motion-active {
  border-color: rgba(222, 102, 44, 0.45);
  box-shadow: 0 24px 62px rgba(202, 91, 38, 0.13);
}

.landing-strategy__compare article.is-aeo {
  border-color: rgba(228, 104, 45, 0.34);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 126, 42, 0.12), transparent 13rem),
    #fff;
}

.landing-strategy__compare article.is-geo {
  background:
    radial-gradient(circle at 100% 0%, rgba(86, 119, 255, 0.1), transparent 13rem),
    rgba(255, 255, 255, 0.78);
}

.landing-strategy__compare header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.2rem 0.65rem;
  align-items: center;
}

.landing-strategy__compare header span {
  display: grid;
  width: 30px;
  height: 30px;
  grid-row: 1 / 3;
  place-items: center;
  border: 1px solid #dbe1e7;
  border-radius: 9px;
  color: #87929e;
  font-size: 0.58rem;
  font-weight: 760;
}

.landing-strategy__compare .is-aeo header span {
  border-color: rgba(224, 100, 42, 0.24);
  background: rgba(255, 126, 42, 0.09);
  color: #cf5820;
}

.landing-strategy__compare header strong {
  color: #17202a;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.landing-strategy__compare .is-aeo header strong {
  color: #d45920;
}

.landing-strategy__compare .is-geo header strong {
  color: #526ad4;
}

.landing-strategy__compare header small {
  color: #909ba6;
  font-size: 0.55rem;
  letter-spacing: 0.02em;
}

.landing-strategy__compare h3 {
  min-height: 4.2rem;
  margin: 1.7rem 0 0;
  color: #1b2530;
  font-size: clamp(1.15rem, 2vw, 1.48rem);
  font-weight: 710;
  line-height: 1.4;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

.landing-strategy__compare dl {
  display: grid;
  gap: 0;
  margin: 1.5rem 0 0;
  border-top: 1px solid #e1e6eb;
}

.landing-strategy__compare dl div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0.6rem;
  padding: 0.62rem 0;
  border-bottom: 1px solid #e7ebef;
}

.landing-strategy__compare dt,
.landing-strategy__compare dd {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.5;
}

.landing-strategy__compare dt {
  color: #9aa3ad;
  font-weight: 650;
}

.landing-strategy__compare dd {
  color: #4c5967;
  font-weight: 580;
}

.landing-strategy__compare article > p {
  margin: 1rem 0 0;
  color: #7b8793;
  font-size: 0.72rem;
  line-height: 1.65;
  word-break: keep-all;
}

.landing-strategy__playbook {
  display: grid;
  grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 6vw, 5rem);
  margin-top: 0.8rem;
  padding: clamp(1.7rem, 4vw, 3.2rem);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 126, 42, 0.15), transparent 22rem),
    #111923;
  color: #eef3f8;
  box-shadow: 0 28px 60px rgba(23, 32, 43, 0.14);
}

.landing-strategy__playbook-head h3 {
  margin: 0;
  color: #f1f5f8;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  font-weight: 730;
  line-height: 1.2;
  letter-spacing: -0.05em;
  word-break: keep-all;
}

.landing-strategy__playbook-head > p:not(.landing-eyebrow) {
  margin: 1rem 0 0;
  color: #8391a0;
  font-size: 0.79rem;
  line-height: 1.7;
  word-break: keep-all;
}

.landing-strategy__playbook ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  list-style: none;
}

.landing-strategy__playbook li {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.35s ease, padding 0.35s ease;
}

.landing-strategy__playbook li::before {
  position: absolute;
  top: 18%;
  bottom: 18%;
  left: -0.7rem;
  width: 2px;
  border-radius: 99px;
  background: var(--mk-accent);
  box-shadow: 0 0 14px rgba(255, 138, 61, 0.55);
  content: "";
  opacity: 0;
  transform: scaleY(0.2);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.landing-strategy__playbook li.is-motion-active {
  padding-inline: 0.55rem;
  background: linear-gradient(90deg, rgba(255, 126, 42, 0.08), transparent 72%);
}

.landing-strategy__playbook li.is-motion-active::before {
  opacity: 1;
  transform: scaleY(1);
}

.landing-strategy__playbook li > span {
  color: var(--mk-accent-bright);
  font-size: 0.61rem;
  font-weight: 760;
}

.landing-strategy__playbook li small,
.landing-strategy__playbook li strong {
  display: block;
}

.landing-strategy__playbook li small {
  color: #6f7e8e;
  font-size: 0.54rem;
  font-weight: 680;
}

.landing-strategy__playbook li strong {
  margin-top: 0.2rem;
  color: #e4eaf0;
  font-size: 0.78rem;
  font-weight: 660;
}

.landing-strategy__playbook li p {
  margin: 0.3rem 0 0;
  color: #718090;
  font-size: 0.63rem;
  line-height: 1.55;
}

.landing-strategy__playbook li > a,
.landing-strategy__playbook li > b {
  min-width: 94px;
  padding: 0.48rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  color: #aab5c0;
  font-size: 0.56rem;
  font-weight: 680;
  text-align: center;
  text-decoration: none;
}

.landing-strategy__playbook li > a {
  border-color: rgba(255, 143, 72, 0.2);
  background: rgba(255, 126, 42, 0.07);
  color: var(--mk-accent-bright);
}

.landing-strategy__playbook li > a i {
  font-style: normal;
}

.landing-strategy__playbook li.is-next {
  opacity: 0.68;
}

.landing-strategy__playbook li.is-next > b {
  color: #8793a0;
  letter-spacing: 0.04em;
}

.landing-solutions {
  position: relative;
  padding: clamp(5rem, 9vw, 8rem) 0;
  background: #f5f7fa;
  color: #17202b;
  scroll-margin-top: 6rem;
}

.landing-anchor {
  position: absolute;
  top: -5rem;
}

.landing-solutions__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.landing-solutions__head .landing-eyebrow {
  color: #d45920;
}

.landing-solutions__head h2 {
  margin: 0;
  color: #111820;
  font-size: clamp(2.1rem, 4.3vw, 3.7rem);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: -0.062em;
}

.landing-solutions__head > p {
  margin: 0;
  color: #687482;
  font-size: 0.93rem;
  line-height: 1.75;
  word-break: keep-all;
}

.landing-solutions__list {
  border-top: 1px solid #dce2e8;
}

.landing-solution-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) 82px minmax(0, 1.1fr);
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: stretch;
  padding: clamp(1.5rem, 3.5vw, 2.6rem) 0;
  border-bottom: 1px solid #dce2e8;
}

.landing-solution-row__problem {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2.2rem);
}

.landing-solution-row__problem > span,
.landing-solution-row__answer > span {
  color: #d45920;
  font-size: 0.66rem;
  font-weight: 760;
  letter-spacing: 0.07em;
}

.landing-solution-row__problem h3,
.landing-solution-row__answer h3 {
  margin: 0.8rem 0 0;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 730;
  line-height: 1.28;
  letter-spacing: -0.048em;
  word-break: keep-all;
}

.landing-solution-row__problem h3 {
  color: #1d2732;
}

.landing-solution-row__problem p,
.landing-solution-row__answer p {
  margin: 0.9rem 0 0;
  font-size: 0.86rem;
  line-height: 1.7;
  word-break: keep-all;
}

.landing-solution-row__problem p {
  max-width: 30rem;
  color: #75808c;
}

.landing-solution-row__bridge {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.55rem;
  color: #8a95a0;
}

.landing-solution-row__bridge i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(transparent, #d1d8df 22%, #d1d8df 78%, transparent);
}

.landing-solution-row__bridge span,
.landing-solution-row__bridge b {
  position: relative;
  z-index: 1;
  background: #f5f7fa;
}

.landing-solution-row__bridge span {
  padding: 0.38rem 0.55rem;
  border: 1px solid #d9e0e6;
  border-radius: 999px;
  color: #8a95a0;
  font-size: 0.64rem;
  font-weight: 680;
}

.landing-solution-row__bridge b {
  color: #db642d;
  font-size: 1.1rem;
}

.landing-solution-row__answer {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 126, 42, 0.16), transparent 15rem),
    #111923;
  color: #eef3f8;
  text-decoration: none;
  box-shadow: 0 22px 50px rgba(22, 31, 43, 0.12);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.landing-solution-row.is-visible .landing-solution-row__answer {
  animation: landing-card-float 6.8s 0.9s ease-in-out infinite;
}

.landing-solution-row:nth-child(2).is-visible .landing-solution-row__answer {
  animation-delay: 1.7s;
}

.landing-solution-row:nth-child(3).is-visible .landing-solution-row__answer {
  animation-delay: 2.5s;
}

.landing-solution-row__answer::after {
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 12rem;
  height: 12rem;
  border: 1px solid rgba(255, 138, 61, 0.11);
  border-radius: 50%;
  content: "";
  transition: transform 0.45s ease;
}

.landing-solution-row__answer:hover {
  box-shadow: 0 30px 68px rgba(22, 31, 43, 0.2);
  transform: translateY(-6px);
  animation-play-state: paused;
}

.landing-solution-row.is-motion-active .landing-solution-row__answer {
  border-color: rgba(255, 143, 72, 0.24);
  box-shadow: 0 30px 70px rgba(222, 92, 31, 0.15);
}

.landing-solution-row__answer:hover::after {
  transform: translate(-1rem, -1rem) scale(1.12);
}

.landing-solution-row__answer > span {
  color: var(--mk-accent-bright);
}

.landing-solution-row__answer h3 {
  color: #f2f6fa;
}

.landing-solution-row__answer p {
  color: #94a2b2;
}

.landing-solution-row__signal,
.landing-solution-row__rank,
.landing-solution-row__flow {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 0.55rem;
  align-items: center;
  width: fit-content;
  margin-top: 1.35rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  color: #8998a8;
  font-size: 0.68rem;
}

.landing-solution-row__signal > i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mk-green);
  box-shadow: 0 0 10px rgba(79, 214, 138, 0.55);
  animation: landing-live 1.8s ease-in-out infinite;
}

.landing-solution-row__signal strong,
.landing-solution-row__rank strong,
.landing-solution-row__flow strong {
  color: var(--mk-accent-bright);
}

.landing-solution-row__rank b {
  color: #aeb9c5;
}

.landing-solution-row__rank i,
.landing-solution-row__flow i {
  color: #596776;
  font-style: normal;
}

.landing-live-demo {
  position: relative;
  z-index: 1;
  margin-top: 1.4rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 15px;
  background: rgba(4, 9, 15, 0.58);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
}

.landing-live-demo > header {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.025);
}

.landing-live-demo > header span {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  color: #8e9dad;
  font-size: 0.57rem;
  font-weight: 730;
  letter-spacing: 0.08em;
}

.landing-live-demo > header span i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mk-green);
  box-shadow: 0 0 9px rgba(79, 214, 138, 0.7);
  animation: landing-live 1.8s ease-in-out infinite;
}

.landing-live-demo > header em {
  color: #647282;
  font-size: 0.56rem;
  font-style: normal;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.landing-live-demo.is-data-updating > header em {
  color: var(--mk-accent-bright);
  animation: landing-data-flash 0.65s ease;
}

.landing-live-demo__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.landing-live-demo__metrics p {
  margin: 0;
  padding: 0.75rem;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.landing-live-demo__metrics p:last-child {
  border-right: 0;
}

.landing-live-demo__metrics small {
  display: block;
  color: #697788;
  font-size: 0.55rem;
}

.landing-live-demo__metrics strong {
  display: inline-block;
  margin-top: 0.22rem;
  color: #edf3f8;
  font-size: 1.25rem;
  letter-spacing: -0.05em;
  font-variant-numeric: tabular-nums;
}

.landing-live-demo__metrics p > i {
  margin-left: 0.18rem;
  color: #718091;
  font-size: 0.55rem;
  font-style: normal;
}

.landing-live-demo__metrics .is-accent strong {
  color: var(--mk-accent-bright);
}

.landing-live-demo__bars {
  display: grid;
  gap: 0.55rem;
  padding: 0.75rem;
}

.landing-live-demo__bars p {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) 20px;
  gap: 0.55rem;
  align-items: center;
  margin: 0;
}

.landing-live-demo__bars p > span,
.landing-live-demo__bars p > em {
  color: #748293;
  font-size: 0.55rem;
  font-style: normal;
}

.landing-live-demo__bars p > em {
  text-align: right;
}

.landing-live-demo__bars p > i {
  height: 4px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.07);
}

.landing-live-demo__bars b {
  display: block;
  width: var(--value);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mk-accent), #ffbd8c);
  transform: scaleX(0);
  transform-origin: left;
  transition: width 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.landing-solution-row.is-visible .landing-live-demo__bars b {
  animation: landing-demo-bar 1.1s 0.25s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes landing-demo-bar {
  to { transform: scaleX(1); }
}

.landing-live-demo__rank-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0.8rem 0;
}

.landing-live-demo__rank-head > div {
  display: flex;
  gap: 0.45rem;
  align-items: baseline;
}

.landing-live-demo__rank-head small {
  margin-right: 0.35rem;
  color: #6e7c8c;
  font-size: 0.56rem;
}

.landing-live-demo__rank-head span,
.landing-live-demo__rank-head i {
  color: #7f8d9d;
  font-size: 0.72rem;
  font-style: normal;
}

.landing-live-demo__rank-head strong {
  color: #f0f5fa;
  font-size: 1.2rem;
}

.landing-live-demo__rank-head > em {
  padding: 0.22rem 0.4rem;
  border-radius: 6px;
  background: rgba(79, 214, 138, 0.09);
  color: #65dda0;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 700;
}

.landing-live-demo__chart {
  display: grid;
  height: 92px;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.38rem;
  align-items: end;
  padding: 0.75rem 0.8rem 0.25rem;
}

.landing-live-demo__chart > i {
  position: relative;
  height: var(--height);
  min-height: 12px;
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, #526171, #2b3744);
  transform: scaleY(0);
  transform-origin: bottom;
}

.landing-live-demo__chart > i.is-current {
  background: linear-gradient(180deg, var(--mk-accent), #b84a15);
  box-shadow: 0 0 18px rgba(255, 138, 61, 0.18);
}

.landing-live-demo__chart span {
  position: absolute;
  top: -0.8rem;
  left: 50%;
  color: #708091;
  font-size: 0.5rem;
  font-style: normal;
  transform: translateX(-50%);
}

.landing-solution-row.is-visible .landing-live-demo__chart > i {
  animation: landing-demo-chart 0.65s calc(0.18s + var(--bar-index, 0) * 0.07s) cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.landing-live-demo__chart > i:nth-child(1) { --bar-index: 0; }
.landing-live-demo__chart > i:nth-child(2) { --bar-index: 1; }
.landing-live-demo__chart > i:nth-child(3) { --bar-index: 2; }
.landing-live-demo__chart > i:nth-child(4) { --bar-index: 3; }
.landing-live-demo__chart > i:nth-child(5) { --bar-index: 4; }
.landing-live-demo__chart > i:nth-child(6) { --bar-index: 5; }
.landing-live-demo__chart > i:nth-child(7) { --bar-index: 6; }

@keyframes landing-demo-chart {
  to { transform: scaleY(1); }
}

.landing-live-demo__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.38rem;
  padding: 0 0.8rem 0.65rem;
  color: #536171;
  font-size: 0.48rem;
  text-align: center;
}

.landing-live-demo__days strong {
  color: var(--mk-accent-bright);
}

.landing-live-demo__channels {
  display: grid;
  gap: 0;
  padding: 0.45rem 0.75rem 0.25rem;
}

.landing-live-demo__channels > p {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(110px, 0.8fr);
  gap: 0.8rem;
  align-items: center;
  margin: 0;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  transition: background 0.35s ease, transform 0.35s ease;
}

.landing-live-demo--channels.is-data-updating .landing-live-demo__channels > p:nth-child(2) {
  background: linear-gradient(90deg, rgba(79, 214, 138, 0.045), transparent);
  transform: translateX(3px);
}

.landing-live-demo__channels > p:last-child {
  border-bottom: 0;
}

.landing-live-demo__channels > p > span {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.55rem;
  align-items: center;
}

.landing-live-demo__channels > p > span > i {
  display: grid;
  width: 23px;
  height: 23px;
  grid-row: 1 / 3;
  place-items: center;
  border-radius: 7px;
  background: rgba(79, 214, 138, 0.11);
  color: #61d99d;
  font-size: 0.55rem;
  font-style: normal;
  font-weight: 820;
}

.landing-live-demo__channels > p > span > i.is-cafe {
  background: rgba(83, 156, 255, 0.12);
  color: #79b3ff;
}

.landing-live-demo__channels > p > span > i.is-place {
  background: rgba(255, 138, 61, 0.12);
  color: var(--mk-accent-bright);
}

.landing-live-demo__channels span b,
.landing-live-demo__channels span small {
  display: block;
}

.landing-live-demo__channels span b {
  color: #dfe6ed;
  font-size: 0.65rem;
  font-weight: 680;
}

.landing-live-demo__channels span small {
  margin-top: 0.1rem;
  color: #657383;
  font-size: 0.5rem;
}

.landing-live-demo__channels > p > em {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px;
  gap: 0.45rem;
  align-items: center;
  font-style: normal;
}

.landing-live-demo__channels > p > em > i {
  height: 4px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.07);
}

.landing-live-demo__channels > p > em > i b {
  display: block;
  width: var(--value);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #4fd68a, #ff9c5e);
  transform: scaleX(0);
  transform-origin: left;
  transition: width 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.landing-solution-row.is-visible .landing-live-demo__channels > p > em > i b {
  animation: landing-demo-bar 1.1s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.landing-live-demo__channels > p > em strong {
  color: #8e9cac;
  font-size: 0.58rem;
  text-align: right;
}

.landing-live-demo__notice {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  margin: 0.15rem 0.75rem 0.7rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(255, 143, 72, 0.12);
  border-radius: 9px;
  background: rgba(255, 138, 61, 0.055);
}

.landing-live-demo__notice > i {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--mk-accent);
  box-shadow: 0 0 9px rgba(255, 138, 61, 0.45);
  animation: landing-live 1.8s ease-in-out infinite;
}

.landing-live-demo__notice span {
  color: #7f8c9a;
  font-size: 0.52rem;
}

.landing-live-demo__notice span strong {
  color: #e6edf4;
}

.landing-live-demo__notice > b {
  margin-left: auto;
  color: var(--mk-accent-bright);
  font-size: 0.5rem;
  font-weight: 680;
}

.landing-live-demo__steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0.35rem 0.75rem;
  list-style: none;
}

.landing-live-demo__steps li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.65rem;
  align-items: center;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  transition: background 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.landing-live-demo__steps li:last-child {
  border-bottom: 0;
}

.landing-live-demo__steps li > i {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: rgba(79, 214, 138, 0.1);
  color: #61d99d;
  font-size: 0.54rem;
  font-style: normal;
}

.landing-live-demo__steps li > div strong,
.landing-live-demo__steps li > div small {
  display: block;
}

.landing-live-demo__steps li > div strong {
  color: #cbd5df;
  font-size: 0.62rem;
}

.landing-live-demo__steps li > div small {
  margin-top: 0.12rem;
  color: #5f6d7c;
  font-size: 0.5rem;
}

.landing-live-demo__steps li > em {
  color: #5fcf97;
  font-size: 0.52rem;
  font-style: normal;
}

.landing-live-demo__steps .is-complete > i {
  background: rgba(79, 214, 138, 0.1);
  color: #61d99d;
}

.landing-live-demo__steps .is-waiting {
  opacity: 0.48;
}

.landing-live-demo__steps .is-waiting > i {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

.landing-live-demo__steps .is-waiting > em {
  color: #667382;
}

.landing-live-demo__steps .is-running {
  background: linear-gradient(90deg, rgba(255, 126, 42, 0.065), transparent);
  transform: translateX(3px);
}

.landing-live-demo__steps .is-running > i {
  border: 1px solid rgba(255, 138, 61, 0.28);
  background: rgba(255, 138, 61, 0.09);
}

.landing-live-demo__steps .is-running > i b {
  width: 6px;
  height: 6px;
  border: 1px solid var(--mk-accent);
  border-right-color: transparent;
  border-radius: 50%;
  animation: landing-demo-spin 0.7s linear infinite;
}

.landing-live-demo__steps .is-running > em {
  color: var(--mk-accent-bright);
}

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

.landing-live-demo__progress {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.65rem;
  align-items: center;
  padding: 0 0.75rem 0.75rem;
}

.landing-live-demo__progress > i {
  height: 4px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.07);
}

.landing-live-demo__progress b {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mk-accent), #ffbd8c);
  transform: scaleX(0);
  transform-origin: left;
  transition: width 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.landing-solution-row.is-visible .landing-live-demo__progress b {
  animation: landing-demo-bar 1.4s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.landing-live-demo__progress span {
  color: var(--mk-accent-bright);
  font-size: 0.56rem;
  font-variant-numeric: tabular-nums;
}

.landing-live-demo__progress span::after {
  content: "%";
}

@keyframes landing-data-flash {
  0% { opacity: 0.25; transform: translateY(-3px); }
  100% { opacity: 1; transform: translateY(0); }
}

.landing-solution-row__link {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-top: auto;
  padding-top: 1.5rem;
  color: #e6edf4;
  font-size: 0.75rem;
  font-weight: 680;
}

.landing-solution-row__link i {
  color: var(--mk-accent-bright);
  font-style: normal;
  transition: transform 0.2s ease;
}

.landing-solution-row__answer:hover .landing-solution-row__link i {
  transform: translate(3px, -3px);
}

.landing-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: #f5f7fa;
  color: #17202b;
}

.landing-section__head {
  max-width: 720px;
  margin-bottom: 2rem;
}

.landing-section__head .landing-eyebrow {
  color: #c64d16;
}

.landing-section__head h2,
.landing-final h2 {
  margin: 0;
  color: #151e29;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.14;
  letter-spacing: -0.055em;
}

.landing-section__head > p:last-child {
  margin: 0.9rem 0 0;
  color: #66717f;
  line-height: 1.7;
}

.landing-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.landing-feature {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: clamp(1.3rem, 3vw, 2rem);
  border: 1px solid #dce2e9;
  border-radius: 20px;
  background: #fff;
  color: #17202b;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(27, 39, 53, 0.07);
  transition: 0.2s ease;
}

.landing-feature:hover {
  border-color: rgba(232, 103, 41, 0.38);
  box-shadow: 0 20px 42px rgba(27, 39, 53, 0.12);
  transform: translateY(-4px);
}

.landing-feature--wide {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
  gap: 2rem;
  align-items: center;
}

.landing-feature__number {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  color: #e6e9ed;
  font-size: 2.4rem;
  font-weight: 950;
}

.landing-feature__tag {
  margin: 0;
  color: #d45920;
  font-size: 0.78rem;
  font-weight: 680;
  letter-spacing: -0.01em;
}

.landing-feature h3 {
  margin: 0.75rem 0 0;
  font-size: clamp(1.35rem, 2.6vw, 2.05rem);
  line-height: 1.22;
  letter-spacing: -0.045em;
}

.landing-feature > p:not(.landing-feature__tag),
.landing-feature__copy > p:not(.landing-feature__tag) {
  margin: 0.75rem 0 0;
  color: #697483;
  font-size: 0.88rem;
  line-height: 1.65;
}

.landing-feature__copy b {
  display: block;
  margin-top: 1rem;
  color: #ce521a;
  font-size: 0.8rem;
}

.landing-mini {
  padding: 1rem;
  border: 1px solid #2e3b4b;
  border-radius: 14px;
  background: #111923;
  box-shadow: 0 17px 30px rgba(16, 24, 34, 0.18);
}

.landing-mini__tabs {
  display: flex;
  gap: 0.35rem;
}

.landing-mini__tabs i {
  width: 40px;
  height: 6px;
  border-radius: 99px;
  background: #354354;
}

.landing-mini__tabs i:first-child {
  width: 58px;
  background: var(--mk-accent);
}

.landing-mini__search {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid #303d4d;
  border-radius: 8px;
  color: #8d9baa;
  font-size: 0.62rem;
}

.landing-mini__search span {
  color: #ffc294;
}

.landing-mini__bars {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.85rem;
}

.landing-mini__bars p {
  display: grid;
  grid-template-columns: 76px 1fr 24px;
  gap: 0.55rem;
  align-items: center;
  margin: 0;
  color: #9ca9b8;
  font-size: 0.6rem;
}

.landing-mini__bars i {
  height: 5px;
  overflow: hidden;
  border-radius: 99px;
  background: #2b3745;
}

.landing-mini__bars i::after {
  display: block;
  width: var(--value);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff8f42, #ffc184);
  content: "";
}

.landing-mini__bars b {
  color: #e1e7ee;
}

.landing-rank-mini {
  display: grid;
  gap: 0.35rem;
  margin-top: 1.2rem;
}

.landing-rank-mini p {
  display: grid;
  grid-template-columns: 1.5rem 1fr auto;
  gap: 0.5rem;
  align-items: center;
  margin: 0;
  padding: 0.6rem 0.7rem;
  border-radius: 8px;
  background: #f4f6f8;
  font-size: 0.7rem;
}

.landing-rank-mini b {
  color: #d65317;
}

.landing-rank-mini em {
  color: #26945e;
  font-style: normal;
}

.landing-app-mini {
  display: grid;
  grid-template-columns: 3.1rem 1fr;
  gap: 0.7rem;
  align-items: center;
  margin-top: 1.2rem;
  padding: 0.75rem;
  border-radius: 10px;
  background: #f4f6f8;
}

.landing-app-mini > div {
  display: grid;
  width: 3.1rem;
  height: 3.1rem;
  place-items: center;
  border-radius: 10px;
  background: #1c2938;
  color: #ffc184;
  font-weight: 900;
}

.landing-app-mini small,
.landing-app-mini strong,
.landing-app-mini em {
  display: block;
}

.landing-app-mini small {
  color: #d65317;
  font-size: 0.58rem;
}

.landing-app-mini strong {
  margin-top: 0.14rem;
  font-size: 0.78rem;
}

.landing-app-mini em {
  margin-top: 0.2rem;
  color: #7c8794;
  font-size: 0.58rem;
  font-style: normal;
}

.landing-section--workflow {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 142, 62, 0.09), transparent 28rem),
    #111923;
  color: var(--mk-ink);
}

.landing-section--workflow .landing-section__head h2 {
  color: #f4f7fb;
}

.landing-section--workflow .landing-section__head > p:last-child {
  color: #9ba8b7;
}

.landing-workflow-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1.28fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

.landing-workflow-layout > .landing-section__head {
  position: sticky;
  top: 8rem;
  margin: 0;
}

.landing-workflow-layout .landing-section__head h2 {
  font-size: clamp(2rem, 3.8vw, 3.2rem);
}

.landing-workflow-layout .landing-guide-link {
  margin: 1.5rem 0 0;
}

.landing-section__head--center {
  margin-inline: auto;
  text-align: center;
}

.landing-section__head--center .landing-eyebrow {
  color: var(--mk-accent-bright);
}

.landing-workflow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--mk-line);
  list-style: none;
}

.landing-workflow li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
  padding: 1.5rem 0.2rem;
  border: 0;
  border-bottom: 1px solid var(--mk-line);
  border-radius: 0;
  background: transparent;
  transition: padding 0.25s ease, background 0.25s ease;
}

.landing-workflow li:hover {
  padding-inline: 0.8rem;
  background: rgba(255, 255, 255, 0.025);
}

.landing-workflow li > span {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border: 1px solid rgba(255, 153, 80, 0.34);
  border-radius: 10px;
  background: rgba(255, 147, 72, 0.1);
  color: var(--mk-accent-bright);
  font-size: 0.7rem;
  font-weight: 900;
}

.landing-workflow small,
.landing-workflow strong {
  display: block;
}

.landing-workflow small {
  color: var(--mk-accent-bright);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.landing-workflow strong {
  margin-top: 0.35rem;
  color: #e7edf4;
  font-size: 1rem;
  line-height: 1.45;
  letter-spacing: -0.025em;
}

.landing-workflow p {
  margin: 0.45rem 0 0;
  color: #909dac;
  font-size: 0.75rem;
  line-height: 1.55;
}

.landing-guide-link {
  display: flex;
  width: fit-content;
  gap: 0.55rem;
  align-items: center;
  margin: 1.4rem auto 0;
  color: var(--mk-accent-bright);
  font-size: 0.8rem;
  font-weight: 850;
  text-decoration: none;
}

.landing-telegram {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 138, 61, 0.14), transparent 28%),
    radial-gradient(circle at 88% 70%, rgba(56, 120, 255, 0.12), transparent 30%),
    #10151d;
  color: #eef2f7;
}

.landing-telegram__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.landing-telegram__copy .landing-eyebrow {
  margin-bottom: 0.7rem;
  color: var(--mk-accent-bright);
}

.landing-telegram__copy h2 {
  margin: 0;
  color: #f7f9fc;
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
  font-weight: 760;
  line-height: 1.15;
  letter-spacing: -0.05em;
  word-break: keep-all;
}

.landing-telegram__copy > p {
  max-width: 34rem;
  margin: 0.9rem 0 0;
  color: #b7c2cf;
  font-size: 1rem;
  line-height: 1.7;
  word-break: keep-all;
}

.landing-telegram__points {
  display: grid;
  gap: 0.75rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.landing-telegram__points li {
  padding-left: 0.9rem;
  border-left: 2px solid rgba(255, 138, 61, 0.55);
}

.landing-telegram__points strong {
  display: block;
  color: #f3f6fa;
  font-size: 0.98rem;
}

.landing-telegram__points span {
  display: block;
  margin-top: 0.25rem;
  color: #a7b3c2;
  font-size: 0.88rem;
  line-height: 1.5;
  word-break: keep-all;
}

.landing-telegram__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.landing-telegram__stage {
  position: relative;
}

.landing-telegram__stage::before {
  position: absolute;
  inset: 8% -8% -10% 12%;
  border-radius: 28px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 140, 70, 0.28), transparent 42%),
    radial-gradient(circle at 80% 80%, rgba(90, 140, 255, 0.18), transparent 40%);
  filter: blur(18px);
  content: "";
  pointer-events: none;
}

.landing-telegram__phone {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.75rem;
  min-height: 24rem;
  padding: 1rem 1rem 1.1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: linear-gradient(180deg, #1a2330 0%, #121820 100%);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

.landing-telegram__bar {
  display: grid;
  gap: 0.15rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-telegram__bar span {
  color: #8fa0b3;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.landing-telegram__bar strong {
  color: #fff;
  font-size: 1.05rem;
}

.landing-telegram__toast {
  position: absolute;
  top: 3.4rem;
  left: 50%;
  z-index: 3;
  min-width: 12rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(28, 40, 54, 0.96);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 750;
  text-align: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transform: translate(-50%, -10px) scale(0.98);
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.landing-telegram__toast.is-show {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.landing-telegram__feed {
  display: grid;
  align-content: end;
  gap: 0.7rem;
  min-height: 16rem;
  padding-top: 1.2rem;
}

.landing-telegram__bubble {
  padding: 1rem 1.05rem;
  border-radius: 14px 14px 14px 5px;
  background: #243141;
  color: #e8eef5;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.landing-telegram__bubble.is-active {
  opacity: 1;
  transform: translateY(0);
}

.landing-telegram__bubble strong {
  display: block;
  margin-bottom: 0.4rem;
  color: #fff;
  font-size: 1rem;
}

.landing-telegram__bubble p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
}

.landing-telegram__bubble ul {
  margin: 0.6rem 0;
  padding-left: 1.1rem;
  color: #c5d0dc;
  font-size: 0.86rem;
  line-height: 1.5;
}

.landing-telegram__bubble em {
  color: #8ec5ff;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 700;
}

.landing-final {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  background: #f7f8fa;
  color: #17202b;
}

.landing-final__inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.6rem, 4vw, 3rem);
  border: 1px solid #dde3ea;
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 136, 51, 0.12), transparent 24rem),
    #fff;
  box-shadow: 0 18px 44px rgba(27, 39, 53, 0.08);
}

.landing-final h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
}

.landing-final p:not(.landing-eyebrow) {
  margin: 0.8rem 0 0;
  color: #6c7784;
}

.landing-final__actions {
  flex: 0 0 auto;
  margin-top: 0;
}

.landing-final .landing-btn--secondary {
  border-color: #d7dde5;
  background: #f6f7f9;
  color: #4a5563;
}

.mk-footer {
  padding: 2.2rem max(1.25rem, calc((100vw - 1180px) / 2));
  border-top: 1px solid var(--mk-line);
  background: #0a1017;
  color: #6f7b89;
  font-size: 0.68rem;
}

.mk-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  margin-bottom: 0.8rem;
}

.mk-footer__links a {
  color: #a6b1bf;
  text-decoration: none;
}

.mk-footer__meta p {
  margin: 0.22rem 0;
}

.landing-ready .landing-hero__badge,
.landing-ready .landing-hero h1,
.landing-ready .landing-hero__lead,
.landing-ready .landing-hero__actions,
.landing-ready .landing-hero__outcomes li {
  opacity: 0;
  animation: landing-hero-in 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.landing-ready .landing-hero h1 {
  animation-delay: 0.08s;
}

.landing-ready .landing-hero__lead {
  animation-delay: 0.18s;
}

.landing-ready .landing-hero__actions {
  animation-delay: 0.28s;
}

.landing-ready .landing-hero__outcomes li {
  animation-delay: calc(0.38s + var(--outcome-index, 0) * 0.08s);
}

.landing-ready .landing-hero__outcomes li:nth-child(1) { --outcome-index: 0; }
.landing-ready .landing-hero__outcomes li:nth-child(2) { --outcome-index: 1; }
.landing-ready .landing-hero__outcomes li:nth-child(3) { --outcome-index: 2; }

.landing-ready .landing-signal__item,
.landing-ready .landing-ai-shift__head,
.landing-ready .landing-briefing,
.landing-ready .landing-ai-shift__quotes,
.landing-ready .landing-strategy__head,
.landing-ready .landing-strategy__compare article,
.landing-ready .landing-strategy__playbook,
.landing-ready .landing-solutions__head,
.landing-ready .landing-solution-row,
.landing-ready .landing-section__head,
.landing-ready .landing-feature,
.landing-ready .landing-workflow li,
.landing-ready .landing-telegram,
.landing-ready .landing-final__inner,
.landing-ready .landing-preview__copy,
.landing-ready .landing-preview__points li {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.55s var(--reveal-delay, 0ms) cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s var(--reveal-delay, 0ms) cubic-bezier(0.22, 1, 0.36, 1);
}

.landing-ready .landing-signal__item.is-visible,
.landing-ready .landing-ai-shift__head.is-visible,
.landing-ready .landing-briefing.is-visible,
.landing-ready .landing-ai-shift__quotes.is-visible,
.landing-ready .landing-strategy__head.is-visible,
.landing-ready .landing-strategy__compare article.is-visible,
.landing-ready .landing-strategy__playbook.is-visible,
.landing-ready .landing-solutions__head.is-visible,
.landing-ready .landing-solution-row.is-visible,
.landing-ready .landing-section__head.is-visible,
.landing-ready .landing-feature.is-visible,
.landing-ready .landing-workflow li.is-visible,
.landing-ready .landing-telegram.is-visible,
.landing-ready .landing-final__inner.is-visible,
.landing-ready .landing-preview__copy.is-visible,
.landing-ready .landing-preview__points li.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes landing-hero-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes landing-card-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -6px; }
}

@keyframes landing-card-sheen {
  0%, 68% { left: -65%; opacity: 0; }
  74% { opacity: 1; }
  92%, 100% { left: 135%; opacity: 0; }
}

@media (max-width: 980px) {
  .landing-briefing {
    grid-template-columns: 1fr;
  }

  .landing-telegram__layout {
    grid-template-columns: 1fr;
  }

  .landing-ai-shift__quotes {
    grid-template-columns: 1fr;
  }

  .landing-strategy__head,
  .landing-strategy__playbook {
    grid-template-columns: 1fr;
  }

  .landing-strategy__head > p {
    max-width: 42rem;
  }

  .landing-solutions__head {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .landing-solutions__head > p {
    max-width: 38rem;
  }

  .landing-solution-row {
    grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
    gap: 0.75rem;
  }

  .landing-workflow-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .landing-workflow-layout > .landing-section__head {
    position: static;
    max-width: 620px;
  }

  .landing-preview__copy {
    max-width: 720px;
  }

  .landing-preview__points {
    grid-template-columns: 1fr;
  }

  .landing-preview__points li {
    min-height: 210px;
  }

  .landing-feature--wide {
    grid-template-columns: 1fr;
  }

  .landing-final__inner {
    display: block;
  }

  .landing-final__actions {
    margin-top: 1.4rem;
  }
}

@media (max-width: 760px) {
  .mk-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 58px;
    padding-left: 0.75rem;
    border-radius: 15px;
  }

  .mk-header__nav {
    display: none;
  }

  .mk-header__login {
    display: none;
  }

  .page-marketing .mk-header__download,
  .page-marketing .mk-header__cta {
    padding: 0.55rem 0.72rem;
    font-size: 0.7rem;
  }

  .landing-wrap,
  .landing-hero__layout {
    width: min(100% - 1.5rem, 1180px);
  }

  .landing-hero {
    min-height: 100svh;
    padding: 7rem 0 4rem;
  }

  .landing-hero h1 {
    font-size: clamp(2.55rem, 11vw, 4rem);
  }

  .landing-hero__lead br {
    display: none;
  }

  .landing-signal__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-signal__item:nth-child(2) {
    border-right: 0;
  }

  .landing-signal__item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .landing-ai-shift {
    padding-block: 4.8rem;
  }

  .landing-briefing-card__track figure {
    flex-basis: 8.8rem;
    width: 8.8rem;
  }

  .landing-briefing-card__body {
    max-height: 7.2rem;
  }

  .landing-briefing-search {
    min-height: 48px;
    padding-left: 0.7rem;
  }

  .landing-briefing-search__field {
    font-size: 0.88rem;
  }

  .landing-strategy {
    padding-block: 4.8rem;
  }

  .landing-strategy__compare {
    grid-template-columns: 1fr;
  }

  .landing-strategy__compare h3 {
    min-height: 0;
  }

  .landing-solution-row {
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 2rem;
  }

  .landing-solution-row__problem {
    padding: 0.5rem 0.25rem 1.5rem;
  }

  .landing-solution-row__bridge {
    min-height: 54px;
    grid-template-columns: 1fr auto auto;
    gap: 0.6rem;
  }

  .landing-solution-row__bridge i {
    position: static;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d1d8df);
  }

  .landing-solution-row__bridge span,
  .landing-solution-row__bridge b {
    background: transparent;
  }

  .landing-solution-row__bridge b {
    transform: rotate(90deg);
  }

  .landing-window__body {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .landing-demo-nav {
    padding-inline: 0.35rem;
  }

  .landing-demo-nav > strong {
    font-size: 0.58rem;
  }

  .landing-demo-nav button {
    gap: 0.25rem;
    padding-inline: 0.35rem;
    font-size: 0.48rem;
  }

  .landing-feature-grid,
  .landing-workflow {
    grid-template-columns: 1fr;
  }

  .landing-feature--wide {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  .landing-hero__actions,
  .landing-final__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .landing-hero__outcomes {
    grid-template-columns: 1fr;
    width: min(320px, 100%);
    margin-top: 2.1rem;
  }

  .landing-hero__outcomes li {
    padding: 0.75rem 0.5rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .landing-hero__outcomes li:last-child {
    border-bottom: 0;
  }

  .landing-hero__outcomes span br {
    display: none;
  }

  .landing-briefing__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .landing-live-demo__channels > p {
    grid-template-columns: minmax(0, 1fr) 90px;
  }

  .landing-solution-row__answer {
    padding: 1.2rem;
    border-radius: 18px;
  }

  .landing-solution-row__answer h3 {
    font-size: 1.32rem;
  }

  .landing-live-demo {
    margin-top: 1.1rem;
  }

  .landing-live-demo > header {
    padding-inline: 0.6rem;
  }

  .landing-live-demo__metrics p {
    padding: 0.62rem 0.45rem;
  }

  .landing-live-demo__metrics small {
    overflow: hidden;
    font-size: 0.48rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .landing-live-demo__metrics strong {
    font-size: 1.05rem;
  }

  .landing-live-demo__bars {
    padding: 0.65rem 0.55rem;
  }

  .landing-live-demo__bars p {
    grid-template-columns: 76px minmax(0, 1fr) 18px;
    gap: 0.4rem;
  }

  .landing-live-demo__channels,
  .landing-live-demo__steps {
    padding-inline: 0.55rem;
  }

  .landing-live-demo__notice {
    margin-inline: 0.55rem;
  }

  .landing-live-demo__notice > b {
    white-space: nowrap;
  }

  .landing-live-demo__steps li {
    gap: 0.45rem;
  }

  .landing-live-demo__steps li > div {
    min-width: 0;
  }

  .landing-live-demo__steps li > div small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .landing-strategy__playbook {
    padding: 1.25rem;
  }

  .landing-strategy__playbook li {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .landing-strategy__playbook li > a,
  .landing-strategy__playbook li > b {
    grid-column: 2;
    justify-self: start;
  }

  .landing-preview__points li {
    min-height: 230px;
  }

  .landing-window__body {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .landing-demo-nav {
    display: flex;
    gap: 0.25rem;
    border-right: 0;
    border-bottom: 1px solid var(--mk-line);
  }

  .landing-demo-nav > strong {
    display: none;
  }

  .landing-demo-nav button {
    flex: 1;
    justify-content: center;
    margin: 0;
  }

  .landing-demo-main {
    padding: 0.75rem;
  }

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

  .landing-demo-score p {
    display: none;
  }

  .landing-final__inner {
    padding: 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-demo-live i,
  .landing-hero__mesh,
  .landing-hero__halo,
  .landing-hero__badge i,
  .landing-briefing-search__field i,
  .landing-briefing-card__status,
  .landing-strategy__compare article,
  .landing-solution-row__answer,
  .landing-strategy__compare article::before,
  .landing-solution-row__answer::before,
  .landing-live-demo.is-data-updating > header em {
    animation: none;
  }

  .landing-briefing.is-phase-generate .landing-briefing-card,
  .landing-briefing.is-phase-expose .landing-briefing-card {
    animation: none;
  }

  .landing-briefing-card__body {
    transition: none;
  }

  .landing-feature,
  .landing-btn {
    transition: none;
  }

  .landing-ready .landing-hero__badge,
  .landing-ready .landing-hero h1,
  .landing-ready .landing-hero__lead,
  .landing-ready .landing-hero__actions,
  .landing-ready .landing-hero__outcomes li {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .landing-ready .landing-signal__item,
  .landing-ready .landing-ai-shift__head,
  .landing-ready .landing-briefing,
  .landing-ready .landing-ai-shift__quotes,
  .landing-ready .landing-strategy__head,
  .landing-ready .landing-strategy__compare article,
  .landing-ready .landing-strategy__playbook,
  .landing-ready .landing-solutions__head,
  .landing-ready .landing-solution-row,
  .landing-ready .landing-section__head,
  .landing-ready .landing-feature,
  .landing-ready .landing-workflow li,
  .landing-ready .landing-telegram,
  .landing-ready .landing-final__inner,
  .landing-ready .landing-preview__copy,
  .landing-ready .landing-preview__points li {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
