body.safe-subpage {
    --safe-page-bg: #f7f7f4;
    --safe-page-bg-soft: #f2f4f1;
    --safe-page-panel: #fffefa;
    --safe-page-card: #fbfaf7;
    --safe-page-line: #dfe4e8;
    --safe-page-text: #20242a;
    --safe-page-muted: #6b7280;
    --safe-page-blue: #1f3347;
    --safe-page-accent: #4f6878;
    background: var(--safe-page-bg);
    color: var(--safe-page-text);
}

body.safe-subpage a {
    transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

body.safe-subpage h1,
body.safe-subpage h2,
body.safe-subpage h3,
body.safe-subpage h4,
body.safe-subpage h5,
body.safe-subpage h6 {
    letter-spacing: 0;
}

body.safe-subpage .safe-nav-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding: 24px 0 18px;
    background: linear-gradient(180deg, rgba(4, 10, 16, .78), rgba(4, 10, 16, .14));
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

body.safe-subpage .safe-nav-bar .container {
    max-width: none;
    padding-left: clamp(18px, 3.6vw, 56px);
    padding-right: clamp(18px, 3.6vw, 56px);
}

body.safe-subpage .safe-nav-brand .safe-site-logo {
    filter: brightness(0) invert(1);
    opacity: .94;
}

body.safe-subpage .safe-nav a {
    color: rgba(255, 255, 255, .78);
}

body.safe-subpage .safe-nav a:hover,
body.safe-subpage .safe-nav a:focus-visible,
body.safe-subpage .safe-nav a.active {
    color: #fff;
}

body.safe-subpage .safe-academe-hero,
body.safe-subpage .safe-library-hero,
body.safe-subpage .safe-support-hero,
body.safe-subpage .safe-consult-hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: clamp(430px, 52vh, 620px);
    padding: 0;
    overflow: hidden;
    background-color: #071018;
    background-position: center;
    background-size: cover;
    color: #fff;
    isolation: isolate;
}

body.safe-subpage.safe-subpage-academe .safe-academe-hero {
    background-image: linear-gradient(90deg, rgba(4, 10, 16, .82) 0%, rgba(4, 10, 16, .58) 44%, rgba(4, 10, 16, .24) 100%), url("/assets/images/home-gallery/rookie-academy.png");
}

body.safe-subpage.safe-subpage-liberator .safe-library-hero {
    background-image: linear-gradient(90deg, rgba(4, 10, 16, .82) 0%, rgba(4, 10, 16, .56) 46%, rgba(4, 10, 16, .22) 100%), url("/assets/images/home-gallery/regulation-station.png");
}

body.safe-subpage.safe-subpage-technical .safe-support-hero {
    background-image: linear-gradient(90deg, rgba(4, 10, 16, .88) 0%, rgba(4, 10, 16, .64) 44%, rgba(4, 10, 16, .28) 100%), url("/assets/images/home-gallery/certification-support.png");
}

body.safe-subpage.safe-subpage-consulting .safe-consult-hero {
    background-image: linear-gradient(90deg, rgba(4, 10, 16, .9) 0%, rgba(4, 10, 16, .68) 46%, rgba(4, 10, 16, .3) 100%), url("/assets/images/home-gallery/consulting-training.png");
}

body.safe-subpage .safe-academe-hero::after,
body.safe-subpage .safe-library-hero::after,
body.safe-subpage .safe-support-hero::after,
body.safe-subpage .safe-consult-hero::after {
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    content: "";
    border-radius: 0;
    background: linear-gradient(180deg, rgba(4, 10, 16, .08), rgba(4, 10, 16, .32));
    filter: none;
    pointer-events: none;
    z-index: 0;
}

body.safe-subpage .safe-academe-hero-inner,
body.safe-subpage .safe-library-hero-inner,
body.safe-subpage .safe-support-hero-inner,
body.safe-subpage .safe-consult-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: clamp(150px, 17vw, 230px) clamp(20px, 5vw, 76px) clamp(72px, 8vw, 112px);
}

body.safe-subpage .safe-academe-hero-panel,
body.safe-subpage .safe-library-hero-panel,
body.safe-subpage .safe-support-hero-panel,
body.safe-subpage .safe-consult-hero-panel {
    max-width: 900px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.safe-subpage .safe-academe-kicker,
body.safe-subpage .safe-library-kicker,
body.safe-subpage .safe-support-kicker,
body.safe-subpage .safe-consult-kicker {
    display: block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, .86) !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.4;
    text-transform: uppercase;
}

body.safe-subpage .safe-academe-title,
body.safe-subpage .safe-library-title,
body.safe-subpage .safe-support-title,
body.safe-subpage .safe-consult-title {
    margin: 0 0 18px;
    color: #fff !important;
    font-size: clamp(42px, 5.2vw, 72px);
    line-height: 1.06;
    font-weight: 600;
    text-shadow: 0 16px 42px rgba(0, 0, 0, .32);
}

body.safe-subpage .safe-academe-lead,
body.safe-subpage .safe-library-lead,
body.safe-subpage .safe-support-lead,
body.safe-subpage .safe-consult-lead {
    max-width: 860px;
    margin: 0;
    color: rgba(255, 255, 255, .9) !important;
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.86;
    text-shadow: 0 10px 32px rgba(0, 0, 0, .28);
}

body.safe-subpage .safe-library-search {
    max-width: 760px;
    margin-top: 30px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-bottom: 1px solid rgba(255, 255, 255, .28);
    background: rgba(255, 254, 250, .92);
    box-shadow: 0 18px 42px rgba(4, 10, 16, .18);
    backdrop-filter: blur(12px);
}

body.safe-subpage .safe-library-search-icon {
    background: #eef1ee;
    color: var(--safe-page-accent);
}

body.safe-subpage .safe-library-search button {
    background: var(--safe-page-blue);
}

body.safe-subpage .safe-minimal-hero-tags span,
body.safe-subpage .safe-support-chip,
body.safe-subpage .safe-consult-chip {
    border: 1px solid rgba(255, 255, 255, .24);
    color: rgba(255, 255, 255, .92) !important;
    background: rgba(255, 255, 255, .13);
}

body.safe-subpage .safe-academe-shell,
body.safe-subpage .safe-library-shell,
body.safe-subpage .safe-support-shell,
body.safe-subpage .safe-consult-shell {
    padding: clamp(66px, 6vw, 94px) 0 clamp(84px, 8vw, 120px);
    background: linear-gradient(180deg, var(--safe-page-bg) 0%, #f8f8f5 52%, var(--safe-page-bg) 100%);
}

body.safe-subpage .container.safe-content-container {
    max-width: 1360px;
}

body.safe-subpage .safe-academe-section-head,
body.safe-subpage .safe-library-section-head,
body.safe-subpage .safe-support-section-head,
body.safe-subpage .safe-consult-section-head {
    border-color: var(--safe-page-line);
}

body.safe-subpage .safe-academe-section-head::after,
body.safe-subpage .safe-library-section-head::after {
    background: var(--safe-page-line);
}

body.safe-subpage .safe-academe-section-copy h2,
body.safe-subpage .safe-library-section-copy h2,
body.safe-subpage .safe-support-section-copy h2,
body.safe-subpage .safe-consult-section-copy h2,
body.safe-subpage .safe-minimal-heading h2,
body.safe-subpage .safe-minimal-statement h2 {
    color: var(--safe-page-text);
    font-weight: 600;
}

body.safe-subpage .safe-academe-section-copy p,
body.safe-subpage .safe-library-section-copy p,
body.safe-subpage .safe-support-section-copy p,
body.safe-subpage .safe-consult-section-copy p,
body.safe-subpage .safe-minimal-heading p,
body.safe-subpage .safe-minimal-statement p,
body.safe-subpage .safe-minimal-card p,
body.safe-subpage .safe-minimal-stage-item p,
body.safe-subpage .safe-minimal-material-card p {
    color: var(--safe-page-muted);
}

body.safe-subpage .safe-card,
body.safe-subpage .safe-academe-path-card,
body.safe-subpage .safe-academe-card,
body.safe-subpage .safe-academe-feature-card,
body.safe-subpage .safe-academe-related-card,
body.safe-subpage .safe-library-index-card,
body.safe-subpage .safe-library-browser-card,
body.safe-subpage .safe-library-related-card,
body.safe-subpage .safe-support-card,
body.safe-subpage .safe-support-service-card,
body.safe-subpage .safe-support-deliverable-card,
body.safe-subpage .safe-support-related-card,
body.safe-subpage .safe-consult-card,
body.safe-subpage .safe-consult-service-card,
body.safe-subpage .safe-consult-deliverable-card,
body.safe-subpage .safe-consult-related-card,
body.safe-subpage .safe-consult-contact-card,
body.safe-subpage .safe-minimal-card,
body.safe-subpage .safe-minimal-stage-item,
body.safe-subpage .safe-minimal-material-card,
body.safe-subpage .safe-minimal-statement {
    border: 1px solid var(--safe-page-line);
    border-radius: 12px;
    color: inherit;
    background: var(--safe-page-panel);
    box-shadow: 0 16px 36px rgba(31, 51, 71, .05);
}

body.safe-subpage .safe-academe-path-card:hover,
body.safe-subpage .safe-academe-path-card:focus-visible,
body.safe-subpage .safe-library-index-card:hover,
body.safe-subpage .safe-library-browser-card:hover,
body.safe-subpage .safe-minimal-card:hover,
body.safe-subpage .safe-support-card:hover,
body.safe-subpage .safe-consult-card:hover {
    border-color: #bdc8d2;
    box-shadow: 0 18px 42px rgba(31, 51, 71, .09);
    transform: translateY(-3px);
}

body.safe-subpage .safe-academe-path-label,
body.safe-subpage .safe-academe-feature-card .safe-academe-kicker,
body.safe-subpage .safe-library-index-card span,
body.safe-subpage .safe-minimal-label,
body.safe-subpage .safe-minimal-card-code,
body.safe-subpage .safe-support-card-code,
body.safe-subpage .safe-consult-card-code {
    color: var(--safe-page-accent);
}

body.safe-subpage .safe-academe-path-card strong,
body.safe-subpage .safe-library-index-card strong,
body.safe-subpage .safe-minimal-card h3,
body.safe-subpage .safe-minimal-stage-item h3,
body.safe-subpage .safe-minimal-stage-item strong,
body.safe-subpage .safe-minimal-material-card h3,
body.safe-subpage .safe-support-card h3,
body.safe-subpage .safe-consult-card h3 {
    color: var(--safe-page-blue);
}

body.safe-subpage .safe-academe-path-card p,
body.safe-subpage .safe-library-index-card p,
body.safe-subpage .safe-academe-card p,
body.safe-subpage .safe-support-card p,
body.safe-subpage .safe-consult-card p {
    color: #4d5660;
}

body.safe-subpage.safe-subpage-liberator .safe-library-browser-card {
    color: var(--safe-page-text);
    background: #fff;
    overflow: hidden;
}

body.safe-subpage.safe-subpage-liberator .safe-library-browser-card:hover,
body.safe-subpage.safe-subpage-liberator .safe-library-browser-card:focus-within,
body.safe-subpage.safe-subpage-liberator .safe-library-browser-card.is-active {
    border-color: #bdc8d2;
    box-shadow: 0 18px 42px rgba(31, 51, 71, .09);
}

body.safe-subpage.safe-subpage-liberator .safe-library-browser-card-trigger {
    color: inherit;
}

body.safe-subpage.safe-subpage-liberator .safe-library-browser-code,
body.safe-subpage.safe-subpage-liberator .safe-library-browser-range {
    color: var(--safe-page-accent);
}

body.safe-subpage.safe-subpage-liberator .safe-library-browser-card h3 {
    color: var(--safe-page-blue);
}

body.safe-subpage.safe-subpage-liberator .safe-library-browser-meta {
    color: var(--safe-page-muted);
}

body.safe-subpage.safe-subpage-liberator .safe-library-browser-drawer {
    background: #fff;
}

body.safe-subpage .safe-academe-filter-chip,
body.safe-subpage .safe-academe-filter-button,
body.safe-subpage .safe-library-filter-chip,
body.safe-subpage .safe-library-filter-button,
body.safe-subpage .safe-minimal-tags span,
body.safe-subpage .safe-minimal-fields span,
body.safe-subpage .safe-support-meta-badges span,
body.safe-subpage .safe-consult-meta-badges span {
    border: 1px solid var(--safe-page-line);
    color: var(--safe-page-muted);
    background: var(--safe-page-card);
}

body.safe-subpage .safe-minimal-card-link,
body.safe-subpage .safe-minimal-action {
    border: 1px solid var(--safe-page-blue);
    color: var(--safe-page-blue);
    background: transparent;
}

body.safe-subpage .safe-minimal-card-link:hover,
body.safe-subpage .safe-minimal-action:hover {
    color: #fff;
    background: var(--safe-page-blue);
}

body.safe-subpage .safe-minimal-cta {
    border-radius: 12px;
    background: var(--safe-page-blue);
}

body.safe-subpage .safe-minimal-card-anchor {
    color: inherit;
    text-decoration: none;
}

body.safe-subpage .safe-minimal-card-anchor:hover,
body.safe-subpage .safe-minimal-card-anchor:focus-visible {
    color: inherit;
}

body.safe-subpage .safe-minimal-card-anchor .safe-minimal-tags {
    margin-top: auto;
    padding-top: 16px;
}

body.safe-subpage .safe-page-hero,
body.safe-subpage .safe-about-hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: clamp(360px, 42vh, 520px);
    padding: 0;
    overflow: hidden;
    background-color: #071018;
    background-position: center;
    background-size: cover;
    color: #fff;
    isolation: isolate;
}

body.safe-subpage.safe-subpage-academe .safe-page-hero {
    background-image: linear-gradient(90deg, rgba(4, 10, 16, .84) 0%, rgba(4, 10, 16, .6) 44%, rgba(4, 10, 16, .25) 100%), url("/assets/images/home-gallery/rookie-academy.png");
}

body.safe-subpage.safe-subpage-liberator .safe-page-hero {
    background-image: linear-gradient(90deg, rgba(4, 10, 16, .84) 0%, rgba(4, 10, 16, .58) 46%, rgba(4, 10, 16, .24) 100%), url("/assets/images/home-gallery/regulation-station.png");
}

body.safe-subpage.safe-subpage-technical .safe-page-hero {
    background-image: linear-gradient(90deg, rgba(4, 10, 16, .88) 0%, rgba(4, 10, 16, .64) 44%, rgba(4, 10, 16, .28) 100%), url("/assets/images/home-gallery/certification-support.png");
}

body.safe-subpage.safe-subpage-consulting .safe-page-hero {
    background-image: linear-gradient(90deg, rgba(4, 10, 16, .9) 0%, rgba(4, 10, 16, .67) 46%, rgba(4, 10, 16, .3) 100%), url("/assets/images/home-gallery/consulting-training.png");
}

body.safe-subpage.safe-subpage-about .safe-about-hero {
    min-height: clamp(430px, 52vh, 620px);
    background-image: linear-gradient(90deg, rgba(4, 10, 16, .86) 0%, rgba(4, 10, 16, .62) 48%, rgba(4, 10, 16, .28) 100%), url("/assets/images/home-gallery/hero.png");
    background-position: center;
}

body.safe-subpage .safe-page-hero::after,
body.safe-subpage .safe-about-hero::after {
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    content: "";
    border-radius: 0;
    background: linear-gradient(180deg, rgba(4, 10, 16, .08), rgba(4, 10, 16, .34));
    filter: none;
    pointer-events: none;
    z-index: 0;
}

body.safe-subpage .safe-page-hero > .container,
body.safe-subpage .safe-about-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: clamp(140px, 15vw, 220px) clamp(20px, 5vw, 76px) clamp(58px, 7vw, 96px);
    text-align: left;
}

body.safe-subpage .safe-about-hero-panel {
    max-width: 930px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.safe-subpage .safe-page-title,
body.safe-subpage .safe-about-title {
    max-width: 960px;
    margin: 0 0 18px;
    color: #fff !important;
    font-size: clamp(38px, 4.8vw, 68px);
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: 0;
    text-shadow: 0 16px 42px rgba(0, 0, 0, .32);
}

body.safe-subpage .safe-page-lead,
body.safe-subpage .safe-about-lead {
    max-width: 880px;
    margin: 0;
    color: rgba(255, 255, 255, .9) !important;
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.86;
    text-shadow: 0 10px 32px rgba(0, 0, 0, .28);
}

body.safe-subpage .safe-page-hero .safe-label,
body.safe-subpage .safe-page-hero .safe-breadcrumb,
body.safe-subpage .safe-about-kicker,
body.safe-subpage .safe-about-promo-label {
    display: block;
    margin-bottom: 14px;
    padding: 0;
    border: 0;
    color: rgba(255, 255, 255, .86) !important;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.4;
    text-transform: uppercase;
}

body.safe-subpage .safe-page-hero .safe-breadcrumb,
body.safe-subpage .safe-page-hero .safe-breadcrumb a {
    color: rgba(255, 255, 255, .82) !important;
}

body.safe-subpage .safe-about-promo-row {
    max-width: 880px;
    gap: 24px;
}

body.safe-subpage .safe-about-hero .safe-about-chip {
    border: 1px solid rgba(255, 255, 255, .24);
    color: rgba(255, 255, 255, .92) !important;
    background: rgba(255, 255, 255, .13);
}

body.safe-subpage .safe-page-content,
body.safe-subpage .safe-about-shell {
    padding: clamp(58px, 6vw, 90px) 0 clamp(78px, 8vw, 118px);
    background: linear-gradient(180deg, var(--safe-page-bg) 0%, #fafaf7 46%, var(--safe-page-bg-soft) 100%);
}

body.safe-subpage .safe-page-container,
body.safe-subpage .container.safe-page-container,
body.safe-subpage .safe-about-shell .safe-content-container {
    max-width: 1360px;
}

body.safe-subpage .safe-section-title,
body.safe-subpage .safe-title-30,
body.safe-subpage .safe-card h2,
body.safe-subpage .safe-card h3,
body.safe-subpage .safe-card h4,
body.safe-subpage .safe-about-section-copy h2,
body.safe-subpage .safe-about-positioning-card h3,
body.safe-subpage .safe-about-audience-card h3,
body.safe-subpage .safe-about-problem-card h3,
body.safe-subpage .safe-about-method-card h3,
body.safe-subpage .safe-about-flow-card h3,
body.safe-subpage .safe-about-value-card h3,
body.safe-subpage .safe-about-cta-card h3 {
    color: var(--safe-page-blue);
    letter-spacing: 0;
}

body.safe-subpage .safe-card p,
body.safe-subpage .safe-section-intro p,
body.safe-subpage .safe-text-note,
body.safe-subpage .safe-note,
body.safe-subpage .safe-meta,
body.safe-subpage .safe-list li,
body.safe-subpage .safe-about-section-copy p,
body.safe-subpage .safe-about-note,
body.safe-subpage .safe-about-positioning-card p,
body.safe-subpage .safe-about-activity p,
body.safe-subpage .safe-about-audience-card p,
body.safe-subpage .safe-about-problem-card p,
body.safe-subpage .safe-about-method-card p,
body.safe-subpage .safe-about-flow-card p,
body.safe-subpage .safe-about-value-card p,
body.safe-subpage .safe-about-cta-card p {
    color: var(--safe-page-muted);
}

body.safe-subpage .safe-card,
body.safe-subpage .safe-filter,
body.safe-subpage .safe-list-item,
body.safe-subpage .safe-academe-card,
body.safe-subpage .safe-academe-empty,
body.safe-subpage .safe-about-positioning-card,
body.safe-subpage .safe-about-audience-card,
body.safe-subpage .safe-about-problem-card,
body.safe-subpage .safe-about-method-card,
body.safe-subpage .safe-about-flow-card,
body.safe-subpage .safe-about-value-card,
body.safe-subpage .safe-about-cta-card,
body.safe-subpage .safe-about-stat-card {
    border: 1px solid var(--safe-page-line);
    border-radius: 12px;
    background: var(--safe-page-panel);
    box-shadow: 0 16px 36px rgba(31, 51, 71, .05);
}

body.safe-subpage .safe-card,
body.safe-subpage .safe-filter,
body.safe-subpage .safe-list-item {
    padding: 24px;
}

body.safe-subpage .safe-section-nav {
    gap: 10px;
}

body.safe-subpage .safe-section-nav-link,
body.safe-subpage .safe-chip,
body.safe-subpage .safe-academe-card-tags span,
body.safe-subpage .safe-about-tag,
body.safe-subpage .safe-about-section-index {
    border: 1px solid var(--safe-page-line);
    color: var(--safe-page-muted);
    background: var(--safe-page-card);
}

body.safe-subpage .safe-section-nav-link:hover,
body.safe-subpage .safe-section-nav-link:focus-visible,
body.safe-subpage .safe-section-nav-link.is-active {
    border-color: var(--safe-page-blue);
    color: #fff;
    background: var(--safe-page-blue);
}

body.safe-subpage .safe-academe-card-type,
body.safe-subpage .safe-academe-card-accent,
body.safe-subpage .safe-about-positioning-accent,
body.safe-subpage .safe-about-audience-accent,
body.safe-subpage .safe-about-problem-accent,
body.safe-subpage .safe-about-flow-accent,
body.safe-subpage .safe-about-value-accent,
body.safe-subpage .safe-about-cta-accent {
    background: var(--safe-page-blue);
}

body.safe-subpage .safe-input,
body.safe-subpage .safe-area,
body.safe-subpage select.safe-input {
    border: 1px solid var(--safe-page-line);
    border-radius: 8px;
    color: var(--safe-page-text);
    background: #fffefa;
    box-shadow: inset 0 1px 0 rgba(31, 51, 71, .03);
}

body.safe-subpage .safe-input:focus,
body.safe-subpage .safe-area:focus {
    border-color: var(--safe-page-accent);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(79, 104, 120, .12);
}

body.safe-subpage .safe-field-label,
body.safe-subpage .safe-form-label {
    color: var(--safe-page-blue);
    font-weight: 700;
}

body.safe-subpage details.safe-list-item summary {
    cursor: pointer;
    color: var(--safe-page-blue);
    font-weight: 700;
}

body.safe-subpage details.safe-list-item p {
    margin-bottom: 0;
    padding-top: 10px;
}

body.safe-subpage .button-style-two,
body.safe-subpage .button-style-three {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
}

body.safe-subpage .button-style-two {
    border: 1px solid var(--safe-page-blue);
    color: #fff;
    background: var(--safe-page-blue);
}

body.safe-subpage .button-style-three {
    border: 1px solid var(--safe-page-line);
    color: var(--safe-page-blue);
    background: transparent;
}

body.safe-subpage .button-style-two::after,
body.safe-subpage .button-style-three::after {
    display: none;
}

body.safe-subpage .button-style-two:hover,
body.safe-subpage .button-style-three:hover {
    border-color: var(--safe-page-blue);
    color: #fff;
    background: var(--safe-page-blue);
}

body.safe-subpage .safe-about-section-head::after {
    border-top-color: var(--safe-page-line);
}

body.safe-subpage .safe-about-spotlight,
body.safe-subpage .safe-about-positioning-grid,
body.safe-subpage .safe-about-audience-grid,
body.safe-subpage .safe-about-problems-grid,
body.safe-subpage .safe-about-method-grid,
body.safe-subpage .safe-about-flows-grid,
body.safe-subpage .safe-about-values-grid,
body.safe-subpage .safe-about-cta-grid {
    align-items: stretch;
}

body.safe-subpage .safe-academe-list-card {
    min-height: 180px;
}

body.safe-subpage .safe-academe-placeholder-card {
    pointer-events: none;
    background: linear-gradient(180deg, var(--safe-page-panel) 0%, var(--safe-page-card) 100%);
    box-shadow: none;
}

body.safe-subpage .safe-academe-placeholder-card .safe-academe-card-stage,
body.safe-subpage .safe-academe-placeholder-card .safe-academe-card-footer {
    color: var(--safe-page-muted);
}

body.safe-subpage .safe-academe-placeholder-card .safe-academe-card-footer i {
    display: none;
}

body.safe-subpage.safe-subpage-about .safe-about-shell {
    padding: clamp(64px, 7vw, 104px) 0 clamp(82px, 9vw, 128px);
    background:
        linear-gradient(180deg, #f7f7f4 0%, #fbfaf7 42%, #f2f4f1 100%);
}

body.safe-subpage.safe-subpage-about .safe-about-prose {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 clamp(2px, 1vw, 8px);
}

body.safe-subpage.safe-subpage-about .safe-about-prose-label {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--safe-page-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.4;
    text-transform: uppercase;
}

body.safe-subpage.safe-subpage-about .safe-about-prose h2 {
    max-width: 760px;
    margin: 0 0 28px;
    color: var(--safe-page-blue);
    font-size: clamp(32px, 3.2vw, 48px);
    line-height: 1.18;
    font-weight: 600;
    letter-spacing: 0;
}

body.safe-subpage.safe-subpage-about .safe-about-prose h3 {
    margin: clamp(42px, 5vw, 66px) 0 18px;
    padding-top: 28px;
    border-top: 1px solid var(--safe-page-line);
    color: var(--safe-page-blue);
    font-size: clamp(23px, 2.1vw, 31px);
    line-height: 1.32;
    font-weight: 600;
    letter-spacing: 0;
}

body.safe-subpage.safe-subpage-about .safe-about-prose p,
body.safe-subpage.safe-subpage-about .safe-about-prose li {
    color: #38424d;
    font-size: clamp(16px, 1.15vw, 18px);
    line-height: 2.08;
    letter-spacing: 0;
}

body.safe-subpage.safe-subpage-about .safe-about-prose p {
    margin: 0 0 18px;
}

body.safe-subpage.safe-subpage-about .safe-about-prose strong {
    color: var(--safe-page-blue);
    font-weight: 700;
}

body.safe-subpage.safe-subpage-about .safe-about-prose-list {
    display: grid;
    gap: 10px;
    margin: clamp(28px, 3vw, 38px) 0;
    padding: 0;
    list-style: none;
}

body.safe-subpage.safe-subpage-about .safe-about-prose-list li {
    position: relative;
    padding-left: 24px;
}

body.safe-subpage.safe-subpage-about .safe-about-prose-list li::before {
    position: absolute;
    top: .92em;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background: var(--safe-page-accent);
}

body.safe-subpage.safe-subpage-about .safe-about-prose-list-quiet {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid var(--safe-page-line);
}

body.safe-subpage.safe-subpage-about .safe-about-prose-coda {
    margin-top: clamp(44px, 5vw, 68px);
    padding-top: 28px;
    border-top: 1px solid var(--safe-page-line);
}

body.safe-subpage.safe-subpage-about .safe-about-prose-coda p {
    margin-bottom: 10px;
    color: var(--safe-page-blue);
    font-size: clamp(18px, 1.35vw, 21px);
    line-height: 1.86;
}

body.safe-subpage .main_footer.safe-footer-pad {
    background: #081118;
}

body.safe-subpage .main_footer {
    background: #081118;
}

@media (max-width: 991px) {
    body.safe-subpage .safe-nav-bar {
        position: relative;
        padding: 22px 0 18px;
        background: #071018;
    }

    body.safe-subpage .safe-nav-row {
        align-items: center;
    }

    body.safe-subpage .safe-nav {
        gap: 12px 16px;
    }

    body.safe-subpage .safe-nav a {
        font-size: 14px;
    }

    body.safe-subpage .safe-academe-hero,
    body.safe-subpage .safe-library-hero,
    body.safe-subpage .safe-support-hero,
    body.safe-subpage .safe-consult-hero,
    body.safe-subpage .safe-page-hero,
    body.safe-subpage .safe-about-hero {
        min-height: auto;
    }

    body.safe-subpage .safe-academe-hero-inner,
    body.safe-subpage .safe-library-hero-inner,
    body.safe-subpage .safe-support-hero-inner,
    body.safe-subpage .safe-consult-hero-inner,
    body.safe-subpage .safe-page-hero > .container,
    body.safe-subpage .safe-about-hero-inner {
        padding: 92px 20px 72px;
    }

    body.safe-subpage .safe-about-promo-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.safe-subpage .safe-nav-bar {
        padding: 13px 0 10px;
    }

    body.safe-subpage .safe-nav-bar .container {
        padding-left: 0;
        padding-right: 0;
    }

    body.safe-subpage .safe-nav-row {
        align-items: flex-start;
        justify-content: flex-start;
        gap: 10px;
    }

    body.safe-subpage .safe-nav-brand {
        width: 100%;
        padding: 0 16px;
    }

    body.safe-subpage .safe-nav-brand .safe-site-logo {
        height: 31px;
        max-height: 31px;
    }

    body.safe-subpage .safe-nav {
        width: 100%;
        flex: 0 0 auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 8px;
        min-height: 0;
        margin: 0;
        padding: 0 16px 4px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body.safe-subpage .safe-nav::-webkit-scrollbar {
        display: none;
    }

    body.safe-subpage .safe-nav > li {
        flex: 0 0 auto;
    }

    body.safe-subpage .safe-nav a {
        display: inline-flex;
        align-items: center;
        min-height: 34px;
        padding: 0 11px;
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: 999px;
        color: rgba(255, 255, 255, .78);
        font-size: 13px;
        line-height: 1.2;
        white-space: nowrap;
        background: rgba(255, 255, 255, .04);
    }

    body.safe-subpage .safe-nav a.active {
        border-color: rgba(255, 255, 255, .36);
        color: #fff;
        background: rgba(255, 255, 255, .12);
    }

    body.safe-subpage .safe-academe-hero-inner,
    body.safe-subpage .safe-library-hero-inner,
    body.safe-subpage .safe-support-hero-inner,
    body.safe-subpage .safe-consult-hero-inner,
    body.safe-subpage .safe-page-hero > .container,
    body.safe-subpage .safe-about-hero-inner {
        padding: 60px 16px 54px;
    }

    body.safe-subpage .safe-academe-title,
    body.safe-subpage .safe-library-title,
    body.safe-subpage .safe-support-title,
    body.safe-subpage .safe-consult-title,
    body.safe-subpage .safe-page-title,
    body.safe-subpage .safe-about-title {
        font-size: 38px;
        line-height: 1.12;
    }

    body.safe-subpage .safe-academe-lead,
    body.safe-subpage .safe-library-lead,
    body.safe-subpage .safe-support-lead,
    body.safe-subpage .safe-consult-lead,
    body.safe-subpage .safe-page-lead,
    body.safe-subpage .safe-about-lead {
        font-size: 16px;
        line-height: 1.72;
    }

    body.safe-subpage .safe-academe-shell,
    body.safe-subpage .safe-library-shell,
    body.safe-subpage .safe-support-shell,
    body.safe-subpage .safe-consult-shell,
    body.safe-subpage .safe-page-content,
    body.safe-subpage .safe-about-shell {
        padding-top: 46px;
        padding-bottom: 56px;
    }

    body.safe-subpage .container.safe-content-container,
    body.safe-subpage .safe-page-container,
    body.safe-subpage .container.safe-page-container,
    body.safe-subpage .safe-about-shell .safe-content-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    body.safe-subpage .safe-academe-section-head,
    body.safe-subpage .safe-library-section-head,
    body.safe-subpage .safe-support-section-head,
    body.safe-subpage .safe-consult-section-head {
        gap: 10px;
        margin-bottom: 20px;
    }

    body.safe-subpage .safe-academe-section-copy h2,
    body.safe-subpage .safe-library-section-copy h2,
    body.safe-subpage .safe-support-section-copy h2,
    body.safe-subpage .safe-consult-section-copy h2,
    body.safe-subpage .safe-minimal-heading h2,
    body.safe-subpage .safe-minimal-statement h2,
    body.safe-subpage .safe-card h2,
    body.safe-subpage .safe-card h3 {
        font-size: 26px;
        line-height: 1.22;
    }

    body.safe-subpage .safe-section-nav {
        flex-wrap: nowrap;
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 16px 4px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body.safe-subpage .safe-section-nav::-webkit-scrollbar {
        display: none;
    }

    body.safe-subpage .safe-section-nav-link {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    body.safe-subpage .safe-card,
    body.safe-subpage .safe-filter,
    body.safe-subpage .safe-list-item,
    body.safe-subpage .safe-academe-card,
    body.safe-subpage .safe-academe-path-card,
    body.safe-subpage .safe-academe-feature-card,
    body.safe-subpage .safe-library-index-card,
    body.safe-subpage .safe-library-browser-card,
    body.safe-subpage .safe-support-card,
    body.safe-subpage .safe-consult-card,
    body.safe-subpage .safe-minimal-card,
    body.safe-subpage .safe-minimal-stage-item,
    body.safe-subpage .safe-minimal-material-card,
    body.safe-subpage .safe-minimal-statement {
        border-radius: 10px;
        box-shadow: 0 10px 24px rgba(31, 51, 71, .045);
    }

    body.safe-subpage .safe-minimal-card,
    body.safe-subpage .safe-minimal-stage-item,
    body.safe-subpage .safe-minimal-material-card,
    body.safe-subpage .safe-minimal-statement {
        padding: 18px;
    }

    body.safe-subpage .safe-minimal-tags,
    body.safe-subpage .safe-minimal-fields,
    body.safe-subpage .safe-minimal-hero-tags {
        gap: 7px;
    }

    body.safe-subpage .safe-minimal-tags span,
    body.safe-subpage .safe-minimal-fields span,
    body.safe-subpage .safe-minimal-hero-tags span,
    body.safe-subpage .safe-support-chip,
    body.safe-subpage .safe-consult-chip {
        min-height: 30px;
        padding: 6px 9px;
        font-size: 12px;
        line-height: 1.35;
    }

    body.safe-subpage .safe-minimal-action,
    body.safe-subpage .safe-action-button,
    body.safe-subpage .safe-support-action-button,
    body.safe-subpage .safe-consult-action-button {
        width: 100%;
        min-height: 46px;
    }

    body.safe-subpage .main_footer.safe-footer-pad,
    body.safe-subpage .main_footer {
        padding-top: 48px;
    }
}

@media (max-width: 575px) {
    body.safe-subpage .safe-academe-title,
    body.safe-subpage .safe-library-title,
    body.safe-subpage .safe-support-title,
    body.safe-subpage .safe-consult-title {
        font-size: 34px;
        line-height: 1.12;
    }

    body.safe-subpage .safe-library-search {
        grid-template-columns: 1fr;
    }

    body.safe-subpage .safe-page-title,
    body.safe-subpage .safe-about-title {
        font-size: 34px;
        line-height: 1.14;
    }

    body.safe-subpage.safe-subpage-about .safe-about-hero-inner {
        padding: 54px 20px 50px;
    }

    body.safe-subpage.safe-subpage-about .safe-about-title {
        font-size: 32px;
        line-height: 1.14;
    }

    body.safe-subpage.safe-subpage-about .safe-about-lead {
        font-size: 16px;
        line-height: 1.7;
    }

    body.safe-subpage.safe-subpage-about .safe-about-promo-row {
        gap: 16px;
        margin-top: 20px;
    }

    body.safe-subpage.safe-subpage-about .safe-about-hero .safe-about-chip {
        padding: 7px 10px;
        font-size: 12px;
    }

    body.safe-subpage .safe-card,
    body.safe-subpage .safe-filter,
    body.safe-subpage .safe-list-item {
        padding: 18px;
    }
}
