﻿:root {
  --text: #0b1028;
  --muted: #94a3b8;
  --line: rgba(148, 163, 184, .16);
  --blue: #4f7cff;
  --purple: #a855f7;
  --cyan: #22d3ee;
  --gold: #fbbf24;
  --dark: #070b1f;
  --dark-card: rgba(15, 23, 58, .72);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
}

body.enterprise-page {
  overflow-x: hidden;
  background: #06091a;
  color: #e2e8f0;
  font-family: "Manrope", Arial, sans-serif;
}

body.enterprise-page .site-header {
  border-bottom-color: rgba(148, 163, 184, .1);
  background: rgba(6, 9, 26, .88);
}

body.enterprise-page .site-header .nav-trigger,
body.enterprise-page .site-header .nav-plain {
  color: #e2e8f0;
}

body.enterprise-page .site-header .logo-wrap img {
  filter: brightness(0) invert(1);
}

body.enterprise-page main a,
body.enterprise-page .torx-digital-platform a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1220px, calc(100% - 72px));
  margin: 0 auto;
}

.enterprise-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  border: 1px solid rgba(251, 191, 36, .28);
  border-radius: 999px;
  padding: 8px 16px;
  background: rgba(251, 191, 36, .08);
  color: #fcd34d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.enterprise-badge::before {
  content: "\25C6";
  font-size: 8px;
}

body.enterprise-page h1,
body.enterprise-page h2,
body.enterprise-page h3,
body.enterprise-page p,
.torx-digital-platform h1,
.torx-digital-platform h2,
.torx-digital-platform h3,
.torx-digital-platform p {
  margin: 0;
}

body.enterprise-page h1,
.torx-digital-platform h1 {
  font-size: clamp(42px, 5.8vw, 68px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.04em;
}

body.enterprise-page h1 span,
.torx-digital-platform h1 span {
  display: block;
  background: linear-gradient(135deg, #fff 0%, #c4d4ff 45%, #a78bfa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.enterprise-page h2,
.torx-digital-platform h2 {
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.section-head {
  max-width: 720px;
  margin-bottom: 42px;
}

.section-head p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  padding: 0 28px;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease;
}

.btn-gold {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #1a1200;
  box-shadow: 0 18px 48px rgba(251, 191, 36, .28);
}

.btn-glass {
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .06);
  color: #fff;
  backdrop-filter: blur(12px);
}

.btn:hover {
  transform: translateY(-2px);
}

/* HERO */
.enterprise-hero {
  position: relative;
  overflow: hidden;
  min-height: 92vh;
  padding: clamp(48px, 6vw, 72px) 0 clamp(64px, 8vw, 96px);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(79, 124, 255, .22), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(168, 85, 247, .18), transparent 26%),
    radial-gradient(circle at 50% 88%, rgba(34, 211, 238, .1), transparent 32%),
    linear-gradient(180deg, #06091a 0%, #0a1030 48%, #0d1338 100%);
}

.hero-grid-bg {
  position: absolute;
  inset: 0;
  opacity: .35;
  background-image:
    linear-gradient(rgba(79, 124, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 124, 255, .08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 40%, #000 0%, transparent 72%);
}

.hero-glow {
  position: absolute;
  left: 50%;
  top: 42%;
  width: min(680px, 80vw);
  height: min(680px, 80vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(79, 124, 255, .16), transparent 68%);
  transform: translate(-50%, -50%);
  animation: heroPulse 6s ease-in-out infinite;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}

.hero-copy p {
  max-width: 580px;
  margin-top: 22px;
  color: #94a3b8;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid rgba(148, 163, 184, .12);
}

.hero-stats div strong {
  display: block;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
}

.hero-stats div span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

/* HERO VISUAL - connected nodes */
.hero-visual {
  position: relative;
  min-height: 420px;
}

.orbit-system {
  position: relative;
  width: 100%;
  height: 420px;
}

.orbit-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(79, 124, 255, .18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: spinOrbit 40s linear infinite;
}

.orbit-ring-1 { width: 320px; height: 320px; }
.orbit-ring-2 { width: 240px; height: 240px; animation-direction: reverse; animation-duration: 28s; }
.orbit-ring-3 { width: 160px; height: 160px; animation-duration: 18s; }

.core-node {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 110px;
  height: 110px;
  place-items: center;
  border: 1px solid rgba(251, 191, 36, .35);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(251, 191, 36, .18), rgba(79, 124, 255, .12));
  backdrop-filter: blur(16px);
  box-shadow: 0 0 60px rgba(251, 191, 36, .15), 0 24px 64px rgba(0, 0, 0, .4);
  transform: translate(-50%, -50%);
  color: #fcd34d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
  line-height: 1.3;
}

.satellite-node {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 6px;
  width: 118px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: var(--dark-card);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .32);
  animation: floatNode 5s ease-in-out infinite;
}

.satellite-node b {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--cyan);
}

.satellite-node span {
  font-size: 12px;
  font-weight: 700;
  color: #cbd5e1;
  line-height: 1.35;
}

.node-crm { left: 4%; top: 18%; animation-delay: 0s; }
.node-web { right: 0; top: 12%; animation-delay: .8s; }
.node-m2m { left: 0; bottom: 16%; animation-delay: 1.4s; }
.node-commerce { right: 4%; bottom: 10%; animation-delay: .4s; }

.connector {
  position: absolute;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(79, 124, 255, .5), transparent);
  transform-origin: left center;
  animation: pulseLine 3s ease-in-out infinite;
}

/* PILLARS */
.pillars {
  position: relative;
  z-index: 2;
  margin-top: -40px;
  padding-bottom: clamp(64px, 8vw, 96px);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pillar-card {
  scroll-margin-top: 110px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 24px;
  padding: 28px 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
  backdrop-filter: blur(12px);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.pillar-card:hover {
  transform: translateY(-6px);
  border-color: rgba(79, 124, 255, .28);
  box-shadow: 0 28px 64px rgba(0, 0, 0, .28);
}

.pillar-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 16px;
  font-size: 22px;
}

.pillar-card:nth-child(1) .pillar-icon { background: linear-gradient(135deg, rgba(79, 124, 255, .25), rgba(79, 124, 255, .08)); }
.pillar-card:nth-child(2) .pillar-icon { background: linear-gradient(135deg, rgba(168, 85, 247, .25), rgba(168, 85, 247, .08)); }
.pillar-card:nth-child(3) .pillar-icon { background: linear-gradient(135deg, rgba(34, 211, 238, .25), rgba(34, 211, 238, .08)); }
.pillar-card:nth-child(4) .pillar-icon { background: linear-gradient(135deg, rgba(251, 191, 36, .25), rgba(251, 191, 36, .08)); }

.pillar-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}

.pillar-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.pillar-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.pillar-list li {
  position: relative;
  padding-left: 18px;
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 600;
}

.pillar-list li::before {
  content: "\2192";
  position: absolute;
  left: 0;
  color: var(--cyan);
}

/* DEEP SECTIONS */
.deep-section {
  padding: clamp(64px, 8vw, 96px) 0;
  border-top: 1px solid rgba(148, 163, 184, .08);
}

.deep-section.light {
  background: linear-gradient(180deg, #0d1338, #0a0f2c);
}

.deep-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.deep-grid.reverse .deep-copy { order: 2; }
.deep-grid.reverse .deep-visual { order: 1; }

.deep-copy .tag {
  display: inline-flex;
  margin-bottom: 16px;
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(79, 124, 255, .12);
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.deep-copy h2 {
  margin-bottom: 16px;
  color: #fff;
}

.deep-copy p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.deep-copy ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.deep-copy li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.deep-copy li::before {
  content: "\2713";
  flex-shrink: 0;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: rgba(34, 211, 238, .12);
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
}

.deep-visual {
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 28px;
  padding: 28px;
  background: var(--dark-card);
  box-shadow: 0 32px 80px rgba(0, 0, 0, .32);
}

/* Mock UI panels */
.mock-panel {
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 16px;
  padding: 18px;
  background: rgba(0, 0, 0, .22);
}

.mock-panel + .mock-panel { margin-top: 14px; }

.mock-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 800;
  color: #94a3b8;
}

.mock-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .04);
}

.mock-row:last-child { border-bottom: 0; }

.mock-avatar {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--blue), var(--purple));
}

.mock-row div small {
  display: block;
  color: #64748b;
  font-size: 11px;
}

.mock-row div strong {
  font-size: 13px;
  color: #e2e8f0;
}

.mock-badge {
  margin-left: auto;
  border-radius: 999px;
  padding: 4px 10px;
  background: rgba(34, 211, 238, .12);
  color: var(--cyan);
  font-size: 10px;
  font-weight: 900;
}

.mock-m2m {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.machine-node {
  border: 1px solid rgba(34, 211, 238, .2);
  border-radius: 14px;
  padding: 16px 12px;
  text-align: center;
  background: rgba(34, 211, 238, .04);
}

.machine-node span {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 800;
  color: #94a3b8;
}

.m2m-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px 0;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
}

/* ECOMMERCE MOCK */
.ecom-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

.ecom-stat {
  border-radius: 14px;
  padding: 14px;
  background: rgba(79, 124, 255, .08);
  text-align: center;
}

.ecom-stat strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
}

.ecom-stat span {
  font-size: 11px;
  color: #94a3b8;
  font-weight: 700;
}

/* ARCHITECTURE */
.arch-section {
  padding: clamp(64px, 8vw, 96px) 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(79, 124, 255, .12), transparent 40%),
    #06091a;
}

.arch-diagram {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 48px;
}

.arch-box {
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 20px;
  padding: 24px 16px;
  text-align: center;
  background: var(--dark-card);
  transition: transform .22s ease;
}

.arch-box:hover { transform: translateY(-4px); }

.arch-box.center {
  grid-column: span 1;
  border-color: rgba(251, 191, 36, .35);
  background: linear-gradient(180deg, rgba(251, 191, 36, .1), rgba(79, 124, 255, .08));
  box-shadow: 0 0 40px rgba(251, 191, 36, .12);
}

.arch-box strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #fff;
}

.arch-box span {
  font-size: 11px;
  color: #94a3b8;
  line-height: 1.45;
}

.arch-arrow {
  text-align: center;
  color: rgba(79, 124, 255, .6);
  font-size: 20px;
}

/* COMPARE */
.compare-enterprise {
  padding: clamp(64px, 8vw, 96px) 0;
}

.compare-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.compare-card {
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 28px;
  padding: 32px;
  background: var(--dark-card);
}

.compare-card.featured {
  border-color: rgba(251, 191, 36, .35);
  background: linear-gradient(180deg, rgba(251, 191, 36, .08), rgba(15, 23, 58, .72));
  box-shadow: 0 0 60px rgba(251, 191, 36, .08);
}

.compare-card h3 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 900;
}

.compare-card .sub {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 14px;
}

.compare-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compare-card li {
  padding-left: 22px;
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.compare-card li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--cyan);
  font-weight: 900;
}

.compare-card.featured li::before { color: #fcd34d; }

/* CTA */
.enterprise-cta {
  padding: clamp(48px, 6vw, 72px) 0 clamp(80px, 9vw, 110px);
}

.cta-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(251, 191, 36, .22);
  border-radius: 32px;
  padding: clamp(36px, 5vw, 56px);
  background:
    radial-gradient(circle at 100% 0%, rgba(168, 85, 247, .22), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(251, 191, 36, .12), transparent 32%),
    linear-gradient(135deg, #0f1638, #1a1048);
  box-shadow: 0 40px 100px rgba(0, 0, 0, .4);
}

.cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: .5;
  pointer-events: none;
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.cta-inner h2 {
  margin: 12px 0;
  color: #fff;
}

.cta-inner p {
  max-width: 560px;
  color: #94a3b8;
  font-size: 16px;
  line-height: 1.7;
}

.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
.delay-3 { transition-delay: .32s; }

@keyframes heroPulse {
  0%, 100% { opacity: .7; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.06); }
}

@keyframes spinOrbit {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes floatNode {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes pulseLine {
  0%, 100% { opacity: .3; }
  50% { opacity: 1; }
}

/* â”€â”€ SEO MODULE GRID (6 cards) â”€â”€ */
.section-head-center {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-head-center p strong {
  color: #e2e8f0;
  font-weight: 800;
}

.enterprise-modules {
  position: relative;
  z-index: 2;
  margin-top: -40px;
  padding: clamp(48px, 6vw, 72px) 0 clamp(56px, 7vw, 88px);
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.module-card {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 20px;
  padding: 22px 18px 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .015));
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.module-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 64px rgba(0, 0, 0, .35);
}

.module-card h3 {
  margin: 16px 0 10px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  color: #fff;
}

.module-card p {
  flex: 1;
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 600;
}

.module-card p a {
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.module-card p strong {
  color: #cbd5e1;
  font-weight: 800;
}

.module-icon-wrap {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 16px;
}

.module-icon {
  width: 28px;
  height: 28px;
}

.module-visual {
  margin-top: 16px;
  border-radius: 14px;
  padding: 12px;
  background: rgba(0, 0, 0, .28);
  min-height: 72px;
}

/* color themes */
.module-purple { --accent: #a855f7; --glow: rgba(168, 85, 247, .35); }
.module-blue { --accent: #3b82f6; --glow: rgba(59, 130, 246, .35); }
.module-cyan { --accent: #14b8a6; --glow: rgba(20, 184, 166, .35); }
.module-orange { --accent: #f97316; --glow: rgba(249, 115, 22, .35); }
.module-steel { --accent: #64748b; --glow: rgba(100, 116, 139, .35); }
.module-green { --accent: #22c55e; --glow: rgba(34, 197, 94, .35); }

.module-card { border-top: 2px solid var(--accent); }
.module-icon-wrap {
  color: var(--accent);
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 22%, transparent), rgba(255,255,255,.03));
  box-shadow: 0 0 28px var(--glow);
}

.module-card:hover { border-color: color-mix(in srgb, var(--accent) 40%, transparent); }

/* map dots */
.module-visual-map {
  position: relative;
  min-height: 80px;
  background:
    radial-gradient(circle at 30% 40%, rgba(168,85,247,.12), transparent 50%),
    radial-gradient(circle at 70% 55%, rgba(79,124,255,.1), transparent 45%),
    rgba(0,0,0,.3);
}

.map-dot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a855f7;
  box-shadow: 0 0 12px #a855f7;
  animation: mapPulse 2.4s ease-in-out infinite;
}

.map-dot:nth-child(2) { animation-delay: .4s; background: #4f7cff; box-shadow: 0 0 12px #4f7cff; }
.map-dot:nth-child(3) { animation-delay: .8s; }
.map-dot:nth-child(4) { animation-delay: 1.2s; background: #4f7cff; box-shadow: 0 0 12px #4f7cff; }

@keyframes mapPulse {
  0%, 100% { transform: scale(1); opacity: .7; }
  50% { transform: scale(1.4); opacity: 1; }
}

/* channel chips */
.module-channels {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-content: flex-start;
}

.channel-chip {
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .02em;
}

.channel-chip.wa { background: rgba(37,211,102,.15); color: #25d366; }
.channel-chip.ig { background: rgba(225,48,108,.15); color: #e1306c; }
.channel-chip.mail { background: rgba(79,124,255,.15); color: #4f7cff; }
.channel-chip.phone { background: rgba(148,163,184,.15); color: #94a3b8; }

/* pipeline */
.module-pipeline .pipeline-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  overflow: hidden;
  margin-bottom: 8px;
}

.module-pipeline .pipeline-bar span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #14b8a6, #22d3ee);
}

.pipeline-labels {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
}

/* delivery */
.module-delivery {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.delivery-step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  color: #64748b;
}

.delivery-step span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #475569;
  flex-shrink: 0;
}

.delivery-step.done span { background: #f97316; border-color: #f97316; }
.delivery-step.active { color: #f97316; }
.delivery-step.active span { border-color: #f97316; box-shadow: 0 0 8px rgba(249,115,22,.5); }

/* line chart mini */
.module-chart-line .chart-label {
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 800;
  color: #94a3b8;
}

.module-chart-line svg {
  width: 100%;
  height: 36px;
  color: #64748b;
}

/* finance */
.module-finance strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}

.module-finance > span {
  font-size: 10px;
  font-weight: 700;
  color: #22c55e;
}

.finance-bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 36px;
  margin-top: 10px;
}

.finance-bars i {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #22c55e, rgba(34,197,94,.3));
}

/* â”€â”€ WORKFLOW + DASHBOARD â”€â”€ */
.enterprise-workflow {
  padding: clamp(48px, 6vw, 72px) 0 clamp(64px, 8vw, 96px);
  border-top: 1px solid rgba(148, 163, 184, .08);
  background: linear-gradient(180deg, rgba(10,15,44,.6), transparent);
}

.workflow-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 1.15fr);
  gap: clamp(24px, 4vw, 40px);
  align-items: start;
}

.workflow-panel h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(22px, 2.4vw, 28px);
}

.workflow-intro {
  margin-bottom: 28px;
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 600;
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 6px;
}

.process-step:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  right: -6px;
  top: 28px;
  color: rgba(148, 163, 184, .35);
  font-size: 14px;
  font-weight: 900;
}

.process-num {
  position: absolute;
  top: -4px;
  right: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #64748b;
  font-size: 9px;
  font-weight: 900;
  line-height: 18px;
  text-align: center;
}

.process-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 10px;
  border-radius: 50%;
  font-size: 18px;
  border: 2px solid var(--step-color);
  box-shadow: 0 0 24px color-mix(in srgb, var(--step-color) 35%, transparent);
  background: color-mix(in srgb, var(--step-color) 12%, transparent);
}

.process-step strong {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
}

.process-step small {
  font-size: 9px;
  font-weight: 700;
  color: #64748b;
  line-height: 1.35;
}

.step-purple { --step-color: #a855f7; }
.step-blue { --step-color: #3b82f6; }
.step-cyan { --step-color: #14b8a6; }
.step-orange { --step-color: #f97316; }
.step-steel { --step-color: #64748b; }
.step-green { --step-color: #22c55e; }

/* dashboard mock */
.dash-window {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  overflow: hidden;
  background: #0c1028;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .45);
}

.dash-topbar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(0, 0, 0, .35);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.dash-logo {
  font-size: 13px;
  font-weight: 900;
  color: #fcd34d;
  letter-spacing: .08em;
}

.dash-title {
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
}

.dash-body {
  display: grid;
  grid-template-columns: 110px 1fr;
  min-height: 320px;
}

.dash-sidebar {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 8px;
  border-right: 1px solid rgba(255, 255, 255, .06);
  background: rgba(0, 0, 0, .2);
}

.dash-nav {
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 9px;
  font-weight: 700;
  color: #64748b;
}

.dash-nav.active {
  background: rgba(79, 124, 255, .15);
  color: #4f7cff;
}

.dash-main {
  padding: 14px;
}

.dash-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}

.dash-kpi {
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, .03);
}

.dash-kpi span {
  display: block;
  font-size: 8px;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 4px;
}

.dash-kpi strong {
  display: block;
  font-size: 13px;
  font-weight: 900;
  color: #fff;
}

.dash-kpi .spark {
  width: 100%;
  height: 16px;
  margin-top: 4px;
}

.dash-charts {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 10px;
}

.dash-chart-main,
.dash-chart-donut {
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 12px;
  padding: 12px;
  background: rgba(0, 0, 0, .22);
}

.chart-title {
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 800;
  color: #94a3b8;
}

.line-chart {
  width: 100%;
  height: 80px;
}

.donut-wrap {
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}

.donut {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: conic-gradient(
    #25d366 0 calc(var(--wa) * 1%),
    #e1306c calc(var(--wa) * 1%) calc((var(--wa) + var(--ig)) * 1%),
    #4f7cff calc((var(--wa) + var(--ig)) * 1%) calc((var(--wa) + var(--ig) + var(--mail)) * 1%),
    #94a3b8 calc((var(--wa) + var(--ig) + var(--mail)) * 1%) 100%
  );
  mask: radial-gradient(circle, transparent 42%, #000 43%);
  -webkit-mask: radial-gradient(circle, transparent 42%, #000 43%);
}

.donut-legend {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
}

.donut-legend li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  font-weight: 700;
  color: #94a3b8;
}

.donut-legend i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .hero-inner,
  .deep-grid,
  .deep-grid.reverse {
    grid-template-columns: 1fr;
  }

  .deep-grid.reverse .deep-copy,
  .deep-grid.reverse .deep-visual { order: unset; }

  .pillar-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .module-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .workflow-layout {
    grid-template-columns: 1fr;
  }

  .process-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 24px;
  }

  .process-step:not(:last-child)::after {
    display: none;
  }

  .dash-kpis {
    grid-template-columns: repeat(2, 1fr);
  }

  .dash-charts {
    grid-template-columns: 1fr;
  }

  .arch-diagram {
    grid-template-columns: 1fr;
  }

  .arch-arrow { display: none; }

  .compare-cards {
    grid-template-columns: 1fr;
  }

  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .container { width: min(1220px, calc(100% - 24px)); }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn,
  .hero-actions a {
    justify-content: center;
    width: 100%;
  }

  .hero-stats {
    gap: 16px;
  }

  .hero-stats div strong {
    font-size: 24px;
  }

  .pillar-grid {
    grid-template-columns: 1fr;
  }

  .module-grid {
    grid-template-columns: 1fr;
  }

  .module-card {
    min-height: auto;
  }

  .process-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dash-body {
    grid-template-columns: 1fr;
  }

  .dash-sidebar {
    flex-direction: row;
    flex-wrap: wrap;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
  }

  .hero-stats {
    gap: 18px;
  }

  .orbit-system { height: 340px; min-height: 340px; }
  .hero-visual { min-height: 340px; }
}

@media (max-width: 480px) {
  .process-flow {
    grid-template-columns: 1fr;
  }

  .dash-kpis {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}
