<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>SuperchargeMe — AI Teammates That Run Your E-Commerce Ops</title>
    <meta name="description" content="AI teammates that run your e-commerce ops. The AI model is the engine — we built the car. Live data, real actions, persistent memory, and 600M+ data points.">
    <meta property="og:title" content="SuperchargeMe — AI Teammates That Run Your E-Commerce Ops">
    <meta property="og:description" content="AI teammates that run your e-commerce ops. The AI model is the engine — we built the car. Live data, real actions, persistent memory, and 600M+ data points.">
    <meta property="og:type" content="website">
    <meta property="og:url" content="https://superchargeme.com">
    <link rel="icon" type="image/png" href="/favicon.png">
    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link href="https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400;14..32,500;14..32,600;14..32,700&family=Geist+Mono:wght@400;500;700&display=swap" rel="stylesheet">
    <style>
/* ============================================
   SuperchargeMe — Marketing Site v6
   MIXPANEL LIGHT: Warm whites, elegant typography,
   purple accent, 3 dark sections only
   Font: Inter (all) + Geist Mono (data)
   ============================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    /* Light surfaces */
    --bg-white: #FFFFFF;
    --bg-light: #F9F8F6;
    --bg-cream: #FEF8F0;

    /* Dark surfaces (Agents, Intelligence, Footer only) */
    --bg-dark: #1a1028;
    --bg-dark-card: #251840;

    /* Text */
    --text-primary: #1F2023;
    --text-secondary: #55555E;
    --text-muted: #8A8A96;
    --text-on-dark: #FFFFFF;
    --text-on-dark-muted: rgba(255,255,255,0.7);
    --text-on-dark-secondary: rgba(255,255,255,0.85);

    /* Accent */
    --accent: #7C3AED;
    --accent-light: #A78BFA;
    --accent-soft: rgba(124, 58, 237, 0.08);
    --accent-glow: rgba(124, 58, 237, 0.15);

    /* Warm gradient blobs */
    --blob-purple: rgba(167, 139, 250, 0.3);
    --blob-peach: rgba(251, 191, 146, 0.25);
    --blob-pink: rgba(244, 163, 186, 0.2);

    /* Status */
    --green: #22c55e;
    --amber: #f59e0b;

    /* Borders */
    --border: #E8E8EC;
    --border-hover: #D0D0D8;
    --border-dark: rgba(124, 58, 237, 0.2);

    /* Shadows */
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.04);
    --shadow-md: 0 2px 8px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
    --shadow-lg: 0 4px 16px rgba(0,0,0,0.08), 0 2px 4px rgba(0,0,0,0.04);
    --shadow-hover: 0 8px 24px rgba(0,0,0,0.1), 0 2px 8px rgba(0,0,0,0.06);

    /* Radii */
    --radius-sm: 6px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 24px;
    --radius-pill: 100px;

    /* Typography */
    --font-body: 'Inter', -apple-system, sans-serif;
    --font-mono: 'Geist Mono', 'JetBrains Mono', monospace;

    /* Easing */
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

html { scroll-behavior: smooth; }

body {
    background-color: var(--bg-white);
    color: var(--text-secondary);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    min-height: 100vh;
}

/* Subtle noise texture */
body::after {
    content: ''; position: fixed; inset: 0; z-index: 9999; pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    opacity: 0.012;
}

/* ---- Scroll Reveal ---- */
[data-a] {
    opacity: 0;
    transition: opacity 1s ease, transform 1s var(--ease-out), filter 0.8s ease;
    will-change: opacity, transform;
}
[data-a].v { opacity: 1; transform: none !important; filter: none !important; }
[data-a="up"] { transform: translateY(30px); }
[data-a="blur"] { filter: blur(8px); transform: translateY(12px); }
[data-a="scale"] { transform: scale(0.95); }

/* ---- Animations (from RestockIQ) ---- */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes shimmer {
    0% { background-position: -200% center; }
    100% { background-position: 200% center; }
}
@keyframes float-gentle {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
@keyframes drift-1 {
    0%,100% { transform: translate(0,0) rotate(0deg); }
    33% { transform: translate(40px,-30px) rotate(60deg); }
    66% { transform: translate(-20px,20px) rotate(120deg); }
}
@keyframes drift-2 {
    0%,100% { transform: translate(0,0) rotate(0deg); }
    50% { transform: translate(-50px,30px) rotate(-90deg); }
}
@keyframes drift-3 {
    0%,100% { transform: translate(0,0) scale(1); }
    50% { transform: translate(30px,-40px) scale(1.1); }
}
@keyframes particle-float {
    0%,100% { transform: translateY(0) scale(1); opacity: 0.4; }
    50% { transform: translateY(-20px) scale(1.2); opacity: 0.8; }
}
@keyframes blink {
    0%,100% { opacity: 1; }
    50% { opacity: 0.3; }
}
@keyframes ticker-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ---- Section Transitions ---- */
/* Soft blob transitions between light/dark sections */
.blob-transition {
    position: relative; height: 0; overflow: visible; z-index: 2; pointer-events: none;
}
.blob-transition .blob {
    position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.5;
}
.blob-transition.to-dark .b1 {
    width: 500px; height: 300px; left: -5%; top: -150px;
    background: radial-gradient(ellipse, var(--blob-purple) 0%, transparent 70%);
}
.blob-transition.to-dark .b2 {
    width: 400px; height: 250px; right: 10%; top: -120px;
    background: radial-gradient(ellipse, var(--blob-peach) 0%, transparent 70%);
}
.blob-transition.to-dark .b3 {
    width: 300px; height: 200px; left: 40%; top: -80px;
    background: radial-gradient(ellipse, var(--blob-pink) 0%, transparent 70%);
}
.blob-transition.from-dark .b1 {
    width: 500px; height: 300px; left: 5%; bottom: -150px; top: auto;
    background: radial-gradient(ellipse, var(--blob-purple) 0%, transparent 70%);
}
.blob-transition.from-dark .b2 {
    width: 400px; height: 250px; right: -5%; bottom: -120px; top: auto;
    background: radial-gradient(ellipse, var(--blob-peach) 0%, transparent 70%);
}
.blob-transition.from-dark .b3 {
    width: 350px; height: 200px; left: 30%; bottom: -80px; top: auto;
    background: radial-gradient(ellipse, var(--blob-pink) 0%, transparent 70%);
}

/* ---- Utility ---- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 1; }

/* Section labels — Mixpanel style */
.section-label {
    font-family: var(--font-body);
    font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
    margin-bottom: 24px;
    color: var(--text-muted);
}
.dark-section .section-label { color: var(--accent-light); }

/* Section titles — Mixpanel typography: medium weight, tight spacing */
.section-title {
    font-family: var(--font-body);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 600; letter-spacing: -1px;
    color: var(--text-primary); line-height: 1.2; margin-bottom: 28px;
}

/* Section sub */
.section-sub {
    font-size: 16px; color: var(--text-secondary); line-height: 1.65; max-width: 640px;
}

/* DARK section overrides */
.dark-section .section-title { color: var(--text-on-dark); }
.dark-section .section-sub { color: var(--text-on-dark-muted); }

/* ---- Gradient mesh (for dark sections) ---- */
.gradient-mesh {
    position: absolute; pointer-events: none; border-radius: 50%;
    filter: blur(120px); z-index: 0;
}

/* ---- LIGHT CARD (Mixpanel style) ---- */
.light-card {
    background: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: 12px; padding: 28px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03), 0 4px 8px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}
.light-card:hover {
    border-color: var(--border-hover);
    box-shadow: var(--shadow-hover);
    transform: translateY(-4px);
}

/* ---- DARK CARD ---- */
.dark-card {
    background: var(--bg-dark-card);
    border: 1px solid var(--border-dark);
    border-radius: 12px; padding: 28px;
    transition: all 0.3s ease;
}
.dark-card:hover {
    border-color: rgba(124,58,237,0.35);
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.3), 0 0 30px rgba(124,58,237,0.08);
}

/* ---- BUTTONS (Mixpanel style - rounded rectangle, NOT pill) ---- */
.btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 28px; border-radius: 8px;
    background: var(--accent);
    color: #FFFFFF; font-family: var(--font-body); font-weight: 600; font-size: 15px;
    text-decoration: none; border: none; cursor: pointer;
    box-shadow: 0 2px 8px rgba(124,58,237,0.25);
    transition: transform 0.3s var(--ease-out), box-shadow 0.3s ease;
    position: relative; overflow: hidden;
}
.btn-primary::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.15) 50%, transparent 60%);
    background-size: 200% 100%;
    animation: shimmer 4s ease-in-out infinite 2s;
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(124,58,237,0.4);
}

.btn-ghost {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 24px; border-radius: 8px;
    background: transparent; border: 1px solid var(--border);
    color: var(--text-primary); font-family: var(--font-body); font-weight: 600; font-size: 15px;
    text-decoration: none; cursor: pointer;
    transition: all 0.3s ease;
}
.btn-ghost:hover {
    border-color: var(--accent); color: var(--accent);
    background: var(--accent-soft);
    transform: translateY(-1px);
}

/* Ghost on dark */
.btn-ghost-dark {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 24px; border-radius: 8px;
    background: transparent; border: 1px solid rgba(255,255,255,0.2);
    color: var(--text-on-dark-muted); font-family: var(--font-body); font-weight: 500; font-size: 14px;
    text-decoration: none; cursor: pointer;
    transition: all 0.3s ease;
}
.btn-ghost-dark:hover {
    border-color: var(--accent-light); background: rgba(124,58,237,0.08);
    color: var(--text-on-dark);
    transform: translateY(-1px);
}

/* ============================================
   NAV -- Light theme (transparent -> white glass on scroll)
   ============================================ */
.nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 48px;
    background: transparent;
    transition: all 0.4s var(--ease-out);
}
.nav.scrolled {
    padding: 10px 48px;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.nav-logo {
    display: flex; align-items: center; gap: 10px;
    font-family: var(--font-body); font-weight: 600; font-size: 18px;
    color: var(--text-primary); text-decoration: none;
    letter-spacing: -0.3px;
}
.nav-logo svg { width: 24px; height: 24px; color: var(--accent); }
.nav-logo img { width: 24px; height: auto; }

.nav-links { display: flex; gap: 4px; align-items: center; }

.nav-dropdown { position: relative; }

.nav-trigger, .nav-link-simple {
    display: flex; align-items: center; gap: 4px;
    padding: 6px 14px; border-radius: var(--radius-md);
    color: var(--text-secondary); font-size: 14px; font-weight: 400;
    text-decoration: none; transition: color 0.3s ease, background 0.3s ease;
    cursor: pointer;
}
.nav-trigger:hover, .nav-link-simple:hover,
.nav-dropdown.active .nav-trigger {
    color: var(--text-primary); background: rgba(0,0,0,0.04);
}
.nav-trigger .chevron {
    width: 12px; height: 12px; transition: transform 0.25s ease;
}
.nav-dropdown.active .nav-trigger .chevron {
    transform: rotate(180deg);
}

/* Dropdown panels */
.dropdown-panel {
    position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%) translateY(-8px);
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.06);
    padding: 24px 28px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 100;
}
.nav-dropdown.active .dropdown-panel {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

/* Panel sizes */
.dropdown-platform { width: 600px; }
.dropdown-agents { width: 820px; }
.dropdown-company { width: 400px; }

/* Column layouts */
.dropdown-cols { display: flex; gap: 28px; }
.dropdown-col { flex: 1; min-width: 0; }

.dropdown-col-header {
    font-size: 11px; font-weight: 600; text-transform: uppercase;
    letter-spacing: 1.5px; color: var(--text-muted);
    margin-bottom: 12px; padding: 0 12px;
}

.dropdown-item {
    display: flex; align-items: flex-start; gap: 10px;
    padding: 8px 12px; border-radius: 8px;
    text-decoration: none; color: var(--text-primary);
    transition: background 0.15s ease;
}
.dropdown-item:hover { background: rgba(124,58,237,0.05); }

.dropdown-item-text { flex: 1; min-width: 0; }
.dropdown-item-title {
    font-size: 14px; font-weight: 500; color: var(--text-primary);
    line-height: 1.4;
}
.dropdown-item-desc {
    font-size: 12px; color: var(--text-muted); line-height: 1.4;
    margin-top: 2px;
}

/* Status dots */
.status-dot {
    width: 8px; height: 8px; border-radius: 50%;
    flex-shrink: 0; margin-top: 5px;
}
.status-dot.live { background: #22c55e; }
.status-dot.soon { background: #f59e0b; }

/* Agents "coming soon" compact list */
.dropdown-soon-list { display: flex; flex-direction: column; gap: 2px; }
.dropdown-soon-item {
    display: flex; align-items: center; gap: 8px;
    padding: 5px 12px; border-radius: 8px;
    text-decoration: none; color: var(--text-secondary);
    font-size: 13px; font-weight: 500;
    transition: background 0.15s ease;
}
.dropdown-soon-item:hover { background: rgba(124,58,237,0.05); color: var(--text-primary); }

/* Bottom link row in agents dropdown */
.dropdown-bottom-link {
    display: block; text-align: center;
    margin-top: 16px; padding-top: 16px;
    border-top: 1px solid var(--border);
}
.dropdown-bottom-link a {
    font-size: 13px; font-weight: 600; color: var(--accent);
    text-decoration: none; transition: opacity 0.2s ease;
}
.dropdown-bottom-link a:hover { opacity: 0.75; }

/* "Coming soon" badge */
.coming-soon-badge {
    font-size: 10px; font-weight: 600; color: var(--text-muted);
    background: rgba(0,0,0,0.04); padding: 2px 8px; border-radius: 6px;
    margin-left: auto; white-space: nowrap;
}

.nav-right { display: flex; align-items: center; gap: 12px; }

.nav-signin {
    padding: 8px 20px; border-radius: 8px;
    border: 1px solid var(--border); background: transparent;
    color: var(--text-secondary); font-size: 14px; font-weight: 500;
    text-decoration: none; transition: all 0.3s ease;
}
.nav-signin:hover { border-color: var(--border-hover); color: var(--text-primary); }

.nav-cta {
    padding: 10px 24px; border-radius: 8px;
    background: var(--accent);
    color: #fff;
    font-size: 14px; font-weight: 600; text-decoration: none;
    box-shadow: 0 2px 8px rgba(124,58,237,0.2);
    transition: transform 0.3s var(--ease-out), box-shadow 0.3s ease;
}
.nav-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(124,58,237,0.35);
}

/* Hamburger button */
.nav-hamburger {
    display: none;
    background: none; border: none; cursor: pointer; padding: 4px;
    width: 32px; height: 32px; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
}
.nav-hamburger span {
    display: block; width: 22px; height: 2px; background: var(--text-primary);
    border-radius: 2px; transition: all 0.3s ease;
}

/* Mobile overlay */
.mobile-nav-overlay {
    display: none; position: fixed; inset: 0; z-index: 9999;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    overflow-y: auto;
    padding: 80px 24px 32px;
}
.mobile-nav-overlay.open { transform: translateX(0); }

.mobile-nav-close {
    position: absolute; top: 20px; right: 20px;
    background: none; border: none; cursor: pointer;
    width: 32px; height: 32px; display: flex; align-items: center; justify-content: center;
}
.mobile-nav-close svg { width: 24px; height: 24px; color: var(--text-primary); }

.mobile-nav-section { border-bottom: 1px solid var(--border); }
.mobile-nav-section:last-child { border-bottom: none; }

.mobile-nav-toggle {
    display: flex; align-items: center; justify-content: space-between;
    width: 100%; padding: 16px 0;
    background: none; border: none; cursor: pointer;
    font-size: 16px; font-weight: 600; color: var(--text-primary);
    font-family: var(--font-body);
}
.mobile-nav-toggle .chevron {
    width: 16px; height: 16px; color: var(--text-muted);
    transition: transform 0.25s ease;
}
.mobile-nav-section.open .mobile-nav-toggle .chevron { transform: rotate(180deg); }

.mobile-nav-content {
    display: none; padding: 0 0 16px;
}
.mobile-nav-section.open .mobile-nav-content { display: block; }

.mobile-nav-content .dropdown-col-header {
    margin-top: 12px; margin-bottom: 8px; padding: 0;
}
.mobile-nav-content .dropdown-item,
.mobile-nav-content .dropdown-soon-item { padding: 8px 0; }

.mobile-nav-simple {
    display: block; padding: 16px 0;
    font-size: 16px; font-weight: 600; color: var(--text-primary);
    text-decoration: none; border-bottom: 1px solid var(--border);
}

.mobile-nav-cta-group {
    display: flex; flex-direction: column; gap: 12px;
    margin-top: 24px;
}
.mobile-nav-cta-group .nav-cta,
.mobile-nav-cta-group .nav-signin {
    display: block; text-align: center; width: 100%;
}

@media (max-width: 768px) {
    .nav { padding: 14px 20px; }
    .nav-links { display: none; }
    .nav-right .nav-signin { display: none; }
    .nav-hamburger { display: flex; }
    .mobile-nav-overlay { display: block; }
}

/* ============================================
   HERO -- WHITE with soft gradient blobs (Mixpanel style)
   ============================================ */
.hero {
    position: relative; min-height: 100vh; display: flex; align-items: center;
    justify-content: center; text-align: center;
    padding: 200px 32px 120px;
    overflow: hidden;
    background: #F8F8FA;
}

/* Soft gradient blobs — positioned at bottom of hero */
.hero-blob {
    position: absolute; pointer-events: none; border-radius: 50%;
    filter: blur(80px); z-index: 0;
}
.hero-blob-1 {
    width: 600px; height: 600px; bottom: -150px; left: 10%;
    background: var(--blob-purple);
    animation: float-gentle 20s ease-in-out infinite;
}
.hero-blob-2 {
    width: 500px; height: 500px; bottom: -100px; right: 15%;
    background: var(--blob-peach);
    animation: float-gentle 16s ease-in-out infinite -7s;
}
.hero-blob-3 {
    width: 400px; height: 400px; bottom: -50px; left: 40%;
    background: var(--blob-pink);
    animation: float-gentle 24s ease-in-out infinite -3s;
}

/* Floating geometric shapes (from RestockIQ) */
.hero-shape {
    position: absolute; pointer-events: none; z-index: 0;
    border-radius: 4px; opacity: 0.06;
}
.hero-shape-1 { width: 24px; height: 24px; top: 15%; left: 8%; opacity: 0.25; animation: drift-1 25s ease-in-out infinite; }
.hero-shape-2 { width: 16px; height: 16px; top: 65%; left: 12%; opacity: 0.15; animation: drift-2 20s ease-in-out infinite; }
.hero-shape-3 { width: 20px; height: 20px; top: 40%; left: 5%; opacity: 0.2; animation: drift-3 18s ease-in-out infinite; }
.hero-shape-4 { width: 18px; height: 18px; bottom: 25%; right: 8%; opacity: 0.2; animation: drift-1 22s ease-in-out infinite 5s; }
.hero-shape-5 { width: 12px; height: 12px; top: 25%; right: 15%; opacity: 0.3; animation: particle-float 4s ease-in-out infinite; }
.hero-shape-6 { width: 10px; height: 10px; top: 55%; left: 20%; opacity: 0.15; animation: particle-float 5s ease-in-out infinite 1s; }
.hero-shape-7 { width: 14px; height: 14px; bottom: 35%; right: 25%; opacity: 0.2; animation: particle-float 6s ease-in-out infinite 2s; }
.hero-shape-8 { width: 22px; height: 22px; top: 12%; right: 10%; opacity: 0.12; animation: drift-2 28s ease-in-out infinite 3s; }

.hero-content { position: relative; z-index: 1; max-width: 820px; }
.hero-title {
    font-family: var(--font-body);
    font-size: clamp(2.8rem, 5.5vw, 4rem); font-weight: 600;
    letter-spacing: -0.025em; color: var(--text-primary);
    line-height: 1.1; margin-bottom: 28px;
}
.hero-sub {
    font-size: 17px; line-height: 1.7; color: var(--text-secondary);
    max-width: 720px; margin: 0 auto 40px;
    font-weight: 400;
}
.hero-ctas { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; align-items: center; }

/* Feature row (Mixpanel-style pills below hero) */
.hero-features {
    display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;
    margin-top: 64px;
}
.hero-feature-pill {
    display: flex; align-items: center; gap: 8px;
    padding: 10px 20px; border-radius: 12px;
    background: var(--bg-white);
    border: 1px solid var(--border);
    font-size: 13px; font-weight: 500; color: var(--text-secondary);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}
.hero-feature-pill:hover {
    border-color: var(--accent-light);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}
.hero-feature-pill .pill-icon {
    width: 28px; height: 28px; border-radius: 8px;
    background: var(--accent-soft);
    display: flex; align-items: center; justify-content: center;
    font-size: 14px;
}

/* Trust bar with ticker */
.hero-trust {
    margin-top: 80px; padding-top: 48px;
    border-top: 1px solid var(--border);
}
.hero-trust-label {
    font-size: 13px; font-weight: 500; color: var(--text-muted);
    letter-spacing: 0.5px; margin-bottom: 24px; text-align: center;
}
.ticker-wrapper {
    overflow: hidden; width: 100%;
    mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
}
.ticker-inner {
    display: inline-flex; gap: 48px; align-items: center;
    animation: ticker-scroll 30s linear infinite;
}
.ticker-inner span {
    transition: opacity 0.2s ease;
    cursor: default;
}
.ticker-inner span:hover {
    opacity: 0.7;
    white-space: nowrap;
}
.ticker-inner span {
    font-family: var(--font-body); font-size: 14px; font-weight: 600;
    color: var(--text-muted); white-space: nowrap;
    letter-spacing: 0.3px;
}

/* Staggered hero animations */
.hero-title { animation: fadeUp 0.8s ease both; }
.hero-sub { animation: fadeUp 0.8s ease 0.2s both; }
.hero-ctas { animation: fadeUp 0.8s ease 0.4s both; }
.hero-features { animation: fadeUp 0.8s ease 0.5s both; }
.hero-trust { animation: fadeUp 0.8s ease 0.6s both; }

/* ============================================
   STATS -- WHITE (continuation of hero)
   ============================================ */
.stats {
    padding: 60px 0;
    background: var(--bg-white);
}
.stats-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px;
    text-align: center;
}
.stat-number {
    font-family: var(--font-mono); font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700; letter-spacing: -1px;
    color: var(--accent);
    margin-bottom: 4px;
}
.stat-label {
    font-size: 12px; font-weight: 500; letter-spacing: 1.5px;
    text-transform: uppercase; color: var(--text-muted);
}
@media (max-width: 768px) {
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}
.stat-sublabel {
    font-size: 13px; font-weight: 400; color: var(--text-secondary);
    margin-top: 2px; opacity: 0.8;
}

/* ============================================
   PLATFORM -- Warm off-white
   ============================================ */
.platform {
    padding: 120px 0;
    background: var(--bg-light);
}
.platform-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
    margin-top: 64px;
}
.platform-card .card-icon {
    width: 52px; height: 52px; border-radius: var(--radius-md);
    background: var(--accent-soft);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px; font-size: 22px;
    color: var(--accent);
}
.platform-card h3 {
    font-family: var(--font-body);
    font-size: 18px; font-weight: 600; color: var(--text-primary);
    margin-bottom: 12px; letter-spacing: -0.3px;
}
.platform-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }
@media (max-width: 768px) {
    .platform-grid { grid-template-columns: 1fr; }
}

/* ---- PRODUCT SHOWCASES ---- */
.product-showcase {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.product-showcase.bg-white { background: var(--bg-white); }
.product-showcase.bg-light { background: var(--bg-light); }

.showcase-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.showcase-layout.reversed .showcase-text { order: 2; }
.showcase-layout.reversed .showcase-visual { order: 1; }

.showcase-label {
    font-size: 11px; font-weight: 700; letter-spacing: 2px;
    text-transform: uppercase; margin-bottom: 16px;
}
.showcase-title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 600; letter-spacing: -0.5px;
    color: var(--text-primary); line-height: 1.25;
    margin-bottom: 24px;
}
.showcase-stat {
    display: flex; align-items: baseline; gap: 12px;
    margin-bottom: 32px;
}
.showcase-stat-number {
    font-family: var(--font-mono);
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 700; line-height: 1;
}
.showcase-stat-label {
    font-size: 15px; color: var(--text-secondary);
    max-width: 250px; line-height: 1.5;
}
.showcase-features {
    list-style: none; padding: 0; margin: 0 0 32px;
}
.showcase-features li {
    padding: 6px 0; font-size: 14px; color: var(--text-secondary);
    display: flex; align-items: flex-start; gap: 12px; line-height: 1.5;
}
.showcase-features li::before {
    content: '\2713'; font-weight: 700; flex-shrink: 0;
    width: 24px; height: 24px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px;
}
.showcase-cta {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 24px; border-radius: 8px;
    color: white; font-weight: 600; font-size: 14px;
    text-decoration: none; transition: all 0.3s ease;
    position: relative; overflow: hidden;
}
.showcase-cta::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.15) 50%, transparent 60%);
    background-size: 200% 100%;
    animation: shimmer 4s ease-in-out infinite 2s;
}
.showcase-cta:hover { transform: translateY(-2px); }

/* Mockup containers */
.showcase-mockup {
    border-radius: 12px; padding: 20px;
    min-height: 350px; position: relative;
}

/* Product-specific colors */
.showcase-blogiq .showcase-label { color: #7B46F6; }
.showcase-blogiq .showcase-stat-number { color: #7B46F6; }
.showcase-blogiq .showcase-features li::before { background: rgba(123,70,246,0.1); color: #7B46F6; }
.showcase-blogiq .showcase-cta { background: #7B46F6; box-shadow: 0 2px 12px rgba(123,70,246,0.3); }
.showcase-blogiq .showcase-cta:hover { box-shadow: 0 4px 20px rgba(123,70,246,0.5); }
.showcase-blogiq .showcase-mockup { background: #1a1028; border: 1px solid rgba(123,70,246,0.15); box-shadow: 0 4px 24px rgba(0,0,0,0.15); }

.showcase-checkoutiq .showcase-label { color: #0d9488; }
.showcase-checkoutiq .showcase-stat-number { color: #0d9488; }
.showcase-checkoutiq .showcase-features li::before { background: rgba(13,148,136,0.1); color: #0d9488; }
.showcase-checkoutiq .showcase-cta { background: #0d9488; box-shadow: 0 2px 12px rgba(13,148,136,0.3); }
.showcase-checkoutiq .showcase-cta:hover { box-shadow: 0 4px 20px rgba(13,148,136,0.5); }
.showcase-checkoutiq .showcase-mockup { background: #0f1a18; border: 1px solid rgba(13,148,136,0.2); box-shadow: 0 4px 24px rgba(0,0,0,0.15); }

.showcase-restockiq .showcase-label { color: #e07a2f; }
.showcase-restockiq .showcase-stat-number { color: #e07a2f; }
.showcase-restockiq .showcase-features li::before { background: rgba(224,122,47,0.1); color: #e07a2f; }
.showcase-restockiq .showcase-cta { background: #e07a2f; box-shadow: 0 2px 12px rgba(224,122,47,0.3); }
.showcase-restockiq .showcase-cta:hover { box-shadow: 0 4px 20px rgba(224,122,47,0.5); }
.showcase-restockiq .showcase-mockup { background: #1a1510; border: 1px solid rgba(224,122,47,0.15); box-shadow: 0 4px 24px rgba(0,0,0,0.15); }

@media (max-width: 768px) {
    .showcase-layout { grid-template-columns: 1fr; gap: 48px; }
    .showcase-layout.reversed .showcase-text { order: 1; }
    .showcase-layout.reversed .showcase-visual { order: 2; }
}

/* ============================================
   AGENTS -- DARK section (#1a1028)
   ============================================ */
.agents {
    padding: 120px 0; position: relative; overflow: hidden;
    background: var(--bg-dark);
}
/* Team grid — Mixpanel "One platform. Many teams." pattern */
.team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 48px;
}
.team-card {
    background: rgba(255,255,255,0.97);
    border-radius: 12px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    display: flex;
    flex-direction: column;
}
.team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12), 0 12px 32px rgba(0,0,0,0.15);
}
.team-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--card-accent);
    border-radius: 12px 12px 0 0;
}
.team-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.team-card-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--card-accent);
}
.team-card-header h3 {
    font-size: 15px;
    font-weight: 600;
    color: #1F2023;
    margin: 0;
}
.team-card-desc {
    font-size: 14px;
    color: #6B7280;
    line-height: 1.6;
    margin-bottom: 16px;
}
.team-card-mockup {
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 16px;
    min-height: 120px;
    font-family: var(--font-mono);
    font-size: 13px;
    color: #374151;
    line-height: 1.7;
}
.team-card-mockup table {
    width: 100%;
    border-collapse: collapse;
}
.team-card-mockup th {
    font-size: 11px;
    font-weight: 500;
    color: #9CA3AF;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
    padding: 4px 8px 4px 0;
    border-bottom: 1px solid #E5E7EB;
}
.team-card-mockup td {
    padding: 4px 8px 4px 0;
    font-size: 12px;
    color: #374151;
    border-bottom: 1px solid #F0F0F0;
}
.team-card-mockup tr:last-child td {
    border-bottom: none;
}
.mockup-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 100px;
}
.mockup-pill.green {
    background: #ECFDF5;
    color: #059669;
}
.mockup-pill.amber {
    background: #FFFBEB;
    color: #D97706;
}
.mockup-pill.muted {
    background: #F3F4F6;
    color: #9CA3AF;
}
.mockup-pill.blue {
    background: #EFF6FF;
    color: #2563EB;
}
.mockup-pill.purple {
    background: #F5F3FF;
    color: #7C3AED;
}
.mockup-pill.teal {
    background: #F0FDFA;
    color: #0D9488;
}
.mockup-pill.red {
    background: #FEF2F2;
    color: #DC2626;
}
.mockup-bar {
    display: inline-block;
    height: 6px;
    border-radius: 3px;
    background: #E5E7EB;
    width: 80px;
    position: relative;
    vertical-align: middle;
}
.mockup-bar-fill {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    border-radius: 3px;
}
.mockup-score {
    font-weight: 600;
    font-size: 12px;
}
.mockup-summary {
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #E5E7EB;
    font-size: 12px;
    color: #6B7280;
}
.mockup-stars {
    color: #F59E0B;
    letter-spacing: -1px;
}
.team-card-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: auto;
    padding-top: 14px;
    font-size: 13px;
    font-weight: 500;
    color: var(--card-accent);
    text-decoration: none;
    transition: gap 0.2s ease;
}
.team-card-link:hover { gap: 8px; }
.agent-footer {
    text-align: center;
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,0.06);
    font-size: 14px;
    color: rgba(255,255,255,0.35);
}
.agent-footer strong {
    color: rgba(255,255,255,0.6);
}

/* Badge styles (kept for intelligence section) */
.agent-badge {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 11px; font-weight: 700; letter-spacing: 1.5px;
    text-transform: uppercase; margin-bottom: 20px;
    padding: 4px 12px; border-radius: 20px;
}
.agent-badge.live {
    color: var(--green);
    background: rgba(34, 197, 94, 0.1);
}
.agent-badge.live::before {
    content: ''; width: 8px; height: 8px; border-radius: 50%;
    background: var(--green); display: inline-block;
    box-shadow: 0 0 8px rgba(34, 197, 94, 0.5);
    animation: blink 2s ease infinite;
}

/* Playbooks section */
.playbooks { padding: 120px 0; position: relative; overflow: hidden; background: var(--bg-dark); }
.playbook-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;
    margin-top: 48px;
}
.playbook-card {
    display: flex; align-items: flex-start; gap: 14px;
    padding: 20px 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    transition: all 0.3s ease;
}
.playbook-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}
.playbook-dot {
    width: 8px; height: 8px; border-radius: 50%;
    flex-shrink: 0; margin-top: 6px;
}
.playbook-card .playbook-text strong {
    display: block; color: white; font-size: 15px; font-weight: 600;
}
.playbook-card .playbook-text p {
    color: rgba(255, 255, 255, 0.55); font-size: 13px;
    margin-top: 4px; line-height: 1.5;
}

/* Slack window mockup section */
.slack-alerts { padding: 120px 0; position: relative; overflow: hidden; background: var(--bg-dark); }
.slack-window {
    max-width: 680px;
    margin: 48px auto 0;
    background: #1A1D21;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3), 0 2px 8px rgba(0,0,0,0.2);
}
.slack-titlebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: rgba(255,255,255,0.03);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.slack-channel {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
}
.slack-channel::before {
    content: '# ';
    color: rgba(255,255,255,0.4);
}
.slack-dots {
    display: flex; gap: 6px;
}
.slack-dots span {
    width: 10px; height: 10px; border-radius: 50%;
    background: rgba(255,255,255,0.15);
}
.slack-messages {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.slack-msg {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.slack-avatar {
    width: 32px; height: 32px; border-radius: 6px;
    background: linear-gradient(135deg, var(--accent), #a78bfa);
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; flex-shrink: 0;
    color: white;
}
.slack-msg-content {
    flex: 1;
    min-width: 0;
}
.slack-msg-header {
    display: flex; align-items: baseline; gap: 8px; margin-bottom: 6px;
}
.slack-msg-name {
    font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.9);
}
.slack-msg-badge {
    font-size: 10px; font-weight: 600; padding: 1px 5px;
    border-radius: 3px; background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.4); text-transform: uppercase;
}
.slack-msg-time {
    font-size: 11px; color: rgba(255,255,255,0.3);
}
.slack-attachment {
    background: rgba(255,255,255,0.04);
    border-radius: 8px;
    padding: 14px 16px;
    border-left: 3px solid;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
}
.slack-attachment strong {
    color: rgba(255,255,255,0.95);
}
.slack-alert-level {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.slack-buttons {
    display: flex; gap: 6px; margin-top: 10px; flex-wrap: wrap;
}
.slack-btn {
    padding: 4px 12px;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.15);
    background: transparent;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,0.7);
    cursor: default;
}
.slack-btn:first-child {
    background: rgba(255,255,255,0.08);
    color: white;
}
.slack-input {
    padding: 10px 16px;
    border-top: 1px solid rgba(255,255,255,0.06);
    font-size: 13px;
    color: rgba(255,255,255,0.3);
}

@media (max-width: 768px) {
    .team-grid { grid-template-columns: 1fr; gap: 16px; }
    .playbook-grid { grid-template-columns: 1fr; }
    .slack-window { margin: 32px -8px 0; border-radius: 8px; }
    .slack-messages { padding: 12px; gap: 12px; }
    .slack-attachment { padding: 10px 12px; font-size: 12px; }
}

/* ============================================
   INTELLIGENCE -- DARK section (#1a1028)
   ============================================ */
.intelligence {
    padding: 140px 0; position: relative; overflow: hidden;
    background: var(--bg-dark);
}
.intel-mockup-wrapper {
    margin-top: 64px; margin-bottom: 64px;
    perspective: 1000px;
}
.intel-mockup {
    background: var(--bg-dark-card);
    border: 1px solid var(--border-dark);
    border-radius: 12px; padding: 24px; position: relative;
    transform: rotateY(-2deg) rotateX(1deg);
    transition: transform 0.5s var(--ease-out);
    box-shadow: 0 4px 16px rgba(0,0,0,0.2), 0 16px 48px rgba(0,0,0,0.3),
                0 0 80px rgba(124,58,237,0.08);
}
.intel-mockup:hover { transform: rotateY(0) rotateX(0); }
.intel-metrics { display: flex; gap: 20px; margin-bottom: 24px; }
.intel-metric-card {
    flex: 1; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--radius-lg); padding: 12px;
}
.intel-metric-value {
    font-family: var(--font-mono); font-size: 20px; font-weight: 700;
    color: var(--text-on-dark); margin-bottom: 2px;
}
.intel-metric-delta {
    font-family: var(--font-mono); font-size: 12px; font-weight: 500;
}
.intel-metric-delta.up { color: var(--green); }
.intel-metric-label { font-size: 12px; color: var(--text-on-dark-muted); margin-top: 4px; }
.intel-chart {
    height: 60px; background: rgba(255,255,255,0.02); border-radius: var(--radius-md);
    margin-bottom: 20px; position: relative; overflow: hidden;
}
.intel-chat-bubble {
    background: rgba(124,58,237,0.08); border: 1px solid rgba(124,58,237,0.15);
    border-radius: var(--radius-lg); padding: 14px;
}
.intel-chat-q {
    font-size: 14px; font-weight: 600; color: var(--accent-light); margin-bottom: 8px;
}
.intel-chat-a {
    font-size: 13px; color: var(--text-on-dark-muted); line-height: 1.7;
}
.intel-features {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
.intel-feature h3 {
    font-family: var(--font-body);
    font-size: 18px; font-weight: 600; color: var(--text-on-dark);
    margin-bottom: 8px; letter-spacing: -0.3px;
}
.intel-feature p { font-size: 14px; color: var(--text-on-dark-muted); line-height: 1.7; }
.intel-ctas { margin-top: 48px; display: flex; gap: 16px; }
@media (max-width: 768px) {
    .intel-metrics { flex-direction: column; }
    .intel-features { grid-template-columns: 1fr; }
    .intel-mockup { transform: none; }
}

/* ============================================
   HOW IT WORKS -- WHITE
   ============================================ */
.how-it-works {
    padding: 120px 0;
    background: var(--bg-white);
}
.steps {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 64px;
    margin-top: 64px; position: relative;
}
.steps::before {
    content: ''; position: absolute; top: 36px; left: 15%; right: 15%;
    height: 1px; background: linear-gradient(90deg, transparent, var(--border), transparent);
    opacity: 0.3;
}
.step { text-align: center; position: relative; }
.step-number {
    font-family: var(--font-mono); font-size: 56px; font-weight: 700;
    color: var(--accent);
    opacity: 0.15;
    margin-bottom: 24px; line-height: 1;
}
.step h3 {
    font-family: var(--font-body);
    font-size: 19px; font-weight: 600; color: var(--text-primary);
    margin-bottom: 8px; letter-spacing: -0.3px;
}
.step p { font-size: 15px; color: var(--text-primary); line-height: 1.6; }

@media (max-width: 768px) {
    .steps { grid-template-columns: 1fr; gap: 40px; }
    .steps::before { display: none; }
}

/* ============================================
   BUILT FOR -- Warm off-white
   ============================================ */
.built-for {
    padding: 120px 0;
    background: var(--bg-light);
}
.persona-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
    margin-top: 64px;
}
.persona-card h3 {
    font-family: var(--font-body);
    font-size: 18px; font-weight: 600; color: var(--text-primary);
    margin-bottom: 12px; letter-spacing: -0.3px;
}
.persona-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }

@media (max-width: 768px) {
    .persona-grid { grid-template-columns: 1fr; }
}

/* ============================================
   SOCIAL PROOF -- WHITE
   ============================================ */
.social-proof {
    padding: 120px 0; text-align: center;
    background: var(--bg-white);
}
.founder-quote {
    max-width: 700px; margin: 48px auto;
    font-size: 18px; font-style: italic; color: var(--text-secondary);
    line-height: 1.7;
    border-left: 3px solid var(--accent);
    padding: 32px 32px 32px 28px;
    text-align: left;
    background: linear-gradient(90deg, var(--accent-soft) 0%, transparent 100%);
    border-radius: 0 12px 12px 0;
}
.founder-attr {
    font-size: 14px; font-weight: 500; color: var(--text-primary);
    font-style: normal;
}
.proof-logos {
    display: flex; gap: 32px; align-items: center; justify-content: center;
    flex-wrap: wrap; margin-top: 48px; opacity: 0.5;
}
.proof-logos span {
    font-family: var(--font-body); font-size: 14px; font-weight: 600;
    color: var(--text-muted); white-space: nowrap;
}

/* ============================================
   CTA -- Warm cream with soft purple glow
   ============================================ */
.cta-section {
    padding: 120px 0; text-align: center; position: relative; overflow: hidden;
    background: var(--bg-dark);
    color: var(--text-on-dark);
}
.cta-section::before {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(ellipse at center, rgba(124,58,237,0.06) 0%, transparent 60%);
}
.cta-section .section-title { color: var(--text-on-dark); margin-bottom: 12px; font-size: clamp(2rem, 4vw, 2.75rem); }
.cta-sub {
    font-size: 16px; color: var(--text-on-dark-muted); margin-bottom: 40px;
}
.cta-form {
    display: flex; gap: 12px; justify-content: center; max-width: 480px;
    margin: 0 auto 20px; flex-wrap: wrap;
}
.cta-form input[type="email"] {
    flex: 1; min-width: 240px; padding: 14px 20px; border-radius: 8px;
    background: rgba(255,255,255,0.08); border: 1.5px solid rgba(124,58,237,0.3);
    color: var(--text-on-dark); font-size: 15px; font-family: var(--font-body);
    outline: none; transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.cta-form input[type="email"]::placeholder { color: rgba(255,255,255,0.4); }
.cta-form input[type="email"]:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-glow);
}
.cta-form-status {
    font-size: 14px; margin-top: 8px;
}
.cta-form-status.success { color: var(--green); }
.cta-form-status.error { color: #ef4444; }
.cta-alt {
    font-size: 15px; color: rgba(255,255,255,0.5);
}
.cta-alt a {
    color: var(--accent-light); text-decoration: none; font-weight: 500;
}
.cta-alt a:hover { text-decoration: underline; }

/* ============================================
   FOOTER -- DARK (#1a1028)
   ============================================ */
.footer {
    padding: 60px 0 32px;
    background: #141422;
    border-top: 1px solid rgba(124, 58, 237, 0.15);
}
.footer-grid {
    display: grid; grid-template-columns: 2fr repeat(4, 1fr); gap: 48px;
    margin-bottom: 32px;
}
.footer-brand .nav-logo { color: var(--text-on-dark); }
.footer-brand p {
    font-size: 14px; color: var(--text-on-dark-muted); line-height: 1.7;
    margin-top: 16px; max-width: 280px;
}
.footer-col h4 {
    font-size: 10px; font-weight: 600; letter-spacing: 1.5px;
    text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 16px;
}
.footer-col a {
    display: block; font-size: 13px; color: var(--text-on-dark-muted);
    text-decoration: none; padding: 4px 0;
    transition: color 0.2s ease;
}
.footer-col a:hover { color: var(--text-on-dark); }
.footer-bottom {
    display: flex; justify-content: space-between; align-items: center;
    padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.06);
    font-size: 12px; color: rgba(255,255,255,0.4);
}
.footer-social { display: flex; gap: 16px; }
.footer-social a { color: rgba(255,255,255,0.4); text-decoration: none; font-size: 12px; }
.footer-social a:hover { color: var(--text-on-dark); }
@media (max-width: 768px) {
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
}

/* ============================================
   STAGGER DELAYS for card grids
   ============================================ */
.platform-grid [data-a]:nth-child(1) { transition-delay: 0ms; }
.platform-grid [data-a]:nth-child(2) { transition-delay: 100ms; }
.platform-grid [data-a]:nth-child(3) { transition-delay: 200ms; }

.team-grid [data-a]:nth-child(1) { transition-delay: 0ms; }
.team-grid [data-a]:nth-child(2) { transition-delay: 80ms; }
.team-grid [data-a]:nth-child(3) { transition-delay: 160ms; }
.team-grid [data-a]:nth-child(4) { transition-delay: 240ms; }
.team-grid [data-a]:nth-child(5) { transition-delay: 320ms; }
.team-grid [data-a]:nth-child(6) { transition-delay: 400ms; }

/* playbook-grid stagger — overridden by wow animations section below */

.persona-grid [data-a]:nth-child(1) { transition-delay: 0ms; }
.persona-grid [data-a]:nth-child(2) { transition-delay: 100ms; }
.persona-grid [data-a]:nth-child(3) { transition-delay: 200ms; }

.intel-features [data-a]:nth-child(1) { transition-delay: 0ms; }
.intel-features [data-a]:nth-child(2) { transition-delay: 100ms; }
.intel-features [data-a]:nth-child(3) { transition-delay: 200ms; }

.steps [data-a]:nth-child(1) { transition-delay: 0ms; }
.steps [data-a]:nth-child(2) { transition-delay: 120ms; }
.steps [data-a]:nth-child(3) { transition-delay: 240ms; }

.hero-features [data-a]:nth-child(1) { transition-delay: 0ms; }
.hero-features [data-a]:nth-child(2) { transition-delay: 60ms; }
.hero-features [data-a]:nth-child(3) { transition-delay: 120ms; }
.hero-features [data-a]:nth-child(4) { transition-delay: 180ms; }
.hero-features [data-a]:nth-child(5) { transition-delay: 240ms; }
.hero-features [data-a]:nth-child(6) { transition-delay: 300ms; }
/* ============================================
   v7 ANIMATIONS — Neural network, mouse spotlight,
   gradient borders, typewriter, parallax, card tilt,
   live data, scroll progress, stat glow, section glow
   ============================================ */

/* @property for animated conic gradient border */
@property --border-angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

/* Scroll progress bar */
.scroll-progress {
    position: fixed; top: 0; left: 0; height: 2px; z-index: 10001;
    background: linear-gradient(90deg, var(--accent), var(--accent-light));
    width: 0%;
    transition: width 0.1s linear;
}

/* Neural network canvas */
.hero-canvas {
    position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0.13;
}

/* Mouse-following gradient spotlight */
body::before {
    content: '';
    position: fixed; inset: 0;
    background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(124, 58, 237, 0.035), transparent 60%);
    pointer-events: none;
    z-index: 9998;
    transition: background 0.3s ease;
}

/* Section glow sweep */
.section-glow {
    position: relative;
    overflow: hidden;
}
.section-glow::after {
    content: '';
    position: absolute;
    top: 0; left: -100%; width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(124,58,237,0.03), transparent);
    pointer-events: none;
    z-index: 0;
}
.section-glow.revealed::after {
    animation: glow-sweep 1.5s ease forwards;
}
@keyframes glow-sweep {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* Card tilt transition override */
.light-card, .dark-card {
    transition: transform 0.1s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

/* ============================================
   INTELLIGENCE ARCHITECTURE FLOW
   ============================================ */
.arch-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 48px 0 64px;
    flex-wrap: wrap;
}
.arch-layer {
    flex: 1;
    min-width: 180px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    padding: 24px;
    text-align: center;
}
.arch-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--accent-light);
    margin-bottom: 12px;
}
.arch-stat {
    font-family: var(--font-mono);
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin-bottom: 6px;
}
.arch-detail {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 1.5;
}
.arch-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}
.arch-pills span {
    padding: 4px 10px;
    border-radius: 6px;
    background: rgba(255,255,255,0.06);
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    white-space: nowrap;
}
.arch-arrow {
    font-size: 24px;
    color: var(--accent-light);
    opacity: 0.5;
    flex-shrink: 0;
}
/* Stagger delays for arch layers (positions 1,3,5,7 in flex since arrows interleave) */
.arch-flow > :nth-child(1) { transition-delay: 0s; }
.arch-flow > :nth-child(3) { transition-delay: 0.15s; }
.arch-flow > :nth-child(5) { transition-delay: 0.3s; }
.arch-flow > :nth-child(7) { transition-delay: 0.45s; }
@media (max-width: 768px) {
    .arch-flow { flex-direction: column; }
    .arch-arrow { transform: rotate(90deg); }
}

/* ============================================
   INTELLIGENCE TAB PANELS
   ============================================ */
.intel-tab-panels { position: relative; }
.intel-panel { display: none; }
.intel-panel.active { display: block; animation: panelFadeIn 0.3s ease; }
@keyframes panelFadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

/* ============================================
   INTELLIGENCE ANIMATIONS
   ============================================ */

/* SVG chart path draw */
.intel-chart-line {
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    transition: stroke-dashoffset 2s ease-out;
}
.intel-chart.animated .intel-chart-line {
    stroke-dashoffset: 0;
}

/* Tab cycling */
.intel-tab {
    padding: 6px 14px; border-radius: 6px; font-size: 11px;
    color: var(--text-on-dark-muted); cursor: pointer;
    transition: all 0.3s ease;
}
.intel-tab.active {
    background: var(--accent-glow);
    font-weight: 600; color: var(--accent-light);
}

/* Typing indicator */
.intel-typing {
    display: none; padding: 4px 0;
}
.intel-typing.active { display: flex; gap: 4px; }
.typing-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--accent-light); opacity: 0.4;
    animation: typing-bounce 1.4s infinite;
}
.typing-dot:nth-child(2) { animation-delay: 0.2s; }
.typing-dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes typing-bounce {
    0%, 80%, 100% { transform: translateY(0); opacity: 0.4; }
    40% { transform: translateY(-6px); opacity: 1; }
}

/* Metric card stagger */
.intel-metrics [data-a]:nth-child(1) { transition-delay: 0ms; }
.intel-metrics [data-a]:nth-child(2) { transition-delay: 100ms; }
.intel-metrics [data-a]:nth-child(3) { transition-delay: 200ms; }
.intel-metrics [data-a]:nth-child(4) { transition-delay: 300ms; }

/* Chart tooltip */
.intel-chart-tooltip {
    position: absolute;
    background: rgba(37, 24, 64, 0.95);
    border: 1px solid var(--border-dark);
    border-radius: 6px;
    padding: 4px 10px;
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--accent-light);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease;
    white-space: nowrap;
    z-index: 10;
}
.intel-chart:hover .intel-chart-tooltip {
    opacity: 1;
}

/* ============================================
   COMPARISON TABLES — Pitch deck sections
   ============================================ */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 48px;
}
.comparison-table th {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--text-muted);
    padding: 12px 16px;
    text-align: left;
    border-bottom: 2px solid var(--border);
}
.comparison-table td {
    padding: 16px;
    font-size: 14px;
    border-bottom: 1px solid var(--border);
    vertical-align: top;
    line-height: 1.5;
}
.comparison-table td:first-child {
    font-weight: 600;
    color: var(--text-primary);
    width: 180px;
}
.comparison-table .col-bad { color: var(--text-muted); }
.comparison-table .col-good { color: var(--text-primary); }
@media (max-width: 768px) {
    .comparison-table { font-size: 13px; }
    .comparison-table td:first-child { width: 120px; }
    .comparison-table td, .comparison-table th { padding: 12px 10px; }
}

/* ============================================
   COMPARISON — Card-based layout (replaces tables)
   ============================================ */
.compare-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 48px;
}
.compare-header {
    display: grid;
    grid-template-columns: 180px 1fr 1fr;
    gap: 16px;
    margin-bottom: 4px;
    padding: 0 4px;
}
.compare-header span {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--text-muted);
}
.compare-row {
    display: grid;
    grid-template-columns: 180px 1fr 1fr;
    gap: 16px;
    align-items: stretch;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.compare-row.v {
    opacity: 1;
    transform: translateX(0);
}
.compare-capability {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    padding: 16px 4px;
}
.compare-card {
    padding: 18px 22px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.6;
}
.compare-card.bad {
    background: #FAFAFA;
    border: 1px solid #E5E5E5;
    color: #71717A;
    border-left: 3px solid #D4D4D8;
}
.compare-card.good {
    background: #F8FDF9;
    border: 1px solid #D1E7D5;
    color: #374151;
    border-left: 3px solid #7C3AED;
}
/* Subtle color fade for compare cards */
.compare-row:not(.v) .compare-card.bad,
.compare-row:not(.v) .compare-card.good {
    background: var(--bg-light) !important;
    border-color: var(--border) !important;
    color: var(--text-muted) !important;
}
.compare-card {
    transition: background 0.6s ease, border-color 0.6s ease, color 0.6s ease;
}
@media (max-width: 768px) {
    .compare-header { display: none; }
    .compare-row {
        grid-template-columns: 1fr;
        gap: 6px;
        padding-bottom: 12px;
        border-bottom: 1px solid var(--border);
    }
    .compare-row:last-child { border-bottom: none; }
    .compare-capability {
        padding: 8px 4px 0;
        font-size: 15px;
    }
    .compare-card::before {
        display: block;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 4px;
        opacity: 0.6;
    }
    .compare-card.bad::before { content: 'Off-the-shelf AI'; }
    .compare-card.good::before { content: 'SuperchargeMe'; }
}

/* ---- VS Grid (Section 2 — checklist style) ---- */
.vs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 48px;
}
.vs-card {
    display: flex;
    gap: 16px;
    padding: 20px;
    background: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: 10px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(16px);
}
.vs-card.v {
    opacity: 1;
    transform: translateY(0);
}
.vs-card:hover {
    border-color: var(--accent);
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.08);
}
.vs-check {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
}
.vs-check.yes {
    background: rgba(124, 58, 237, 0.06);
    color: var(--accent);
    border: 1px solid rgba(124, 58, 237, 0.2);
}
.vs-content h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 6px;
}
.vs-content p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    color: var(--text-secondary);
}
.text-red { color: var(--text-muted); font-weight: 500; }
.text-green { color: var(--text-primary); font-weight: 500; }
@media (max-width: 768px) {
    .vs-grid { grid-template-columns: 1fr; }
}

/* ============================================
   INTEGRATIONS — Marquee section
   ============================================ */
.integrations { padding: 120px 0; background: var(--bg-white); }
.int-marquee-wrap {
    max-width: 1100px; margin: 48px auto 0; display: flex; flex-direction: column; gap: 12px; overflow: hidden;
    mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.int-marquee {
    display: flex; gap: 10px; white-space: nowrap;
    animation: marquee-left 35s linear infinite;
}
.int-marquee.reverse { animation: marquee-right 30s linear infinite; }
.int-marquee.slow { animation: marquee-left 45s linear infinite; }
@keyframes marquee-left { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes marquee-right { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }
.int-chip {
    display: inline-flex; align-items: center; padding: 8px 16px;
    background: var(--bg-white); border: 1px solid var(--border);
    border-radius: 8px; font-size: 13px; font-weight: 500;
    color: var(--text-primary); white-space: nowrap;
}
.int-chip-cat {
    display: inline-flex; align-items: center; padding: 8px 14px;
    background: var(--accent-soft); border-radius: 8px;
    font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1px; color: var(--accent); white-space: nowrap;
}

/* ============================================
   WOW ANIMATIONS — Comparison table row stagger
   ============================================ */
.comparison-table tbody tr {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.comparison-table tbody tr.v {
    opacity: 1;
    transform: translateX(0);
}

/* Color fade on table cells */
.col-bad, .col-good {
    transition: color 0.6s ease;
}
.comparison-table tbody tr:not(.v) .col-bad,
.comparison-table tbody tr:not(.v) .col-good {
    color: var(--text-muted) !important;
}

/* Playbook card flip-in scale */
.playbook-grid [data-a] {
    transform: scale(0.85);
}
.playbook-grid [data-a]:nth-child(1) { transition-delay: 0s; }
.playbook-grid [data-a]:nth-child(2) { transition-delay: 0.1s; }
.playbook-grid [data-a]:nth-child(3) { transition-delay: 0.2s; }
.playbook-grid [data-a]:nth-child(4) { transition-delay: 0.3s; }
.playbook-grid [data-a]:nth-child(5) { transition-delay: 0.4s; }
.playbook-grid [data-a]:nth-child(6) { transition-delay: 0.5s; }
.playbook-grid [data-a]:nth-child(7) { transition-delay: 0.6s; }
.playbook-grid [data-a]:nth-child(8) { transition-delay: 0.7s; }

    </style>
</head>
<body>

<!-- Scroll progress bar -->
<div class="scroll-progress" id="scrollProgress"></div>

<!-- ==================== NAV (Light) ==================== -->
<nav class="nav" id="nav">
    <a href="/" class="nav-logo">
        <img src="/images/logo-icon.png" alt="SuperchargeMe">
        SuperchargeMe
    </a>
    <div class="nav-links">
        <!-- Platform dropdown -->
        <div class="nav-dropdown">
            <a href="#platform" class="nav-trigger">Platform <svg class="chevron" viewBox="0 0 12 12" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3 4.5L6 7.5L9 4.5"/></svg></a>
            <div class="dropdown-panel dropdown-platform">
                <div class="dropdown-cols">
                    <div class="dropdown-col">
                        <div class="dropdown-col-header">Overview</div>
                        <a href="#how" class="dropdown-item">
                            <div class="dropdown-item-text">
                                <div class="dropdown-item-title">How It Works</div>
                                <div class="dropdown-item-desc">See the platform in action</div>
                            </div>
                        </a>
                        <a href="#company" class="dropdown-item">
                            <div class="dropdown-item-text">
                                <div class="dropdown-item-title">Why SuperchargeMe</div>
                                <div class="dropdown-item-desc">Our mission and approach</div>
                            </div>
                        </a>
                    </div>
                    <div class="dropdown-col">
                        <div class="dropdown-col-header">Intelligence</div>
                        <a href="https://app.superchargeme.com" class="dropdown-item" target="_blank">
                            <div class="dropdown-item-text">
                                <div class="dropdown-item-title">Dashboard</div>
                                <div class="dropdown-item-desc">Access your command center</div>
                            </div>
                        </a>
                        <a href="#intelligence" class="dropdown-item">
                            <div class="dropdown-item-text">
                                <div class="dropdown-item-title">Chat With Data</div>
                                <div class="dropdown-item-desc">Natural language analytics</div>
                            </div>
                        </a>
                    </div>
                    <div class="dropdown-col">
                        <div class="dropdown-col-header">Getting Started</div>
                        <a href="#request-access" class="dropdown-item">
                            <div class="dropdown-item-text">
                                <div class="dropdown-item-title">Request Access</div>
                                <div class="dropdown-item-desc">Join the platform</div>
                            </div>
                        </a>
                        <a href="/cdn-cgi/l/email-protection#2048454c4c4f6053555045524348415247454d450e434f4d" class="dropdown-item">
                            <div class="dropdown-item-text">
                                <div class="dropdown-item-title">Book a Demo</div>
                                <div class="dropdown-item-desc">See it live with your data</div>
                            </div>
                        </a>
                    </div>
                </div>
            </div>
        </div>

        <!-- Agents dropdown -->
        <div class="nav-dropdown">
            <a href="#agents" class="nav-trigger">Agents <svg class="chevron" viewBox="0 0 12 12" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3 4.5L6 7.5L9 4.5"/></svg></a>
            <div class="dropdown-panel dropdown-agents">
                <div class="dropdown-cols">
                    <div class="dropdown-col">
                        <div class="dropdown-col-header">Live</div>
                        <a href="https://blog-iq.com" class="dropdown-item" target="_blank">
                            <span class="status-dot live"></span>
                            <div class="dropdown-item-text">
                                <div class="dropdown-item-title">BlogIQ</div>
                                <div class="dropdown-item-desc">AI-powered blog content at scale</div>
                            </div>
                        </a>
                        <a href="https://checkout-iq.com" class="dropdown-item" target="_blank">
                            <span class="status-dot live"></span>
                            <div class="dropdown-item-text">
                                <div class="dropdown-item-title">CheckoutIQ</div>
                                <div class="dropdown-item-desc">Conversion-optimized checkout flows</div>
                            </div>
                        </a>
                        <a href="https://restock-iq.com" class="dropdown-item" target="_blank">
                            <span class="status-dot live"></span>
                            <div class="dropdown-item-text">
                                <div class="dropdown-item-title">RestockIQ</div>
                                <div class="dropdown-item-desc">Intelligent inventory replenishment</div>
                            </div>
                        </a>
                    </div>
                    <div class="dropdown-col">
                        <div class="dropdown-col-header">Coming Soon</div>
                        <a href="#agents" class="dropdown-item">
                            <span class="status-dot soon"></span>
                            <div class="dropdown-item-text">
                                <div class="dropdown-item-title">AdsIQ</div>
                                <div class="dropdown-item-desc">Manage ads across Google, Meta, TikTok, Amazon</div>
                            </div>
                        </a>
                        <a href="#agents" class="dropdown-item">
                            <span class="status-dot soon"></span>
                            <div class="dropdown-item-text">
                                <div class="dropdown-item-title">RankIQ</div>
                                <div class="dropdown-item-desc">SEO + LLMO optimization for Google and AI search</div>
                            </div>
                        </a>
                        <a href="#agents" class="dropdown-item">
                            <span class="status-dot soon"></span>
                            <div class="dropdown-item-text">
                                <div class="dropdown-item-title">FeedsIQ</div>
                                <div class="dropdown-item-desc">Product feed optimization for MC, Meta, Amazon</div>
                            </div>
                        </a>
                        <a href="#agents" class="dropdown-item">
                            <span class="status-dot soon"></span>
                            <div class="dropdown-item-text">
                                <div class="dropdown-item-title">RetentionIQ</div>
                                <div class="dropdown-item-desc">Email flow audits and content optimization</div>
                            </div>
                        </a>
                    </div>
                    <div class="dropdown-col">
                        <div class="dropdown-col-header">&nbsp;</div>
                        <a href="#agents" class="dropdown-item">
                            <span class="status-dot soon"></span>
                            <div class="dropdown-item-text">
                                <div class="dropdown-item-title">MarketplaceIQ</div>
                                <div class="dropdown-item-desc">Amazon listing optimization and PPC</div>
                            </div>
                        </a>
                        <a href="#agents" class="dropdown-item">
                            <span class="status-dot soon"></span>
                            <div class="dropdown-item-text">
                                <div class="dropdown-item-title">StoresIQ</div>
                                <div class="dropdown-item-desc">Shopify store management and translations</div>
                            </div>
                        </a>
                        <a href="#agents" class="dropdown-item">
                            <span class="status-dot soon"></span>
                            <div class="dropdown-item-text">
                                <div class="dropdown-item-title">NpdIQ</div>
                                <div class="dropdown-item-desc">New product development with market data</div>
                            </div>
                        </a>
                    </div>
                </div>
                <div class="dropdown-bottom-link">
                    <a href="#agents">View all agents &rarr;</a>
                </div>
            </div>
        </div>

        <!-- Intelligence (simple link) -->
        <a href="#intelligence" class="nav-link-simple">Intelligence</a>

        <!-- Company dropdown -->
        <div class="nav-dropdown">
            <a href="#company" class="nav-trigger">Company <svg class="chevron" viewBox="0 0 12 12" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3 4.5L6 7.5L9 4.5"/></svg></a>
            <div class="dropdown-panel dropdown-company">
                <div class="dropdown-cols">
                    <div class="dropdown-col">
                        <div class="dropdown-col-header">About</div>
                        <a href="https://excitefoundry.com" class="dropdown-item" target="_blank">
                            <div class="dropdown-item-text">
                                <div class="dropdown-item-title">Excite Foundry</div>
                                <div class="dropdown-item-desc">Our parent company</div>
                            </div>
                        </a>
                        <a href="#company" class="dropdown-item">
                            <div class="dropdown-item-text">
                                <div class="dropdown-item-title">Team</div>
                            </div>
                        </a>
                        <a href="/cdn-cgi/l/email-protection#543c3138383b142721243126373c3526333139317a373b39" class="dropdown-item">
                            <div class="dropdown-item-text">
                                <div class="dropdown-item-title">Contact</div>
                            </div>
                        </a>
                    </div>
                    <div class="dropdown-col">
                        <div class="dropdown-col-header">Resources</div>
                        <span class="dropdown-item" style="cursor: default;">
                            <div class="dropdown-item-text">
                                <div class="dropdown-item-title">Blog <span class="coming-soon-badge">Soon</span></div>
                            </div>
                        </span>
                        <span class="dropdown-item" style="cursor: default;">
                            <div class="dropdown-item-text">
                                <div class="dropdown-item-title">Case Studies <span class="coming-soon-badge">Soon</span></div>
                            </div>
                        </span>
                        <a href="/cdn-cgi/l/email-protection#94fcf1f8f8fbd4e7e1e4f1e6f7fcf5e6f3f1f9f1baf7fbf9" class="dropdown-item">
                            <div class="dropdown-item-text">
                                <div class="dropdown-item-title">Careers</div>
                            </div>
                        </a>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <div class="nav-right">
        <a href="https://app.superchargeme.com" class="nav-signin">Sign In</a>
        <button class="nav-hamburger" id="navHamburger" aria-label="Open menu">
            <span></span><span></span><span></span>
        </button>
        <a href="#request-access" class="nav-cta">Request Access</a>
    </div>
</nav>

<!-- Mobile nav overlay -->
<div class="mobile-nav-overlay" id="mobileNav">
    <button class="mobile-nav-close" id="mobileNavClose" aria-label="Close menu">
        <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M18 6L6 18M6 6l12 12"/></svg>
    </button>

    <div class="mobile-nav-section">
        <button class="mobile-nav-toggle">Platform <svg class="chevron" viewBox="0 0 12 12" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3 4.5L6 7.5L9 4.5"/></svg></button>
        <div class="mobile-nav-content">
            <div class="dropdown-col-header">Overview</div>
            <a href="#how" class="dropdown-item"><div class="dropdown-item-text"><div class="dropdown-item-title">How It Works</div></div></a>
            <a href="#company" class="dropdown-item"><div class="dropdown-item-text"><div class="dropdown-item-title">Why SuperchargeMe</div></div></a>
            <div class="dropdown-col-header">Intelligence</div>
            <a href="https://app.superchargeme.com" class="dropdown-item" target="_blank"><div class="dropdown-item-text"><div class="dropdown-item-title">Dashboard</div></div></a>
            <a href="#intelligence" class="dropdown-item"><div class="dropdown-item-text"><div class="dropdown-item-title">Chat With Data</div></div></a>
            <div class="dropdown-col-header">Getting Started</div>
            <a href="#request-access" class="dropdown-item"><div class="dropdown-item-text"><div class="dropdown-item-title">Request Access</div></div></a>
            <a href="/cdn-cgi/l/email-protection#ec8489808083ac9f999c899e8f848d9e8b898189c28f8381" class="dropdown-item"><div class="dropdown-item-text"><div class="dropdown-item-title">Book a Demo</div></div></a>
        </div>
    </div>

    <div class="mobile-nav-section">
        <button class="mobile-nav-toggle">Agents <svg class="chevron" viewBox="0 0 12 12" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3 4.5L6 7.5L9 4.5"/></svg></button>
        <div class="mobile-nav-content">
            <div class="dropdown-col-header">Live</div>
            <a href="https://blog-iq.com" class="dropdown-item" target="_blank"><span class="status-dot live"></span><div class="dropdown-item-text"><div class="dropdown-item-title">BlogIQ</div><div class="dropdown-item-desc">AI-powered blog content at scale</div></div></a>
            <a href="https://checkout-iq.com" class="dropdown-item" target="_blank"><span class="status-dot live"></span><div class="dropdown-item-text"><div class="dropdown-item-title">CheckoutIQ</div><div class="dropdown-item-desc">Conversion-optimized checkout flows</div></div></a>
            <a href="https://restock-iq.com" class="dropdown-item" target="_blank"><span class="status-dot live"></span><div class="dropdown-item-text"><div class="dropdown-item-title">RestockIQ</div><div class="dropdown-item-desc">Intelligent inventory replenishment</div></div></a>
            <div class="dropdown-col-header">Coming Soon</div>
            <span class="dropdown-soon-item"><span class="status-dot soon"></span>AdsIQ</span>
            <span class="dropdown-soon-item"><span class="status-dot soon"></span>RankIQ</span>
            <span class="dropdown-soon-item"><span class="status-dot soon"></span>FeedsIQ</span>
            <span class="dropdown-soon-item"><span class="status-dot soon"></span>RetentionIQ</span>
            <span class="dropdown-soon-item"><span class="status-dot soon"></span>MarketplaceIQ</span>
            <span class="dropdown-soon-item"><span class="status-dot soon"></span>StoresIQ</span>
            <span class="dropdown-soon-item"><span class="status-dot soon"></span>NpdIQ</span>
        </div>
    </div>

    <a href="#intelligence" class="mobile-nav-simple">Intelligence</a>

    <div class="mobile-nav-section">
        <button class="mobile-nav-toggle">Company <svg class="chevron" viewBox="0 0 12 12" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3 4.5L6 7.5L9 4.5"/></svg></button>
        <div class="mobile-nav-content">
            <div class="dropdown-col-header">About</div>
            <a href="https://excitefoundry.com" class="dropdown-item" target="_blank"><div class="dropdown-item-text"><div class="dropdown-item-title">Excite Foundry</div></div></a>
            <a href="#company" class="dropdown-item"><div class="dropdown-item-text"><div class="dropdown-item-title">Team</div></div></a>
            <a href="/cdn-cgi/l/email-protection#7a121f1616153a090f0a1f0819121b081d1f171f54191517" class="dropdown-item"><div class="dropdown-item-text"><div class="dropdown-item-title">Contact</div></div></a>
            <div class="dropdown-col-header">Resources</div>
            <span class="dropdown-item"><div class="dropdown-item-text"><div class="dropdown-item-title">Blog <span class="coming-soon-badge">Soon</span></div></div></span>
            <span class="dropdown-item"><div class="dropdown-item-text"><div class="dropdown-item-title">Case Studies <span class="coming-soon-badge">Soon</span></div></div></span>
            <a href="/cdn-cgi/l/email-protection#e38b868f8f8ca39096938691808b829184868e86cd808c8e" class="dropdown-item"><div class="dropdown-item-text"><div class="dropdown-item-title">Careers</div></div></a>
        </div>
    </div>

    <div class="mobile-nav-cta-group">
        <a href="#request-access" class="nav-cta">Request Access</a>
        <a href="https://app.superchargeme.com" class="nav-signin">Sign In</a>
    </div>
</div>

<!-- ==================== HERO (WHITE + gradient blobs) ==================== -->
<section class="hero" id="hero">
    <!-- Neural network canvas -->
    <canvas id="heroCanvas" class="hero-canvas"></canvas>

    <!-- Soft gradient blobs -->
    <div class="hero-blob hero-blob-1"></div>
    <div class="hero-blob hero-blob-2"></div>
    <div class="hero-blob hero-blob-3"></div>

    <!-- Floating geometric shapes -->
    <div class="hero-shape hero-shape-1"><svg viewBox="0 0 24 24" fill="var(--accent)" xmlns="http://www.w3.org/2000/svg"><path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z"/></svg></div>
    <div class="hero-shape hero-shape-2"><svg viewBox="0 0 24 24" fill="var(--accent)" xmlns="http://www.w3.org/2000/svg"><path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z"/></svg></div>
    <div class="hero-shape hero-shape-3"><svg viewBox="0 0 24 24" fill="var(--accent)" xmlns="http://www.w3.org/2000/svg"><path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z"/></svg></div>
    <div class="hero-shape hero-shape-4"><svg viewBox="0 0 24 24" fill="var(--accent)" xmlns="http://www.w3.org/2000/svg"><path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z"/></svg></div>
    <div class="hero-shape hero-shape-5"><svg viewBox="0 0 24 24" fill="var(--accent)" xmlns="http://www.w3.org/2000/svg"><path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z"/></svg></div>
    <div class="hero-shape hero-shape-6"><svg viewBox="0 0 24 24" fill="var(--accent)" xmlns="http://www.w3.org/2000/svg"><path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z"/></svg></div>
    <div class="hero-shape hero-shape-7"><svg viewBox="0 0 24 24" fill="var(--accent)" xmlns="http://www.w3.org/2000/svg"><path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z"/></svg></div>
    <div class="hero-shape hero-shape-8"><svg viewBox="0 0 24 24" fill="var(--accent)" xmlns="http://www.w3.org/2000/svg"><path d="M13 2L3 14h9l-1 8 10-12h-9l1-8z"/></svg></div>

    <div class="hero-content">
        <h1 class="hero-title">AI Teammates That Run<br>Your E-Commerce Ops</h1>
        <p class="hero-sub">The AI model is the engine. We built the car. Every brand has access to ChatGPT and Claude &mdash; the difference is what&rsquo;s connected to them. Live data, real actions, persistent memory, and 600M+ data points.</p>
        <div class="hero-ctas">
            <a href="#request-access" class="btn-primary">Request Access</a>
            <a href="#agents" class="btn-ghost">See the Agents</a>
        </div>

        <!-- Feature pills (Mixpanel-style horizontal row) -->
        <div class="hero-features">
            <div class="hero-feature-pill">
                <span class="pill-icon">&#128172;</span>
                <span>Slack & Teams</span>
            </div>
            <div class="hero-feature-pill">
                <span class="pill-icon">&#9889;</span>
                <span>AI Agents</span>
            </div>
            <div class="hero-feature-pill">
                <span class="pill-icon">&#128202;</span>
                <span>Analytics</span>
            </div>
            <div class="hero-feature-pill">
                <span class="pill-icon">&#128269;</span>
                <span>SEO + LLMO</span>
            </div>
            <div class="hero-feature-pill">
                <span class="pill-icon">&#128176;</span>
                <span>Ad Management</span>
            </div>
            <div class="hero-feature-pill">
                <span class="pill-icon">&#128230;</span>
                <span>Product Feeds</span>
            </div>
            <div class="hero-feature-pill">
                <span class="pill-icon">&#128231;</span>
                <span>Retention</span>
            </div>
        </div>

        <!-- Trust bar with ticker -->
        <div class="hero-trust">
            <p class="hero-trust-label">Built and battle-tested across these brands</p>
            <div class="ticker-wrapper">
                <div class="ticker-inner">
                    <span>Sand & Sky</span>
                    <span>eb5</span>
                    <span>StoneStream</span>
                    <span>SkinnyMint</span>
                    <span>KeraFiber</span>
                    <span>MineralStream</span>
                    <span>SuperTots</span>
                    <span>YogaPaws</span>
                    <span>BodyBoss</span>
                    <span>+5 more</span>
                    <!-- Duplicate for seamless loop -->
                    <span>Sand & Sky</span>
                    <span>eb5</span>
                    <span>StoneStream</span>
                    <span>SkinnyMint</span>
                    <span>KeraFiber</span>
                    <span>MineralStream</span>
                    <span>SuperTots</span>
                    <span>YogaPaws</span>
                    <span>BodyBoss</span>
                    <span>+5 more</span>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- ==================== STATS (WHITE) ==================== -->
<section class="stats">
    <div class="container">
        <div class="stats-grid" data-a="up">
            <div class="stat">
                <div class="stat-number" data-count="600">600M+</div>
                <div class="stat-label">Total Data Points</div>
                <div class="stat-sublabel">Orders, ads, keywords, inventory, emails</div>
            </div>
            <div class="stat">
                <div class="stat-number" data-count="80">80M+</div>
                <div class="stat-label">Ad Intelligence</div>
                <div class="stat-sublabel">Ad records across Google, Meta, Amazon</div>
            </div>
            <div class="stat">
                <div class="stat-number" data-count="60">60+</div>
                <div class="stat-label">Specialist Skills</div>
                <div class="stat-sublabel">Pre-built playbooks from real learnings</div>
            </div>
            <div class="stat">
                <div class="stat-number" data-count="12">12</div>
                <div class="stat-label">Expert Agents</div>
                <div class="stat-sublabel">Deployed on Slack & Teams</div>
            </div>
        </div>
    </div>
</section>


<div class="blob-transition to-dark"><div class="blob b1"></div><div class="blob b2"></div><div class="blob b3"></div></div>
<!-- ==================== AGENTS (DARK) ==================== -->
<section class="agents dark-section" id="agents">
    <!-- Gradient mesh orbs -->
    <div class="gradient-mesh" style="width:700px;height:700px;top:10%;right:-250px;background:radial-gradient(50% 50%,rgba(124,58,237,0.1) 0%,transparent 70%);"></div>
    <div class="gradient-mesh" style="width:500px;height:500px;bottom:5%;left:-200px;background:radial-gradient(50% 50%,rgba(167,139,250,0.06) 0%,transparent 70%);"></div>
    <div class="container">
        <div class="section-label" data-a="up">THE AGENTS</div>
        <h2 class="section-title" data-a="up">Your AI Team on Slack and Teams</h2>
        <p class="section-sub" data-a="up">Specialist agents deployed as remote team members. Each one handles a different part of your operations — here's what they see.</p>

        <div class="team-grid">

            <!-- Growth Agent -->
            <div class="team-card" style="--card-accent:#22c55e;" data-a="up" data-delay="0s">
                <div class="team-card-header">
                    <span class="team-card-dot"></span>
                    <h3>Growth Agent</h3>
                </div>
                <p class="team-card-desc">Weekly ad reviews across Google, Meta, TikTok, Amazon. Scales winners, pauses underperformers.</p>
                <div class="team-card-mockup">
                    <table>
                        <tr><th>Campaign</th><th>Spend</th><th>ROAS</th><th>Action</th></tr>
                        <tr><td>Brand - Search</td><td>$2.4K</td><td>5.2x</td><td><span class="mockup-pill green">Scale</span></td></tr>
                        <tr><td>Non-Brand - Shop</td><td>$1.8K</td><td>3.1x</td><td><span class="mockup-pill green">Scale</span></td></tr>
                        <tr><td>Prospecting</td><td>$3.2K</td><td>0.8x</td><td><span class="mockup-pill muted">Paused</span></td></tr>
                        <tr><td>Retargeting</td><td>$890</td><td>4.7x</td><td><span class="mockup-pill green">Scale</span></td></tr>
                    </table>
                </div>
                <a href="#request-access" class="team-card-link">Growth Agent &rarr;</a>
            </div>

            <!-- Content Agent -->
            <div class="team-card" style="--card-accent:#3b82f6;" data-a="up" data-delay="0.08s">
                <div class="team-card-header">
                    <span class="team-card-dot"></span>
                    <h3>Content Agent</h3>
                </div>
                <p class="team-card-desc">Researches keywords, writes in brand voice, publishes to Shopify. LLMO-optimized for AI citation.</p>
                <div class="team-card-mockup">
                    <table>
                        <tr><th>Article</th><th>SEO</th><th>LLMO</th><th>Status</th></tr>
                        <tr><td>Retinol vs Retinyl Palmitate</td><td><span class="mockup-score" style="color:#059669;">94</span></td><td><span style="color:#7C3AED;">&#10003;</span></td><td><span class="mockup-pill green">Published</span></td></tr>
                        <tr><td>Best Clay Masks for Oily Skin</td><td><span class="mockup-score" style="color:#059669;">88</span></td><td><span style="color:#7C3AED;">&#10003;</span></td><td><span class="mockup-pill blue">Publishing...</span></td></tr>
                        <tr><td>Ionic Shower Head Benefits</td><td><span class="mockup-score" style="color:#059669;">91</span></td><td><span style="color:#7C3AED;">&#10003;</span></td><td><span class="mockup-pill muted">Draft</span></td></tr>
                    </table>
                </div>
                <a href="#request-access" class="team-card-link">Content Agent &rarr;</a>
            </div>

            <!-- SEO Agent -->
            <div class="team-card" style="--card-accent:#14b8a6;" data-a="up" data-delay="0.16s">
                <div class="team-card-header">
                    <span class="team-card-dot"></span>
                    <h3>SEO Agent</h3>
                </div>
                <p class="team-card-desc">Monitors rankings, fixes technical issues, runs 8-dimension audits, tracks competitors.</p>
                <div class="team-card-mockup">
                    <div style="display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;">
                        <span style="color:#6B7280;">Technical</span>
                        <span class="mockup-score" style="color:#22c55e;">9.2 / 10</span>
                    </div>
                    <div style="margin-bottom:12px;"><span class="mockup-bar"><span class="mockup-bar-fill" style="width:92%;background:#22c55e;border-radius:3px;"></span></span></div>
                    <div style="display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;">
                        <span style="color:#6B7280;">Content</span>
                        <span class="mockup-score" style="color:#f59e0b;">7.8 / 10</span>
                    </div>
                    <div style="margin-bottom:12px;"><span class="mockup-bar"><span class="mockup-bar-fill" style="width:78%;background:#f59e0b;border-radius:3px;"></span></span></div>
                    <div style="display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;">
                        <span style="color:#6B7280;">Schema</span>
                        <span class="mockup-score" style="color:#22c55e;">8.5 / 10</span>
                    </div>
                    <div style="margin-bottom:12px;"><span class="mockup-bar"><span class="mockup-bar-fill" style="width:85%;background:#22c55e;border-radius:3px;"></span></span></div>
                    <div style="display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;">
                        <span style="color:#6B7280;">Speed</span>
                        <span class="mockup-score" style="color:#f59e0b;">6.4 / 10</span>
                    </div>
                    <div style="margin-bottom:0;"><span class="mockup-bar"><span class="mockup-bar-fill" style="width:64%;background:#f59e0b;border-radius:3px;"></span></span></div>
                    <div class="mockup-summary"><span style="color:#0D9488;">3 issues found</span> &mdash; 2 auto-fixed</div>
                </div>
                <a href="#request-access" class="team-card-link">SEO Agent &rarr;</a>
            </div>

            <!-- Amazon Agent -->
            <div class="team-card" style="--card-accent:#f59e0b;" data-a="up" data-delay="0.24s">
                <div class="team-card-header">
                    <span class="team-card-dot"></span>
                    <h3>Amazon Agent</h3>
                </div>
                <p class="team-card-desc">Optimizes listings, manages PPC, detects trends from Brand Analytics across US/UK/AU.</p>
                <div class="team-card-mockup">
                    <div style="display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #E5E7EB;">
                        <span style="color:#9CA3AF;font-size:10px;text-transform:uppercase;letter-spacing:0.5px;font-weight:600;">ASIN: B08X7...</span>
                        <span style="font-size:12px;"><span style="color:#9CA3AF;">Score:</span> <span style="color:#DC2626;text-decoration:line-through;">72</span> <span style="color:#059669;font-weight:600;">91</span></span>
                    </div>
                    <div style="margin-bottom:6px;"><span style="color:#059669;">&#10003;</span> <span style="color:#6B7280;">Title:</span> Optimized <span style="color:#9CA3AF;">(+4 keywords)</span></div>
                    <div style="margin-bottom:6px;"><span style="color:#059669;">&#10003;</span> <span style="color:#6B7280;">Bullets:</span> Rewritten <span style="color:#9CA3AF;">(5/5)</span></div>
                    <div style="margin-bottom:6px;"><span style="color:#059669;">&#10003;</span> <span style="color:#6B7280;">Search:</span> Updated <span style="color:#9CA3AF;">(backend terms)</span></div>
                    <div style="margin-bottom:10px;"><span style="color:#059669;">&#9650;</span> <span style="color:#6B7280;">BSR:</span> <span style="font-weight:600;color:#374151;">#1,247</span> <span style="color:#9CA3AF;">from #3,890</span></div>
                    <div style="padding-top:10px;border-top:1px solid #E5E7EB;display:flex;gap:12px;">
                        <div style="flex:1;text-align:center;padding:6px;background:#F0FDF4;border-radius:6px;">
                            <div style="font-size:10px;color:#9CA3AF;margin-bottom:2px;">PPC ACOS</div>
                            <div style="font-size:14px;font-weight:600;color:#059669;">18.2%</div>
                        </div>
                        <div style="flex:1;text-align:center;padding:6px;background:#FFF7ED;border-radius:6px;">
                            <div style="font-size:10px;color:#9CA3AF;margin-bottom:2px;">Sessions</div>
                            <div style="font-size:14px;font-weight:600;color:#D97706;">2.4K</div>
                        </div>
                        <div style="flex:1;text-align:center;padding:6px;background:#EFF6FF;border-radius:6px;">
                            <div style="font-size:10px;color:#9CA3AF;margin-bottom:2px;">CVR</div>
                            <div style="font-size:14px;font-weight:600;color:#2563EB;">12.8%</div>
                        </div>
                    </div>
                </div>
                <a href="#request-access" class="team-card-link">Amazon Agent &rarr;</a>
            </div>

            <!-- Ops Agent -->
            <div class="team-card" style="--card-accent:#ef4444;" data-a="up" data-delay="0.32s">
                <div class="team-card-header">
                    <span class="team-card-dot"></span>
                    <h3>Ops Agent</h3>
                </div>
                <p class="team-card-desc">Connects ad performance to inventory levels. Alerts before stockouts. Coordinates ads and supply chain.</p>
                <div class="team-card-mockup">
                    <div style="font-size:10px;font-weight:600;color:#DC2626;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:10px;">&#9888; 2 reorder alerts</div>
                    <div style="display:flex;align-items:center;gap:6px;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #F3F4F6;">
                        <span class="mockup-pill red">SKU-4821</span>
                        <span style="color:#6B7280;">19 days left</span>
                        <span style="color:#9CA3AF;margin-left:auto;">Reorder by Mar 28</span>
                    </div>
                    <div style="display:flex;align-items:center;gap:6px;margin-bottom:12px;">
                        <span class="mockup-pill amber">SKU-1055</span>
                        <span style="color:#6B7280;">8 days left</span>
                        <span class="mockup-pill green" style="margin-left:auto;">PO submitted</span>
                    </div>
                    <div class="mockup-summary"><span style="color:#059669;">&#10003;</span> 3 campaigns auto-paused (low stock)</div>
                </div>
                <a href="#request-access" class="team-card-link">Ops Agent &rarr;</a>
            </div>

            <!-- NPD Agent -->
            <div class="team-card" style="--card-accent:#d4a017;" data-a="up" data-delay="0.4s">
                <div class="team-card-header">
                    <span class="team-card-dot"></span>
                    <h3>NPD Agent</h3>
                </div>
                <p class="team-card-desc">Scores 20-40 product concepts on 7 dimensions in under 60 minutes using real market data.</p>
                <div class="team-card-mockup">
                    <table>
                        <tr><th>#</th><th>Concept</th><th>Score</th><th></th></tr>
                        <tr><td style="color:#d4a017;font-weight:600;">1</td><td>Vitamin C Serum Set</td><td><span class="mockup-score" style="color:#059669;">87/100</span></td><td><span class="mockup-stars">&#9733;&#9733;&#9733;&#9733;</span></td></tr>
                        <tr><td style="color:#d4a017;font-weight:600;">2</td><td>Exfoliating Body Wash</td><td><span class="mockup-score" style="color:#059669;">82/100</span></td><td><span class="mockup-stars">&#9733;&#9733;&#9733;&#9733;</span></td></tr>
                        <tr><td style="color:#d4a017;font-weight:600;">3</td><td>Scalp Treatment Oil</td><td><span class="mockup-score" style="color:#6B7280;">76/100</span></td><td><span class="mockup-stars">&#9733;&#9733;&#9733;</span></td></tr>
                    </table>
                    <div class="mockup-summary">23 concepts scored &mdash; 4 recommended</div>
                </div>
                <a href="#request-access" class="team-card-link">NPD Agent &rarr;</a>
            </div>

        </div>

        <div class="agent-footer" data-a="up">
            + Pricing, Translation, Creative Analyst, Klaviyo Auditor, Feed Optimizer, CRO, and more — <strong>60+ specialist skills available.</strong>
        </div>
    </div>
</section>

<!-- ==================== SLACK ALERTS (DARK -- seamless from playbooks) ==================== -->
<section class="slack-alerts dark-section" id="slack-alerts">
    <div class="gradient-mesh" style="width:500px;height:500px;bottom:-50px;left:-150px;background:radial-gradient(50% 50%,rgba(167,139,250,0.06) 0%,transparent 70%);"></div>
    <div class="container">
        <div class="section-label" data-a="up">DEEP DIVE: OPS AGENT — ADS &harr; INVENTORY &harr; SUPPLY CHAIN</div>
        <h2 class="section-title" data-a="up">What Your Ops Team Sees on Slack and Teams Every Morning</h2>

        <div class="slack-window" data-a="up">
            <div class="slack-titlebar">
                <span class="slack-channel">ops-alerts</span>
                <div class="slack-dots"><span></span><span></span><span></span></div>
            </div>
            <div class="slack-messages">
                <!-- URGENT -->
                <div class="slack-msg">
                    <div class="slack-avatar">&#9889;</div>
                    <div class="slack-msg-content">
                        <div class="slack-msg-header">
                            <span class="slack-msg-name">SuperchargeMe Ops</span>
                            <span class="slack-msg-badge">APP</span>
                            <span class="slack-msg-time">9:02 AM</span>
                        </div>
                        <div class="slack-attachment" style="border-left-color: #ef4444;">
                            <div class="slack-alert-level" style="color: #ef4444;">&#128308; URGENT &mdash; Act today</div>
                            <strong>SKU-4821 &middot; Waterproof Jacket (Black, S/M/L)</strong><br>
                            Meta ROAS: <strong>3.8x</strong> (&uarr; from 2.1x) &middot; Daily: <strong>47 units</strong><br>
                            Stock: <strong>892 units</strong> &middot; 19 days remaining<br>
                            Lead time: 6wk &middot; Last safe reorder: <strong>4 days</strong><br><br>
                            If no reorder &rarr; stockout in 12 days<br>
                            Est. lost revenue: <strong>$38K</strong>
                            <div class="slack-buttons">
                                <span class="slack-btn">Reorder Now</span>
                                <span class="slack-btn">Snooze</span>
                                <span class="slack-btn">View Details</span>
                            </div>
                        </div>
                    </div>
                </div>
                <!-- WARNING -->
                <div class="slack-msg">
                    <div class="slack-avatar">&#9889;</div>
                    <div class="slack-msg-content">
                        <div class="slack-msg-header">
                            <span class="slack-msg-name">SuperchargeMe Ops</span>
                            <span class="slack-msg-badge">APP</span>
                            <span class="slack-msg-time">9:02 AM</span>
                        </div>
                        <div class="slack-attachment" style="border-left-color: #f59e0b;">
                            <div class="slack-alert-level" style="color: #f59e0b;">&#128993; WARNING &mdash; Act this week</div>
                            <strong>SKU-7103 &middot; Down Jacket (Moss)</strong><br>
                            <strong>803 days</strong> of supply &middot; OVERSTOCKED<br>
                            Recommendation: Reduce price 20% or bundle
                            <div class="slack-buttons">
                                <span class="slack-btn">Create Discount</span>
                                <span class="slack-btn">Dismiss</span>
                            </div>
                        </div>
                    </div>
                </div>
                <!-- OPPORTUNITY -->
                <div class="slack-msg">
                    <div class="slack-avatar">&#9889;</div>
                    <div class="slack-msg-content">
                        <div class="slack-msg-header">
                            <span class="slack-msg-name">SuperchargeMe Ops</span>
                            <span class="slack-msg-badge">APP</span>
                            <span class="slack-msg-time">9:02 AM</span>
                        </div>
                        <div class="slack-attachment" style="border-left-color: #3b82f6;">
                            <div class="slack-alert-level" style="color: #3b82f6;">&#128309; OPPORTUNITY</div>
                            Competitor OOS on Amazon (BSR <strong>#2,400</strong>)<br>
                            Recommendation: Increase PPC bid 25% for 2 weeks<br>
                            Est. revenue: <strong>+$4-8K</strong>
                            <div class="slack-buttons">
                                <span class="slack-btn">Boost PPC</span>
                                <span class="slack-btn">Skip</span>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="slack-input">&#9993; Message #ops-alerts</div>
        </div>
    </div>
</section>


<div class="blob-transition from-dark"><div class="blob b1"></div><div class="blob b2"></div><div class="blob b3"></div></div>
<!-- ==================== BLOGIQ SHOWCASE ==================== -->
<section class="product-showcase bg-white showcase-blogiq">
    <div class="container">
        <div class="showcase-layout">
            <div class="showcase-text">
                <div class="showcase-label" data-a="up">BLOGIQ</div>
                <h2 class="showcase-title" data-a="up">Content that ranks on Google and gets cited by ChatGPT</h2>
                <div class="showcase-stat" data-a="up">
                    <span class="showcase-stat-number">67%</span>
                    <span class="showcase-stat-label">of product discovery will happen via AI by 2026</span>
                </div>
                <ul class="showcase-features">
                    <li data-a="up" style="transition-delay:0s">End-to-end content pipeline &mdash; research, write, publish</li>
                    <li data-a="up" style="transition-delay:0.1s">LLMO optimization &mdash; built for ChatGPT, Perplexity, Claude</li>
                    <li data-a="up" style="transition-delay:0.2s">AI Visibility Score &mdash; track rankings across Google and AI</li>
                </ul>
                <a href="https://blog-iq.com" class="showcase-cta" data-a="up">Try BlogIQ &rarr;</a>
            </div>
            <div class="showcase-visual" data-a="scale">
                <div class="showcase-mockup">
                    <!-- Tab bar -->
                    <div style="display:flex;gap:0;margin-bottom:20px;border-bottom:1px solid rgba(123,70,246,0.2);">
                        <div style="padding:8px 16px;font-size:12px;font-weight:600;color:#7B46F6;border-bottom:2px solid #7B46F6;font-family:var(--font-mono);">Google</div>
                        <div style="padding:8px 16px;font-size:12px;font-weight:500;color:rgba(255,255,255,0.4);font-family:var(--font-mono);">ChatGPT</div>
                        <div style="padding:8px 16px;font-size:12px;font-weight:500;color:rgba(255,255,255,0.4);font-family:var(--font-mono);">Perplexity</div>
                    </div>
                    <!-- Article rows -->
                    <div style="display:flex;flex-direction:column;gap:10px;margin-bottom:24px;">
                        <div style="display:flex;align-items:center;gap:12px;padding:10px 12px;background:rgba(255,255,255,0.04);border-radius:8px;">
                            <div style="flex:1;font-size:12px;color:rgba(255,255,255,0.7);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;">Best Clay Masks for Oily Skin</div>
                            <span style="font-family:var(--font-mono);font-size:11px;font-weight:600;padding:3px 8px;border-radius:100px;background:rgba(34,197,94,0.15);color:#22c55e;">92</span>
                            <span style="font-family:var(--font-mono);font-size:11px;font-weight:600;padding:3px 8px;border-radius:100px;background:rgba(123,70,246,0.15);color:#A78BFA;">87</span>
                        </div>
                        <div style="display:flex;align-items:center;gap:12px;padding:10px 12px;background:rgba(255,255,255,0.04);border-radius:8px;">
                            <div style="flex:1;font-size:12px;color:rgba(255,255,255,0.7);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;">Retinol vs Retinyl Palmitate</div>
                            <span style="font-family:var(--font-mono);font-size:11px;font-weight:600;padding:3px 8px;border-radius:100px;background:rgba(34,197,94,0.15);color:#22c55e;">88</span>
                            <span style="font-family:var(--font-mono);font-size:11px;font-weight:600;padding:3px 8px;border-radius:100px;background:rgba(123,70,246,0.15);color:#A78BFA;">91</span>
                        </div>
                        <div style="display:flex;align-items:center;gap:12px;padding:10px 12px;background:rgba(255,255,255,0.04);border-radius:8px;">
                            <div style="flex:1;font-size:12px;color:rgba(255,255,255,0.7);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;">Ionic Shower Head Benefits</div>
                            <span style="font-family:var(--font-mono);font-size:11px;font-weight:600;padding:3px 8px;border-radius:100px;background:rgba(34,197,94,0.15);color:#22c55e;">85</span>
                            <span style="font-family:var(--font-mono);font-size:11px;font-weight:600;padding:3px 8px;border-radius:100px;background:rgba(123,70,246,0.15);color:#A78BFA;">79</span>
                        </div>
                    </div>
                    <!-- Score labels -->
                    <div style="display:flex;justify-content:flex-end;gap:16px;margin-bottom:20px;">
                        <div style="display:flex;align-items:center;gap:6px;font-size:10px;color:rgba(255,255,255,0.4);font-family:var(--font-mono);">
                            <span style="width:8px;height:8px;border-radius:50%;background:#22c55e;display:inline-block;"></span> SEO
                        </div>
                        <div style="display:flex;align-items:center;gap:6px;font-size:10px;color:rgba(255,255,255,0.4);font-family:var(--font-mono);">
                            <span style="width:8px;height:8px;border-radius:50%;background:#7B46F6;display:inline-block;"></span> LLMO
                        </div>
                    </div>
                    <!-- Mini bar chart -->
                    <div style="border-top:1px solid rgba(255,255,255,0.08);padding-top:16px;">
                        <div style="font-size:10px;font-weight:600;color:rgba(255,255,255,0.5);letter-spacing:1px;text-transform:uppercase;margin-bottom:12px;font-family:var(--font-mono);">Organic Traffic</div>
                        <div style="display:flex;align-items:flex-end;gap:4px;height:48px;">
                            <div style="flex:1;background:rgba(123,70,246,0.2);border-radius:3px 3px 0 0;height:30%;"></div>
                            <div style="flex:1;background:rgba(123,70,246,0.25);border-radius:3px 3px 0 0;height:35%;"></div>
                            <div style="flex:1;background:rgba(123,70,246,0.3);border-radius:3px 3px 0 0;height:42%;"></div>
                            <div style="flex:1;background:rgba(123,70,246,0.35);border-radius:3px 3px 0 0;height:50%;"></div>
                            <div style="flex:1;background:rgba(123,70,246,0.4);border-radius:3px 3px 0 0;height:55%;"></div>
                            <div style="flex:1;background:rgba(123,70,246,0.5);border-radius:3px 3px 0 0;height:65%;"></div>
                            <div style="flex:1;background:rgba(123,70,246,0.6);border-radius:3px 3px 0 0;height:72%;"></div>
                            <div style="flex:1;background:rgba(123,70,246,0.7);border-radius:3px 3px 0 0;height:80%;"></div>
                            <div style="flex:1;background:rgba(123,70,246,0.8);border-radius:3px 3px 0 0;height:88%;"></div>
                            <div style="flex:1;background:#7B46F6;border-radius:3px 3px 0 0;height:100%;"></div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- ==================== CHECKOUTIQ SHOWCASE ==================== -->
<section class="product-showcase bg-light showcase-checkoutiq">
    <div class="container">
        <div class="showcase-layout reversed">
            <div class="showcase-text">
                <div class="showcase-label" data-a="up">CHECKOUTIQ</div>
                <h2 class="showcase-title" data-a="up">AI shoppers find what your analytics can&rsquo;t</h2>
                <div class="showcase-stat" data-a="up">
                    <span class="showcase-stat-number">13</span>
                    <span class="showcase-stat-label">dimensions scored across your entire checkout experience</span>
                </div>
                <ul class="showcase-features">
                    <li data-a="up" style="transition-delay:0s">AI shoppers browse, search, and checkout — just like real customers</li>
                    <li data-a="up" style="transition-delay:0.1s">Video recordings of every session — see exactly where they drop off</li>
                    <li data-a="up" style="transition-delay:0.2s">No code, no tags — paste a URL and get a full CRO audit in minutes</li>
                </ul>
                <a href="https://checkout-iq.com" class="showcase-cta" data-a="up">Try CheckoutIQ &rarr;</a>
            </div>
            <div class="showcase-visual" data-a="scale">
                <div class="showcase-mockup">
                    <!-- Persona avatars -->
                    <div style="display:flex;gap:12px;margin-bottom:24px;">
                        <div style="width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#0d9488,#14b8a6);display:flex;align-items:center;justify-content:center;font-size:14px;">&#128100;</div>
                        <div style="width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#a78bfa);display:flex;align-items:center;justify-content:center;font-size:14px;">&#128100;</div>
                        <div style="width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#e07a2f,#f59e0b);display:flex;align-items:center;justify-content:center;font-size:14px;">&#128100;</div>
                        <div style="width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#ec4899,#f472b6);display:flex;align-items:center;justify-content:center;font-size:14px;opacity:0.4;">&#128100;</div>
                        <div style="width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#818cf8);display:flex;align-items:center;justify-content:center;font-size:14px;opacity:0.4;">&#128100;</div>
                        <div style="width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#64748b,#94a3b8);display:flex;align-items:center;justify-content:center;font-size:14px;opacity:0.4;">&#128100;</div>
                    </div>
                    <!-- Overall score -->
                    <div style="text-align:center;margin-bottom:24px;">
                        <div style="font-family:var(--font-mono);font-size:56px;font-weight:700;color:#14b8a6;line-height:1;">78</div>
                        <div style="font-size:12px;font-weight:600;color:rgba(255,255,255,0.5);letter-spacing:1px;text-transform:uppercase;margin-top:4px;">Overall CRO Score</div>
                    </div>
                    <!-- Score grid -->
                    <div style="display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px;">
                        <div style="background:rgba(13,148,136,0.1);border:1px solid rgba(13,148,136,0.2);border-radius:10px;padding:14px;">
                            <div style="font-size:11px;color:rgba(255,255,255,0.5);font-weight:500;margin-bottom:4px;">Navigation</div>
                            <div style="font-family:var(--font-mono);font-size:22px;font-weight:700;color:#22c55e;">8.2</div>
                        </div>
                        <div style="background:rgba(239,68,68,0.08);border:1px solid rgba(239,68,68,0.2);border-radius:10px;padding:14px;">
                            <div style="font-size:11px;color:rgba(255,255,255,0.5);font-weight:500;margin-bottom:4px;">Checkout</div>
                            <div style="font-family:var(--font-mono);font-size:22px;font-weight:700;color:#ef4444;">5.4</div>
                        </div>
                        <div style="background:rgba(245,158,11,0.08);border:1px solid rgba(245,158,11,0.2);border-radius:10px;padding:14px;">
                            <div style="font-size:11px;color:rgba(255,255,255,0.5);font-weight:500;margin-bottom:4px;">Trust</div>
                            <div style="font-family:var(--font-mono);font-size:22px;font-weight:700;color:#f59e0b;">6.8</div>
                        </div>
                        <div style="background:rgba(13,148,136,0.1);border:1px solid rgba(13,148,136,0.2);border-radius:10px;padding:14px;">
                            <div style="font-size:11px;color:rgba(255,255,255,0.5);font-weight:500;margin-bottom:4px;">Mobile</div>
                            <div style="font-family:var(--font-mono);font-size:22px;font-weight:700;color:#22c55e;">8.8</div>
                        </div>
                    </div>
                    <!-- Video thumbnail -->
                    <div style="background:rgba(13,148,136,0.08);border:1px solid rgba(13,148,136,0.15);border-radius:10px;padding:12px;display:flex;align-items:center;gap:12px;">
                        <div style="width:48px;height:36px;border-radius:6px;background:rgba(13,148,136,0.2);display:flex;align-items:center;justify-content:center;">
                            <svg width="16" height="16" viewBox="0 0 16 16" fill="none"><polygon points="6,3 13,8 6,13" fill="#14b8a6"/></svg>
                        </div>
                        <div>
                            <div style="font-size:12px;font-weight:600;color:rgba(255,255,255,0.9);">Session Recording</div>
                            <div style="font-size:10px;color:rgba(255,255,255,0.4);font-family:var(--font-mono);">Bargain Hunter &bull; 4m 23s</div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- ==================== RESTOCKIQ SHOWCASE ==================== -->
<section class="product-showcase bg-white showcase-restockiq">
    <div class="container">
        <div class="showcase-layout">
            <div class="showcase-text">
                <div class="showcase-label" data-a="up">RESTOCKIQ</div>
                <h2 class="showcase-title" data-a="up">The intelligence layer your inventory stack is missing</h2>
                <div class="showcase-stat" data-a="up">
                    <span class="showcase-stat-number">100+</span>
                    <span class="showcase-stat-label">integrations — connects to your existing ERP, warehouses, and channels</span>
                </div>
                <ul class="showcase-features">
                    <li data-a="up" style="transition-delay:0s">Sits on top of NetSuite, SAP, QuickBooks — augments, doesn't replace</li>
                    <li data-a="up" style="transition-delay:0.1s">Syncs ad performance with inventory levels across every channel</li>
                    <li data-a="up" style="transition-delay:0.2s">Smart alerts to Slack with one-click recommended actions</li>
                </ul>
                <a href="https://restock-iq.com" class="showcase-cta" data-a="up">Try RestockIQ &rarr;</a>
            </div>
            <div class="showcase-visual" data-a="scale">
                <div class="showcase-mockup">
                    <!-- In-stock rate -->
                    <div style="text-align:center;margin-bottom:24px;">
                        <div style="font-family:var(--font-mono);font-size:48px;font-weight:700;color:#e07a2f;line-height:1;">97.2%</div>
                        <div style="font-size:11px;font-weight:600;color:rgba(255,255,255,0.4);letter-spacing:1px;text-transform:uppercase;margin-top:4px;">In-Stock Rate</div>
                    </div>
                    <!-- Inventory bar chart -->
                    <div style="margin-bottom:20px;">
                        <div style="font-size:10px;font-weight:600;color:rgba(255,255,255,0.5);letter-spacing:1px;text-transform:uppercase;margin-bottom:10px;font-family:var(--font-mono);">Inventory Levels</div>
                        <div style="display:flex;align-items:flex-end;gap:4px;height:60px;">
                            <div style="flex:1;background:rgba(224,122,47,0.3);border-radius:3px 3px 0 0;height:85%;"></div>
                            <div style="flex:1;background:rgba(224,122,47,0.35);border-radius:3px 3px 0 0;height:78%;"></div>
                            <div style="flex:1;background:rgba(224,122,47,0.4);border-radius:3px 3px 0 0;height:65%;"></div>
                            <div style="flex:1;background:rgba(224,122,47,0.45);border-radius:3px 3px 0 0;height:50%;"></div>
                            <div style="flex:1;background:rgba(224,122,47,0.5);border-radius:3px 3px 0 0;height:42%;"></div>
                            <div style="flex:1;background:rgba(224,122,47,0.55);border-radius:3px 3px 0 0;height:55%;"></div>
                            <div style="flex:1;background:rgba(224,122,47,0.6);border-radius:3px 3px 0 0;height:70%;"></div>
                            <div style="flex:1;background:rgba(224,122,47,0.7);border-radius:3px 3px 0 0;height:82%;"></div>
                            <div style="flex:1;background:rgba(224,122,47,0.8);border-radius:3px 3px 0 0;height:90%;"></div>
                            <div style="flex:1;background:#e07a2f;border-radius:3px 3px 0 0;height:95%;"></div>
                        </div>
                    </div>
                    <!-- Alert card -->
                    <div style="background:rgba(224,122,47,0.12);border:1px solid rgba(224,122,47,0.25);border-radius:10px;padding:14px;margin-bottom:14px;display:flex;align-items:center;gap:12px;">
                        <div style="width:32px;height:32px;border-radius:8px;background:rgba(224,122,47,0.2);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;">&#9888;</div>
                        <div>
                            <div style="font-size:13px;font-weight:600;color:#e07a2f;">2 reorder alerts</div>
                            <div style="font-size:10px;color:rgba(255,255,255,0.4);font-family:var(--font-mono);">SKU-1042, SKU-3891</div>
                        </div>
                    </div>
                    <!-- Forecast line -->
                    <div style="background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:10px;padding:14px;display:flex;align-items:center;justify-content:space-between;">
                        <div>
                            <div style="font-size:11px;color:rgba(255,255,255,0.4);font-weight:500;">14-day forecast</div>
                            <div style="font-family:var(--font-mono);font-size:14px;font-weight:600;color:rgba(255,255,255,0.8);margin-top:2px;">+12% demand</div>
                        </div>
                        <svg width="64" height="28" viewBox="0 0 64 28" fill="none" style="flex-shrink:0;">
                            <polyline points="0,24 10,20 20,22 30,16 40,14 50,8 64,4" stroke="#e07a2f" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
                            <polyline points="0,24 10,20 20,22 30,16 40,14 50,8 64,4 64,28 0,28" fill="url(#restockGrad)" opacity="0.2"/>
                            <defs><linearGradient id="restockGrad" x1="0" y1="0" x2="0" y2="28"><stop offset="0%" stop-color="#e07a2f"/><stop offset="100%" stop-color="transparent"/></linearGradient></defs>
                        </svg>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- ==================== PLATFORM (WARM OFF-WHITE) ==================== -->
<section class="platform section-glow" id="platform">
    <div class="container">
        <div class="section-label" data-a="up">THE PLATFORM</div>
        <h2 class="section-title" data-a="up">One Platform. Three Layers.</h2>
        <p class="section-sub" data-a="up">Everything your brand needs to grow.</p>
        <div class="platform-grid">
            <div class="light-card platform-card" data-a="up">
                <div class="card-icon">&#9889;</div>
                <h3>Agents</h3>
                <p>AI teammates that execute work across every channel. Message them in Slack or Teams — they handle content, ads, feeds, CRO, retention, and more.</p>
            </div>
            <div class="light-card platform-card" data-a="up">
                <div class="card-icon">&#128202;</div>
                <h3>Intelligence</h3>
                <p>Unified analytics across all channels. Shopify, Amazon, Google Ads, Facebook, Klaviyo — one view. Chat with your data in plain English.</p>
            </div>
            <div class="light-card platform-card" data-a="up">
                <div class="card-icon">&#129513;</div>
                <h3>IQ Products</h3>
                <p>Deep-dive tools for each domain. Every agent has its own dedicated product with specialized UI, reporting, and controls.</p>
            </div>
        </div>
    </div>
</section>


<div class="blob-transition to-dark"><div class="blob b1"></div><div class="blob b2"></div><div class="blob b3"></div></div>
<!-- ==================== INTELLIGENCE (DARK -- seamless from agents) ==================== -->
<section class="intelligence dark-section" id="intelligence">
    <!-- Gradient mesh orbs -->
    <div class="gradient-mesh" style="width:600px;height:600px;top:-100px;left:-200px;background:radial-gradient(50% 50%,rgba(167,139,250,0.06) 0%,transparent 70%);"></div>
    <div class="gradient-mesh" style="width:500px;height:500px;bottom:-50px;right:-150px;background:radial-gradient(50% 50%,rgba(124,58,237,0.1) 0%,transparent 70%);"></div>
    <!-- Subtle purple glow behind mockup -->
    <div class="gradient-mesh" style="width:800px;height:800px;top:15%;left:50%;transform:translateX(-50%);background:radial-gradient(50% 50%,rgba(124,58,237,0.06) 0%,transparent 70%);"></div>
    <div class="container">
        <div style="display:flex;align-items:center;gap:10px;" data-a="up">
            <span class="section-label" style="margin-bottom:0;">INTELLIGENCE</span>
            <span class="agent-badge live" style="margin-bottom:0;font-size:10px;">Live</span>
        </div>
        <h2 class="section-title" data-a="up" style="margin-top:16px;">The Intelligence Layer That Powers Every Agent</h2>
        <p class="section-sub" data-a="up">Every platform connects. Every channel joins. Your agents don't guess — they act on complete, cross-channel intelligence.</p>

        <!-- PART 1: Architecture Diagram -->
        <div class="arch-flow">
            <div class="arch-layer" data-a="up">
                <div class="arch-label">Data Sources</div>
                <div class="arch-pills">
                    <span>Shopify</span>
                    <span>Amazon</span>
                    <span>Google Ads</span>
                    <span>Meta</span>
                    <span>Klaviyo</span>
                    <span>TikTok</span>
                    <span>GSC</span>
                    <span>+40 more</span>
                </div>
            </div>
            <div class="arch-arrow">&#8594;</div>
            <div class="arch-layer" data-a="up">
                <div class="arch-label">Warehouse</div>
                <div class="arch-stat">600M+ rows</div>
                <div class="arch-detail">Cross-channel joins. Unified schema.</div>
            </div>
            <div class="arch-arrow">&#8594;</div>
            <div class="arch-layer" data-a="up">
                <div class="arch-label">Intelligence</div>
                <div class="arch-stat">Real-time</div>
                <div class="arch-detail">Attribution. Cohorts. LTV. Forecasts.</div>
            </div>
            <div class="arch-arrow">&#8594;</div>
            <div class="arch-layer" data-a="up">
                <div class="arch-label">Actions</div>
                <div class="arch-stat">Autonomous</div>
                <div class="arch-detail">Agents act on insights. Not just reports.</div>
            </div>
        </div>

        <!-- PART 2: Active Tab-Switching Dashboard -->
        <div class="intel-mockup-wrapper" data-a="scale">
            <div class="intel-mockup">
                <!-- Tabs -->
                <div style="display:flex;gap:4px;margin-bottom:20px;">
                    <div class="intel-tab active" data-tab="overview">Overview</div>
                    <div class="intel-tab" data-tab="ads">Ads</div>
                    <div class="intel-tab" data-tab="seo">SEO</div>
                    <div class="intel-tab" data-tab="email">Email</div>
                    <div class="intel-tab" data-tab="agents">Agents</div>
                </div>
                <!-- Tab Panels -->
                <div class="intel-tab-panels">
                    <!-- Overview Panel (default) -->
                    <div class="intel-panel active" data-panel="overview">
                        <div class="intel-metrics">
                            <div class="intel-metric-card" data-a="up">
                                <div class="intel-metric-value">$847K</div>
                                <div class="intel-metric-delta up">&#9650; 12% WoW</div>
                                <div class="intel-metric-label">Revenue</div>
                            </div>
                            <div class="intel-metric-card" data-a="up">
                                <div class="intel-metric-value">4.2x</div>
                                <div class="intel-metric-delta up">&#9650; 8%</div>
                                <div class="intel-metric-label">Blended ROAS</div>
                            </div>
                            <div class="intel-metric-card" data-a="up">
                                <div class="intel-metric-value">312K</div>
                                <div class="intel-metric-delta up">&#9650; 5%</div>
                                <div class="intel-metric-label">Sessions</div>
                            </div>
                            <div class="intel-metric-card" data-a="up">
                                <div class="intel-metric-value">3.1%</div>
                                <div class="intel-metric-delta up">&#9650; 0.3pp</div>
                                <div class="intel-metric-label">CVR</div>
                            </div>
                        </div>
                    </div>
                    <!-- Ads Panel -->
                    <div class="intel-panel" data-panel="ads">
                        <div class="intel-metrics">
                            <div class="intel-metric-card">
                                <div class="intel-metric-value">$124K</div>
                                <div class="intel-metric-delta up">&#9650; 6%</div>
                                <div class="intel-metric-label">Ad Spend</div>
                            </div>
                            <div class="intel-metric-card">
                                <div class="intel-metric-value">4.2x</div>
                                <div class="intel-metric-delta up">&#9650; 8%</div>
                                <div class="intel-metric-label">ROAS</div>
                            </div>
                            <div class="intel-metric-card">
                                <div class="intel-metric-value">$28</div>
                                <div class="intel-metric-delta up">&#9650; 3%</div>
                                <div class="intel-metric-label">CPA</div>
                            </div>
                            <div class="intel-metric-card">
                                <div class="intel-metric-value">186K</div>
                                <div class="intel-metric-delta up">&#9650; 11%</div>
                                <div class="intel-metric-label">Clicks</div>
                            </div>
                        </div>
                    </div>
                    <!-- SEO Panel -->
                    <div class="intel-panel" data-panel="seo">
                        <div class="intel-metrics">
                            <div class="intel-metric-card">
                                <div class="intel-metric-value">2.4K</div>
                                <div class="intel-metric-delta up">&#9650; 18%</div>
                                <div class="intel-metric-label">Keywords</div>
                            </div>
                            <div class="intel-metric-card">
                                <div class="intel-metric-value">1.2M</div>
                                <div class="intel-metric-delta up">&#9650; 9%</div>
                                <div class="intel-metric-label">Impressions</div>
                            </div>
                            <div class="intel-metric-card">
                                <div class="intel-metric-value">3.8%</div>
                                <div class="intel-metric-delta up">&#9650; 0.4pp</div>
                                <div class="intel-metric-label">CTR</div>
                            </div>
                            <div class="intel-metric-card">
                                <div class="intel-metric-value">12.4</div>
                                <div class="intel-metric-delta up">&#9650; 2.1</div>
                                <div class="intel-metric-label">Avg Position</div>
                            </div>
                        </div>
                    </div>
                    <!-- Email Panel -->
                    <div class="intel-panel" data-panel="email">
                        <div class="intel-metrics">
                            <div class="intel-metric-card">
                                <div class="intel-metric-value">$89K</div>
                                <div class="intel-metric-delta up">&#9650; 14%</div>
                                <div class="intel-metric-label">Revenue</div>
                            </div>
                            <div class="intel-metric-card">
                                <div class="intel-metric-value">42%</div>
                                <div class="intel-metric-delta up">&#9650; 3pp</div>
                                <div class="intel-metric-label">Open Rate</div>
                            </div>
                            <div class="intel-metric-card">
                                <div class="intel-metric-value">3.8%</div>
                                <div class="intel-metric-delta up">&#9650; 0.5pp</div>
                                <div class="intel-metric-label">Click Rate</div>
                            </div>
                            <div class="intel-metric-card">
                                <div class="intel-metric-value">24</div>
                                <div class="intel-metric-delta up">&#9650; 2</div>
                                <div class="intel-metric-label">Flows Active</div>
                            </div>
                        </div>
                    </div>
                    <!-- Agents Panel -->
                    <div class="intel-panel" data-panel="agents">
                        <div class="intel-metrics">
                            <div class="intel-metric-card">
                                <div class="intel-metric-value">47</div>
                                <div class="intel-metric-delta" style="color:var(--text-on-dark-muted);">today</div>
                                <div class="intel-metric-label">Tasks Today</div>
                            </div>
                            <div class="intel-metric-card">
                                <div class="intel-metric-value">39</div>
                                <div class="intel-metric-delta up">83%</div>
                                <div class="intel-metric-label">Completed</div>
                            </div>
                            <div class="intel-metric-card">
                                <div class="intel-metric-value">156</div>
                                <div class="intel-metric-delta up">&#9650; 22%</div>
                                <div class="intel-metric-label">Actions Taken</div>
                            </div>
                            <div class="intel-metric-card">
                                <div class="intel-metric-value">12</div>
                                <div class="intel-metric-delta" style="color:var(--amber);">&#9650; 4</div>
                                <div class="intel-metric-label">Alerts Sent</div>
                            </div>
                        </div>
                    </div>
                </div>
                <!-- Chart area -->
                <div class="intel-chart">
                    <svg width="100%" height="60" viewBox="0 0 600 60" preserveAspectRatio="none" style="display:block;">
                        <defs>
                            <linearGradient id="cg" x1="0" y1="0" x2="0" y2="1">
                                <stop offset="0%" stop-color="rgba(124,58,237,0.3)"/>
                                <stop offset="100%" stop-color="rgba(124,58,237,0)"/>
                            </linearGradient>
                        </defs>
                        <path d="M0,45 C50,42 100,30 150,32 C200,33 250,22 300,18 C350,15 400,21 450,11 C500,7 550,13 600,6 L600,60 L0,60 Z" fill="url(#cg)"/>
                        <path class="intel-chart-line" d="M0,45 C50,42 100,30 150,32 C200,33 250,22 300,18 C350,15 400,21 450,11 C500,7 550,13 600,6" fill="none" stroke="#7C3AED" stroke-width="2"/>
                    </svg>
                    <div class="intel-chart-tooltip" id="chartTooltip">$847K</div>
                </div>
                <!-- Chat bubble -->
                <div class="intel-chat-bubble">
                    <div class="intel-chat-q">"What drove revenue this week?"</div>
                    <div class="intel-chat-a">
                        <div class="intel-typing" id="intelTyping">
                            <span class="typing-dot"></span>
                            <span class="typing-dot"></span>
                            <span class="typing-dot"></span>
                        </div>
                        <span class="intel-answer-text" id="intelAnswerText">Revenue up 12% WoW, driven primarily by a 23% lift in Google Ads ROAS after AdsIQ paused 3 underperforming campaigns. Organic sessions also up 8% — 2 new BlogIQ articles entered top 10 for target keywords.</span>
                    </div>
                </div>
            </div>
        </div>

        <!-- PART 3: Three Differentiator Points -->
        <div class="intel-features">
            <div class="intel-feature" data-a="up">
                <h3>Not Just Dashboards</h3>
                <p>Other platforms show you what happened. Our intelligence layer feeds directly into agents that act on the insights.</p>
            </div>
            <div class="intel-feature" data-a="up">
                <h3>Chat With Your Data</h3>
                <p>Ask questions in plain English. Get answers backed by 600M+ data points, not generic AI responses.</p>
            </div>
            <div class="intel-feature" data-a="up">
                <h3>Cross-Brand Intelligence</h3>
                <p>Patterns from one brand improve all brands. Seasonal trends, keyword insights, and supplier data shared across your portfolio.</p>
            </div>
        </div>

        <div class="intel-ctas" data-a="up">
            <a href="https://app.superchargeme.com" class="btn-primary" target="_blank">Try the Dashboard</a>
            <a href="#request-access" class="btn-ghost-dark">Schedule a Demo</a>
        </div>
    </div>
</section>


<div class="blob-transition from-dark"><div class="blob b1"></div><div class="blob b2"></div><div class="blob b3"></div></div>
<!-- ==================== WHY NOT JUST USE CHATGPT? (MERGED COMPARISON) ==================== -->
<section class="section-glow" style="padding:120px 0;background:var(--bg-white);" data-a="up">
    <div class="container">
        <div class="section-label" data-a="up">THE DIFFERENCE</div>
        <h2 class="section-title" data-a="up">Why Not Just Use Off-the-Shelf AI?</h2>
        <p class="section-sub" data-a="up">AI models are incredible. But a model without data and infrastructure is a brain without a body.</p>
        <div class="compare-header" data-a="up">
            <span></span>
            <span>Off-the-Shelf AI</span>
            <span>SuperchargeMe</span>
        </div>
        <div class="compare-grid">
            <div class="compare-row">
                <div class="compare-capability">Training data</div>
                <div class="compare-card bad">General internet knowledge</div>
                <div class="compare-card good">600M+ rows of real e-commerce data</div>
            </div>
            <div class="compare-row">
                <div class="compare-capability">Take action</div>
                <div class="compare-card bad">Text output only</div>
                <div class="compare-card good">Pauses campaigns, publishes content, updates pricing, optimizes feeds</div>
            </div>
            <div class="compare-row">
                <div class="compare-capability">Ad intelligence</div>
                <div class="compare-card bad">Generic advice</div>
                <div class="compare-card good">80M+ ad records across Google, Meta, TikTok, Amazon</div>
            </div>
            <div class="compare-row">
                <div class="compare-capability">Memory</div>
                <div class="compare-card bad">Resets every session</div>
                <div class="compare-card good">Persistent &mdash; learns from your decisions and outcomes</div>
            </div>
            <div class="compare-row">
                <div class="compare-capability">Cross-channel</div>
                <div class="compare-card bad">You stitch it together manually</div>
                <div class="compare-card good">Automatic cross-channel joins across every platform</div>
            </div>
            <div class="compare-row">
                <div class="compare-capability">Works without you</div>
                <div class="compare-card bad">Needs you in the chat</div>
                <div class="compare-card good">24/7 on Slack &mdash; scheduled tasks, background agents</div>
            </div>
            <div class="compare-row">
                <div class="compare-capability">Time to value</div>
                <div class="compare-card bad">18&ndash;24 months to build in-house</div>
                <div class="compare-card good">Deployed in days, not months</div>
            </div>
        </div>
    </div>
</section>


<div class="blob-transition to-dark"><div class="blob b1"></div><div class="blob b2"></div><div class="blob b3"></div></div>
<!-- ==================== PLAYBOOKS (DARK -- seamless from agents) ==================== -->
<section class="playbooks dark-section" id="playbooks">
    <div class="gradient-mesh" style="width:600px;height:600px;top:-100px;right:-200px;background:radial-gradient(50% 50%,rgba(124,58,237,0.08) 0%,transparent 70%);"></div>
    <div class="container">
        <div class="section-label" data-a="up">WHAT MAKES THEM SMART</div>
        <h2 class="section-title" data-a="up">Pre-Built Playbooks from Real Learnings</h2>
        <p class="section-sub" data-a="up">Every agent follows battle-tested playbooks built from managing real brands — not generic best practices. Each playbook encodes the mistakes we've already made so your brand doesn't repeat them.</p>

        <div class="playbook-grid">
            <div class="playbook-card" data-a="up">
                <span class="playbook-dot" style="background:#22c55e;"></span>
                <div class="playbook-text">
                    <strong>Shopify SEO</strong>
                    <p>Hreflang, schema, review counts + 10 documented gotchas</p>
                </div>
            </div>
            <div class="playbook-card" data-a="up">
                <span class="playbook-dot" style="background:#f59e0b;"></span>
                <div class="playbook-text">
                    <strong>Amazon Listings</strong>
                    <p>Keyword scoring + compliance checks</p>
                </div>
            </div>
            <div class="playbook-card" data-a="up">
                <span class="playbook-dot" style="background:#14b8a6;"></span>
                <div class="playbook-text">
                    <strong>Klaviyo Flows</strong>
                    <p>Draft detection, trigger verification, product mismatch checks</p>
                </div>
            </div>
            <div class="playbook-card" data-a="up">
                <span class="playbook-dot" style="background:#ef4444;"></span>
                <div class="playbook-text">
                    <strong>Meta Creative</strong>
                    <p>Fatigue scoring, UGC pipeline, format rotation</p>
                </div>
            </div>
            <div class="playbook-card" data-a="up">
                <span class="playbook-dot" style="background:#3b82f6;"></span>
                <div class="playbook-text">
                    <strong>Merchant Center Feeds</strong>
                    <p>QA gates, sequential batching, keyword-enriched titles</p>
                </div>
            </div>
            <div class="playbook-card" data-a="up">
                <span class="playbook-dot" style="background:#8b5cf6;"></span>
                <div class="playbook-text">
                    <strong>Store Translation</strong>
                    <p>Locale-specific keyword research + 5-phase deployment</p>
                </div>
            </div>
            <div class="playbook-card" data-a="up">
                <span class="playbook-dot" style="background:#ec4899;"></span>
                <div class="playbook-text">
                    <strong>Customer Service</strong>
                    <p>Ticket analysis, response time monitoring, CSAT patterns</p>
                </div>
            </div>
            <div class="playbook-card" data-a="up">
                <span class="playbook-dot" style="background:#d4a017;"></span>
                <div class="playbook-text">
                    <strong>Content Pipeline</strong>
                    <p>Research &rarr; write &rarr; publish &rarr; regional with LLMO optimization</p>
                </div>
            </div>
        </div>
    </div>
</section>


<div class="blob-transition from-dark"><div class="blob b1"></div><div class="blob b2"></div><div class="blob b3"></div></div>
<!-- ==================== HOW IT WORKS (WHITE) ==================== -->
<section class="how-it-works section-glow" id="how">
    <div class="container">
        <div class="section-label" data-a="up">HOW IT WORKS</div>
        <h2 class="section-title" data-a="up">Live in Days, Not Months</h2>
        <div class="steps">
            <div class="step" data-a="up">
                <div class="step-number">01</div>
                <h3>Connect</h3>
                <p>Link your Shopify, Amazon, ad accounts, and email platform. One-click OAuth.</p>
            </div>
            <div class="step" data-a="up">
                <div class="step-number">02</div>
                <h3>Chat</h3>
                <p>Message your agents in Slack or Teams. Ask them to write a blog, audit checkout, or check inventory — they get to work.</p>
            </div>
            <div class="step" data-a="up">
                <div class="step-number">03</div>
                <h3>Watch</h3>
                <p>Your agents work autonomously. Review actions in the dashboard. Chat with your data anytime.</p>
            </div>
        </div>
    </div>
</section>

<!-- ==================== BUILT FOR (WARM OFF-WHITE) ==================== -->
<section class="built-for section-glow" id="company">
    <div class="container">
        <div class="section-label" data-a="up">BUILT FOR</div>
        <h2 class="section-title" data-a="up">From Solo Brands to Portfolio Operators</h2>
        <div class="persona-grid">
            <div class="light-card persona-card" data-a="up">
                <h3>E-Commerce Brands & Agencies</h3>
                <p>Replace 10 SaaS tools with AI teammates that cost less and do more. Content, ads, feeds, CRO, SEO — handled.</p>
            </div>
            <div class="light-card persona-card" data-a="up">
                <h3>Enterprise Teams</h3>
                <p>One platform for your entire ops team. Shared data, shared agents, unified reporting across every channel.</p>
            </div>
            <div class="light-card persona-card" data-a="up">
                <h3>PE / Multi-Brand Portfolios</h3>
                <p>Deploy AI agents across your entire portfolio. Measurable EBITDA impact from day one. See everything in one view.</p>
            </div>
        </div>
    </div>
</section>

<!-- ==================== INTEGRATIONS (WHITE) ==================== -->
<section class="integrations section-glow">
    <div class="container" style="text-align:center;">
        <div class="section-label" data-a="up">INTEGRATIONS</div>
        <h2 class="section-title" data-a="up">100+ integrations. Every platform you use.</h2>
        <p class="section-sub" data-a="up" style="margin:0 auto;">Connect via API, OAuth, or one-click install. No migration. No rip-and-replace.</p>
    </div>
    <div class="int-marquee-wrap">
        <!-- Row 1: scrolls left, 35s -->
        <div class="int-marquee">
            <span class="int-chip-cat">E-Commerce</span>
            <span class="int-chip">Shopify</span>
            <span class="int-chip">BigCommerce</span>
            <span class="int-chip">WooCommerce</span>
            <span class="int-chip">Magento</span>
            <span class="int-chip-cat">Marketplaces</span>
            <span class="int-chip">Amazon</span>
            <span class="int-chip">eBay</span>
            <span class="int-chip">Walmart</span>
            <span class="int-chip">TikTok Shop</span>
            <span class="int-chip">Faire</span>
            <span class="int-chip">Etsy</span>
            <span class="int-chip-cat">SEO</span>
            <span class="int-chip">Google Search Console</span>
            <span class="int-chip">Ahrefs</span>
            <span class="int-chip">DataForSEO</span>
            <span class="int-chip">Semrush</span>
            <!-- duplicate for seamless loop -->
            <span class="int-chip-cat">E-Commerce</span>
            <span class="int-chip">Shopify</span>
            <span class="int-chip">BigCommerce</span>
            <span class="int-chip">WooCommerce</span>
            <span class="int-chip">Magento</span>
            <span class="int-chip-cat">Marketplaces</span>
            <span class="int-chip">Amazon</span>
            <span class="int-chip">eBay</span>
            <span class="int-chip">Walmart</span>
            <span class="int-chip">TikTok Shop</span>
            <span class="int-chip">Faire</span>
            <span class="int-chip">Etsy</span>
            <span class="int-chip-cat">SEO</span>
            <span class="int-chip">Google Search Console</span>
            <span class="int-chip">Ahrefs</span>
            <span class="int-chip">DataForSEO</span>
            <span class="int-chip">Semrush</span>
        </div>
        <!-- Row 2: scrolls RIGHT, 30s -->
        <div class="int-marquee reverse">
            <span class="int-chip-cat">Ad Platforms</span>
            <span class="int-chip">Google Ads</span>
            <span class="int-chip">Meta Ads</span>
            <span class="int-chip">Amazon Ads</span>
            <span class="int-chip">TikTok Ads</span>
            <span class="int-chip">Pinterest</span>
            <span class="int-chip-cat">Email</span>
            <span class="int-chip">Klaviyo</span>
            <span class="int-chip">Mailchimp</span>
            <span class="int-chip">Attentive</span>
            <span class="int-chip">Postscript</span>
            <span class="int-chip-cat">Feeds</span>
            <span class="int-chip">Google Merchant Center</span>
            <span class="int-chip">Meta Catalogue</span>
            <span class="int-chip">Amazon Feeds</span>
            <!-- duplicate for seamless loop -->
            <span class="int-chip-cat">Ad Platforms</span>
            <span class="int-chip">Google Ads</span>
            <span class="int-chip">Meta Ads</span>
            <span class="int-chip">Amazon Ads</span>
            <span class="int-chip">TikTok Ads</span>
            <span class="int-chip">Pinterest</span>
            <span class="int-chip-cat">Email</span>
            <span class="int-chip">Klaviyo</span>
            <span class="int-chip">Mailchimp</span>
            <span class="int-chip">Attentive</span>
            <span class="int-chip">Postscript</span>
            <span class="int-chip-cat">Feeds</span>
            <span class="int-chip">Google Merchant Center</span>
            <span class="int-chip">Meta Catalogue</span>
            <span class="int-chip">Amazon Feeds</span>
        </div>
        <!-- Row 3: scrolls left, 45s slower -->
        <div class="int-marquee slow">
            <span class="int-chip-cat">Alerts</span>
            <span class="int-chip">Slack</span>
            <span class="int-chip">Microsoft Teams</span>
            <span class="int-chip">Email</span>
            <span class="int-chip">SMS</span>
            <span class="int-chip">Zapier</span>
            <span class="int-chip-cat">Data</span>
            <span class="int-chip">ClickHouse</span>
            <span class="int-chip">BigQuery</span>
            <span class="int-chip">Google Sheets</span>
            <span class="int-chip">Looker</span>
            <span class="int-chip">Power BI</span>
            <span class="int-chip-cat">APIs</span>
            <span class="int-chip">Amazon SP-API</span>
            <span class="int-chip">Keepa</span>
            <span class="int-chip">Shopify Admin API</span>
            <span class="int-chip-cat">ERP</span>
            <span class="int-chip">NetSuite</span>
            <span class="int-chip">QuickBooks</span>
            <span class="int-chip">Xero</span>
            <span class="int-chip">SAP</span>
            <!-- duplicate for seamless loop -->
            <span class="int-chip-cat">Alerts</span>
            <span class="int-chip">Slack</span>
            <span class="int-chip">Microsoft Teams</span>
            <span class="int-chip">Email</span>
            <span class="int-chip">SMS</span>
            <span class="int-chip">Zapier</span>
            <span class="int-chip-cat">Data</span>
            <span class="int-chip">ClickHouse</span>
            <span class="int-chip">BigQuery</span>
            <span class="int-chip">Google Sheets</span>
            <span class="int-chip">Looker</span>
            <span class="int-chip">Power BI</span>
            <span class="int-chip-cat">APIs</span>
            <span class="int-chip">Amazon SP-API</span>
            <span class="int-chip">Keepa</span>
            <span class="int-chip">Shopify Admin API</span>
            <span class="int-chip-cat">ERP</span>
            <span class="int-chip">NetSuite</span>
            <span class="int-chip">QuickBooks</span>
            <span class="int-chip">Xero</span>
            <span class="int-chip">SAP</span>
        </div>
    </div>
</section>



<div class="blob-transition to-dark"><div class="blob b1"></div><div class="blob b2"></div><div class="blob b3"></div></div>
<!-- ==================== CTA (DARK) ==================== -->
<section class="cta-section section-glow" id="request-access">
    <div class="container">
        <h2 class="section-title" data-a="up">Ready to Supercharge Your Brand?</h2>
        <p class="cta-sub" data-a="up">Get early access to the platform powered by 600M+ data points.</p>
        <form class="cta-form" data-a="up" id="accessForm">
            <input type="email" name="email" placeholder="Enter your work email" required>
            <button type="submit" class="btn-primary">Request Access</button>
        </form>
        <div class="cta-form-status" id="formStatus"></div>
        <p class="cta-alt" data-a="up">or <a href="/cdn-cgi/l/email-protection#2c44494040436c5f595c495e4f444d5e4b494149024f4341">Schedule a Demo</a></p>
    </div>
</section>

<!-- ==================== FOOTER (DARK) ==================== -->
<footer class="footer">
    <div class="container">
        <div class="footer-grid">
            <div class="footer-brand">
                <a href="/" class="nav-logo" style="margin-bottom:0;">
                    <img src="/images/logo-icon.png" alt="SuperchargeMe" style="filter:brightness(10);">
                    SuperchargeMe
                </a>
                <p>AI teammates that run your e-commerce ops. Built by Excite Foundry.</p>
            </div>
            <div class="footer-col">
                <h4>Platform</h4>
                <a href="https://app.superchargeme.com" target="_blank">Intelligence Dashboard</a>
                <a href="#agents">Agents</a>
                <a href="#request-access">Request Access</a>
            </div>
            <div class="footer-col">
                <h4>Products</h4>
                <a href="https://blog-iq.com" target="_blank">BlogIQ</a>
                <a href="https://checkout-iq.com" target="_blank">CheckoutIQ</a>
                <a href="https://restock-iq.com" target="_blank">RestockIQ</a>
                <a href="https://ads-iq.com" target="_blank">AdsIQ</a>
                <a href="https://rank-iq.com" target="_blank">RankIQ</a>
                <a href="https://feeds-iq.com" target="_blank">FeedsIQ</a>
                <a href="https://retention-iq.com" target="_blank">RetentionIQ</a>
                <a href="https://marketplace-iq.com" target="_blank">MarketplaceIQ</a>
                <a href="https://stores-iq.com" target="_blank">StoresIQ</a>
                <a href="https://npd-iq.com" target="_blank">NpdIQ</a>
            </div>
            <div class="footer-col">
                <h4>Company</h4>
                <a href="https://excitefoundry.com" target="_blank">Excite Foundry</a>
                <a href="/cdn-cgi/l/email-protection#6f070a0303002f1c1a1f0a1d0c070e1d080a020a410c0002">Contact</a>
                <a href="/cdn-cgi/l/email-protection#cea6aba2a2a18ebdbbbeabbcada6afbca9aba3abe0ada1a3">Careers</a>
            </div>
            <div class="footer-col">
                <h4>Legal</h4>
                <a href="/privacy.html">Privacy Policy</a>
                <a href="/terms.html">Terms of Service</a>
            </div>
        </div>
        <div class="footer-bottom">
            <span>&copy; 2026 SuperchargeMe by Excite Foundry Ltd &middot; London &middot; Sydney &middot; Singapore</span>
            <div class="footer-social">
                <a href="https://linkedin.com/company/excite-foundry" target="_blank">LinkedIn</a>
            </div>
        </div>
    </div>
</footer>

<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js" defer></script><script>
/* ============================================
   EXISTING FUNCTIONALITY (preserved from v6)
   ============================================ */

/* Nav scroll effect -- white glass */
const nav = document.getElementById('nav');

/* Counter animation — handled by dramatic counter in WOW ANIMATIONS section below */

/* Request access form */
document.getElementById('accessForm').addEventListener('submit', async (e) => {
    e.preventDefault();
    const status = document.getElementById('formStatus');
    const email = e.target.email.value;
    status.textContent = 'Submitting...';
    status.className = 'cta-form-status';
    try {
        const res = await fetch('/api/request-access', {
            method: 'POST',
            headers: { 'Content-Type': 'application/json' },
            body: JSON.stringify({ email })
        });
        const data = await res.json();
        if (data.success) {
            status.textContent = "You're on the list. We'll be in touch.";
            status.className = 'cta-form-status success';
            e.target.reset();
        } else {
            status.textContent = 'Something went wrong. Try again.';
            status.className = 'cta-form-status error';
        }
    } catch (err) {
        status.textContent = 'Something went wrong. Try again.';
        status.className = 'cta-form-status error';
    }
});

/* Scroll reveal observer */
const obs = new IntersectionObserver((entries) => {
    entries.forEach(e => { if (e.isIntersecting) { e.target.classList.add('v'); obs.unobserve(e.target); } });
}, { threshold: 0.1, rootMargin: '0px 0px -40px 0px' });
document.querySelectorAll('[data-a]').forEach(el => obs.observe(el));

/* ============================================
   v7 ANIMATION SYSTEMS
   ============================================ */

/* --- 1. NEURAL NETWORK CANVAS --- */
(function() {
    const canvas = document.getElementById('heroCanvas');
    if (!canvas) return;
    const ctx = canvas.getContext('2d');
    let particles = [];
    const PARTICLE_COUNT = 50;
    const CONNECTION_DISTANCE = 150;

    function resizeCanvas() {
        canvas.width = canvas.parentElement.offsetWidth;
        canvas.height = canvas.parentElement.offsetHeight;
    }

    function createParticles() {
        particles = [];
        for (let i = 0; i < PARTICLE_COUNT; i++) {
            particles.push({
                x: Math.random() * canvas.width,
                y: Math.random() * canvas.height,
                vx: (Math.random() - 0.5) * 0.5,
                vy: (Math.random() - 0.5) * 0.5,
                radius: Math.random() * 2 + 1
            });
        }
    }

    function animate() {
        ctx.clearRect(0, 0, canvas.width, canvas.height);

        particles.forEach(p => {
            p.x += p.vx;
            p.y += p.vy;
            if (p.x < 0 || p.x > canvas.width) p.vx *= -1;
            if (p.y < 0 || p.y > canvas.height) p.vy *= -1;
        });

        // Draw connections
        for (let i = 0; i < particles.length; i++) {
            for (let j = i + 1; j < particles.length; j++) {
                const dx = particles[i].x - particles[j].x;
                const dy = particles[i].y - particles[j].y;
                const dist = Math.sqrt(dx * dx + dy * dy);
                if (dist < CONNECTION_DISTANCE) {
                    const opacity = (1 - dist / CONNECTION_DISTANCE) * 0.3;
                    ctx.beginPath();
                    ctx.strokeStyle = `rgba(124, 58, 237, ${opacity})`;
                    ctx.lineWidth = 0.5;
                    ctx.moveTo(particles[i].x, particles[i].y);
                    ctx.lineTo(particles[j].x, particles[j].y);
                    ctx.stroke();
                }
            }
        }

        // Draw particles
        particles.forEach(p => {
            ctx.beginPath();
            ctx.arc(p.x, p.y, p.radius, 0, Math.PI * 2);
            ctx.fillStyle = 'rgba(124, 58, 237, 0.4)';
            ctx.fill();
        });

        requestAnimationFrame(animate);
    }

    resizeCanvas();
    createParticles();
    animate();
    window.addEventListener('resize', () => { resizeCanvas(); createParticles(); });
})();

/* --- 2. MOUSE-FOLLOWING GRADIENT SPOTLIGHT --- */
document.addEventListener('mousemove', (e) => {
    document.body.style.setProperty('--mouse-x', e.clientX + 'px');
    document.body.style.setProperty('--mouse-y', e.clientY + 'px');
});

/* --- 3. ANIMATED GRADIENT BORDERS on agent cards --- */
/* (handled via CSS @property and conic-gradient — no JS needed) */

/* --- 4. TYPEWRITER EFFECT on hero subtitle --- */
(function() {
    const heroSub = document.querySelector('.hero-sub');
    if (heroSub) {
        const fullText = heroSub.textContent;
        heroSub.textContent = '';
        heroSub.style.opacity = '1';
        let i = 0;
        setTimeout(() => {
            const timer = setInterval(() => {
                heroSub.textContent += fullText[i];
                i++;
                if (i >= fullText.length) clearInterval(timer);
            }, 18);
        }, 800);
    }
})();

/* --- 5. PARALLAX DEPTH on scroll + 8. SCROLL PROGRESS BAR --- */
/* Combined into one scroll listener for performance */
window.addEventListener('scroll', () => {
    const y = window.scrollY;

    // Nav scroll effect
    nav.classList.toggle('scrolled', y > 40);

    // Parallax on hero blobs and shapes
    document.querySelectorAll('.hero-blob').forEach((el, i) => {
        el.style.transform = `translateY(${y * (0.1 + i * 0.05)}px)`;
    });
    document.querySelectorAll('.hero-shape').forEach((el, i) => {
        el.style.transform = `translateY(${y * -(0.05 + i * 0.02)}px)`;
    });

    // Scroll progress bar
    const scrollTop = document.documentElement.scrollTop;
    const scrollHeight = document.documentElement.scrollHeight - window.innerHeight;
    const progress = (scrollTop / scrollHeight) * 100;
    const progressBar = document.getElementById('scrollProgress');
    if (progressBar) progressBar.style.width = progress + '%';
}, { passive: true });

/* --- 6. CARD TILT on hover (3D perspective) --- */
document.querySelectorAll('.light-card, .dark-card').forEach(card => {
    card.addEventListener('mousemove', (e) => {
        const rect = card.getBoundingClientRect();
        const x = e.clientX - rect.left;
        const y = e.clientY - rect.top;
        const centerX = rect.width / 2;
        const centerY = rect.height / 2;
        const rotateX = (y - centerY) / 20;
        const rotateY = (centerX - x) / 20;
        card.style.transform = `perspective(1000px) rotateX(${rotateX}deg) rotateY(${rotateY}deg) translateY(-4px)`;
    });
    card.addEventListener('mouseleave', () => {
        card.style.transform = 'perspective(1000px) rotateX(0) rotateY(0) translateY(0)';
        card.style.transition = 'transform 0.5s ease, border-color 0.4s ease, box-shadow 0.4s ease';
    });
    card.addEventListener('mouseenter', () => {
        card.style.transition = 'transform 0.1s ease, border-color 0.4s ease, box-shadow 0.4s ease';
    });
});

/* --- 7. ANIMATED DATA STREAM in intelligence mockup --- */
(function() {
    function animateMetrics() {
        document.querySelectorAll('.intel-metric-value').forEach(el => {
            const original = el.textContent;
            setInterval(() => {
                const numMatch = original.match(/[0-9.]+/);
                if (!numMatch) return;
                const val = parseFloat(numMatch[0]);
                const variance = val * 0.02;
                const newVal = val + (Math.random() - 0.5) * variance;
                const decimals = original.includes('.') ? 1 : 0;
                el.textContent = original.replace(/[0-9.]+/, newVal.toFixed(decimals));
            }, 3000 + Math.random() * 2000);
        });
    }
    setTimeout(animateMetrics, 2000);
})();

/* --- 9. ANIMATED STAT GLOW (subtle pulse on stat numbers) --- */
(function() {
    function startLiveTick() {
        document.querySelectorAll('.stat-number').forEach(el => {
            setInterval(() => {
                el.style.textShadow = '0 0 20px rgba(124, 58, 237, 0.5)';
                setTimeout(() => { el.style.textShadow = 'none'; }, 500);
            }, 5000 + Math.random() * 10000);
        });
    }
    setTimeout(startLiveTick, 4000);
})();

/* --- 10. SECTION GLOW REVEAL --- */
(function() {
    const glowObs = new IntersectionObserver((entries) => {
        entries.forEach(e => {
            if (e.isIntersecting) {
                e.target.classList.add('revealed');
                glowObs.unobserve(e.target);
            }
        });
    }, { threshold: 0.15 });
    document.querySelectorAll('.section-glow').forEach(el => glowObs.observe(el));
})();

/* --- 11. INTELLIGENCE SECTION ANIMATIONS --- */
(function() {

    /* 11a. SVG Chart Path Draw on scroll */
    const intelChart = document.querySelector('.intel-chart');
    if (intelChart) {
        const chartObs = new IntersectionObserver((entries) => {
            entries.forEach(e => {
                if (e.isIntersecting) {
                    e.target.classList.add('animated');
                    chartObs.unobserve(e.target);
                }
            });
        }, { threshold: 0.3 });
        chartObs.observe(intelChart);
    }

    /* 11b. Auto-Cycling Tabs with Panel Switching */
    const intelTabs = document.querySelectorAll('.intel-tab');
    const intelPanels = document.querySelectorAll('.intel-panel');
    let currentTabIdx = 0;
    let tabCycleInterval;

    function switchIntelTab(index) {
        // Update tab active state
        intelTabs.forEach(t => t.classList.remove('active'));
        intelTabs[index].classList.add('active');
        // Update panel active state
        intelPanels.forEach(p => p.classList.remove('active'));
        const tabName = intelTabs[index].dataset.tab;
        const targetPanel = document.querySelector('.intel-panel[data-panel="' + tabName + '"]');
        if (targetPanel) targetPanel.classList.add('active');
        currentTabIdx = index;
    }

    function cycleIntelTab() {
        const nextIdx = (currentTabIdx + 1) % intelTabs.length;
        switchIntelTab(nextIdx);
    }

    // Click handlers for tabs
    intelTabs.forEach(function(tab, idx) {
        tab.addEventListener('click', function() {
            clearInterval(tabCycleInterval);
            switchIntelTab(idx);
            tabCycleInterval = setInterval(cycleIntelTab, 3000);
        });
    });

    const intelSection = document.querySelector('.intelligence');
    if (intelSection) {
        const intelTabObs = new IntersectionObserver((entries) => {
            entries.forEach(e => {
                if (e.isIntersecting) {
                    tabCycleInterval = setInterval(cycleIntelTab, 3000);
                } else {
                    clearInterval(tabCycleInterval);
                }
            });
        }, { threshold: 0.3 });
        intelTabObs.observe(intelSection);
    }

    const intelMockup = document.querySelector('.intel-mockup');
    if (intelMockup) {
        intelMockup.addEventListener('mouseenter', () => clearInterval(tabCycleInterval));
        intelMockup.addEventListener('mouseleave', () => { tabCycleInterval = setInterval(cycleIntelTab, 3000); });
    }

    /* 11c. Chat Typewriter + Typing Indicator */
    const chatBubble = document.querySelector('.intel-chat-bubble');
    const typingEl = document.getElementById('intelTyping');
    const answerEl = document.getElementById('intelAnswerText');

    if (chatBubble && typingEl && answerEl) {
        const fullAnswer = answerEl.textContent;
        const chatObs = new IntersectionObserver((entries) => {
            entries.forEach(e => {
                if (e.isIntersecting) {
                    answerEl.textContent = '';
                    typingEl.classList.add('active');
                    setTimeout(() => {
                        typingEl.classList.remove('active');
                        let i = 0;
                        function typeChar() {
                            if (i < fullAnswer.length) {
                                answerEl.textContent += fullAnswer.charAt(i);
                                i++;
                                setTimeout(typeChar, 18);
                            }
                        }
                        typeChar();
                    }, 1500);
                    chatObs.unobserve(e.target);
                }
            });
        }, { threshold: 0.5 });
        chatObs.observe(chatBubble);
    }

    /* 11d. Chart Tooltip on mousemove */
    const chartTooltip = document.getElementById('chartTooltip');
    if (intelChart && chartTooltip) {
        intelChart.addEventListener('mousemove', (e) => {
            const rect = intelChart.getBoundingClientRect();
            const x = e.clientX - rect.left;
            const y = e.clientY - rect.top;
            const pct = x / rect.width;
            const revenue = Math.round(720 + pct * (847 - 720));
            chartTooltip.textContent = '$' + revenue + 'K';
            chartTooltip.style.left = (x + 12) + 'px';
            chartTooltip.style.top = (y - 28) + 'px';
        });
    }

})();

/* --- 12. MEGA MENU DROPDOWNS --- */
(function() {
    const dropdowns = document.querySelectorAll('.nav-dropdown');
    let leaveTimeout = null;

    // Desktop: hover to show/hide with 150ms delay
    dropdowns.forEach(dd => {
        dd.addEventListener('mouseenter', () => {
            clearTimeout(leaveTimeout);
            // Close all others first
            dropdowns.forEach(other => { if (other !== dd) other.classList.remove('active'); });
            dd.classList.add('active');
        });

        dd.addEventListener('mouseleave', () => {
            leaveTimeout = setTimeout(() => {
                dd.classList.remove('active');
            }, 150);
        });

        // Prevent default on trigger click (desktop) — let hover handle it
        const trigger = dd.querySelector('.nav-trigger');
        if (trigger) {
            trigger.addEventListener('click', (e) => {
                // On desktop, clicking the text should scroll to the section
                if (window.innerWidth > 768) {
                    dd.classList.remove('active');
                }
            });
        }
    });

    // Close dropdowns when clicking links inside panels
    document.querySelectorAll('.dropdown-panel a[href^="#"]').forEach(link => {
        link.addEventListener('click', () => {
            dropdowns.forEach(dd => dd.classList.remove('active'));
        });
    });

    // Close on Escape key
    document.addEventListener('keydown', (e) => {
        if (e.key === 'Escape') {
            dropdowns.forEach(dd => dd.classList.remove('active'));
            // Also close mobile nav
            const mobileNav = document.getElementById('mobileNav');
            if (mobileNav) mobileNav.classList.remove('open');
            document.body.style.overflow = '';
        }
    });

    // Close dropdown when scrolling (desktop)
    let scrollCloseTimeout;
    window.addEventListener('scroll', () => {
        clearTimeout(scrollCloseTimeout);
        scrollCloseTimeout = setTimeout(() => {
            dropdowns.forEach(dd => dd.classList.remove('active'));
        }, 50);
    }, { passive: true });

    // Mobile: hamburger + overlay + accordion
    const hamburger = document.getElementById('navHamburger');
    const mobileNav = document.getElementById('mobileNav');
    const mobileClose = document.getElementById('mobileNavClose');

    if (hamburger && mobileNav) {
        hamburger.addEventListener('click', () => {
            mobileNav.classList.add('open');
            document.body.style.overflow = 'hidden';
        });

        const closeMobile = () => {
            mobileNav.classList.remove('open');
            document.body.style.overflow = '';
        };

        if (mobileClose) mobileClose.addEventListener('click', closeMobile);

        // Close mobile nav when clicking internal links
        mobileNav.querySelectorAll('a[href^="#"]').forEach(link => {
            link.addEventListener('click', closeMobile);
        });
        mobileNav.querySelectorAll('.mobile-nav-simple').forEach(link => {
            link.addEventListener('click', closeMobile);
        });

        // Accordion toggles
        mobileNav.querySelectorAll('.mobile-nav-toggle').forEach(toggle => {
            toggle.addEventListener('click', () => {
                const section = toggle.parentElement;
                // Close all others
                mobileNav.querySelectorAll('.mobile-nav-section').forEach(s => {
                    if (s !== section) s.classList.remove('open');
                });
                section.classList.toggle('open');
            });
        });
    }
})();

/* ============================================
   WOW ANIMATIONS — v12
   ============================================ */

/* --- A. COMPARISON CARD ROW STAGGER --- */
document.querySelectorAll('.compare-grid').forEach(grid => {
    const gridObs = new IntersectionObserver((entries) => {
        entries.forEach(e => {
            if (e.isIntersecting) {
                const rows = e.target.querySelectorAll('.compare-row');
                rows.forEach((row, i) => {
                    setTimeout(() => row.classList.add('v'), i * 100);
                });
                gridObs.unobserve(e.target);
            }
        });
    }, { threshold: 0.2 });
    gridObs.observe(grid);
});
document.querySelectorAll('.vs-grid').forEach(grid => {
    const vsObs = new IntersectionObserver((entries) => {
        entries.forEach(e => {
            if (e.isIntersecting) {
                const cards = e.target.querySelectorAll('.vs-card');
                cards.forEach((card, i) => {
                    setTimeout(() => card.classList.add('v'), i * 80);
                });
                vsObs.unobserve(e.target);
            }
        });
    }, { threshold: 0.2 });
    vsObs.observe(grid);
});

/* --- C. SLACK MESSAGE STAGGER REVEAL --- */
(function() {
    const slackObs = new IntersectionObserver((entries) => {
        entries.forEach(e => {
            if (e.isIntersecting) {
                const msgs = document.querySelectorAll('.slack-msg');
                msgs.forEach((msg, i) => {
                    msg.style.opacity = '0';
                    msg.style.transform = 'translateY(12px)';
                    msg.style.transition = 'opacity 0.5s ease, transform 0.5s ease';
                    setTimeout(() => {
                        msg.style.opacity = '1';
                        msg.style.transform = 'translateY(0)';
                    }, i * 300);
                });
                slackObs.unobserve(e.target);
            }
        });
    }, { threshold: 0.3 });
    const slackSection = document.querySelector('.slack-alerts');
    if (slackSection) slackObs.observe(slackSection);
})();

/* --- E. STATS DRAMATIC COUNTER PULSE --- */
(function() {
    const statCounterObs = new IntersectionObserver((entries) => {
        entries.forEach(e => {
            if (e.isIntersecting) {
                e.target.querySelectorAll('[data-count]').forEach(el => {
                    const target = parseInt(el.dataset.count);
                    const text = el.textContent;
                    const prefix = text.match(/^\$/) ? '$' : '';
                    const suffix = text.match(/[M+min ]+$/) ? text.match(/[M+min ]+$/)[0] : '';
                    let current = 0;
                    const duration = 2000;
                    const startTime = performance.now();

                    function easeOutExpo(t) {
                        return t === 1 ? 1 : 1 - Math.pow(2, -10 * t);
                    }

                    function updateCounter(now) {
                        const elapsed = now - startTime;
                        const progress = Math.min(elapsed / duration, 1);
                        current = Math.round(target * easeOutExpo(progress));
                        el.textContent = prefix + current + suffix;
                        if (progress < 1) {
                            requestAnimationFrame(updateCounter);
                        } else {
                            el.textContent = prefix + target + suffix;
                            // Scale pulse on completion
                            el.style.transition = 'transform 0.3s ease';
                            el.style.transform = 'scale(1.05)';
                            setTimeout(() => { el.style.transform = 'scale(1)'; }, 300);
                        }
                    }
                    requestAnimationFrame(updateCounter);
                });
                statCounterObs.unobserve(e.target);
            }
        });
    }, { threshold: 0.3 });
    document.querySelectorAll('.stats-grid').forEach(el => statCounterObs.observe(el));
})();
</script>
</body>
</html>
