*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 16px; line-height: 26px; color: #2d2d2d; background-color: #ffffff; overflow-x: hidden; }
.wrapper { width: 100%; min-height: 100vh; }
img { max-width: 100%; height: auto; display: block; }
a { color: #1a8a4a; text-decoration: none; transition: color 0.2s ease; }
a:hover { color: #f57c00; }
h1, h2, h3, h4, h5, h6 { color: #1a1a2e; line-height: 1.3; margin-top: 0; }
h1 { font-size: 28px; 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 16px; }
.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; }
@media (min-width: 768px) {
  h1 { font-size: 36px; margin-bottom: 20px; }
  h2 { font-size: 30px; margin-bottom: 18px; }
  h3 { font-size: 24px; margin-bottom: 14px; }
  .container { padding: 0 24px; }
}
@media (min-width: 1024px) {
  h1 { font-size: 42px; }
  h2 { font-size: 34px; }
  h3 { font-size: 26px; }
}
@media (min-width: 1200px) {
  .container { padding: 0 32px; }
}

/* Override parent theme width constraints — keep padding intact */
header.header, footer.footer { max-width: none !important; margin: 0 !important; padding-left: 0; padding-right: 0; }
article, section { max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; }
