.hs-hero-copy, .hs-hero-panel .hs-card {
  background: linear-gradient(135deg, #10253c 0%, #123d55 55%, #0f7b67 100%);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 25px 60px rgba(8, 17, 34, 0.24);
}
.hs-hero-copy h1, .hs-hero-copy p, .hs-hero-panel h3, .hs-hero-panel p { color: #fff; }
.hs-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 24px; }
.hs-highlight-card { min-height: 100%; display: flex; flex-direction: column; justify-content: center; }
.hs-auth-card { max-width: 680px; margin: 0 auto; }
.hs-page-card, .hs-post-card, .hs-sidebar-card { min-height: 100px; }
