.brand-logo {
  width: 118px;
  height: 70px;
  object-fit: contain;
  border-radius: 0 !important;
}

.footer-logo {
  width: 132px;
  height: 82px;
  padding: 5px;
  border-radius: 14px !important;
}

.support-email-card {
  margin-top: 28px;
  padding: 28px;
  border: 1px solid #ddd2ff;
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff, #faf7ff);
  box-shadow: 0 18px 48px rgba(50, 25, 100, .08);
}

.support-email-label {
  display: block;
  margin-bottom: 8px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.support-email-address {
  display: inline-block;
  color: var(--ink);
  font: 800 clamp(20px, 2.1vw, 27px)/1.25 "Manrope", sans-serif;
  overflow-wrap: anywhere;
}

.support-email-address:hover,
.inline-support-email:hover {
  color: var(--purple);
}

.support-email-card p {
  margin: 14px 0 20px !important;
  color: var(--muted) !important;
  line-height: 1.65 !important;
}

.support-email-button {
  width: 100%;
  justify-content: center;
}

.inline-support-email {
  color: var(--purple);
  font-weight: 800;
  overflow-wrap: anywhere;
}

@media (max-width: 720px) {
  .brand-logo {
    width: 96px;
    height: 60px;
  }

  .support-email-card {
    padding: 22px;
  }
}

.simulation-disclosure {
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid #ddd2ff;
  border-left: 4px solid var(--purple);
  border-radius: 14px;
  background: #faf8ff;
  color: #68697a;
  font-size: 14px;
  line-height: 1.65;
}
.simulation-disclosure strong { color: var(--ink); }
.form-privacy-note { margin: 12px 0 0 !important; color: #77788a !important; font-size: 12px; line-height: 1.55 !important; }
.form-privacy-note a { color: var(--purple); font-weight: 700; }
