:root {
    --ink: #17174a;
    --text: #17174a;
    --muted: #8a8aa3;
    --paper: #ffffff;
    --soft: #f5f6fa;
    --line: #e8edf2;
    --hl: #ffc859;
    --radius: 1.3rem;
    --radius-sm: 0.6rem;
    --shadow: 0 5px 15px rgba(0, 0, 0, 0.18);
    --shadow-soft: 0 3px 10px rgba(23, 23, 74, 0.08);
    --font: 'Poppins', -apple-system, 'Segoe UI', sans-serif;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    overflow-x: clip;
    background: var(--paper);
    color: var(--text);
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--ink);
    line-height: 1.25;
    margin: 0 0 0.6em;
    font-weight: 600;
}

p {
    margin: 0 0 1em;
}

a {
    color: var(--accent-deep);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

.page-shell {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-shell--narrow {
    max-width: 820px;
}

.skip-jump {
    position: absolute;
    left: -9999px;
    top: 0;
    background: var(--ink);
    color: #fff;
    padding: 10px 16px;
    z-index: 200;
}

.skip-jump:focus {
    left: 10px;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.btn-round {
    display: inline-block;
    background: var(--ink);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 28px;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    box-shadow: var(--shadow-soft);
}

.btn-round:hover {
    background: var(--accent-deep);
    color: #fff;
    text-decoration: none;
}

.btn-round--hl {
    background: var(--hl);
    color: var(--ink);
}

.btn-round--hl:hover {
    background: var(--ink);
    color: #fff;
}

.section-title {
    font-size: 26px;
    text-align: center;
    text-wrap: balance;
    margin: 0 0 28px;
}

.section-title--left {
    text-align: left;
}

.crumb-lane {
    font-size: 13.5px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.crumb-lane a {
    color: inherit;
}

.crumb-lane .sep {
    opacity: 0.6;
}

.page-steps {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 40px 0 10px;
}

.page-steps a,
.page-steps span.current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid var(--line);
    color: var(--ink);
    font-weight: 500;
}

.page-steps span.current {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.page-steps a:hover {
    border-color: var(--accent);
    text-decoration: none;
}

.findbar {
    display: flex;
    gap: 8px;
}

.findbar__field {
    flex: 1;
    min-width: 200px;
    padding: 12px 18px;
    border: 1px solid var(--line);
    border-radius: 999px;
    font: inherit;
    font-size: 15px;
    color: var(--ink);
    background: #fff;
}

.findbar__field:focus {
    outline: 2px solid var(--accent);
    border-color: var(--accent);
}

.findbar__submit {
    padding: 12px 22px;
    border: 0;
    border-radius: 999px;
    background: var(--ink);
    color: #fff;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

.findbar__submit:hover {
    background: var(--accent-deep);
}

.band-head {
    background: linear-gradient(180deg, var(--band-a) 0%, var(--band-b) 100%);
    color: #fff;
    padding: 34px 0 56px;
    text-align: center;
}

.band-head .crumb-lane {
    justify-content: flex-start;
    color: var(--ink);
    margin-bottom: 26px;
}

.band-head__title {
    color: #fff;
    font-size: 34px;
    margin: 0;
    text-wrap: balance;
}

.band-head__text {
    max-width: 720px;
    margin: 14px auto 0;
    color: rgba(255, 255, 255, 0.94);
}

.void-state {
    text-align: center;
    padding: 70px 20px;
}

.void-state .findbar {
    max-width: 480px;
    margin: 24px auto;
}

.band-head--inpage {
    border-radius: var(--radius);
    margin: 30px 0 40px;
    padding: 40px 24px;
}

.pagination {
    margin: 40px 0 10px;
}

.pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid var(--line);
    color: var(--ink);
    font-weight: 500;
}

.pagination .page-numbers.current {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.pagination a.page-numbers:hover {
    border-color: var(--accent);
    text-decoration: none;
}

.azimut-sticky-on .masthead {
    position: sticky;
    top: 0;
    z-index: 95;
}

.azimut-readbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    z-index: 120;
    pointer-events: none;
}

.azimut-readbar__fill {
    display: block;
    width: 0;
    height: 100%;
    background: var(--accent);
    transition: width 0.1s linear;
}
