/**
 * XEO AI Product Line — Shared Theme
 * Use on: SEO, Sales Hub, Knowledge Base, Marketing (Step 4)
 *
 * Pages using this theme:
 *   /XeoAI-SEO              — SEO Engine (active)
 *   /XeoAI                  — Marketing Studio (active)
 *   /XeoAI-Sales            — Sales Hub (active)
 *   /Products/XeoAI-KB      — Knowledge Base (redirects to Education Hub)
 *   /XeoAI-Education        — Education Hub (active)
 *
 * Color tokens (reuse on all XEO AI pages):
 *   --xeo-gold       #ffaa17  Primary CTA, accents (matches site)
 *   --xeo-gold-dark  #e69500  Hover / gradient end
 *   --xeo-navy       #060d18  Dark sections, nav pills
 *   --xeo-navy-mid   #0a1628  Cards, gradients
 *   --xeo-navy-soft  #0d2240  Hero gradient end
 *   --xeo-blue       #0e6ead  Links, icons, headings em
 *   --xeo-blue-light #3d9fd4  Highlights
 *   --xeo-surface    #f4f7fb  Alt section bg
 *   --xeo-text       #1a2332  Body headings
 *   --xeo-muted      #5c6b7f  Body copy
 */
.xeoai-product {
    --xeo-gold: #ffaa17;
    --xeo-gold-dark: #e69500;
    --xeo-gold-glow: rgba(255, 170, 23, 0.35);
    --xeo-navy: #060d18;
    --xeo-navy-mid: #0a1628;
    --xeo-navy-soft: #0d2240;
    --xeo-blue: #0e6ead;
    --xeo-blue-light: #3d9fd4;
    --xeo-surface: #f4f7fb;
    --xeo-surface-alt: #eef2f8;
    --xeo-text: #1a2332;
    --xeo-muted: #5c6b7f;
    --xeo-radius: 20px;
    --xeo-radius-sm: 14px;
    --xeo-shadow: 0 24px 48px rgba(6, 13, 24, 0.12);
    --xeo-shadow-lg: 0 40px 80px rgba(0, 0, 0, 0.35);
    overflow-x: hidden;
    background: #ffffff;
}
.xeoai-product * { box-sizing: border-box; }

/* ── Site header integration (stylesheet only on XEO AI product pages) ── */
.page-wrapper:has(.xeoai-product) {
    --xeo-site-header-h: 118px;
}
.page-wrapper:has(.xeoai-product) .main-header.header-style-four .header-lower {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-left: 40px;
    padding-right: 40px;
}
.page-wrapper:has(.xeoai-product) .main-header .site-logo--light,
.page-wrapper:has(.xeoai-product) .sticky-header .site-logo--light {
    display: block;
}
.page-wrapper:has(.xeoai-product) .main-header .site-logo--dark,
.page-wrapper:has(.xeoai-product) .sticky-header .site-logo--dark {
    display: none;
}
.page-wrapper:has(.xeoai-product) .main-header.header-style-four .main-menu .navigation > li > a {
    color: rgba(255, 255, 255, 0.88);
}
.page-wrapper:has(.xeoai-product) .main-header.header-style-four .main-menu .navigation > li.current > a,
.page-wrapper:has(.xeoai-product) .main-header.header-style-four .main-menu .navigation > li > a:hover {
    color: var(--xeo-gold, #ffaa17);
}
.page-wrapper:has(.xeoai-product) .sticky-header.fixed-header {
    background: rgba(6, 13, 24, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}
.page-wrapper:has(.xeoai-product) .sticky-header.fixed-header .main-menu .navigation > li > a {
    color: rgba(255, 255, 255, 0.78);
}
.page-wrapper:has(.xeoai-product) .sticky-header.fixed-header .main-menu .navigation > li.current > a,
.page-wrapper:has(.xeoai-product) .sticky-header.fixed-header .main-menu .navigation > li > a:hover {
    color: var(--xeo-gold, #ffaa17);
}

/* ── Unified sub-navigation (products + sections — replaces separate product bar) ── */
.xeoai-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: flex-start;
    background:
        radial-gradient(ellipse 70% 55% at 72% 18%, rgba(14, 110, 173, 0.22) 0%, transparent 55%),
        radial-gradient(ellipse 45% 35% at 8% 85%, rgba(255, 170, 23, 0.08) 0%, transparent 50%),
        linear-gradient(168deg, #040810 0%, var(--xeo-navy-mid) 45%, var(--xeo-navy-soft) 100%);
    padding: calc(var(--xeo-site-header-h, 118px) + 36px) 0 88px;
    overflow: hidden;
}
.xeoai-hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    animation: xeo-float 8s ease-in-out infinite;
}
.xeoai-hero__orb--1 { width: 420px; height: 420px; background: rgba(14, 110, 173, 0.25); top: -8%; right: -5%; }
.xeoai-hero__orb--2 { width: 280px; height: 280px; background: rgba(255, 170, 23, 0.1); bottom: 10%; left: -5%; animation-delay: -3s; }
.xeoai-hero__orb--3 { width: 180px; height: 180px; background: rgba(61, 159, 212, 0.18); top: 40%; left: 35%; animation-delay: -5s; }
@keyframes xeo-float { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(20px, -25px) scale(1.05); } }

.xeoai-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}
.xeoai-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 28px;
}
.xeoai-hero__badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--xeo-gold);
    box-shadow: 0 0 8px var(--xeo-gold-glow);
}
@keyframes xeo-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.6; } }

.xeoai-hero__title {
    font-size: clamp(2.25rem, 4.5vw, 3.35rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.025em;
    margin: 0 0 18px;
}
.xeoai-hero__title em {
    font-style: normal;
    background: linear-gradient(135deg, var(--xeo-gold) 0%, #ffd56a 50%, var(--xeo-blue-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.xeoai-hero__lead {
    font-size: clamp(0.95rem, 1.8vw, 1.05rem);
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.7;
    max-width: 480px;
    margin: 0 0 28px;
}

.xeoai-hero__cta-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--xeo-radius);
    padding: 24px;
    backdrop-filter: blur(20px);
    max-width: 480px;
    box-shadow: var(--xeo-shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.xeoai-hero__cta-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 12px;
    display: block;
}
.xeoai-hero__url-row {
    display: flex;
    border-radius: var(--xeo-radius-sm);
    overflow: hidden;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    transition: border-color 0.25s, box-shadow 0.25s;
    margin-bottom: 14px;
}
.xeoai-hero__url-row:focus-within {
    border-color: rgba(255, 170, 23, 0.7);
    box-shadow: 0 0 0 4px rgba(255, 170, 23, 0.12);
}
.xeoai-hero__url-pfx {
    padding: 14px;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.xeoai-hero__url-row input {
    flex: 1;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0.04);
    padding: 14px 16px;
    color: #fff;
    font-size: 15px;
    min-width: 0;
}
.xeoai-hero__url-row input::placeholder { color: rgba(255, 255, 255, 0.28); }
.xeoai-hero__url-error {
    margin: -6px 0 12px;
    font-size: 13px;
    line-height: 1.4;
    color: #ff8a8a;
}
.xeoai-hero__url-row.xeo-shake,
.xeoai-hero__url-row:has(+ .xeoai-hero__url-error:not([hidden])) {
    border-color: rgba(255, 107, 107, 0.75);
}

.xeoai-btn-primary {
    width: 100%;
    padding: 15px 28px;
    border: none;
    border-radius: var(--xeo-radius-sm);
    cursor: pointer;
    background: linear-gradient(135deg, var(--xeo-gold) 0%, var(--xeo-gold-dark) 100%);
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 6px 24px var(--xeo-gold-glow);
}
.xeoai-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 32px rgba(255, 170, 23, 0.35);
}
.xeoai-btn-primary--inline {
    width: auto;
    padding: 15px 32px;
}
.xeoai-hero__trust {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 14px;
    text-align: center;
}
.xeoai-hero__trust a { color: rgba(255, 255, 255, 0.55); font-weight: 600; }

.xeoai-hero__stats { display: flex; gap: 28px; margin-top: 36px; flex-wrap: wrap; }
.xeoai-hero__stat strong { display: block; font-size: 1.75rem; font-weight: 800; color: #fff; line-height: 1; }
.xeoai-hero__stat span { font-size: 12px; color: rgba(255, 255, 255, 0.4); text-transform: uppercase; letter-spacing: 0.06em; }

/* Dashboard visual */
.xeoai-hero__visual {
    perspective: 1200px;
    position: relative;
    min-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 8px;
}
.xeoai-hero__dashboard {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    transform: rotateY(-6deg) rotateX(4deg);
    transform-style: preserve-3d;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 22px;
    backdrop-filter: blur(20px);
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.35);
}
@keyframes xeo-tilt { 0%, 100% { transform: rotateY(-6deg) rotateX(4deg); } 50% { transform: rotateY(-3deg) rotateX(2deg); } }
.xeoai-hero__dash-hdr { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.xeoai-hero__dash-dot { width: 10px; height: 10px; border-radius: 50%; }
.xeoai-hero__dash-dot:nth-child(1) { background: #ff5f57; }
.xeoai-hero__dash-dot:nth-child(2) { background: #febc2e; }
.xeoai-hero__dash-dot:nth-child(3) { background: #28c840; }
.xeoai-hero__dash-title { margin-left: 8px; font-size: 12px; color: rgba(255, 255, 255, 0.35); font-family: monospace; }
.xeoai-hero__dash-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.xeoai-hero__dash-card { background: rgba(0, 0, 0, 0.25); border-radius: 16px; padding: 18px; border: 1px solid rgba(255, 255, 255, 0.06); }
.xeoai-hero__dash-card--wide { grid-column: span 2; }
.xeoai-hero__dash-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255, 255, 255, 0.4); margin-bottom: 10px; }
.xeoai-hero__dash-value { font-size: 28px; font-weight: 800; color: #fff; line-height: 1; }
.xeoai-hero__dash-value small { font-size: 14px; color: #28c840; font-weight: 700; }
.xeoai-hero__dash-bar { height: 6px; background: rgba(255, 255, 255, 0.08); border-radius: 3px; margin-top: 12px; overflow: hidden; }
.xeoai-hero__dash-bar span { display: block; height: 100%; border-radius: 3px; background: linear-gradient(90deg, var(--xeo-blue), var(--xeo-gold)); animation: xeo-bar-grow 2s ease-out forwards; }
@keyframes xeo-bar-grow { from { width: 0; } }
.xeoai-hero__dash-card:nth-child(1) .xeoai-hero__dash-bar span { width: 78%; }
.xeoai-hero__dash-card:nth-child(2) .xeoai-hero__dash-bar span { width: 92%; animation-delay: 0.3s; }
.xeoai-hero__dash-card:nth-child(3) .xeoai-hero__dash-bar span { width: 65%; animation-delay: 0.6s; }

/* Hero status pill (replaces old float tags) */
.xeoai-hero__dash-status {
    position: absolute;
    top: -10px;
    right: -6px;
    z-index: 4;
    padding: 6px 12px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 700;
    color: #28c840;
    background: rgba(6, 13, 24, 0.85);
    border: 1px solid rgba(40, 200, 64, 0.35);
    backdrop-filter: blur(8px);
    white-space: nowrap;
}

.xeoai-scroll-hint {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: rgba(255, 255, 255, 0.25);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.xeoai-scroll-hint i { display: block; font-size: 14px; margin-top: 4px; opacity: 0.5; }

@keyframes xeo-shake { 0%, 100% { transform: translateX(0); } 20% { transform: translateX(-4px); } 40% { transform: translateX(4px); } }
.xeo-shake { animation: xeo-shake 0.4s; border-color: #ff6b6b !important; }

/* ── Sticky sub-nav (single bar: products + sections) ── */
.xeoai-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s, top 0.2s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.xeoai-nav.is-pinned {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.xeoai-nav__inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
}
.xeoai-nav__products {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    padding-right: 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.xeoai-nav__products-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--xeo-muted);
    margin-right: 8px;
}
.xeoai-nav__product {
    padding: 6px 12px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    color: var(--xeo-muted);
    text-decoration: none !important;
    transition: all 0.2s;
    white-space: nowrap;
}
.xeoai-nav__product:hover { color: var(--xeo-text); background: rgba(0, 0, 0, 0.04); }
.xeoai-nav__product.is-active {
    background: var(--xeo-navy);
    color: #fff;
}
.xeoai-nav__product.is-soon {
    opacity: 0.35;
    pointer-events: none;
}
.xeoai-nav__sections {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
    flex: 1;
    justify-content: flex-end;
}
.xeoai-nav__sections::-webkit-scrollbar { display: none; }
.xeoai-nav__link {
    flex-shrink: 0;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    color: var(--xeo-muted);
    text-decoration: none !important;
    transition: all 0.2s;
    border: 1px solid transparent;
    white-space: nowrap;
}
.xeoai-nav__link:hover { color: var(--xeo-text); }
.xeoai-nav__link.is-active {
    background: var(--xeo-surface-alt);
    color: var(--xeo-text);
    font-weight: 600;
    border-color: rgba(0, 0, 0, 0.06);
}

/* ── Sections ── */
.xeoai-section { padding: 88px 24px; max-width: 1240px; margin: 0 auto; background: #ffffff; }
.xeoai-section--alt { background: var(--xeo-surface); max-width: none; padding-left: 0; padding-right: 0; }
.xeoai-section--alt .xeoai-section__inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.xeoai-section--soft { background: #fafbfc; }

/* Soft dark band — lighter than hero/final CTA */
.xeoai-section--muted {
    background: #141c2b;
    max-width: none;
    padding: 0;
    color: rgba(255, 255, 255, 0.85);
}
.xeoai-section--muted .xeoai-section__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 88px 24px;
}
.xeoai-section--muted .xeoai-eyebrow { color: var(--xeo-gold); }
.xeoai-section--muted .xeoai-heading { color: #fff; }
.xeoai-section--muted .xeoai-heading em { color: var(--xeo-blue-light); }
.xeoai-section--muted .xeoai-lead { color: rgba(255, 255, 255, 0.58); }
.xeoai-section--muted .xeoai-why {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
}
.xeoai-section--muted .xeoai-why:hover {
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}
.xeoai-section--muted .xeoai-why__tag { color: var(--xeo-gold); }
.xeoai-section--muted .xeoai-why h4 { color: #fff; }
.xeoai-section--muted .xeoai-why p { color: rgba(255, 255, 255, 0.52); }

.xeoai-section--dark { background: var(--xeo-navy); max-width: none; color: #fff; }
.xeoai-section--dark .xeoai-section__inner { max-width: 1240px; margin: 0 auto; padding: 88px 24px; }
.xeoai-section--dark .xeoai-eyebrow { color: var(--xeo-gold); }
.xeoai-section--dark .xeoai-heading { color: #fff; }
.xeoai-section--dark .xeoai-heading em { color: var(--xeo-gold); }
.xeoai-section--dark .xeoai-lead { color: rgba(255, 255, 255, 0.6); }

.xeoai-eyebrow {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--xeo-blue);
    margin-bottom: 10px;
    display: block;
}
.xeoai-heading {
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 700;
    color: var(--xeo-text);
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
}
.xeoai-heading em { font-style: normal; color: var(--xeo-blue); font-weight: 700; }
.xeoai-lead { font-size: 1rem; color: var(--xeo-muted); line-height: 1.7; max-width: 640px; margin: 0 0 12px; }

/* ── 3-Step Pipeline ── */
.xeoai-pipeline {
    background: #ffffff;
    padding: 80px 24px 96px;
    max-width: none;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 0;
}
.xeoai-pipeline__inner { max-width: 1180px; margin: 0 auto; }
.xeoai-pipeline__header { text-align: center; margin-bottom: 56px; max-width: 640px; margin-left: auto; margin-right: auto; }
.xeoai-pipeline__header .xeoai-lead { margin-left: auto; margin-right: auto; }

.xeoai-pipeline__track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    position: relative;
    padding-top: 36px;
}
.xeoai-pipeline__timeline {
    position: absolute;
    top: 0;
    left: 16.666%;
    right: 16.666%;
    height: 36px;
    pointer-events: none;
}
.xeoai-pipeline__timeline-line {
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(14, 110, 173, 0.15) 0%, rgba(255, 170, 23, 0.35) 50%, rgba(14, 110, 173, 0.15) 100%);
    border-radius: 1px;
}
.xeoai-pipeline__timeline-node {
    position: absolute;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(14, 110, 173, 0.25);
    transform: translateX(-50%);
}
.xeoai-pipeline__timeline-node:nth-of-type(2) { left: 0; }
.xeoai-pipeline__timeline-node:nth-of-type(3) { left: 50%; }
.xeoai-pipeline__timeline-node:nth-of-type(4) { left: 100%; }
.xeoai-pipeline__timeline-node.is-done {
    background: var(--xeo-blue);
    border-color: var(--xeo-blue);
    box-shadow: 0 0 0 4px rgba(14, 110, 173, 0.12);
}
.xeoai-pipeline__timeline-node.is-active {
    background: var(--xeo-gold);
    border-color: var(--xeo-gold);
    box-shadow: 0 0 0 4px rgba(255, 170, 23, 0.2);
    width: 14px;
    height: 14px;
    top: 5px;
}

.xeoai-pipeline__step {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 26px 26px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 24px rgba(6, 13, 24, 0.04);
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.3s, border-color 0.3s;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.xeoai-pipeline__step.is-visible { opacity: 1; transform: translateY(0); }
.xeoai-pipeline__step:hover {
    border-color: rgba(14, 110, 173, 0.15);
    box-shadow: 0 12px 40px rgba(6, 13, 24, 0.07);
}
.xeoai-pipeline__step--featured {
    background: linear-gradient(160deg, var(--xeo-navy-mid) 0%, var(--xeo-navy) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 16px 48px rgba(6, 13, 24, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transform: translateY(-4px);
}
.xeoai-pipeline__step--featured.is-visible { transform: translateY(-4px); }
.xeoai-pipeline__step--featured:hover {
    box-shadow: 0 20px 56px rgba(6, 13, 24, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 170, 23, 0.2);
}
.xeoai-pipeline__step--featured .xeoai-pipeline__step-title { color: #fff; }
.xeoai-pipeline__step--featured .xeoai-pipeline__step-text { color: rgba(255, 255, 255, 0.62); }
.xeoai-pipeline__step--featured .xeoai-pipeline__step-label { color: rgba(255, 170, 23, 0.85); }
.xeoai-pipeline__step--featured .xeoai-pipeline__step-num { color: rgba(255, 255, 255, 0.25); }

.xeoai-pipeline__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.xeoai-pipeline__step-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--xeo-blue);
}
.xeoai-pipeline__step-num {
    font-size: 13px;
    font-weight: 600;
    font-family: ui-monospace, monospace;
    color: rgba(0, 0, 0, 0.2);
    letter-spacing: 0.05em;
}
.xeoai-pipeline__icon-box {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--xeo-blue);
    background: rgba(14, 110, 173, 0.08);
    margin-bottom: 18px;
}
.xeoai-pipeline__icon-box--gold {
    color: var(--xeo-gold);
    background: rgba(255, 170, 23, 0.12);
}
.xeoai-pipeline__step-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--xeo-text);
    margin: 0 0 10px;
    letter-spacing: -0.02em;
    line-height: 1.25;
}
.xeoai-pipeline__step-text {
    font-size: 14px;
    color: var(--xeo-muted);
    line-height: 1.65;
    margin: 0 0 16px;
    flex: 1;
}

.xeoai-pipeline__chips {
    list-style: none;
    padding: 16px 0 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.xeoai-pipeline__chips li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.78);
    padding: 0;
    border-radius: 0;
    background: none;
}
.xeoai-pipeline__chips li i {
    font-size: 10px;
    color: var(--xeo-gold);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(255, 170, 23, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.xeoai-pipeline__dual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: auto;
    padding-top: 4px;
}
.xeoai-pipeline__option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 10px;
    background: var(--xeo-surface);
    border: 1px solid rgba(0, 0, 0, 0.06);
    text-align: left;
}
.xeoai-pipeline__option i { font-size: 15px; color: var(--xeo-blue); margin-bottom: 0; flex-shrink: 0; }
.xeoai-pipeline__option strong { display: block; font-size: 12px; font-weight: 600; color: var(--xeo-text); }
.xeoai-pipeline__done {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    color: var(--xeo-blue);
}
.xeoai-pipeline__done i { margin-right: 6px; color: #28c840; }

/* ── Holographic automation visual (hero + intro) ── */
.xeoai-holo {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    overflow: hidden;
    pointer-events: none;
}
.xeoai-holo--hero { inset: 0; z-index: 0; overflow: visible; }

/* Hero keyword orbit — larger multi-ring layout */
.xeoai-holo--hero .xeoai-holo__keyword-orbit {
    position: absolute;
    inset: -14% -10%;
    z-index: 1;
    pointer-events: none;
}
.xeoai-holo--hero .xeoai-holo__orbit-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
}
.xeoai-holo--hero .xeoai-holo__orbit-ring--outer {
    width: 148%;
    height: 130%;
    border: 1px solid rgba(61, 159, 212, 0.14);
    box-shadow: 0 0 60px rgba(61, 159, 212, 0.05);
}
.xeoai-holo--hero .xeoai-holo__orbit-ring--mid {
    width: 128%;
    height: 112%;
    border: 1px dashed rgba(61, 159, 212, 0.18);
    animation: xeo-orbit-spin 28s linear infinite;
}
.xeoai-holo--hero .xeoai-holo__orbit-ring--inner {
    width: 112%;
    height: 98%;
    border: 1px solid rgba(255, 170, 23, 0.12);
}
.xeoai-holo--hero .xeoai-holo__orbit-ring--pulse {
    width: 162%;
    height: 142%;
    border: 1px solid rgba(61, 159, 212, 0.06);
    animation: xeo-orbit-pulse 5s ease-in-out infinite;
}
@keyframes xeo-orbit-spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes xeo-orbit-pulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
    50% { transform: translate(-50%, -50%) scale(1.03); opacity: 0.85; }
}
.xeoai-holo--hero .xeoai-holo__kw--hero {
    position: absolute;
    padding: 7px 14px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: lowercase;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(6, 13, 24, 0.65);
    border: 1px solid rgba(61, 159, 212, 0.3);
    border-radius: 100px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    animation: xeo-hero-kw-float 6s ease-in-out infinite;
    animation-delay: calc(var(--pos-delay, 0) * 1s);
}
.xeoai-holo--hero .xeoai-holo__kw--hero[data-pos="top"] {
    top: -2%;
    left: 50%;
    transform: translateX(-50%);
    --pos-delay: 0;
}
.xeoai-holo--hero .xeoai-holo__kw--hero[data-pos="left-up"] {
    top: 20%;
    left: -2%;
    transform: translateX(-14%);
    --pos-delay: -1.5;
}
.xeoai-holo--hero .xeoai-holo__kw--hero[data-pos="left-down"] {
    bottom: 14%;
    left: -2%;
    transform: translateX(-12%);
    --pos-delay: -3;
}
.xeoai-holo--hero .xeoai-holo__kw--hero[data-pos="right-up"] {
    top: 20%;
    right: -2%;
    transform: translateX(14%);
    --pos-delay: -2;
}
.xeoai-holo--hero .xeoai-holo__kw--hero[data-pos="right-down"] {
    bottom: 14%;
    right: -2%;
    transform: translateX(12%);
    --pos-delay: -4.5;
}
.xeoai-holo--hero .xeoai-holo__kw--gold {
    color: var(--xeo-gold);
    border-color: rgba(255, 170, 23, 0.45);
    background: rgba(6, 13, 24, 0.75);
    box-shadow: 0 4px 20px rgba(255, 170, 23, 0.15);
}
@keyframes xeo-hero-kw-float {
    0%, 100% { translate: 0 0; opacity: 0.85; }
    50% { translate: 0 -4px; opacity: 1; }
}
.xeoai-holo--hero .xeoai-holo__kw--hero[data-pos="top"] { animation-name: xeo-hero-kw-float-center; }
@keyframes xeo-hero-kw-float-center {
    0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.9; }
    50% { transform: translateX(-50%) translateY(-4px); opacity: 1; }
}
.xeoai-holo--hero .xeoai-holo__kw--hero[data-pos="left-up"] { animation-name: xeo-hero-kw-float-left; }
.xeoai-holo--hero .xeoai-holo__kw--hero[data-pos="left-down"] { animation-name: xeo-hero-kw-float-left; }
@keyframes xeo-hero-kw-float-left {
    0%, 100% { transform: translateX(-14%) translateY(0); opacity: 0.85; }
    50% { transform: translateX(-14%) translateY(-4px); opacity: 1; }
}
.xeoai-holo--hero .xeoai-holo__kw--hero[data-pos="left-down"] { animation-name: xeo-hero-kw-float-left-down; }
@keyframes xeo-hero-kw-float-left-down {
    0%, 100% { transform: translateX(-12%) translateY(0); opacity: 0.85; }
    50% { transform: translateX(-12%) translateY(-4px); opacity: 1; }
}
.xeoai-holo--hero .xeoai-holo__kw--hero[data-pos="right-up"] { animation-name: xeo-hero-kw-float-right; }
.xeoai-holo--hero .xeoai-holo__kw--hero[data-pos="right-down"] { animation-name: xeo-hero-kw-float-right-down; }
@keyframes xeo-hero-kw-float-right {
    0%, 100% { transform: translateX(14%) translateY(0); opacity: 0.85; }
    50% { transform: translateX(14%) translateY(-4px); opacity: 1; }
}
@keyframes xeo-hero-kw-float-right-down {
    0%, 100% { transform: translateX(12%) translateY(0); opacity: 0.85; }
    50% { transform: translateX(12%) translateY(-4px); opacity: 1; }
}
.xeoai-holo--intro {
    position: relative;
    inset: auto;
    aspect-ratio: 4/3;
    min-height: 340px;
    background: linear-gradient(155deg, #040810 0%, var(--xeo-navy-mid) 45%, var(--xeo-navy-soft) 100%);
    box-shadow: 0 32px 64px rgba(6, 13, 24, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.xeoai-holo__grid-floor {
    position: absolute;
    bottom: 0;
    left: -20%;
    right: -20%;
    height: 55%;
    background:
        linear-gradient(rgba(61, 159, 212, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(61, 159, 212, 0.12) 1px, transparent 1px);
    background-size: 32px 32px;
    transform: perspective(500px) rotateX(68deg);
    transform-origin: center bottom;
    opacity: 0.5;
    mask-image: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 85%);
    -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 85%);
}
.xeoai-holo__beam {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 2px;
    height: 45%;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, transparent, rgba(61, 159, 212, 0.6), rgba(255, 170, 23, 0.3), transparent);
    opacity: 0.4;
    animation: xeo-holo-beam 4s ease-in-out infinite;
}
@keyframes xeo-holo-beam { 0%, 100% { opacity: 0.25; height: 40%; } 50% { opacity: 0.55; height: 50%; } }

.xeoai-holo__glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 60%;
    transform: translate(-50%, -50%);
    background: radial-gradient(ellipse, rgba(14, 110, 173, 0.25) 0%, rgba(255, 170, 23, 0.06) 40%, transparent 70%);
    animation: xeo-holo-pulse 5s ease-in-out infinite;
}
@keyframes xeo-holo-pulse { 0%, 100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); } 50% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); } }

.xeoai-holo__orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78%;
    height: 78%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(61, 159, 212, 0.15);
    border-radius: 50%;
    animation: xeo-holo-orbit 12s linear infinite;
}
.xeoai-holo__orbit::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--xeo-gold);
    box-shadow: 0 0 12px var(--xeo-gold-glow);
}
@keyframes xeo-holo-orbit { to { transform: translate(-50%, -50%) rotate(360deg); } }

.xeoai-holo__keywords { position: absolute; inset: 0; transform-style: preserve-3d; }
.xeoai-holo__kw {
    position: absolute;
    left: var(--tx);
    top: var(--ty);
    transform: translateZ(var(--tz, 0));
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: lowercase;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(61, 159, 212, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 0 20px rgba(61, 159, 212, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    text-shadow: 0 0 12px rgba(61, 159, 212, 0.5);
    animation: xeo-holo-float 5s ease-in-out infinite;
    animation-delay: var(--d, 0s);
    white-space: nowrap;
}
.xeoai-holo--intro .xeoai-holo__kw { font-size: 11px; padding: 7px 14px; }
.xeoai-holo__kw--gold {
    color: var(--xeo-gold);
    border-color: rgba(255, 170, 23, 0.4);
    box-shadow: 0 0 24px rgba(255, 170, 23, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    text-shadow: 0 0 14px rgba(255, 170, 23, 0.45);
}
@keyframes xeo-holo-float {
    0%, 100% { transform: translateZ(var(--tz, 0)) translateY(0); opacity: 0.75; }
    50% { transform: translateZ(calc(var(--tz, 0) + 12px)) translateY(-8px); opacity: 1; }
}

.xeoai-holo__scan {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(61, 159, 212, 0.8), rgba(255, 170, 23, 0.5), transparent);
    box-shadow: 0 0 20px rgba(61, 159, 212, 0.6);
    animation: xeo-holo-scan 4s ease-in-out infinite;
    opacity: 0.7;
}
@keyframes xeo-holo-scan {
    0% { top: 15%; opacity: 0; }
    10% { opacity: 0.7; }
    90% { opacity: 0.7; }
    100% { top: 85%; opacity: 0; }
}

.xeoai-holo__panel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72%;
    max-width: 320px;
    padding: 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    z-index: 3;
}
.xeoai-holo__panel-hdr {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.xeoai-holo__dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); }
.xeoai-holo__dot--gold { background: var(--xeo-gold); box-shadow: 0 0 8px var(--xeo-gold-glow); }
.xeoai-holo__panel-title {
    margin-left: 6px;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    font-family: ui-monospace, monospace;
    letter-spacing: 0.04em;
}
.xeoai-holo__search {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(61, 159, 212, 0.25);
    margin-bottom: 14px;
}
.xeoai-holo__search i { color: var(--xeo-blue-light); font-size: 14px; flex-shrink: 0; }
.xeoai-holo__typed {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    font-family: ui-monospace, monospace;
    transition: opacity 0.25s ease;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xeoai-holo__cursor {
    color: var(--xeo-gold);
    font-weight: 300;
    animation: xeo-holo-blink 1s step-end infinite;
}
@keyframes xeo-holo-blink { 50% { opacity: 0; } }

.xeoai-holo__status { display: flex; flex-direction: column; gap: 8px; }
.xeoai-holo__status-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    transition: color 0.3s;
}
.xeoai-holo__status-row i { width: 14px; font-size: 11px; text-align: center; }
.xeoai-holo__status-row.is-active { color: rgba(255, 255, 255, 0.9); }
.xeoai-holo__status-row.is-active i { color: var(--xeo-blue-light); }
.xeoai-holo__status-row.is-done { color: rgba(255, 255, 255, 0.55); }
.xeoai-holo__status-row.is-done i { color: #28c840; }

.xeoai-holo__progress {
    height: 3px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 2px;
    margin-top: 14px;
    overflow: hidden;
}
.xeoai-holo__progress span {
    display: block;
    height: 100%;
    width: 35%;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--xeo-blue), var(--xeo-gold));
    animation: xeo-holo-progress 3s ease-in-out infinite;
}
@keyframes xeo-holo-progress {
    0% { width: 20%; margin-left: 0; }
    50% { width: 55%; margin-left: 25%; }
    100% { width: 20%; margin-left: 80%; }
}

/* Intro, bento, why */
.xeoai-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-top: 48px; }
.xeoai-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 32px; }
.xeoai-pillar {
    padding: 20px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}
.xeoai-pillar:hover { transform: translateY(-4px); box-shadow: var(--xeo-shadow); }
.xeoai-pillar i { font-size: 24px; color: var(--xeo-blue); margin-bottom: 10px; display: block; }
.xeoai-pillar strong { display: block; font-size: 14px; color: var(--xeo-text); margin-bottom: 4px; }
.xeoai-pillar span { font-size: 12px; color: var(--xeo-muted); }

.xeoai-bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; margin-top: 48px; }
.xeoai-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s;
    opacity: 0;
    transform: translateY(20px);
}
.xeoai-card.is-visible { opacity: 1; transform: translateY(0); transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.25s; }
.xeoai-card:hover { border-color: rgba(14, 110, 173, 0.15); box-shadow: 0 12px 32px rgba(6, 13, 24, 0.06); }
.xeoai-card.is-visible:hover { transform: translateY(-2px); }
.xeoai-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 16px;
    background: linear-gradient(135deg, rgba(14, 110, 173, 0.12), rgba(14, 110, 173, 0.04));
    color: var(--xeo-blue);
}
.xeoai-card__icon--gold {
    background: linear-gradient(135deg, rgba(255, 170, 23, 0.15), rgba(255, 170, 23, 0.05));
    color: var(--xeo-gold-dark);
}
.xeoai-card h4 { font-size: 17px; font-weight: 700; color: var(--xeo-text); margin: 0 0 8px; }
.xeoai-card p { font-size: 14px; color: var(--xeo-muted); line-height: 1.65; margin: 0; }
.xeoai-card--sm { grid-column: span 4; }
.xeoai-card--md { grid-column: span 6; }
.xeoai-card--lg { grid-column: span 8; }
.xeoai-card--xl {
    grid-column: span 12;
    background: linear-gradient(135deg, var(--xeo-navy-mid), var(--xeo-navy));
    border: none;
}
.xeoai-card--xl h4 { color: rgba(255, 255, 255, 0.9); }
.xeoai-card--xl p { color: rgba(255, 255, 255, 0.55); }
.xeoai-card--xl .xeoai-card__icon { background: rgba(255, 255, 255, 0.1); color: var(--xeo-gold); }

.xeoai-why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 48px; }
.xeoai-why {
    padding: 32px;
    border-radius: var(--xeo-radius);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    opacity: 0;
    transform: translateY(24px);
    transition: all 0.5s ease;
}
.xeoai-why.is-visible { opacity: 1; transform: translateY(0); }
.xeoai-why:hover { box-shadow: var(--xeo-shadow); }
.xeoai-why__tag { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--xeo-gold-dark); margin-bottom: 10px; display: block; }
.xeoai-why h4 { font-size: 18px; font-weight: 700; color: var(--xeo-text); margin: 0 0 10px; }
.xeoai-why p { font-size: 14px; color: var(--xeo-muted); line-height: 1.65; margin: 0; }

.xeoai-final {
    text-align: center;
    padding: 96px 24px;
    position: relative;
    overflow: hidden;
    background: var(--xeo-navy);
}
.xeoai-final__glow {
    display: none;
}
.xeoai-final h2 { font-size: clamp(1.75rem, 3vw, 2.25rem); font-weight: 700; color: #fff; margin: 0 0 16px; position: relative; }
.xeoai-final p { font-size: 16px; color: rgba(255, 255, 255, 0.58); margin: 0 0 32px; max-width: 520px; margin-left: auto; margin-right: auto; position: relative; }
.xeoai-final__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; }

/* Site footer — color scheme only on XEO AI product pages */
.page-wrapper:has(.xeoai-product) {
    --xeo-navy: #060d18;
    --xeo-navy-deep: #040810;
    --xeo-gold: #ffaa17;
    --xeo-footer-muted: rgba(255, 255, 255, 0.48);
    --xeo-footer-text: rgba(255, 255, 255, 0.72);
}
.page-wrapper:has(.xeoai-product) .main-footer {
    margin-top: 0;
    background-color: var(--xeo-navy);
}
.page-wrapper:has(.xeoai-product) .main-footer .bg-image {
    opacity: 0;
}
.page-wrapper:has(.xeoai-product) .main-footer .bg-image:before {
    background-color: var(--xeo-navy);
    opacity: 1;
}
.page-wrapper:has(.xeoai-product) .main-footer .widgets-section {
    background-color: var(--xeo-navy);
}
.page-wrapper:has(.xeoai-product) .main-footer .widget-title {
    color: #fff;
}
.page-wrapper:has(.xeoai-product) .main-footer .widget-title:before {
    background-color: rgba(255, 255, 255, 0.1);
}
.page-wrapper:has(.xeoai-product) .main-footer .widget-title:after {
    background-color: var(--xeo-gold);
}
.page-wrapper:has(.xeoai-product) .main-footer .user-links li,
.page-wrapper:has(.xeoai-product) .main-footer .user-links li a {
    color: var(--xeo-footer-muted);
}
.page-wrapper:has(.xeoai-product) .main-footer .user-links li a:hover {
    color: var(--xeo-gold);
}
.page-wrapper:has(.xeoai-product) .main-footer .user-links li a:before {
    background-color: var(--xeo-gold);
}
.page-wrapper:has(.xeoai-product) .main-footer .contact-widget .text {
    color: var(--xeo-footer-muted);
}
.page-wrapper:has(.xeoai-product) .main-footer .contact-info li {
    color: var(--xeo-footer-text);
}
.page-wrapper:has(.xeoai-product) .main-footer .contact-info li i {
    color: var(--xeo-gold);
}
.page-wrapper:has(.xeoai-product) .main-footer .contact-info a {
    color: var(--xeo-footer-text);
}
.page-wrapper:has(.xeoai-product) .main-footer .contact-info a:hover {
    color: var(--xeo-gold);
}
.page-wrapper:has(.xeoai-product) .main-footer .social-icon-two li a {
    color: var(--xeo-footer-muted);
}
.page-wrapper:has(.xeoai-product) .main-footer .social-icon-two li a:hover {
    color: var(--xeo-gold);
}
.page-wrapper:has(.xeoai-product) .main-footer .footer-bottom {
    background-color: var(--xeo-navy-deep);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.page-wrapper:has(.xeoai-product) .main-footer .footer-bottom .inner-container {
    background-color: var(--xeo-navy-deep);
}
.page-wrapper:has(.xeoai-product) .main-footer .footer-bottom .copyright-text {
    color: var(--xeo-footer-muted);
}
.page-wrapper:has(.xeoai-product) .main-footer .footer-bottom .copyright-text a {
    color: var(--xeo-gold) !important;
}
.page-wrapper:has(.xeoai-product) .main-footer .footer-bottom .copyright-text a:hover {
    color: #ffd56a !important;
}
.xeoai-btn-secondary {
    padding: 16px 36px;
    border-radius: var(--xeo-radius-sm);
    background: transparent;
    cursor: pointer;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.25s;
    display: inline-flex;
    align-items: center;
}
.xeoai-btn-secondary:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.35); }

@media (max-width: 991px) {
    .xeoai-hero__grid { grid-template-columns: 1fr; gap: 36px; text-align: center; }
    .xeoai-hero__lead { margin-left: auto; margin-right: auto; }
    .xeoai-hero__cta-box { margin: 0 auto; }
    .xeoai-hero__stats { justify-content: center; }
    .xeoai-hero__visual { max-width: 440px; margin: 0 auto; }
    .xeoai-hero__dashboard { transform: none; }
    .xeoai-nav__inner { flex-direction: column; align-items: stretch; gap: 8px; }
    .xeoai-nav__products { border-right: none; border-bottom: 1px solid rgba(0,0,0,0.06); padding-right: 0; padding-bottom: 8px; overflow-x: auto; }
    .xeoai-nav__sections { justify-content: flex-start; }
    .xeoai-pipeline__track { grid-template-columns: 1fr; gap: 20px; padding-top: 0; }
    .xeoai-pipeline__timeline { display: none; }
    .xeoai-pipeline__step--featured,
    .xeoai-pipeline__step--featured.is-visible { transform: none; }
    .xeoai-intro-grid { grid-template-columns: 1fr; }
    .xeoai-pillars { grid-template-columns: 1fr; }
    .xeoai-card--sm, .xeoai-card--md, .xeoai-card--lg { grid-column: span 12; }
    .xeoai-why-grid { grid-template-columns: 1fr; }
    .page-wrapper:has(.xeoai-product) .main-header.header-style-four .header-lower { padding-left: 20px; padding-right: 20px; }
}
@media (max-width: 575px) {
    .xeoai-hero { min-height: auto; padding: calc(var(--xeo-site-header-h, 118px) + 28px) 0 60px; }
    .xeoai-hero__dash-grid { grid-template-columns: 1fr; }
    .xeoai-hero__dash-card--wide { grid-column: span 1; }
    .xeoai-hero__float-tag { display: none; }
    .xeoai-holo--hero .xeoai-holo__grid-floor { opacity: 0.25; }
    .xeoai-hero__visual { min-height: 340px; padding: 20px 8px; }
    .xeoai-holo--hero .xeoai-holo__keyword-orbit { inset: -8% -4%; }
    .xeoai-holo--hero .xeoai-holo__orbit-ring--outer { width: 138%; height: 122%; }
    .xeoai-holo--hero .xeoai-holo__orbit-ring--mid { width: 120%; height: 106%; }
    .xeoai-holo--hero .xeoai-holo__orbit-ring--inner { width: 108%; height: 96%; }
    .xeoai-holo--hero .xeoai-holo__orbit-ring--pulse { width: 148%; height: 130%; }
    .xeoai-holo--hero .xeoai-holo__kw--hero { font-size: 9px; padding: 5px 10px; }
    .xeoai-holo--hero .xeoai-holo__kw--hero[data-pos="left-up"],
    .xeoai-holo--hero .xeoai-holo__kw--hero[data-pos="left-down"] { transform: translateX(0); animation: none; }
    .xeoai-holo--hero .xeoai-holo__kw--hero[data-pos="right-up"],
    .xeoai-holo--hero .xeoai-holo__kw--hero[data-pos="right-down"] { transform: translateX(0); animation: none; }
    .xeoai-holo--hero .xeoai-holo__kw--hero[data-pos="top"] { animation: none; }
    .xeoai-holo--hero .xeoai-holo__kw--hero[data-pos="left-down"],
    .xeoai-holo--hero .xeoai-holo__kw--hero[data-pos="right-down"] { display: none; }
    .xeoai-scroll-hint { display: none; }
    .xeoai-section, .xeoai-pipeline { padding: 64px 20px; }
    .xeoai-pipeline__dual { grid-template-columns: 1fr; }
    .xeoai-holo--intro .xeoai-holo__kw { font-size: 9px; padding: 4px 8px; }
}
@media (prefers-reduced-motion: reduce) {
    .xeoai-hero__orb, .xeoai-holo__scan, .xeoai-holo__beam, .xeoai-holo__orbit, .xeoai-holo__glow, .xeoai-holo__kw, .xeoai-holo__progress span, .xeoai-holo__cursor, .xeoai-holo--hero .xeoai-holo__kw--hero, .xeoai-holo--hero .xeoai-holo__orbit-ring--mid, .xeoai-holo--hero .xeoai-holo__orbit-ring--pulse { animation: none; }
    .xeoai-card, .xeoai-pipeline__step, .xeoai-why { opacity: 1; transform: none; }
    .xeoai-call-live__wave span, .xeoai-call-live__ring, .xeoai-call-live__dot, .xeoai-hero__badge--live .xeoai-hero__badge-dot,
    .xeoai-agent-card__wave span, .xeoai-agent-card__ring, .xeoai-agent-card__live > span, .xeoai-hero-fleet__pulse, .xeoai-parallel__stat-dot { animation: none; }
    .xeoai-parallel__grid .xeoai-agent-card { opacity: 1; transform: none; }
}

/* ══════════════════════════════════════════════════════════════
   SALES HUB MODULE — Emerald accent, AI calling visual identity
   Scoped to .xeoai-product--sales only
   ══════════════════════════════════════════════════════════════ */
.xeoai-product--sales {
    --xeo-module: #10B981;
    --xeo-module-dark: #059669;
    --xeo-module-glow: rgba(16, 185, 129, 0.35);
    --xeo-module-soft: rgba(16, 185, 129, 0.12);
    --xeo-navy: #081B34;
    --xeo-navy-mid: #0E2342;
    --xeo-navy-soft: #132a4a;
    --xeo-navy-deep: #061528;
    --xeo-tech: #2D7FF9;
    --xeo-success: #22C55E;
    --xeo-gold: #F5A623;
    --xeo-gold-dark: #e09518;
    --xeo-gold-glow: rgba(245, 166, 35, 0.35);
    --xeo-surface: #F5F7FB;
}

.page-wrapper:has(.xeoai-product--sales) .sticky-header.fixed-header {
    background: rgba(8, 27, 52, 0.96);
}
.page-wrapper:has(.xeoai-product--sales) .sticky-header.fixed-header .main-menu .navigation > li.current > a,
.page-wrapper:has(.xeoai-product--sales) .sticky-header.fixed-header .main-menu .navigation > li > a:hover {
    color: var(--xeo-gold);
}

/* Hero — emerald atmosphere (not SEO blue/gold) */
.xeoai-product--sales .xeoai-hero--sales {
    background:
        radial-gradient(ellipse 65% 50% at 78% 12%, rgba(16, 185, 129, 0.2) 0%, transparent 55%),
        radial-gradient(ellipse 40% 30% at 10% 90%, rgba(45, 127, 249, 0.1) 0%, transparent 50%),
        linear-gradient(168deg, #061528 0%, var(--xeo-navy-mid) 48%, var(--xeo-navy-soft) 100%);
}
.xeoai-product--sales .xeoai-hero__orb--1 { background: rgba(16, 185, 129, 0.22); }
.xeoai-product--sales .xeoai-hero__orb--2 { background: rgba(45, 127, 249, 0.12); }
.xeoai-product--sales .xeoai-hero__orb--3 { background: rgba(16, 185, 129, 0.15); }
.xeoai-product--sales .xeoai-hero__title em {
    background: linear-gradient(135deg, #34d399 0%, var(--xeo-module) 55%, #6ee7b7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.xeoai-product--sales .xeoai-hero__badge--live {
    border-color: rgba(16, 185, 129, 0.35);
    color: rgba(255, 255, 255, 0.72);
}
.xeoai-product--sales .xeoai-hero__badge--live .xeoai-hero__badge-dot {
    background: var(--xeo-module);
    box-shadow: 0 0 10px var(--xeo-module);
    animation: xeo-call-pulse 1.4s ease-in-out infinite;
}
@keyframes xeo-call-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.35); } }
.xeoai-product--sales .xeoai-hero__stat strong { color: var(--xeo-module); font-size: 1.25rem; }
.xeoai-product--sales .xeoai-hero__stat strong i { font-size: 1.1rem; }
.xeoai-product--sales .xeoai-hero__url-row:focus-within {
    border-color: rgba(16, 185, 129, 0.65);
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.12);
}
.xeoai-product--sales .xeoai-eyebrow { color: var(--xeo-module); }
.xeoai-product--sales .xeoai-heading em { color: var(--xeo-module); }
.xeoai-product--sales .xeoai-nav__product.is-active {
    background: var(--xeo-module-soft);
    color: var(--xeo-module-dark);
    border-color: rgba(16, 185, 129, 0.25);
}
.xeoai-product--sales .xeoai-nav__link.is-active { color: var(--xeo-module-dark); border-color: var(--xeo-module); }
.xeoai-product--sales .xeoai-pipeline__timeline-node.is-done { background: var(--xeo-module); box-shadow: 0 0 0 4px var(--xeo-module-soft); }
.xeoai-product--sales .xeoai-pipeline__timeline-node.is-active { border-color: var(--xeo-module); box-shadow: 0 0 0 4px var(--xeo-module-soft); }
.xeoai-product--sales .xeoai-pipeline__step--featured {
    background: linear-gradient(165deg, #0E2342 0%, #081B34 55%, #061528 100%);
    border: 1px solid rgba(16, 185, 129, 0.28);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.07);
    transform: translateY(-6px);
}
.xeoai-product--sales .xeoai-pipeline__step--featured.is-visible { transform: translateY(-6px); }
.xeoai-product--sales .xeoai-pipeline__step--featured:hover {
    border-color: rgba(16, 185, 129, 0.42);
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.09);
}
.xeoai-product--sales .xeoai-pipeline__step--featured .xeoai-pipeline__step-title { color: #fff; }
.xeoai-product--sales .xeoai-pipeline__step--featured .xeoai-pipeline__step-text { color: rgba(255, 255, 255, 0.62); }
.xeoai-product--sales .xeoai-pipeline__step--featured .xeoai-pipeline__step-label { color: rgba(52, 211, 153, 0.95); }
.xeoai-product--sales .xeoai-pipeline__step--featured .xeoai-pipeline__step-num { color: rgba(255, 255, 255, 0.22); }
.xeoai-product--sales .xeoai-pipeline__step--featured .xeoai-pipeline__option {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}
.xeoai-product--sales .xeoai-pipeline__step--featured .xeoai-pipeline__option strong { color: rgba(255, 255, 255, 0.88); }
.xeoai-product--sales .xeoai-pipeline__step--featured .xeoai-pipeline__option i { color: var(--xeo-module); }
.xeoai-product--sales .xeoai-pipeline__step--featured .xeoai-pipeline__done {
    border-top-color: rgba(255, 255, 255, 0.1);
    color: #6ee7b7;
}
.xeoai-product--sales .xeoai-pipeline__icon-box--module {
    background: linear-gradient(135deg, var(--xeo-module) 0%, var(--xeo-module-dark) 100%);
    color: #fff;
    box-shadow: 0 8px 24px var(--xeo-module-glow);
}
.xeoai-product--sales .xeoai-pipeline__chips li i { color: var(--xeo-module); }
.xeoai-product--sales .xeoai-pipeline__done { color: var(--xeo-module-dark); }
.xeoai-product--sales .xeoai-pipeline__done i { color: var(--xeo-module); }
.xeoai-product--sales .xeoai-pillar i { color: var(--xeo-module); background: var(--xeo-module-soft); }
.xeoai-product--sales .xeoai-card__icon--module {
    background: linear-gradient(135deg, var(--xeo-module-soft) 0%, rgba(16, 185, 129, 0.2) 100%);
    color: var(--xeo-module-dark);
}
.xeoai-product--sales .xeoai-card:hover { border-color: rgba(16, 185, 129, 0.25); }
.xeoai-product--sales .xeoai-final {
    background: var(--xeo-navy);
}
.xeoai-product--sales .xeoai-final__glow {
    background: radial-gradient(circle, rgba(16, 185, 129, 0.18) 0%, transparent 70%);
}
.xeoai-product--sales .xeoai-section--sales-intro {
    background: linear-gradient(180deg, #ffffff 0%, var(--xeo-surface) 100%);
    max-width: none;
    padding: 0;
}
.xeoai-sales-intro {
    max-width: 1180px;
    margin: 0 auto;
    padding: 72px 24px 80px;
}
.xeoai-sales-intro__header {
    max-width: 640px;
    margin-bottom: 44px;
}
.xeoai-sales-intro__header::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    margin-top: 22px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--xeo-module) 0%, rgba(16, 185, 129, 0.2) 100%);
}
.xeoai-sales-intro__header .xeoai-heading {
    font-size: clamp(1.85rem, 3.2vw, 2.65rem);
    letter-spacing: -0.03em;
    margin-bottom: 14px;
    line-height: 1.12;
}
.xeoai-sales-intro__tagline {
    font-size: 15px;
    line-height: 1.65;
    color: var(--xeo-muted);
    margin: 0;
    max-width: 520px;
}
.xeoai-sales-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 36px;
    align-items: start;
}
.xeoai-sales-intro__text {
    font-size: 16px;
    line-height: 1.75;
    color: #475569;
    margin: 0 0 24px;
}
.xeoai-voice-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
}
.xeoai-voice-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(8, 27, 52, 0.06);
    box-shadow: 0 2px 12px rgba(8, 27, 52, 0.04);
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.xeoai-voice-feature:hover {
    border-color: rgba(16, 185, 129, 0.22);
    box-shadow: 0 8px 24px rgba(8, 27, 52, 0.08);
    transform: translateX(4px);
}
.xeoai-voice-feature i {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 13px;
    color: var(--xeo-module-dark);
    background: var(--xeo-module-soft);
}
.xeoai-pillars--sales {
    margin-top: 0;
    gap: 12px;
}
.xeoai-call-dashboard-wrap {
    position: relative;
    padding-top: 8px;
}
.xeoai-call-dashboard-wrap::before {
    content: '';
    position: absolute;
    inset: 0 -8px -8px 8px;
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(16, 185, 129, 0.08) 0%, rgba(8, 27, 52, 0.04) 100%);
    border: 1px solid rgba(16, 185, 129, 0.1);
    z-index: 0;
}
.xeoai-call-dashboard-wrap .xeoai-call-dashboard {
    position: relative;
    z-index: 1;
}

/* Live call hero UI */
.xeoai-hero__visual--call {
    perspective: 1200px;
    min-height: auto;
    padding: 20px 0;
    align-self: center;
}
.xeoai-hero__visual-stack {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
}
.xeoai-hero__stats--visual {
    margin-top: 0;
    justify-content: center;
    width: 100%;
    gap: 8px;
}
.xeoai-product--sales .xeoai-hero__stats--visual .xeoai-hero__stat-pill {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
    padding: 10px 12px;
}
.xeoai-product--sales .xeoai-hero__stats--visual .xeoai-hero__stat-pill span {
    font-size: 10px;
}
.xeoai-call-live {
    position: relative;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    transform-style: preserve-3d;
    transition: transform 0.15s ease-out;
}
.xeoai-call-live__glow {
    position: absolute;
    inset: -15%;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.25) 0%, transparent 65%);
    pointer-events: none;
}
.xeoai-call-live__card {
    position: relative;
    z-index: 2;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(16, 185, 129, 0.28);
    border-radius: 22px;
    padding: 20px;
    backdrop-filter: blur(18px);
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}
.xeoai-call-live__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.xeoai-call-live__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--xeo-module);
}
.xeoai-call-live__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--xeo-module);
    animation: xeo-call-pulse 1.2s ease-in-out infinite;
}
.xeoai-call-live__timer {
    font-family: ui-monospace, monospace;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
}
.xeoai-call-live__agent {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}
.xeoai-call-live__avatar {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--xeo-module) 0%, var(--xeo-module-dark) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}
.xeoai-call-live__ring {
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid rgba(16, 185, 129, 0.5);
    animation: xeo-call-ring 2s ease-out infinite;
}
@keyframes xeo-call-ring { 0% { transform: scale(0.92); opacity: 0.8; } 100% { transform: scale(1.25); opacity: 0; } }
.xeoai-call-live__agent-meta { flex: 1; min-width: 0; }
.xeoai-call-live__agent-meta strong { display: block; font-size: 14px; color: #fff; margin-bottom: 2px; }
.xeoai-call-live__agent-meta span { font-size: 12px; color: rgba(255, 255, 255, 0.45); }
.xeoai-call-live__dial {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--xeo-module-soft);
    border: 1px solid rgba(16, 185, 129, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--xeo-module);
    font-size: 14px;
    animation: xeo-call-pulse 2s ease-in-out infinite;
}
.xeoai-call-live__wave {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    height: 36px;
    margin-bottom: 14px;
    padding: 0 8px;
}
.xeoai-call-live__wave span {
    display: block;
    width: 4px;
    height: 8px;
    border-radius: 2px;
    background: linear-gradient(180deg, #6ee7b7 0%, var(--xeo-module) 100%);
    animation: xeo-wave 1s ease-in-out infinite;
}
.xeoai-call-live__wave span:nth-child(1) { animation-delay: 0s; }
.xeoai-call-live__wave span:nth-child(2) { animation-delay: 0.08s; }
.xeoai-call-live__wave span:nth-child(3) { animation-delay: 0.16s; }
.xeoai-call-live__wave span:nth-child(4) { animation-delay: 0.24s; }
.xeoai-call-live__wave span:nth-child(5) { animation-delay: 0.32s; }
.xeoai-call-live__wave span:nth-child(6) { animation-delay: 0.4s; }
.xeoai-call-live__wave span:nth-child(7) { animation-delay: 0.32s; }
.xeoai-call-live__wave span:nth-child(8) { animation-delay: 0.24s; }
.xeoai-call-live__wave span:nth-child(9) { animation-delay: 0.16s; }
.xeoai-call-live__wave span:nth-child(10) { animation-delay: 0.08s; }
.xeoai-call-live__wave span:nth-child(11) { animation-delay: 0.16s; }
.xeoai-call-live__wave span:nth-child(12) { animation-delay: 0.24s; }
@keyframes xeo-wave { 0%, 100% { height: 8px; opacity: 0.45; } 50% { height: 28px; opacity: 1; } }
.xeoai-call-live__thread {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 14px;
}
.xeoai-call-live__bubble {
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 1.45;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.4s, transform 0.4s;
}
.xeoai-call-live__bubble.is-visible { opacity: 1; transform: translateY(0); }
.xeoai-call-live__bubble--ai {
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: rgba(255, 255, 255, 0.88);
    align-self: flex-start;
    max-width: 92%;
}
.xeoai-call-live__bubble--user {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.72);
    align-self: flex-end;
    max-width: 88%;
}
.xeoai-call-live__bubble--highlight {
    border-color: rgba(34, 197, 94, 0.45);
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.15);
}
.xeoai-call-live__speaker {
    display: block;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
    opacity: 0.65;
}
.xeoai-call-live__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.xeoai-call-live__score { font-size: 12px; color: rgba(255, 255, 255, 0.5); }
.xeoai-call-live__score strong { color: var(--xeo-module); font-size: 16px; }
.xeoai-call-live__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 100px;
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.35);
    font-size: 11px;
    font-weight: 700;
    color: #86efac;
}
.xeoai-call-live__chip {
    position: absolute;
    z-index: 3;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    background: rgba(8, 27, 52, 0.9);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
}
.xeoai-call-live__chip i { color: var(--xeo-module); margin-right: 6px; }
.xeoai-call-live__chip--1 { top: 8%; right: -4%; }
.xeoai-call-live__chip--2 { bottom: 12%; left: -6%; }

/* Post-call transcript panel (overview) */
.xeoai-call-panel {
    background: #fff;
    border-radius: var(--xeo-radius);
    border: 1px solid rgba(16, 185, 129, 0.15);
    box-shadow: var(--xeo-shadow);
    padding: 24px;
}
.xeoai-call-panel__hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 700;
    color: #1F2937;
}
.xeoai-call-panel__hdr i { color: var(--xeo-module); margin-right: 8px; }
.xeoai-call-panel__status {
    padding: 4px 10px;
    border-radius: 100px;
    background: rgba(34, 197, 94, 0.12);
    color: #059669;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.xeoai-call-panel__meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e7eb;
}
.xeoai-call-panel__meta small { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.06em; color: #64748B; margin-bottom: 4px; }
.xeoai-call-panel__meta strong { font-size: 14px; color: #1F2937; }
.xeoai-call-panel__score { color: var(--xeo-module) !important; font-size: 18px !important; }
.xeoai-call-panel__lines { display: flex; flex-direction: column; gap: 10px; margin-bottom: 16px; }
.xeoai-call-panel__line {
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.45;
    color: #374151;
}
.xeoai-call-panel__line span {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 8px;
    padding: 2px 6px;
    border-radius: 4px;
}
.xeoai-call-panel__line--ai { background: rgba(16, 185, 129, 0.08); }
.xeoai-call-panel__line--ai span { background: rgba(16, 185, 129, 0.2); color: #059669; }
.xeoai-call-panel__line--user { background: #f3f4f6; }
.xeoai-call-panel__line--user span { background: #e5e7eb; color: #64748B; }
.xeoai-call-panel__summary {
    padding: 14px;
    border-radius: 12px;
    background: #F5F7FB;
    border-left: 3px solid var(--xeo-module);
}
.xeoai-call-panel__summary strong { display: block; font-size: 12px; color: #1F2937; margin-bottom: 6px; }
.xeoai-call-panel__summary p { font-size: 13px; color: #64748B; margin: 0; line-height: 1.5; }

/* Sales footer accent */
.page-wrapper:has(.xeoai-product--sales) {
    --xeo-navy: #081B34;
    --xeo-navy-deep: #061528;
}
.page-wrapper:has(.xeoai-product--sales) .main-footer .widget-title:after {
    background-color: var(--xeo-module);
}
.page-wrapper:has(.xeoai-product--sales) .main-footer .contact-info li i,
.page-wrapper:has(.xeoai-product--sales) .main-footer .user-links li a:hover,
.page-wrapper:has(.xeoai-product--sales) .main-footer .social-icon-two li a:hover {
    color: var(--xeo-module);
}
.xeoai-product--sales .xeoai-why__tag,
.xeoai-product--sales .xeoai-section--muted .xeoai-why__tag {
    color: var(--xeo-module);
}

@media (max-width: 991px) {
    .xeoai-hero__visual--call { min-height: auto; max-width: 100%; }
    .xeoai-call-live__chip--1 { right: 0; top: -8px; }
    .xeoai-call-live__chip--2 { left: 0; bottom: -8px; }
    .xeoai-call-panel__meta { grid-template-columns: 1fr; }
    .xeoai-sales-intro { padding: 56px 20px 64px; }
    .xeoai-sales-intro__grid { grid-template-columns: 1fr; gap: 32px; }
    .xeoai-sales-intro__header { max-width: none; margin-bottom: 32px; }
    .xeoai-pillars--sales { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
    .xeoai-call-live__chip { display: none; }
    .xeoai-call-live__thread { max-height: 160px; }
    .xeoai-call-dashboard__table-wrap { overflow-x: auto; }
}

/* ── Sales premium polish ── */
.xeoai-product--sales .xeoai-hero--sales {
    position: relative;
    min-height: auto;
    padding-top: calc(var(--xeo-site-header-h, 118px) + 32px);
    padding-bottom: 56px;
}
.xeoai-product--sales .xeoai-hero {
    min-height: auto;
}
.xeoai-product--sales .xeoai-hero__grid {
    align-items: center;
    z-index: 2;
}
.xeoai-product--sales .xeoai-hero--sales::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 85% 75% at 55% 35%, #000 15%, transparent 72%);
    -webkit-mask-image: radial-gradient(ellipse 85% 75% at 55% 35%, #000 15%, transparent 72%);
    pointer-events: none;
    z-index: 1;
}
.xeoai-hero__mesh {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 50% 40% at 70% 20%, rgba(16, 185, 129, 0.12) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
}
.xeoai-product--sales .xeoai-hero__title {
    font-size: clamp(2.2rem, 4.8vw, 3.35rem);
    letter-spacing: -0.03em;
}
.xeoai-product--sales .xeoai-hero__cta-box {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(16, 185, 129, 0.2);
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.xeoai-product--sales .xeoai-hero__cta-box + .xeoai-hero__lead {
    margin: 24px 0 0;
}
.xeoai-product--sales .xeoai-btn-primary {
    box-shadow: 0 8px 28px var(--xeo-gold-glow), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.xeoai-hero__stats--premium {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}
.xeoai-hero__stat-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(16, 185, 129, 0.18);
    backdrop-filter: blur(12px);
}
.xeoai-call-live__back {
    position: absolute;
    z-index: 1;
    inset: 12px -8px -12px 8px;
    border-radius: 24px;
    background: linear-gradient(160deg, rgba(16, 185, 129, 0.08) 0%, rgba(8, 27, 52, 0.6) 100%);
    border: 1px solid rgba(16, 185, 129, 0.12);
    transform: rotate(2deg);
    opacity: 0.7;
}
.xeoai-call-live__card {
    border-radius: 24px;
    padding: 22px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(16, 185, 129, 0.32);
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset,
        0 0 60px rgba(16, 185, 129, 0.08);
}
.xeoai-call-live__chip {
    background: rgba(8, 27, 52, 0.92);
    border: 1px solid rgba(16, 185, 129, 0.35);
    backdrop-filter: blur(14px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

/* Pipeline — premium light band */
.xeoai-pipeline--sales {
    background: linear-gradient(180deg, #ffffff 0%, var(--xeo-surface) 100%);
    padding: 100px 24px;
    border-top: 1px solid rgba(8, 27, 52, 0.06);
}
.xeoai-product--sales .xeoai-pipeline--sales .xeoai-pipeline__step {
    border: 1px solid rgba(8, 27, 52, 0.06);
    box-shadow: 0 8px 32px rgba(8, 27, 52, 0.06);
    border-radius: 20px;
    padding: 32px 28px;
}
.xeoai-product--sales .xeoai-pipeline--sales .xeoai-pipeline__step:hover {
    border-color: rgba(16, 185, 129, 0.2);
    box-shadow: 0 16px 48px rgba(8, 27, 52, 0.1);
}
.xeoai-product--sales .xeoai-pipeline--sales .xeoai-pipeline__step-label { color: var(--xeo-module-dark); }
.xeoai-product--sales .xeoai-pipeline--sales .xeoai-pipeline__icon-box {
    background: var(--xeo-module-soft);
    color: var(--xeo-module-dark);
}

/* Call history dashboard (overview) */
.xeoai-call-dashboard {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(8, 27, 52, 0.07);
    box-shadow:
        0 4px 6px rgba(8, 27, 52, 0.04),
        0 24px 48px rgba(8, 27, 52, 0.08),
        0 0 0 1px rgba(16, 185, 129, 0.05);
    overflow: hidden;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.3s;
}
.xeoai-call-dashboard.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.xeoai-call-dashboard:hover {
    box-shadow:
        0 8px 12px rgba(8, 27, 52, 0.06),
        0 32px 64px rgba(8, 27, 52, 0.12),
        0 0 0 1px rgba(16, 185, 129, 0.1);
}
.xeoai-call-dashboard__hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    background: linear-gradient(180deg, #fafbfc 0%, #fff 100%);
    border-bottom: 1px solid rgba(8, 27, 52, 0.06);
}
.xeoai-call-dashboard__eyebrow {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--xeo-module);
    margin-bottom: 4px;
}
.xeoai-call-dashboard__eyebrow i { margin-right: 6px; }
.xeoai-call-dashboard__hdr strong { font-size: 16px; color: #1F2937; }
.xeoai-call-dashboard__live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    color: var(--xeo-module-dark);
    padding: 6px 12px;
    border-radius: 100px;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.2);
}
.xeoai-call-dashboard__live span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--xeo-module);
    animation: xeo-call-pulse 1.2s ease-in-out infinite;
}
.xeoai-call-dashboard__table-wrap { padding: 0 8px; }
.xeoai-call-dashboard__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.xeoai-call-dashboard__table th {
    text-align: left;
    padding: 12px 16px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748B;
    border-bottom: 1px solid #e5e7eb;
}
.xeoai-call-dashboard__table td {
    padding: 14px 16px;
    color: #374151;
    border-bottom: 1px solid #f1f5f9;
}
.xeoai-call-dashboard__table tr.is-active td {
    background: rgba(16, 185, 129, 0.06);
}
.xeoai-call-dashboard__tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.xeoai-call-dashboard__tag--qualified { background: rgba(34, 197, 94, 0.12); color: #059669; }
.xeoai-call-dashboard__tag--interested { background: rgba(45, 127, 249, 0.1); color: #2563eb; }
.xeoai-call-dashboard__tag--live { background: rgba(16, 185, 129, 0.15); color: #059669; }
.xeoai-call-dashboard__tag--live i { font-size: 6px; }
.xeoai-call-dashboard__score { font-weight: 800; color: var(--xeo-module); }
.xeoai-call-dashboard__detail {
    padding: 20px 24px 24px;
    background: #F5F7FB;
    border-top: 1px solid rgba(8, 27, 52, 0.06);
}
.xeoai-call-dashboard__detail-hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.xeoai-call-dashboard__detail-hdr strong { font-size: 13px; color: #1F2937; }
.xeoai-call-dashboard__detail-hdr span {
    font-size: 11px;
    font-weight: 600;
    color: var(--xeo-module-dark);
}
.xeoai-call-dashboard__line {
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 8px;
    color: #374151;
}
.xeoai-call-dashboard__line span {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 8px;
    padding: 2px 6px;
    border-radius: 4px;
}
.xeoai-call-dashboard__line--ai { background: rgba(16, 185, 129, 0.08); }
.xeoai-call-dashboard__line--ai span { background: rgba(16, 185, 129, 0.2); color: #059669; }
.xeoai-call-dashboard__line--user { background: #fff; border: 1px solid #e5e7eb; }
.xeoai-call-dashboard__line--user span { background: #e5e7eb; color: #64748B; }
.xeoai-call-dashboard__summary {
    margin-top: 12px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #fff;
    border-left: 3px solid var(--xeo-module);
    box-shadow: 0 4px 16px rgba(8, 27, 52, 0.04);
}
.xeoai-call-dashboard__summary strong { display: block; font-size: 11px; color: #1F2937; margin-bottom: 6px; }
.xeoai-call-dashboard__summary p { font-size: 13px; color: #64748B; margin: 0; line-height: 1.5; }

/* Capability cards + banner */
.xeoai-product--sales .xeoai-section--alt { background: #fff; }
.xeoai-product--sales .xeoai-card {
    border: 1px solid rgba(8, 27, 52, 0.06);
    box-shadow: 0 8px 32px rgba(8, 27, 52, 0.05);
    border-radius: 18px;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s, border-color 0.25s;
}
.xeoai-product--sales .xeoai-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 56px rgba(8, 27, 52, 0.12);
    border-color: rgba(16, 185, 129, 0.22);
}
.xeoai-sales-banner {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    padding: 28px 32px;
    border-radius: 20px;
    background: linear-gradient(135deg, #081B34 0%, #0E2342 100%);
    border: 1px solid rgba(16, 185, 129, 0.2);
    box-shadow: 0 20px 48px rgba(8, 27, 52, 0.2);
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.xeoai-sales-banner.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.xeoai-sales-banner__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--xeo-module);
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
}
.xeoai-sales-banner strong { display: block; font-size: 17px; color: #fff; margin-bottom: 4px; }
.xeoai-sales-banner p { font-size: 14px; color: rgba(255, 255, 255, 0.58); margin: 0; line-height: 1.5; }

/* Why — deep navy (not light blue) */
.xeoai-product--sales .xeoai-section--muted {
    background: linear-gradient(180deg, #061528 0%, #081B34 50%, #0E2342 100%);
}
.xeoai-product--sales .xeoai-section--muted .xeoai-heading em { color: #34d399; }
.xeoai-product--sales .xeoai-section--muted .xeoai-why {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(16, 185, 129, 0.12);
    border-radius: 18px;
    backdrop-filter: blur(8px);
}
.xeoai-product--sales .xeoai-section--muted .xeoai-why:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(16, 185, 129, 0.22);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}
.xeoai-product--sales .xeoai-final {
    background: #061528;
    border-top: 1px solid rgba(16, 185, 129, 0.12);
}
.xeoai-product--sales .xeoai-nav.is-pinned {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    box-shadow: 0 1px 0 rgba(8, 27, 52, 0.06), 0 8px 32px rgba(8, 27, 52, 0.06);
}
.xeoai-product--sales .xeoai-pillar {
    background: #fff;
    border: 1px solid rgba(8, 27, 52, 0.06);
    box-shadow: 0 4px 20px rgba(8, 27, 52, 0.04);
    border-radius: 16px;
}

/* ── Sales professional polish (v2) ── */

/* Hero trust row */
.xeoai-product--sales .xeoai-hero__trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    justify-content: center;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.xeoai-product--sales .xeoai-hero__trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.42);
    letter-spacing: 0.02em;
}
.xeoai-product--sales .xeoai-hero__trust-row i {
    font-size: 10px;
    color: var(--xeo-module);
    opacity: 0.85;
}

/* Hero stat pills — uniform icon badges */
.xeoai-hero__stat-pill strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.14);
    border: 1px solid rgba(16, 185, 129, 0.28);
    font-size: 12px;
    color: var(--xeo-module);
    line-height: 1;
}
.xeoai-hero__stat-pill strong i {
    font-size: 12px;
}
.xeoai-hero__stat-pill span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    text-transform: none;
    letter-spacing: 0.01em;
    font-weight: 500;
    white-space: nowrap;
}

/* Pipeline — equal heights + sales timeline */
.xeoai-product--sales .xeoai-pipeline--sales .xeoai-pipeline__track {
    align-items: stretch;
}
.xeoai-product--sales .xeoai-pipeline--sales .xeoai-pipeline__step {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.xeoai-product--sales .xeoai-pipeline--sales .xeoai-pipeline__step-text {
    flex: 1;
}
.xeoai-product--sales .xeoai-pipeline__timeline-line {
    background: linear-gradient(90deg, rgba(16, 185, 129, 0.12) 0%, rgba(16, 185, 129, 0.38) 50%, rgba(16, 185, 129, 0.12) 100%);
}
.xeoai-product--sales .xeoai-pipeline__timeline-node {
    border-color: rgba(16, 185, 129, 0.3);
}
.xeoai-product--sales .xeoai-pipeline__timeline-node.is-active {
    background: var(--xeo-module);
}

/* Section headers — centered rhythm */
.xeoai-product--sales .xeoai-section__header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 48px;
}
.xeoai-product--sales .xeoai-section__header .xeoai-lead {
    margin-left: auto;
    margin-right: auto;
}
.xeoai-product--sales .xeoai-section--capabilities {
    padding: 88px 0;
}

/* Bento — equal card heights */
.xeoai-product--sales .xeoai-bento {
    align-items: stretch;
    gap: 18px;
}
.xeoai-product--sales .xeoai-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.xeoai-product--sales .xeoai-card p {
    flex: 1;
}
.xeoai-product--sales .xeoai-card__icon {
    background: var(--xeo-module-soft);
    color: var(--xeo-module-dark);
}
.xeoai-product--sales .xeoai-card--xl {
    background: linear-gradient(135deg, #081B34 0%, #0E2342 100%);
    border: 1px solid rgba(16, 185, 129, 0.18);
}
.xeoai-product--sales .xeoai-card--xl .xeoai-card__icon {
    background: rgba(16, 185, 129, 0.12);
    color: var(--xeo-module);
}

/* Call dashboard — legibility */
.xeoai-call-dashboard__table {
    font-size: 14px;
}
.xeoai-call-dashboard__table th {
    font-size: 11px;
    padding: 14px 16px;
}
.xeoai-call-dashboard__table td {
    padding: 15px 16px;
}
.xeoai-call-dashboard__score {
    font-size: 15px;
    font-variant-numeric: tabular-nums;
}
.xeoai-call-dashboard__hdr strong {
    font-size: 17px;
}

/* Why section — clearer cards */
.xeoai-product--sales .xeoai-section--muted {
    padding: 88px 0;
}
.xeoai-product--sales .xeoai-section--muted .xeoai-section__header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 48px;
}
.xeoai-product--sales .xeoai-section--muted .xeoai-section__header .xeoai-lead {
    margin-left: auto;
    margin-right: auto;
}
.xeoai-product--sales .xeoai-why-grid {
    gap: 24px;
}
.xeoai-product--sales .xeoai-why__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--xeo-module);
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.22);
    margin-bottom: 16px;
}
.xeoai-product--sales .xeoai-section--muted .xeoai-why {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(16, 185, 129, 0.16);
    padding: 28px 28px 32px;
}
.xeoai-product--sales .xeoai-section--muted .xeoai-why:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(16, 185, 129, 0.28);
}

/* Final CTA — premium close */
.xeoai-product--sales .xeoai-final {
    padding: 104px 24px;
}
.xeoai-product--sales .xeoai-final__glow {
    display: block;
    position: absolute;
    width: 480px;
    height: 480px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(16, 185, 129, 0.12) 0%, transparent 65%);
    pointer-events: none;
}
.xeoai-product--sales .xeoai-final h2 {
    letter-spacing: -0.02em;
}
.xeoai-product--sales .xeoai-final p {
    font-size: 17px;
    line-height: 1.65;
}

/* Overview pillars — icon treatment */
.xeoai-product--sales .xeoai-pillar i {
    width: 44px;
    height: 44px;
    margin: 0 auto 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: var(--xeo-module-soft);
    color: var(--xeo-module-dark);
}

@media (max-width: 991px) {
    .xeoai-product--sales .xeoai-hero__trust-row {
        justify-content: flex-start;
    }
    .xeoai-hero__stats--visual {
        justify-content: center;
    }
    .xeoai-product--sales .xeoai-section--muted .xeoai-section__header {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 575px) {
    .xeoai-hero__stat-pill span {
        white-space: normal;
    }
    .xeoai-product--sales .xeoai-hero__trust-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}

/* Hero metric pill + contact link */
.xeoai-hero__stat-pill--metric strong {
    width: auto;
    min-width: 42px;
    height: auto;
    padding: 0 2px;
    border: none;
    background: transparent;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.02em;
    white-space: nowrap;
}
.xeoai-product--sales .xeoai-hero__cta-contact {
    margin-top: 12px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.42);
    text-align: center;
    line-height: 1.5;
}
.xeoai-product--sales .xeoai-hero__cta-contact a {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(16, 185, 129, 0.45);
    transition: color 0.2s, border-color 0.2s;
}
.xeoai-product--sales .xeoai-hero__cta-contact a:hover {
    color: #6ee7b7;
    border-color: #6ee7b7;
}

/* Throughput highlight card */
.xeoai-product--sales .xeoai-card--highlight {
    border-color: rgba(16, 185, 129, 0.28);
    background: linear-gradient(160deg, rgba(16, 185, 129, 0.06) 0%, #fff 100%);
    box-shadow: 0 12px 40px rgba(16, 185, 129, 0.1);
}
.xeoai-product--sales .xeoai-card--highlight h4 {
    color: var(--xeo-module-dark);
}

/* Capabilities banner CTA */
.xeoai-sales-banner {
    flex-wrap: wrap;
}
.xeoai-sales-banner__cta {
    margin-left: auto;
    flex-shrink: 0;
    padding: 12px 20px;
    border-radius: 100px;
    background: var(--xeo-gold);
    color: #0a0a0a;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 6px 20px var(--xeo-gold-glow);
}
.xeoai-sales-banner__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(245, 166, 35, 0.4);
    color: #0a0a0a;
}

/* Pricing & onboarding section */
.xeoai-section--sales-contact {
    background: linear-gradient(180deg, #fff 0%, var(--xeo-surface) 100%);
    max-width: none;
    padding: 88px 0;
}
.xeoai-section--sales-contact .xeoai-section__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}
.xeoai-sales-contact {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
    padding: 40px 44px;
    border-radius: 24px;
    background: linear-gradient(135deg, #081B34 0%, #0E2342 100%);
    border: 1px solid rgba(16, 185, 129, 0.22);
    box-shadow: 0 32px 64px rgba(8, 27, 52, 0.18);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}
.xeoai-sales-contact.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.xeoai-sales-contact .xeoai-eyebrow {
    color: #34d399;
}
.xeoai-sales-contact .xeoai-heading {
    color: #fff;
    margin-bottom: 12px;
}
.xeoai-sales-contact .xeoai-heading em {
    color: #34d399;
}
.xeoai-sales-contact .xeoai-lead {
    color: rgba(255, 255, 255, 0.58);
    margin-bottom: 20px;
}
.xeoai-sales-contact__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.xeoai-sales-contact__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.72);
}
.xeoai-sales-contact__list i {
    color: var(--xeo-module);
    font-size: 12px;
}
.xeoai-sales-contact__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}
.xeoai-btn-outline-sales {
    display: inline-flex;
    align-items: center;
    padding: 14px 24px;
    border-radius: var(--xeo-radius-sm);
    border: 1.5px solid rgba(16, 185, 129, 0.45);
    background: rgba(16, 185, 129, 0.08);
    color: #6ee7b7;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.2s, border-color 0.2s;
}
.xeoai-btn-outline-sales:hover {
    background: rgba(16, 185, 129, 0.16);
    border-color: rgba(16, 185, 129, 0.65);
    color: #a7f3d0;
}
.xeoai-sales-contact__note {
    margin: 4px 0 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.38);
}
.xeoai-sales-contact__note a {
    color: rgba(255, 255, 255, 0.62);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.xeoai-sales-contact__note a:hover {
    color: #6ee7b7;
}

/* ── Hero fleet + parallel agent cards ── */
.xeoai-hero__visual--fleet {
    min-height: auto;
    padding: 0;
    align-self: stretch;
}
.xeoai-hero-fleet {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}
.xeoai-hero-fleet__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.xeoai-hero-fleet__pulse {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 10px rgba(52, 211, 153, 0.8);
    animation: xeo-call-pulse 1.2s ease-in-out infinite;
}
.xeoai-hero-fleet__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

/* Shared agent card */
.xeoai-agent-card {
    --agent-color: #10B981;
    --agent-soft: rgba(16, 185, 129, 0.14);
    --agent-border: rgba(16, 185, 129, 0.35);
    --agent-glow: rgba(16, 185, 129, 0.22);
    position: relative;
    border-radius: 18px;
    padding: 16px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid var(--agent-border);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28), 0 0 32px var(--agent-glow);
    backdrop-filter: blur(14px);
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.3s;
}
.xeoai-hero-fleet .xeoai-agent-card {
    opacity: 1;
    transform: none;
    transition: transform 0.3s, box-shadow 0.3s;
}
.xeoai-parallel__grid .xeoai-agent-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.xeoai-hero-fleet .xeoai-agent-card:hover,
.xeoai-parallel__grid .xeoai-agent-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32), 0 0 40px var(--agent-glow);
}
.xeoai-agent-card--green {
    --agent-color: #10B981;
    --agent-soft: rgba(16, 185, 129, 0.16);
    --agent-border: rgba(16, 185, 129, 0.38);
    --agent-glow: rgba(16, 185, 129, 0.25);
}
.xeoai-agent-card--blue {
    --agent-color: #38bdf8;
    --agent-soft: rgba(56, 189, 248, 0.16);
    --agent-border: rgba(56, 189, 248, 0.4);
    --agent-glow: rgba(56, 189, 248, 0.28);
}
.xeoai-agent-card--violet {
    --agent-color: #60a5fa;
    --agent-soft: rgba(96, 165, 250, 0.16);
    --agent-border: rgba(96, 165, 250, 0.42);
    --agent-glow: rgba(96, 165, 250, 0.3);
}
.xeoai-agent-card--pink {
    --agent-color: #f472b6;
    --agent-soft: rgba(244, 114, 182, 0.16);
    --agent-border: rgba(244, 114, 182, 0.42);
    --agent-glow: rgba(244, 114, 182, 0.28);
}
.xeoai-agent-card--compact {
    padding: 12px;
    border-radius: 14px;
}
.xeoai-agent-card__hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.xeoai-agent-card__live {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--agent-color);
}
.xeoai-agent-card__live > span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--agent-color);
    box-shadow: 0 0 8px var(--agent-color);
    animation: xeo-call-pulse 1.3s ease-in-out infinite;
}
.xeoai-agent-card__time {
    font-family: ui-monospace, monospace;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.42);
}
.xeoai-agent-card__identity {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.xeoai-agent-card__identity > div:nth-child(2) {
    flex: 1;
    min-width: 0;
}
.xeoai-agent-card__avatar {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    background: linear-gradient(135deg, var(--agent-color) 0%, rgba(0, 0, 0, 0.25) 180%);
    box-shadow: 0 0 16px var(--agent-glow);
}
.xeoai-agent-card--compact .xeoai-agent-card__avatar {
    width: 34px;
    height: 34px;
    font-size: 13px;
}
.xeoai-agent-card__ring {
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 2px solid var(--agent-color);
    opacity: 0.55;
    animation: xeo-call-ring 2s ease-out infinite;
}
.xeoai-agent-card__identity strong {
    display: block;
    font-size: 12px;
    color: #fff;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xeoai-agent-card--compact .xeoai-agent-card__identity strong {
    font-size: 11px;
}
.xeoai-agent-card__identity span {
    display: block;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.42);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xeoai-agent-card__dial {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--agent-color);
    background: var(--agent-soft);
    border: 1px solid var(--agent-border);
}
.xeoai-agent-card__wave {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    height: 28px;
    margin-bottom: 10px;
}
.xeoai-agent-card--compact .xeoai-agent-card__wave {
    height: 22px;
    margin-bottom: 8px;
}
.xeoai-agent-card__wave span {
    display: block;
    width: 3px;
    height: 6px;
    border-radius: 2px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, var(--agent-color) 100%);
    animation: xeo-wave 1s ease-in-out infinite;
}
.xeoai-agent-card__wave span:nth-child(odd) { animation-delay: 0.1s; }
.xeoai-agent-card__wave span:nth-child(even) { animation-delay: 0.28s; }
.xeoai-agent-card__line {
    margin: 0;
    font-size: 10px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.55);
}
.xeoai-agent-card__thread {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}
.xeoai-agent-card__bubble {
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.82);
}
.xeoai-agent-card__bubble span {
    display: inline-block;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 6px;
    padding: 2px 5px;
    border-radius: 4px;
}
.xeoai-agent-card__bubble--ai {
    background: var(--agent-soft);
    border: 1px solid var(--agent-border);
    align-self: flex-start;
    max-width: 95%;
}
.xeoai-agent-card__bubble--ai span {
    background: rgba(0, 0, 0, 0.2);
    color: var(--agent-color);
}
.xeoai-agent-card__bubble--user {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-self: flex-end;
    max-width: 92%;
    color: rgba(255, 255, 255, 0.68);
}
.xeoai-agent-card__bubble--user span {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.55);
}
.xeoai-agent-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 11px;
    color: rgba(255, 255, 255, 0.48);
}
.xeoai-agent-card__footer strong {
    color: var(--agent-color);
    font-size: 14px;
}
.xeoai-agent-card__tag {
    padding: 4px 9px;
    border-radius: 100px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1px solid var(--agent-border);
    color: var(--agent-color);
    background: var(--agent-soft);
}
.xeoai-agent-card__tag--qualified {
    color: #86efac;
    border-color: rgba(34, 197, 94, 0.35);
    background: rgba(34, 197, 94, 0.12);
}
.xeoai-agent-card__tag--interested {
    color: #93c5fd;
    border-color: rgba(56, 189, 248, 0.35);
    background: rgba(56, 189, 248, 0.12);
}

/* Parallel section */
.xeoai-section--parallel {
    background: linear-gradient(180deg, #061528 0%, #0a1f3d 48%, #081B34 100%);
    max-width: none;
    padding: 80px 0 88px;
    border-top: none;
}
.xeoai-section--parallel .xeoai-section__inner {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}
.xeoai-section--parallel .xeoai-section__header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 40px;
}
.xeoai-section--parallel .xeoai-section__header .xeoai-lead {
    margin-left: auto;
    margin-right: auto;
}
.xeoai-section--parallel .xeoai-eyebrow { color: #34d399; }
.xeoai-section--parallel .xeoai-heading { color: #fff; }
.xeoai-section--parallel .xeoai-heading em { color: #34d399; }
.xeoai-section--parallel .xeoai-lead { color: rgba(255, 255, 255, 0.55); }
.xeoai-parallel__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    margin-top: 24px;
}
.xeoai-parallel__stat {
    padding: 16px 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}
.xeoai-parallel__stat strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 4px;
}
.xeoai-parallel__stat span {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: rgba(255, 255, 255, 0.38);
}
.xeoai-parallel__stat--live {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-color: rgba(16, 185, 129, 0.28);
    background: rgba(16, 185, 129, 0.08);
}
.xeoai-parallel__stat--live strong {
    font-size: 12px;
    color: #6ee7b7;
}
.xeoai-parallel__stat-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 10px rgba(52, 211, 153, 0.8);
    animation: xeo-call-pulse 1.2s ease-in-out infinite;
    margin-bottom: 6px;
}
.xeoai-parallel__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    align-items: stretch;
}
.xeoai-parallel__grid .xeoai-agent-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    padding: 14px;
}
.xeoai-parallel__grid .xeoai-agent-card__identity strong {
    font-size: 11px;
}
.xeoai-parallel__grid .xeoai-agent-card__bubble {
    font-size: 10px;
    padding: 7px 9px;
}
.xeoai-parallel__grid .xeoai-agent-card__thread {
    flex: 1;
}
.xeoai-pipeline--sales + .xeoai-section--parallel {
    margin-top: 0;
}

@media (max-width: 991px) {
    .xeoai-sales-contact {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 32px 28px;
    }
    .xeoai-sales-banner__cta {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .xeoai-hero-fleet__grid {
        max-width: 440px;
    }
    .xeoai-parallel__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xeoai-parallel__grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 12px;
        width: 100%;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px;
    }
    .xeoai-parallel__grid .xeoai-agent-card {
        flex: 0 0 calc(50% - 6px);
        min-width: calc(50% - 6px);
        scroll-snap-align: start;
    }
    .xeoai-section--parallel .xeoai-section__header {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 575px) {
    .xeoai-parallel__grid .xeoai-agent-card {
        flex: 0 0 82%;
        min-width: 82%;
    }
    .xeoai-parallel__stats {
        grid-template-columns: 1fr 1fr;
    }
}

/* ══════════════════════════════════════════════════════════════
   MARKETING STUDIO — Alternating light / dark navy sections
   Scoped to .xeoai-product--marketing only
   ══════════════════════════════════════════════════════════════ */
.xeoai-product--marketing {
    --xeo-module: #ffaa17;
    --xeo-module-dark: #e69500;
    --xeo-module-glow: rgba(255, 170, 23, 0.28);
    --xeo-module-soft: rgba(255, 170, 23, 0.12);
    --xeo-navy-hero: #060810;
    --xeo-navy-band: #0c1018;
    --xeo-navy-soft: #141c2b;
    --xeo-surface: #f5f7fb;
    --xeo-surface-alt: #eef2f8;
    --xeo-text: #1a2332;
    --xeo-muted: #5c6b7f;
    background: #ffffff;
    color: var(--xeo-text);
    -webkit-font-smoothing: antialiased;
}

/* Header uses default dark xeoai-product sticky (hero is dark) */

.page-wrapper:has(.xeoai-product--marketing) .main-footer .widget-title,
.page-wrapper:has(.xeoai-product--marketing) .main-footer .contact-info li i,
.page-wrapper:has(.xeoai-product--marketing) .main-footer .user-links li a:hover,
.page-wrapper:has(.xeoai-product--marketing) .main-footer .social-icon-two li a:hover {
    color: var(--xeo-module-dark);
}

.xeoai-product--marketing .xeoai-eyebrow { color: var(--xeo-module-dark); }
.xeoai-product--marketing .xeoai-heading em { color: var(--xeo-module-dark); }
.xeoai-product--marketing .xeoai-card__icon--module,
.xeoai-product--marketing .xeoai-pipeline__icon-box--module {
    background: var(--xeo-module-soft);
    color: var(--xeo-module-dark);
}
.xeoai-product--marketing .xeoai-card--highlight {
    border-color: rgba(255, 170, 23, 0.28);
    background: linear-gradient(145deg, rgba(255, 170, 23, 0.06) 0%, #fff 100%);
}
.xeoai-product--marketing .xeoai-nav__product.is-active {
    background: var(--xeo-module-soft);
    color: var(--xeo-module-dark);
    border-color: rgba(255, 170, 23, 0.25);
}
.xeoai-product--marketing .xeoai-nav__link.is-active {
    color: var(--xeo-module-dark);
    border-color: var(--xeo-module);
}
.xeoai-product--marketing .xeoai-heading {
    color: var(--xeo-text);
    letter-spacing: -0.025em;
}
.xeoai-product--marketing .xeoai-lead {
    color: var(--xeo-muted);
    font-size: 1.0625rem;
    line-height: 1.65;
}
.xeoai-product--marketing .xeoai-showcase__item img,
.xeoai-product--marketing .xeoai-showcase__item video {
    background: #0a0a0a;
}

/* Hero — dark navy (aligned with SEO / Sales pattern) */
.xeoai-product--marketing .xeoai-hero--marketing {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    padding: calc(var(--xeo-site-header-h, 118px) + 36px) 0 88px;
    overflow: hidden;
    background:
        radial-gradient(ellipse 70% 55% at 72% 18%, rgba(14, 110, 173, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse 45% 35% at 8% 85%, rgba(255, 170, 23, 0.1) 0%, transparent 50%),
        linear-gradient(168deg, #040810 0%, var(--xeo-navy-mid) 45%, var(--xeo-navy-soft) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.xeoai-product--marketing .xeoai-hero--marketing::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 85% 75% at 55% 35%, #000 15%, transparent 72%);
    -webkit-mask-image: radial-gradient(ellipse 85% 75% at 55% 35%, #000 15%, transparent 72%);
    pointer-events: none;
    z-index: 1;
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__orb--1 {
    background: rgba(255, 170, 23, 0.2);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__orb--2 {
    background: rgba(14, 110, 173, 0.15);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__orb--3 {
    background: rgba(255, 170, 23, 0.12);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__shell {
    position: relative;
    z-index: 2;
    width: 100%;
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__grid {
    position: relative;
    z-index: 2;
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__title {
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__title em {
    background: linear-gradient(135deg, #ffd56a 0%, var(--xeo-module) 55%, #fff8eb 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__tagline {
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.45;
    margin: 0 0 26px;
    letter-spacing: -0.01em;
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__lead--below {
    max-width: 780px;
    margin: 44px auto 0;
    padding: 0 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.05rem, 1.85vw, 1.2rem);
    line-height: 1.72;
    font-weight: 400;
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__lead--below strong {
    color: #fff;
    font-weight: 600;
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__badge--live {
    border-color: rgba(255, 170, 23, 0.28);
    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.04);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__badge--live .xeoai-hero__badge-dot {
    background: var(--xeo-module);
    box-shadow: 0 0 8px rgba(255, 170, 23, 0.6);
    animation: xeo-call-pulse 1.4s ease-in-out infinite;
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__cta-box {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.45);
    backdrop-filter: none;
    max-width: 460px;
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__cta-label {
    color: var(--xeo-muted);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__url-row {
    border-color: rgba(0, 0, 0, 0.1);
    background: #f5f7fb;
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__url-row:focus-within {
    border-color: var(--xeo-module);
    box-shadow: 0 0 0 4px rgba(255, 170, 23, 0.15);
    background: #fff;
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__url-pfx {
    background: #ebebf0;
    color: var(--xeo-muted);
    border-right-color: rgba(0, 0, 0, 0.08);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__url-row input {
    background: transparent;
    color: var(--xeo-text);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__url-row input::placeholder {
    color: rgba(92, 107, 127, 0.65);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-btn-primary {
    padding: 16px 28px;
    font-size: 15px;
    border-radius: 12px;
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__cta-contact {
    font-size: 13px;
    color: var(--xeo-muted);
    text-align: center;
    margin-top: 14px;
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__cta-contact a {
    color: var(--xeo-module-dark);
    font-weight: 600;
    text-decoration: none;
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__cta-contact a:hover {
    text-decoration: underline;
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__trust {
    color: var(--xeo-muted);
    margin-top: 12px;
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__trust a {
    color: var(--xeo-text);
    font-weight: 600;
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-eyebrow { color: var(--xeo-module); }
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__stats--visual .xeoai-hero__stat-pill {
    border-color: rgba(255, 170, 23, 0.22);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__stat-pill strong {
    color: var(--xeo-module);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-hero__stat-pill span {
    color: rgba(255, 255, 255, 0.48);
}
.xeoai-product--marketing .xeoai-hero__stats--visual .xeoai-hero__stat-pill {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
    padding: 10px 12px;
}
.xeoai-product--marketing .xeoai-hero__stats--visual .xeoai-hero__stat-pill span {
    font-size: 10px;
}
.xeoai-product--marketing .xeoai-scroll-hint {
    color: rgba(255, 255, 255, 0.28);
    opacity: 1;
    z-index: 2;
}

/* Hero — content studio visual (mirrors Sales call-live) */
.xeoai-hero__visual--studio {
    min-height: auto;
    padding: 20px 0;
    align-self: center;
    perspective: 1200px;
}
.xeoai-studio-live {
    position: relative;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    transform-style: preserve-3d;
    transition: transform 0.15s ease-out;
}
.xeoai-studio-live__back {
    position: absolute;
    z-index: 1;
    inset: 12px -8px -12px 8px;
    border-radius: 24px;
    background: linear-gradient(160deg, rgba(255, 170, 23, 0.08) 0%, rgba(8, 27, 52, 0.65) 100%);
    border: 1px solid rgba(255, 170, 23, 0.12);
    transform: rotate(-2deg);
    opacity: 0.75;
}
.xeoai-studio-live__glow {
    position: absolute;
    inset: -15%;
    background: radial-gradient(circle, rgba(255, 170, 23, 0.22) 0%, transparent 65%);
    pointer-events: none;
}
.xeoai-studio-live__card {
    position: relative;
    z-index: 2;
    border-radius: 22px;
    padding: 20px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(255, 170, 23, 0.28);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset,
        0 0 60px rgba(255, 170, 23, 0.08);
}
.xeoai-studio-live__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.xeoai-studio-live__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--xeo-module);
}
.xeoai-studio-live__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--xeo-module);
    animation: xeo-call-pulse 1.2s ease-in-out infinite;
}
.xeoai-studio-live__mode {
    font-size: 10px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    white-space: nowrap;
}
.xeoai-studio-live__calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
    margin-bottom: 14px;
}
.xeoai-studio-live__calendar span {
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.35);
    padding: 6px 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid transparent;
}
.xeoai-studio-live__calendar span.is-past {
    color: rgba(255, 255, 255, 0.22);
}
.xeoai-studio-live__calendar span.is-active {
    color: #0a0a0a;
    background: var(--xeo-module);
    border-color: rgba(255, 170, 23, 0.5);
    box-shadow: 0 4px 12px rgba(255, 170, 23, 0.35);
}
.xeoai-studio-live__posts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px;
}
.xeoai-studio-live__post {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 10px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.07);
}
.xeoai-studio-live__post img {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 10px;
    object-fit: cover;
    background: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.xeoai-studio-live__post-body {
    flex: 1;
    min-width: 0;
}
.xeoai-studio-live__post-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
    flex-wrap: wrap;
}
.xeoai-studio-live__post-meta i {
    font-size: 12px;
    color: var(--xeo-module);
}
.xeoai-studio-live__post-meta strong {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.88);
}
.xeoai-studio-live__post-time {
    margin-left: auto;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.38);
}
.xeoai-studio-live__post p {
    margin: 0;
    font-size: 11px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.52);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.xeoai-studio-live__channels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.xeoai-studio-live__channels-label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.38);
}
.xeoai-studio-live__channel-icons {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
}
.xeoai-studio-live__channel-icons i:hover,
.xeoai-studio-live__channel-icons .xeoai-brand-icon:hover {
    opacity: 0.85;
}
.xeoai-studio-live__channel-more {
    font-size: 10px;
    font-weight: 700;
    padding: 3px 7px;
    border-radius: 100px;
    background: rgba(255, 170, 23, 0.15);
    color: var(--xeo-module);
    border: 1px solid rgba(255, 170, 23, 0.25);
}
.xeoai-studio-live__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.xeoai-studio-live__stat {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
}
.xeoai-studio-live__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.78);
    padding: 5px 10px;
    border-radius: 100px;
    background: rgba(255, 170, 23, 0.12);
    border: 1px solid rgba(255, 170, 23, 0.28);
}
.xeoai-studio-live__badge i {
    color: var(--xeo-module);
    font-size: 11px;
}
.xeoai-studio-live__chip {
    position: absolute;
    z-index: 3;
    padding: 8px 12px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(6, 13, 24, 0.92);
    border: 1px solid rgba(255, 170, 23, 0.32);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
    white-space: nowrap;
}
.xeoai-studio-live__chip i {
    color: var(--xeo-module);
    margin-right: 6px;
}
.xeoai-studio-live__chip--1 { top: 6%; right: -4%; }
.xeoai-studio-live__chip--2 { bottom: 10%; left: -6%; }

/* Hero studio card — light theme (marketing) */
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-studio-live--light .xeoai-studio-live__back {
    background: linear-gradient(160deg, rgba(255, 248, 235, 0.95) 0%, rgba(255, 228, 180, 0.65) 100%);
    border-color: rgba(255, 170, 23, 0.18);
    opacity: 1;
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-studio-live--light .xeoai-studio-live__glow {
    background: radial-gradient(circle, rgba(255, 170, 23, 0.14) 0%, transparent 65%);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-studio-live--light .xeoai-studio-live__card {
    background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
    border: 1px solid rgba(8, 27, 52, 0.08);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow:
        0 24px 56px rgba(6, 13, 24, 0.14),
        0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-studio-live--light .xeoai-studio-live__top {
    border-bottom-color: rgba(8, 27, 52, 0.08);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-studio-live--light .xeoai-studio-live__mode {
    color: var(--xeo-muted);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-studio-live--light .xeoai-studio-live__calendar span {
    color: var(--xeo-muted);
    background: #f0f2f6;
    border-color: transparent;
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-studio-live--light .xeoai-studio-live__calendar span.is-past {
    color: rgba(92, 107, 127, 0.55);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-studio-live--light .xeoai-studio-live__calendar span.is-active {
    color: #0a0a0a;
    background: var(--xeo-module);
    border-color: rgba(255, 170, 23, 0.45);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-studio-live--light .xeoai-studio-live__post {
    background: #f5f7fb;
    border-color: rgba(8, 27, 52, 0.06);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-studio-live--light .xeoai-studio-live__post img {
    border-color: rgba(8, 27, 52, 0.08);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-studio-live--light .xeoai-studio-live__post-meta strong {
    color: var(--xeo-text);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-studio-live--light .xeoai-studio-live__post-meta i {
    color: #0a66c2;
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-studio-live--light .xeoai-studio-live__post-time {
    color: var(--xeo-muted);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-studio-live--light .xeoai-studio-live__post p {
    color: var(--xeo-muted);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-studio-live--light .xeoai-studio-live__channels {
    background: #f0f2f6;
    border-color: rgba(8, 27, 52, 0.06);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-studio-live--light .xeoai-studio-live__channels-label {
    color: var(--xeo-muted);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-studio-live--light .xeoai-studio-live__footer {
    border-top-color: rgba(8, 27, 52, 0.08);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-studio-live--light .xeoai-studio-live__stat {
    color: var(--xeo-muted);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-studio-live--light .xeoai-studio-live__badge {
    background: rgba(255, 170, 23, 0.12);
    color: var(--xeo-module-dark);
    border-color: rgba(255, 170, 23, 0.28);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-studio-live--light .xeoai-studio-live__chip {
    background: #fff;
    color: var(--xeo-text);
    border-color: rgba(8, 27, 52, 0.08);
    box-shadow: 0 8px 24px rgba(6, 13, 24, 0.1);
}
.xeoai-product--marketing .xeoai-hero--marketing .xeoai-studio-live--light .xeoai-studio-live__chip i {
    color: var(--xeo-module-dark);
}

/* Hero — real video / image (shared) */
.xeoai-hero__visual--media {
    min-height: auto;
    padding: 20px 0;
    align-self: center;
}
.xeoai-hero-media {
    position: relative;
    margin: 0;
    width: 100%;
    max-width: 440px;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 28px 56px rgba(0, 0, 0, 0.55);
}
.xeoai-hero-media__video,
.xeoai-hero-media__fallback {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.xeoai-hero-media__fallback {
    display: none;
}
.xeoai-hero-media.is-fallback .xeoai-hero-media__video { display: none; }
.xeoai-hero-media.is-fallback .xeoai-hero-media__fallback { display: block; }
.xeoai-hero-media__cap {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    margin: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    background: rgba(0, 0, 0, 0.65);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.xeoai-hero-media__tag {
    flex-shrink: 0;
    padding: 3px 8px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #0a0a0a;
    background: var(--xeo-module);
}

/* Pipeline — light band */
.xeoai-pipeline--marketing {
    background: linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
    padding: 100px 24px;
    border-top: 1px solid rgba(8, 27, 52, 0.06);
}
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__inner {
    max-width: 1240px;
}
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__header {
    margin-bottom: 48px;
}
.xeoai-product--marketing .xeoai-pipeline__track--pro {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 0;
    align-items: stretch;
    padding-top: 0;
    margin-bottom: 56px;
}
.xeoai-product--marketing .xeoai-pipeline__connector {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    color: rgba(8, 27, 52, 0.18);
    font-size: 14px;
    flex-shrink: 0;
}
.xeoai-product--marketing .xeoai-pipeline__step--pro {
    padding: 28px 24px 24px;
    min-height: 100%;
}
.xeoai-product--marketing .xeoai-pipeline__step--pro .xeoai-pipeline__meta {
    display: none;
}
.xeoai-product--marketing .xeoai-pipeline__step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 28px;
    padding: 0 10px;
    margin-bottom: 18px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 700;
    font-family: ui-monospace, monospace;
    letter-spacing: 0.06em;
    color: var(--xeo-module-dark);
    background: var(--xeo-module-soft);
    border: 1px solid rgba(255, 170, 23, 0.22);
}
.xeoai-product--marketing .xeoai-pipeline__step--pro .xeoai-pipeline__step-label {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--xeo-module-dark);
}
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--featured .xeoai-pipeline__step-label,
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--navy .xeoai-pipeline__step-label {
    color: rgba(255, 170, 23, 0.95);
}
.xeoai-product--marketing .xeoai-pipeline__step--pro .xeoai-pipeline__icon-box {
    margin-bottom: 14px;
}
.xeoai-product--marketing .xeoai-pipeline__step--pro .xeoai-pipeline__step-title {
    font-size: 17px;
    margin-bottom: 8px;
}
.xeoai-product--marketing .xeoai-pipeline__step--pro .xeoai-pipeline__step-text {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 0;
}
.xeoai-product--marketing .xeoai-pipeline__step--pro .xeoai-pipeline__chips {
    margin-top: 16px;
    padding-top: 14px;
    gap: 6px;
}
.xeoai-product--marketing .xeoai-pipeline__step--pro .xeoai-pipeline__done {
    margin-top: 16px;
    padding-top: 14px;
    font-size: 12px;
    color: var(--xeo-module-dark);
}
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step {
    background: #fff;
    border: 1px solid rgba(8, 27, 52, 0.08);
    box-shadow: 0 4px 24px rgba(8, 27, 52, 0.05);
}
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step:hover {
    border-color: rgba(255, 170, 23, 0.22);
    box-shadow: 0 12px 36px rgba(8, 27, 52, 0.08);
}
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--featured,
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--navy {
    background: linear-gradient(165deg, #0d2240 0%, var(--xeo-navy-mid) 45%, var(--xeo-navy) 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 52px rgba(6, 13, 24, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transform: translateY(-4px);
}
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--featured:hover,
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--navy:hover {
    border-color: rgba(255, 170, 23, 0.32);
    box-shadow: 0 24px 60px rgba(6, 13, 24, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--featured .xeoai-pipeline__step-badge,
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--navy .xeoai-pipeline__step-badge {
    color: var(--xeo-module);
    background: rgba(255, 170, 23, 0.18);
    border-color: rgba(255, 170, 23, 0.4);
}
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--featured .xeoai-pipeline__step-label,
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--navy .xeoai-pipeline__step-label {
    color: rgba(255, 170, 23, 0.95);
}
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--featured .xeoai-pipeline__step-title,
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--navy .xeoai-pipeline__step-title {
    color: #fff;
}
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--featured .xeoai-pipeline__step-text,
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--navy .xeoai-pipeline__step-text {
    color: rgba(255, 255, 255, 0.72);
}
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--featured .xeoai-pipeline__icon-box--module,
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--navy .xeoai-pipeline__icon-box--module {
    background: rgba(255, 170, 23, 0.18);
    color: var(--xeo-module);
}
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--featured .xeoai-pipeline__chips,
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--navy .xeoai-pipeline__chips {
    border-top-color: rgba(255, 255, 255, 0.12);
}
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--featured .xeoai-pipeline__chips li,
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--navy .xeoai-pipeline__chips li {
    color: rgba(255, 255, 255, 0.85);
}
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--featured .xeoai-pipeline__chips li i,
.xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--navy .xeoai-pipeline__chips li i {
    color: var(--xeo-module);
}

/* Marketing demo block — steps + video split */
.xeoai-marketing-demo {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: 48px;
    align-items: stretch;
    padding: 40px 44px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(8, 27, 52, 0.08);
    box-shadow: 0 12px 40px rgba(8, 27, 52, 0.06);
}
.xeoai-marketing-demo__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.xeoai-marketing-demo__title {
    margin: 0 0 10px;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 700;
    color: var(--xeo-text);
    letter-spacing: -0.02em;
    line-height: 1.25;
}
.xeoai-marketing-demo__text {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.65;
    color: var(--xeo-muted);
}
.xeoai-marketing-demo__list {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.xeoai-marketing-demo__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--xeo-text);
}
.xeoai-marketing-demo__list li i {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: var(--xeo-module-dark);
    background: var(--xeo-module-soft);
    flex-shrink: 0;
}
.xeoai-marketing-demo__cta {
    margin-top: 4px;
}
.xeoai-product--marketing .xeoai-demo-video--inline {
    max-width: none;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    min-height: 100%;
}
.xeoai-product--marketing .xeoai-demo-video--inline .xeoai-demo-video__frame {
    padding-bottom: 0;
    aspect-ratio: 16 / 9;
    min-height: 320px;
    border-radius: 16px;
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.08),
        0 24px 56px rgba(8, 27, 52, 0.12);
}
@media (min-width: 992px) {
    .xeoai-product--marketing .xeoai-demo-video--inline .xeoai-demo-video__frame {
        min-height: 380px;
    }
}
.xeoai-product--marketing .xeoai-demo-video__caption--solo {
    margin: 14px 0 0;
    justify-content: center;
    font-size: 13px;
}

/* Product demo video (YouTube) */
.xeoai-product--marketing .xeoai-demo-video {
    max-width: 760px;
    margin: 0 auto 56px;
}
.xeoai-product--marketing .xeoai-demo-video__frame {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: 20px;
    overflow: hidden;
    background: #1d1d1f;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.02),
        0 20px 48px rgba(0, 0, 0, 0.1);
}
.xeoai-product--marketing .xeoai-demo-video__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.xeoai-product--marketing .xeoai-demo-video__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
}
.xeoai-product--marketing .xeoai-demo-video__caption {
    margin: 0;
    font-size: 14px;
    color: var(--xeo-muted);
    display: flex;
    align-items: center;
    gap: 8px;
}
.xeoai-product--marketing .xeoai-demo-video__caption i {
    color: #ff0000;
    font-size: 18px;
}
.xeoai-product--marketing .xeoai-demo-video__cta {
    flex-shrink: 0;
    padding: 12px 20px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    background: linear-gradient(135deg, var(--xeo-module) 0%, var(--xeo-module-dark) 100%);
    color: #0a0a0a;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(255, 170, 23, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
}
.xeoai-product--marketing .xeoai-demo-video__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(255, 170, 23, 0.4);
}

/* Examples — dark navy gallery */
.xeoai-product--marketing .xeoai-section--examples {
    background: linear-gradient(168deg, var(--xeo-navy-hero) 0%, var(--xeo-navy-band) 100%);
    max-width: none;
    padding: 88px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.xeoai-product--marketing .xeoai-section--examples .xeoai-section__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}
.xeoai-product--marketing .xeoai-section--examples .xeoai-eyebrow { color: var(--xeo-module); }
.xeoai-product--marketing .xeoai-section--examples .xeoai-section__header--split .xeoai-heading {
    color: #fff;
}
.xeoai-product--marketing .xeoai-section--examples .xeoai-section__header--split .xeoai-heading em {
    color: var(--xeo-module);
}
.xeoai-product--marketing .xeoai-section--examples .xeoai-section__header-aside {
    color: rgba(255, 255, 255, 0.55);
}
.xeoai-product--marketing .xeoai-section--examples .xeoai-section__header--split {
    margin-bottom: 32px;
}
.xeoai-product--marketing .xeoai-showcase {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 980px;
    margin: 0 auto;
}
.xeoai-product--marketing .xeoai-showcase--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 720px;
}
.xeoai-product--marketing .xeoai-showcase__item,
.xeoai-product--marketing .xeoai-showcase__item--feature,
.xeoai-product--marketing .xeoai-showcase__item--video {
    grid-column: span 1;
    grid-row: span 1;
    border-radius: 12px;
    background: #0a0a0a;
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
    line-height: 0;
}
.xeoai-product--marketing .xeoai-showcase--compact .xeoai-showcase__item--feature,
.xeoai-product--marketing .xeoai-showcase--compact .xeoai-showcase__item--video {
    grid-column: span 2;
}
.xeoai-product--marketing .xeoai-showcase__item:hover {
    border-color: rgba(255, 170, 23, 0.28);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.38);
    transform: translateY(-2px);
}
.xeoai-product--marketing .xeoai-showcase__item img,
.xeoai-product--marketing .xeoai-showcase__item video {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center center;
    background: #0a0a0a;
    vertical-align: top;
}
.xeoai-product--marketing .xeoai-showcase__item--feature img {
    min-height: 0;
}
.xeoai-product--marketing .xeoai-showcase__item figcaption {
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: 0.06em;
    line-height: 1.4;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.42);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Examples — shared grid (light pages) */
.xeoai-section--examples {
    background: #ffffff;
    max-width: none;
    padding: 88px 0;
    border-top: 1px solid rgba(8, 27, 52, 0.06);
}
.xeoai-section--examples .xeoai-section__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}
.xeoai-product--marketing .xeoai-section__header--split {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: end;
    margin-bottom: 40px;
    text-align: left;
}
.xeoai-product--marketing .xeoai-section__header--split .xeoai-heading { margin-bottom: 0; color: var(--xeo-text); }
.xeoai-product--marketing .xeoai-section__header-aside {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    color: var(--xeo-muted);
}
.xeoai-showcase {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 14px;
}
.xeoai-showcase__item {
    margin: 0;
    grid-column: span 4;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(8, 27, 52, 0.08);
    box-shadow: 0 8px 28px rgba(8, 27, 52, 0.06);
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.5s ease, transform 0.5s ease, border-color 0.25s;
}
.xeoai-showcase__item.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.xeoai-showcase__item:hover {
    box-shadow: 0 16px 40px rgba(8, 27, 52, 0.12);
    transform: translateY(-2px);
}
.xeoai-showcase__item--feature {
    grid-column: span 8;
    grid-row: span 2;
}
.xeoai-showcase__item--video {
    grid-column: span 4;
}
.xeoai-showcase__item img,
.xeoai-showcase__item video {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 180px;
    object-fit: contain;
    background: #0a0a0a;
}
.xeoai-showcase__item--feature img {
    min-height: 320px;
}
.xeoai-showcase__item figcaption {
    padding: 10px 14px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--xeo-muted);
    background: var(--xeo-surface);
    border-top: 1px solid rgba(8, 27, 52, 0.06);
}

/* Platforms — white */
.xeoai-product--marketing .xeoai-section--platforms {
    background: #ffffff;
    max-width: none;
    padding: 80px 0;
    border-top: 1px solid rgba(8, 27, 52, 0.06);
}
.xeoai-product--marketing .xeoai-section--platforms .xeoai-section__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}
.xeoai-product--marketing .xeoai-section--platforms .xeoai-section__header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 40px;
}
.xeoai-product--marketing .xeoai-section--platforms .xeoai-section__header .xeoai-lead {
    margin-left: auto;
    margin-right: auto;
}
.xeoai-product--marketing .xeoai-section--platforms .xeoai-section__header .xeoai-eyebrow { color: var(--xeo-module-dark); }
.xeoai-product--marketing .xeoai-section--platforms .xeoai-section__header .xeoai-heading { color: var(--xeo-text); }
.xeoai-product--marketing .xeoai-section--platforms .xeoai-section__header .xeoai-heading em { color: var(--xeo-module-dark); }
.xeoai-product--marketing .xeoai-section--platforms .xeoai-section__header .xeoai-lead { color: var(--xeo-muted); }
.xeoai-product--marketing .xeoai-platforms--logos {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    max-width: 920px;
    margin: 0 auto;
}
.xeoai-product--marketing .xeoai-platforms__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 12px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s, box-shadow 0.2s;
}
.xeoai-product--marketing .xeoai-platforms__item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.xeoai-product--marketing .xeoai-platforms__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 2px 10px rgba(8, 27, 52, 0.12);
    flex-shrink: 0;
}
.xeoai-product--marketing .xeoai-platforms__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
.xeoai-product--marketing .xeoai-platforms__icon--story {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: visible;
    box-shadow: none;
    background: transparent;
}
.xeoai-product--marketing .xeoai-platforms__story-ring {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 3px;
    border-radius: 50%;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 20%, #dc2743 45%, #cc2366 70%, #bc1888 100%);
    box-shadow: 0 2px 10px rgba(220, 39, 67, 0.25);
}
.xeoai-product--marketing .xeoai-platforms__icon--story-fb .xeoai-platforms__story-ring {
    background: linear-gradient(45deg, #1877f2 0%, #833ab4 50%, #e1306c 100%);
    box-shadow: 0 2px 10px rgba(24, 119, 242, 0.25);
}
.xeoai-product--marketing .xeoai-platforms__story-ring svg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: none;
}
.xeoai-product--marketing .xeoai-platforms__name {
    font-size: 13px;
    font-weight: 600;
    color: var(--xeo-text);
}

/* Marketing Brain — dark navy */
.xeoai-product--marketing .xeoai-section--brain {
    background: var(--xeo-navy);
    max-width: none;
    padding: 88px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.xeoai-product--marketing .xeoai-section--brain .xeoai-section__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}
.xeoai-product--marketing .xeoai-section--brain .xeoai-eyebrow { color: var(--xeo-module); }
.xeoai-product--marketing .xeoai-section--brain .xeoai-heading { color: #fff; }
.xeoai-product--marketing .xeoai-section--brain .xeoai-heading em { color: var(--xeo-module); }
.xeoai-product--marketing .xeoai-section--brain .xeoai-lead { color: rgba(255, 255, 255, 0.72); }
.xeoai-brain-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.xeoai-brain-card {
    padding: 28px 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.xeoai-brain-card--featured {
    background: rgba(255, 170, 23, 0.1);
    border-color: rgba(255, 170, 23, 0.28);
}
.xeoai-brain-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: var(--xeo-module);
    font-size: 20px;
    margin-bottom: 16px;
}
.xeoai-brain-card__icon--module {
    background: var(--xeo-module);
    color: var(--xeo-navy);
}
.xeoai-brain-card h4 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.xeoai-brain-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.68);
}

/* Brand-colored channel icons (hero studio card) */
.xeoai-brand-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}
.xeoai-brand-icon--facebook { background: #1877f2; }
.xeoai-brand-icon--instagram { background: linear-gradient(45deg, #f09433, #dc2743, #bc1888); }
.xeoai-brand-icon--linkedin { background: #0a66c2; }
.xeoai-brand-icon--tiktok { background: #010101; }

.xeoai-product--marketing .xeoai-platforms li {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: var(--xeo-text);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.xeoai-product--marketing .xeoai-platforms li:hover {
    border-color: rgba(255, 170, 23, 0.35);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}
.xeoai-product--marketing .xeoai-platforms li i { color: var(--xeo-module-dark); font-size: 14px; }

.xeoai-platforms {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.xeoai-platforms li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
}

/* Capabilities — light gray #F5F7FB */
.xeoai-product--marketing .xeoai-section--capabilities {
    background: #f5f7fb;
    max-width: none;
    padding: 88px 0;
    border-top: 1px solid rgba(8, 27, 52, 0.06);
}
.xeoai-product--marketing .xeoai-section--capabilities .xeoai-section__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}
.xeoai-product--marketing .xeoai-section--capabilities .xeoai-section__header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 48px;
}
.xeoai-product--marketing .xeoai-section--capabilities .xeoai-section__header .xeoai-lead {
    margin-left: auto;
    margin-right: auto;
}
.xeoai-product--marketing .xeoai-bento {
    align-items: stretch;
    gap: 18px;
    margin-top: 0;
}
.xeoai-product--marketing .xeoai-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid rgba(8, 27, 52, 0.08);
    box-shadow: 0 4px 24px rgba(8, 27, 52, 0.04);
}
.xeoai-product--marketing .xeoai-card p { flex: 1; }
.xeoai-product--marketing .xeoai-card:hover {
    border-color: rgba(255, 170, 23, 0.25);
    box-shadow: 0 12px 32px rgba(8, 27, 52, 0.08);
}
.xeoai-product--marketing .xeoai-card--xl {
    background: linear-gradient(145deg, rgba(255, 170, 23, 0.07) 0%, #fff 52%, var(--xeo-surface) 100%);
    border: 1px solid rgba(255, 170, 23, 0.22);
    box-shadow: 0 12px 40px rgba(255, 170, 23, 0.08);
}
.xeoai-product--marketing .xeoai-card--xl h4 { color: var(--xeo-text); }
.xeoai-product--marketing .xeoai-card--xl p { color: var(--xeo-muted); }
.xeoai-product--marketing .xeoai-card--xl .xeoai-card__icon {
    background: var(--xeo-module-soft);
    color: var(--xeo-module-dark);
}

/* Why — dark navy band */
.xeoai-product--marketing .xeoai-section--muted {
    background: linear-gradient(168deg, var(--xeo-navy-band) 0%, var(--xeo-navy-soft) 100%);
    color: rgba(255, 255, 255, 0.85);
    max-width: none;
    padding: 0;
}
.xeoai-product--marketing .xeoai-section--muted .xeoai-section__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 88px 24px;
}
.xeoai-product--marketing .xeoai-section--muted .xeoai-section__header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 48px;
}
.xeoai-product--marketing .xeoai-section--muted .xeoai-section__header .xeoai-lead {
    margin-left: auto;
    margin-right: auto;
}
.xeoai-product--marketing .xeoai-section--muted .xeoai-eyebrow { color: var(--xeo-module); }
.xeoai-product--marketing .xeoai-section--muted .xeoai-heading { color: #fff; }
.xeoai-product--marketing .xeoai-section--muted .xeoai-heading em { color: var(--xeo-module); }
.xeoai-product--marketing .xeoai-section--muted .xeoai-lead { color: rgba(255, 255, 255, 0.55); }
.xeoai-product--marketing .xeoai-section--muted .xeoai-why {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 28px 22px 32px;
    border-radius: 18px;
}
.xeoai-product--marketing .xeoai-section--muted .xeoai-why:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 170, 23, 0.22);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
.xeoai-product--marketing .xeoai-section--muted .xeoai-why h4 {
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    margin: 0 0 8px;
}
.xeoai-product--marketing .xeoai-section--muted .xeoai-why p {
    color: rgba(255, 255, 255, 0.52);
    font-size: 13px;
    line-height: 1.6;
    flex: 1;
}
.xeoai-product--marketing .xeoai-why__tag {
    color: var(--xeo-module);
    margin-bottom: 12px;
    font-size: 10px;
}
.xeoai-product--marketing .xeoai-why__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
    background: rgba(255, 170, 23, 0.14);
    border: 1px solid rgba(255, 170, 23, 0.22);
    color: var(--xeo-module);
    flex-shrink: 0;
}
.xeoai-product--marketing .xeoai-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 0;
    align-items: stretch;
}

/* Compare — white */
.xeoai-product--marketing .xeoai-section--compare {
    background: #f5f7fb;
    max-width: none;
    padding: 88px 0;
    border-top: 1px solid rgba(8, 27, 52, 0.06);
}
.xeoai-product--marketing .xeoai-section--compare .xeoai-section__inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 24px;
}
.xeoai-product--marketing .xeoai-section--compare .xeoai-section__header {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.xeoai-product--marketing .xeoai-section--compare .xeoai-heading {
    color: var(--xeo-text);
}
.xeoai-product--marketing .xeoai-compare {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}
.xeoai-product--marketing .xeoai-compare.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.xeoai-product--marketing .xeoai-compare__table {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(8, 27, 52, 0.08);
    box-shadow: 0 16px 48px rgba(8, 27, 52, 0.08);
}
.xeoai-product--marketing .xeoai-compare__row {
    display: grid;
    grid-template-columns: 1.2fr 1.05fr 0.95fr 0.95fr;
    gap: 0;
    border-bottom: 1px solid rgba(8, 27, 52, 0.06);
}
.xeoai-product--marketing .xeoai-compare__row:last-child {
    border-bottom: none;
}
.xeoai-product--marketing .xeoai-compare__row--head {
    background: #fff;
    border-bottom: 1px solid rgba(8, 27, 52, 0.08);
}
.xeoai-product--marketing .xeoai-compare__row:not(.xeoai-compare__row--head):hover {
    background: rgba(245, 247, 251, 0.65);
}
.xeoai-product--marketing .xeoai-compare__row:not(.xeoai-compare__row--head):hover .xeoai-compare__cell--product {
    background: rgba(255, 170, 23, 0.1);
}
.xeoai-product--marketing .xeoai-compare__cell {
    padding: 18px 22px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--xeo-text);
    display: flex;
    align-items: center;
    min-height: 60px;
}
.xeoai-product--marketing .xeoai-compare__row--head .xeoai-compare__cell {
    padding: 22px;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    min-height: 0;
}
.xeoai-product--marketing .xeoai-compare__cell--label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    color: var(--xeo-text);
    background: #fafbfc;
    border-right: 1px solid rgba(8, 27, 52, 0.06);
}
.xeoai-product--marketing .xeoai-compare__row--head .xeoai-compare__cell--label {
    background: #fff;
    border-right: none;
}
.xeoai-product--marketing .xeoai-compare__cell--product {
    background: rgba(255, 170, 23, 0.06);
    border-left: 2px solid rgba(255, 170, 23, 0.45);
    border-right: 2px solid rgba(255, 170, 23, 0.45);
    font-weight: 500;
}
.xeoai-product--marketing .xeoai-compare__row--head .xeoai-compare__cell--product {
    background: linear-gradient(180deg, rgba(255, 170, 23, 0.14) 0%, rgba(255, 170, 23, 0.05) 100%);
    border-top: 3px solid var(--xeo-module);
    padding-top: 19px;
}
.xeoai-product--marketing .xeoai-compare__cell--alt {
    color: var(--xeo-muted);
    font-size: 14px;
}
.xeoai-product--marketing .xeoai-compare__row--head .xeoai-compare__cell--alt {
    padding-top: 28px;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.xeoai-product--marketing .xeoai-compare__badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--xeo-module-dark);
    background: rgba(255, 170, 23, 0.2);
    border: 1px solid rgba(255, 170, 23, 0.35);
    margin-bottom: 2px;
}
.xeoai-product--marketing .xeoai-compare__brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.xeoai-product--marketing .xeoai-compare__brand-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--xeo-module-dark);
    background: rgba(255, 170, 23, 0.18);
    flex-shrink: 0;
}
.xeoai-product--marketing .xeoai-compare__brand-icon--muted {
    width: 32px;
    height: 32px;
    font-size: 14px;
    color: var(--xeo-muted);
    background: #f0f2f6;
}
.xeoai-product--marketing .xeoai-compare__brand-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--xeo-text);
    line-height: 1.2;
}
.xeoai-product--marketing .xeoai-compare__row--head .xeoai-compare__cell--alt .xeoai-compare__brand-name {
    font-size: 15px;
    font-weight: 700;
}
.xeoai-product--marketing .xeoai-compare__brand-sub {
    font-size: 12px;
    font-weight: 500;
    color: var(--xeo-muted);
}
.xeoai-product--marketing .xeoai-compare__value {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.xeoai-product--marketing .xeoai-compare__value--win i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #15803d;
    background: rgba(34, 197, 94, 0.15);
    flex-shrink: 0;
}
.xeoai-product--marketing .xeoai-compare__value--win strong {
    font-weight: 700;
    color: var(--xeo-text);
    font-size: 15px;
}
.xeoai-product--marketing .xeoai-compare__note {
    margin: 18px 0 0;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
    color: var(--xeo-muted);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.xeoai-product--marketing .xeoai-compare__note strong {
    color: var(--xeo-text);
    font-weight: 600;
}
.xeoai-product--marketing .xeoai-compare__cta {
    text-align: center;
    margin-top: 28px;
}

/* Pricing — white with subtle gradient */
.xeoai-product--marketing .xeoai-section--pricing {
    background: linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
    max-width: none;
    padding: 88px 0;
    border-top: 1px solid rgba(8, 27, 52, 0.06);
}
.xeoai-product--marketing .xeoai-section--pricing .xeoai-section__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}
.xeoai-product--marketing .xeoai-section--pricing .xeoai-heading { color: var(--xeo-text); }
.xeoai-product--marketing .xeoai-section--pricing .xeoai-lead { color: var(--xeo-muted); }
.xeoai-product--marketing .xeoai-section__header--center {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 48px;
}
.xeoai-product--marketing .xeoai-section__header--center .xeoai-lead {
    margin-left: auto;
    margin-right: auto;
}
.xeoai-product--marketing .xeoai-pricing {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}
.xeoai-product--marketing .xeoai-pricing__card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 32px 28px 28px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(8, 27, 52, 0.08);
    box-shadow: 0 8px 32px rgba(8, 27, 52, 0.06);
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease, border-color 0.25s, box-shadow 0.25s;
}
.xeoai-product--marketing .xeoai-pricing__card.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.xeoai-product--marketing .xeoai-pricing__card:hover {
    box-shadow: 0 16px 48px rgba(8, 27, 52, 0.1);
}
.xeoai-product--marketing .xeoai-pricing__card--featured {
    border-color: rgba(255, 170, 23, 0.45);
    background: linear-gradient(165deg, rgba(255, 170, 23, 0.08) 0%, #fff 100%);
    box-shadow: 0 20px 48px rgba(255, 170, 23, 0.14);
    transform: translateY(-4px);
}
.xeoai-product--marketing .xeoai-pricing__card--featured.is-visible {
    transform: translateY(-4px);
}
.xeoai-product--marketing .xeoai-pricing__badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0a0a0a;
    background: var(--xeo-module);
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(255, 170, 23, 0.35);
}
.xeoai-product--marketing .xeoai-pricing__label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--xeo-muted);
    margin-bottom: 10px;
}
.xeoai-product--marketing .xeoai-pricing__price-box {
    margin-bottom: 6px;
}
.xeoai-product--marketing .xeoai-pricing__price {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--xeo-text);
    line-height: 1.05;
    margin-bottom: 0;
}
.xeoai-product--marketing .xeoai-pricing__price sup {
    font-size: 1rem;
    font-weight: 700;
    vertical-align: super;
    margin-right: 3px;
    color: var(--xeo-muted);
}
.xeoai-product--marketing .xeoai-pricing__period {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--xeo-muted);
    margin-top: 6px;
}
.xeoai-product--marketing .xeoai-pricing__price--custom {
    font-size: 2.1rem;
    color: var(--xeo-module-dark);
}
.xeoai-product--marketing .xeoai-pricing__save {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #059669;
    margin-top: 8px;
}
.xeoai-product--marketing .xeoai-pricing__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--xeo-text);
    margin: 20px 0 18px;
    padding-top: 20px;
    border-top: 1px solid rgba(8, 27, 52, 0.08);
}
.xeoai-product--marketing .xeoai-pricing__features {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.xeoai-product--marketing .xeoai-pricing__features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.45;
    color: var(--xeo-muted);
}
.xeoai-product--marketing .xeoai-pricing__features i {
    flex-shrink: 0;
    margin-top: 3px;
    font-size: 11px;
    color: var(--xeo-module-dark);
}
.xeoai-product--marketing .xeoai-pricing__btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-top: auto;
}
.xeoai-product--marketing a.xeoai-pricing__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}
.xeoai-product--marketing .xeoai-pricing__card .xeoai-btn-outline-sales {
    border-color: rgba(255, 170, 23, 0.45);
    background: rgba(255, 170, 23, 0.06);
    color: var(--xeo-module-dark);
    width: 100%;
    justify-content: center;
}
.xeoai-product--marketing .xeoai-pricing__card .xeoai-btn-outline-sales:hover {
    background: rgba(255, 170, 23, 0.12);
    border-color: rgba(255, 170, 23, 0.65);
    color: var(--xeo-module-dark);
}
.xeoai-product--marketing .xeoai-pricing__footnote {
    margin: 24px 0 0;
    text-align: center;
    font-size: 13px;
    color: var(--xeo-muted);
    line-height: 1.6;
}

/* Guided onboarding CTA under pricing */
.xeoai-product--marketing .xeoai-pricing-onboard {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 32px;
    padding: 24px 28px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(255, 170, 23, 0.22);
    box-shadow: 0 8px 32px rgba(8, 27, 52, 0.06);
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.xeoai-product--marketing .xeoai-pricing-onboard.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.xeoai-product--marketing .xeoai-pricing-onboard__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--xeo-module-dark);
    background: var(--xeo-module-soft);
}
.xeoai-product--marketing .xeoai-pricing-onboard__copy {
    flex: 1;
    min-width: 220px;
}
.xeoai-product--marketing .xeoai-pricing-onboard__copy strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: var(--xeo-text);
    margin-bottom: 4px;
}
.xeoai-product--marketing .xeoai-pricing-onboard__copy p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: var(--xeo-muted);
}
.xeoai-product--marketing .xeoai-pricing-onboard__cta {
    flex-shrink: 0;
    margin-left: auto;
    padding: 14px 22px;
    border-radius: 100px;
    background: linear-gradient(135deg, var(--xeo-module) 0%, var(--xeo-module-dark) 100%);
    color: #0a0a0a;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: 0 6px 20px rgba(255, 170, 23, 0.35);
    transition: transform 0.2s, box-shadow 0.2s;
}
.xeoai-product--marketing .xeoai-pricing-onboard__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(255, 170, 23, 0.45);
    color: #0a0a0a;
}

/* Final CTA — dark navy */
.xeoai-product--marketing .xeoai-section--sales-contact {
    background: linear-gradient(168deg, var(--xeo-navy-hero) 0%, var(--xeo-navy-band) 100%);
    max-width: none;
    padding: 88px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.xeoai-product--marketing .xeoai-section--sales-contact .xeoai-section__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}
.xeoai-product--marketing .xeoai-sales-contact {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
    padding: 48px 52px;
    border-radius: 24px;
    border: 1px solid rgba(255, 170, 23, 0.22);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.35);
}
.xeoai-product--marketing .xeoai-sales-contact__list li { color: rgba(255, 255, 255, 0.72); }
.xeoai-product--marketing .xeoai-sales-contact__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}
.xeoai-product--marketing .xeoai-sales-contact .xeoai-eyebrow { color: var(--xeo-module); }
.xeoai-product--marketing .xeoai-sales-contact .xeoai-heading { color: #fff; }
.xeoai-product--marketing .xeoai-sales-contact .xeoai-heading em { color: var(--xeo-module); }
.xeoai-product--marketing .xeoai-sales-contact .xeoai-lead { color: rgba(255, 255, 255, 0.58); }
.xeoai-product--marketing .xeoai-sales-contact__list i { color: var(--xeo-module); }
.xeoai-product--marketing .xeoai-btn-outline-sales {
    border-color: rgba(255, 170, 23, 0.45);
    background: rgba(255, 170, 23, 0.08);
    color: var(--xeo-module);
}
.xeoai-product--marketing .xeoai-btn-outline-sales:hover {
    background: rgba(255, 170, 23, 0.16);
    border-color: rgba(255, 170, 23, 0.65);
    color: #ffd56a;
}

@media (max-width: 991px) {
    .xeoai-product--marketing .xeoai-section__header--split {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .xeoai-showcase__item,
    .xeoai-showcase__item--feature,
    .xeoai-showcase__item--video {
        grid-column: span 6;
        grid-row: span 1;
    }
    .xeoai-product--marketing .xeoai-showcase {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 560px;
    }
    .xeoai-product--marketing .xeoai-showcase--compact {
        max-width: 100%;
    }
    .xeoai-product--marketing .xeoai-showcase__item,
    .xeoai-product--marketing .xeoai-showcase__item--feature,
    .xeoai-product--marketing .xeoai-showcase__item--video {
        grid-column: span 1;
    }
    .xeoai-product--marketing .xeoai-showcase--compact .xeoai-showcase__item--feature,
    .xeoai-product--marketing .xeoai-showcase--compact .xeoai-showcase__item--video {
        grid-column: span 2;
    }
    .xeoai-product--marketing .xeoai-pricing {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }
    .xeoai-product--marketing .xeoai-pricing__card--featured,
    .xeoai-product--marketing .xeoai-pricing__card--featured.is-visible {
        transform: translateY(0);
        order: -1;
    }
    .xeoai-product--marketing .xeoai-pricing-onboard__cta {
        margin-left: 0;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .xeoai-product--marketing .xeoai-demo-video__meta {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
    .xeoai-product--marketing .xeoai-demo-video__caption {
        justify-content: center;
    }
    .xeoai-product--marketing .xeoai-demo-video__cta {
        width: 100%;
    }
    .xeoai-studio-live__chip--1 { right: 0; top: -8px; }
    .xeoai-studio-live__chip--2 { left: 0; bottom: -8px; }
    .xeoai-product--marketing .xeoai-sales-contact {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 32px 24px;
    }
    .xeoai-product--marketing .xeoai-compare__table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .xeoai-product--marketing .xeoai-compare__row {
        min-width: 640px;
    }
    .xeoai-product--marketing .xeoai-compare__cell {
        padding: 14px 16px;
        font-size: 13px;
    }
    .xeoai-product--marketing .xeoai-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
    .xeoai-brain-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xeoai-product--marketing .xeoai-platforms--logos {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xeoai-product--marketing .xeoai-pipeline__track--pro {
        grid-template-columns: 1fr;
        gap: 12px;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    .xeoai-product--marketing .xeoai-pipeline__connector {
        width: auto;
        height: 28px;
        transform: rotate(90deg);
    }
    .xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--featured,
    .xeoai-product--marketing .xeoai-pipeline--marketing .xeoai-pipeline__step--featured.is-visible {
        transform: none;
    }
    .xeoai-marketing-demo {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 28px 24px;
    }
    .xeoai-marketing-demo__copy {
        text-align: center;
        justify-content: flex-start;
    }
    .xeoai-product--marketing .xeoai-demo-video--inline {
        justify-content: flex-start;
        min-height: 0;
    }
    .xeoai-marketing-demo__list {
        align-items: center;
    }
    .xeoai-marketing-demo__cta {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .xeoai-product--marketing .xeoai-why-grid {
        grid-template-columns: 1fr;
    }
    .xeoai-studio-live__chip { display: none; }
    .xeoai-showcase__item,
    .xeoai-showcase__item--feature,
    .xeoai-showcase__item--video {
        grid-column: span 12;
        grid-row: span 1;
    }
    .xeoai-product--marketing .xeoai-showcase {
        grid-template-columns: 1fr;
        max-width: 320px;
    }
    .xeoai-product--marketing .xeoai-showcase__item img,
    .xeoai-product--marketing .xeoai-showcase__item video {
        aspect-ratio: 4 / 5;
    }
    .xeoai-showcase__item--feature img { min-height: 0; }
    .xeoai-product--marketing .xeoai-platforms--logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xeoai-brain-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xeoai-platforms li { font-size: 12px; padding: 8px 12px; }
}

/* ══════════════════════════════════════════════════════════════
   EDUCATION HUB MODULE — Portal blue + subtle violet accent
   Scoped to .xeoai-product--education only
   ══════════════════════════════════════════════════════════════ */
.xeoai-product--education {
    --xeo-module: #6366f1;
    --xeo-module-dark: #4f46e5;
    --xeo-module-bright: #818cf8;
    --xeo-module-accent: #6366f1;
    --xeo-module-blue: #6366f1;
    --xeo-module-glow: rgba(99, 102, 241, 0.32);
    --xeo-module-soft: rgba(99, 102, 241, 0.12);
    --xeo-edu-cta: #f5a623;
    --xeo-edu-cta-dark: #e09500;
    --xeo-edu-cta-glow: rgba(245, 166, 35, 0.38);
    --xeo-edu-surface: #f5f7fb;
    --xeo-navy-hero: #081b34;
    --xeo-navy-band: #0e2342;
    --xeo-ink: #0b1524;
    --xeo-edu-grad: linear-gradient(135deg, #6366f1 0%, #818cf8 72%, #6366f1 100%);
}
.page-wrapper:has(.xeoai-product--education) .sticky-header.fixed-header {
    background: rgba(8, 27, 52, 0.94);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}
.page-wrapper:has(.xeoai-product--education) .main-header.header-style-four .header-lower .main-menu .navigation > li > a:not(:hover) {
    color: rgba(255, 255, 255, 0.92);
}
.page-wrapper:has(.xeoai-product--education) .main-header.header-style-four .header-lower .info-btn,
.page-wrapper:has(.xeoai-product--education) .main-header.header-style-four .header-lower .info-btn small {
    color: rgba(255, 255, 255, 0.88);
}
.page-wrapper:has(.xeoai-product--education) .main-header.header-style-four .header-lower {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}
.page-wrapper:has(.xeoai-product--education) .sticky-header.fixed-header .main-menu .navigation > li.current > a,
.page-wrapper:has(.xeoai-product--education) .sticky-header.fixed-header .main-menu .navigation > li > a:hover {
    color: var(--xeo-module-bright);
}

/* ── HERO — deep navy + indigo glow + four-pillar stage ── */
.xeoai-product--education .xeoai-hero--education {
    background:
        linear-gradient(180deg, rgba(147, 197, 253, 0.07) 0%, transparent 38%),
        radial-gradient(ellipse 54% 58% at 78% 44%, rgba(99, 102, 241, 0.28) 0%, transparent 62%),
        radial-gradient(ellipse 46% 42% at 10% 88%, rgba(96, 165, 250, 0.1) 0%, transparent 55%),
        radial-gradient(ellipse 38% 32% at 50% 0%, rgba(99, 102, 241, 0.14) 0%, transparent 58%),
        linear-gradient(168deg, #081b34 0%, #0e2342 52%, #12345a 100%);
    position: relative;
    overflow: hidden;
    padding: calc(var(--xeo-site-header-h, 118px) + 40px) 0 72px;
    align-items: center;
}
.xeoai-product--education .xeoai-hero--education::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 22px 22px, 56px 56px, 56px 56px;
    -webkit-mask-image: radial-gradient(ellipse 82% 72% at 50% 42%, #000 12%, transparent 80%);
    mask-image: radial-gradient(ellipse 82% 72% at 50% 42%, #000 12%, transparent 80%);
    pointer-events: none;
    z-index: 1;
}
.xeoai-product--education .xeoai-hero--education::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6%;
    width: min(520px, 46vw);
    height: min(520px, 46vw);
    transform: translateY(-50%);
    background: radial-gradient(circle, rgba(99, 102, 241, 0.22) 0%, rgba(96, 165, 250, 0.08) 42%, transparent 72%);
    pointer-events: none;
    z-index: 1;
}
.xeoai-product--education .xeoai-hero__orb--1 { background: rgba(99, 102, 241, 0.24); filter: blur(100px); }
.xeoai-product--education .xeoai-hero__orb--2 { background: rgba(96, 165, 250, 0.14); filter: blur(110px); }
.xeoai-product--education .xeoai-hero__orb--3 { background: rgba(129, 140, 248, 0.12); filter: blur(90px); }
.xeoai-product--education .xeoai-hero__title {
    letter-spacing: -0.035em;
    color: #fff;
}
.xeoai-product--education .xeoai-hero__title em {
    background: linear-gradient(90deg, #c7d2fe 0%, #818cf8 45%, #6366f1 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: xeoaiEduShimmer 10s linear infinite;
}
@keyframes xeoaiEduShimmer {
    to { background-position: 200% center; }
}

/* ── Premium minimal hero copy (reference style) ── */
.xeoai-product--education .xeoai-hero__copy--premium {
    max-width: 540px;
    padding: 0 0 32px;
    align-self: center;
}
.xeoai-product--education .xeoai-hero__kicker {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 24px;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.5);
}
.xeoai-product--education .xeoai-hero__kicker-pipe {
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, 0.32);
    flex-shrink: 0;
}
.xeoai-product--education .xeoai-hero__kicker-sep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    flex-shrink: 0;
}
.xeoai-product--education .xeoai-hero__copy--premium .xeoai-hero__title {
    font-size: clamp(2.5rem, 4.8vw, 3.75rem);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.042em;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.96);
}
.xeoai-product--education .xeoai-hero__copy--premium .xeoai-hero__title em {
    background: linear-gradient(90deg, #e0e7ff 0%, #c7d2fe 40%, #818cf8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: xeoaiEduShimmer 12s linear infinite;
}
.xeoai-product--education .xeoai-hero__copy--premium .xeoai-hero__lead {
    font-size: clamp(0.9375rem, 1.55vw, 1.0625rem);
    font-weight: 400;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.58);
    max-width: 440px;
    margin-bottom: 32px;
}
.xeoai-product--education .xeoai-hero__cta-row {
    margin: 0;
}
.xeoai-product--education .xeoai-edu-hero-btn {
    display: inline-flex;
    align-items: center;
    padding: 7px 7px 7px 26px;
    background: var(--xeo-edu-cta);
    border-radius: 14px;
    text-decoration: none;
    color: #081b34;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 10px 28px var(--xeo-edu-cta-glow);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
.xeoai-product--education .xeoai-edu-hero-btn:hover,
.xeoai-product--education .xeoai-edu-hero-btn:focus {
    transform: translateY(-2px);
    background: #ffb84a;
    box-shadow: 0 14px 36px rgba(245, 166, 35, 0.48);
    color: #081b34;
    text-decoration: none;
}
.xeoai-product--education .xeoai-edu-hero-btn__text {
    padding-right: 20px;
}
.xeoai-product--education .xeoai-edu-hero-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 10px;
    color: #444;
    flex-shrink: 0;
}
.xeoai-product--education .xeoai-hero__platform-note {
    margin: 18px 0 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.38);
}
.xeoai-product--education .xeoai-hero__platform-note-num {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.58);
}
.xeoai-product--education .xeoai-hero__platform-note-sep {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 0 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.24);
    vertical-align: middle;
}
@media (max-width: 991px) {
    .xeoai-product--education .xeoai-hero--education .xeoai-hero__grid {
        text-align: left;
    }
    .xeoai-product--education .xeoai-hero__shell {
        min-height: 0;
        align-items: flex-start;
    }
    .xeoai-product--education .xeoai-hero__copy--premium {
        padding: 0 0 24px;
    }
    .xeoai-product--education .xeoai-hero__copy--premium .xeoai-hero__lead {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 575px) {
    .xeoai-product--education .xeoai-hero__kicker { margin-bottom: 24px; }
    .xeoai-product--education .xeoai-hero__copy--premium .xeoai-hero__title { margin-bottom: 20px; }
    .xeoai-product--education .xeoai-hero__copy--premium .xeoai-hero__lead { margin-bottom: 32px; }
}

.xeoai-product--education .xeoai-hero__badge--live {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.xeoai-product--education .xeoai-hero__badge--live .xeoai-hero__badge-dot {
    background: #93c5fd;
    box-shadow: 0 0 10px rgba(147, 197, 253, 0.65);
}
.xeoai-product--education .xeoai-hero__tagline {
    font-size: 1.08rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 6px;
}
.xeoai-product--education .xeoai-hero__tagline--sub {
    font-size: 0.92rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.62);
    margin-bottom: 26px;
}
.xeoai-product--education .xeoai-hero__cta-box {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.xeoai-product--education .xeoai-hero__cta-label {
    color: rgba(255, 255, 255, 0.55);
}
.xeoai-product--education .xeoai-hero__stat strong,
.xeoai-product--education .xeoai-hero__stat-pill strong { color: #93c5fd; }
.xeoai-product--education .xeoai-hero__stat-pill {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.xeoai-product--education .xeoai-hero__stat-pill span {
    color: rgba(255, 255, 255, 0.55);
}
.xeoai-product--education .xeoai-btn-primary {
    background: linear-gradient(135deg, var(--xeo-edu-cta) 0%, var(--xeo-edu-cta-dark) 100%);
    color: #081b34;
    box-shadow: 0 8px 24px var(--xeo-edu-cta-glow), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    border: none;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s;
}
.xeoai-product--education .xeoai-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(245, 166, 35, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    color: #081b34;
}
.xeoai-product--education .xeoai-btn-primary--block {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}
.xeoai-product--education .xeoai-hero__shell {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    min-height: calc(100vh - var(--xeo-site-header-h, 118px) - 112px);
    min-height: calc(100dvh - var(--xeo-site-header-h, 118px) - 112px);
    position: relative;
    z-index: 2;
    overflow: visible;
}
.xeoai-product--education .xeoai-hero--education .xeoai-hero__grid {
    overflow: visible;
    align-items: center;
    width: 100%;
}
.xeoai-product--education .xeoai-hero__lead--below {
    max-width: 760px;
    margin: 44px auto 0;
    padding: 0 24px;
    text-align: center;
    font-size: clamp(1rem, 1.9vw, 1.15rem);
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.62);
}
.xeoai-product--education .xeoai-hero__cta-contact {
    margin: 14px 0 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}
.xeoai-product--education .xeoai-hero__cta-contact a {
    color: #93c5fd;
    font-weight: 700;
    text-decoration: none;
}
.xeoai-product--education .xeoai-hero__cta-contact a:hover { text-decoration: underline; }
.xeoai-product--education .xeoai-hero__trust {
    color: rgba(255, 255, 255, 0.42);
}
.xeoai-product--education .xeoai-hero__trust a { color: #93c5fd; }
.xeoai-product--education .xeoai-hero--education .xeoai-scroll-hint {
    color: rgba(255, 255, 255, 0.38);
}

/* ── Hero stage — module orbit compass ── */
.xeoai-product--education .xeoai-hero__visual--stage {
    position: relative;
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}
.xeoai-edu-hero-stage {
    width: 100%;
    max-width: 500px;
    position: relative;
}
.xeoai-edu-hero-stage__canvas {
    --orbit-radius: 200px;
    position: relative;
    width: min(100%, 480px);
    aspect-ratio: 1;
    margin: 0 auto 36px;
}
.xeoai-edu-hero-stage__glow {
    position: absolute;
    inset: 8%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.34) 0%, rgba(99, 102, 241, 0.08) 48%, transparent 74%);
    filter: blur(10px);
    animation: xeoEduStageGlow 8s ease-in-out infinite;
}
@keyframes xeoEduStageGlow {
    0%, 100% { opacity: 0.75; transform: scale(1); }
    50%       { opacity: 1; transform: scale(1.06); }
}
.xeoai-edu-hero-stage__ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(129, 140, 248, 0.16);
    pointer-events: none;
}
.xeoai-edu-hero-stage__ring--outer {
    width: 94%;
    height: 94%;
    border-color: rgba(129, 140, 248, 0.16);
}
.xeoai-edu-hero-stage__ring--inner {
    width: 72%;
    height: 72%;
    border-color: rgba(129, 140, 248, 0.24);
    animation: xeoEduStageRing 10s ease-in-out infinite;
}
@keyframes xeoEduStageRing {
    0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
    50%       { opacity: 1; transform: translate(-50%, -50%) scale(1.03); }
}
.xeoai-edu-hero-stage__core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.22) 0%, transparent 42%),
        linear-gradient(155deg, #6366f1 0%, #4f46e5 55%, #4338ca 100%);
    box-shadow:
        0 24px 56px rgba(99, 102, 241, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
    transition: background 0.6s ease, box-shadow 0.6s ease;
}
.xeoai-edu-hero-stage__core--blue {
    background:
        radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.22) 0%, transparent 42%),
        linear-gradient(155deg, #38bdf8 0%, #0ea5e9 55%, #0284c7 100%);
    box-shadow:
        0 24px 56px rgba(14, 165, 233, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}
.xeoai-edu-hero-stage__core--gold {
    background:
        radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.24) 0%, transparent 42%),
        linear-gradient(155deg, #fbbf24 0%, #f59e0b 55%, #d97706 100%);
    box-shadow:
        0 24px 56px rgba(245, 158, 11, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}
.xeoai-edu-hero-stage__core-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.xeoai-edu-hero-stage__core-icon i {
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.xeoai-edu-hero-stage__core-icon.is-switching {
    animation: xeoEduStageIconIn 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes xeoEduStageIconIn {
    0%   { opacity: 0.35; transform: scale(0.82); }
    100% { opacity: 1; transform: scale(1); }
}
.xeoai-edu-hero-stage__compass {
    position: absolute;
    inset: 0;
}
.xeoai-edu-hero-stage__node {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transform: translate(-50%, -50%) rotate(var(--angle)) translateY(calc(-1 * var(--orbit-radius))) rotate(calc(-1 * var(--angle)));
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    max-width: 140px;
}
.xeoai-edu-hero-stage__node-pedestal {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 21px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease, border-color 0.45s ease;
}
.xeoai-edu-hero-stage__node-pedestal i {
    font-size: 1em;
    line-height: 1;
}
.xeoai-edu-hero-stage__node-pedestal--blue {
    color: #7dd3fc;
    background: radial-gradient(circle at 50% 35%, rgba(56, 189, 248, 0.35) 0%, rgba(14, 165, 233, 0.1) 100%);
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.xeoai-edu-hero-stage__node-pedestal--gold {
    color: #fde68a;
    background: radial-gradient(circle at 50% 35%, rgba(251, 191, 36, 0.38) 0%, rgba(245, 158, 11, 0.1) 100%);
    box-shadow: 0 0 18px rgba(251, 191, 36, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.xeoai-edu-hero-stage__node-label {
    font-size: 14.5px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
    color: rgba(255, 255, 255, 0.42);
    white-space: normal;
    text-align: center;
    line-height: 1.3;
    max-width: 136px;
    transition: color 0.4s ease;
}
.xeoai-edu-hero-stage__node:hover .xeoai-edu-hero-stage__node-label {
    color: rgba(255, 255, 255, 0.62);
}
.xeoai-edu-hero-stage__node.is-active .xeoai-edu-hero-stage__node-pedestal {
    transform: scale(1.12);
}
.xeoai-edu-hero-stage__node--blue.is-active .xeoai-edu-hero-stage__node-pedestal {
    border-color: rgba(125, 211, 252, 0.55);
    box-shadow: 0 0 0 5px rgba(56, 189, 248, 0.18), 0 0 22px rgba(56, 189, 248, 0.55);
}
.xeoai-edu-hero-stage__node--gold.is-active .xeoai-edu-hero-stage__node-pedestal {
    border-color: rgba(253, 230, 138, 0.55);
    box-shadow: 0 0 0 5px rgba(251, 191, 36, 0.16), 0 0 22px rgba(251, 191, 36, 0.5);
}
.xeoai-edu-hero-stage__node--blue.is-active .xeoai-edu-hero-stage__node-label {
    color: #bae6fd;
}
.xeoai-edu-hero-stage__node--gold.is-active .xeoai-edu-hero-stage__node-label {
    color: #fde68a;
}
.xeoai-edu-hero-stage__copy {
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
    min-height: 132px;
}
.xeoai-edu-hero-stage__eyebrow {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #93c5fd;
    transition: color 0.45s ease;
}
.xeoai-edu-hero-stage[data-tone="gold"] .xeoai-edu-hero-stage__eyebrow {
    color: #fcd34d;
}
.xeoai-edu-hero-stage__headline {
    margin: 0 0 12px;
    font-size: clamp(1.5rem, 2.7vw, 1.875rem);
    font-weight: 600;
    letter-spacing: -0.028em;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.94);
    transition: opacity 0.45s ease;
}
.xeoai-edu-hero-stage__line {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.48);
    transition: opacity 0.45s ease;
}
.xeoai-edu-hero-stage.is-paused .xeoai-edu-hero-stage__core--blue {
    box-shadow:
        0 28px 64px rgba(14, 165, 233, 0.52),
        0 0 0 1px rgba(255, 255, 255, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.32);
}
.xeoai-edu-hero-stage.is-paused .xeoai-edu-hero-stage__core--gold {
    box-shadow:
        0 28px 64px rgba(245, 158, 11, 0.48),
        0 0 0 1px rgba(255, 255, 255, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

/* ── Shared accents ── */
.xeoai-product--education .xeoai-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--xeo-module-dark);
    background: var(--xeo-module-soft);
    border: 1px solid rgba(99, 102, 241, 0.22);
}
.xeoai-product--education .xeoai-eyebrow::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--xeo-module);
    box-shadow: 0 0 8px var(--xeo-module);
}
.xeoai-product--education .xeoai-heading {
    letter-spacing: -0.028em;
}
.xeoai-product--education .xeoai-heading em { color: var(--xeo-module-dark); font-style: normal; }
.xeoai-product--education .xeoai-nav__product.is-active {
    background: var(--xeo-module-soft);
    color: var(--xeo-module-dark);
}
.xeoai-product--education .xeoai-nav__link.is-active {
    color: var(--xeo-module-dark);
    border-color: var(--xeo-module);
}

/* ── Section shells ── */
.xeoai-product--education .xeoai-section--knowledge {
    background:
        radial-gradient(ellipse 50% 40% at 90% 0%, rgba(99, 102, 241, 0.14) 0%, transparent 55%),
        radial-gradient(ellipse 40% 35% at 0% 100%, rgba(99, 102, 241, 0.1) 0%, transparent 50%),
        linear-gradient(168deg, var(--xeo-navy-hero) 0%, var(--xeo-navy-band) 100%);
    max-width: none;
    padding: 108px 0;
    position: relative;
}
.xeoai-product--education .xeoai-section--knowledge::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(129, 140, 248, 0.35), transparent);
}
.xeoai-product--education .xeoai-section--knowledge .xeoai-section__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}
.xeoai-product--education .xeoai-section--knowledge .xeoai-eyebrow {
    color: #c7d2fe;
    background: rgba(99, 102, 241, 0.12);
    border-color: rgba(129, 140, 248, 0.28);
}
.xeoai-product--education .xeoai-section--knowledge .xeoai-eyebrow::before {
    background: #818cf8;
    box-shadow: 0 0 8px rgba(129, 140, 248, 0.65);
}
.xeoai-product--education .xeoai-section--knowledge .xeoai-heading { color: #fff; }
.xeoai-product--education .xeoai-section--knowledge .xeoai-heading em {
    background: linear-gradient(120deg, #c7d2fe, #818cf8);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.xeoai-product--education .xeoai-section--knowledge .xeoai-lead { color: rgba(255, 255, 255, 0.6); }

.xeoai-product--education .xeoai-section--education-hub {
    background: transparent;
    max-width: none;
    padding: 0;
}
.xeoai-edu-band {
    padding: 108px 0;
}
.xeoai-edu-band--gray {
    background: var(--xeo-edu-surface);
}
.xeoai-edu-band--white {
    background: #fff;
}
.xeoai-edu-band .xeoai-section__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}
.xeoai-product--education .xeoai-section--compare {
    background: #fff;
    max-width: none;
    padding: 108px 0;
}
.xeoai-product--education .xeoai-section--compare .xeoai-section__inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 24px;
}
.xeoai-product--education .xeoai-section--sales-contact {
    background:
        radial-gradient(ellipse 55% 50% at 50% 120%, rgba(99, 102, 241, 0.18) 0%, transparent 65%),
        linear-gradient(168deg, #081b34 0%, #0e2342 52%, #050f1a 100%);
    max-width: none;
    padding: 88px 0 56px;
    position: relative;
    border-top: none;
}
.xeoai-product--education .xeoai-section--sales-contact::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(129, 140, 248, 0.3), transparent);
}
.xeoai-product--education .xeoai-section--sales-contact .xeoai-section__inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}
.xeoai-product--education .xeoai-edu-article-header {
    margin-bottom: 32px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}
.xeoai-product--education .xeoai-section--sales-contact .xeoai-edu-article-header .xeoai-heading {
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 600;
    letter-spacing: -0.03em;
}
.xeoai-product--education .xeoai-edu-article {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 40px 48px;
    border-radius: 24px;
    border: 1px solid rgba(99, 102, 241, 0.18);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
}
.xeoai-product--education .xeoai-edu-article--dark .xeoai-edu-article__lead {
    color: rgba(255, 255, 255, 0.92);
}
.xeoai-product--education .xeoai-edu-article--dark h3 {
    color: #fff;
}
.xeoai-product--education .xeoai-edu-article--dark p {
    color: rgba(255, 255, 255, 0.68);
}
.xeoai-product--education .xeoai-edu-article--dark strong {
    color: #c7d2fe;
}
.xeoai-product--education .xeoai-sales-contact {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
    padding: 48px 52px;
    border-radius: 24px;
    border: 1px solid rgba(99, 102, 241, 0.22);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.35);
    margin-bottom: 0;
    opacity: 1;
    transform: none;
}
.xeoai-product--education .xeoai-sales-contact.is-visible {
    opacity: 1;
    transform: none;
}

/* Compare block inside dark footer section */
.xeoai-product--education .xeoai-edu-compare-block {
    max-width: 1200px;
    margin: 0 auto 56px;
}
.xeoai-product--education .xeoai-edu-compare-block .xeoai-section__header {
    margin-bottom: 32px;
    text-align: center;
}
.xeoai-product--education .xeoai-edu-compare-block .xeoai-heading {
    font-size: clamp(1.75rem, 3.2vw, 2.35rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: #fff;
}
.xeoai-product--education .xeoai-edu-compare-block .xeoai-heading em {
    font-style: normal;
    background: linear-gradient(120deg, #c7d2fe, #818cf8);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.xeoai-product--education .xeoai-edu-compare-block .xeoai-compare--edu {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        0 1px 1px rgba(0, 0, 0, 0.12),
        0 24px 64px rgba(0, 0, 0, 0.35);
    background: #fff;
}
.xeoai-product--education .xeoai-edu-compare-block .xeoai-compare--edu th,
.xeoai-product--education .xeoai-edu-compare-block .xeoai-compare--edu td {
    padding: 20px 26px;
    font-size: 15px;
}
.xeoai-product--education .xeoai-edu-compare-block .xeoai-compare--edu thead th {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 11px;
    letter-spacing: 0.1em;
}
.xeoai-product--education .xeoai-edu-compare-block .xeoai-compare--edu thead th:last-child {
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 55%, #1d1d1f 100%);
}
.xeoai-product--education .xeoai-edu-compare-block .xeoai-compare--edu tbody th {
    width: 22%;
    font-size: 15px;
}
.xeoai-product--education .xeoai-edu-compare-block .xeoai-compare--edu tbody td:last-child {
    background: rgba(99, 102, 241, 0.06);
    font-size: 15px;
}
.xeoai-product--education .xeoai-edu-compare-block .xeoai-compare__win {
    width: 22px;
    height: 22px;
    font-size: 10px;
    margin-right: 12px;
}
.xeoai-product--education .xeoai-edu-compare-block .xeoai-compare__badge {
    font-size: 10px;
    padding: 4px 11px;
    margin-right: 10px;
    vertical-align: middle;
}
.xeoai-product--education .xeoai-section--sales-contact .xeoai-eyebrow {
    color: #c7d2fe;
    background: rgba(99, 102, 241, 0.12);
    border-color: rgba(129, 140, 248, 0.28);
}
.xeoai-product--education .xeoai-section--sales-contact .xeoai-eyebrow::before {
    background: #818cf8;
    box-shadow: 0 0 8px rgba(129, 140, 248, 0.65);
}
.xeoai-product--education .xeoai-section--sales-contact .xeoai-heading { color: #fff; }
.xeoai-product--education .xeoai-section--sales-contact .xeoai-heading em {
    background: linear-gradient(120deg, #c7d2fe, #818cf8);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.xeoai-product--education .xeoai-section--sales-contact .xeoai-lead { color: rgba(255, 255, 255, 0.62); }
.xeoai-product--education .xeoai-section--sales-contact .xeoai-sales-contact__list { color: rgba(255, 255, 255, 0.75); }
.xeoai-product--education .xeoai-section--sales-contact .xeoai-sales-contact__list i { color: var(--xeo-module-bright); }
.xeoai-product--education .xeoai-sales-contact__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}
.xeoai-product--education .xeoai-btn-outline-sales {
    border-color: rgba(129, 140, 248, 0.45);
    background: rgba(99, 102, 241, 0.08);
    color: #c7d2fe;
}
.xeoai-product--education .xeoai-btn-outline-sales:hover {
    background: rgba(99, 102, 241, 0.16);
    border-color: rgba(129, 140, 248, 0.65);
    color: #e0e7ff;
}

/* ── Platform flow strip — connected pipeline ── */
.xeoai-product--education .xeoai-section--flow {
    background: #f5f5f7;
    max-width: none;
    padding: 108px 0 96px;
    position: relative;
    overflow: hidden;
}
.xeoai-product--education .xeoai-section--flow::after {
    content: "";
    position: absolute;
    bottom: -140px; right: -140px;
    width: 420px; height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.05) 0%, transparent 65%);
    pointer-events: none;
}
.xeoai-section--flow .xeoai-section__inner {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
}
.xeoai-section--flow .xeoai-section__header {
    margin-bottom: 64px;
    text-align: center;
}
.xeoai-section--flow .xeoai-section__header .xeoai-eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #86868b;
}
.xeoai-section--flow .xeoai-section__header .xeoai-heading {
    font-size: clamp(2rem, 4.2vw, 3rem);
    font-weight: 600;
    letter-spacing: -0.032em;
    line-height: 1.08;
    color: #1d1d1f;
}
.xeoai-section--flow .xeoai-section__header .xeoai-heading em {
    font-style: normal;
    color: #6366f1;
}
.xeoai-section--flow .xeoai-section__header .xeoai-lead {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: -0.012em;
    color: #86868b;
}
.xeoai-edu-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 8px;
    margin-bottom: 40px;
    padding: 30px 28px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(8, 27, 52, 0.06);
    box-shadow:
        0 1px 2px rgba(8, 27, 52, 0.04),
        0 20px 56px rgba(8, 27, 52, 0.08);
    position: relative;
    overflow: hidden;
}
.xeoai-edu-flow::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--xeo-edu-grad);
}
.xeoai-edu-flow__step {
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--xeo-module-dark);
    background: var(--xeo-module-soft);
    border: 1px solid rgba(37, 99, 235, 0.18);
    opacity: 0;
    transform: translateY(8px) scale(0.96);
    transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.34, 1.4, 0.64, 1), background 0.25s, color 0.25s, box-shadow 0.25s;
    cursor: default;
}
.xeoai-edu-flow__step.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.xeoai-edu-flow__step:hover {
    background: var(--xeo-edu-grad);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 8px 20px var(--xeo-module-glow);
}
.xeoai-edu-flow__arrow {
    font-size: 9px;
    color: rgba(37, 99, 235, 0.45);
}

/* Audience tags */
.xeoai-edu-audience {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    max-width: 920px;
    margin: 0 auto;
    padding-top: 8px;
}
.xeoai-edu-audience__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: none;
    color: #1d1d1f;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.45s ease, transform 0.45s ease, border-color 0.25s, box-shadow 0.25s;
}
.xeoai-edu-audience__tag::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #6366f1;
}
.xeoai-edu-audience__tag.is-visible { opacity: 1; transform: translateY(0); }
.xeoai-edu-audience__tag:hover {
    border-color: rgba(99, 102, 241, 0.28);
    background: #fff;
}

/* ── Screenshot frames — premium glass treatment ── */
.xeoai-edu-shot {
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    background: #0a1220;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.04),
        0 30px 70px rgba(0, 0, 0, 0.32),
        0 8px 24px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.35s;
    position: relative;
}
.xeoai-edu-shot.is-visible { opacity: 1; transform: translateY(0); }
.xeoai-edu-shot:hover {
    box-shadow:
        0 0 0 1px rgba(96, 165, 250, 0.25),
        0 36px 84px rgba(0, 0, 0, 0.38),
        0 0 48px rgba(37, 99, 235, 0.12);
}
.xeoai-edu-shot__chrome {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 12px 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.xeoai-edu-shot__chrome span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
}
.xeoai-edu-shot__chrome span:first-child { background: #ff5f57; }
.xeoai-edu-shot__chrome span:nth-child(2) { background: #febc2e; }
.xeoai-edu-shot__chrome span:nth-child(3) { background: #28c840; }
.xeoai-edu-shot__chrome em {
    margin-left: auto;
    font-style: normal;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(147, 197, 253, 0.7);
}
.xeoai-edu-shot img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}
.xeoai-edu-shot__media {
    display: block;
    position: relative;
    background: #070f1a;
    cursor: zoom-in;
    text-decoration: none;
    overflow: hidden;
}
.xeoai-edu-shot__media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center top;
}
.xeoai-edu-shot__zoom {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 8, 15, 0.58);
    color: #fff;
    font-size: 22px;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}
.xeoai-edu-shot__media:hover .xeoai-edu-shot__zoom,
.xeoai-edu-shot__media:focus-visible .xeoai-edu-shot__zoom {
    opacity: 1;
}
.xeoai-edu-shot__media:focus-visible {
    outline: 2px solid var(--xeo-module-bright);
    outline-offset: -2px;
}
.xeoai-edu-shot--hero img { max-height: none; }
.xeoai-edu-shot--sm .xeoai-edu-shot__media { background: #eef2f7; }
.xeoai-edu-shot--sm img { max-height: none; }
.xeoai-edu-shot figcaption {
    padding: 12px 16px;
    font-size: 12.5px;
    font-weight: 600;
    text-align: center;
    color: var(--xeo-muted);
    background: #fff;
    border-top: 1px solid rgba(8, 27, 52, 0.06);
}
.xeoai-edu-shot--sm {
    background: #fff;
    border-color: rgba(8, 27, 52, 0.08);
    box-shadow:
        0 1px 2px rgba(8, 27, 52, 0.04),
        0 16px 44px rgba(8, 27, 52, 0.1);
}
.xeoai-edu-shot--sm:hover {
    box-shadow:
        0 0 0 1px rgba(37, 99, 235, 0.3),
        0 24px 56px rgba(8, 27, 52, 0.16);
    transform: translateY(-4px);
}
.xeoai-edu-shot--sm .xeoai-edu-shot__chrome {
    background: linear-gradient(180deg, #f7fafb, #f0f5f7);
    border-bottom-color: rgba(8, 27, 52, 0.07);
}
.xeoai-edu-shot--sm .xeoai-edu-shot__chrome em { color: var(--xeo-module-dark); }

/* ── Feature rows — editorial rhythm ── */
.xeoai-edu-feature {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(36px, 5vw, 64px);
    align-items: center;
    margin-bottom: 84px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.xeoai-edu-feature:last-child { margin-bottom: 0; }
.xeoai-edu-feature.is-visible { opacity: 1; transform: translateY(0); }
.xeoai-edu-feature--reverse { grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr); }
.xeoai-edu-feature--reverse .xeoai-edu-feature__copy { order: 2; }
.xeoai-edu-feature--reverse .xeoai-edu-shot { order: 1; }
.xeoai-edu-feature__copy h3 {
    margin: 0 0 14px;
    font-size: clamp(1.5rem, 2.6vw, 1.9rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--xeo-text);
}
.xeoai-product--education .xeoai-section--knowledge .xeoai-edu-feature__copy h3 { color: #fff; }
.xeoai-edu-feature__copy p {
    margin: 0 0 18px;
    font-size: 15.5px;
    line-height: 1.7;
    color: var(--xeo-muted);
    max-width: 460px;
}
.xeoai-product--education .xeoai-section--knowledge .xeoai-edu-feature__copy p { color: rgba(255, 255, 255, 0.6); }
.xeoai-edu-feature__list { margin: 0; padding: 0; list-style: none; }
.xeoai-edu-feature__list li {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 14.5px;
    line-height: 1.55;
    color: var(--xeo-text);
}
.xeoai-edu-feature__list i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--xeo-module-soft);
    color: var(--xeo-module-dark);
    font-size: 9px;
    margin-top: 2px;
    flex-shrink: 0;
}
.xeoai-product--education .xeoai-section--knowledge .xeoai-edu-feature__list { color: rgba(255, 255, 255, 0.78); }
.xeoai-product--education .xeoai-section--knowledge .xeoai-edu-feature__list i {
    background: rgba(99, 102, 241, 0.16);
    color: #c7d2fe;
}

/* Step numbers — gradient chips */
.xeoai-edu-step-num {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    background: var(--xeo-edu-grad);
    color: #fff;
    box-shadow: 0 4px 14px var(--xeo-module-glow);
}

/* Agent type pills */
.xeoai-edu-agent-types {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
}
.xeoai-edu-agent-types span {
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 700;
    background: var(--xeo-module-soft);
    color: var(--xeo-module-dark);
    border: 1px solid rgba(37, 99, 235, 0.22);
    transition: background 0.25s, color 0.25s, transform 0.25s, box-shadow 0.25s;
    cursor: default;
}
.xeoai-edu-agent-types span:hover {
    background: var(--xeo-edu-grad);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px var(--xeo-module-glow);
}
.xeoai-product--education .xeoai-section--knowledge .xeoai-edu-agent-types span {
    background: rgba(99, 102, 241, 0.1);
    color: #c7d2fe;
    border-color: rgba(129, 140, 248, 0.28);
}
.xeoai-product--education .xeoai-section--knowledge .xeoai-edu-agent-types span:hover {
    background: var(--xeo-edu-grad);
    color: #fff;
    border-color: transparent;
}

/* ── Structure & learning sections ── */
.xeoai-section--structure,
.xeoai-section--learning {
    background: #fff;
    max-width: none;
    padding: 108px 0;
}
.xeoai-section--structure .xeoai-section__inner,
.xeoai-section--learning .xeoai-section__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ── Cards — elevated, top-accented ── */
.xeoai-edu-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 64px;
}
.xeoai-edu-cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 0; }
.xeoai-edu-card {
    position: relative;
    padding: 32px 30px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(8, 27, 52, 0.07);
    box-shadow: 0 1px 2px rgba(8, 27, 52, 0.03), 0 12px 36px rgba(8, 27, 52, 0.06);
    overflow: hidden;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.3s, border-color 0.3s;
}
.xeoai-edu-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--xeo-edu-grad);
    opacity: 0;
    transition: opacity 0.3s;
}
.xeoai-edu-card.is-visible { opacity: 1; transform: translateY(0); }
.xeoai-edu-card:hover {
    border-color: rgba(37, 99, 235, 0.25);
    box-shadow: 0 1px 2px rgba(8, 27, 52, 0.03), 0 24px 56px rgba(8, 27, 52, 0.12);
    transform: translateY(-4px);
}
.xeoai-edu-card:hover::before { opacity: 1; }
.xeoai-edu-card__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--xeo-edu-grad);
    color: #fff;
    font-size: 20px;
    box-shadow: 0 8px 20px var(--xeo-module-glow);
}
.xeoai-edu-card h4 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--xeo-text);
}
.xeoai-edu-card p { margin: 0; font-size: 14.5px; line-height: 1.65; color: var(--xeo-muted); }
.xeoai-edu-card__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14.5px;
    line-height: 1.9;
    color: var(--xeo-muted);
}
.xeoai-edu-card__list li {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.xeoai-edu-card__list li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--xeo-edu-grad);
    flex-shrink: 0;
    transform: translateY(-2px);
}

/* ── Exam types showcase ── */
.xeoai-edu-exam-types {
    margin-bottom: 56px;
    padding: 32px;
    border-radius: 20px;
    background: linear-gradient(135deg, #0b1524 0%, #0e2233 100%);
    border: 1px solid rgba(96, 165, 250, 0.16);
    box-shadow: 0 24px 60px rgba(8, 27, 52, 0.24);
    position: relative;
    overflow: hidden;
}
.xeoai-edu-exam-types::before {
    content: "";
    position: absolute;
    top: -60px; right: -60px;
    width: 240px; height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.18) 0%, transparent 65%);
    pointer-events: none;
}
.xeoai-edu-exam-types__label {
    margin: 10px 0 18px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #fff;
}
.xeoai-edu-exam-types__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
}
.xeoai-edu-exam-types__chips span {
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 13.5px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.05);
    color: #93c5fd;
    border: 1px solid rgba(147, 197, 253, 0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background 0.25s, color 0.25s, transform 0.25s, box-shadow 0.25s;
    cursor: default;
}
.xeoai-edu-exam-types__chips span:hover {
    background: var(--xeo-edu-grad);
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px var(--xeo-module-glow);
}

/* ── Student flow showcase ── */
.xeoai-edu-student-flow {
    margin: 0;
    padding: 44px 36px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(8, 27, 52, 0.06);
    box-shadow: 0 1px 2px rgba(8, 27, 52, 0.03), 0 28px 68px rgba(8, 27, 52, 0.1);
    position: relative;
    overflow: hidden;
}
.xeoai-edu-student-flow::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: var(--xeo-edu-grad);
}
.xeoai-edu-student-flow__header {
    text-align: center;
    margin-bottom: 32px;
}
.xeoai-edu-student-flow__title {
    margin: 0;
    font-size: clamp(1.4rem, 2.4vw, 1.75rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--xeo-text);
}
.xeoai-edu-student-flow__header p {
    margin: 10px auto 0;
    max-width: 560px;
    font-size: 15px;
    line-height: 1.65;
    color: var(--xeo-muted);
}
.xeoai-edu-student-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    counter-reset: eduflow;
}
.xeoai-edu-student-grid .xeoai-edu-shot--sm {
    counter-increment: eduflow;
}
.xeoai-edu-student-grid .xeoai-edu-shot--sm figcaption::before {
    content: counter(eduflow, decimal-leading-zero);
    display: block;
    margin-bottom: 2px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    color: var(--xeo-module);
}

/* ── Compare table — floating card ── */
.xeoai-compare--edu {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(8, 27, 52, 0.07);
    box-shadow: 0 1px 2px rgba(8, 27, 52, 0.04), 0 28px 68px rgba(8, 27, 52, 0.1);
}
.xeoai-compare--edu table { width: 100%; border-collapse: collapse; }
.xeoai-compare--edu th,
.xeoai-compare--edu td {
    padding: 18px 22px;
    text-align: left;
    border-bottom: 1px solid rgba(8, 27, 52, 0.06);
    font-size: 14.5px;
    line-height: 1.55;
}
.xeoai-compare--edu tbody tr:last-child th,
.xeoai-compare--edu tbody tr:last-child td { border-bottom: none; }
.xeoai-compare--edu thead th {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--xeo-muted);
    background: #f6f9fb;
    padding-top: 20px;
    padding-bottom: 20px;
}
.xeoai-compare--edu thead th:last-child {
    background: linear-gradient(135deg, #0b1524 0%, #0e2233 100%);
    color: #fff;
}
.xeoai-compare--edu tbody th { font-weight: 700; color: var(--xeo-text); width: 21%; }
.xeoai-compare--edu tbody td { color: var(--xeo-muted); }
.xeoai-compare--edu tbody td:last-child {
    background: rgba(99, 102, 241, 0.05);
    color: var(--xeo-text);
    font-weight: 600;
    border-left: 1px solid rgba(99, 102, 241, 0.14);
}
.xeoai-compare--edu tbody tr { transition: background 0.2s; }
.xeoai-compare--edu tbody tr:hover { background: rgba(99, 102, 241, 0.025); }
.xeoai-compare--edu .xeoai-compare__win {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--xeo-edu-grad);
    color: #fff;
    font-size: 9px;
    margin-right: 10px;
    box-shadow: 0 3px 8px var(--xeo-module-glow);
}
.xeoai-compare--edu .xeoai-compare__badge {
    display: inline-block;
    margin-right: 8px;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 9.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: var(--xeo-edu-grad);
    color: #fff;
}

/* ── Closing ── */
.xeoai-edu-closing-contact {
    margin-top: 22px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.45);
}
.xeoai-edu-closing-contact a {
    color: #c7d2fe;
    text-decoration: none;
    font-weight: 600;
}
.xeoai-edu-closing-contact a:hover { text-decoration: underline; }

.xeoai-product--education .xeoai-section--learning .xeoai-edu-feature__copy h3 { color: var(--xeo-text); }
.xeoai-product--education .xeoai-section--learning .xeoai-edu-feature__copy p { color: var(--xeo-muted); }

/* ── Responsive ── */
@media (max-width: 991px) {
    .xeoai-edu-cards--3 { grid-template-columns: 1fr; }
    .xeoai-edu-student-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .xeoai-edu-feature,
    .xeoai-edu-feature--reverse {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 64px;
    }
    .xeoai-edu-feature--reverse .xeoai-edu-feature__copy,
    .xeoai-edu-feature--reverse .xeoai-edu-shot { order: unset; }
    .xeoai-edu-hero-stage__canvas {
        --orbit-radius: 156px;
        width: min(100%, 380px);
        margin-bottom: 28px;
    }
    .xeoai-edu-hero-stage__copy { min-height: 120px; }
    .xeoai-edu-band,
    .xeoai-product--education .xeoai-section--knowledge,
    .xeoai-section--structure,
    .xeoai-section--learning,
    .xeoai-product--education .xeoai-section--sales-contact { padding: 64px 0 48px; }
    .xeoai-product--education .xeoai-edu-compare-block { margin-bottom: 40px; }
    .xeoai-product--education .xeoai-edu-compare-block .xeoai-compare--edu th,
    .xeoai-product--education .xeoai-edu-compare-block .xeoai-compare--edu td { padding: 16px 18px; font-size: 14px; }
    .xeoai-product--education .xeoai-sales-contact {
        grid-template-columns: 1fr;
        padding: 36px 28px;
    }
}
@media (max-width: 575px) {
    .xeoai-edu-cards { grid-template-columns: 1fr; }
    .xeoai-edu-student-grid { grid-template-columns: 1fr; }
    .xeoai-edu-flow__arrow { display: none; }
    .xeoai-edu-flow { padding: 22px 18px; }
    .xeoai-edu-student-flow { padding: 30px 20px; }
    .xeoai-edu-exam-types { padding: 24px 20px; }
    .xeoai-compare--edu th,
    .xeoai-compare--edu td { padding: 13px 12px; font-size: 13px; }
    .xeoai-edu-hero-stage__canvas {
        --orbit-radius: 134px;
        width: min(100%, 340px);
    }
    .xeoai-edu-hero-stage__node { max-width: 116px; }
    .xeoai-edu-hero-stage__node-label { font-size: 12.5px; max-width: 112px; }
    .xeoai-edu-hero-stage__node-pedestal { width: 44px; height: 44px; font-size: 18px; }
    .xeoai-edu-hero-stage__headline { font-size: 1.3rem; }
    .xeoai-edu-hero-stage__line { font-size: 1.0625rem; }
}
/* ══════════════════════════════════════════════════════════════
   HERO CINEMATIC ORB — concentric rings inspired by product video
   ══════════════════════════════════════════════════════════════ */
.xeoai-edu-hero-sphere {
    position: absolute;
    left: calc(50% - 640px);
    top: 50%;
    transform: translateY(-50%);
    width: 580px;
    height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
}
.xeoai-edu-hero-sphere__ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid;
}
.xeoai-edu-hero-sphere__ring--4 {
    width: 580px; height: 580px;
    border-color: rgba(147, 197, 253, 0.05);
    background: transparent;
    animation: xeoEduRingPulse 8s ease-in-out infinite;
}
.xeoai-edu-hero-sphere__ring--3 {
    width: 420px; height: 420px;
    border-color: rgba(147, 197, 253, 0.09);
    background: radial-gradient(circle, transparent 45%, rgba(147, 197, 253, 0.04) 100%);
    animation: xeoEduRingPulse 8s ease-in-out infinite;
    animation-delay: -2s;
}
.xeoai-edu-hero-sphere__ring--2 {
    width: 270px; height: 270px;
    border-color: rgba(99, 102, 241, 0.16);
    background: radial-gradient(circle, rgba(99, 102, 241, 0.08) 0%, rgba(147, 197, 253, 0.04) 60%, transparent 100%);
    animation: xeoEduRingPulse 8s ease-in-out infinite;
    animation-delay: -4s;
}
.xeoai-edu-hero-sphere__ring--1 {
    width: 150px; height: 150px;
    border-color: rgba(99, 102, 241, 0.26);
    background: radial-gradient(circle, rgba(99, 102, 241, 0.18) 0%, rgba(147, 197, 253, 0.08) 60%, transparent 100%);
    animation: xeoEduRingPulse 8s ease-in-out infinite;
    animation-delay: -6s;
}
.xeoai-edu-hero-sphere__core {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #93c5fd 0%, #2563eb 45%, #0e6ead 78%, #6366f1 100%);
    box-shadow:
        0 0 28px rgba(37, 99, 235, 0.55),
        0 0 60px rgba(99, 102, 241, 0.35),
        0 0 110px rgba(37, 99, 235, 0.18);
    animation: xeoEduCoreGlow 4s ease-in-out infinite;
    z-index: 2;
}
@keyframes xeoEduRingPulse {
    0%, 100% { transform: scale(1);    opacity: 1;   }
    50%       { transform: scale(1.06); opacity: 0.7; }
}
@keyframes xeoEduCoreGlow {
    0%, 100% {
        box-shadow: 0 0 28px rgba(37, 99, 235, 0.55), 0 0 60px rgba(99, 102, 241, 0.35), 0 0 110px rgba(37, 99, 235, 0.18);
    }
    50% {
        box-shadow: 0 0 44px rgba(37, 99, 235, 0.75), 0 0 90px rgba(99, 102, 241, 0.5), 0 0 140px rgba(37, 99, 235, 0.25);
    }
}

/* ── Hero text — blur-in entrance animation (images 1 & 2 style) ── */
.xeoai-product--education .xeoai-hero--education .xeoai-hero__kicker {
    animation: xeoEduBlurIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.05s both;
}
.xeoai-product--education .xeoai-hero--education .xeoai-hero__title {
    animation: xeoEduBlurIn 1s cubic-bezier(0.16, 1, 0.3, 1) 0.18s both;
}
.xeoai-product--education .xeoai-hero--education .xeoai-hero__copy--premium .xeoai-hero__lead {
    animation: xeoEduBlurIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.32s both;
}
.xeoai-product--education .xeoai-hero--education .xeoai-hero__cta-row {
    animation: xeoEduBlurIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.44s both;
}
.xeoai-product--education .xeoai-hero--education .xeoai-hero__platform-note {
    animation: xeoEduBlurIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.52s both;
}
.xeoai-product--education .xeoai-hero--education .xeoai-hero__visual {
    animation: xeoEduVisualIn 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.38s both;
}
@keyframes xeoEduBlurIn {
    from { opacity: 0; filter: blur(14px); transform: translateY(20px); }
    to   { opacity: 1; filter: blur(0);   transform: translateY(0); }
}
@keyframes xeoEduVisualIn {
    from { opacity: 0; filter: blur(8px);  transform: translateY(24px) scale(0.97); }
    to   { opacity: 1; filter: blur(0);   transform: translateY(0)    scale(1); }
}

/* ── Cinematic oversized section label (decorative watermark text) ── */
.xeoai-edu-cine-label {
    display: block;
    font-size: clamp(3rem, 6.5vw, 5.2rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 22px;
    background: linear-gradient(118deg, rgba(147, 197, 253, 0.88) 0%, rgba(96, 165, 250, 0.48) 42%, rgba(147, 197, 253, 0.12) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    pointer-events: none;
    user-select: none;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.75s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.75s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.xeoai-edu-cine-label.is-visible { opacity: 1; transform: translateY(0); }
.xeoai-edu-cine-label--light {
    background: linear-gradient(118deg, rgba(99, 102, 241, 0.55) 0%, rgba(99, 102, 241, 0.22) 45%, rgba(99, 102, 241, 0.04) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* Responsive: hide orb on smaller viewports to avoid layout bleed */
@media (max-width: 1199px) {
    .xeoai-edu-hero-sphere { display: none; }
}
@media (prefers-reduced-motion: reduce) {
    .xeoai-edu-hero-sphere { display: none; }
    .xeoai-product--education .xeoai-hero--education .xeoai-hero__kicker,
    .xeoai-product--education .xeoai-hero--education .xeoai-hero__title,
    .xeoai-product--education .xeoai-hero--education .xeoai-hero__copy--premium .xeoai-hero__lead,
    .xeoai-product--education .xeoai-hero--education .xeoai-hero__cta-row,
    .xeoai-product--education .xeoai-hero--education .xeoai-hero__platform-note,
    .xeoai-product--education .xeoai-hero--education .xeoai-hero__visual {
        animation: none;
        opacity: 1;
        filter: none;
        transform: none;
    }
}

/* ══════════════════════════════════════════════════════════════
   VERTICAL ROADMAP — side-by-side desktop, stacked mobile
   ══════════════════════════════════════════════════════════════ */
.xeoai-edu-flowpro {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 52px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow:
        0 1px 1px rgba(0, 0, 0, 0.03),
        0 8px 24px rgba(0, 0, 0, 0.04),
        0 24px 64px rgba(0, 0, 0, 0.07);
    background: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.75s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.75s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.xeoai-edu-flowpro.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Panels */
.xeoai-edu-flowpro__panel {
    padding: 44px 36px 48px;
}
.xeoai-edu-flowpro__panel--institute {
    background:
        radial-gradient(ellipse 80% 50% at 30% 0%, rgba(99, 102, 241, 0.14) 0%, transparent 55%),
        #1d1d1f;
    color: #f5f5f7;
}
.xeoai-edu-flowpro__panel--student {
    background: #fff;
    color: #1d1d1f;
}

/* Header */
.xeoai-edu-flowpro__head {
    margin-bottom: 36px;
    max-width: none;
    text-align: left;
}
.xeoai-edu-flowpro__part {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.xeoai-edu-flowpro__panel--institute .xeoai-edu-flowpro__part { color: rgba(245, 245, 247, 0.45); }
.xeoai-edu-flowpro__panel--student .xeoai-edu-flowpro__part { color: #86868b; }
.xeoai-edu-flowpro__title {
    margin: 0 0 10px;
    font-size: clamp(1.5rem, 2.4vw, 1.85rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.12;
}
.xeoai-edu-flowpro__panel--institute .xeoai-edu-flowpro__title { color: #f5f5f7; }
.xeoai-edu-flowpro__panel--student .xeoai-edu-flowpro__title { color: #1d1d1f; }
.xeoai-edu-flowpro__sub {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.012em;
}
.xeoai-edu-flowpro__panel--institute .xeoai-edu-flowpro__sub { color: rgba(245, 245, 247, 0.52); }
.xeoai-edu-flowpro__panel--student .xeoai-edu-flowpro__sub { color: #86868b; }

/* Vertical roadmap rail */
.xeoai-edu-flowpro__rail {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.xeoai-edu-flowpro__stop {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 18px;
    row-gap: 6px;
    align-items: center;
    text-align: left;
    position: relative;
    padding: 0 0 26px;
    opacity: 0;
    transform: translateX(-8px);
    transition:
        opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
        transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.xeoai-edu-flowpro__stop:last-child {
    padding-bottom: 0;
}
.xeoai-edu-flowpro.is-visible .xeoai-edu-flowpro__stop {
    opacity: 1;
    transform: translateX(0);
}
.xeoai-edu-flowpro.is-visible .xeoai-edu-flowpro__panel--institute .xeoai-edu-flowpro__stop:nth-child(1) { transition-delay: 0.10s; }
.xeoai-edu-flowpro.is-visible .xeoai-edu-flowpro__panel--institute .xeoai-edu-flowpro__stop:nth-child(2) { transition-delay: 0.16s; }
.xeoai-edu-flowpro.is-visible .xeoai-edu-flowpro__panel--institute .xeoai-edu-flowpro__stop:nth-child(3) { transition-delay: 0.22s; }
.xeoai-edu-flowpro.is-visible .xeoai-edu-flowpro__panel--institute .xeoai-edu-flowpro__stop:nth-child(4) { transition-delay: 0.28s; }
.xeoai-edu-flowpro.is-visible .xeoai-edu-flowpro__panel--institute .xeoai-edu-flowpro__stop:nth-child(5) { transition-delay: 0.34s; }
.xeoai-edu-flowpro.is-visible .xeoai-edu-flowpro__panel--institute .xeoai-edu-flowpro__stop:nth-child(6) { transition-delay: 0.40s; }
.xeoai-edu-flowpro.is-visible .xeoai-edu-flowpro__panel--institute .xeoai-edu-flowpro__stop:nth-child(7) { transition-delay: 0.46s; }
.xeoai-edu-flowpro.is-visible .xeoai-edu-flowpro__panel--student .xeoai-edu-flowpro__stop:nth-child(1) { transition-delay: 0.18s; }
.xeoai-edu-flowpro.is-visible .xeoai-edu-flowpro__panel--student .xeoai-edu-flowpro__stop:nth-child(2) { transition-delay: 0.24s; }
.xeoai-edu-flowpro.is-visible .xeoai-edu-flowpro__panel--student .xeoai-edu-flowpro__stop:nth-child(3) { transition-delay: 0.30s; }
.xeoai-edu-flowpro.is-visible .xeoai-edu-flowpro__panel--student .xeoai-edu-flowpro__stop:nth-child(4) { transition-delay: 0.36s; }
.xeoai-edu-flowpro.is-visible .xeoai-edu-flowpro__panel--student .xeoai-edu-flowpro__stop:nth-child(5) { transition-delay: 0.42s; }
.xeoai-edu-flowpro.is-visible .xeoai-edu-flowpro__panel--student .xeoai-edu-flowpro__stop:nth-child(6) { transition-delay: 0.48s; }
.xeoai-edu-flowpro.is-visible .xeoai-edu-flowpro__panel--student .xeoai-edu-flowpro__stop:nth-child(7) { transition-delay: 0.54s; }

/* Vertical connector line between milestones */
.xeoai-edu-flowpro__stop:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 33px;
    top: 54px;
    bottom: 4px;
    width: 3px;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.xeoai-edu-flowpro.is-visible .xeoai-edu-flowpro__stop:not(:last-child)::after {
    transform: scaleY(1);
}
.xeoai-edu-flowpro__panel--institute .xeoai-edu-flowpro__stop:not(:last-child)::after {
    background: linear-gradient(180deg, rgba(129, 140, 248, 0.55) 0%, rgba(129, 140, 248, 0.15) 100%);
}
.xeoai-edu-flowpro__panel--student .xeoai-edu-flowpro__stop:not(:last-child)::after {
    background: linear-gradient(180deg, rgba(99, 102, 241, 0.45) 0%, rgba(99, 102, 241, 0.12) 100%);
}

/* Step number */
.xeoai-edu-flowpro__step {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}
.xeoai-edu-flowpro__panel--institute .xeoai-edu-flowpro__step { color: rgba(129, 140, 248, 0.85); }
.xeoai-edu-flowpro__panel--student .xeoai-edu-flowpro__step { color: #6366f1; }

.xeoai-edu-flowpro__dot {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    width: 64px;
    height: 64px;
    margin: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.35s ease, background 0.35s ease;
}
.xeoai-edu-flowpro__panel--institute .xeoai-edu-flowpro__dot {
    background: #1d1d1f;
    border: 3px solid rgba(129, 140, 248, 0.55);
    color: #f5f5f7;
    box-shadow:
        0 0 0 4px rgba(99, 102, 241, 0.15),
        0 6px 20px rgba(0, 0, 0, 0.32);
}
.xeoai-edu-flowpro__panel--institute .xeoai-edu-flowpro__stop:hover .xeoai-edu-flowpro__dot {
    transform: scale(1.05);
    border-color: rgba(165, 180, 252, 0.85);
}
.xeoai-edu-flowpro__panel--student .xeoai-edu-flowpro__dot {
    background: #fff;
    border: 3px solid rgba(99, 102, 241, 0.35);
    color: #6366f1;
    box-shadow:
        0 0 0 4px rgba(99, 102, 241, 0.08),
        0 4px 14px rgba(0, 0, 0, 0.06);
}
.xeoai-edu-flowpro__panel--student .xeoai-edu-flowpro__stop:hover .xeoai-edu-flowpro__dot {
    transform: scale(1.05);
    border-color: rgba(99, 102, 241, 0.6);
}
.xeoai-edu-flowpro__dot i {
    line-height: 1;
}

.xeoai-edu-flowpro__label {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.018em;
    line-height: 1.4;
    max-width: none;
}
.xeoai-edu-flowpro__panel--institute .xeoai-edu-flowpro__label { color: rgba(245, 245, 247, 0.88); }
.xeoai-edu-flowpro__panel--student .xeoai-edu-flowpro__label { color: #1d1d1f; }

/* Join handoff — horizontal on mobile, vertical bridge on desktop */
.xeoai-edu-flowpro__join {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 22px 36px;
    background: #f5f5f7;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.xeoai-edu-flowpro__join-line {
    flex: 1;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.25), transparent);
}
.xeoai-edu-flowpro__join-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #1d1d1f;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: center;
}
.xeoai-edu-flowpro__join-icon {
    font-size: 12px;
    color: #6366f1;
    flex-shrink: 0;
}
.xeoai-edu-flowpro__join-icon--right { display: none; }

/* Desktop: side-by-side columns + center bridge */
@media (min-width: 992px) {
    .xeoai-edu-flowpro {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        grid-template-rows: 1fr;
        align-items: stretch;
    }
    .xeoai-edu-flowpro__panel--institute {
        grid-column: 1;
        grid-row: 1;
        padding: 52px 44px 56px 56px;
        border-right: 1px solid rgba(255, 255, 255, 0.06);
    }
    .xeoai-edu-flowpro__panel--student {
        grid-column: 3;
        grid-row: 1;
        padding: 52px 56px 56px 44px;
    }
    .xeoai-edu-flowpro__join {
        grid-column: 2;
        grid-row: 1;
        flex-direction: column;
        justify-content: center;
        gap: 16px;
        padding: 32px 18px;
        border-top: none;
        border-bottom: none;
        border-left: 1px solid rgba(0, 0, 0, 0.06);
        border-right: 1px solid rgba(0, 0, 0, 0.06);
        min-width: 88px;
        max-width: 120px;
    }
    .xeoai-edu-flowpro__join-line {
        flex: 1;
        width: 2px;
        height: auto;
        min-height: 40px;
        background: linear-gradient(180deg, transparent, rgba(99, 102, 241, 0.3), transparent);
    }
    .xeoai-edu-flowpro__join-badge {
        flex-direction: column;
        gap: 8px;
        padding: 14px 12px;
        font-size: 12px;
        line-height: 1.35;
        max-width: 96px;
    }
    .xeoai-edu-flowpro__join-icon--down { display: none; }
    .xeoai-edu-flowpro__join-icon--right { display: inline-block; }
    .xeoai-edu-flowpro__head { margin-bottom: 40px; }
    .xeoai-edu-flowpro__title { font-size: 1.75rem; }
}

/* Tablet & mobile: stacked */
@media (max-width: 991px) {
    .xeoai-product--education .xeoai-section--flow { padding: 80px 0 72px; }
    .xeoai-edu-flowpro__panel { padding: 36px 28px 40px; }
    .xeoai-edu-flowpro__join { padding: 18px 28px; }
}
@media (max-width: 575px) {
    .xeoai-edu-flowpro { border-radius: 20px; }
    .xeoai-edu-flowpro__panel { padding: 28px 20px 32px; }
    .xeoai-edu-flowpro__head { margin-bottom: 28px; }
    .xeoai-edu-flowpro__title { font-size: 1.4rem; }
    .xeoai-edu-flowpro__sub { font-size: 15px; }
    .xeoai-edu-flowpro__stop {
        grid-template-columns: 58px minmax(0, 1fr);
        column-gap: 14px;
        padding-bottom: 22px;
    }
    .xeoai-edu-flowpro__stop:not(:last-child)::after {
        left: 28px;
        top: 48px;
        width: 2px;
    }
    .xeoai-edu-flowpro__dot { width: 52px; height: 52px; font-size: 20px; }
    .xeoai-edu-flowpro__step { font-size: 11px; }
    .xeoai-edu-flowpro__label { font-size: 14px; }
    .xeoai-edu-flowpro__join { padding: 16px 20px; gap: 12px; }
    .xeoai-edu-flowpro__join-line { display: none; }
    .xeoai-edu-flowpro__join-badge { font-size: 13px; justify-content: center; }
}

/* ══════════════════════════════════════════════════════════════
   IMAGINE YOUR INSTITUTION — Education page only
   ══════════════════════════════════════════════════════════════ */
.xeoai-product--education .xeoai-section--imagine {
    background:
        radial-gradient(ellipse 70% 50% at 15% 0%, rgba(99, 102, 241, 0.08) 0%, transparent 55%),
        radial-gradient(ellipse 60% 45% at 85% 100%, rgba(99, 102, 241, 0.06) 0%, transparent 50%),
        #f5f5f7;
    max-width: none;
    padding: 108px 0 96px;
    position: relative;
}
.xeoai-product--education .xeoai-section--imagine .xeoai-section__inner {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 16px;
}
.xeoai-product--education .xeoai-section--imagine .xeoai-section__header {
    margin-bottom: 56px;
    text-align: center;
}
.xeoai-product--education .xeoai-section--imagine .xeoai-section__header .xeoai-eyebrow {
    color: #6366f1;
}
.xeoai-product--education .xeoai-section--imagine .xeoai-section__header .xeoai-heading {
    font-size: clamp(2rem, 4.2vw, 3rem);
    font-weight: 600;
    letter-spacing: -0.032em;
    line-height: 1.08;
    color: #1d1d1f;
}
.xeoai-product--education .xeoai-section--imagine .xeoai-section__header .xeoai-heading em {
    font-style: normal;
    color: #6366f1;
}
.xeoai-product--education .xeoai-section--imagine .xeoai-section__header .xeoai-lead {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 1.6;
    color: #86868b;
}
.xeoai-product--education .xeoai-section--imagine .xeoai-lead--strong {
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    font-weight: 600;
    color: #1d1d1f;
    letter-spacing: -0.015em;
}
.xeoai-edu-imagine__intro {
    margin: 20px auto 0;
    max-width: 640px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #6366f1;
    letter-spacing: -0.01em;
}

/* Hero campus visual */
.xeoai-edu-imagine__hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 56px;
}
.xeoai-edu-imagine__visual {
    width: min(100%, 960px);
    margin: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(99, 102, 241, 0.12);
    box-shadow:
        0 1px 1px rgba(0, 0, 0, 0.03),
        0 16px 48px rgba(99, 102, 241, 0.12),
        0 32px 72px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.65s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.65s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.xeoai-edu-imagine__visual.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.xeoai-edu-imagine__visual img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}
.xeoai-edu-imagine__message {
    margin: 28px 0 0;
    max-width: 560px;
    font-size: 16px;
    line-height: 1.65;
    text-align: center;
    color: #5c6b7f;
}

/* Benefit cards */
.xeoai-edu-imagine__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 48px;
}
.xeoai-edu-imagine__benefit {
    padding: 32px 28px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 12px 36px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.3s, border-color 0.3s;
}
.xeoai-edu-imagine__benefit.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.xeoai-edu-imagine__benefit:hover {
    border-color: rgba(99, 102, 241, 0.22);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 20px 48px rgba(99, 102, 241, 0.1);
}
.xeoai-edu-imagine__benefit-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(145deg, #6366f1 0%, #818cf8 100%);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.28);
}
.xeoai-edu-imagine__benefit-tag {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6366f1;
}
.xeoai-edu-imagine__benefit-title {
    margin: 0 0 18px;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.018em;
    line-height: 1.35;
    color: #1d1d1f;
}
.xeoai-edu-imagine__benefit-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.xeoai-edu-imagine__benefit-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.55;
    color: #5c6b7f;
}
.xeoai-edu-imagine__benefit-list li:last-child {
    margin-bottom: 0;
}
.xeoai-edu-imagine__benefit-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6366f1;
    transform: translateY(-50%);
}

/* Learning formats block */
.xeoai-edu-imagine__adapt {
    margin-top: 8px;
    padding: 36px 40px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(99, 102, 241, 0.12);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 12px 36px rgba(99, 102, 241, 0.08);
    text-align: center;
}
.xeoai-edu-imagine__adapt-title {
    margin: 0 0 12px;
    font-size: clamp(1.15rem, 2vw, 1.35rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1d1d1f;
}
.xeoai-edu-imagine__adapt-text {
    margin: 0 auto 22px;
    max-width: 680px;
    font-size: 15px;
    line-height: 1.65;
    color: #5c6b7f;
}
.xeoai-edu-imagine__style-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.xeoai-edu-imagine__style-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #4338ca;
    background: rgba(99, 102, 241, 0.08);
    border: 1px solid rgba(99, 102, 241, 0.16);
}

@media (max-width: 991px) {
    .xeoai-product--education .xeoai-section--imagine { padding: 80px 0 72px; }
    .xeoai-edu-imagine__benefits { grid-template-columns: 1fr; gap: 18px; }
    .xeoai-edu-imagine__adapt { padding: 28px 24px; }
}
@media (max-width: 575px) {
    .xeoai-edu-imagine__visual { border-radius: 20px; }
    .xeoai-edu-imagine__benefit { padding: 26px 22px; }
    .xeoai-edu-imagine__adapt { padding: 24px 20px; }
    .xeoai-edu-imagine__style-chips { gap: 8px; }
    .xeoai-edu-imagine__style-chip { font-size: 12px; padding: 7px 13px; }
}

/* ══════════════════════════════════════════════════════════════
   AI-POWERED INSTITUTION ARTICLE — inside dark contact section
   ══════════════════════════════════════════════════════════════ */
.xeoai-edu-article__lead {
    margin: 0 0 32px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: -0.012em;
    color: #1d1d1f;
}
.xeoai-edu-article h3 {
    margin: 36px 0 14px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.018em;
    line-height: 1.3;
    color: #1d1d1f;
}
.xeoai-edu-article h3:first-of-type {
    margin-top: 0;
}
.xeoai-edu-article p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.8;
    color: #5c6b7f;
}
.xeoai-edu-article p:last-child {
    margin-bottom: 0;
}
.xeoai-edu-article strong {
    color: #1d1d1f;
    font-weight: 600;
}

@media (max-width: 991px) {
    .xeoai-product--education .xeoai-edu-article {
        padding: 32px 28px;
        margin-bottom: 40px;
    }
}
@media (max-width: 575px) {
    .xeoai-product--education .xeoai-edu-article {
        padding: 26px 22px;
        border-radius: 20px;
    }
    .xeoai-edu-article__lead { font-size: 1.05rem; }
    .xeoai-edu-article p { font-size: 15px; line-height: 1.75; }
    .xeoai-edu-article h3 { font-size: 1.1rem; margin-top: 28px; }
}

@media (prefers-reduced-motion: reduce) {
    .xeoai-product--education .xeoai-hero__title em { animation: none; }
    .xeoai-edu-hero-stage__glow,
    .xeoai-edu-hero-stage__ring--inner { animation: none; }
    .xeoai-edu-hero-stage__core-icon.is-switching { animation: none; }
    .xeoai-edu-shot,
    .xeoai-edu-feature,
    .xeoai-edu-card,
    .xeoai-edu-flowpro,
    .xeoai-edu-flowpro__stop,
    .xeoai-edu-imagine__visual,
    .xeoai-edu-imagine__benefit,
    .xeoai-edu-audience__tag,
    .xeoai-product--education .xeoai-sales-contact { transition: none; opacity: 1; transform: none; }
}
