@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap");

.pp-footer-wrap {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(118, 87, 255, 0.22), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(79, 140, 255, 0.18), transparent 30%),
    linear-gradient(180deg, #13152B 0%, #0D0E20 52%, #0D0E20 100%);
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
}

.pp-footer-wrap .pp-footer-shell {
  position: relative;
  padding: 72px 0 28px;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.pp-footer-wrap .pp-footer-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.55), transparent 72%);
}

.pp-footer-wrap .pp-footer-container {
  width: min(1350px, calc(100% - 40px));
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.pp-footer-wrap .pp-footer-main {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 0.85fr 0.85fr 1.05fr;
  gap: 42px;
  align-items: start;
}

.pp-footer-wrap .pp-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 12px;
}

.pp-footer-wrap .pp-footer-brand-icon {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 14px;
  background: linear-gradient(135deg, #7657FF 0%, #4F8CFF 48%, #F05CFF 100%);
  box-shadow: 0 16px 34px rgba(118, 87, 255, 0.28);
  color: #FFFFFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
}

.pp-footer-wrap .pp-footer-brand-name,
.pp-footer-wrap .pp-footer-heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: 0;
  color: #FFFFFF;
}

.pp-footer-wrap .pp-footer-brand-name {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
}

.pp-footer-wrap .pp-footer-brand-text {
  max-width: 360px;
  margin: 20px 0 18px;
  color: rgba(255,255,255,0.66);
  font-size: 15px;
  line-height: 1.75;
}

.pp-footer-wrap .pp-footer-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 999px;
  background: rgba(255,255,255,0.045);
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  font-weight: 600;
}

.pp-footer-wrap .pp-footer-status i {
  color: #4F8CFF;
}

.pp-footer-wrap .pp-footer-heading {
  margin: 4px 0 18px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}

.pp-footer-wrap .pp-footer-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.pp-footer-wrap .pp-footer-link {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.66);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35;
  border-radius: 10px;
  transition: color 180ms ease, transform 180ms ease;
}

.pp-footer-wrap .pp-footer-link i {
  font-size: 11px;
  color: #7657FF;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 180ms ease, transform 180ms ease, color 180ms ease;
}

.pp-footer-wrap .pp-footer-link:hover {
  color: #FFFFFF;
  transform: translateX(2px);
}

.pp-footer-wrap .pp-footer-link:hover i {
  opacity: 1;
  transform: translateX(2px);
  color: #F05CFF;
}

.pp-footer-wrap .pp-footer-contact-text,
.pp-footer-wrap .pp-footer-note {
  color: rgba(255,255,255,0.66);
  font-size: 14px;
  line-height: 1.7;
}

.pp-footer-wrap .pp-footer-contact-text {
  margin: 0 0 16px;
}

.pp-footer-wrap .pp-footer-note {
  margin: 13px 0 0;
}

.pp-footer-wrap .pp-footer-email-card {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  background: rgba(255,255,255,0.045);
  color: #FFFFFF;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.pp-footer-wrap .pp-footer-email-card:hover {
  transform: translateY(-3px);
  border-color: rgba(118, 87, 255, 0.48);
  background: rgba(255,255,255,0.07);
  box-shadow: 0 18px 34px rgba(0,0,0,0.24);
}

.pp-footer-wrap .pp-footer-email-icon {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(118,87,255,0.22), rgba(79,140,255,0.18));
  color: #FFFFFF;
}

.pp-footer-wrap .pp-footer-email-text {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 14px;
  font-weight: 700;
}

.pp-footer-wrap .pp-footer-separator {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  margin: 54px 0 24px;
}

.pp-footer-wrap .pp-footer-separator-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.10), transparent);
}

.pp-footer-wrap .pp-footer-separator-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(135deg, rgba(118,87,255,0.28), rgba(79,140,255,0.16));
  color: rgba(255,255,255,0.88);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.pp-footer-wrap .pp-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}

.pp-footer-wrap .pp-footer-copyright {
  margin: 0;
  color: rgba(255,255,255,0.58);
  font-size: 13px;
  line-height: 1.6;
}

.pp-footer-wrap .pp-footer-bottom-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.pp-footer-wrap .pp-footer-legal-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 16px;
}

.pp-footer-wrap .pp-footer-legal-link {
  color: rgba(255,255,255,0.62);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 8px;
  transition: color 180ms ease;
}

.pp-footer-wrap .pp-footer-legal-link:hover {
  color: #FFFFFF;
}

.pp-footer-wrap .pp-footer-back-top {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(255,255,255,0.055);
  color: #FFFFFF;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.pp-footer-wrap .pp-footer-back-top:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 140, 255, 0.5);
  background: rgba(79, 140, 255, 0.15);
}

.pp-footer-wrap .pp-footer-brand:focus-visible,
.pp-footer-wrap .pp-footer-link:focus-visible,
.pp-footer-wrap .pp-footer-email-card:focus-visible,
.pp-footer-wrap .pp-footer-legal-link:focus-visible,
.pp-footer-wrap .pp-footer-back-top:focus-visible {
  outline: 3px solid rgba(240, 92, 255, 0.52);
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .pp-footer-wrap .pp-footer-main {
    grid-template-columns: 1.25fr 1fr 1fr;
    gap: 38px 32px;
  }

  .pp-footer-wrap .pp-footer-brand-col {
    grid-column: span 3;
  }

  .pp-footer-wrap .pp-footer-brand-text {
    max-width: 620px;
  }
}

@media (max-width: 760px) {
  .pp-footer-wrap .pp-footer-shell {
    padding: 54px 0 24px;
  }

  .pp-footer-wrap .pp-footer-container {
    width: min(1350px, calc(100% - 40px));
    margin-inline: auto;
  }

  .pp-footer-wrap .pp-footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .pp-footer-wrap .pp-footer-brand-col {
    grid-column: auto;
  }

  .pp-footer-wrap .pp-footer-brand {
    align-items: flex-start;
  }

  .pp-footer-wrap .pp-footer-brand-name {
    font-size: 19px;
  }

  .pp-footer-wrap .pp-footer-link {
    min-height: 40px;
  }

  .pp-footer-wrap .pp-footer-separator {
    margin: 42px 0 24px;
  }

  .pp-footer-wrap .pp-footer-bottom,
  .pp-footer-wrap .pp-footer-bottom-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .pp-footer-wrap .pp-footer-legal-nav {
    justify-content: flex-start;
  }

  .pp-footer-wrap .pp-footer-back-top {
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pp-footer-wrap .pp-footer-link,
  .pp-footer-wrap .pp-footer-link i,
  .pp-footer-wrap .pp-footer-email-card,
  .pp-footer-wrap .pp-footer-legal-link,
  .pp-footer-wrap .pp-footer-back-top {
    transition: none;
  }

  .pp-footer-wrap .pp-footer-link:hover,
  .pp-footer-wrap .pp-footer-email-card:hover,
  .pp-footer-wrap .pp-footer-back-top:hover {
    transform: none;
  }
}