/* Friends Guide shared footer styles — Phase 8B */
.fg-footer,
    .fg-footer * {
        box-sizing: border-box;
    }

    .fg-footer {
        --fg-navy: #071a35;
        --fg-navy-soft: #0d2a50;
        --fg-blue: #1677ff;
        --fg-blue-light: #54a0ff;
        --fg-gold: #d9ae4a;
        --fg-white: #ffffff;
        --fg-muted: #b9c6d8;
        position: relative;
        isolation: isolate;
        overflow: hidden;
        background:
            radial-gradient(circle at 10% 15%, rgba(22, 119, 255, .24), transparent 30%),
            radial-gradient(circle at 90% 75%, rgba(217, 174, 74, .16), transparent 28%),
            linear-gradient(145deg, #06152c 0%, #092242 52%, #071a35 100%);
        color: var(--fg-white);
        padding: 64px 0 0;
        font-family: inherit;
    }

    .fg-footer::before,
    .fg-footer::after {
        content: "";
        position: absolute;
        z-index: -1;
        border-radius: 999px;
        pointer-events: none;
    }

    .fg-footer::before {
        width: 420px;
        height: 420px;
        top: -240px;
        right: -120px;
        border: 1px solid rgba(255, 255, 255, .08);
        box-shadow:
            0 0 0 60px rgba(255, 255, 255, .018),
            0 0 0 120px rgba(255, 255, 255, .012);
    }

    .fg-footer::after {
        width: 240px;
        height: 240px;
        left: -100px;
        bottom: 70px;
        background: rgba(22, 119, 255, .08);
        filter: blur(2px);
    }

    .fg-footer-shell {
        width: min(1170px, calc(100% - 40px));
        margin: 0 auto;
    }

    .fg-footer a {
        color: inherit;
        text-decoration: none;
    }

    /* Prevent global typography rules from replacing icon fonts. */
    .fg-footer .la,
    .fg-footer .las,
    .fg-footer .lar {
        font-family: "Line Awesome Free" !important;
        font-style: normal !important;
        font-weight: 900 !important;
        speak: never;
    }

    .fg-footer .lab {
        font-family: "Line Awesome Brands" !important;
        font-style: normal !important;
        font-weight: 400 !important;
        speak: never;
    }

    .fg-footer-cta {
        position: relative;
        overflow: hidden;
        display: grid;
        grid-template-columns: minmax(0, 1.5fr) minmax(300px, .8fr);
        gap: 30px;
        align-items: center;
        padding: 32px 36px;
        margin-bottom: 34px;
        border: 1px solid rgba(255, 255, 255, .2);
        border-radius: 28px;
        background:
            linear-gradient(120deg, rgba(255, 255, 255, .17), rgba(255, 255, 255, .07)),
            linear-gradient(135deg, rgba(16, 83, 173, .8), rgba(4, 32, 68, .86));
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        box-shadow: 0 24px 60px rgba(0, 0, 0, .24);
    }

    .fg-footer-cta::after {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        right: -55px;
        top: -90px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(217, 174, 74, .48), rgba(217, 174, 74, 0) 68%);
        pointer-events: none;
    }

    .fg-footer-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
        padding: 7px 12px;
        border: 1px solid rgba(255, 255, 255, .16);
        border-radius: 999px;
        background: rgba(255, 255, 255, .09);
        color: #d9e8ff;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .fg-footer-eyebrow i {
        color: #ffd875;
        font-size: 16px;
    }

    .fg-footer-cta h2 {
        margin: 0;
        color: #fff;
        font-size: clamp(28px, 3vw, 42px);
        line-height: 1.1;
        font-weight: 800;
        letter-spacing: -.03em;
    }

    .fg-footer-cta p {
        max-width: 650px;
        margin: 13px 0 0;
        color: #d7e4f4;
        font-size: 16px;
        line-height: 1.7;
    }

    .fg-footer-cta-actions {
        position: relative;
        z-index: 1;
        display: grid;
        gap: 12px;
    }

    /* In RTL languages keep the contact actions on the visual right. */
    @media (min-width: 851px) {
        html[dir="rtl"] .fg-footer-cta {
            grid-template-columns: minmax(300px, .8fr) minmax(0, 1.5fr);
        }

        html[dir="rtl"] .fg-footer-cta-actions {
            order: -1;
        }
    }

    .fg-footer-action {
        min-height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 13px 18px;
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 15px;
        color: #fff !important;
        font-size: 15px;
        font-weight: 800;
        transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }

    .fg-footer-action:hover {
        color: #fff !important;
        transform: translateY(-2px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, .22);
        border-color: rgba(255, 255, 255, .35);
    }

    .fg-footer-action--whatsapp {
        background: linear-gradient(135deg, #20bd5a, #0a9540);
    }

    .fg-footer-action--call {
        background: rgba(255, 255, 255, .1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .fg-footer-action i {
        font-size: 22px;
    }

    .fg-footer-trust {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
        margin-bottom: 34px;
    }

    .fg-footer-trust-item {
        display: flex;
        align-items: center;
        gap: 12px;
        min-height: 76px;
        padding: 15px 16px;
        border: 1px solid rgba(255, 255, 255, .1);
        border-radius: 18px;
        background: rgba(255, 255, 255, .055);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    .fg-footer-trust-item .fg-footer-trust-icon {
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        display: grid;
        place-items: center;
        border-radius: 13px;
        background: linear-gradient(145deg, rgba(22, 119, 255, .32), rgba(217, 174, 74, .18));
        color: #fff;
        font-size: 21px;
    }

    .fg-footer-trust-item strong,
    .fg-footer-trust-item span {
        display: block;
    }

    .fg-footer-trust-item strong {
        margin-bottom: 2px;
        color: #fff;
        font-size: 14px;
        line-height: 1.3;
    }

    .fg-footer-trust-item span {
        color: var(--fg-muted);
        font-size: 12px;
        line-height: 1.45;
    }

    .fg-footer-grid {
        display: grid;
        grid-template-columns: 1.28fr .85fr .9fr 1.22fr;
        gap: 28px;
        padding: 34px 0 40px;
        border-top: 1px solid rgba(255, 255, 255, .09);
    }

    .fg-footer-brand,
    .fg-footer-column,
    .fg-footer-newsletter {
        min-width: 0;
    }

    .fg-footer-logo-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 92px;
        padding: 10px 18px;
        margin-bottom: 18px;
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 20px;
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 15px 35px rgba(0, 0, 0, .18);
    }

    .fg-footer-logo-link img {
        display: block;
        width: auto;
        max-width: 180px;
        height: 76px;
        object-fit: contain;
    }

    .fg-footer-brand-copy {
        margin: 0 0 19px;
        color: var(--fg-muted);
        font-size: 14px;
        line-height: 1.7;
    }

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

    .fg-footer-contact-list a {
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 11px;
        align-items: center;
        color: #dce7f6 !important;
        font-size: 13px;
        line-height: 1.5;
        transition: color .2s ease, transform .2s ease;
    }

    .fg-footer-contact-list a:hover {
        color: #fff !important;
        transform: translateX(3px);
    }

    .fg-footer-contact-list i {
        width: 34px;
        height: 34px;
        display: grid;
        place-items: center;
        border-radius: 10px;
        background: rgba(255, 255, 255, .08);
        color: #76b2ff;
        font-size: 17px;
    }

    .fg-footer-title {
        position: relative;
        margin: 6px 0 22px;
        padding-bottom: 13px;
        color: #fff;
        font-size: 17px;
        line-height: 1.3;
        font-weight: 800;
    }

    .fg-footer-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 44px;
        height: 3px;
        border-radius: 999px;
        background: linear-gradient(90deg, var(--fg-blue), var(--fg-gold));
    }

    .fg-footer-links {
        display: grid;
        gap: 11px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .fg-footer-links a {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: var(--fg-muted) !important;
        font-size: 14px;
        line-height: 1.5;
        transition: color .2s ease, transform .2s ease;
    }

    .fg-footer-links a::before {
        content: "";
        flex: 0 0 6px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: rgba(84, 160, 255, .75);
        box-shadow: 0 0 0 4px rgba(84, 160, 255, .08);
        transition: background .2s ease, box-shadow .2s ease;
    }

    .fg-footer-links a:hover {
        color: #fff !important;
        transform: translateX(4px);
    }

    .fg-footer-links a:hover::before {
        background: var(--fg-gold);
        box-shadow: 0 0 0 4px rgba(217, 174, 74, .12);
    }

    .fg-footer-newsletter-card {
        padding: 24px;
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 22px;
        background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .045));
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
    }

    .fg-footer-newsletter-card .fg-footer-title {
        margin-top: 0;
    }

    .fg-footer-newsletter-copy {
        margin: -5px 0 17px;
        color: var(--fg-muted);
        font-size: 13px;
        line-height: 1.65;
    }

    .fg-newsletter-form {
        position: relative;
    }

    .fg-newsletter-group {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 9px;
        padding: 7px;
        border: 1px solid rgba(255, 255, 255, .13);
        border-radius: 15px;
        background: rgba(1, 15, 34, .48);
    }

    .fg-newsletter-field {
        position: relative;
        min-width: 0;
    }

    .fg-newsletter-field i {
        position: absolute;
        left: 13px;
        top: 50%;
        transform: translateY(-50%);
        color: #7ca9df;
        font-size: 18px;
        pointer-events: none;
    }

    .fg-newsletter-input {
        width: 100%;
        min-height: 44px;
        padding: 10px 10px 10px 40px;
        border: 0 !important;
        outline: 0 !important;
        border-radius: 11px !important;
        background: transparent !important;
        color: #fff !important;
        font: inherit;
        font-size: 13px;
        box-shadow: none !important;
    }

    .fg-newsletter-input::placeholder {
        color: #92a6bf;
    }

    .fg-newsletter-input:focus {
        background: rgba(255, 255, 255, .04) !important;
    }

    .fg-newsletter-button {
        min-width: 96px;
        min-height: 44px;
        padding: 10px 16px;
        border: 0;
        border-radius: 11px;
        background: linear-gradient(135deg, var(--fg-blue), #0059d7);
        color: #fff;
        font: inherit;
        font-size: 13px;
        font-weight: 800;
        cursor: pointer;
        transition: transform .2s ease, box-shadow .2s ease;
    }

    .fg-newsletter-button:hover {
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(22, 119, 255, .3);
    }

    .fg-newsletter-note {
        display: flex;
        align-items: center;
        gap: 7px;
        margin: 11px 0 0;
        color: #91a5bf;
        font-size: 11px;
        line-height: 1.45;
    }

    .fg-newsletter-message {
        margin: 0 0 13px;
        padding: 10px 12px;
        border-radius: 11px;
        font-size: 12px;
        line-height: 1.5;
    }

    .fg-newsletter-message--success {
        border: 1px solid rgba(58, 201, 113, .25);
        background: rgba(30, 166, 86, .13);
        color: #a9f2c5;
    }

    .fg-newsletter-message--error {
        border: 1px solid rgba(255, 112, 112, .25);
        background: rgba(210, 61, 61, .13);
        color: #ffb9b9;
    }

    .fg-footer-socials {
        display: flex;
        flex-wrap: wrap;
        gap: 9px;
        margin-top: 19px;
    }

    .fg-footer-socials a {
        width: 40px;
        height: 40px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(255, 255, 255, .1);
        border-radius: 12px;
        background: rgba(255, 255, 255, .065);
        color: #fff !important;
        font-size: 17px;
        transition: transform .2s ease, background .2s ease, border-color .2s ease;
    }

    .fg-footer-socials a:hover {
        transform: translateY(-3px);
        border-color: rgba(255, 255, 255, .24);
        background: rgba(22, 119, 255, .3);
    }

    .fg-footer-bottom {
        border-top: 1px solid rgba(255, 255, 255, .09);
        background: rgba(0, 8, 22, .28);
    }

    .fg-footer-bottom-inner {
        min-height: 82px;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 24px;
        align-items: center;
        padding: 17px 0;
    }

    .fg-footer-copyright {
        margin: 0;
        color: #9fb0c5;
        font-size: 12px;
        line-height: 1.6;
    }

    .fg-footer-copyright strong {
        color: #e8eff8;
        font-weight: 700;
    }

    .fg-footer-bottom-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 16px;
    }

    .fg-footer-mini-links {
        display: flex;
        align-items: center;
        gap: 14px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .fg-footer-mini-links a {
        color: #aebccf !important;
        font-size: 12px;
        transition: color .2s ease;
    }

    .fg-footer-mini-links a:hover {
        color: #fff !important;
    }

    .fg-footer-payment {
        display: flex;
        align-items: center;
        gap: 9px;
        padding-left: 16px;
        border-left: 1px solid rgba(255, 255, 255, .12);
    }

    .fg-footer-payment span {
        color: #dce6f3;
        font-size: 11px;
        font-weight: 700;
        white-space: nowrap;
    }

    .fg-footer-payment img {
        display: block;
        max-width: 112px;
        width: auto;
        height: auto;
        max-height: 28px;
        object-fit: contain;
    }

    .fg-footer .sr-only {
        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;
        white-space: nowrap !important;
        border: 0 !important;
    }

    .fg-footer-honeypot {
        position: absolute !important;
        left: -9999px !important;
        width: 1px !important;
        height: 1px !important;
        overflow: hidden !important;
    }

    @media (max-width: 1050px) {
        .fg-footer-grid {
            grid-template-columns: 1.2fr .8fr .8fr;
        }

        .fg-footer-newsletter {
            grid-column: 1 / -1;
        }

        .fg-footer-newsletter-card {
            display: grid;
            grid-template-columns: minmax(240px, .7fr) minmax(360px, 1.3fr);
            column-gap: 30px;
            align-items: center;
        }

        .fg-footer-newsletter-card .fg-footer-title,
        .fg-footer-newsletter-copy {
            grid-column: 1;
        }

        .fg-footer-newsletter-card .fg-footer-title {
            align-self: end;
        }

        .fg-newsletter-form,
        .fg-footer-socials {
            grid-column: 2;
        }

        .fg-newsletter-form {
            grid-row: 1 / span 2;
            align-self: center;
        }
    }

    @media (max-width: 850px) {
        .fg-footer {
            padding-top: 42px;
        }

        .fg-footer-cta {
            grid-template-columns: 1fr;
            padding: 28px;
        }

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

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

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

        .fg-footer-brand,
        .fg-footer-newsletter {
            grid-column: 1 / -1;
        }

        .fg-footer-brand {
            display: grid;
            grid-template-columns: 220px minmax(0, 1fr);
            gap: 24px;
            align-items: start;
        }

        .fg-footer-logo-link {
            margin-bottom: 0;
        }

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

        .fg-footer-newsletter-card .fg-footer-title,
        .fg-footer-newsletter-copy,
        .fg-newsletter-form,
        .fg-footer-socials {
            grid-column: 1;
            grid-row: auto;
        }

        .fg-footer-bottom-inner {
            grid-template-columns: 1fr;
            text-align: center;
        }

        .fg-footer-bottom-right {
            justify-content: center;
            flex-wrap: wrap;
        }
    }

    @media (max-width: 620px) {
        .fg-footer-shell {
            width: min(100% - 28px, 1170px);
        }

        .fg-footer-cta {
            padding: 24px 20px;
            border-radius: 22px;
        }

        .fg-footer-cta h2 {
            font-size: 29px;
        }

        .fg-footer-cta p {
            font-size: 14px;
        }

        .fg-footer-cta-actions,
        .fg-footer-trust,
        .fg-footer-grid,
        .fg-footer-brand {
            grid-template-columns: 1fr;
        }

        .fg-footer-brand {
            gap: 18px;
        }

        .fg-footer-logo-link {
            justify-self: start;
        }

        .fg-footer-grid {
            gap: 30px;
            padding-top: 30px;
        }

        .fg-footer-trust-item {
            min-height: 70px;
        }

        .fg-newsletter-group {
            grid-template-columns: 1fr;
        }

        .fg-newsletter-button {
            width: 100%;
        }

        .fg-footer-bottom-right {
            flex-direction: column;
            gap: 13px;
        }

        .fg-footer-mini-links {
            flex-wrap: wrap;
            justify-content: center;
        }

        .fg-footer-payment {
            padding-left: 0;
            border-left: 0;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .fg-footer *,
        .fg-footer *::before,
        .fg-footer *::after {
            scroll-behavior: auto !important;
            transition-duration: .01ms !important;
            animation-duration: .01ms !important;
            animation-iteration-count: 1 !important;
        }
    }

/* Modern quick-help dock — isolated class names prevent theme conflicts. */
    .fg-quick-help,
    .fg-quick-help * {
        box-sizing: border-box;
    }

    /* Only the unified launcher is visible. */
    .fgt-ai-root .fgt-ai-launcher {
        display: none !important;
    }

    .fg-quick-help {
        --fgh-navy: #071d3a;
        --fgh-blue: #0c5eae;
        --fgh-gold: #d9ae4a;
        --fgh-white: #fff;
        position: fixed;
        z-index: 2147482500;
        right: max(16px, env(safe-area-inset-right));
        bottom: max(24px, calc(env(safe-area-inset-bottom) + 18px));
        display: grid;
        justify-items: end;
        gap: 13px;
        font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
        line-height: 1.3;
        -webkit-font-smoothing: antialiased;
        pointer-events: none;
    }

    .fg-quick-help button,
    .fg-quick-help a {
        font: inherit;
        -webkit-tap-highlight-color: transparent;
    }

    .fg-quick-help-menu {
        display: grid;
        justify-items: end;
        gap: 10px;
        margin: 0;
        padding: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .fg-quick-help-action {
        --fgh-order: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        min-height: 48px;
        border: 0;
        color: var(--fgh-white) !important;
        background: transparent;
        cursor: pointer;
        text-decoration: none !important;
        opacity: 0;
        transform: translateX(16px) scale(.96);
        transition:
            opacity .2s ease calc(var(--fgh-order) * 35ms),
            transform .24s cubic-bezier(.2, .8, .2, 1) calc(var(--fgh-order) * 35ms);
        pointer-events: none;
    }

    .fg-quick-help-action-label {
        position: relative;
        min-width: 126px;
        padding: 11px 15px;
        border: 1px solid rgba(255, 255, 255, .13);
        border-radius: 13px;
        color: #fff;
        background: linear-gradient(135deg, rgba(7, 29, 58, .98), rgba(15, 61, 106, .96));
        box-shadow: 0 10px 30px rgba(7, 29, 58, .24);
        font-size: 12px;
        font-weight: 750;
        text-align: center;
        white-space: nowrap;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    .fg-quick-help-action-label::after {
        content: "";
        position: absolute;
        right: -5px;
        top: 50%;
        width: 9px;
        height: 9px;
        background: #0e365f;
        transform: translateY(-50%) rotate(45deg);
    }

    .fg-quick-help-action-icon {
        position: relative;
        display: grid;
        flex: 0 0 48px;
        place-items: center;
        width: 48px;
        height: 48px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .65);
        border-radius: 50%;
        color: #fff;
        background: linear-gradient(145deg, #153f78, #092651);
        box-shadow: 0 10px 26px rgba(7, 29, 58, .28);
        transition: transform .2s ease, box-shadow .2s ease;
    }

    .fg-quick-help-action-icon::before {
        content: "";
        position: absolute;
        inset: 1px 3px auto;
        height: 45%;
        border-radius: 50%;
        background: linear-gradient(180deg, rgba(255, 255, 255, .2), transparent);
        pointer-events: none;
    }

    .fg-quick-help-action-icon svg {
        position: relative;
        z-index: 1;
        width: 22px;
        height: 22px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .fg-quick-help-action--assistant .fg-quick-help-action-icon {
        color: #09203f;
        background: linear-gradient(145deg, #f2cf78, var(--fgh-gold));
    }

    .fg-quick-help-action--whatsapp .fg-quick-help-action-icon {
        background: linear-gradient(145deg, #32df83, #13a85d);
        box-shadow: 0 10px 28px rgba(24, 178, 98, .28);
    }

    .fg-quick-help-action--live .fg-quick-help-action-icon {
        background: linear-gradient(145deg, #1681d5, #0a4f92);
    }

    .fg-quick-help-action--contact .fg-quick-help-action-icon {
        background: linear-gradient(145deg, #7657d8, #443296);
    }

    .fg-quick-help-action--email .fg-quick-help-action-icon {
        color: #09203f;
        background: linear-gradient(145deg, #f2cf78, var(--fgh-gold));
    }

    .fg-quick-help-action:hover .fg-quick-help-action-icon,
    .fg-quick-help-action:focus-visible .fg-quick-help-action-icon {
        transform: translateY(-2px) scale(1.06);
        box-shadow: 0 14px 32px rgba(7, 29, 58, .35);
    }

    .fg-quick-help-action:hover .fg-quick-help-action-label,
    .fg-quick-help-action:focus-visible .fg-quick-help-action-label {
        background: linear-gradient(135deg, #0b3260, #1267ae);
    }

    .fg-quick-help-hub {
        position: relative;
        display: grid;
        place-items: center;
        width: 64px;
        height: 64px;
        padding: 0;
        border: 2px solid rgba(255, 255, 255, .84);
        border-radius: 50%;
        color: #fff;
        background: linear-gradient(145deg, #153f78, #071d3a 72%);
        box-shadow: 0 15px 38px rgba(7, 29, 58, .36), inset 0 1px 0 rgba(255, 255, 255, .25);
        cursor: pointer;
        transition: transform .24s ease, box-shadow .24s ease, background .24s ease;
        pointer-events: auto;
    }

    .fg-quick-help-hub::before,
    .fg-quick-help-hub::after {
        content: "";
        position: absolute;
        inset: -7px;
        z-index: -1;
        border: 1px solid rgba(15, 96, 174, .28);
        border-radius: inherit;
        animation: fg-help-pulse 2.8s ease-out infinite;
    }

    .fg-quick-help-hub::after {
        animation-delay: 1.4s;
    }

    .fg-quick-help-hub svg {
        width: 30px;
        height: 30px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: opacity .18s ease, transform .22s ease;
    }

    .fg-quick-help-hub-close {
        position: absolute;
        opacity: 0;
        transform: rotate(-70deg) scale(.7);
    }

    .fg-quick-help-hub:hover {
        transform: translateY(-3px) scale(1.03);
        box-shadow: 0 19px 44px rgba(7, 29, 58, .42), inset 0 1px 0 rgba(255, 255, 255, .25);
    }

    .fg-quick-help-hub:focus-visible,
    .fg-quick-help-action:focus-visible {
        outline: 3px solid rgba(217, 174, 74, .52);
        outline-offset: 3px;
    }

    .fg-quick-help-prompt {
        position: absolute;
        right: 78px;
        bottom: 2px;
        width: 184px;
        padding: 11px 14px;
        border: 1px solid rgba(12, 94, 174, .16);
        border-radius: 16px 16px 4px 16px;
        color: #102946;
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 14px 36px rgba(7, 29, 58, .18);
        opacity: 1;
        transform: translateX(0);
        transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
        pointer-events: auto;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    .fg-quick-help-prompt strong,
    .fg-quick-help-prompt span {
        display: block;
    }

    .fg-quick-help-prompt strong {
        font-size: 12.5px;
        font-weight: 800;
    }

    .fg-quick-help-prompt span {
        margin-top: 2px;
        color: #64758a;
        font-size: 10.5px;
    }

    .fg-quick-help-prompt-dot {
        position: absolute;
        right: -2px;
        top: -3px;
        width: 11px;
        height: 11px;
        border: 2px solid #fff;
        border-radius: 50%;
        background: #2ad879;
        box-shadow: 0 0 0 4px rgba(42, 216, 121, .14);
    }

    .fg-quick-help[data-open="true"] .fg-quick-help-menu {
        visibility: visible;
        pointer-events: auto;
    }

    .fg-quick-help[data-open="true"] .fg-quick-help-action {
        opacity: 1;
        transform: translateX(0) scale(1);
        pointer-events: auto;
    }

    .fg-quick-help[data-open="true"] .fg-quick-help-hub {
        background: linear-gradient(145deg, #254c90, #172f75);
        transform: rotate(90deg);
    }

    .fg-quick-help[data-open="true"] .fg-quick-help-hub-headset {
        opacity: 0;
        transform: rotate(70deg) scale(.7);
    }

    .fg-quick-help[data-open="true"] .fg-quick-help-hub-close {
        opacity: 1;
        transform: rotate(-90deg) scale(1);
    }

    .fg-quick-help[data-open="true"] .fg-quick-help-prompt,
    .fg-quick-help[data-prompt="hidden"] .fg-quick-help-prompt {
        visibility: hidden;
        opacity: 0;
        transform: translateX(12px);
        pointer-events: none;
    }

    @keyframes fg-help-pulse {
        0% { opacity: .65; transform: scale(.88); }
        75%, 100% { opacity: 0; transform: scale(1.28); }
    }

    @media (max-width: 620px) {
        .fg-quick-help {
            right: max(12px, env(safe-area-inset-right));
            bottom: max(18px, calc(env(safe-area-inset-bottom) + 12px));
            gap: 10px;
        }

        .fg-quick-help-hub {
            width: 58px;
            height: 58px;
        }

        .fg-quick-help-hub svg {
            width: 27px;
            height: 27px;
        }

        .fg-quick-help-action {
            min-height: 44px;
        }

        .fg-quick-help-action-icon {
            flex-basis: 44px;
            width: 44px;
            height: 44px;
        }

        .fg-quick-help-action-icon svg {
            width: 20px;
            height: 20px;
        }

        .fg-quick-help-action-label {
            min-width: 116px;
            padding: 10px 12px;
            font-size: 11.5px;
        }

        .fg-quick-help-prompt {
            right: 70px;
            width: 165px;
        }
    }

    @media (max-height: 610px) and (min-width: 481px) {
        .fg-quick-help-menu {
            gap: 6px;
        }

        .fg-quick-help-action,
        .fg-quick-help-action-icon {
            min-height: 42px;
            height: 42px;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .fg-quick-help *,
        .fg-quick-help *::before,
        .fg-quick-help *::after {
            animation-duration: .01ms !important;
            animation-iteration-count: 1 !important;
            transition-duration: .01ms !important;
        }
    }
