*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-size: 16px; line-height: 26px; color: #e8e8e8; background-color: #131316; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
::selection { background-color: #BE1E2D; color: #ffffff; }
.wrapper { width: 100%; min-height: 100vh; }
img { max-width: 100%; height: auto; display: block; }
a { color: #BE1E2D; text-decoration: none; transition: color 0.2s ease; }
a:hover { color: #8a1520; }
/* Accessibility: focus-visible outlines */
:focus-visible { outline: 2px solid #BE1E2D; outline-offset: 2px; }
a:focus-visible { outline: 2px solid #BE1E2D; outline-offset: 2px; border-radius: 2px; }
.skip-link { position: absolute; top: -100%; left: 16px; z-index: 10000; padding: 12px 24px; background: #BE1E2D; color: #fff; font-weight: 700; font-size: 14px; border-radius: 0 0 4px 4px; text-decoration: none; transition: top 0.2s ease; }
.skip-link:focus { top: 0; }
h1, h2, h3, h4, h5, h6 { font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif; color: #f0f0f0; line-height: 1.15; margin-top: 0; text-align: left; letter-spacing: -0.02em; }
h1 { font-size: 30px; font-weight: 800; margin-bottom: 16px; }
h2 { font-size: 24px; font-weight: 700; margin-bottom: 14px; }
h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; }
h4 { font-size: 18px; font-weight: 600; margin-bottom: 10px; }
p { margin-top: 0; margin-bottom: 16px; }
ul, ol { margin-top: 0; margin-bottom: 16px; padding-left: 20px; }
li { margin-bottom: 6px; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.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; }
.text-accent { color: #BE1E2D; }
.label-tag { display: inline-block; font-family: "Inter", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 10px; background-color: #BE1E2D; color: #ffffff; border-radius: 2px; }
@media (min-width: 768px) {
  h1 { font-size: 40px; margin-bottom: 20px; }
  h2 { font-size: 32px; margin-bottom: 18px; }
  h3 { font-size: 24px; margin-bottom: 14px; }
}
@media (min-width: 1024px) {
  h1 { font-size: 50px; }
  h2 { font-size: 36px; }
  h3 { font-size: 26px; }
}
@media (min-width: 1200px) {
  .container { padding: 0 32px; }
}
/* Scroll-to-top button (mobile only) */
.scroll-top { display: none; position: fixed; bottom: 24px; right: 20px; z-index: 900; width: 44px; height: 44px; border: none; border-radius: 50%; background: #BE1E2D; color: #fff; font-size: 18px; line-height: 44px; text-align: center; cursor: pointer; opacity: 0; transition: opacity 0.3s ease; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); }
.scroll-top.visible { opacity: 1; }
@media (max-width: 767px) {
  .scroll-top { display: block; }
}
