.dvt-footer {
  border-top: 1px solid rgba(202, 167, 255, 0.12);
  background:
    radial-gradient(circle at 14% 0, rgba(139, 61, 255, 0.14), transparent 34%),
    linear-gradient(180deg, #030307 0%, #05050b 100%);
}

.dvt-footer-rework-inner {
  width: var(--dvt-product-page-width);
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(38px, 4.5vw, 62px) 0 30px;
  display: grid;
  grid-template-columns: minmax(220px, 1.15fr) minmax(145px, 0.72fr) minmax(170px, 0.86fr) minmax(160px, 0.82fr) minmax(250px, 1fr);
  gap: clamp(22px, 3vw, 44px);
  align-items: start;
}

.dvt-footer-column h2 {
  margin: 0 0 18px;
  color: var(--dvt-text);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.dvt-footer-column p,
.dvt-footer-contact-list {
  color: var(--dvt-muted);
  font-size: 14px;
  line-height: 1.65;
}

.dvt-footer-column p {
  margin: 0 0 18px;
}

.dvt-footer-contact-list {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.dvt-footer-contact-list strong {
  display: block;
  color: var(--dvt-text);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.dvt-footer-contact-list a,
.dvt-footer-menu a {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
}

.dvt-footer-contact-list a:hover,
.dvt-footer-menu a:hover {
  color: var(--dvt-text);
}

.dvt-footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dvt-footer-socials > a {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(202, 167, 255, 0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.045);
  color: rgba(255,255,255,0.86);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.dvt-footer-socials > a:hover {
  transform: translateY(-2px);
  border-color: rgba(202, 167, 255, 0.38);
  background: rgba(139, 61, 255, 0.16);
}

.dvt-footer-socials svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.dvt-footer-menu {
  display: grid;
  gap: 10px;
  align-items: start;
}

.dvt-footer-menu a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: none;
}

.dvt-footer-help {
  position: relative;
  overflow: hidden;
  max-width: 260px;
  justify-self: end;
  padding: 22px 22px 24px;
  border: 1px solid rgba(202, 167, 255, 0.20);
  border-radius: 20px;
  background:
    radial-gradient(circle at 88% 0, rgba(88, 101, 242, 0.24), transparent 42%),
    radial-gradient(circle at 0 0, rgba(139, 61, 255, 0.24), transparent 46%),
    linear-gradient(145deg, rgba(20, 14, 34, 0.96), rgba(8, 6, 16, 0.98));
  box-shadow: 0 18px 42px rgba(0,0,0,0.32), 0 0 28px rgba(139, 61, 255, 0.10);
}

.dvt-footer-help::before {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(184, 92, 255, 0.88), rgba(88, 101, 242, 0.88), transparent);
  opacity: 0.86;
}

.dvt-footer-help-eyebrow {
  color: var(--dvt-purple-3);
  display: inline-block;
  margin-bottom: 7px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dvt-footer-help h2 {
  margin-bottom: 10px;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.dvt-footer-help p {
  max-width: 210px;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.5;
}

.dvt-footer-help-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0;
}

.dvt-footer-help-button {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.dvt-footer-help-button svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.dvt-footer-help-button-primary {
  background: #5865f2;
  color: #fff;
  box-shadow: 0 0 26px rgba(88, 101, 242, 0.34);
}

.dvt-footer-trust-strip {
  grid-column: 1 / 5;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-self: end;
  margin-top: -4px;
}

.dvt-footer-trust-strip span {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(202, 167, 255, 0.14);
  border-radius: 999px;
  background: rgba(255,255,255,0.035);
  color: rgba(255,255,255,0.72);
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.dvt-footer-bottom {
  width: var(--dvt-product-page-width);
  max-width: 1280px;
  margin: 0 auto;
  padding: 22px 0 30px;
  border-top: 1px solid rgba(202, 167, 255, 0.13);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.dvt-footer-legal {
  display: grid;
  gap: 4px;
  color: rgba(255,255,255,0.62);
  font-size: 12px;
  line-height: 1.35;
}

.dvt-payment-badges {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dvt-payment-badges span {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 5px;
  background: rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.88);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 950;
}

@media (max-width: 1180px) {
  .dvt-footer-rework-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dvt-footer-help,
  .dvt-footer-trust-strip {
    grid-column: 1 / -1;
    justify-self: stretch;
    max-width: none;
  }
}

@media (max-width: 760px) {
  .dvt-footer-rework-inner {
    grid-template-columns: 1fr;
  }

  .dvt-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
