.idemp-client-footer {
  margin-top: 0;
  padding: 0;
  color: #e8f5fb;
  font-family: "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(135deg, #174f67 0%, #0f7f91 100%);
}

.idemp-client-footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 28px;
  display: grid;
  gap: 22px;
}

.idemp-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.idemp-footer-brand {
  display: grid;
  gap: 7px;
}

.idemp-footer-logo-frame {
  width: 180px;
  height: 86px;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  display: grid;
  place-items: center;
}

.idemp-footer-logo {
  width: 240px;
  max-width: none;
  height: 240px;
  object-fit: contain;
}

.idemp-client-footer h3,
.idemp-footer-col h4 {
  margin: 0;
  color: #ffffff;
  letter-spacing: 0;
}

.idemp-client-footer h3 {
  font-size: 1.08rem;
}

.idemp-client-footer-slogan {
  margin: 0;
  font-weight: 800;
  color: #d8f6ff;
}

.idemp-footer-cta-links,
.idemp-footer-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.idemp-footer-cta-links a,
.idemp-social-link,
.idemp-footer-personal-card {
  text-decoration: none;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
}

.idemp-footer-cta-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border-radius: 999px;
  font-weight: 900;
}

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

.idemp-footer-col {
  min-height: 138px;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(9, 38, 54, 0.24);
}

.idemp-footer-col h4 {
  margin-bottom: 10px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.idemp-client-footer p {
  margin: 4px 0 0;
  color: rgba(232, 245, 251, 0.9);
  line-height: 1.45;
}

.idemp-client-footer a {
  color: #ffffff;
}

.idemp-social-link {
  display: inline-grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 9px;
  min-width: 190px;
  min-height: 54px;
  padding: 7px 12px 7px 7px;
  border-radius: 999px;
}

.idemp-social-mark {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.78rem;
  font-weight: 900;
}

.idemp-social-copy {
  display: grid;
  gap: 1px;
}

.idemp-social-copy strong {
  font-size: 0.88rem;
  color: #ffffff;
}

.idemp-social-copy small {
  font-size: 0.75rem;
  color: #d7f2ff;
  font-weight: 700;
}

.idemp-footer-personal-grid {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.idemp-footer-personal-card {
  display: inline-grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 10px;
  min-width: 210px;
  padding: 8px 12px;
  border-radius: 10px;
}

.idemp-personal-avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
}

.idemp-footer-personal-copy {
  display: grid;
  gap: 2px;
}

.idemp-footer-personal-copy strong {
  color: #ffffff;
}

.idemp-footer-personal-copy small {
  color: #d7f2ff;
  font-weight: 800;
}

.idemp-footer-newsletter {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1.08fr);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.idemp-footer-newsletter-copy {
  padding: 24px 18px 22px;
  background: linear-gradient(155deg, #0f3dd8 0%, #1245ec 68%, #1a59ff 100%);
  color: #ffffff;
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 100%;
}

.idemp-news-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 800;
  color: #b8d7ff;
}

.idemp-footer-newsletter-copy h4 {
  margin: 0;
  font-size: clamp(1.7rem, 2vw, 2.15rem);
  line-height: 1.06;
  letter-spacing: 0;
  color: #ffffff;
  max-width: 14ch;
}

.idemp-news-highlight {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.08;
  font-weight: 900;
  color: #ffef47;
  max-width: 16ch;
}

.idemp-footer-newsletter-copy p {
  margin: 0;
  color: rgba(236, 245, 255, 0.95);
  font-size: 1rem;
  line-height: 1.48;
  max-width: 35ch;
}

.idemp-newsletter-form {
  display: grid;
  align-content: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 18px;
  background: rgba(34, 35, 38, 0.93);
}

.idemp-newsletter-form label {
  display: grid;
  gap: 4px;
  color: #f4f8ff;
  font-size: 0.82rem;
  font-weight: 700;
}

.idemp-newsletter-form input {
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: #ffffff;
  color: #14233b;
  border-radius: 999px;
  font: inherit;
}

.idemp-news-interest-field {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 10px;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
}

.idemp-news-interest-field legend {
  padding: 0 6px;
  color: #ffef47;
  font-size: 0.86rem;
  font-weight: 900;
}

.idemp-news-interest-option {
  display: grid !important;
  grid-template-columns: 16px 1fr;
  align-items: start;
  gap: 7px;
  color: #f6fbff;
  font-size: 0.8rem !important;
  line-height: 1.25;
}

.idemp-news-interest-option input,
.idemp-news-consent input {
  width: 16px;
  height: 16px;
  min-height: 16px;
  margin: 1px 0 0;
  padding: 0;
  border-radius: 3px;
  accent-color: #ffef47;
}

.idemp-newsletter-form button,
.idemp-newsletter-status,
.idemp-news-consent,
.idemp-news-disclaimer {
  grid-column: 1 / -1;
}

.idemp-news-consent {
  display: inline-flex !important;
  align-items: flex-start;
  gap: 8px;
}

.idemp-news-consent span {
  font-size: 0.85rem;
  color: #eaf4ff;
  line-height: 1.3;
}

.idemp-news-disclaimer {
  margin: 0;
  color: #d4deec;
  font-size: 0.8rem;
  line-height: 1.35;
}

.idemp-newsletter-form .primary-btn {
  border: 0;
  border-radius: 999px;
  min-height: 54px;
  padding: 14px 20px;
  background: linear-gradient(135deg, #0f5b8d 0%, #1e77b7 100%);
  color: #ffffff;
  letter-spacing: 0;
  font-size: 1.05rem;
  font-weight: 900;
  box-shadow: 0 16px 28px rgba(9, 64, 104, 0.28);
  cursor: pointer;
}

.idemp-newsletter-status {
  margin: 0;
  color: #f5fbff;
  font-size: 0.83rem;
}

.idemp-footer-bottom {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

@media (max-width: 760px) {
  .idemp-client-footer-inner {
    width: min(100% - 24px, 1180px);
    padding: 24px 0;
  }

  .idemp-footer-grid,
  .idemp-footer-newsletter,
  .idemp-newsletter-form,
  .idemp-news-interest-field {
    grid-template-columns: 1fr;
  }

  .idemp-footer-logo-frame {
    width: 156px;
    height: 76px;
  }
}
