.ppt-footer-cta {
  margin: 28px auto 0;
  padding: 0 20px;
}

.ppt-footer-cta__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(30, 17, 28, 0.92), rgba(57, 28, 43, 0.94));
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

.ppt-footer-cta__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}

.ppt-footer-cta__label {
  color: rgba(255, 244, 249, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-right: 6px;
}

.ppt-footer-cta__link {
  color: #fff7fb;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}

.ppt-footer-cta__link:hover {
  border-bottom-color: rgba(255, 255, 255, 0.86);
}

.ppt-footer-cta__sep {
  color: rgba(255, 255, 255, 0.32);
  font-size: 12px;
}

.ppt-footer-cta__logos {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ppt-footer-cta__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  min-height: 42px;
  padding: 6px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
}

.ppt-footer-cta__logo img {
  max-width: 100%;
  max-height: 28px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.ppt-footer-cta__logo--qr {
  min-width: 54px;
  min-height: 54px;
  padding: 6px;
}

.ppt-footer-cta__logo--qr img {
  max-height: 42px;
}

@media (max-width: 980px) {
  .ppt-footer-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .ppt-footer-cta__logos {
    width: 100%;
    justify-content: flex-start;
  }
}
