:root {
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #111111;
}
* { box-sizing: border-box; }
body { margin: 0; background: #ffffff; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  gap: 24px;
  justify-content: center;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  letter-spacing: 0;
}
.site-nav a { text-decoration: none; font-weight: 700; }
.wp-static-page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 64px;
}
.elementor-section, .elementor-container { max-width: 100%; }
.elementor-widget-container { max-width: 100%; }
@media (max-width: 720px) {
  .site-nav { justify-content: flex-start; overflow-x: auto; }
  .wp-static-page { width: min(100% - 20px, 1180px); padding-top: 18px; }
}
