/* Minimal helper styles that should not conflict with static layout */
.skip-link {
    position: absolute;
    top: -100px;
    left: 0;
    background: #2563eb;
    color: #fff;
    padding: .75rem 1rem;
    z-index: 100;
}
.skip-link:focus {
    top: 0;
}
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.screen-reader-text:focus {
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
}
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}
.page-hero {
    background: #0b7aa5;
    padding: 40px 0;
    color: #fff;
}
.page-title { margin: 0; }
.page-section {
    padding: 30px 15px 60px;
    background: #ffffff;
}
.page-body {
    margin: 0 auto;
}
.page-body p { margin-top: 0; }
