@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Unbounded:wght@300;400;500&display=swap");
@import url("./base.css?v=20260608-1");

:root {
  --container: 1320px;
}

@media (min-width: 681px) and (max-width: 1439px) {
  body {
    width: 1440px;
    zoom: calc(100vw / 1440px);
  }

  main {
    width: 1440px;
  }
}

.section-shell {
  width: min(var(--container), calc(100vw - 72px));
}

.mobile-only-break {
  display: none;
}

.desktop-only-break {
  display: block;
}

.section-shell > *,
.hero .nav,
.hero .hero__grid,
.hero .clients,
.intro,
.intro > *,
.project-card,
.product,
.product > *,
.solution-card,
.footer > * {
  min-width: 0;
}

.button,
.nav__link,
.project-card a {
  max-width: 100%;
}

.intro h2,
.projects h2,
.solutions h2,
.audit h2,
.project-card h3,
.solution-card h3,
.tech-card h3 {
  overflow-wrap: normal;
  word-break: normal;
}

.hero.section-shell {
  --cursor-x: 0;
  --cursor-y: 0;
  --pointer-x: 50%;
  --pointer-y: 42%;
  width: 100%;
  max-width: none;
  min-height: 686px;
  margin: 0;
  padding: 51px 0 48px;
  overflow: hidden;
  isolation: isolate;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  background: #050505;
}

.hero::before {
  inset: -8%;
  z-index: -4;
  width: auto;
  height: auto;
  transform: none;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  background: #050505;
}

.hero::after {
  inset: -12%;
  z-index: -1;
  width: auto;
  height: auto;
  transform: scale(1.08);
  opacity: 0.14;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 248, 236, 0.22) 0, rgba(255, 248, 236, 0.12) 12%, rgba(255, 248, 236, 0.05) 26%, transparent 46%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.22));
  filter: blur(10px);
  transition:
    opacity 260ms ease;
}

.audit::after {
  background-image: url("../images/backgrounds/noise-512.webp");
}

.hero .nav,
.hero .hero__grid,
.hero .clients {
  position: relative;
  z-index: 2;
  width: calc(100% - 112px);
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

.hero__ambient {
  position: absolute;
  z-index: -3;
  inset: 0;
  overflow: hidden;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transform: scale(1.035);
  transition:
    opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 1600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.hero.is-ready .hero__ambient {
  opacity: 1;
  transform: scale(1);
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 0.98;
}

.hero__noise,
.hero__glow {
  position: absolute;
  inset: -10%;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.hero__noise {
  opacity: 0.18;
  background-image: url("../images/backgrounds/figma-hero-noise-512.webp");
  background-size: 460px;
  background-repeat: repeat;
  mix-blend-mode: multiply;
  filter: grayscale(1) brightness(0.25) contrast(1.28);
  transform: scale(1.06);
  transition: opacity 260ms ease;
}

.hero__glow {
  opacity: 0.85;
  background:
    radial-gradient(circle 240px at var(--pointer-x) var(--pointer-y), rgba(255, 244, 228, 0.18), rgba(255, 244, 228, 0.08) 28%, rgba(255, 244, 228, 0.03) 46%, transparent 68%);
  filter: blur(26px);
  transition: opacity 260ms ease;
}

.hero .nav {
  grid-template-columns: minmax(220px, 310px) minmax(160px, 1fr) auto auto;
  gap: 24px;
}

.hero .brand {
  gap: 23px;
}

.hero .brand__mark {
  width: 36px;
  height: 36px;
  border-radius: 6px;
}

.hero .brand__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero .brand__text {
  font-size: 16px;
  line-height: 1.05;
}

.hero .nav__link {
  position: relative;
  justify-self: center;
  gap: 17px;
  min-height: 36px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.hero .nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 22px;
  bottom: 2px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0.75;
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease;
}

.hero .socials {
  gap: 13px;
}

.hero .socials__button {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease,
    opacity 220ms ease;
}

.hero .socials__button img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.hero .socials__button--whatsapp img {
  width: 16px;
  height: 16px;
}

.hero .socials__button--telegram img {
  width: 32px;
  height: 32px;
  margin: auto;
  display: block;
  transition:
    transform 220ms ease,
    filter 220ms ease,
    opacity 220ms ease;
}

.hero .socials__button--telegram {
  overflow: visible;
  background: transparent;
  border-radius: 999px;
}

.hero .socials__button--max img {
  width: 18px;
  height: 15px;
  margin: auto;
  object-fit: contain;
  transform: none;
}

.hero .button--ghost {
  min-width: 198px;
  min-height: 36px;
  padding: 8px 22px;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.08);
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  font-weight: 300;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.hero .button--ghost .arrow {
  opacity: 0.58;
  transition: opacity 220ms ease;
}

.audit > .button {
  font-size: 14px;
  font-weight: 300;
}

@media (hover: hover) and (pointer: fine) {
  .hero .nav__link:hover {
    color: rgba(255, 255, 255, 0.96);
    transform: translateY(-1px);
  }

  .hero .nav__link:hover::after {
    transform: scaleX(1);
    opacity: 1;
  }

  .hero .button--ghost:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  }

  .hero .button--ghost:hover .arrow {
    opacity: 0.92;
  }

  .hero .socials__button:hover {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  }

  .hero .socials__button--telegram:hover {
    background: transparent;
    box-shadow: none;
    opacity: 0.96;
  }

  .hero .socials__button--telegram:hover img {
    transform: translateY(-1px);
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
  }
}

.hero .hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 500px);
  gap: clamp(28px, 3.4vw, 44px);
  align-items: end;
  margin-top: clamp(136px, 15vw, 196px);
}

.hero h1 {
  max-width: 560px;
  font-size: clamp(51px, 4.2vw, 77px);
  line-height: 1.03;
  letter-spacing: 0;
}

.hero__title-line {
  display: block;
  white-space: nowrap;
}

.hero__eyebrow {
  font-weight: 300;
}

.hero .hero__copy {
  grid-template-columns: 20px max-content;
  gap: 28px;
  width: fit-content;
  max-width: 470px;
  justify-self: end;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.35;
}

.hero .hero__copy p {
  margin: 0;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.74);
}

.author p,
.product p:not(.kicker),
.solution-card p,
.audit p,
.footer,
.section-head span {
  font-weight: 300;
}

.hero__copy-icon {
  width: 19px;
  height: 19px;
  margin-top: 4px;
  opacity: 0.85;
}

.hero .clients {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);
  gap: 52px;
  align-items: center;
  margin-top: 72px;
  margin-left: auto;
  min-height: 122px;
  padding-top: 30px;
  padding-bottom: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.45);
  font-family: Unbounded, sans-serif;
}

.intro h2,
.projects h2,
.solutions h2 {
  font-size: clamp(32px, 3.1vw, 44px);
}

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

.author p {
  font-size: 14px;
}

.author strong {
  font-size: 21px;
}

.tech-card {
  min-height: 0;
  padding: 28px 20px 24px;
  width: 320px;
  max-width: 320px;
  justify-self: end;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
}

.tech-card h3 {
  max-width: 262px;
  font-size: 19px;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.tech-card__subhead {
  max-width: 262px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.28;
}

.tech-card__icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.tech-card__icons img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  opacity: 0.7;
}

.tech-card__icons img:first-child {
  width: 66px;
  height: 66px;
}

.tech-card__icons img:nth-child(2) {
  margin-inline: 10px;
}

.section-head span,
.project-card a {
  font-size: 14px;
  position: relative;
  gap: 10px;
}

.section-head span {
  min-width: 319px;
}

.project-card {
  transition: transform 520ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}

.project-card a .arrow {
  display: none;
}

.project-card a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  background: url("../images/icons/arrow-white.svg") center / contain no-repeat;
  transform: translateY(-50%);
}

.project-card a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 16px;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0.7;
  transition:
    transform 420ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 320ms ease;
}

.project-grid {
  gap: 62px 36px;
}

.project-card h3 {
  font-size: 18px;
  transition:
    transform 520ms cubic-bezier(0.19, 1, 0.22, 1),
    color 320ms ease;
}

.project-card img,
.project-card h3,
.project-card a {
  padding-right: 16px;
  transition:
    transform 520ms cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 520ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 320ms ease,
    color 320ms ease;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .product .button--light:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.76);
    background: rgba(255, 255, 255, 0.88);
    color: #000;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  }

  .product .button--light:hover .arrow {
    opacity: 0.88;
    transform: translateY(-50%);
  }

  .audit .button--light:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.76);
    background: rgba(255, 255, 255, 0.88);
    color: #000;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  }

  .audit .button--light:hover .arrow {
    opacity: 0.88;
    transform: translateY(-50%);
  }

  .project-card:hover {
    transform: translateY(-4px);
  }

  .project-card:hover img {
    transform: scale(1.022);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
  }

  .project-card:hover .project-card__image--bleed {
    transform: scale(1.028);
  }

  .project-card:hover .project-card__image--bleed-strong {
    transform: scale(1.038);
  }

  .project-card:hover h3 {
    transform: translateY(-1px);
    color: rgba(255, 255, 255, 0.94);
  }

  .project-card:hover a {
    color: rgba(255, 255, 255, 0.96);
  }

  .project-card:hover a::before {
    transform: scaleX(1);
    opacity: 1;
  }

  .project-card:hover a::after {
    transform: translateY(-50%);
  }
}

.product {
  display: grid;
  width: min(var(--container), calc(100vw - 72px));
  grid-template-columns: minmax(430px, 0.955fr) minmax(430px, 1fr);
  gap: clamp(36px, 3.35vw, 44px);
  align-items: start;
  padding: 0;
  border: 0;
}

.product__panel {
  display: flex;
}

.product__copy {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 424px;
  padding: 42px 40px 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background: #050505;
}

.product__logo {
  width: 120px;
  max-width: 100%;
  height: auto;
}

.product h2 {
  margin-top: 34px;
  font-size: 32px;
  line-height: 1.02;
  letter-spacing: 0;
}

.product p:not(.kicker):not(.product__caption) {
  max-width: 435px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.46;
}

.product .button--light {
  position: relative;
  min-height: 42px;
  margin-top: 38px;
  padding: 0 44px 0 26px;
  border-radius: 10px;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 300;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.product .button--light .arrow {
  position: absolute;
  top: 50%;
  right: 26px;
  width: 9px;
  height: 9px;
  transform: translateY(-50%);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.product__media {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 424px;
  gap: clamp(18px, 1.45vw, 22px);
}

body.modal-open {
  position: fixed;
  top: var(--scroll-lock-top, 0);
  left: 0;
  width: 100%;
  overflow-y: scroll;
}

main {
  min-height: 100vh;
  overflow: hidden;
}

main > :not(.case-popup):not(.lead-popup) {
  transition:
    filter 320ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center top;
  will-change: filter, transform;
}

body.modal-open main > :not(.case-popup):not(.lead-popup) {
  filter: blur(18px) saturate(0.9);
  transform: scale(1.01);
  pointer-events: none;
}

.case-popup {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 220ms ease,
    visibility 220ms ease;
}

.case-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.case-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.72);
  transition: opacity 220ms ease;
  will-change: opacity;
}

.case-popup__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100%, 1520px);
  height: calc(100vh - 32px);
  padding: 0;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  outline: none;
  background: rgba(10, 10, 10, 0.92);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.4);
  transform: translateY(16px) scale(0.985);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.case-popup.is-open .case-popup__dialog {
  transform: translateY(0) scale(1);
}

.case-popup__close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 3;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(16, 16, 16, 0.86);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.case-popup__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.92);
}

.case-popup__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.case-popup__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.case-popup__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: transparent;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
}

.case-popup__viewport::-webkit-scrollbar {
  width: 12px;
}

.case-popup__viewport::-webkit-scrollbar-track {
  background: transparent;
}

.case-popup__viewport::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.34));
  background-clip: padding-box;
}

.case-popup__viewport::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.42));
  background-clip: padding-box;
}

.case-popup__media {
  min-height: 100%;
  padding: 30px 30px 0;
  background: transparent;
}

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

.case-popup__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px 24px 0 0;
}

.case-popup__cta-wrap {
  position: sticky;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 88px 30px 30px;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.24) 24%, rgba(10, 10, 10, 0.58) 62%, rgba(10, 10, 10, 0.82) 100%);
}

.case-popup__cta-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.12) 16%, rgba(10, 10, 10, 0.34) 36%, rgba(10, 10, 10, 0.62) 66%, rgba(10, 10, 10, 0.82) 100%);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.18) 12%, rgba(0, 0, 0, 0.52) 34%, rgba(0, 0, 0, 0.84) 62%, #000 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.18) 12%, rgba(0, 0, 0, 0.52) 34%, rgba(0, 0, 0, 0.84) 62%, #000 100%);
  pointer-events: none;
}

.case-popup__cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: flex-start;
  min-width: 0;
  min-height: 52px;
  gap: 0;
  padding-inline: 28px 52px;
  border-radius: 10px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  transition:
    transform 520ms cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 520ms cubic-bezier(0.19, 1, 0.22, 1),
    background-color 320ms ease,
    color 320ms ease,
    border-color 320ms ease,
    opacity 320ms ease;
}

.case-popup__cta .arrow {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: opacity 320ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .case-popup__cta:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.88);
    color: #000;
    border-color: rgba(255, 255, 255, 0.76);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  }

  .case-popup__cta:hover .arrow {
    opacity: 0.88;
  }
}

@media (max-width: 680px) {
  .case-popup {
    padding: 8px;
  }

  .case-popup__dialog {
    width: 100%;
    height: calc(100dvh - 16px);
    max-height: calc(100dvh - 16px);
    border-radius: 24px;
  }

  .case-popup__close {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
  }

  .case-popup__media {
    min-height: 0;
    padding: 12px 12px 0;
  }

  .case-popup__image {
    border-radius: 18px 18px 0 0;
  }

  .case-popup__cta-wrap {
    display: none;
  }

  .case-popup__cta {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    font-size: 13px;
    padding-inline: 20px 44px;
  }

  .case-popup__cta .arrow {
    top: 50%;
    right: 22px;
  }
}

.lead-popup {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 5vw, 72px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 520ms cubic-bezier(0.19, 1, 0.22, 1),
    visibility 520ms cubic-bezier(0.19, 1, 0.22, 1);
}

.lead-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lead-popup__backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  background:
    linear-gradient(180deg, rgba(3, 3, 3, 0.44), rgba(3, 3, 3, 0.68)),
    rgba(3, 3, 3, 0.36);
  transition: opacity 420ms cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity;
}

.lead-popup.is-open .lead-popup__backdrop {
  opacity: 1;
}

.lead-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  max-height: calc(100vh - 72px);
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.88), rgba(8, 8, 8, 0.8)),
    rgba(5, 5, 5, 0.76);
  box-shadow:
    0 34px 120px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  outline: none;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.24) transparent;
  transform: translate3d(0, 24px, 0) scale(0.97);
  transition:
    opacity 620ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 620ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  transform-style: preserve-3d;
  will-change: opacity, transform;
}

.lead-popup.is-open .lead-popup__dialog {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.lead-popup__close {
  position: fixed;
  top: clamp(18px, 3.2vw, 44px);
  right: clamp(18px, 3.2vw, 44px);
  z-index: 3;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.82);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition:
    transform 220ms ease,
    background-color 220ms ease;
}

.lead-popup__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.82);
}

.lead-popup__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lead-popup__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lead-popup__panel {
  position: relative;
  padding: 38px 44px 40px;
}

.lead-popup__head {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.lead-popup__avatar {
  width: 86px;
  height: 86px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.34);
}

.lead-popup__copy h2 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.06;
  letter-spacing: 0;
}

.lead-popup__copy p {
  max-width: 420px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.35;
}

.lead-links {
  display: grid;
  gap: 16px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.lead-link {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 0;
  align-items: center;
  min-height: 64px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
  font-family: Unbounded, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.08;
  text-align: center;
  text-decoration: none;
  transition:
    transform 420ms cubic-bezier(0.19, 1, 0.22, 1),
    border-color 260ms ease,
    background-color 260ms ease,
    box-shadow 420ms cubic-bezier(0.19, 1, 0.22, 1);
}

.lead-link__icon {
  display: grid;
  width: 68px;
  height: 100%;
  min-height: 64px;
  place-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
  transition:
    background-color 260ms ease,
    border-color 260ms ease;
}

.lead-link__icon img,
.lead-link__icon svg {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.lead-link__icon svg {
  fill: currentColor;
  color: #fff;
  filter: none;
}

.lead-link--telegram .lead-link__icon svg {
  width: 36px;
  height: 36px;
}

.lead-link--max .lead-link__icon img {
  width: 32px;
  height: 27px;
}

@media (hover: hover) and (pointer: fine) {
  .lead-popup__close:hover {
    transform: translateY(-2px) scale(1.04);
    background: rgba(255, 255, 255, 0.12);
  }

  .lead-link:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.085);
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34);
  }

  .lead-link:hover .lead-link__icon {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.07);
  }
}

@media (max-width: 680px) {
  .lead-popup {
    align-items: flex-start;
    padding: 64px 12px 16px;
  }

  .lead-popup__dialog {
    width: 100%;
    max-height: calc(100vh - 80px);
    border-radius: 16px;
  }

  .lead-popup__panel {
    padding: 22px 16px 18px;
  }

  .lead-popup__close {
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
  }

  .lead-popup__close span {
    width: 15px;
  }

  .lead-popup__head {
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: center;
    text-align: center;
  }

  .lead-popup__avatar {
    width: 76px;
    height: 76px;
  }

  .lead-popup__copy h2 {
    font-size: 18px;
  }

  .lead-popup__copy p {
    max-width: 320px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.38;
  }

  .lead-links {
    gap: 10px;
    margin-top: 20px;
    padding-top: 18px;
  }

  .lead-link {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 56px;
    border-radius: 14px;
    font-size: 15px;
    text-align: left;
  }

  .lead-link > span:last-child {
    padding: 0 18px 0 24px;
    text-align: center;
  }

  .lead-link__icon {
    width: 54px;
    min-height: 56px;
  }

  .lead-link__icon img,
  .lead-link__icon svg {
    width: 24px;
    height: 24px;
  }

  .lead-link--telegram .lead-link__icon img,
  .lead-link--telegram .lead-link__icon svg {
    width: 30px;
    height: 30px;
  }

  .lead-link--max .lead-link__icon img {
    width: 26px;
    height: 22px;
  }
}

.product__screen {
  width: 100%;
  height: calc(100% - 72px);
  border: 0;
  border-radius: 8px;
  object-fit: cover;
}

.product p.product__caption {
  margin: 0;
  width: 100%;
  max-width: none;
  align-self: stretch;
  min-height: 50px;
  padding: 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solutions.section-shell {
  width: 100%;
  max-width: none;
  margin-top: 48px;
  padding: 30px 0 80px;
  border: 0;
  border-radius: 0;
}

.solutions h2 {
  font-size: clamp(28px, 2.3vw, 34px);
  white-space: nowrap;
}

.solutions > h2,
.solutions > .solution-grid {
  width: min(var(--container), calc(100vw - 72px));
  margin-right: auto;
  margin-left: auto;
}

.solution-grid {
  gap: 36px;
  margin-top: 70px;
}

.solution-card {
  min-height: 270px;
  padding: 32px 40px;
}

.solution-card span {
  font-size: 16px;
}

.solution-card h3 {
  font-size: 30px;
}

.solution-card p {
  font-size: 16px;
}

.audit.section-shell {
  --cursor-x: 0;
  --cursor-y: 0;
  --pointer-x: 50%;
  --pointer-y: 42%;
  --pointer-x-px: 50%;
  --pointer-y-px: 42%;
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 520px;
  margin-top: 0;
  padding: 82px 0 76px;
  overflow: hidden;
  isolation: isolate;
  border-radius: 48px;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.22)),
    url("../images/backgrounds/audit-background.jpg") 50% 50% / cover no-repeat;
}

.audit::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: auto;
  height: auto;
  border-radius: inherit;
  background:
    radial-gradient(circle 240px at var(--pointer-x) var(--pointer-y), rgba(255, 244, 228, 0.18), rgba(255, 244, 228, 0.08) 28%, rgba(255, 244, 228, 0.03) 46%, transparent 68%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.22));
  transform: none;
  filter: blur(26px);
  transition: opacity 260ms ease;
  pointer-events: none;
}

.audit::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  width: auto;
  height: auto;
  border-radius: inherit;
  opacity: 0.14;
  background: url("../images/backgrounds/noise-512.webp") 0 0 / 460px repeat;
  mix-blend-mode: soft-light;
  transform: none;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.audit h2 {
  width: min(1260px, calc(100% - 112px));
  margin-right: 0;
  margin-left: max(0px, calc((100% - var(--container)) / 2));
}

.audit p {
  width: min(980px, calc(100% - 112px));
  margin-right: 0;
  margin-left: max(0px, calc((100% - var(--container)) / 2));
}

.audit > .button {
  margin-left: max(0px, calc((100% - var(--container)) / 2));
}

.audit h2 {
  max-width: 1260px;
  font-size: clamp(44px, 4.35vw, 76px);
  line-height: 1.03;
}

.audit h2 span {
  white-space: nowrap;
}

.audit p {
  margin-top: 42px;
  max-width: 980px;
  font-size: 18px;
  line-height: 1.38;
}

.audit > .button {
  position: relative;
  min-height: 46px;
  margin-top: -4px;
  padding: 0 52px 0 34px;
  border-radius: 10px;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 300;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.audit > .button .arrow {
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
}

.footer.section-shell {
  position: relative;
  z-index: 2;
  width: min(var(--container), calc(100vw - 72px));
  grid-template-columns: 180px max-content max-content 1fr auto;
  column-gap: 48px;
  padding: 46px 0 54px;
}

.footer > .socials {
  justify-self: end;
  gap: 13px;
}

.footer .brand__text {
  font-size: 16px;
  line-height: 1.05;
  font-weight: 400;
}

.footer > a:not(.brand) {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  text-decoration: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.footer > a:not(.brand)::after {
  content: none;
}

.footer .socials__button {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease,
    opacity 220ms ease;
}

.footer .socials__button img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.footer .socials__button--telegram {
  overflow: visible;
  background: transparent;
}

.footer .socials__button--telegram img {
  width: 32px;
  height: 32px;
  transition:
    transform 220ms ease,
    filter 220ms ease,
    opacity 220ms ease;
}

.footer .socials__button--max img {
  width: 18px;
  height: 15px;
}

@media (hover: hover) and (pointer: fine) {
  .footer .socials__button:hover {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  }

  .footer .socials__button--telegram:hover {
    background: transparent;
    box-shadow: none;
    opacity: 0.96;
  }

  .footer .socials__button--telegram:hover img {
    transform: scale(1.04);
    filter: brightness(1.08);
    opacity: 0.96;
  }

  .footer > a:not(.brand):hover {
    transform: translateY(-1px);
    color: rgba(255, 255, 255, 0.96);
    text-decoration: underline;
  }

  .footer > a:not(.brand):hover::after {
    content: none;
  }
}

.clients__label {
  margin: 0;
  padding-right: 48px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.35);
  font-size: 15px;
  line-height: 0.95;
}

.clients__viewport {
  --clients-gap: 24px;
  overflow: hidden;
  min-width: 0;
  mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}

.clients__marquee {
  display: flex;
  width: max-content;
  align-items: center;
  gap: var(--clients-gap);
  will-change: transform;
  animation: clients-scroll 34s linear infinite;
}

.clients__group {
  display: flex;
  min-width: max-content;
  align-items: center;
  flex: 0 0 auto;
  gap: var(--clients-gap);
}

.client-logo-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: clamp(96px, 9.5vw, 128px);
  height: clamp(34px, 3.4vw, 44px);
  padding-inline: 0;
}

.client-logo-slot--1 {
  width: clamp(98px, 9.2vw, 122px);
}

.client-logo-slot--2 {
  width: clamp(128px, 11.8vw, 162px);
  margin-right: 6px;
}

.client-logo-slot--3 {
  width: clamp(114px, 10.5vw, 144px);
  margin-left: 10px;
}

.client-logo-slot--11 {
  width: clamp(84px, 8.3vw, 112px);
}

.client-logo {
  display: block;
  width: auto;
  max-width: 92%;
  max-height: 92%;
  object-fit: contain;
  opacity: 0.52;
}

.client-logo--1 {
  max-width: 104%;
  max-height: 104%;
}

.client-logo--2 {
  max-width: 128%;
  max-height: 128%;
}

.client-logo--8 {
  max-width: 82%;
  max-height: 82%;
}

.client-logo--10 {
  max-width: 84%;
  max-height: 84%;
}

.client-logo--11 {
  max-width: 132%;
  max-height: 132%;
}

@media (min-width: 681px) and (max-width: 1439px) {
  .section-shell,
  .product,
  .solutions > h2,
  .solutions > .solution-grid,
  .footer.section-shell {
    width: 1320px;
  }

  .hero.section-shell {
    min-height: 686px;
    padding-top: 51px;
    padding-bottom: 48px;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }

  .hero::before,
  .hero::after {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }

  .hero .nav,
  .hero .hero__grid,
  .hero .clients {
    width: 1320px;
  }

  .hero .nav {
    grid-template-columns: 310px 1fr 126px 198px;
    grid-template-areas: none;
    align-items: center;
    gap: 24px;
  }

  .hero .brand,
  .hero .nav__link,
  .hero .socials,
  .hero .button--ghost {
    grid-area: auto;
  }

  .hero .nav__link {
    display: inline-flex;
    justify-self: center;
  }

  .hero .socials {
    justify-self: center;
  }

  .hero .button--ghost {
    justify-self: end;
  }

  .hero .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 500px);
    gap: 44px;
    align-items: end;
    margin-top: 196px;
  }

  .hero h1 {
    font-size: 77px;
    line-height: 1.03;
  }

  .hero .hero__copy {
    max-width: 470px;
    margin-top: 0;
    font-size: 17px;
  }

  .hero .clients {
    grid-template-columns: 125px minmax(0, 1fr);
    gap: 52px;
    min-height: 122px;
    margin-top: 72px;
    padding-top: 30px;
    padding-bottom: 18px;
  }

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

  .intro h2,
  .projects h2 {
    font-size: 44px;
  }

  .intro h2 span {
    display: inline;
  }

  .tech-card {
    width: 320px;
    max-width: 320px;
    display: block;
    min-height: 0;
    justify-self: end;
    padding: 28px 20px 24px;
  }

  .tech-card h3,
  .tech-card__subhead {
    max-width: 262px;
  }

  .tech-card__icons {
    display: flex;
    grid-row: auto;
    grid-column: auto;
    align-self: auto;
    justify-content: flex-start;
    gap: 24px;
    margin-top: 28px;
    padding-top: 24px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-left: 0;
  }

  .product {
    grid-template-columns: minmax(430px, 0.955fr) minmax(430px, 1fr);
    gap: 44px;
  }

  .product__copy {
    min-height: 424px;
    padding: 42px 40px 24px;
  }

  .product h2 {
    margin-top: 34px;
    font-size: 32px;
  }

  .product p:not(.kicker):not(.product__caption) {
    margin-top: 34px;
    font-size: 16px;
  }

  .product__media {
    height: 424px;
    gap: 21px;
  }

  .product__screen {
    height: calc(100% - 72px);
    aspect-ratio: auto;
  }

  .product p.product__caption {
    min-height: 50px;
    font-size: 13px;
  }

  .project-grid,
  .solution-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .solutions.section-shell {
    margin-top: 48px;
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .solutions h2,
  .audit h2 span {
    white-space: nowrap;
  }

  .solutions h2 {
    font-size: clamp(32px, 2.35vw, 34px);
  }

  .solution-card h3 {
    font-size: 30px;
  }

  .audit.section-shell {
    min-height: 520px;
    padding-top: 82px;
    padding-bottom: 76px;
    border-radius: 48px;
  }

  .audit h2 {
    width: 1260px;
    font-size: 63px;
  }

  .audit p {
    width: 980px;
    margin-top: 42px;
    margin-left: 60px;
    font-size: 18px;
  }

  .audit > .button {
    min-height: 46px;
    margin-top: -4px;
    margin-left: 60px;
    padding-right: 52px;
    padding-left: 34px;
    font-size: 16px;
  }

  .footer.section-shell {
    grid-template-columns: 180px max-content max-content 1fr auto;
    column-gap: 48px;
  }

  .footer > .socials {
    grid-column: auto;
    justify-self: end;
  }

  .client-logo-slot {
    width: 128px;
    height: 44px;
  }

  .client-logo-slot--1 {
    width: 122px;
  }

  .client-logo-slot--2 {
    width: 162px;
  }

  .client-logo-slot--3 {
    width: 144px;
  }

  .client-logo-slot--11 {
    width: 112px;
  }
}

@media (min-width: 681px) and (max-width: 1024px) {
  .hero .nav {
    grid-template-columns: 310px 1fr 126px 198px;
  }

  .hero .socials {
    transform: translateX(-18px);
  }

  .hero .button--ghost {
    transform: translateX(-18px);
  }

  .hero .button--ghost:hover {
    transform: translate(-18px, -1px);
  }

  .solutions h2 {
    font-size: 32px;
  }
}

@keyframes clients-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - (var(--clients-gap) / 2)));
  }
}

@media (max-width: 680px) {
  .hero.section-shell {
    min-height: 720px;
    padding-top: 36px;
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
  }

  .hero::before,
  .hero::after {
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
  }

  .hero .nav,
  .hero .hero__grid,
  .hero .clients {
    width: calc(100% - 64px);
  }

  .hero .nav {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand audit"
      "projects socials";
    align-items: center;
    row-gap: 18px;
  }

  .hero .brand {
    grid-area: brand;
  }

  .hero .nav__link {
    grid-area: projects;
    display: inline-flex;
    justify-self: start;
  }

  .hero .socials {
    grid-area: socials;
    justify-self: end;
  }

  .hero .button--ghost {
    grid-area: audit;
    justify-self: end;
  }

  .hero .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: 32px;
    align-items: start;
    margin-top: 108px;
  }

  .hero h1 {
    font-size: clamp(51px, 4.2vw, 77px);
    line-height: 1.04;
  }

  .hero .hero__copy {
    max-width: 340px;
    margin-top: 12px;
    margin-left: 0;
    font-size: 16px;
  }

  .hero .clients {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 24px;
    margin-top: 44px;
    min-height: 112px;
  }

  .clients__viewport {
    --clients-gap: 20px;
  }
}

@media (max-width: 680px) {
  .hero.section-shell {
    min-height: 0;
    padding-top: 28px;
    padding-bottom: 38px;
  }

  .hero .nav,
  .hero .hero__grid,
  .hero .clients {
    width: calc(100% - 40px);
  }

  .hero .nav {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "projects"
      "socials"
      "audit";
    justify-items: start;
    gap: 16px;
  }

  .hero .socials,
  .hero .button--ghost {
    justify-self: start;
  }

  .hero .hero__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 72px;
  }

  .hero h1 {
    font-size: clamp(40px, 6.4vw, 52px);
  }

  .hero .hero__copy {
    max-width: 520px;
    margin-top: 0;
  }

  .intro h2,
  .projects h2,
  .solutions h2 {
    font-size: clamp(26px, 4.2vw, 32px);
    line-height: 1.08;
  }

  .hero .clients {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: 0;
    margin-top: 36px;
    padding-top: 24px;
    padding-bottom: 12px;
  }

  .clients__label {
    width: max-content;
    padding-right: 0;
    border-right: 0;
  }

  .clients__viewport {
    --clients-gap: 18px;
  }
}

@media (max-width: 680px) {
  .hero.section-shell {
    padding-top: 22px;
    padding-bottom: 30px;
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
  }

  .hero::before,
  .hero::after {
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
  }

  .hero .nav,
  .hero .hero__grid,
  .hero .clients {
    width: calc(100% - 32px);
  }

  .hero .nav {
    gap: 14px;
  }

  .hero .brand__text {
    font-size: 12px;
  }

  .hero .nav__link {
    font-size: 14px;
  }

  .hero .button--ghost {
    min-width: 0;
    padding-inline: 16px;
    font-size: 12px;
  }

  .hero .hero__grid {
    gap: 38px;
    margin-top: 58px;
  }

  .hero h1 {
    font-size: clamp(28px, 6vw, 40px);
    line-height: 1.05;
  }

  .hero__title-line {
    white-space: normal;
  }

  .hero .hero__copy {
    display: grid;
    grid-template-columns: 19px 1fr;
    gap: 18px;
    width: 100%;
    justify-self: start;
    margin-left: 0;
    max-width: none;
    font-size: 14px;
    line-height: 1.42;
  }

  .audit > .button {
    font-size: 12px;
  }

  .hero__copy-icon {
    display: block;
  }

  .hero .clients {
    gap: 18px;
    margin-top: 30px;
    padding-top: 20px;
  }

  .hero__noise {
    background-size: 320px;
    opacity: 0.16;
  }

  .hero__glow {
    background: radial-gradient(circle 170px at var(--pointer-x) var(--pointer-y), rgba(255, 244, 228, 0.14), rgba(255, 244, 228, 0.06) 34%, transparent 70%);
    filter: blur(20px);
  }

  .clients__viewport {
    --clients-gap: 14px;
  }

  .client-logo-slot {
    width: clamp(82px, 22vw, 104px);
    height: clamp(28px, 8vw, 34px);
    padding-inline: 0;
  }

  .client-logo-slot--1 {
    width: clamp(82px, 18vw, 98px);
  }

  .client-logo-slot--2 {
    width: clamp(104px, 22vw, 128px);
    margin-right: 4px;
  }

  .client-logo-slot--3 {
    width: clamp(94px, 20vw, 116px);
    margin-left: 8px;
  }

  .client-logo-slot--11 {
    width: clamp(74px, 19vw, 92px);
  }

  .client-logo-slot--2 {
    margin-right: 0;
  }

  .client-logo-slot--3 {
    margin-left: 0;
  }

  .client-logo {
    max-width: 90%;
    max-height: 90%;
  }
}

@media (max-width: 420px) {
  .hero .brand {
    align-items: center;
    gap: 12px;
  }

  .hero .brand__mark {
    width: 32px;
    height: 32px;
  }

  .hero .brand__mark img {
    width: 100%;
    height: 100%;
  }

  .hero .brand__text {
    line-height: 1;
  }

  .hero .nav__link,
  .hero .button--ghost {
    min-height: 34px;
  }

  .hero .socials {
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .clients__marquee {
    animation: none;
  }

  .hero::after,
  .hero__noise,
  .hero__glow {
    transition: none;
  }
}

@media (max-width: 680px) {
  .section-shell,
  .solutions > h2,
  .solutions > .solution-grid,
  .audit h2,
  .audit p {
    width: min(904px, calc(100vw - 40px));
  }

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

  .intro h2 span {
    display: block;
  }

  .tech-card {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 28px;
    row-gap: 18px;
    align-content: start;
    min-height: 190px;
    justify-self: start;
  }

  .tech-card h3,
  .tech-card__subhead {
    max-width: 430px;
  }

  .tech-card__icons {
    grid-row: 1 / 3;
    grid-column: 2;
    align-self: stretch;
    margin-top: 0;
    padding-top: 0;
    padding-left: 28px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
  }

  .tech-card__subhead {
    margin-top: 0;
  }

  .product {
    width: min(904px, calc(100vw - 40px));
    grid-template-columns: minmax(0, 0.955fr) minmax(0, 1fr);
    gap: 28px;
    padding-top: 0;
  }

  .product__copy {
    width: 100%;
    min-height: 460px;
    padding: 38px 34px;
  }

  .product h2 {
    margin-top: 32px;
    font-size: 30px;
  }

  .product p:not(.kicker):not(.product__caption) {
    margin-top: 28px;
    font-size: 16px;
  }

  .product .button--light {
    min-height: 42px;
    margin-top: 34px;
    font-size: 14px;
  }

  .product__screen {
    height: calc(100% - 74px);
    aspect-ratio: auto;
  }

  .product p.product__caption {
    min-height: 52px;
    font-size: 16px;
  }

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

  .project-card img,
  .project-card__image--bleed,
  .project-card__image--bleed-strong {
    padding-right: 0;
    transform: none;
  }

  .project-card__image--bleed-strong {
    clip-path: inset(0 round 8px);
  }

  .solutions.section-shell {
    margin-top: 38px;
    padding: 42px 0 74px;
  }

  .solutions h2 {
    white-space: normal;
    line-height: 1.12;
  }

  .solution-card h3 {
    font-size: clamp(23px, 3vw, 27px);
  }

  .audit.section-shell {
    width: 100%;
    min-height: 460px;
    padding: 68px 0 64px;
    border-radius: 36px;
  }

  .audit h2 {
    width: min(980px, calc(100% - 72px));
    font-size: clamp(36px, 5.3vw, 54px);
  }

  .audit p {
    width: min(760px, calc(100% - 72px));
    margin-top: 34px;
    margin-left: max(0px, calc((100% - 904px) / 2));
    font-size: 17px;
  }

  .audit > .button {
    min-height: 44px;
    margin-top: 16px;
    margin-left: max(0px, calc((100% - 904px) / 2));
    padding: 0 30px;
    font-size: 15px;
  }

  .footer.section-shell {
    grid-template-columns: 1fr auto auto;
    gap: 24px 36px;
  }

  .footer > .socials {
    grid-column: 3;
  }
}

@media (max-width: 680px) {
  .section-shell,
  .solutions > h2,
  .solutions > .solution-grid,
  .audit h2,
  .audit p {
    width: calc(100% - 32px);
  }

  .intro h2,
  .projects h2,
  .solutions h2 {
    font-size: clamp(21px, 4.2vw, 26px);
    line-height: 1.12;
    white-space: normal;
  }

  .intro {
    padding-top: 50px;
    padding-bottom: 56px;
  }

  .author {
    gap: 16px;
    margin-top: 34px;
  }

  .author strong {
    font-size: 16px;
    line-height: 1.18;
  }

  .author p {
    font-size: 13px;
    line-height: 1.36;
  }

  .tech-card {
    width: 100%;
    max-width: 100%;
    display: block;
    justify-self: stretch;
    padding: 26px 22px 24px;
  }

  .tech-card h3,
  .tech-card__subhead {
    max-width: none;
  }

  .tech-card h3 {
    font-size: 16px;
    line-height: 1.14;
  }

  .tech-card__subhead {
    font-size: 12px;
    margin-top: 18px;
  }

  .tech-card__icons {
    justify-content: space-between;
    gap: 12px;
    margin-top: 24px;
    padding-top: 22px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-left: 0;
  }

  .tech-card__icons img,
  .tech-card__icons img:first-child {
    width: 54px;
    height: 54px;
  }

  .tech-card__icons img:nth-child(2) {
    margin-inline: 0;
  }

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

  .product {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 0;
  }

  .product__media {
    height: auto;
  }

  .product__screen {
    height: auto;
    aspect-ratio: 1.6 / 1;
  }

  .product h2 {
    margin-top: 28px;
    font-size: 28px;
  }

  .product__copy {
    min-height: 0;
    padding: 30px 24px;
    border-radius: 14px;
  }

  .product__logo {
    width: 132px;
  }

  .product p:not(.kicker):not(.product__caption),
  .solution-card p,
  .audit p {
    font-size: 14px;
  }

  .product p:not(.kicker):not(.product__caption) {
    margin-top: 24px;
  }

  .product .button--light {
    min-height: 46px;
    margin-top: 28px;
    font-size: 15px;
  }

  .product p.product__caption {
    padding: 18px 20px;
    border-radius: 12px;
    font-size: 15px;
  }

  .solution-card {
    min-height: 250px;
    padding: 30px 28px;
  }

  .solution-card h3 {
    font-size: 25px;
  }

  .audit.section-shell {
    width: 100%;
    min-height: 400px;
    padding: 52px 0 56px;
    border-radius: 26px;
  }

  .audit h2 {
    width: calc(100% - 32px);
    font-size: clamp(25px, 7.4vw, 30px);
    line-height: 1.12;
  }

  .audit h2 span {
    white-space: normal;
  }

  .audit p {
    width: calc(100% - 32px);
    margin-top: 28px;
    margin-left: 16px;
    font-size: 16px;
  }

  .audit > .button {
    min-height: 42px;
    margin-top: 16px;
    margin-left: 16px;
    padding: 0 24px;
    font-size: 14px;
  }

  .footer.section-shell {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer > .socials {
    grid-column: auto;
    justify-self: start;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: clamp(25px, 7.5vw, 30px);
  }

  .intro h2,
  .projects h2,
  .solutions h2 {
    font-size: clamp(20px, 5.5vw, 22px);
  }

  .project-card h3 {
    font-size: 16px;
    line-height: 1.32;
  }

  .solution-card {
    padding: 26px 22px;
  }

  .solution-card h3 {
    font-size: 23px;
  }

  .product h2 {
    font-size: 24px;
    line-height: 1.08;
  }

  .product__copy {
    padding: 26px 20px;
  }

  .product .button--light {
    width: 100%;
  }

  .audit > .button {
    width: calc(100% - 32px);
  }

  .audit h2 {
    font-size: clamp(23px, 6.3vw, 26px);
  }
}

@media (max-width: 492px) {
  .audit h2 .mobile-only-break {
    display: block;
  }
}

@media (max-width: 680px) {
  .hero .nav {
    grid-template-columns: 1fr auto;
    grid-template-areas: "brand socials";
    align-items: center;
    column-gap: 18px;
    row-gap: 0;
  }

  .hero .nav__link,
  .hero .button--ghost {
    display: none;
  }

  .hero .socials {
    grid-area: socials;
    display: flex;
    flex-wrap: nowrap;
    justify-self: end;
    align-self: center;
    gap: 8px;
  }

  .hero .clients {
    gap: 18px;
    padding-bottom: 18px;
  }

  .clients__label {
    width: 100%;
    padding: 0 0 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    text-align: center;
    line-height: 1.12;
    transform: translateY(-5px);
  }

  .clients__label br {
    display: none;
  }

  .intro h2 br {
    display: none;
  }

  .intro-years-mobile {
    display: block;
  }

  .mobile-break {
    display: block;
  }

  .tech-card__mobile-break {
    display: block;
  }

  .tech-card__icons {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }

  .tech-card__icons img,
  .tech-card__icons img:first-child {
    width: 64px;
    height: 64px;
  }

  .tech-card__icons img:nth-child(2) {
    margin-inline: 10px;
  }

  .projects {
    padding-bottom: 28px;
  }

  .projects .section-head h2 {
    margin-bottom: 10px;
  }

  .more-projects {
    margin-top: 34px;
  }

  .product__logo {
    width: 96px;
  }

  .product__copy {
    padding: 34px 30px 28px;
  }

  .product h2 {
    margin-top: 22px;
    font-size: 24px;
    line-height: 1.08;
  }

  .product p:not(.kicker):not(.product__caption) {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.42;
  }

  .product .button--light {
    min-height: 40px;
    margin-top: 32px;
    font-size: 12px;
    padding-inline: 18px 36px;
  }

  .product .button--light .arrow {
    right: 18px;
    width: 8px;
    height: 8px;
  }

  .product p.product__caption {
    min-height: 44px;
    padding-inline: 12px;
    font-size: 11px;
    white-space: nowrap;
  }

  .solutions.section-shell {
    margin-top: 18px;
    padding-top: 24px;
    padding-bottom: 44px;
  }

  .solutions h2 {
    margin-bottom: 0;
  }

  .solution-grid {
    margin-top: 34px;
  }

  .audit.section-shell {
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 42px;
  }

  .audit h2 {
    width: calc(100% - 40px);
    margin-left: 24px;
    margin-right: auto;
    font-size: clamp(20px, 5.6vw, 24px);
  }

  .hero__copy .mobile-only-break {
    display: block;
  }

  .desktop-only-break {
    display: none;
  }

  .audit p {
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-left: 24px;
    font-size: 13px;
    line-height: 1.42;
  }

  .audit > .button {
    width: calc(100% - 56px);
    min-height: 40px;
    margin-top: -40px;
    margin-left: 28px;
    margin-right: 28px;
    padding-inline: 20px 42px;
    font-size: 13px;
  }

  .audit > .button .arrow {
    right: 20px;
  }

  .footer.section-shell {
    position: relative;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand socials"
      "divider divider"
      "policy legal";
    gap: 20px 18px;
    align-items: center;
  }

  .footer.section-shell::before {
    content: "";
    grid-area: divider;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
  }

  .footer .brand {
    grid-area: brand;
    justify-self: start;
  }

  .footer > p {
    grid-area: legal;
    justify-self: end;
    text-align: right;
    font-size: 11px;
    line-height: 1.35;
  }

  .footer > a:not(.brand) {
    grid-area: policy;
    justify-self: start;
    font-size: 11px;
    line-height: 1.35;
  }

  .footer > .socials {
    grid-area: socials;
    justify-self: end;
  }
}

.reveal {
  opacity: 0;
  filter: blur(18px);
  transform: translate3d(0, 54px, 0) scale(0.985);
  transition:
    opacity 1100ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 1200ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

.reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.ig-offer-page {
  background:
    radial-gradient(circle at 50% 0, rgba(255, 244, 228, 0.12), transparent 34%),
    #050505;
}

.ig-offer-page .nav {
  position: relative;
  z-index: 2;
  width: min(var(--container), calc(100vw - 112px));
  margin: 0 auto;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  gap: 24px;
}

.ig-offer-page .nav__link {
  position: relative;
  justify-self: center;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  font-weight: 300;
}

.ig-offer-page .button--ghost {
  min-width: 184px;
  min-height: 36px;
  padding: 8px 22px;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  font-weight: 300;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.ig-offer-page .button--ghost .arrow {
  opacity: 0.58;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.ig-offer-page .socials__button {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease,
    opacity 220ms ease;
}

.ig-offer-page .socials__button img {
  transition:
    transform 220ms ease,
    filter 220ms ease,
    opacity 220ms ease;
}

.ig-offer-hero {
  --pointer-x: 50%;
  --pointer-y: 42%;
  --pointer-x-px: 50%;
  --pointer-y-px: 42%;
  --cursor-x: 0;
  --cursor-y: 0;
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 686px;
  margin: 0;
  padding: 51px 0 48px;
  overflow: hidden;
  isolation: isolate;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  background: #050505;
}

.ig-offer-hero::before,
.ig-offer-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ig-offer-hero::before {
  inset: -8%;
  z-index: -4;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  background: #050505;
}

.ig-offer-hero::after {
  inset: -12%;
  z-index: -1;
  transform: scale(1.08);
  opacity: 0.14;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 248, 236, 0.22) 0, rgba(255, 248, 236, 0.12) 12%, rgba(255, 248, 236, 0.05) 26%, transparent 46%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.22));
  filter: blur(10px);
}

.ig-offer-hero__ambient {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  pointer-events: none;
}

.ig-offer-hero__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 0.98;
}

.ig-offer-hero__noise,
.ig-offer-hero__glow {
  position: absolute;
  inset: -10%;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.ig-offer-hero__noise {
  opacity: 0.18;
  background-image: url("../images/backgrounds/figma-hero-noise-512.webp");
  background-size: 460px;
  background-repeat: repeat;
  mix-blend-mode: multiply;
  filter: grayscale(1) brightness(0.25) contrast(1.28);
  transform: scale(1.06);
}

.ig-offer-hero__glow {
  opacity: 0.85;
  background:
    radial-gradient(circle 240px at var(--pointer-x) var(--pointer-y), rgba(255, 244, 228, 0.18), rgba(255, 244, 228, 0.08) 28%, rgba(255, 244, 228, 0.03) 46%, transparent 68%);
  filter: blur(26px);
}

.ig-offer-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(var(--container), calc(100vw - 112px));
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 72px;
  align-items: end;
  margin: 148px auto 0;
}

.ig-offer-hero__copy {
  padding-bottom: 42px;
}

.ig-offer-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.18;
}

.ig-offer-hero h1 {
  max-width: 850px;
  margin-top: 30px;
  font-size: clamp(54px, 5.1vw, 74px);
  line-height: 1.04;
}

.ig-offer-hero h1 span {
  display: block;
}

.ig-offer-lead {
  max-width: 760px;
  margin: 38px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.42;
}

.ig-offer-summary {
  margin-bottom: 42px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(20, 20, 20, 0.82), rgba(5, 5, 5, 0.78)),
    rgba(5, 5, 5, 0.78);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.ig-offer-summary__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.ig-offer-summary__item {
  display: grid;
  gap: 9px;
  padding: 0 0 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ig-offer-summary__item span,
.ig-offer-price span,
.ig-offer-included p,
.ig-offer-step p,
.ig-offer-result p,
.ig-offer-flow span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.42;
}

.ig-offer-summary__item strong {
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.06;
}

.ig-offer-summary__button,
.ig-offer-result .button {
  position: relative;
  width: 100%;
  min-height: 46px;
  justify-content: flex-start;
  padding: 0 52px 0 24px;
  border-radius: 10px;
  color: #0a0a0a;
  font-size: 15px;
  font-weight: 300;
}

.ig-offer-summary__button .arrow,
.ig-offer-result .button .arrow {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.ig-offer-brief,
.ig-offer-section,
.ig-offer-package {
  padding: 82px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ig-offer-brief {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1fr);
  gap: 56px;
  align-items: stretch;
}

.ig-offer-brief h2,
.ig-offer-section h2,
.ig-offer-package h2,
.ig-offer-result h2 {
  margin-top: 22px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.08;
}

.ig-offer-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-self: stretch;
}

.ig-offer-flow span {
  display: flex;
  min-height: 120px;
  align-items: center;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.ig-offer-flow svg {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.74);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.ig-offer-section__head {
  max-width: 980px;
}

.ig-offer-section__head h2 {
  white-space: nowrap;
}

.ig-offer-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.ig-offer-step {
  min-height: 280px;
  padding: 26px 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.022));
}

.ig-offer-step span {
  color: rgba(255, 255, 255, 0.25);
  font-family: Unbounded, sans-serif;
  font-size: 15px;
}

.ig-offer-step h3 {
  margin-top: 52px;
  font-size: 20px;
  line-height: 1.08;
}

.ig-offer-step p {
  margin: 22px 0 0;
}

.ig-offer-package {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 36px;
  align-items: stretch;
}

.ig-offer-package__panel,
.ig-offer-price {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: #050505;
}

.ig-offer-package__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1fr);
  gap: 46px;
  padding: 36px;
}

.ig-offer-included {
  display: grid;
  gap: 0;
}

.ig-offer-included p {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.ig-offer-included p:first-child {
  padding-top: 0;
}

.ig-offer-included p:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.ig-offer-price {
  padding: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    #050505;
}

.ig-offer-price strong {
  display: block;
  margin-top: 28px;
  font-family: Unbounded, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

.ig-offer-price span {
  display: block;
  margin-top: 18px;
}

.ig-offer-payment {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.ig-offer-payment p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.ig-offer-payment span {
  margin-top: 0;
  font-size: 13px;
}

.ig-offer-payment strong {
  margin-top: 0;
  font-size: 17px;
  line-height: 1.1;
  white-space: nowrap;
}

.ig-offer-price__divider {
  height: 1px;
  margin: 32px 0;
  background: rgba(255, 255, 255, 0.1);
}

.ig-offer-price strong.ig-offer-price__support {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.08;
}

.ig-offer-result {
  --pointer-x: 50%;
  --pointer-y: 42%;
  --pointer-x-px: 50%;
  --pointer-y-px: 42%;
  --cursor-x: 0;
  --cursor-y: 0;
  position: relative;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 34px max(36px, calc((100vw - var(--container)) / 2)) 78px;
  overflow: hidden;
  isolation: isolate;
  border-radius: 48px;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.3)),
    url("../images/backgrounds/audit-background.jpg") 50% 50% / cover no-repeat;
}

.ig-offer-result::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle 240px at var(--pointer-x) var(--pointer-y), rgba(255, 244, 228, 0.18), rgba(255, 244, 228, 0.08) 28%, rgba(255, 244, 228, 0.03) 46%, transparent 68%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.22));
  filter: blur(26px);
  pointer-events: none;
}

.ig-offer-result::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.14;
  border-radius: inherit;
  background: url("../images/backgrounds/noise-512.webp") 0 0 / 460px repeat;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.ig-offer-result h2 {
  max-width: 1040px;
  font-size: clamp(40px, 4.05vw, 64px);
  line-height: 1.04;
}

.ig-offer-result p {
  max-width: 840px;
  margin: 36px 0 0;
  font-size: 18px;
}

.ig-offer-result .button {
  width: max-content;
  margin-top: 34px;
}

@media (hover: hover) and (pointer: fine) {
  .ig-offer-page .nav__link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .ig-offer-page .nav__link:hover,
  .ig-offer-page .button--ghost:hover {
    color: rgba(255, 255, 255, 0.94);
  }

  .ig-offer-page .button--ghost:hover {
    border-color: rgba(255, 255, 255, 0.42);
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  }

  .ig-offer-page .button--ghost:hover .arrow {
    opacity: 0.9;
    transform: translate(2px, -1px);
  }

  .ig-offer-page .socials__button:hover {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  }

  .ig-offer-page .socials__button--telegram:hover {
    background-color: transparent;
    box-shadow: none;
    opacity: 0.96;
  }

  .ig-offer-page .socials__button--telegram:hover img {
    transform: translateY(-1px);
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
  }

  .ig-offer-summary__button:hover,
  .ig-offer-result .button:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  }
}

@media (min-width: 681px) and (max-width: 1439px) {
  .ig-offer-page .nav,
  .ig-offer-hero__grid,
  .ig-offer-brief,
  .ig-offer-section,
  .ig-offer-package {
    width: 1320px;
  }
}

@media (max-width: 680px) {
  .ig-offer-page {
    background: #050505;
  }

  .ig-offer-page .nav,
  .ig-offer-hero__grid,
  .ig-offer-brief,
  .ig-offer-section,
  .ig-offer-package {
    width: calc(100% - 32px);
  }

  .ig-offer-page .nav {
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-items: start;
    column-gap: 18px;
    row-gap: 0;
  }

  .ig-offer-page .brand__text {
    font-size: 12px;
  }

  .ig-offer-page .nav__link {
    justify-self: start;
    font-size: 14px;
  }

  .ig-offer-page .socials {
    display: flex;
    flex-wrap: nowrap;
    justify-self: end;
    align-self: center;
    gap: 8px;
  }

  .ig-offer-page .button--ghost {
    display: none;
  }

  .ig-offer-hero {
    min-height: 0;
    padding: 22px 0 32px;
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
  }

  .ig-offer-hero__ambient {
    opacity: 0.46;
  }

  .ig-offer-hero__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 58px;
  }

  .ig-offer-hero__copy {
    padding-bottom: 0;
  }

  .ig-offer-kicker {
    font-size: 12px;
  }

  .ig-offer-hero h1 {
    margin-top: 20px;
    font-size: clamp(31px, 8.4vw, 42px);
    line-height: 1.06;
  }

  .ig-offer-lead {
    margin-top: 26px;
    font-size: 15px;
    line-height: 1.42;
  }

  .ig-offer-summary {
    margin-bottom: 0;
    padding: 22px;
  }

  .ig-offer-summary__item {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }

  .ig-offer-summary__item strong {
    font-size: 20px;
  }

  .ig-offer-brief,
  .ig-offer-section,
  .ig-offer-package {
    padding: 54px 0;
  }

  .ig-offer-brief,
  .ig-offer-package,
  .ig-offer-package__panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ig-offer-brief h2,
  .ig-offer-section h2,
  .ig-offer-package h2,
  .ig-offer-result h2 {
    margin-top: 18px;
    font-size: clamp(24px, 7.2vw, 32px);
    line-height: 1.1;
  }

  .ig-offer-section__head h2 {
    white-space: normal;
  }

  .ig-offer-desktop-break {
    display: none;
  }

  .ig-offer-flow,
  .ig-offer-steps {
    grid-template-columns: 1fr;
  }

  .ig-offer-flow span {
    min-height: 0;
    padding: 16px;
  }

  .ig-offer-flow svg {
    width: 22px;
    height: 22px;
  }

  .ig-offer-steps {
    gap: 12px;
    margin-top: 34px;
  }

  .ig-offer-step {
    min-height: 0;
    padding: 22px;
  }

  .ig-offer-step h3 {
    margin-top: 34px;
    font-size: 19px;
  }

  .ig-offer-package__panel,
  .ig-offer-price {
    padding: 24px;
  }

  .ig-offer-price strong {
    font-size: 30px;
  }

  .ig-offer-price strong.ig-offer-price__support {
    font-size: 21px;
  }

  .ig-offer-result {
    width: 100%;
    padding: 32px 16px 58px;
    border-radius: 28px;
  }

  .ig-offer-result p {
    margin-top: 26px;
    font-size: 15px;
  }

  .ig-offer-result .button {
    width: calc(100% - 34px);
    margin-top: 28px;
    margin-left: auto;
  }
}

.policy-page {
  min-height: 100vh;
  padding: 56px 0 88px;
  background:
    radial-gradient(circle at top, rgba(112, 86, 62, 0.18), transparent 36%),
    #050505;
}

.policy-page__shell {
  width: min(var(--container), calc(100vw - 72px));
  margin: 0 auto;
  padding: 0;
}

.policy-page__back {
  display: inline-flex;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.4;
}

.policy-copy {
  width: 100%;
  color: #fff;
}

.policy-page h1 {
  max-width: none;
  margin-bottom: 28px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.02;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.policy-page h2 {
  margin: 36px 0 14px;
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.14;
}

.policy-page h3 {
  margin: 24px 0 12px;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.3;
}

.policy-page p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.7;
}

.policy-page ul {
  margin: 0 0 14px;
  padding-left: 24px;
}

.policy-page li {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.7;
}

.policy-page strong {
  color: #fff;
  font-weight: 500;
}

@media (max-width: 680px) {
  .policy-page {
    padding: 24px 0 48px;
  }

  .policy-page__shell {
    width: min(var(--container), calc(100vw - 32px));
  }

  .policy-page__back {
    margin-bottom: 22px;
    font-size: 13px;
  }

  .policy-page h2 {
    margin-top: 30px;
  }

  .policy-page p {
    font-size: 14px;
    line-height: 1.6;
  }

  .policy-page li {
    font-size: 14px;
    line-height: 1.6;
  }
}

.project-card.reveal,
.solution-card.reveal {
  transform: translate3d(0, 46px, 0) scale(0.975);
}

.hero .nav > *.reveal {
  transform: translate3d(0, -26px, 0) scale(0.985);
}

.hero h1 .hero__title-line.reveal {
  transform: translate3d(0, 38px, 0) scale(0.99);
}

.hero .hero__copy.reveal,
.hero .clients.reveal {
  transform: translate3d(0, 32px, 0) scale(0.99);
}

.project-card.reveal.is-visible,
.solution-card.reveal.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.hero .nav > *.reveal.is-visible,
.hero h1 .hero__title-line.reveal.is-visible,
.hero .hero__copy.reveal.is-visible,
.hero .clients.reveal.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .hero__ambient,
  .hero.is-ready .hero__ambient,
  .reveal,
  .reveal.is-visible,
  .project-card.reveal,
  .project-card.reveal.is-visible,
  .solution-card.reveal,
  .solution-card.reveal.is-visible,
  .lead-popup__dialog,
  .lead-popup__backdrop {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}

.proposal-page {
  min-height: 100vh;
  background: #050505;
  color: #fff;
}

.proposal-hero.section-shell {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 760px;
  margin: 0;
  padding: 51px 0 58px;
  overflow: hidden;
  isolation: isolate;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  background: #050505;
}

.proposal-hero__ambient {
  position: absolute;
  z-index: -3;
  inset: 0;
  overflow: hidden;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  pointer-events: none;
}

.proposal-hero__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 0.72;
  filter: saturate(0.92) contrast(1.04);
}

.proposal-hero__noise,
.proposal-hero__glow {
  position: absolute;
  inset: -10%;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.proposal-hero__noise {
  opacity: 0.18;
  background: url("../images/backgrounds/figma-hero-noise-512.webp") 0 0 / 460px repeat;
  mix-blend-mode: multiply;
  filter: grayscale(1) brightness(0.28) contrast(1.25);
}

.proposal-hero__glow {
  opacity: 0.82;
  background:
    radial-gradient(circle 360px at 76% 34%, rgba(255, 244, 228, 0.19), rgba(255, 244, 228, 0.07) 38%, transparent 70%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.04), rgba(5, 5, 5, 0.46));
  filter: blur(22px);
}

.proposal-nav,
.proposal-hero__grid,
.proposal-hero__bottom {
  position: relative;
  z-index: 2;
  width: calc(100% - 112px);
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

.proposal-page *,
.proposal-page *::before,
.proposal-page *::after {
  min-width: 0;
}

.proposal-nav {
  grid-template-columns: minmax(220px, 310px) minmax(180px, 1fr) auto auto;
  gap: 24px;
}

.proposal-nav .brand {
  gap: 23px;
}

.proposal-nav .brand__mark {
  width: 36px;
  height: 36px;
}

.proposal-nav .brand__text {
  font-size: 16px;
  line-height: 1.05;
}

.proposal-nav .nav__link {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 300;
}

.proposal-nav .button--ghost {
  min-width: 198px;
  min-height: 36px;
  padding: 8px 22px;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.08);
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  font-weight: 300;
}

.proposal-nav .socials {
  gap: 13px;
}

.proposal-nav .socials__button,
.proposal-page .footer .socials__button {
  width: 32px;
  height: 32px;
}

.proposal-nav .socials__button img,
.proposal-page .footer .socials__button img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.proposal-nav .socials__button--telegram,
.proposal-page .footer .socials__button--telegram {
  overflow: visible;
  background: transparent;
}

.proposal-nav .socials__button--telegram img,
.proposal-page .footer .socials__button--telegram img {
  width: 32px;
  height: 32px;
}

.proposal-nav .socials__button--max img,
.proposal-page .footer .socials__button--max img {
  width: 18px;
  height: 15px;
}

.proposal-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 68px;
  align-items: end;
  margin-top: 132px;
}

.proposal-kicker {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.48);
  font-family: Unbounded, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.05;
}

.proposal-hero h1 {
  max-width: 820px;
  font-size: clamp(54px, 5.2vw, 78px);
  line-height: 1.02;
}

.proposal-hero h1 span {
  display: block;
}

.proposal-summary {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  min-height: 360px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(16, 16, 16, 0.76), rgba(5, 5, 5, 0.64)),
    rgba(5, 5, 5, 0.72);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.proposal-summary__top {
  display: grid;
  gap: 14px;
}

.proposal-summary__top span,
.proposal-summary__meta span,
.proposal-price-card span {
  color: rgba(255, 255, 255, 0.44);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
}

.proposal-summary__top strong {
  font-family: Unbounded, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.02;
}

.proposal-summary__meta {
  display: grid;
  gap: 16px;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.proposal-summary__meta p {
  display: grid;
  gap: 6px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.36;
  overflow-wrap: anywhere;
}

.proposal-summary .button {
  position: relative;
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  padding: 0 58px 0 28px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 300;
  white-space: normal;
  text-align: center;
}

.proposal-summary .button .arrow,
.proposal-final .button .arrow {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 9px;
  height: 9px;
  transform: translateY(-50%);
}

.proposal-hero__bottom {
  display: block;
  margin-top: 58px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.proposal-hero__bottom p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.38;
}

.proposal-visual {
  position: relative;
  display: block;
  min-height: 230px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 244, 228, 0.12), transparent 36%),
    linear-gradient(135deg, #080808 0%, #11131a 48%, #2b241f 100%);
}

.proposal-visual::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  pointer-events: none;
}

.proposal-visual::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -18%;
  width: 48%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(255, 244, 228, 0.08);
  filter: blur(34px);
}

.proposal-visual--tall {
  min-height: 520px;
  grid-row: span 2;
}

.proposal-visual--screen {
  min-height: 430px;
}

.proposal-overview {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 1.05fr;
  gap: 36px;
  padding: 74px 0 58px;
}

.proposal-overview article,
.proposal-step,
.proposal-check__grid article,
.proposal-price-card,
.proposal-exclude-card {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background: #050505;
}

.proposal-overview article {
  min-height: 236px;
  padding: 28px 30px;
}

.proposal-overview article:nth-child(2) {
  margin-top: 42px;
  background: linear-gradient(180deg, #000 0%, #0c111e 100%);
}

.proposal-overview span,
.proposal-step__number {
  display: block;
  color: rgba(255, 255, 255, 0.22);
  font-family: Unbounded, sans-serif;
  font-size: 16px;
}

.proposal-overview h2 {
  margin-top: 42px;
  font-size: 24px;
  line-height: 1.12;
}

.proposal-overview p,
.proposal-step p,
.proposal-check p,
.proposal-terms p,
.proposal-final p {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 300;
}

.proposal-overview p {
  margin: 22px 0 0;
  font-size: 15px;
  line-height: 1.42;
}

.proposal-scope {
  padding: 38px 0 70px;
}

.proposal-masonry {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr 1fr;
  grid-auto-flow: dense;
  gap: 28px;
  align-items: stretch;
}

.proposal-step {
  min-height: 280px;
  padding: 28px;
}

.proposal-step--large {
  grid-column: span 2;
  min-height: 360px;
}

.proposal-step--accent {
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 244, 228, 0.12), transparent 34%),
    linear-gradient(180deg, #000 0%, #181a27 100%);
}

.proposal-step h3 {
  max-width: 520px;
  margin-top: 42px;
  font-size: 28px;
  line-height: 1.1;
}

.proposal-step p {
  max-width: 680px;
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.42;
}

.proposal-step ul,
.proposal-clean-list,
.proposal-exclude-card ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.proposal-step li,
.proposal-clean-list li,
.proposal-exclude-card li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.45;
}

.proposal-step li + li,
.proposal-clean-list li + li,
.proposal-exclude-card li + li {
  margin-top: 11px;
}

.proposal-step li::before,
.proposal-clean-list li::before,
.proposal-exclude-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
}

.proposal-check {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 56px;
  align-items: start;
  padding: 70px 0 82px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.proposal-check h2,
.proposal-deliverables h2,
.proposal-terms h2,
.proposal-final h2 {
  font-size: clamp(32px, 3.1vw, 44px);
  line-height: 1.04;
}

.proposal-check__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.proposal-check__grid article {
  min-height: 176px;
  padding: 24px;
  background: linear-gradient(180deg, #000 0%, #101010 100%);
}

.proposal-check__grid span {
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  line-height: 1.1;
}

.proposal-check__grid p {
  margin: 34px 0 0;
  font-size: 14px;
  line-height: 1.42;
}

.proposal-deliverables {
  display: grid;
  grid-template-columns: minmax(380px, 0.96fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
  padding: 0 0 82px;
}

.proposal-clean-list li {
  font-size: 16px;
}

.proposal-terms {
  padding: 64px 54px 70px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 48px;
}

.proposal-terms__head {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 0.85fr);
  gap: 56px;
  align-items: end;
}

.proposal-terms__head p {
  margin: 0 0 4px;
  font-size: 17px;
  line-height: 1.42;
}

.proposal-terms__grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 28px;
  margin-top: 54px;
}

.proposal-price-card {
  min-height: 300px;
  padding: 30px;
  background:
    radial-gradient(circle at 84% 20%, rgba(255, 244, 228, 0.12), transparent 38%),
    linear-gradient(180deg, #000 0%, #3a322b 100%);
}

.proposal-price-card strong {
  display: block;
  margin-top: 56px;
  font-family: Unbounded, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.02;
}

.proposal-price-card p {
  margin: 34px 0 0;
  font-size: 16px;
  line-height: 1.5;
}

.proposal-exclude-card {
  padding: 30px;
}

.proposal-exclude-card h3 {
  font-size: 26px;
  line-height: 1.12;
}

.proposal-final.section-shell {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 490px;
  margin-top: 64px;
  padding: 82px 0 76px;
  overflow: hidden;
  isolation: isolate;
  border-radius: 48px;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.12), rgba(5, 5, 5, 0.34)),
    url("../images/backgrounds/audit-background.jpg") 50% 50% / cover no-repeat;
}

.proposal-final::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.88;
  background: radial-gradient(circle 300px at 72% 32%, rgba(255, 244, 228, 0.18), rgba(255, 244, 228, 0.06) 42%, transparent 72%);
  filter: blur(24px);
}

.proposal-final h2,
.proposal-final p,
.proposal-final .button {
  width: min(1260px, calc(100% - 112px));
  margin-right: auto;
  margin-left: max(0px, calc((100% - var(--container)) / 2));
}

.proposal-final h2 {
  max-width: 1120px;
  font-size: clamp(44px, 4.2vw, 72px);
}

.proposal-final p {
  max-width: 840px;
  margin-top: 38px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.38;
}

.proposal-final .button {
  position: relative;
  width: max-content;
  min-height: 48px;
  margin-top: 52px;
  padding: 0 54px 0 32px;
  border-radius: 10px;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 300;
}

@media (hover: hover) and (pointer: fine) {
  .proposal-page .button:hover {
    transform: translateY(-1px);
  }

  .proposal-overview article,
  .proposal-step,
  .proposal-visual,
  .proposal-check__grid article {
    transition:
      transform 420ms cubic-bezier(0.19, 1, 0.22, 1),
      border-color 260ms ease,
      box-shadow 420ms cubic-bezier(0.19, 1, 0.22, 1);
  }

  .proposal-overview article:hover,
  .proposal-step:hover,
  .proposal-visual:hover,
  .proposal-check__grid article:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.22);
  }
}

@media (min-width: 681px) and (max-width: 1439px) {
  .proposal-nav,
  .proposal-hero__grid,
  .proposal-hero__bottom {
    width: 1320px;
  }

  .proposal-hero.section-shell {
    min-height: 760px;
    padding-top: 51px;
    padding-bottom: 58px;
  }

  .proposal-final h2,
  .proposal-final p,
  .proposal-final .button {
    margin-left: 60px;
  }
}

@media (max-width: 680px) {
  .proposal-hero.section-shell {
    min-height: 0;
    padding-top: 22px;
    padding-bottom: 34px;
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
  }

  .proposal-nav,
  .proposal-hero__grid,
  .proposal-hero__bottom {
    width: calc(100% - 56px);
  }

  .proposal-nav {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand brand"
      "projects socials";
    justify-items: start;
    gap: 14px 18px;
  }

  .proposal-nav .brand {
    grid-area: brand;
  }

  .proposal-nav .nav__link {
    grid-area: projects;
    display: inline-flex;
    justify-self: start;
    font-size: 14px;
  }

  .proposal-nav .socials {
    grid-area: socials;
    display: inline-flex;
    justify-self: end;
  }

  .proposal-nav .button--ghost {
    display: none;
  }

  .proposal-nav .brand__mark {
    width: 32px;
    height: 32px;
  }

  .proposal-nav .brand__text {
    font-size: 12px;
  }

  .proposal-hero__grid,
  .proposal-hero__bottom,
  .proposal-overview,
  .proposal-masonry,
  .proposal-check,
  .proposal-deliverables,
  .proposal-terms__head,
  .proposal-terms__grid {
    grid-template-columns: 1fr;
  }

  .proposal-hero__grid {
    gap: 28px;
    margin-top: 58px;
  }

  .proposal-kicker {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .proposal-hero h1 {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.08;
  }

  .proposal-summary {
    width: 100%;
    max-width: calc(100vw - 56px);
    min-height: 0;
    padding: 22px;
    border-radius: 16px;
  }

  .proposal-summary__meta p {
    font-size: 14px;
    overflow-wrap: break-word;
  }

  .proposal-summary__top strong {
    font-size: 32px;
  }

  .proposal-summary .button {
    margin-top: 30px;
  }

  .proposal-hero__bottom {
    margin-top: 38px;
  }

  .proposal-hero__bottom p {
    font-size: 15px;
  }

  .proposal-visual,
  .proposal-visual--tall,
  .proposal-visual--screen {
    min-height: 220px;
  }

  .proposal-overview {
    gap: 16px;
    padding: 46px 0 34px;
  }

  .proposal-overview article {
    min-height: 0;
    padding: 24px;
  }

  .proposal-overview article:nth-child(2) {
    margin-top: 0;
  }

  .proposal-overview h2 {
    margin-top: 32px;
    font-size: 21px;
  }

  .proposal-scope {
    padding: 28px 0 46px;
  }

  .proposal-masonry {
    gap: 16px;
  }

  .proposal-step,
  .proposal-step--large {
    grid-column: auto;
    min-height: 0;
    padding: 24px;
  }

  .proposal-step h3 {
    margin-top: 34px;
    font-size: 23px;
  }

  .proposal-step p,
  .proposal-step li,
  .proposal-clean-list li,
  .proposal-exclude-card li {
    font-size: 14px;
  }

  .proposal-check {
    gap: 28px;
    padding: 44px 0 50px;
  }

  .proposal-check h2,
  .proposal-deliverables h2,
  .proposal-terms h2 {
    font-size: 29px;
  }

  .proposal-check__grid {
    grid-template-columns: 1fr;
  }

  .proposal-check__grid article {
    min-height: 0;
  }

  .proposal-deliverables {
    gap: 30px;
    padding-bottom: 50px;
  }

  .proposal-terms {
    padding: 36px 22px 40px;
    border-radius: 28px;
  }

  .proposal-terms__head {
    gap: 22px;
  }

  .proposal-terms__head p {
    font-size: 15px;
  }

  .proposal-terms__grid {
    gap: 16px;
    margin-top: 32px;
  }

  .proposal-price-card,
  .proposal-exclude-card {
    min-height: 0;
    padding: 24px;
  }

  .proposal-price-card strong {
    margin-top: 34px;
    font-size: 34px;
  }

  .proposal-exclude-card h3 {
    font-size: 22px;
  }

  .proposal-final.section-shell {
    min-height: 0;
    margin-top: 44px;
    padding: 54px 0 58px;
    border-radius: 28px;
  }

  .proposal-final h2,
  .proposal-final p,
  .proposal-final .button {
    width: min(100% - 56px, 430px);
    margin-left: auto;
  }

  .proposal-final h2 {
    font-size: 34px;
  }

  .proposal-final p {
    margin-top: 28px;
    font-size: 15px;
  }

  .proposal-final .button {
    min-height: 46px;
    margin-top: 34px;
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .proposal-nav .nav__link {
    min-height: 34px;
  }

  .proposal-summary__top strong,
  .proposal-price-card strong {
    font-size: 30px;
  }
}

.not-found-page {
  min-height: 100vh;
  padding: 0;
  background:
    radial-gradient(circle at top, rgba(146, 119, 82, 0.18), transparent 30%),
    linear-gradient(180deg, #040404 0%, #070707 100%);
}

.not-found-hero.section-shell {
  --pointer-x: 50%;
  --pointer-y: 40%;
  position: relative;
  width: min(1400px, calc(100vw - 32px));
  max-width: none;
  min-height: calc(100vh - 32px);
  margin-top: 16px;
  padding: 32px;
  overflow: hidden;
  border-radius: 40px;
  isolation: isolate;
  background: #050505;
  display: grid;
  place-items: center;
}

.not-found-hero__ambient {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0;
  transform: scale(1.04);
  transition:
    opacity 900ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}

.not-found-hero.is-ready .not-found-hero__ambient {
  opacity: 1;
  transform: scale(1);
}

.not-found-hero__backdrop,
.not-found-hero__noise,
.not-found-hero__glow {
  position: absolute;
  inset: 0;
}

.not-found-hero__backdrop {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 0.92;
}

.not-found-hero__noise {
  opacity: 0.18;
  background-image: url("../images/backgrounds/figma-hero-noise-512.webp");
  background-size: 460px;
  mix-blend-mode: multiply;
  filter: grayscale(1) brightness(0.34) contrast(1.2);
}

.not-found-hero__glow {
  inset: -8%;
  background:
    radial-gradient(circle 280px at var(--pointer-x) var(--pointer-y), rgba(255, 244, 228, 0.24), rgba(255, 244, 228, 0.08) 30%, rgba(255, 244, 228, 0.03) 46%, transparent 68%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.16), rgba(5, 5, 5, 0.44));
  filter: blur(18px);
}

.not-found-simple {
  position: relative;
  z-index: 1;
  width: min(100%, 820px);
  text-align: center;
}

.not-found-hero h1 {
  max-width: none;
  font-size: clamp(44px, 6.8vw, 92px);
  line-height: 0.99;
}

.not-found-description {
  max-width: 620px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 300;
  line-height: 1.4;
}

.not-found-home-link {
  min-height: 42px;
  padding-inline: 18px;
  margin-top: 30px;
  font-size: 13px;
  display: inline-flex;
}

@media (hover: hover) and (pointer: fine) {
  .not-found-home-link:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.76);
    background: rgba(255, 255, 255, 0.88);
    color: #000;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  }
}

@media (max-width: 1024px) {
  .not-found-hero.section-shell {
    width: min(100vw - 24px, 100%);
    min-height: auto;
    padding: 28px 24px 24px;
    border-radius: 28px;
  }

  .not-found-simple {
    width: min(100%, 700px);
  }
}

@media (max-width: 680px) {
  .not-found-page {
    padding-bottom: 12px;
  }

  .not-found-hero.section-shell {
    width: min(100vw - 16px, 100%);
    margin-top: 8px;
    padding: 20px 18px 18px;
    border-radius: 24px;
  }

  .not-found-hero h1 {
    font-size: clamp(34px, 11vw, 46px);
    line-height: 1;
  }

  .not-found-description {
    margin-top: 20px;
    font-size: 14px;
  }

  .not-found-home-link {
    width: 100%;
    justify-content: center;
    min-height: 40px;
    margin-top: 24px;
  }
}
