:root {
    --bg: #f8f8f6;
    --surface: #082957;
    --ink: #101820;
    --muted: #64707c;
    --line: #dde3e7;
    --accent: #2fa4ff;
    --accent-dark: #03192b;
    --panel: #001225;
    --panel-soft: #071f3f;
    --gold: #d8a23a;
    --site-gutter: clamp(20px, 5vw, 72px);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--ink);
    background: #001326;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 104px;
    padding: 34px clamp(36px, 5vw, 64px);
    background: #000915;
    border-bottom: 0;
    color: #fff;
}

.brand {
    flex: 0 0 auto;
}

.brand img {
    width: min(300px, 44vw);
    height: auto;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #fff;
    font-family: "Jost", Arial, sans-serif;
    font-size: 12.5px;
    font-weight: 700;
}

.site-nav a {
    white-space: nowrap;
}

.site-nav a:hover,
.text-link:hover,
.site-footer a:hover {
    color: var(--accent);
}

.nav-toggle {
    display: none;
    border: 1px solid var(--line);
    background: #ffffff;
    color: var(--ink);
    padding: 10px 14px;
    font: inherit;
    font-weight: 700;
}

.page-hero {
    min-height: 330px;
    display: grid;
    align-items: center;
    justify-items: center;
    padding: 110px clamp(20px, 7vw, 104px) 55px;
    background: #082346;
    color: #fff;
    text-align: center;
}

.legal-hero {
    min-height: 260px;
}

.home-hero > div,
.page-hero > * {
    max-width: 760px;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--gold);
    font-family: "Inder", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    margin: 0 0 16px;
    line-height: 1.12;
    font-family: "Roboto Slab", Georgia, serif;
}

h1 {
    font-size: clamp(42px, 6vw, 76px);
    max-width: 820px;
}

h2 {
    font-size: clamp(28px, 3vw, 44px);
}

h3 {
    font-size: 22px;
}

.lead {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(18px, 2vw, 23px);
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border: 0;
    border-radius: 4px;
    background: var(--accent);
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.button.secondary {
    background: var(--accent-dark);
}

.content-section {
    padding: clamp(56px, 8vw, 104px) clamp(20px, 7vw, 104px);
}

.template-standard,
.template-contact,
.template-legal,
.template-leadership {
    background: #001326;
    color: #fff;
}

.template-standard .content-section,
.template-contact .content-section,
.template-legal .content-section {
    background: #001326;
    color: #fff;
}

.template-standard .page-hero h1,
.template-contact .page-hero h1,
.template-legal .page-hero h1,
.template-leadership .page-hero h1 {
    color: #83c8ee;
    font-family: "Jost", Arial, sans-serif;
    font-size: clamp(48px, 7vw, 76px);
    font-weight: 700;
}

.template-leadership .content-section {
    padding-top: 52px;
    padding-bottom: 150px;
    background: #001326;
}

.template-leadership .team-grid {
    max-width: 1240px;
    margin: 0 auto;
    gap: 34px 70px;
}

.template-leadership .team-card {
    min-height: 410px;
    padding: 0 0 26px;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.template-leadership .team-card img {
    width: min(350px, 100%);
    margin: 0 auto -22px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
}

.template-leadership .team-card h2 {
    position: relative;
    width: min(335px, 100%);
    margin: 0 auto;
    padding: 21px 18px 4px;
    border-radius: 7px 7px 0 0;
    background: #082957;
    color: #fff;
    font-family: "Jost", Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    box-shadow: 0 9px 10px rgba(0, 0, 0, 0.48);
}

.template-leadership .team-card p,
.template-leadership .team-card a {
    display: block;
    width: min(335px, 100%);
    margin: 0 auto;
    padding: 0 18px 18px;
    background: #082957;
    color: #fff;
    font-family: "Jost", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.3;
}

.template-leadership .team-card p + p,
.template-leadership .team-card a {
    display: none;
}

.template-leadership .team-card:not(:has(img)) {
    display: flex;
    min-height: 340px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    grid-column: 2;
    align-self: center;
    margin-top: 36px;
    border: 1px solid #0d5799;
    border-radius: 46px;
    background: #001326;
}

.template-leadership .team-card:not(:has(img)) h2,
.template-leadership .team-card:not(:has(img)) p,
.template-leadership .team-card:not(:has(img)) a {
    background: transparent;
    box-shadow: none;
}

.template-leadership .team-card:nth-child(1) { order: 1; }
.template-leadership .team-card:nth-child(4) { order: 2; }
.template-leadership .team-card:nth-child(7) { order: 3; }
.template-leadership .team-card:nth-child(2) { order: 4; }
.template-leadership .team-card:nth-child(5) { order: 5; }
.template-leadership .team-card:nth-child(8) { order: 6; }
.template-leadership .team-card:nth-child(3) { order: 7; }
.template-leadership .team-card:nth-child(6) { order: 8; }
.template-leadership .team-card:nth-child(9) { order: 9; }
.template-leadership .team-card:nth-child(10) { order: 10; }

.feature-page-hero {
    display: grid;
    min-height: 640px;
    place-items: center;
    align-content: center;
    gap: 28px;
    padding: 100px 20px 120px;
    background: #082346;
    color: #fff;
    text-align: center;
}

.feature-page-hero .hero-badge {
    display: inline-flex;
    min-width: 154px;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-family: "Jost", Arial, sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
}

.feature-page-hero h1 {
    max-width: 760px;
    margin: 0 auto;
    color: #45a9f7;
    font-family: "Jost", Arial, sans-serif;
    font-size: clamp(58px, 7.3vw, 88px);
    font-weight: 700;
    line-height: 1.25;
}

.feature-page-hero p {
    max-width: 820px;
    margin: 0 auto;
    font-family: "Jost", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
}

.core-layout,
.systems-section,
.portal-panels,
.pwa-section,
.press-page {
    position: relative;
    background: #001326;
    color: #fff;
}

.core-layout {
    padding: 0 10px 58px;
}

.translate-chip.in-content {
    left: 20px;
    top: 16px;
    bottom: auto;
}

.core-top,
.portal-panels {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

.core-panel,
.portal-panel,
.core-copy-panel {
    background: #082346;
}

.core-panel {
    min-height: 180px;
    padding: 45px 38px;
}

.core-panel-large h2 {
    color: #2fa4ff;
    font-family: "Jost", Arial, sans-serif;
    font-size: clamp(44px, 5vw, 56px);
    font-weight: 700;
}

.core-panel h3,
.portal-panel h2 {
    color: #fff;
    font-family: "Jost", Arial, sans-serif;
    font-size: 31px;
    font-weight: 500;
}

.core-panel p,
.core-copy-panel p,
.portal-panel p,
.pwa-section p,
.press-page p {
    font-family: "Jost", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.65;
}

.core-copy-panel {
    margin-top: 20px;
    padding: 44px 38px;
}

.systems-section {
    padding: 70px 10px 160px;
}

.systems-section h2,
.pwa-section h2 {
    margin: 0 0 46px;
    color: #2fa4ff;
    font-family: "Jost", Arial, sans-serif;
    font-size: clamp(42px, 5vw, 55px);
    font-weight: 700;
}

.systems-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.systems-grid article {
    min-height: 235px;
    padding: 36px;
    border: 1px solid #0d5799;
    border-radius: 10px;
    background: #082346;
}

.systems-grid span {
    display: inline-grid;
    width: 60px;
    height: 60px;
    place-items: center;
    margin-bottom: 26px;
    border-radius: 50%;
    background: #2fa4ff;
    color: #fff;
    font-weight: 800;
}

.systems-grid h3 {
    color: #fff;
    font-family: "Jost", Arial, sans-serif;
    font-size: 27px;
}

.systems-grid p {
    font-family: "Jost", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
}

.portal-hero {
    min-height: 670px;
}

.portal-hero h1 {
    max-width: 980px;
    font-size: clamp(64px, 7.4vw, 94px);
}

.portal-button {
    display: inline-flex;
    min-width: 275px;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    border: 2px solid #2fa4ff;
    border-radius: 999px;
    background: #35b7ff;
    color: #fff;
    font-family: "Jost", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 0 18px rgba(47, 164, 255, 0.7);
}

.portal-outline {
    background: rgba(0, 0, 0, 0.2);
}

.portal-actions {
    display: flex;
    gap: 42px;
}

.portal-panels {
    padding: 0 10px 54px;
}

.portal-panel {
    min-height: 156px;
    padding: 42px 48px;
}

.portal-main p {
    max-width: 850px;
}

.pwa-section {
    padding: 0 10px 170px;
}

.pwa-section p {
    margin: 0 0 34px;
}

.press-page {
    padding: 190px 0 170px;
}

.press-page h1 {
    max-width: 760px;
    margin: 0 0 54px;
    color: #2f93df;
    font-family: "Jost", Arial, sans-serif;
    font-size: clamp(48px, 7vw, 78px);
    font-weight: 700;
    line-height: 1.28;
}

.press-page p {
    max-width: 1230px;
    margin: 0 0 34px;
}

.press-band {
    margin: 48px 0 62px;
    padding: 44px 40px;
    background: #082346;
}

.press-page h2 {
    margin: 0 0 48px;
    color: #2fa4ff;
    font-family: "Jost", Arial, sans-serif;
    font-size: clamp(44px, 5vw, 58px);
}

.about-page,
.contact-page {
    display: grid;
    min-height: 690px;
    align-items: center;
    gap: 70px;
    padding: 165px 10px 150px;
    background: #001326;
    color: #fff;
}

.about-page {
    grid-template-columns: minmax(0, 1.85fr) minmax(320px, 0.95fr);
}

.about-copy,
.contact-copy {
    max-width: 800px;
}

.about-copy .hero-badge {
    display: inline-flex;
    min-width: 118px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 46px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
}

.about-copy h1,
.contact-copy h1 {
    margin-bottom: 30px;
    color: #9ed3ef;
    font-family: "Jost", Arial, sans-serif;
    font-size: clamp(58px, 7vw, 82px);
    font-weight: 600;
    line-height: 1.15;
}

.about-copy p,
.about-focus p,
.contact-copy p,
.contact-message-form p {
    font-family: "Jost", Arial, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.65;
}

.about-focus {
    align-self: center;
    min-height: 185px;
    padding: 42px;
    background: #082346;
}

.about-focus h2,
.contact-message-form h2 {
    color: #fff;
    font-family: "Jost", Arial, sans-serif;
    font-size: 34px;
    font-weight: 600;
}

.contact-page {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.95fr);
}

.contact-kicker {
    color: #fff;
    font-family: "Inder", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.contact-message-form {
    display: grid;
    gap: 14px;
}

.contact-message-form h2 {
    margin-bottom: 14px;
}

.contact-message-form p {
    margin: 0 0 14px;
}

.name-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.contact-message-form input,
.contact-message-form textarea {
    width: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 15px 18px;
    color: #fff;
    background: transparent;
    font: 700 18px "Jost", Arial, sans-serif;
}

.contact-message-form input::placeholder,
.contact-message-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.56);
}

.contact-message-form button {
    min-height: 46px;
    border: 0;
    border-radius: 4px;
    background: #35a9f6;
    color: #fff;
    font: 700 18px "Jost", Arial, sans-serif;
    cursor: pointer;
}

@media (max-width: 1040px) {
    .about-page,
    .contact-page {
        grid-template-columns: 1fr;
    }

    .name-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1040px) {
    .core-top,
    .portal-panels,
    .systems-grid {
        grid-template-columns: 1fr;
    }

    .portal-actions {
        flex-direction: column;
    }
}

.template-standard .lead,
.template-contact .lead,
.template-legal .lead {
    color: #fff;
}

.intro-copy,
.legal-content .rich-text,
.content-section > .rich-text {
    max-width: 980px;
}

.rich-text p {
    margin: 0 0 18px;
}

.rich-text h2 {
    margin-top: 34px;
    color: #2fa4ff;
    font-family: "Jost", Arial, sans-serif;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 700;
}

.rich-text h3 {
    margin-top: 26px;
    color: #fff;
    font-family: "Jost", Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.rich-text ul {
    margin: 0 0 18px;
    padding-left: 24px;
}

.block-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 40px;
}

.standard-content {
    max-width: none;
    padding: 54px 14px 135px;
}

.standard-content > .rich-text {
    max-width: 1260px;
    margin: 0 auto;
    color: #fff;
    font-family: "Jost", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.accordion-list {
    display: grid;
    gap: 20px;
    max-width: 1260px;
    margin: 56px auto 0;
}

.accordion-list details {
    background: #000915;
    color: #fff;
}

.accordion-list summary {
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    border: 1px solid transparent;
    cursor: pointer;
    font-family: "Jost", Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.accordion-list details[open] summary {
    border-color: #2fa4ff;
    background: #082957;
}

.accordion-list .rich-text,
.accordion-list .text-link {
    display: block;
    padding: 22px;
}

.content-card,
.team-card,
.contact-form {
    background: #071f3f;
    border: 1px solid #0d5799;
    border-radius: 8px;
    padding: 28px;
    box-shadow: none;
    color: #fff;
}

.content-card h2 {
    font-size: 26px;
}

.text-link {
    display: inline-flex;
    margin-top: 12px;
    color: var(--accent-dark);
    font-weight: 800;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.team-card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 18px;
}

.team-card h2,
.team-card h3 {
    font-family: "Jost", Arial, sans-serif;
    font-size: 24px;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
    gap: 44px;
    align-items: start;
}

.contact-form {
    display: grid;
    gap: 18px;
}

.contact-form label {
    display: grid;
    gap: 8px;
    color: #24323b;
    font-weight: 700;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #0d5799;
    border-radius: 4px;
    padding: 13px 14px;
    color: #fff;
    background: #001326;
    font: inherit;
    resize: vertical;
}

.messages {
    padding: 18px clamp(20px, 7vw, 104px) 0;
}

.message {
    margin: 0;
    padding: 12px 16px;
    background: #e9f6ef;
    border: 1px solid #b7dec9;
}

.message-error {
    background: #fff0ef;
    border-color: #efb2aa;
}

.site-footer {
    display: grid;
    grid-template-columns: 1.4fr 0.7fr 0.7fr;
    gap: 42px;
    padding: 56px clamp(20px, 7vw, 104px) 28px;
    color: #dce7ea;
    background: #071d38;
}

.site-footer img {
    width: 240px;
}

.site-footer h2,
.site-footer h3 {
    color: #fff;
    font-family: "Jost", Arial, sans-serif;
}

.site-footer a {
    display: block;
    margin: 8px 0;
    color: #dce7ea;
    font-size: 17px;
}

.social-links {
    display: flex;
    gap: 18px;
    margin-top: 22px;
}

.site-footer .social-links a {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    margin: 0;
    border-radius: 50%;
    background: #3e62a9;
    color: #fff;
    font: 800 19px Arial, sans-serif;
}

.site-footer .social-links a:nth-child(2) {
    background: #313235;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    grid-column: 1 / -1;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    color: #b8c8cd;
}

.legal-links {
    display: flex;
    gap: 22px;
    white-space: nowrap;
}

.legal-links a,
.legal-links span {
    margin: 0;
}

.scroll-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.scroll-top.is-visible {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 1040px) {
    .site-header {
        align-items: flex-start;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .site-nav {
        position: absolute;
        left: 20px;
        right: 20px;
        top: 76px;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        background: #061c39;
        border: 1px solid var(--line);
        box-shadow: 0 18px 40px rgba(16, 24, 32, 0.14);
    }

    .site-nav.is-open {
        display: flex;
    }

    .block-grid,
    .team-grid,
    .contact-layout,
    .site-footer {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    .site-header {
        min-height: 72px;
        padding: 14px 18px;
    }

    .home-hero,
    .page-hero {
        min-height: 420px;
        background:
            linear-gradient(115deg, rgba(9, 63, 73, 0.94), rgba(15, 107, 122, 0.76)),
            #0b3038;
    }

    .button-row {
        flex-direction: column;
        align-items: stretch;
    }
}

.template-home {
    background: #001326;
}

.home-landing {
    position: relative;
    display: grid;
    min-height: 420px;
    place-items: center;
    padding: 54px 20px 44px;
    color: #fff;
    background: #000915;
}

.hero-inner {
    width: min(940px, 100%);
    text-align: center;
}

.tiny-pill,
.pill-button,
.app-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-family: "Jost", Arial, sans-serif;
    font-weight: 800;
    line-height: 1;
}

.tiny-pill {
    min-width: 150px;
    min-height: 34px;
    padding: 7px 22px;
    border: 3px solid #1e9df4;
    color: #fff;
    font-size: 11px;
    box-shadow: 0 0 12px rgba(47, 164, 255, 0.45);
}

.hero-kicker,
.section-kicker {
    margin: 18px 0 18px;
    color: #b7c7d7;
    font-family: "Inder", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.home-landing h1 {
    max-width: 720px;
    margin: 0 auto 20px;
    color: #2fa4ff;
    font-family: "Jost", Arial, sans-serif;
    font-size: clamp(38px, 5.4vw, 66px);
    font-weight: 800;
    line-height: 1.08;
}

.hero-subtitle {
    max-width: 470px;
    margin: 0 auto;
    color: #fff;
    font-family: "Inder", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 150px;
    margin-top: 32px;
}

.pill-button {
    min-width: 110px;
    min-height: 34px;
    padding: 8px 20px;
    border: 2px solid #2fa4ff;
    color: #fff;
    background: transparent;
    font-size: 12px;
}

.pill-filled {
    color: #061526;
    background: #35b7ff;
    box-shadow: 0 0 14px rgba(53, 183, 255, 0.55);
}

.app-buttons {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 40px;
    margin: 42px auto 0;
}

.app-buttons a {
    min-height: 38px;
    border: 3px solid #168fe2;
    color: #fff;
    font-size: 12px;
}

.translate-chip {
    position: absolute;
    left: 8px;
    bottom: 10px;
    padding: 5px 8px;
    border-radius: 2px;
    background: #32aafc;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.process-section {
    padding: 28px clamp(24px, 5vw, 88px) 58px;
    color: #fff;
    background: #061c39;
}

.process-section h2 {
    margin: 0 0 28px;
    color: #2fa4ff;
    text-align: center;
    font-family: "Jost", Arial, sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    max-width: 1260px;
    margin: 0 auto;
}

.process-grid article {
    min-height: 154px;
    padding: 22px 20px;
    border-radius: 5px;
    background: #082957;
}

.process-grid span {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    margin-bottom: 16px;
    border-radius: 50%;
    background: #2fa4ff;
    color: #fff;
    font-weight: 800;
}

.process-grid h3,
.services-grid h3 {
    margin: 0 0 8px;
    color: #fff;
    font-family: "Jost", Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.15;
}

.process-grid p,
.dark-callout p,
.story-band p,
.services-grid p {
    margin: 0;
    font-family: "Inder", Arial, sans-serif;
    font-size: 14.5px;
    line-height: 1.65;
}

.dark-callout {
    margin: 0;
    padding: 72px min(8vw, 110px);
    color: #fff;
    text-align: center;
    background: #000915;
    border: 3px solid #0e6fb9;
    border-radius: 76px;
}

.dark-callout h2 {
    max-width: 620px;
    margin: 0 auto 24px;
    color: #2fa4ff;
    font-family: "Jost", Arial, sans-serif;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 800;
}

.dark-callout > p:not(.section-kicker) {
    max-width: 560px;
    margin: 0 auto 26px;
}

.dark-callout .small-copy {
    max-width: 840px;
    margin-top: 38px;
    font-size: 12px;
    font-weight: 700;
}

.customer-callout,
.driver-callout {
    transform: translateY(-1px);
}

.story-band {
    padding: 116px clamp(28px, 6vw, 104px) 82px;
    color: #fff;
    background: #061c39;
}

.story-band h2 {
    max-width: 1260px;
    margin-bottom: 38px;
    color: #2fa4ff;
    font-family: "Jost", Arial, sans-serif;
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 800;
}

.story-band p {
    max-width: 1320px;
    margin-bottom: 24px;
    font-weight: 700;
}

.services-band {
    padding: 72px clamp(24px, 5vw, 88px) 94px;
    background: #061c39;
    color: #fff;
}

.services-band h2 {
    margin: 0 0 28px;
    color: #83c8ee;
    text-align: center;
    font-family: "Jost", Arial, sans-serif;
    font-size: clamp(32px, 5vw, 55px);
    font-weight: 800;
}

.services-intro {
    max-width: 640px;
    margin: 22px auto 54px;
    color: #fff;
    font-family: "Inder", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 1260px;
    margin: 0 auto;
}

.services-grid article {
    min-height: 190px;
    padding: 24px 28px;
    border: 1px solid #0d5799;
    border-radius: 22px;
    background: #071f3f;
    color: #fff;
    box-shadow: none;
}

.services-grid span {
    display: inline-grid;
    width: 36px;
    height: 36px;
    place-items: center;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 800;
}

.service-link {
    display: grid;
    place-items: center;
    text-align: center;
}

.service-link a {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 800;
}

.driver-callout .hero-actions {
    gap: 20px;
    margin-top: 24px;
    margin-bottom: 26px;
}

.leadership-section {
    padding: 88px clamp(24px, 5vw, 88px) 100px;
    background: #061c39;
    color: #fff;
    text-align: center;
}

.leadership-section h2 {
    max-width: 880px;
    margin: 0 auto 14px;
    color: #83c8ee;
    font-family: "Jost", Arial, sans-serif;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 800;
}

.leadership-section h2::after {
    content: "Saber Tech Executive Team";
    display: block;
    margin-top: 24px;
    color: #fff;
    font-family: "Inder", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.leadership-section .team-grid {
    max-width: 1180px;
    margin: 62px auto 46px;
}

.leadership-section .team-card {
    position: relative;
    min-height: 350px;
    padding: 0 22px 26px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.leadership-section .team-card img {
    display: block;
    width: min(315px, 100%);
    margin: 0 auto -34px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
}

.leadership-section .team-card h3 {
    position: relative;
    z-index: 1;
    width: min(330px, 100%);
    margin: 0 auto;
    padding: 20px 16px 4px;
    border-radius: 5px 5px 0 0;
    background: #082957;
    color: #fff;
    font-family: "Jost", Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    box-shadow: 0 9px 10px rgba(0, 0, 0, 0.45);
}

.leadership-section .team-card p {
    width: min(330px, 100%);
    margin: 0 auto;
    padding: 0 16px 20px;
    background: #082957;
    color: #fff;
    font-family: "Jost", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.3;
}

.leadership-section .team-card p + p,
.leadership-section .team-card a {
    display: none;
}

.leadership-more {
    min-width: 94px;
    color: #fff;
}

@media (min-width: 1280px) {
    .home-landing {
        padding-left: var(--site-gutter);
        padding-right: var(--site-gutter);
    }
}

@media (max-width: 1040px) {
    .site-nav {
        color: #fff;
        font-size: 14px;
    }

    .hero-actions {
        gap: 28px;
    }

    .app-buttons,
    .process-grid,
    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .leadership-section h2 {
        margin-bottom: 80px;
    }
}

@media (max-width: 680px) {
    .brand img {
        width: 140px;
    }

    .home-landing {
        min-height: 560px;
        padding-top: 46px;
    }

    .hero-actions,
    .app-buttons {
        display: flex;
        flex-direction: column;
        gap: 16px;
        max-width: 270px;
    }

    .process-grid,
    .services-grid {
        grid-template-columns: 1fr;
    }

    .dark-callout {
        border-radius: 42px;
        padding: 56px 22px;
    }

    .template-leadership .content-section,
    .leadership-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .template-leadership .team-grid,
    .leadership-section .team-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .template-leadership .team-card,
    .leadership-section .team-card {
        min-height: 0;
    }

    .template-leadership .team-card img,
    .leadership-section .team-card img {
        width: min(280px, 92vw);
        margin-bottom: -14px;
    }

    .template-leadership .team-card h2,
    .template-leadership .team-card p,
    .template-leadership .team-card a,
    .leadership-section .team-card h3,
    .leadership-section .team-card p,
    .leadership-section .team-card a {
        width: min(245px, 82vw);
    }

    .template-leadership .team-card:not(:has(img)) {
        grid-column: auto;
        min-height: 260px;
        width: min(260px, 88vw);
        margin: 10px auto;
    }

    .template-leadership .team-card:nth-child(1) { order: 1; }
    .template-leadership .team-card:nth-child(2) { order: 2; }
    .template-leadership .team-card:nth-child(3) { order: 3; }
    .template-leadership .team-card:nth-child(4) { order: 4; }
    .template-leadership .team-card:nth-child(5) { order: 5; }
    .template-leadership .team-card:nth-child(6) { order: 6; }
    .template-leadership .team-card:nth-child(10) { order: 7; }
    .template-leadership .team-card:nth-child(7) { order: 8; }
    .template-leadership .team-card:nth-child(8) { order: 9; }
    .template-leadership .team-card:nth-child(9) { order: 10; }
}

@media (min-width: 1100px) {
    :root {
        --site-gutter: 16.666vw;
    }

    .brand {
        display: flex;
        flex-basis: calc(var(--site-gutter) * 2);
        justify-content: center;
        margin-left: calc(var(--site-gutter) * -1);
    }

    .site-nav {
        justify-content: flex-end;
    }
}

/* Central content lane: desktop pages are treated as six columns, with content in columns 2-5. */
.site-header,
.site-footer,
.messages,
.page-hero,
.feature-page-hero,
.home-landing,
.content-section,
.core-layout,
.systems-section,
.portal-panels,
.pwa-section,
.press-page,
.about-page,
.contact-page,
.process-section,
.story-band,
.services-band,
.leadership-section {
    padding-left: var(--site-gutter);
    padding-right: var(--site-gutter);
}

.dark-callout {
    margin-left: var(--site-gutter);
    margin-right: var(--site-gutter);
}

.hero-inner,
.feature-page-hero h1,
.feature-page-hero p,
.core-top,
.core-copy-panel,
.systems-grid,
.portal-main p,
.press-page p,
.press-page h1,
.standard-content > .rich-text,
.accordion-list,
.process-grid,
.story-band h2,
.story-band p,
.services-grid,
.leadership-section .team-grid,
.template-leadership .team-grid {
    max-width: none;
    width: 100%;
}
