body.sa-policy-template .site-header,
body.sa-policy-template .site-footer,
body.sa-policy-template .ast-container > .entry-header,
body.sa-policy-template .entry-title {
    display: none !important;
}

body.sa-policy-template,
body.sa-policy-template .site,
body.sa-policy-template #page,
body.sa-policy-template .site-content,
body.sa-policy-template .content-area,
body.sa-policy-template .ast-container,
body.sa-policy-template article,
body.sa-policy-template .entry-content {
    background: #fffaf3 !important;
}

body.sa-policy-template .ast-container,
body.sa-policy-template .site-content .ast-container,
body.sa-policy-template .entry-content,
body.sa-policy-template .entry-content > * {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

html body.sa-policy-template,
body.sa-policy-template #page,
body.sa-policy-template .site,
body.sa-policy-template .site-content,
body.sa-policy-template .content-area,
body.sa-policy-template .ast-container,
body.sa-policy-template article.page,
body.sa-policy-template .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.sa-policy-template .sa-policy-page,
body.sa-policy-template .sa-global-header {
    margin-top: 0 !important;
}

.sa-policy-page {
    --sa-green: #007749;
    --sa-dark: #092116;
    --sa-ink: #172133;
    --sa-muted: #5d665f;
    --sa-gold: #ffb81c;
    --sa-red: #de3831;
    --sa-blue: #002395;
    --sa-line: #e5d9c7;
    --sa-cream: #fffaf3;
    color: var(--sa-ink);
    background: var(--sa-cream);
    font-family: inherit;
}

.sa-policy-page a {
    text-decoration: none !important;
}

.sa-policy-main {
    overflow: hidden;
}

.sa-policy-hero {
    position: relative;
    min-height: 430px;
    display: grid;
    align-items: center;
    padding: 78px 6vw;
    isolation: isolate;
    background:
        linear-gradient(100deg, rgba(9, 33, 22, .96) 0%, rgba(9, 33, 22, .84) 48%, rgba(9, 33, 22, .62) 100%),
        #092116;
}

.sa-policy-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, transparent 0%, rgba(9, 33, 22, .18) 55%, rgba(9, 33, 22, .72) 100%);
}

.sa-policy-hero-media {
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .34;
    overflow: hidden;
}

.sa-policy-hero-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: none;
    filter: saturate(1.05) contrast(1.06);
}

.sa-policy-hero-inner {
    max-width: 800px;
    animation: saPolicyRise .7s ease both;
}

.sa-policy-kicker {
    display: inline-block;
    color: var(--sa-green);
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .34em;
    text-transform: uppercase;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--sa-gold);
}

.sa-policy-hero .sa-policy-kicker,
.sa-policy-help-cta .sa-policy-kicker {
    color: #fff;
    border-bottom-color: var(--sa-gold);
}

.sa-policy-hero h1 {
    max-width: 760px;
    margin: 24px 0 20px;
    color: #fff;
    font-size: clamp(46px, 6vw, 82px);
    line-height: .92;
    letter-spacing: 0;
    font-weight: 900;
}

.sa-policy-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: clamp(17px, 1.55vw, 21px);
    line-height: 1.55;
}

.sa-policy-flag-line,
.sa-policy-section + .sa-policy-section::before,
.sa-policy-help-cta::before {
    height: 9px;
    background: linear-gradient(90deg, var(--sa-green), var(--sa-gold), #fff, var(--sa-red), var(--sa-blue));
}

.sa-policy-section {
    position: relative;
    padding: 72px 6vw;
}

.sa-policy-section + .sa-policy-section::before,
.sa-policy-help-cta::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
}

.sa-policy-intro {
    display: grid;
    grid-template-columns: minmax(320px, .86fr) minmax(320px, 1fr);
    gap: clamp(34px, 7vw, 96px);
    align-items: center;
}

.sa-policy-intro-copy {
    text-align: center;
}

.sa-policy-intro-copy .sa-policy-kicker {
    margin-left: auto;
    margin-right: auto;
}

.sa-policy-intro h2,
.sa-policy-help-cta h2 {
    max-width: 780px;
    margin: 22px auto 0;
    color: var(--sa-ink);
    font-size: clamp(36px, 4.2vw, 62px);
    line-height: 1.12;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.sa-policy-note-card,
.sa-policy-support-card,
.sa-policy-content-card {
    position: relative;
    border: 1px solid var(--sa-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(16, 24, 40, .08);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    overflow: hidden;
    animation: saPolicyRise .65s ease both;
}

.sa-policy-note-card:hover,
.sa-policy-support-card:hover,
.sa-policy-content-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 119, 73, .42);
    box-shadow: 0 28px 58px rgba(0, 119, 73, .13);
}

.sa-policy-note-card::before,
.sa-policy-support-card::before,
.sa-policy-content-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: var(--sa-green);
}

.sa-policy-note-card {
    padding: clamp(28px, 5vw, 54px);
}

.sa-policy-note-card::before {
    background: var(--sa-red);
}

.sa-policy-note-card p {
    margin: 0;
    color: var(--sa-muted);
    font-size: clamp(17px, 1.55vw, 20px);
    line-height: 1.65;
}

.sa-policy-card-band {
    background: #fffaf3;
}

.sa-policy-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.sa-policy-support-card {
    min-height: 174px;
    padding: 24px 22px 22px;
}

.sa-policy-support-card:nth-child(2)::before {
    background: var(--sa-gold);
}

.sa-policy-support-card:nth-child(3)::before {
    background: var(--sa-red);
}

.sa-policy-support-card h3 {
    display: flex;
    align-items: center;
    margin: 14px 0 14px;
    color: var(--sa-ink);
    font-size: 19px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 900;
}

.sa-policy-support-card h3 span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    margin-right: 12px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--sa-green);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 14px 26px rgba(0, 119, 73, .18);
    transition: transform .22s ease, background-color .22s ease;
}

.sa-policy-support-card:hover h3 span {
    transform: scale(1.08);
    background: var(--sa-blue);
}

.sa-policy-support-card p {
    margin: 0;
    color: var(--sa-muted);
    font-size: 16px;
    line-height: 1.6;
}

.sa-policy-content-section {
    padding-top: 72px;
}

.sa-policy-content-card {
    max-width: 1160px;
    margin: 0 auto;
    padding: clamp(28px, 4vw, 48px);
}

.sa-policy-content-card::before {
    background: var(--sa-green);
}

.sa-policy-content {
    margin-top: 28px;
    color: var(--sa-ink);
}

.sa-policy-content h2,
.sa-policy-content h3,
.sa-policy-content h4 {
    color: var(--sa-ink);
    margin: 30px 0 12px;
    line-height: 1.16;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.sa-policy-content h2 {
    font-size: clamp(26px, 3vw, 38px);
}

.sa-policy-content h3 {
    font-size: clamp(21px, 2.4vw, 28px);
}

.sa-policy-content p,
.sa-policy-content li {
    color: var(--sa-muted);
    font-size: 17px;
    line-height: 1.72;
}

.sa-policy-content p {
    margin: 0 0 18px;
}

.sa-policy-content ul,
.sa-policy-content ol {
    margin: 0 0 22px;
    padding-left: 22px;
}

.sa-policy-content strong {
    color: var(--sa-ink);
    font-weight: 900;
}

.sa-policy-content a {
    color: var(--sa-green);
    font-weight: 900;
}

.sa-policy-content a:hover,
.sa-policy-content a:focus-visible {
    color: var(--sa-blue);
}

.sa-policy-help-cta {
    position: relative;
    padding: 86px 6vw;
    text-align: center;
    background: linear-gradient(180deg, rgba(9, 33, 22, .94), rgba(9, 33, 22, .94));
}

.sa-policy-help-cta h2,
.sa-policy-help-cta p {
    color: #fff;
}

.sa-policy-help-cta p {
    max-width: 760px;
    margin: 20px auto 30px;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.6;
}

.sa-policy-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 7px;
    background: var(--sa-green);
    color: #fff !important;
    font-weight: 900;
    text-transform: uppercase;
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.sa-policy-button:hover,
.sa-policy-button:focus-visible {
    transform: translateY(-3px);
    background: var(--sa-blue);
    box-shadow: 0 18px 34px rgba(0, 35, 149, .22);
}

.sa-policy-page .sa-global-footer {
    margin-top: 0 !important;
}

@keyframes saPolicyRise {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 980px) {
    .sa-policy-hero {
        min-height: 390px;
        padding: 70px 24px;
    }

    .sa-policy-section,
    .sa-policy-help-cta {
        padding: 64px 24px;
    }

    .sa-policy-intro {
        grid-template-columns: 1fr;
    }

    .sa-policy-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .sa-policy-hero {
        min-height: 360px;
        padding: 54px 18px;
    }

    .sa-policy-section,
    .sa-policy-help-cta {
        padding: 48px 18px;
    }

    .sa-policy-intro h2,
    .sa-policy-help-cta h2 {
        font-size: 36px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sa-policy-hero-inner,
    .sa-policy-note-card,
    .sa-policy-support-card,
    .sa-policy-content-card,
    .sa-policy-button {
        animation: none !important;
        transition: none !important;
    }
}
