/* Shared accessibility and resilience improvements across BoardTack product sites. */
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 10000;
  padding: 10px 14px;
  border-radius: 8px;
  background: #111827;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #f15b3a !important;
  outline-offset: 3px;
}

.navbar-toggle,
.navbar-toggler {
  min-width: 44px;
  min-height: 44px;
}

.navbar-nav > li > a {
  min-height: 44px;
}

[data-app-store-link] {
  display: inline-block;
  border-radius: 8px;
}

[data-app-store-link] img {
  display: block;
  max-width: 100%;
  height: auto;
}

.scantexter-site .jumbotron {
  min-height: 560px;
}

.scantexter-site .jumbotron .container {
  max-width: 780px;
}

.scantexter-site .hero-platforms {
  margin: 0 auto 12px;
  color: #1f2937;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 700;
}

.scantexter-site .hero-store {
  margin-top: 22px;
}

.scantexter-site .feature-title {
  margin-bottom: 1rem;
  color: #18202f;
  font-size: 1.25rem;
  font-weight: 700;
}

.scantexter-site .content-image {
  max-width: 100%;
  height: auto;
}

.scantexter-site .navbar-brand img {
  width: auto;
  height: 40px;
}

section[id] {
  scroll-margin-top: 72px;
}

.legal-page {
  background: #f5f7fa;
  color: #273142;
}

.legal-page .container {
  max-width: 840px;
  margin: 32px auto;
  padding: clamp(24px, 5vw, 56px);
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(17, 24, 39, 0.08);
}

.legal-page .title {
  margin-bottom: 12px;
  color: #111827;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.15;
}

.legal-page .section-title,
.legal-page h2 {
  margin-top: 2rem;
  color: #111827;
  font-size: 1.25rem;
  line-height: 1.35;
}

.legal-page p,
.legal-page li {
  font-size: 1rem;
  line-height: 1.75;
}

.legal-page .last-updated {
  color: #5f6b7a;
}

.legal-page a {
  color: #075c9c;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 767px) {
  .legal-page .container {
    margin: 16px 12px;
    border-radius: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
