.site-prefooter.hp-cta {
  padding: clamp(44px, 6vw, 68px) 0;
  background: var(--ch-shell-blue, var(--blue, #2563eb));
  position: relative;
  overflow: hidden;
}

.site-prefooter.hp-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13, 31, 60, 0.3) 0%, transparent 60%);
  pointer-events: none;
}

.site-prefooter .container {
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}

.site-prefooter .hp-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
}

.site-prefooter .hp-cta__title {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.028em;
}

.site-prefooter .hp-cta__desc {
  margin: 0;
  max-width: 480px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.72;
}

.site-prefooter .hp-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.site-prefooter .hp-cta__sub {
  margin: 0;
  color: rgba(255, 255, 255, 0.34);
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}

.site-footer {
  margin-top: 0;
  padding: 24px 0 16px;
  background: var(--ch-shell-navy, var(--navy, #0d1f3c));
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.site-footer .container {
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}

.footer__main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 14px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer__brand {
  display: flex;
  align-items: center;
}

.footer__brand-logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  margin-bottom: 0;
}

.footer__brand-logo img {
  display: block;
  width: 184px;
  height: auto;
}

.footer__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, max-content));
  justify-content: center;
  gap: 42px;
  padding: 0;
  margin: 0;
  border: 0;
}

.footer__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
}

.footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, 0.58);
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.footer__social-link:hover,
.footer__social-link:focus-visible {
  color: rgba(255, 255, 255, 0.96);
  transform: translateY(-1px) scale(1.04);
}

.footer__social-link svg {
  display: block;
  width: 19px;
  height: 19px;
}

.footer__col-title {
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__col ul li a,
.footer__legal a,
.footer__copy,
.footer__note {
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
  transition: color 180ms ease, opacity 180ms ease;
}

.footer__col ul li a:hover,
.footer__legal a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer__payments {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 0;
  margin: 0;
  border: 0;
}

.footer__payments-label {
  color: rgba(255, 255, 255, 0.34);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer__payments-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__payments-list li {
  display: flex;
  align-items: center;
}

.footer__payment-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 20px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1;
  white-space: nowrap;
  opacity: 0.8;
  transition: opacity 180ms ease, color 180ms ease;
}

.footer__payment-logo:hover,
.footer__payment-logo:focus-visible {
  opacity: 1;
}

.footer__payment-wordmark {
  display: inline-flex;
  align-items: baseline;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.footer__payment-wordmark--visa {
  color: rgba(150, 180, 255, 0.88);
  letter-spacing: 0.14em;
}

.footer__payment-wordmark--stripe {
  color: rgba(173, 188, 255, 0.86);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.footer__payment-wordmark--bank {
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.12em;
}

.footer__payment-wordmark--paypal {
  gap: 0;
  letter-spacing: 0;
}

.footer__payment-wordmark-part--pay {
  color: rgba(154, 186, 255, 0.84);
}

.footer__payment-wordmark-part--pal {
  color: rgba(92, 171, 255, 0.9);
}

.footer__payment-mastercard-mark {
  display: inline-flex;
  align-items: center;
  margin-right: 2px;
}

.footer__payment-mastercard-mark span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 999px;
}

.footer__payment-mastercard-mark span:first-child {
  background: rgba(255, 104, 88, 0.74);
}

.footer__payment-mastercard-mark span:last-child {
  margin-left: -4px;
  background: rgba(255, 173, 70, 0.76);
}

.footer__payment-logo--mastercard .footer__payment-wordmark {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.footer__payment-bank-icon {
  width: 15px;
  height: 15px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1;
}

.footer__copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
}

.footer__note {
  margin: 0;
  color: rgba(255, 255, 255, 0.46);
}

.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (min-width: 1025px) {
  .site-footer {
    padding: 16px 0 12px;
  }

  .site-footer .container {
    display: block;
  }

  .site-footer .footer__main {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    grid-template-areas:
      "brand payments"
      "brand social";
    align-items: center;
    column-gap: 28px;
    row-gap: 12px;
    padding-bottom: 12px;
    margin-bottom: 0;
  }

  .site-footer .footer__brand {
    grid-area: brand;
    align-self: start;
    padding-top: 2px;
  }

  .site-footer .footer__brand-logo img {
    width: 184px;
  }

  .site-footer .footer__payments {
    grid-area: payments;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    align-self: end;
    min-width: 0;
    gap: 12px;
  }

  .site-footer .footer__payments-label {
    flex-shrink: 0;
    margin: 0;
    line-height: 1;
  }

  .site-footer .footer__payments-list {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 10px 16px;
  }

  .site-footer .footer__social {
    grid-area: social;
    align-self: start;
    justify-self: end;
    gap: 14px;
    padding-top: 0;
  }

  .site-footer .footer__social-link {
    width: 24px;
    height: 24px;
  }

  .site-footer .footer__social-link svg {
    width: 22px;
    height: 22px;
  }

  .site-footer .footer__bottom {
    margin-top: 0;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    gap: 8px;
  }

  .site-footer .footer__copy,
  .site-footer .footer__note,
  .site-footer .footer__legal a {
    line-height: 1.2;
  }

  .site-footer .footer__legal {
    gap: 9px;
  }
}

@media (max-width: 640px) {
  .site-prefooter.hp-cta {
    padding: 34px 0 36px;
  }

  .site-prefooter .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-prefooter .hp-cta__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .site-prefooter .hp-cta__desc {
    font-size: 14px;
    line-height: 1.65;
  }

  .site-prefooter .hp-cta__actions {
    width: 100%;
    align-items: stretch;
  }

  .site-prefooter .hp-cta__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .site-footer {
    padding: 24px 0 16px;
  }

  .site-footer .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-footer .footer__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding-bottom: 16px;
    margin-bottom: 0;
    border-bottom: none;
  }

  .site-footer .footer__brand {
    justify-content: center;
  }

  .site-footer .footer__brand-logo img {
    width: 156px;
  }

  .site-footer .footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
  }

  .site-footer .footer__social-link {
    width: 20px;
    height: 20px;
  }

  .site-footer .footer__social-link svg {
    width: 18px;
    height: 18px;
  }

  .site-footer .footer__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }

  .site-footer .footer__col-title {
    display: none;
  }

  .site-footer .footer__col {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .site-footer .footer__col ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px 16px;
    justify-content: center;
    align-items: center;
  }

  .site-footer .footer__col ul li a {
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
  }

  .site-footer .footer__col:first-child {
    padding-bottom: 2px;
  }

  .site-footer .footer__col:first-child::after {
    content: none;
  }

  .site-footer .footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 0;
    text-align: center;
  }

  .site-footer .footer__payments {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 0;
  }

  .site-footer .footer__payments-list {
    justify-content: center;
    gap: 8px 14px;
  }

  .site-footer .footer__payment-logo {
    gap: 7px;
  }

  .site-footer .footer__payment-wordmark {
    font-size: 11px;
  }

  .site-footer .footer__payment-wordmark--stripe {
    font-size: 11.5px;
  }

  .site-footer .footer__payment-mastercard-mark span {
    width: 11px;
    height: 11px;
  }

  .site-footer .footer__payment-bank-icon {
    width: 14px;
    height: 14px;
  }

  .site-footer .footer__copy {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.28);
    text-align: center;
    margin: 0;
  }

  .site-footer .footer__legal {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .site-footer .footer__legal a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.28);
  }
}
