/* ============================================================
   UQX — shared modern page design system (light theme)
   Apply to a page by adding class "uqx" to .page-wrapper, then
   compose sections with the .uqx-* classes below.
   ============================================================ */
.uqx {
    --uqx-accent: #2f4bff;
    --uqx-accent-2: #6d8bff;
    --uqx-ink: #0f1533;
    --uqx-muted: #5b6478;
    --uqx-line: rgba(15, 23, 60, 0.08);
    --uqx-sh: 0 18px 46px rgba(15, 23, 60, 0.08);
    --uqx-sh-hi: 0 26px 56px rgba(15, 23, 60, 0.14);
    --uqx-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
    background: #f5f8ff;
    color: var(--uqx-ink);
    overflow-x: hidden;
}
.uqx .uqx-container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.uqx h1, .uqx h2, .uqx h3, .uqx h4 { color: var(--uqx-ink); }
.uqx .uqx-grad {
    background: linear-gradient(90deg, var(--uqx-accent), var(--uqx-accent-2));
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.uqx .uqx-eyebrow {
    display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 0.16em;
    text-transform: uppercase; color: var(--uqx-accent); margin-bottom: 14px;
}
.uqx .uqx-section { padding: 74px 0; }
.uqx .uqx-section--tight { padding: 20px 0 74px; }
.uqx .uqx-head { max-width: 680px; margin: 0 auto 44px; text-align: center; }
.uqx .uqx-head.left { margin-left: 0; text-align: left; }
.uqx .uqx-h2 { font-size: 34px; font-weight: 900; letter-spacing: -0.02em; line-height: 1.15; margin: 0 0 14px; }
.uqx .uqx-lead { font-size: 16px; line-height: 1.75; color: var(--uqx-muted); margin: 0; }

/* buttons */
.uqx .uqx-btns { display: flex; flex-wrap: wrap; gap: 14px; }
.uqx .uqx-btn {
    display: inline-flex; align-items: center; gap: 10px; padding: 15px 26px; border-radius: 12px;
    font-size: 15px; font-weight: 700; cursor: pointer; border: none; text-decoration: none;
    transition: transform 0.35s var(--uqx-ease), box-shadow 0.35s var(--uqx-ease), color 0.35s var(--uqx-ease), border-color 0.35s var(--uqx-ease);
}
.uqx .uqx-btn--primary { color: #fff; background: linear-gradient(135deg, var(--uqx-accent), var(--uqx-accent-2)); box-shadow: 0 12px 26px rgba(47,75,255,0.28); }
.uqx .uqx-btn--primary:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(47,75,255,0.38); }
.uqx .uqx-btn--ghost { color: var(--uqx-ink); background: #fff; border: 1px solid var(--uqx-line); box-shadow: 0 6px 18px rgba(15,23,60,0.06); }
.uqx .uqx-btn--ghost:hover { transform: translateY(-3px); border-color: var(--uqx-accent); color: var(--uqx-accent); }
.uqx .uqx-btn--light { color: var(--uqx-accent); background: #fff; }
.uqx .uqx-btn--light:hover { transform: translateY(-3px); box-shadow: 0 16px 30px rgba(0,0,0,0.2); }

/* hero */
.uqx .uqx-hero {
    position: relative; padding: 150px 0 80px; overflow: hidden;
    min-height: 620px; display: flex; align-items: center;
    background: radial-gradient(1200px 400px at 80% -10%, rgba(47,75,255,0.12), transparent 60%),
                linear-gradient(135deg, #eef3ff 0%, #f7f9ff 100%);
}
.uqx .uqx-hero > .uqx-container { position: relative; z-index: 3; width: 100%; }
.uqx .uqx-hero::after {
    content: ""; position: absolute; right: -120px; top: 40px; width: 520px; height: 520px;
    background: radial-gradient(circle at center, rgba(47,75,255,0.14), transparent 62%); pointer-events: none;
}
.uqx .uqx-crumb { font-size: 13px; letter-spacing: 0.12em; color: var(--uqx-muted); text-transform: uppercase; margin-bottom: 16px; font-weight: 600; }
.uqx .uqx-crumb a { color: var(--uqx-accent); }
.uqx .uqx-hero h1 { position: relative; font-size: 56px; line-height: 1.07; font-weight: 900; letter-spacing: -0.02em; margin: 0 0 20px; max-width: 680px; }
.uqx .uqx-hero .uqx-lead { position: relative; font-size: 17px; max-width: 560px; margin-bottom: 28px; }

/* full-bleed banner image behind the hero text */
.uqx .uqx-hero-inner { display: block; }
.uqx .uqx-hero-text { position: relative; z-index: 3; max-width: 640px; }
.uqx .uqx-hero-media { position: absolute; inset: 0; z-index: 0; margin: 0; }
.uqx .uqx-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center right; display: block; border-radius: 0; box-shadow: none; }
/* readability overlay: opaque on the left (text) fading to reveal the image on the right */
.uqx .uqx-hero-media::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(100deg,
        rgba(244, 248, 255, 0.97) 0%,
        rgba(244, 248, 255, 0.90) 38%,
        rgba(240, 244, 255, 0.55) 68%,
        rgba(240, 244, 255, 0.20) 100%);
}

/* icon chip */
.uqx .uqx-ico {
    width: 48px; height: 48px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center;
    color: #fff; font-size: 18px; background: linear-gradient(135deg, var(--uqx-accent), var(--uqx-accent-2));
}

/* generic card grid */
.uqx .uqx-grid { display: grid; gap: 22px; }
.uqx .uqx-grid--4 { grid-template-columns: repeat(4, 1fr); }
.uqx .uqx-grid--3 { grid-template-columns: repeat(3, 1fr); }
.uqx .uqx-grid--2 { grid-template-columns: repeat(2, 1fr); }
.uqx .uqx-card {
    background: #fff; border: 1px solid var(--uqx-line); border-radius: 18px; padding: 30px;
    box-shadow: var(--uqx-sh); transition: transform 0.4s var(--uqx-ease), box-shadow 0.4s var(--uqx-ease);
}
.uqx .uqx-card:hover { transform: translateY(-6px); box-shadow: var(--uqx-sh-hi); }
.uqx .uqx-card .uqx-ico { margin-bottom: 18px; }
.uqx .uqx-card h4 { font-size: 18px; font-weight: 800; margin: 0 0 10px; }
.uqx .uqx-card p { color: var(--uqx-muted); font-size: 14.5px; line-height: 1.7; margin: 0; }

/* split (image/visual + text) */
.uqx .uqx-split { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.uqx .uqx-split img { width: 100%; border-radius: 20px; box-shadow: var(--uqx-sh); display: block; }
.uqx .uqx-visual {
    position: relative; border-radius: 22px; padding: 44px; min-height: 300px; overflow: hidden;
    background: linear-gradient(135deg, #1b2350 0%, #2f4bff 100%); box-shadow: 0 24px 60px rgba(47,75,255,0.28);
}
.uqx .uqx-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 220px at 20% 0%, rgba(255,255,255,0.14), transparent 60%); }
.uqx .uqx-chips { position: relative; display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 24px; }
.uqx .uqx-chip { width: 58px; height: 58px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; font-size: 22px; color: #fff; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.18); }
.uqx .uqx-visual h3 { position: relative; color: #fff; font-size: 23px; font-weight: 800; margin: 0 0 10px; }
.uqx .uqx-visual p { position: relative; color: rgba(255,255,255,0.86); font-size: 14.5px; line-height: 1.7; margin: 0; }

/* checklist */
.uqx .uqx-check { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; margin: 0; padding: 0; }
.uqx .uqx-check li { list-style: none; display: flex; align-items: center; gap: 10px; font-size: 14.5px; font-weight: 600; color: var(--uqx-ink); }
.uqx .uqx-check i { color: var(--uqx-accent); font-size: 17px; }

/* stat bar */
.uqx .uqx-statbar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; background: linear-gradient(135deg, #eef3ff, #f7f9ff); border: 1px solid var(--uqx-line); border-radius: 22px; padding: 34px 30px; }
.uqx .uqx-stat { display: flex; align-items: center; gap: 16px; }
.uqx .uqx-stat .uqx-ico { width: 54px; height: 54px; font-size: 20px; flex-shrink: 0; }
.uqx .uqx-stat b { display: block; font-size: 28px; font-weight: 900; line-height: 1; }
.uqx .uqx-stat span { color: var(--uqx-muted); font-size: 13.5px; }

/* panel */
.uqx .uqx-panel { background: #fff; border: 1px solid var(--uqx-line); border-radius: 22px; padding: 34px; box-shadow: var(--uqx-sh); }

/* legal / policy content */
.uqx .uqx-legal { max-width: 860px; margin: 0 auto; }
.uqx .uqx-legal .uqx-updated { display: inline-block; font-size: 13px; font-weight: 600; color: var(--uqx-accent); background: #eef2ff; border: 1px solid var(--uqx-line); padding: 7px 16px; border-radius: 999px; margin-bottom: 30px; }
.uqx .uqx-legal h2 { font-size: 22px; font-weight: 900; letter-spacing: -0.01em; margin: 38px 0 12px; color: var(--uqx-ink); }
.uqx .uqx-legal h2:first-of-type { margin-top: 0; }
.uqx .uqx-legal h3 { font-size: 16.5px; font-weight: 800; margin: 22px 0 8px; color: var(--uqx-ink); }
.uqx .uqx-legal p { font-size: 15.5px; line-height: 1.8; color: var(--uqx-muted); margin: 0 0 14px; }
.uqx .uqx-legal ul { margin: 0 0 16px; padding-left: 0; list-style: none; }
.uqx .uqx-legal ul li { position: relative; padding-left: 26px; font-size: 15.5px; line-height: 1.75; color: var(--uqx-muted); margin-bottom: 9px; }
.uqx .uqx-legal ul li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; top: 1px; font-size: 12px; color: var(--uqx-accent); }
.uqx .uqx-legal a { color: var(--uqx-accent); text-decoration: none; font-weight: 600; }
.uqx .uqx-legal a:hover { text-decoration: underline; }
.uqx .uqx-legal .uqx-legal-note { margin-top: 40px; padding: 22px 26px; background: #f4f7ff; border: 1px solid var(--uqx-line); border-left: 4px solid var(--uqx-accent); border-radius: 12px; }
.uqx .uqx-legal .uqx-legal-note p { margin: 0; font-size: 14.5px; }

/* faq */
.uqx .uqx-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.uqx details.uqx-q { background: #fff; border: 1px solid var(--uqx-line); border-radius: 14px; padding: 4px 20px; box-shadow: 0 8px 22px rgba(15,23,60,0.05); }
.uqx details.uqx-q[open] { box-shadow: 0 16px 36px rgba(15,23,60,0.1); }
.uqx details.uqx-q summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 0; font-size: 15px; font-weight: 700; color: var(--uqx-ink); }
.uqx details.uqx-q summary::-webkit-details-marker { display: none; }
.uqx details.uqx-q summary::after { content: "\002B"; font-size: 20px; color: var(--uqx-accent); transition: transform 0.3s var(--uqx-ease); }
.uqx details.uqx-q[open] summary::after { transform: rotate(45deg); }
.uqx details.uqx-q p { margin: 0 0 16px; color: var(--uqx-muted); font-size: 14px; line-height: 1.7; }

/* cta banner */
.uqx .uqx-cta {
    position: relative; overflow: hidden; border-radius: 24px; padding: 46px 48px;
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px;
    background: linear-gradient(135deg, #232b5c 0%, #2f4bff 55%, #6d4bff 100%); box-shadow: 0 26px 60px rgba(47,75,255,0.32);
}
.uqx .uqx-cta::after { content: ""; position: absolute; right: -60px; bottom: -80px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(255,255,255,0.14), transparent 60%); pointer-events: none; }
.uqx .uqx-cta .uqx-btn { position: relative; z-index: 1; }
.uqx .uqx-cta h2 { position: relative; color: #fff; font-size: 30px; font-weight: 900; line-height: 1.2; margin: 0 0 6px; max-width: 560px; }
.uqx .uqx-cta p { position: relative; color: rgba(255,255,255,0.85); margin: 0; max-width: 460px; }

/* ---------- animations ---------- */
@keyframes uqxFadeUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes uqxFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes uqxPulse { 0%, 100% { opacity: 0.85; transform: scale(1); } 50% { opacity: 1; transform: scale(1.1); } }
@keyframes uqxGrad { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes uqxOrbit { from { transform: rotate(0deg) translateX(0); } to { transform: rotate(360deg); } }

/* animated hero background glow */
.uqx .uqx-hero::after { animation: uqxPulse 8s ease-in-out infinite; }
.uqx .uqx-hero::before {
    content: ""; position: absolute; left: -140px; bottom: -160px; width: 460px; height: 460px; border-radius: 50%;
    background: radial-gradient(circle at center, rgba(109,139,255,0.16), transparent 62%);
    animation: uqxFloat 9s ease-in-out infinite; pointer-events: none;
}

/* staggered hero entrance */
.uqx .uqx-hero .uqx-crumb,
.uqx .uqx-hero h1,
.uqx .uqx-hero .uqx-lead,
.uqx .uqx-hero .uqx-btns { opacity: 0; animation: uqxFadeUp 0.85s var(--uqx-ease) forwards; }
.uqx .uqx-hero .uqx-crumb { animation-delay: 0.05s; }
.uqx .uqx-hero h1 { animation-delay: 0.18s; }
.uqx .uqx-hero .uqx-lead { animation-delay: 0.34s; }
.uqx .uqx-hero .uqx-btns { animation-delay: 0.5s; }
@keyframes uqxFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes uqxKen { from { transform: scale(1.1); } to { transform: scale(1); } }
.uqx .uqx-hero-media { opacity: 0; animation: uqxFade 1.2s ease 0.2s forwards; }
.uqx .uqx-hero-media img { animation: uqxKen 16s ease-out both; }

/* Home banner — continuous "living" pan/zoom + a sweeping light sheen */
@keyframes uqxKenLoop { 0% { transform: scale(1.06) translate(0, 0); } 100% { transform: scale(1.18) translate(-3%, -1.8%); } }
@keyframes uqxSheen { 0% { transform: translateX(-120%) skewX(-18deg); } 60%, 100% { transform: translateX(220%) skewX(-18deg); } }
.uqx .uqx-hero-home .uqx-hero-media img { animation: uqxKenLoop 26s ease-in-out infinite alternate; }
.uqx .uqx-hero-home .uqx-hero-media { overflow: hidden; }
.uqx .uqx-hero-home .uqx-hero-media::before {
    content: ""; position: absolute; top: 0; bottom: 0; width: 34%; z-index: 2;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.35), transparent);
    animation: uqxSheen 9s ease-in-out infinite; pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
    .uqx .uqx-hero-home .uqx-hero-media img { animation: none; }
    .uqx .uqx-hero-home .uqx-hero-media::before { animation: none; display: none; }
}

/* floating icon chips */
.uqx .uqx-visual .uqx-chip { animation: uqxFloat 4.5s ease-in-out infinite; }
.uqx .uqx-visual .uqx-chip:nth-child(2) { animation-delay: 0.5s; }
.uqx .uqx-visual .uqx-chip:nth-child(3) { animation-delay: 1s; }
.uqx .uqx-visual .uqx-chip:nth-child(4) { animation-delay: 1.5s; }
.uqx .uqx-visual .uqx-chip:nth-child(5) { animation-delay: 2s; }

/* living gradient on CTA banner */
.uqx .uqx-cta { background-size: 200% 200%; animation: uqxGrad 14s ease infinite; }

@media (prefers-reduced-motion: reduce) {
    .uqx .uqx-hero .uqx-crumb,
    .uqx .uqx-hero h1,
    .uqx .uqx-hero .uqx-lead,
    .uqx .uqx-hero .uqx-btns,
    .uqx .uqx-hero-media { opacity: 1; animation: none; }
    .uqx .uqx-hero::after,
    .uqx .uqx-hero::before,
    .uqx .uqx-hero-media img,
    .uqx .uqx-visual .uqx-chip,
    .uqx .uqx-cta { animation: none; }
}

/* responsive */
@media (max-width: 991px) {
    .uqx .uqx-hero { padding: 120px 0 60px; min-height: 500px; }
    .uqx .uqx-hero h1 { font-size: 40px; }
    /* stronger overlay on small screens so text stays readable over the image */
    .uqx .uqx-hero-media::after {
        background: linear-gradient(180deg, rgba(244,248,255,0.94) 0%, rgba(244,248,255,0.86) 60%, rgba(240,244,255,0.72) 100%);
    }
    .uqx .uqx-h2 { font-size: 28px; }
    .uqx .uqx-grid--4 { grid-template-columns: 1fr 1fr; }
    .uqx .uqx-grid--3 { grid-template-columns: 1fr 1fr; }
    .uqx .uqx-split { grid-template-columns: 1fr; gap: 30px; }
    .uqx .uqx-statbar { grid-template-columns: 1fr 1fr; row-gap: 26px; }
    .uqx .uqx-faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
    .uqx .uqx-hero h1 { font-size: 32px; }
    .uqx .uqx-grid--4, .uqx .uqx-grid--3, .uqx .uqx-grid--2 { grid-template-columns: 1fr; }
    .uqx .uqx-check { grid-template-columns: 1fr; }
    .uqx .uqx-statbar { grid-template-columns: 1fr; }
    .uqx .uqx-cta { padding: 32px 26px; }
    .uqx .uqx-cta h2 { font-size: 24px; }
}

/* ============================================================
   UQX Hero v2 — dark "AI • Software • Solutions" banner
   (self-contained; overrides the light hero when .uqx-hero--dark
   is present on the <section>)
   ============================================================ */
.uqx .uqx-hero--dark {
    --h2-line: rgba(255,255,255,0.10);
    --h2-card: rgba(255,255,255,0.04);
    color: #eaf0ff;
    padding: 110px 0 60px; min-height: 0;
    background:
        radial-gradient(900px 520px at 78% 8%, rgba(47,75,255,0.28), transparent 60%),
        radial-gradient(700px 420px at 8% 92%, rgba(109,139,255,0.16), transparent 60%),
        linear-gradient(160deg, #060a1f 0%, #0a1030 50%, #070b22 100%);
}
/* faint dot grid + star field */
.uqx .uqx-hero--dark::after {
    content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1.4px);
    background-size: 42px 42px; -webkit-mask-image: radial-gradient(1100px 600px at 70% 20%, #000 0%, transparent 78%);
    mask-image: radial-gradient(1100px 600px at 70% 20%, #000 0%, transparent 78%);
    animation: none;
}
.uqx .uqx-hero--dark::before { display: none; }
.uqx .uqx-hero--dark > .uqx-container { z-index: 4; }

.uqx .uqx-hero--dark .uqx-hero2-grid {
    display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center;
}

/* left column ---------------------------------------------------- */
.uqx .uqx-hero--dark .uqx-badge {
    display: inline-flex; align-items: center; gap: 10px; padding: 9px 18px; border-radius: 999px;
    font-size: 12.5px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: #aebfff;
    background: rgba(47,75,255,0.10); border: 1px solid rgba(109,139,255,0.30); margin-bottom: 26px;
}
.uqx .uqx-hero--dark .uqx-badge b { color: #6d8bff; }
.uqx .uqx-hero--dark h1 { color: #fff; font-size: 62px; line-height: 1.04; font-weight: 900; letter-spacing: -0.03em; margin: 0 0 22px; max-width: 640px; }
.uqx .uqx-hero--dark h1 .uqx-grad {
    background: linear-gradient(100deg, #3f5bff, #7fa0ff 60%, #6d8bff);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.uqx .uqx-hero--dark .uqx-lead { color: #aeb8d6; font-size: 17.5px; line-height: 1.7; max-width: 520px; margin: 0 0 34px; }
.uqx .uqx-hero--dark .uqx-btn--ghost {
    color: #fff; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.18); box-shadow: none;
}
.uqx .uqx-hero--dark .uqx-btn--ghost:hover { border-color: #6d8bff; color: #fff; background: rgba(47,75,255,0.16); }
.uqx .uqx-hero--dark .uqx-btn--ghost .uqx-play {
    width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.4);
    display: inline-flex; align-items: center; justify-content: center; font-size: 10px; margin-right: 2px;
}

/* right column — laptop / dashboard mock ------------------------ */
.uqx .uqx-hero--dark .uqx-mock { position: relative; min-height: 440px; padding: 24px 44px 34px; }
.uqx .uqx-hero--dark .uqx-mock-glow {
    position: absolute; inset: 6% 4% 10% 6%; border-radius: 50%;
    background: radial-gradient(circle at 50% 40%, rgba(47,75,255,0.35), transparent 62%); filter: blur(8px);
}
.uqx .uqx-hero--dark .uqx-dash {
    position: relative; z-index: 2; margin: 0 auto; max-width: 400px;
    background: linear-gradient(160deg, rgba(18,26,64,0.98), rgba(10,16,44,0.98));
    border: 1px solid rgba(109,139,255,0.28); border-radius: 18px; padding: 18px;
    box-shadow: 0 40px 90px rgba(3,7,25,0.7), inset 0 1px 0 rgba(255,255,255,0.05);
}
.uqx .uqx-hero--dark .uqx-dash-top { display: flex; align-items: center; gap: 7px; margin-bottom: 16px; }
.uqx .uqx-hero--dark .uqx-dash-top i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.18); }
.uqx .uqx-hero--dark .uqx-dash-top i:first-child { background: #ff6b6b; }
.uqx .uqx-hero--dark .uqx-dash-top span { margin-left: auto; font-size: 11px; color: #7d88ad; letter-spacing: 0.1em; }
.uqx .uqx-hero--dark .uqx-dash-row { display: grid; grid-template-columns: auto 1fr; gap: 14px; }
.uqx .uqx-hero--dark .uqx-ring {
    width: 104px; height: 104px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center; text-align: center;
    background: conic-gradient(#3f5bff 0turn, #6d8bff 0.85turn, rgba(255,255,255,0.08) 0.85turn 1turn);
    -webkit-mask: none;
}
.uqx .uqx-hero--dark .uqx-ring > div {
    width: 80px; height: 80px; border-radius: 50%; display: grid; place-items: center;
    background: #0c1230; color: #fff;
}
.uqx .uqx-hero--dark .uqx-ring b { font-size: 22px; font-weight: 900; line-height: 1; }
.uqx .uqx-hero--dark .uqx-ring small { display: block; font-size: 9px; color: #8b96bd; margin-top: 3px; letter-spacing: 0.04em; }
.uqx .uqx-hero--dark .uqx-tasks { display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.uqx .uqx-hero--dark .uqx-task { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: 11px; padding: 8px 11px; }
.uqx .uqx-hero--dark .uqx-task > i { width: 26px; height: 26px; flex-shrink: 0; border-radius: 8px; display: grid; place-items: center; font-size: 12px; color: #fff; background: linear-gradient(135deg, #2f4bff, #6d8bff); }
.uqx .uqx-hero--dark .uqx-task span { font-size: 12px; font-weight: 600; color: #cdd6f5; }
.uqx .uqx-hero--dark .uqx-task b { margin-left: auto; font-size: 9.5px; font-weight: 700; letter-spacing: 0.03em; padding: 3px 9px; border-radius: 999px; display: inline-flex; align-items: center; gap: 5px; }
.uqx .uqx-hero--dark .uqx-task b::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.uqx .uqx-hero--dark .uqx-task b.live { color: #4ad991; background: rgba(74,217,145,0.12); }
.uqx .uqx-hero--dark .uqx-task b.run { color: #ffb648; background: rgba(255,182,72,0.12); }
.uqx .uqx-hero--dark .uqx-task b.ok { color: #6d8bff; background: rgba(109,139,255,0.14); }
/* graph section — clearly separated with its own header */
.uqx .uqx-hero--dark .uqx-bars-head { display: flex; align-items: baseline; justify-content: space-between; margin: 16px 2px 0; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.07); }
.uqx .uqx-hero--dark .uqx-bars-head label { font-size: 10.5px; font-weight: 700; color: #aeb8d6; letter-spacing: 0.04em; }
.uqx .uqx-hero--dark .uqx-bars-head em { font-style: normal; font-size: 10.5px; font-weight: 800; color: #4ad991; }
.uqx .uqx-hero--dark .uqx-bars { display: flex; align-items: flex-end; gap: 7px; height: 70px; margin-top: 10px; padding: 0 2px; }
.uqx .uqx-hero--dark .uqx-bars span { flex: 1; border-radius: 4px 4px 0 0; background: linear-gradient(180deg, #6d8bff, #2f4bff); opacity: 0.9; }

/* floating feature cards ---------------------------------------- */
.uqx .uqx-hero--dark .uqx-fcard {
    position: absolute; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 8px;
    width: 92px; padding: 14px 10px; text-align: center;
    background: linear-gradient(160deg, rgba(20,28,66,0.92), rgba(12,18,48,0.92));
    border: 1px solid rgba(109,139,255,0.28); border-radius: 16px;
    box-shadow: 0 18px 40px rgba(3,7,25,0.55); animation: uqxFloat 5s ease-in-out infinite;
}
.uqx .uqx-hero--dark .uqx-fcard i { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; font-size: 17px; color: #fff; background: linear-gradient(135deg, #2f4bff, #6d8bff); }
.uqx .uqx-hero--dark .uqx-fcard span { font-size: 11px; font-weight: 700; color: #cdd6f5; line-height: 1.3; }
.uqx .uqx-hero--dark .uqx-fcard.c1 { top: 4%; left: -2%; }
.uqx .uqx-hero--dark .uqx-fcard.c2 { top: 0; right: -2%; animation-delay: 0.7s; }
.uqx .uqx-hero--dark .uqx-fcard.c3 { top: 40%; left: -4%; animation-delay: 1.3s; }
.uqx .uqx-hero--dark .uqx-fcard.c4 { top: 40%; right: -4%; animation-delay: 1s; }
.uqx .uqx-hero--dark .uqx-fcard.c5 { bottom: 0; right: 8%; animation-delay: 1.9s; }

/* ---- inner-page dark hero + reusable "showcase" panel ---- */
.uqx .uqx-hero--dark .uqx-crumb { color: #93a0c8; margin-bottom: 20px; }
.uqx .uqx-hero--dark .uqx-crumb a { color: #7f9bff; }
.uqx .uqx-hero--inner { min-height: 0; padding: 118px 0 66px; }
.uqx .uqx-hero--inner h1 { font-size: 46px; max-width: 560px; }
.uqx .uqx-hero--inner .uqx-lead { margin-bottom: 30px; }
.uqx .uqx-hero--inner .uqx-mock { min-height: 360px; padding: 26px 42px; }

.uqx .uqx-hero--dark .uqx-showcase {
    position: relative; z-index: 2; margin: 0 auto; max-width: 400px;
    background: linear-gradient(160deg, rgba(18,26,64,0.98), rgba(10,16,44,0.98));
    border: 1px solid rgba(109,139,255,0.28); border-radius: 20px; padding: 22px 22px 10px;
    box-shadow: 0 40px 90px rgba(3,7,25,0.7), inset 0 1px 0 rgba(255,255,255,0.05);
}
.uqx .uqx-hero--dark .uqx-sc-head { display: flex; align-items: center; gap: 13px; margin-bottom: 6px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.uqx .uqx-hero--dark .uqx-sc-head > i { width: 46px; height: 46px; flex-shrink: 0; border-radius: 13px; display: grid; place-items: center; font-size: 19px; color: #fff; background: linear-gradient(135deg, #2f4bff, #6d8bff); }
.uqx .uqx-hero--dark .uqx-sc-head b { display: block; font-size: 15px; font-weight: 800; color: #fff; }
.uqx .uqx-hero--dark .uqx-sc-head em { font-style: normal; font-size: 11.5px; color: #8b96bd; }
.uqx .uqx-hero--dark .uqx-scrow { display: flex; align-items: center; gap: 13px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.uqx .uqx-hero--dark .uqx-scrow:last-child { border-bottom: 0; }
.uqx .uqx-hero--dark .uqx-scrow > i { width: 36px; height: 36px; flex-shrink: 0; border-radius: 10px; display: grid; place-items: center; font-size: 15px; color: #9fb2ff; background: rgba(109,139,255,0.12); border: 1px solid rgba(109,139,255,0.22); }
.uqx .uqx-hero--dark .uqx-scrow div { line-height: 1.35; }
.uqx .uqx-hero--dark .uqx-scrow strong { display: block; font-size: 13px; font-weight: 700; color: #e6ebff; }
.uqx .uqx-hero--dark .uqx-scrow small { font-size: 11px; color: #8b96bd; }
.uqx .uqx-hero--dark .uqx-scrow b { margin-left: auto; font-size: 10px; font-weight: 700; color: #4ad991; background: rgba(74,217,145,0.12); padding: 3px 10px; border-radius: 999px; white-space: nowrap; }
.uqx .uqx-hero--inner .uqx-fcard.fa { top: -5%; right: 0; }
.uqx .uqx-hero--inner .uqx-fcard.fb { bottom: -5%; left: -2%; animation-delay: 1s; }

/* dark stat bar sitting under the dark hero */
.uqx .uqx-statbar--dark {
    background: linear-gradient(160deg, rgba(16,22,54,0.9), rgba(10,15,40,0.9));
    border: 1px solid rgba(109,139,255,0.20); box-shadow: 0 30px 70px rgba(3,7,25,0.5);
}
.uqx .uqx-statbar--dark .uqx-stat b { color: #fff; }
.uqx .uqx-statbar--dark .uqx-stat span { color: #97a2c6; }

@media (prefers-reduced-motion: reduce) {
    .uqx .uqx-hero--dark .uqx-fcard { animation: none; }
}
@media (max-width: 991px) {
    .uqx .uqx-hero--dark .uqx-hero2-grid { grid-template-columns: 1fr; gap: 54px; }
    .uqx .uqx-hero--dark h1 { font-size: 46px; }
    .uqx .uqx-hero--dark .uqx-lead { max-width: 640px; }
    .uqx .uqx-hero--dark .uqx-mock { max-width: 460px; margin: 0 auto; }
}
@media (max-width: 575px) {
    .uqx .uqx-hero--dark h1 { font-size: 36px; }
    .uqx .uqx-hero--dark .uqx-fcard.c1, .uqx .uqx-hero--dark .uqx-fcard.c3 { display: none; }
    .uqx .uqx-hero--dark .uqx-dash { margin-top: 20px; }
}
