.screen.plat-chrome {
  min-height: 0;
  height: 0;
  min-width: 0;
  width: 100%;
  overflow: visible;
  background: transparent;
  aspect-ratio: auto;
}

.screen.plat-chrome > header.site-header .site-header__menu-btn {
  display: none;
}

.plat-main {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.plat-canvas {
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 1920px;
  background: #fff;
}

.plat-hero,
.plat-section {
  position: relative;
  overflow: hidden;
}

.plat-hero {
  background: #fff;
  border-radius: 0 0 30px 30px;
  padding: 180px 48px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.plat-hero__dots,
.plat-section__dots {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 0.3;
  pointer-events: none;
}

.plat-hero__mark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
}

.plat-hero__icon {
  width: auto;
  height: 86%;
  max-width: 86%;
  object-fit: contain;
  object-position: center;
  opacity: 0.045;
  user-select: none;
}

.plat-hero__badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  padding: 8px 16px 8px 8px;
  border-radius: 999px;
  background: #fbfafe;
  border: 1px solid #ebe7f4;
  box-shadow: 0 8px 24px rgba(67, 50, 138, 0.08);
}

.plat-hero__badge img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  padding: 6px;
  box-shadow: 0 1px 4px rgba(67, 50, 138, 0.08);
}

.plat-hero__badge span {
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #43328a;
  letter-spacing: -0.02em;
}

.plat-hero__title {
  position: relative;
  z-index: 2;
  margin: 0 auto 24px;
  max-width: 920px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: clamp(36px, 4.4vw, 62px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #000;
}

.plat-hero__title .accent {
  font-family: "Barlow Condensed", Helvetica, sans-serif;
  font-weight: 700;
  color: #43328a;
}

.plat-hero__lead {
  position: relative;
  z-index: 2;
  margin: 0 auto 40px;
  max-width: 760px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 1.7vw, 28px);
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #242424;
}

.plat-cta {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  height: 64px;
  padding: 0 28px;
  border: 0;
  border-radius: 10px;
  background: #43328a;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  text-decoration: none;
  font: inherit;
  appearance: none;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms ease;
}

.plat-cta span {
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}

.plat-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(67, 50, 138, 0.28);
}

.plat-cta:active {
  transform: scale(0.98);
}

.plat-cta:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 3px;
}

.plat-cta--ghost {
  background: #fff;
  box-shadow: 0 0 0 1px #d9d3ea inset, 0 4px 2px rgba(0, 0, 0, 0.06);
}

.plat-cta--ghost span {
  color: #43328a;
}

.plat-section {
  padding: 88px 48px 96px;
  background: #fff;
}

.plat-section--tint {
  background: #fbfafe;
  border-radius: 70px;
}

.plat-section--end {
  border-radius: 70px 70px 0 0;
}

.plat-cloud {
  position: absolute;
  width: min(42vw, 481px);
  height: min(38vw, 427px);
  margin: 0;
  border-radius: 50%;
  background: rgba(115, 102, 189, 0.2);
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
}

.plat-cloud--a {
  left: -6%;
  top: 8%;
}

.plat-cloud--b {
  right: -8%;
  bottom: -12%;
}

.plat-star {
  position: absolute;
  right: -8%;
  top: -18%;
  width: min(70vw, 980px);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

.plat-inner {
  position: relative;
  z-index: 2;
  width: min(1240px, 100%);
  margin-inline: auto;
}

.plat-copy {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px;
}

.plat-copy h2 {
  margin: 0 0 16px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: clamp(26px, 2.6vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #000;
}

.plat-copy h2 .accent {
  font-family: "Barlow Condensed", Helvetica, sans-serif;
  font-weight: 700;
  color: #43328a;
}

.plat-copy p {
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.45;
  color: #000;
}

.plat-copy--left {
  text-align: left;
  margin: 0;
  max-width: none;
}

.plat-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.plat-split--flip {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.plat-split--flip .plat-copy {
  order: 2;
}

.plat-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.plat-copy--left .plat-actions {
  justify-content: flex-start;
}

.plat-copy:not(.plat-copy--left) .plat-actions {
  justify-content: center;
}

.plat-stage {
  position: relative;
  min-height: 380px;
  width: 100%;
}

.plat-stage .ui {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 0 20px #e8ebff;
}

.plat-stage .ui-pill {
  z-index: 6;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #43328a;
  border: 2px solid #7f7d7d;
  white-space: nowrap;
}

.ui-post {
  z-index: 2;
  padding: 16px 16px 14px;
  width: 66%;
}

.ui-post__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.ui-post__head img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 8px;
  background: #f3f0fa;
  padding: 4px;
}

.ui-post__head b,
.ui-post__head span {
  display: block;
  font-family: "Manrope", Helvetica, sans-serif;
}

.ui-post__head b {
  font-size: 13px;
  font-weight: 700;
  color: #111;
}

.ui-post__head span {
  font-size: 11px;
  color: #858194;
  font-weight: 500;
}

.ui-post__body {
  margin: 0 0 12px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #242424;
}

.ui-post__art {
  height: 92px;
  border-radius: 10px;
  margin-bottom: 12px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--plat-brand) 55%, #fff) 0%, #43328a 100%);
}

.ui-badge {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  background: #43328a;
  color: #fff;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.ui-cal {
  z-index: 4;
  width: 36%;
  padding: 12px;
  border: 2px solid #7f7d7d;
}

.ui-cal header {
  font-family: "Barlow Condensed", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #43328a;
  margin-bottom: 8px;
}

.ui-cal__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.ui-cal__grid span {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 9px;
  color: #858194;
  border-radius: 5px;
}

.ui-cal__grid span.is-mark {
  background: #f3f0fa;
  color: #43328a;
  font-weight: 600;
}

.ui-cal__grid span.is-on {
  background: var(--plat-brand, #43328a);
  color: #fff;
  font-weight: 700;
}

.ui-ai {
  z-index: 2;
  width: 58%;
  padding: 18px 18px 16px;
}

.ui-ai__spark {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 30% 30%, #fff, transparent 40%),
    linear-gradient(135deg, var(--plat-brand, #43328a), #43328a);
}

.ui-ai b {
  display: block;
  margin-bottom: 8px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 15px;
  color: #111;
}

.ui-ai p {
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #242424;
}

.ui-thumbs {
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  padding: 10px;
  width: 42%;
  border: 2px solid #7f7d7d;
}

.ui-thumbs i {
  display: block;
  aspect-ratio: 1;
  border-radius: 8px;
}

.ui-thumbs .t1 { background: linear-gradient(160deg, var(--plat-brand), #c9c1ef); }
.ui-thumbs .t2 { background: linear-gradient(160deg, #43328a, #fbfafe); }
.ui-thumbs .t3 { background: linear-gradient(160deg, #242424, var(--plat-brand)); }

.ui-tags {
  z-index: 5;
  display: flex;
  gap: 6px;
  padding: 10px 12px;
  border: 2px solid #7f7d7d;
}

.ui-tags span {
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #43328a;
  background: #f3f0fa;
  padding: 4px 8px;
  border-radius: 999px;
}

.ui-flow {
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 72%;
  padding: 16px;
}

.ui-flow__src,
.ui-flow__dst {
  flex: 1;
  padding: 14px 12px;
  border-radius: 12px;
  background: #fbfafe;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #111;
}

.ui-flow__dst {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ui-flow__dst img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.ui-flow__arrow {
  width: 36px;
  height: 2px;
  background: #43328a;
  position: relative;
  flex-shrink: 0;
}

.ui-flow__arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -4px;
  border: 5px solid transparent;
  border-left-color: #43328a;
  border-right-width: 0;
}

.ui-rule,
.ui-freq {
  z-index: 3;
  padding: 14px 16px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #242424;
  border: 2px solid #7f7d7d;
}

.ui-slots {
  display: flex;
  gap: 6px;
  margin-top: 10px;
}

.ui-slots span {
  padding: 4px 8px;
  border-radius: 8px;
  background: #f3f0fa;
  color: #43328a;
  font-size: 12px;
}

.ui-chat {
  z-index: 2;
  width: 42%;
  padding: 14px;
}

.ui-chat header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
}

.ui-chat header img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.ui-chat p {
  margin: 0 0 8px;
  padding: 8px 10px;
  border-radius: 10px 10px 10px 4px;
  background: #f3f0fa;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.35;
  color: #242424;
}

.ui-chat p.is-own {
  background: color-mix(in srgb, var(--plat-brand) 18%, #fff);
  border-radius: 10px 10px 4px 10px;
}

.ui-sync-link {
  position: absolute;
  left: 42%;
  top: 46%;
  width: 16%;
  height: 3px;
  background: #43328a;
  z-index: 5;
}

.ui-sync-link::before,
.ui-sync-link::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #43328a;
  transform: translateY(-50%);
}

.ui-sync-link::before { left: -4px; }
.ui-sync-link::after { right: -4px; }

.ui-quote,
.ui-spoiler,
.ui-emo,
.ui-tools {
  z-index: 2;
  padding: 16px;
  font-family: "Manrope", Helvetica, sans-serif;
}

.ui-quote {
  width: 62%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: #111;
  border-left: 4px solid var(--plat-brand, #43328a);
}

.ui-spoiler {
  border: 2px solid #7f7d7d;
  font-size: 13px;
  font-weight: 600;
  color: #43328a;
}

.ui-emo {
  display: flex;
  gap: 8px;
  font-size: 22px;
}

.ui-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 62%;
}

.ui-tools span {
  padding: 7px 11px;
  border-radius: 10px;
  background: #f3f0fa;
  font-size: 12px;
  font-weight: 600;
  color: #43328a;
}

.ui-pin {
  overflow: hidden;
  border: 2px solid #7f7d7d;
}

.ui-pin span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #111;
}

.ui-pin--a { background: linear-gradient(160deg, #bd081c, #43328a); }
.ui-pin--b { background: linear-gradient(160deg, #f3d2c9, #43328a); }
.ui-pin--c { background: linear-gradient(160deg, #1b1b1b, #bd081c); }
.ui-pin--d { background: linear-gradient(160deg, #fbfafe, var(--plat-brand)); }

.ui-polaroid {
  padding: 10px 10px 28px;
  border: 2px solid #7f7d7d;
}

.ui-polaroid i {
  display: block;
  aspect-ratio: 1;
  border-radius: 6px;
}

.ui-polaroid--a i { background: linear-gradient(160deg, #eb0256, #43328a); }
.ui-polaroid--b i { background: linear-gradient(160deg, #242424, #eb0256); }
.ui-polaroid--c i { background: linear-gradient(160deg, #fbfafe, #43328a); }

.ui-polaroid span {
  display: block;
  margin-top: 8px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #858194;
}

.ui-dash {
  z-index: 4;
  display: flex;
  gap: 8px;
  padding: 10px;
  width: auto;
}

.ui-dash__tab {
  padding: 6px 10px;
  border-radius: 8px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #858194;
}

.ui-dash__tab.is-on {
  background: #43328a;
  color: #fff;
}

.ui-mosaic {
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  padding: 10px;
  width: 70%;
  height: 58%;
}

.ui-mosaic i {
  display: block;
  border-radius: 10px;
  background: linear-gradient(160deg, var(--plat-brand), #43328a);
}

.ui-mosaic i:nth-child(1) { grid-row: 1 / 3; }
.ui-mosaic i:nth-child(2) { background: linear-gradient(160deg, #1b1b1b, var(--plat-brand)); }
.ui-mosaic i:nth-child(3) { background: linear-gradient(160deg, #fbfafe, #43328a); }

.plat-stage--editor .ui-post {
  left: 6%;
  top: 10%;
  width: 70%;
  transform: rotate(-1.6deg);
}
.plat-stage--editor .ui-cal {
  right: 5%;
  top: 46%;
  width: 44%;
  transform: rotate(2.8deg);
}
.plat-stage--editor .ui-pill {
  right: 8%;
  top: 14%;
  transform: rotate(-2deg);
}

.plat-stage--vk.plat-stage--editor .ui-post,
.plat-stage--max.plat-stage--editor .ui-post,
.plat-stage--tumblr.plat-stage--editor .ui-post,
.plat-stage--bluesky.plat-stage--editor .ui-post,
.plat-stage--pixelfed.plat-stage--editor .ui-post {
  left: auto;
  right: 6%;
  transform: rotate(1.6deg);
}
.plat-stage--vk.plat-stage--editor .ui-cal,
.plat-stage--max.plat-stage--editor .ui-cal,
.plat-stage--tumblr.plat-stage--editor .ui-cal,
.plat-stage--bluesky.plat-stage--editor .ui-cal,
.plat-stage--pixelfed.plat-stage--editor .ui-cal {
  right: auto;
  left: 5%;
  transform: rotate(-2.6deg);
}
.plat-stage--vk.plat-stage--editor .ui-pill,
.plat-stage--max.plat-stage--editor .ui-pill,
.plat-stage--tumblr.plat-stage--editor .ui-pill,
.plat-stage--bluesky.plat-stage--editor .ui-pill,
.plat-stage--pixelfed.plat-stage--editor .ui-pill {
  right: auto;
  left: 10%;
  top: 12%;
  transform: rotate(2deg);
}

.plat-stage--ok.plat-stage--editor .ui-post { top: 8%; transform: rotate(-1.2deg); }
.plat-stage--mastodon.plat-stage--editor .ui-cal { top: 42%; }
.plat-stage--pinterest.plat-stage--editor .ui-post { width: 66%; }

.plat-stage--ai .ui-ai {
  left: 6%;
  top: 12%;
  width: 62%;
  transform: rotate(-1.4deg);
}
.plat-stage--ai .ui-thumbs {
  right: 6%;
  top: 42%;
  width: 46%;
  transform: rotate(2.4deg);
}
.plat-stage--ai .ui-tags {
  left: 18%;
  top: 62%;
  transform: rotate(-1.8deg);
}

.plat-stage--vk.plat-stage--ai .ui-ai,
.plat-stage--tumblr.plat-stage--ai .ui-ai,
.plat-stage--bluesky.plat-stage--ai .ui-ai,
.plat-stage--pixelfed.plat-stage--ai .ui-ai {
  left: auto;
  right: 6%;
  transform: rotate(1.4deg);
}
.plat-stage--vk.plat-stage--ai .ui-thumbs,
.plat-stage--tumblr.plat-stage--ai .ui-thumbs,
.plat-stage--bluesky.plat-stage--ai .ui-thumbs,
.plat-stage--pixelfed.plat-stage--ai .ui-thumbs {
  right: auto;
  left: 6%;
  transform: rotate(-2.2deg);
}
.plat-stage--ok.plat-stage--ai .ui-thumbs { top: 46%; }
.plat-stage--mastodon.plat-stage--ai .ui-tags { left: 22%; top: 64%; }

.plat-stage--rss .ui-flow {
  left: 5%;
  top: 14%;
  width: 86%;
  transform: rotate(-1deg);
}
.plat-stage--rss .ui-rule {
  right: 8%;
  top: 8%;
  width: 42%;
  transform: rotate(2.2deg);
  z-index: 4;
}
.plat-stage--rss .ui-freq {
  left: 10%;
  top: 56%;
  width: 58%;
  transform: rotate(-1.6deg);
}

.plat-stage--sync .ui-chat--tg {
  left: 8%;
  top: 12%;
  width: 56%;
  transform: rotate(-1.8deg);
  z-index: 3;
}
.plat-stage--sync .ui-chat--max {
  left: 36%;
  top: 34%;
  width: 56%;
  transform: rotate(2deg);
  z-index: 4;
}
.plat-stage--sync .ui-pill {
  left: 28%;
  top: 6%;
  transform: rotate(-1.5deg);
}
.plat-stage--sync .ui-sync-link {
  left: 38%;
  top: 40%;
  width: 12%;
}

.plat-stage--format .ui-quote {
  left: 8%;
  top: 16%;
  width: 72%;
  transform: rotate(-1.4deg);
  z-index: 2;
}
.plat-stage--format .ui-spoiler {
  left: 44%;
  top: 8%;
  width: 48%;
  transform: rotate(2.2deg);
  z-index: 4;
}
.plat-stage--format .ui-emo,
.plat-stage--format .ui-tools {
  left: 16%;
  right: auto;
  bottom: auto;
  top: 58%;
  max-width: 72%;
  transform: rotate(-1.2deg);
  z-index: 5;
}

.plat-stage--pinterest.plat-stage--media .ui-pin--a {
  left: 10%;
  top: 8%;
  width: 44%;
  height: 64%;
  transform: rotate(-2deg);
  z-index: 2;
}
.plat-stage--pinterest.plat-stage--media .ui-pin--b {
  left: 36%;
  top: 4%;
  width: 38%;
  height: 50%;
  transform: rotate(2.6deg);
  z-index: 3;
}
.plat-stage--pinterest.plat-stage--media .ui-pin--c {
  left: 20%;
  top: 48%;
  width: 30%;
  height: 38%;
  transform: rotate(-3deg);
  z-index: 4;
}
.plat-stage--pinterest.plat-stage--media .ui-pin--d {
  left: 48%;
  top: 40%;
  width: 42%;
  height: 46%;
  transform: rotate(1.8deg);
  z-index: 5;
}
.plat-stage--pinterest.plat-stage--media .ui-pill {
  left: 28%;
  bottom: auto;
  top: 78%;
  transform: rotate(-1.5deg);
}

.plat-stage--pixelfed.plat-stage--media .ui-polaroid--a {
  left: 8%;
  top: 14%;
  width: 44%;
  transform: rotate(-3.5deg);
  z-index: 2;
}
.plat-stage--pixelfed.plat-stage--media .ui-polaroid--b {
  left: 28%;
  top: 6%;
  width: 46%;
  transform: rotate(1.8deg);
  z-index: 4;
}
.plat-stage--pixelfed.plat-stage--media .ui-polaroid--c {
  left: 48%;
  top: 24%;
  width: 42%;
  transform: rotate(4deg);
  z-index: 3;
}

.plat-stage--tumblr.plat-stage--media .ui-dash {
  left: 10%;
  top: 8%;
  transform: rotate(-1.5deg);
  z-index: 4;
}
.plat-stage--tumblr.plat-stage--media .ui-mosaic {
  left: 8%;
  top: 18%;
  width: 84%;
  transform: rotate(1.2deg);
}
.plat-stage--tumblr.plat-stage--media .ui-pill {
  right: 10%;
  bottom: auto;
  top: 78%;
  transform: rotate(1.6deg);
}

.plat-phone-stage {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plat-phone {
  position: relative;
  z-index: 3;
  width: min(260px, 70%);
  aspect-ratio: 9 / 19;
  border-radius: 36px;
  padding: 10px;
  background: #1b1b1b;
  box-shadow:
    0 0 0 2px #7f7d7d,
    0 24px 60px rgba(67, 50, 138, 0.22),
    0 0 20px #e8ebff;
}

.plat-phone__screen {
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(67, 50, 138, 0.18), transparent 40%),
    #111;
  display: flex;
  flex-direction: column;
}

.plat-phone__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 12px 8px;
  color: #fff;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.plat-phone__bar img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.plat-phone__stage {
  flex: 1;
  margin: 6px 10px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 30% 20%, var(--plat-brand, #43328a), transparent 55%),
    linear-gradient(160deg, #2c2158, #111);
  position: relative;
  overflow: hidden;
}

.plat-phone__play {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 44px;
  height: 44px;
  margin: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.plat-phone__play::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 14px;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #111;
}

.plat-phone--tiktok {
  background: #111;
  box-shadow:
    0 0 0 2px #7f7d7d,
    -6px 0 0 #25f4ee,
    6px 0 0 #fe2c55,
    0 24px 60px rgba(67, 50, 138, 0.22);
}

.plat-phone--tiktok .plat-phone__stage {
  background:
    radial-gradient(circle at 70% 20%, #fe2c55, transparent 45%),
    radial-gradient(circle at 20% 80%, #25f4ee, transparent 40%),
    #111;
}

.plat-phone--youtube .plat-phone__play {
  background: #ff0000;
}

.plat-phone--youtube .plat-phone__play::after {
  border-left-color: #fff;
}

.plat-phone--rutube .plat-phone__stage {
  background:
    radial-gradient(circle at 30% 20%, #5e4ce0, transparent 55%),
    linear-gradient(160deg, #100943, #111);
}

.plat-phone-stage--tiktok .plat-float--a { left: 2%; top: 22%; transform: rotate(-4deg); }
.plat-phone-stage--tiktok .plat-float--b { right: 2%; top: 30%; transform: rotate(3.5deg); }
.plat-phone-stage--tiktok .plat-float--c { left: 6%; bottom: 16%; transform: rotate(2deg); }

.plat-phone-stage--youtube .plat-float--a { right: 2%; top: 22%; transform: rotate(3deg); }
.plat-phone-stage--youtube .plat-float--b { left: 2%; top: 32%; transform: rotate(-2.5deg); }
.plat-phone-stage--youtube .plat-float--c { right: 6%; bottom: 16%; transform: rotate(-1.5deg); }

.plat-phone-stage--rutube .plat-float--a { left: 4%; top: 24%; transform: rotate(-2deg); }
.plat-phone-stage--rutube .plat-float--b { right: 2%; top: 34%; transform: rotate(4deg); }
.plat-phone-stage--rutube .plat-float--c { left: 8%; bottom: 14%; transform: rotate(-3deg); }

.plat-phone__caption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.plat-phone__caption span {
  display: inline-block;
  align-self: flex-start;
  max-width: 100%;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.plat-phone__caption span.is-hot {
  background: #fff;
  color: #111;
}

.plat-float {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 148px;
  padding: 8px 10px;
  border-radius: 12px;
  background: #fff;
  border: 2px solid #7f7d7d;
  box-shadow: 0 0 20px #e8ebff;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  color: #1b1b1b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.plat-float img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.plat-float--a {
  left: 2%;
  top: 22%;
  transform: rotate(-3deg);
}

.plat-float--b {
  right: 2%;
  top: 30%;
  transform: rotate(3deg);
}

.plat-float--c {
  left: 6%;
  bottom: 16%;
  transform: rotate(2deg);
}

.yt-reel {
  position: relative;
  min-height: 460px;
  width: 100%;
}

.yt-card {
  position: absolute;
  width: 36%;
  max-width: 150px;
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid #7f7d7d;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 0 20px #e8ebff;
}

.yt-card--1 { left: 2%; top: 10%; transform: rotate(-6.5deg); z-index: 1; }
.yt-card--2 { right: 3%; top: 8%; transform: rotate(5.5deg); z-index: 1; }
.yt-card--3 { left: 8%; bottom: 8%; transform: rotate(-3.5deg); z-index: 2; }
.yt-card--4 { right: 7%; bottom: 10%; transform: rotate(4deg); z-index: 2; }

.yt-card .yt-short__scene {
  position: absolute;
  inset: 0;
}

.yt-card__play {
  position: absolute;
  left: 50%;
  top: 44%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ff0000;
  transform: translate(-50%, -50%);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
}

.yt-card__play::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 10px;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent #fff;
}

.yt-card__label {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 10px;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #111;
  text-align: center;
}

.yt-phone {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  width: min(196px, 42%);
  aspect-ratio: 9 / 16;
  border-radius: 26px;
  padding: 7px;
  background: #111;
  border: 2px solid #7f7d7d;
  transform: translate(-50%, -52%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 0 20px #e8ebff;
}

.yt-phone__top {
  position: absolute;
  z-index: 6;
  left: 14px;
  top: 14px;
  font-family: "Barlow Condensed", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.yt-feed {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #111;
}

.yt-feed__track {
  height: 300%;
  animation: yt-reel 16s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.yt-short {
  position: relative;
  height: 33.333%;
  overflow: hidden;
  color: #fff;
}

.yt-short__scene {
  position: absolute;
  inset: 0;
}

.yt-short--a .yt-short__scene {
  background:
    radial-gradient(circle at 70% 18%, #ff4d4d, transparent 46%),
    linear-gradient(165deg, #7a1020, #1b1b1b);
}
.yt-short--b .yt-short__scene {
  background:
    radial-gradient(circle at 24% 80%, #4da3ff, transparent 42%),
    linear-gradient(165deg, #0e2a4a, #111);
}
.yt-short--c .yt-short__scene {
  background:
    radial-gradient(circle at 80% 70%, #f2c14e, transparent 44%),
    linear-gradient(165deg, #3a2208, #111);
}
.yt-short--d .yt-short__scene {
  background:
    radial-gradient(circle at 20% 24%, #7a5cff, transparent 46%),
    linear-gradient(165deg, #1a1038, #111);
}
.yt-short--e .yt-short__scene {
  background:
    radial-gradient(circle at 60% 30%, #2ee6c7, transparent 44%),
    linear-gradient(165deg, #083830, #111);
}

.yt-rail {
  position: absolute;
  right: 8px;
  bottom: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 3;
}

.yt-rail__ava {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: linear-gradient(135deg, #ff0000, #43328a);
}

.yt-rail__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.45));
}

.yt-rail__btn b {
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 700;
}

.yt-short__meta {
  position: absolute;
  left: 10px;
  right: 40px;
  bottom: 20px;
  z-index: 3;
}

.yt-short__handle {
  display: block;
  margin: 0 0 4px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.yt-short__meta p {
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.yt-phone__progress {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 9px;
  height: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.28);
  overflow: hidden;
  z-index: 6;
}

.yt-phone__progress i {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  background: #ff0000;
  animation: yt-bar 5.33s linear infinite;
}

.yt-pill {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 14px;
  background: #fff;
  border: 2px solid #7f7d7d;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 0 20px #e8ebff;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #1b1b1b;
  transform: translateX(-50%) rotate(-1.4deg);
}

@keyframes yt-reel {
  0%, 26% { transform: translateY(0); }
  33%, 59% { transform: translateY(-33.333%); }
  66%, 92% { transform: translateY(-66.666%); }
  100% { transform: translateY(0); }
}

@keyframes yt-bar {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

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

.plat-feature {
  position: relative;
  padding: 28px 24px 26px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #ebe7f4;
  box-shadow: 0 10px 30px rgba(67, 50, 138, 0.06);
  overflow: hidden;
  transition: transform 200ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 200ms ease;
}

.plat-section:not(.plat-section--tint) .plat-feature {
  background: #fbfafe;
}

.plat-feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(67, 50, 138, 0.12);
}

.plat-feature__num {
  display: block;
  margin-bottom: 14px;
  font-family: "Barlow Condensed", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.04em;
  color: #43328a;
  opacity: 0.7;
}

.plat-feature h3 {
  margin: 0 0 10px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  color: #000;
}

.plat-feature p {
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #242424;
}

.studio-shot {
  margin: 8px 0 clamp(36px, 4.5vw, 56px);
  border-radius: 18px;
  overflow: hidden;
  background: #111;
  border: 2px solid #7f7d7d;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 0 20px #e8ebff;
}

.studio-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.plat-pipeline {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.plat-step {
  padding: 22px 16px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #ebe7f4;
  text-align: center;
  box-shadow: 0 8px 24px rgba(67, 50, 138, 0.05);
}

.plat-step__n {
  display: block;
  margin-bottom: 8px;
  font-family: "Barlow Condensed", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #43328a;
}

.plat-step h3 {
  margin: 0 0 8px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.plat-step p {
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  color: #424242;
}

.plat-adv {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.plat-adv__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #ebe7f4;
  box-shadow: 0 10px 28px rgba(67, 50, 138, 0.06);
}

.plat-adv__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #f3f0fa;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.plat-adv__icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.plat-adv h3 {
  margin: 0 0 8px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

.plat-adv p {
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #242424;
}

.plat-balance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.plat-balance__col {
  padding: 28px 26px 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #ebe7f4;
  box-shadow: 0 10px 28px rgba(67, 50, 138, 0.06);
}

.plat-section:not(.plat-section--tint) .plat-balance__col {
  background: #fbfafe;
}

.plat-balance__col h3 {
  margin: 0 0 16px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

.plat-balance__col.is-pro h3 {
  color: #43328a;
}

.plat-balance__col.is-con h3 {
  color: #5c5478;
}

.plat-balance ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plat-balance li {
  position: relative;
  padding: 11px 0 11px 22px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #242424;
  border-bottom: 1px solid #ebe7f4;
}

.plat-balance li:last-child {
  border-bottom: 0;
}

.plat-balance li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.plat-balance__col.is-pro li::before {
  background: #43328a;
}

.plat-balance__col.is-con li::before {
  background: #c4bdd8;
}

.plat-audience {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.plat-person {
  padding: 24px 22px 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #ebe7f4;
  min-height: 180px;
}

.plat-section:not(.plat-section--tint) .plat-person {
  background: #fbfafe;
}

.plat-person h3 {
  margin: 0 0 10px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

.plat-person p {
  margin: 0;
  font-family: "Manrope", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #242424;
}

.plat-cta-band {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  text-align: center;
  padding: 24px 24px 8px;
}

.plat-section:has(.plat-cta-band) {
  padding-top: 120px;
  padding-bottom: 128px;
}

.plat-cta-band .plat-copy {
  margin: 0 auto;
}

.plat-cta-band .plat-copy h2 {
  margin: 0 0 20px;
}

.plat-cta-band .plat-copy p {
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.55;
}

.plat-cta-band .plat-cta {
  margin: 0;
}

.plat-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 18px;
  margin: 0;
  width: 100%;
  max-width: 920px;
}

.plat-more a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px 12px 12px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #ebe7f4;
  color: #1b1b1b;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.plat-more a img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.plat-more a:hover,
.plat-more a[aria-current="page"] {
  background: #f6f3fc;
  color: #43328a;
}

.plat-more a:active {
  transform: scale(0.98);
}

.platforms-switch__item[aria-current="page"] {
  background: #f6f3fc;
  color: #43328a;
}

.block-8 a.div {
  color: inherit;
  text-decoration: none;
}

.block-8 a.div:hover {
  background-color: #f3f0fa;
}

body:has(.plat-canvas) > .block-16 {
  position: relative;
  z-index: 5;
  background: #fff;
}

@media (max-width: 1919px) {
  .plat-canvas {
    max-width: 1680px;
  }
}

@media (max-width: 1100px) {
  .plat-split,
  .plat-split--flip {
    grid-template-columns: 1fr;
  }

  .plat-split--flip .plat-copy {
    order: -1;
  }

  .plat-copy--left {
    text-align: center;
  }

  .plat-copy--left .plat-actions {
    justify-content: center;
  }

  .plat-stage {
    min-height: 340px;
  }

  .plat-features {
    grid-template-columns: 1fr 1fr;
  }

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

  .plat-audience,
  .plat-balance {
    grid-template-columns: 1fr 1fr;
  }

  .plat-section--tint,
  .plat-section--end {
    border-radius: 40px;
  }
}

@media (max-width: 1023px) {
  .plat-hero {
    padding: 140px 28px 88px;
  }

  .plat-section {
    padding: 64px 24px 72px;
  }

  .plat-section:has(.plat-cta-band) {
    padding-top: 88px;
    padding-bottom: 96px;
  }
}

@media (max-width: 480px) {
  .screen.plat-chrome > header.site-header .menu,
  .screen.plat-chrome > header.site-header .header-actions {
    display: none;
  }

  .screen.plat-chrome > header.site-header .site-header__menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
  }

  .screen.plat-chrome > header.site-header .site-header__menu-btn img {
    display: block;
    width: 40px;
    height: 40px;
  }

  .plat-hero {
    padding: 120px 18px 72px;
    border-radius: 0 0 24px 24px;
  }

  .plat-hero__badge span {
    font-size: 13px;
  }

  .plat-cta {
    width: min(100%, 280px);
    height: 52px;
    min-width: 0;
  }

  .plat-cta span {
    font-size: 16px;
  }

  .plat-section {
    padding: 48px 16px 56px;
  }

  .plat-section:has(.plat-cta-band) {
    padding-top: 72px;
    padding-bottom: 80px;
  }

  .plat-cta-band {
    gap: 40px;
    padding: 8px 8px 0;
  }

  .plat-cta-band .plat-copy h2 {
    margin-bottom: 16px;
  }

  .plat-more {
    gap: 12px 14px;
  }

  .plat-section--tint,
  .plat-section--end {
    border-radius: 28px;
  }

  .studio-shot {
    aspect-ratio: 3 / 2;
    border-radius: 14px;
  }

  .studio-shot img {
    height: 100%;
    object-fit: cover;
    object-position: 52% 40%;
  }

  .plat-features,
  .plat-adv,
  .plat-audience,
  .plat-balance,
  .plat-pipeline {
    grid-template-columns: 1fr;
  }

  .plat-stage {
    min-height: 300px;
  }

  .plat-phone-stage {
    min-height: 380px;
  }

  .yt-reel {
    min-height: 400px;
  }

  .yt-card--3,
  .yt-card--4 {
    display: none;
  }

  .yt-card {
    max-width: 112px;
    width: 30%;
  }

  .plat-float {
    font-size: 12px;
    padding: 8px 10px;
  }

  .plat-more a span {
    display: none;
  }

  .plat-more a {
    padding: 10px;
  }

  body:has(.plat-canvas) > .block-16 .div {
    padding: 40px 20px 0;
    gap: 40px;
  }

  body:has(.plat-canvas) > .block-16 .menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 30px;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .plat-stage .ui-post,
  .plat-stage .ui-ai,
  .plat-stage .ui-flow {
    width: 78%;
  }

  .plat-stage .ui-cal,
  .plat-stage .ui-thumbs {
    width: 44%;
  }

  .plat-stage--sync .ui-chat {
    width: 48%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .plat-cta,
  .plat-feature,
  .plat-more a {
    transition: none;
  }

  .plat-cta:hover,
  .plat-feature:hover {
    transform: none;
  }

  .yt-feed__track,
  .yt-phone__progress i {
    animation: none;
  }
}

a.plat-cta {
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
}

a.plat-cta span {
  color: #fff;
}

a.plat-cta--ghost,
a.plat-cta--ghost span {
  color: #43328a;
}
