
/* === WordPress Theme Critical Overrides === */
*,*::before,*::after{box-sizing:border-box}
body{margin:0;padding-top:68px}
body.admin-bar .nav{top:32px!important}
@media screen and (max-width:782px){body.admin-bar .nav{top:46px!important}}
.skip-link{position:absolute;top:-40px;left:0;background:#0094D2;color:#fff;padding:8px 16px;z-index:10001;font-size:14px;border-radius:0 0 4px 0;transition:top .2s;text-decoration:none}
.skip-link:focus{top:0}
#scrollBar{position:fixed;top:0;left:0;height:2px;background:linear-gradient(to right,#0094D2,#6366F1);z-index:10000;width:0%;transition:width .1s linear;pointer-events:none}
/* Nav always correct */
.nav{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1000!important;background:rgba(244,244,248,.95)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border-bottom:1px solid rgba(10,10,30,.08)!important}
.nav .container{height:68px;display:flex;align-items:center}
.nav-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;height:68px!important}
.nav-logo{display:flex!important;align-items:center!important;text-decoration:none!important;line-height:0!important;flex-shrink:0!important}
.nav-logo svg{display:block!important;height:34px!important;width:auto!important}
.nav-logo-mark{display:none!important}
.nav-links{display:flex!important;list-style:none!important;margin:0!important;padding:0!important;gap:.25rem!important;align-items:center!important}
.nav-links li{list-style:none!important;margin:0!important;padding:0!important}
.nav-links li::before,.nav-links li::after{display:none!important;content:none!important}
.nav-link{display:inline-flex!important;align-items:center!important;padding:.5rem .875rem!important;font-size:.875rem!important;font-weight:500!important;color:#444455!important;text-decoration:none!important;border-radius:8px!important;transition:all .2s!important;background:none!important}
.nav-link:hover{color:#0C0C18!important;background:rgba(10,10,30,.05)!important}
.nav-actions{display:flex!important;align-items:center!important;gap:.75rem!important}
.nav-hamburger{display:none!important}
/* Mobile menu */
.mobile-menu{position:fixed!important;inset:0!important;z-index:9999!important;background:rgba(8,8,12,.97)!important;display:none!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}
.mobile-menu.open{display:flex!important}
.mobile-menu ul{list-style:none!important;padding:0!important;margin:0!important;text-align:center!important}
.mobile-menu ul li{list-style:none!important;margin:.625rem 0!important}
.mobile-menu ul li::before,.mobile-menu ul li::after{display:none!important}
.mobile-menu ul li a{font-family:var(--font-display,'Space Grotesk',sans-serif)!important;font-size:1.75rem!important;font-weight:600!important;color:#fff!important;text-decoration:none!important;display:block!important;padding:.3rem 0!important}
.mobile-menu ul li a:hover{color:#0094D2!important}
.mobile-menu-close{position:absolute!important;top:1.5rem!important;right:1.5rem!important;width:44px!important;height:44px!important;border-radius:50%!important;background:rgba(255,255,255,.1)!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;font-size:1.25rem!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important}
/* Hero */
.hero{position:relative!important;width:100%!important;min-height:100svh!important;overflow:hidden!important;background:#F4F4F8!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}
.hero-bg{position:absolute!important;inset:0!important;background:radial-gradient(ellipse 80% 55% at 15% 25%,rgba(0,148,210,.13) 0%,transparent 55%),radial-gradient(ellipse 65% 45% at 85% 15%,rgba(99,102,241,.09) 0%,transparent 50%),radial-gradient(ellipse 55% 40% at 55% 85%,rgba(0,148,210,.07) 0%,transparent 50%)!important;background-image:none!important}
.hero-grid{position:absolute!important;inset:0!important;z-index:1!important;pointer-events:none!important}
#heroCanvas{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;z-index:10!important;pointer-events:none!important}
.hero-content{position:relative!important;z-index:20!important;text-align:center!important;max-width:900px!important;margin:0 auto!important;padding:4rem 2rem 3rem!important}
.hero-headline{font-size:clamp(2.5rem,5.5vw,5.5rem)!important;color:#0C0C18!important;-webkit-text-fill-color:#0C0C18!important;line-height:.95!important;margin-bottom:1.5rem!important}
.hero-rotating-word,.accent-text{color:#0094D2!important;-webkit-text-fill-color:#0094D2!important;background:none!important;-webkit-background-clip:unset!important;background-clip:unset!important}
.hero-sub{color:#555566!important;text-align:center!important;max-width:560px!important;margin:0 auto 2rem!important}
.hero-cta-group{display:flex!important;justify-content:center!important;gap:1rem!important;flex-wrap:wrap!important;margin-bottom:2.5rem!important}
.hero-platforms{display:flex!important;align-items:center!important;justify-content:center!important;gap:1rem!important;flex-wrap:wrap!important}
.platform-pills{display:flex!important;gap:.5rem!important;flex-wrap:wrap!important;justify-content:center!important}
.platform-pill{display:inline-flex!important;align-items:center!important;gap:.375rem!important;padding:.3rem .75rem!important;background:rgba(255,255,255,.8)!important;border:1px solid rgba(10,10,30,.1)!important;border-radius:100px!important;font-size:.78rem!important;font-weight:500!important;color:#333!important}
.platform-dot{width:6px!important;height:6px!important;border-radius:50%!important;display:inline-block!important;flex-shrink:0!important}
/* Mobile */
@media(max-width:768px){
  body{padding-top:60px}
  .nav,.nav-inner{height:60px!important}
  .nav-inner{padding:0 1.25rem!important}
  .nav-links,.nav-actions{display:none!important}
  .nav-hamburger{display:flex!important;flex-direction:column!important;gap:4px!important;background:none!important;border:1px solid rgba(10,10,30,.15)!important;border-radius:8px!important;padding:8px 10px!important;cursor:pointer!important;align-items:center!important}
  .nav-hamburger span{display:block!important;width:20px!important;height:1.5px!important;background:#0C0C18!important;border-radius:2px!important}
  .hero-content{padding:3rem 1.25rem 2rem!important}
  .hero-headline{font-size:clamp(2rem,8.5vw,3rem)!important}
  .hero-cta-group{flex-direction:column!important;align-items:stretch!important}
  .btn-primary-lg,.btn-outline-lg{width:100%!important;justify-content:center!important}
  .hero-platforms{flex-direction:column!important;gap:.5rem!important}
  .stats-row{grid-template-columns:1fr 1fr!important}
  .stacks-grid{grid-template-columns:1fr!important}
  .cases-grid{grid-template-columns:1fr!important}
  .insights-grid{grid-template-columns:1fr!important}
  .footer-grid{grid-template-columns:1fr 1fr!important}
  .process-steps{grid-template-columns:1fr 1fr!important}
  .n8n-tabs{overflow-x:auto!important;flex-wrap:nowrap!important;-webkit-overflow-scrolling:touch!important}
  .n8n-tab{white-space:nowrap!important;font-size:.65rem!important}
}
@media(max-width:480px){
  .footer-grid{grid-template-columns:1fr!important}
  .process-steps{grid-template-columns:1fr!important}
}


/* ============================================
   DESIGN TOKENS — LIGHT THEME
   ============================================ */
:root {
  --abyss: #F4F4F8;
  --surface: #FFFFFF;
  --surface-2: #F0F0F5;
  --surface-3: #E8E8F0;
  --border: rgba(10,10,30,0.08);
  --border-accent: rgba(0,148,210,0.35);
  --white: #0C0C18;
  --muted: #888899;
  --muted-2: #555566;
  --accent: #0094D2;
  --accent-dim: rgba(0,148,210,0.1);
  --accent-glow: rgba(0,148,210,0.2);
  --gradient-hero: radial-gradient(ellipse 80% 50% at 50% -10%, rgba(0,148,210,0.08) 0%, transparent 60%);
  --font-display: 'Space Grotesk', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
}

/* ============================================
   LIGHT THEME — FULL OVERRIDES
   ============================================ */

/* Body & base */
body {
  background: #F4F4F8 !important;
  color: #0C0C18 !important;
}

/* Noise overlay — much lighter on white */
body::before { opacity: 0.12 !important; }

/* Selection */
::selection { background: rgba(0,148,210,0.12); color: #0094D2; }

/* ── NAV ── */
.nav.scrolled {
  background: rgba(244,244,248,0.92) !important;
  border-bottom-color: rgba(10,10,30,0.1) !important;
}
.nav-logo { color: #0C0C18 !important; }
.nav-logo-mark { background: #0C0C18 !important; color: #fff !important; }
.nav-link { color: #444455 !important; }
.nav-link:hover { color: #0C0C18 !important; background: rgba(10,10,30,0.05) !important; }
.btn-ghost { color: #444455 !important; border-color: rgba(10,10,30,0.15) !important; }
.btn-ghost:hover { color: #0C0C18 !important; background: rgba(10,10,30,0.05) !important; border-color: rgba(10,10,30,0.25) !important; }
.btn-primary { color: #fff !important; background: #0C0C18 !important; }
.btn-primary:hover { box-shadow: 0 8px 28px rgba(10,10,30,0.2) !important; }
.btn-primary-lg { color: #fff !important; background: #0C0C18 !important; }
.btn-primary-lg:hover { box-shadow: 0 12px 36px rgba(10,10,30,0.2) !important; }
.btn-outline-lg { color: #0C0C18 !important; border-color: rgba(10,10,30,0.18) !important; }
.btn-outline-lg:hover { background: rgba(10,10,30,0.04) !important; border-color: rgba(10,10,30,0.3) !important; }

/* ── HERO ── */
.hero { background: #F4F4F8 !important; }
.hero-bg { background: radial-gradient(ellipse 80% 50% at 50% -10%, rgba(0,148,210,0.08) 0%, transparent 60%) !important; }
.hero-grid {
  background-image:
    linear-gradient(rgba(10,10,30,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10,10,30,0.05) 1px, transparent 1px) !important;
}
.hero-eyebrow { background: rgba(0,148,210,0.08) !important; border-color: rgba(0,148,210,0.25) !important; }
.hero-headline { color: #0C0C18 !important; }
.hero-headline .accent-text {
  color: #0094D2 !important;
  -webkit-text-fill-color: #0094D2 !important;
  background: none !important;
}
.hero-headline .line-2 { color: #888899 !important; }
.hero-sub { color: #444455 !important; }
.hero-platforms-label { color: #888899 !important; }
.platform-pill { background: #fff !important; border-color: rgba(10,10,30,0.12) !important; color: #444455 !important; }
.platform-pill-dot { background: #0094D2 !important; }

/* ── TICKER ── */
.ticker-section { background: #fff !important; border-color: rgba(10,10,30,0.08) !important; }
.ticker-item { color: #888899 !important; }
.ticker-sep { background: #0094D2 !important; }

/* ── TRUSTED ── */
.trusted { background: #F4F4F8 !important; }
.logos-grid { opacity: 0.35 !important; filter: grayscale(1) !important; }

/* ── STATS BAR ── */
.stats-bar { background: #fff !important; border-color: rgba(10,10,30,0.08) !important; }
.stat-value { color: #0C0C18 !important; }
.stat-value .stat-accent { color: #0094D2 !important; }
.stat-label { color: #666677 !important; }
.stat-item { border-right-color: rgba(10,10,30,0.08) !important; }

/* ── STACKS SECTION ── */
.stacks-section { background: #F4F4F8 !important; }
.stacks-grid { background: rgba(10,10,30,0.08) !important; border-color: rgba(10,10,30,0.08) !important; }
.stack-card { background: #fff !important; }
.stack-card:hover { background: #F8F8FC !important; }
.stack-card::before { background: rgba(0,148,210,0.06) !important; }
.stack-card-icon { background: #F0F0F5 !important; border-color: rgba(10,10,30,0.1) !important; }
.stack-card:hover .stack-card-icon { background: rgba(0,148,210,0.1) !important; border-color: rgba(0,148,210,0.3) !important; }
.stack-card-title { color: #0C0C18 !important; }
.stack-card-desc { color: #555566 !important; }
.stack-tag { background: #F0F0F5 !important; border-color: rgba(10,10,30,0.1) !important; color: #555566 !important; }
.stack-card-arrow { border-color: rgba(10,10,30,0.12) !important; color: #888899 !important; }
.stack-card:hover .stack-card-arrow { border-color: #0094D2 !important; color: #0094D2 !important; }

/* ── AI VISIBILITY ── */
.ai-visibility { background: #fff !important; }
.vis-center { background: rgba(0,148,210,0.08) !important; border-color: rgba(0,148,210,0.25) !important; color: #0094D2 !important; }
.vis-center::before { border-color: rgba(0,148,210,0.1) !important; }
.vis-center::after { border-color: rgba(0,148,210,0.05) !important; }
.vis-node-chip { background: #fff !important; border-color: rgba(10,10,30,0.12) !important; color: #555566 !important; box-shadow: 0 1px 4px rgba(10,10,30,0.06); }
.vis-node-chip.active { border-color: rgba(0,148,210,0.35) !important; color: #0094D2 !important; background: rgba(0,148,210,0.08) !important; }
.vis-point { background: #F8F8FC !important; border-color: rgba(10,10,30,0.08) !important; }
.vis-point:hover { border-color: rgba(0,148,210,0.3) !important; }
.vis-point-title { color: #0C0C18 !important; }
.vis-point-desc { color: #666677 !important; }
.vis-point-num { color: #0094D2 !important; }

/* ── PIPELINE ── */
.pipeline-section { background: #F4F4F8 !important; }
.pipeline-bg-grid {
  background-image:
    linear-gradient(rgba(10,10,30,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10,10,30,0.04) 1px, transparent 1px) !important;
}
.pipeline-dot { background: #fff !important; border-color: rgba(10,10,30,0.12) !important; box-shadow: 0 1px 4px rgba(10,10,30,0.08) !important; }
.pipeline-node:hover .pipeline-dot { background: rgba(0,148,210,0.08) !important; border-color: rgba(0,148,210,0.35) !important; box-shadow: 0 0 20px rgba(0,148,210,0.15) !important; }
.pipeline-node-label { color: #444455 !important; }
.pipeline-node:hover .pipeline-node-label { color: #0C0C18 !important; }
.pipeline-node-sub { color: #888899 !important; }
.pipeline-detail-card { background: #fff !important; border-color: rgba(10,10,30,0.1) !important; box-shadow: 0 4px 24px rgba(10,10,30,0.08) !important; }
.pipeline-detail-card.visible { box-shadow: 0 8px 40px rgba(10,10,30,0.12) !important; }
.pdc-title { color: #0C0C18 !important; }
.pdc-desc { color: #555566 !important; }
.pdc-chip { background: #F0F0F5 !important; border-color: rgba(10,10,30,0.1) !important; color: #666677 !important; }
.pipeline-phase-leg { color: #888899 !important; }

/* ── SERVICES BENTO ── */
.services-section { background: #fff !important; }
.bento-grid { background: rgba(10,10,30,0.07) !important; border-color: rgba(10,10,30,0.07) !important; }
.bento-card { background: #fff !important; }
.bento-card:hover { background: #F8F8FC !important; }
.bento-card::after { background: linear-gradient(to right, transparent, rgba(0,148,210,0.15), transparent) !important; }
.bento-card-label { color: #0094D2 !important; }
.bento-card-title { color: #0C0C18 !important; }
.bento-card-desc { color: #555566 !important; }
.service-chip { background: #F0F0F5 !important; border-color: rgba(10,10,30,0.1) !important; color: #666677 !important; }
.bento-big-number { color: #0C0C18 !important; }
.bento-big-number span { color: #0094D2 !important; }

/* ── COMPARE ── */
.compare-section { background: #F4F4F8 !important; }
.compare-table { border-color: rgba(10,10,30,0.1) !important; }
.compare-header { background: #F0F0F5 !important; border-bottom-color: rgba(10,10,30,0.1) !important; }
.compare-col-header:first-child { color: #888899 !important; }
.compare-col-header:nth-child(2) { color: #888899 !important; border-left-color: rgba(10,10,30,0.08) !important; }
.compare-col-header:last-child { color: #0094D2 !important; border-left-color: rgba(10,10,30,0.08) !important; background: rgba(0,148,210,0.07) !important; }
.compare-row { border-bottom-color: rgba(10,10,30,0.07) !important; }
.compare-row:hover { background: rgba(10,10,30,0.02) !important; }
.compare-cell { color: #555566 !important; }
.compare-cell:nth-child(2) { border-left-color: rgba(10,10,30,0.07) !important; }
.compare-cell:last-child { border-left-color: rgba(10,10,30,0.07) !important; background: rgba(0,148,210,0.04) !important; color: #0C0C18 !important; }
.compare-cell-label { color: #333344 !important; }
.compare-cell-bad { color: #888899 !important; }
.icon-check { color: #0094D2 !important; }

/* ── AUTOMATION ── */
.automation-section { background: #fff !important; }
.flow-item { background: #F8F8FC !important; border-color: rgba(10,10,30,0.08) !important; }
.flow-item:hover { border-color: rgba(0,148,210,0.3) !important; background: rgba(0,148,210,0.06) !important; }
.flow-item::before { background: #0094D2 !important; }
.flow-icon { background: #F0F0F5 !important; border-color: rgba(10,10,30,0.1) !important; }
.flow-title { color: #0C0C18 !important; }
.flow-sub { color: #666677 !important; }
.flow-badge { background: rgba(0,148,210,0.1) !important; border-color: rgba(0,148,210,0.25) !important; color: #0094D2 !important; }
.dashboard-mock { background: #fff !important; border-color: rgba(10,10,30,0.1) !important; box-shadow: 0 4px 24px rgba(10,10,30,0.08), 0 1px 4px rgba(10,10,30,0.04) !important; }
.dash-titlebar { background: #F0F0F5 !important; border-bottom-color: rgba(10,10,30,0.08) !important; }
.dash-title-text { color: #888899 !important; }
.dash-body { background: #fff !important; }
.dash-kpi { background: #F8F8FC !important; border-color: rgba(10,10,30,0.08) !important; }
.dash-kpi-val { color: #0C0C18 !important; }
.dash-kpi-label { color: #888899 !important; }
.dash-chart-area { background: #F0F0F5 !important; border-color: rgba(10,10,30,0.08) !important; }
.dash-bar { background: linear-gradient(to top, #0094D2, rgba(0,148,210,0.3)) !important; }
.status-badge { background: rgba(16,185,129,0.08) !important; border-color: rgba(16,185,129,0.2) !important; color: #059669 !important; }

/* ── FULLSTACK SECTION ── */
.fullstack-section { background: #F4F4F8 !important; }
.fs-phase { background: #F8F8FC !important; border-color: rgba(10,10,30,0.08) !important; }
.fs-phase-header { border-bottom-color: rgba(10,10,30,0.07) !important; }
.fs-phase-badge { background: rgba(0,148,210,0.1) !important; border-color: rgba(0,148,210,0.25) !important; color: #0094D2 !important; }
.fs-phase-title { color: #0C0C18 !important; }
.fs-phase-sub { color: #555566 !important; }
.fs-phase-cards { background: rgba(10,10,30,0.07) !important; }
.fs-card { background: #F8F8FC !important; }
.fs-card:hover { background: #F0F0F5 !important; }
.fs-card.fs-card-accent { background: rgba(0,148,210,0.08) !important; }
.fs-card.fs-card-accent:hover { background: rgba(0,148,210,0.14) !important; }
.fs-card-name { color: #0C0C18 !important; }
.fs-card-detail { color: #666677 !important; }
.fs-outcome { background: linear-gradient(135deg, rgba(0,148,210,0.07) 0%, rgba(99,102,241,0.04) 100%) !important; border-color: rgba(0,148,210,0.25) !important; }
.fs-outcome-title { color: #0C0C18 !important; }
.fs-outcome-sub { color: #666677 !important; }

/* ── N8N SECTION ── */
.n8n-section { background: #fff !important; }
.n8n-tab { background: #F0F0F5 !important; border-color: rgba(10,10,30,0.1) !important; color: #555566 !important; }
.n8n-tab:hover { color: #0C0C18 !important; border-color: rgba(10,10,30,0.2) !important; background: #E8E8F0 !important; }
.n8n-tab.active { background: rgba(0,148,210,0.1) !important; border-color: rgba(0,148,210,0.3) !important; color: #0094D2 !important; }
.n8n-canvas-wrap { background: #F8F8FC !important; border-color: rgba(10,10,30,0.08) !important; }
.n8n-node { background: #fff !important; border-color: rgba(10,10,30,0.1) !important; }
.n8n-node:hover { border-color: rgba(10,10,30,0.18) !important; background: #F8F8FC !important; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(10,10,30,0.08) !important; }
.n8n-node.trigger { border-color: rgba(245,158,11,0.4) !important; background: rgba(245,158,11,0.06) !important; }
.n8n-node.ai-node { border-color: rgba(0,148,210,0.3) !important; background: rgba(0,148,210,0.07) !important; }
.n8n-node.success-node { border-color: rgba(16,185,129,0.35) !important; background: rgba(16,185,129,0.06) !important; }
.n8n-node-label { color: #0C0C18 !important; }
.n8n-node-sub { color: #888899 !important; }
.n8n-node-badge { background: #0094D2 !important; color: #fff !important; }
.n8n-node.trigger .n8n-node-badge { background: #F59E0B !important; }
.n8n-edge-line { background: linear-gradient(to right, rgba(10,10,30,0.08), rgba(0,148,210,0.4), rgba(10,10,30,0.08)) !important; }
.n8n-edge-dot { background: #0094D2 !important; box-shadow: 0 0 8px rgba(0,148,210,0.5) !important; }
.n8n-down-arrow { background: linear-gradient(to bottom, rgba(0,148,210,0.4), transparent) !important; }
.n8n-down-arrow::after { border-top-color: rgba(0,148,210,0.5) !important; }
.n8n-flow-meta { background: #F0F0F5 !important; border-top-color: rgba(10,10,30,0.08) !important; }
.n8n-meta-stat { color: #666677 !important; }
.n8n-meta-stat span { color: #0094D2 !important; }
.n8n-meta-badge { background: rgba(16,185,129,0.07) !important; border-color: rgba(16,185,129,0.2) !important; color: #059669 !important; }
.n8n-bottom-text .label { color: #0094D2 !important; }
.n8n-bottom-text .body-sm { color: #666677 !important; }

/* ── CASE STUDIES ── */
.cases-section { background: #F4F4F8 !important; }
.cases-grid { background: rgba(10,10,30,0.07) !important; border-color: rgba(10,10,30,0.07) !important; }
.case-card { background: #fff !important; }
.case-card:hover { background: #F8F8FC !important; }
.case-card-tag { color: #0094D2 !important; }
.case-card-title { color: #0C0C18 !important; }
.case-card-desc { color: #555566 !important; }
.case-metrics { border-top-color: rgba(10,10,30,0.08) !important; }
.case-metric-val { color: #0C0C18 !important; }
.case-metric-val span { color: #0094D2 !important; }
.case-metric-label { color: #888899 !important; }

/* ── PROCESS ── */
.process-section { background: #fff !important; }
.process-steps::before { background: linear-gradient(to right, #0094D2, rgba(99,102,241,0.5), #0094D2) !important; }
.process-step-num { background: #F0F0F5 !important; border-color: rgba(10,10,30,0.1) !important; color: #0094D2 !important; }
.process-step:hover .process-step-num { background: rgba(0,148,210,0.1) !important; border-color: rgba(0,148,210,0.3) !important; box-shadow: 0 0 20px rgba(0,148,210,0.15) !important; }
.process-step-title { color: #0C0C18 !important; }
.process-step-desc { color: #666677 !important; }

/* ── TECH STACK ── */
.tech-section { background: #F4F4F8 !important; }
.tech-grid { background: rgba(10,10,30,0.07) !important; border-color: rgba(10,10,30,0.07) !important; }
.tech-item { background: #fff !important; }
.tech-item:hover { background: #F8F8FC !important; }
.tech-icon { background: #F0F0F5 !important; }
.tech-name { color: #888899 !important; }

/* ── INDUSTRIES ── */
.industries-section { background: #fff !important; }
.industries-grid { background: rgba(10,10,30,0.07) !important; border-color: rgba(10,10,30,0.07) !important; }
.industry-item { background: #fff !important; }
.industry-item:hover { background: #F8F8FC !important; }
.industry-name { color: #555566 !important; }
.industry-item:hover .industry-name { color: #0C0C18 !important; }

/* ── INSIGHTS ── */
.insights-section { background: #F4F4F8 !important; }
.insights-grid { background: rgba(10,10,30,0.07) !important; border-color: rgba(10,10,30,0.07) !important; }
.insight-card { background: #fff !important; }
.insight-card:hover { background: #F8F8FC !important; }
.insight-tag.geo { color: #059669 !important; }
.insight-tag.seo { color: #0094D2 !important; }
.insight-tag.ai { color: #6366F1 !important; }
.insight-tag.dev { color: #D97706 !important; }
.insight-title { color: #0C0C18 !important; }
.insight-meta { color: #888899 !important; border-top-color: rgba(10,10,30,0.08) !important; }
.insight-read-more { color: #0094D2 !important; }

/* ── CTA SECTION ── */
.cta-section { background: #0C0C18 !important; }
.cta-section::before { background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(0,148,210,0.12) 0%, transparent 70%) !important; }
.cta-section::after { background: linear-gradient(to right, transparent, #0094D2, transparent) !important; }
.cta-headline { color: #F4F4F8 !important; }
.cta-headline span { background: linear-gradient(135deg, #0094D2 0%, #818CF8 100%) !important; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; background-clip: text !important; }
.cta-sub { color: rgba(244,244,248,0.55) !important; }
.cta-note { color: rgba(244,244,248,0.3) !important; }
.btn-primary-lg { background: #0094D2 !important; color: #fff !important; }
.btn-primary-lg:hover { box-shadow: 0 12px 36px rgba(0,148,210,0.35) !important; }
.btn-outline-lg { color: #F4F4F8 !important; border-color: rgba(244,244,248,0.15) !important; }

/* ── FOOTER ── */
.footer { background: #fff !important; border-top-color: rgba(10,10,30,0.08) !important; }
.footer-brand-desc { color: #666677 !important; }
.footer-col-title { color: #0C0C18 !important; }
.footer-links a { color: #888899 !important; }
.footer-links a:hover { color: #0C0C18 !important; }
.footer-bottom { border-top-color: rgba(10,10,30,0.08) !important; }
.footer-copy { color: #AAAABC !important; }
.footer-social-btn { border-color: rgba(10,10,30,0.1) !important; color: #888899 !important; }
.footer-social-btn:hover { border-color: rgba(0,148,210,0.3) !important; color: #0094D2 !important; background: rgba(0,148,210,0.07) !important; }

/* ── SCROLL INDICATOR ── */
.scroll-line { background: linear-gradient(to bottom, #0094D2, transparent) !important; }
/* ── ROTATING WORD — solid color, no gradient bar ── */
.hero-rotating-word {
  color: #0094D2 !important;
  -webkit-text-fill-color: #0094D2 !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
}

/* ============================================================
   MOTION SYSTEM — CLASSY PREMIUM ANIMATIONS
   ============================================================ */

/* ── 1. STAGGER REVEAL — elements slide up with delay cascade ── */
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s cubic-bezier(0.16,1,0.3,1),
              transform 0.65s cubic-bezier(0.16,1,0.3,1);
}
.reveal-stagger.visible > *:nth-child(1) { opacity:1; transform:none; transition-delay:0s; }
.reveal-stagger.visible > *:nth-child(2) { opacity:1; transform:none; transition-delay:0.1s; }
.reveal-stagger.visible > *:nth-child(3) { opacity:1; transform:none; transition-delay:0.2s; }
.reveal-stagger.visible > *:nth-child(4) { opacity:1; transform:none; transition-delay:0.3s; }
.reveal-stagger.visible > *:nth-child(5) { opacity:1; transform:none; transition-delay:0.4s; }
.reveal-stagger.visible > *:nth-child(6) { opacity:1; transform:none; transition-delay:0.5s; }

/* ── 2. FADE-SLIDE from left/right ── */
.reveal-left  { opacity:0; transform:translateX(-36px); transition:opacity 0.7s cubic-bezier(0.16,1,0.3,1), transform 0.7s cubic-bezier(0.16,1,0.3,1); }
.reveal-right { opacity:0; transform:translateX(36px);  transition:opacity 0.7s cubic-bezier(0.16,1,0.3,1), transform 0.7s cubic-bezier(0.16,1,0.3,1); }
.reveal-left.visible, .reveal-right.visible { opacity:1; transform:translateX(0); }

/* ── 3. SCALE-IN for cards ── */
.reveal-scale { opacity:0; transform:scale(0.94) translateY(20px); transition:opacity 0.6s cubic-bezier(0.16,1,0.3,1), transform 0.6s cubic-bezier(0.16,1,0.3,1); }
.reveal-scale.visible { opacity:1; transform:scale(1) translateY(0); }

/* ── 4. SECTION LABEL WIPE — text reveals from a mask ── */
.label-wipe {
  overflow: hidden;
  display: inline-block;
}
.label-wipe span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.16,1,0.3,1);
}
.label-wipe.visible span { transform: translateY(0); }

/* ── 5. CARD LIFT — premium hover for all cards ── */
.stack-card, .bento-card, .case-card, .insight-card, .vis-point, .flow-item, .fs-card, .n8n-node, .tech-item, .industry-item {
  transition: transform 0.3s cubic-bezier(0.16,1,0.3,1),
              box-shadow 0.3s cubic-bezier(0.16,1,0.3,1),
              background 0.25s ease,
              border-color 0.25s ease !important;
}
.stack-card:hover, .bento-card:hover, .case-card:hover, .insight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,148,210,0.1), 0 2px 8px rgba(10,10,30,0.06) !important;
}
.vis-point:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 20px rgba(0,148,210,0.08) !important;
}
.n8n-node:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 24px rgba(0,148,210,0.12), 0 1px 4px rgba(10,10,30,0.06) !important;
}

/* ── 6. STAT COUNTER — numbers grow in ── */
.stat-value {
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.16,1,0.3,1);
}
.stat-item:hover .stat-value { transform: scale(1.06); }

/* ── 7. FLOW ITEM STAGGER ── */
.automation-flows .flow-item {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.5s cubic-bezier(0.16,1,0.3,1),
              transform 0.5s cubic-bezier(0.16,1,0.3,1),
              border-color 0.25s ease,
              background 0.25s ease !important;
}
.automation-flows.flows-visible .flow-item:nth-child(1) { opacity:1;transform:translateX(0);transition-delay:0s; }
.automation-flows.flows-visible .flow-item:nth-child(2) { opacity:1;transform:translateX(0);transition-delay:0.07s; }
.automation-flows.flows-visible .flow-item:nth-child(3) { opacity:1;transform:translateX(0);transition-delay:0.14s; }
.automation-flows.flows-visible .flow-item:nth-child(4) { opacity:1;transform:translateX(0);transition-delay:0.21s; }
.automation-flows.flows-visible .flow-item:nth-child(5) { opacity:1;transform:translateX(0);transition-delay:0.28s; }
.automation-flows.flows-visible .flow-item:nth-child(6) { opacity:1;transform:translateX(0);transition-delay:0.35s; }
.automation-flows.flows-visible .flow-item:nth-child(7) { opacity:1;transform:translateX(0);transition-delay:0.42s; }

/* ── 8. BENTO CARD STAGGER ── */
.bento-grid { perspective: 800px; }
.bento-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s cubic-bezier(0.16,1,0.3,1),
              transform 0.55s cubic-bezier(0.16,1,0.3,1),
              background 0.2s ease !important;
}
.bento-grid.bento-visible .bento-card { opacity:1; transform:none; }
.bento-grid.bento-visible .bento-card:nth-child(1){transition-delay:0s}
.bento-grid.bento-visible .bento-card:nth-child(2){transition-delay:0.06s}
.bento-grid.bento-visible .bento-card:nth-child(3){transition-delay:0.12s}
.bento-grid.bento-visible .bento-card:nth-child(4){transition-delay:0.18s}
.bento-grid.bento-visible .bento-card:nth-child(5){transition-delay:0.24s}
.bento-grid.bento-visible .bento-card:nth-child(6){transition-delay:0.30s}
.bento-grid.bento-visible .bento-card:nth-child(7){transition-delay:0.36s}
.bento-grid.bento-visible .bento-card:nth-child(8){transition-delay:0.42s}
.bento-grid.bento-visible .bento-card:nth-child(9){transition-delay:0.48s}

/* ── 9. PROCESS STEPS CASCADE ── */
.process-step {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.16,1,0.3,1), transform 0.6s cubic-bezier(0.16,1,0.3,1);
}
.process-steps.proc-visible .process-step:nth-child(1){opacity:1;transform:none;transition-delay:0s}
.process-steps.proc-visible .process-step:nth-child(2){opacity:1;transform:none;transition-delay:0.12s}
.process-steps.proc-visible .process-step:nth-child(3){opacity:1;transform:none;transition-delay:0.24s}
.process-steps.proc-visible .process-step:nth-child(4){opacity:1;transform:none;transition-delay:0.36s}

/* ── 10. COMPARISON ROW REVEAL ── */
.compare-row {
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.16,1,0.3,1), background 0.2s ease;
}
.compare-table.cmp-visible .compare-row { opacity:1; transform:none; }
.compare-table.cmp-visible .compare-row:nth-child(1){transition-delay:0.05s}
.compare-table.cmp-visible .compare-row:nth-child(2){transition-delay:0.1s}
.compare-table.cmp-visible .compare-row:nth-child(3){transition-delay:0.15s}
.compare-table.cmp-visible .compare-row:nth-child(4){transition-delay:0.2s}
.compare-table.cmp-visible .compare-row:nth-child(5){transition-delay:0.25s}
.compare-table.cmp-visible .compare-row:nth-child(6){transition-delay:0.3s}
.compare-table.cmp-visible .compare-row:nth-child(7){transition-delay:0.35s}
.compare-table.cmp-visible .compare-row:nth-child(8){transition-delay:0.4s}

/* ── 11. CASE CARD STAGGER ── */
.cases-grid {
  perspective: 1000px;
}
.case-card {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.65s cubic-bezier(0.16,1,0.3,1),
              transform 0.65s cubic-bezier(0.16,1,0.3,1),
              background 0.25s ease !important;
}
.cases-grid.cases-visible .case-card:nth-child(1){opacity:1;transform:none;transition-delay:0s}
.cases-grid.cases-visible .case-card:nth-child(2){opacity:1;transform:none;transition-delay:0.12s}
.cases-grid.cases-visible .case-card:nth-child(3){opacity:1;transform:none;transition-delay:0.24s}

/* ── 12. STACK CARD STAGGER ── */
.stacks-grid .stack-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s cubic-bezier(0.16,1,0.3,1),
              transform 0.55s cubic-bezier(0.16,1,0.3,1),
              background 0.25s ease,
              box-shadow 0.3s ease !important;
}
.stacks-grid.stacks-visible .stack-card { opacity:1; transform:none; }
.stacks-grid.stacks-visible .stack-card:nth-child(1){transition-delay:0s}
.stacks-grid.stacks-visible .stack-card:nth-child(2){transition-delay:0.08s}
.stacks-grid.stacks-visible .stack-card:nth-child(3){transition-delay:0.16s}
.stacks-grid.stacks-visible .stack-card:nth-child(4){transition-delay:0.24s}
.stacks-grid.stacks-visible .stack-card:nth-child(5){transition-delay:0.32s}
.stacks-grid.stacks-visible .stack-card:nth-child(6){transition-delay:0.40s}

/* ── 13. INDUSTRY GRID POP ── */
.industries-grid .industry-item {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.4s cubic-bezier(0.16,1,0.3,1),
              transform 0.4s cubic-bezier(0.16,1,0.3,1),
              background 0.2s ease;
}
.industries-grid.ind-visible .industry-item { opacity:1; transform:scale(1); }
.industries-grid.ind-visible .industry-item:nth-child(1){transition-delay:0s}
.industries-grid.ind-visible .industry-item:nth-child(2){transition-delay:0.04s}
.industries-grid.ind-visible .industry-item:nth-child(3){transition-delay:0.08s}
.industries-grid.ind-visible .industry-item:nth-child(4){transition-delay:0.12s}
.industries-grid.ind-visible .industry-item:nth-child(5){transition-delay:0.16s}
.industries-grid.ind-visible .industry-item:nth-child(6){transition-delay:0.20s}
.industries-grid.ind-visible .industry-item:nth-child(7){transition-delay:0.24s}
.industries-grid.ind-visible .industry-item:nth-child(8){transition-delay:0.28s}
.industries-grid.ind-visible .industry-item:nth-child(9){transition-delay:0.32s}
.industries-grid.ind-visible .industry-item:nth-child(10){transition-delay:0.36s}
.industries-grid.ind-visible .industry-item:nth-child(11){transition-delay:0.40s}
.industries-grid.ind-visible .industry-item:nth-child(12){transition-delay:0.44s}

/* ── 14. TECH GRID WAVE ── */
.tech-grid .tech-item {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.16,1,0.3,1), background 0.2s ease;
}
.tech-grid.tech-visible .tech-item { opacity:1; transform:none; }
.tech-grid.tech-visible .tech-item:nth-child(1){transition-delay:0s}
.tech-grid.tech-visible .tech-item:nth-child(2){transition-delay:0.03s}
.tech-grid.tech-visible .tech-item:nth-child(3){transition-delay:0.06s}
.tech-grid.tech-visible .tech-item:nth-child(4){transition-delay:0.09s}
.tech-grid.tech-visible .tech-item:nth-child(5){transition-delay:0.12s}
.tech-grid.tech-visible .tech-item:nth-child(6){transition-delay:0.15s}
.tech-grid.tech-visible .tech-item:nth-child(7){transition-delay:0.18s}
.tech-grid.tech-visible .tech-item:nth-child(8){transition-delay:0.21s}
.tech-grid.tech-visible .tech-item:nth-child(9){transition-delay:0.24s}
.tech-grid.tech-visible .tech-item:nth-child(10){transition-delay:0.27s}
.tech-grid.tech-visible .tech-item:nth-child(11){transition-delay:0.30s}
.tech-grid.tech-visible .tech-item:nth-child(12){transition-delay:0.33s}
.tech-grid.tech-visible .tech-item:nth-child(n+13){transition-delay:0.36s}

/* ── 15. SECTION HEADING SPLIT ── */
.section-header h2, .section-header .display-lg {
  overflow: hidden;
}
.section-header.centered { text-align: center; max-width: 640px; margin: 0 auto 4rem; }

/* ── 16. FLOATING AMBIENT BLOBS (hero background) ── */
.hero-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(60px);
  opacity: 0;
  animation: blobIn 2s cubic-bezier(0.16,1,0.3,1) 0.5s forwards;
}
.hero-blob-1 {
  width: 320px; height: 320px;
  background: rgba(0,148,210,0.12);
  top: 10%; left: 5%;
  animation-name: blobFloat1;
  animation-duration: 12s;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  opacity: 1;
}
.hero-blob-2 {
  width: 240px; height: 240px;
  background: rgba(99,102,241,0.09);
  top: 30%; right: 8%;
  animation-name: blobFloat2;
  animation-duration: 16s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  opacity: 1;
}
.hero-blob-3 {
  width: 180px; height: 180px;
  background: rgba(0,148,210,0.07);
  bottom: 20%; left: 30%;
  animation-name: blobFloat3;
  animation-duration: 20s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  opacity: 1;
}
@keyframes blobFloat1 {
  0%,100%{transform:translate(0,0) scale(1);}
  33%{transform:translate(20px,-30px) scale(1.05);}
  66%{transform:translate(-10px,20px) scale(0.97);}
}
@keyframes blobFloat2 {
  0%,100%{transform:translate(0,0) scale(1);}
  40%{transform:translate(-24px,16px) scale(1.08);}
  70%{transform:translate(12px,-20px) scale(0.95);}
}
@keyframes blobFloat3 {
  0%,100%{transform:translate(0,0) scale(1);}
  50%{transform:translate(16px,-24px) scale(1.06);}
}

/* ── 17. COUNTER NUMBER ANIMATE ── */
@keyframes countUp {
  from { opacity:0; transform:translateY(16px); }
  to   { opacity:1; transform:translateY(0); }
}
.stat-item.counted .stat-value {
  animation: countUp 0.6s cubic-bezier(0.16,1,0.3,1) both;
}

/* ── 18. GRADIENT LINE SWEEP on section dividers ── */
.section-rule-sweep {
  height: 1px;
  background: linear-gradient(to right, transparent, #0094D2, transparent);
  background-size: 200% 100%;
  background-position: -100% 0;
  transition: background-position 1.2s cubic-bezier(0.16,1,0.3,1);
}
.section-rule-sweep.swept { background-position: 100% 0; }

/* ── 19. INSIGHT CARD STAGGER ── */
.insights-grid .insight-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s cubic-bezier(0.16,1,0.3,1),
              transform 0.55s cubic-bezier(0.16,1,0.3,1),
              background 0.25s ease !important;
}
.insights-grid.ins-visible .insight-card { opacity:1; transform:none; }
.insights-grid.ins-visible .insight-card:nth-child(1){transition-delay:0s}
.insights-grid.ins-visible .insight-card:nth-child(2){transition-delay:0.1s}
.insights-grid.ins-visible .insight-card:nth-child(3){transition-delay:0.2s}
.insights-grid.ins-visible .insight-card:nth-child(4){transition-delay:0.3s}
.insights-grid.ins-visible .insight-card:nth-child(5){transition-delay:0.4s}

/* ── 20. CTA SECTION PULSE RING ── */
@keyframes ctaPulse {
  0%  { transform:scale(1);   opacity:0.4; }
  50% { transform:scale(1.15);opacity:0; }
  100%{ transform:scale(1);   opacity:0; }
}
.cta-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(0,148,210,0.25);
  animation: ctaPulse 4s ease-out infinite;
  pointer-events: none;
}
.cta-ring-1 { width:200px;height:200px;left:50%;top:50%;margin:-100px 0 0 -100px;animation-delay:0s; }
.cta-ring-2 { width:340px;height:340px;left:50%;top:50%;margin:-170px 0 0 -170px;animation-delay:0.8s; }
.cta-ring-3 { width:480px;height:480px;left:50%;top:50%;margin:-240px 0 0 -240px;animation-delay:1.6s; }

/* ── 21. N8N NODE ENTRANCE ── */
.n8n-canvas-wrap .n8n-node {
  animation: none;
}
.n8n-flow.active .n8n-node {
  animation: nodeIn 0.35s cubic-bezier(0.16,1,0.3,1) both;
}
@keyframes nodeIn {
  from { opacity:0; transform:translateY(10px) scale(0.95); }
  to   { opacity:1; transform:none; }
}
.n8n-flow.active .n8n-row:nth-child(1) .n8n-node:nth-child(odd)  { animation-delay:calc(var(--ni,0) * 0.07s); }
.n8n-flow.active .n8n-row:nth-child(3) .n8n-node { animation-delay:calc(0.25s + var(--ni,0) * 0.07s); }
.n8n-flow.active .n8n-row:nth-child(5) .n8n-node { animation-delay:calc(0.5s  + var(--ni,0) * 0.07s); }

/* ── 22. FLOW BADGE PULSE ── */
.flow-badge {
  animation: badgePulse 3s ease-in-out infinite;
}
@keyframes badgePulse {
  0%,100%{ box-shadow:0 0 0 0 rgba(0,148,210,0.3); }
  50%    { box-shadow:0 0 0 4px rgba(0,148,210,0); }
}

/* ── 23. SECTION HEADERS SLIDE UP ── */
.section-header .label,
.section-header .display-lg,
.section-header .body-lg {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s cubic-bezier(0.16,1,0.3,1), transform 0.65s cubic-bezier(0.16,1,0.3,1);
}
.section-header.visible .label  { opacity:1; transform:none; transition-delay:0s; }
.section-header.visible .display-lg { opacity:1; transform:none; transition-delay:0.1s; }
.section-header.visible .body-lg    { opacity:1; transform:none; transition-delay:0.2s; }

/* ── 24. DASHBOARD MOCK FLOAT + ENTRANCE ── */
.dashboard-mock {
  animation: dashFloat 6s ease-in-out infinite;
}
@keyframes dashFloat {
  0%,100%{ transform:translateY(0); }
  50%    { transform:translateY(-8px); }
}
.dashboard-mock.dash-in {
  animation: dashEntrance 0.8s cubic-bezier(0.16,1,0.3,1) both, dashFloat 6s ease-in-out 0.8s infinite;
}
@keyframes dashEntrance {
  from { opacity:0; transform:translateY(40px) scale(0.97); }
  to   { opacity:1; transform:translateY(0) scale(1); }
}

