.site-header {
  padding: 56px 0 40px;
}

.eyebrow {
  color: var(--color-text-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.8125rem;
}

.subhead {
  color: var(--color-text-soft);
}

.hero-card {
  max-width: 360px;
  margin-bottom: 24px;
}

.trust-line,
.refund-line {
  color: var(--color-text-soft);
  font-size: 0.9375rem;
}

.disclaimer {
  padding: 32px 0;
  background: var(--color-surface-alt);
}

.site-footer {
  border-top: 1px solid var(--color-border);
  padding-bottom: 20px;
}

.site-footer nav a {
  display: block;
  margin-bottom: 6px;
}

.sticky-cta {
  display: none;
}

@media (max-width: 720px) {
  .sticky-cta.show {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(250, 246, 240, 0.95);
    border-top: 1px solid var(--color-border);
  }
}
