@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/Gilroy-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zing Rust";
  src: url("/assets/fonts/Zing-Rust.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #0A84FF;
  --blue-light: #57B9FF;
  --black: #02050A;
  --text: #F8FBFF;
  --muted: rgba(238, 245, 255, 0.8);
  --header-height: 128px;
  --side: clamp(32px, 5.2vw, 100px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--blue) #07111D;
}

html::-webkit-scrollbar {
  width: 14px;
}

html::-webkit-scrollbar-track {
  background:
    linear-gradient(180deg, #02050A 0%, #07111D 48%, #02050A 100%);
  border-left: 1px solid rgba(10, 132, 255, 0.16);
}

html::-webkit-scrollbar-thumb {
  min-height: 88px;
  background:
    linear-gradient(180deg, #72CBFF 0%, var(--blue) 45%, #0666D8 100%);
  border: 3px solid #07111D;
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .72),
    inset 0 -10px 18px rgba(0, 36, 92, .36),
    0 0 18px rgba(10, 132, 255, .62);
}

html::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, #BDEBFF 0%, #2AA3FF 42%, var(--blue) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .92),
    inset 0 -10px 18px rgba(0, 36, 92, .32),
    0 0 24px rgba(10, 132, 255, .86);
}

html::-webkit-scrollbar-corner {
  background: #02050A;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background: #03070D;
  font-family: "Gilroy", Arial, sans-serif;
  overflow-x: hidden;
}

body.reveal-ready [data-reveal] {
  opacity: .001;
  transform: translateY(34px);
  filter: saturate(.76);
  transition:
    opacity 520ms ease,
    transform 760ms cubic-bezier(.16, 1, .3, 1),
    filter 760ms ease;
  will-change: opacity, transform, filter;
}

body.reveal-ready [data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
  filter: saturate(1);
}

body.reveal-ready [data-reveal-child] {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(.97);
  filter: blur(12px);
  transition:
    opacity 720ms cubic-bezier(.2, .8, .2, 1),
    transform 820ms cubic-bezier(.16, 1, .3, 1),
    filter 820ms cubic-bezier(.16, 1, .3, 1);
  transition-delay: calc(var(--reveal-index, 0) * 64ms);
  will-change: opacity, transform, filter;
}

body.reveal-ready [data-reveal].is-revealed [data-reveal-child] {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

body.reveal-ready .hero h1 span[data-reveal-child],
body.reveal-ready .hero__lead[data-reveal-child],
body.reveal-ready .hero__button[data-reveal-child],
body.reveal-ready .hero__note[data-reveal-child] {
  transform: translate3d(-42px, 22px, 0) skewX(-3deg);
}

body.reveal-ready .hero[data-reveal].is-revealed h1 span[data-reveal-child],
body.reveal-ready .hero[data-reveal].is-revealed .hero__lead[data-reveal-child],
body.reveal-ready .hero[data-reveal].is-revealed .hero__button[data-reveal-child],
body.reveal-ready .hero[data-reveal].is-revealed .hero__note[data-reveal-child] {
  transform: translate3d(0, 0, 0) skewX(0);
}

body.reveal-ready .case-shot[data-reveal-child] {
  transform: translate3d(42px, 18px, 0) scale(1.04);
}

body.reveal-ready .cases-section[data-reveal].is-revealed .case-shot[data-reveal-child] {
  transform: translate3d(0, 0, 0) scale(1);
}

body.reveal-ready .hero__image {
  opacity: .1;
  transition: none;
}

@media (min-width: 1081px) {
  body.reveal-ready .hero__image {
    transform: translateY(-47%);
    filter: drop-shadow(0 24px 70px rgba(0, 0, 0, 0.42));
  }
}

body.reveal-ready .floating-tile[data-reveal-child],
body.reveal-ready .benefit-card[data-reveal-child],
body.reveal-ready .value-card[data-reveal-child],
body.reveal-ready .faq-item[data-reveal-child] {
  transform: translate3d(0, 46px, 0) scale(.9);
}

body.reveal-ready .hero[data-reveal].is-revealed .floating-tile[data-reveal-child],
body.reveal-ready .benefits-section[data-reveal].is-revealed .benefit-card[data-reveal-child],
body.reveal-ready .value-section[data-reveal].is-revealed .value-card[data-reveal-child],
body.reveal-ready .faq-section[data-reveal].is-revealed .faq-item[data-reveal-child] {
  transform: translate3d(0, 0, 0) scale(1);
}

body.reveal-ready .case-copy > [data-reveal-child] {
  transform: translate3d(-30px, 24px, 0);
}

body.reveal-ready .experience-item[data-reveal-child] {
  transform: none;
  filter: blur(10px);
}

body.reveal-ready .experience-shell > h2[data-reveal-child] {
  transform: translate(-50%, -50%) scale(.96);
}

body.reveal-ready .experience-section[data-reveal].is-revealed .experience-shell > h2[data-reveal-child] {
  transform: translate(-50%, -50%) scale(1);
}

body.reveal-ready .experience-section[data-reveal].is-revealed .experience-item[data-reveal-child],
body.reveal-ready .cases-section[data-reveal].is-revealed .case-copy > [data-reveal-child] {
  transform: none;
  filter: blur(0);
}

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

@media (hover: hover) and (pointer: fine) {
  body.has-custom-cursor,
  body.has-custom-cursor a,
  body.has-custom-cursor button {
    cursor: none;
  }

  .custom-cursor {
    position: fixed;
    z-index: 1000;
    inset: 0 auto auto 0;
    width: 0;
    height: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 180ms ease;
    mix-blend-mode: screen;
  }

  .custom-cursor.is-visible {
    opacity: 1;
  }

  .custom-cursor__dot,
  .custom-cursor__cross,
  .custom-cursor__spark {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    transform: translate(-50%, -50%);
  }

  .custom-cursor__dot,
  .custom-cursor__spark {
    border-radius: 50%;
  }

  .custom-cursor__dot {
    width: 10px;
    height: 10px;
    background: #E9F8FF;
    box-shadow:
      0 0 10px rgba(255, 255, 255, .98),
      0 0 24px rgba(10, 132, 255, .96),
      0 0 54px rgba(10, 132, 255, .72);
    transition: width 160ms ease, height 160ms ease, background 160ms ease;
  }

  .custom-cursor__cross {
    opacity: .78;
    transition: opacity 160ms ease, width 160ms ease, height 160ms ease;
  }

  .custom-cursor__cross--x {
    width: 30px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(230, 248, 255, .88), transparent);
  }

  .custom-cursor__cross--y {
    width: 1px;
    height: 30px;
    background: linear-gradient(180deg, transparent, rgba(230, 248, 255, .88), transparent);
  }

  .custom-cursor__spark {
    width: 9px;
    height: 9px;
    background: radial-gradient(circle, #BFEAFF 0 18%, #0A84FF 46%, transparent 72%);
    box-shadow: 0 0 18px rgba(10, 132, 255, .8);
    opacity: .72;
    mix-blend-mode: screen;
  }

  .custom-cursor__spark--2,
  .custom-cursor__spark--5,
  .custom-cursor__spark--8 {
    width: 6px;
    height: 6px;
    opacity: .58;
  }

  .custom-cursor__spark--3,
  .custom-cursor__spark--6 {
    width: 4px;
    height: 4px;
    opacity: .42;
  }

  .custom-cursor.is-hover .custom-cursor__dot {
    width: 14px;
    height: 14px;
    background: #fff;
  }

  .custom-cursor.is-hover .custom-cursor__cross--x {
    width: 46px;
  }

  .custom-cursor.is-hover .custom-cursor__cross--y {
    height: 46px;
  }

  .custom-cursor.is-pressed .custom-cursor__dot {
    width: 7px;
    height: 7px;
  }
}

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) 286px;
  align-items: center;
  gap: clamp(22px, 3.4vw, 64px);
  height: var(--header-height);
  padding: 0 var(--side);
  background: rgba(1, 5, 10, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  transition:
    height 420ms cubic-bezier(.2,.8,.2,1),
    background 420ms cubic-bezier(.2,.8,.2,1),
    border-color 420ms cubic-bezier(.2,.8,.2,1),
    box-shadow 420ms cubic-bezier(.2,.8,.2,1),
    backdrop-filter 420ms cubic-bezier(.2,.8,.2,1);
}

.site-header::before {
  position: absolute;
  inset: 11px var(--side);
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, transparent, rgba(10, 132, 255, 0.08), transparent),
    rgba(255, 255, 255, 0);
  border: 1px solid rgba(10, 132, 255, 0);
  border-radius: 20px;
  opacity: 0;
  transform: scaleX(.94) translateY(-8px);
  transition: opacity 420ms cubic-bezier(.2,.8,.2,1), transform 420ms cubic-bezier(.2,.8,.2,1), border-color 420ms;
}

.site-header::after {
  position: absolute;
  left: var(--side);
  right: var(--side);
  bottom: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(10, 132, 255, 0.88), transparent);
  opacity: 0;
  transform: scaleX(.2);
  transition: opacity 420ms ease, transform 420ms ease;
}

.site-header.is-scrolled {
  height: 86px;
  background: rgba(2, 7, 13, 0.66);
  border-color: rgba(10, 132, 255, 0.14);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled::before {
  opacity: 1;
  border-color: rgba(10, 132, 255, 0.16);
  transform: scaleX(1) translateY(0);
}

.site-header.is-scrolled::after {
  opacity: 1;
  transform: scaleX(1);
}

.logo {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.brand-group {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.logo img {
  display: block;
  width: 246px;
  height: auto;
  transition: width 420ms cubic-bezier(.2,.8,.2,1), filter 420ms;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  background: rgba(7, 18, 31, .72);
  border: 1px solid rgba(10, 132, 255, .28);
  border-radius: 999px;
  box-shadow: inset 0 0 18px rgba(10, 132, 255, .08);
}

.language-switch a {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  min-height: 28px;
  padding: 0 9px;
  color: rgba(235, 243, 255, .68);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.language-switch a:hover,
.language-switch a.is-active {
  color: #fff;
  background: rgba(10, 132, 255, .88);
  box-shadow: 0 0 18px rgba(10, 132, 255, .28);
}

.site-header.is-scrolled .logo img {
  width: 206px;
  filter: drop-shadow(0 0 18px rgba(10, 132, 255, 0.2));
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(22px, 2.6vw, 54px);
}

.main-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(18px, 1.35vw, 25px);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease;
}

.main-nav a::after {
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--blue);
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(5px) scale(.4);
  transition: opacity 180ms ease, transform 180ms ease;
}

.main-nav a:hover {
  color: #fff;
  text-shadow: 0 0 18px rgba(10, 132, 255, 0.58);
  transform: translateY(-1px);
}

.main-nav a:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 0 39px;
  background: linear-gradient(180deg, #1798FF, var(--blue));
  border: 1px solid rgba(138, 211, 255, 0.84);
  border-radius: 12px;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.28), 0 18px 42px rgba(10, 132, 255, 0.34);
  font-size: clamp(18px, 1.25vw, 23px);
  font-weight: 700;
  white-space: nowrap;
  transition: min-height 420ms cubic-bezier(.2,.8,.2,1), padding 420ms cubic-bezier(.2,.8,.2,1), transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled .header-cta {
  min-height: 56px;
  padding-inline: 32px;
}

.header-cta:hover,
.hero__button:hover,
.case-button:hover,
.cases-cta a:hover,
.value-cta a:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(10, 132, 255, 0.46);
}

.header-cta:hover,
.hero__button:hover,
.case-button:hover,
.cases-cta a:hover,
.value-cta a:hover {
  background: linear-gradient(180deg, #4DB7FF, var(--blue));
  border-color: rgba(214, 244, 255, .96);
}

.hero__button:hover svg,
.case-button:hover span,
.cases-cta a:hover span,
.value-cta a:hover span {
  transform: translateX(4px);
}

.menu-toggle {
  display: none;
  justify-self: end;
  width: 48px;
  height: 48px;
  padding: 0;
  background: rgba(8, 18, 31, 0.72);
  border: 1px solid rgba(10, 132, 255, 0.42);
  border-radius: 12px;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
  border-radius: 10px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-header.is-open .menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-open .menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(690px, 0.95fr) minmax(0, 1.05fr);
  min-height: 100svh;
  padding: calc(var(--header-height) + 45px) var(--side) 76px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.76) 36%, rgba(0, 0, 0, 0.16) 100%),
    radial-gradient(circle at 75% 22%, rgba(10, 132, 255, 0.26), transparent 19rem),
    radial-gradient(circle at 77% 80%, rgba(10, 132, 255, 0.28), transparent 22rem),
    linear-gradient(135deg, #020509 0%, #08101A 48%, #020407 100%);
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: var(--header-height) 0 0;
  content: "";
  background:
    linear-gradient(108deg, transparent 58%, rgba(255, 255, 255, 0.11) 58.4%, transparent 60.6%),
    linear-gradient(108deg, transparent 66%, rgba(255, 255, 255, 0.07) 66.3%, transparent 67.8%),
    linear-gradient(25deg, transparent 12%, rgba(10, 132, 255, 0.15) 12.2%, transparent 12.8%);
  opacity: .86;
  pointer-events: none;
}

.hero::after {
  position: absolute;
  right: -7vw;
  bottom: -6vw;
  left: -5vw;
  height: 31%;
  content: "";
  background:
    linear-gradient(27deg, transparent 19%, rgba(10, 132, 255, 0.16) 19.2%, transparent 19.8%),
    linear-gradient(150deg, transparent 62%, rgba(89, 190, 255, 0.14) 62.2%, transparent 62.8%),
    radial-gradient(ellipse at 70% 86%, rgba(10, 132, 255, 0.24), transparent 34rem);
  opacity: .9;
  transform: skewY(-3deg);
}

.hero__content {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 980px;
}

h1 {
  margin: 0;
  font-family: "Zing Rust", Impact, "Arial Narrow", sans-serif;
  max-width: 980px;
  font-size: clamp(50px, 4.28vw, 82px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: .01em;
  text-transform: uppercase;
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.72);
}

h1 span {
  display: block;
  white-space: nowrap;
}

.hero__lead {
  max-width: 650px;
  margin: 36px 0 0;
  color: var(--muted);
  font-size: clamp(20px, 1.55vw, 30px);
  font-weight: 500;
  line-height: 1.42;
}

.hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  min-width: 420px;
  margin-top: 62px;
  padding: 22px 38px;
  background: linear-gradient(180deg, #1798FF, var(--blue));
  border: 1px solid rgba(126, 207, 255, 0.88);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(10, 132, 255, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  font-size: clamp(21px, 1.45vw, 28px);
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.hero__button svg {
  width: 38px;
  height: 38px;
  padding: 7px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  transition: transform 180ms ease;
}

.hero__note {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 17px;
  max-width: 610px;
  margin: 34px 0 0;
  color: rgba(241, 247, 255, 0.72);
  font-size: clamp(17px, 1.25vw, 23px);
  font-weight: 500;
  line-height: 1.28;
}

.hero__note span {
  position: relative;
  width: 27px;
  height: 27px;
  border: 3px solid var(--blue);
  border-radius: 7px;
  box-shadow: 0 0 18px rgba(10, 132, 255, 0.56);
}

.hero__note span::after {
  position: absolute;
  top: 4px;
  left: 5px;
  width: 10px;
  height: 6px;
  content: "";
  border-bottom: 3px solid var(--blue-light);
  border-left: 3px solid var(--blue-light);
  transform: rotate(-45deg);
}

.hero__chips {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  width: max-content;
  max-width: calc(100vw - (var(--side) * 2));
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}

.hero__chips li {
  display: inline-flex;
  align-items: center;
  min-height: 66px;
  gap: 14px;
  padding: 0 21px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(16, 22, 29, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(10, 132, 255, 0.13), 0 14px 30px rgba(0, 0, 0, 0.36);
  font-size: clamp(16px, 1.14vw, 22px);
  font-weight: 600;
  backdrop-filter: blur(10px);
  white-space: nowrap;
}

.hero__chips li:nth-child(3) {
  min-width: 0;
}

.hero__chips i {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  color: var(--blue);
  border: 2px solid rgba(10, 132, 255, .8);
  border-radius: 7px;
  font-style: normal;
}

.hero__art {
  position: absolute;
  z-index: 1;
  top: var(--header-height);
  right: 0;
  bottom: 0;
  left: 40vw;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image:
    radial-gradient(ellipse at 66% 58%, #000 0 54%, rgba(0, 0, 0, .82) 64%, transparent 82%),
    linear-gradient(90deg, transparent 0%, #000 24%, #000 100%),
    linear-gradient(180deg, transparent 0%, #000 18%, #000 100%);
  -webkit-mask-composite: source-in, source-in;
  mask-image:
    radial-gradient(ellipse at 66% 58%, #000 0 54%, rgba(0, 0, 0, .82) 64%, transparent 82%),
    linear-gradient(90deg, transparent 0%, #000 24%, #000 100%),
    linear-gradient(180deg, transparent 0%, #000 18%, #000 100%);
  mask-composite: intersect;
}

.hero__image {
  position: absolute;
  top: 50%;
  right: -4vw;
  width: min(1320px, 68vw);
  max-width: none;
  height: auto;
  transform: translateY(-47%);
  transform-origin: 68% 52%;
  filter: drop-shadow(0 24px 70px rgba(0, 0, 0, 0.42));
  opacity: .1;
}

.hero__elements {
  position: absolute;
  top: 50%;
  right: -4vw;
  width: min(1320px, 68vw);
  aspect-ratio: 16 / 9;
  transform: translateY(-47%);
  pointer-events: none;
}

.floating-tile {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 132px;
  min-height: 106px;
  padding: 13px 17px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(80, 135, 165, .54), rgba(8, 23, 38, .86)),
    radial-gradient(circle at 22% 12%, rgba(255, 255, 255, .22), transparent 34%);
  border: 1px solid rgba(125, 210, 255, .52);
  border-radius: 18px;
  box-shadow: inset 0 0 22px rgba(118, 210, 255, .12), 0 20px 42px rgba(0, 0, 0, .5), 0 0 24px rgba(10, 132, 255, .32);
  backdrop-filter: blur(14px);
  animation: tile-float 5.8s ease-in-out infinite;
}

.floating-tile strong {
  font-size: clamp(28px, 2.9vw, 52px);
  line-height: .9;
}

.floating-tile small {
  margin-top: 9px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.floating-tile--wp {
  top: 30%;
  left: 20%;
  transform: rotateZ(-5deg);
}

.floating-tile--cart {
  top: 50%;
  left: 14%;
  animation-delay: -1s;
}

.floating-tile--cms {
  left: 29%;
  bottom: 18%;
  min-width: 146px;
  min-height: 88px;
  animation-delay: -2.2s;
}

.floating-tile--code {
  right: 35%;
  bottom: 17%;
  min-width: 142px;
  min-height: 88px;
  animation-delay: -2.8s;
}

.floating-tile--tilda {
  top: 27%;
  right: 4%;
  animation-delay: -1.7s;
  transform: rotateZ(5deg);
}

.floating-tile--html {
  top: 49%;
  right: 2%;
  min-width: 178px;
  min-height: 112px;
  background:
    linear-gradient(145deg, rgba(82, 142, 174, .88), rgba(8, 23, 38, .94)),
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, .28), transparent 36%);
  animation-delay: -2.6s;
}

.floating-tile--html strong {
  font-size: clamp(30px, 2.8vw, 48px);
}

.floating-tile--next {
  top: 10%;
  left: 41%;
  min-width: 140px;
  min-height: 94px;
  transform: rotateZ(-4deg);
  animation-delay: -1.4s;
}

.floating-tile--react {
  top: 9%;
  right: 22%;
  min-width: 138px;
  min-height: 94px;
  transform: rotateZ(5deg);
  animation-delay: -3.1s;
}

.floating-tile--db {
  right: 6%;
  bottom: 17%;
  min-width: 132px;
  animation-delay: -3.4s;
}

.art__light {
  position: absolute;
  top: -11%;
  width: 16%;
  height: 76%;
  background: linear-gradient(180deg, rgba(255, 255, 255, .28), transparent 62%);
  filter: blur(5px);
  opacity: .42;
  transform: skewX(-17deg);
}

.art__light--one {
  left: 22%;
}

.art__light--two {
  right: 26%;
  opacity: .26;
}

.art__globe {
  position: absolute;
  top: 5%;
  right: 22%;
  width: 34%;
  aspect-ratio: 1;
  border: 3px solid rgba(10, 132, 255, .78);
  border-radius: 50%;
  background:
    repeating-linear-gradient(90deg, transparent 0 22px, rgba(10, 132, 255, .32) 23px 25px, transparent 26px 48px),
    repeating-linear-gradient(0deg, transparent 0 24px, rgba(10, 132, 255, .26) 25px 27px, transparent 28px 52px),
    radial-gradient(circle at 30% 24%, rgba(146, 224, 255, .22), transparent 26%);
  box-shadow: 0 0 38px rgba(10, 132, 255, .58), inset 0 0 34px rgba(10, 132, 255, .2);
  animation: float-soft 7s ease-in-out infinite;
}

.art__platform {
  position: absolute;
  right: 4%;
  bottom: 1%;
  width: 78%;
  height: 20%;
  background: radial-gradient(ellipse at center, rgba(10, 132, 255, .48), rgba(3, 24, 38, .76) 43%, transparent 72%);
  border: 1px solid rgba(100, 197, 255, .28);
  border-radius: 50%;
  box-shadow: 0 0 46px rgba(10, 132, 255, .48);
  transform: rotateX(70deg);
}

.art__laptop {
  position: absolute;
  right: 28%;
  bottom: 24%;
  width: 37%;
  transform: rotateX(4deg) rotateY(-12deg) rotateZ(-1deg);
  filter: drop-shadow(0 30px 38px rgba(0, 0, 0, .62));
}

.art__screen {
  display: grid;
  grid-template-columns: .72fr 1fr;
  gap: 9px 16px;
  aspect-ratio: 1.45;
  padding: 22px;
  background: linear-gradient(145deg, #081522, #010408);
  border: 6px solid #111D27;
  border-radius: 9px;
  box-shadow: inset 0 0 0 1px rgba(116, 209, 255, .16), 0 0 32px rgba(10, 132, 255, .22);
}

.art__screen span {
  height: 6px;
  background: linear-gradient(90deg, #36BFFF, var(--blue), #FF995C);
  border-radius: 99px;
  opacity: .82;
}

.art__screen span:nth-child(odd) {
  width: 72%;
}

.art__screen b {
  align-self: end;
  width: 12px;
  background: linear-gradient(180deg, #5EC8FF, var(--blue));
  border-radius: 3px 3px 0 0;
}

.art__screen b:nth-of-type(1) { height: 30px; }
.art__screen b:nth-of-type(2) { height: 52px; }
.art__screen b:nth-of-type(3) { height: 40px; }

.art__base {
  width: 110%;
  height: 18px;
  margin-left: -5%;
  background: linear-gradient(180deg, #223241, #071018);
  border-radius: 0 0 18px 18px;
  transform: perspective(200px) rotateX(38deg);
}

.glass-card {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 132px;
  min-height: 112px;
  padding: 14px 18px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(92, 155, 190, .46), rgba(13, 31, 48, .8)),
    radial-gradient(circle at 26% 15%, rgba(255, 255, 255, .24), transparent 33%);
  border: 1px solid rgba(125, 210, 255, .48);
  border-radius: 20px;
  box-shadow: inset 0 0 25px rgba(118, 210, 255, .12), 0 22px 46px rgba(0, 0, 0, .48), 0 0 24px rgba(10, 132, 255, .28);
  backdrop-filter: blur(16px);
  animation: float-card 5.8s ease-in-out infinite;
}

.glass-card strong {
  font-size: clamp(32px, 3.2vw, 56px);
  line-height: .9;
}

.glass-card small {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.glass-card--wp { top: 22%; left: 8%; transform: rotateY(-16deg) rotateZ(-4deg); }
.glass-card--cart { top: 45%; left: 1%; transform: rotateY(-16deg) rotateZ(2deg); animation-delay: -1.2s; }
.glass-card--cms { left: 24%; bottom: 17%; min-width: 155px; min-height: 96px; transform: rotateY(-13deg) rotateZ(-6deg); animation-delay: -2.3s; }
.glass-card--code { right: 31%; bottom: 14%; min-width: 150px; min-height: 94px; animation-delay: -3s; }
.glass-card--tilda { top: 20%; right: 3%; transform: rotateY(13deg) rotateZ(5deg); animation-delay: -1.8s; }
.glass-card--html { top: 44%; right: 1%; min-width: 170px; transform: rotateY(13deg) rotateZ(1deg); animation-delay: -2.6s; }
.glass-card--db { right: 5%; bottom: 13%; min-width: 132px; animation-delay: -3.6s; }

.info-section {
  position: relative;
  background: #05090f;
}

.section-shell {
  width: min(100% - 80px, 1640px);
  margin: 0 auto;
}

.benefits-section {
  padding: 132px 0 150px;
  background:
    radial-gradient(circle at 24% 55%, rgba(10, 132, 255, .08), transparent 28rem),
    radial-gradient(circle at 80% 42%, rgba(10, 132, 255, .07), transparent 28rem),
    #05090f;
}

.benefits-section h2,
.experience-section h2 {
  margin: 0;
  font-family: "Zing Rust", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(42px, 3.6vw, 70px);
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 5px 18px rgba(0, 0, 0, .72);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.benefit-card {
  --blue: #8ED8FF;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 22px;
  min-height: 220px;
  padding: 34px 34px 30px;
  background:
    radial-gradient(circle at 86% -16%, rgba(120, 205, 255, .24), transparent 12rem),
    radial-gradient(circle at 10% 8%, rgba(10, 132, 255, .28), transparent 16rem),
    linear-gradient(145deg, rgba(12, 48, 82, .92), rgba(7, 28, 52, .94) 56%, rgba(5, 14, 27, .96));
  border: 1px solid rgba(106, 184, 235, .42);
  border-radius: 10px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .1),
    inset 0 0 56px rgba(10, 132, 255, .08),
    0 24px 60px rgba(0, 0, 0, .22);
}

.benefit-icon {
  position: relative;
  width: 57px;
  height: 57px;
  border: 3px solid rgba(142, 216, 255, .9);
  border-radius: 18px;
  transform: rotate(30deg);
  background: rgba(3, 28, 55, .34);
  box-shadow: 0 0 22px rgba(10, 132, 255, .25), inset 0 0 18px rgba(142, 216, 255, .12);
}

.benefit-icon::before,
.benefit-icon::after,
.benefit-icon span {
  position: absolute;
  content: "";
  border: 2px solid rgba(142, 216, 255, .82);
  border-radius: 50%;
}

.benefit-icon::before {
  inset: 12px;
}

.benefit-icon::after {
  inset: 21px;
  background: #BFEAFF;
  box-shadow: 0 0 18px rgba(10, 132, 255, .62);
}

.benefit-icon span {
  inset: -10px;
  border-color: rgba(142, 216, 255, .22);
}

.benefit-icon--target {
  border-radius: 50%;
}

.benefit-icon--change {
  border-radius: 12px 24px 12px 24px;
}

.benefit-card h3,
.experience-item h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 1.55vw, 32px);
  font-weight: 700;
  line-height: 1.16;
}

.benefit-card p,
.experience-item p {
  margin: 18px 0 0;
  color: rgba(234, 242, 255, .8);
  font-size: clamp(18px, 1.35vw, 27px);
  font-weight: 500;
  line-height: 1.38;
}

.experience-section {
  padding: 58px 0 86px;
  overflow: hidden;
}

.experience-shell {
  position: relative;
  min-height: 630px;
}

.experience-shell > h2 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(680px, 48vw);
  transform: translate(-50%, -50%);
  font-size: clamp(58px, 5vw, 96px);
  line-height: 1.18;
}

.experience-map {
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 50%;
  width: min(860px, 54vw);
  aspect-ratio: 760 / 520;
  transform: translateX(-50%);
  opacity: .95;
}

.network-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(205, 225, 244, .22);
  stroke-width: 2.25;
  filter: drop-shadow(0 0 8px rgba(10, 132, 255, .12));
  display: none;
}

.crystal {
  position: absolute;
  width: 13px;
  height: 13px;
  background: #6ec6ff;
  border: 2px solid rgba(210, 240, 255, .9);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(10, 132, 255, .9), 0 0 28px rgba(10, 132, 255, .58);
  animation: crystal-blink 2.6s ease-in-out infinite;
}

.crystal--1 { left: 15%; top: 15%; animation-delay: -.1s; }
.crystal--2 { left: 27%; top: 24%; width: 8px; height: 8px; animation-delay: -1s; }
.crystal--3 { left: 47%; top: 10%; animation-delay: -.7s; }
.crystal--4 { left: 78%; top: 15%; animation-delay: -1.6s; }
.crystal--5 { left: 62%; top: 42%; width: 11px; height: 11px; animation-delay: -.3s; }
.crystal--6 { left: 86%; top: 38%; animation-delay: -2s; }
.crystal--7 { left: 75%; top: 66%; width: 18px; height: 18px; animation-delay: -.9s; }
.crystal--8 { left: 40%; top: 87%; width: 10px; height: 10px; animation-delay: -1.2s; }
.crystal--9 { left: 14%; top: 71%; animation-delay: -1.8s; }
.crystal--10 { left: 22%; top: 55%; width: 9px; height: 9px; animation-delay: -.5s; }
.crystal--11 { left: 55%; top: 51%; width: 8px; height: 8px; animation-delay: -2.2s; }

.experience-item {
  position: absolute;
  z-index: 2;
  max-width: 400px;
}

.experience-item h3 {
  color: var(--blue);
  font-size: clamp(28px, 1.95vw, 38px);
  text-shadow: 0 0 22px rgba(10, 132, 255, .32);
}

.experience-item p {
  margin-top: 10px;
  text-align: center;
}

.experience-item--shop {
  top: 72px;
  left: 8%;
  text-align: center;
}

.experience-item--corp {
  top: 276px;
  left: 2%;
  text-align: center;
}

.experience-item--platforms {
  left: 9%;
  bottom: 22px;
  text-align: center;
}

.experience-item--media {
  top: 72px;
  right: 5%;
}

.experience-item--landings {
  top: 276px;
  right: 5%;
}

.experience-item--stack {
  right: 7%;
  bottom: 22px;
}

.cases-section {
  padding: 78px 0 70px;
}

.cases-shell {
  width: min(100% - 72px, 1500px);
  margin: 0 auto;
}

.cases-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 56px;
}

.cases-visual-title {
  margin: 0;
  font-family: "Zing Rust", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(42px, 3.7vw, 72px);
  line-height: 1.08;
  text-transform: uppercase;
  text-shadow: 0 5px 18px rgba(0, 0, 0, .72);
}

.cases-subtitle {
  margin: 22px 0 0;
  color: rgba(235, 243, 255, .78);
  font-size: clamp(18px, 1.3vw, 24px);
  font-weight: 500;
  line-height: 1.26;
}

.cases-tabs {
  display: flex;
  gap: 14px;
  align-items: center;
  padding-bottom: 4px;
}

.cases-tabs a {
  margin: 0;
  padding: 11px 20px;
  color: rgba(238, 247, 255, .86);
  background: rgba(3, 12, 22, .55);
  border: 1px solid rgba(10, 132, 255, .72);
  border-radius: 7px;
  font-family: "Gilroy", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

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

.cases-carousel {
  position: relative;
}

.cases-viewport {
  overflow: hidden;
  border-radius: 12px;
}

.cases-track {
  display: flex;
  transition: transform 520ms cubic-bezier(.2, .8, .2, 1);
  will-change: transform;
}

.case-card {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: minmax(330px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(42px, 4vw, 76px);
  align-items: center;
  min-height: 545px;
  margin-bottom: 0;
  padding: clamp(46px, 3.7vw, 72px);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
}

.cases-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 32px 0 58px;
}

.cases-control {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  padding: 0;
  color: #fff;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, .18), transparent 36%),
    linear-gradient(180deg, #1798FF, var(--blue));
  border: 1px solid rgba(164, 226, 255, .84);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(10, 132, 255, .3), inset 0 1px 0 rgba(255, 255, 255, .22);
  font-family: "Gilroy", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.cases-control:hover {
  transform: translateY(-2px) scale(1.04);
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, .28), transparent 36%),
    linear-gradient(180deg, #4DB7FF, var(--blue));
  box-shadow: 0 20px 46px rgba(10, 132, 255, .48), inset 0 1px 0 rgba(255, 255, 255, .32);
}

.cases-control:active {
  transform: translateY(0) scale(.96);
}

.cases-counter {
  min-width: 94px;
  color: rgba(235, 243, 255, .78);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.case-card--blue {
  background-image: url("/assets/case-card-blue.webp");
}

.case-card--dark {
  background-image: url("/assets/case-card-dark.webp");
}

.case-card--light {
  background-image: url("/assets/case-card-light.webp");
  color: #071320;
}

.case-card--navy {
  background-image: url("/assets/case-card-navy.webp");
}

.case-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.case-number {
  margin: 0;
  color: transparent;
  -webkit-text-stroke: 2px var(--blue);
  font-size: clamp(62px, 4.6vw, 92px);
  font-weight: 700;
  line-height: .72;
}

.case-copy h3 {
  margin: 22px 0 0;
  font-family: "Zing Rust", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(40px, 3vw, 58px);
  line-height: 1;
  text-transform: uppercase;
}

.case-label {
  max-width: 390px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 800;
  line-height: 1.2;
}

.case-text {
  max-width: 380px;
  margin: 3px 0 0;
  color: rgba(235, 243, 255, .82);
  font-size: clamp(16px, 1.06vw, 20px);
  font-weight: 500;
  line-height: 1.28;
}

.case-label + .case-text + .case-label {
  margin-top: 24px;
}

.case-card--light .case-label {
  color: rgba(7, 19, 32, .92);
}

.case-card--light .case-text {
  color: rgba(7, 19, 32, .78);
}

.case-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.case-copy li {
  padding: 11px 17px;
  color: rgba(235, 246, 255, .86);
  border: 1px solid rgba(10, 132, 255, .72);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
}

.case-card--light .case-copy li {
  color: rgba(8, 28, 48, .72);
}

.case-domain {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  color: rgba(235, 243, 255, .78);
  font-size: 16px;
}

.case-domain img {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
}

.case-card--light .case-domain {
  color: rgba(8, 28, 48, .65);
}

.case-button {
  display: flex;
  width: fit-content;
}

.cases-cta a {
  display: inline-flex;
}

.case-button,
.cases-cta a {
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 330px;
  min-height: 64px;
  margin-top: 28px;
  padding: 0 26px;
  color: #fff;
  background: linear-gradient(180deg, #1798FF, var(--blue));
  border: 1px solid rgba(126, 207, 255, .88);
  border-radius: 7px;
  box-shadow: 0 18px 42px rgba(10, 132, 255, .26);
  font-size: 15px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.case-button span,
.cases-cta a span {
  font-size: 28px;
  line-height: 1;
  transition: transform 180ms ease;
}

.case-shot {
  position: relative;
  z-index: 1;
  min-width: 0;
  width: 100%;
  max-width: none;
  justify-self: end;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .34);
}

.case-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.case-card--blue .case-shot,
.case-card--dark .case-shot,
.case-card--navy .case-shot {
  align-self: center;
}

.cases-cta {
  display: grid;
  grid-template-columns: 320px 1fr auto;
  align-items: center;
  gap: 34px;
  min-height: 136px;
  padding: 28px 70px;
  background:
    radial-gradient(circle at 78% 50%, rgba(10, 132, 255, .34), transparent 24rem),
    linear-gradient(105deg, rgba(18, 53, 84, .96), rgba(10, 38, 68, .94) 44%, rgba(7, 70, 135, .78));
  border: 1px solid rgba(122, 204, 255, .62);
  border-radius: 12px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .18),
    inset 0 0 54px rgba(10, 132, 255, .12),
    0 22px 70px rgba(10, 132, 255, .12);
}

.cases-cta h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 2.1vw, 40px);
  line-height: 1.12;
}

.cases-cta p {
  margin: 0;
  max-width: 720px;
  color: rgba(244, 249, 255, .86);
  font-size: 18px;
  line-height: 1.35;
}

.cases-cta a {
  min-width: 280px;
  margin: 0;
}

.value-section {
  padding: 142px 0 118px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #05090f 0, #05090f 150px, rgba(6, 18, 31, .72) 280px, #05090f 570px),
    radial-gradient(ellipse at 72% 255px, rgba(10, 132, 255, .14), transparent 58rem),
    radial-gradient(circle at 7% 48%, rgba(10, 132, 255, .1), transparent 24rem),
    radial-gradient(circle at 92% 24%, rgba(10, 132, 255, .09), transparent 28rem),
    #05090f;
}

.value-section::before,
.value-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.value-section::before {
  inset: 0 0 auto;
  height: 440px;
  background:
    linear-gradient(180deg, transparent 0, rgba(10, 132, 255, .035) 46%, rgba(10, 132, 255, .07) 70%, transparent 100%),
    radial-gradient(ellipse at 72% 70%, rgba(10, 132, 255, .12), transparent 60%);
  opacity: .76;
  filter: blur(18px);
}

.value-section::after {
  inset: 6% 0 auto;
  height: 190px;
  background:
    radial-gradient(circle at 12% 45%, rgba(154, 223, 255, .9) 0 3px, transparent 4px),
    radial-gradient(circle at 20% 18%, rgba(154, 223, 255, .76) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 32%, rgba(154, 223, 255, .74) 0 3px, transparent 4px),
    linear-gradient(24deg, transparent 10%, rgba(190, 218, 245, .2) 10.2%, transparent 10.45%),
    linear-gradient(153deg, transparent 80%, rgba(190, 218, 245, .18) 80.2%, transparent 80.45%);
  opacity: .54;
}

.value-shell {
  position: relative;
  z-index: 1;
  width: min(100% - 72px, 1640px);
  margin: 0 auto;
}

.value-head {
  max-width: 1480px;
  margin: 0 auto 58px;
  text-align: center;
}

.value-head h2 {
  margin: 0;
  font-family: "Zing Rust", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(42px, 3.8vw, 74px);
  font-weight: 900;
  line-height: 1.03;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 5px 18px rgba(0, 0, 0, .72);
}

.value-head p {
  max-width: 860px;
  margin: 24px auto 0;
  color: rgba(235, 243, 255, .72);
  font-size: clamp(18px, 1.35vw, 27px);
  font-weight: 500;
  line-height: 1.34;
}

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

.value-card {
  position: relative;
  min-height: 330px;
  padding: 38px 34px 36px;
  --blue: #8ED8FF;
  background:
    radial-gradient(circle at 86% -16%, rgba(120, 205, 255, .24), transparent 12rem),
    radial-gradient(circle at 10% 8%, rgba(10, 132, 255, .28), transparent 16rem),
    linear-gradient(145deg, rgba(12, 48, 82, .92), rgba(7, 28, 52, .94) 56%, rgba(5, 14, 27, .96));
  border: 1px solid rgba(106, 184, 235, .42);
  border-radius: 14px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .1),
    inset 0 0 56px rgba(10, 132, 255, .08),
    0 24px 60px rgba(0, 0, 0, .22);
  overflow: hidden;
}

.value-card::after {
  position: absolute;
  top: -2px;
  right: 34px;
  width: 118px;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(93, 191, 255, .98), transparent);
  border-radius: 999px;
  box-shadow: 0 0 26px rgba(190, 232, 255, .95);
  animation: value-glow 2.8s ease-in-out infinite;
}

.value-icon,
.value-cta-icon {
  position: relative;
  display: block;
  width: 86px;
  height: 86px;
  margin-bottom: 30px;
  padding: 18px;
  color: #BFEAFF;
  border: 1px solid rgba(142, 216, 255, .42);
  border-radius: 18px;
  background: rgba(3, 28, 55, .34);
  box-shadow:
    inset 0 0 24px rgba(142, 216, 255, .1),
    0 0 22px rgba(10, 132, 255, .22);
}

.value-cta-icon::before,
.value-cta-icon::after {
  position: absolute;
  content: "";
  border-color: var(--blue);
}

.value-icon path,
.value-icon rect,
.value-icon circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.value-icon--base::before,
.value-cta-icon::before {
  left: 18px;
  bottom: 20px;
  width: 9px;
  height: 19px;
  background: var(--blue);
  box-shadow: 17px -12px 0 var(--blue), 34px -27px 0 var(--blue);
}

.value-icon--base::after,
.value-cta-icon::after {
  left: 17px;
  top: 20px;
  width: 44px;
  height: 34px;
  border-top: 4px solid var(--blue);
  border-right: 4px solid var(--blue);
  transform: skewY(-24deg);
}

.value-icon--growth::before {
  left: 19px;
  bottom: 24px;
  width: 46px;
  height: 34px;
  border-top: 5px solid var(--blue);
  border-right: 5px solid var(--blue);
  transform: skewY(-28deg);
}

.value-icon--growth::after {
  right: 19px;
  top: 24px;
  width: 20px;
  height: 20px;
  border-top: 5px solid var(--blue);
  border-right: 5px solid var(--blue);
}

.value-card h3 {
  margin: 0;
  color: #fff;
  text-shadow: 0 3px 14px rgba(0, 20, 55, .36);
  font-size: clamp(28px, 2vw, 38px);
  font-weight: 700;
  line-height: 1.08;
}

.value-card p {
  margin: 28px 0 0;
  color: rgba(234, 242, 255, .8);
  font-size: clamp(18px, 1.45vw, 29px);
  font-weight: 500;
  line-height: 1.36;
}

.value-cta {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 128px;
  margin-top: 34px;
  padding: 24px 58px 24px 34px;
  background: linear-gradient(105deg, rgba(8, 19, 29, .92), rgba(5, 11, 18, .96) 62%, rgba(10, 72, 137, .58));
  border: 1px solid rgba(91, 139, 172, .38);
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(10, 132, 255, .08);
}

.value-cta-icon {
  width: 64px;
  height: 64px;
  margin: 0;
  border: 0;
  box-shadow: none;
}

.value-cta p {
  margin: 0;
  color: rgba(235, 243, 255, .72);
  font-size: clamp(18px, 1.35vw, 28px);
  font-weight: 500;
  line-height: 1.32;
}

.value-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  min-width: 360px;
  min-height: 76px;
  color: #fff;
  background: linear-gradient(180deg, #1798FF, var(--blue));
  border: 1px solid rgba(126, 207, 255, .88);
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(10, 132, 255, .3);
  font-size: clamp(20px, 1.55vw, 29px);
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.value-cta a span {
  font-size: 34px;
  line-height: 1;
  transition: transform 180ms ease;
}

.faq-section {
  padding: 96px 0 88px;
  background: #05090f;
}

.faq-shell {
  width: min(100% - 72px, 1640px);
  margin: 0 auto;
}

.faq-head {
  display: grid;
  grid-template-columns: minmax(260px, .42fr) minmax(0, .58fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 44px;
}

.faq-head h2 {
  margin: 0;
  font-family: "Zing Rust", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(58px, 5vw, 96px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 5px 18px rgba(0, 0, 0, .72);
}

.faq-head p {
  max-width: 760px;
  margin: 0;
  color: rgba(235, 243, 255, .78);
  font-size: clamp(18px, 1.35vw, 27px);
  font-weight: 500;
  line-height: 1.35;
}

.faq-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.faq-item {
  position: relative;
  background: linear-gradient(145deg, rgba(12, 35, 62, .86), rgba(5, 14, 27, .94));
  border: 1px solid rgba(106, 184, 235, .36);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 20px 54px rgba(0, 0, 0, .18);
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 92px;
  padding: 28px 34px;
  color: #fff;
  font-size: clamp(20px, 1.45vw, 28px);
  font-weight: 700;
  line-height: 1.18;
  list-style: none;
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  content: "+";
  color: #BFEAFF;
  border: 1px solid rgba(142, 216, 255, .56);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(10, 132, 255, .24);
  transition: transform 180ms ease, background 180ms ease;
}

.faq-item[open] summary::after {
  content: "−";
  background: rgba(10, 132, 255, .16);
  transform: rotate(180deg);
}

.faq-item p {
  margin: -8px 0 0;
  padding: 0 34px 30px;
  color: rgba(234, 242, 255, .78);
  font-size: clamp(17px, 1.18vw, 23px);
  font-weight: 500;
  line-height: 1.42;
}

.request-section {
  position: relative;
  padding: 70px 0 128px;
  background:
    radial-gradient(ellipse at 50% 0, rgba(10, 132, 255, .08), transparent 42rem),
    #05090f;
}

.request-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
  gap: 48px;
  align-items: center;
  width: min(100% - 92px, 1640px);
  min-height: 330px;
  margin: 0 auto;
  padding: 54px 64px;
  background:
    linear-gradient(90deg, rgba(4, 13, 23, .96), rgba(5, 20, 35, .9) 45%, rgba(8, 54, 102, .52)),
    radial-gradient(ellipse at 88% 50%, rgba(10, 132, 255, .4), transparent 24rem);
  border: 1px solid rgba(106, 184, 235, .42);
  border-radius: 16px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .1),
    inset 0 0 62px rgba(10, 132, 255, .08),
    0 26px 80px rgba(0, 0, 0, .28);
  overflow: hidden;
}

.request-card::before,
.request-card::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.request-card::before {
  right: -5%;
  top: -34%;
  width: min(570px, 38vw);
  aspect-ratio: 1;
  border: 2px solid rgba(10, 132, 255, .32);
  border-radius: 50%;
  background:
    repeating-linear-gradient(90deg, transparent 0 32px, rgba(10, 132, 255, .18) 33px 35px, transparent 36px 70px),
    repeating-linear-gradient(0deg, transparent 0 34px, rgba(10, 132, 255, .13) 35px 37px, transparent 38px 72px),
    radial-gradient(circle at 28% 22%, rgba(151, 223, 255, .2), transparent 28%);
  opacity: .76;
  filter: blur(.2px);
}

.request-card::after {
  inset: 0;
  background:
    radial-gradient(circle at 13% 8%, rgba(173, 229, 255, .9) 0 3px, transparent 4px),
    radial-gradient(circle at 91% 38%, rgba(173, 229, 255, .76) 0 3px, transparent 4px),
    linear-gradient(22deg, transparent 6%, rgba(137, 205, 255, .18) 6.15%, transparent 6.45%),
    linear-gradient(145deg, transparent 68%, rgba(137, 205, 255, .18) 68.2%, transparent 68.5%);
  opacity: .64;
}

.request-copy,
.request-action {
  position: relative;
  z-index: 1;
}

.request-copy h2 {
  max-width: 880px;
  margin: 0;
  font-family: "Zing Rust", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(42px, 3.9vw, 76px);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
  text-shadow: 0 5px 18px rgba(0, 0, 0, .72);
}

.request-copy p {
  max-width: 760px;
  margin: 34px 0 0;
  color: rgba(235, 243, 255, .84);
  font-size: clamp(20px, 1.55vw, 30px);
  font-weight: 500;
  line-height: 1.35;
}

.request-action {
  display: grid;
  justify-items: start;
  gap: 28px;
}

.request-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  min-width: min(100%, 500px);
  min-height: 92px;
  padding: 0 42px;
  color: #fff;
  background: linear-gradient(180deg, #1798FF, var(--blue));
  border: 1px solid rgba(126, 207, 255, .88);
  border-radius: 13px;
  box-shadow: 0 18px 42px rgba(10, 132, 255, .3), inset 0 1px 0 rgba(255, 255, 255, .24);
  font-size: clamp(22px, 1.65vw, 32px);
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.request-button svg {
  width: 44px;
  height: 44px;
  padding: 8px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  border: 2px solid rgba(255, 255, 255, .88);
  border-radius: 50%;
  transition: transform 180ms ease;
}

.request-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #4DB7FF, var(--blue));
  border-color: rgba(214, 244, 255, .96);
  box-shadow: 0 22px 48px rgba(10, 132, 255, .46);
}

.request-button:hover svg {
  transform: translateX(4px);
}

.request-action p {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 18px;
  max-width: 620px;
  margin: 0;
  color: rgba(235, 243, 255, .72);
  font-size: clamp(17px, 1.2vw, 23px);
  font-weight: 600;
  line-height: 1.34;
}

.request-action p span {
  position: relative;
  width: 23px;
  height: 25px;
  border: 3px solid var(--blue);
  border-radius: 5px;
  box-shadow: 0 0 18px rgba(10, 132, 255, .48);
}

.request-action p span::before {
  position: absolute;
  left: 4px;
  top: -11px;
  width: 10px;
  height: 11px;
  content: "";
  border: 3px solid var(--blue);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.site-footer {
  display: grid;
  place-items: center;
  min-height: 270px;
  padding: 58px 24px 92px;
  background: #05090f;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-logo img {
  display: block;
  width: min(180px, 42vw);
  height: auto;
}

@keyframes float-card {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -11px; }
}

@keyframes float-soft {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -14px; }
}

@keyframes tile-float {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -13px;
  }
}

@keyframes crystal-blink {
  0%, 100% {
    opacity: .48;
    transform: scale(.72);
    filter: brightness(.9);
  }
  45% {
    opacity: 1;
    transform: scale(1.18);
    filter: brightness(1.6);
  }
  62% {
    opacity: .72;
    transform: scale(.9);
  }
}

@keyframes value-glow {
  0%, 100% {
    opacity: .38;
    transform: translateX(-10px) scaleX(.72);
  }
  50% {
    opacity: 1;
    transform: translateX(10px) scaleX(1);
  }
}

@media (max-width: 1360px) {
  :root {
    --side: clamp(24px, 3.2vw, 54px);
  }

  .site-header {
    grid-template-columns: 270px minmax(0, 1fr) 230px;
    gap: 22px;
  }

  .logo img {
    width: 220px;
  }

  .main-nav {
    gap: 22px;
  }

  .main-nav a {
    font-size: clamp(17px, 1.25vw, 22px);
  }

  .hero {
    grid-template-columns: minmax(610px, .98fr) minmax(0, 1.02fr);
  }

  .art {
    right: -8vw;
    width: min(850px, 58vw);
  }

  .hero__art {
    left: 44vw;
  }

  .hero__image {
    right: -8vw;
    width: min(1060px, 66vw);
  }

  .hero__elements {
    right: -8vw;
    width: min(1060px, 66vw);
  }
}

@media (max-width: 1080px) {
  :root {
    --header-height: 94px;
  }

  .site-header,
  .site-header.is-scrolled {
    height: var(--header-height);
    grid-template-columns: auto 1fr auto;
  }

  .logo img,
  .site-header.is-scrolled .logo img {
    width: 196px;
  }

  .brand-group {
    gap: 10px;
  }

  .language-switch a {
    min-width: 31px;
    min-height: 26px;
    padding-inline: 8px;
    font-size: 11px;
  }

  .main-nav {
    position: fixed;
    top: 82px;
    right: var(--side);
    display: grid;
    min-width: min(360px, calc(100vw - 44px));
    padding: 18px;
    background: rgba(4, 10, 18, .92);
    border: 1px solid rgba(10, 132, 255, .24);
    border-radius: 18px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .54);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
    backdrop-filter: blur(18px);
  }

  .site-header.is-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 12px 6px;
    font-size: 19px;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: calc(var(--header-height) + 44px);
  }

  .hero__content {
    max-width: 860px;
  }

  h1 {
    max-width: 860px;
  }

  .hero__art {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    min-height: 540px;
    margin-top: -26px;
  }

  .hero__image {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: min(112%, 860px);
    margin: 0 auto;
    transform: none;
    animation: none;
  }

  .hero__elements {
    top: 0;
    right: 50%;
    width: min(112%, 860px);
    transform: translateX(50%);
  }

  .floating-tile {
    min-width: 106px;
    min-height: 84px;
  }

  .floating-tile--html {
    min-width: 142px;
    min-height: 92px;
  }

  .floating-tile--next,
  .floating-tile--react {
    min-width: 116px;
    min-height: 78px;
  }

  .floating-tile--next {
    top: 8%;
    left: 38%;
  }

  .floating-tile--react {
    top: 9%;
    right: 20%;
  }

  .section-shell {
    width: min(100% - 44px, 920px);
  }

  .benefits-section {
    padding: 112px 0 118px;
  }

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

  .benefit-card {
    min-height: 0;
  }

  .experience-section {
    padding-top: 70px;
  }

  .experience-shell {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    min-height: 0;
    padding-top: 470px;
  }

  .experience-shell > h2 {
    top: 215px;
    width: min(620px, 76vw);
    transform: translate(-50%, -50%);
    font-size: clamp(48px, 8vw, 74px);
  }

  .experience-map {
    top: 0;
    width: min(690px, 92vw);
  }

  .experience-item {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: none;
    padding: 22px;
    background: rgba(8, 15, 22, .5);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    text-align: left;
  }

  .experience-item p {
    text-align: left;
  }

  .cases-shell {
    width: min(100% - 44px, 920px);
  }

  .cases-head {
    align-items: start;
    flex-direction: column;
  }

  .case-card {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    padding: 32px;
    background-size: cover;
  }

  .cases-controls {
    margin-bottom: 42px;
  }

  .case-text {
    max-width: 620px;
  }

  .case-button {
    margin-left: auto;
    margin-right: clamp(34px, 8vw, 96px);
    margin-top: 34px;
  }

  .case-shot {
    order: 2;
  }

  .cases-cta {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .cases-cta a {
    width: fit-content;
  }

  .value-section {
    padding: 82px 0 92px;
  }

  .value-head h2 {
    white-space: normal;
  }

  .value-shell {
    width: min(100% - 44px, 920px);
  }

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

  .value-card {
    min-height: 300px;
    padding: 30px 26px;
  }

  .value-cta {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .value-cta a {
    width: fit-content;
    min-width: 300px;
  }

  .faq-section {
    padding: 78px 0 72px;
  }

  .faq-shell {
    width: min(100% - 44px, 920px);
  }

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

  .faq-list {
    grid-template-columns: 1fr;
  }

  .request-section {
    padding: 62px 0 96px;
  }

  .request-card {
    grid-template-columns: 1fr;
    width: min(100% - 44px, 920px);
    gap: 36px;
    padding: 42px 34px;
  }

  .request-card::before {
    right: -18%;
    top: -20%;
    width: min(520px, 72vw);
  }

  .request-action {
    justify-items: start;
  }

  .request-button {
    min-height: 78px;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 78px;
    --side: 18px;
  }

  .site-header,
  .site-header.is-scrolled {
    height: var(--header-height);
    padding-inline: var(--side);
  }

  .site-header::before {
    inset-inline: 12px;
  }

  .logo img,
  .site-header.is-scrolled .logo img {
    width: 158px;
  }

  .main-nav {
    top: 70px;
  }

  .hero {
    padding-top: calc(var(--header-height) + 36px);
    padding-bottom: 48px;
  }

  h1 {
    font-size: clamp(39px, 13vw, 66px);
  }

  h1 span {
    white-space: normal;
  }

  .hero__lead {
    margin-top: 24px;
    font-size: 17px;
  }

  .hero__button {
    width: 100%;
    min-width: 0;
    gap: 18px;
    margin-top: 36px;
  }

  .hero__note {
    grid-template-columns: 25px 1fr;
    font-size: 15px;
  }

  .hero__chips {
    display: grid;
    grid-template-columns: 1fr;
    width: auto;
    max-width: none;
  }

  .hero__chips li {
    min-height: 56px;
    font-size: 16px;
    white-space: normal;
  }

  .hero__chips li:nth-child(3) {
    min-width: 0;
  }

  .hero__art {
    min-height: 330px;
    margin-top: -4px;
    overflow: hidden;
  }

  .hero__image {
    width: min(112%, 560px);
    margin-left: -6%;
    opacity: .1;
  }

  .hero__elements {
    right: auto;
    left: 50%;
    width: min(100%, 430px);
    transform: none;
    translate: -50% 0;
  }

  .floating-tile {
    min-width: 70px;
    min-height: 58px;
    padding: 8px;
    border-radius: 12px;
  }

  .floating-tile strong {
    font-size: 22px;
  }

  .floating-tile small {
    display: none;
  }

  .floating-tile--next strong,
  .floating-tile--react strong,
  .floating-tile--tilda strong {
    font-size: 0;
  }

  .floating-tile--next strong::after,
  .floating-tile--react strong::after,
  .floating-tile--tilda strong::after {
    font-size: 17px;
    line-height: 1;
    letter-spacing: .02em;
  }

  .floating-tile--next strong::after {
    content: "Next.js";
  }

  .floating-tile--react strong::after {
    content: "React";
  }

  .floating-tile--tilda strong::after {
    content: "Tilda";
  }

  .floating-tile--html {
    min-width: 76px;
    min-height: 62px;
  }

  .floating-tile--next,
  .floating-tile--react {
    min-width: 78px;
    min-height: 58px;
  }

  .floating-tile--next {
    top: 7%;
    left: 34%;
  }

  .floating-tile--react {
    top: 8%;
    right: auto;
    left: 70%;
  }

  .floating-tile--wp {
    top: 28%;
    left: 14%;
  }

  .floating-tile--cart {
    top: 47%;
    left: 2%;
  }

  .floating-tile--cms {
    left: 24%;
    bottom: 18%;
  }

  .floating-tile--code {
    right: auto;
    left: 50%;
    bottom: 18%;
  }

  .floating-tile--tilda {
    right: auto;
    left: 76%;
    top: 26%;
  }

  .floating-tile--html {
    right: auto;
    left: 72%;
    top: 45%;
  }

  .floating-tile--db {
    right: auto;
    left: 74%;
    bottom: 16%;
  }

  .floating-tile--html strong {
    font-size: 17px;
  }

  .floating-tile--db {
    min-width: 72px;
  }

  .glass-card {
    min-width: 78px;
    min-height: 68px;
    padding: 9px;
    border-radius: 13px;
  }

  .glass-card strong {
    font-size: 25px;
  }

  .glass-card small {
    font-size: 8px;
  }

  .glass-card--html,
  .glass-card--cms,
  .glass-card--code,
  .glass-card--db {
    min-width: 84px;
    min-height: 66px;
  }

  .section-shell {
    width: min(100% - 32px, 620px);
  }

  .benefits-section {
    padding: 84px 0 88px;
  }

  .benefits-section h2,
  .experience-section h2 {
    font-size: clamp(34px, 10vw, 52px);
  }

  .benefit-card {
    grid-template-columns: 54px 1fr;
    gap: 16px;
    padding: 24px 20px;
  }

  .benefit-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .benefit-card h3,
  .experience-item h3 {
    font-size: 22px;
  }

  .benefit-card p,
  .experience-item p {
    font-size: 16px;
  }

  .experience-shell {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 350px;
  }

  .experience-shell > h2 {
    top: 160px;
    width: 100%;
    transform: translate(-50%, -50%);
    font-size: clamp(42px, 12vw, 58px);
  }

  .experience-map {
    width: min(520px, 112vw);
    opacity: .65;
  }

  .crystal {
    width: 10px;
    height: 10px;
  }

  .cases-section {
    padding-top: 58px;
  }

  .cases-shell {
    width: min(100% - 32px, 620px);
  }

  .cases-tabs {
    flex-wrap: wrap;
  }

  .cases-tabs a {
    font-size: 15px;
    padding: 10px 13px;
  }

  .case-card {
    margin-bottom: 28px;
    padding: 24px 18px;
  }

  .cases-viewport {
    border-radius: 10px;
  }

  .cases-controls {
    gap: 13px;
    margin: 24px 0 34px;
  }

  .cases-control {
    width: 50px;
    height: 50px;
    font-size: 26px;
  }

  .cases-counter {
    min-width: 82px;
    font-size: 16px;
  }

  .case-number {
    font-size: 56px;
  }

  .case-copy h3 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .case-label,
  .case-text,
  .case-copy li,
  .case-domain {
    font-size: 15px;
  }

  .case-button,
  .cases-cta a {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cases-cta {
    padding: 24px 18px;
  }

  .value-section {
    padding: 68px 0 76px;
  }

  .value-section::after {
    height: 130px;
  }

  .value-shell {
    width: min(100% - 32px, 620px);
  }

  .value-head {
    margin-bottom: 34px;
  }

  .value-head h2 {
    font-size: clamp(34px, 10vw, 52px);
  }

  .value-head p {
    font-size: 16px;
  }

  .value-grid {
    grid-template-columns: 1fr;
  }

  .value-card {
    min-height: 0;
    padding: 24px 20px;
  }

  .value-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
    transform: scale(.82);
    transform-origin: left top;
  }

  .value-card h3 {
    font-size: 24px;
  }

  .value-card p {
    margin-top: 18px;
    font-size: 16px;
  }

  .value-cta {
    padding: 24px 18px;
  }

  .value-cta-icon {
    display: none;
  }

  .value-cta a {
    width: 100%;
    min-width: 0;
  }

  .faq-section {
    padding: 58px 0 56px;
  }

  .faq-shell {
    width: min(100% - 32px, 620px);
  }

  .faq-head {
    margin-bottom: 28px;
  }

  .faq-head h2 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .faq-head p {
    font-size: 16px;
  }

  .faq-item summary {
    min-height: 76px;
    padding: 22px 18px;
    font-size: 18px;
  }

  .faq-item summary::after {
    width: 32px;
    height: 32px;
  }

  .faq-item p {
    padding: 0 18px 24px;
    font-size: 15px;
  }

  .request-section {
    padding: 48px 0 74px;
  }

  .request-card {
    width: min(100% - 32px, 620px);
    padding: 30px 20px;
    border-radius: 12px;
  }

  .request-card::before {
    right: -34%;
    top: -8%;
    width: 360px;
    opacity: .42;
  }

  .request-copy h2 {
    font-size: clamp(34px, 10vw, 52px);
  }

  .request-copy p {
    margin-top: 22px;
    font-size: 17px;
  }

  .request-button {
    width: 100%;
    min-width: 0;
    min-height: 68px;
    gap: 18px;
    padding: 0 20px;
    font-size: 18px;
  }

  .request-button svg {
    width: 38px;
    height: 38px;
  }

  .request-action p {
    grid-template-columns: 24px 1fr;
    font-size: 15px;
  }

  .site-footer {
    min-height: 210px;
    padding: 42px 18px 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.reveal-ready [data-reveal],
  body.reveal-ready [data-reveal].is-revealed,
  .floating-tile,
  .crystal,
  .value-card::after {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

/* Strategy hero refresh */
.site-header {
  grid-template-columns: 270px minmax(0, 1fr) 210px;
  gap: clamp(24px, 4vw, 70px);
  height: 84px;
  background: rgba(1, 5, 10, 0.94);
}

.site-header.is-scrolled {
  height: 74px;
}

.logo img,
.site-header.is-scrolled .logo img {
  width: 174px;
}

.site-header.is-scrolled .brand-group {
  gap: 12px;
}

.main-nav {
  gap: clamp(28px, 3vw, 52px);
}

.main-nav a {
  font-size: clamp(16px, 1.05vw, 18px);
}

.header-cta {
  min-height: 46px;
  padding: 0 30px;
  border-radius: 8px;
  font-size: 16px;
}

.site-header.is-scrolled .header-cta {
  min-height: 46px;
  padding-inline: 30px;
}

.hero--strategy {
  grid-template-columns: minmax(520px, 0.92fr) minmax(440px, 1fr);
  align-items: center;
  min-height: 835px;
  padding: calc(84px + 32px) var(--side) 24px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.8) 47%, rgba(0, 0, 0, 0.2) 100%),
    radial-gradient(circle at 66% 54%, rgba(10, 132, 255, 0.62), transparent 21rem),
    radial-gradient(circle at 78% 74%, rgba(16, 108, 215, 0.3), transparent 22rem),
    linear-gradient(135deg, #020509 0%, #06111d 52%, #020407 100%);
}

.hero--strategy::before {
  inset: 84px 0 0;
  background:
    linear-gradient(108deg, transparent 59%, rgba(255, 255, 255, 0.09) 59.3%, transparent 61.8%),
    linear-gradient(108deg, transparent 67%, rgba(255, 255, 255, 0.06) 67.2%, transparent 68.6%),
    linear-gradient(25deg, transparent 10%, rgba(10, 132, 255, 0.15) 10.25%, transparent 10.8%);
  opacity: .82;
}

.hero--strategy::after {
  height: 28%;
  opacity: .52;
}

.hero--strategy .hero__content {
  position: relative;
  align-self: start;
  max-width: 900px;
  padding-top: 2px;
  z-index: 40;
}

.hero--strategy .hero__content > * {
  position: relative;
  z-index: 2;
}

.hero__eyebrow {
  margin: 0 0 22px;
  font-family: "Zing Rust", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(28px, 2.3vw, 38px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .025em;
  text-transform: uppercase;
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.72);
}

.hero--strategy h1 {
  max-width: 900px;
  font-size: clamp(70px, 6.2vw, 112px);
  line-height: .98;
  letter-spacing: .015em;
}

.hero--strategy .hero__lead {
  max-width: 650px;
  margin-top: 32px;
  font-size: clamp(18px, 1.38vw, 23px);
  line-height: 1.24;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
}

.hero--strategy .hero__button {
  min-width: 288px;
  margin-top: 0;
  padding: 18px 30px;
  gap: 18px;
  border-radius: 7px;
  font-size: 17px;
}

.hero--strategy .hero__button svg {
  width: 25px;
  height: 25px;
  padding: 5px;
}

.hero__button--ghost {
  min-width: 278px;
  color: #fff;
  background: rgba(8, 20, 32, 0.54);
  border-color: rgba(111, 191, 255, .62);
  box-shadow: inset 0 0 0 1px rgba(10, 132, 255, .12);
}

.hero__button--ghost:hover {
  background: rgba(10, 132, 255, .14);
}

.hero--strategy .hero__note {
  grid-template-columns: 20px 1fr;
  max-width: 600px;
  margin-top: 24px;
  gap: 13px;
  font-size: 15px;
  line-height: 1.28;
}

.hero--strategy .hero__note span {
  width: 19px;
  height: 19px;
  border-width: 2px;
  border-radius: 5px;
}

.hero--strategy .hero__note span::after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 4px;
  border-width: 2px;
}

.hero__problems {
  position: relative;
  z-index: 5;
  display: grid;
  gap: 8px;
  max-width: 600px;
  margin-top: 31px;
}

.hero-problem-card {
  display: flex;
  align-items: center;
  min-height: 57px;
  gap: 13px;
  padding: 11px 14px;
  color: rgba(246, 250, 255, .82);
  background: rgba(12, 24, 36, .78);
  border: 1px solid rgba(74, 154, 220, .42);
  border-radius: 5px;
  box-shadow: inset 0 0 24px rgba(10, 132, 255, .08), 0 14px 32px rgba(0, 0, 0, .25);
  backdrop-filter: blur(10px);
}

.hero-problem-card img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(45%) sepia(87%) saturate(2738%) hue-rotate(190deg) brightness(104%) contrast(104%);
  flex: 0 0 auto;
}

.hero-problem-card p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

.hero__visual {
  position: relative;
  z-index: 1;
  isolation: isolate;
  align-self: stretch;
  min-height: 700px;
  pointer-events: none;
}

.hero__blue-core {
  position: absolute;
  z-index: 0;
  right: 5%;
  bottom: -6%;
  width: min(750px, 58vw);
  aspect-ratio: 1 / .78;
  background: none;
  opacity: 0;
}

.hero__portrait {
  position: absolute;
  z-index: 0;
  right: -155px;
  bottom: -125px;
  width: 1130px;
  max-width: none;
  filter: drop-shadow(0 28px 56px rgba(0, 0, 0, .54));
}

.hero-stat,
.hero-profile-card {
  position: absolute;
  z-index: 20;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(104, 163, 191, .42), rgba(12, 35, 54, .74)),
    radial-gradient(circle at 22% 10%, rgba(255, 255, 255, .2), transparent 36%);
  border: 1px solid rgba(122, 213, 255, .62);
  box-shadow: inset 0 0 22px rgba(114, 210, 255, .11), 0 22px 46px rgba(0, 0, 0, .36);
  backdrop-filter: blur(14px);
}

.hero-stat {
  display: grid;
  align-content: center;
  width: 176px;
  min-height: 132px;
  padding: 19px 22px;
  border-radius: 12px;
}

.hero-stat strong {
  font-size: 43px;
  line-height: .9;
}

.hero-stat span {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.18;
  text-transform: uppercase;
}

.hero-stat--projects {
  top: 66px;
  right: 0;
}

.hero-stat--saving {
  top: 214px;
  right: -34px;
  width: 252px;
}

.hero-stat--saving strong {
  font-size: 43px;
  white-space: nowrap;
}

.hero-stat--saving span {
  font-size: 13px;
  line-height: 1.2;
}

.hero-profile-card {
  right: 122px;
  bottom: 104px;
  width: 304px;
  padding: 22px 24px 24px;
  border-radius: 10px;
}

.hero-profile-card strong {
  display: block;
  font-size: 42px;
  line-height: .9;
}

.hero-profile-card span {
  display: block;
  margin-top: 12px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-profile-card i {
  display: block;
  width: 100%;
  height: 1px;
  margin: 10px 0 8px;
  background: rgba(255, 255, 255, .68);
}

.hero-profile-card p {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.hero-profile-card p::before {
  content: "- ";
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 210px minmax(0, 1fr) 190px;
  }

  .main-nav {
    gap: 24px;
  }

  .hero--strategy {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .hero--strategy .hero__content {
    max-width: 720px;
  }

  .hero__visual {
    min-height: 650px;
    margin-top: -60px;
  }

  .hero__portrait {
    right: -20%;
    width: 980px;
  }

  .hero__blue-core {
    right: 14%;
    width: min(760px, 78vw);
  }
}

@media (max-width: 900px) {
  .site-header,
  .site-header.is-scrolled {
    grid-template-columns: 1fr auto;
    height: 92px;
    inset: 18px var(--side) auto;
    padding: 0 20px;
    border: 1px solid rgba(10, 132, 255, .24);
    border-radius: 26px;
    background: rgba(3, 10, 18, .72);
  }

  .site-header::before,
  .site-header::after {
    display: none;
  }

  .logo img,
  .site-header.is-scrolled .logo img {
    width: 226px;
  }

  .brand-group {
    gap: 10px;
  }

  .language-switch {
    padding: 3px;
  }

  .language-switch a {
    min-width: 30px;
    min-height: 25px;
    padding-inline: 7px;
    font-size: 10px;
  }

  .menu-toggle {
    display: block;
    width: 66px;
    height: 66px;
    border-radius: 18px;
  }

  .main-nav {
    position: fixed;
    top: 126px;
    left: var(--side);
    right: var(--side);
    display: grid;
    gap: 12px;
    padding: 16px;
    background: rgba(4, 12, 22, .94);
    border: 1px solid rgba(10, 132, 255, .24);
    border-radius: 20px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-header.is-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 12px;
    font-size: 18px;
  }

  .header-cta {
    display: none;
  }

  .hero--strategy {
    min-height: auto;
    padding-top: 145px;
  }

  .hero--strategy::before {
    inset: 0;
  }

  .hero--strategy .hero__content {
    max-width: none;
  }

  .hero--strategy h1 {
    font-size: clamp(54px, 13vw, 86px);
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero--strategy .hero__button,
  .hero__button--ghost {
    width: 100%;
    min-width: 0;
  }

  .hero__visual {
    min-height: 600px;
    margin-top: 22px;
    overflow: hidden;
  }

  .hero__portrait {
    right: -48%;
    bottom: -78px;
    width: 980px;
  }

  .hero__blue-core {
    right: -12%;
    bottom: 2%;
    width: 120vw;
  }

  .hero-stat--projects {
    top: 52px;
    right: 10px;
  }

  .hero-stat--saving {
    top: 170px;
    right: 0;
  }

  .hero-profile-card {
    right: 20px;
    bottom: 58px;
  }
}

@media (max-width: 560px) {
  .site-header,
  .site-header.is-scrolled {
    height: 74px;
    inset: 14px var(--side) auto;
    padding-inline: 15px;
    border-radius: 22px;
  }

  .logo img,
  .site-header.is-scrolled .logo img {
    width: 183px;
  }

  .menu-toggle {
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }

  .main-nav {
    top: 102px;
  }

  .hero--strategy {
    padding-top: 112px;
  }

  .hero__eyebrow {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .hero--strategy h1 {
    font-size: clamp(46px, 14vw, 66px);
  }

  .hero--strategy .hero__lead {
    margin-top: 24px;
    font-size: 18px;
  }

  .hero__problems {
    margin-top: 24px;
  }

  .hero__visual {
    min-height: 520px;
  }

  .hero__portrait {
    right: -86%;
    bottom: -72px;
    width: 245vw;
  }

  .hero-stat {
    width: 148px;
    min-height: 108px;
    padding: 14px 16px;
  }

  .hero-stat strong {
    font-size: 34px;
  }

  .hero-stat span {
    font-size: 11px;
  }

  .hero-stat--projects {
    top: 18px;
    right: 0;
  }

  .hero-stat--saving {
    top: 120px;
    right: 0;
    width: 206px;
  }

  .hero-profile-card {
    right: 0;
    bottom: 42px;
    width: 238px;
  }

  .hero-profile-card strong {
    font-size: 32px;
  }

  .hero-profile-card span {
    font-size: 10px;
  }

  .hero-profile-card p {
    font-size: 11px;
  }
}

body.reveal-ready .hero__eyebrow[data-reveal-child],
body.reveal-ready .hero-problem-card[data-reveal-child] {
  transform: translate3d(-42px, 22px, 0) skewX(-3deg);
}

body.reveal-ready .hero[data-reveal].is-revealed .hero__eyebrow[data-reveal-child],
body.reveal-ready .hero[data-reveal].is-revealed .hero-problem-card[data-reveal-child] {
  transform: translate3d(0, 0, 0) skewX(0);
}

body.reveal-ready .hero__portrait[data-reveal-child],
body.reveal-ready .hero-stat[data-reveal-child],
body.reveal-ready .hero-profile-card[data-reveal-child] {
  transform: translate3d(34px, 22px, 0) scale(.94);
}

body.reveal-ready .hero[data-reveal].is-revealed .hero__portrait[data-reveal-child],
body.reveal-ready .hero[data-reveal].is-revealed .hero-stat[data-reveal-child],
body.reveal-ready .hero[data-reveal].is-revealed .hero-profile-card[data-reveal-child] {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Final V-Scan CTA */
.request-section {
  display: grid;
  place-items: start center;
  min-height: 520px;
  padding: 142px var(--side) 120px;
  background:
    radial-gradient(circle at 50% 34%, rgba(10, 132, 255, .08), transparent 19rem),
    linear-gradient(180deg, #03080e 0%, #05090f 100%);
}

.request-card {
  display: block;
  width: min(100%, 1120px);
  min-height: 0;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  text-align: center;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.request-card::before,
.request-card::after {
  display: none;
}

.request-copy,
.request-action {
  position: relative;
  z-index: 1;
}

.request-copy h2 {
  max-width: none;
  margin: 0 auto;
  font-size: clamp(42px, 3.85vw, 64px);
  line-height: 1.08;
  text-align: center;
  white-space: nowrap;
}

.request-copy p {
  max-width: none;
  margin: 42px auto 0;
  color: rgba(230, 238, 248, .78);
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.3;
  text-align: center;
}

.request-action {
  display: flex;
  justify-content: center;
  margin-top: 58px;
}

.request-button {
  min-width: 282px;
  min-height: 62px;
  gap: 24px;
  margin: 0;
  padding: 0 34px;
  border-radius: 6px;
  font-size: 15px;
  box-shadow: 0 18px 46px rgba(10, 132, 255, .34), inset 0 1px 0 rgba(255, 255, 255, .24);
}

.request-button svg {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
}

.site-footer {
  min-height: 235px;
  padding: 10px 24px 96px;
  background: #05090f;
}

.footer-logo img {
  width: min(145px, 38vw);
}

@media (max-width: 900px) {
  .request-section {
    min-height: 430px;
    padding: 104px var(--side) 90px;
  }

  .request-copy h2 {
    white-space: normal;
  }

  .request-copy p {
    margin-top: 28px;
  }

  .request-action {
    margin-top: 42px;
  }
}

@media (max-width: 560px) {
  .request-section {
    min-height: 390px;
    padding: 82px var(--side) 74px;
  }

  .request-copy h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .request-button {
    width: min(100%, 282px);
    min-width: 0;
  }

  .site-footer {
    min-height: 170px;
    padding-bottom: 70px;
  }
}

@media (min-width: 721px) and (max-width: 1180px) {
  .hero--strategy {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 18px;
  }

  .hero--strategy::after {
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 260px;
    background: linear-gradient(180deg, rgba(5, 9, 15, 0) 0%, rgba(5, 9, 15, .78) 58%, #05090f 100%);
    opacity: 1;
    transform: none;
  }

  .hero--strategy .hero__content {
    max-width: 760px;
  }

  .hero__visual {
    width: min(100%, 980px);
    min-height: 650px;
    margin: 48px auto 0;
    overflow: visible;
    border-radius: 0 0 18px 18px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero__visual::after {
    display: none;
  }

  .hero__portrait {
    right: -205px;
    top: -135px;
    bottom: auto;
    width: 1120px;
    -webkit-mask-image: linear-gradient(90deg, #000 0 88%, transparent 100%);
    mask-image: linear-gradient(90deg, #000 0 88%, transparent 100%);
  }

  .hero-stat {
    width: 176px;
    min-height: 128px;
  }

  .hero-stat--projects {
    top: 8px;
    right: auto;
    left: 112px;
  }

  .hero-stat--saving {
    top: 144px;
    right: auto;
    left: 300px;
    width: 258px;
  }

  .hero-profile-card {
    right: 72px;
    left: auto;
    top: 338px;
    bottom: auto;
    width: 320px;
  }

  .cases-shell {
    width: min(100% - 44px, 1060px);
  }

  .case-card {
    grid-template-columns: minmax(310px, .38fr) minmax(0, .62fr);
    gap: 46px;
    min-height: 520px;
    padding: 34px;
  }

  .case-shot {
    width: 100%;
    max-width: none;
    justify-self: end;
    transform: none;
  }

  .case-copy h3 {
    font-size: clamp(34px, 4.4vw, 48px);
  }

  .case-label {
    margin-top: 20px;
  }

  .case-copy ul {
    gap: 10px;
  }

  .case-copy li {
    padding: 10px 14px;
    font-size: 14px;
  }

  .case-button {
    min-width: min(100%, 340px);
    margin-left: 0;
    margin-right: 0;
  }

  .case-shot {
    align-self: center;
    width: 100%;
  }
}

@media (min-width: 721px) and (max-width: 840px) {
  .case-card {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 34px;
  }

  .case-shot {
    width: 100%;
    justify-self: stretch;
  }
}

@media (min-width: 1181px) and (max-width: 1500px) {
  .hero--strategy .hero__content {
    position: relative;
    z-index: 40;
  }

  .hero__visual {
    z-index: 1;
    isolation: isolate;
  }

  .hero__portrait {
    z-index: 0;
  }

  .hero-stat,
  .hero-profile-card {
    z-index: 30;
  }

  .hero-stat--projects {
    top: 26px;
    right: 18px;
    width: 186px;
  }

  .hero-stat--saving {
    top: 172px;
    right: -42px;
    width: 252px;
  }

  .hero-stat--saving strong {
    display: block;
    font-size: 43px;
    white-space: nowrap;
  }

  .hero-profile-card {
    right: 168px;
    bottom: 70px;
    z-index: 31;
    width: 318px;
  }
}

.work-section {
  position: relative;
  min-height: 1040px;
  padding: 260px var(--side) 150px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(10, 132, 255, .24), transparent 24rem),
    linear-gradient(180deg, #02070d 0%, #040a11 52%, #02070d 100%);
}

.work-section::before {
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: 7%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(111, 189, 255, .32), transparent);
  transform: rotate(-29deg);
  transform-origin: 50% 50%;
  filter: blur(.2px);
  opacity: .86;
}

.work-section::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 0 73%, rgba(163, 234, 255, .7) 0 4px, transparent 5px),
    linear-gradient(126deg, transparent 16%, rgba(10, 132, 255, .07) 16.2%, transparent 16.8%);
  opacity: .62;
  pointer-events: none;
}

.work-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.work-head {
  position: relative;
  z-index: 4;
  text-align: center;
}

.work-head h2 {
  margin: 0;
  font-family: "Zing Rust", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(42px, 4.1vw, 66px);
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-shadow: 0 7px 22px rgba(0, 0, 0, .74);
}

.work-head p {
  margin: 20px auto 0;
  max-width: 560px;
  color: rgba(230, 238, 248, .82);
  font-size: clamp(18px, 1.35vw, 24px);
  font-weight: 500;
  line-height: 1.32;
}

.work-head p + p {
  margin-top: 18px;
  color: rgba(216, 228, 242, .72);
}

.work-diagram {
  position: relative;
  width: min(940px, 100%);
  min-height: 830px;
  margin: 42px auto 0;
}

.work-orbit {
  position: absolute;
  inset: 0;
  width: min(1040px, 108vw);
  aspect-ratio: 1 / 1;
  margin: auto;
  border: 3px solid rgba(10, 132, 255, .25);
  border-radius: 50%;
  box-shadow: inset 0 0 90px rgba(10, 132, 255, .08), 0 0 42px rgba(10, 132, 255, .08);
}

.work-line {
  position: absolute;
  left: 4%;
  right: 4%;
  top: 56%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(158, 220, 255, .26), transparent);
  transform: rotate(-28deg);
  transform-origin: 50% 50%;
}

.work-leaf {
  position: absolute;
  z-index: 1;
  right: -5%;
  top: 205px;
  width: 540px;
  max-width: none;
  opacity: .5;
  transform: rotate(9deg);
  filter: drop-shadow(0 0 34px rgba(10, 132, 255, .22));
  pointer-events: none;
}

.work-step {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  width: 360px;
  min-height: 118px;
  padding: 24px 18px 18px;
  overflow: visible;
  background:
    linear-gradient(135deg, rgba(13, 76, 132, .76), rgba(5, 20, 36, .88) 58%, rgba(6, 28, 48, .9)),
    radial-gradient(circle at 28% 10%, rgba(111, 194, 255, .2), transparent 42%);
  border: 1px solid rgba(77, 166, 239, .48);
  border-radius: 7px;
  box-shadow: inset 0 0 28px rgba(10, 132, 255, .12), 0 24px 52px rgba(0, 0, 0, .34);
  backdrop-filter: blur(13px);
}

.work-step h3 {
  margin: 0;
  font-family: "Zing Rust", Impact, "Arial Narrow", sans-serif;
  font-size: 38px;
  line-height: .95;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.work-step span {
  display: block;
  margin-top: 8px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.work-step p {
  max-width: 190px;
  margin: 10px 0 0;
  color: rgba(238, 245, 255, .84);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.22;
}

.work-step strong {
  margin: 0 -8px -3px 12px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(10, 132, 255, .82);
  font-size: 72px;
  font-weight: 800;
  line-height: .78;
}

.work-step--one {
  left: 8%;
  top: 20px;
}

.work-step--two {
  left: 19%;
  top: 160px;
}

.work-step--three {
  left: 30%;
  top: 300px;
}

.work-step--four {
  left: 41%;
  top: 440px;
}

.work-step--five {
  left: 52%;
  top: 580px;
  width: 382px;
}

@media (max-width: 1180px) {
  .work-section {
    min-height: 980px;
  }

  .work-diagram {
    width: min(860px, 100%);
  }

  .work-step {
    width: 330px;
  }

  .work-step--five {
    width: 360px;
    left: 49%;
  }
}

@media (max-width: 900px) {
  .work-section {
    min-height: auto;
    padding-top: 160px;
  }

  .work-diagram {
    display: grid;
    gap: 18px;
    min-height: 0;
    margin-top: 38px;
  }

  .work-orbit {
    width: 118vw;
    opacity: .55;
  }

  .work-leaf {
    right: -30%;
    top: 190px;
    width: 470px;
  }

  .work-line {
    top: 52%;
  }

  .work-step,
  .work-step--one,
  .work-step--two,
  .work-step--three,
  .work-step--four,
  .work-step--five {
    position: relative;
    left: auto;
    top: auto;
    width: min(100%, 560px);
    justify-self: center;
  }

  .work-step:nth-of-type(even) {
    justify-self: end;
  }

  .work-step:nth-of-type(odd) {
    justify-self: start;
  }
}

@media (min-width: 721px) and (max-width: 900px) {
  .work-section {
    min-height: 980px;
    padding: 180px var(--side) 120px;
  }

  .work-diagram {
    position: relative;
    display: block;
    width: min(100%, 840px);
    min-height: 760px;
    margin: 42px auto 0;
  }

  .work-orbit {
    inset: 0;
    width: min(940px, 118vw);
    opacity: 1;
  }

  .work-leaf {
    right: -16%;
    top: 210px;
    width: 520px;
  }

  .work-line {
    top: 55%;
  }

  .work-step,
  .work-step--one,
  .work-step--two,
  .work-step--three,
  .work-step--four,
  .work-step--five {
    position: absolute;
    justify-self: auto;
    width: 320px;
  }

  .work-step--one {
    left: 2%;
    top: 10px;
  }

  .work-step--two {
    left: 15%;
    top: 145px;
  }

  .work-step--three {
    left: 28%;
    top: 280px;
  }

  .work-step--four {
    left: 39%;
    top: 415px;
  }

  .work-step--five {
    left: 48%;
    top: 550px;
    width: 348px;
  }
}

@media (max-width: 560px) {
  .work-section {
    padding: 132px var(--side) 62px;
  }

  .work-head h2 {
    font-size: 38px;
  }

  .work-head p {
    font-size: 17px;
  }

  .work-head p br {
    display: none;
  }

  .work-diagram {
    gap: 14px;
  }

  .work-leaf {
    right: -70%;
    top: 255px;
    width: 420px;
    opacity: .34;
  }

  .work-step,
  .work-step--five {
    width: 100%;
    min-height: 112px;
    padding: 20px 15px 16px;
  }

  .work-step h3 {
    font-size: 31px;
  }

  .work-step p {
    font-size: 14px;
  }

  .work-step strong {
    font-size: 58px;
    -webkit-text-stroke-width: 1.5px;
  }
}

/* Critical layout guard after language split. */
.brand-group {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  background: rgba(7, 18, 31, .72);
  border: 1px solid rgba(10, 132, 255, .28);
  border-radius: 999px;
  box-shadow: inset 0 0 18px rgba(10, 132, 255, .08);
}

.language-switch a {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  min-height: 28px;
  padding: 0 9px;
  color: rgba(235, 243, 255, .68);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.language-switch a:hover,
.language-switch a.is-active {
  color: #fff;
  background: rgba(10, 132, 255, .88);
  box-shadow: 0 0 18px rgba(10, 132, 255, .28);
}

.hero-problem-card {
  display: flex;
  align-items: center;
  gap: 13px;
}

.hero-problem-card img {
  flex: 0 0 auto;
}

.hero--strategy .hero__content,
.hero__problems {
  position: relative;
  z-index: 5;
}

.hero__visual {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.hero__portrait {
  z-index: 0;
}

.hero-stat,
.hero-profile-card {
  position: absolute;
  z-index: 20;
}

/* Language dropdown */
.language-switch {
  position: relative;
  display: inline-block;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 18px;
  box-shadow: none;
}

.language-switch summary {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 72px;
  min-height: 38px;
  gap: 8px;
  padding: 0 28px 0 14px;
  color: #fff;
  background:
    linear-gradient(180deg, #1798FF, var(--blue));
  border: 1px solid rgba(138, 211, 255, .74);
  border-radius: 999px;
  box-shadow:
    0 0 0 5px rgba(0, 0, 0, .18),
    0 12px 28px rgba(10, 132, 255, .28),
    inset 0 1px 0 rgba(255, 255, 255, .24);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .03em;
  list-style: none;
  text-transform: uppercase;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.language-switch summary::-webkit-details-marker {
  display: none;
}

.language-switch summary::after {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 7px;
  height: 7px;
  content: "";
  border-right: 2px solid rgba(255, 255, 255, .88);
  border-bottom: 2px solid rgba(255, 255, 255, .88);
  transform: translateY(-64%) rotate(45deg);
  transition: transform 180ms ease;
}

.language-switch[open] summary {
  border-color: rgba(225, 247, 255, .95);
  box-shadow:
    0 0 0 5px rgba(0, 0, 0, .2),
    0 16px 36px rgba(10, 132, 255, .42),
    inset 0 1px 0 rgba(255, 255, 255, .32);
}

.language-switch[open] summary::after {
  transform: translateY(-34%) rotate(225deg);
}

.language-switch summary:hover {
  transform: translateY(-1px);
}

.language-switch__menu {
  position: absolute;
  z-index: 60;
  top: calc(100% + 9px);
  left: 0;
  min-width: 72px;
  padding: 5px;
  background: rgba(4, 13, 24, .96);
  border: 1px solid rgba(10, 132, 255, .36);
  border-radius: 15px;
  box-shadow:
    0 18px 38px rgba(0, 0, 0, .42),
    inset 0 0 22px rgba(10, 132, 255, .08);
  backdrop-filter: blur(14px);
}

.language-switch__menu a {
  display: grid;
  place-items: center;
  min-width: 60px;
  min-height: 34px;
  padding: 0 11px;
  color: rgba(235, 243, 255, .78);
  border-radius: 11px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.language-switch__menu a:hover {
  color: #fff;
  background: rgba(10, 132, 255, .2);
}

@media (max-width: 900px) {
  .language-switch summary {
    min-width: 62px;
    min-height: 32px;
    padding-left: 12px;
    padding-right: 25px;
    font-size: 11px;
  }

  .language-switch__menu {
    min-width: 62px;
  }

  .language-switch__menu a {
    min-width: 50px;
    min-height: 30px;
    font-size: 11px;
  }
}

/* V-Scan questionnaire page */
.scan-hero {
  position: relative;
  padding: calc(var(--header-height) + 86px) var(--side) 74px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .82) 48%, rgba(0, 0, 0, .28) 100%),
    radial-gradient(circle at 73% 45%, rgba(10, 132, 255, .34), transparent 24rem),
    linear-gradient(135deg, #020509 0%, #06111d 52%, #020407 100%);
}

.scan-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(108deg, transparent 58%, rgba(255, 255, 255, .08) 58.3%, transparent 60.7%),
    linear-gradient(25deg, transparent 14%, rgba(10, 132, 255, .12) 14.2%, transparent 14.9%);
  opacity: .7;
  pointer-events: none;
}

.scan-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1050px;
}

.scan-hero h1 {
  max-width: 980px;
  font-size: clamp(58px, 6.1vw, 112px);
  line-height: .98;
}

.scan-hero p:not(.hero__eyebrow) {
  max-width: 820px;
  margin: 34px 0 0;
  color: rgba(230, 238, 248, .78);
  font-size: clamp(19px, 1.35vw, 25px);
  font-weight: 500;
  line-height: 1.42;
}

.scan-form-section {
  position: relative;
  padding: 96px var(--side) 136px;
  background:
    radial-gradient(circle at 18% 4%, rgba(10, 132, 255, .16), transparent 34rem),
    radial-gradient(circle at 86% 42%, rgba(71, 187, 255, .08), transparent 30rem),
    linear-gradient(180deg, #02060b 0%, #050911 46%, #02060b 100%);
}

body.reveal-ready .scan-form-section {
  opacity: 1;
  transform: none;
  filter: none;
}

.scan-form {
  width: min(100%, 1160px);
  margin: 0 auto;
  display: grid;
  gap: 34px;
}

.scan-form__head,
.scan-section,
.scan-submit {
  border-radius: 18px;
  backdrop-filter: blur(13px);
}

.scan-form__head {
  position: relative;
  overflow: hidden;
  padding: 42px 48px;
  background:
    linear-gradient(135deg, rgba(14, 84, 144, .62), rgba(5, 13, 24, .94) 56%, rgba(3, 9, 17, .96)),
    radial-gradient(circle at 88% 10%, rgba(124, 213, 255, .2), transparent 30rem);
  border: 1px solid rgba(110, 190, 255, .48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 26px 70px rgba(0, 0, 0, .34);
}

.scan-form__head::after {
  content: "";
  position: absolute;
  inset: auto -8% -46% 48%;
  height: 160px;
  background: radial-gradient(ellipse, rgba(10, 132, 255, .24), transparent 68%);
  pointer-events: none;
}

.scan-form__head h2,
.scan-section h2 {
  position: relative;
  margin: 0;
  font-family: "Zing Rust", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(34px, 3.4vw, 56px);
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.scan-form__head p {
  position: relative;
  max-width: 820px;
  margin: 18px 0 0;
  color: rgba(232, 240, 250, .78);
  font-size: 20px;
  line-height: 1.42;
}

.scan-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
}

.scan-contact-grid__wide {
  grid-column: 1 / -1;
}

.scan-contact-grid label,
.scan-question {
  display: grid;
  gap: 14px;
}

.scan-contact-grid label {
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(8, 39, 69, .86), rgba(3, 10, 19, .94)),
    radial-gradient(circle at 18% 0%, rgba(10, 132, 255, .18), transparent 22rem);
  border: 1px solid rgba(80, 169, 245, .38);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.scan-contact-grid span,
.scan-question label {
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.28;
}

.scan-contact-grid input,
.scan-question textarea {
  width: 100%;
  color: #fff;
  background: rgba(1, 6, 12, .76);
  border: 1px solid rgba(124, 196, 255, .34);
  border-radius: 12px;
  outline: none;
  font: 500 18px/1.42 "Gilroy", Arial, sans-serif;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.scan-contact-grid input {
  min-height: 58px;
  padding: 0 18px;
}

.scan-question textarea {
  min-height: 156px;
  padding: 16px 18px;
  resize: vertical;
}

.scan-contact-grid input:focus,
.scan-question textarea:focus {
  background: rgba(3, 12, 22, .9);
  border-color: rgba(138, 211, 255, .9);
  box-shadow: 0 0 0 4px rgba(10, 132, 255, .14), 0 0 28px rgba(10, 132, 255, .2);
}

.scan-section {
  display: grid;
  gap: 30px;
  margin-top: 0;
  padding: 42px 48px 48px;
  background:
    linear-gradient(150deg, rgba(4, 18, 32, .96), rgba(5, 12, 22, .98) 52%, rgba(4, 30, 54, .88)),
    radial-gradient(circle at 0% 0%, rgba(10, 132, 255, .22), transparent 30rem);
  border: 1px solid rgba(67, 153, 230, .36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045), 0 28px 72px rgba(0, 0, 0, .28);
}

.scan-section:nth-of-type(2n + 1) {
  background:
    linear-gradient(150deg, rgba(5, 24, 43, .96), rgba(3, 10, 19, .98) 54%, rgba(7, 48, 82, .82)),
    radial-gradient(circle at 100% 4%, rgba(92, 187, 255, .18), transparent 28rem);
}

.scan-section h2 {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(102, 184, 255, .18);
}

.scan-question {
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(1, 7, 14, .72), rgba(5, 22, 38, .7)),
    radial-gradient(circle at 2% 0%, rgba(255, 255, 255, .05), transparent 18rem);
  border: 1px solid rgba(106, 178, 236, .18);
  border-radius: 16px;
}

.scan-question p {
  max-width: 920px;
  margin: 0;
  color: rgba(222, 234, 248, .68);
  font-size: 17px;
  line-height: 1.5;
}

.scan-submit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 8px;
  padding: 34px 42px;
  background:
    linear-gradient(110deg, rgba(9, 57, 99, .76), rgba(4, 13, 24, .94) 48%, rgba(10, 84, 146, .72)),
    radial-gradient(circle at 88% 20%, rgba(10, 132, 255, .28), transparent 25rem);
  border: 1px solid rgba(95, 184, 255, .5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 24px 70px rgba(0, 0, 0, .3);
}

.scan-submit p {
  margin: 0;
  color: rgba(230, 238, 248, .82);
  font-size: 20px;
  line-height: 1.38;
}

.scan-submit .hero__button {
  min-width: 330px;
  margin-top: 0;
}

.scan-honey {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

@media (max-width: 900px) {
  .scan-hero {
    padding-top: 154px;
  }

  .scan-form {
    gap: 26px;
  }

  .scan-contact-grid,
  .scan-submit {
    grid-template-columns: 1fr;
  }

  .scan-form__head,
  .scan-section,
  .scan-submit {
    padding: 32px 26px;
    border-radius: 16px;
  }

  .scan-contact-grid {
    gap: 18px;
  }

  .scan-question {
    padding: 22px;
  }

  .scan-submit .hero__button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 560px) {
  .scan-hero {
    padding-top: 124px;
  }

  .scan-hero h1 {
    font-size: clamp(46px, 14vw, 66px);
  }

  .scan-form-section {
    padding-top: 54px;
    padding-bottom: 88px;
  }

  .scan-form__head,
  .scan-section,
  .scan-submit {
    padding: 26px 18px;
  }

  .scan-form {
    gap: 22px;
  }

  .scan-contact-grid {
    gap: 14px;
  }

  .scan-contact-grid label {
    padding: 18px;
  }

  .scan-question {
    padding: 18px;
    gap: 12px;
  }

  .scan-contact-grid span,
  .scan-question label {
    font-size: 18px;
  }
}

/* V-Scan clean field layout */
body.scan-page {
  background: #02060b;
}

.scan-form-section {
  padding: 112px var(--side) 150px;
  background:
    radial-gradient(circle at 50% 0%, rgba(10, 132, 255, .08), transparent 34rem),
    linear-gradient(180deg, #02060b 0%, #03070d 100%);
}

.scan-form {
  width: min(100%, 1120px);
  display: grid;
  gap: 72px;
}

.scan-form__head,
.scan-section,
.scan-submit,
.scan-contact-grid label,
.scan-question {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.scan-form__head {
  padding: 0 0 46px;
  border-bottom: 1px solid rgba(10, 132, 255, .42);
}

.scan-form__head::after {
  display: none;
}

.scan-form__head h2 {
  max-width: 760px;
  color: #f7fbff;
}

.scan-form__head p {
  max-width: 760px;
  margin-top: 24px;
  color: rgba(205, 224, 244, .74);
}

.scan-contact-grid {
  margin: -20px 0 8px;
  gap: 28px 34px;
}

.scan-contact-grid label {
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(10, 132, 255, .34);
}

.scan-contact-grid span,
.scan-question label {
  color: #eef7ff;
}

.scan-contact-grid span {
  color: #0a84ff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.scan-contact-grid input {
  min-height: 58px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 22px;
}

.scan-contact-grid input::placeholder,
.scan-question textarea::placeholder {
  color: rgba(187, 210, 232, .38);
}

.scan-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 44px 64px;
  margin: 0;
  padding: 0 0 72px;
  border-bottom: 1px solid rgba(10, 132, 255, .2);
}

.scan-section:nth-of-type(2n + 1) {
  background: transparent;
}

.scan-section h2 {
  position: sticky;
  top: 132px;
  align-self: start;
  padding: 0;
  border: 0;
  color: #f8fbff;
  font-size: clamp(34px, 3vw, 50px);
}

.scan-section h2::after {
  content: "";
  display: block;
  width: 86px;
  height: 2px;
  margin-top: 24px;
  background: linear-gradient(90deg, #0a84ff, transparent);
}

.scan-question {
  grid-column: 2;
  padding: 0 0 38px 34px;
  border-left: 2px solid rgba(10, 132, 255, .5);
}

.scan-question + .scan-question {
  margin-top: -8px;
}

.scan-question label {
  max-width: 760px;
  font-size: clamp(22px, 1.6vw, 29px);
  line-height: 1.22;
}

.scan-question p {
  max-width: 780px;
  color: rgba(198, 218, 240, .62);
  font-size: 18px;
  line-height: 1.55;
}

.scan-question textarea {
  min-height: 190px;
  margin-top: 8px;
  padding: 22px 24px;
  background: rgba(5, 15, 27, .55);
  border: 1px solid rgba(10, 132, 255, .36);
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025);
}

.scan-contact-grid input:focus,
.scan-question textarea:focus {
  background: rgba(4, 14, 25, .82);
  border-color: rgba(102, 190, 255, .9);
  box-shadow: 0 0 0 4px rgba(10, 132, 255, .12), 0 0 32px rgba(10, 132, 255, .18);
}

.scan-submit {
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0;
  padding: 46px 0 0;
  border-top: 1px solid rgba(10, 132, 255, .38);
}

.scan-submit p {
  max-width: 620px;
  color: rgba(218, 234, 248, .74);
}

@media (max-width: 900px) {
  .scan-form-section {
    padding: 84px var(--side) 110px;
  }

  .scan-form {
    gap: 56px;
  }

  .scan-contact-grid,
  .scan-submit {
    grid-template-columns: 1fr;
  }

  .scan-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 58px;
  }

  .scan-section h2 {
    position: static;
  }

  .scan-question {
    grid-column: auto;
    padding-left: 24px;
  }
}

@media (max-width: 560px) {
  .scan-form-section {
    padding-top: 62px;
    padding-bottom: 92px;
  }

  .scan-form {
    gap: 46px;
  }

  .scan-form__head {
    padding-bottom: 34px;
  }

  .scan-contact-grid {
    gap: 22px;
  }

  .scan-section {
    padding-bottom: 48px;
  }

  .scan-question {
    padding-left: 18px;
    padding-bottom: 32px;
  }

  .scan-question textarea {
    min-height: 170px;
    padding: 18px;
  }
}

/* Final V-Scan visual pass */
.scan-hero::after {
  content: "";
  position: absolute;
  right: clamp(24px, 7vw, 132px);
  top: 52%;
  width: clamp(240px, 28vw, 500px);
  aspect-ratio: 1;
  transform: translateY(-50%) rotate(-7deg);
  opacity: .58;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, transparent 47%, rgba(10, 132, 255, .56) 47.3%, rgba(10, 132, 255, .56) 48%, transparent 48.4%),
    linear-gradient(25deg, transparent 47%, rgba(112, 202, 255, .22) 47.3%, rgba(112, 202, 255, .22) 47.9%, transparent 48.2%),
    linear-gradient(145deg, transparent 52%, rgba(112, 202, 255, .18) 52.2%, rgba(112, 202, 255, .18) 52.8%, transparent 53.1%),
    radial-gradient(circle at 24% 24%, rgba(156, 226, 255, .78) 0 5px, transparent 6px),
    radial-gradient(circle at 72% 28%, rgba(10, 132, 255, .74) 0 4px, transparent 5px),
    radial-gradient(circle at 78% 72%, rgba(156, 226, 255, .66) 0 6px, transparent 7px),
    radial-gradient(circle at 30% 74%, rgba(10, 132, 255, .62) 0 4px, transparent 5px);
  filter: drop-shadow(0 0 30px rgba(10, 132, 255, .24));
}

.scan-page .scan-hero__inner {
  max-width: 860px;
}

.scan-page .scan-contact-grid {
  margin: 18px 0 34px;
  padding: 34px;
  gap: 28px 34px;
  background:
    linear-gradient(135deg, rgba(10, 70, 118, .5), rgba(5, 18, 31, .82)),
    radial-gradient(circle at 100% 0%, rgba(118, 202, 255, .14), transparent 28rem);
  border: 1px solid rgba(104, 184, 241, .34);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045), 0 22px 54px rgba(0, 0, 0, .2);
}

.scan-page .scan-contact-grid label {
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(125, 202, 255, .26);
}

.scan-page .scan-submit .hero__button,
.scan-page .scan-submit .hero__button span {
  color: #fff;
}

.scan-page .scan-submit .scan-consent {
  grid-column: 2;
  justify-self: end;
  max-width: 500px;
  margin: 0;
  color: rgba(230, 243, 255, .78);
  font-size: clamp(15px, .95vw, 17px);
  line-height: 1.45;
  text-align: left;
}

.cookie-notice {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 120;
  width: min(410px, calc(100vw - 32px));
  padding: 22px 22px 20px;
  overflow: hidden;
  border: 1px solid rgba(100, 193, 255, .48);
  border-radius: 16px;
  background:
    radial-gradient(circle at 12% 0%, rgba(91, 190, 255, .26), transparent 40%),
    linear-gradient(135deg, rgba(5, 35, 62, .96), rgba(2, 10, 18, .94));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .45), 0 0 44px rgba(10, 132, 255, .16);
  color: #fff;
  opacity: 0;
  transform: translate3d(-18px, 20px, 0) scale(.96);
  transition: opacity .28s ease, transform .28s ease;
}

.cookie-notice.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.cookie-notice__glow {
  position: absolute;
  right: -42px;
  top: -54px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(10, 132, 255, .22);
  filter: blur(18px);
  pointer-events: none;
}

.cookie-notice strong {
  position: relative;
  display: block;
  margin-bottom: 9px;
  font-size: 20px;
  line-height: 1.15;
}

.cookie-notice p {
  position: relative;
  margin: 0;
  color: rgba(225, 237, 249, .78);
  font-size: 15px;
  line-height: 1.5;
}

.cookie-notice button {
  position: relative;
  margin-top: 16px;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid rgba(180, 226, 255, .54);
  border-radius: 10px;
  background: #0a84ff;
  box-shadow: 0 12px 34px rgba(10, 132, 255, .28);
  color: #fff;
  font: 800 15px/1 var(--font-main);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.cookie-notice button:hover {
  background: #2496ff;
  box-shadow: 0 18px 44px rgba(10, 132, 255, .36);
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .scan-page .scan-submit .scan-consent {
    grid-column: 1;
    justify-self: start;
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .cookie-notice {
    left: 16px;
    bottom: 16px;
    padding: 18px;
  }
}

@media (max-width: 900px) {
  .scan-hero::after {
    right: -90px;
    top: 58%;
    width: 340px;
    opacity: .3;
  }

  .scan-page .scan-contact-grid {
    padding: 28px 24px;
    margin-bottom: 26px;
  }
}

@media (max-width: 560px) {
  .scan-hero::after {
    display: none;
  }

  .scan-page .scan-contact-grid {
    padding: 22px 18px;
    margin-top: 10px;
  }
}

/* V-Scan refined minimal layout */
.scan-page .scan-hero {
  min-height: 560px;
  padding: calc(var(--header-height) + 104px) var(--side) 104px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .98) 0%, rgba(0, 0, 0, .9) 44%, rgba(1, 18, 34, .72) 100%),
    radial-gradient(circle at 82% 38%, rgba(10, 132, 255, .22), transparent 34rem),
    linear-gradient(135deg, #020509 0%, #07101a 100%);
}

.scan-page .scan-hero::before {
  opacity: .36;
}

.scan-page .scan-hero::after {
  right: clamp(42px, 9vw, 170px);
  top: 54%;
  width: clamp(280px, 32vw, 560px);
  opacity: .34;
  transform: translateY(-50%) rotate(-12deg);
  background:
    linear-gradient(31deg, transparent 47%, rgba(10, 132, 255, .22) 47.2%, rgba(10, 132, 255, .22) 47.7%, transparent 48%),
    linear-gradient(143deg, transparent 53%, rgba(85, 182, 255, .16) 53.2%, rgba(85, 182, 255, .16) 53.8%, transparent 54.1%),
    radial-gradient(circle at 50% 50%, transparent 54%, rgba(10, 132, 255, .36) 54.3%, rgba(10, 132, 255, .36) 54.9%, transparent 55.2%),
    radial-gradient(circle at 22% 34%, rgba(143, 222, 255, .58) 0 4px, transparent 5px),
    radial-gradient(circle at 68% 22%, rgba(10, 132, 255, .55) 0 4px, transparent 5px),
    radial-gradient(circle at 76% 70%, rgba(143, 222, 255, .52) 0 5px, transparent 6px),
    radial-gradient(circle at 34% 78%, rgba(10, 132, 255, .5) 0 3px, transparent 4px);
  filter: drop-shadow(0 0 20px rgba(10, 132, 255, .14));
}

.scan-page .scan-hero__inner {
  max-width: 820px;
}

.scan-page .scan-form-section {
  padding: 126px var(--side) 150px;
  background:
    radial-gradient(circle at 50% 0%, rgba(10, 132, 255, .07), transparent 30rem),
    linear-gradient(180deg, #02060b 0%, #04080e 100%);
}

.scan-page .scan-form {
  gap: 82px;
}

.scan-page .scan-form__head {
  padding-bottom: 52px;
  border-bottom-color: rgba(10, 132, 255, .26);
}

.scan-page .scan-contact-grid {
  position: relative;
  margin: 0 0 52px;
  padding: 34px 38px 38px;
  gap: 30px 38px;
  background:
    linear-gradient(135deg, rgba(5, 27, 47, .78), rgba(3, 11, 20, .9));
  border: 1px solid rgba(85, 169, 230, .28);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.scan-page .scan-contact-grid::before {
  content: "CONTACT";
  position: absolute;
  left: 38px;
  top: -12px;
  padding: 0 12px;
  color: #69beff;
  background: #02060b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}

.scan-page .scan-contact-grid label {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(94, 174, 235, .22);
}

.scan-page .scan-contact-grid input {
  font-size: 21px;
}

.scan-page .scan-section {
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  gap: 42px 82px;
  padding-bottom: 86px;
  border-bottom-color: rgba(10, 132, 255, .15);
}

.scan-page .scan-section h2 {
  font-size: clamp(32px, 2.7vw, 46px);
}

.scan-page .scan-question {
  padding-left: 30px;
  border-left-color: rgba(10, 132, 255, .34);
}

.scan-page .scan-question label {
  font-size: clamp(21px, 1.45vw, 27px);
}

.scan-page .scan-question textarea {
  min-height: 178px;
  background: rgba(2, 9, 16, .86);
  border-color: rgba(79, 158, 222, .28);
  border-radius: 8px;
}

.scan-page .scan-submit {
  padding-top: 54px;
  border-top-color: rgba(10, 132, 255, .24);
}

.scan-page .scan-submit .hero__button,
.scan-page .scan-submit .hero__button span {
  color: #fff;
}

@media (max-width: 900px) {
  .scan-page .scan-hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 82px);
  }

  .scan-page .scan-hero::after {
    right: -96px;
    width: 360px;
    opacity: .18;
  }

  .scan-page .scan-form-section {
    padding-top: 92px;
  }

  .scan-page .scan-section {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 66px;
  }

  .scan-page .scan-contact-grid {
    padding: 30px 24px;
    margin-bottom: 40px;
  }
}

@media (max-width: 560px) {
  .scan-page .scan-hero::after {
    display: none;
  }

  .scan-page .scan-form-section {
    padding-top: 70px;
  }

  .scan-page .scan-form {
    gap: 54px;
  }

  .scan-page .scan-contact-grid {
    padding: 28px 18px 22px;
    border-radius: 8px;
  }

  .scan-page .scan-contact-grid::before {
    left: 18px;
  }

  .scan-page .scan-question {
    padding-left: 18px;
  }
}

/* V-Scan hero art object */
.scan-page .scan-hero::after {
  display: none;
}

.scan-art {
  position: absolute;
  right: clamp(34px, 7vw, 126px);
  top: calc(var(--header-height) + 74px);
  bottom: 48px;
  width: min(42vw, 650px);
  min-width: 440px;
  z-index: 1;
  pointer-events: none;
}

.scan-art__core {
  position: absolute;
  inset: 0;
  transform: perspective(900px) rotateX(58deg) rotateZ(-18deg);
  transform-origin: 50% 58%;
  filter: drop-shadow(0 28px 60px rgba(0, 0, 0, .45));
}

.scan-art__core::before,
.scan-art__core::after {
  content: "";
  position: absolute;
  inset: 10% 4% 6%;
  border-radius: 34px;
  background:
    linear-gradient(120deg, transparent 0 18%, rgba(10, 132, 255, .18) 18.2% 18.7%, transparent 19% 42%, rgba(123, 214, 255, .14) 42.2% 42.7%, transparent 43%),
    radial-gradient(circle at 58% 44%, rgba(10, 132, 255, .22), transparent 24rem);
  border: 1px solid rgba(75, 169, 240, .16);
  clip-path: polygon(13% 8%, 82% 0, 100% 45%, 78% 92%, 20% 100%, 0 56%);
}

.scan-art__core::after {
  inset: 20% 12% 12% 8%;
  opacity: .36;
  transform: translateZ(-40px) scale(.9);
  border-color: rgba(119, 208, 255, .22);
}

.scan-art__ring {
  position: absolute;
  left: 50%;
  top: 52%;
  border: 1px solid rgba(10, 132, 255, .34);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 26px rgba(10, 132, 255, .1);
}

.scan-art__ring--one {
  width: 72%;
  aspect-ratio: 1;
}

.scan-art__ring--two {
  width: 48%;
  aspect-ratio: 1;
  border-color: rgba(132, 218, 255, .25);
}

.scan-art__ring--three {
  width: 86%;
  aspect-ratio: 1;
  border-style: dashed;
  border-color: rgba(10, 132, 255, .18);
}

.scan-art__beam {
  position: absolute;
  left: 2%;
  top: 48%;
  width: 98%;
  height: 2px;
  transform: rotate(-11deg);
  background: linear-gradient(90deg, transparent, rgba(113, 208, 255, .18), rgba(10, 132, 255, .54), rgba(113, 208, 255, .18), transparent);
  box-shadow: 0 0 22px rgba(10, 132, 255, .28);
  animation: scanBeamDrift 7s ease-in-out infinite alternate;
}

.scan-art__grid {
  position: absolute;
  inset: 27% 21% 23%;
  border-radius: 22px;
  transform: rotate(12deg);
  background:
    linear-gradient(rgba(99, 190, 255, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 190, 255, .12) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(10, 132, 255, .16), transparent 70%);
  background-size: 34px 34px, 34px 34px, auto;
  border: 1px solid rgba(119, 207, 255, .18);
  mask-image: radial-gradient(circle, #000 42%, transparent 72%);
}

.scan-art__node {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #aee9ff;
  box-shadow: 0 0 0 7px rgba(10, 132, 255, .12), 0 0 28px rgba(133, 224, 255, .78);
  animation: scanNodePulse 3.8s ease-in-out infinite;
}

.scan-art__node--a { left: 21%; top: 22%; }
.scan-art__node--b { left: 70%; top: 20%; animation-delay: .4s; }
.scan-art__node--c { left: 82%; top: 58%; animation-delay: .8s; }
.scan-art__node--d { left: 28%; top: 78%; animation-delay: 1.2s; }
.scan-art__node--e { left: 52%; top: 48%; width: 18px; height: 18px; animation-delay: 1.6s; }

.scan-art__plate {
  position: absolute;
  display: grid;
  place-items: center;
  width: 142px;
  height: 96px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(113, 185, 220, .24), rgba(6, 28, 49, .72)),
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, .22), transparent 38%);
  border: 1px solid rgba(130, 213, 255, .52);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 20px 48px rgba(0, 0, 0, .32), 0 0 34px rgba(10, 132, 255, .14);
  transform: rotate(18deg);
  animation: scanPlateFloat 5.8s ease-in-out infinite;
}

.scan-art__plate b {
  display: block;
  font-size: 42px;
  line-height: .9;
}

.scan-art__plate em {
  display: block;
  color: rgba(235, 248, 255, .78);
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.scan-art__plate--one {
  left: 5%;
  top: 32%;
}

.scan-art__plate--two {
  right: 5%;
  top: 34%;
  transform: rotate(-14deg);
  animation-delay: .6s;
}

.scan-art__plate--three {
  left: 43%;
  bottom: 4%;
  transform: rotate(7deg);
  animation-delay: 1.1s;
}

@keyframes scanBeamDrift {
  from { transform: rotate(-11deg) translateY(-18px); opacity: .6; }
  to { transform: rotate(-11deg) translateY(22px); opacity: .95; }
}

@keyframes scanNodePulse {
  0%, 100% { transform: scale(.82); opacity: .55; }
  50% { transform: scale(1.18); opacity: 1; }
}

@keyframes scanPlateFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -14px; }
}

@media (max-width: 1100px) {
  .scan-art {
    right: -78px;
    min-width: 380px;
    opacity: .62;
  }
}

@media (max-width: 760px) {
  .scan-art {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    width: min(100%, 520px);
    min-width: 0;
    height: 380px;
    margin: 44px auto 0;
    opacity: .8;
  }
}

@media (max-width: 520px) {
  .scan-art {
    height: 310px;
    margin-top: 34px;
  }

  .scan-art__plate {
    width: 112px;
    height: 78px;
    border-radius: 14px;
  }

  .scan-art__plate b {
    font-size: 32px;
  }
}

/* V-Scan refined field states */
.scan-page .scan-contact-grid input,
.scan-page .scan-question textarea {
  color: #f7fbff;
  background:
    linear-gradient(180deg, rgba(4, 18, 32, .94), rgba(2, 9, 17, .92));
  border: 1px solid rgba(90, 178, 244, .32);
  border-radius: 10px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .045),
    inset 0 0 18px rgba(10, 132, 255, .045);
}

.scan-page .scan-contact-grid input {
  min-height: 70px;
  padding: 0 22px;
  font-size: 24px;
}

.scan-page .scan-contact-grid input:not(:placeholder-shown),
.scan-page .scan-question textarea:not(:placeholder-shown) {
  background:
    linear-gradient(135deg, rgba(6, 38, 66, .96), rgba(2, 10, 18, .94)),
    radial-gradient(circle at 100% 0%, rgba(10, 132, 255, .15), transparent 22rem);
  border-color: rgba(119, 203, 255, .5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .07),
    0 0 0 1px rgba(10, 132, 255, .08),
    0 14px 38px rgba(0, 0, 0, .18);
}

.scan-page .scan-contact-grid input:-webkit-autofill,
.scan-page .scan-contact-grid input:-webkit-autofill:hover,
.scan-page .scan-contact-grid input:-webkit-autofill:focus {
  -webkit-text-fill-color: #f7fbff;
  caret-color: #f7fbff;
  border-color: rgba(119, 203, 255, .5);
  box-shadow:
    0 0 0 1000px rgba(5, 29, 51, .98) inset,
    inset 0 1px 0 rgba(255, 255, 255, .07),
    0 14px 38px rgba(0, 0, 0, .18);
  transition: background-color 9999s ease-in-out 0s;
}

.scan-page .scan-contact-grid input:focus,
.scan-page .scan-question textarea:focus {
  background:
    linear-gradient(135deg, rgba(7, 48, 84, .98), rgba(2, 10, 18, .96));
  border-color: rgba(144, 220, 255, .9);
  box-shadow:
    0 0 0 4px rgba(10, 132, 255, .12),
    0 0 34px rgba(10, 132, 255, .18),
    inset 0 1px 0 rgba(255, 255, 255, .08);
}
