* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
a:hover { color: inherit; }
img, svg { max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { min-height: 44px; }
code, pre, .font-mono { font-family: var(--font-mono); }
code { color: var(--primary); }
:focus-visible { outline: 3px solid rgba(47, 125, 91, .28); outline-offset: 3px; }
[ng-cloak] { display: none !important; }
.container-shell { width: min(100% - 28px, var(--max-width)); margin-inline: auto; }
.page-section { padding: 56px 0; }
.page-title { font-size: clamp(2rem, 5vw, 4rem); line-height: 1.05; letter-spacing: -.04em; font-weight: 720; }
.page-subtitle { color: var(--muted); max-width: 760px; font-size: 1.05rem; }
.section-title { font-size: clamp(1.55rem, 3vw, 2.35rem); line-height: 1.15; letter-spacing: -.03em; font-weight: 700; }
.text-muted-custom { color: var(--muted) !important; }
.text-accent { color: var(--primary) !important; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 9999; }
.skip-link:focus { left: 8px; background: var(--text); color: #fff; padding: 10px 14px; border-radius: 10px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
::selection { background: #cfe8d8; color: #183325; }
