
:root{--brand:#4f46e5;--ink:#0f172a;--muted:#64748b}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;overflow-x:hidden}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container-responsive{width:min(100% - 2rem,80rem);margin-inline:auto}
.mobile-menu{display:none}
.mobile-only{display:none}
@media (max-width:767px){
  .desktop-nav{display:none!important}
  .mobile-only{display:flex}
  .mobile-menu{display:none}
  .mobile-menu.is-open{display:block}
  .mobile-menu a{display:flex;align-items:center;min-height:46px;padding:.7rem 1rem;border-radius:.75rem}
  .mobile-menu a:active{background:#f1f5f9}
  .mobile-menu-panel{margin:.25rem 1rem .75rem;padding:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 10px 25px rgba(15,23,42,.08)}
  .topbar-copy{display:none}
  .topbar-inner{justify-content:center!important}
  .topbar-links{width:100%;justify-content:center}
  .topbar-links a{font-size:.72rem}
  .mobile-stack{flex-direction:column!important}
  .mobile-full{width:100%!important}
  .mobile-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .mobile-scroll::-webkit-scrollbar{display:none}
  .mobile-grid-1{grid-template-columns:1fr!important}
  .mobile-px-3{padding-left:.75rem!important;padding-right:.75rem!important}
  .mobile-p-4{padding:1rem!important}
  .mobile-text-2xl{font-size:1.5rem!important;line-height:2rem!important}
  .mobile-text-xl{font-size:1.25rem!important;line-height:1.75rem!important}
  .mobile-gap-4{gap:1rem!important}
  .mobile-order-last{order:2}
  .mobile-order-first{order:1}
}
@media (min-width:768px){.desktop-nav{display:flex}}
.form-control{width:100%;border:1px solid #cbd5e1;border-radius:.75rem;padding:.75rem .875rem;background:#fff;outline:none;transition:.2s}
.form-control:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.12)}
.card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 1px 2px rgba(15,23,42,.04)}
.touch-target{min-height:44px;min-width:44px}
