body.mlpsk-page #masthead,
body.mlpsk-page #colophon,
body.mlpsk-page .entry-hero.page-hero-section,
body.mlpsk-site-header #masthead {
  display: none !important;
}

body.mlpsk-page #inner-wrap.wrap,
body.mlpsk-page #primary.content-area,
body.mlpsk-page .content-container.site-container,
body.mlpsk-page #main.site-main,
body.mlpsk-page .content-wrap,
body.mlpsk-page article.entry,
body.mlpsk-page .entry-content-wrap,
body.mlpsk-page .entry-content.single-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

body.mlpsk-page .content-area {
  margin: 0;
}

body.mlpsk-page .content-container.site-container {
  padding: 0;
}

body.mlpsk-page article.entry {
  border: 0;
}

body.mlpsk-page .content-bg,
body.mlpsk-page .single-entry {
  background: transparent;
  box-shadow: none;
}

body.mlpsk-page .entry-content.single-content > p {
  margin: 0;
}

body.mlpsk-page .entry-content.single-content > p:empty {
  display: none;
}

body.mlpsk-site-header .entry-hero.page-hero-section .entry-hero-container-inner {
  padding-top: 108px;
}

body.mlpsk-page:not(.mlpsk-page-home) .entry-content.single-content {
  padding-top: 108px;
}

.mlpsk-home-hero {
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

html[data-ml-theme="light"] .mlpsk-home-hero,
body.ml-theme-effective-light .mlpsk-home-hero {
  border-color: rgba(11, 20, 32, 0.08);
  background:
    radial-gradient(circle at 14% 18%, rgba(36, 107, 255, 0.12), transparent 26%),
    radial-gradient(circle at 96% 82%, rgba(0, 180, 216, 0.08), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
  color: var(--ml-text);
}

html[data-ml-theme="light"] .mlpsk-home-hero::after,
body.ml-theme-effective-light .mlpsk-home-hero::after {
  background: radial-gradient(circle, rgba(36, 107, 255, 0.16) 0%, rgba(36, 107, 255, 0.06) 28%, transparent 64%);
}

.mlpsk-home-hero .mlp-container {
  padding-top: 108px;
}

.mlpsk-topbar {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 90;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  width: min(calc(100% - 32px), var(--ml-container));
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(8, 17, 29, 0.66);
  box-shadow: 0 24px 48px rgba(3, 8, 20, 0.22);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  transform: translateX(-50%);
}

html[data-ml-theme="light"] .mlpsk-topbar,
body.ml-theme-effective-light .mlpsk-topbar {
  border-color: rgba(11, 20, 32, 0.09);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.1);
}
html[data-ml-theme="dark"] .mlpsk-topbar,
body.ml-theme-effective-dark .mlpsk-topbar {
  border-color: rgba(110,170,255,.58);
  background: rgba(17,30,52,.94);
  box-shadow: 0 6px 14px rgba(3,8,20,.3), 0 0 8px rgba(82,153,255,.28);
}

.mlpsk-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  transform: translateY(2px);
}

.mlpsk-logo-shell {
  display: inline-flex;
  align-items: center;
}

.mlpsk-logo {
  display: block;
  width: auto;
  height: 46px;
}

.mlpsk-topbar .mlpsk-logo {
  height: var(--mlpsk-header-logo-height, 52px);
}

.mlpsk-logo--theme {
  max-width: min(100%, 240px);
  object-fit: contain;
}

.mlpsk-logo--reverse,
.mlpsk-logo-shell--light .mlpsk-logo--normal,
.mlpsk-logo-shell--dark .mlpsk-logo--normal {
  display: none;
}

.mlpsk-logo-shell--dark .mlpsk-logo--reverse,
.mlpsk-logo-shell--light .mlpsk-logo--normal,
.mlpsk-logo-shell--auto .mlpsk-logo--normal {
  display: block;
}

html[data-ml-theme="dark"] .mlpsk-logo-shell--auto .mlpsk-logo--normal,
body.ml-theme-effective-dark .mlpsk-logo-shell--auto .mlpsk-logo--normal {
  display: none;
}

html[data-ml-theme="dark"] .mlpsk-logo-shell--auto .mlpsk-logo--reverse,
body.ml-theme-effective-dark .mlpsk-logo-shell--auto .mlpsk-logo--reverse {
  display: block;
}

html[data-ml-theme="light"] .mlpsk-logo-shell--auto .mlpsk-logo--reverse,
body.ml-theme-effective-light .mlpsk-logo-shell--auto .mlpsk-logo--reverse {
  display: none;
}

.mlpsk-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-left: auto;
  border: 1px solid var(--ml-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ml-text);
  box-shadow: none;
}

html[data-ml-theme="light"] .mlpsk-menu-toggle,
body.ml-theme-effective-light .mlpsk-menu-toggle {
  background: rgba(36, 107, 255, 0.04);
}

.mlpsk-menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 2px 0;
  border-radius: 999px;
  background: currentColor;
}

.mlpsk-topbar__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
}

.mlpsk-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  transform: translateY(2px);
}

.mlpsk-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.mlpsk-nav a:hover,
.mlpsk-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

html[data-ml-theme="light"] .mlpsk-nav a,
body.ml-theme-effective-light .mlpsk-nav a {
  color: rgba(11, 20, 32, 0.82);
}

html[data-ml-theme="light"] .mlpsk-nav a:hover,
html[data-ml-theme="light"] .mlpsk-nav a:focus-visible,
body.ml-theme-effective-light .mlpsk-nav a:hover,
body.ml-theme-effective-light .mlpsk-nav a:focus-visible {
  background: rgba(36, 107, 255, 0.08);
  color: var(--ml-text);
}

.mlpsk-topbar__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-shrink: 0;
}

.mlpsk-language-switcher {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.mlpsk-language-switcher .trp-shortcode-switcher__wrapper {
  position: relative;
  display: block;
  width: auto;
  min-width: 0;
  --bg: transparent !important;
  --bg-hover: transparent !important;
  --border: 0 !important;
  --border-width: 0 !important;
  --border-color: transparent !important;
  --text: rgba(255, 255, 255, 0.92) !important;
  --text-hover: rgba(255, 255, 255, 1) !important;
}

.mlpsk-language-switcher .trp-shortcode-overlay {
  position: relative;
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  overflow: visible !important;
}

.mlpsk-language-switcher .trp-shortcode-anchor {
  display: none !important;
}

html[data-ml-theme="light"] .mlpsk-language-switcher .trp-shortcode-switcher__wrapper,
body.ml-theme-effective-light .mlpsk-language-switcher .trp-shortcode-switcher__wrapper {
  --text: rgba(11, 20, 32, 0.84) !important;
  --text-hover: rgba(11, 20, 32, 1) !important;
}

.mlpsk-language-switcher .trp-language-switcher {
  width: auto !important;
  min-height: 46px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html[data-ml-theme="light"] .mlpsk-language-switcher .trp-language-switcher,
body.ml-theme-effective-light .mlpsk-language-switcher .trp-language-switcher {
  background: transparent !important;
}

.mlpsk-language-switcher .trp-current-language-item__wrapper,
.mlpsk-language-switcher .trp-switcher-dropdown-list {
  border-radius: 0 !important;
}

.mlpsk-language-switcher .trp-current-language-item__wrapper {
  width: auto !important;
  min-height: 46px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.mlpsk-language-switcher .trp-language-item {
  gap: 10px;
  width: auto !important;
  min-height: 46px;
  justify-content: center;
  padding: 0 12px !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none;
}

html[data-ml-theme="light"] .mlpsk-language-switcher .trp-language-item,
body.ml-theme-effective-light .mlpsk-language-switcher .trp-language-item {
  color: rgba(11, 20, 32, 0.84) !important;
}

.mlpsk-language-switcher .trp-language-item:hover,
.mlpsk-language-switcher .trp-language-item:focus-visible {
  background: rgba(255, 255, 255, 0.06) !important;
}

html[data-ml-theme="light"] .mlpsk-language-switcher .trp-language-item:hover,
html[data-ml-theme="light"] .mlpsk-language-switcher .trp-language-item:focus-visible,
body.ml-theme-effective-light .mlpsk-language-switcher .trp-language-item:hover,
body.ml-theme-effective-light .mlpsk-language-switcher .trp-language-item:focus-visible {
  background: rgba(36, 107, 255, 0.08) !important;
}

.mlpsk-language-switcher .trp-language-item-name {
  display: none;
}

.mlpsk-language-switcher .trp-flag-image {
  width: 20px;
  height: auto;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14);
}

html[data-ml-theme="light"] .mlpsk-language-switcher .trp-flag-image,
body.ml-theme-effective-light .mlpsk-language-switcher .trp-flag-image {
  box-shadow: 0 0 0 1px rgba(11, 20, 32, 0.1);
}

.mlpsk-language-switcher .trp-shortcode-arrow {
  color: rgba(255, 255, 255, 0.92);
  margin-right: 10px;
}

html[data-ml-theme="light"] .mlpsk-language-switcher .trp-shortcode-arrow,
body.ml-theme-effective-light .mlpsk-language-switcher .trp-shortcode-arrow {
  color: rgba(11, 20, 32, 0.84);
}

.mlpsk-language-switcher .trp-shortcode-arrow path {
  stroke: currentColor !important;
}

.mlpsk-language-switcher .trp-switcher-dropdown-list {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  left: 0 !important;
  right: auto !important;
  transform: none;
  min-width: 44px;
  margin-top: 0;
  overflow: hidden;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html[data-ml-theme="light"] .mlpsk-language-switcher .trp-switcher-dropdown-list,
body.ml-theme-effective-light .mlpsk-language-switcher .trp-switcher-dropdown-list {
  background: transparent !important;
  box-shadow: none !important;
}

.mlpsk-topbar__actions .mlp-theme-toggle {
  transform: scale(0.94);
  transform-origin: right center;
}

.mlpsk-topbar__actions .mlp-button {
  min-height: 46px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 15px;
}

.mlpsk-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: 34px;
}

.mlpsk-hero-copy {
  padding-top: 12px;
}

.mlpsk-hero-copy h1 {
  margin: 18px 0 8px;
  color: #ffffff;
  font-size: clamp(58px, 8vw, 82px);
  letter-spacing: -0.06em;
}

.mlpsk-hero-copy h1 span {
  color: var(--ml-blue);
}

html[data-ml-theme="light"] .mlpsk-hero-copy h1,
body.ml-theme-effective-light .mlpsk-hero-copy h1 {
  color: var(--ml-navy);
}

.mlpsk-hero-copy h2 {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.14;
}

html[data-ml-theme="light"] .mlpsk-hero-copy h2,
body.ml-theme-effective-light .mlpsk-hero-copy h2 {
  color: rgba(11, 20, 32, 0.82);
}

.mlpsk-hero-copy > p {
  max-width: 620px;
  margin: 0;
  color: var(--ml-hero-muted);
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.68;
}

html[data-ml-theme="light"] .mlpsk-hero-copy > p,
body.ml-theme-effective-light .mlpsk-hero-copy > p {
  color: var(--ml-muted);
}

.mlpsk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.mlpsk-feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.mlpsk-feature {
  display: grid;
  gap: 10px;
}

.mlpsk-feature__icon,
.mlpsk-workflow__icon,
.mlpsk-resource-icon,
.mlpsk-product-card__ornament {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ml-blue);
}

.mlpsk-feature__icon svg,
.mlpsk-workflow__icon svg,
.mlpsk-resource-icon svg,
.mlpsk-product-card__ornament svg {
  width: 24px;
  height: 24px;
}

.mlpsk-feature strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

html[data-ml-theme="light"] .mlpsk-feature strong,
body.ml-theme-effective-light .mlpsk-feature strong {
  color: var(--ml-navy);
}

.mlpsk-feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.76;
}

html[data-ml-theme="light"] .mlpsk-feature p,
body.ml-theme-effective-light .mlpsk-feature p {
  color: var(--ml-muted);
}

.mlpsk-hero-visual {
  position: relative;
}

.mlpsk-app-scene {
  position: relative;
  min-height: 520px;
}

.mlpsk-app-window {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(18, 28, 44, 0.98), rgba(10, 17, 30, 0.98));
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

html[data-ml-theme="light"] .mlpsk-app-window,
body.ml-theme-effective-light .mlpsk-app-window {
  border-color: rgba(11, 20, 32, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 246, 252, 0.98));
  box-shadow: 0 30px 55px rgba(15, 23, 42, 0.12);
}

.mlpsk-app-window__bar {
  display: flex;
  gap: 8px;
  padding: 16px 18px 8px;
}

.mlpsk-app-window__bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.mlpsk-app-window__bar span:nth-child(1) {
  background: #f87171;
}

.mlpsk-app-window__bar span:nth-child(2) {
  background: #fbbf24;
}

.mlpsk-app-window__bar span:nth-child(3) {
  background: #34d399;
}

.mlpsk-app-window__title {
  padding: 0 18px 14px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

html[data-ml-theme="light"] .mlpsk-app-window__title,
body.ml-theme-effective-light .mlpsk-app-window__title {
  color: var(--ml-navy);
}

.mlpsk-app-window__body {
  display: grid;
  gap: 10px;
  padding: 0 18px 18px;
}

.mlpsk-app-window__body span {
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}

html[data-ml-theme="light"] .mlpsk-app-window__body span,
body.ml-theme-effective-light .mlpsk-app-window__body span {
  background: rgba(15, 23, 42, 0.08);
}

.mlpsk-app-window__body--thumbs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mlpsk-app-window__body--thumbs span {
  aspect-ratio: 0.78;
}

.mlpsk-app-window__body--grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mlpsk-app-window__body--grid span {
  aspect-ratio: 1.1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 32%, rgba(36, 107, 255, 0.22) 32% 34%, rgba(255, 255, 255, 0.08) 34% 100%),
    rgba(255, 255, 255, 0.08);
}

html[data-ml-theme="light"] .mlpsk-app-window__body--grid span,
body.ml-theme-effective-light .mlpsk-app-window__body--grid span {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.08) 0 32%, rgba(36, 107, 255, 0.22) 32% 34%, rgba(15, 23, 42, 0.08) 34% 100%),
    rgba(15, 23, 42, 0.08);
}

.mlpsk-app-window__body--nest {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mlpsk-app-window__body--nest span:nth-child(1),
.mlpsk-app-window__body--nest span:nth-child(4),
.mlpsk-app-window__body--nest span:nth-child(6) {
  background: rgba(36, 107, 255, 0.28);
}

.mlpsk-app-window__body--nest span:nth-child(2),
.mlpsk-app-window__body--nest span:nth-child(7) {
  background: rgba(34, 197, 94, 0.28);
}

.mlpsk-app-window__body--nest span:nth-child(3),
.mlpsk-app-window__body--nest span:nth-child(5),
.mlpsk-app-window__body--nest span:nth-child(8) {
  background: rgba(123, 77, 255, 0.24);
}

.mlpsk-app-window__body--nest span {
  aspect-ratio: 1;
}

.mlpsk-app-window--left {
  left: 0;
  bottom: 24px;
  width: 38%;
  transform: rotate(-2deg);
}

.mlpsk-app-window--center {
  left: 26%;
  top: 24px;
  width: 44%;
  z-index: 2;
}

.mlpsk-app-window--right {
  right: 0;
  bottom: 48px;
  width: 34%;
  transform: rotate(2deg);
}

.mlpsk-real-app-scene {
  isolation: isolate;
  min-height: 520px;
}

.mlpsk-real-app {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: #06101f;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.42);
}

html[data-ml-theme="light"] .mlpsk-real-app,
body.ml-theme-effective-light .mlpsk-real-app {
  border-color: rgba(15, 23, 42, 0.12);
  background: #f5f7fa;
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.18);
}

.mlpsk-real-app--editor {
  top: 26px;
  right: 0;
  z-index: 1;
  width: 91%;
  transform: rotate(1.2deg);
}

.mlpsk-real-app--variable {
  bottom: 18px;
  left: 0;
  z-index: 2;
  width: 72%;
  transform: rotate(-1.5deg);
}

.mlpsk-app-shot {
  display: block;
  width: 100%;
  height: auto;
}

.mlpsk-app-shot--light {
  display: none;
}

html[data-ml-theme="light"] .mlpsk-app-shot--dark,
body.ml-theme-effective-light .mlpsk-app-shot--dark {
  display: none;
}

html[data-ml-theme="light"] .mlpsk-app-shot--light,
body.ml-theme-effective-light .mlpsk-app-shot--light {
  display: block;
}

@media (max-width: 760px) {
  .mlpsk-real-app-scene {
    display: grid;
    min-height: 0;
    gap: 16px;
  }

  .mlpsk-real-app--editor,
  .mlpsk-real-app--variable {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }
}

.mlpsk-product-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  background:
    radial-gradient(circle at 16% 14%, rgba(36, 107, 255, 0.18), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(0, 180, 216, 0.12), transparent 24%),
    linear-gradient(180deg, #09111f 0%, #0b1420 100%);
}

.mlpsk-product-hero .mlp-container {
  padding-top: 56px;
  padding-bottom: 32px;
}

.mlpsk-product-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 36px;
  align-items: center;
}

.mlpsk-product-hero__copy {
  max-width: 680px;
}

.mlpsk-product-hero__copy h1 {
  margin: 18px 0 18px;
  color: #ffffff;
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.mlpsk-product-hero__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.014em;
  line-height: 1.72;
}

.mlpsk-product-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.mlpsk-product-hero__meta span,
.mlpsk-product-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.mlpsk-product-hero__visual {
  display: grid;
}

.mlpsk-product-hero__panel {
  display: grid;
  gap: 24px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(17, 28, 44, 0.96), rgba(11, 20, 32, 0.96));
  box-shadow: 0 28px 54px rgba(0, 0, 0, 0.28);
}

.mlpsk-product-hero__panel-head {
  display: grid;
  gap: 8px;
}

.mlpsk-product-hero__panel-head strong {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.mlpsk-product-hero__panel-head span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.mlpsk-product-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mlpsk-product-stat {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
}

.mlpsk-product-stat strong {
  color: var(--ml-blue);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}

.mlpsk-product-stat span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.mlpsk-product-hero__stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

html[data-ml-theme="light"] .mlpsk-product-hero,
body.ml-theme-effective-light .mlpsk-product-hero {
  border-color: rgba(11, 20, 32, 0.08);
  background:
    radial-gradient(circle at 10% 14%, rgba(36, 107, 255, 0.14), transparent 28%),
    radial-gradient(circle at 90% 82%, rgba(0, 180, 216, 0.08), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

html[data-ml-theme="light"] .mlpsk-product-hero__copy h1,
html[data-ml-theme="light"] .mlpsk-product-hero__panel-head strong,
body.ml-theme-effective-light .mlpsk-product-hero__copy h1,
body.ml-theme-effective-light .mlpsk-product-hero__panel-head strong {
  color: var(--ml-navy);
}

html[data-ml-theme="light"] .mlpsk-product-hero__copy p,
html[data-ml-theme="light"] .mlpsk-product-hero__panel-head span,
html[data-ml-theme="light"] .mlpsk-product-stat span,
body.ml-theme-effective-light .mlpsk-product-hero__copy p,
body.ml-theme-effective-light .mlpsk-product-hero__panel-head span,
body.ml-theme-effective-light .mlpsk-product-stat span {
  color: var(--ml-muted);
}

html[data-ml-theme="light"] .mlpsk-product-hero__meta span,
html[data-ml-theme="light"] .mlpsk-product-chip,
body.ml-theme-effective-light .mlpsk-product-hero__meta span,
body.ml-theme-effective-light .mlpsk-product-chip {
  border-color: rgba(36, 107, 255, 0.14);
  background: rgba(36, 107, 255, 0.05);
  color: rgba(11, 20, 32, 0.78);
}

html[data-ml-theme="light"] .mlpsk-product-hero__panel,
body.ml-theme-effective-light .mlpsk-product-hero__panel {
  border-color: rgba(11, 20, 32, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.1);
}

html[data-ml-theme="light"] .mlpsk-product-stat,
body.ml-theme-effective-light .mlpsk-product-stat {
  border-color: rgba(36, 107, 255, 0.12);
  background: rgba(36, 107, 255, 0.04);
}

.mlpsk-product-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 24px;
  margin-top: 28px;
  align-items: start;
}

.mlpsk-rich-copy {
  display: grid;
  gap: 18px;
}

.mlpsk-rich-copy p,
.mlpsk-content-card p,
.mlpsk-audience-card p,
.mlpsk-system-card p,
.mlpsk-process-step p,
.mlpsk-side-card p {
  margin: 0;
  color: var(--ml-muted);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.8;
}

.mlpsk-content-grid,
.mlpsk-feature-card-grid,
.mlpsk-audience-grid,
.mlpsk-system-grid {
  align-items: stretch;
}

.mlpsk-content-card,
.mlpsk-side-card,
.mlpsk-audience-card,
.mlpsk-system-card,
.mlpsk-process-step {
  padding: 28px;
}

.mlpsk-side-card h3,
.mlpsk-content-card h3,
.mlpsk-audience-card h3,
.mlpsk-system-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.16;
}

.mlpsk-check-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mlpsk-check-list li {
  position: relative;
  padding-left: 22px;
  color: var(--ml-muted);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.72;
}

.mlpsk-check-list li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ml-blue);
  transform: translateY(-50%);
}

.mlpsk-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.mlpsk-process-step {
  display: grid;
  gap: 12px;
}

.mlpsk-process-step__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(36, 107, 255, 0.08);
  color: var(--ml-blue);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.mlpsk-process-step strong {
  color: var(--ml-text);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.mlpsk-product-download-cta h2 {
  margin: 10px 0 12px;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.mlpsk-product-download-cta p {
  margin: 0;
  color: var(--ml-muted);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.72;
}

html[data-ml-theme="light"] .mlpsk-side-card h3,
html[data-ml-theme="light"] .mlpsk-content-card h3,
html[data-ml-theme="light"] .mlpsk-audience-card h3,
html[data-ml-theme="light"] .mlpsk-system-card h3,
body.ml-theme-effective-light .mlpsk-side-card h3,
body.ml-theme-effective-light .mlpsk-content-card h3,
body.ml-theme-effective-light .mlpsk-audience-card h3,
body.ml-theme-effective-light .mlpsk-system-card h3 {
  color: var(--ml-navy);
}

.mlpsk-panel-block {
  padding: 30px;
  border: 1px solid var(--ml-border);
  border-radius: 28px;
  background: var(--ml-card-soft);
  box-shadow: var(--ml-shadow-soft);
}

html[data-ml-theme="dark"] .mlpsk-panel-block,
body.ml-theme-effective-dark .mlpsk-panel-block {
  background: linear-gradient(180deg, rgba(16, 26, 41, 0.96), rgba(13, 23, 37, 0.96));
}

.mlpsk-section-bar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.mlpsk-section-head {
  max-width: 760px;
  margin: 0 auto 0;
  text-align: center;
}

.mlpsk-section-head--left {
  margin-left: 0;
  text-align: left;
}

.mlpsk-section-head h1,
.mlpsk-section-head h2 {
  margin: 0 0 10px;
  color: var(--ml-text);
  -webkit-text-fill-color: currentColor;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.mlpsk-section-head h1 {
  font-size: clamp(30px, 4.2vw, 46px);
}

.mlpsk-section-head h2 {
  font-size: clamp(34px, 5vw, 54px);
}

html[data-ml-theme="light"] .mlpsk-section-head h1,
html[data-ml-theme="light"] .mlpsk-section-head h2,
html[data-ml-theme="light"] .mlp-product-card h3,
html[data-ml-theme="light"] .mlp-resource-card h3,
html[data-ml-theme="light"] .mlpsk-download-card h3,
html[data-ml-theme="light"] .mlpsk-workflow__step strong,
html[data-ml-theme="light"] .mlpsk-faq__item summary,
html[data-ml-theme="light"] .mlpsk-footer__columns h3,
body.ml-theme-effective-light .mlpsk-section-head h1,
body.ml-theme-effective-light .mlpsk-section-head h2,
body.ml-theme-effective-light .mlp-product-card h3,
body.ml-theme-effective-light .mlp-resource-card h3,
body.ml-theme-effective-light .mlpsk-download-card h3,
body.ml-theme-effective-light .mlpsk-workflow__step strong,
body.ml-theme-effective-light .mlpsk-faq__item summary,
body.ml-theme-effective-light .mlpsk-footer__columns h3 {
  color: var(--ml-navy) !important;
  -webkit-text-fill-color: currentColor;
}

.mlpsk-section-head p {
  margin: 0;
  color: var(--ml-muted);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.74;
}

.mlpsk-card-subtitle {
  margin: 0 0 14px;
  color: var(--ml-muted);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.45;
}

.mlpsk-icon-tile--blue {
  background: linear-gradient(180deg, #327aff 0%, var(--ml-blue) 100%);
}

.mlpsk-icon-tile--purple {
  background: linear-gradient(180deg, #8c63ff 0%, var(--ml-purple) 100%);
}

.mlpsk-icon-tile--green {
  background: linear-gradient(180deg, #38d76f 0%, var(--ml-green) 100%);
}

.mlpsk-icon-tile--orange {
  background: linear-gradient(180deg, #ff9b1f 0%, var(--ml-orange) 100%);
}

.mlpsk-product-logo {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  object-fit: contain;
  box-shadow: none;
}

.mlpsk-product-logo--full {
  width: auto;
  max-width: 190px;
  height: 58px;
  border-radius: 0;
  object-position: left center;
}

.mlpsk-product-logo--light {
  display: none;
}

html[data-ml-theme="light"] .mlpsk-product-logo--dark,
body.ml-theme-effective-light .mlpsk-product-logo--dark {
  display: none;
}

html[data-ml-theme="light"] .mlpsk-product-logo--light,
body.ml-theme-effective-light .mlpsk-product-logo--light {
  display: block;
}

.mlp-product-card h3,
.mlp-resource-card h3,
.mlpsk-download-card h3 {
  margin: 18px 0 6px;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.18;
}

.mlp-product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.mlp-product-card p,
.mlp-resource-card p,
.mlpsk-download-card p,
.mlpsk-about__copy p {
  margin: 0;
  color: var(--ml-muted);
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.82;
}

.mlpsk-product-card__foot {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 28px;
  min-height: 64px;
}

.mlpsk-product-card__ornament {
  opacity: 0.48;
}

.mlpsk-product-card__ornament svg {
  width: 52px;
  height: 52px;
}

.mlpsk-product-card--coming-soon .mlpsk-product-card__ornament {
  opacity: 0.38;
}

.mlpsk-product-card__ornament--blue,
.mlpsk-resource-icon--blue {
  color: var(--ml-blue);
}

.mlpsk-resource-icon--cyan {
  color: var(--ml-cyan);
}

.mlpsk-product-card__ornament--purple,
.mlpsk-resource-icon--purple {
  color: var(--ml-purple);
}

.mlpsk-product-card__ornament--green {
  color: var(--ml-green);
}

.mlpsk-product-card__ornament--orange,
.mlpsk-resource-icon--orange {
  color: var(--ml-orange);
}

.mlpsk-inline-link {
  color: var(--ml-blue);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.3;
  text-decoration: none;
}

.mlpsk-inline-link::after {
  content: " →";
}

.mlpsk-inline-link--muted {
  color: rgba(107, 114, 128, 0.86);
  cursor: default;
}

.mlpsk-inline-link--muted::after {
  content: "";
}

.mlpsk-workflow {
  grid-template-columns: repeat(11, minmax(0, auto));
  align-items: center;
}

.mlpsk-workflow__step-wrap {
  min-width: 154px;
}

.mlpsk-workflow__step {
  display: grid;
  justify-items: center;
  gap: 16px;
  min-height: 148px;
  text-align: center;
}

.mlpsk-workflow__icon {
  width: 68px;
  height: 68px;
  border: 1px solid var(--ml-border);
  border-radius: 18px;
  background: rgba(36, 107, 255, 0.04);
}

.mlpsk-workflow__icon svg {
  width: 30px;
  height: 30px;
}

.mlpsk-workflow__step strong {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.mlpsk-workflow__arrow {
  color: rgba(36, 107, 255, 0.92);
  font-size: 34px;
  font-weight: 500;
  text-align: center;
}

.mlpsk-resource-icon {
  width: 42px;
  height: 42px;
}

.mlpsk-resource-icon svg {
  width: 28px;
  height: 28px;
}

.mlpsk-about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: stretch;
}

.mlpsk-about__copy,
.mlpsk-about__visual {
  border: 1px solid var(--ml-border);
  border-radius: 28px;
  background: var(--ml-card);
  box-shadow: var(--ml-shadow-soft);
}

.mlpsk-about__copy {
  padding: 30px;
}

.mlpsk-about__visual {
  display: grid;
  align-content: end;
  justify-items: start;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.18)),
    linear-gradient(180deg, #13223a 0%, #0b1420 100%);
}

.mlpsk-about__visual .mlpsk-logo {
  height: 44px;
}

.mlpsk-about__visual p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.mlpsk-cta-panel {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.mlpsk-faq {
  display: grid;
  gap: 16px;
}

.mlpsk-faq__item summary {
  cursor: pointer;
  list-style: none;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.mlpsk-faq__item summary::-webkit-details-marker {
  display: none;
}

.mlpsk-faq__item p {
  margin: 16px 0 0;
  color: var(--ml-muted);
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.78;
}

.mlpsk-support-section {
  padding-top: clamp(64px, 8vw, 84px);
  padding-bottom: clamp(64px, 8vw, 84px);
  scroll-margin-top: 120px;
}

.mlpsk-support-section .mlp-container {
  width: min(100%, 960px);
}

.mlpsk-support-section .mlpsk-section-head {
  margin-bottom: 32px;
}

.mlpsk-support-section .mlpsk-section-head p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.mlpsk-support-form-card {
  width: min(100%, 800px);
  margin: 0 auto;
  padding: clamp(32px, 4vw, 40px);
  border-radius: 28px;
  background: var(--ml-card);
  box-shadow: var(--ml-shadow-card);
}

.mlpsk-support-form-card > :first-child {
  margin-top: 0;
}

.mlpsk-support-form-card > :last-child {
  margin-bottom: 0;
}

.mlpsk-support-form-card form {
  width: 100%;
}

.mlpsk-support-form-card label {
  display: block;
  margin-bottom: 10px;
  color: var(--ml-text);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.45;
}

.mlpsk-support-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
.mlpsk-support-form-card select,
.mlpsk-support-form-card textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 18px;
  border: 1px solid var(--ml-border-strong);
  border-radius: 16px;
  background: var(--ml-surface-soft);
  color: var(--ml-text);
  caret-color: var(--ml-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.mlpsk-support-form-card select {
  color-scheme: light;
}

html[data-ml-theme="dark"] .mlpsk-support-form-card select,
body.ml-theme-effective-dark .mlpsk-support-form-card select {
  color-scheme: dark;
}

html[data-ml-theme="dark"] .mlpsk-support-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
html[data-ml-theme="dark"] .mlpsk-support-form-card select,
html[data-ml-theme="dark"] .mlpsk-support-form-card textarea,
body.ml-theme-effective-dark .mlpsk-support-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
body.ml-theme-effective-dark .mlpsk-support-form-card select,
body.ml-theme-effective-dark .mlpsk-support-form-card textarea {
  border-color: rgba(154, 167, 190, 0.3);
  background: #202b3f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

html[data-ml-theme="dark"] .mlpsk-support-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"])::placeholder,
html[data-ml-theme="dark"] .mlpsk-support-form-card textarea::placeholder,
body.ml-theme-effective-dark .mlpsk-support-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"])::placeholder,
body.ml-theme-effective-dark .mlpsk-support-form-card textarea::placeholder {
  color: #97a6be;
}

.mlpsk-support-form-card textarea {
  min-height: 160px;
  resize: vertical;
}

.mlpsk-support-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"])::placeholder,
.mlpsk-support-form-card textarea::placeholder {
  color: var(--ml-muted);
  opacity: 1;
}

.mlpsk-support-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]):focus-visible,
.mlpsk-support-form-card select:focus-visible,
.mlpsk-support-form-card textarea:focus-visible {
  outline: none;
  border-color: rgba(36, 107, 255, 0.48);
  box-shadow: 0 0 0 4px rgba(36, 107, 255, 0.14);
}

html[data-ml-theme="dark"] .mlpsk-support-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]):focus-visible,
html[data-ml-theme="dark"] .mlpsk-support-form-card select:focus-visible,
html[data-ml-theme="dark"] .mlpsk-support-form-card textarea:focus-visible,
body.ml-theme-effective-dark .mlpsk-support-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]):focus-visible,
body.ml-theme-effective-dark .mlpsk-support-form-card select:focus-visible,
body.ml-theme-effective-dark .mlpsk-support-form-card textarea:focus-visible {
  background: #25334c;
  border-color: rgba(61, 136, 255, 0.62);
  box-shadow: 0 0 0 4px rgba(36, 107, 255, 0.16);
}

.mlpsk-support-form-card button,
.mlpsk-support-form-card input[type="submit"],
.mlpsk-support-form-card input[type="button"] {
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: linear-gradient(180deg, #3d88ff 0%, #246bff 100%);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(36, 107, 255, 0.24);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.mlpsk-support-form-card button:hover,
.mlpsk-support-form-card button:focus-visible,
.mlpsk-support-form-card input[type="submit"]:hover,
.mlpsk-support-form-card input[type="submit"]:focus-visible,
.mlpsk-support-form-card input[type="button"]:hover,
.mlpsk-support-form-card input[type="button"]:focus-visible {
  transform: translateY(-1px);
  outline: none;
  background: linear-gradient(180deg, #3478ef 0%, #1d57db 100%);
  box-shadow: 0 18px 32px rgba(36, 107, 255, 0.28);
}

.mlpsk-support-form-card .notice,
.mlpsk-support-form-card .success,
.mlpsk-support-form-card .error,
.mlpsk-support-form-card [role="alert"],
.mlpsk-support-form-card .ml-clickup-support-form__message {
  margin: 18px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--ml-border-strong);
  border-radius: 16px;
  background: var(--ml-surface-soft);
  color: var(--ml-text);
}

.mlpsk-support-form-card .success,
.mlpsk-support-form-card .is-success {
  border-color: rgba(34, 197, 94, 0.34);
  background: rgba(34, 197, 94, 0.1);
}

.mlpsk-support-form-card .error,
.mlpsk-support-form-card .is-error,
.mlpsk-support-form-card [data-status="error"] {
  border-color: rgba(239, 68, 68, 0.34);
  background: rgba(239, 68, 68, 0.1);
}

.mlpsk-pricing-hero,
.mlpsk-order-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: 28px;
}

.mlpsk-pricing-grid {
  align-items: stretch;
}

.mlpsk-pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  height: 100%;
  padding-top: 54px;
  border-radius: 28px;
}

.mlpsk-pricing-card--featured {
  border-color: rgba(36, 107, 255, 0.28);
  box-shadow: 0 22px 44px rgba(36, 107, 255, 0.14);
}

html[data-ml-theme="dark"] .mlpsk-pricing-card--featured,
body.ml-theme-effective-dark .mlpsk-pricing-card--featured {
  border-color: rgba(61, 136, 255, 0.34);
  box-shadow: 0 24px 46px rgba(6, 11, 24, 0.34);
}

.mlpsk-plan-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 26px;
  left: 26px;
  z-index: 1;
  min-height: 34px;
  width: fit-content;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(36, 107, 255, 0.1);
  color: var(--ml-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mlpsk-pricing-card__head {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 172px;
}

.mlpsk-pricing-card--featured .mlpsk-pricing-card__head {
  padding-top: 16px;
}

.mlpsk-pricing-card__head h2,
.mlpsk-legal-card h2 {
  margin: 0;
  color: var(--ml-text);
  -webkit-text-fill-color: currentColor;
  line-height: 1.08;
}

html[data-ml-theme="light"] .mlpsk-pricing-card__head h2,
body.ml-theme-effective-light .mlpsk-pricing-card__head h2 {
  color: var(--ml-navy);
}

.mlpsk-legal-card h2 {
  margin-bottom: 10px;
}

.mlpsk-pricing-card__price {
  margin: 0;
  color: var(--ml-text);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
}

.mlpsk-pricing-card__description {
  margin: 0;
}

.mlpsk-pricing-card__description,
.mlpsk-pricing-note,
.mlpsk-order-actions p,
.mlpsk-order-message p,
.mlpsk-order-consent span,
.mlpsk-thank-you-grid span,
.mlpsk-legal-copy p {
  color: var(--ml-muted);
}

.mlpsk-legal-copy a,
.mlpsk-check-list a {
  color: var(--ml-blue);
  text-decoration: underline;
  text-decoration-color: rgba(36, 107, 255, 0.35);
  text-underline-offset: 0.18em;
}

.mlpsk-legal-copy a:hover,
.mlpsk-legal-copy a:focus-visible,
.mlpsk-check-list a:hover,
.mlpsk-check-list a:focus-visible {
  color: var(--ml-text);
  text-decoration-color: currentColor;
}

.mlpsk-pricing-card__features {
  margin: 0;
  flex: 1 1 auto;
}

.mlpsk-pricing-card__button {
  width: 100%;
}

.mlpsk-pricing-note {
  max-width: 760px;
  margin: 22px auto 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.7;
}

.mlpsk-highlight-panel {
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(36, 107, 255, 0.12), transparent 28%),
    var(--ml-card);
}

.mlpsk-included-grid .mlpsk-content-card {
  padding: 24px 26px;
}

.mlpsk-included-grid .mlpsk-content-card p {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
}

.mlpsk-order-summary {
  padding: 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(36, 107, 255, 0.14), transparent 34%),
    var(--ml-card);
}

.mlpsk-order-summary__label,
.mlpsk-thank-you-grid span {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mlpsk-order-summary__title {
  display: block;
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.mlpsk-order-summary__price {
  display: block;
  color: var(--ml-blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.mlpsk-order-card,
.mlpsk-thank-you-card {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 40px);
  border-radius: 30px;
}

.mlpsk-order-form {
  display: grid;
  gap: 24px;
}

.mlpsk-order-field {
  display: grid;
  gap: 10px;
}

.mlpsk-order-field--full {
  width: 100%;
}

.mlpsk-order-field.is-hidden {
  display: none;
}

.mlpsk-order-field span,
.mlpsk-order-consent label {
  color: var(--ml-text);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.45;
}

.mlpsk-order-field input,
.mlpsk-order-field select,
.mlpsk-order-field textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 18px;
  border: 1px solid var(--ml-border-strong);
  border-radius: 16px;
  background: var(--ml-surface-soft);
  color: var(--ml-text);
  caret-color: var(--ml-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.mlpsk-order-field textarea {
  min-height: 140px;
  resize: vertical;
}

.mlpsk-order-field select {
  color-scheme: light;
}

html[data-ml-theme="dark"] .mlpsk-order-field input,
html[data-ml-theme="dark"] .mlpsk-order-field select,
html[data-ml-theme="dark"] .mlpsk-order-field textarea,
body.ml-theme-effective-dark .mlpsk-order-field input,
body.ml-theme-effective-dark .mlpsk-order-field select,
body.ml-theme-effective-dark .mlpsk-order-field textarea {
  border-color: rgba(154, 167, 190, 0.3);
  background: #202b3f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

html[data-ml-theme="dark"] .mlpsk-order-field select,
body.ml-theme-effective-dark .mlpsk-order-field select {
  color-scheme: dark;
}

.mlpsk-order-field input::placeholder,
.mlpsk-order-field textarea::placeholder {
  color: var(--ml-muted);
  opacity: 1;
}

html[data-ml-theme="dark"] .mlpsk-order-field input::placeholder,
html[data-ml-theme="dark"] .mlpsk-order-field textarea::placeholder,
body.ml-theme-effective-dark .mlpsk-order-field input::placeholder,
body.ml-theme-effective-dark .mlpsk-order-field textarea::placeholder {
  color: #97a6be;
}

.mlpsk-order-field input:focus-visible,
.mlpsk-order-field select:focus-visible,
.mlpsk-order-field textarea:focus-visible {
  outline: none;
  border-color: rgba(36, 107, 255, 0.48);
  box-shadow: 0 0 0 4px rgba(36, 107, 255, 0.14);
}

html[data-ml-theme="dark"] .mlpsk-order-field input:focus-visible,
html[data-ml-theme="dark"] .mlpsk-order-field select:focus-visible,
html[data-ml-theme="dark"] .mlpsk-order-field textarea:focus-visible,
body.ml-theme-effective-dark .mlpsk-order-field input:focus-visible,
body.ml-theme-effective-dark .mlpsk-order-field select:focus-visible,
body.ml-theme-effective-dark .mlpsk-order-field textarea:focus-visible {
  background: #25334c;
  border-color: rgba(61, 136, 255, 0.62);
  box-shadow: 0 0 0 4px rgba(36, 107, 255, 0.16);
}

.mlpsk-order-consent {
  display: grid;
  gap: 14px;
  padding: 22px 24px;
  border: 1px solid var(--ml-border);
  border-radius: 22px;
  background: rgba(36, 107, 255, 0.04);
}

html[data-ml-theme="dark"] .mlpsk-order-consent,
body.ml-theme-effective-dark .mlpsk-order-consent {
  background: rgba(61, 136, 255, 0.08);
}

.mlpsk-order-consent label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.mlpsk-order-consent input[type="checkbox"] {
  margin-top: 2px;
  flex: 0 0 auto;
}

.mlpsk-order-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.mlpsk-order-actions p {
  margin: 0;
  max-width: 460px;
  font-size: 14px;
  line-height: 1.7;
}

.mlpsk-order-message {
  margin-bottom: 24px;
  padding: 16px 18px;
  border: 1px solid var(--ml-border-strong);
  border-radius: 18px;
  background: var(--ml-surface-soft);
}

.mlpsk-order-message ul {
  margin: 12px 0 0 18px;
}

.mlpsk-order-message--error {
  border-color: rgba(239, 68, 68, 0.34);
  background: rgba(239, 68, 68, 0.1);
}

.mlpsk-order-message--success {
  border-color: rgba(34, 197, 94, 0.34);
  background: rgba(34, 197, 94, 0.1);
}

.mlpsk-payment-step {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 24px;
}

.mlpsk-payment-step__summary,
.mlpsk-payment-step__panel {
  padding: 26px;
  border: 1px solid var(--ml-border);
  border-radius: 24px;
  background: var(--ml-card);
}

.mlpsk-payment-step__summary {
  display: grid;
  gap: 8px;
  align-content: start;
}

.mlpsk-payment-step__summary span {
  color: var(--ml-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mlpsk-payment-step__summary strong {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.5;
}

.mlpsk-payment-step__panel h2 {
  margin-bottom: 12px;
}

.mlpsk-payment-step__panel > p {
  margin-bottom: 18px;
  color: var(--ml-muted);
}

.mlpsk-payment-step__button {
  margin-bottom: 20px;
}

.mlpsk-wayforpay-launch {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.mlpsk-payment-step__button .mlp-button {
  min-width: min(100%, 260px);
}

.mlpsk-thank-you-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 18px 0 26px;
}

.mlpsk-thank-you-grid strong {
  display: block;
  font-size: 18px;
  line-height: 1.5;
}

.mlpsk-legal-copy {
  display: grid;
  gap: 18px;
}

.mlpsk-legal-card {
  padding: 28px;
  border-radius: 24px;
}

.mlpsk-contact-shell {
  display: grid;
  gap: 28px;
}

.mlpsk-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mlpsk-contact-grid--secondary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mlpsk-contact-card {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(36, 107, 255, 0.08), transparent 28%),
    var(--ml-card);
}

.mlpsk-contact-card--wide {
  grid-column: span 2;
}

.mlpsk-contact-card__kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  width: fit-content;
  padding: 0 14px;
  border: 1px solid rgba(36, 107, 255, 0.18);
  border-radius: 999px;
  background: rgba(36, 107, 255, 0.08);
  color: var(--ml-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mlpsk-contact-card h2 {
  margin: 0;
  color: var(--ml-text);
  -webkit-text-fill-color: currentColor;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.12;
}

html[data-ml-theme="light"] .mlpsk-contact-card h2,
body.ml-theme-effective-light .mlpsk-contact-card h2 {
  color: var(--ml-navy);
}

.mlpsk-contact-card > p {
  margin: 0;
  color: var(--ml-muted);
}

.mlpsk-contact-card__footer {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 6px;
}

.mlpsk-contact-card__footer span {
  color: var(--ml-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mlpsk-contact-link {
  color: var(--ml-text);
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  word-break: break-word;
}

.mlpsk-contact-link:hover,
.mlpsk-contact-link:focus-visible {
  color: var(--ml-blue);
}

.mlpsk-contact-link--inline {
  display: inline;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: inherit;
}

html[data-ml-theme="light"] .mlpsk-contact-link,
body.ml-theme-effective-light .mlpsk-contact-link {
  color: var(--ml-navy);
}

.mlpsk-seller-list {
  margin: 0;
}

.mlpsk-seller-list li strong {
  color: var(--ml-text);
}

.mlpsk-seller-list li span {
  color: var(--ml-muted);
}

html[data-ml-theme="light"] .mlpsk-seller-list li strong,
body.ml-theme-effective-light .mlpsk-seller-list li strong {
  color: var(--ml-navy);
}

.mlpsk-contact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mlpsk-contact-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--ml-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ml-text);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.mlpsk-contact-tags--muted span {
  color: var(--ml-muted);
  border-style: dashed;
}

html[data-ml-theme="light"] .mlpsk-contact-tags span,
body.ml-theme-effective-light .mlpsk-contact-tags span {
  background: rgba(36, 107, 255, 0.04);
  color: var(--ml-navy);
}

html[data-ml-theme="light"] .mlpsk-contact-tags--muted span,
body.ml-theme-effective-light .mlpsk-contact-tags--muted span {
  color: var(--ml-muted);
}

.mlpsk-footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.6fr);
  gap: 28px;
}

.mlpsk-footer__brand p {
  margin: 14px 0 16px;
  color: var(--ml-muted);
}

.mlpsk-footer__socials {
  display: flex;
  gap: 10px;
}

.mlpsk-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--ml-border);
  border-radius: 12px;
  color: var(--ml-text);
  text-decoration: none;
  font-weight: 800;
}

.mlpsk-footer__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.mlpsk-footer__columns h3 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.mlpsk-footer__columns p {
  margin: 0 0 14px;
  color: var(--ml-muted);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.74;
}

.mlpsk-footer__columns a {
  display: block;
  margin-bottom: 10px;
  color: var(--ml-muted);
  text-decoration: none;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.mlpsk-footer__seller {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--ml-border);
}

.mlpsk-footer__seller-title {
  margin: 0;
  color: var(--ml-text);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.mlpsk-footer__seller p {
  margin: 0;
}

.mlpsk-footer__seller strong {
  color: var(--ml-text);
}

.mlpsk-footer__seller a {
  display: inline;
  margin: 0;
}

html[data-ml-theme="light"] .mlpsk-footer__seller-title,
html[data-ml-theme="light"] .mlpsk-footer__seller strong,
body.ml-theme-effective-light .mlpsk-footer__seller-title,
body.ml-theme-effective-light .mlpsk-footer__seller strong {
  color: var(--ml-navy);
}

.mlp-product-card,
.mlp-resource-card,
.mlpsk-download-card,
.mlpsk-about__copy,
.mlpsk-about__visual {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.mlp-product-card:hover,
.mlp-product-card:focus-within,
.mlp-resource-card:hover,
.mlp-resource-card:focus-within,
.mlpsk-download-card:hover,
.mlpsk-download-card:focus-within,
.mlpsk-about__copy:hover,
.mlpsk-about__visual:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.12);
}

html[data-ml-theme="dark"] .mlp-product-card:hover,
html[data-ml-theme="dark"] .mlp-product-card:focus-within,
html[data-ml-theme="dark"] .mlp-resource-card:hover,
html[data-ml-theme="dark"] .mlp-resource-card:focus-within,
html[data-ml-theme="dark"] .mlpsk-download-card:hover,
html[data-ml-theme="dark"] .mlpsk-download-card:focus-within,
html[data-ml-theme="dark"] .mlpsk-about__copy:hover,
html[data-ml-theme="dark"] .mlpsk-about__visual:hover,
body.ml-theme-effective-dark .mlp-product-card:hover,
body.ml-theme-effective-dark .mlp-product-card:focus-within,
body.ml-theme-effective-dark .mlp-resource-card:hover,
body.ml-theme-effective-dark .mlp-resource-card:focus-within,
body.ml-theme-effective-dark .mlpsk-download-card:hover,
body.ml-theme-effective-dark .mlpsk-download-card:focus-within,
body.ml-theme-effective-dark .mlpsk-about__copy:hover,
body.ml-theme-effective-dark .mlpsk-about__visual:hover {
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.28);
}

.mlpsk-footer__subscribe-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: 24px;
  margin-top: 28px;
  padding: 26px 0 0;
  border-top: 1px solid var(--ml-border);
}

.mlpsk-footer__subscribe-copy h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.mlpsk-footer__subscribe-copy p {
  margin: 0;
  color: var(--ml-muted);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.74;
}

.mlpsk-subscribe {
  display: flex;
  width: 100%;
  gap: 10px;
}

.mlpsk-subscribe input {
  flex: 1 1 auto;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--ml-border);
  border-radius: 14px;
  background: var(--ml-card);
  color: var(--ml-text);
}

.mlpsk-subscribe .mlp-button {
  min-width: 164px;
  flex: 0 0 auto;
}

.mlpsk-footer__bottom {
  padding-top: 16px;
}

.mlpsk-footer__bottom p {
  margin: 0;
  color: var(--ml-muted);
  text-align: center;
}

@media (max-width: 1100px) {
  .mlpsk-product-hero__grid,
  .mlpsk-product-overview,
  .mlpsk-pricing-hero,
  .mlpsk-order-hero,
  .mlpsk-payment-step {
    grid-template-columns: 1fr;
  }

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

  .mlpsk-contact-grid,
  .mlpsk-contact-grid--secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .mlpsk-product-hero .mlp-container {
    padding-top: 44px;
  }

  .mlpsk-product-hero__stats,
  .mlpsk-process-grid {
    grid-template-columns: 1fr;
  }

  .mlpsk-content-card,
  .mlpsk-side-card,
  .mlpsk-audience-card,
  .mlpsk-system-card,
  .mlpsk-process-step,
  .mlpsk-product-hero__panel,
  .mlpsk-support-form-card,
  .mlpsk-pricing-card,
  .mlpsk-order-card,
  .mlpsk-thank-you-card,
  .mlpsk-legal-card {
    padding: 22px;
  }

  .mlpsk-product-download-cta {
    align-items: start;
  }
}

@media (max-width: 1200px) {
  .mlpsk-feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mlpsk-workflow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mlpsk-workflow__arrow {
    display: none;
  }

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

  .mlpsk-footer__subscribe-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .mlpsk-hero-grid,
  .mlpsk-about,
  .mlpsk-footer {
    grid-template-columns: 1fr;
  }

  .mlpsk-home-hero .mlp-container {
    padding-top: 96px;
  }

  body.mlpsk-site-header .entry-hero.page-hero-section .entry-hero-container-inner {
    padding-top: 96px;
  }

  body.mlpsk-page:not(.mlpsk-page-home) .entry-content.single-content {
    padding-top: 96px;
  }

  .mlpsk-topbar {
    grid-template-columns: auto auto;
    gap: 14px;
    padding: 16px 16px 12px;
  }

  .mlpsk-menu-toggle {
    display: inline-flex;
  }

  .mlpsk-topbar__panel {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    display: none;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: rgba(8, 17, 29, 0.92);
    box-shadow: 0 24px 48px rgba(3, 8, 20, 0.26);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
  }

  html[data-ml-theme="light"] .mlpsk-topbar__panel,
  body.ml-theme-effective-light .mlpsk-topbar__panel {
    border-color: rgba(11, 20, 32, 0.08);
    background: rgba(255, 255, 255, 0.96);
  }

  .mlpsk-topbar.is-open .mlpsk-topbar__panel {
    display: grid;
    gap: 18px;
  }

  .mlpsk-nav {
    justify-content: start;
    gap: 8px;
  }

  .mlpsk-nav a {
    width: 100%;
    justify-content: space-between;
    padding: 0 16px;
    border: 1px solid var(--ml-border);
    background: rgba(255, 255, 255, 0.03);
  }

  html[data-ml-theme="light"] .mlpsk-nav a,
  body.ml-theme-effective-light .mlpsk-nav a {
    background: rgba(36, 107, 255, 0.04);
  }

  .mlpsk-topbar__actions {
    flex-wrap: wrap;
    justify-content: start;
  }

  .mlpsk-language-switcher,
  .mlpsk-language-switcher .trp-shortcode-switcher__wrapper {
    width: auto;
  }

  .mlpsk-topbar__actions .mlp-theme-toggle {
    transform: none;
  }
}

@media (max-width: 767px) {
  .mlpsk-home-hero {
    border-radius: 24px;
  }

  .mlpsk-home-hero .mlp-container {
    padding-top: 88px;
  }

  body.mlpsk-site-header .entry-hero.page-hero-section .entry-hero-container-inner {
    padding-top: 88px;
  }

  body.mlpsk-page:not(.mlpsk-page-home) .entry-content.single-content {
    padding-top: 88px;
  }

  .mlpsk-topbar {
    top: 12px;
    width: calc(100% - 24px);
    border-radius: 20px;
    padding: 15px 14px 11px;
  }

  .mlpsk-panel-block,
  .mlpsk-about__copy,
  .mlpsk-about__visual {
    padding: 22px;
  }

  .mlpsk-feature-list,
  .mlpsk-footer__columns {
    grid-template-columns: 1fr;
  }

  .mlpsk-contact-grid,
  .mlpsk-contact-grid--secondary {
    grid-template-columns: 1fr;
  }

  .mlpsk-contact-card,
  .mlpsk-contact-card--wide {
    grid-column: auto;
  }

  .mlpsk-contact-link {
    font-size: 16px;
  }

  .mlpsk-app-scene {
    min-height: 420px;
  }

  .mlpsk-app-window--left,
  .mlpsk-app-window--center,
  .mlpsk-app-window--right {
    position: absolute;
  }

  .mlpsk-app-window--left {
    width: 42%;
  }

  .mlpsk-app-window--center {
    width: 50%;
  }

  .mlpsk-app-window--right {
    width: 38%;
  }

  .mlpsk-section-bar,
  .mlpsk-cta-panel,
  .mlpsk-subscribe,
  .mlpsk-order-actions {
    display: grid;
  }

  .mlpsk-footer__subscribe-row {
    gap: 18px;
  }

  .mlpsk-order-actions p {
    max-width: none;
  }

  .mlpsk-thank-you-grid {
    grid-template-columns: 1fr;
  }

  .mlpsk-language-switcher .trp-language-item {
    min-height: 44px;
  }

  .mlpsk-topbar__actions .mlp-button {
    width: 100%;
  }

  .mlpsk-order-actions .mlp-button,
  .mlpsk-support-form-card button,
  .mlpsk-support-form-card input[type="submit"],
  .mlpsk-support-form-card input[type="button"] {
    width: 100%;
  }
}
.mlpsk-editor-page { overflow: hidden; }
.mlpsk-editor-hero { padding: 48px 0 56px; background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%); }
.mlpsk-editor-hero__grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 56px; align-items: center; }
.mlpsk-editor-hero__copy h1 { max-width: 620px; margin: 18px 0; color: var(--ml-navy); font-size: clamp(40px, 5vw, 68px); line-height: .98; letter-spacing: 0.005em; }
.mlpsk-editor-hero__copy > p { max-width: 590px; margin: 0; color: var(--ml-muted); font-size: 20px; line-height: 1.65; }
.mlpsk-editor-price { display: flex; align-items: baseline; gap: 8px; margin: 26px 0; color: var(--ml-muted); }
.mlpsk-editor-price strong, .mlpsk-editor-pricing__value strong { color: var(--ml-navy); font-size: 38px; letter-spacing: -.04em; }
.mlpsk-editor-screenshot { display: block; overflow: hidden; border: 1px solid rgba(36,107,255,.16); border-radius: 24px; background: #fff; box-shadow: 0 28px 64px rgba(15,23,42,.16); }
.mlpsk-editor-screenshot img { display: block; width: 100%; height: auto; }
.mlpsk-editor-shot--dark { display: none !important; }
html[data-ml-theme="dark"] .mlpsk-editor-shot--dark, body.ml-theme-effective-dark .mlpsk-editor-shot--dark { display: block !important; }
html[data-ml-theme="dark"] .mlpsk-editor-shot--light, body.ml-theme-effective-dark .mlpsk-editor-shot--light { display: none !important; }
.mlpsk-editor-capabilities .mlp-card { min-height: 220px; padding: 28px; border: 1px solid rgba(36,107,255,.28); background: #eef5fc; box-shadow: 0 8px 20px rgba(36,107,255,.1); }
.mlpsk-editor-capability__icon { display: inline-flex; width: 28px; height: 28px; margin-bottom: 24px; color: var(--ml-blue); }
.mlpsk-editor-capability__icon svg { display: block; width: 100%; height: 100%; }
.mlpsk-editor-capabilities h3 { margin: 0 0 12px; color: var(--ml-navy); }
.mlpsk-editor-capabilities p { margin: 0; color: var(--ml-muted); line-height: 1.55; }
.mlpsk-editor-capabilities-head { max-width: none; margin-bottom: 20px; }
.mlpsk-editor-capabilities-head h2 { white-space: nowrap; }
html[data-ml-theme="light"] .mlpsk-editor-pricing h2, body.ml-theme-effective-light .mlpsk-editor-pricing h2 { color: var(--ml-navy); }
html[data-ml-theme="dark"] .mlpsk-editor-capabilities .mlp-card, body.ml-theme-effective-dark .mlpsk-editor-capabilities .mlp-card { border-color: rgba(110,170,255,.58); background: rgba(17,30,52,.94); box-shadow: 0 6px 14px rgba(3,8,20,.3), 0 0 8px rgba(82,153,255,.28); }
html[data-ml-theme="dark"] .mlpsk-editor-capabilities h3, body.ml-theme-effective-dark .mlpsk-editor-capabilities h3 { color: #f8fbff; }
.mlpsk-editor-details { padding-top: 48px; }
.mlpsk-editor-details__head { max-width: 820px; }
.mlpsk-editor-details__head p { max-width: 760px; color: var(--ml-muted); line-height: 1.6; }
.mlpsk-editor-preflight { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(360px,.88fr); gap: 64px; align-items: start; }
.mlpsk-editor-preflight__visual { display: flex; aspect-ratio: 16 / 10; align-items: center; justify-content: center; border: 1px solid rgba(100,116,139,.22); border-radius: 22px; background: #d9dee6; color: #687386; font-size: 14px; }
.mlpsk-editor-preflight__visual--screenshot { overflow: hidden; }
.mlpsk-editor-preflight__visual--screenshot img { display: block; width: 100%; height: auto; }
.mlpsk-editor-preflight__copy { max-width: 620px; }
.mlpsk-editor-preflight__copy h2 { margin: 0 0 16px; color: var(--ml-text); }
.mlpsk-editor-preflight__intro { margin: 0; color: var(--ml-muted); font-size: 18px; line-height: 1.65; }
.mlpsk-editor-preflight__points { display: grid; gap: 20px; margin-top: 28px; }
.mlpsk-editor-preflight__points article { padding-left: 18px; border-left: 2px solid rgba(36,107,255,.42); }
.mlpsk-editor-preflight__points h3 { margin: 0 0 6px; color: var(--ml-text); }
.mlpsk-editor-preflight__points p { margin: 0; color: var(--ml-muted); line-height: 1.55; }
.mlpsk-editor-section-divider { margin: 0 0 48px; border-top: 1px solid rgba(36,107,255,.18); }
.mlpsk-editor-presentation { display: grid; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); gap: 64px; align-items: start; }
.mlpsk-editor-presentation--visual-first { grid-template-columns: minmax(0,1.12fr) minmax(0,.88fr); }
.mlpsk-editor-presentation__copy { max-width: 620px; }
.mlpsk-editor-presentation__copy h2 { margin: 0 0 16px; color: var(--ml-text); }
.mlpsk-editor-presentation__intro { margin: 0; color: var(--ml-muted); font-size: 18px; line-height: 1.65; }
.mlpsk-editor-presentation__points { display: grid; gap: 18px; margin-top: 28px; }
.mlpsk-editor-presentation__points article { padding-left: 18px; border-left: 2px solid rgba(36,107,255,.42); }
.mlpsk-editor-presentation__points h3 { margin: 0 0 6px; color: var(--ml-text); }
.mlpsk-editor-presentation__points p { margin: 0; color: var(--ml-muted); line-height: 1.55; }
.mlpsk-editor-presentation__status { margin: 24px 0 0; color: var(--ml-muted); font-size: 14px; line-height: 1.55; }
.mlpsk-editor-box-legend { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.mlpsk-editor-box-legend span { padding: 6px 10px; border: 1px solid rgba(36,107,255,.18); border-radius: 8px; color: var(--ml-blue); font-size: 13px; }
.mlpsk-editor-final-conversion__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 36px; border: 1px solid rgba(36,107,255,.16); border-radius: 24px; background: rgba(36,107,255,.045); }
.mlpsk-editor-final-conversion h2 { margin: 0 0 10px; color: var(--ml-text); }
.mlpsk-editor-final-conversion p { margin: 0; color: var(--ml-muted); }
.mlpsk-editor-final-conversion__actions { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
html[data-ml-theme="dark"] .mlpsk-editor-box-legend span, body.ml-theme-effective-dark .mlpsk-editor-box-legend span { border-color: rgba(110,170,255,.26); }
html[data-ml-theme="dark"] .mlpsk-editor-final-conversion__inner, body.ml-theme-effective-dark .mlpsk-editor-final-conversion__inner { border-color: rgba(110,170,255,.22); background: rgba(17,30,52,.55); }
html[data-ml-theme="dark"] .mlpsk-editor-final-conversion h2, body.ml-theme-effective-dark .mlpsk-editor-final-conversion h2 { color: #f8fbff; }
.mlpsk-editor-workflow__head { max-width: 820px; }
.mlpsk-editor-workflow__head h2 { margin: 0 0 16px; color: var(--ml-text); }
.mlpsk-editor-workflow__head p { margin: 0; color: var(--ml-muted); font-size: 18px; line-height: 1.65; }
.mlpsk-editor-workflow__nodes { display: grid; grid-template-columns: 1fr 1.15fr 1.15fr 1.5fr 1fr; gap: 0; align-items: stretch; margin-top: 40px; overflow: hidden; border: 1px solid rgba(36,107,255,.2); border-radius: 20px; background: rgba(36,107,255,.035); }
.mlpsk-editor-workflow__node { position: relative; display: grid; align-content: center; gap: 8px; min-height: 116px; padding: 20px 24px; background: transparent; }
.mlpsk-editor-workflow__node + .mlpsk-editor-workflow__node { border-left: 1px solid rgba(36,107,255,.18); }
.mlpsk-editor-workflow__node:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 50%; right: -7px; transform: translateY(-50%); color: var(--ml-blue); font-size: 16px; line-height: 1; }
.mlpsk-editor-workflow__node--editor { background: rgba(36,107,255,.1); box-shadow: inset 0 0 0 1px rgba(36,107,255,.22); }
.mlpsk-editor-workflow__node strong { color: var(--ml-text); font-size: 18px; }
.mlpsk-editor-workflow__node span { color: var(--ml-muted); font-size: 14px; line-height: 1.5; }
.mlpsk-editor-workflow__node:last-child strong { white-space: nowrap; }
.mlpsk-editor-workflow__areas { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; margin-top: 32px; }
.mlpsk-editor-workflow__areas article { padding-top: 18px; border-top: 1px solid rgba(36,107,255,.16); }
.mlpsk-editor-workflow__areas h3 { margin: 0 0 8px; color: var(--ml-text); }
.mlpsk-editor-workflow__areas p { margin: 0; color: var(--ml-muted); line-height: 1.55; }
.mlpsk-editor-workflow__areas span { display: inline-block; margin-top: 12px; color: var(--ml-blue); font-size: 13px; }
.mlpsk-editor-workflow__closing { margin: 34px 0 0; color: var(--ml-text); font-size: 20px; font-weight: 600; letter-spacing: .005em; }
.mlpsk-editor-results-reports__head { max-width: 900px; }
.mlpsk-editor-results-reports__head h2 { margin: 0 0 16px; color: var(--ml-text); }
.mlpsk-editor-results-reports__head p { margin: 0; color: var(--ml-muted); font-size: 18px; line-height: 1.65; }
.mlpsk-editor-results-reports__visual { display: flex; aspect-ratio: 2.1 / 1; align-items: center; justify-content: center; margin-top: 36px; border: 1px solid rgba(100,116,139,.22); border-radius: 22px; background: #d9dee6; color: #687386; font-size: 14px; }
.mlpsk-editor-results-reports__steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; margin-top: 30px; }
.mlpsk-editor-results-reports__steps article { padding-top: 16px; border-top: 1px solid rgba(36,107,255,.2); }
.mlpsk-editor-results-reports__steps article > span { color: var(--ml-blue); font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.mlpsk-editor-results-reports__steps h3 { margin: 8px 0 6px; color: var(--ml-text); }
.mlpsk-editor-results-reports__steps p { margin: 0; color: var(--ml-muted); line-height: 1.55; }
.mlpsk-editor-results-reports__formats { margin: 24px 0 0; color: var(--ml-muted); font-size: 14px; }
html[data-ml-theme="dark"] .mlpsk-editor-results-reports__head h2, html[data-ml-theme="dark"] .mlpsk-editor-results-reports__steps h3, body.ml-theme-effective-dark .mlpsk-editor-results-reports__head h2, body.ml-theme-effective-dark .mlpsk-editor-results-reports__steps h3 { color: #f8fbff; }
html[data-ml-theme="dark"] .mlpsk-editor-results-reports__visual, body.ml-theme-effective-dark .mlpsk-editor-results-reports__visual { border-color: rgba(148,163,184,.24); background: #252d3a; color: rgba(226,232,240,.62); }
html[data-ml-theme="dark"] .mlpsk-editor-results-reports__steps article, body.ml-theme-effective-dark .mlpsk-editor-results-reports__steps article { border-top-color: rgba(110,170,255,.22); }
html[data-ml-theme="dark"] .mlpsk-editor-workflow__head h2, html[data-ml-theme="dark"] .mlpsk-editor-workflow__node strong, html[data-ml-theme="dark"] .mlpsk-editor-workflow__areas h3, html[data-ml-theme="dark"] .mlpsk-editor-workflow__closing, body.ml-theme-effective-dark .mlpsk-editor-workflow__head h2, body.ml-theme-effective-dark .mlpsk-editor-workflow__node strong, body.ml-theme-effective-dark .mlpsk-editor-workflow__areas h3, body.ml-theme-effective-dark .mlpsk-editor-workflow__closing { color: #f8fbff; }
html[data-ml-theme="dark"] .mlpsk-editor-workflow__nodes, body.ml-theme-effective-dark .mlpsk-editor-workflow__nodes { border-color: rgba(110,170,255,.3); background: rgba(17,30,52,.55); }
html[data-ml-theme="dark"] .mlpsk-editor-workflow__node + .mlpsk-editor-workflow__node, body.ml-theme-effective-dark .mlpsk-editor-workflow__node + .mlpsk-editor-workflow__node { border-left-color: rgba(110,170,255,.25); }
html[data-ml-theme="dark"] .mlpsk-editor-workflow__node--editor, body.ml-theme-effective-dark .mlpsk-editor-workflow__node--editor { background: rgba(36,107,255,.14); box-shadow: inset 0 0 0 1px rgba(110,170,255,.3); }
html[data-ml-theme="dark"] .mlpsk-editor-workflow__areas article, body.ml-theme-effective-dark .mlpsk-editor-workflow__areas article { border-top-color: rgba(110,170,255,.22); }
.mlpsk-editor-presentation__visual { display: flex; aspect-ratio: 16 / 10; align-items: center; justify-content: center; border: 1px solid rgba(100,116,139,.22); border-radius: 22px; background: #d9dee6; color: #687386; font-size: 14px; text-align: center; }
.mlpsk-editor-presentation__visual--screenshot { overflow: hidden; }
.mlpsk-editor-presentation__visual--screenshot img { display: block; width: 100%; height: auto; }
.mlpsk-editor-presentation__visual--concept { background: #e2e6ec; }
.mlpsk-editor-presentation__visual--concept > div { display: grid; gap: 10px; justify-items: center; color: #687386; }
.mlpsk-editor-presentation__visual--concept b { color: #8b95a5; font-size: 18px; font-weight: 400; }
html[data-ml-theme="dark"] .mlpsk-editor-presentation__visual, body.ml-theme-effective-dark .mlpsk-editor-presentation__visual { border-color: rgba(148,163,184,.24); background: #252d3a; color: rgba(226,232,240,.62); }
html[data-ml-theme="dark"] .mlpsk-editor-presentation__visual--concept, body.ml-theme-effective-dark .mlpsk-editor-presentation__visual--concept { background: #2b3442; }
html[data-ml-theme="dark"] .mlpsk-editor-section-divider, body.ml-theme-effective-dark .mlpsk-editor-section-divider { border-top-color: rgba(110,170,255,.22); }
html[data-ml-theme="dark"] .mlpsk-editor-presentation__copy h2, html[data-ml-theme="dark"] .mlpsk-editor-presentation__points h3, body.ml-theme-effective-dark .mlpsk-editor-presentation__copy h2, body.ml-theme-effective-dark .mlpsk-editor-presentation__points h3 { color: #f8fbff; }
html[data-ml-theme="dark"] .mlpsk-editor-preflight__visual, body.ml-theme-effective-dark .mlpsk-editor-preflight__visual { border-color: rgba(148,163,184,.24); background: #252d3a; color: rgba(226,232,240,.62); }
html[data-ml-theme="dark"] .mlpsk-editor-preflight__copy h2, html[data-ml-theme="dark"] .mlpsk-editor-preflight__points h3, body.ml-theme-effective-dark .mlpsk-editor-preflight__copy h2, body.ml-theme-effective-dark .mlpsk-editor-preflight__points h3 { color: #f8fbff; }
.mlpsk-editor-flow { display: grid; gap: 12px; margin-top: 28px; }
.mlpsk-editor-flow__step { display: grid; grid-template-columns: 64px minmax(0,1fr) auto; gap: 20px; align-items: center; padding: 20px 24px; border: 1px solid rgba(36,107,255,.14); border-radius: 18px; background: #f7fbff; }
.mlpsk-editor-flow__index { color: var(--ml-blue); font-weight: 700; letter-spacing: .08em; }
.mlpsk-editor-flow__step h3 { margin: 0 0 6px; color: var(--ml-navy); }
.mlpsk-editor-flow__step p { margin: 0; color: var(--ml-muted); line-height: 1.55; }
.mlpsk-editor-flow__status { padding: 6px 10px; border: 1px solid rgba(36,107,255,.2); border-radius: 999px; color: var(--ml-blue); font-size: 13px; white-space: nowrap; }
.mlpsk-editor-details__supporting { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; margin-top: 24px; }
.mlpsk-editor-details__supporting .mlp-card { min-height: 160px; padding: 26px; border: 1px solid rgba(36,107,255,.14); background: #f7fbff; box-shadow: none; }
.mlpsk-editor-details__supporting h3 { margin: 0 0 10px; color: var(--ml-navy); }
.mlpsk-editor-details__supporting p { margin: 0; color: var(--ml-muted); line-height: 1.55; }
.mlpsk-editor-details__planned { border-color: rgba(36,107,255,.22) !important; }
html[data-ml-theme="dark"] .mlpsk-editor-flow__step, body.ml-theme-effective-dark .mlpsk-editor-flow__step,
html[data-ml-theme="dark"] .mlpsk-editor-details__supporting .mlp-card, body.ml-theme-effective-dark .mlpsk-editor-details__supporting .mlp-card { border-color: rgba(110,170,255,.24); background: rgba(17,30,52,.7); }
html[data-ml-theme="dark"] .mlpsk-editor-flow__step h3, html[data-ml-theme="dark"] .mlpsk-editor-details__supporting h3, body.ml-theme-effective-dark .mlpsk-editor-flow__step h3, body.ml-theme-effective-dark .mlpsk-editor-details__supporting h3 { color: #f8fbff; }
html[data-ml-theme="dark"] .mlpsk-editor-flow__step p, html[data-ml-theme="dark"] .mlpsk-editor-details__supporting p, body.ml-theme-effective-dark .mlpsk-editor-flow__step p, body.ml-theme-effective-dark .mlpsk-editor-details__supporting p { color: rgba(255,255,255,.72); }
.mlpsk-editor-pricing { display: flex; justify-content: space-between; gap: 28px; align-items: center; padding: 36px; border: 1px solid rgba(36,107,255,.14); border-radius: 24px; background: rgba(36,107,255,.045); }
.mlpsk-editor-pricing h2 { margin: 0 0 10px; }
.mlpsk-editor-pricing p { margin: 0; color: var(--ml-muted); }
.mlpsk-editor-pricing__value { display: grid; gap: 4px; text-align: right; }
.mlpsk-editor-pricing__value span { color: var(--ml-muted); }
.mlpsk-editor-links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.mlpsk-editor-links .mlp-card { text-decoration: none; }
.mlpsk-editor-links h3 { margin-top: 0; }
.mlpsk-editor-links p { margin-bottom: 0; color: var(--ml-muted); }
html[data-ml-theme="dark"] .mlpsk-editor-hero, body.ml-theme-effective-dark .mlpsk-editor-hero { background: linear-gradient(180deg, #09111f 0%, #0b1420 100%); }
html[data-ml-theme="dark"] .mlpsk-editor-hero__copy h1, html[data-ml-theme="dark"] .mlpsk-editor-price strong, html[data-ml-theme="dark"] .mlpsk-editor-pricing__value strong, body.ml-theme-effective-dark .mlpsk-editor-hero__copy h1, body.ml-theme-effective-dark .mlpsk-editor-price strong, body.ml-theme-effective-dark .mlpsk-editor-pricing__value strong { color: #fff; }
html[data-ml-theme="dark"] .mlpsk-editor-hero__copy > p, body.ml-theme-effective-dark .mlpsk-editor-hero__copy > p { color: rgba(255,255,255,.76); }
html[data-ml-theme="dark"] .mlpsk-editor-screenshot, body.ml-theme-effective-dark .mlpsk-editor-screenshot { border-color: rgba(255,255,255,.12); background: #0b1420; box-shadow: 0 28px 64px rgba(0,0,0,.32); }
html[data-ml-theme="dark"] .mlpsk-editor-pricing, body.ml-theme-effective-dark .mlpsk-editor-pricing { border-color: rgba(255,255,255,.1); background: rgba(255,255,255,.04); }
@media (max-width: 900px) { .mlpsk-editor-hero__grid { grid-template-columns: 1fr; gap: 34px; } .mlpsk-editor-pricing { align-items: flex-start; flex-direction: column; } .mlpsk-editor-pricing__value { text-align: left; } .mlpsk-editor-capabilities-head h2 { white-space: normal; } .mlpsk-editor-flow__step { grid-template-columns: 48px minmax(0,1fr); } .mlpsk-editor-flow__status { grid-column: 2; justify-self: start; } .mlpsk-editor-details__supporting { grid-template-columns: 1fr; } .mlpsk-editor-preflight { grid-template-columns: 1fr; gap: 36px; } .mlpsk-editor-preflight__copy { max-width: none; } .mlpsk-editor-presentation, .mlpsk-editor-presentation--visual-first { grid-template-columns: 1fr; gap: 36px; } .mlpsk-editor-presentation--text-first .mlpsk-editor-presentation__visual { order: -1; } .mlpsk-editor-presentation__copy { max-width: none; } .mlpsk-editor-workflow__nodes { grid-template-columns: 1fr; gap: 0; } .mlpsk-editor-workflow__node { min-height: 90px; } .mlpsk-editor-workflow__node + .mlpsk-editor-workflow__node { border-top: 1px solid rgba(36,107,255,.18); border-left: 0; } .mlpsk-editor-workflow__node:not(:last-child)::after { top: auto; right: 50%; bottom: -1px; transform: translate(50%, 50%); content: "↓"; font-size: 15px; background: transparent; } .mlpsk-editor-workflow__areas { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .mlpsk-editor-hero { padding: 32px 0 32px; } .mlpsk-editor-hero__copy h1 { font-size: clamp(36px, 11vw, 52px); } .mlpsk-editor-hero__copy > p { font-size: 17px; } .mlpsk-editor-capabilities, .mlpsk-editor-links { grid-template-columns: 1fr; } .mlpsk-editor-pricing { padding: 26px; } }
@media (max-width: 900px) { .mlpsk-editor-results-reports__visual { aspect-ratio: 16 / 10; } .mlpsk-editor-results-reports__steps { grid-template-columns: 1fr; gap: 20px; } }
@media (max-width: 900px) { .mlpsk-editor-final-conversion__inner { align-items: flex-start; flex-direction: column; padding: 28px; } .mlpsk-editor-final-conversion__actions { flex-wrap: wrap; } }

/* Shared heading tracking: subtle breathing room for the complete Site Kit typography system. */
body.mlpsk-page {
  --ml-heading-tracking: 0.005em;
}

body.mlpsk-page :is(h1, h2, h3, h4, h5, h6) {
  letter-spacing: var(--ml-heading-tracking);
}
