
/* CSS Modules footprint simulation */
.sbp-layout-wrapper { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background: #fafafa; color: #333; }
.sbp-header-main { background: #fff; border-bottom: 1px solid #eaeaea; position: sticky; top: 0; z-index: 100; }
.sbp-nav-container { display: flex; justify-content: space-between; align-items: center; padding: 1rem 2rem; max-width: 1200px; margin: 0 auto; }
.sbp-logo { font-size: 1.5rem; font-weight: bold; text-decoration: none; color: #000; letter-spacing: -0.05em; }
.sbp-nav-links { display: flex; gap: 1.5rem; }
.sbp-nav-item { text-decoration: none; color: #666; font-size: 0.95rem; cursor: pointer; }
.sbp-nav-item:hover { color: #000; }
.sbp-nav-dropdown { position: relative; display: inline-block; }
.sbp-dropdown-content { display: none; position: absolute; background-color: #fff; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1); z-index: 1; border-radius: 4px; overflow: hidden; }
.sbp-dropdown-content a { color: #333; padding: 12px 16px; text-decoration: none; display: block; font-size: 0.9rem; border-bottom: 1px solid #f0f0f0; }
.sbp-dropdown-content a:hover { background-color: #f9f9f9; }
.sbp-nav-dropdown:hover .sbp-dropdown-content { display: block; }
.sbp-main-content { max-width: 1000px; margin: 0 auto; padding: 2rem; min-height: 80vh; }
.sbp-hero-section { text-align: center; padding: 4rem 0; }
.sbp-h1-title { font-size: 3rem; font-weight: 800; margin-bottom: 1rem; color: #111; letter-spacing: -0.05em; }
.sbp-h2-subtitle { font-size: 1.5rem; font-weight: 400; color: #666; }
.sbp-content-body { font-size: 1.1rem; line-height: 1.8; color: #444; }
.sbp-content-body p { margin-bottom: 1.5rem; }
.sbp-footer-main { background: #111; color: #fff; text-align: center; padding: 2rem; margin-top: 4rem; }
.sbp-footer-container p { margin: 0; font-size: 0.9rem; color: #888; }
