
:root {
    --sa-navy: #071c3a;
    --sa-navy-2: #0d274e;
    --sa-navy-3: #12345f;
    --sa-gold: #c99a2b;
    --sa-gold-light: #e1b74b;
    --sa-white: #ffffff;
    --sa-soft: #f4f6f8;
    --sa-soft-blue: #eef3f8;
    --sa-text: #233044;
    --sa-muted: #667085;
    --sa-border: #dfe5ec;
    --sa-success: #147d64;
    --sa-error: #b42318;
    --sa-shadow-sm: 0 8px 24px rgba(7, 28, 58, .08);
    --sa-shadow: 0 22px 55px rgba(7, 28, 58, .14);
    --sa-radius-sm: 12px;
    --sa-radius: 22px;
    --sa-radius-lg: 34px;
    --sa-container: 1180px;
    --sa-font: "Montserrat", Arial, Helvetica, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 118px;
}

body {
    margin: 0;
    background: var(--sa-white);
    color: var(--sa-text);
    font-family: var(--sa-font);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.nav-open {
    overflow: hidden;
}

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

picture {
    display: block;
}

svg {
    display: block;
    width: 1.35em;
    height: 1.35em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
p {
    margin-top: 0;
}

h1,
h2,
h3,
h4 {
    color: var(--sa-navy);
    font-weight: 750;
    letter-spacing: -.035em;
    line-height: 1.12;
}

h1 {
    font-size: clamp(2.45rem, 5vw, 4.75rem);
}

h2 {
    font-size: clamp(2rem, 3.7vw, 3.35rem);
}

h3 {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
}

p {
    color: var(--sa-muted);
}

ul,
ol {
    margin-top: 0;
}

.container {
    width: min(calc(100% - 40px), var(--sa-container));
    margin-inline: auto;
}

.content-narrow {
    max-width: 820px;
}

.section {
    position: relative;
    padding: clamp(72px, 8vw, 118px) 0;
}

.section--soft {
    background:
        radial-gradient(circle at 15% 10%, rgba(201, 154, 43, .10), transparent 26rem),
        var(--sa-soft);
}

.section--navy,
.section--contact {
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 5%, rgba(201, 154, 43, .18), transparent 28rem),
        linear-gradient(135deg, var(--sa-navy), #041329);
    color: var(--sa-white);
}

.section--navy h2,
.section--navy h3,
.section--navy p,
.section--contact h2,
.section--contact h3,
.section--contact p {
    color: var(--sa-white);
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: fixed;
    z-index: 9999;
    top: 12px;
    left: 12px;
    transform: translateY(-150%);
    padding: 10px 14px;
    border-radius: 8px;
    background: var(--sa-gold);
    color: var(--sa-navy);
    font-weight: 700;
}

.skip-link:focus {
    transform: translateY(0);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--sa-gold);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 34px;
    height: 2px;
    background: currentColor;
    content: "";
}

.eyebrow--light {
    color: var(--sa-gold-light);
}

.rounded-image {
    width: 100%;
    border-radius: var(--sa-radius-lg);
    box-shadow: var(--sa-shadow);
    object-fit: cover;
}

/* Utility bar */
.utility-bar {
    background: #04132a;
    color: rgba(255, 255, 255, .84);
    font-size: .78rem;
}

.utility-bar__inner {
    min-height: 39px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.utility-bar__contacts,
.utility-bar__social {
    display: flex;
    align-items: center;
    gap: 22px;
}

.utility-bar a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: color .2s ease;
}

.utility-bar a:hover,
.utility-bar a:focus-visible {
    color: var(--sa-gold-light);
}

.utility-bar svg {
    width: 16px;
    height: 16px;
}

/* Header */
.site-header {
    position: sticky;
    z-index: 120;
    top: 0;
    background: rgba(7, 28, 58, .97);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(14px);
}

.header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    text-decoration: none;
}

.header-logo {
    width: 230px;
    max-height: 64px;
    object-fit: contain;
    object-position: left center;
}

.primary-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.menu,
.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.primary-nav .menu {
    display: flex;
    align-items: center;
    gap: 24px;
}

.primary-nav .menu a {
    position: relative;
    color: rgba(255, 255, 255, .88);
    font-size: .88rem;
    font-weight: 600;
    text-decoration: none;
}

.primary-nav .menu a::after {
    position: absolute;
    right: 0;
    bottom: -9px;
    left: 0;
    height: 2px;
    background: var(--sa-gold);
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .22s ease;
}

.primary-nav .menu a:hover::after,
.primary-nav .menu a:focus-visible::after,
.primary-nav .current-menu-item > a::after {
    transform: scaleX(1);
    transform-origin: left;
}

.primary-nav .current-menu-item > a {
    color: var(--sa-white);
}

.nav-toggle {
    display: none;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 14px;
    background: transparent;
    color: var(--sa-white);
    cursor: pointer;
}

.nav-toggle svg {
    width: 25px;
    height: 25px;
}

.nav-toggle__close {
    display: none;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__open {
    display: none;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__close {
    display: block;
}

/* Buttons and links */
.button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: .93rem;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-2px);
}

.button--small {
    min-height: 43px;
    padding: 10px 17px;
    border-radius: 12px;
    font-size: .82rem;
}

.button--gold {
    background: linear-gradient(135deg, var(--sa-gold-light), var(--sa-gold));
    box-shadow: 0 12px 28px rgba(201, 154, 43, .22);
    color: var(--sa-navy);
}

.button--gold:hover,
.button--gold:focus-visible {
    box-shadow: 0 16px 32px rgba(201, 154, 43, .3);
}

.button--navy {
    background: var(--sa-navy);
    color: var(--sa-white);
}

.button--outline-light {
    border-color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .05);
    color: var(--sa-white);
}

.button--outline-light:hover,
.button--outline-light:focus-visible {
    background: rgba(255, 255, 255, .12);
}

.button--wide {
    width: 100%;
}

.button-icon {
    width: 18px;
    height: 18px;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--sa-navy);
    font-weight: 750;
    text-decoration: none;
}

.text-link:hover,
.text-link:focus-visible {
    color: var(--sa-gold);
}

/* Hero */
.hero {
    position: relative;
    overflow: hidden;
    padding: clamp(58px, 7vw, 102px) 0 clamp(76px, 8vw, 120px);
    background:
        radial-gradient(circle at 80% 5%, rgba(201, 154, 43, .22), transparent 30rem),
        linear-gradient(135deg, #05152e, var(--sa-navy));
    color: var(--sa-white);
}

.hero::after {
    position: absolute;
    right: -10%;
    bottom: -300px;
    width: 760px;
    height: 500px;
    border: 2px solid rgba(201, 154, 43, .2);
    border-radius: 50%;
    content: "";
    transform: rotate(-10deg);
}

.hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
    align-items: center;
    gap: clamp(44px, 6vw, 84px);
}

.hero h1 {
    max-width: 760px;
    margin-bottom: 24px;
    color: var(--sa-white);
}

.hero h1::first-line {
    color: var(--sa-white);
}

.hero__lead {
    max-width: 680px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(1.04rem, 1.7vw, 1.22rem);
}

.hero__actions,
.page-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.hero__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 26px;
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
}

.hero__benefits li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .82);
    font-size: .82rem;
    font-weight: 600;
}

.hero__benefits svg {
    width: 18px;
    height: 18px;
    color: var(--sa-gold-light);
}

.hero__visual {
    position: relative;
    padding: 24px 0 24px 24px;
}

.hero__image {
    position: relative;
    overflow: hidden;
    min-height: 550px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 44px 12px 44px 12px;
    box-shadow: 0 32px 75px rgba(0, 0, 0, .35);
}

.hero__image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(7, 28, 58, .32));
    content: "";
}

.hero__image picture,
.hero__image img {
    width: 100%;
    height: 100%;
}

.hero-photo {
    min-height: 550px;
    object-fit: cover;
    object-position: center;
}

.hero-card {
    position: absolute;
    z-index: 2;
    display: flex;
    max-width: 280px;
    align-items: center;
    gap: 13px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--sa-shadow);
    color: var(--sa-navy);
}

.hero-card svg {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    padding: 7px;
    border-radius: 12px;
    background: var(--sa-navy);
    color: var(--sa-gold-light);
}

.hero-card span {
    display: grid;
    gap: 2px;
}

.hero-card strong {
    font-size: .83rem;
}

.hero-card small {
    color: var(--sa-muted);
    font-size: .69rem;
    line-height: 1.35;
}

.hero-card--top {
    top: -8px;
    right: -24px;
}

.hero-card--bottom {
    bottom: -6px;
    left: -28px;
}

/* Audience */
.audience-strip {
    padding: 27px 0;
    border-bottom: 1px solid var(--sa-border);
    background: var(--sa-white);
}

.audience-strip .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.audience-strip p {
    margin: 0;
    color: var(--sa-navy);
    font-size: .82rem;
    font-weight: 750;
}

.audience-strip__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.audience-strip__items span,
.regional-tags span {
    padding: 7px 12px;
    border: 1px solid var(--sa-border);
    border-radius: 999px;
    background: var(--sa-soft);
    color: var(--sa-text);
    font-size: .74rem;
    font-weight: 650;
}

/* Headings */
.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 42px;
}

.section-heading h2,
.section-heading p {
    max-width: 750px;
    margin-bottom: 0;
}

.section-heading--center {
    display: block;
    max-width: 790px;
    margin-right: auto;
    margin-bottom: 48px;
    margin-left: auto;
    text-align: center;
}

/* Problem and split grids */
.problem-grid,
.regional-grid,
.split-feature,
.story-grid,
.case-grid,
.faq-layout,
.quote-layout {
    display: grid;
    align-items: center;
    gap: clamp(44px, 7vw, 90px);
}

.problem-grid,
.regional-grid,
.story-grid,
.faq-layout {
    grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr);
}

.split-feature {
    grid-template-columns: minmax(380px, .9fr) minmax(0, 1fr);
}

.split-feature--light h2,
.split-feature--light h3 {
    color: var(--sa-navy);
}

.split-feature--light p {
    color: var(--sa-muted);
}

.case-grid {
    grid-template-columns: minmax(0, .9fr) minmax(380px, 1fr);
}

.problem-grid__copy h2,
.regional-grid h2,
.split-feature__content h2,
.story-grid h2,
.case-grid h2,
.faq-layout h2 {
    margin-bottom: 22px;
}

.problem-grid__image img,
.regional-grid__image img,
.split-feature__image img,
.case-grid__image img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

/* Check lists */
.check-list {
    display: grid;
    gap: 13px;
    padding: 0;
    margin: 26px 0 28px;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 31px;
    color: var(--sa-text);
    font-weight: 550;
}

.check-list li::before {
    position: absolute;
    top: .35em;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid var(--sa-gold);
    border-radius: 50%;
    content: "";
}

.check-list li::after {
    position: absolute;
    top: .56em;
    left: 5px;
    width: 8px;
    height: 4px;
    border-bottom: 2px solid var(--sa-gold);
    border-left: 2px solid var(--sa-gold);
    content: "";
    transform: rotate(-45deg);
}

.check-list--light li {
    color: rgba(255,255,255,.88);
}

/* Cards */
.image-cards,
.cards,
.benefit-cards,
.mission-grid,
.contact-summary {
    display: grid;
    gap: 24px;
}

.image-cards--3,
.cards--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.image-card {
    overflow: hidden;
    border: 1px solid var(--sa-border);
    border-radius: var(--sa-radius);
    background: var(--sa-white);
    box-shadow: var(--sa-shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease;
}

.image-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--sa-shadow);
}

.image-card__media {
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--sa-soft);
}

.image-card__media picture,
.image-card__media img {
    width: 100%;
    height: 100%;
}

.image-card__media img {
    object-fit: cover;
    transition: transform .45s ease;
}

.image-card:hover .image-card__media img {
    transform: scale(1.035);
}

.image-card__body {
    padding: 27px;
}

.service-number {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--sa-gold);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .1em;
}

.image-card h3 {
    margin-bottom: 12px;
}

.image-card p {
    min-height: 78px;
    margin-bottom: 20px;
    font-size: .92rem;
}

.image-card a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--sa-navy);
    font-size: .82rem;
    font-weight: 750;
    text-decoration: none;
}

.image-card a:hover {
    color: var(--sa-gold);
}

.service-card,
.benefit-cards article,
.mission-grid article,
.contact-summary article {
    padding: 28px;
    border: 1px solid var(--sa-border);
    border-radius: var(--sa-radius);
    background: var(--sa-white);
    box-shadow: var(--sa-shadow-sm);
}

.service-card svg,
.benefit-cards article > svg,
.contact-summary article > svg {
    width: 48px;
    height: 48px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 14px;
    background: var(--sa-navy);
    color: var(--sa-gold-light);
}

.service-card p,
.benefit-cards p,
.mission-grid p,
.contact-summary p {
    margin-bottom: 0;
    font-size: .9rem;
}

.benefit-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Mini features */
.mini-features {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.mini-features article {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 15px;
    background: rgba(255, 255, 255, .06);
}

.mini-features svg {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    padding: 7px;
    border-radius: 10px;
    background: rgba(201, 154, 43, .14);
    color: var(--sa-gold-light);
}

.mini-features span {
    display: grid;
}

.mini-features strong {
    font-size: .85rem;
}

.mini-features small {
    color: rgba(255, 255, 255, .68);
    font-size: .72rem;
}

/* Process */
.process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.process-grid li {
    position: relative;
    min-height: 260px;
    padding: 30px 24px;
    border: 1px solid var(--sa-border);
    border-radius: var(--sa-radius);
    background: var(--sa-white);
    box-shadow: var(--sa-shadow-sm);
}

.process-grid__number {
    position: absolute;
    top: 18px;
    right: 20px;
    color: rgba(7, 28, 58, .18);
    font-size: 2.6rem;
    font-weight: 800;
}

.process-grid li > svg {
    width: 48px;
    height: 48px;
    padding: 10px;
    margin-bottom: 28px;
    border-radius: 14px;
    background: var(--sa-navy);
    color: var(--sa-gold-light);
}

.process-grid h3 {
    margin-bottom: 12px;
}

.process-grid p {
    margin-bottom: 0;
    font-size: .88rem;
}

/* Regional */
.regional-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0 30px;
}

/* FAQ */
.faq-layout {
    align-items: start;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-list details {
    border: 1px solid var(--sa-border);
    border-radius: 16px;
    background: var(--sa-white);
    box-shadow: var(--sa-shadow-sm);
}

.faq-list summary {
    position: relative;
    padding: 20px 54px 20px 22px;
    color: var(--sa-navy);
    font-weight: 750;
    cursor: pointer;
    list-style: none;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 11px;
    height: 11px;
    border-right: 2px solid var(--sa-gold);
    border-bottom: 2px solid var(--sa-gold);
    content: "";
    transform: translateY(-65%) rotate(45deg);
    transition: transform .2s ease;
}

.faq-list details[open] summary::after {
    transform: translateY(-25%) rotate(225deg);
}

.faq-list details p {
    padding: 0 22px 20px;
    margin: 0;
    font-size: .9rem;
}

/* Page hero */
.page-hero {
    overflow: hidden;
    padding: clamp(64px, 8vw, 104px) 0;
    background:
        radial-gradient(circle at 85% 15%, rgba(201, 154, 43, .18), transparent 27rem),
        linear-gradient(135deg, #05152e, var(--sa-navy));
    color: var(--sa-white);
}

.page-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
    align-items: center;
    gap: clamp(40px, 7vw, 90px);
}

.page-hero h1,
.page-hero h2,
.page-hero p {
    color: var(--sa-white);
}

.page-hero h1 {
    margin-bottom: 22px;
    font-size: clamp(2.3rem, 4.7vw, 4.3rem);
}

.page-hero p {
    max-width: 750px;
    color: rgba(255, 255, 255, .78);
    font-size: 1.05rem;
}

.page-hero__media img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.page-hero__icon {
    display: grid;
    width: 220px;
    height: 220px;
    place-items: center;
    justify-self: end;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
}

.page-hero__icon svg {
    width: 100px;
    height: 100px;
    color: var(--sa-gold-light);
}

.page-hero__logo {
    display: flex;
    justify-content: flex-end;
}

.about-logo {
    width: min(100%, 470px);
}

.page-hero--compact {
    padding: 70px 0;
}

.page-hero--brand {
    background:
        linear-gradient(135deg, rgba(7, 28, 58, .96), rgba(13, 39, 78, .96)),
        var(--sa-navy);
}

/* Service details */
.service-details {
    display: grid;
    gap: 70px;
}

.service-detail {
    display: grid;
    grid-template-columns: minmax(320px, .9fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(40px, 7vw, 90px);
    scroll-margin-top: 150px;
}

.service-detail--reverse .service-detail__media {
    order: 2;
}

.service-detail__media img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.service-detail__content {
    position: relative;
}

.service-detail__icon {
    display: inline-grid;
    width: 58px;
    height: 58px;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 16px;
    background: var(--sa-navy);
    color: var(--sa-gold-light);
}

.service-detail__icon svg {
    width: 32px;
    height: 32px;
}

.service-detail h2 {
    margin-bottom: 16px;
}

.note-box {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 24px;
    padding: 32px;
    border: 1px solid var(--sa-border);
    border-radius: var(--sa-radius);
    background: var(--sa-white);
    box-shadow: var(--sa-shadow-sm);
}

.note-box > div:first-child {
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    border-radius: 18px;
    background: var(--sa-navy);
    color: var(--sa-gold-light);
}

.note-box svg {
    width: 36px;
    height: 36px;
}

.note-box h2 {
    margin-bottom: 10px;
    font-size: clamp(1.45rem, 2.7vw, 2.1rem);
}

.note-box p {
    margin-bottom: 0;
}

/* Conversion banners */
.conversion-banner,
.two-column-callout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    padding: clamp(30px, 5vw, 55px);
    border-radius: var(--sa-radius-lg);
    background:
        radial-gradient(circle at 92% 15%, rgba(201, 154, 43, .25), transparent 20rem),
        var(--sa-navy);
    box-shadow: var(--sa-shadow);
    color: var(--sa-white);
}

.conversion-banner h2,
.conversion-banner p,
.two-column-callout h2,
.two-column-callout p {
    color: var(--sa-white);
}

.conversion-banner h2,
.two-column-callout h2 {
    margin-bottom: 10px;
}

.conversion-banner p,
.two-column-callout p {
    margin-bottom: 0;
    color: rgba(255,255,255,.76);
}

.two-column-callout {
    background:
        radial-gradient(circle at 90% 10%, rgba(201,154,43,.2), transparent 18rem),
        var(--sa-soft-blue);
    color: var(--sa-text);
}

.two-column-callout h2 {
    color: var(--sa-navy);
}

.two-column-callout p {
    color: var(--sa-muted);
}

/* Timeline */
.timeline {
    display: grid;
    gap: 20px;
}

.timeline article {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 24px;
    padding: 28px;
    border: 1px solid var(--sa-border);
    border-radius: var(--sa-radius);
    background: var(--sa-white);
    box-shadow: var(--sa-shadow-sm);
}

.timeline__number {
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sa-gold-light), var(--sa-gold));
    color: var(--sa-navy);
    font-size: 1.2rem;
    font-weight: 800;
}

.timeline article > div > svg {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    color: var(--sa-gold);
}

.timeline h2 {
    margin-bottom: 8px;
    font-size: clamp(1.35rem, 2.5vw, 1.8rem);
}

.timeline p {
    margin-bottom: 0;
}

.request-checklist {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.request-checklist__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.request-checklist__items span {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 16px;
    border: 1px solid var(--sa-border);
    border-radius: 14px;
    background: var(--sa-white);
    color: var(--sa-navy);
    font-size: .85rem;
    font-weight: 700;
}

.request-checklist__items svg {
    color: var(--sa-gold);
}

/* Story and values */
.values-stack {
    display: grid;
    gap: 14px;
}

.values-stack article {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 17px;
    padding: 20px;
    border: 1px solid var(--sa-border);
    border-radius: 17px;
    background: var(--sa-white);
    box-shadow: var(--sa-shadow-sm);
}

.values-stack svg {
    width: 52px;
    height: 52px;
    padding: 10px;
    border-radius: 14px;
    background: var(--sa-navy);
    color: var(--sa-gold-light);
}

.values-stack h3 {
    margin-bottom: 6px;
}

.values-stack p {
    margin-bottom: 0;
    font-size: .86rem;
}

.mission-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mission-grid article span {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--sa-gold);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.mission-grid h3 {
    margin: 0;
    font-size: 1.22rem;
    line-height: 1.35;
}

/* Quote and contact */
.quote-layout {
    grid-template-columns: minmax(0, .8fr) minmax(460px, 1.1fr);
    align-items: start;
}

.quote-layout__intro h2 {
    margin-bottom: 18px;
}

.quote-layout__form {
    padding: clamp(24px, 4vw, 38px);
    border-radius: var(--sa-radius);
    background: var(--sa-white);
    box-shadow: var(--sa-shadow);
}

.quote-layout--light .quote-layout__form {
    border: 1px solid var(--sa-border);
}

.contact-panel {
    display: grid;
    gap: 12px;
    margin-top: 26px;
}

.contact-panel a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px;
    border: 1px solid var(--sa-border);
    border-radius: 15px;
    background: var(--sa-white);
    color: var(--sa-navy);
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease;
}

.contact-panel a:hover,
.contact-panel a:focus-visible {
    border-color: rgba(201,154,43,.65);
    transform: translateY(-2px);
}

.contact-panel a > svg {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    padding: 9px;
    border-radius: 12px;
    background: var(--sa-navy);
    color: var(--sa-gold-light);
}

.contact-panel span {
    display: grid;
    min-width: 0;
}

.contact-panel small {
    color: var(--sa-muted);
    font-size: .68rem;
    font-weight: 650;
}

.contact-panel strong {
    overflow-wrap: anywhere;
    font-size: .82rem;
}

.contact-panel--dark a {
    border-color: rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .07);
    color: var(--sa-white);
}

.contact-panel--dark small {
    color: rgba(255, 255, 255, .62);
}

.contact-note {
    margin-top: 24px;
    padding: 18px;
    border-left: 4px solid var(--sa-gold);
    border-radius: 0 12px 12px 0;
    background: var(--sa-soft);
}

.contact-note strong {
    color: var(--sa-navy);
}

.contact-note p {
    margin: 6px 0 0;
    font-size: .84rem;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.field {
    display: grid;
    gap: 7px;
}

.field--full {
    grid-column: 1 / -1;
}

.field label {
    color: var(--sa-navy);
    font-size: .76rem;
    font-weight: 750;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    border: 1px solid #cfd7e1;
    border-radius: 12px;
    outline: none;
    background: var(--sa-white);
    color: var(--sa-text);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.field input,
.field select {
    min-height: 48px;
    padding: 0 13px;
}

.field textarea {
    padding: 12px 13px;
    resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: var(--sa-gold);
    box-shadow: 0 0 0 4px rgba(201, 154, 43, .13);
}

.field--honeypot {
    position: absolute !important;
    left: -10000px !important;
}

.consent-field label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--sa-muted);
    font-size: .75rem;
    font-weight: 500;
}

.consent-field input {
    width: 17px;
    min-height: 17px;
    margin-top: 3px;
    flex: 0 0 auto;
}

.form-helper {
    margin: 13px 0 0;
    text-align: center;
    font-size: .75rem;
}

.form-helper a {
    color: var(--sa-navy);
    font-weight: 700;
}

.form-notice {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: .82rem;
    font-weight: 650;
}

.form-notice--success {
    background: rgba(20,125,100,.1);
    color: var(--sa-success);
}

.form-notice--error {
    background: rgba(180,35,24,.08);
    color: var(--sa-error);
}

.contact-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-summary article {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.contact-summary article > svg {
    flex: 0 0 auto;
    margin-bottom: 0;
}

.contact-summary h3 {
    margin-bottom: 7px;
}

/* Footer */
.footer-cta {
    padding: 54px 0;
    background: #031127;
    color: var(--sa-white);
}

.footer-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}

.footer-cta h2,
.footer-cta p {
    color: var(--sa-white);
}

.footer-cta h2 {
    margin-bottom: 8px;
    font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.footer-cta p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .7);
}

.footer-cta__actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 12px;
}

.site-footer {
    padding: 72px 0 24px;
    background: var(--sa-navy);
    color: rgba(255, 255, 255, .78);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr .8fr .9fr 1.25fr;
    gap: 44px;
}

.footer-logo-link {
    display: inline-flex;
}

.footer-logo {
    width: 280px;
    max-height: 96px;
    object-fit: contain;
    object-position: left center;
}

.footer-brand p {
    max-width: 380px;
    margin: 18px 0;
    color: rgba(255,255,255,.66);
    font-size: .84rem;
}

.site-footer h3 {
    margin-bottom: 17px;
    color: var(--sa-white);
    font-size: .9rem;
    letter-spacing: .02em;
}

.footer-menu {
    display: grid;
    gap: 10px;
}

.footer-menu a,
.footer-bottom a {
    color: rgba(255,255,255,.68);
    font-size: .8rem;
    text-decoration: none;
}

.footer-menu a:hover,
.footer-menu a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
    color: var(--sa-gold-light);
}

.contact-list {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-list li {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
    gap: 9px;
}

.contact-list svg {
    width: 18px;
    height: 18px;
    color: var(--sa-gold-light);
}

.contact-list a {
    overflow-wrap: anywhere;
    color: rgba(255,255,255,.72);
    font-size: .76rem;
    text-decoration: none;
}

.contact-list a:hover,
.contact-list a:focus-visible {
    color: var(--sa-white);
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-links a {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 12px;
    color: var(--sa-white);
    text-decoration: none;
}

.social-links a:hover,
.social-links a:focus-visible {
    border-color: var(--sa-gold);
    color: var(--sa-gold-light);
}

.social-links svg {
    width: 20px;
    height: 20px;
}

.footer-area {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 30px;
    margin-top: 36px;
    border-top: 1px solid rgba(255,255,255,.1);
}

.footer-area span {
    color: var(--sa-gold-light);
}

.footer-area p {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: .8rem;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.footer-bottom p,
.footer-bottom span {
    margin: 0;
    color: rgba(255,255,255,.48);
    font-size: .68rem;
}

.footer-bottom > div {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

/* Floating buttons */
.floating-actions {
    position: fixed;
    z-index: 100;
    right: 22px;
    bottom: 22px;
}

.floating-button {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 54px;
    padding: 0 17px;
    border-radius: 999px;
    background: #20b25a;
    box-shadow: 0 14px 30px rgba(0,0,0,.22);
    color: var(--sa-white);
    font-size: .78rem;
    font-weight: 750;
    text-decoration: none;
}

.floating-button svg {
    width: 23px;
    height: 23px;
}

.mobile-action-bar {
    display: none;
}

/* Legal, posts, error */
.legal-content h2 {
    margin: 38px 0 12px;
    font-size: 1.45rem;
}

.legal-content a {
    color: var(--sa-navy);
    font-weight: 650;
}

.post-list {
    display: grid;
    gap: 22px;
}

.post-card {
    padding: 28px;
    border: 1px solid var(--sa-border);
    border-radius: var(--sa-radius);
    box-shadow: var(--sa-shadow-sm);
}

.post-card h2 {
    margin-bottom: 8px;
    font-size: 1.6rem;
}

.post-card h2 a {
    text-decoration: none;
}

.post-card__meta {
    font-size: .76rem;
}

.error-page {
    min-height: 70vh;
    display: grid;
    place-items: center;
    padding: 90px 0;
    background: linear-gradient(135deg, #05152e, var(--sa-navy));
    text-align: center;
}

.error-page__inner {
    max-width: 760px;
}

.error-page h1,
.error-page p {
    color: var(--sa-white);
}

.error-code {
    display: block;
    color: var(--sa-gold);
    font-size: clamp(5rem, 15vw, 11rem);
    font-weight: 800;
    letter-spacing: -.08em;
}

/* Focus */
a:focus-visible,
button:focus-visible,
summary:focus-visible {
    outline: 3px solid var(--sa-gold-light);
    outline-offset: 4px;
}

/* Responsive */
@media (max-width: 1080px) {
    .primary-nav .menu {
        gap: 16px;
    }

    .primary-nav .menu a {
        font-size: .8rem;
    }

    .header-cta {
        display: none;
    }

    .hero__grid {
        grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
    }

    .hero__image,
    .hero-photo {
        min-height: 470px;
    }

    .benefit-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    html {
        scroll-padding-top: 85px;
    }

    .utility-bar__contacts a:nth-child(2) {
        display: none;
    }

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

    .primary-nav {
        position: fixed;
        z-index: 150;
        top: 121px;
        right: 0;
        left: 0;
        display: grid;
        max-height: calc(100vh - 121px);
        padding: 24px 20px 34px;
        overflow-y: auto;
        background: rgba(7,28,58,.99);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-12px);
        transition: opacity .2s ease, transform .2s ease;
    }

    .primary-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .primary-nav .menu {
        display: grid;
        gap: 0;
    }

    .primary-nav .menu li {
        border-bottom: 1px solid rgba(255,255,255,.1);
    }

    .primary-nav .menu a {
        display: block;
        padding: 16px 0;
        font-size: 1rem;
    }

    .primary-nav .menu a::after {
        display: none;
    }

    .primary-nav .header-cta {
        display: inline-flex;
        width: 100%;
    }

    .hero__grid,
    .page-hero__grid,
    .problem-grid,
    .regional-grid,
    .split-feature,
    .story-grid,
    .case-grid,
    .faq-layout,
    .quote-layout,
    .request-checklist {
        grid-template-columns: 1fr;
    }

    .hero__content {
        max-width: 760px;
    }

    .hero__visual {
        padding: 20px 28px 20px 0;
    }

    .hero__image,
    .hero-photo {
        min-height: 520px;
    }

    .page-hero__media {
        max-width: 680px;
    }

    .page-hero__icon {
        width: 160px;
        height: 160px;
        justify-self: start;
    }

    .page-hero__icon svg {
        width: 72px;
        height: 72px;
    }

    .page-hero__logo {
        justify-content: flex-start;
    }

    .image-cards--3,
    .cards--3,
    .process-grid,
    .mission-grid,
    .contact-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-detail {
        grid-template-columns: 1fr;
    }

    .service-detail--reverse .service-detail__media {
        order: 0;
    }

    .audience-strip .container {
        align-items: flex-start;
        flex-direction: column;
    }

    .audience-strip__items {
        justify-content: flex-start;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .conversion-banner,
    .two-column-callout,
    .footer-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-cta__actions {
        width: 100%;
    }

    .footer-cta__actions .button {
        flex: 1 1 220px;
    }
}

@media (max-width: 640px) {
    body {
        padding-bottom: 64px;
    }

    .container {
        width: min(calc(100% - 28px), var(--sa-container));
    }

    .utility-bar__inner {
        min-height: 35px;
    }

    .utility-bar__contacts span {
        display: none;
    }

    .utility-bar__contacts,
    .utility-bar__social {
        gap: 14px;
    }

    .header-inner {
        min-height: 70px;
    }

    .header-logo {
        width: 195px;
        max-height: 54px;
    }

    .primary-nav {
        top: 105px;
        max-height: calc(100vh - 105px);
    }

    .hero {
        padding-top: 48px;
    }

    .hero h1 {
        font-size: clamp(2.25rem, 12vw, 3.5rem);
    }

    .hero__actions,
    .page-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero__actions .button,
    .page-hero__actions .button {
        width: 100%;
    }

    .hero__benefits {
        display: grid;
        gap: 11px;
    }

    .hero__visual {
        padding: 15px 0 44px;
    }

    .hero__image,
    .hero-photo {
        min-height: 415px;
    }

    .hero-card {
        max-width: 250px;
        padding: 13px;
    }

    .hero-card--top {
        top: -7px;
        right: -5px;
    }

    .hero-card--bottom {
        bottom: 0;
        left: 8px;
    }

    .image-cards--3,
    .cards--3,
    .process-grid,
    .benefit-cards,
    .mission-grid,
    .contact-summary,
    .request-checklist__items {
        grid-template-columns: 1fr;
    }

    .image-card p {
        min-height: 0;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .field--full {
        grid-column: auto;
    }

    .timeline article {
        grid-template-columns: 54px 1fr;
        padding: 21px;
    }

    .timeline__number {
        width: 48px;
        height: 48px;
    }

    .note-box {
        grid-template-columns: 1fr;
    }

    .conversion-banner,
    .two-column-callout {
        padding: 28px 22px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

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

    .floating-actions {
        display: none;
    }

    .mobile-action-bar {
        position: fixed;
        z-index: 140;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        border-top: 1px solid rgba(255,255,255,.12);
        background: var(--sa-navy);
        box-shadow: 0 -8px 30px rgba(0,0,0,.18);
    }

    .mobile-action-bar a {
        display: flex;
        min-height: 64px;
        align-items: center;
        justify-content: center;
        gap: 8px;
        color: var(--sa-white);
        font-size: .78rem;
        font-weight: 750;
        text-decoration: none;
    }

    .mobile-action-bar a:first-child {
        background: #20b25a;
    }

    .mobile-action-bar a:last-child {
        background: var(--sa-gold);
        color: var(--sa-navy);
    }

    .mobile-action-bar svg {
        width: 20px;
        height: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
