.ap-support-page {
    --ap-support-border: rgba(30, 58, 95, 0.18);
    color: var(--ap-color-ink, #16243a);
    overflow: clip;
}

.ap-support-page *,
.ap-support-page *::before,
.ap-support-page *::after {
    box-sizing: border-box;
}

.ap-support-hero {
    padding: clamp(5.5rem, 10vw, 9rem) 0 clamp(3.5rem, 7vw, 6rem);
    background:
        radial-gradient(circle at 85% 20%, rgba(34, 123, 224, 0.2), transparent 34rem),
        linear-gradient(145deg, #09192e, #123052);
    color: #fff;
}

.ap-support-hero--compact {
    padding-bottom: clamp(2.75rem, 5vw, 4rem);
}

.ap-support-hero__inner {
    max-width: 58rem;
}

.ap-support-eyebrow,
.ap-support-verified {
    font-family: "IBM Plex Mono", monospace;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ap-support-eyebrow {
    margin: 0 0 1rem;
    color: #8fc5ff;
    font-size: 0.8rem;
    font-weight: 600;
}

.ap-support-page h1 {
    max-width: 17ch;
    margin: 0;
    color: inherit;
    font-size: clamp(2.4rem, 6vw, 5.25rem);
    line-height: 0.98;
}

.ap-support-lede {
    max-width: 48rem;
    margin: 1.5rem 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.65;
}

.ap-support-verified {
    margin: 1.25rem 0 0;
    font-size: 0.78rem;
}

.ap-support-content {
    display: grid;
    gap: clamp(3rem, 7vw, 5.5rem);
    padding-top: clamp(3.5rem, 7vw, 6rem);
    padding-bottom: clamp(4rem, 8vw, 7rem);
}

.ap-support-content section > h2,
.ap-support-legal > h2 {
    margin: 0 0 1.5rem;
    color: #112b4b;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.ap-support-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.ap-support-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ap-support-card,
.ap-support-notice,
.ap-support-disclaimer,
.ap-support-cta {
    border: 1px solid var(--ap-support-border);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(16, 43, 75, 0.08);
}

.ap-support-card {
    padding: clamp(1.35rem, 3vw, 2rem);
}

.ap-support-card h3 {
    margin-top: 0;
}

.ap-support-card a,
.ap-support-links a {
    display: block;
    width: fit-content;
    margin-top: 0.85rem;
    color: #075eb3;
    font-weight: 700;
    text-decoration-thickness: 0.1em;
    text-underline-offset: 0.18em;
}

.ap-support-notice,
.ap-support-disclaimer {
    padding: clamp(1.5rem, 4vw, 2.5rem);
    background: #f3f8fd;
}

.ap-support-disclaimer {
    background: #fff8e6;
}

.ap-support-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem 2rem;
    padding: 0;
    list-style: none;
}

.ap-support-checklist li {
    position: relative;
    padding: 0.9rem 0 0.9rem 2rem;
    border-bottom: 1px solid var(--ap-support-border);
}

.ap-support-checklist li::before {
    position: absolute;
    left: 0;
    content: "✓";
    color: #087a50;
    font-weight: 800;
}

.ap-support-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1.5rem;
}

.ap-support-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: clamp(1.75rem, 5vw, 3.25rem);
    color: #fff;
    background: #0d294a;
}

.ap-support-cta h2 {
    color: #fff !important;
}

.ap-support-card--confirmation {
    max-width: 50rem;
    margin-inline: auto;
    font-size: 1.1rem;
}

.ap-support-legal {
    display: block;
    max-width: 58rem;
    font-size: 1rem;
    line-height: 1.75;
}

.ap-support-legal h2 {
    margin-top: 3.5rem;
}

.ap-support-legal h3 {
    margin-top: 2rem;
    color: #173c67;
}

.ap-support-page a:focus-visible {
    outline: 3px solid #ffbf47;
    outline-offset: 4px;
}

@media (max-width: 800px) {
    .ap-support-grid,
    .ap-support-grid--two,
    .ap-support-checklist {
        grid-template-columns: 1fr;
    }

    .ap-support-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .ap-support-hero {
        padding-top: 4.5rem;
    }

    .ap-support-page h1 {
        font-size: clamp(2.25rem, 13vw, 3.25rem);
    }

    .ap-support-content {
        padding-inline: 1rem;
    }
}
