:root {
  --black: #131313;
  --gray: #767676;
  --line: #d7d7d7;
  --pink: #ce45d0;
  --violet: #8931ff;
  --green: #1ae0ab;
  --soft-green: #e9fbed;
  --soft-mint: #e7f9ed;
  --soft-peach: #ffefe0;
  --soft-pink: #fee7f7;
  --soft-violet: #f1e8fd;
  --card-shadow: 0 10px 26px rgba(19, 19, 19, 0.14);
  --container: 1600px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--black);
  background:
    linear-gradient(180deg, #ffffff 0%, #fcd9fd 82%, #ffffff 100%) top center / 100% 1019px no-repeat,
    radial-gradient(circle at 18% 22%, rgba(206, 69, 208, 0.08), transparent 28rem),
    radial-gradient(circle at 82% 16%, rgba(26, 224, 171, 0.08), transparent 24rem),
    #fff;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.35;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 56px));
  margin: 0 auto;
}

.section {
  padding: 80px 0;
}

.site-header {
  position: relative;
  z-index: 20;
  background: transparent;
}

.header-inner {
  width: min(var(--container), calc(100% - 56px));
  min-height: 96px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 252px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 64px;
  margin-left: 0;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
}

.desktop-nav a,
.mobile-nav a,
.site-footer a {
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.mobile-nav a:hover,
.site-footer a:hover {
  color: var(--pink);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(137, 49, 255, 0.32);
  outline-offset: 3px;
}

.header-cta {
  min-width: 254px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(100deg, var(--violet), var(--pink));
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(137, 49, 255, 0.24);
}

.lang-switch {
  flex: 0 0 auto;
  padding: 3px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  border: 1px solid rgba(19, 19, 19, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 18px rgba(19, 19, 19, 0.08);
}

.lang-switch-button {
  width: 38px;
  min-height: 30px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: var(--gray);
  background: transparent;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.lang-switch-button:hover {
  color: var(--black);
}

.lang-switch-button.is-active,
.lang-switch-button[aria-pressed="true"] {
  color: #fff;
  background: linear-gradient(100deg, var(--violet), var(--pink));
  box-shadow: 0 5px 10px rgba(137, 49, 255, 0.22);
}

.menu-toggle,
.menu-close {
  display: none;
}

.mobile-menu {
  display: none;
}

.hero {
  padding-top: 42px;
  padding-bottom: 0;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(620px, 720px) 1fr;
  align-items: start;
  gap: 80px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #699772;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 42px;
  font-size: clamp(64px, 4.25vw, 76px);
  line-height: 1.02;
  font-weight: 700;
}

.mobile-title-line {
  display: block;
  background: linear-gradient(90deg, var(--violet), #7b92ff, #1ae0ab);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-bottom: 5px;
}

.hero-text {
  max-width: 440px;
  margin-bottom: 0;
  color: var(--black);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 400;
}

.hero-actions {
  grid-column: 1;
  position: absolute;
  left: 0;
  bottom: 200px;
  display: flex;
  gap: 24px;
  margin-top: 0;
}

.hero-visual {
  grid-column: 2;
  grid-row: 1 / span 2;
  position: relative;
  justify-self: center;
  width: min(760px, 41vw);
  aspect-ratio: 1.06;
}

.hero-visual img {
  position: absolute;
  height: auto;
}

.hero-orbit {
  left: 9%;
  top: 4%;
  width: 82%;
}

.hero-ball {
  z-index: 1;
  filter: drop-shadow(0 12px 18px rgba(19, 19, 19, 0.16));
}

.hero-ball-base-layer,
.hero-ball-swap-layer {
  transition: opacity 420ms ease;
}

.hero-ball-base-layer.is-hidden,
.hero-ball-swap-layer {
  opacity: 0;
}

.hero-ball-swap-layer.is-visible {
  opacity: 1;
}

.hero-ball-track {
  position: absolute;
  z-index: 1;
  left: 9%;
  top: 4%;
  width: 82%;
  display: block;
  aspect-ratio: 658 / 622;
  pointer-events: none;
}

.hero-ball-track-purple {
  z-index: 1;
}

.hero-ball-track-pink {
  z-index: 2;
}

.hero-ball-track-green {
  z-index: 3;
}

.hero-ball-green {
  left: 66.34%;
  top: 8.66%;
  width: 14%;
}

.hero-ball-purple {
  left: 41.71%;
  top: 6.78%;
  width: 9%;
}

.hero-ball-pink {
  left: 10.63%;
  top: 65.07%;
  width: 14%;
}

.hero-visual.is-orbiting .hero-ball {
  left: 0;
  top: 0;
  will-change: transform;
}

.stats {
  display: block;
  position: relative;
  z-index: 2;
  margin-top: -132px;
  padding-top: 0;
  padding-bottom: 118px;
}

.stats-card {
  padding: 38px 76px 17px;
  border-radius: 54px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(19, 19, 19, 0.18);
}

.metrics-grid {
  display: grid;
  grid-template-columns: 310px 415px 415px minmax(0, 1fr);
  gap: 0;
}

.metric {
  min-height: 108px;
  padding: 0 20px 0 88px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.metric:first-child {
  padding-left: 0;
}

.metric:nth-child(4) {
  padding-left: 70px;
}

.metric + .metric {
  border-left: 1px solid #8b8b8b;
}

.metric img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.metric strong {
  display: block;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

.metric span {
  display: block;
  margin-top: 8px;
  color: var(--black);
  font-size: 17px;
  line-height: 1.15;
  font-weight: 400;
}

.trusted {
  margin-top: 43px;
  padding-top: 16px;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 0;
  align-items: center;
  border-top: 1px solid #8b8b8b;
}

.trusted p {
  margin: 0;
  padding-left: 24px;
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
}

.trusted-mobile {
  display: none;
}

.trusted-desktop {
  width: 100%;
  height: auto;
}

.agencies {
  padding-top: 0;
  padding-bottom: 112px;
}

.agencies h2,
.build-card h2,
.contact-card h2 {
  margin-bottom: 28px;
  font-size: 42px;
  line-height: 1.05;
}

.agencies h2 {
  font-weight: 700;
}

.build-card h2,
.contact-card h2 {
  font-weight: 900;
}

.agencies h2 span,
.build-card h2 span,
.contact-card h2 span {
  color: var(--pink);
}

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

.agency-card {
  min-height: 340px;
  padding: 62px 34px 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--card-shadow);
}

.agency-card img {
  width: min(210px, 100%);
  height: 126px;
  object-fit: contain;
}

.agency-card:nth-child(1) img {
  width: 205px;
}

.agency-card:nth-child(2) img {
  width: 235px;
}

.agency-card:nth-child(3) img {
  width: 150px;
}

.agency-card:nth-child(4) {
  padding-top: 42px;
}

.agency-card:nth-child(4) img {
  width: 210px;
  height: 165px;
}

.agency-card p {
  max-width: 210px;
  margin-bottom: 0;
  color: var(--gray);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.capabilities {
  padding-top: 52px;
  padding-bottom: 72px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
}

.capability-item {
  min-height: 236px;
  padding: 0 42px;
  text-align: center;
}

.capability-item + .capability-item {
  border-left: 1px solid #b8b8b8;
}

.icon-bubble {
  width: 164px;
  height: 164px;
  margin: 0 auto 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.icon-bubble img {
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.icon-bubble.green,
.icon-bubble.mint {
  background: var(--soft-green);
}

.icon-bubble.pink {
  background: var(--soft-pink);
}

.icon-bubble.peach {
  background: var(--soft-peach);
}

.icon-bubble.violet {
  background: var(--soft-violet);
}

.capability-item h3,
.process-step h3 {
  max-width: 180px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
}

.capability-item p,
.process-step p {
  max-width: 180px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  color: var(--gray);
  font-size: 16px;
  line-height: 1.16;
  font-weight: 400;
}

.capability-item p {
  max-width: 166px;
}

.process {
  padding-top: 58px;
  padding-bottom: 142px;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr 56px 1fr 56px 1fr 56px 1fr 56px 1fr;
  align-items: start;
  gap: 0;
}

.process-step {
  text-align: center;
}

.process-step .icon-bubble {
  margin-bottom: 30px;
}

.process-arrow {
  padding-top: 57px;
  color: #858585;
  font-size: 54px;
  line-height: 1;
  text-align: center;
}

.build {
  padding-top: 0;
  padding-bottom: 86px;
}

.build-card {
  position: relative;
  min-height: 310px;
  padding: 82px 680px 70px 82px;
  overflow: hidden;
  border-radius: 40px;
  background: linear-gradient(100deg, #fff7f7 0%, #fbe2fb 50%, #fbe2fb 100%);
}

.build-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 410px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(90deg, #fbe2fb 0%, rgba(255, 244, 255, 0.86) 18%, rgba(255, 244, 255, 0.24) 44%, rgba(255, 244, 255, 0) 60%);
}

.build-card > div:first-child {
  position: static;
}

.build-card h2 {
  position: relative;
  z-index: 2;
  max-width: 470px;
  margin-bottom: 0;
  font-weight: 700;
}

.build-card h2 span {
  display: inline;
}

.build-card h2 .build-word-pink {
  color: var(--pink);
}

.build-card h2 .build-word-violet {
  color: var(--violet);
}

.build-card h2 .build-word-green {
  color: var(--green);
}

.build-card p {
  position: absolute;
  z-index: 2;
  left: 600px;
  top: 114px;
  width: 300px;
  max-width: 300px;
  margin-bottom: 0;
  color: var(--gray);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  z-index: 2;
}

.build-card .btn {
  position: absolute;
  left: 920px;
  top: 124px;
  min-width: 290px;
  z-index: 2;
}

.build-art-video {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  width: 410px;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
}

.btn {
  min-height: 46px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1.5px solid transparent;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-block;
  background: center / contain no-repeat;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(100deg, var(--violet), var(--pink));
  box-shadow: 0 8px 18px rgba(137, 49, 255, 0.24);
}

.btn-primary .btn-icon {
  background-image: url("assets/btn-arrow-light.png");
}

.btn-outline {
  color: var(--black);
  border-color: var(--black);
  background: transparent;
}

.btn-outline .btn-icon {
  background-image: url("assets/btn-arrow-dark.png");
}

.contact {
  padding-top: 0;
  padding-bottom: 104px;
}

.contact-wrap {
  display: block;
}

.contact-card {
  width: 100%;
  min-height: 382px;
  padding: 62px 108px 54px;
  display: grid;
  grid-template-columns: 1fr 1.28fr;
  gap: 120px;
  align-items: center;
  border-radius: 54px;
  background: #fff;
  box-shadow: var(--card-shadow);
}

.contact-copy h2 {
  margin-bottom: 34px;
  text-align: left;
  font-weight: 700;
}

.contact-copy p {
  max-width: 330px;
  margin: 0;
  color: var(--gray);
  font-weight: 400;
  text-align: left;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
}

.contact-form .field:first-child,
.contact-form .consent,
.contact-form .form-submit,
.contact-form .form-status {
  grid-column: 1 / -1;
}

.field.message-field {
  display: none;
}

.field {
  display: grid;
  gap: 6px;
  color: var(--black);
  font-size: 14px;
  font-weight: 700;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid #b8b8b8;
  border-radius: 999px;
  background: #fff;
  color: var(--black);
  font-size: 15px;
  font-weight: 400;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.field input {
  height: 44px;
  padding: 0 22px;
}

.field textarea {
  min-height: 108px;
  padding: 16px 22px;
  border-radius: 18px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--violet);
  box-shadow: 0 0 0 3px rgba(137, 49, 255, 0.16);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #a5a5a5;
}

.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: start;
  color: #a0a0a0;
  font-size: 12px;
  line-height: 1.18;
  font-weight: 700;
}

.consent input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--pink);
}

.consent a {
  color: var(--pink);
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.form-submit {
  width: 100%;
  min-height: 48px;
  border: 0;
}

.form-status {
  min-height: 0;
  margin: 0;
  color: var(--gray);
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.form-status.is-error {
  color: #d33b3b;
}

.form-status.is-success {
  color: #209755;
}

.site-footer {
  padding: 0 0 58px;
  background: #fff;
}

.footer-inner {
  width: min(var(--container), calc(100% - 56px));
  margin: 0 auto;
  padding-top: 56px;
  border-top: 1px solid #8b8b8b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 70px);
  color: var(--gray);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}

.footer-inner img {
  width: 252px;
  height: auto;
  margin-right: 0;
}

.footer-inner p,
.footer-inner a {
  margin: 0;
  white-space: nowrap;
}

@media (min-width: 1101px) and (max-width: 1505px) {
  .header-inner {
    gap: 24px;
  }

  .brand img,
  .footer-inner img {
    width: clamp(180px, 16vw, 220px);
  }

  .desktop-nav {
    gap: clamp(24px, 2.6vw, 42px);
    font-size: 15px;
  }

  html[lang="ru"] .desktop-nav {
    gap: clamp(18px, 2vw, 32px);
  }

  .header-cta {
    min-width: 210px;
  }

  .hero {
    padding-bottom: 80px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 39vw);
    gap: clamp(32px, 5vw, 70px);
  }

  h1 {
    max-width: 580px;
    margin-bottom: 32px;
    font-size: clamp(50px, 4.2vw, 64px);
  }

  .hero-actions {
    position: static;
    margin-top: 28px;
  }

  .hero-visual {
    width: min(520px, 39vw);
  }

  .stats {
    margin-top: 0;
    padding-bottom: 92px;
  }

  .stats-card {
    padding: 40px;
  }

  .metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 20px;
  }

  .metric,
  .metric:nth-child(4) {
    min-height: auto;
    padding: 0;
    border-left: 0;
  }

  .metric + .metric {
    border-left: 0;
  }

  .capability-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px 0;
  }

  .capability-item {
    min-height: 220px;
    padding: 0 28px;
  }

  .capability-item + .capability-item {
    border-left: 0;
  }

  .process {
    padding-bottom: 88px;
  }

  .process-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
  }

  .process-arrow {
    display: none;
  }

  .build-card {
    min-height: 260px;
    padding: 48px 300px 42px 48px;
  }

  .build-card p,
  .build-card .btn {
    position: static;
  }

  .build-card p {
    margin: 16px 0 22px;
  }

  .build-art-video {
    right: 0;
    width: 260px;
  }

  .build-card::after {
    width: 265px;
  }

  .contact-card {
    padding: 52px;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 42px;
  }

  .footer-inner {
    gap: 22px;
  }
}

@media (max-width: 1100px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }

  .header-inner {
    min-height: 52px;
    width: calc(100% - 16px);
    gap: 10px;
  }

  .brand img {
    width: 155px;
  }

  .lang-switch {
    margin-left: auto;
    padding: 2px;
    box-shadow: none;
  }

  .lang-switch-button {
    width: 34px;
    min-height: 28px;
    font-size: 11px;
  }

  .menu-toggle {
    width: 32px;
    height: 20px;
    margin-left: 0;
    padding: 0;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 15px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: #9a9a9a;
  }

  .menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 40;
    background: rgba(19, 19, 19, 0.34);
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: block;
    visibility: hidden;
    pointer-events: none;
  }

  .mobile-menu.is-open {
    visibility: visible;
  }

  .mobile-menu-panel {
    width: min(300px, calc(100vw - 60px));
    min-height: 100%;
    padding: 28px 16px;
    display: flex;
    flex-direction: column;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 220ms ease;
    pointer-events: auto;
  }

  .mobile-menu.is-open .mobile-menu-panel {
    transform: translateX(0);
  }

  .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-menu-head img {
    width: 145px;
    height: auto;
  }

  .menu-close {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: #b7b3b8;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transform: translateX(44px);
  }

  .mobile-nav {
    margin-top: 30px;
    display: grid;
    gap: 18px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
  }

  .mobile-menu-art {
    width: 225px;
    margin: auto auto 24px;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .container,
  .header-inner,
  .footer-inner {
    width: calc(100% - 56px);
  }

  .footer-inner {
    gap: 22px;
  }

  .hero {
    padding-top: 56px;
    padding-bottom: 96px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 34px;
  }

  h1 {
    max-width: 520px;
    margin-bottom: 54px;
    font-size: 52px;
  }


  .hero-actions {
    position: static;
    margin-top: 26px;
  }

  .hero-visual {
    width: 320px;
  }

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

  .capability-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px 0;
  }

  .capability-item {
    min-height: 220px;
    padding: 0 28px;
  }

  .capability-item + .capability-item {
    border-left: 0;
  }

  .process {
    padding-bottom: 88px;
  }

  .process-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
  }

  .process-step .icon-bubble {
    width: min(164px, 100%);
    height: auto;
    aspect-ratio: 1;
  }

  .process-arrow {
    display: none;
  }

  .stats {
    margin-top: 0;
  }

  .metric:nth-child(4) {
    padding-left: 0;
  }

  .stats-card {
    padding: 40px;
  }

  .metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 20px;
  }

  .metric {
    min-height: auto;
    padding: 0;
    border-left: 0;
  }

  .metric + .metric {
    border-left: 0;
  }

  .build-card {
    min-height: 260px;
    padding: 48px 300px 42px 48px;
  }

  .build-card p,
  .build-card .btn {
    position: static;
    min-width: auto;
  }

  .build-card p {
    margin: 16px 0 22px;
  }

  .build-art-video {
    right: 0;
    width: 260px;
  }

  .contact-card {
    padding: 52px;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 42px;
  }
}

@media (max-width: 760px) {
  body {
    background:
      linear-gradient(180deg, #ffffff 0%, #fcd9fd 82%, #ffffff 100%) top center / 100% 1019px no-repeat,
      #fff;
  }

  .container {
    width: min(640px, calc(100% - clamp(16px, 5vw, 40px)));
  }

  .section {
    padding: clamp(32px, 7vw, 52px) 0;
  }

  .hero {
    padding-top: 32px;
    padding-bottom: 10px;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .hero-copy {
    width: 100%;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.15;
  }

  h1 {
    max-width: 620px;
    margin-bottom: 14px;
    font-size: clamp(34px, 7.4vw, 48px);
    line-height: 1.05;
  }

  .mobile-title-line {
    display: block;
    background: linear-gradient(90deg, var(--pink), #7b92ff, #1ae0ab);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .hero-text {
    max-width: 520px;
    margin-bottom: 18px;
    font-size: clamp(12px, 2.4vw, 14px);
    line-height: 1.2;
  }

  .hero-visual {
    width: min(100%, 380px);
    margin: 0 auto;
    aspect-ratio: 1.3;
  }

  .hero-actions {
    position: static;
    width: 100%;
    display: grid;
    gap: 10px;
  }

  .btn {
    min-height: 42px;
    padding: 0 22px;
    font-size: 14px;
  }

  .btn-icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .stats {
    display: block;
    margin-top: 0;
    padding-top: 48px;
    padding-bottom: 34px;
  }

  .stats .container {
    width: min(680px, calc(100% - clamp(32px, 7vw, 56px)));
  }

  .stats-card {
    padding: clamp(24px, 6vw, 34px) clamp(14px, 4vw, 24px) clamp(18px, 4vw, 26px);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--card-shadow);
  }

  .metrics-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 7vw, 38px) clamp(12px, 4vw, 24px);
  }

  .metric {
    min-height: 0;
    padding: 0;
    display: block;
    text-align: center;
  }

  .metric + .metric {
    border-left: 0;
  }

  .metric:nth-child(4) {
    padding-left: 0;
  }

  .metric:nth-child(2) {
    order: 3;
  }

  .metric:nth-child(3) {
    order: 2;
  }

  .metric:nth-child(4) {
    order: 4;
  }

  .metric img {
    width: 38px;
    height: 38px;
    margin: 0 auto 8px;
    object-fit: contain;
  }

  .metric strong {
    display: block;
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
  }

  .metric span {
    display: block;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
    max-width: 120px;
    color: var(--black);
    font-size: clamp(12px, 3.6vw, 14px);
    line-height: 1.2;
    font-weight: 400;
  }

  .trusted {
    margin-top: 26px;
    padding-top: 20px;
    display: block;
    border-top: 1px solid var(--gray);
    text-align: center;
  }

  .trusted p {
    margin-bottom: 12px;
    color: var(--gray);
    font-size: 14px;
    font-weight: 400;
  }

  .trusted-mobile {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .trusted-desktop {
    display: none;
  }

  .agencies {
    padding-top: 22px;
  }

  .agencies h2,
  .build-card h2,
  .contact-card h2 {
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1;
  }

  .agency-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .agency-card {
    min-height: 140px;
    padding: 18px 18px 16px;
    border-radius: 14px;
  }

  .agency-card:nth-child(4) {
    padding-top: 18px;
  }

  .agency-card img {
    width: 160px;
    height: 54px;
  }

  .agency-card:nth-child(1) img,
  .agency-card:nth-child(3) img {
    width: 160px;
    height: 54px;
  }

  .agency-card:nth-child(2) img {
    width: 150px;
    height: 54px;
  }

  .agency-card:nth-child(4) img {
    width: 160px;
    height: 76px;
  }

  .agency-card p {
    max-width: 190px;
    font-size: 14px;
    line-height: 1.25;
  }

  .capabilities {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .capability-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(138px, 100%), 1fr));
    gap: clamp(20px, 6vw, 34px) clamp(16px, 5vw, 34px);
    align-items: start;
  }

  .capability-item {
    min-height: 0;
    padding: 0 4px;
  }

  .capability-item + .capability-item {
    border-left: 0;
  }

  .capability-item:nth-child(2) {
    grid-column: auto;
    order: initial;
    width: auto;
    margin: 0;
  }

  .capability-item:nth-child(3) {
    grid-column: auto;
    order: initial;
    width: auto;
    margin: 0;
  }

  .capability-item:nth-child(4) {
    grid-column: auto;
    order: initial;
    margin-top: 0;
  }

  .capability-item:nth-child(5) {
    grid-column: auto;
    order: initial;
    margin-top: 0;
  }

  .icon-bubble {
    width: 88px;
    height: 88px;
    margin-bottom: 8px;
  }

  .icon-bubble img {
    width: 44px;
    height: 44px;
  }

  .capability-item h3,
  .process-step h3 {
    max-width: 150px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.05;
  }

  .capability-item p,
  .process-step p {
    max-width: 150px;
    font-size: 14px;
    line-height: 1.25;
  }

  .process {
    padding-top: 28px;
    padding-bottom: 24px;
  }

  .process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(138px, 100%), 1fr));
    gap: clamp(20px, 6vw, 34px) clamp(16px, 5vw, 34px);
    align-items: start;
  }

  .process-arrow {
    display: none;
  }

  .process-step {
    padding: 0 4px;
  }

  .process-step:nth-of-type(1) {
    grid-column: auto;
    order: initial;
  }

  .process-step:nth-of-type(2) {
    grid-column: auto;
    order: initial;
    width: auto;
    margin: 0;
  }

  .process-step:nth-of-type(3) {
    grid-column: auto;
    order: initial;
    margin-top: 0;
  }

  .process-step:nth-of-type(4) {
    grid-column: auto;
    order: initial;
  }

  .process-step:nth-of-type(5) {
    grid-column: auto;
    order: initial;
    margin-top: 0;
  }

  .process-step:nth-of-type(4) {
    margin-top: 0;
  }

  .process-step h3 {
    font-size: 14px;
  }

  .process-step p {
    max-width: 140px;
    font-size: 12px;
    line-height: 1.18;
  }

  .build {
    padding-top: 12px;
    padding-bottom: 32px;
  }

  .build-card {
    min-height: 220px;
    padding: 18px clamp(112px, 36vw, 132px) 18px 16px;
    border-radius: 16px;
  }

  .build-card > div:first-child {
    position: relative;
    z-index: 2;
  }

  .build-card h2 {
    max-width: 200px;
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 0.96;
  }

  .build-card h2 span {
    display: inline;
  }

  .build-card p {
    position: static;
    max-width: 180px;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.18;
  }

  .build-card .btn {
    position: static;
    min-width: min(198px, 100%);
    min-height: 42px;
    padding: 0 12px;
    font-size: 14px;
  }

  .build-card .btn-icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  .build-art-video {
    right: -85px;
    width: 250px;
  }

  .contact {
    padding-top: 10px;
    padding-bottom: 36px;
  }

  .contact-card {
    padding: 28px 28px 30px;
    display: block;
    border-radius: 16px;
  }

  .contact-card h2 {
    margin-bottom: 8px;
    font-size: 28px;
    text-align: center;
  }

  .contact-copy p {
    max-width: 236px;
    margin: 0 auto 18px;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
  }

  .contact-form {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .field {
    gap: 6px;
    font-size: 12px;
  }

  .field input {
    height: 42px;
    padding: 0 16px;
    font-size: 12px;
  }

  .field textarea {
    min-height: 82px;
    padding: 12px 16px;
    font-size: 11px;
  }

  .message-field {
    display: none;
  }

  .consent {
    font-size: 12px;
    line-height: 1.15;
  }

  .form-submit {
    min-height: 46px;
  }

  .footer-inner {
    width: calc(100% - 16px);
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    font-size: 8px;
  }

  .footer-inner img {
    width: 118px;
    margin-right: 0;
  }

  html[lang="ru"] .footer-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
  }

  html[lang="ru"] .footer-inner a {
    max-width: 150px;
    white-space: normal;
    text-align: center;
  }

  .build-card::after {
    width: 170px;
  }
}

@media (max-width: 559px) {
  .capability-item:last-child:nth-child(odd),
  .process-step:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .footer-inner {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: clamp(6px, 2vw, 10px);
    font-size: clamp(7px, 2.2vw, 8px);
  }

  .footer-inner img {
    width: clamp(82px, 28vw, 104px);
  }
}

@media (min-width: 560px) and (max-width: 760px) {
  .container,
  .header-inner,
  .footer-inner {
    width: min(704px, calc(100% - 56px));
  }

  .brand img {
    width: 140px;
  }

  .hero {
    padding-top: 44px;
    padding-bottom: 34px;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.72fr);
    gap: 24px 28px;
    align-items: center;
  }

  .hero-copy {
    grid-column: 1;
  }

  .hero-text {
    margin-bottom: 0;
  }

  .hero-visual {
    grid-column: 2;
    grid-row: 1;
    width: min(100%, 300px);
    aspect-ratio: 1.08;
  }

  .hero-actions {
    grid-column: 1 / -1;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero-actions .btn {
    flex: 0 1 220px;
  }

  .stats {
    padding-top: 28px;
  }

  .stats .container {
    width: min(704px, calc(100% - 56px));
  }

  .metrics-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }

  .metric,
  .metric:nth-child(2),
  .metric:nth-child(3),
  .metric:nth-child(4) {
    order: initial;
  }

  .metric {
    display: block;
    min-height: auto;
    text-align: center;
  }

  .metric img {
    margin: 0 auto 10px;
  }

  .metric strong {
    font-size: clamp(24px, 4.2vw, 30px);
  }

  .metric span {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

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

  .agency-card {
    min-height: 180px;
  }

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

  .build-card {
    min-height: 240px;
    padding: 32px 260px 32px 32px;
  }

  .build-card h2 {
    max-width: 340px;
    font-size: clamp(28px, 5vw, 36px);
  }

  .build-card p {
    max-width: 300px;
  }

  .build-card .btn {
    min-width: 220px;
  }

  .build-art-video {
    right: 0;
    width: 240px;
  }

  .build-card::after {
    width: 250px;
  }

  .contact-card {
    padding: 38px;
  }

  .contact-card h2 {
    font-size: 34px;
    text-align: left;
  }

  .contact-copy p {
    max-width: 480px;
    margin: 0 0 22px;
    text-align: left;
  }

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

  .contact-form .field:first-child,
  .contact-form .consent,
  .contact-form .form-submit,
  .contact-form .form-status {
    grid-column: 1 / -1;
  }

  .footer-inner {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 16px;
    font-size: 10px;
  }

  .footer-inner img {
    width: 140px;
  }
}

@media (max-width: 370px) {
  h1 {
    font-size: 34px;
    line-height: 36px;
  }

  .build-card {
    padding-right: 124px;
  }

  .build-art-video {
    width: 122px;
  }

  .footer-inner {
    gap: 8px;
  }
}
