/* VitoScore FAQ – Intelligence & Knowledge Base Hero */
.faq-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #e2e8f0;
    background: linear-gradient(135deg, #061226 0%, #0c1932 48%, #171b43 100%) !important;
}
.faq-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .34;
    pointer-events: none;
    background-image: radial-gradient(rgba(147,197,253,.65) .75px, transparent .75px);
    background-size: 26px 26px;
    mask-image: radial-gradient(ellipse 82% 125% at 70% 40%, black 5%, transparent 78%);
    -webkit-mask-image: radial-gradient(ellipse 82% 125% at 70% 40%, black 5%, transparent 78%);
}
.faq-hero::after {
    content: '';
    position: absolute;
    right: -210px;
    top: -290px;
    z-index: -1;
    width: 690px;
    height: 690px;
    border: 1px solid rgba(129,140,248,.17);
    border-radius: 50%;
    box-shadow: 0 0 0 34px rgba(129,140,248,.035), 0 0 0 76px rgba(129,140,248,.025);
    pointer-events: none;
}
.faq-hero-layout {
    position: relative;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    gap: 2rem;
    min-height: 365px;
}
.faq-hero-copy { position: relative; z-index: 2; min-width: 0; text-align: left; }
.faq-hero-breadcrumb { display: flex; align-items: center; gap: .45rem; margin-bottom: 1.8rem; color: #64748b; font-size: .68rem; font-weight: 700; }
.faq-hero-breadcrumb a { color: #94a3b8; text-decoration: none; transition: color .2s ease; }
.faq-hero-breadcrumb a:hover { color: #bfdbfe; }
.faq-hero-breadcrumb svg { color: #475569; }
.faq-hero-breadcrumb span { color: #cbd5e1; }
.faq-hero-kicker { display: inline-flex; align-items: center; gap: .65rem; color: #93c5fd; font-size: .68rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.faq-hero-kicker-mark { position: relative; width: 8px; height: 8px; border-radius: 50%; background: #60a5fa; box-shadow: 0 0 0 5px rgba(96,165,250,.12), 0 0 18px rgba(96,165,250,.85); }
.faq-hero-kicker-mark::after { content: ''; position: absolute; inset: -5px; border: 1px solid rgba(147,197,253,.45); border-radius: 50%; animation: faq-kicker-ping 2.4s ease-out infinite; }
@keyframes faq-kicker-ping { 0% { opacity: .75; transform: scale(.65); } 75%, 100% { opacity: 0; transform: scale(1.9); } }
.faq-hero h1 { max-width: none; margin: 1.15rem 0 0; color: #f8fafc; font-size: clamp(1.95rem, 2.6vw, 2.55rem); line-height: 1.06; letter-spacing: -.06em; font-weight: 800; }
.faq-gold-text { background: linear-gradient(90deg, #93c5fd, #c4b5fd 50%, #93c5fd); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.faq-hero-lead { max-width: 34rem; margin: 1.25rem 0 0; color: #94a3b8; font-size: .97rem; line-height: 1.75; }
.faq-hero-trust { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.5rem; }
.faq-trust-pill { display: inline-flex; align-items: center; gap: .45rem; padding: .52rem .72rem; border: 1px solid rgba(148,163,184,.16); border-radius: 10px; color: #cbd5e1; background: rgba(255,255,255,.045); font-size: .66rem; font-weight: 750; }
.faq-trust-pill svg { color: #60a5fa; }
.faq-category-label { margin: 1.8rem 0 .65rem; color: #64748b; font-size: .62rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.faq-hero-categories { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: .45rem; }
.faq-nav-pill { display: inline-flex; align-items: center; gap: .42rem; padding: .48rem .67rem; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: rgba(203,213,225,.8); background: rgba(255,255,255,.055); font-size: .64rem; font-weight: 700; text-decoration: none; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.faq-nav-pill:hover { color: #fff; border-color: color-mix(in srgb, var(--pill-color) 65%, white 10%); background: color-mix(in srgb, var(--pill-color) 15%, transparent); transform: translateY(-2px); }
.faq-nav-pill svg { color: var(--pill-color); }

/* ── Knowledge-base SVG dashboard ─────────────────────────────────────── */
.faq-hero-art { display: block; justify-self: end; width: min(100%, 620px); max-width: 100%; min-width: 0; height: auto; margin: 0; overflow: visible; }
.faq-art-orbit { transform-origin: 278px 194px; animation: faq-orbit 27s linear infinite; }
.faq-art-orbit-reverse { transform-origin: 278px 194px; animation: faq-orbit-reverse 34s linear infinite; }
@keyframes faq-orbit { to { transform: rotate(360deg); } }
@keyframes faq-orbit-reverse { to { transform: rotate(-360deg); } }
.faq-art-glow { transform-origin: 278px 194px; animation: faq-glow 4.5s ease-in-out infinite; }
@keyframes faq-glow { 0%, 100% { opacity: .3; transform: scale(.96); } 50% { opacity: .72; transform: scale(1.05); } }
.faq-art-pulse { transform-origin: 278px 194px; animation: faq-core-pulse 3.4s ease-in-out infinite; }
@keyframes faq-core-pulse { 0%, 100% { opacity: .78; } 50% { opacity: 1; } }
.faq-art-float-a { animation: faq-float-a 5.4s ease-in-out infinite; }
.faq-art-float-b { animation: faq-float-b 6.3s ease-in-out .8s infinite; }
@keyframes faq-float-a { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes faq-float-b { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(7px); } }
.faq-art-scan { animation: faq-scan 3.7s ease-in-out infinite; }
@keyframes faq-scan { 0%, 100% { opacity: .08; transform: translateY(-40px); } 50% { opacity: .7; transform: translateY(42px); } }
.faq-art-bar { transform-box: fill-box; transform-origin: bottom; animation: faq-bar 3.6s ease-in-out infinite; }
.faq-art-bar-2 { animation-delay: .25s; }
.faq-art-bar-3 { animation-delay: .5s; }
@keyframes faq-bar { 0%, 100% { transform: scaleY(.74); } 50% { transform: scaleY(1); } }

@media (min-width: 1280px) {
    .faq-hero h1 { white-space: nowrap; }
}
@media (max-width: 900px) {
    .faq-hero-layout { grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: 1rem; }
    .faq-hero-art { width: min(100%, 390px); justify-self: end; }
    .faq-hero h1 { font-size: clamp(2rem, 4.5vw, 3rem); }
}

@media (max-width: 700px) {
    .faq-hero-layout { display: block; min-height: 0; }
    .faq-hero-copy { text-align: center; }
    .faq-hero-breadcrumb { justify-content: center; margin-bottom: 1.45rem; }
    .faq-hero h1 { font-size: clamp(2.35rem, 11vw, 3.45rem); }
    .faq-hero-lead { max-width: 32rem; margin-left: auto; margin-right: auto; font-size: .88rem; }
    .faq-hero-trust, .faq-hero-categories { justify-content: center; }
    .faq-category-label { margin-top: 1.5rem; }
    .faq-hero-art { width: min(100%, 440px); margin: 0 auto -.8rem; }
}
@media (max-width: 480px) {
    .faq-hero-trust { gap: .4rem; }
    .faq-trust-pill { padding: .46rem .56rem; font-size: .59rem; }
    .faq-nav-pill { padding: .44rem .57rem; font-size: .6rem; }
    .faq-hero-art { width: 112%; max-width: none; margin-left: -6%; margin-right: -6%; }
}
@media (prefers-reduced-motion: reduce) {
    .faq-hero-kicker-mark::after, .faq-art-orbit, .faq-art-orbit-reverse, .faq-art-glow, .faq-art-pulse, .faq-art-float-a, .faq-art-float-b, .faq-art-scan, .faq-art-bar { animation: none; }
    .faq-nav-pill { transition: none; }
}
