:root {
  --bg: #ffffff;
  --bg-soft: #ffffff;
  --line: #d7d7d7;
  --line-dark: #2a2a2a;
  --ink: #111111;
  --muted: #777777;
  --dark: #0a0a0a;
  --dark-soft: #15171b;
  --container: min(1384px, calc(100% - 56px));
  --font-ui: "JetBrains Mono", "Inter", monospace;
  --font-display: "Inter", "Arial", sans-serif;
  --marquee-hero-speed: 42s;
  --marquee-team-speed: 30s;
  --marquee-dept-speed: 20s;
  --marquee-gallery-speed: 18s;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-ui);
  text-rendering: geometricPrecision;
}

body.modal-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
  cursor: pointer;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  margin-top: 160px;
  padding: 0;
}

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

h2 {
  font-family: var(--font-display);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-size: clamp(40px, 3.7vw, 68px);
  line-height: 0.95;
}

.site-header {
  position: relative;
  z-index: 40;
  height: 64px;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.header-grid {
  position: relative;
  height: 56px;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-left {
  width: 290px;
  height: 56px;
  display: flex;
  align-items: center;
  gap: 57px;
}

.brand {
  width: 176px;
  height: 56px;
  display: block;
  padding: 0;
}

.brand-mark {
  width: 28px;
  height: 28px;
  border-left: 7px solid #070707;
  border-bottom: 7px solid #070707;
}

.brand img {
  width: 176px;
  height: 56px;
  object-fit: contain;
}

.rec {
  position: relative;
  width: 57px;
  height: 24px;
  display: block;
  color: #888888;
  font-size: 12px;
  letter-spacing: -0.03em;
}

.rec-frame {
  position: absolute;
  inset: 0;
  display: block;
  background: url("../img/content/rec-corners.svg") center / 57px 24px no-repeat;
}

.rec-label {
  position: absolute;
  left: 10px;
  top: 6px;
  line-height: 12px;
}

.rec-dot {
  position: absolute;
  left: 35px;
  top: 4px;
  width: 16px;
  height: 16px;
}

.rec-dot::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  background: #c84a50;
  border-radius: 50%;
  animation: rec-blink 1.2s steps(1, end) infinite;
}

@keyframes rec-blink {
  0%,
  44% {
    opacity: 1;
  }

  45%,
  89% {
    opacity: 0.18;
  }

  90%,
  100% {
    opacity: 1;
  }
}

.nav-main {
  position: absolute;
  left: 50%;
  top: 22px;
  transform: translateX(-50%);
  width: 426px;
  height: 12px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  color: #888888;
  letter-spacing: -0.03em;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.nav-item:hover {
  color: #5f5f5f;
}

.nav-item-dropdown {
  gap: 4px;
}

.nav-item-dropdown img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.nav-item-count {
  padding-right: 0;
}

.nav-badge {
  position: absolute;
  right: -22px;
  top: -14px;
  min-width: 22px;
  height: 14px;
  padding: 3px 4px;
  background: #000000;
  color: #ffffff;
  font-family: "Pixel Code", "Courier New", monospace;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-tools {
  width: 147px;
  height: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.search-btn,
.lang-btn,
.login-btn {
  margin: 0;
  border: 0;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #888888;
  background: #eeeeee;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.search-btn:hover,
.lang-btn:hover,
.login-btn:hover {
  transform: translateY(-1px);
}

.search-btn {
  width: 24px;
  height: 24px;
}

.search-btn img {
  width: 16px;
  height: 16px;
}

.lang-btn {
  width: 48px;
  height: 24px;
  background: #000000;
  color: #ffffff;
  gap: 4px;
  padding: 4px 7px;
  font-family: "Pixel Code", "Courier New", monospace;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 10px;
}

.lang-btn img {
  width: 16px;
  height: 16px;
}

.login-btn {
  width: 51px;
  height: 24px;
  padding: 6px 8px;
  background: #eeeeee;
  color: #888888;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.03em;
}

.btn {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s ease, opacity 0.18s ease, background-color 0.18s ease;
}

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

.btn-light {
  color: #828282;
  background: #e2e2e2;
  border-color: #dcdcdc;
}

.btn-dark {
  position: relative;
  color: #f2f2f2;
  background: #0c0c0c;
  border-color: #0c0c0c;
  padding-left: 40px;
}

.btn-dark::before {
  content: "››";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-wide {
  min-width: 320px;
  justify-content: flex-end;
  padding-right: 20px;
}

.hero {
  min-height: 726px;
  padding: 0;
}

.hero-grid {
  position: relative;
  display: block;
  min-height: 554px;
  padding-top: 100px;
}

.hero-main {
  position: relative;
  padding-left: 0;
}

.hero-main h1 {
  margin-top: 0;
  margin-left: 233px;
  font-family: var(--font-display);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 76px;
  line-height: 1;
  letter-spacing: -0.04em;
  width: 1151px;
}

.binary {
  position: absolute;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.82) 1px, transparent 0);
  background-size: 11px 11px;
  opacity: 0.38;
}

.hero-code {
  position: absolute;
  left: 0;
  top: 0;
  width: 451px;
  height: 454px;
  object-fit: cover;
}

.binary-left {
  display: none;
}

.binary-bottom {
  display: none;
}

.copy {
  display: none;
}

.copy:hover {
  color: #1a1a1a;
}

.hero-side {
  position: absolute;
  right: 0;
  top: 420px;
  width: 684px;
  height: 134px;
}

.hero-side p {
  position: absolute;
  left: 0;
  margin: 0;
  width: 217px;
  color: #111;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.04em;
}

.hero-side p:first-child {
  top: 0;
}

.hero-side p:nth-child(2) {
  top: 62px;
  width: 166px;
}

.hero-side strong {
  color: #111;
  font-family: "Pixel Code", "Courier New", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 10px;
}

.hero-side .btn-wide {
  position: absolute;
  left: 364px;
  top: 0;
  width: 320px;
  min-width: 320px;
  height: 134px;
  min-height: 134px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 16px 11px 56px;
  font-size: 14px;
  letter-spacing: -0.03em;
  clip-path: polygon(37.5% 0, 100% 0, 100% 100%, 0 100%, 0 37.3%, 37.5% 37.3%);
}

.hero-side .btn-wide::before {
  content: "›";
  left: 16px;
  top: auto;
  bottom: 11px;
  transform: none;
  font-size: 24px;
  line-height: 1;
}

.hero-side .btn-wide::after {
  display: none;
}

.ticker {
  width: 100%;
  max-width: none;
  margin-top: 126px;
  display: block;
  min-height: 72px;
  overflow: hidden;
  position: relative;
}

.ticker::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 71px;
  height: 1px;
  background: rgba(0, 0, 0, 0.07);
  pointer-events: none;
}

.ticker-track {
  display: flex;
  align-items: flex-start;
  width: max-content;
  animation: marquee-left var(--marquee-hero-speed) linear infinite;
}

.ticker-item {
  flex: 0 0 auto;
  height: 72px;
  margin-right: 120px;
  padding: 13.5px 0 0 44px;
  position: relative;
  overflow: hidden;
}

.ticker-item:nth-child(odd) {
  width: 349px;
}

.ticker-item:nth-child(even) {
  width: 380px;
}

.ticker-item::before {
  content: "";
  position: absolute;
  left: 15.5px;
  top: 32px;
  width: 1px;
  height: 34px;
  background: #eeeeee;
}

.ticker-item::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 66px;
  width: 6px;
  height: 6px;
  background: #000000;
}

.ticker-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.ticker-item > span {
  display: block;
  color: #888888;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: -0.03em;
}

.ticker-item p {
  margin-top: 21px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #111;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.ticker-item p span {
  display: block;
}

.ticker-item p strong {
  display: block;
  font-family: "Pixel Code", "Courier New", monospace;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0;
  transform: translateY(2px);
  white-space: nowrap;
}

@keyframes marquee-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track,
  .team-members-track,
  .team-dept-track,
  .gallery-track {
    animation: none !important;
  }
}

#works {
  height: auto;
}

.section-works {
  margin-top: 160px;
}

.works-cases {
  background: #ffffff;
  color: #111111;
}

.works-cases-title {
  margin: 0;
  color: #111111;
  font-family: "Inter", "Arial", sans-serif;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1.92px;
  text-transform: uppercase;
}

.works-cases-list {
  margin-top: 48px;
  border-top: 1px solid #d9d9d9;
}

.works-case {
  width: 100%;
}

.works-case-head,
.works-case-collapsed {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.works-case-main {
  width: 1267px;
  min-width: 0;
  display: grid;
  grid-template-columns: 334px minmax(0, 1fr);
  align-items: center;
  column-gap: 16px;
}

.works-case-date {
  color: #808080;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: -0.3px;
  white-space: nowrap;
}

.works-case-name {
  margin: 0;
  min-width: 0;
  color: #8a8a8a;
  font-family: "JetBrains Mono", monospace;
  font-size: 18px;
  line-height: 14px;
  letter-spacing: -0.54px;
  text-transform: uppercase;
}

.works-case-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex: 0 0 48px;
}

.works-case-expanded {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 16px 0;
}

.works-case-expanded .works-case-head {
  min-height: 48px;
}

.works-case-expanded .works-case-name {
  color: #222222;
}

.works-case-body {
  width: 100%;
  min-height: 392px;
  margin-top: 32px;
  display: grid;
  grid-template-columns: 684px 668px;
  grid-template-rows: 120px 129px;
  column-gap: 16px;
  row-gap: 143px;
}

.works-case-meta {
  width: 684px;
  height: 120px;
  display: grid;
  grid-template-columns: 334px 334px;
  column-gap: 16px;
  grid-column: 1;
  grid-row: 1;
}

.works-case-description {
  width: 334px;
  height: 120px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.works-case-description p {
  margin: 0;
  color: #363636;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.36px;
}

.works-case-details {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #4a4a4a;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.works-case-details img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.works-case-tags {
  width: 334px;
  height: 120px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.works-case-tag {
  height: 24px;
  border: 1px solid #b9b9b9;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  color: #4d4d4d;
  font-family: "Pixel Code", "JetBrains Mono", monospace;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0;
}

.works-case-preview-strip {
  width: 1384px;
  height: 129px;
  padding: 16px;
  background: #f6f6f6;
  grid-column: 1 / span 2;
  grid-row: 2;
  overflow: hidden;
}

.works-case-main-preview {
  width: 668px;
  height: 376px;
  border: 1px solid #d9d9d9;
  background: #4f4f4f;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.works-case-previews {
  width: 668px;
  height: 96px;
  display: flex;
  gap: 16px;
  overflow: hidden;
}

.works-case-preview {
  width: 140px;
  min-width: 140px;
  height: 96px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.works-case-preview span {
  color: #b2b2b2;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: -0.3px;
}

.works-case-preview-ph {
  width: 140px;
  height: 79px;
  border: 1px solid #d9d9d9;
  background: #4f4f4f;
}

.works-case-preview-active .works-case-preview-ph {
  border-color: #111111;
}

.works-case-collapsed {
  min-height: 80px;
  border-top: 1px solid #d9d9d9;
}

.works-case-more {
  width: 100%;
  height: 56px;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: transparent;
  color: #555555;
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-team {
  height: 682px;
}

.section-team .container {
  position: relative;
}

.team-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 1384px;
  height: 211px;
  display: grid;
  grid-template-columns: 684px 684px;
  gap: 16px;
}

.team-top h2 {
  width: 684px;
  max-width: 684px;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -0.04em;
}

.team-stats {
  display: grid;
  grid-template-columns: repeat(2, 322px);
  gap: 40px;
}

.team-stats article {
  position: relative;
  border: 0;
  padding: 0;
  height: 211px;
}

.team-stats h3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 290px;
  margin: 0;
  color: #111;
  font-size: 18px;
  text-transform: none;
  line-height: 18px;
  letter-spacing: -0.03em;
  padding: 0;
  white-space: pre-line;
}

.team-stats p {
  position: absolute;
  top: 72px;
  margin: 0;
  padding: 0;
  font-family: "Pixel Code", "Courier New", monospace;
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.team-stats article:nth-child(1) p {
  left: 43px;
}

.team-stats article:nth-child(2) p {
  left: 43px;
}

.team-stats p .metric-img {
  display: block;
  height: 48px;
  object-fit: contain;
  image-rendering: pixelated;
}

.team-stats p .metric-img-192 {
  width: 236px;
}

.team-stats p .metric-img-966 {
  width: 260px;
}

.team-stats p .metric-text {
  display: none;
}

.team-stats p .sign {
  display: inline-block;
  margin-right: 16px;
}

.team-stats p .percent {
  display: inline-block;
  margin-left: 12px;
}

.team-stats .stat-note {
  position: absolute;
  left: 82px;
  top: 159px;
  margin: 0;
  display: inline-block;
  width: 240px;
  color: #111;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.04em;
  padding: 0;
  max-width: none;
  white-space: pre-line;
}

.team-stats article::before,
.team-stats article::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 4px solid #111;
}

.team-stats article::before {
  right: 0;
  top: 0;
  border-left: 0;
  border-bottom: 0;
}

.team-stats article::after {
  left: 0;
  bottom: 0;
  border-right: 0;
  border-top: 0;
}

.team-cta {
  position: absolute;
  top: 275px;
  right: 0;
  width: 684px;
}

.team-cta p {
  width: 334px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  white-space: pre-line;
}

.btn-block {
  margin-top: 24px;
  min-height: 80px;
  width: 100%;
  justify-content: flex-end;
  padding: 0 9px 0 0;
}

.btn-block::before {
  content: "›";
  left: 12px;
}

.team-caption {
  position: absolute;
  left: 0;
  top: 415px;
  font-size: 18px;
  line-height: 13px;
  letter-spacing: -0.04em;
}

.team-members-marquee {
  position: absolute;
  left: -28px;
  top: 460px;
  width: 1440px;
  height: 124px;
  margin-top: 0;
  overflow: hidden;
}

.team-members-track {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  width: max-content;
  animation: none;
}

.page.motion-ready .team-members-track {
  animation: marquee-left var(--marquee-team-speed) linear infinite;
}

.team-members-track figure {
  margin: 0;
  width: 96px;
  height: 124px;
  position: relative;
}

.team-members-track figure::before {
  content: "";
  position: absolute;
  left: 46px;
  top: 108px;
  width: 4px;
  height: 4px;
  background: #111;
}

.team-members-track figure::after {
  content: "";
  position: absolute;
  left: 47.5px;
  top: 112px;
  width: 1px;
  height: 12px;
  border-left: 1px solid #111;
}

.team-members-track img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.team-members-track figcaption {
  display: none;
}

.team-dept-marquee {
  position: absolute;
  left: -28px;
  top: 584px;
  width: 1440px;
  height: 41px;
  overflow: hidden;
  border-top: 1px dashed #111;
}

.team-dept-track {
  display: flex;
  align-items: flex-end;
  gap: 280px;
  width: max-content;
  padding-top: 25px;
  padding-left: 48px;
  animation: none;
}

.page.motion-ready .team-dept-track {
  animation: marquee-right var(--marquee-dept-speed) linear infinite;
}

.team-dept-track strong {
  position: relative;
  display: inline-block;
  min-width: 157px;
  height: 16px;
  background: #0a0a0a;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
}

.team-dept-track strong::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -22px;
  width: 1px;
  height: 20px;
  border-left: 1px dashed #111;
  transform: translateX(-0.5px);
}

.section-about {
  height: 573px;
}

.about-grid {
  width: 1384px;
  display: grid;
  gap: 48px;
}

.about-logo {
  width: 394px;
  height: 100px;
  display: flex;
  align-items: center;
}

.about-logo img {
  width: 394px;
  height: 100px;
  object-fit: contain;
}

.about-top,
.about-row {
  display: grid;
  grid-template-columns: 684px 334px 334px;
  gap: 16px;
  min-height: 159px;
}

.about-row {
  grid-template-columns: repeat(3, 334px);
}

.about-top article,
.about-row article {
  border: 1px solid #dddddd;
  padding: 0 20px;
  min-height: 159px;
  position: relative;
  display: block;
}

.about-icon {
  width: 32px;
  height: 32px;
  margin-top: 0;
  position: absolute;
  left: 20px;
  top: 0;
}

.about-top h3,
.about-row h3 {
  font-family: var(--font-display);
  font-weight: 500;
  text-transform: none;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0;
  position: absolute;
  left: 20px;
  top: 40px;
  width: 294px;
  white-space: pre-line;
}

.about-top p,
.about-row p {
  margin: 0;
  color: #505050;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.03em;
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 220px;
  white-space: pre-line;
}

.section-slogan {
  margin-top: 120px;
  height: 374px;
  padding-top: 0;
}

.slogan-box {
  height: 134px;
  margin-top: 100px;
  padding: 0 215px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.slogan-box::before,
.slogan-box::after {
  content: "";
  position: absolute;
  width: 215px;
  height: 134px;
}

.slogan-box::before {
  left: 0;
  top: 0;
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.slogan-box::after {
  right: 0;
  top: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.slogan-text {
  font-family: var(--font-display);
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin: 0;
  width: 1040px;
}

.slogan-line {
  display: block;
}

.slogan-text .muted {
  color: #8b8b8b;
}

.section-slogan .container {
  position: relative;
}

.section-slogan .container::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 274px;
  width: 1px;
  height: 100px;
  background: var(--line);
  transform: translateX(-0.5px);
}

.section-tools {
  height: 810px;
  background: #000;
  color: #fff;
  padding-top: 67px;
}

.tools-grid {
  width: 1384px;
  display: grid;
  grid-template-columns: 567px 684px;
  column-gap: 133px;
  align-items: start;
}

.tools-left h2 {
  width: 684px;
  margin-bottom: 64px;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.tools-frame {
  width: 567px;
  min-height: 480px;
  border: 1px solid #1b1b1b;
  background: #090909
    url("/static/img/content/tools-animation.png")
    center/cover no-repeat;
}

.tools-right {
  position: relative;
  height: 676px;
  padding: 0;
}

.tools-right .label {
  position: absolute;
  left: 0;
  top: 3px;
  margin: 0;
  color: #fff;
  text-transform: none;
  font-size: 14px;
  letter-spacing: -0.56px;
  line-height: 14px;
}

.tools-right h3 {
  position: absolute;
  left: 0;
  top: 29px;
  width: 684px;
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.54px;
  font-family: var(--font-ui);
  font-weight: 400;
}

.counter {
  position: absolute;
  left: 0;
  top: 66px;
  width: 174px;
  height: 38px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid #212121;
  padding: 14px 12px 0;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.56px;
}

.counter::after {
  content: "";
  position: absolute;
  left: 37px;
  top: 18px;
  width: 100px;
  border-top: 2px solid #414141;
}

.tools-nav {
  position: absolute;
  right: 0;
  top: 66px;
  width: 72px;
  display: inline-flex;
  gap: 24px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  justify-content: flex-end;
}

.progress {
  position: absolute;
  left: 0;
  top: 128px;
  width: 684px;
  height: 4px;
  background: #414141;
}

.progress span {
  display: block;
  width: 228px;
  height: 100%;
  background: #fff;
}

.tools-right .desc {
  position: absolute;
  left: 0;
  top: 196px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.56px;
  width: 567px;
}

.tools-right ul {
  position: absolute;
  left: 0;
  top: 382px;
  width: 684px;
  height: 280px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tools-right li {
  position: relative;
  border-bottom: 1px dashed #414141;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0;
  text-transform: none;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.54px;
  font-family: var(--font-ui);
  font-weight: 400;
}

.tools-right li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  width: 16px;
  height: 16px;
  background: url("/static/img/content/tools-benefit-icon-figma.png") center/contain no-repeat;
}

.section-form {
  height: 1024px;
  padding-top: 174px;
}

.form-grid {
  width: min(1384px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 567px 684px;
  gap: 133px;
  align-items: start;
}

.form-left {
  min-height: 674px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}

.form-question {
  padding: 0;
}

.form-question h2 {
  max-width: 544px;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: none;
}

.form-actions {
  margin-top: 24px;
  display: flex;
  gap: 16px;
}

.form-actions .btn {
  width: 264px;
  min-height: 48px;
}

.btn-outline {
  border-color: #888;
  background: #fff;
  color: #151515;
}

.form-founder {
  margin-top: auto;
  border-top: 1px solid var(--line);
  min-height: 96px;
  padding: 0;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 24px;
  align-items: end;
}

.form-founder img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-right: 1px solid var(--line);
}

.form-founder .name {
  margin-bottom: 8px;
  font-size: 14px;
  letter-spacing: -0.04em;
  color: #0f0f0f;
}

.form-founder .role {
  font-size: 10px;
  color: #8b8b8b;
  letter-spacing: -0.03em;
}

.form-right {
  min-height: 674px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}

.form-services {
  min-height: 141px;
  border-bottom: 1px solid var(--line);
  padding: 0 0 0;
}

.form-services p {
  color: #8a8a8a;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.service-pills {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill {
  height: 28px;
  border: 1px solid #dadada;
  background: #eee;
  color: #121212;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 0 16px;
  text-transform: uppercase;
}

.pill:nth-child(1) {
  width: 199px;
}

.pill:nth-child(2) {
  width: 155px;
}

.pill:nth-child(3) {
  width: 210px;
}

.pill:nth-child(4) {
  width: 244px;
}

.pill:nth-child(5) {
  width: 322px;
}

.pill:nth-child(6) {
  width: 378px;
}

.pill.active {
  background: #0a0a0a;
  border-color: #0a0a0a;
  color: #f3f3f3;
}

.form-fields {
  padding-top: 92px;
  flex: 1;
}

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

.form-row + .form-row {
  margin-top: 24px;
}

.field {
  min-height: 28px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dadada;
  color: #0f0f0f;
  font-size: 16px;
  letter-spacing: 0;
}

.field.textarea {
  margin-top: 24px;
  min-height: 90px;
  align-items: flex-start;
  padding-top: 12px;
  font-size: 14px;
  letter-spacing: -0.04em;
}

.attach {
  margin-top: 48px;
  height: 27px;
  border: 1px solid #dadada;
  background: #fff;
  color: #111;
  width: 190px;
  text-transform: none;
  text-align: left;
  padding: 0 16px;
  font-size: 12px;
}

.consent {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  color: #888;
  letter-spacing: -0.03em;
}

.consent input {
  margin: 0;
  width: 10px;
  height: 10px;
  accent-color: #0a0a0a;
}

.form-submit {
  margin-top: auto;
  min-height: 80px;
  width: 100%;
  background: #000;
  border-color: #000;
  color: #fff;
  justify-content: center;
  font-size: 14px;
  letter-spacing: -0.03em;
}

.form-submit::before {
  content: "‹";
  left: 12px;
  font-size: 18px;
  line-height: 1;
}

.form-submit::after {
  content: "›";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1;
}

.section-reviews {
  height: 679px;
  padding-top: 0;
}

.section-reviews h2 {
  margin-bottom: 48px;
  font-size: 48px;
  line-height: 0.73;
}

.review-card {
  border: 1px solid #888;
  border-radius: 8px;
  min-height: 596px;
  padding: 36px 0 36px;
}

.review-head {
  width: calc(100% - 72px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  min-height: 60px;
  border-bottom: 1px solid #dadada;
}

.badge {
  min-width: 188px;
  min-height: 36px;
  background: #111;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.review-head a {
  color: #7ab0e2;
  font-size: 12px;
  text-decoration: underline;
}

.review-main {
  width: calc(100% - 72px);
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: 530px 647px;
  column-gap: 135px;
  align-items: start;
}

.review-content {
  padding-top: 52px;
}

.review-content p {
  color: #111;
  line-height: 14px;
  font-size: 14px;
  letter-spacing: -0.56px;
  width: 530px;
}

.review-link {
  display: inline-block;
  margin-top: 32px;
  color: #888;
  text-decoration: underline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.review-stage {
  position: relative;
  width: 647px;
  height: 240px;
}

.review-arrow {
  position: absolute;
  top: 104px;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 32px;
  line-height: 1;
  display: grid;
  place-items: center;
}

.review-arrow:first-child {
  left: 0;
}

.review-arrow:last-child {
  right: 0;
}

.review-stage img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 240px;
  height: 240px;
  object-fit: contain;
}

.review-icons {
  width: 1382px;
  margin-top: 48px;
  margin-left: 1px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 56px;
  gap: 16px;
  overflow: hidden;
  transform: translateX(-21px);
}

.review-icons span {
  border: 1px solid #eee;
  background: #f8f8f8;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-icons span:nth-child(9) {
  border-color: #111;
}

.review-icons img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.review-progress {
  width: 1312px;
  margin: 48px auto 0;
  position: relative;
  height: 24px;
  background: #eee;
}

.review-progress .fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 301px;
  background: #111;
}

.review-progress .fill::after {
  content: "//////////////////////////////////////////";
  position: absolute;
  left: 10px;
  top: 8px;
  color: #888;
  font-family: "Pixel Code", "Courier New", monospace;
  font-size: 10px;
  line-height: 10px;
  white-space: nowrap;
}

.review-progress .value {
  position: absolute;
  left: 642px;
  top: 8px;
  color: #111;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0;
  font-family: "Pixel Code", "Courier New", monospace;
}

.section-industries {
  position: relative;
  height: 1618px;
  background: #191919;
  color: #f5f5f5;
  padding-bottom: 0;
  padding-top: 0;
}

.industries-grid {
  width: min(1384px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 801px 451px;
  column-gap: 132px;
  height: 810px;
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
  padding: 64px 0 0;
  position: relative;
  overflow: hidden;
}

.industries-grid::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 810px;
  background: #2d2d2d;
  transform: translateX(-0.5px);
}

.industries-mark {
  position: absolute;
  display: block;
  right: 0;
  top: 64px;
  width: 60px;
  height: 60px;
  background: url("/static/img/content/industries-mark.png") center / contain no-repeat;
}

.industries-grid h2 {
  font-size: 26px;
  line-height: 0.86;
  letter-spacing: 0;
  margin: 0;
}

.industries-grid p {
  margin-top: 12px;
  color: #8a8a8a;
  font-size: 16px;
  line-height: 12px;
}

.industries-grid ul {
  list-style: none;
  margin: 112px 0 0;
  padding: 0;
}

.industries-grid li {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 48px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #777;
  min-height: 52px;
  margin-bottom: 16px;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 6px;
}

.industries-grid li:last-child {
  margin-bottom: 0;
}

.industries-grid li span {
  font-size: 22px;
  color: #777;
  letter-spacing: -0.44px;
  line-height: 1;
  transform: translateY(-13px);
}

.industries-grid li:first-child {
  color: #fff;
}

.industry-preview {
  margin-top: 220px;
  width: 451px;
}

.industry-preview img {
  border: 1px solid #414141;
  width: 100%;
  height: 491px;
  object-fit: cover;
}

.code-cta {
  position: relative;
  height: 608px;
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
  padding-top: 122px;
  padding-bottom: 0;
}

.code-cta::before,
.code-cta::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  background: #2d2d2d;
  transform: translateX(-0.5px);
}

.code-cta::before {
  top: 0;
  height: 90px;
}

.code-cta::after {
  bottom: 0;
  height: 90px;
}

.code-cta h3 {
  margin: 0;
  color: #fff;
  font-family: "Pixel Code", "Courier New", monospace;
  font-size: 60px;
  font-weight: 400;
  line-height: 47px;
  letter-spacing: -0.03em;
}

.code-title-img {
  display: block;
  width: 1384px;
  height: 47px;
  object-fit: cover;
}

.code-title-text {
  display: none;
}

.code-cta-grid {
  margin-top: 64px;
  width: 1384px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 450px 334px;
  column-gap: 366px;
  padding-left: 117px;
  align-items: start;
}

.code-art {
  width: 450px;
  height: 253px;
}

.code-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #414141;
}

.code-cta p {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.code-cta p.desc {
  margin-top: 24px;
  color: #d9d9d9;
  font-size: 14px;
  letter-spacing: -0.04em;
}

.code-cta .btn {
  margin-top: 133px;
  width: 334px;
  min-height: 48px;
  justify-content: center;
}

.code-cta .btn-light {
  background: #fff;
  border-color: #fff;
  color: #0d0d0d;
  letter-spacing: -0.03em;
}

.gallery-row {
  margin-top: 0;
  height: 140px;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  background: #2b2b2b;
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
}

.gallery-track {
  display: flex;
  gap: 8px;
  width: max-content;
  animation: none;
}

.page.motion-ready .gallery-track {
  animation: marquee-left var(--marquee-gallery-speed) linear infinite;
}

.gallery-track img {
  width: 100px;
  height: 100px;
  border: 1px solid #414141;
  object-fit: cover;
}

.gallery-track img:nth-child(4n + 1) {
  border-width: 4px;
}

.section-final {
  height: 600px;
  padding-top: 0;
}

.final-box {
  height: 600px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: 106px;
}

.final-box::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  width: 100px;
  height: 100%;
  border-left: 1px solid #111;
  border-right: 1px solid #111;
}

.final-box::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 0;
  width: 100px;
  height: 100%;
  border-left: 1px solid #111;
  border-right: 1px solid #111;
}

.final-box h2 {
  max-width: 1384px;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.03em;
  position: relative;
  z-index: 2;
}

.final-track {
  margin-top: 120px;
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 662px;
  justify-content: start;
  gap: 100px;
  overflow: hidden;
}

.final-track span {
  color: rgba(255, 255, 255, 0.58);
  font-family: "Pixel Code", "Courier New", monospace;
  font-size: 48px;
  line-height: 1;
  text-transform: lowercase;
}

.final-link {
  margin-top: 120px;
  border: 0;
  background: none;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0;
  color: #0f0f0f;
  position: relative;
  padding: 0 20px;
}

.final-link::before,
.final-link::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
}

.final-link::before {
  content: "»";
  left: 0;
}

.final-link::after {
  content: "«";
  right: 0;
}

.site-footer {
  margin-top: 160px !important;
  min-height: 850px !important;
  height: 850px !important;
  background: #000;
  color: #fff;
  padding: 80px 0 80px;
  overflow: visible;
}

.site-footer::after {
  content: "";
  display: block;
  height: 87px;
  background: #000;
}

.footer-top {
  display: grid;
  grid-template-columns: 252px 642px;
  justify-content: space-between;
  min-height: 180px;
  margin-bottom: 100px;
}

.footer-mark {
  width: 252px;
  height: 180px;
}

.footer-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-contact {
  width: 642px;
}

.mail {
  display: block;
  width: 642px;
  height: 54px;
  background: url("/static/img/content/footer-email.png") left 5px / 642px 36px no-repeat;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  border: 0;
}

.footer-contact p {
  margin-top: 24px;
  font-size: 18px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.offices {
  margin-top: 24px;
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 6px;
  color: #8a8a8a;
  font-size: 14px;
  letter-spacing: -0.04em;
  text-transform: none;
}

.offices span {
  min-width: 21px;
  text-align: center;
  color: #8a8a8a;
  font-size: 12px;
  border-bottom: 1px solid #8a8a8a;
  text-transform: uppercase;
}

.phone {
  margin-top: 24px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #fff;
  text-decoration: underline;
}

.footer-mid {
  display: grid;
  grid-template-columns: 451px 682px;
  justify-content: space-between;
  min-height: 303px;
  margin-bottom: 100px;
}

.footer-about h3 {
  font-family: var(--font-ui);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.footer-about p {
  margin-top: 32px;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  letter-spacing: -0.04em;
}

.footer-social {
  margin-top: 148px;
  display: inline-flex;
  align-items: center;
  gap: 32px;
}

.social {
  width: 24px;
  height: 24px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-tg {
  background-image: url("/static/img/content/social-tg.png");
}

.social-vk {
  background-image: url("/static/img/content/social-vk.png");
}

.social-wa {
  background-image: url("/static/img/content/social-wa.png");
}

.to-top {
  margin-top: 32px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 12px;
  letter-spacing: -0.03em;
}

.terminal {
  border: 2px solid #fff;
  background: #000;
  width: 682px;
  height: 303px;
  padding: 0;
  display: block;
  overflow: hidden;
}

.term-head {
  height: 34px;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 58px;
  align-items: start;
}

.term-title {
  color: #000;
  border: 0;
  padding: 10px 24px 0;
  margin: 0;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.term-head-controls {
  width: 58px;
  height: 26px;
  margin: 4px 4px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 26px);
  gap: 6px;
}

.term-help,
.term-code {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  font-size: 18px;
  line-height: 1;
}

.term-help {
  border: 2px solid #000;
  color: #000;
  background: #fff;
}

.term-code {
  border: 2px solid #888;
  color: #888;
  background: #fff;
  font-size: 12px;
}

.term-body {
  display: grid;
  grid-template-columns: 648px 34px;
  height: 269px;
}

.term-main {
  padding: 24px 24px 0;
}

.term-label {
  margin: 0;
  color: #888;
  font-family: var(--font-ui);
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1;
}

.term-text {
  margin: 10px 0 24px;
  width: 600px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
}

.term-input {
  margin: 10px 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
}

.term-send {
  margin-top: 44px;
  border: 0;
  background: transparent;
  padding: 0;
  color: #888;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 12px;
  letter-spacing: -0.03em;
}

.term-rail {
  background: #fff;
  display: grid;
  grid-template-rows: 26px 1fr 26px;
  justify-items: center;
  padding-top: 0;
}

.term-rail-btn {
  width: 26px;
  height: 26px;
  border: 2px solid #888;
  color: #888;
  display: grid;
  place-items: center;
  font-size: 20px;
  line-height: 1;
}

.term-rail-track {
  width: 26px;
  margin: 4px 0;
  border-left: 2px solid #888;
  border-right: 2px solid #888;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 347px 684px;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  letter-spacing: -0.03em;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 32px;
}

.footer-links a {
  color: #888;
}

.footer-meta {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  justify-content: space-between;
  color: #fff;
}

.toast,
.cookie,
.modal {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.toast.is-visible,
.cookie.is-visible,
.modal.is-visible {
  opacity: 1;
  visibility: visible;
}

.toast {
  position: fixed;
  top: 88px;
  right: 32px;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f6f6f6;
  border: 1px solid #d8d8d8;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
  padding: 12px 14px;
}

.toast span {
  color: #24c35f;
  font-size: 20px;
}

.toast p {
  color: #676767;
  font-size: 18px;
}

.cookie {
  position: fixed;
  left: 24px;
  bottom: 22px;
  z-index: 70;
  width: min(520px, calc(100vw - 30px));
  border: 1px solid #b3b3b3;
  background: rgba(236, 236, 236, 0.98);
  padding: 14px 16px 16px;
}

.cookie p {
  color: #666;
  font-size: 17px;
  line-height: 1.28;
}

.cookie p + p {
  margin-top: 6px;
}

.cookie .btn {
  margin-top: 10px;
  min-width: 160px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(236, 236, 236, 0.66);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(70px, 11vh, 120px) 20px;
}

.modal-card {
  width: min(900px, 100%);
  position: relative;
}

.modal-card h2 {
  max-width: 16ch;
}

.modal-actions {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.modal-actions .btn {
  min-width: 260px;
}

.state-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  width: 30px;
  height: 30px;
  border: 1px solid #b8b8b8;
  background: rgba(244, 244, 244, 0.95);
  color: #444;
  line-height: 1;
  text-transform: uppercase;
  padding: 0;
  font-size: 16px;
}

.state-controls {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  display: inline-flex;
  gap: 8px;
  padding: 8px;
  border: 1px solid #cbcbcb;
  background: rgba(245, 245, 245, 0.93);
  backdrop-filter: blur(3px);
}

.state-controls button {
  border: 1px solid #111;
  background: #111;
  color: #f1f1f1;
  padding: 8px 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 11px;
}

@media (max-width: 1200px) {
  .header-grid {
    height: auto;
    min-height: 56px;
    padding: 8px 0;
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .header-left {
    width: auto;
    gap: 28px;
  }

  .rec {
    display: none;
  }

  .nav-main {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: auto;
    order: 3;
    justify-content: center;
    gap: 28px;
  }

  .header-tools {
    margin-left: auto;
  }

  .hero-grid,
  .team-top,
  .tools-grid,
  .industries-grid,
  .footer-mid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    display: grid;
  }

  .section {
    margin-top: 84px;
  }

  .hero-main {
    padding-left: 0;
  }

  .binary {
    display: none;
  }

  .hero-main h1 {
    margin-top: 20px;
    margin-left: 0;
    font-size: clamp(46px, 7vw, 76px);
    max-width: 100%;
  }

  .hero-side {
    position: static;
    width: auto;
    height: auto;
    padding-bottom: 0;
    display: block;
  }

  .hero-side p {
    position: static;
    width: auto;
  }

  .hero-side p + p {
    margin-top: 14px;
  }

  .hero-side .btn-wide {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    min-height: 56px;
    margin-top: 14px;
    align-items: center;
    padding: 0 20px 0 40px;
  }

  .hero-side .btn-wide::before {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }

  .btn-wide {
    min-width: 0;
    width: 100%;
  }

  .copy {
    margin-left: 0;
  }

  .ticker {
    margin-top: 0;
    min-height: 0;
  }

  .ticker-track {
    animation: none;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ticker-item {
    width: auto;
    margin-right: 0;
  }

  .ticker-item:nth-child(odd),
  .ticker-item:nth-child(even) {
    width: auto;
  }

  .works-cases-title {
    font-size: 44px;
    line-height: 44px;
    letter-spacing: -1.76px;
  }

  .works-cases-list {
    margin-top: 40px;
  }

  .works-case-head,
  .works-case-collapsed {
    gap: 16px;
  }

  .works-case-main {
    width: calc(100% - 64px);
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .works-case-name {
    font-size: 16px;
    line-height: 14px;
    letter-spacing: -0.48px;
  }

  .works-case-collapsed {
    min-height: 72px;
  }

  .works-case-body {
    width: 100%;
    min-height: 0;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 0;
    row-gap: 16px;
  }

  .works-case-meta {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    grid-column: 1;
    grid-row: 1;
  }

  .works-case-tags,
  .works-case-description {
    width: 100%;
    height: auto;
  }

  .works-case-description {
    gap: 16px;
  }

  .works-case-main-preview {
    width: 100%;
    max-width: 668px;
    height: auto;
    aspect-ratio: 668 / 376;
    grid-column: 1;
    grid-row: 2;
  }

  .works-case-preview-strip {
    width: 100%;
    height: auto;
    padding: 12px;
    grid-column: 1;
    grid-row: 3;
  }

  .works-case-previews {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
  }

  .section-team .container {
    position: static;
  }

  .team-top,
  .team-cta,
  .team-caption,
  .team-members-marquee,
  .team-dept-marquee {
    position: static;
    width: auto;
    height: auto;
  }

  .team-top h2 {
    max-width: 100%;
    width: auto;
    font-size: clamp(42px, 6vw, 54px);
    line-height: 1;
  }

  .team-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .team-stats article {
    height: auto;
    min-height: 180px;
  }

  .team-stats h3 {
    position: static;
    width: auto;
    font-size: 18px;
    line-height: 1;
    white-space: normal;
  }

  .team-stats p {
    position: static;
    font-size: clamp(36px, 4vw, 60px);
    line-height: 1.1;
    white-space: normal;
    padding: 0;
    margin-top: 20px;
  }

  .team-stats p .metric-img {
    display: none;
  }

  .team-stats p .metric-text {
    display: inline-block;
  }

  .team-stats .stat-note {
    position: static;
    width: auto;
    font-size: 14px;
    line-height: 1.2;
    white-space: normal;
    margin-top: 16px;
  }

  .team-caption {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1;
  }

  .team-members-marquee {
    margin-top: 16px;
  }

  .team-members-track {
    animation: none;
    width: 100%;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(6, 96px);
    gap: 24px;
  }

  .team-dept-marquee {
    display: none;
  }

  .about-grid {
    width: 100%;
    gap: 16px;
  }

  .about-top,
  .about-row {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .about-logo {
    width: 100%;
    justify-content: center;
  }

  .about-logo img {
    max-width: 320px;
    width: 100%;
    height: auto;
  }

  .section-slogan {
    height: auto;
    min-height: 0;
    padding-top: 40px;
  }

  .slogan-box {
    min-height: 0;
    padding: 24px 80px;
  }

  .slogan-box p {
    white-space: normal;
  }

  .slogan-box::before,
  .slogan-box::after {
    width: 60px;
    height: 100%;
  }

  .section-slogan .container::after {
    display: none;
  }


  .section-tools {
    padding-top: 40px;
  }

  .tools-grid {
    width: 100%;
  }

  .tools-left h2 {
    width: 100%;
    margin-bottom: 24px;
  }

  .tools-nav {
    display: none;
  }

  .tools-frame {
    width: 100%;
  }

  .form-grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .form-left,
  .form-right {
    min-height: 0;
  }

  .form-actions {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .form-actions .btn {
    width: 100%;
  }

  .form-founder {
    margin-top: 24px;
  }

  .form-fields {
    padding-top: 24px;
  }

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

  .pill {
    width: auto !important;
    min-width: 0;
  }

  .review-head,
  .review-main,
  .review-progress {
    width: calc(100% - 32px);
  }

  .review-main {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .review-stage {
    grid-template-columns: 32px 1fr 32px;
    gap: 12px;
  }

  .review-stage img {
    width: min(240px, 100%);
    height: auto;
  }

  .review-icons {
    gap: 12px;
  }

  .industries-grid {
    width: 100%;
    padding: 32px 0;
    row-gap: 24px;
  }

  .industries-mark {
    top: 16px;
    width: 36px;
    height: 36px;
  }

  .industries-grid ul {
    margin-top: 32px;
  }

  .industry-preview {
    margin-top: 0;
    width: 100%;
    max-width: 451px;
  }

  .code-cta {
    height: auto;
    min-height: 0;
    padding: 64px 0 40px;
  }

  .code-cta h3 {
    font-size: clamp(34px, 6vw, 54px);
    line-height: 1;
  }

  .code-title-img {
    display: none;
  }

  .code-title-text {
    display: block;
  }

  .code-cta-grid {
    width: 100%;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 24px;
    padding-left: 0;
  }

  .code-art {
    width: 100%;
    max-width: 450px;
    height: auto;
    aspect-ratio: 450 / 253;
  }

  .code-cta .btn {
    margin-top: 32px;
    width: 100%;
    max-width: 334px;
  }

  .gallery-row {
    position: static;
    padding: 16px 0;
  }

  .gallery-track {
    gap: 12px;
  }

  .gallery-track img {
    width: 88px;
    height: 88px;
  }

  .final-box {
    padding-top: 72px;
  }

  .final-box h2 {
    font-size: clamp(34px, 4.5vw, 48px);
  }

  .final-track {
    margin-top: 72px;
    grid-auto-columns: 420px;
    gap: 40px;
  }

  .final-track span {
    font-size: 32px;
  }

  .final-link {
    margin-top: 72px;
  }

  .footer-top,
  .footer-mid,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-top {
    margin-bottom: 56px;
  }

  .footer-contact {
    width: auto;
  }

  .mail {
    font-size: clamp(36px, 6vw, 54px);
  }

  .footer-mid {
    margin-bottom: 56px;
    gap: 28px;
  }

  .footer-social {
    margin-top: 32px;
  }

  .terminal {
    max-width: 682px;
  }

  .footer-links,
  .footer-meta {
    grid-template-columns: repeat(2, max-content);
    gap: 16px;
  }

  .footer-meta {
    justify-content: start;
  }

  #works,
  .section-team,
  .section-about,
  .section-tools,
  .section-form,
  .section-reviews,
  .section-industries,
  .section-final,
  .site-footer {
    height: auto;
    min-height: 0;
    margin-top: 84px;
  }

  .site-footer {
    margin-top: 84px;
  }
}

@media (max-width: 760px) {
  :root {
    --container: min(1360px, calc(100% - 24px));
  }

  .site-header {
    position: static;
  }

  .header-grid {
    gap: 8px;
    padding: 12px 0;
    height: auto;
  }

  .header-left {
    width: 100%;
    gap: 0;
  }

  .nav-main {
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
  }

  .nav-item-count {
    margin-right: 22px;
  }

  .header-tools {
    width: auto;
    gap: 8px;
    margin-left: 0;
  }

  .works-cases-title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1.6px;
  }

  .works-cases-list {
    margin-top: 28px;
  }

  .works-case-expanded {
    padding: 12px 0;
  }

  .works-case-head,
  .works-case-collapsed {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 12px 0;
  }

  .works-case-main {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 8px;
    order: 1;
  }

  .works-case-date {
    font-size: 10px;
    line-height: 10px;
  }

  .works-case-name {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.42px;
    white-space: normal;
  }

  .works-case-logo {
    width: 36px;
    height: 36px;
    order: 0;
    align-self: flex-end;
  }

  .works-case-body {
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin-top: 8px;
    gap: 12px;
    padding-bottom: 12px;
  }

  .works-case-meta {
    width: 100%;
    display: block;
  }

  .works-case-description {
    width: 100%;
    height: auto;
    gap: 12px;
  }

  .works-case-description p {
    font-size: 12px;
    line-height: 14px;
  }

  .works-case-tags {
    width: 100%;
    height: auto;
  }

  .works-case-preview-strip {
    width: 100%;
    padding: 8px;
    height: auto;
  }

  .works-case-main-preview {
    width: 100%;
    height: auto;
    aspect-ratio: 668 / 376;
  }

  .works-case-previews {
    width: 100%;
    gap: 8px;
  }

  .works-case-preview {
    width: 120px;
    min-width: 120px;
    height: 84px;
    gap: 8px;
  }

  .works-case-preview-ph {
    width: 120px;
    height: 66px;
  }

  .btn {
    min-height: 42px;
    font-size: 12px;
  }

  .hero-main h1 {
    font-size: clamp(36px, 12vw, 58px);
    line-height: 0.93;
    margin-left: 0;
  }

  .hero-side p {
    font-size: 16px;
  }

  .hero-side .btn-wide {
    grid-column: auto;
    min-height: 56px;
  }

  .form-actions {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .review-card {
    padding: 20px 0;
  }

  .review-head,
  .review-main,
  .review-progress {
    width: calc(100% - 24px);
  }

  .badge {
    min-width: 130px;
    min-height: 30px;
    font-size: 12px;
  }

  .review-stage img {
    width: 170px;
  }

  .review-icons {
    grid-auto-columns: 44px;
    gap: 8px;
  }

  .review-icons span {
    min-height: 44px;
  }

  .review-icons img {
    width: 24px;
    height: 24px;
  }

  .industries-grid h2 {
    font-size: 20px;
    line-height: 1;
  }

  .industries-grid p {
    font-size: 14px;
  }

  .industries-grid li {
    font-size: clamp(32px, 9vw, 48px);
    min-height: 40px;
    margin-bottom: 10px;
  }

  .industries-grid li span {
    font-size: 16px;
  }

  .ticker-item p,
  .team-cta p,
  .tools-right li,
  .code-cta p {
    font-size: 18px;
  }

  .team-members-track {
    grid-template-columns: repeat(3, 96px);
    gap: 12px;
  }

  .gallery-track {
    gap: 8px;
  }

  .gallery-track img {
    width: 72px;
    height: 72px;
  }

  .final-box::before,
  .final-box::after {
    width: 24px;
  }

  .final-track {
    margin-top: 40px;
  }

  .final-link {
    margin-top: 40px;
  }

  .site-footer {
    padding: 44px 0;
  }

  .footer-mark {
    width: 120px;
    height: 120px;
  }

  .offices {
    flex-wrap: wrap;
    gap: 8px;
  }

  .footer-links,
  .footer-meta {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .modal-actions {
    flex-direction: column;
  }

  .modal-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .toast {
    left: 10px;
    right: 10px;
    top: 10px;
  }

  .toast p {
    font-size: 15px;
  }

  .state-controls {
    right: 8px;
    left: 8px;
    bottom: 8px;
    width: auto;
    flex-direction: column;
  }
}
