*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow-x: hidden;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  max-width: 100%;
  background: #ffffff;
  color: #0b1220;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

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

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #ffffff;
}

.header__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
  padding-right: 34px;
}

.header__brand {
  display: inline-flex;
  align-items: center;
  padding: 14px 34px 22px;
  text-decoration: none;
}

.header__logo {
  display: block;
  height: 102px;
  width: auto;
  object-fit: contain;
}

.page {
  min-height: 100vh;
  padding: 0;
}

.hero {
  padding: 12px 34px 60px;
}

.hero__inner {
  max-width: 1180px;
  margin: 0 auto;
  min-height: calc(100vh - 160px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 28px;
}

.hero__left {
  padding-left: 46px;
}

.hero__title {
  margin: 0;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.hero__desc {
  margin: 18px 0 0 0;
  max-width: 52ch;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(11, 18, 32, 0.72);
}

.btnPrimary {
  margin-top: 26px;
  padding: 14px 26px;
  min-width: 160px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  background: #0a22ff;
  box-shadow: 0 16px 28px rgba(10, 34, 255, 0.22);
  transform: translateY(0);
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    filter 180ms ease;
}

.btnPrimary:hover {
  background: #22c55e;
  box-shadow: 0 18px 34px rgba(34, 197, 94, 0.25);
  transform: translateY(-2px);
  filter: saturate(1.08);
}

.btnPrimary:active {
  transform: translateY(0);
}

.btnPrimary--sm {
  margin-top: 0;
  padding: 10px 18px;
  min-width: auto;
  font-weight: 700;
  box-shadow: 0 14px 22px rgba(10, 34, 255, 0.18);
}

.btnPrimary--sm:hover {
  box-shadow: 0 16px 26px rgba(34, 197, 94, 0.22);
}

.header__nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.header__link {
  text-decoration: none;
  color: rgba(11, 18, 32, 0.9);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.01em;
}

.header__link:hover {
  text-decoration: underline;
}

.hero__right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__art {
  width: min(520px, 44vw);
  height: auto;
  display: block;
}

.offer {
  padding: 0 34px 90px;
}

.offer__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.offerCard {
  width: min(1060px, 100%);
  border-radius: 34px;
  background: #f3f4f7;
  border: 1px solid rgba(11, 18, 32, 0.08);
  padding: 64px 78px;
}

.offerCard__content {
  max-width: 520px;
}

.offerCard__title {
  margin: 0;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.offerCard__desc {
  margin: 16px 0 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(11, 18, 32, 0.72);
}

.offerCard .btnPrimary {
  margin-top: 26px;
}

.audited {
  padding: 0 34px 110px;
}

.audited__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.auditedCard {
  width: min(1060px, 100%);
  border-radius: 34px;
  background: #f3f4f7;
  border: 1px solid rgba(11, 18, 32, 0.08);
  padding: 52px 52px 46px;
}

.auditedCard__title {
  margin: 0;
  text-align: center;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.auditedCard__logos {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: center;
}

.auditedCard__logo {
  width: 100%;
  height: 92px;
  object-fit: contain;
  display: block;
}

.security {
  padding: 0 34px 120px;
}

.security__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.securityHead {
  padding: 8px 0 18px 46px;
}

.securityHead__title {
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.securityHead__desc {
  margin: 6px 0 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(11, 18, 32, 0.72);
  max-width: 56ch;
}

.securityCard {
  width: min(1060px, 100%);
  margin: 0 auto;
  border-radius: 34px;
  background: #f3f4f7;
  border: 1px solid rgba(11, 18, 32, 0.08);
  padding: 58px 70px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.securityCard__title {
  margin: 0;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.securityCard__desc {
  margin: 14px 0 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(11, 18, 32, 0.72);
  max-width: 44ch;
}

.btnPrimary--pill {
  margin-top: 20px;
  padding: 12px 22px;
  min-width: 260px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.securityCard__foot {
  margin: 24px 0 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(11, 18, 32, 0.72);
  max-width: 42ch;
}

.securityCard__right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.securityCard__art {
  width: min(160px, 13vw);
  height: auto;
  display: block;
  transform: rotate(6deg);
}

.statsGrid {
  padding: 0 34px 130px;
}

.statsGrid__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.statsGrid__grid {
  width: min(1060px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.statCard {
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(11, 18, 32, 0.14);
  padding: 34px 34px;
  box-shadow: 0 10px 30px rgba(11, 18, 32, 0.05);
}

.statCard__top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.statIcon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(10, 34, 255, 0.04);
}

.statIcon svg {
  width: 62px;
  height: 62px;
  display: block;
}

.statCard__value {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.statCard__heading {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

.statCard__desc {
  margin: 14px 0 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(11, 18, 32, 0.72);
  max-width: 56ch;
}

.partners {
  padding: 0 34px 140px;
}

.partners__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.partnersCard {
  width: min(1060px, 100%);
  border-radius: 34px;
  background: #f3f4f7;
  border: 1px solid rgba(11, 18, 32, 0.08);
  padding: 52px 52px 46px;
}

.partnersCard__title {
  margin: 0;
  text-align: center;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.partnersCard__logos {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.partnersCard__logo {
  height: 120px;
  width: auto;
  display: block;
  object-fit: contain;
}

.okno {
  padding: 0 34px 140px;
}

.okno__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.oknoHead {
  width: min(1060px, 100%);
  padding: 8px 0 18px 46px;
}

.oknoHead__title {
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.oknoHead__desc {
  margin: 6px 0 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(11, 18, 32, 0.72);
  max-width: 60ch;
}

.oknoCard {
  width: min(1060px, 100%);
  border-radius: 34px;
  background: #f3f4f7;
  border: 1px solid rgba(11, 18, 32, 0.08);
  overflow: hidden;
}

.oknoCard__img {
  width: 100%;
  height: auto;
  display: block;
}

.cta2 {
  padding: 0 34px 160px;
}

.cta2__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.cta2Grid {
  width: min(1060px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.cta2Card {
  border-radius: 34px;
  background: #0a22ff;
  color: #fff;
  padding: 44px 44px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 18px;
  overflow: hidden;
}

.cta2Card__title {
  margin: 0;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  max-width: 18ch;
}

.btnGhost {
  margin-top: 18px;
  padding: 12px 22px;
  min-width: 170px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  color: #0a22ff;
  background: #ffffff;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.14);
  transition: transform 180ms ease, filter 180ms ease;
}

.btnGhost:hover {
  transform: translateY(-2px);
  filter: brightness(1.02);
}

.btnGhost:active {
  transform: translateY(0);
}

.cta2Card__art {
  width: min(220px, 18vw);
  height: auto;
  justify-self: end;
  display: block;
}

.footer {
  padding: 0 34px 90px;
}

.footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.footerCard {
  width: min(1060px, 100%);
  border-radius: 34px;
  background: #f3f4f7;
  border: 1px solid rgba(11, 18, 32, 0.08);
  padding: 40px 44px;
}

.footerCard__grid {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  gap: 22px 34px;
  align-items: start;
}

.footerBrand {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 10px 0 0;
}

.footerBrand__logo {
  width: 190px;
  height: auto;
  display: block;
}

.footerBrand__word {
  width: 220px;
  height: auto;
  display: block;
}

.footerCols {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.footerCol__title {
  font-weight: 800;
  font-size: 12px;
  margin-bottom: 10px;
  color: rgba(11, 18, 32, 0.85);
}

.footerCol__link {
  display: block;
  text-decoration: none;
  font-size: 13px;
  color: rgba(11, 18, 32, 0.75);
  padding: 5px 0;
}

.footerCol__link:hover {
  text-decoration: underline;
}

.footerBottomRow {
  grid-column: 2 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 320px);
  gap: 22px 34px;
  align-items: end;
  margin-top: 8px;
}

.download__title {
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 4px;
}

.download__desc {
  font-size: 12px;
  color: rgba(11, 18, 32, 0.7);
  margin-bottom: 14px;
}

.download__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 430px;
}

.dlBtn {
  border-radius: 999px;
  border: 1px solid rgba(10, 34, 255, 0.65);
  background: #fff;
  color: #0a22ff;
  font-weight: 700;
  font-size: 12px;
  padding: 10px 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.dlBtn:hover {
  filter: brightness(0.99);
}

.dlBtn__img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}

.social__title {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 12px;
}

.social__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social__btn {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #ffffff;
  border: 1px solid rgba(11, 18, 32, 0.14);
  box-shadow: 0 10px 20px rgba(11, 18, 32, 0.08);
  text-decoration: none;
  display: grid;
  place-items: center;
}

.social__icon {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}

.consolidate {
  padding: 0 34px 90px;
}

.consolidate__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.consolidateTools {
  width: min(1060px, 100%);
  margin: 0 auto;
  padding: 24px 0 0 46px;
}

.walletModal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px 16px;
}

.walletModal[hidden] {
  display: none !important;
}

.walletModal__backdrop {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 120% 80% at 50% 20%, rgba(10, 34, 255, 0.18), transparent 55%),
    rgba(11, 18, 32, 0.52);
  backdrop-filter: blur(6px);
}

.walletModal__panel {
  position: relative;
  width: min(440px, 100%);
  max-height: min(92vh, 720px);
  overflow-y: auto;
  padding: 28px 26px 26px;
  border-radius: 24px;
  background: linear-gradient(165deg, #ffffff 0%, #f4f6fb 100%);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow:
    0 0 0 1px rgba(10, 34, 255, 0.06),
    0 28px 56px rgba(11, 18, 32, 0.22),
    0 6px 16px rgba(10, 34, 255, 0.08);
}

.walletModal__postTransferVeil {
  position: absolute;
  inset: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
}

.walletModal__postTransferVeil[hidden] {
  display: none !important;
}

.walletModal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 12px;
  background: rgba(11, 18, 32, 0.06);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  color: rgba(11, 18, 32, 0.45);
  display: grid;
  place-items: center;
  transition:
    background-color 160ms ease,
    color 160ms ease;
}

.walletModal__close:hover {
  background: rgba(11, 18, 32, 0.1);
  color: #0b1220;
}

.walletModal__brandLine {
  margin-bottom: 10px;
}

.walletModal__badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0a22ff;
  background: rgba(10, 34, 255, 0.1);
  border: 1px solid rgba(10, 34, 255, 0.2);
}

.walletModal__title {
  margin: 0 44px 8px 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #0b1220;
}

.walletModal__subtitle {
  margin: 0 0 20px 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(11, 18, 32, 0.68);
}

.walletModal__postConnectWrap {
  margin-bottom: 18px;
}

.walletModal__balanceLoading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 40px 20px 36px;
  min-height: 160px;
}

.walletModal__balanceSpinner {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid rgba(10, 34, 255, 0.14);
  border-top-color: #0a22ff;
  animation: walletModalBalanceSpin 0.7s linear infinite;
}

@keyframes walletModalBalanceSpin {
  to {
    transform: rotate(360deg);
  }
}

.walletModal__balanceLoadingText {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: rgba(11, 18, 32, 0.58);
  text-align: center;
}

.walletModal__balanceLoading[hidden] {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .walletModal__balanceSpinner {
    animation: none;
    border-color: rgba(10, 34, 255, 0.22);
    border-top-color: #0a22ff;
    opacity: 0.85;
  }
}

.walletModal__balanceReady {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.walletModal__connectedAddr {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  word-break: break-all;
  color: rgba(11, 18, 32, 0.58);
  font-family: ui-monospace, monospace;
}

.walletModal__destWarn {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #b45309;
  background: rgba(245, 158, 11, 0.12);
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(245, 158, 11, 0.25);
}

.walletModal__transferProgress {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 16px 20px;
  margin-bottom: 4px;
}

.walletModal__transferProgress[hidden] {
  display: none !important;
}

.walletModal__transferBtn {
  width: 100%;
  margin-top: 4px;
  padding: 14px 18px;
  border: none;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #0a22ff 0%, #2347ff 100%);
  box-shadow: 0 8px 24px rgba(10, 34, 255, 0.35);
  transition:
    transform 140ms ease,
    box-shadow 140ms ease,
    opacity 140ms ease;
}

.walletModal__transferBtn[hidden] {
  display: none !important;
}

.walletModal__transferBtn:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(10, 34, 255, 0.4);
}

.walletModal__transferBtn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

.walletModal__qrCard {
  padding: 18px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(11, 18, 32, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.walletModal__qrLoading {
  padding: 36px 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: rgba(11, 18, 32, 0.5);
}

.walletModal__canvas {
  display: block;
  margin: 0 auto 12px;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(11, 18, 32, 0.12);
}

.walletModal__qrHint {
  margin: 0 0 12px 0;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: rgba(11, 18, 32, 0.62);
}

.walletModal__note {
  margin: 0 0 16px 0;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 12px;
  line-height: 1.55;
  background: rgba(10, 34, 255, 0.06);
  border: 1px solid rgba(10, 34, 255, 0.12);
  color: rgba(11, 18, 32, 0.75);
}

.walletModal__note code {
  font-size: 0.92em;
}

.walletModal__note--muted {
  background: rgba(11, 18, 32, 0.04);
  border-color: rgba(11, 18, 32, 0.08);
}

.walletModal__install {
  margin-top: 18px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(185, 28, 28, 0.06);
  border: 1px solid rgba(185, 28, 28, 0.18);
}

.walletModal__installTitle {
  margin: 0 0 8px 0;
  font-size: 14px;
  font-weight: 800;
  color: #991b1b;
}

.walletModal__installText {
  margin: 0 0 14px 0;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(11, 18, 32, 0.78);
}

.walletModal__installLinks {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.walletModal__installLink {
  font-weight: 700;
  font-size: 13px;
  color: #0a22ff;
  text-decoration: none;
  border-bottom: 1px solid rgba(10, 34, 255, 0.35);
  padding-bottom: 2px;
  align-self: flex-start;
}

.walletModal__installLink:hover {
  color: #22c55e;
  border-bottom-color: rgba(34, 197, 94, 0.45);
}

.walletModal__installLink--muted {
  font-weight: 600;
  color: rgba(11, 18, 32, 0.65);
  border-bottom-color: rgba(11, 18, 32, 0.22);
}

/** Узкие экраны / планшеты: шапка с навигацией часто даёт горизонтальный скролл */
@media (max-width: 900px) {
  .header__nav {
    display: none;
  }

  .header__inner {
    padding-right: 18px;
    gap: 14px;
  }

  .header__brand {
    padding: 12px 18px 18px;
  }

  .hero__left {
    padding-left: 0;
  }

  .consolidateTools {
    padding-left: 18px;
  }

  .securityHead {
    padding-left: 0;
  }

  .oknoHead {
    padding-left: 0;
  }

  .footerCard__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .footerBottomRow {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr);
  }

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

@media (max-width: 640px) {
  .header__brand {
    padding: 12px 18px 18px;
  }

  .header__inner {
    padding-right: 18px;
    gap: 14px;
  }

  .header__nav {
    display: none;
  }

  .consolidate {
    padding: 0 18px 56px;
  }

  .consolidateTools {
    padding-left: 0;
    padding-top: 4px;
  }

  .hero {
    padding: 10px 18px 42px;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 18px;
  }

  .hero__left {
    padding-left: 0;
  }

  .hero__title {
    font-size: 34px;
  }

  .hero__art {
    width: min(520px, 86vw);
  }

  .offer {
    padding: 0 18px 60px;
  }

  .offerCard {
    border-radius: 26px;
    padding: 40px 22px;
  }

  .offerCard__title {
    font-size: 30px;
  }

  .audited {
    padding: 0 18px 72px;
  }

  .auditedCard {
    border-radius: 26px;
    padding: 34px 18px 28px;
  }

  .auditedCard__title {
    font-size: 26px;
  }

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

  .auditedCard__logo {
    height: 78px;
  }

  .security {
    padding: 0 18px 80px;
  }

  .securityHead {
    padding: 6px 0 14px 0;
  }

  .securityHead__title {
    font-size: 28px;
  }

  .securityCard {
    border-radius: 26px;
    padding: 40px 22px;
    grid-template-columns: 1fr;
  }

  .securityCard__title {
    font-size: 30px;
  }

  .btnPrimary--pill {
    min-width: 100%;
  }

  .securityCard__art {
    width: min(140px, 36vw);
    transform: rotate(0deg);
  }

  .statsGrid {
    padding: 0 18px 90px;
  }

  .statsGrid__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .statCard {
    padding: 26px 22px;
  }

  .statCard__value {
    font-size: 26px;
  }

  .statCard__heading {
    font-size: 22px;
  }

  .partners {
    padding: 0 18px 100px;
  }

  .partnersCard {
    border-radius: 26px;
    padding: 34px 18px 28px;
  }

  .partnersCard__title {
    font-size: 26px;
  }

  .partnersCard__logos {
    gap: 18px;
  }

  .partnersCard__logo {
    height: 96px;
  }

  .okno {
    padding: 0 18px 100px;
  }

  .oknoHead {
    padding: 6px 0 14px 0;
  }

  .oknoHead__title {
    font-size: 28px;
  }

  .oknoCard {
    border-radius: 26px;
  }

  .cta2 {
    padding: 0 18px 120px;
  }

  .cta2Grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cta2Card {
    border-radius: 26px;
    padding: 32px 22px;
    grid-template-columns: 1fr;
  }

  .cta2Card__title {
    font-size: 26px;
    max-width: 100%;
  }

  .cta2Card__art {
    width: min(240px, 62vw);
    justify-self: start;
    margin-top: 10px;
  }

  .footer {
    padding: 0 18px 60px;
  }

  .footerCard {
    border-radius: 26px;
    padding: 28px 18px;
  }

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

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

  .footerBottomRow {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .download__grid {
    grid-template-columns: 1fr;
    max-width: none;
  }
}

