/* =========================================================
   AS BPO — ALWAYS-ON CX COMMAND CENTER (P3R)
   Full visual reset. Loaded after asbpo-theme.css.
   ========================================================= */

:root {
  --cx-midnight: #07111f;
  --cx-navy: #0b1e35;
  --cx-navy-2: #122a48;
  --cx-red: #d7282f;
  --cx-red-hot: #ff3b44;
  --cx-blue: #3d7eff;
  --cx-blue-soft: #6ea8ff;
  --cx-ink: #0e1726;
  --cx-muted: #5c6b80;
  --cx-line: rgba(255, 255, 255, 0.1);
  --cx-surface: #f4f7fb;
  --cx-white: #ffffff;
  --cx-radius: 16px;
  --cx-radius-lg: 22px;
  --cx-font-display: "Sora", "Manrope", sans-serif;
  --cx-font-body: "Manrope", sans-serif;
  --cx-space: clamp(56px, 8vw, 104px);
}

html { scroll-behavior: smooth; }

body.asbpo-home,
body.asbpo-inner {
  background: var(--cx-white);
  color: var(--cx-ink);
  font-family: var(--cx-font-body);
  font-size: 17px;
  line-height: 1.7;
  overflow-x: hidden;
}

body.asbpo-home .header-section.home-one,
body.asbpo-inner .header-section.page-header {
  background: transparent !important;
  overflow: visible;
  position: relative;
}
.cx-home-header {
  background:
    radial-gradient(ellipse 70% 55% at 85% 18%, rgba(215, 40, 47, 0.28), transparent 55%),
    radial-gradient(ellipse 55% 45% at 8% 70%, rgba(61, 126, 255, 0.2), transparent 50%),
    linear-gradient(160deg, #050b16 0%, #07111f 42%, #0b1e35 78%, #102846 100%) !important;
}
.cx-home-header::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  inset: 0;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 78%);
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.cx-home-header > * { position: relative; z-index: 1; }

/* ---- Nav ---- */
.cx-nav-shell,
.cx-nav-shell .header-area,
.cx-home-header .header-area,
.cx-inner-header .header-area {
  background: transparent !important;
}
.cx-nav-shell .dope-navbar {
  min-height: 72px !important;
  padding: 6px 0 !important;
}
.cx-nav-shell .nav-brand img {
  height: 58px !important;
  max-width: 190px !important;
}
.cx-home-header .dope-nav-container,
.cx-inner-header .dope-nav-container,
.cx-home-header .dope-nav-container.breakpoint-off,
.cx-inner-header .dope-nav-container.breakpoint-off,
body.asbpo-home .dope-nav-container,
body.asbpo-inner .dope-nav-container {
  background: rgba(7, 17, 31, 0.42) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: none !important;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.cx-home-header .dope-nav-container.dope-sticky,
.cx-inner-header .dope-nav-container.dope-sticky,
body.cx-nav-scrolled .cx-home-header .dope-nav-container,
body.cx-nav-scrolled .cx-inner-header .dope-nav-container,
body.asbpo-home .dope-nav-container.dope-sticky,
body.asbpo-inner .dope-nav-container.dope-sticky {
  background: rgba(7, 17, 31, 0.92) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28) !important;
}
body.asbpo-home .header-area,
body.asbpo-inner .header-area,
body.asbpo-home .dope-navbar,
body.asbpo-inner .dope-navbar {
  background: transparent !important;
}
body.asbpo-home .dopenav ul#nav > li > a,
body.asbpo-inner .dopenav ul#nav > li > a {
  color: rgba(255, 255, 255, 0.92) !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.cx-nav-cta.menu-btn {
  background: var(--cx-red) !important;
  border-radius: 999px !important;
  font-family: var(--cx-font-display) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  min-height: 42px !important;
  padding: 10px 20px !important;
}
.cx-home-header .dope-navbar-toggler .navbarToggler span,
.cx-inner-header .dope-navbar-toggler .navbarToggler span {
  background-color: #fff !important;
}
.cx-home-header .nav-brand,
.cx-inner-header .nav-brand,
.cx-footer .footer-logo {
  background: transparent !important;
}

/* Hide old hero artifacts */
.asbpo-hero-stage,
.hero-orb,
.hero-agent,
.asbpo-hero-photo,
.asbpo-social-bar,
.asbpo-trust-strip { display: none !important; }

/* ---- Buttons ---- */
.cx-btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-family: var(--cx-font-display);
  font-size: 15px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  min-height: 50px;
  padding: 12px 26px;
  text-decoration: none !important;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.cx-btn span { transition: transform .2s ease; }
.cx-btn:hover span { transform: translateX(3px); }
.cx-btn--primary {
  background: var(--cx-red);
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(215, 40, 47, 0.35);
}
.cx-btn--primary:hover {
  background: var(--cx-red-hot);
  color: #fff !important;
  transform: translateY(-1px);
}
.cx-btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff !important;
}
.cx-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
}

/* ---- Hero ---- */
.cx-hero {
  color: #fff;
  min-height: clamp(640px, 88vh, 900px);
  padding: 40px 0 56px;
  position: relative;
  display: flex;
  align-items: center;
}
.cx-hero-bg,
.cx-page-hero .cx-hero-bg {
  background:
    radial-gradient(ellipse 70% 55% at 85% 20%, rgba(215, 40, 47, 0.28), transparent 55%),
    radial-gradient(ellipse 55% 45% at 10% 80%, rgba(61, 126, 255, 0.22), transparent 50%),
    radial-gradient(circle at 50% 0%, rgba(61, 126, 255, 0.12), transparent 40%),
    linear-gradient(160deg, #050b16 0%, #07111f 40%, #0b1e35 78%, #102846 100%);
  inset: 0;
  position: absolute;
  z-index: 0;
}
.cx-hero-bg::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  inset: 0;
  mask-image: radial-gradient(ellipse at center, #000 35%, transparent 80%);
  opacity: 0.55;
  position: absolute;
}
.cx-hero-bg::after {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");
  content: "";
  inset: 0;
  opacity: 0.07;
  pointer-events: none;
  position: absolute;
}
.cx-hero > .container-fluid,
.cx-page-hero > .container-fluid { position: relative; z-index: 1; }

.cx-hero-grid {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: 1.05fr 0.95fr;
}
.cx-eyebrow {
  color: var(--cx-blue-soft);
  font-family: var(--cx-font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 0 14px;
  text-transform: uppercase;
}
.cx-eyebrow--hero { color: rgba(255, 255, 255, 0.62); }
.cx-hero-copy h1 {
  color: #fff;
  font-family: var(--cx-font-display);
  font-size: clamp(42px, 5.4vw, 68px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.02;
  margin: 0 0 20px;
  max-width: 11ch;
}
.cx-hero-lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 1.35vw, 18px);
  font-weight: 500;
  line-height: 1.65;
  margin: 0 0 28px;
  max-width: 34em;
}
.cx-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}
.cx-hero-phone {
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--cx-font-display);
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.cx-hero-phone a {
  color: #fff !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.cx-hero-phone a:hover { border-bottom-color: var(--cx-red); color: #fff !important; }

/* Command center visual */
.cx-command {
  background: linear-gradient(165deg, rgba(18, 42, 72, 0.75), rgba(7, 17, 31, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  min-height: 420px;
  overflow: hidden;
  padding: 28px 24px 24px;
  position: relative;
}
.cx-command-glow {
  background: radial-gradient(circle, rgba(215, 40, 47, 0.35), transparent 60%);
  filter: blur(30px);
  height: 180px;
  left: 50%;
  position: absolute;
  top: 35%;
  transform: translate(-50%, -50%);
  width: 220px;
  z-index: 0;
}
.cx-command-channels {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 2;
}
.cx-cmd-pill {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: var(--cx-font-display);
  font-size: 11px;
  font-weight: 700;
  gap: 6px;
  letter-spacing: 0.08em;
  padding: 14px 8px;
  text-align: center;
}
.cx-cmd-pill i { font-size: 20px; color: var(--cx-blue-soft); }
.cx-cmd-pill--voice { animation: cxFloat 4s ease-in-out infinite; }
.cx-cmd-pill--email { animation: cxFloat 4.4s ease-in-out infinite .3s; }
.cx-cmd-pill--chat { animation: cxFloat 3.8s ease-in-out infinite .6s; }

.cx-command-lines {
  display: block;
  height: 88px;
  margin: 4px auto 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cx-command-lines .cx-line {
  fill: none;
  stroke: url(#none);
  stroke: rgba(110, 168, 255, 0.55);
  stroke-dasharray: 6 8;
  stroke-width: 1.5;
  animation: cxDash 8s linear infinite;
}

.cx-command-hub {
  background: linear-gradient(135deg, rgba(215, 40, 47, 0.95), rgba(61, 126, 255, 0.85));
  border-radius: 18px;
  box-shadow: 0 0 40px rgba(215, 40, 47, 0.35);
  margin: 0 auto;
  max-width: 260px;
  padding: 18px 16px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.cx-command-hub strong {
  color: #fff;
  display: block;
  font-family: var(--cx-font-display);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.cx-command-hub > span {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-size: 12px;
  margin-top: 4px;
}
.cx-mini-wave {
  align-items: flex-end;
  display: flex;
  gap: 3px;
  height: 22px;
  justify-content: center;
  margin-top: 12px;
}
.cx-mini-wave span {
  animation: cxWave 1.1s ease-in-out infinite;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  display: block;
  width: 3px;
}
.cx-mini-wave span:nth-child(1) { height: 8px; animation-delay: 0s; }
.cx-mini-wave span:nth-child(2) { height: 14px; animation-delay: .1s; }
.cx-mini-wave span:nth-child(3) { height: 18px; animation-delay: .2s; }
.cx-mini-wave span:nth-child(4) { height: 10px; animation-delay: .3s; }
.cx-mini-wave span:nth-child(5) { height: 16px; animation-delay: .15s; }
.cx-mini-wave span:nth-child(6) { height: 12px; animation-delay: .25s; }
.cx-mini-wave span:nth-child(7) { height: 8px; animation-delay: .05s; }

.cx-command-outcomes {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 22px;
  position: relative;
  z-index: 2;
}
.cx-outcome {
  border-radius: 999px;
  font-family: var(--cx-font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 10px 18px;
}
.cx-outcome--handle {
  background: rgba(61, 126, 255, 0.18);
  border: 1px solid rgba(61, 126, 255, 0.45);
  color: #9ec2ff;
}
.cx-outcome--escalate {
  background: rgba(215, 40, 47, 0.18);
  border: 1px solid rgba(215, 40, 47, 0.45);
  color: #ff9aa0;
}

.cx-float {
  position: absolute;
  z-index: 3;
}
.cx-float--ticket {
  background: rgba(7, 17, 31, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  bottom: 78px;
  left: 18px;
  padding: 10px 12px;
  animation: cxFloat 5s ease-in-out infinite;
}
.cx-float--ticket em {
  color: var(--cx-blue-soft);
  display: block;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.cx-float--ticket span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.cx-float--bubble {
  background: #fff;
  border-radius: 14px 14px 14px 4px;
  bottom: 28px;
  color: var(--cx-ink);
  font-size: 12px;
  font-weight: 600;
  padding: 10px 12px;
  right: 18px;
  animation: cxFloat 4.5s ease-in-out infinite .5s;
}

/* Inner page hero */
.cx-page-hero {
  color: #fff;
  padding: 36px 0 48px;
  position: relative;
}
.cx-page-banner h1 {
  color: #fff;
  font-family: var(--cx-font-display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 10px;
}
.cx-page-banner .asbpo-breadcrumb a,
.cx-page-banner .asbpo-breadcrumb li {
  color: rgba(255, 255, 255, 0.75) !important;
}

/* Credibility rail */
.cx-rail {
  background: var(--cx-midnight);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  padding: 16px 0;
}
.cx-rail-track {
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  font-family: var(--cx-font-display);
  font-size: 13px;
  font-weight: 600;
  gap: 18px;
  justify-content: center;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.cx-rail-track i { color: var(--cx-red); font-style: normal; }
.cx-rail-dup { display: none; }

/* Sections */
.cx-section { padding: var(--cx-space) 0; }
.cx-section-head {
  margin: 0 auto 40px;
  max-width: 720px;
  text-align: center;
}
.cx-section-head h2,
.cx-ecom-copy h2,
.cx-tools-copy h2,
.cx-final-cta h2,
.cx-more h2 {
  color: var(--cx-ink);
  font-family: var(--cx-font-display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 14px;
}
.cx-section-head p,
.cx-ecom-copy > p,
.cx-tools-copy > p {
  color: var(--cx-muted);
  font-size: 17px;
  margin: 0 auto;
  max-width: 40em;
}
.cx-section-head--light h2 { color: #fff; }
.cx-section-head--light p { color: rgba(255, 255, 255, 0.72); }
.cx-section-head--light .cx-eyebrow { color: var(--cx-blue-soft); }

/* Bento interactions */
.cx-bento-section { background: var(--cx-surface); }
.cx-bento {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(140px, auto);
}
.cx-tile {
  background: #fff;
  border: 1px solid rgba(14, 23, 38, 0.06);
  border-radius: var(--cx-radius);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.cx-tile:hover {
  box-shadow: 0 18px 40px rgba(7, 17, 31, 0.08);
  transform: translateY(-3px);
}
.cx-tile--xl {
  background: linear-gradient(145deg, #0b1e35, #122a48);
  color: #fff;
  grid-column: span 6;
  grid-row: span 2;
  min-height: 280px;
}
.cx-tile--xl h3 { color: #fff; font-size: 28px; }
.cx-tile--xl p { color: rgba(255, 255, 255, 0.78); }
.cx-tile--xl .cx-tile-icon { background: rgba(255, 255, 255, 0.12); color: #fff; }
.cx-tile--md { grid-column: span 3; min-height: 180px; }
.cx-tile--wide { grid-column: span 6; background: linear-gradient(120deg, #fff, #eef4ff); }
.cx-tile--sm { grid-column: span 3; }
.cx-tile-icon {
  align-items: center;
  background: rgba(61, 126, 255, 0.1);
  border-radius: 12px;
  color: var(--cx-blue);
  display: inline-flex;
  font-size: 22px;
  height: 44px;
  justify-content: center;
  margin-bottom: 16px;
  width: 44px;
}
.cx-tile h3 {
  font-family: var(--cx-font-display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}
.cx-tile p {
  color: var(--cx-muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

/* Channels immersive */
.cx-channels-section {
  background:
    radial-gradient(ellipse at top right, rgba(215, 40, 47, 0.18), transparent 45%),
    radial-gradient(ellipse at bottom left, rgba(61, 126, 255, 0.16), transparent 40%),
    linear-gradient(180deg, #07111f, #0b1e35);
  color: #fff;
}
.cx-channel-stage {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--cx-radius-lg);
  padding: 20px;
}
.cx-channel-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}
.cx-channel-tabs button {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  font-family: var(--cx-font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 12px 20px;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.cx-channel-tabs button.is-active,
.cx-channel-tabs button:hover {
  background: rgba(215, 40, 47, 0.2);
  border-color: rgba(215, 40, 47, 0.55);
  color: #fff;
}
.cx-channel-panel[hidden] { display: none !important; }
.cx-ui {
  background: rgba(7, 17, 31, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  min-height: 260px;
  padding: 22px;
}
.cx-ui-top {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}
.cx-ui-top .cx-dot {
  background: #28c840;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(40, 200, 64, 0.6);
  display: inline-block;
  height: 8px;
  width: 8px;
}
.cx-ui-top span { color: #fff; font-weight: 700; }
.cx-ui-top em {
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  margin-left: auto;
}
.cx-ui > p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  margin: 18px 0 0;
  max-width: 42em;
}
.cx-wave {
  align-items: flex-end;
  display: flex;
  gap: 6px;
  height: 72px;
}
.cx-wave span {
  animation: cxWave 1.2s ease-in-out infinite;
  background: linear-gradient(180deg, var(--cx-blue-soft), var(--cx-red));
  border-radius: 999px;
  display: block;
  flex: 1;
  max-width: 14px;
}
.cx-wave span:nth-child(odd) { animation-delay: .15s; }
.cx-ticket-rows { display: grid; gap: 10px; }
.cx-ticket-rows > div {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
}
.cx-ticket-rows b { color: #fff; font-size: 14px; font-weight: 600; }
.cx-ticket-rows span { color: var(--cx-blue-soft); font-size: 12px; font-weight: 700; }
.cx-bubbles { display: grid; gap: 10px; max-width: 420px; }
.cx-bubble {
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
  max-width: 85%;
  padding: 12px 14px;
  width: fit-content;
}
.cx-bubble--in { background: rgba(255, 255, 255, 0.1); color: #fff; }
.cx-bubble--out {
  background: rgba(61, 126, 255, 0.25);
  border: 1px solid rgba(61, 126, 255, 0.35);
  color: #dce9ff;
  justify-self: end;
}
.cx-section-cta { margin-top: 24px; text-align: center; }

/* Ecommerce */
.cx-ecom-section { background: #fff; }
.cx-ecom-grid {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1.05fr;
}
.cx-ecom-points {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.cx-ecom-points li {
  border-left: 3px solid var(--cx-red);
  color: var(--cx-ink);
  font-weight: 600;
  margin-bottom: 10px;
  padding: 6px 0 6px 14px;
}
.cx-ecom-dash { display: grid; gap: 14px; }
.cx-dash-card {
  background: linear-gradient(160deg, #07111f, #0b1e35 60%, #132f52);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  color: #fff;
  padding: 20px;
}
.cx-dash-card--alt {
  background: linear-gradient(160deg, #101828, #1a2740);
}
.cx-dash-card header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.cx-dash-card header span {
  font-family: var(--cx-font-display);
  font-size: 14px;
  font-weight: 700;
}
.cx-dash-card header em {
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  font-size: 12px;
}
.cx-flow-steps {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cx-flow-steps li {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
  position: relative;
}
.cx-flow-steps li::before {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  height: 8px;
  margin-right: 10px;
  width: 8px;
}
.cx-flow-steps li.is-done::before { background: #28c840; box-shadow: 0 0 8px rgba(40, 200, 64, .5); }
.cx-flow-steps li.is-active {
  border-color: rgba(215, 40, 47, 0.45);
  box-shadow: 0 0 0 1px rgba(215, 40, 47, 0.2);
}
.cx-flow-steps li.is-active::before { background: var(--cx-red); box-shadow: 0 0 8px rgba(215, 40, 47, .55); }
.cx-flow-steps b { color: #fff; font-size: 14px; font-weight: 700; }
.cx-flow-steps span { color: rgba(255, 255, 255, 0.5); font-size: 12px; }

/* Onboarding journey */
.cx-onboard-section { background: var(--cx-surface); }
.cx-journey { display: grid; gap: 16px; }
.cx-journey-step {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(14, 23, 38, 0.06);
  border-radius: var(--cx-radius);
  display: grid;
  gap: 20px;
  grid-template-columns: 100px 1fr 120px;
  padding: 28px 28px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.cx-journey-step:hover {
  box-shadow: 0 16px 36px rgba(7, 17, 31, 0.08);
  transform: translateX(4px);
}
.cx-journey-num {
  color: var(--cx-red);
  font-family: var(--cx-font-display);
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}
.cx-journey-step h3 {
  font-family: var(--cx-font-display);
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 6px;
}
.cx-journey-step p { color: var(--cx-muted); margin: 0; }
.cx-journey-viz {
  align-items: flex-end;
  display: flex;
  gap: 6px;
  height: 48px;
  justify-content: flex-end;
}
.cx-journey-viz span {
  background: linear-gradient(180deg, var(--cx-blue), var(--cx-navy));
  border-radius: 6px;
  display: block;
  width: 14px;
}
.cx-journey-viz span:nth-child(1) { height: 40%; }
.cx-journey-viz span:nth-child(2) { height: 70%; }
.cx-journey-viz span:nth-child(3) { height: 100%; }
.cx-journey-viz--docs span { width: 28px; height: 36px; background: rgba(61, 126, 255, 0.15); border: 1px solid rgba(61, 126, 255, 0.35); }
.cx-journey-viz--train span { border-radius: 50%; height: 14px; width: 14px; background: var(--cx-red); opacity: .35; }
.cx-journey-viz--train span:last-child { opacity: 1; }
.cx-journey-viz--live span {
  background: radial-gradient(circle, var(--cx-red), transparent 70%);
  border-radius: 50%;
  height: 36px;
  width: 36px;
  animation: cxPulse 2s ease-in-out infinite;
}

/* Tools workspace */
.cx-tools-section { background: #fff; }
.cx-tools-grid {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: 0.85fr 1.15fr;
}
.cx-workspace-frame {
  background: var(--cx-midnight);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(7, 17, 31, 0.2);
  overflow: hidden;
}
.cx-workspace-chrome {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  gap: 8px;
  padding: 12px 14px;
}
.cx-workspace-chrome span {
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
}
.cx-workspace-chrome span:nth-child(1) { background: #ff5f57; }
.cx-workspace-chrome span:nth-child(2) { background: #febc2e; }
.cx-workspace-chrome span:nth-child(3) { background: #28c840; }
.cx-workspace-chrome em {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-style: normal;
  margin-left: 8px;
}
.cx-workspace-body {
  min-height: 280px;
  padding: 28px 20px 24px;
  position: relative;
}
.cx-node--hub {
  background: linear-gradient(135deg, var(--cx-red), #ff5a62);
  border-radius: 999px;
  box-shadow: 0 0 30px rgba(215, 40, 47, 0.4);
  color: #fff;
  font-family: var(--cx-font-display);
  font-size: 13px;
  font-weight: 800;
  left: 50%;
  letter-spacing: 0.06em;
  padding: 10px 18px;
  position: absolute;
  top: 24px;
  transform: translateX(-50%);
  z-index: 2;
}
.cx-connectors {
  height: 160px;
  left: 0;
  position: absolute;
  top: 56px;
  width: 100%;
  z-index: 0;
}
.cx-connectors path {
  fill: none;
  stroke: rgba(110, 168, 255, 0.45);
  stroke-dasharray: 4 6;
  stroke-width: 1.4;
  animation: cxDash 10s linear infinite;
}
.cx-node-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 150px;
  position: relative;
  z-index: 1;
}
.cx-node-grid span {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: #fff;
  font-family: var(--cx-font-display);
  font-size: 13px;
  font-weight: 700;
  padding: 14px 10px;
  text-align: center;
}

/* Why bento */
.cx-why-section { background: var(--cx-surface); }
.cx-why-bento {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(12, 1fr);
}
.cx-why-tile {
  background: #fff;
  border: 1px solid rgba(14, 23, 38, 0.06);
  border-radius: var(--cx-radius);
  grid-column: span 4;
  padding: 24px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.cx-why-tile:hover {
  box-shadow: 0 14px 30px rgba(7, 17, 31, 0.07);
  transform: translateY(-2px);
}
.cx-why-tile--statement {
  background: linear-gradient(135deg, #07111f, #123057);
  color: #fff;
  grid-column: span 8;
  grid-row: span 2;
  padding: 36px;
}
.cx-why-tile--statement h3 {
  color: #fff;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.15;
  max-width: 14ch;
}
.cx-why-tile--statement p { color: rgba(255, 255, 255, 0.75); }
.cx-why-tile h3 {
  font-family: var(--cx-font-display);
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}
.cx-why-tile p { color: var(--cx-muted); font-size: 15px; margin: 0; }

/* Resources */
.cx-resources {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}
.cx-resource {
  background: #fff;
  border: 1px solid rgba(14, 23, 38, 0.06);
  border-radius: var(--cx-radius);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform .25s ease;
}
.cx-resource:hover { transform: translateY(-4px); }
.cx-resource-media { display: block; overflow: hidden; }
.cx-resource-media img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}
.cx-resource:hover .cx-resource-media img { transform: scale(1.04); }
.cx-resource-body { display: flex; flex: 1; flex-direction: column; padding: 18px 18px 20px; }
.cx-resource-cat {
  color: var(--cx-red);
  font-family: var(--cx-font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.cx-resource-body h3 {
  font-family: var(--cx-font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 0 0 8px;
}
.cx-resource-body h3 a { color: var(--cx-ink) !important; text-decoration: none !important; }
.cx-resource-meta { color: var(--cx-muted); font-size: 13px; margin: 0 0 14px; }
.cx-resource-link {
  color: var(--cx-red) !important;
  font-family: var(--cx-font-display);
  font-size: 14px;
  font-weight: 700;
  margin-top: auto;
  text-decoration: none !important;
}
.cx-resource-link span { display: inline-block; transition: transform .2s ease; }
.cx-resource-link:hover span { transform: translateX(4px); }

/* FAQ */
.cx-faq-section { background: var(--cx-surface); }
.cx-faq-list {
  margin: 0 auto;
  max-width: 760px;
}
.cx-faq-item.asbpo-faq-item,
.cx-faq-list .asbpo-faq-item {
  background: #fff !important;
  border: 1px solid rgba(14, 23, 38, 0.08) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  height: auto !important;
  margin: 0 0 12px !important;
  min-height: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}
.cx-faq-item summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  list-style: none;
  padding: 20px 22px;
}
.cx-faq-item summary::-webkit-details-marker { display: none; }
.cx-faq-item summary::after {
  color: var(--cx-red);
  content: "+";
  font-family: var(--cx-font-display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s ease;
}
.cx-faq-item[open] summary::after { content: "–"; }
.cx-faq-item summary h3 {
  font-family: var(--cx-font-display);
  font-size: 17px !important;
  font-weight: 700;
  margin: 0 !important;
}
.cx-faq-item p {
  border-top: 1px solid rgba(14, 23, 38, 0.06);
  color: var(--cx-muted) !important;
  font-size: 16px !important;
  margin: 0 !important;
  padding: 16px 22px 20px !important;
}

/* Compact more services */
.cx-more-section { padding-top: 24px; padding-bottom: 24px; }
.cx-more {
  align-items: center;
  border-top: 1px solid rgba(14, 23, 38, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  justify-content: space-between;
  padding-top: 28px;
}
.cx-more h2 {
  font-size: 20px !important;
  margin: 0 !important;
}
.cx-more-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}
.cx-more-links a {
  color: var(--cx-muted) !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}
.cx-more-links a:hover { color: var(--cx-red) !important; }

/* Final CTA */
.cx-final-cta {
  color: #fff;
  overflow: hidden;
  padding: clamp(64px, 9vw, 110px) 0;
  position: relative;
  text-align: center;
}
.cx-final-cta-bg {
  background:
    radial-gradient(ellipse at 20% 30%, rgba(215, 40, 47, 0.35), transparent 45%),
    radial-gradient(ellipse at 80% 70%, rgba(61, 126, 255, 0.28), transparent 40%),
    linear-gradient(135deg, #050b16, #0b1e35 50%, #07111f);
  inset: 0;
  position: absolute;
}
.cx-final-cta-bg::after {
  animation: cxAurora 12s ease-in-out infinite alternate;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08), transparent 40%);
  content: "";
  inset: -20%;
  position: absolute;
}
.cx-final-cta-inner { position: relative; z-index: 1; }
.cx-final-cta h2 {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 14ch;
}
.cx-final-cta p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  margin: 0 auto 28px;
  max-width: 36em;
}
.cx-final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* Footer */
.cx-footer {
  background: #050b16;
  color: rgba(255, 255, 255, 0.78);
  padding: 64px 0 28px;
}
.cx-footer-grid {
  display: grid;
  gap: 36px;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  margin-bottom: 40px;
}
.cx-footer h4 {
  color: #fff;
  font-family: var(--cx-font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.cx-footer-brand p {
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 18px;
  max-width: 34em;
}
.cx-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cx-footer-col li { margin-bottom: 10px; }
.cx-footer-col a {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 15px;
  text-decoration: none !important;
}
.cx-footer-col a:hover { color: #fff !important; }
.cx-footer .footer-logo {
  height: 72px !important;
  margin-bottom: 14px;
}
.cx-footer .social-lists {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cx-footer .social-lists a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff !important;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}
.cx-footer .social-lists a:hover {
  background: var(--cx-red);
  border-color: var(--cx-red);
}
.cx-footer .footer-contact-list li {
  align-items: flex-start;
  display: flex;
  font-size: 14px;
  gap: 8px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.cx-footer .footer-contact-list i { color: var(--cx-red); margin-top: 3px; }
.cx-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding-top: 20px;
}
.cx-footer-bottom p { font-size: 14px; margin: 0; }
.cx-footer-bottom ul {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cx-footer-bottom a {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 14px;
  text-decoration: none !important;
}

/* Inner page CTA / cards soft upgrade */
.cx-page-cta,
.asbpo-page-cta {
  background: linear-gradient(135deg, #07111f, #0b1e35) !important;
  padding: 48px 0 !important;
}
.cx-page-cta h4,
.asbpo-page-cta h4 {
  color: #fff !important;
  font-family: var(--cx-font-display) !important;
  font-size: clamp(24px, 3vw, 34px) !important;
  font-weight: 800 !important;
}
.cx-page-cta-support { color: rgba(255, 255, 255, 0.72); margin: 8px 0 0; }
body.asbpo-inner .asbpo-svc-card {
  border-radius: 16px !important;
  border-color: rgba(14, 23, 38, 0.08) !important;
  box-shadow: none !important;
}
body.asbpo-inner .section-title h2 {
  font-family: var(--cx-font-display);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
}
body.asbpo-inner .footer-section { display: none !important; }

/* Reveal motion */
.cx-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}
.cx-reveal.is-in {
  opacity: 1;
  transform: none;
}

@keyframes cxFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes cxWave {
  0%, 100% { transform: scaleY(0.45); }
  50% { transform: scaleY(1); }
}
@keyframes cxDash {
  to { stroke-dashoffset: -80; }
}
@keyframes cxPulse {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.15); opacity: 1; }
}
@keyframes cxAurora {
  from { transform: translate(-4%, -2%) scale(1); }
  to { transform: translate(4%, 3%) scale(1.08); }
}

@media (max-width: 1100px) {
  .cx-hero-grid,
  .cx-ecom-grid,
  .cx-tools-grid { grid-template-columns: 1fr; }
  .cx-hero-copy h1 { max-width: none; }
  .cx-tile--xl { grid-column: span 12; grid-row: auto; min-height: 200px; }
  .cx-tile--md,
  .cx-tile--sm,
  .cx-tile--wide { grid-column: span 6; }
  .cx-why-tile,
  .cx-why-tile--statement { grid-column: span 6; grid-row: auto; }
  .cx-resources { grid-template-columns: 1fr 1fr; }
  .cx-footer-grid { grid-template-columns: 1fr 1fr; }
  .cx-journey-step { grid-template-columns: 80px 1fr; }
  .cx-journey-viz { display: none; }
}

@media (max-width: 767px) {
  .cx-nav-shell .nav-brand img { height: 48px !important; max-width: 160px !important; }
  .cx-hero { min-height: auto; padding: 24px 0 40px; }
  .cx-hero-copy h1 { font-size: 36px; }
  .cx-hero-actions { flex-direction: column; align-items: stretch; }
  .cx-btn { width: 100%; }
  .cx-command { min-height: 0; padding: 20px 16px; }
  .cx-float--ticket,
  .cx-float--bubble { display: none; }
  .cx-rail-track {
    animation: cxTicker 28s linear infinite;
    justify-content: flex-start;
    width: max-content;
  }
  .cx-rail-dup { display: inline; }
  .cx-tile--md,
  .cx-tile--sm,
  .cx-tile--wide,
  .cx-tile--xl,
  .cx-why-tile,
  .cx-why-tile--statement { grid-column: span 12; }
  .cx-channel-tabs { flex-wrap: wrap; }
  .cx-resources { grid-template-columns: 1fr; }
  .cx-footer-grid { grid-template-columns: 1fr; }
  .cx-more { flex-direction: column; align-items: flex-start; }
  .cx-final-cta-actions { flex-direction: column; }
  .cx-journey-step { grid-template-columns: 1fr; padding: 22px; }
  body { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .cx-reveal,
  .cx-btn,
  .cx-tile,
  .cx-resource,
  .cx-cmd-pill,
  .cx-float,
  .cx-mini-wave span,
  .cx-wave span,
  .cx-command-lines .cx-line,
  .cx-connectors path,
  .cx-rail-track,
  .cx-final-cta-bg::after,
  .cx-journey-viz--live span {
    animation: none !important;
    transition: none !important;
  }
  .cx-reveal { opacity: 1; transform: none; }
}

@keyframes cxTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
