/* Source-compatible behavior fixes and Bakvio-only additions. */
html { scroll-behavior: smooth; }
body { min-width: 320px; }

.bakvio-mobile-menu {
  position: fixed;
  inset: 5rem 0 auto;
  z-index: 49;
  display: grid;
  gap: .25rem;
  padding: 1rem 1.5rem 1.25rem;
  border-bottom: 1px solid rgb(220 252 231);
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 35px rgba(15,23,42,.12);
}
.bakvio-mobile-menu[hidden] { display: none; }
.bakvio-mobile-menu a {
  display: block;
  padding: .8rem 1rem;
  border-radius: .75rem;
  color: #334155;
  font-weight: 700;
  text-decoration: none;
}
.bakvio-mobile-menu a:hover,
.bakvio-mobile-menu a:focus-visible { background: #f0fdf4; color: #15803d; }

[id^="faq-panel-"] { min-height: 0; }
[id^="faq-panel-"].bakvio-faq-open {
  grid-template-rows: 1fr !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}
[aria-controls^="faq-panel-"][aria-expanded="true"] .i-heroicons\:plus {
  transform: rotate(45deg);
}

[aria-label^="Show demo "][aria-current="true"] {
  width: 4rem;
  height: .375rem;
  background: rgb(187 247 208);
}

.bakvio-download-note {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 70;
  max-width: 25rem;
  border: 1px solid #bbf7d0;
  border-radius: 1rem;
  background: white;
  padding: 1rem 1.15rem;
  color: #166534;
  box-shadow: 0 20px 40px rgba(15,23,42,.16);
  font-size: .9rem;
  line-height: 1.5;
}

.bakvio-legal-main {
  min-height: calc(100vh - 10rem);
  padding: 8rem 1.5rem 5rem;
  background: linear-gradient(180deg,#f0fdf4 0,#fff 18rem);
}
.bakvio-legal-card {
  max-width: 58rem;
  margin: 0 auto;
  border: 1px solid #dcfce7;
  border-radius: 1.5rem;
  background: white;
  padding: clamp(1.5rem,4vw,3.5rem);
  box-shadow: 0 24px 60px rgba(15,23,42,.08);
}
.bakvio-legal-card h1 { margin: 0 0 .5rem; font-size: clamp(2rem,5vw,3.5rem); line-height: 1.05; color: #052e16; }
.bakvio-legal-card h2 { margin: 2rem 0 .65rem; font-size: 1.35rem; color: #14532d; }
.bakvio-legal-card p,
.bakvio-legal-card li { color: #475569; line-height: 1.75; }
.bakvio-legal-card a { color: #15803d; font-weight: 700; }
.bakvio-legal-meta { margin-bottom: 2.25rem; color: #64748b; }

@media (min-width: 768px) {
  .bakvio-mobile-menu { display: none !important; }
}

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