@font-face {
  font-family: "IBM Plex Mono";
  src: url("assets/ibm-plex-mono-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("assets/ibm-plex-mono-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --black: #171717;
  --panel: #1d1d1d;
  --panel-light: #2e2e2e;
  --green: #01ffc4;
  --green-button: #01c799;
  --text: #f8f8f8;
  --muted: #bababa;
  --border: #6a6a6a;
  --radius: 10px;
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--black);
  color: var(--text);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
}

button,
input {
  font: inherit;
}

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

button {
  color: inherit;
}

.site-shell {
  position: relative;
  width: min(100%, 1440px);
  min-height: 7573px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--black);
}

.section-block,
.hero,
.closing {
  position: absolute;
  left: 0;
  width: 100%;
}

.hero {
  top: 0;
  height: 1325px;
}

.brand {
  display: block;
  width: 172.22px;
  height: 30px;
}

.brand--top {
  position: absolute;
  z-index: 4;
  top: 47px;
  left: 50%;
  transform: translateX(-50%);
}

.hero__copy {
  position: absolute;
  z-index: 5;
  top: 140px;
  left: 50%;
  display: flex;
  width: min(1029px, calc(100% - 40px));
  transform: translateX(-50%);
  flex-direction: column;
  align-items: center;
  gap: 46px;
  text-align: center;
}

.hero__copy > div {
  display: contents;
}

.hero h1 {
  width: 971px;
  max-width: 100%;
  margin: 0;
  color: #fff;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.68px;
  text-transform: uppercase;
}

.hero__copy p {
  width: 685px;
  max-width: 100%;
  margin: -22px 0 0;
  color: #fff;
  font-size: 20px;
  line-height: normal;
}

.primary-button {
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green);
  border-radius: 6px;
  background: var(--green-button);
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  cursor: pointer;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.primary-button:hover,
.primary-button:focus-visible {
  background: var(--green);
  box-shadow: 0 0 28px rgba(1, 255, 196, 0.25);
}

.primary-button:active {
  transform: translateY(1px);
}

.hero .primary-button {
  width: 205px;
}

.hero__matrix,
.closing__matrix,
.license__matrix {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.pixel-field span {
  position: absolute;
  width: var(--pixel-size, 72px);
  height: var(--pixel-size, 72px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  background: rgba(255, 255, 255, var(--pixel-opacity, 0.08));
  backdrop-filter: blur(4px);
}

.hero__matrix {
  top: 460px;
  left: -75px;
  width: calc(100% + 150px);
  height: 690px;
  background: radial-gradient(ellipse at 50% 52%, rgba(1, 255, 196, 0.36), rgba(1, 199, 153, 0.2) 34%, transparent 70%);
}

.hero__phones {
  position: absolute;
  z-index: 3;
  top: 500px;
  left: 50%;
  width: 904px;
  height: 691px;
  transform: translateX(-50%);
  object-fit: cover;
}

.hero__decor {
  position: absolute;
  z-index: 2;
  top: 265px;
  left: 0;
  display: block;
  width: 100%;
  height: 963px;
  object-fit: fill;
}

@media (min-width: 1101px) {
  .hero__matrix,
  .hero__phones {
    display: none;
  }
}

@media (min-width: 1101px) and (max-width: 1440px) {
  .hero__phones {
    z-index: 4;
    display: block;
  }

  .hero .callout::after {
    z-index: 3;
  }
}

.callout {
  position: absolute;
  min-height: 58px;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

.callout > span {
  position: relative;
  z-index: 6;
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: var(--panel-light);
  box-shadow: 0 5px 10px rgba(1, 255, 196, 0.3);
}

.callout::after {
  position: absolute;
  z-index: 1;
  width: 1px;
  background: rgba(255, 255, 255, 0.55);
  content: "";
}

.callout--autonomy { top: 533px; left: 176px; width: 220px; }
.callout--autonomy::after { top: 57px; left: 113px; height: 58px; }
.callout--server { top: 681px; right: 174px; width: 210px; }
.callout--server::after { top: 57px; left: 105px; height: 34px; }
.callout--encryption { top: 823px; left: 206px; width: 220px; }
.callout--encryption::after { bottom: 57px; left: 107px; height: 33px; }
.callout--install { top: 934px; right: 224px; width: 229px; }
.callout--install::after { bottom: 57px; left: 114px; height: 55px; }

@media (min-width: 701px) {
  .callout::after {
    width: clamp(90px, 11vw, 160px);
    background: none;
  }

  .callout--autonomy::after {
    top: calc(100% - 1px);
    left: 50%;
    height: 58px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
    border-left: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 0 0 0 5px;
  }

  .callout--server::after {
    top: calc(100% - 1px);
    right: 50%;
    left: auto;
    width: clamp(114px, 12.7vw, 184px);
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.65);
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 0 0 5px;
  }

  .callout--encryption::after {
    right: auto;
    bottom: calc(100% - 1px);
    left: 50%;
    height: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.65);
    border-left: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 5px 0 0;
  }

  .callout--install::after {
    right: 50%;
    bottom: calc(100% - 1px);
    left: auto;
    height: 55px;
    border-top: 1px solid rgba(255, 255, 255, 0.65);
    border-right: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 0 5px 0 0;
  }
}

.section-title {
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.44px;
  text-align: center;
  text-transform: uppercase;
}

.why {
  top: 1325px;
  height: 715px;
  padding-top: 55px;
}

.why__glow {
  position: absolute;
  z-index: 0;
  top: 153px;
  left: 50%;
  width: min(1352px, 100%);
  height: 494px;
  transform: translateX(-50%);
  pointer-events: none;
}

.why .section-title,
.why__viewport,
.why__pagination {
  position: relative;
  z-index: 2;
}

.why__viewport {
  width: calc(100% - 80px);
  margin: 59px auto 0;
  overflow: visible;
}

.why__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 216px 236px;
  gap: 12px;
}

.info-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(46, 46, 46, 0.5);
  backdrop-filter: blur(10px);
}

.info-card h3,
.info-card p,
.audience-card h3,
.audience-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-weight: 400;
}

.info-card h3 {
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.56px;
  text-transform: uppercase;
}

.info-card p {
  color: var(--text);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
}

.why__pagination {
  display: none;
}

.workflow {
  top: 2040px;
  height: 1150px;
  padding-top: 61px;
}

@media (min-width: 701px) {
  .workflow::after {
    position: absolute;
    z-index: 0;
    top: 480px;
    right: 0;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(1, 255, 196, 1) 0, rgba(1, 255, 196, 0.82) 24%, rgba(1, 255, 196, 0.3) 58%, transparent 78%);
    box-shadow: 0 0 110px 75px rgba(1, 255, 196, 0.35);
    content: "";
    filter: blur(12px);
    pointer-events: none;
  }

  .workflow .section-title,
  .workflow__list {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 1441px) {
  .workflow::after {
    right: calc((1440px - 100vw) / 2);
  }
}

.workflow__list {
  position: relative;
  width: 1212px;
  max-width: calc(100% - 80px);
  height: 958px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.workflow-step {
  position: absolute;
  left: 0;
  display: grid;
  width: 781px;
  min-height: 190px;
  grid-template-columns: 310px 411px;
  gap: 60px;
  align-items: start;
  padding: 60px 0;
  border-bottom: 1px solid var(--muted);
}

.workflow-step:nth-child(1) { top: 0; }
.workflow-step:nth-child(2) { top: 190px; }
.workflow-step:nth-child(3) { top: 380px; }
.workflow-step:nth-child(4) { top: 570px; left: auto; right: 0; }
.workflow-step:nth-child(5) { top: 753px; left: auto; right: 0; }

.workflow-step h3 {
  position: relative;
  margin: 0;
  padding-left: 60px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.workflow-step h3::before,
.workflow-step h3::after {
  position: absolute;
  border-radius: 5px;
  content: "";
}

.workflow-step h3::before {
  top: 0;
  left: 12px;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
}

.workflow-step h3::after {
  top: 16px;
  left: 0;
  width: 24px;
  height: 24px;
  background: var(--green);
  filter: blur(5px);
}

.workflow-step.glow-right h3::after {
  left: 19px;
}

.workflow-step.glow-full h3::before {
  background: rgba(1, 255, 196, 0.34);
}

.workflow-step.glow-full h3::after {
  top: 4px;
  left: 16px;
  width: 24px;
  height: 24px;
  filter: blur(3px);
}

.workflow-step p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.32px;
}

.features {
  top: 3190px;
  height: 1030px;
  padding-top: 59px;
}

.section-title--features {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.features__content {
  position: relative;
  display: grid;
  width: 1050px;
  max-width: calc(100% - 80px);
  margin: 59px auto 0;
  grid-template-columns: 380px 1fr;
  gap: 108px;
}

.features__phone-wrap {
  position: relative;
  width: 380px;
  height: 774.5px;
}

.features__phone-wrap::after {
  position: absolute;
  z-index: -1;
  top: 220px;
  right: -610px;
  width: 160px;
  height: 180px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 100px 55px rgba(1, 255, 196, 0.45);
  content: "";
  filter: blur(20px);
}

.features__phone {
  display: block;
  width: 380px;
  height: 774.5px;
  object-fit: contain;
  pointer-events: none;
  transition: opacity 140ms ease, transform 140ms ease;
}

.features__phone.is-changing {
  opacity: 0;
  transform: scale(0.985);
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 10px;
}

.feature-item {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 64px;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #202020;
  color: var(--muted);
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.feature-item small {
  display: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: none;
}

.feature-item.is-active {
  min-height: 112px;
  border-color: var(--green);
  background: var(--panel-light);
  color: #fff;
}

.feature-item.is-active::after {
  position: absolute;
  right: -10%;
  bottom: -36px;
  left: -10%;
  height: 72px;
  background: var(--green);
  box-shadow: 0 0 45px 28px rgba(1, 255, 196, 0.65);
  content: "";
  filter: blur(16px);
}

.feature-item.is-active span,
.feature-item.is-active small {
  position: relative;
  z-index: 1;
  display: block;
}

.audience {
  top: 4220px;
  height: 491px;
  padding-top: 56px;
}

.audience__grid {
  display: grid;
  width: calc(100% - 80px);
  height: 272px;
  margin: 59px auto 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.audience-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--panel-light);
}

.audience-card img {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.audience-card--company img { top: 30px; left: -95px; width: 510px; height: 337px; transform: rotate(20deg); }
.audience-card--finance img { top: -86px; right: -166px; width: 452px; height: 280px; }
.audience-card--private img { top: 65px; right: -126px; width: 458px; height: 332px; }

.audience-card h3 {
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.56px;
  text-transform: uppercase;
}

.audience-card p {
  color: var(--text);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
}

.license {
  top: 4771px;
  left: 50%;
  width: calc(100% - 87px);
  height: 600px;
  transform: translateX(-50%);
  overflow: hidden;
  border: 1px solid var(--green);
  border-radius: 20px;
  background: var(--panel);
}

.license h2 {
  position: relative;
  z-index: 4;
  margin: 34px 0 0;
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.44px;
  text-align: center;
  text-transform: uppercase;
}

.license__wave {
  position: absolute;
  z-index: 1;
  bottom: -124px;
  left: -58px;
  width: 1412px;
  height: 661px;
  pointer-events: none;
}

.license__matrix {
  z-index: 2;
  bottom: -105px;
  left: -20px;
  width: calc(100% + 40px);
  height: 380px;
}

.license__features {
  position: absolute;
  z-index: 5;
  top: 134px;
  left: 40px;
  display: flex;
  width: 520px;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  list-style: none;
}

.license__features li {
  max-width: 100%;
  padding: 12px;
  border: 1px solid var(--green);
  border-radius: 10px;
  background: rgba(23, 23, 23, 0.7);
  color: var(--muted);
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.32px;
}

.license__button {
  position: absolute;
  z-index: 6;
  bottom: 59px;
  left: 40px;
  width: 296px;
}

.license__phones {
  position: absolute;
  z-index: 4;
  top: 134px;
  right: -30px;
  width: 796px;
  height: 516px;
  object-fit: cover;
}

.faq {
  top: 5371px;
  height: 929px;
  padding-top: 120px;
}

.faq__list {
  width: 832px;
  max-width: calc(100% - 40px);
  margin: 29px auto 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.faq-item {
  border-bottom: 1px solid var(--muted);
}

.faq-item.is-open {
  background: #202020;
}

@media (hover: hover) {
  .faq-item:not(.is-open):hover {
    background: #202020;
  }

  .faq-item:not(.is-open):hover button b {
    background: var(--green);
    color: #171717;
  }
}

.faq-item.is-open {
  border-bottom-color: var(--green);
}

.faq-item button {
  display: grid;
  width: 100%;
  min-height: 96px;
  grid-template-columns: 24px 1fr 30px;
  gap: 20px;
  align-items: start;
  padding: 36px 40px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.faq-item button i {
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.faq-item.is-open button i {
  padding: 4px;
  background: var(--green);
  background-clip: content-box;
  box-shadow: inset 0 0 8px rgba(1, 255, 196, 0.85);
}

.faq-item button b {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--panel-light);
  color: rgba(1, 255, 196, 0.65);
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
}

.faq-item p {
  display: none;
  margin: -20px 80px 40px;
  color: var(--muted);
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.32px;
}

.faq-item.is-open p {
  display: block;
}

.closing {
  top: 6300px;
  height: 1125px;
  overflow: hidden;
}

.closing h2 {
  position: relative;
  z-index: 5;
  width: 1120px;
  max-width: calc(100% - 60px);
  margin: 61px auto 0;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1.2px;
  text-align: center;
  text-transform: uppercase;
}

.closing__glow {
  position: absolute;
  z-index: 0;
  top: 110px;
  left: -85px;
  width: 920px;
  height: 850px;
  transform: rotate(45deg);
  opacity: 0.6;
}

.closing__matrix {
  z-index: 1;
  top: 176px;
  bottom: 86px;
  left: 50%;
  width: 100vw;
  height: auto;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at 50% 53%, rgba(1, 255, 196, 0.25), rgba(1, 199, 153, 0.12) 42%, transparent 73%);
}

.closing__button {
  position: absolute;
  z-index: 6;
  top: 199px;
  left: 50%;
  width: 296px;
  transform: translateX(-50%);
}

.closing__button:active {
  transform: translateX(-50%) translateY(1px);
}

.closing__phone {
  position: absolute;
  z-index: 4;
  top: 294px;
  left: 50%;
  display: block;
  width: 356px;
  height: 716px;
  border-radius: 0;
  background: transparent;
  -webkit-mask: url("assets/final-phone-desktop.png?v=20260720-2") center / 100% 100% no-repeat;
  mask: url("assets/final-phone-desktop.png?v=20260720-2") center / 100% 100% no-repeat;
  object-fit: fill;
  object-position: center;
  pointer-events: none;
  transform: translateX(-50%);
}

.footer {
  position: absolute;
  z-index: 10;
  top: 7425px;
  left: 40px;
  display: flex;
  width: calc(100% - 80px);
  height: 185px;
  align-items: flex-start;
  padding: 47px 45px;
  border-radius: 20px 20px 0 0;
  background: var(--panel);
}

.brand--footer {
  margin-right: auto;
}

.footer nav {
  display: grid;
  width: 568px;
  grid-template-columns: 269px 227px;
  gap: 12px 72px;
}

.footer a {
  color: var(--muted);
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}

.footer a:hover,
.footer a:focus-visible {
  color: var(--green);
}

.purchase-modal {
  width: min(444px, calc(100% - 32px));
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 1px solid var(--border);
  background: var(--panel-light);
  color: #fff;
}

.purchase-modal::backdrop {
  background: rgba(23, 23, 23, 0.65);
}

.purchase-form {
  position: relative;
  min-height: 368px;
  padding: 37px 38px;
  background: linear-gradient(180deg, rgba(1, 255, 196, 0.45) 0, rgba(46, 46, 46, 0.96) 74px, #2e2e2e 100%);
}

.purchase-form__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.purchase-form h2,
.purchase-form__price {
  margin: 0;
  font-weight: 400;
}

.purchase-form h2 {
  font-size: 24px;
  line-height: 1.1;
}

.purchase-form__price {
  margin-top: 10px;
  font-size: 32px;
  line-height: 1.1;
}

.purchase-form label {
  width: 100%;
}

.purchase-form label:first-of-type {
  margin-top: 32px;
}

.purchase-form label + label {
  margin-top: 12px;
}

.purchase-form input {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  border: 1px solid var(--green);
  border-radius: 6px;
  outline: 0;
  background: #272727;
  color: #fff;
  font-size: 16px;
}

.purchase-form input:focus {
  box-shadow: 0 0 0 2px rgba(1, 255, 196, 0.18);
}

.purchase-form input.is-invalid {
  border-color: #ff6262;
}

.purchase-form__submit {
  width: 100%;
  margin-top: 32px;
}

.modal-close {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 14px;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.form-message {
  min-height: 0;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.form-message.is-success {
  color: var(--green);
}

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

@media (min-width: 1441px) {
  .site-shell,
  .closing {
    overflow-x: visible;
    overflow-y: clip;
  }

  .hero__decor {
    display: none;
  }

  .hero__phones {
    display: block;
  }

  .hero__matrix,
  .closing__matrix {
    left: 50%;
    display: block;
    width: 100vw;
    transform: translateX(-50%);
  }

  .hero__matrix {
    top: 380px;
    height: 770px;
    background: radial-gradient(ellipse at 50% 52%, rgba(1, 255, 196, 0.36), rgba(1, 199, 153, 0.2) 58%, rgba(1, 199, 153, 0.1) 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 22%, #000 100%);
    mask-image: linear-gradient(to bottom, transparent 0, #000 22%, #000 100%);
  }
}

@media (max-width: 1100px) and (min-width: 701px) {
  .site-shell {
    min-height: auto;
    overflow: hidden;
  }

  .section-block,
  .hero,
  .closing,
  .footer {
    position: relative;
    top: auto;
    left: auto;
  }

  .hero {
    height: 1180px;
  }

  .hero__decor {
    display: none;
  }

  .hero h1 {
    width: 820px;
    font-size: 48px;
  }

  .hero__phones {
    top: 520px;
    width: 820px;
    height: auto;
  }

  .callout--autonomy { left: 5%; }
  .callout--encryption { left: 8%; }
  .callout--server { right: 5%; }
  .callout--install { right: 8%; }

  .why,
  .workflow,
  .features,
  .audience,
  .faq,
  .closing {
    height: auto;
    padding: 72px 40px;
  }

  .why__viewport,
  .audience__grid {
    width: 100%;
  }

  .why__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, minmax(220px, auto));
  }

  .workflow__list {
    width: 100%;
    height: auto;
    max-width: 840px;
    margin-top: 35px;
  }

  .workflow-step,
  .workflow-step:nth-child(n) {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    grid-template-columns: minmax(270px, 38%) 1fr;
  }

  .features__content {
    width: 100%;
    max-width: 900px;
    grid-template-columns: 340px 1fr;
    gap: 48px;
  }

  .features__phone-wrap,
  .features__phone {
    width: 340px;
    height: auto;
  }

  .audience__grid {
    height: auto;
    grid-template-columns: 1fr;
  }

  .audience-card {
    min-height: 200px;
  }

  .license {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 80px);
    height: 650px;
    margin: 50px auto 0;
    transform: none;
  }

  .license__phones {
    right: -230px;
  }

  .faq__list {
    margin-top: 35px;
  }

  .closing {
    min-height: 1100px;
  }

  .closing h2 {
    margin-top: 0;
  }

  .closing__button { top: 230px; }
  .closing__phone { top: 330px; }

  .footer {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
}

@media (max-width: 700px) {
  .desktop-only {
    display: none;
  }

  .site-shell {
    width: 100%;
    min-height: 7848px;
  }

  .hero {
    height: 1290px;
  }

  .brand--top {
    top: 20px;
    width: 138px;
    height: 24px;
  }

  .hero__copy {
    top: 94px;
    width: calc(100% - 40px);
    gap: 32px;
  }

  .hero h1 {
    width: 362px;
    max-width: 100%;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -1.2px;
  }

  .hero__copy p {
    width: 362px;
    margin-top: -16px;
    font-size: 16px;
    line-height: normal;
  }

  .hero__phones {
    display: block;
    top: 582px;
    width: 596px;
    height: 456px;
  }

  .hero__matrix {
    display: block;
    top: 505px;
    left: -44px;
    width: calc(100% + 88px);
    height: 610px;
  }

  .hero__decor {
    display: none;
  }

  .pixel-field span {
    --pixel-size: 52px;
    border-radius: 13px;
  }

  .callout {
    min-height: 39px;
    font-size: 14px;
  }

  .callout > span {
    min-height: 39px;
    padding: 12px 10px;
  }

  .callout--autonomy {
    display: none;
  }

  .callout--server { top: 493px; right: auto; left: 16px; width: 177px; }
  .callout--server::after { top: 38px; left: 88px; height: 84px; }
  .callout--encryption { top: 1055px; left: 16px; width: 185px; }
  .callout--encryption::after { bottom: 38px; left: 92px; height: 37px; }
  .callout--install { top: 1125px; right: 31px; width: 194px; }
  .callout--install::after { bottom: 38px; left: 97px; height: 106px; }

  .callout--server::before {
    position: absolute;
    z-index: 6;
    top: 49px;
    left: 189px;
    width: 177px;
    min-height: 39px;
    box-sizing: border-box;
    padding: 12px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: var(--panel-light);
    box-shadow: 0 5px 10px rgba(1, 255, 196, 0.3);
    content: "Собственный сервер";
    white-space: nowrap;
  }

  .section-title {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -0.96px;
  }

  .why {
    top: 1290px;
    height: 410px;
    padding-top: 44px;
  }

  .why__glow {
    top: 92px;
    left: -7px;
    width: 728px;
    height: 267px;
    transform: none;
  }

  .why__viewport {
    width: 100%;
    margin-top: 35px;
    overflow: hidden;
    outline: none;
  }

  .why__grid {
    display: flex;
    width: max-content;
    height: 220px;
    gap: 12px;
    padding-left: 16px;
    transform: translateX(0);
    transition: transform 260ms ease;
  }

  .info-card {
    width: 330px;
    height: 220px;
    flex: 0 0 330px;
    gap: 16px;
    padding: 24px;
  }

  .info-card h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.48px;
  }

  .info-card p {
    font-size: 16px;
    line-height: 20px;
  }

  .why__pagination {
    display: flex;
    width: 290px;
    height: 2px;
    gap: 2px;
    margin: 24px auto 0;
  }

  .why__pagination i {
    display: block;
    flex: 1;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.2);
  }

  .why__pagination i.is-active {
    background: var(--green);
  }

  .workflow {
    top: 1700px;
    height: 1090px;
    padding-top: 60px;
  }

  .workflow__list {
    width: calc(100% - 40px);
    max-width: none;
    height: auto;
    margin-top: 17px;
  }

  .workflow-step,
  .workflow-step:nth-child(n) {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: flex;
    width: 100%;
    min-height: 0;
    flex-direction: column;
    gap: 8px;
    padding: 32px 0 32px 60px;
  }

  .workflow-step h3 {
    padding-left: 0;
    font-size: 24px;
  }

  .workflow-step h3::before { left: -48px; }
  .workflow-step h3::after { left: -60px; }
  .workflow-step.glow-right h3::after { left: -41px; }
  .workflow-step.glow-full h3::after { left: -44px; }

  .workflow-step p {
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.28px;
  }

  .features {
    top: 2790px;
    height: 1280px;
    padding-top: 58px;
  }

  .section-title--features {
    display: block;
    width: 330px;
    margin: 0 auto;
    line-height: 1.15;
    text-align: left;
  }

  .section-title--features span {
    display: block;
  }

  .section-title--features span:last-child {
    padding-left: 104px;
  }

  .features__content {
    display: block;
    width: calc(100% - 40px);
    max-width: none;
    margin-top: 35px;
  }

  .features__phone-wrap {
    position: absolute;
    z-index: 3;
    top: var(--feature-phone-top, 362px);
    left: 32px;
    width: 268px;
    height: 317px;
    overflow: hidden;
    pointer-events: none;
  }

  .features__phone {
    width: 268px;
    height: auto;
  }

  .features__phone-wrap::after {
    display: none;
  }

  .feature-list {
    gap: 12px;
    padding-top: 0;
  }

  .feature-item {
    min-height: 64px;
    padding: 20px;
    font-size: 20px;
  }

  .feature-item.is-active {
    min-height: 451px;
    justify-content: flex-start;
    padding-top: 20px;
  }

  .feature-item small {
    font-size: 14px;
    line-height: normal;
  }

  .audience {
    top: 4070px;
    height: 730px;
    padding-top: 56px;
  }

  .audience__grid {
    display: flex;
    width: calc(100% - 40px);
    height: auto;
    margin-top: 34px;
    flex-direction: column;
    gap: 12px;
  }

  .audience-card {
    gap: 12px;
    padding: 24px;
  }

  .audience-card:nth-child(1),
  .audience-card:nth-child(3) { min-height: 164px; }
  .audience-card:nth-child(2) { min-height: 208px; }

  .audience-card h3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }

  .audience-card p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
  }

  .audience-card--company img { top: 6px; left: 18px; width: 508px; height: 336px; }
  .audience-card--finance img { top: -24px; right: -275px; width: 451px; height: 279px; }
  .audience-card--private img { top: 60px; right: -214px; width: 457px; height: 331px; }

  .license {
    top: 4847px;
    left: 50%;
    width: calc(100% - 44px);
    height: 807px;
    transform: translateX(-50%);
  }

  .license h2 {
    width: calc(100% - 46px);
    margin: 34px auto 0;
    font-size: 28px;
    line-height: 1.18;
    letter-spacing: -0.84px;
    text-align: left;
  }

  .license__features {
    top: 136px;
    left: 26px;
    width: calc(100% - 52px);
    gap: 10px;
  }

  .license__features li {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: -0.28px;
  }

  .license__button {
    top: 489px;
    bottom: auto;
    left: 26px;
    width: calc(100% - 52px);
  }

  .license__phones {
    top: 539px;
    right: auto;
    left: -42px;
    width: 468px;
    height: 304px;
  }

  .license__wave {
    top: 30px;
    bottom: auto;
    left: -484px;
    width: 1412px;
    height: 661px;
  }

  .license__matrix {
    top: 401px;
    bottom: auto;
    left: 26px;
    width: 565px;
    height: 462px;
  }

  .faq {
    top: 5700px;
    height: 790px;
    padding-top: 44px;
  }

  .faq__list {
    width: calc(100% - 40px);
    max-width: none;
    margin-top: 15px;
  }

  .faq-item button {
    min-height: 78px;
    grid-template-columns: 24px 1fr 30px;
    gap: 10px;
    padding: 24px 12px;
    font-size: 18px;
    line-height: 24px;
  }

  .faq-item p {
    margin: -14px 44px 24px;
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.28px;
  }

  .closing {
    top: 6490px;
    height: 1100px;
  }

  .closing h2 {
    width: calc(100% - 40px);
    max-width: none;
    margin-top: 35px;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -0.9px;
    text-align: left;
  }

  .closing__button {
    top: 239px;
    width: calc(100% - 42px);
  }

  .closing__phone {
    top: 337px;
    width: 356px;
    height: 716px;
  }

  .closing__matrix {
    top: 411px;
    bottom: 69px;
    left: 50%;
    width: 100vw;
    height: auto;
    transform: translateX(-50%);
  }

  .closing__glow {
    top: 287px;
    left: -175px;
    width: 760px;
    height: 760px;
  }

  .footer {
    top: 7633px;
    left: 20px;
    display: block;
    width: calc(100% - 36px);
    height: 294px;
    padding: 28px 20px;
  }

  .brand--footer {
    width: 172px;
    height: 30px;
    margin: 0 0 24px;
  }

  .footer nav {
    display: flex;
    width: 269px;
    flex-direction: column;
    gap: 6px;
  }

  .footer a {
    font-size: 12px;
    line-height: 18px;
  }

  .purchase-modal {
    width: calc(100% - 40px);
  }

  .purchase-form {
    min-height: 347px;
    padding: 32px;
  }

  .purchase-form h2 { font-size: 22px; }
  .purchase-form__price { font-size: 30px; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 35px; }
  .section-title { font-size: 29px; }
  .hero__phones { width: 545px; }
  .callout--server::before { left: 165px; }
  .info-card { width: calc(100vw - 48px); flex-basis: calc(100vw - 48px); }
  .section-title--features { width: calc(100% - 40px); }
  .closing h2 { font-size: 27px; }
  .closing__phone { width: calc(100% - 40px); height: auto; }
}

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