@font-face {
  font-family: "Onest";
  src: url("assets/fonts/onest-cyrillic-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "Onest";
  src: url("assets/fonts/onest-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Onest";
  src: url("assets/fonts/onest-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: light dark;
  --bg: #f4f7fb;
  --surface: #ffffff;
  --surface-alt: #e9eff7;
  --surface-soft: #f0f4f9;
  --text: #121d30;
  --muted: #5e6a7b;
  --line: #d9e1ec;
  --accent: #213d71;
  --accent-strong: #172e59;
  --accent-soft: #dce7fa;
  --dark: #0d192c;
  --dark-raised: #152642;
  --dark-line: #2b3d59;
  --light-text: #f6f8fc;
  --light-muted: #b9c4d4;
  --shadow: 0 24px 70px rgba(21, 40, 72, 0.11);
  --shell: 1340px;
  --gutter: clamp(20px, 4vw, 56px);
  --control-radius: 10px;
  --card-radius: 16px;
  --media-radius: 20px;
  --transition: 220ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: "Onest", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

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

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

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

h1,
h2,
h3 {
  font-weight: 580;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

h2 {
  margin-block-end: 0;
  font-size: clamp(2.25rem, 4.2vw, 4.8rem);
}

h3 {
  font-size: clamp(1.45rem, 2vw, 2.15rem);
}

::selection {
  background: var(--accent);
  color: #ffffff;
}

:focus-visible {
  outline: 3px solid #7ba4ef;
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: var(--control-radius);
  background: var(--surface);
  color: var(--text);
  box-shadow: var(--shadow);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.shell {
  width: min(100%, var(--shell));
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section {
  padding-block: clamp(92px, 10vw, 160px);
}

#solutions,
#directions,
#products,
#approach {
  scroll-margin-top: 92px;
}

.section:not(.solution-finder, .product-showcase) {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.preview-lock {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 18px;
  background: var(--accent);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.preview-lock__dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.16);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg) 94%, transparent);
}

.site-header__inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(24px, 4vw, 68px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
}

.brand-lockup__logo {
  width: 158px;
  height: auto;
}

.brand-lockup__logo--white {
  display: none;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(20px, 2.5vw, 38px);
  font-size: 0.9rem;
  font-weight: 520;
}

.primary-nav a {
  position: relative;
  padding-block: 10px;
  color: var(--muted);
  transition: color var(--transition);
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: var(--accent);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--transition);
}

.primary-nav a:hover {
  color: var(--text);
}

.primary-nav a[aria-current="page"] {
  color: var(--text);
}

.primary-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.primary-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--control-radius);
  background: var(--surface);
  cursor: pointer;
}

.menu-toggle > span:not(.sr-only) {
  width: 19px;
  height: 1px;
  display: block;
  margin: 5px auto;
  background: currentColor;
  transition: transform var(--transition);
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent);
  border-radius: var(--control-radius);
  padding: 13px 22px;
  background: var(--accent);
  color: #ffffff;
  font-weight: 600;
  line-height: 1.1;
  cursor: pointer;
  transition: background var(--transition), border-color var(--transition), color var(--transition), transform var(--transition);
}

.button:hover {
  border-color: var(--accent-strong);
  background: var(--accent-strong);
  transform: translateY(-2px);
}

.button--compact {
  min-height: 42px;
  padding: 10px 17px;
  font-size: 0.83rem;
}

.button--ghost {
  border-color: var(--line);
  background: transparent;
  color: var(--text);
}

.button--ghost:hover {
  border-color: var(--accent);
  background: var(--surface);
  color: var(--accent);
}

.button--light {
  border-color: #ffffff;
  background: #ffffff;
  color: #13203a;
}

.button--light:hover {
  border-color: #dfe7f5;
  background: #dfe7f5;
  color: #13203a;
}

.hero {
  min-height: clamp(650px, calc(100svh - 106px), 820px);
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(500px, 1.06fr);
  align-items: center;
  gap: clamp(36px, 5vw, 86px);
  padding-block: clamp(52px, 6vw, 86px);
}

.hero__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding-block: 24px;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-block-end: 28px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 680;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.kicker span {
  width: 36px;
  height: 1px;
  background: currentColor;
}

.hero h1 {
  max-width: 760px;
  margin-block-end: 26px;
  font-size: clamp(3.2rem, 5.2vw, 5.6rem);
  letter-spacing: -0.06em;
}

.hero__lead {
  max-width: 650px;
  margin-block-end: 34px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-block-end: 42px;
}

.hero__capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  list-style: none;
  text-transform: uppercase;
}

.hero__capabilities li {
  position: relative;
}

.hero__capabilities li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -13px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.hero__visual {
  position: relative;
  min-width: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--media-radius);
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.85), transparent 28%),
    linear-gradient(145deg, #dce6f4 0%, #edf2f8 54%, #d5e0ef 100%);
  box-shadow: var(--shadow);
}

.hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(33, 61, 113, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 61, 113, 0.09) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom left, #000 0%, transparent 72%);
}

.hero__visual > img {
  position: absolute;
  z-index: 2;
  inset: 7% -4% 0 2%;
  width: 102%;
  height: 93%;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 36px 34px rgba(31, 45, 68, 0.22));
}

.hero__product-label {
  position: absolute;
  z-index: 3;
  top: 28px;
  left: 28px;
  margin: 0;
  color: var(--accent);
  font-size: 1.5rem;
  font-weight: 650;
  letter-spacing: -0.035em;
}

.hero__product-label span {
  display: block;
  margin-block-end: 2px;
  color: #6f7e92;
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero__context {
  position: absolute;
  z-index: 4;
  right: 26px;
  bottom: 24px;
  display: grid;
  gap: 5px;
  color: #53637a;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.07em;
  text-align: right;
  text-transform: uppercase;
}

.solution-finder {
  background: var(--dark);
  color: var(--light-text);
}

.solution-finder__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: clamp(54px, 8vw, 130px);
}

.section-index {
  margin-block-end: 28px;
  color: var(--accent-soft);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.16em;
}

.solution-finder__intro {
  position: sticky;
  top: 130px;
}

.solution-finder__intro h2 {
  max-width: 520px;
  margin-block-end: 28px;
}

.solution-finder__intro > p:last-child {
  max-width: 470px;
  margin: 0;
  color: var(--light-muted);
  font-size: 1.05rem;
}

.task-switcher {
  min-width: 0;
}

.task-switcher__tabs {
  display: flex;
  overflow-x: auto;
  border-bottom: 1px solid var(--dark-line);
  scrollbar-width: none;
}

.task-switcher__tabs::-webkit-scrollbar {
  display: none;
}

.task-switcher__tabs button {
  position: relative;
  flex: 0 0 auto;
  border: 0;
  padding: 10px 0 18px;
  margin-inline-end: clamp(22px, 3vw, 38px);
  background: transparent;
  color: var(--light-muted);
  font-size: 0.82rem;
  font-weight: 560;
  cursor: pointer;
  white-space: nowrap;
}

.task-switcher__tabs button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: #ffffff;
  content: "";
  transform: scaleX(0);
  transition: transform var(--transition);
}

.task-switcher__tabs button[aria-selected="true"] {
  color: #ffffff;
}

.task-switcher__tabs button[aria-selected="true"]::after {
  transform: scaleX(1);
}

.task-switcher__panel {
  height: 560px;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(260px, 0.98fr);
  grid-template-rows: minmax(0, 1fr);
  align-items: stretch;
  margin-block-start: 30px;
  overflow: hidden;
  border: 1px solid var(--dark-line);
  border-radius: var(--media-radius);
  background: var(--dark-raised);
}

.task-switcher__content {
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(34px, 4.5vw, 66px);
}

.task-switcher__label,
.product-browser__content > p:first-child {
  margin-block-end: 36px;
  color: #9fb7df;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.task-switcher__content h3 {
  max-width: 520px;
  margin-block-end: 20px;
  font-size: clamp(2rem, 3vw, 3.45rem);
}

.task-switcher__content > p:not(.task-switcher__label) {
  max-width: 500px;
  margin-block-end: 28px;
  color: var(--light-muted);
}

.inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.inline-list li {
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 7px 11px;
  color: inherit;
  font-size: 0.7rem;
  font-weight: 620;
  letter-spacing: 0.04em;
}

.task-switcher__content .inline-list {
  margin-block-end: auto;
  color: #8da4c8;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-block-start: 36px;
  border-bottom: 1px solid #7187aa;
  padding-block-end: 5px;
  font-size: 0.84rem;
  font-weight: 620;
}

.text-link span {
  transition: transform var(--transition);
}

.text-link:hover span {
  transform: translate(3px, -3px);
}

.task-switcher__media {
  position: relative;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.13), transparent 45%),
    #10203a;
}

.task-switcher__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: clamp(28px, 4vw, 54px);
  object-fit: contain;
  transition: opacity var(--transition);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 40px;
  margin-block-end: clamp(44px, 6vw, 82px);
}

.section-heading .section-index {
  color: var(--accent);
}

.section-heading > p {
  max-width: 480px;
  justify-self: end;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.direction-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 410px;
  gap: 18px;
}

.direction-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--card-radius);
  background: var(--surface);
  isolation: isolate;
}

.direction-card--av {
  grid-column: span 7;
  background: var(--accent);
  color: #ffffff;
}

.direction-card--hpc {
  grid-column: span 5;
}

.direction-card--devbox {
  grid-column: span 5;
  background: var(--surface-alt);
}

.direction-card--workstation {
  grid-column: span 7;
  background: var(--dark);
  color: #ffffff;
}

.direction-card__copy {
  position: relative;
  z-index: 3;
  max-width: min(58%, 500px);
  padding: clamp(26px, 3.5vw, 48px);
}

.direction-card__copy > p {
  margin-block-end: 34px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.12em;
}

.direction-card--av .direction-card__copy > p,
.direction-card--workstation .direction-card__copy > p {
  color: #adbed9;
}

.direction-card__copy h3 {
  margin-block-end: 17px;
}

.direction-card__copy > span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.direction-card--av .direction-card__copy > span,
.direction-card--workstation .direction-card__copy > span {
  color: #c4cedd;
}

.direction-card > img {
  position: absolute;
  z-index: 1;
  right: -3%;
  bottom: -7%;
  width: 58%;
  height: 78%;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
  object-position: right bottom;
  transition: transform 450ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.direction-card--hpc > img,
.direction-card--devbox > img {
  width: 62%;
  height: 70%;
}

.direction-card:hover > img {
  transform: translateY(-8px) scale(1.025);
}

.direction-card > a {
  position: absolute;
  z-index: 4;
  right: 22px;
  bottom: 22px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, currentColor 24%, transparent);
  border-radius: 50%;
  background: color-mix(in srgb, var(--surface) 86%, transparent);
  color: var(--text);
  font-size: 1.2rem;
  transition: background var(--transition), transform var(--transition);
}

.direction-card--av > a,
.direction-card--workstation > a {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.direction-card > a:hover {
  transform: rotate(5deg) scale(1.06);
}

.product-showcase {
  background: var(--dark);
  color: var(--light-text);
}

.section-heading--light .section-index {
  color: #9fb7df;
}

.section-heading--light > p {
  color: var(--light-muted);
}

.product-browser {
  display: grid;
  grid-template-columns: minmax(270px, 340px) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--dark-line);
  border-radius: var(--media-radius);
  background: var(--dark-raised);
}

.product-browser__list {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--dark-line);
}

.product-browser__list button {
  position: relative;
  min-height: 104px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-content: center;
  gap: 2px 12px;
  border: 0;
  border-bottom: 1px solid var(--dark-line);
  padding: 20px 24px;
  background: transparent;
  color: var(--light-muted);
  text-align: left;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
}

.product-browser__list button:last-child {
  border-bottom: 0;
}

.product-browser__list button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: #ffffff;
  content: "";
  transform: scaleY(0);
  transition: transform var(--transition);
}

.product-browser__list button[aria-selected="true"] {
  background: rgba(255, 255, 255, 0.055);
  color: #ffffff;
}

.product-browser__list button[aria-selected="true"]::before {
  transform: scaleY(1);
}

.product-browser__list button > span {
  grid-row: span 2;
  color: #8192ad;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
}

.product-browser__list strong {
  font-size: 0.95rem;
  font-weight: 610;
}

.product-browser__list small {
  color: #8797af;
  font-size: 0.72rem;
}

.product-browser__stage {
  height: 600px;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(320px, 1.08fr) minmax(300px, 0.92fr);
  grid-template-rows: minmax(0, 1fr);
}

.product-browser__media {
  position: relative;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.13), transparent 46%),
    #10203a;
}

.product-browser__media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: clamp(36px, 5vw, 72px);
  object-fit: contain;
}

.product-browser__controls {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #b7c3d5;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.product-browser__controls button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: rgba(7, 14, 27, 0.36);
  color: #ffffff;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
}

.product-browser__controls button:hover {
  background: rgba(255, 255, 255, 0.13);
  transform: scale(1.06);
}

.product-browser__content {
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(36px, 5vw, 72px);
}

.product-browser__content h3 {
  margin-block-end: 22px;
  font-size: clamp(2.7rem, 4vw, 5rem);
}

.product-browser__content > p:not(:first-child) {
  max-width: 470px;
  margin-block-end: 28px;
  color: var(--light-muted);
}

.product-browser__content .inline-list {
  margin-block-end: 28px;
  color: #8da4c8;
}

.product-browser__specs {
  width: 100%;
  display: grid;
  gap: 0;
  margin: 0 0 30px;
}

.product-browser__specs > div {
  display: grid;
  grid-template-columns: minmax(100px, 0.8fr) minmax(150px, 1.2fr);
  gap: 18px;
  border-top: 1px solid var(--dark-line);
  padding-block: 10px;
}

.product-browser__specs > div:last-child {
  border-bottom: 1px solid var(--dark-line);
}

.product-browser__specs dt,
.product-browser__specs dd {
  margin: 0;
  font-size: 0.76rem;
}

.product-browser__specs dt {
  color: #8da4c8;
}

.product-browser__specs dd {
  color: var(--light-text);
}

.approach {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 9vw, 150px);
}

.approach__heading {
  position: sticky;
  top: 128px;
  align-self: start;
}

.approach__heading .section-index {
  color: var(--accent);
}

.approach__heading h2 {
  margin-block-end: 26px;
}

.approach__heading > p:last-child {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
}

.approach__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.approach__steps li {
  display: grid;
  grid-template-columns: 48px minmax(150px, 0.65fr) minmax(220px, 1fr);
  align-items: baseline;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding-block: 32px 40px;
}

.approach__steps li:last-child {
  border-bottom: 1px solid var(--line);
}

.approach__steps span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.1em;
}

.approach__steps h3 {
  margin: 0;
  font-size: 1.3rem;
}

.approach__steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-cta {
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(340px, 1.3fr) minmax(260px, 0.7fr) auto;
  align-items: center;
  gap: clamp(30px, 5vw, 76px);
  margin-block-end: clamp(40px, 6vw, 80px);
  border-radius: var(--media-radius);
  padding-block: clamp(48px, 6vw, 82px);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 45%),
    var(--accent);
  color: #ffffff;
}

.contact-cta > div > p {
  margin-block-end: 22px;
  color: #b9c9e6;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.12em;
}

.contact-cta h2 {
  max-width: 720px;
  font-size: clamp(2.3rem, 4vw, 4.5rem);
}

.contact-cta > p {
  margin: 0;
  color: #d4ddeb;
}

.site-footer {
  background: #08111f;
  color: #eef3fb;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1.35fr) repeat(3, minmax(160px, 0.72fr));
  gap: clamp(36px, 5vw, 72px);
  padding-block: clamp(64px, 8vw, 96px) 56px;
}

.footer-logo {
  display: inline-block;
  margin-block-end: 26px;
}

.footer-logo img {
  width: 184px;
  height: auto;
}

.footer-company > p {
  max-width: 440px;
  margin-block-end: 28px;
  color: #94a2b8;
  font-size: 0.9rem;
}

.footer-address {
  display: grid;
  gap: 8px;
  color: #a8b5c8;
  font-size: 0.78rem;
  font-style: normal;
}

.footer-address > span:first-child {
  color: #eef3fb;
  font-weight: 620;
}

.footer-address a {
  width: max-content;
  color: #d7e0ed;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 13px;
  color: #bdc8d8;
  font-size: 0.88rem;
}

.footer-column strong {
  margin-block-end: 8px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.footer-column a,
.footer-column button {
  width: fit-content;
  border: 0;
  padding: 0;
  background: transparent;
  color: #bdc8d8;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.footer-column a:hover,
.footer-column button:hover,
.footer-address a:hover {
  color: #ffffff;
}

.footer-policy {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  border-top: 1px solid #1f2b3d;
  padding-block: 22px;
  color: #8e9db2;
  font-size: 0.75rem;
}

.footer-policy a:hover {
  color: #ffffff;
}

.site-footer__bottom {
  display: grid;
  grid-template-columns: minmax(250px, 0.65fr) minmax(420px, 1.35fr);
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #1f2b3d;
  padding-block: 24px 34px;
  color: #77869b;
  font-size: 0.72rem;
}

.site-footer__bottom span:last-child {
  max-width: 780px;
  justify-self: end;
  text-align: right;
}

.request-dialog {
  width: min(820px, calc(100% - 36px));
  max-height: calc(100svh - 36px);
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: var(--media-radius);
  padding: 0;
  background: var(--surface);
  color: var(--text);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.35);
}

.request-dialog::backdrop {
  background: rgba(4, 11, 22, 0.7);
}

.request-dialog__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid var(--line);
  padding: 34px clamp(24px, 5vw, 50px);
}

.request-dialog__head p {
  margin-block-end: 8px;
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.request-dialog__head h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.request-dialog__head > button {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.request-dialog form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding: 38px clamp(24px, 5vw, 50px) 46px;
}

.request-dialog label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 560;
}

.request-dialog input,
.request-dialog textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--control-radius);
  padding: 13px 14px;
  background: var(--bg);
  color: var(--text);
  resize: vertical;
}

.request-dialog__wide {
  grid-column: 1 / -1;
}

.request-dialog__status {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.request-dialog__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0a1321;
    --surface: #111d30;
    --surface-alt: #17263d;
    --surface-soft: #142238;
    --text: #f1f5fb;
    --muted: #a7b3c5;
    --line: #26364e;
    --accent: #7897d1;
    --accent-strong: #91abe0;
    --accent-soft: #c3d4f0;
    --dark: #070f1c;
    --dark-raised: #101f35;
    --dark-line: #273a58;
    --shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
  }

  .brand-lockup__logo--black {
    display: none;
  }

  .brand-lockup__logo--white {
    display: block;
  }

  .hero__visual {
    background:
      radial-gradient(circle at 72% 18%, rgba(110, 145, 202, 0.18), transparent 28%),
      linear-gradient(145deg, #172941 0%, #1b2e48 54%, #12243a 100%);
  }

  .hero__product-label {
    color: #d6e2f5;
  }

  .hero__product-label span,
  .hero__context {
    color: #9cabc1;
  }

  .direction-card--av {
    background: #203c70;
  }

  .direction-card > a {
    background: rgba(5, 13, 25, 0.65);
    color: #ffffff;
  }

  .button--ghost:hover {
    background: var(--surface-alt);
  }
}

@media (max-width: 1180px) {
  .site-header__inner {
    gap: 24px;
  }

  .brand-lockup__logo {
    width: 146px;
  }

  .primary-nav {
    gap: 19px;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(450px, 0.95fr);
    gap: 38px;
  }

  .solution-finder__layout {
    grid-template-columns: 1fr;
  }

  .solution-finder__intro {
    position: static;
  }

  .solution-finder__intro h2 {
    max-width: 760px;
  }

  .direction-card__copy {
    max-width: 64%;
  }

  .product-browser__stage {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    height: auto;
  }

  .product-browser__media {
    height: 460px;
    min-height: 0;
  }

  .product-browser__content {
    height: auto;
    min-height: 400px;
  }
}

@media (max-width: 980px) {
  .header-action {
    display: none;
  }

  .site-header__inner {
    grid-template-columns: auto 1fr;
  }

  .primary-nav {
    justify-content: flex-end;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-block: 70px 84px;
  }

  .hero__copy {
    max-width: 790px;
  }

  .hero__visual {
    width: min(100%, 720px);
    justify-self: end;
  }

  .solution-finder__layout,
  .approach {
    grid-template-columns: 1fr;
  }

  .solution-finder__intro,
  .approach__heading {
    position: static;
  }

  .solution-finder__intro h2,
  .approach__heading h2 {
    max-width: 760px;
  }

  .direction-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 460px;
  }

  .direction-card {
    grid-column: auto;
  }

  .direction-card__copy {
    max-width: 76%;
  }

  .direction-card > img {
    width: 68%;
    height: 66%;
  }

  .product-browser {
    grid-template-columns: 1fr;
  }

  .product-browser__list {
    flex-direction: row;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid var(--dark-line);
    scrollbar-width: none;
  }

  .product-browser__list::-webkit-scrollbar {
    display: none;
  }

  .product-browser__list button {
    min-width: 210px;
    min-height: 92px;
    border-right: 1px solid var(--dark-line);
    border-bottom: 0;
  }

  .product-browser__list button::before {
    top: auto;
    right: 0;
    bottom: 0;
    width: auto;
    height: 3px;
    transform: scaleX(0);
  }

  .product-browser__list button[aria-selected="true"]::before {
    transform: scaleX(1);
  }

  .product-browser__stage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(0, 1fr);
    height: 500px;
  }

  .product-browser__media,
  .product-browser__content {
    height: 100%;
    min-height: 0;
  }

  .approach__steps li {
    grid-template-columns: 44px minmax(140px, 0.55fr) minmax(260px, 1fr);
  }

  .contact-cta {
    grid-template-columns: 1fr auto;
  }

  .contact-cta > p {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: 680px;
  }
}

@media (max-width: 800px) {
  .site-header__inner {
    position: relative;
    grid-template-columns: 1fr auto;
  }

  .menu-toggle {
    display: block;
  }

  .menu-toggle[aria-expanded="true"] > span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    transform: translateY(-3px) rotate(-45deg);
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: var(--gutter);
    left: var(--gutter);
    display: none;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: var(--card-radius);
    padding: 12px;
    background: var(--surface);
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open {
    display: grid;
  }

  .primary-nav a {
    border-bottom: 1px solid var(--line);
    padding: 14px;
    color: var(--text);
  }

  .primary-nav a:last-child {
    border-bottom: 0;
  }

  .primary-nav a::after {
    display: none;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading > p {
    justify-self: start;
  }

  .task-switcher__panel {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    height: auto;
  }

  .task-switcher__media {
    height: 360px;
    min-height: 360px;
    grid-row: 1;
  }

  .task-switcher__content {
    height: auto;
    min-height: 420px;
  }

  .direction-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 430px;
  }

  .direction-card__copy {
    max-width: min(68%, 500px);
  }

  .product-browser__stage {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    height: auto;
  }

  .product-browser__media,
  .product-browser__content {
    height: auto;
    min-height: 480px;
  }

  .approach__steps li {
    grid-template-columns: 40px 1fr;
  }

  .approach__steps p {
    grid-column: 2;
  }

  .contact-cta {
    grid-template-columns: 1fr;
  }

  .contact-cta > p,
  .contact-cta > button {
    grid-column: auto;
    grid-row: auto;
  }

  .contact-cta > button {
    justify-self: start;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 1fr;
  }

  .footer-company {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  :root {
    --gutter: 18px;
  }

  .preview-lock {
    min-height: 28px;
    font-size: 0.61rem;
    letter-spacing: 0.035em;
  }

  .site-header__inner {
    min-height: 68px;
  }

  .brand-lockup__logo {
    width: 128px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .section {
    padding-block: 84px;
  }

  .hero {
    gap: 48px;
    padding-block: 56px 70px;
  }

  .kicker {
    margin-block-end: 22px;
    font-size: 0.68rem;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 10vw, 3.4rem);
  }

  .hero__lead {
    font-size: 1rem;
  }

  .hero__actions {
    display: grid;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__capabilities {
    gap: 8px 18px;
    font-size: 0.7rem;
  }

  .hero__visual {
    width: 100%;
  }

  .hero__product-label {
    top: 20px;
    left: 20px;
    font-size: 1.2rem;
  }

  .hero__context {
    right: 18px;
    bottom: 16px;
    font-size: 0.59rem;
  }

  .solution-finder__layout {
    gap: 46px;
  }

  .task-switcher__panel {
    height: auto;
    min-height: 0;
    margin-block-start: 22px;
  }

  .task-switcher__media {
    height: 300px;
    min-height: 300px;
  }

  .task-switcher__content {
    height: auto;
    min-height: 450px;
    padding: 30px 24px;
  }

  .task-switcher__label,
  .product-browser__content > p:first-child {
    margin-block-end: 24px;
  }

  .direction-grid {
    grid-auto-rows: 420px;
  }

  .direction-card__copy {
    max-width: 84%;
    padding: 28px;
  }

  .direction-card__copy > p {
    margin-block-end: 24px;
  }

  .direction-card > img,
  .direction-card--hpc > img,
  .direction-card--devbox > img {
    width: 76%;
    height: 57%;
  }

  .direction-card > a {
    right: 16px;
    bottom: 16px;
  }

  .product-browser__list button {
    min-width: 192px;
    padding: 18px;
  }

  .product-browser__media {
    height: 390px;
    min-height: 390px;
  }

  .product-browser__content {
    height: auto;
    min-height: 430px;
    padding: 34px 26px;
  }

  .product-browser__content h3 {
    font-size: 2.8rem;
  }

  .approach__steps li {
    gap: 14px;
    padding-block: 26px 30px;
  }

  .contact-cta {
    width: calc(100% - 24px);
    min-height: 0;
    margin-inline: 12px;
    padding: 42px 26px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-block: 58px;
  }

  .footer-company {
    grid-column: auto;
  }

  .footer-policy {
    display: grid;
  }

  .site-footer__bottom {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .site-footer__bottom span:last-child {
    justify-self: start;
    text-align: left;
  }

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

  .request-dialog__wide {
    grid-column: auto;
  }

  .request-dialog__actions {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
