/* NuralAI executive brand system */
:root {
  --nuralai-ink: #0b1220;
  --nuralai-navy: #070b14;
  --nuralai-panel: #101827;
  --nuralai-line: rgba(15, 23, 42, .14);
  --nuralai-blue: #2563eb;
  --nuralai-blue-deep: #1d4ed8;
  --nuralai-violet: #4f46e5;
  --nuralai-cyan: #38bdf8;
  --nuralai-slate: #64748b;
  --nuralai-gold: #f59e0b;
  --nuralai-gradient: linear-gradient(105deg, #1d4ed8 0%, #2563eb 46%, #4f46e5 100%);
  --nuralai-accent-gradient: linear-gradient(105deg, #2563eb 0%, #4f46e5 72%, #38bdf8 100%);
  --nuralai-hero: linear-gradient(120deg, #050816 0%, #09111f 34%, #101827 63%, #172554 100%);
  --nuralai-surface: #ffffff;
  --nuralai-soft: #f8fafc;
  --nuralai-shadow: 0 28px 80px rgba(2, 6, 23, .14);
}

body {
  color: var(--nuralai-ink);
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 42%, #ffffff 100%);
}

.site-header,
.nav {
  background:
    linear-gradient(90deg, rgba(37, 99, 235, .12), rgba(79, 70, 229, .10) 48%, rgba(56, 189, 248, .08)),
    #070b14 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
  box-shadow: 0 18px 60px rgba(6, 7, 19, .24) !important;
}

.nav {
  height: 92px !important;
}

.app {
  padding-top: 92px !important;
}

.sidebar,
.roip {
  top: 92px !important;
  height: calc(100vh - 92px) !important;
}

.nav-shell {
  min-height: 92px;
}

.brand {
  gap: 14px !important;
}

.brand .brand-mark-img,
.footer-brand .brand-mark-img {
  width: auto !important;
  height: clamp(56px, 4.3vw, 72px) !important;
  max-width: 72px !important;
  max-height: 72px !important;
  object-fit: contain !important;
  filter: saturate(.9) contrast(1.05) drop-shadow(0 12px 28px rgba(37, 99, 235, .16)) !important;
}

.brand-name,
.site-footer .brand-name {
  display: inline-flex !important;
  align-items: center !important;
  min-height: clamp(56px, 4.3vw, 72px);
  font-size: clamp(46px, 4.1vw, 68px) !important;
  line-height: .9 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  color: transparent !important;
  background: var(--nuralai-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: none !important;
  white-space: nowrap;
}

.desktop-nav a:hover,
.nav-button:hover,
.plain-link:hover,
.mega-links a:hover strong,
.footer-grid a:hover,
.site-footer a:hover {
  color: #93c5fd !important;
}

.button-primary,
.btn-primary,
.nav-demo,
.ncta,
.bp,
.be,
.workflow-actions button,
.visual-panel button {
  background: var(--nuralai-gradient) !important;
  border: 0 !important;
  color: #ffffff !important;
  box-shadow: 0 16px 40px rgba(37, 99, 235, .20), 0 6px 18px rgba(79, 70, 229, .16) !important;
}

.button-primary:hover,
.btn-primary:hover,
.nav-demo:hover,
.ncta:hover,
.bp:hover,
.be:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(37, 99, 235, .24), 0 10px 26px rgba(79, 70, 229, .18) !important;
}

.button-outline,
.btn-secondary,
.bg2,
.bc {
  border-color: rgba(37, 99, 235, .24) !important;
  color: var(--nuralai-ink) !important;
  background: rgba(255, 255, 255, .92) !important;
}

.hero,
.hero-home,
.page-hero,
.contact-hero,
.ai-control-hero,
.executive-value-hero,
.enterprise-automation-hero,
.product-detail-hero,
.customer-hero,
.resources-hero,
.demo-hero,
.compare-hero,
.trust-hero,
.support-hero,
.roi-hero,
.category-hub-hero,
.industry-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(56, 189, 248, .18), transparent 34%),
    linear-gradient(120deg, rgba(37, 99, 235, .14), rgba(79, 70, 229, .12) 48%, rgba(15, 23, 42, .08)),
    var(--nuralai-hero) !important;
  color: #ffffff !important;
}

.hero h1,
.page-hero h1,
.contact-hero h1,
.category-hub-hero h1,
.industry-hero h1 {
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.hero .lead,
.page-hero .lead,
.contact-hero .lead,
.category-hub-hero .lead,
.industry-hero .lead {
  color: rgba(255, 255, 255, .78) !important;
}

.home-hero-window,
.product-visual,
.category-hero-visual,
.workflow-visual,
.control-plane-visual,
.enterprise-flow-visual,
.platform-flow-visual,
.agent-command-visual,
.integration-fabric {
  border: 1px solid rgba(255, 255, 255, .16) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .05)),
    linear-gradient(125deg, rgba(37, 99, 235, .12), rgba(79, 70, 229, .10), rgba(56, 189, 248, .08)),
    #101827 !important;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .28) !important;
}

.agent-grid article,
.info-card,
.capability-grid article,
.resource-grid article,
.story-grid article,
.listing-card,
.category-card,
.category-group-card,
.demo-card-grid article,
.contact-route-card,
.legal-card-grid article,
.pricing-grid article,
.pc,
.rc,
.ss2 {
  border: 1px solid rgba(15, 23, 42, .10) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .99), rgba(248, 250, 252, .96)) !important;
  box-shadow: 0 18px 48px rgba(2, 6, 23, .07) !important;
}

.agent-grid article:hover,
.info-card:hover,
.capability-grid article:hover,
.resource-grid article:hover,
.story-grid article:hover,
.listing-card:hover,
.category-card:hover,
.category-group-card:hover,
.demo-card-grid article:hover,
.contact-route-card:hover {
  border-color: rgba(37, 99, 235, .30) !important;
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(2, 6, 23, .12) !important;
}

.card-icon,
.category-card > span,
.category-group-card span,
.demo-card-grid span,
.listing-card span,
.resource-grid span,
.story-grid p,
.contact-route-card span,
.footer-cta p,
.sst,
.eye {
  color: #2563eb !important;
}

.card-icon,
.drop-icon,
.core-mark,
.mock-ticket strong,
.agent-roster strong {
  background:
    linear-gradient(135deg, rgba(37, 99, 235, .12), rgba(79, 70, 229, .10), rgba(56, 189, 248, .10)) !important;
  border-color: rgba(37, 99, 235, .24) !important;
  color: #1d4ed8 !important;
}

.metric-band,
.contact-request-band,
.page-cta,
.footer-cta,
.footer-newsletter {
  background:
    linear-gradient(115deg, rgba(37, 99, 235, .14), rgba(79, 70, 229, .12) 48%, rgba(56, 189, 248, .10)),
    #101827 !important;
  border-color: rgba(255, 255, 255, .14) !important;
  color: #ffffff !important;
}

.site-footer,
.sf-footer {
  background:
    linear-gradient(100deg, rgba(37, 99, 235, .12), rgba(79, 70, 229, .10) 48%, rgba(56, 189, 248, .08)),
    #070b14 !important;
  color: #ffffff !important;
  border-top: 1px solid rgba(255, 255, 255, .12) !important;
}

.site-footer p,
.sf-footer p,
.footer-grid a,
.footer-bottom,
.footer-tagline {
  color: rgba(255, 255, 255, .70) !important;
}

.footer-grid h3,
.footer-col h4,
.footer-logo-text,
.footer-newsletter .t-h4 {
  color: #ffffff !important;
}

.footer-logo-text {
  display: inline-flex;
  font-size: clamp(44px, 3.8vw, 62px) !important;
  line-height: .9;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  color: transparent !important;
  background: var(--nuralai-gradient);
  -webkit-background-clip: text;
  background-clip: text;
}

.site-footer .footer-brand .brand {
  display: inline-grid !important;
  grid-template-columns: auto minmax(0, auto);
  align-items: center !important;
  gap: 10px !important;
  width: fit-content !important;
  max-width: 100% !important;
}

.site-footer .footer-brand .brand-mark-img {
  height: 36px !important;
  max-width: 40px !important;
}

.site-footer .footer-brand .brand-name {
  min-height: 36px !important;
  font-size: clamp(28px, 2.2vw, 38px) !important;
  line-height: .95 !important;
  white-space: nowrap !important;
}

.site-footer .footer-brand p {
  margin-top: 14px !important;
  max-width: 300px !important;
  clear: both;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(37, 99, 235, .48) !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .10) !important;
}

.nav .logo,
.nav .logo span,
.nav-logo-text {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  font-size: clamp(38px, 3.6vw, 58px) !important;
  line-height: .9 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  background: var(--nuralai-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

.nav-logo-icon {
  width: 58px !important;
  height: 58px !important;
  background: var(--nuralai-gradient) !important;
}

.nav .logo img {
  width: auto !important;
  height: 58px !important;
  max-width: 58px !important;
  object-fit: contain !important;
}

.si.active,
.ci.sel,
.pc.sel,
.sb.sel {
  border-color: rgba(37, 99, 235, .42) !important;
  background: rgba(37, 99, 235, .08) !important;
}

.si.active .dot,
.ci.sel .cb {
  background: var(--nuralai-gradient) !important;
  border-color: transparent !important;
}

.home-loop-section,
.platform-flow-section {
  background:
    radial-gradient(circle at 20% 18%, rgba(37, 99, 235, .18), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(56, 189, 248, .14), transparent 34%),
    linear-gradient(118deg, #050816 0%, #09111f 38%, #101827 66%, #172554 100%) !important;
  color: #ffffff !important;
}

.home-loop-section .section-head p,
.platform-flow-section .section-head p {
  color: #93c5fd !important;
}

.home-loop-section .section-head span,
.platform-flow-section .section-head span {
  color: rgba(255, 255, 255, .74) !important;
}

.platform-flow-image-wrap {
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, .10), rgba(79, 70, 229, .08), rgba(56, 189, 248, .08)),
    #070b14;
  box-shadow: 0 34px 100px rgba(6, 7, 19, .34);
}

.platform-flow-img {
  filter: saturate(1.1) contrast(1.05);
}

.mega-intro,
.contact-request-band,
.page-cta,
.roi-hero,
.roi-results,
.resource-feature,
.roi-card-feature {
  background:
    radial-gradient(circle at 18% 14%, rgba(37, 99, 235, .16), transparent 32%),
    linear-gradient(145deg, #0f172a 0%, #111827 52%, #172554 100%) !important;
  border-color: rgba(148, 163, 184, .18) !important;
  box-shadow: 0 28px 80px rgba(2, 6, 23, .16) !important;
}

.visual-top span:first-child,
.home-hero-top span:first-child,
.browser-bar span:first-child {
  background: #64748b !important;
}

.visual-top span:nth-child(2),
.home-hero-top span:nth-child(2),
.browser-bar span:nth-child(2) {
  background: #94a3b8 !important;
}

.visual-top span:nth-child(3),
.home-hero-top span:nth-child(3),
.browser-bar span:nth-child(3) {
  background: #2563eb !important;
}

.ok,
.dot,
.mini-dot,
.status-dot {
  background: #38bdf8 !important;
  box-shadow: 0 0 0 4px rgba(56, 189, 248, .12) !important;
}

.warn {
  background: #f59e0b !important;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, .14) !important;
}

.comparison-table th,
.compare-table th,
.security-table th {
  background: #0f172a !important;
  color: #ffffff !important;
}

.comparison-table td,
.compare-table td,
.security-table td {
  border-color: rgba(15, 23, 42, .1) !important;
}

.roi-results strong,
.roi-kpi-grid b,
.metric-value,
.stat strong,
.stat-value {
  color: #1d4ed8 !important;
}

.footer-social a,
.social a {
  background: rgba(37, 99, 235, .12) !important;
  border-color: rgba(37, 99, 235, .24) !important;
  color: #bfdbfe !important;
}

.footer-social a:hover,
.social a:hover {
  background: rgba(56, 189, 248, .16) !important;
  border-color: rgba(56, 189, 248, .34) !important;
}

@media (max-width: 980px) {
  .nav-shell {
    min-height: 78px;
  }

  .nav {
    height: 78px !important;
  }

  .app {
    padding-top: 78px !important;
  }

  .sidebar,
  .roip {
    top: 78px !important;
    height: calc(100vh - 78px) !important;
  }

  .brand .brand-mark-img,
  .footer-brand .brand-mark-img {
    height: 48px !important;
    max-width: 52px !important;
  }

  .brand-name,
  .site-footer .brand-name {
    min-height: 48px;
    font-size: clamp(38px, 8vw, 50px) !important;
  }
}

@media (max-width: 560px) {
  .brand {
    gap: 9px !important;
  }

  .brand .brand-mark-img,
  .footer-brand .brand-mark-img {
    height: 38px !important;
    max-width: 42px !important;
  }

  .brand-name,
  .site-footer .brand-name {
    min-height: 38px;
    font-size: clamp(30px, 9vw, 38px) !important;
  }

  .nav-shell {
    min-height: 70px;
  }

  .nav {
    height: 70px !important;
  }

  .app {
    padding-top: 70px !important;
  }

  .sidebar,
  .roip {
    top: 70px !important;
    height: calc(100vh - 70px) !important;
  }

  .nav .logo,
  .nav .logo span,
  .nav-logo-text,
  .footer-logo-text {
    min-height: 38px;
    font-size: clamp(30px, 9vw, 38px) !important;
  }

  .site-footer .footer-brand .brand-mark-img {
    height: 32px !important;
    max-width: 36px !important;
  }

  .site-footer .footer-brand .brand-name {
    min-height: 32px !important;
    font-size: clamp(26px, 8vw, 34px) !important;
  }

  .nav .logo img {
    height: 38px !important;
    max-width: 42px !important;
  }
}

/* Footer-only executive brand lockup */
.site-footer .footer-brand {
  min-width: 0 !important;
}

.site-footer .footer-brand .brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 8px 10px 8px 8px !important;
  border: 1px solid rgba(148, 163, 184, .18) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(37, 99, 235, .05)),
    rgba(2, 6, 23, .22) !important;
  box-shadow: 0 18px 48px rgba(2, 6, 23, .20) !important;
  text-decoration: none !important;
}

.site-footer .footer-brand .brand-mark-img {
  flex: 0 0 auto !important;
  width: auto !important;
  height: clamp(34px, 2.4vw, 42px) !important;
  max-width: 46px !important;
  max-height: 42px !important;
  filter: saturate(.82) contrast(1.04) drop-shadow(0 10px 24px rgba(37, 99, 235, .14)) !important;
}

.site-footer .footer-brand .brand-name {
  display: inline-flex !important;
  align-items: center !important;
  min-height: auto !important;
  max-width: min(220px, calc(100vw - 104px)) !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-size: clamp(25px, 2vw, 34px) !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  color: transparent !important;
  background: linear-gradient(90deg, #f8fafc 0%, #dbeafe 58%, #93c5fd 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  text-shadow: 0 12px 34px rgba(15, 23, 42, .20) !important;
}

.site-footer .footer-brand p {
  margin-top: 16px !important;
  max-width: 360px !important;
  color: rgba(226, 232, 240, .78) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

@media (max-width: 700px) {
  .site-footer .footer-brand .brand {
    gap: 10px !important;
    padding: 7px 9px 7px 7px !important;
  }

  .site-footer .footer-brand .brand-mark-img {
    height: 32px !important;
    max-width: 36px !important;
    max-height: 32px !important;
  }

  .site-footer .footer-brand .brand-name {
    max-width: calc(100vw - 108px) !important;
    font-size: clamp(24px, 7vw, 30px) !important;
  }
}

/* Header-only executive brand lockup */
.site-header .brand,
.nav .brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 8px 10px 8px 8px !important;
  border: 1px solid rgba(148, 163, 184, .18) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(37, 99, 235, .05)),
    rgba(2, 6, 23, .22) !important;
  box-shadow: 0 18px 48px rgba(2, 6, 23, .18) !important;
  text-decoration: none !important;
}

.site-header .brand .brand-mark-img,
.nav .brand .brand-mark-img {
  flex: 0 0 auto !important;
  width: auto !important;
  height: clamp(34px, 2.4vw, 42px) !important;
  max-width: 46px !important;
  max-height: 42px !important;
  filter: saturate(.82) contrast(1.04) drop-shadow(0 10px 24px rgba(37, 99, 235, .14)) !important;
}

.site-header .brand .brand-name,
.nav .brand .brand-name {
  display: inline-flex !important;
  align-items: center !important;
  min-height: auto !important;
  max-width: min(220px, calc(100vw - 104px)) !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-size: clamp(25px, 2vw, 34px) !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  color: transparent !important;
  background: linear-gradient(90deg, #f8fafc 0%, #dbeafe 58%, #93c5fd 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  text-shadow: 0 12px 34px rgba(15, 23, 42, .20) !important;
}

@media (max-width: 700px) {
  .site-header .brand,
  .nav .brand {
    gap: 10px !important;
    padding: 7px 9px 7px 7px !important;
  }

  .site-header .brand .brand-mark-img,
  .nav .brand .brand-mark-img {
    height: 32px !important;
    max-width: 36px !important;
    max-height: 32px !important;
  }

  .site-header .brand .brand-name,
  .nav .brand .brand-name {
    max-width: calc(100vw - 108px) !important;
    font-size: clamp(24px, 7vw, 30px) !important;
  }
}

/* Enterprise product proof surfaces */
.enterprise-proof-stack {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 24px;
  align-items: stretch;
}

.enterprise-proof-copy {
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 8px;
  padding: clamp(24px, 3vw, 40px);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.96));
  box-shadow: 0 22px 70px rgba(2, 6, 23, .08);
}

.enterprise-proof-copy h2 {
  margin: 10px 0 16px;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.02;
  letter-spacing: 0;
}

.enterprise-proof-copy p,
.enterprise-proof-copy li {
  color: #475569;
  line-height: 1.65;
}

.enterprise-proof-copy ul {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  margin: 22px 0 0;
}

.enterprise-screen {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(15, 23, 42, .96), rgba(17, 24, 39, .96)),
    #0b1220;
  color: #e5e7eb;
  box-shadow: 0 34px 100px rgba(2, 6, 23, .22);
}

.enterprise-image-frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 8px;
  background: #050b18;
  box-shadow: 0 34px 100px rgba(2, 6, 23, .22);
}

.enterprise-image-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.ui-action-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 38px;
  border-radius: 7px;
  padding: 9px 12px;
  color: #ffffff;
  font-weight: 850;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  background: var(--nuralai-gradient);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16), 0 12px 28px rgba(37, 99, 235, .18);
}

.ui-action-chip.secondary {
  color: #dbeafe;
  background: rgba(15, 23, 42, .74);
  border: 1px solid rgba(148, 163, 184, .22);
  box-shadow: none;
}

.workflow-actions .ui-action-chip,
.mock-actions .ui-action-chip {
  width: 100%;
}

.ai-proof-section {
  display: grid;
  grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr);
  gap: clamp(22px, 3vw, 44px);
  align-items: center;
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 106, 0, .08), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(37, 99, 235, .10), transparent 36%),
    linear-gradient(180deg, rgba(248, 250, 252, .98), rgba(241, 245, 249, .96));
}

.ai-proof-copy {
  max-width: 640px;
}

.ai-proof-copy h2 {
  margin: 10px 0 14px;
  color: #071426;
  font-size: clamp(32px, 3.7vw, 58px);
  line-height: .98;
}

.ai-proof-copy p:not(.eyebrow) {
  color: #475569;
  font-size: 17px;
  line-height: 1.62;
}

.ai-proof-surface {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 8px;
  background:
    linear-gradient(rgba(148, 163, 184, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, .05) 1px, transparent 1px),
    linear-gradient(135deg, #050b18, #0a1730 56%, #17246b);
  background-size: 40px 40px, 40px 40px, auto;
  box-shadow: 0 34px 100px rgba(2, 6, 23, .18);
}

.ai-proof-top {
  display: grid;
  grid-template-columns: 10px 10px 10px 1fr auto;
  gap: 9px;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(148, 163, 184, .16);
  background: rgba(2, 6, 23, .48);
}

.ai-proof-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #64748b;
}

.ai-proof-top span:nth-child(2) { background: #94a3b8; }
.ai-proof-top span:nth-child(3) { background: #38bdf8; }

.ai-proof-top strong {
  color: #f8fafc;
  font-size: 14px;
}

.ai-proof-top em {
  color: #93c5fd;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ai-proof-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(18px, 2vw, 28px);
}

.ai-proof-grid article {
  position: relative;
  z-index: 2;
  min-height: 240px;
  border: 1px solid rgba(148, 163, 184, .18);
  border-radius: 8px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(15, 23, 42, .86), rgba(15, 23, 42, .58));
  animation: aiProofPulse 7.2s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * .55s);
}

.ai-proof-grid article:before {
  content: "";
  display: block;
  width: 38px;
  height: 4px;
  border-radius: 99px;
  margin-bottom: 18px;
  background: var(--nuralai-gradient);
}

.ai-proof-grid b {
  display: block;
  color: #f8fafc;
  font-size: 15px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ai-proof-grid p {
  margin: 14px 0 20px;
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.52;
}

.ai-proof-grid span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  border-radius: 999px;
  padding: 6px 9px;
  color: #bfdbfe;
  font-size: 11px;
  font-weight: 900;
  background: rgba(37, 99, 235, .18);
}

.ai-proof-rail {
  position: relative;
  height: 74px;
  margin: 0 clamp(18px, 2vw, 28px) 26px;
}

.ai-proof-rail:before {
  content: "";
  position: absolute;
  left: 2%;
  right: 2%;
  top: 50%;
  height: 7px;
  border-radius: 99px;
  background: var(--nuralai-gradient);
  box-shadow: 0 0 34px rgba(56, 189, 248, .24);
}

.ai-proof-rail i {
  position: absolute;
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .7);
  background: #38bdf8;
}

.ai-proof-rail i:nth-child(1) { left: 2%; }
.ai-proof-rail i:nth-child(2) { left: 34%; background: #2563eb; }
.ai-proof-rail i:nth-child(3) { left: 66%; background: #d946ef; }
.ai-proof-rail i:nth-child(4) { right: 2%; background: #ff6a00; }

@keyframes aiProofPulse {
  0%, 100% {
    border-color: rgba(148, 163, 184, .18);
    transform: translateY(0);
  }
  18% {
    border-color: rgba(56, 189, 248, .58);
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(37, 99, 235, .18);
  }
  36% {
    border-color: rgba(148, 163, 184, .18);
    transform: translateY(0);
    box-shadow: none;
  }
}

.ai-architecture-map {
  background: #ffffff;
}

.ai-architecture-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ai-architecture-grid article {
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 8px;
  padding: 20px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: 0 18px 48px rgba(2, 6, 23, .06);
}

.ai-architecture-grid h3 {
  margin: 0 0 10px;
  color: #071426;
  font-size: 18px;
}

.ai-architecture-grid p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}

.ai-command-section {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  background:
    radial-gradient(circle at 18% 18%, rgba(37, 99, 235, .10), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(255, 106, 0, .10), transparent 32%),
    linear-gradient(135deg, #050b18, #0a1226 52%, #101b46);
  color: #f8fafc;
}

.ai-command-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(148, 163, 184, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, .05) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.ai-command-copy,
.ai-command-shell {
  position: relative;
  z-index: 1;
}

.ai-command-copy h2 {
  margin: 10px 0 16px;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 62px);
  line-height: .98;
}

.ai-command-copy p:not(.eyebrow) {
  max-width: 620px;
  color: #cbd5e1;
  font-size: 17px;
  line-height: 1.62;
}

.ai-command-copy .hero-actions {
  margin-top: 24px;
}

.ai-command-shell {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, .20);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(2, 6, 23, .96), rgba(15, 23, 42, .88));
  box-shadow: 0 34px 100px rgba(0, 0, 0, .30);
}

.ai-command-top {
  display: grid;
  grid-template-columns: 10px 10px 10px 1fr auto;
  gap: 9px;
  align-items: center;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(148, 163, 184, .16);
  background: rgba(2, 6, 23, .64);
}

.ai-command-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #64748b;
}

.ai-command-top span:nth-child(2) { background: #94a3b8; }
.ai-command-top span:nth-child(3) { background: #38bdf8; }

.ai-command-top strong {
  color: #f8fafc;
  font-size: 14px;
}

.ai-command-top em {
  color: #93c5fd;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ai-command-body {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 210px;
  min-height: 520px;
}

.ai-command-nav {
  padding: 18px;
  border-right: 1px solid rgba(148, 163, 184, .14);
  background: rgba(2, 6, 23, .34);
}

.ai-command-nav b {
  display: block;
  margin-bottom: 12px;
  color: #93c5fd;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ai-command-nav span {
  display: block;
  margin-bottom: 8px;
  border-radius: 7px;
  padding: 9px 10px;
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 800;
  background: rgba(15, 23, 42, .62);
}

.ai-command-nav span:first-of-type {
  color: #ffffff;
  background: linear-gradient(135deg, rgba(37, 99, 235, .82), rgba(56, 189, 248, .42));
}

.ai-command-main {
  padding: 20px;
}

.ai-command-metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.ai-command-metric-row div {
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 8px;
  padding: 12px;
  background: rgba(15, 23, 42, .58);
}

.ai-command-metric-row b {
  display: block;
  color: #ffffff;
  font-size: 22px;
}

.ai-command-metric-row span {
  color: #94a3b8;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.ai-command-feed {
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 8px;
  background: rgba(15, 23, 42, .52);
}

.ai-command-feed header,
.ai-command-reasoning header,
.ai-command-policy header,
.ai-command-timeline header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(148, 163, 184, .14);
  color: #e0f2fe;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.ai-command-feed article {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(148, 163, 184, .10);
}

.ai-command-feed article:last-child {
  border-bottom: 0;
}

.ai-command-feed i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #38bdf8;
  box-shadow: 0 0 22px rgba(56, 189, 248, .50);
  animation: aiCommandBlink 4.8s ease-in-out infinite;
}

.ai-command-feed article:nth-child(3) i { background: #d946ef; animation-delay: .8s; }
.ai-command-feed article:nth-child(4) i { background: #ff6a00; animation-delay: 1.6s; }

.ai-command-feed b {
  display: block;
  color: #ffffff;
  font-size: 13px;
}

.ai-command-feed p {
  margin: 3px 0 0;
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.35;
}

.ai-command-feed em {
  border-radius: 999px;
  padding: 6px 8px;
  color: #bfdbfe;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  background: rgba(37, 99, 235, .18);
}

.ai-command-reasoning {
  margin-top: 14px;
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 8px;
  background: rgba(2, 6, 23, .38);
}

.ai-command-reasoning ol {
  list-style: none;
  margin: 0;
  padding: 14px;
  counter-reset: command-step;
}

.ai-command-reasoning li {
  counter-increment: command-step;
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
  padding: 10px 0;
  color: #cbd5e1;
  font-size: 13px;
}

.ai-command-reasoning li:before {
  content: counter(command-step, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  background: var(--nuralai-gradient);
  animation: aiCommandStep 9s ease-in-out infinite;
}

.ai-command-reasoning li:nth-child(2):before { animation-delay: .5s; }
.ai-command-reasoning li:nth-child(3):before { animation-delay: 1s; }
.ai-command-reasoning li:nth-child(4):before { animation-delay: 1.5s; }
.ai-command-reasoning li:nth-child(5):before { animation-delay: 2s; }

.ai-command-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  padding: 20px 20px 20px 0;
}

.ai-command-policy,
.ai-command-timeline {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 8px;
  background: rgba(15, 23, 42, .54);
}

.ai-command-policy div,
.ai-command-timeline div {
  padding: 14px;
}

.ai-command-policy p,
.ai-command-timeline p {
  margin: 0 0 10px;
  color: #cbd5e1;
  font-size: 12px;
  line-height: 1.45;
}

.ai-command-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ai-command-pill-row span {
  border-radius: 999px;
  padding: 7px 9px;
  color: #dbeafe;
  font-size: 10px;
  font-weight: 900;
  background: rgba(37, 99, 235, .20);
}

.ai-command-timeline ul {
  list-style: none;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.ai-command-timeline li {
  display: grid;
  grid-template-columns: 8px 1fr;
  gap: 9px;
  align-items: center;
  color: #cbd5e1;
  font-size: 12px;
}

.ai-command-timeline li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #38bdf8;
}

.product-proof-section {
  background:
    radial-gradient(circle at 8% 0%, rgba(37, 99, 235, .08), transparent 30%),
    linear-gradient(180deg, #ffffff, #f8fafc);
}

.product-proof-layout {
  display: grid;
  grid-template-columns: minmax(280px, .64fr) minmax(0, 1.36fr);
  gap: clamp(22px, 3.5vw, 48px);
  align-items: start;
}

.product-proof-copy {
  position: sticky;
  top: 96px;
}

.product-proof-copy h2 {
  margin: 10px 0 14px;
  color: #071426;
  font-size: clamp(32px, 3.5vw, 56px);
  line-height: 1;
}

.product-proof-copy p:not(.eyebrow) {
  color: #475569;
  font-size: 16px;
  line-height: 1.64;
}

.proof-sequence {
  position: relative;
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.proof-sequence:before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 17px;
  width: 2px;
  border-radius: 99px;
  background: linear-gradient(180deg, rgba(56, 189, 248, .14), rgba(37, 99, 235, .56), rgba(249, 115, 22, .36));
}

.proof-sequence span {
  position: relative;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 8px;
  padding: 10px 12px;
  color: #334155;
  font-size: 12px;
  font-weight: 850;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(15, 23, 42, .04);
  animation: proofSequenceCard 8.4s ease-in-out infinite;
  animation-delay: calc(var(--step, 0) * .42s);
}

.proof-sequence span:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #94a3b8;
  box-shadow: 0 0 0 rgba(56, 189, 248, 0);
  animation: proofSequencePulse 8.4s ease-in-out infinite;
  animation-delay: calc(var(--step, 0) * .42s);
}

.proof-sequence span:after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--nuralai-gradient);
  opacity: 0;
  animation: proofSequenceBar 8.4s ease-in-out infinite;
  animation-delay: calc(var(--step, 0) * .42s);
}

.product-depth-shell {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(2, 6, 23, .10);
}

.product-depth-top {
  display: grid;
  grid-template-columns: 10px 10px 10px 1fr auto;
  gap: 9px;
  align-items: center;
  padding: 15px 18px;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  background: linear-gradient(135deg, #071426, #101b46);
}

.product-depth-top i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #64748b;
}

.product-depth-top i:nth-child(2) { background: #94a3b8; }
.product-depth-top i:nth-child(3) { background: #38bdf8; }

.product-depth-top strong {
  color: #ffffff;
  font-size: 14px;
}

.product-depth-top em {
  color: #93c5fd;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-depth-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(260px, .82fr);
  gap: 0;
}

.product-depth-main,
.product-depth-side {
  padding: 18px;
}

.product-depth-side {
  border-left: 1px solid rgba(15, 23, 42, .08);
  background: #f8fafc;
}

.depth-panel {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

.depth-panel + .depth-panel {
  margin-top: 14px;
}

.depth-panel header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  color: #475569;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
  background: #f8fafc;
}

.depth-record-table {
  display: grid;
}

.depth-record-row {
  display: grid;
  grid-template-columns: .7fr 1.25fr .82fr .82fr;
  gap: 12px;
  align-items: center;
  min-height: 56px;
  padding: 11px 14px;
  border-bottom: 1px solid rgba(15, 23, 42, .06);
  color: #334155;
  font-size: 12px;
}

.depth-record-row:last-child {
  border-bottom: 0;
}

.depth-record-row.depth-head {
  min-height: 40px;
  color: #64748b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #f1f5f9;
}

.depth-record-row b {
  color: #071426;
  font-size: 12px;
}

.depth-status {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 6px 8px;
  color: #1d4ed8;
  font-size: 10px;
  font-weight: 900;
  background: #dbeafe;
}

.depth-status.warn {
  color: #b45309;
  background: #fef3c7;
}

.depth-status.risk {
  color: #be123c;
  background: #ffe4e6;
}

.depth-status.done {
  color: #047857;
  background: #d1fae5;
}

.approval-card {
  padding: 14px;
}

.approval-card h3 {
  margin: 0 0 8px;
  color: #071426;
  font-size: 20px;
  line-height: 1.1;
}

.approval-card p {
  margin: 0 0 12px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}

.approval-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.approval-meta span {
  border-radius: 7px;
  padding: 9px;
  color: #334155;
  font-size: 11px;
  font-weight: 850;
  background: #f1f5f9;
}

.audit-timeline {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 14px;
}

.audit-timeline li {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  gap: 10px;
  align-items: center;
  color: #334155;
  font-size: 12px;
}

.audit-timeline li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #38bdf8;
}

.audit-timeline time {
  color: #94a3b8;
  font-size: 10px;
  font-weight: 900;
}

.connector-payload {
  margin: 14px;
  border-radius: 8px;
  padding: 14px;
  color: #cbd5e1;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1.55;
  background: #071426;
  white-space: pre-wrap;
}

.executive-report-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.executive-report-strip article {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  padding: 13px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.executive-report-strip b {
  display: block;
  color: #071426;
  font-size: 20px;
}

.executive-report-strip span {
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
}

.architecture-proof-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.architecture-proof-map article {
  position: relative;
  min-height: 160px;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 8px;
  padding: 16px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.architecture-proof-map article:before {
  content: "";
  display: block;
  width: 36px;
  height: 4px;
  border-radius: 99px;
  margin-bottom: 14px;
  background: var(--nuralai-gradient);
}

.architecture-proof-map b {
  display: block;
  color: #071426;
  font-size: 15px;
}

.architecture-proof-map p {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.52;
}

@keyframes proofSequencePulse {
  0%, 100% {
    background: #94a3b8;
    box-shadow: 0 0 0 rgba(56, 189, 248, 0);
  }
  14% {
    background: #38bdf8;
    box-shadow: 0 0 24px rgba(56, 189, 248, .42);
  }
  28% {
    background: #2563eb;
    box-shadow: 0 0 0 rgba(56, 189, 248, 0);
  }
}

@keyframes proofSequenceBar {
  0%, 100% { opacity: 0; }
  14% { opacity: 1; }
  28% { opacity: 0; }
}

@keyframes proofSequenceCard {
  0%, 100% {
    border-color: rgba(15, 23, 42, .10);
    transform: translateX(0);
  }
  14% {
    border-color: rgba(37, 99, 235, .34);
    transform: translateX(4px);
  }
  28% {
    border-color: rgba(15, 23, 42, .10);
    transform: translateX(0);
  }
}

.ai-architecture-spotlight {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
  background: #ffffff;
}

.ai-architecture-spotlight h2 {
  margin: 10px 0 14px;
  color: #071426;
  font-size: clamp(32px, 3.6vw, 56px);
  line-height: 1;
}

.ai-architecture-spotlight p:not(.eyebrow) {
  color: #475569;
  font-size: 17px;
  line-height: 1.62;
}

.ai-architecture-layers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ai-architecture-layers article {
  min-height: 126px;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 8px;
  padding: 16px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: 0 18px 48px rgba(2, 6, 23, .06);
}

.ai-architecture-layers b {
  display: block;
  color: #2563eb;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ai-architecture-layers span {
  display: block;
  margin-top: 8px;
  color: #071426;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.ai-product-gallery-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(37, 99, 235, .10), transparent 34%),
    radial-gradient(circle at 90% 8%, rgba(249, 115, 22, .10), transparent 32%),
    linear-gradient(180deg, #f8fafc, #ffffff);
}

.ai-product-gallery-head {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(280px, 1.1fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
  margin-bottom: clamp(24px, 4vw, 48px);
}

.ai-product-gallery-head h2 {
  margin: 10px 0 0;
  color: #071426;
  font-size: clamp(36px, 4.3vw, 68px);
  line-height: .96;
}

.ai-product-gallery-head p:not(.eyebrow) {
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.64;
}

.ai-product-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ai-product-card {
  overflow: hidden;
  min-height: 360px;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 74px rgba(15, 23, 42, .08);
}

.ai-product-card.featured {
  grid-column: span 2;
}

.ai-product-card-top {
  display: grid;
  grid-template-columns: 8px 8px 8px 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 13px 14px;
  color: #e2e8f0;
  background: linear-gradient(135deg, #071426, #0f1b3d);
}

.ai-product-card-top i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #64748b;
}

.ai-product-card-top i:nth-child(2) { background: #94a3b8; }
.ai-product-card-top i:nth-child(3) { background: #38bdf8; }

.ai-product-card-top strong {
  min-width: 0;
  color: #ffffff;
  font-size: 12px;
}

.ai-product-card-top em {
  color: #93c5fd;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ai-product-card-body {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.ai-product-card h3 {
  margin: 0;
  color: #071426;
  font-size: 21px;
  line-height: 1.08;
}

.ai-product-card p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.48;
}

.ai-product-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.ai-product-kpis span {
  border: 1px solid rgba(37, 99, 235, .14);
  border-radius: 7px;
  padding: 9px;
  color: #334155;
  font-size: 10px;
  font-weight: 850;
  background: linear-gradient(180deg, #eff6ff, #ffffff);
}

.ai-product-kpis b {
  display: block;
  margin-bottom: 3px;
  color: #1d4ed8;
  font-size: 18px;
}

.ai-product-table,
.ai-product-timeline {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
}

.ai-product-row {
  display: grid;
  grid-template-columns: .72fr 1.1fr .68fr;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 9px 11px;
  border-bottom: 1px solid rgba(15, 23, 42, .06);
  color: #334155;
  font-size: 11px;
}

.ai-product-row:last-child {
  border-bottom: 0;
}

.ai-product-row:first-child {
  color: #64748b;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #f8fafc;
}

.ai-product-row b {
  color: #071426;
  font-size: 11px;
}

.ai-product-chip {
  display: inline-flex;
  justify-self: start;
  border-radius: 999px;
  padding: 5px 7px;
  color: #1d4ed8;
  font-size: 9px;
  font-weight: 900;
  background: #dbeafe;
}

.ai-product-chip.warn {
  color: #b45309;
  background: #fef3c7;
}

.ai-product-chip.risk {
  color: #be123c;
  background: #ffe4e6;
}

.ai-product-chip.done {
  color: #047857;
  background: #d1fae5;
}

.ai-product-graph {
  position: relative;
  min-height: 150px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background:
    linear-gradient(rgba(148, 163, 184, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, .08) 1px, transparent 1px),
    linear-gradient(135deg, #071426, #111c49);
  background-size: 28px 28px, 28px 28px, auto;
}

.ai-product-graph span {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  min-height: 30px;
  border: 1px solid rgba(56, 189, 248, .34);
  border-radius: 999px;
  color: #e0f2fe;
  font-size: 10px;
  font-weight: 850;
  background: rgba(15, 23, 42, .82);
  box-shadow: 0 0 28px rgba(56, 189, 248, .18);
}

.ai-product-graph:before,
.ai-product-graph:after {
  content: "";
  position: absolute;
  left: 18%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg, rgba(56, 189, 248, .24), rgba(37, 99, 235, .9), rgba(249, 115, 22, .72));
  transform-origin: left center;
}

.ai-product-graph:before {
  top: 52%;
  transform: rotate(-9deg);
}

.ai-product-graph:after {
  top: 58%;
  transform: rotate(14deg);
}

.ai-product-graph .node-a { left: 8%; top: 18%; }
.ai-product-graph .node-b { left: 38%; top: 42%; }
.ai-product-graph .node-c { right: 8%; top: 18%; }
.ai-product-graph .node-d { right: 18%; bottom: 14%; }

.ai-product-timeline {
  list-style: none;
  gap: 0;
  margin: 0;
  padding: 12px;
}

.ai-product-timeline li {
  display: grid;
  grid-template-columns: 9px 1fr auto;
  gap: 9px;
  align-items: center;
  min-height: 30px;
  color: #334155;
  font-size: 11px;
}

.ai-product-timeline li:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #38bdf8;
}

.ai-product-timeline time {
  color: #94a3b8;
  font-size: 9px;
  font-weight: 900;
}

.ai-product-payload {
  margin: 0;
  border-radius: 8px;
  padding: 12px;
  color: #cbd5e1;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  line-height: 1.52;
  white-space: pre-wrap;
  background: #071426;
}

@keyframes aiCommandBlink {
  0%, 100% { transform: scale(1); opacity: .72; }
  22% { transform: scale(1.32); opacity: 1; }
  44% { transform: scale(1); opacity: .72; }
}

@keyframes aiCommandStep {
  0%, 100% { box-shadow: 0 0 0 rgba(56, 189, 248, 0); }
  18% { box-shadow: 0 0 24px rgba(56, 189, 248, .42); }
  36% { box-shadow: 0 0 0 rgba(56, 189, 248, 0); }
}

@media (max-width: 980px) {
  .ai-proof-section,
  .ai-architecture-grid,
  .ai-command-section,
  .product-proof-layout,
  .product-depth-grid,
  .ai-architecture-spotlight,
  .ai-product-gallery-head {
    grid-template-columns: 1fr;
  }

  .ai-product-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-product-card.featured {
    grid-column: span 1;
  }

  .product-proof-copy {
    position: static;
  }

  .product-depth-side {
    border-left: 0;
    border-top: 1px solid rgba(15, 23, 42, .08);
  }

  .depth-record-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .depth-record-row.depth-head {
    display: none;
  }

  .executive-report-strip,
  .architecture-proof-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-command-body {
    grid-template-columns: 1fr;
  }

  .ai-command-nav,
  .ai-command-side {
    padding: 16px;
    border-right: 0;
  }

  .ai-command-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .ai-command-nav b {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .ai-command-side {
    grid-template-rows: auto;
  }

  .ai-architecture-layers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .ai-proof-grid,
  .ai-product-gallery,
  .ai-product-row,
  .ai-command-metric-row,
  .ai-architecture-layers,
  .approval-meta,
  .executive-report-strip,
  .architecture-proof-map {
    grid-template-columns: 1fr;
  }

  .ai-command-top {
    grid-template-columns: 10px 10px 10px 1fr;
  }

  .ai-command-top em {
    grid-column: 1 / -1;
  }
}

.enterprise-screen-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(148, 163, 184, .18);
  background: rgba(2, 6, 23, .48);
}

.enterprise-screen-dots {
  display: flex;
  gap: 6px;
}

.enterprise-screen-dots i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #64748b;
}

.enterprise-screen-dots i:nth-child(2) { background: #94a3b8; }
.enterprise-screen-dots i:nth-child(3) { background: #2563eb; }

.enterprise-screen-top strong {
  font-size: 13px;
  letter-spacing: .02em;
}

.enterprise-screen-top span {
  color: #93c5fd;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.enterprise-screen-body {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 250px;
  min-height: 520px;
}

.enterprise-screen-nav {
  padding: 16px;
  border-right: 1px solid rgba(148, 163, 184, .14);
  background: rgba(2, 6, 23, .28);
}

.enterprise-screen-nav b {
  display: block;
  margin-bottom: 12px;
  color: #f8fafc;
  font-size: 12px;
  text-transform: uppercase;
}

.enterprise-screen-nav span {
  display: block;
  padding: 9px 10px;
  border-radius: 7px;
  color: #cbd5e1;
  font-size: 13px;
}

.enterprise-screen-nav span.is-active {
  background: rgba(37, 99, 235, .18);
  color: #ffffff;
  box-shadow: inset 3px 0 0 #38bdf8;
}

.enterprise-screen-main {
  padding: 18px;
}

.enterprise-screen-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
  margin-bottom: 16px;
}

.enterprise-screen-header p {
  margin: 0 0 6px;
  color: #93c5fd;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.enterprise-screen-header h3 {
  margin: 0;
  color: #f8fafc;
  font-size: 24px;
  line-height: 1.1;
}

.enterprise-screen-header em {
  border: 1px solid rgba(56, 189, 248, .30);
  border-radius: 999px;
  padding: 7px 10px;
  color: #bae6fd;
  font-style: normal;
  font-size: 12px;
  background: rgba(56, 189, 248, .08);
}

.enterprise-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.enterprise-kpi-row div {
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 8px;
  padding: 12px;
  background: rgba(15, 23, 42, .72);
}

.enterprise-kpi-row strong {
  display: block;
  color: #f8fafc;
  font-size: 22px;
  line-height: 1;
}

.enterprise-kpi-row span {
  display: block;
  margin-top: 6px;
  color: #94a3b8;
  font-size: 11px;
  text-transform: uppercase;
}

.enterprise-data-table {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 8px;
  background: rgba(2, 6, 23, .24);
}

.enterprise-data-table div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 90px 96px;
  gap: 10px;
  align-items: center;
  padding: 11px 12px;
  border-top: 1px solid rgba(148, 163, 184, .12);
  color: #cbd5e1;
  font-size: 12px;
}

.enterprise-data-table div:first-child {
  border-top: 0;
  background: rgba(15, 23, 42, .74);
  color: #94a3b8;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.enterprise-data-table b {
  color: #f8fafc;
}

.enterprise-pill {
  justify-self: start;
  border-radius: 999px;
  padding: 5px 8px;
  color: #bfdbfe;
  background: rgba(37, 99, 235, .16);
  font-size: 11px;
  font-weight: 800;
}

.enterprise-screen-side {
  padding: 16px;
  border-left: 1px solid rgba(148, 163, 184, .14);
  background: rgba(2, 6, 23, .24);
}

.enterprise-side-card {
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 8px;
  padding: 13px;
  margin-bottom: 12px;
  background: rgba(15, 23, 42, .58);
}

.enterprise-side-card span {
  display: block;
  color: #93c5fd;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.enterprise-side-card strong {
  display: block;
  margin-top: 6px;
  color: #f8fafc;
  font-size: 15px;
}

.enterprise-side-card p {
  margin: 7px 0 0;
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.45;
}

.workflow-proof-grid {
  display: grid;
  gap: 26px;
}

.workflow-proof-card {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 20px;
  align-items: stretch;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 8px;
  padding: clamp(18px, 2vw, 26px);
  background: linear-gradient(180deg, rgba(255,255,255,.99), rgba(248,250,252,.96));
  box-shadow: 0 24px 76px rgba(2, 6, 23, .08);
}

.workflow-proof-card > div:first-child h3 {
  margin: 10px 0 12px;
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1.04;
}

.workflow-proof-card > div:first-child p {
  color: #475569;
  line-height: 1.62;
}

.proof-meta-list {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.proof-meta-list span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  padding-bottom: 9px;
  color: #64748b;
  font-size: 13px;
}

.proof-meta-list b {
  color: #0f172a;
}

.proof-pattern-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.proof-pattern-band article {
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 8px;
  padding: 18px;
  background: #ffffff;
  box-shadow: 0 16px 46px rgba(2, 6, 23, .06);
}

.proof-pattern-band h3 {
  margin: 7px 0 8px;
  font-size: 18px;
}

.proof-pattern-band p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .enterprise-proof-stack,
  .workflow-proof-card {
    grid-template-columns: 1fr;
  }

  .enterprise-screen-body {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .enterprise-screen-side {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid rgba(148, 163, 184, .14);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .enterprise-side-card {
    margin-bottom: 0;
  }
}

@media (max-width: 720px) {
  .enterprise-screen-body,
  .enterprise-screen-side,
  .enterprise-kpi-row,
  .proof-pattern-band {
    grid-template-columns: 1fr;
  }

  .enterprise-screen-nav {
    display: none;
  }

  .enterprise-data-table div {
    grid-template-columns: 1fr;
  }
}

/* Enterprise visual cleanup: shared high-resolution product surfaces */
.enterprise-automation-canvas {
  border: 1px solid rgba(148, 163, 184, .22) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 78% 16%, rgba(56, 189, 248, .16), transparent 28%),
    linear-gradient(145deg, rgba(15, 23, 42, .98), rgba(17, 24, 39, .98) 58%, rgba(23, 37, 84, .96)) !important;
  color: #e5e7eb !important;
  box-shadow: 0 34px 100px rgba(2, 6, 23, .22) !important;
}

.enterprise-canvas-nav {
  min-height: 64px !important;
  padding: 0 18px !important;
  border-bottom: 1px solid rgba(148, 163, 184, .18) !important;
  background: rgba(2, 6, 23, .52) !important;
}

.enterprise-canvas-nav span {
  width: 9px !important;
  height: 9px !important;
  background: #64748b !important;
  box-shadow: none !important;
}

.enterprise-canvas-nav span:nth-child(2) { background: #94a3b8 !important; }
.enterprise-canvas-nav span:nth-child(3) { background: #38bdf8 !important; }

.enterprise-canvas-nav strong {
  margin-left: 10px !important;
  color: #f8fafc !important;
  font-size: clamp(15px, 1.4vw, 20px) !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.enterprise-canvas-nav em {
  color: #93c5fd !important;
  font-size: 11px !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.enterprise-canvas-body {
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, .45fr) !important;
  gap: 16px !important;
  padding: clamp(16px, 2.2vw, 24px) !important;
  background:
    linear-gradient(90deg, rgba(148, 163, 184, .06) 1px, transparent 1px),
    linear-gradient(rgba(148, 163, 184, .06) 1px, transparent 1px),
    rgba(2, 6, 23, .18) !important;
  background-size: 42px 42px, 42px 42px, auto !important;
}

.enterprise-canvas-work,
.enterprise-canvas-side,
.enterprise-canvas-graph {
  border: 1px solid rgba(148, 163, 184, .16) !important;
  background: rgba(15, 23, 42, .66) !important;
  box-shadow: none !important;
}

.enterprise-canvas-work {
  gap: 10px !important;
  padding: clamp(16px, 2vw, 22px) !important;
}

.enterprise-canvas-work > p {
  margin: 0 0 4px !important;
  color: #93c5fd !important;
  font-size: 11px !important;
  letter-spacing: .06em !important;
}

.enterprise-canvas-work article {
  grid-template-columns: 14px minmax(0, 1fr) auto !important;
  min-height: 70px !important;
  gap: 12px !important;
  padding: 12px !important;
  border-color: rgba(148, 163, 184, .14) !important;
  background: rgba(2, 6, 23, .28) !important;
}

.enterprise-canvas-work article > span {
  width: 11px !important;
  height: 11px !important;
  background: #38bdf8 !important;
  box-shadow: 0 0 0 5px rgba(56, 189, 248, .10) !important;
}

.enterprise-canvas-work b {
  color: #f8fafc !important;
  font-size: clamp(14px, 1.3vw, 17px) !important;
  line-height: 1.15 !important;
}

.enterprise-canvas-work small {
  color: #94a3b8 !important;
  font-size: clamp(11px, 1vw, 12px) !important;
  line-height: 1.35 !important;
}

.enterprise-canvas-work em {
  padding: 5px 8px !important;
  color: #bfdbfe !important;
  background: rgba(37, 99, 235, .18) !important;
  font-size: 10px !important;
  max-width: 118px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.enterprise-canvas-side {
  gap: 10px !important;
  padding: 14px !important;
}

.enterprise-canvas-side div {
  min-height: 86px !important;
  padding: 13px !important;
  border-color: rgba(148, 163, 184, .14) !important;
  background: rgba(2, 6, 23, .24) !important;
}

.enterprise-canvas-side span,
.enterprise-canvas-side small {
  color: #94a3b8 !important;
  font-size: 10px !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

.enterprise-canvas-side b {
  margin-top: 8px !important;
  color: #f8fafc !important;
  font-size: clamp(24px, 2.7vw, 34px) !important;
}

.enterprise-canvas-graph {
  grid-template-columns: minmax(220px, .62fr) minmax(0, 1fr) !important;
  gap: 18px !important;
  min-height: 168px !important;
  padding: 18px !important;
}

.enterprise-canvas-graph div {
  min-height: 128px !important;
  background:
    linear-gradient(28deg, transparent 48%, rgba(56, 189, 248, .24) 49%, transparent 51%),
    linear-gradient(152deg, transparent 48%, rgba(37, 99, 235, .26) 49%, transparent 51%),
    rgba(2, 6, 23, .36) !important;
}

.enterprise-canvas-graph span {
  width: 14px !important;
  height: 14px !important;
  background: #38bdf8 !important;
  box-shadow: 0 0 0 6px rgba(56, 189, 248, .12) !important;
}

.enterprise-canvas-graph p {
  color: #cbd5e1 !important;
  font-size: clamp(14px, 1.35vw, 18px) !important;
  line-height: 1.45 !important;
}

.platform-flow-image-wrap {
  aspect-ratio: 16 / 9;
  max-width: min(1520px, 100%) !important;
}

.platform-flow-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

@media (max-width: 980px) {
  .enterprise-canvas-body,
  .enterprise-canvas-graph {
    grid-template-columns: 1fr !important;
  }

  .enterprise-canvas-side {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .enterprise-canvas-nav {
    display: grid !important;
    grid-template-columns: auto auto auto minmax(0, 1fr);
    row-gap: 6px;
    padding: 12px 14px !important;
  }

  .enterprise-canvas-nav strong {
    grid-column: 1 / -1;
    margin-left: 0 !important;
    white-space: normal !important;
  }

  .enterprise-canvas-nav em {
    display: none !important;
  }

  .enterprise-canvas-work article {
    grid-template-columns: 12px minmax(0, 1fr) !important;
  }

  .enterprise-canvas-work em {
    grid-column: 2 !important;
    justify-self: start !important;
    margin-top: 3px !important;
  }

  .enterprise-canvas-side {
    grid-template-columns: 1fr !important;
  }
}
