/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Site-wide brand tokens, navbar, buttons, and cards live in the <style> block in
 * app/views/layouts/application.html.erb instead — this file only holds page-specific
 * styles that don't belong on every page (currently just the marketing homepage's hero/cta).
 */

.hero {
  text-align: center;
  padding: 4rem 2rem;
  background: linear-gradient(135deg, var(--brand, #0984C0), var(--brand-dark, #076a9c));
  color: #fff;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.cta {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
