/*
 * Landing page "Seja Associado"
 * Escopo isolado para não alterar outras páginas do tema.
 */

.afeigraf-seja-associado-page .home-contato {
    display: none;
}

.afeigraf-seja-associado-page #conteudo {
    overflow: hidden;
}

.sa-icon-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.sa-page {
    --sa-green: #5eb346;
    --sa-green-dark: #347f24;
    --sa-green-deep: #245c1a;
    --sa-lime: #a8e85f;
    --sa-navy: #102c48;
    --sa-navy-dark: #081b2e;
    --sa-ink: #14100c;
    --sa-text: #565b62;
    --sa-muted: #72777e;
    --sa-surface: #f5f7f8;
    --sa-white: #ffffff;
    --sa-border: #dfe5e8;
    --sa-shadow: 0 2.4rem 6rem rgba(16, 44, 72, 0.13);

    position: relative;
    color: var(--sa-text);
    background: var(--sa-white);
    font-family: 'Myriad Pro light', Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    line-height: 1.55;
    overflow: hidden;
}

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

.sa-page h1,
.sa-page h2,
.sa-page h3,
.sa-page p,
.sa-page ul,
.sa-page ol,
.sa-page figure {
    margin: 0;
}

.sa-page h1,
.sa-page h2,
.sa-page h3 {
    color: var(--sa-ink);
    font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.sa-page p,
.sa-page li {
    font-size: inherit;
}

.sa-page a,
.sa-page a:visited {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
}

.sa-page img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
}

.sa-page :focus-visible {
    outline: 0.3rem solid #f7d44c;
    outline-offset: 0.4rem;
}

.sa-container {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 4rem), 118rem);
    margin-right: auto;
    margin-left: auto;
}

.sa-skip-link {
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 10050;
    padding: 1rem 1.6rem;
    color: var(--sa-navy-dark) !important;
    background: var(--sa-white);
    border-radius: 0.6rem;
    box-shadow: var(--sa-shadow);
    transform: translateY(-150%);
}

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

.sa-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    color: var(--sa-lime);
    font-family: 'Myriad Pro Cond', Arial, Helvetica, sans-serif;
    font-size: 1.5rem !important;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.sa-eyebrow::before {
    content: '';
    width: 3.4rem;
    height: 0.3rem;
    background: currentColor;
    border-radius: 2rem;
}

.sa-eyebrow--green {
    color: var(--sa-green-dark);
}

.sa-section-heading {
    max-width: 76rem;
    margin-bottom: 4.5rem;
}

.sa-section-heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.sa-section-heading--center .sa-eyebrow {
    justify-content: center;
}

.sa-section-heading h2 {
    margin-top: 1.4rem;
    font-size: clamp(4.4rem, 5vw, 6.5rem);
    line-height: 0.98;
}

.sa-section-heading > p:last-child {
    max-width: 65rem;
    margin-top: 1.6rem;
    color: var(--sa-muted);
    font-size: 1.9rem;
    line-height: 1.55;
}

.sa-section-heading--center > p:last-child {
    margin-right: auto;
    margin-left: auto;
}

.sa-section-heading--light h2,
.sa-section-heading--light > p:last-child {
    color: var(--sa-white);
}

/* Hero */

.sa-hero {
    position: relative;
    isolation: isolate;
    min-height: 82rem;
    padding: 16.5rem 0 8rem;
    color: var(--sa-white);
    background:
        linear-gradient(110deg, rgba(8, 27, 46, 0.98) 0%, rgba(16, 44, 72, 0.98) 58%, rgba(23, 63, 89, 0.96) 100%);
}

.sa-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.22;
    background-image:
        linear-gradient(125deg, transparent 0 47%, rgba(94, 179, 70, 0.55) 47.2% 47.8%, transparent 48%),
        linear-gradient(35deg, transparent 0 72%, rgba(28, 190, 206, 0.28) 72.2% 72.8%, transparent 73%);
    background-size: 80rem 80rem, 65rem 65rem;
}

.sa-hero__glow {
    position: absolute;
    z-index: -1;
    width: 38rem;
    height: 38rem;
    border-radius: 50%;
    filter: blur(8rem);
    opacity: 0.2;
    pointer-events: none;
}

.sa-hero__glow--one {
    top: 10rem;
    left: -15rem;
    background: #ef2a8b;
}

.sa-hero__glow--two {
    right: 7%;
    bottom: -15rem;
    background: #20cee0;
}

.sa-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(36rem, 0.95fr);
    gap: clamp(4rem, 6vw, 8rem);
    align-items: center;
}

.sa-hero__content {
    padding: 2rem 0;
}

.sa-hero h1 {
    max-width: 68rem;
    margin-top: 1.8rem;
    color: var(--sa-white);
    font-size: clamp(6rem, 7.3vw, 9.2rem);
    line-height: 0.88;
    text-wrap: balance;
}

.sa-hero h1 strong {
    display: block;
    color: var(--sa-lime);
    font-family: inherit;
    font-weight: 400;
}

.sa-hero__lead {
    max-width: 65rem;
    margin-top: 2.8rem !important;
    color: var(--sa-white);
    font-size: clamp(2.1rem, 2.1vw, 2.8rem) !important;
    font-weight: 600;
    line-height: 1.3;
}

.sa-hero__support {
    max-width: 60rem;
    margin-top: 1.5rem !important;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.8rem !important;
    line-height: 1.55;
}

.sa-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3rem;
    margin-top: 3.2rem;
}

.sa-button,
.sa-button:visited {
    display: inline-flex;
    min-height: 5.4rem;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    padding: 1.2rem 2.4rem;
    border: 0.2rem solid transparent;
    border-radius: 0.8rem;
    font-family: 'Myriad Pro Cond', Arial, Helvetica, sans-serif !important;
    font-size: 1.7rem !important;
    font-weight: 700;
    letter-spacing: 0.055em;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.sa-button:hover,
.sa-button:focus {
    transform: translateY(-0.2rem);
}

.sa-button--primary,
.sa-button--primary:visited {
    color: var(--sa-navy-dark) !important;
    background: var(--sa-lime);
    box-shadow: 0 1.4rem 3.4rem rgba(168, 232, 95, 0.18);
}

.sa-button--primary:hover,
.sa-button--primary:focus {
    color: var(--sa-navy-dark) !important;
    background: var(--sa-white);
    box-shadow: 0 1.6rem 4rem rgba(0, 0, 0, 0.22);
}

.sa-button--secondary,
.sa-button--secondary:visited {
    color: var(--sa-white) !important;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.42);
}

.sa-button--secondary:hover,
.sa-button--secondary:focus {
    color: var(--sa-navy-dark) !important;
    background: var(--sa-white);
    border-color: var(--sa-white);
}

.sa-hero__note {
    margin-top: 1.2rem !important;
    color: rgba(255, 255, 255, 0.66);
    font-size: 1.5rem !important;
}

.sa-value-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 3.6rem !important;
    padding: 0;
}

.sa-value-list li {
    display: inline-flex;
    min-height: 3.6rem;
    align-items: center;
    padding: 0.7rem 1.2rem;
    color: rgba(255, 255, 255, 0.86);
    background: rgba(255, 255, 255, 0.08);
    border: 0.1rem solid rgba(255, 255, 255, 0.14);
    border-radius: 99rem;
    font-family: 'Myriad Pro Cond', Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
}

.sa-hero__visual {
    position: relative;
    min-width: 0;
    height: 62rem;
    overflow: hidden;
    border: 0.1rem solid rgba(255, 255, 255, 0.22);
    border-radius: 3.2rem 3.2rem 3.2rem 3.2rem;
    box-shadow: 0 3rem 7rem rgba(0, 0, 0, 0.38);
}

.sa-hero__visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 27, 46, 0.02) 45%, rgba(8, 27, 46, 0.8) 100%);
    pointer-events: none;
}

.sa-hero__visual picture,
.sa-hero__visual img {
    width: 100%;
    height: 100%;
}

.sa-hero__visual img {
    object-fit: cover;
    object-position: center 48%;
}

.sa-hero__badge {
    position: absolute;
    right: 2.6rem;
    bottom: 2.6rem;
    left: 2.6rem;
    z-index: 2;
    padding: 1.6rem 1.8rem;
    color: var(--sa-white);
    background: rgba(8, 27, 46, 0.75);
    border: 0.1rem solid rgba(255, 255, 255, 0.2);
    border-radius: 1.4rem;
    backdrop-filter: blur(1.2rem);
}

.sa-hero__badge span,
.sa-hero__badge strong {
    display: block;
}

.sa-hero__badge span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.5rem;
}

.sa-hero__badge strong {
    margin-top: 0.2rem;
    font-size: 1.9rem;
    line-height: 1.3;
}

/* Prova social */

.sa-proof {
    position: relative;
    padding: 9rem 0 8.5rem;
    background: var(--sa-white);
}

.sa-proof::after {
    content: 'ASSOCIADOS';
    position: absolute;
    top: 2rem;
    right: -2rem;
    color: rgba(94, 179, 70, 0.055);
    font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif;
    font-size: clamp(11rem, 20vw, 24rem);
    line-height: 1;
    pointer-events: none;
}

.sa-logo-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    padding: 0;
    overflow: hidden;
    background: var(--sa-white);
    border: 0.1rem solid var(--sa-border);
    border-radius: 2rem;
    box-shadow: var(--sa-shadow);
}

.sa-logo-grid li {
    min-width: 0;
    border-right: 0.1rem solid var(--sa-border);
    border-bottom: 0.1rem solid var(--sa-border);
}

.sa-logo-grid li:nth-child(8n) {
    border-right: 0;
}

.sa-logo-grid a {
    display: flex;
    min-height: 11rem;
    align-items: center;
    justify-content: center;
    padding: 1.8rem;
    transition: background-color 180ms ease, transform 180ms ease;
}

.sa-logo-grid a:hover,
.sa-logo-grid a:focus {
    background: #eff8ed;
}

.sa-logo-grid img {
    width: auto;
    max-width: 100%;
    max-height: 6.2rem;
    object-fit: contain;
    filter: saturate(0.85);
    transition: filter 180ms ease, transform 180ms ease;
}

.sa-logo-grid a:hover img,
.sa-logo-grid a:focus img {
    filter: saturate(1);
    transform: scale(1.04);
}

.sa-logo-grid a span {
    color: var(--sa-navy);
    font-family: 'Myriad Pro Cond', Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
}

.sa-logo-fallback {
    position: relative;
    z-index: 1;
    padding: 3.2rem 3.4rem;
    background: var(--sa-white);
    border: 0.1rem solid var(--sa-border);
    border-radius: 2rem;
    box-shadow: var(--sa-shadow);
}

.sa-logo-fallback img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.sa-proof__link {
    margin-top: 2.8rem !important;
    text-align: center;
}

.sa-proof__link a,
.sa-proof__link a:visited,
.sa-text-link,
.sa-text-link:visited {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--sa-green-dark) !important;
    font-family: 'Myriad Pro Cond', Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.sa-proof__link a:hover,
.sa-proof__link a:focus,
.sa-text-link:hover,
.sa-text-link:focus {
    color: var(--sa-navy) !important;
    text-decoration: underline;
    text-underline-offset: 0.4rem;
}

/* Benefícios em destaque */

.sa-featured {
    position: relative;
    isolation: isolate;
    padding: 9rem 0 10rem;
    background: linear-gradient(125deg, var(--sa-green-deep) 0%, var(--sa-green-dark) 48%, #173d52 100%);
}

.sa-featured::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.24;
    background:
        radial-gradient(circle at 85% 20%, #25bed8 0, transparent 24rem),
        radial-gradient(circle at 5% 100%, #ef2a8b 0, transparent 22rem);
}

.sa-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    padding: 0;
}

.sa-featured-card {
    position: relative;
    min-height: 30rem;
    padding: 3.2rem;
    color: var(--sa-white);
    background: rgba(255, 255, 255, 0.1);
    border: 0.1rem solid rgba(255, 255, 255, 0.2);
    border-radius: 2rem;
    backdrop-filter: blur(1rem);
}

.sa-featured-card::after {
    content: '';
    position: absolute;
    right: 3.2rem;
    bottom: 2.6rem;
    width: 4rem;
    height: 0.4rem;
    background: var(--sa-lime);
    border-radius: 2rem;
}

.sa-featured-card h3 {
    margin-top: 3rem;
    color: var(--sa-white);
    font-size: 3.3rem;
    line-height: 1;
}

.sa-featured-card p {
    margin-top: 1.4rem !important;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.8rem !important;
    line-height: 1.55;
}

.sa-card-icon {
    display: inline-flex;
    width: 5.4rem;
    height: 5.4rem;
    align-items: center;
    justify-content: center;
    color: var(--sa-navy-dark);
    background: var(--sa-lime);
    border-radius: 1.4rem;
}

.sa-card-icon svg {
    width: 2.9rem;
    height: 2.9rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sa-card-icon--green {
    color: var(--sa-green-dark);
    background: #eaf6e7;
}

/* Grade de vantagens */

.sa-benefits {
    padding: 10rem 0;
    background: var(--sa-surface);
    scroll-margin-top: 13rem;
}

.sa-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.8rem;
    padding: 0;
}

.sa-benefit-card {
    min-height: 32rem;
    padding: 2.7rem;
    background: var(--sa-white);
    border: 0.1rem solid var(--sa-border);
    border-radius: 1.6rem;
    box-shadow: 0 1.2rem 3rem rgba(16, 44, 72, 0.06);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sa-benefit-card:hover {
    border-color: rgba(94, 179, 70, 0.48);
    box-shadow: 0 2rem 4.5rem rgba(16, 44, 72, 0.12);
    transform: translateY(-0.5rem);
}

.sa-benefit-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sa-benefit-card__number {
    color: #dce3e6;
    font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif;
    font-size: 3.5rem;
    line-height: 1;
}

.sa-benefit-card h3 {
    margin-top: 3.2rem;
    font-size: 3rem;
    line-height: 1;
}

.sa-benefit-card p {
    margin-top: 1.4rem !important;
    color: var(--sa-muted);
    font-size: 1.7rem !important;
    line-height: 1.55;
}

/* Processo */

.sa-process {
    padding: 10rem 0;
    background: var(--sa-white);
}

.sa-process__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(5rem, 8vw, 10rem);
    align-items: center;
}

.sa-process__intro h2 {
    max-width: 50rem;
    margin-top: 1.4rem;
    font-size: clamp(4.4rem, 5vw, 6.5rem);
    line-height: 0.98;
}

.sa-process__intro > p:not(.sa-eyebrow) {
    max-width: 51rem;
    margin-top: 2rem !important;
    color: var(--sa-muted);
    font-size: 1.9rem !important;
}

.sa-process__intro .sa-text-link {
    margin-top: 2.6rem;
}

.sa-process-list {
    position: relative;
    display: grid;
    gap: 1.4rem;
    padding: 0;
    counter-reset: steps;
}

.sa-process-list::before {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 4rem;
    left: 3.1rem;
    width: 0.2rem;
    background: #dfeadf;
}

.sa-process-list li {
    position: relative;
    display: grid;
    grid-template-columns: 6.4rem minmax(0, 1fr);
    gap: 2rem;
    align-items: center;
    min-height: 11rem;
    padding: 2rem 2.4rem 2rem 0;
    background: var(--sa-surface);
    border: 0.1rem solid var(--sa-border);
    border-radius: 1.6rem;
}

.sa-process-list li > span {
    position: relative;
    z-index: 2;
    display: flex;
    width: 6.4rem;
    height: 6.4rem;
    align-items: center;
    justify-content: center;
    color: var(--sa-white);
    background: var(--sa-green-dark);
    border: 0.7rem solid var(--sa-white);
    border-radius: 50%;
    font-family: 'bebas_neueregular', Arial, Helvetica, sans-serif;
    font-size: 2.8rem;
}

.sa-process-list h3 {
    font-size: 2.7rem;
    line-height: 1;
}

.sa-process-list p {
    margin-top: 0.7rem !important;
    color: var(--sa-muted);
    font-size: 1.65rem !important;
}

/* CTA final */

.sa-final-cta {
    position: relative;
    isolation: isolate;
    min-height: 58rem;
    padding: 9rem 0;
    color: var(--sa-white);
    background: var(--sa-navy-dark);
}

.sa-final-cta__image,
.sa-final-cta__overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.sa-final-cta__image {
    background: url('../img/seja-associado/cta-associado.webp') center 54% / cover no-repeat;
}

.sa-final-cta__overlay {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(8, 27, 46, 0.98) 0%, rgba(8, 27, 46, 0.94) 45%, rgba(16, 44, 72, 0.74) 100%),
        radial-gradient(circle at 90% 10%, rgba(94, 179, 70, 0.36), transparent 25rem);
}

.sa-final-cta__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28rem;
    gap: clamp(5rem, 9vw, 12rem);
    align-items: center;
}

.sa-final-cta__content {
    max-width: 70rem;
}

.sa-final-cta h2 {
    max-width: 70rem;
    margin-top: 1.5rem;
    color: var(--sa-white);
    font-size: clamp(5rem, 6.6vw, 8rem);
    line-height: 0.93;
    text-wrap: balance;
}

.sa-final-cta__content > p:not(.sa-eyebrow) {
    max-width: 61rem;
    margin-top: 2rem !important;
    color: rgba(255, 255, 255, 0.78);
    font-size: 2rem !important;
}

.sa-final-cta .sa-button {
    margin-top: 3rem;
}

.sa-qr-card {
    padding: 1.8rem;
    color: var(--sa-navy-dark);
    background: var(--sa-white);
    border-radius: 2rem;
    box-shadow: 0 2.4rem 6rem rgba(0, 0, 0, 0.34);
    text-align: center;
}

.sa-qr-card a {
    display: block;
    padding: 0.7rem;
    background: var(--sa-white);
    border-radius: 1.4rem;
}

.sa-qr-card img {
    width: 100%;
    height: auto;
    image-rendering: crisp-edges;
}

.sa-qr-card p {
    margin-top: 1.2rem !important;
    color: var(--sa-text);
    font-size: 1.5rem !important;
    line-height: 1.35;
}

.sa-qr-card strong {
    color: var(--sa-navy-dark);
}

/* Responsivo */

@media (max-width: 1199px) {
    .sa-hero__grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(32rem, 0.8fr);
        gap: 4rem;
    }

    .sa-hero__visual {
        height: 56rem;
    }

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

    .sa-logo-grid li:nth-child(8n) {
        border-right: 0.1rem solid var(--sa-border);
    }

    .sa-logo-grid li:nth-child(4n) {
        border-right: 0;
    }

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

@media (max-width: 991px) {
    .sa-hero {
        min-height: 0;
        padding-top: 14.5rem;
    }

    .sa-hero__grid,
    .sa-process__grid {
        grid-template-columns: 1fr;
    }

    .sa-hero__content {
        max-width: 76rem;
    }

    .sa-hero__visual {
        width: 100%;
        height: 54rem;
        border-radius: 2.4rem 2.4rem 8rem 2.4rem;
    }

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

    .sa-featured-card {
        min-height: 0;
    }

    .sa-process__intro {
        max-width: 70rem;
    }

    .sa-final-cta__grid {
        grid-template-columns: minmax(0, 1fr) 24rem;
        gap: 5rem;
    }
}

@media (max-width: 767px) {
    .sa-container {
        width: min(calc(100% - 3.2rem), 68rem);
    }

    .sa-page {
        font-size: 1.7rem;
    }

    .sa-section-heading {
        margin-bottom: 3.4rem;
    }

    .sa-section-heading--center {
        text-align: left;
    }

    .sa-section-heading--center .sa-eyebrow {
        justify-content: flex-start;
    }

    .sa-section-heading--center > p:last-child {
        margin-left: 0;
    }

    .sa-hero {
        padding: 13rem 0 5rem;
    }

    .sa-hero h1 {
        font-size: clamp(5.1rem, 16vw, 7rem);
    }

    .sa-hero__lead {
        font-size: 2.2rem !important;
    }

    .sa-actions {
        display: grid;
    }

    .sa-button {
        width: 100%;
    }

    .sa-value-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sa-value-list li {
        justify-content: center;
        text-align: center;
    }

    .sa-hero__visual {
        height: 46rem;
        border-radius: 2rem 2rem 6rem 2rem;
    }

    .sa-hero__badge {
        right: 1.6rem;
        bottom: 1.6rem;
        left: 1.6rem;
    }

    .sa-proof,
    .sa-featured,
    .sa-benefits,
    .sa-process,
    .sa-final-cta {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

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

    .sa-logo-grid li:nth-child(4n) {
        border-right: 0.1rem solid var(--sa-border);
    }

    .sa-logo-grid li:nth-child(2n) {
        border-right: 0;
    }

    .sa-logo-grid a {
        min-height: 10rem;
        padding: 1.4rem;
    }

    .sa-logo-fallback {
        overflow-x: auto;
        padding: 2rem;
    }

    .sa-logo-fallback img {
        width: 105rem;
        max-width: none;
    }

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

    .sa-benefit-card {
        min-height: 0;
    }

    .sa-process__grid {
        gap: 4rem;
    }

    .sa-process-list li {
        grid-template-columns: 5.5rem minmax(0, 1fr);
        gap: 1.4rem;
        padding-right: 1.7rem;
    }

    .sa-process-list li > span {
        width: 5.5rem;
        height: 5.5rem;
    }

    .sa-process-list::before {
        left: 2.65rem;
    }

    .sa-final-cta__grid {
        grid-template-columns: 1fr;
    }

    .sa-qr-card {
        display: none;
    }
}

@media (max-width: 479px) {
    .sa-container {
        width: calc(100% - 2.4rem);
    }

    .sa-eyebrow {
        font-size: 1.3rem !important;
        letter-spacing: 0.11em;
    }

    .sa-hero {
        padding-top: 12rem;
    }

    .sa-hero h1 {
        font-size: 5.1rem;
    }

    .sa-value-list {
        grid-template-columns: 1fr;
    }

    .sa-hero__visual {
        height: 40rem;
    }

    .sa-hero__badge span {
        font-size: 1.3rem;
    }

    .sa-hero__badge strong {
        font-size: 1.6rem;
    }

    .sa-section-heading h2,
    .sa-process__intro h2 {
        font-size: 4.4rem;
    }

    .sa-featured-card,
    .sa-benefit-card {
        padding: 2.4rem;
    }

    .sa-featured-card h3 {
        font-size: 3rem;
    }

    .sa-final-cta h2 {
        font-size: 4.8rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sa-page *,
    .sa-page *::before,
    .sa-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

@media print {
    .sa-skip-link {
        display: none !important;
    }
}
