:root {
    --sg-vfaq-orange: #F04E23;
    --sg-vfaq-orange-dark: #D6411C;
    --sg-vfaq-pencil: #333333;
    --sg-vfaq-paper: #F9F7F2;
    --sg-vfaq-white: #FFFFFF;
    --sg-vfaq-quiet: #6A6864;
    --sg-vfaq-surface: #ECE9E2;
    --sg-vfaq-surface-soft: #F2F0EB;
    --sg-vfaq-surface-hover: #E2DED6;
    --sg-vfaq-line: #D5D1C9;
    --sg-vfaq-focus: #4F81BD;
    --sg-vfaq-danger: #A83228;
    --sg-vfaq-panel-shadow: 0 18px 48px rgba(35, 33, 30, 0.22);
    --sg-vfaq-launcher-shadow: 0 14px 38px rgba(35, 33, 30, 0.42);
    --sg-vfaq-label-shadow: 0 11px 28px rgba(35, 33, 30, 0.34);
}

body.sg-vfaq-mobile-open { overflow: hidden; }

.sg-vfaq-panel *,
.sg-vfaq-launcher-wrap * { box-sizing: border-box; }

.sg-vfaq-panel button,
.sg-vfaq-panel input,
.sg-vfaq-panel textarea,
.sg-vfaq-panel select,
.sg-vfaq-launcher-wrap button { font: inherit; }

.sg-vfaq-panel button,
.sg-vfaq-launcher-wrap button { cursor: pointer; }

.sg-vfaq-panel :focus-visible,
.sg-vfaq-launcher-wrap :focus-visible {
    outline: 3px solid var(--sg-vfaq-focus);
    outline-offset: 3px;
}

.sg-vfaq-panel :focus:not(:focus-visible),
.sg-vfaq-launcher-wrap :focus:not(:focus-visible) { outline: none; }

.sg-vfaq-scrim {
    position: fixed;
    inset: 0;
    z-index: 8990;
    display: none;
    background: rgba(0, 0, 0, 0.58);
}

.sg-vfaq-scrim.visible { display: block; }

.sg-vfaq-launcher-wrap {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 9010;
    width: 294px;
    height: 156px;
    font-family: var(--font-main, "Plus Jakarta Sans", sans-serif);
    pointer-events: none;
    transition: opacity 160ms ease;
}

.sg-vfaq-question-cycle {
    position: absolute;
    left: 86px;
    bottom: 68px;
    width: 208px;
    min-height: 64px;
    padding: 11px 14px;
    border: 0;
    border-radius: 18px 18px 18px 4px;
    background: var(--sg-vfaq-white);
    color: var(--sg-vfaq-pencil);
    box-shadow: 0 7px 20px rgba(35, 33, 30, 0.22);
    font-size: 0.78rem;
    font-weight: 850;
    line-height: 1.3;
    text-align: left;
    pointer-events: auto;
    transition: opacity 180ms ease;
}

.sg-vfaq-question-cycle.changing { opacity: 0; }

.sg-vfaq-launcher {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 92px;
    height: 92px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 50%;
    background: var(--sg-vfaq-orange);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.94), var(--sg-vfaq-launcher-shadow);
    pointer-events: auto;
}

.sg-vfaq-launcher img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% 26%;
}

.sg-vfaq-launcher-label {
    position: absolute;
    left: 76px;
    bottom: 8px;
    min-width: 158px;
    min-height: 46px;
    padding: 11px 16px;
    border: 0;
    background: var(--sg-vfaq-orange);
    color: var(--sg-vfaq-white);
    box-shadow: var(--sg-vfaq-label-shadow);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    pointer-events: auto;
}

.sg-vfaq-panel {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 9020;
    width: min(430px, calc(100vw - 48px));
    height: min(760px, calc(100dvh - 48px));
    display: none;
    grid-template-rows: auto minmax(0, 1fr) auto;
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    background: var(--sg-vfaq-white);
    box-shadow: var(--sg-vfaq-panel-shadow);
    color: var(--sg-vfaq-pencil);
    font-family: var(--font-main, "Plus Jakarta Sans", sans-serif);
    line-height: 1.5;
    text-align: left;
}

.sg-vfaq-panel.open { display: grid; }

.sg-vfaq-header {
    min-height: 78px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: var(--sg-vfaq-orange);
    color: var(--sg-vfaq-white);
}

.sg-vfaq-header-person { display: flex; align-items: center; gap: 11px; }

.sg-vfaq-header-person img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    object-position: 50% 24%;
}

.sg-vfaq-header h2 {
    margin: 0;
    color: var(--sg-vfaq-white);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}

.sg-vfaq-header p { margin: 3px 0 0; color: var(--sg-vfaq-white); font-size: 0.72rem; font-weight: 750; }

.sg-vfaq-close {
    min-width: 58px;
    min-height: 44px;
    padding: 8px 10px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: var(--sg-vfaq-white);
    font-size: 0.72rem;
    font-weight: 850;
    text-transform: uppercase;
}

.sg-vfaq-body {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: var(--sg-vfaq-paper);
    scrollbar-color: var(--sg-vfaq-orange) var(--sg-vfaq-surface);
}

.sg-vfaq-view { min-height: 100%; padding: 22px; }

.sg-vfaq-back {
    min-height: 40px;
    margin: 0 0 18px;
    padding: 7px 12px;
    border: 0;
    border-radius: 999px;
    background: var(--sg-vfaq-surface);
    color: var(--sg-vfaq-pencil);
    font-size: 0.75rem;
    font-weight: 850;
}

.sg-vfaq-welcome {
    margin: 0 0 14px;
    color: var(--sg-vfaq-pencil);
    font-size: 1.22rem;
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

.sg-vfaq-intro {
    margin: 0 0 22px;
    color: var(--sg-vfaq-quiet);
    font-size: 0.86rem;
    font-weight: 650;
}

.sg-vfaq-search-label,
.sg-vfaq-field-label,
.sg-vfaq-section-label {
    display: block;
    color: var(--sg-vfaq-quiet);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.sg-vfaq-search-label,
.sg-vfaq-field-label { margin: 0 0 7px; }

.sg-vfaq-section-label { margin: 26px 0 11px; }

.sg-vfaq-search,
.sg-vfaq-field,
.sg-vfaq-message {
    width: 100%;
    min-height: 48px;
    padding: 12px 13px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: var(--sg-vfaq-surface-soft);
    color: var(--sg-vfaq-pencil);
    font-size: 16px;
}

.sg-vfaq-message { min-height: 116px; resize: vertical; }

.sg-vfaq-search-status {
    min-height: 23px;
    margin: 8px 0 0;
    color: var(--sg-vfaq-quiet);
    font-size: 0.72rem;
    font-weight: 700;
}

.sg-vfaq-topics { display: flex; flex-wrap: wrap; gap: 10px; }

.sg-vfaq-chip {
    min-height: 42px;
    padding: 9px 13px;
    border: 0;
    border-radius: 999px;
    background: var(--sg-vfaq-surface);
    color: var(--sg-vfaq-pencil);
    font-size: 0.72rem;
    font-weight: 850;
}

.sg-vfaq-chip:hover { background: var(--sg-vfaq-surface-hover); }
.sg-vfaq-chip.active { background: var(--sg-vfaq-orange); color: var(--sg-vfaq-white); }
.sg-vfaq-chip.active:hover { background: var(--sg-vfaq-orange-dark); }

.sg-vfaq-results { display: grid; gap: 12px; }

.sg-vfaq-result {
    width: 100%;
    min-height: 58px;
    padding: 12px 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 0;
    border-radius: 13px;
    background: var(--sg-vfaq-surface-soft);
    color: var(--sg-vfaq-pencil);
    text-align: left;
}

.sg-vfaq-result:hover { background: var(--sg-vfaq-surface-hover); }

.sg-vfaq-result-title { display: block; font-size: 0.81rem; font-weight: 850; line-height: 1.25; }
.sg-vfaq-result-meta { display: block; margin-top: 4px; color: var(--sg-vfaq-quiet); font-size: 0.68rem; font-weight: 750; }
.sg-vfaq-result-action { flex: 0 0 auto; color: var(--sg-vfaq-orange); font-size: 0.68rem; font-weight: 900; text-transform: uppercase; }

.sg-vfaq-empty,
.sg-vfaq-success {
    padding: 18px;
    border-radius: 14px;
    background: var(--sg-vfaq-surface);
}

.sg-vfaq-empty h3,
.sg-vfaq-success h3 { margin: 0 0 8px; color: var(--sg-vfaq-pencil); font-size: 1rem; }
.sg-vfaq-empty p,
.sg-vfaq-success p { margin: 0 0 12px; color: var(--sg-vfaq-quiet); font-size: 0.8rem; font-weight: 650; }
.sg-vfaq-success { padding: 26px 18px; text-align: center; }
.sg-vfaq-success p { margin: 0; }

.sg-vfaq-answer h3 {
    margin: 0 0 14px;
    color: var(--sg-vfaq-pencil);
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.sg-vfaq-answer-copy {
    margin: 0 0 20px;
    color: #4C4A47;
    font-size: 0.86rem;
    font-weight: 400;
    line-height: 1.65;
}

.sg-vfaq-answer-copy strong { color: var(--sg-vfaq-pencil); font-weight: 850; }
.sg-vfaq-answer-copy a { color: var(--sg-vfaq-orange-dark); font-weight: 800; }

.sg-vfaq-primary,
.sg-vfaq-secondary {
    width: 100%;
    min-height: 48px;
    padding: 11px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    background: var(--sg-vfaq-orange);
    color: var(--sg-vfaq-white);
    font-size: 0.78rem;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.sg-vfaq-primary:hover { background: var(--sg-vfaq-orange-dark); color: var(--sg-vfaq-white); }
.sg-vfaq-secondary { background: var(--sg-vfaq-surface); color: var(--sg-vfaq-pencil); }
.sg-vfaq-secondary:hover { background: var(--sg-vfaq-surface-hover); color: var(--sg-vfaq-pencil); }
.sg-vfaq-actions { display: grid; gap: 12px; }

.sg-vfaq-troubleshoot {
    padding: 20px;
    border-radius: 16px;
    background: var(--sg-vfaq-surface-soft);
}

.sg-vfaq-troubleshoot h3 { margin: 0 0 14px; color: var(--sg-vfaq-pencil); font-size: 1rem; }
.sg-vfaq-troubleshoot ol { margin: 0 0 18px; padding-left: 22px; }
.sg-vfaq-troubleshoot li { margin: 0 0 11px; font-size: 0.8rem; font-weight: 650; }
.sg-vfaq-troubleshoot > .sg-vfaq-secondary { margin-bottom: 16px; }

.sg-vfaq-confirm,
.sg-vfaq-consent {
    min-height: 50px;
    padding: 12px 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 0;
    border-radius: 12px;
    background: var(--sg-vfaq-white);
    color: var(--sg-vfaq-pencil);
    font-size: 0.77rem;
    font-weight: 700;
    cursor: pointer;
}

.sg-vfaq-consent { background: var(--sg-vfaq-surface-soft); }
.sg-vfaq-consent a { color: var(--sg-vfaq-orange-dark); font-weight: 850; }
.sg-vfaq-confirm input,
.sg-vfaq-consent input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--sg-vfaq-orange); flex: 0 0 auto; }
.sg-vfaq-reveal-slot { min-height: 0; margin-top: 14px; }
.sg-vfaq-reveal-slot .sg-vfaq-primary { display: none; }
.sg-vfaq-reveal-slot.ready .sg-vfaq-primary { display: flex; }

.sg-vfaq-field-wrap { margin-bottom: 17px; }

.sg-vfaq-file {
    width: 100%;
    min-height: 48px;
    padding: 9px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: var(--sg-vfaq-surface-soft);
    color: var(--sg-vfaq-pencil);
    font-size: 0.75rem;
}

.sg-vfaq-helper { margin: 5px 0 0; color: var(--sg-vfaq-quiet); font-size: 0.68rem; font-weight: 650; }
.sg-vfaq-turnstile { min-height: 70px; margin: 0 0 12px; overflow: hidden; }
.sg-vfaq-form-status { min-height: 38px; margin: 8px 0 0; color: var(--sg-vfaq-danger); font-size: 0.72rem; font-weight: 750; }

.sg-vfaq-nav {
    position: static;
    min-height: 66px;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    border-top: 1px solid var(--sg-vfaq-line);
    background: var(--sg-vfaq-white);
}

.sg-vfaq-nav button {
    min-height: 44px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: var(--sg-vfaq-quiet);
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
}

.sg-vfaq-nav button:hover,
.sg-vfaq-nav button.active { background: var(--sg-vfaq-orange); color: var(--sg-vfaq-white); }

@media (max-width: 760px) {
    .sg-vfaq-launcher-wrap { left: 14px; bottom: 14px; width: 230px; height: 100px; }
    .sg-vfaq-launcher-wrap.sg-vfaq-has-price-badge { bottom: 156px; }
    .sg-vfaq-launcher-wrap.sg-vfaq-page-cta-visible { visibility: hidden; opacity: 0; pointer-events: none; }
    .sg-vfaq-question-cycle { display: none; }
    .sg-vfaq-panel {
        left: 12px;
        right: 12px;
        bottom: 12px;
        width: auto;
        height: min(820px, calc(100dvh - 24px));
        border-radius: 18px;
    }
    .sg-vfaq-scrim.visible { display: block; }
}

@media (max-width: 420px) {
    .sg-vfaq-question-cycle { width: 190px; left: 80px; }
    .sg-vfaq-launcher { width: 84px; height: 84px; }
    .sg-vfaq-launcher-label { left: 70px; }
    .sg-vfaq-view { padding: 18px; }
}

@media (prefers-reduced-motion: reduce) {
    .sg-vfaq-question-cycle { transition: none; }
}
