.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 1rem auto 0;
}

.hero-actions .btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-note {
  margin: 0.5rem 0 1rem;
  color: #475569;
}

@media (max-width: 640px) {
  .hero-actions .btn {
    width: 100%;
    max-width: 340px;
  }
}

body > header {
  padding-top: clamp(2.25rem, 5vw, 4rem);
  padding-bottom: clamp(1.75rem, 4vw, 3rem);
}

body > header h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(2.25rem, 4.2vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: 0;
}

body > header p {
  max-width: 78ch;
  margin-left: auto;
  margin-right: auto;
}

body > header p + p {
  margin-top: 0.65rem;
}

body > footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem 1rem 1.5rem;
}

body > footer .partner-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
}

body > footer .partner-badges a {
  min-height: 32px;
  max-width: min(100%, 34rem);
  white-space: nowrap;
}

body > footer .legal-note,
body > footer .copyright-line,
body > footer > p {
  margin: 0;
}

body > footer .security-practice {
  width: min(100%, 58rem);
  margin: 0.15rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  color: #334155;
}

body > footer .security-practice > span {
  display: inline;
  margin: 0 0.35rem 0 0;
}

body > footer .security-practice > span:not(:last-child)::after {
  content: "·";
  margin-left: 0.45rem;
  color: #64748b;
}

body > footer .security-practice .links {
  display: inline;
  white-space: nowrap;
}

.security-footer {
  margin: 0 !important;
  padding: 0.55rem 1rem 0.65rem !important;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(248, 250, 252, 0.72) !important;
  color: #334155;
}

.security-footer .security-practice {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 0.25rem 0.6rem !important;
  margin: 0 auto !important;
  max-width: 68rem;
  line-height: 1.28 !important;
}

.security-footer .security-practice > span {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
}

.security-footer .security-practice > span:not(:last-child)::after {
  content: "·" !important;
  margin-left: 0.6rem !important;
  color: #64748b;
}

.security-footer .security-practice .links {
  display: inline-flex !important;
  gap: 0.45rem !important;
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  body > footer .partner-badges a,
  body > footer .security-practice .links,
  .security-footer .security-practice .links {
    white-space: normal;
  }

  body > footer .security-practice > span {
    display: block;
    margin: 0.2rem 0;
  }

  body > footer .security-practice > span:not(:last-child)::after {
    content: none;
  }

  .security-footer .security-practice {
    display: block !important;
  }

  .security-footer .security-practice > span {
    display: block !important;
    margin: 0.2rem 0 !important;
  }

  .security-footer .security-practice > span:not(:last-child)::after {
    content: none !important;
  }
}
