/* =========================================================
   V330 — SAED PAGE FINAL POLISH
   ========================================================= */


/*
 * Keep the accessibility skip-link functionality without
 * displaying "Skip to main content" above the header during
 * normal browsing.
 */
.saed-page-v330 a[href="#main-content"] {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    padding: 0 !important;
    margin: -1px !important;

    overflow: hidden !important;

    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;

    white-space: nowrap !important;

    border: 0 !important;
}


/*
 * Keyboard-only accessibility:
 * it becomes available if a keyboard user intentionally tabs
 * to it, but never appears above the header by default.
 */
.saed-page-v330 a[href="#main-content"]:focus,
.saed-page-v330 a[href="#main-content"]:focus-visible {
    position: fixed !important;

    top: 8px !important;
    left: 8px !important;

    width: auto !important;
    height: auto !important;

    margin: 0 !important;
    padding: 10px 14px !important;

    overflow: visible !important;

    clip: auto !important;
    clip-path: none !important;

    white-space: normal !important;

    background: #ffffff !important;
    color: #071c35 !important;

    border: 2px solid #d4af37 !important;
    border-radius: 10px !important;

    font-weight: 900 !important;

    z-index: 2147483647 !important;
}


/* =========================================================
   PROFESSIONAL SAED ENROLL CTA
   ========================================================= */

.saed-page-v330 .saed-enroll-cta {
    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    gap: 12px !important;

    width: auto !important;

    min-height: 52px !important;

    margin-top: 18px !important;

    padding: 14px 22px !important;

    border: 2px solid rgba(255,255,255,.88) !important;

    border-radius: 16px !important;

    background:
        linear-gradient(
            135deg,
            #f6d86b 0%,
            #d4af37 52%,
            #b98b16 100%
        ) !important;

    color: #071c35 !important;
    -webkit-text-fill-color: #071c35 !important;

    font-weight: 950 !important;
    font-size: .98rem !important;

    letter-spacing: -.01em !important;

    text-decoration: none !important;

    cursor: pointer !important;

    box-shadow:
        0 14px 32px rgba(0,0,0,.24),
        inset 0 1px 0 rgba(255,255,255,.55) !important;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        filter .2s ease !important;

    touch-action: manipulation !important;
}

.saed-page-v330 .saed-enroll-cta:hover {
    transform: translateY(-2px) !important;

    filter: brightness(1.05) !important;

    box-shadow:
        0 18px 40px rgba(0,0,0,.28),
        inset 0 1px 0 rgba(255,255,255,.65) !important;
}

.saed-page-v330 .saed-enroll-cta:active {
    transform: translateY(1px) scale(.985) !important;
}

.saed-page-v330 .saed-enroll-cta:focus-visible {
    outline: 3px solid #ffffff !important;
    outline-offset: 4px !important;
}

.saed-page-v330 .saed-enroll-arrow {
    display: inline-grid !important;

    place-items: center !important;

    width: 30px !important;
    height: 30px !important;

    flex: 0 0 30px !important;

    border-radius: 999px !important;

    background: #071c35 !important;
    color: #ffffff !important;

    font-size: 18px !important;
    line-height: 1 !important;

    transition: transform .2s ease !important;
}

.saed-page-v330
.saed-enroll-cta:hover
.saed-enroll-arrow {
    transform: translateX(3px) !important;
}


@media (max-width: 640px) {

    .saed-page-v330 .saed-enroll-cta {
        width: 100% !important;

        min-height: 54px !important;

        padding:
            14px 18px !important;

        border-radius:
            16px !important;

        font-size:
            .95rem !important;
    }
}

/* =========================================================
   END V330
   ========================================================= */
