:root {
  --blue: #1762f9;
  --ink: #141414;
  --muted: #656a74;
  --surface: #f5f5f3;
  --border: #e1e3e7;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
p {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #81adff;
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: calc(100% - 80px);
  max-width: 1240px;
  margin-inline: auto;
}
.hero-shell {
  margin: 18px;
  border-radius: 44px;
  padding-top: 6px;
  color: white;
  background:
    radial-gradient(ellipse at 95% 10%, #7ba8fb80, transparent 35%),
    linear-gradient(120deg, #2875fb, #1762f9 50%, #144dc0);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.hero-shell:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(#ffffff08 1px, transparent 1px),
    linear-gradient(90deg, #ffffff08 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: linear-gradient(black, transparent 80%);
}
.header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 64px;
  padding: 8px 8px 8px 21px;
  border-radius: 40px;
  background: #ffffffed;
  color: var(--ink);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.brand img {
  width: 36px;
  height: 36px;
}
.brand-product {
  font-weight: 500;
  color: #6b7280;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.desktop-nav a {
  font-size: 14px;
  font-weight: 600;
}
.desktop-nav a:hover {
  color: var(--blue);
}
.header-actions {
  display: flex;
  gap: 8px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding: 17px 26px;
  min-height: 55px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.header .button {
  font-size: 14px;
  min-height: 46px;
  padding: 13px 21px;
}
.muted {
  background: #eeefed;
}
.dark {
  background: #141414;
  color: white;
}
.white {
  background: white;
  color: #141414;
}
.outline {
  background: #ffffff10;
  border: 1px solid #ffffff80;
  color: white;
}
.hero .white {
  color: #1354d4;
}
.menu-toggle {
  display: none;
}
.mobile-nav {
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  padding: 16px;
  background: white;
  color: #141414;
  border-radius: 20px;
  box-shadow: 0 16px 35px #12285730;
}
.mobile-nav a {
  display: block;
  padding: 12px 16px;
  font-size: 15px;
}
.hero {
  padding: 67px 28px 48px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 40px 20px;
  align-items: center;
}
.hero h1 {
  font-size: 74.16px;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.02em;
}
.hero h1 > span {
  color: #bcd7ff;
}
.hero-copy {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #e2ecff;
  max-width: 520px;
  margin: 30px 0 34px;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
}
.hero-note {
  font-size: 13px;
  color: #d5e4ff;
  margin-top: 24px;
}
.listing-stack {
  position: relative;
  height: 536px;
  min-width: 0;
}
.listing-card {
  position: absolute;
  background: white;
  color: var(--ink);
  border-radius: 19px;
  overflow: hidden;
  box-shadow: 0 20px 45px #08285b35;
  width: 256px;
  transition: transform 0.2s;
}
.listing-card > img {
  width: 100%;
  height: 177px;
  object-position: center;
}
.listing-body {
  padding: 15px 17px 18px;
}
.listing-price {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.listing-body h2 {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 5px;
}
.listing-body p {
  font-size: 12px;
  color: #757b84;
  margin-top: 5px;
}
.listing-category {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #fffffff0;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 700;
}
.listing-back {
  top: 1px;
  right: 7px;
  transform: rotate(9deg);
  background: #e8efff;
}
.listing-front {
  top: 127px;
  left: 0;
  transform: rotate(-9deg);
  z-index: 2;
}
.listing-side {
  right: 0;
  top: 269px;
  transform: rotate(7deg);
  z-index: 3;
  width: 226px;
}
.listing-side > img {
  height: 151px;
}
.listing-card:hover {
  transform: rotate(0) translateY(-4px);
  z-index: 4;
}
.hero-benefits {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 40px;
}
.hero-benefits > p {
  font-size: 13px;
  color: #d5e4ff;
}
.hero-benefits > div {
  display: flex;
  align-items: center;
  gap: 13px;
}
.feature-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #ffffff20;
  font-size: 23px;
  flex-shrink: 0;
}
.hero-benefits div p {
  font-size: 15px;
  font-weight: 700;
}
.hero-benefits small {
  display: block;
  font-size: 12px;
  color: #d5e4ff;
  margin-top: 4px;
  font-weight: 400;
}
.features-section {
  padding-top: 94px;
}
.section-heading .eyebrow {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 12px;
  font-weight: 700;
  color: #6c7078;
}
.section-heading h2 {
  font-size: 64px;
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin: 18px 0 21px;
}
.section-heading > p {
  font-size: 18px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 620px;
}
.features-section > .section-heading {
  text-align: center;
  margin-bottom: 42px;
}
.features-section > .section-heading > p {
  margin-inline: auto;
}
.bento {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}
.card {
  position: relative;
  border-radius: 28px;
  padding: 30px;
  background: #e9edf3;
  overflow: hidden;
  min-width: 0;
}
.card h3 {
  font-size: 29px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.card p {
  font-size: 15px;
  line-height: 1.55;
  margin-top: 14px;
  color: var(--muted);
}
.showcase {
  grid-column: span 4;
  padding-bottom: 0;
}
.card-heading {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.card-heading p {
  max-width: 530px;
}
.round-link {
  height: 42px;
  width: 42px;
  border: 1px solid #c5cdd9;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 24px;
}
.screenshot-button {
  display: block;
  width: 100%;
  padding: 0;
  margin: 26px 0 0;
  border: 0;
  border-radius: 13px 13px 0 0;
  background: white;
  text-align: left;
  overflow: hidden;
  box-shadow: 0 10px 30px #1c315c12;
}
.browser-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 17px;
  font-size: 12px;
  color: #7a8290;
  border-bottom: 1px solid #e7e9ee;
  background: white;
}
.browser-dots {
  font-size: 8px;
  letter-spacing: 3px;
  color: #c0c7d1;
}
.screenshot-button > img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.mobile-card {
  grid-column: span 2;
  background: #1762f9;
  color: white;
  max-height: 710px;
}
.mobile-card p {
  color: #dfeaff;
}
.phone {
  display: block;
  width: 227px;
  margin: 27px auto -160px;
  border: 6px solid #1c263b;
  border-radius: 29px;
  overflow: hidden;
  box-shadow: 0 18px 30px #0e326d40;
  transform: rotate(4deg);
  background: white;
}
.phone img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.brand-card,
.category-card,
.listing-feature {
  grid-column: span 2;
  min-height: 350px;
}
.brand-card {
  background: #e6edfc;
  --identity-bg: #1762f9;
  --identity-ink: #fff;
}
.identity {
  padding: 21px;
  margin-top: 25px;
  border-radius: 15px;
  background: var(--identity-bg);
  color: var(--identity-ink);
  transition:
    background 0.2s,
    color 0.2s;
}
.identity-domain {
  display: block;
  font-size: 12px;
  opacity: 0.8;
  margin-bottom: 17px;
}
.identity-logo {
  display: flex;
  align-items: center;
  gap: 9px;
}
.identity-logo strong {
  font-size: 22px;
  letter-spacing: -0.02em;
}
.identity-logo img {
  border-radius: 8px;
}
.identity-line {
  display: block;
  height: 6px;
  border-radius: 3px;
  background: currentColor;
  opacity: 0.18;
  margin-top: 19px;
  width: 85%;
}
.identity-line.short {
  margin-top: 7px;
  width: 54%;
}
.swatches {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.swatches button {
  height: 27px;
  width: 27px;
  border: 3px solid #e6edfc;
  border-radius: 50%;
  background: #1762f9;
}
.swatches button[data-color="light"] {
  background: white;
}
.swatches button[data-color="dark"] {
  background: #202936;
}
.swatches button.selected {
  outline: 1px solid #6f829f;
}
.swatches span {
  font-size: 12px;
  color: #616b7b;
  margin-left: 4px;
}
.category-card {
  background: #fff;
}
.category-list {
  margin-top: 25px;
}
.category-list a {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 16px;
  font-weight: 600;
}
.category-list a:last-child {
  border: 0;
}
.category-list span {
  color: var(--blue);
}
.listing-feature {
  background: #e9ebef;
}
.sample-listing {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  padding: 12px;
  border-radius: 14px;
  background: white;
}
.sample-listing > img {
  width: 98px;
  height: 112px;
  border-radius: 8px;
}
.sample-listing > div {
  min-width: 0;
}
.sample-listing strong {
  font-size: 19px;
  display: block;
}
.sample-listing div > span {
  display: block;
  font-size: 12px;
  margin-top: 7px;
}
.sample-listing small {
  font-size: 10px;
  color: #717783;
  display: block;
  margin-top: 8px;
}
.sample-listing > span {
  margin-left: auto;
  align-self: flex-start;
  color: var(--blue);
}
.steps-section {
  padding: 112px 0 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.steps-section .section-heading h2,
.faq-section h2 {
  font-size: 56px;
  letter-spacing: -0.02em;
}
.steps-section .section-heading p {
  max-width: 470px;
  font-size: 17px;
}
.steps article {
  display: flex;
  gap: 27px;
  padding: 25px 0;
  border-bottom: 1px solid var(--border);
}
.steps article:first-child {
  padding-top: 5px;
}
.steps article > span {
  font-size: 15px;
  color: var(--blue);
  padding-top: 4px;
}
.steps h3 {
  font-size: 22px;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.steps p {
  font-size: 16px;
  line-height: 1.55;
  color: var(--muted);
  margin-top: 10px;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 90px;
  padding-bottom: 90px;
}
.faq details {
  border-bottom: 1px solid var(--border);
}
.faq summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 0;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary > span {
  font-size: 27px;
  font-weight: 400;
}
.faq details[open] summary > span {
  transform: rotate(45deg);
}
.faq p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  padding: 0 30px 25px 0;
}
.faq p a {
  color: var(--blue);
  text-decoration: underline;
}
.closing {
  background: #1762f9;
  color: white;
  border-radius: 30px;
  padding: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.closing h2 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.closing p {
  font-size: 17px;
  color: #e2ecff;
  max-width: 570px;
  margin-top: 10px;
}
.closing .button {
  flex-shrink: 0;
}
.footer {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 38px 0 43px;
}
.footer .brand {
  font-size: 20px;
}
.footer .brand img {
  width: 32px;
  height: 32px;
}
.footer > span,
.footer > small {
  color: var(--muted);
  font-size: 12px;
}
.footer > a:not(.brand) {
  margin-left: auto;
  font-size: 13px;
}
.preview-dialog {
  width: min(1440px, calc(100% - 48px));
  max-width: none;
  max-height: 92dvh;
  border: 0;
  border-radius: 18px;
  padding: 0;
  background: white;
  box-shadow: 0 30px 100px #0006;
}
.preview-dialog::backdrop {
  background: #101c32bb;
  backdrop-filter: blur(5px);
}
.preview-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 22px;
  position: sticky;
  top: 0;
  background: white;
  border-bottom: 1px solid #e2e5ec;
  font-size: 14px;
}
.preview-toolbar > a {
  color: var(--blue);
}
.close-preview {
  display: flex;
  gap: 15px;
  align-items: center;
  background: #eef0f4;
  border: 0;
  border-radius: 25px;
  padding: 8px 16px;
  font-size: 13px;
}
.close-preview span {
  font-size: 22px;
}
.preview-dialog > img {
  width: 100%;
  height: auto;
}
.dialog-open {
  overflow: hidden;
}
@media (max-width: 1200px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .header {
    gap: 15px;
  }
  .desktop-nav {
    gap: 17px;
  }
  .header .button {
    padding-inline: 16px;
  }
  .header .brand {
    font-size: 20px;
  }
  .hero {
    padding-inline: 20px;
  }
  .hero h1 {
    font-size: 64px;
    letter-spacing: -0.02em;
  }
  .hero-copy {
    font-size: 18px;
  }
  .listing-card {
    width: 228px;
  }
  .listing-side {
    width: 200px;
  }
  .listing-card > img {
    height: 155px;
  }
  .listing-side > img {
    height: 139px;
  }
  .hero-benefits {
    gap: 15px;
  }
  .hero-benefits div p {
    font-size: 13px;
  }
  .hero-benefits small {
    font-size: 11px;
  }
  .card {
    padding: 24px;
  }
  .showcase {
    padding-bottom: 0;
  }
  .card h3 {
    font-size: 26px;
  }
  .card p {
    font-size: 14px;
  }
  .sample-listing {
    padding: 10px;
    gap: 9px;
  }
  .sample-listing > img {
    width: 75px;
    height: 105px;
  }
  .sample-listing strong {
    font-size: 17px;
  }
  .steps-section,
  .faq-section {
    gap: 50px;
  }
}
@media (max-width: 1000px) {
  .header-actions .muted {
    display: none;
  }
  .desktop-nav {
    gap: 16px;
  }
  .desktop-nav a {
    font-size: 13px;
  }
  .hero h1 {
    font-size: 57px;
    letter-spacing: -0.02em;
  }
  .hero {
    grid-template-columns: 1.2fr 1fr;
    padding-top: 60px;
  }
  .hero-actions .button {
    font-size: 14px;
    padding: 15px 19px;
  }
  .listing-stack {
    height: 485px;
  }
  .listing-card {
    width: 193px;
  }
  .listing-card > img {
    height: 137px;
  }
  .listing-body {
    padding: 12px;
  }
  .listing-price {
    font-size: 19px;
  }
  .listing-body h2 {
    font-size: 12px;
  }
  .listing-side {
    width: 181px;
    top: 259px;
  }
  .listing-front {
    top: 135px;
    left: -6px;
  }
  .listing-back {
    right: 0;
  }
  .hero-benefits {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 25px;
  }
  .hero-benefits > p {
    display: none;
  }
  .card-heading {
    gap: 10px;
  }
  .round-link {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }
  .phone {
    width: 190px;
  }
  .card h3 {
    font-size: 24px;
  }
  .sample-listing {
    flex-wrap: wrap;
  }
  .sample-listing > img {
    width: 100%;
    height: 135px;
  }
  .sample-listing > span {
    display: none;
  }
  .section-heading h2 {
    font-size: 57px;
  }
  .steps-section .section-heading h2,
  .faq-section h2 {
    font-size: 45px;
  }
  .footer > span {
    display: none;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .hero-shell {
    margin: 10px;
    border-radius: 28px;
    padding-top: 8px;
  }
  .header {
    min-height: 60px;
    padding: 10px 12px 10px 16px;
    gap: 12px;
    width: calc(100% - 20px);
  }
  .header .brand {
    font-size: 20px;
    gap: 8px;
  }
  .header .brand img {
    width: 32px;
    height: 32px;
  }
  .desktop-nav,
  .header-actions {
    display: none;
  }
  .menu-toggle {
    display: grid;
    place-items: center;
    background: #edf1f8;
    border: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  .menu-toggle svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 43px 12px 30px;
    gap: 28px;
  }
  .hero h1 {
    font-size: clamp(40px, 7.7vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.02em;
  }
  .hero-copy {
    font-size: 17px;
    line-height: 1.5;
    margin: 25px 0;
    max-width: 540px;
  }
  .hero-actions {
    gap: 10px;
  }
  .hero-actions .button {
    padding: 15px 18px;
    min-height: 50px;
    font-size: 14px;
  }
  .hero-note {
    font-size: 12px;
    margin-top: 19px;
  }
  .listing-stack {
    width: 100%;
    max-width: 430px;
    height: 460px;
    justify-self: center;
    margin-top: 10px;
  }
  .listing-card {
    width: 216px;
  }
  .listing-card > img {
    height: 145px;
  }
  .listing-front {
    left: 5px;
    top: 103px;
  }
  .listing-back {
    right: 6px;
    top: 0;
  }
  .listing-side {
    width: 192px;
    top: 225px;
    right: 0;
  }
  .listing-side > img {
    height: 131px;
  }
  .hero-benefits {
    gap: 15px;
    margin-top: 4px;
  }
  .hero-benefits > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .hero-benefits div p {
    font-size: 12px;
  }
  .hero-benefits small {
    font-size: 11px;
    line-height: 1.4;
  }
  .feature-icon {
    width: 36px;
    height: 36px;
    font-size: 21px;
  }
  .features-section {
    padding-top: 60px;
  }
  .section-heading h2 {
    font-size: 44px;
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin: 15px 0 18px;
  }
  .section-heading .eyebrow {
    font-size: 11px;
  }
  .section-heading > p {
    font-size: 16px;
  }
  .features-section > .section-heading {
    margin-bottom: 28px;
  }
  .bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
  .card {
    padding: 24px;
    border-radius: 22px;
  }
  .showcase {
    grid-column: span 2;
    padding-bottom: 0;
  }
  .card h3 {
    font-size: 25px;
  }
  .card p {
    font-size: 15px;
  }
  .mobile-card {
    grid-column: span 1;
    max-height: 480px;
  }
  .phone {
    width: 190px;
    max-width: 100%;
    margin-top: 22px;
  }
  .brand-card {
    grid-column: span 1;
  }
  .identity {
    padding: 16px;
  }
  .identity-logo {
    gap: 7px;
  }
  .identity-logo strong {
    font-size: 17px;
  }
  .identity-logo img {
    width: 29px;
    height: 29px;
  }
  .swatches {
    gap: 8px;
    flex-wrap: wrap;
  }
  .swatches span {
    font-size: 11px;
  }
  .category-card,
  .listing-feature {
    grid-column: span 1;
  }
  .sample-listing > img {
    height: 141px;
  }
  .steps-section {
    padding: 64px 0 50px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .steps-section .section-heading h2,
  .faq-section h2 {
    font-size: 43px;
    letter-spacing: -0.02em;
  }
  .steps-section .section-heading p {
    font-size: 16px;
  }
  .steps article {
    gap: 24px;
    padding: 21px 0;
  }
  .steps h3 {
    font-size: 21px;
  }
  .steps p {
    font-size: 15px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-bottom: 52px;
  }
  .faq summary {
    font-size: 16px;
    padding: 22px 0;
  }
  .faq p {
    font-size: 15px;
  }
  .closing {
    padding: 30px 25px;
    border-radius: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
  }
  .closing h2 {
    font-size: 39px;
    letter-spacing: -0.02em;
  }
  .closing p {
    font-size: 16px;
  }
  .closing .button {
    font-size: 15px;
    min-height: 50px;
  }
  .footer {
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px 0;
  }
  .footer > a:not(.brand) {
    font-size: 12px;
  }
  .footer > small {
    width: 100%;
  }
  .preview-dialog {
    width: calc(100% - 16px);
    max-height: 94dvh;
    border-radius: 12px;
  }
  .preview-toolbar {
    padding: 10px;
    font-size: 12px;
  }
  .close-preview {
    font-size: 12px;
    padding: 6px 10px;
  }
}
@media (max-width: 480px) {
  .hero h1 {
    font-size: 43px;
    letter-spacing: -0.02em;
  }
  .hero-copy {
    font-size: 16px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 15px 16px;
    gap: 8px;
  }
  .hero-note {
    font-size: 11px;
  }
  .listing-stack {
    height: 430px;
  }
  .listing-card {
    width: 185px;
  }
  .listing-card > img {
    height: 127px;
  }
  .listing-front {
    left: -1px;
    top: 109px;
  }
  .listing-side {
    width: 168px;
    top: 223px;
  }
  .listing-side > img {
    height: 117px;
  }
  .listing-body {
    padding: 12px;
  }
  .listing-price {
    font-size: 18px;
  }
  .listing-body h2 {
    font-size: 11px;
  }
  .listing-body p {
    font-size: 10px;
  }
  .listing-category {
    font-size: 9px;
    top: 9px;
    left: 9px;
    padding: 4px 8px;
  }
  .hero-benefits {
    gap: 9px;
  }
  .hero-benefits div p {
    font-size: 11px;
  }
  .hero-benefits small {
    font-size: 10px;
  }
  .section-heading h2 {
    font-size: 40px;
    letter-spacing: -0.02em;
  }
  .card {
    padding: 23px;
  }
  .showcase {
    padding-bottom: 0;
  }
  .card h3 {
    font-size: 25px;
  }
  .card p {
    font-size: 14px;
  }
  .card-heading {
    gap: 10px;
  }
  .screenshot-button {
    margin-top: 20px;
  }
  .browser-bar {
    padding: 10px 12px;
    font-size: 10px;
  }
  .mobile-card,
  .brand-card,
  .category-card,
  .listing-feature {
    grid-column: span 2;
  }
  .mobile-card {
    height: 455px;
  }
  .mobile-card h3 {
    max-width: 180px;
  }
  .phone {
    width: 210px;
    margin-top: 24px;
    margin-bottom: 0;
  }
  .brand-card,
  .category-card,
  .listing-feature {
    min-height: 0;
  }
  .identity {
    padding: 23px;
  }
  .identity-logo strong {
    font-size: 23px;
  }
  .identity-logo img {
    width: 36px;
    height: 36px;
  }
  .swatches span {
    font-size: 12px;
  }
  .sample-listing {
    flex-wrap: nowrap;
    gap: 13px;
    padding: 12px;
    margin-top: 24px;
  }
  .sample-listing > img {
    width: 100px;
    height: 113px;
  }
  .sample-listing strong {
    font-size: 20px;
  }
  .sample-listing div > span {
    font-size: 12px;
  }
  .sample-listing > span {
    display: block;
  }
  .footer .brand {
    font-size: 18px;
  }
  .footer > a:not(.brand) {
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .hero h1 {
    font-size: 37px;
    letter-spacing: -0.02em;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-actions .button {
    font-size: 14px;
  }
  .hero-note {
    font-size: 10px;
  }
  .listing-card {
    width: 150px;
  }
  .listing-side {
    width: 152px;
  }
  .listing-card > img {
    height: 116px;
  }
  .listing-stack {
    height: 430px;
  }
  .listing-body h2 {
    font-size: 10px;
  }
  .hero-benefits div p {
    font-size: 10px;
  }
  .hero-benefits small {
    font-size: 9px;
  }
  .section-heading h2 {
    font-size: 35px;
  }
  .sample-listing > img {
    width: 85px;
  }
  .sample-listing strong {
    font-size: 17px;
  }
  .sample-listing small {
    font-size: 9px;
  }
  .footer > a:not(.brand) {
    margin-left: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
.feature-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header .brand .official-logo,
.footer .brand .official-logo {
  width: 180px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 760px) {
  .header .brand .official-logo,
  .footer .brand .official-logo {
    width: 158px;
    height: auto;
  }
}
/* Подробная презентация продукта. */
.listing-body .listing-title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 5px;
  color: var(--ink);
}
.product-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 52px 0 0;
}
.product-nav a {
  font-size: 14px;
  padding: 12px 17px;
  border: 1px solid var(--border);
  border-radius: 30px;
  background: white;
}
.product-nav a:hover {
  border-color: var(--blue);
  color: var(--blue);
}
.product-section {
  padding-top: 94px;
}
.product-section > .section-heading {
  margin-bottom: 35px;
}
.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(270px, 1fr);
  gap: 35px;
  align-items: start;
}
.product-shot {
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid #d8dfe9;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 12px 34px #1d3e6e08;
}
.product-shot > img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.product-shot > span {
  display: block;
  padding: 14px 19px;
  font-size: 12px;
  color: #637087;
  border-top: 1px solid #e5e9f0;
}
.feature-explanations article {
  position: relative;
  padding: 0 0 20px 34px;
}
.feature-explanations article > span {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--blue);
  font-size: 12px;
}
.feature-explanations h3,
.explain-grid h3,
.capability-grid h3 {
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.feature-explanations p,
.explain-grid p,
.capability-grid p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
  margin-top: 9px;
}
.inline-link {
  display: inline-block;
  color: var(--blue);
  font-size: 15px;
  font-weight: 600;
  padding: 13px 0;
}
.split-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 30px;
}
.split-heading > p {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 20px;
}
.explain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin: 28px 0 12px;
}
.explain-grid article {
  border-top: 1px solid var(--border);
  padding-top: 24px;
}
.profile-layout {
  grid-template-columns: 1fr 1.25fr;
  align-items: center;
  gap: 60px;
}
.profile-layout .section-heading h2 {
  font-size: 54px;
}
.plain-list {
  padding-left: 21px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin-top: 25px;
}
.plain-list li {
  padding: 6px 0;
}
.role-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.role-grid article {
  padding: 33px;
  background: white;
  border: 1px solid #e4e7ed;
  border-radius: 24px;
}
.role-grid article:nth-child(2) {
  background: #e8efff;
  border-color: #e8efff;
}
.role-label {
  font-size: 12px;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.role-grid h3 {
  font-size: 29px;
  letter-spacing: -0.02em;
  margin-top: 13px;
  font-weight: 600;
}
.role-grid ol {
  padding-left: 20px;
  margin: 25px 0 0;
}
.role-grid li {
  padding: 0 0 17px 7px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
}
.role-grid strong {
  color: #202a3a;
  font-weight: 600;
}
.section-note {
  font-size: 13px !important;
  line-height: 1.65;
  color: #717a88;
  margin: 20px 0;
  max-width: 960px;
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.capability-grid article {
  padding: 28px;
  background: white;
  border: 1px solid #e4e7ed;
  border-radius: 20px;
}
.seo-section {
  padding: 55px;
  background: #e8efff;
  border-radius: 30px;
  margin-top: 90px;
}
.seo-section .explain-grid article {
  border-color: #bdcfe9;
}
.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.resource-grid a {
  padding: 27px;
  border: 1px solid var(--border);
  background: white;
  border-radius: 18px;
}
.resource-grid h3 {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.resource-grid p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}
.resources {
  padding-top: 0;
  padding-bottom: 75px;
}
.preview-dialog > img {
  max-height: none;
}
.preview-dialog.mobile-preview {
  width: 430px;
}
.mobile-preview .preview-toolbar {
  padding: 12px;
  font-size: 12px;
}
.mobile-preview > img {
  width: 100%;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  background: white;
  color: var(--blue);
  padding: 14px 20px;
  border-radius: 8px;
}
.skip-link:focus {
  top: 10px;
}
@media (max-width: 1000px) {
  .product-layout {
    grid-template-columns: 1.4fr 1fr;
    gap: 25px;
  }
  .profile-layout .section-heading h2 {
    font-size: 43px;
  }
  .feature-explanations p {
    font-size: 14px;
  }
  .feature-explanations h3 {
    font-size: 19px;
  }
  .split-heading {
    gap: 40px;
  }
  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .explain-grid {
    gap: 22px;
  }
  .resource-grid {
    gap: 14px;
  }
  .resource-grid a {
    padding: 22px;
  }
  .resource-grid h3 {
    font-size: 19px;
  }
}
@media (max-width: 760px) {
  .product-nav {
    padding-top: 30px;
    gap: 8px;
  }
  .product-nav a {
    font-size: 12px;
    padding: 11px 14px;
  }
  .product-section {
    padding-top: 58px;
  }
  .product-layout,
  .profile-layout {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .product-section > .section-heading {
    margin-bottom: 24px;
  }
  .product-shot {
    border-radius: 14px;
  }
  .product-shot > span {
    padding: 12px;
    font-size: 11px;
  }
  .feature-explanations article {
    padding-bottom: 22px;
  }
  .feature-explanations h3 {
    font-size: 21px;
  }
  .feature-explanations p {
    font-size: 15px;
  }
  .split-heading {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 22px;
  }
  .split-heading > p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .explain-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .explain-grid article {
    padding-top: 20px;
  }
  .profile-layout .section-heading h2 {
    font-size: 43px;
  }
  .role-grid {
    grid-template-columns: 1fr;
  }
  .role-grid article {
    padding: 25px;
  }
  .role-grid h3 {
    font-size: 25px;
  }
  .role-grid li {
    font-size: 15px;
  }
  .capability-grid {
    gap: 13px;
  }
  .capability-grid article {
    padding: 22px;
  }
  .capability-grid h3 {
    font-size: 20px;
  }
  .capability-grid p {
    font-size: 14px;
  }
  .seo-section {
    padding: 28px;
    margin-top: 58px;
    border-radius: 22px;
  }
  .seo-section .section-heading h2 {
    font-size: 38px;
  }
  .resource-grid {
    grid-template-columns: 1fr;
  }
  .resources {
    padding-top: 0;
    padding-bottom: 48px;
  }
  .preview-dialog.mobile-preview {
    width: calc(100% - 16px);
    max-width: 430px;
  }
  .section-note {
    font-size: 12px !important;
  }
  .swatches button {
    height: 36px;
    width: 36px;
  }
}
@media (max-width: 480px) {
  .capability-grid {
    grid-template-columns: 1fr;
  }
  .product-section .section-heading h2 {
    font-size: 38px;
    letter-spacing: -0.02em;
  }
  .hero h1 {
    font-size: 40px;
  }
  .hero h1 > span {
    font-size: 0.92em;
  }
  .listing-body .listing-title {
    font-size: 11px;
  }
  .plain-list {
    font-size: 15px;
  }
  .seo-section .section-heading h2 {
    font-size: 34px;
  }
}
.mobile-shot-link {
  border: 0;
  background: transparent;
  font-family: inherit;
  text-align: left;
}
/* Стилизованные устройства: реальные скриншоты остаются отдельными файлами. */
.macbook-device {
  position: relative;
  isolation: isolate;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  padding: 17px 10px 0;
}
.macbook-device:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 12%;
  height: 12px;
  border-radius: 0 0 7px 7px;
  background: #17191d;
}
.macbook-device > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.55;
  object-fit: cover;
  object-position: top;
  border: 9px solid #1b1e24;
  border-bottom-width: 14px;
  border-radius: 16px 16px 5px 5px;
  box-shadow:
    0 0 0 2px #91949b,
    0 20px 38px #16274922;
  background: #fff;
}
.macbook-device .browser-bar {
  display: none;
}
.macbook-device > .macbook-base {
  position: relative;
  display: block;
  height: 16px;
  margin: 0 -10px;
  padding: 0;
  border: 0;
  border-radius: 1px 1px 48% 48% / 1px 1px 90% 90%;
  background: linear-gradient(#b7b9be, #dedfe2 28%, #8a8e96 65%, #454a53);
  box-shadow: 0 13px 14px -9px #101d3680;
}
.macbook-base:before {
  content: "";
  position: absolute;
  top: 0;
  left: 42%;
  width: 16%;
  height: 5px;
  background: #717680;
  border-radius: 0 0 8px 8px;
  box-shadow: inset 0 1px 2px #282c35;
}
.macbook-device > span:not(.macbook-base) {
  border: 0;
  text-align: center;
  font-size: 11px;
  padding: 20px 0 0;
  background: transparent;
  color: #6c7789;
}
.showcase .macbook-device {
  margin-top: 27px;
  margin-bottom: 22px;
}
.showcase {
  padding-bottom: 15px;
}
.mobile-card {
  max-height: 740px;
}
.phone.iphone-device {
  position: relative;
  width: 230px;
  max-width: 95%;
  padding: 29px 3px 3px;
  margin: 30px auto -115px;
  border: 5px solid #17191d;
  border-radius: 37px;
  background: #f8f9fb;
  box-shadow:
    0 0 0 2px #9b9ba1,
    0 0 0 4px #4d5059,
    10px 22px 35px #0a245b55;
  transform: rotate(5deg);
  overflow: hidden;
}
.phone.iphone-device:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 53px;
  height: 15px;
  border-radius: 20px;
  background: #07090d;
  z-index: 2;
  box-shadow: inset -8px 0 0 #121622;
}
.phone.iphone-device:after {
  content: "";
  position: absolute;
  width: 32%;
  height: 4px;
  bottom: 8px;
  left: 34%;
  border-radius: 4px;
  background: #171a21;
  z-index: 2;
}
.phone.iphone-device > img {
  border-radius: 0 0 27px 27px;
  width: 100%;
  height: auto;
}
.preview-dialog.mobile-preview {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 6px 8px 12px;
  overflow: auto;
}
.mobile-preview .preview-toolbar {
  border: 0;
  border-radius: 16px;
  margin-bottom: 13px;
}
.mobile-preview > img {
  border: 8px solid #17191d;
  border-top-width: 31px;
  border-bottom-width: 16px;
  border-radius: 45px;
  box-shadow: 0 0 0 2px #9b9ba1;
  max-width: 390px;
  margin: auto;
}
.marketplace-section {
  margin-top: 94px;
  padding: 46px;
  background: #e8efff;
  border: 1px solid #d8e4fb;
  border-radius: 30px;
}
.marketplace-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}
.marketplace-top h2 {
  font-size: 55px;
  letter-spacing: -0.02em;
}
.marketplace-top .section-heading > p {
  font-size: 17px;
  max-width: 690px;
}
.marketplace-stat {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 26px;
  border-left: 1px solid #c4d5f3;
}
.marketplace-stat strong {
  font-size: 83px;
  letter-spacing: -0.02em;
  font-weight: 600;
  line-height: 1;
  color: #1762f9;
}
.marketplace-stat > span {
  font-size: 15px;
  font-weight: 600;
  margin-top: 13px;
}
.marketplace-stat small {
  font-size: 11px;
  color: #687892;
  margin-top: 7px;
}
.module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
  margin-top: 34px;
}
.module-grid > a {
  background: white;
  border-radius: 18px;
  border: 1px solid #dae4f5;
  padding: 25px;
  transition:
    transform 0.2s,
    border-color 0.2s;
}
.module-grid > a:hover {
  transform: translateY(-3px);
  border-color: #1762f9;
}
.module-type {
  font-size: 11px;
  color: #647590;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
.module-grid h3 {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-top: 12px;
}
.module-grid h3 > span {
  color: #1762f9;
}
.module-grid p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 12px;
}
.marketplace-bottom {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 28px;
}
.marketplace-bottom > .button {
  flex-shrink: 0;
  font-size: 14px;
}
.marketplace-bottom > p {
  font-size: 12px;
  line-height: 1.65;
  color: #64728a;
  max-width: 550px;
}
@media (max-width: 1000px) {
  .marketplace-section {
    padding: 32px;
  }
  .marketplace-top h2 {
    font-size: 43px;
  }
  .marketplace-stat {
    padding: 20px;
  }
  .marketplace-stat strong {
    font-size: 69px;
  }
  .marketplace-stat > span {
    font-size: 13px;
  }
  .marketplace-top {
    gap: 20px;
  }
  .module-grid h3 {
    font-size: 20px;
  }
  .phone.iphone-device {
    width: 185px;
  }
  .macbook-device > img {
    border-width: 7px;
    border-bottom-width: 12px;
    border-radius: 12px 12px 3px 3px;
  }
  .macbook-device:before {
    top: 22px;
    height: 10px;
  }
}
@media (max-width: 760px) {
  .macbook-device {
    padding-top: 10px;
  }
  .macbook-device:before {
    top: 15px;
    height: 9px;
  }
  .macbook-device > img {
    border-width: 6px;
    border-bottom-width: 10px;
    border-radius: 11px 11px 3px 3px;
  }
  .macbook-device > .macbook-base {
    height: 12px;
  }
  .macbook-device > span:not(.macbook-base) {
    font-size: 10px;
    padding-top: 16px;
  }
  .mobile-card {
    max-height: 480px;
  }
  .phone.iphone-device {
    width: 195px;
    border-radius: 32px;
    max-width: 96%;
    padding-top: 27px;
  }
  .marketplace-section {
    margin-top: 58px;
    padding: 27px;
    border-radius: 23px;
  }
  .marketplace-top {
    grid-template-columns: 1fr;
  }
  .marketplace-top h2 {
    font-size: 40px;
    letter-spacing: -0.02em;
  }
  .marketplace-top .section-heading > p {
    font-size: 16px;
  }
  .marketplace-stat {
    border-left: 0;
    border-top: 1px solid #c4d5f3;
    padding: 22px 0 0;
  }
  .marketplace-stat strong {
    font-size: 67px;
  }
  .module-grid {
    grid-template-columns: 1fr;
    margin-top: 25px;
  }
  .module-grid > a {
    padding: 22px;
  }
  .module-grid h3 {
    font-size: 22px;
  }
  .marketplace-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .marketplace-bottom > .button {
    font-size: 13px;
    padding-inline: 20px;
  }
  .mobile-preview > img {
    max-width: calc(100% - 8px);
  }
}
@media (max-width: 480px) {
  .phone.iphone-device {
    width: 214px;
    margin-top: 27px;
  }
  .mobile-card {
    height: 465px;
  }
  .marketplace-top h2 {
    font-size: 34px;
  }
  .module-grid h3 {
    font-size: 20px;
  }
  .macbook-device {
    padding-inline: 5px;
  }
  .macbook-device > .macbook-base {
    margin-inline: -5px;
    height: 10px;
  }
  .macbook-device:before {
    height: 6px;
    top: 14px;
  }
  .macbook-device > img {
    border-width: 4px;
    border-bottom-width: 7px;
    border-radius: 8px 8px 2px 2px;
  }
  .marketplace-section {
    padding: 23px;
  }
}
/* Duo: два мобильных сценария в одной композиции. */
.duo-section {
  margin-top: 80px;
  padding: 52px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
  border-radius: 32px;
  background: #e8efff;
  overflow: hidden;
}
.duo-copy .eyebrow {
  font-size: 12px;
  color: #617799;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.duo-copy h2 {
  font-size: 54px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin: 20px 0 25px;
}
.duo-copy h2 > span {
  color: #1762f9;
}
.duo-copy p {
  font-size: 17px;
  line-height: 1.6;
  color: #606d80;
  max-width: 410px;
}
.duo-copy .inline-link {
  margin-top: 17px;
}
.duo-stage {
  position: relative;
  height: 580px;
  min-width: 0;
  isolation: isolate;
}
.duo-orbit {
  position: absolute;
  left: -30px;
  right: -30px;
  top: 100px;
  height: 360px;
  border-radius: 50%;
  border: 1px solid #b4caf4;
  transform: rotate(-23deg);
  z-index: -1;
}
.duo-orbit:after {
  content: "";
  position: absolute;
  inset: 25px -20px;
  border: 1px solid #c6d8f8;
  border-radius: 50%;
  transform: rotate(40deg);
}
.duo-stage .duo-phone {
  position: absolute;
  width: 220px;
  max-width: none;
  margin: 0;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.duo-stage .duo-catalog {
  left: 14px;
  top: 12px;
  transform: rotate(-11deg);
}
.duo-stage .duo-listing {
  right: 8px;
  top: 78px;
  transform: rotate(10deg);
  z-index: 2;
  border-color: #272335;
  box-shadow:
    0 0 0 2px #bab1c6,
    0 0 0 4px #65546f,
    12px 22px 35px #243a6350;
}
.duo-stage .duo-phone:hover {
  transform: rotate(0) translateY(-8px);
  z-index: 3;
}
.duo-stage .duo-phone:focus-visible {
  outline: 3px solid #1762f9;
  outline-offset: 9px;
  z-index: 4;
}
.duo-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 11px;
  color: #697b97;
}
@media (max-width: 1100px) {
  .duo-section {
    padding: 35px;
    gap: 25px;
  }
  .duo-copy h2 {
    font-size: 45px;
  }
  .duo-stage {
    height: 520px;
  }
  .duo-stage .duo-phone {
    width: 190px;
  }
  .duo-stage .duo-catalog {
    left: 0;
  }
  .duo-stage .duo-listing {
    right: 0;
    top: 65px;
  }
}
@media (max-width: 850px) {
  .duo-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .duo-copy p {
    max-width: 570px;
  }
  .duo-stage {
    width: 100%;
    max-width: 480px;
    margin: auto;
    height: 550px;
  }
  .duo-stage .duo-phone {
    width: 210px;
  }
  .duo-stage .duo-catalog {
    left: 25px;
  }
  .duo-stage .duo-listing {
    right: 25px;
  }
}
@media (max-width: 480px) {
  .duo-section {
    margin-top: 48px;
    padding: 26px 22px;
    border-radius: 24px;
    gap: 25px;
  }
  .duo-copy h2 {
    font-size: 38px;
    letter-spacing: -0.02em;
  }
  .duo-copy p {
    font-size: 15px;
  }
  .duo-copy .inline-link {
    font-size: 13px;
  }
  .duo-stage {
    height: 455px;
  }
  .duo-stage .duo-phone {
    width: 150px;
    border-radius: 28px;
    padding-top: 24px;
  }
  .duo-stage .duo-phone > img {
    border-radius: 0 0 19px 19px;
  }
  .duo-stage .duo-catalog {
    left: 4px;
    top: 10px;
  }
  .duo-stage .duo-listing {
    right: 1px;
    top: 70px;
  }
  .duo-stage .duo-phone:before {
    width: 41px;
    height: 12px;
    top: 7px;
  }
  .duo-caption {
    font-size: 9px;
    bottom: 0;
  }
  .duo-orbit {
    top: 80px;
    height: 270px;
  }
}
@media (max-width: 360px) {
  .duo-stage {
    height: 402px;
  }
  .duo-stage .duo-phone {
    width: 132px;
  }
  .duo-copy h2 {
    font-size: 33px;
  }
  .duo-stage .duo-listing {
    top: 65px;
  }
  .duo-caption {
    font-size: 8px;
  }
}

/* Иллюстрация первого экрана. */
.hero-portrait {
  position: relative;
  height: 570px;
  min-width: 0;
  align-self: end;
  overflow: hidden;
  border-radius: 0 0 110px 110px;
  mask-image: linear-gradient(#000 90%, transparent);
}
.hero-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
@media (max-width: 1100px) {
  .hero-portrait {
    height: 490px;
  }
}
@media (max-width: 760px) {
  .hero-portrait {
    width: 100%;
    max-width: 430px;
    height: 460px;
    justify-self: center;
    border-radius: 0 0 70px 70px;
  }
}
@media (max-width: 480px) {
  .hero-portrait {
    height: 400px;
  }
}

/* Композиция разделов продукта. */
.round-link {
  width: auto;
  height: auto;
  border-radius: 8px;
  border: 0;
  font-size: 13px;
  padding: 12px 18px;
  background: #e8efff;
  color: var(--blue);
}
.inline-link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
.product-nav a {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #d2d9e4;
  padding: 12px 6px;
  margin: 0 10px;
}
.capability-grid {
  gap: 0 36px;
  counter-reset: capability;
}
.capability-grid article {
  position: relative;
  border: 0;
  border-top: 1px solid #cfd5de;
  padding: 30px 0 38px;
  border-radius: 0;
  background: transparent;
  counter-increment: capability;
}
.capability-grid article:before {
  content: "0" counter(capability);
  display: block;
  color: #8d99aa;
  font-size: 12px;
  margin-bottom: 22px;
  font-variant-numeric: tabular-nums;
}
.role-grid {
  gap: 0;
  border-top: 1px solid #ccd5e3;
  border-bottom: 1px solid #ccd5e3;
}
.role-grid article {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 38px 40px 30px 0;
}
.role-grid article:nth-child(2) {
  background: transparent;
  border-left: 1px solid #ccd5e3;
  padding-left: 40px;
}
.marketplace-section {
  background: #e6edfa;
  border: 0;
}
.module-grid {
  gap: 0 38px;
}
.module-grid > a {
  border: 0;
  border-top: 1px solid #bbcbe3;
  border-radius: 0;
  background: transparent;
  padding: 28px 0;
}
.module-grid > a:hover {
  transform: none;
  border-color: var(--blue);
}
.module-grid h3 {
  transition: color 0.2s;
}
.module-grid > a:hover h3 {
  color: var(--blue);
}
.resource-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 48px;
}
.resource-grid > a.resource-license {
  position: relative;
  min-height: 510px;
  background: #145bf0;
  color: white;
  padding: 40px;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
}
.resource-kicker {
  font-size: 11px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  opacity: 0.65;
}
.resource-grid .resource-license h3 {
  position: relative;
  z-index: 1;
  font-size: 38px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-top: 20px;
}
.resource-grid .resource-license p {
  color: #d4e3ff;
  max-width: 290px;
  font-size: 15px;
  margin-top: 18px;
}
.resource-action {
  display: inline-block;
  font-size: 13px;
  margin-top: 24px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}
.license-art {
  position: absolute;
  width: 270px;
  height: 170px;
  right: -15px;
  bottom: 22px;
  padding: 23px;
  background: #eff4ff;
  border: 1px solid #fff;
  border-radius: 16px;
  color: #1762f9;
  transform: rotate(-12deg);
  box-shadow: -10px 16px 35px #00288140;
}
.license-art > span {
  font-size: 33px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.license-art i {
  display: block;
  height: 4px;
  width: 58%;
  margin-top: 10px;
  background: #cbdcfe;
}
.license-art i + i {
  width: 37%;
}
.license-art small {
  position: absolute;
  bottom: 16px;
  right: 18px;
  font-size: 9px;
  letter-spacing: 2px;
}
.resource-guides {
  display: flex;
  flex-direction: column;
}
.resource-guides a {
  flex: 1;
  padding: 28px 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid #c9d1dd;
}
.resource-guides h3 {
  margin-top: 18px;
  font-size: 28px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.resource-guides p {
  max-width: 330px;
}
.resource-guides a:hover h3 {
  color: var(--blue);
}
@media (max-width: 760px) {
  .role-grid article,
  .role-grid article:nth-child(2) {
    padding: 28px 0;
    border: 0;
  }
  .role-grid article:nth-child(2) {
    border-top: 1px solid #ccd5e3;
  }
  .resource-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .resource-grid > a.resource-license {
    padding: 30px;
    min-height: 460px;
  }
  .resource-grid .resource-license h3 {
    font-size: 34px;
  }
  .resource-guides h3 {
    font-size: 25px;
  }
  .module-grid {
    gap: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
