/* Единая типографика и композиция продуктовых разделов. */
:root {
  --ink: #17202b;
  --muted: #596574;
  --surface: #f7f8fa;
  --border: #dce2e9;
}
body {
  font-weight: 400;
  line-height: 1.6;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
p {
  text-wrap: pretty;
}
.hero h1 {
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.06;
}
.hero-copy {
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.6;
  max-width: 580px;
}
.button {
  font-weight: 600;
  font-size: 14px;
  min-height: 50px;
  padding: 14px 24px;
}
.eyebrow,
.section-heading .eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  color: #586679;
}
.section-heading h2,
.profile-layout .section-heading h2,
.steps-section .section-heading h2,
.faq-section h2,
.marketplace-top h2,
.duo-copy h2 {
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -0.02em;
  margin: 17px 0 22px;
}
.section-heading > p,
.split-heading > p {
  font-size: 17px;
  line-height: 1.7;
  max-width: 650px;
  color: var(--muted);
}
.product-section {
  padding-top: 112px;
}
.product-section > .section-heading {
  margin-bottom: 44px;
}
.split-heading {
  gap: 70px;
  margin-bottom: 44px;
  align-items: end;
}
.section-heading {
  min-width: 0;
}
.product-nav {
  gap: 8px;
  justify-content: center;
}
.product-nav a {
  font-size: 12px;
  padding: 10px 14px;
  border-color: #dfe5ed;
  background: white;
}
.features-section > .section-heading {
  text-align: left;
  max-width: 720px;
  margin-bottom: 40px;
}
.features-section > .section-heading > p {
  margin-inline: 0;
}
.card {
  border-radius: 24px;
  background: #edf1f6;
  padding: 28px;
}
.card h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.card p {
  font-size: 15px;
  line-height: 1.65;
}
.feature-explanations article {
  padding: 20px 0 23px 0;
  border-top: 1px solid var(--border);
}
.feature-explanations article > span {
  position: static;
  display: block;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #72849a;
  margin-bottom: 10px;
}
.feature-explanations h3,
.explain-grid h3,
.capability-grid h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.feature-explanations p,
.explain-grid p,
.capability-grid p {
  font-size: 14px;
  line-height: 1.75;
}
.explain-grid {
  gap: 28px;
  margin-top: 36px;
}
.explain-grid article {
  padding-top: 23px;
}
#management .capability-grid {
  gap: 16px;
}
#management .capability-grid article {
  padding: 26px;
  border: 1px solid #e4e9ef;
  border-radius: 18px;
  background: #fff;
}
.capability-grid article:before {
  margin-bottom: 22px;
  font-size: 11px;
  color: #8294ab;
}
#management .capability-grid article:first-child {
  background: #e8effe;
  border-color: #e8effe;
}
#monetization .capability-grid {
  gap: 0 40px;
}
#monetization .capability-grid article {
  padding: 28px 0;
  border-color: #d3dce7;
}
.role-grid {
  border: 0;
  gap: 20px;
}
.role-grid article,
.role-grid article:nth-child(2) {
  border: 0;
  border-radius: 22px;
  padding: 36px;
  background: #fff;
}
.role-grid article:nth-child(2) {
  background: #eaf0fc;
}
.role-grid h3 {
  font-size: 27px;
  letter-spacing: -0.02em;
  font-weight: 500;
}
.role-grid li {
  font-size: 14px;
  line-height: 1.7;
}
.section-note {
  font-size: 12px !important;
  max-width: 740px;
}
.cabinet-duo {
  background: #eaf0fc;
  border-radius: 28px;
}
.duo-copy p {
  font-size: 16px;
  line-height: 1.7;
}
.marketplace-section {
  padding: 0;
  margin-top: 112px;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.marketplace-top {
  grid-template-columns: minmax(0, 1fr) 245px;
  gap: 60px;
  margin-bottom: 40px;
}
.marketplace-top .section-heading > p {
  max-width: 640px;
  font-size: 17px;
}
.marketplace-stat {
  background: #1762f9;
  color: white;
  border: 0;
  border-radius: 24px;
  padding: 30px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.marketplace-stat strong {
  font-size: 76px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
}
.marketplace-stat > span {
  font-size: 14px;
  margin-top: 14px;
  color: #fff;
}
.marketplace-stat small {
  color: #e0eaff;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 7px;
}
.module-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.module-grid > a {
  background: #fff;
  border: 1px solid #e1e6ed;
  border-radius: 22px;
  padding: 0 22px 26px;
  overflow: hidden;
  transition:
    transform 0.25s,
    border-color 0.25s;
}
.module-grid > a:hover {
  transform: translateY(-5px);
  border-color: #a5bde5;
}
.module-type {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #6c7787;
}
.module-grid h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 12px 0;
}
.module-grid p {
  font-size: 13px;
  line-height: 1.75;
  color: #606b78;
}
.marketplace-bottom {
  margin-top: 30px;
  gap: 30px;
}
.marketplace-bottom > p {
  font-size: 12px;
  max-width: 510px;
  line-height: 1.7;
}
.seo-section {
  background: #edf2fa;
  border-radius: 26px;
  padding: 48px;
  margin-top: 100px;
}
.steps-section {
  padding-top: 110px;
}
.steps h3 {
  font-weight: 600;
  font-size: 21px;
  letter-spacing: -0.02em;
}
.steps p {
  font-size: 14px;
  line-height: 1.7;
}
.faq summary {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.02em;
  padding-block: 24px;
}
.faq p {
  font-size: 14px;
  line-height: 1.8;
}
.resource-grid .resource-license h3 {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.resource-guides h3 {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.resource-guides p {
  font-size: 14px;
  line-height: 1.75;
}
.closing h2 {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 500;
  letter-spacing: -0.02em;
}
/* Приложение — самостоятельный продукт, не скриншот мобильного сайта. */
.native-app {
  margin-top: 112px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
  padding: 48px;
  border: 1px solid #e0e6ee;
  background: #fff;
  border-radius: 28px;
}
.native-app h2 {
  font-size: clamp(32px, 3.4vw, 47px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 23px 0;
}
.native-app h2 > span {
  color: var(--blue);
}
.app-lead {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
}
.app-benefits {
  list-style: none;
  padding: 0;
  margin: 28px 0;
}
.app-benefits li {
  border-top: 1px solid #e5eaf0;
  padding: 14px 0;
}
.app-benefits strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.app-benefits li > span {
  font-size: 12px;
  color: var(--muted);
  display: block;
  margin-top: 4px;
}
.app-note {
  font-size: 11px;
  line-height: 1.7;
  color: #6a7685;
  margin-top: 16px;
  max-width: 420px;
}
@media (min-width: 1500px) {
  .hero h1 {
    font-size: 78px;
  }
}
@media (max-width: 1000px) {
  .module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .native-app {
    gap: 32px;
    padding: 32px;
  }
  .marketplace-top {
    gap: 32px;
    grid-template-columns: 1fr 200px;
  }
  .marketplace-stat {
    padding: 24px;
  }
  .marketplace-stat strong {
    font-size: 66px;
  }
}
@media (max-width: 760px) {
  .section-heading h2,
  .profile-layout .section-heading h2,
  .steps-section .section-heading h2,
  .faq-section h2,
  .marketplace-top h2,
  .duo-copy h2 {
    font-size: 34px;
    letter-spacing: -0.02em;
    line-height: 1.15;
  }
  .section-heading > p,
  .split-heading > p,
  .marketplace-top .section-heading > p {
    font-size: 15px;
    line-height: 1.7;
  }
  .product-section {
    padding-top: 68px;
  }
  .split-heading {
    grid-template-columns: 1fr;
    gap: 4px;
    margin-bottom: 28px;
  }
  .product-section > .section-heading {
    margin-bottom: 28px;
  }
  .card {
    padding: 23px;
  }
  .card h3 {
    font-size: 25px;
  }
  .product-nav {
    justify-content: flex-start;
  }
  .role-grid {
    grid-template-columns: 1fr;
  }
  .role-grid article,
  .role-grid article:nth-child(2) {
    padding: 26px;
  }
  .role-grid h3 {
    font-size: 25px;
  }
  .marketplace-section {
    margin-top: 68px;
  }
  .marketplace-top {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .marketplace-stat {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 4px 18px;
    padding: 22px;
    border-radius: 18px;
  }
  .marketplace-stat strong {
    font-size: 52px;
  }
  .marketplace-stat > span {
    margin: 0;
  }
  .marketplace-stat small {
    width: 100%;
    margin-top: 0;
  }
  .module-grid {
    gap: 12px;
  }
  .module-grid > a {
    padding: 0 18px 22px;
  }
  .module-grid h3 {
    font-size: 19px;
  }
  .module-grid p {
    font-size: 13px;
  }
  .marketplace-bottom {
    align-items: flex-start;
    gap: 18px;
  }
  .seo-section {
    padding: 28px 24px;
    margin-top: 68px;
  }
  .explain-grid {
    gap: 22px;
  }
  .steps-section {
    padding-top: 68px;
  }
  .native-app {
    grid-template-columns: 1fr;
    margin-top: 68px;
    padding: 26px;
    gap: 30px;
  }
  .native-app h2 {
    font-size: 34px;
  }
}
@media (max-width: 420px) {
  .module-grid {
    grid-template-columns: 1fr;
  }
  .native-app {
    padding: 22px;
  }
  .section-heading h2,
  .marketplace-top h2,
  .native-app h2 {
    font-size: 31px;
  }
  .hero-copy {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .module-grid > a {
    transition: none;
  }
}

/* Настоящие обложки модулей и редакционные иллюстрации. */
.module-covers {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.module-cover {
  aspect-ratio: 1.5;
  margin: 0 -22px 24px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #f2f5fb;
}
.module-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.module-covers > a:hover .module-cover img {
  transform: scale(1.025);
}
.app-photo {
  margin: 0;
  position: relative;
  align-self: stretch;
  min-height: 580px;
  border-radius: 22px;
  overflow: hidden;
  background: #e3edfc;
}
.app-photo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
}
.app-photo figcaption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 18px 22px;
  border-radius: 17px;
  background: #ffffffed;
}
.app-photo figcaption span {
  font-size: 10px;
  letter-spacing: 0.06em;
  color: #56749f;
}
.app-photo figcaption strong {
  display: block;
  margin-top: 6px;
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 500;
}
.steps-section {
  display: block;
}
.steps-section > .section-heading {
  max-width: 660px;
  margin-bottom: 38px;
}
.launch-content {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 64px;
  align-items: center;
}
.launch-photo {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
}
.launch-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.35;
  object-fit: cover;
}
.launch-content .steps article {
  padding-block: 24px;
}
@media (max-width: 1000px) {
  .module-covers {
    gap: 16px;
  }
  .launch-content {
    gap: 32px;
  }
  .app-photo {
    min-height: 530px;
  }
}
@media (max-width: 760px) {
  .module-covers {
    grid-template-columns: 1fr;
  }
  .module-cover {
    margin: 0 -18px 22px;
    aspect-ratio: 1.65;
  }
  .app-photo {
    min-height: 0;
    aspect-ratio: 4/5;
  }
  .app-photo figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px 17px;
  }
  .app-photo figcaption strong {
    font-size: 21px;
  }
  .launch-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .launch-photo img {
    aspect-ratio: 1.5;
  }
}
@media (prefers-reduced-motion: reduce) {
  .module-cover img {
    transition: none;
  }
}

.module-cover img {
  object-fit: contain;
}
.module-covers > a:nth-child(1) .module-cover {
  background: rgb(8, 96, 255);
}
.module-covers > a:nth-child(2) .module-cover {
  background: rgb(119, 71, 219);
}
.module-covers > a:nth-child(3) .module-cover {
  background: rgb(0, 115, 234);
}

/* Заголовки разделов без декоративных надзаголовков. */
.section-heading > h2:first-child,
.duo-copy > h2:first-child {
  margin-top: 0;
}
.resource-grid .resource-license h3,
.resource-guides h3,
.role-grid h3 {
  margin-top: 0;
}

/* Onest: плотные заголовки, спокойный текст, единый ритм. */
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #172336;
  background: #f6f7f9;
}
.hero-shell {
  border-radius: 28px;
  background: #1762f9;
}
.hero-shell:before {
  display: none;
}
.header {
  border-radius: 18px;
}
.hero h1 {
  font-size: clamp(42px, 5.1vw, 74px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.04;
}
.section-heading h2,
.profile-layout .section-heading h2,
.steps-section .section-heading h2,
.faq-section h2,
.marketplace-top h2,
.duo-copy h2,
.native-app h2 {
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.section-heading > p,
.split-heading > p {
  font-size: 17px;
  line-height: 1.65;
}
.button {
  border-radius: 14px;
}
.hero-features .feature-icon {
  display: none;
}
.bento-composed {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 330px 300px;
  gap: 18px;
}
.bento-composed .card {
  padding: 32px;
  border-radius: 26px;
  border: 1px solid #e0e6ee;
  min-height: 0;
  max-height: none;
}
.bento-composed h3 {
  font-size: 30px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.bento-composed p {
  font-size: 14px;
  line-height: 1.6;
  max-width: 340px;
}
.bento-composed .showcase {
  grid-column: 1/8;
  grid-row: 1/3;
  background: #e7edf7;
  position: relative;
}
.bento-composed .showcase .card-heading {
  display: block;
}
.bento-composed .round-link {
  position: absolute;
  top: 32px;
  right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border-radius: 10px;
  padding: 8px 15px;
  background: white;
  font-size: 12px;
}
.bento-composed .showcase .macbook-device {
  width: 118%;
  margin: 52px -4% 0;
  transform: rotate(-5deg);
}
.bento-composed .mobile-card {
  grid-column: 8/13;
  grid-row: 1;
  background: #1762f9;
  border-color: #1762f9;
  padding-right: 48%;
}
.bento-composed .mobile-card h3 {
  font-size: 27px;
  color: white;
}
.bento-composed .mobile-card p {
  color: #e0eaff;
  font-size: 13px;
}
.bento-composed .mobile-card .phone {
  position: absolute;
  width: 210px;
  max-width: none;
  right: -10px;
  top: 15px;
  margin: 0;
  transform: rotate(9deg);
}
.bento-composed .brand-card {
  grid-column: 8/11;
  grid-row: 2;
  background: white;
  padding: 25px;
}
.bento-composed .brand-card h3 {
  font-size: 24px;
}
.bento-composed .brand-card > p {
  display: none;
}
.bento-composed .identity {
  padding: 16px;
  margin-top: 20px;
  border-radius: 12px;
}
.bento-composed .identity-domain {
  font-size: 10px;
  margin-bottom: 10px;
}
.bento-composed .identity-logo strong {
  font-size: 17px;
}
.bento-composed .identity-logo img {
  width: 27px;
  height: 27px;
}
.bento-composed .identity-line {
  margin-top: 14px;
  height: 4px;
}
.bento-composed .swatches {
  margin-top: 17px;
  gap: 8px;
}
.bento-composed .swatches span {
  display: none;
}
.bento-composed .listing-feature {
  grid-column: 11/13;
  grid-row: 2;
  padding: 0;
  background: #e9edf4;
}
.bento-composed .listing-feature h3 {
  position: absolute;
  top: 20px;
  left: 16px;
  right: 16px;
  z-index: 2;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 1px 12px #000;
}
.bento-composed .listing-feature > p {
  display: none;
}
.bento-composed .sample-listing {
  display: block;
  height: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  border-radius: 0;
}
.bento-composed .sample-listing > img {
  height: 100%;
  width: 100%;
  border-radius: 0;
  object-fit: cover;
  filter: brightness(0.76);
}
.bento-composed .sample-listing > div {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  background: white;
  border-radius: 12px;
  padding: 12px;
}
.bento-composed .sample-listing strong {
  font-size: 16px;
}
.bento-composed .sample-listing small {
  display: none;
}
/* Скролл-презентация: доступная последовательность до включения GSAP. */
.screen-story {
  margin-top: 110px;
  background: #e9eef7;
}
.story-stage {
  padding: 40px 0;
}
.story-top,
.story-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.story-tabs {
  display: none;
  gap: 5px;
  padding: 5px;
  background: #ffffff99;
  border-radius: 14px;
}
.story-tabs button {
  border: 0;
  background: transparent;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 13px;
  color: #54667e;
}
.story-tabs button[aria-pressed="true"] {
  background: #172336;
  color: white;
}
.story-skip {
  font-size: 12px;
  color: #536781;
  margin-left: auto;
}
.story-panel {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 50px;
  align-items: center;
  padding-block: 50px;
}
.story-copy {
  max-width: 360px;
}
.story-number {
  font-size: 13px;
  color: #71829b;
  display: block;
  margin-bottom: 30px;
}
.story-copy h2 {
  font-size: clamp(36px, 3.8vw, 56px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.story-copy p {
  font-size: 16px;
  line-height: 1.65;
  color: #5d6b7e;
  margin: 24px 0 12px;
}
.story-screen {
  padding: 8px;
  background: #1d2737;
  border: 1px solid #354159;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 28px 45px -25px #273e6866;
}
.story-screen img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.36;
  object-fit: cover;
  object-position: top;
  border-radius: 15px;
}
.story-bottom {
  font-size: 11px;
  color: #6b7d97;
  margin-top: 25px;
}
.story-track {
  height: 2px;
  flex: 1;
  max-width: 280px;
  background: #cbd5e4;
  overflow: hidden;
}
.story-track i {
  display: block;
  width: 100%;
  height: 100%;
  background: #1762f9;
  transform: scaleX(0);
  transform-origin: left;
}
.story-enhanced .story-stage {
  height: 100svh;
  min-height: 620px;
  max-height: 1100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.story-enhanced .story-tabs {
  display: flex;
}
.story-enhanced .story-panels {
  position: relative;
  flex: 1;
  margin-block: 24px;
}
.story-enhanced .story-panel {
  position: absolute;
  inset: 0;
  padding: 0;
}
.story-enhanced .story-screen {
  max-height: 100%;
}
.story-enhanced .story-screen img {
  max-height: calc(100svh - 220px);
  object-fit: cover;
}
.story-enhanced .story-bottom {
  margin-top: 0;
}
.native-app,
.cabinet-duo,
.seo-section {
  border-radius: 26px;
}
@media (max-width: 1100px) {
  .bento-composed {
    grid-template-rows: 300px 310px;
  }
  .bento-composed .card {
    padding: 24px;
  }
  .bento-composed .mobile-card {
    padding-right: 47%;
  }
  .bento-composed .mobile-card .phone {
    width: 175px;
    right: -22px;
    top: 30px;
  }
  .bento-composed .brand-card {
    grid-column: 8/11;
    padding: 18px;
  }
  .bento-composed .brand-card h3 {
    font-size: 21px;
  }
  .bento-composed .identity-logo img {
    display: none;
  }
  .bento-composed .showcase .macbook-device {
    margin-top: 70px;
  }
  .story-panel {
    gap: 28px;
  }
}
@media (max-width: 760px) {
  .hero-shell {
    margin: 10px;
    border-radius: 22px;
  }
  .header {
    border-radius: 14px;
  }
  .hero h1 {
    font-size: clamp(35px, 8vw, 52px);
  }
  .section-heading h2,
  .profile-layout .section-heading h2,
  .steps-section .section-heading h2,
  .faq-section h2,
  .marketplace-top h2,
  .duo-copy h2,
  .native-app h2 {
    font-size: 34px;
  }
  .bento-composed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 12px;
  }
  .bento-composed .card {
    border-radius: 22px;
    padding: 24px;
  }
  .bento-composed .showcase {
    grid-column: 1/3;
    grid-row: auto;
    min-height: 400px;
  }
  .bento-composed .showcase h3 {
    font-size: 29px;
    max-width: 75%;
  }
  .bento-composed .showcase .macbook-device {
    margin-top: 35px;
    margin-bottom: -40px;
  }
  .bento-composed .mobile-card {
    grid-column: 1/3;
    grid-row: auto;
    min-height: 290px;
    padding-right: 50%;
  }
  .bento-composed .mobile-card .phone {
    width: 185px;
    right: 4%;
    top: 24px;
  }
  .bento-composed .brand-card {
    grid-column: 1;
    grid-row: auto;
    padding: 20px;
    min-height: 285px;
  }
  .bento-composed .brand-card h3 {
    font-size: 23px;
  }
  .bento-composed .listing-feature {
    grid-column: 2;
    grid-row: auto;
    padding: 0;
  }
  .bento-composed .listing-feature h3 {
    font-size: 21px;
  }
  .bento-composed .identity {
    padding: 12px;
  }
  .bento-composed .identity-logo strong {
    font-size: 15px;
  }
  .screen-story {
    margin-top: 68px;
  }
  .story-stage {
    padding: 24px 0;
  }
  .story-panel {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 35px 0;
    border-bottom: 1px solid #ced9e9;
  }
  .story-copy {
    max-width: 100%;
  }
  .story-copy h2 {
    font-size: 38px;
  }
  .story-number {
    margin-bottom: 16px;
  }
  .story-copy p {
    font-size: 15px;
    margin-top: 16px;
  }
  .story-screen {
    border-radius: 17px;
    padding: 5px;
  }
  .story-screen img {
    border-radius: 12px;
  }
  .story-bottom {
    display: none;
  }
}
@media (max-width: 420px) {
  .bento-composed .brand-card {
    padding: 16px;
  }
  .bento-composed .brand-card h3 {
    font-size: 21px;
  }
  .bento-composed .mobile-card h3 {
    font-size: 25px;
  }
  .bento-composed .mobile-card .phone {
    right: -13px;
    width: 175px;
  }
  .bento-composed .identity-logo strong {
    font-size: 13px;
  }
  .bento-composed .swatches {
    gap: 6px;
  }
  .bento-composed .swatches button {
    width: 23px;
    height: 23px;
  }
  .bento-composed .showcase {
    min-height: 370px;
  }
  .bento-composed .showcase .round-link {
    right: 20px;
    top: 24px;
    padding: 7px 10px;
  }
}

/* Выбор лицензии — основное действие, демо помогает проверить решение. */
.purchase-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #ffffff35;
  padding-top: 26px;
}
.purchase-benefits > div {
  padding: 0;
}
.purchase-section {
  padding-top: 110px;
  padding-bottom: 100px;
}
.purchase-section > .section-heading {
  margin-bottom: 36px;
}
.purchase-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}
.purchase-grid article {
  padding: 30px;
  background: #fff;
  border: 1px solid #e1e6ef;
  border-radius: 24px;
}
.purchase-grid h3 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.purchase-grid p {
  font-size: 14px;
  color: #5d6b7e;
  line-height: 1.7;
  margin-top: 18px;
}
.purchase-grid ul {
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.65;
  margin: 22px 0;
}
.purchase-grid li {
  padding-bottom: 8px;
}
.purchase-grid .purchase-primary {
  background: #1762f9;
  border-color: #1762f9;
  color: white;
}
.purchase-primary p {
  color: #e1eaff;
}
.purchase-primary .button {
  margin-top: 10px;
}
.purchase-grid .inline-link {
  margin-top: 24px;
  font-size: 13px;
}
.purchase-footnote {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.7;
  color: #6c798c;
  max-width: 760px;
}
.closing-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.closing-demo {
  font-size: 13px;
  color: white;
  border-bottom: 1px solid #ffffff65;
  padding-bottom: 3px;
}
@media (max-width: 1000px) {
  .purchase-grid {
    grid-template-columns: 1fr 1fr;
  }
  .purchase-grid .purchase-primary {
    grid-column: 1/3;
  }
  .purchase-primary ul {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
  }
  .purchase-primary .button {
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  .purchase-section {
    padding-top: 68px;
    padding-bottom: 64px;
  }
  .purchase-grid {
    grid-template-columns: 1fr;
  }
  .purchase-grid .purchase-primary {
    grid-column: auto;
  }
  .purchase-primary ul {
    display: block;
  }
  .purchase-grid article {
    padding: 26px;
  }
  .purchase-benefits {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .purchase-benefits > div {
    display: block;
  }
  .closing-actions {
    align-items: flex-start;
  }
}

/* Реквизиты и права владельца сайта. */
.footer {
  display: block;
  padding: 42px 0 32px;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 28px;
}
.footer-top p {
  color: #5d6b7e;
  font-size: 14px;
  line-height: 1.5;
}
.footer-top > a:last-child {
  margin-left: auto;
  font-size: 14px;
}
.footer-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid #dfe4eb;
  margin-top: 28px;
  padding-top: 26px;
}
.footer-company strong {
  font-size: 14px;
  font-weight: 600;
}
.footer-requisites {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 12px 0 0;
}
.footer-requisites div {
  display: flex;
  gap: 6px;
  font-size: 12px;
  line-height: 1.6;
  color: #5d6b7e;
}
.footer-requisites dd {
  margin: 0;
  font-variant-numeric: tabular-nums;
}
.footer-bottom small {
  font-size: 12px;
  line-height: 1.6;
  color: #5d6b7e;
}
@media (max-width: 760px) {
  .footer-top,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .footer-top > a:last-child {
    margin-left: 0;
  }
  .footer-requisites {
    flex-direction: column;
    gap: 6px;
  }
}

/* Скриншоты целиком, с отдельными зонами для камеры и индикатора жестов. */
.phone.iphone-device {
  padding: 30px 0 22px;
  background: #fff;
}
.phone.iphone-device > img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 0;
  object-fit: contain;
  transform: none;
}
.phone.iphone-device::after {
  bottom: 8px;
  height: 3px;
}
.cabinet-duo .duo-stage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 24px;
  height: auto;
  padding: 8px 6px 24px;
  max-width: 510px;
  width: 100%;
  margin: auto;
}
.cabinet-duo .duo-stage .duo-phone {
  position: relative;
  inset: auto;
  width: 100%;
  max-width: 230px;
  margin: 0;
  transform: none;
  padding: 30px 0 22px;
}
.cabinet-duo .duo-stage .duo-listing {
  margin-top: 42px;
}
.cabinet-duo .duo-stage .duo-phone:hover {
  transform: translateY(-4px);
}
.cabinet-duo .duo-stage .duo-phone > img {
  border-radius: 0;
}
@media (max-width: 480px) {
  .cabinet-duo .duo-stage {
    gap: 14px;
    padding-inline: 2px;
  }
  .cabinet-duo .duo-stage .duo-phone {
    padding-top: 24px;
    padding-bottom: 18px;
  }
  .cabinet-duo .duo-stage .duo-listing {
    margin-top: 28px;
  }
  .phone.iphone-device::after {
    bottom: 6px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cabinet-duo .duo-stage .duo-phone:hover {
    transform: none;
  }
}

/* Единая фронтальная рамка ноутбука; камера не перекрывает сайт. */
.macbook-device {
  display: block;
  width: 100%;
  padding: 0 14px;
  cursor: default;
}
.macbook-device::before {
  content: none;
}
.macbook-display {
  position: relative;
  padding: 18px 8px 10px;
  border: 2px solid #93969d;
  border-bottom: 0;
  border-radius: 18px 18px 3px 3px;
  background: #191c21;
  box-shadow: 0 14px 28px #16274918;
  overflow: hidden;
}
.macbook-display::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 6px;
  left: calc(50% - 2px);
  border-radius: 50%;
  background: #455465;
  box-shadow: 0 0 0 1px #0c1017;
}
.macbook-display > img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  transform: none;
}
.macbook-device > .macbook-base {
  height: 12px;
  margin: 0 -14px;
  border-radius: 1px 1px 40% 40% / 1px 1px 85% 85%;
  background: linear-gradient(#d8dadd, #b9bdc3 45%, #777d87);
  box-shadow: 0 12px 16px -10px #1a233750;
}
.macbook-device > .macbook-base::before {
  height: 4px;
  background: #969ca5;
  box-shadow: inset 0 1px 1px #666c76;
}
.bento-composed .showcase .macbook-device {
  width: 100%;
  margin: 30px 0 0;
  transform: none;
}
.bento-composed .showcase {
  min-height: min-content;
}
.story-screen,
.product-shot,
.phone {
  cursor: default;
}
@media (max-width: 760px) {
  .macbook-device {
    padding: 0 6px;
  }
  .macbook-display {
    padding: 12px 4px 6px;
    border-radius: 10px 10px 2px 2px;
    border-width: 1px;
  }
  .macbook-display::before {
    width: 3px;
    height: 3px;
    top: 4px;
  }
  .macbook-device > .macbook-base {
    height: 7px;
    margin-inline: -6px;
  }
  .macbook-device > .macbook-base::before {
    height: 2px;
  }
}

/* Компактный переход от меню к первому экрану. */
.hero {
  padding-top: 28px;
}
.hero-content {
  align-self: start;
}
@media (max-width: 760px) {
  .hero {
    padding-top: 24px;
  }
}

/* Нейтральная системная типографика. */
body {
  font-family: Arial, Helvetica, sans-serif;
}
.footer {
  letter-spacing: normal;
}
.footer-company strong {
  font-weight: 600;
}
.footer-requisites dd {
  font-variant-numeric: normal;
  letter-spacing: normal;
}
.footer-requisites div,
.footer-bottom small {
  font-size: 13px;
}

/* Размер устройства задаёт рамка, а не высота исходного скриншота. */
.macbook-device,
.macbook-display,
.story-screen,
.story-copy {
  min-width: 0;
}
.macbook-display {
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: center;
}
.macbook-display > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  object-fit: contain;
  background: #fff;
}
.screen-story.tour-ready {
  background: #eef2f8;
}
.tour-ready .story-stage {
  padding: 32px 0;
  height: auto;
  min-height: 0;
  max-height: none;
}
.tour-tabs-ui {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.tour-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.tour-toolbar .tabs__list-container {
  max-width: 100%;
}
.tour-panel-slot {
  display: grid;
  min-height: min(540px, 62svh);
  align-items: center;
}
.tour-panel-ui {
  padding: 0;
  width: 100%;
  min-width: 0;
  outline-offset: 8px;
}
.tour-panel-ui .story-panel {
  position: static;
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 48px;
  padding: 0;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transform: none;
}
.tour-panel-ui .story-number {
  margin-bottom: 20px;
}
.tour-panel-ui .story-copy h2 {
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.12;
}
.tour-panel-ui .story-copy p {
  font-size: 16px;
  margin-top: 20px;
}
.tour-panel-ui .story-screen {
  height: min(460px, 54svh);
  width: 100%;
  padding: 8px;
  border-radius: 18px;
  background: #202938;
  display: flex;
  align-items: center;
  box-shadow: 0 16px 35px -22px #17233655;
}
.tour-panel-ui .story-screen img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 10px;
  background: white;
}
.tour-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  color: #627086;
}
.tour-pinned .story-stage {
  height: 100svh;
  display: flex;
  align-items: center;
}
.tour-pinned .tour-tabs-ui {
  height: 100%;
  justify-content: space-between;
}
.tour-pinned .tour-panel-slot {
  flex: 1;
  min-height: 0;
}
.tour-tabs-ui,
.section-tabs-ui {
  --accent: #1762f9;
  --accent-foreground: #fff;
  --foreground: #172336;
  --default: #e3e9f2;
  --radius: 6px;
  --cursor-interactive: pointer;
  min-width: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.tour-tabs-ui .tabs__list,
.section-tabs-ui .tabs__list {
  padding: 5px;
  gap: 3px;
}
.tour-tabs-ui .tabs__tab,
.section-tabs-ui .tabs__tab {
  min-height: 42px;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  white-space: nowrap;
  border: 0;
  background: transparent;
  border-radius: 10px;
  color: #536176;
}
.tour-tabs-ui .tabs__tab[data-selected],
.section-tabs-ui .tabs__tab[data-selected] {
  color: #1762f9;
}
.tour-tabs-ui .tabs__indicator,
.section-tabs-ui .tabs__indicator {
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 6px #1f315414;
}
.product-nav {
  display: block;
  padding: 0;
  margin-top: 32px;
}
.section-tabs-ui {
  width: 100%;
}
.section-tabs-ui .tabs__list-container {
  background: #e9edf3;
  border: 1px solid #e1e6ef;
  border-radius: 16px;
}
.product-nav .section-tabs-ui a {
  margin: 0;
  text-decoration: none;
  border: 0;
}
@media (max-width: 899px) {
  .tour-panel-ui .story-panel {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .tour-panel-ui .story-copy {
    max-width: 650px;
  }
  .tour-panel-ui .story-copy h2 {
    font-size: 32px;
  }
  .tour-panel-ui .story-number {
    display: none;
  }
  .tour-panel-ui .story-screen {
    height: clamp(220px, 52vw, 440px);
  }
  .tour-panel-slot {
    min-height: 0;
  }
  .tour-ready .story-stage {
    padding: 24px 0;
  }
}
@media (max-width: 480px) {
  .tour-toolbar {
    flex-wrap: wrap;
    gap: 12px;
  }
  .tour-toolbar .tabs__list-container {
    width: 100%;
  }
  .tour-tabs-ui .tabs__tab {
    padding: 10px 16px;
  }
  .tour-tabs-ui {
    gap: 22px;
  }
  .tour-panel-ui .story-screen {
    padding: 5px;
    border-radius: 12px;
  }
  .tour-panel-ui .story-screen img {
    border-radius: 7px;
  }
  .section-tabs-ui .tabs__tab {
    font-size: 13px;
    padding: 10px 14px;
  }
}
.story-screen img {
  object-fit: contain;
  aspect-ratio: auto;
}
@media (min-width: 900px) {
  .tour-panel-ui .story-copy {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
