/* Extra polish for public index (Bootstrap theme) — loaded after inline styles */

html {
  scroll-padding-top: 72px;
}

::selection {
  background: rgba(0, 184, 148, 0.25);
  color: inherit;
}

.navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.navbar-brand {
  letter-spacing: -0.02em;
}

section[id] {
  scroll-margin-top: 72px;
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 768px) {
  .hero-section {
    min-height: 70vh;
    height: auto !important;
    padding: 4rem 0;
    background-attachment: scroll !important;
  }
  .hero-title {
    font-size: 2rem !important;
  }
}
