/* Minimal styles to keep theme consistent and small */
:root{
  --primary:#0d6efd;
  --muted:#6c757d;
}
body{
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color:#222;
  background-color:#fff;
}
.hero{padding-top:3.5rem;padding-bottom:3.5rem}
.hero .display-5{line-height:1.05}
.card{border-radius:0.6rem}
section{scroll-margin-top:6rem}
.bg-primary{background:linear-gradient(180deg,#0b5ed7,#0a58ca);}
.text-white-50{opacity:.9}
footer a{color:inherit}

/* Responsive tweaks */
@media (max-width:768px){
  .hero{padding-top:2rem;padding-bottom:2rem}
}

/* Keep CSS small for fast load */
