.elementor-432 .elementor-element.elementor-element-c59ab89{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-432 .elementor-element.elementor-element-3291ac7{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-432 .elementor-element.elementor-element-ce8a626{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-432 .elementor-element.elementor-element-c08ac9b{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-432 .elementor-element.elementor-element-e382f6c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-432 .elementor-element.elementor-element-8319f34{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-432 .elementor-element.elementor-element-34a0371{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}body.elementor-page-432{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* ═══════════════════════════════════════════════════════
   CREDEX — HYBRID AI ENGINE — GLOBAL STYLES
   Load via WPCode header or Elementor Custom CSS
   ═══════════════════════════════════════════════════════ */

/* ─── Elementor Full-Bleed Override ─── */
.cx-ai-wrap {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  padding: 0 !important;
  background: #080F0C;
  color: #E8F0EC;
  font-family: 'Plus Jakarta Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ─── Variables ─── */
.cx-ai-wrap {
  --cx-bg: #080F0C;
  --cx-surface: #0F1A16;
  --cx-card: #111D18;
  --cx-border: rgba(52,211,153,0.08);
  --cx-green: #34D399;
  --cx-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ─── Typography ─── */
.cx-ai-wrap .cx-serif { font-family: 'Instrument Serif', serif; font-style: italic; letter-spacing: 0.04em; }
.cx-ai-wrap .cx-text-light { color: #E8F0EC; }
.cx-ai-wrap .cx-text-dim { color: rgba(255,255,255,0.50); }
.cx-ai-wrap .cx-text-dimmer { color: rgba(255,255,255,0.40); }
.cx-ai-wrap .cx-text-faint { color: rgba(255,255,255,0.35); }
.cx-ai-wrap .cx-text-faintest { color: rgba(255,255,255,0.30); }
.cx-ai-wrap .cx-text-green { color: #34D399; }


/* ═══ HERO ═══ */
#cx-ai-hero {
  position: relative;
  padding: 6rem 1.5rem 5rem;
  overflow: hidden;
  min-height: 90vh;
  display: flex; align-items: center;
}
.cx-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(52,211,153,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(52,211,153,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at 50% 50%, black 20%, transparent 60%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, black 20%, transparent 60%);
  will-change: transform; transition: transform 0.3s ease-out;
}
.cx-hero-glow {
  position: absolute; top: 15%; left: 50%;
  transform: translateX(-50%);
  width: 900px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(52,211,153,0.1), transparent 70%);
  filter: blur(80px); pointer-events: none;
  will-change: transform; transition: transform 0.3s ease-out;
}

/* Hero entry animations */
@keyframes cx-heroFade {
  from { opacity: 0; transform: translateY(30px) scale(0.97); filter: blur(8px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
.cx-h-anim { animation: cx-heroFade 1s var(--cx-ease) forwards; opacity: 0; }
.cx-h-d1 { animation-delay: 0.15s; }
.cx-h-d2 { animation-delay: 0.3s; }
.cx-h-d3 { animation-delay: 0.45s; }
.cx-h-d4 { animation-delay: 0.6s; }

/* Hero pill tag */
.cx-ai-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  margin-bottom: 2.5rem;
}
.cx-ai-pill-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #34D399;
  animation: cx-pulse 2s ease-in-out infinite;
}
.cx-ai-pill-text {
  font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: #34D399;
}

/* Hero heading */
.cx-ai-h1 {
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  font-weight: 800; letter-spacing: -0.04em;
  line-height: 0.88; margin-bottom: 1.5rem;
}
.cx-ai-subtitle {
  color: rgba(255,255,255,0.50);
  font-size: clamp(0.875rem, 2vw, 1rem);
  max-width: 28rem; line-height: 1.6;
  margin-bottom: 2.5rem;
}


/* ═══ CHAT MOCKUP ═══ */
.cx-chat {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(52,211,153,0.1);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,0.4);
}
.cx-chat-head {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  display: flex; align-items: center; gap: 10px;
}
.cx-chat-head-icon {
  width: 36px; height: 36px; border-radius: 50%;
  background: #34D399;
  display: flex; align-items: center; justify-content: center;
}
.cx-chat-head-title { font-size: 12px; font-weight: 700; color: #fff; }
.cx-chat-head-sub { font-size: 9px; color: rgba(255,255,255,0.30); text-transform: uppercase; letter-spacing: 0.15em; }
.cx-chat-head-status { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.cx-chat-head-status span:last-child { font-size: 9px; font-weight: 700; color: #34D399; }

.cx-chat-body {
  padding: 18px;
  display: flex; flex-direction: column; gap: 8px;
}
.cx-msg {
  max-width: 82%; padding: 10px 14px;
  border-radius: 16px; font-size: 12px; line-height: 1.6;
}
.cx-msg-ai {
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.65);
  border-bottom-left-radius: 4px; align-self: flex-start;
}
.cx-msg-user {
  background: #34D399; color: #080F0C; font-weight: 500;
  border-bottom-right-radius: 4px; align-self: flex-end;
}
.cx-msg-confirm {
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  display: flex; align-items: center; gap: 12px;
}
.cx-msg-confirm-title { font-size: 10px; font-weight: 700; color: rgba(255,255,255,0.60); }
.cx-msg-confirm-sub { font-size: 9px; color: rgba(255,255,255,0.25); }

/* Chat message stagger animation */
@keyframes cx-msgIn {
  from { opacity: 0; transform: translateY(10px) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.cx-msg-anim { opacity: 0; animation: cx-msgIn 0.5s var(--cx-ease) forwards; }
.cx-msg-anim:nth-child(1) { animation-delay: 0.8s; }
.cx-msg-anim:nth-child(2) { animation-delay: 1.6s; }
.cx-msg-anim:nth-child(3) { animation-delay: 2.4s; }
.cx-msg-anim:nth-child(4) { animation-delay: 3.2s; }
.cx-msg-anim:nth-child(5) { animation-delay: 4.0s; }
.cx-msg-anim:nth-child(6) { animation-delay: 4.8s; }


/* ═══ STATS ═══ */
.cx-stat-row {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 16px; padding: 2rem 1rem;
  max-width: 1280px; margin: 0 auto;
}
@media (min-width: 640px) { .cx-stat-row { grid-template-columns: repeat(4, 1fr); } }
.cx-stat-card {
  background: var(--cx-card);
  border: 1px solid var(--cx-border);
  border-radius: 24px;
  padding: 1.5rem; text-align: center;
}
.cx-stat-val {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800; letter-spacing: -0.04em; line-height: 1;
}
.cx-stat-label {
  font-size: 8px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: rgba(255,255,255,0.30); margin-top: 0.5rem;
}


/* ═══ BENTO GRID ═══ */
.cx-bento-section { padding: 4rem 1rem 4rem; max-width: 1280px; margin: 0 auto; }
.cx-bento-header { max-width: 36rem; margin-bottom: 3.5rem; }
.cx-bento-header-tag {
  font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.3em;
  color: rgba(255,255,255,0.35); display: block; margin-bottom: 1rem;
}
.cx-bento-header-h2 {
  font-size: clamp(1.75rem, 5vw, 3rem);
  font-weight: 800; letter-spacing: -0.04em; line-height: 1.1;
}

.cx-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.cx-card {
  background: var(--cx-card);
  border: 1px solid var(--cx-border);
  border-radius: 24px;
  padding: 2rem;
  position: relative; overflow: hidden;
  transition: all 0.5s var(--cx-ease);
}
.cx-card:hover {
  border-color: rgba(52,211,153,0.2);
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.3);
}
.cx-card .cx-glow {
  position: absolute; top: -40px; right: -40px;
  width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(52,211,153,0.06), transparent 70%);
  pointer-events: none; transition: opacity 0.5s; opacity: 0;
}
.cx-card:hover .cx-glow { opacity: 1; }
.cx-card-grad { background: linear-gradient(135deg, #0D3B31 0%, var(--cx-card) 100%) !important; }

/* Span classes for grids */
.cx-span-12 { grid-column: span 12; }
.cx-span-8 { grid-column: span 12; }
.cx-span-5 { grid-column: span 12; }
.cx-span-4 { grid-column: span 12; }
.cx-span-3 { grid-column: span 12; }
@media (min-width: 1024px) {
  .cx-span-8 { grid-column: span 8; }
  .cx-span-5 { grid-column: span 5; }
  .cx-span-4 { grid-column: span 4; }
  .cx-span-3 { grid-column: span 3; }
}

/* Icon box */
.cx-icon {
  width: 44px; height: 44px; border-radius: 14px;
  background: rgba(52,211,153,0.08);
  border: 1px solid rgba(52,211,153,0.1);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
  transition: background 0.3s, border-color 0.3s;
}
.cx-icon-active { background: rgba(52,211,153,0.12); border-color: rgba(52,211,153,0.2); }
.cx-card:hover .cx-icon { background: rgba(52,211,153,0.12); border-color: rgba(52,211,153,0.2); }

/* Card text helpers */
.cx-card-tag {
  font-size: 9px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.15em;
  color: rgba(255,255,255,0.35); display: block; margin-bottom: 0.5rem;
}
.cx-card-title { font-size: 1.25rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 0.75rem; }
.cx-card-title-lg { font-size: clamp(1.5rem, 3vw, 1.875rem); }
.cx-card-desc { color: rgba(255,255,255,0.50); font-size: 0.875rem; line-height: 1.6; }

/* Glassmorphic overlay */
.cx-glass {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 1.25rem 1.5rem;
  background: rgba(8,15,12,0.92);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255,255,255,0.08);
  border-radius: 0 0 24px 24px;
  transform: translateY(100%); opacity: 0;
  transition: all 0.45s var(--cx-ease);
  pointer-events: none; z-index: 5;
}
.cx-card:hover .cx-glass { transform: translateY(0); opacity: 1; }
.cx-glass-lbl {
  display: flex; align-items: center; gap: 6px;
  font-size: 9px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.15em; color: #34D399;
}
.cx-glass-lbl svg { flex-shrink: 0; }
.cx-glass-txt { font-size: 11px; color: rgba(255,255,255,0.55); line-height: 1.5; margin-top: 4px; }


/* ═══ STATS RING ═══ */
.cx-ring-wrap { position: relative; width: 120px; height: 120px; margin: 0 auto 1rem; }
.cx-ring-svg { transform: rotate(-90deg); width: 100%; height: 100%; }
.cx-ring-bg { fill: none; stroke: rgba(255,255,255,0.04); stroke-width: 6; }
.cx-ring-fg {
  fill: none; stroke: #34D399; stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 339.292;
  stroke-dashoffset: 339.292;
  transition: stroke-dashoffset 2s var(--cx-ease);
}
.cx-ring-val {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; font-weight: 800; letter-spacing: -0.04em;
}


/* ═══ PIPELINE STEPS ═══ */
.cx-pipe-step {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.04);
  transition: all 0.3s var(--cx-ease);
}
.cx-pipe-step:hover {
  background: rgba(52,211,153,0.06);
  border-color: rgba(52,211,153,0.15);
}
.cx-pipe-step-active {
  border-color: rgba(52,211,153,0.15);
  background: rgba(52,211,153,0.06);
}
.cx-pipe-num {
  width: 28px; height: 28px; border-radius: 8px;
  background: rgba(52,211,153,0.1); color: #34D399;
  font-size: 11px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cx-pipe-num-active { background: #34D399; color: #080F0C; }
.cx-pipe-connector {
  width: 1px; height: 12px; background: rgba(52,211,153,0.15);
  margin: 0 auto 0 30px;
}
.cx-pipe-title { font-size: 12px; font-weight: 700; }
.cx-pipe-sub { font-size: 9px; color: rgba(255,255,255,0.35); }
.cx-pipe-check { margin-left: auto; font-size: 9px; font-weight: 700; color: #34D399; }


/* ═══ CHANNEL BADGES ═══ */
.cx-channel {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.04);
  transition: all 0.3s var(--cx-ease);
}
.cx-channel:hover {
  background: rgba(52,211,153,0.06);
  border-color: rgba(52,211,153,0.15);
  transform: translateY(-2px);
}
.cx-ch-icon {
  width: 36px; height: 36px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cx-ch-name { font-size: 12px; font-weight: 700; }
.cx-ch-sub { font-size: 9px; color: rgba(255,255,255,0.35); }
.cx-ch-status { font-size: 9px; font-weight: 700; color: #34D399; }


/* ═══ PROGRESS BARS ═══ */
.cx-bar-track {
  height: 6px; background: rgba(255,255,255,0.04);
  border-radius: 999px; overflow: hidden;
}
.cx-bar-fill {
  height: 100%; border-radius: 999px; background: #34D399;
  transition: width 1.5s var(--cx-ease);
}
.cx-bar-anim { width: 0 !important; }
.cx-bar-anim.cx-go { width: var(--tw) !important; }
.cx-bar-fill-60 { background: rgba(52,211,153,0.60); }
.cx-bar-fill-40 { background: rgba(52,211,153,0.40); }
.cx-bar-row {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 0.75rem;
}
.cx-bar-label { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.50); }
.cx-bar-value { font-size: 10px; font-weight: 700; color: #34D399; }


/* ═══ MINI CHAT PREVIEW ═══ */
.cx-mini-chat {
  padding: 12px;
  border-radius: 12px;
  background: rgba(0,0,0,0.20);
  border: 1px solid rgba(255,255,255,0.04);
}
.cx-mini-chat-status {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 8px;
}
.cx-mini-chat-status span { font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: rgba(255,255,255,0.40); }
.cx-mini-chat-msg {
  font-size: 10px; color: rgba(255,255,255,0.50);
  background: rgba(255,255,255,0.04);
  border-radius: 8px; padding: 8px 12px;
}
.cx-typing-wrap { display: flex; align-items: center; gap: 6px; padding: 4px 12px; }

/* Calendar icon */
.cx-cal-icon {
  width: 80px; height: 80px;
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  margin-bottom: 1rem;
}
.cx-cal-month { font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: #34D399; margin-bottom: 2px; }
.cx-cal-day { font-size: 1.5rem; font-weight: 800; line-height: 1; }


/* ═══ SCROLL REVEAL ═══ */
@keyframes cx-fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
.cx-r { opacity: 0; }
.cx-r.cx-vis { animation: cx-fadeUp 0.8s var(--cx-ease) forwards; }
.cx-d1 { animation-delay: 0.1s; }
.cx-d2 { animation-delay: 0.2s; }
.cx-d3 { animation-delay: 0.3s; }
.cx-d4 { animation-delay: 0.4s; }
.cx-d5 { animation-delay: 0.5s; }
.cx-d6 { animation-delay: 0.6s; }


/* ═══ PULSE & TYPING ═══ */
@keyframes cx-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}
.cx-pulse-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #34D399; animation: cx-pulse 2s ease-in-out infinite;
}

@keyframes cx-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
.cx-typing-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: rgba(255,255,255,0.3);
  animation: cx-bounce 1.4s ease-in-out infinite;
}
.cx-typing-dot:nth-child(2) { animation-delay: 0.2s; }
.cx-typing-dot:nth-child(3) { animation-delay: 0.4s; }


/* ═══ CTA ═══ */
.cx-ai-cta { padding: 5rem 1.5rem 5rem; text-align: center; }
.cx-ai-cta-h2 {
  font-size: clamp(1.75rem, 6vw, 4.5rem);
  font-weight: 800; letter-spacing: -0.04em;
  line-height: 0.9; margin-bottom: 1.5rem;
}
.cx-ai-cta-p {
  color: rgba(255,255,255,0.50);
  font-size: 1rem; max-width: 28rem; margin: 0 auto 2.5rem;
  line-height: 1.6;
}
.cx-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: #34D399; color: #080F0C;
  padding: 1.25rem 2.5rem; border-radius: 999px;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.35s var(--cx-ease), box-shadow 0.35s ease;
}
.cx-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 60px rgba(52,211,153,0.3);
}


/* ═══ LAYOUT HELPERS ═══ */
.cx-grid-2 { display: grid; gap: 1.5rem; }
@media (min-width: 1024px) { .cx-grid-2 { grid-template-columns: 1fr 1fr; } }
.cx-flex-center { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.cx-inner { max-width: 1280px; margin: 0 auto; padding: 0 1rem; position: relative; z-index: 2; }
.cx-space-y-3 > * + * { margin-top: 0.75rem; }


/* ═══ RESPONSIVE ═══ */
@media (max-width: 768px) {
  #cx-ai-hero { min-height: auto; padding: 4rem 1rem 2.5rem; }
  .cx-bento { grid-template-columns: 1fr; }
  .cx-chat { border-radius: 18px; }
  .cx-chat-head { padding: 10px 14px; gap: 8px; }
  .cx-chat-head-title { font-size: 11px; }
  .cx-chat-body { padding: 12px; gap: 6px; }
  .cx-msg { max-width: 88%; padding: 8px 12px; font-size: 11px; border-radius: 14px; }
  .cx-msg-ai { border-bottom-left-radius: 4px; }
  .cx-msg-user { border-bottom-right-radius: 4px; }
  .cx-card { padding: 1.5rem; border-radius: 20px; }
  .cx-glass { padding: 1rem 1.25rem; border-radius: 0 0 20px 20px; }
}
@media (max-width: 480px) {
  #cx-ai-hero { padding: 3.5rem 0.75rem 2rem; }
  .cx-chat-body { padding: 10px; gap: 5px; }
  .cx-msg { font-size: 10.5px; padding: 7px 10px; max-width: 90%; }
}/* End custom CSS */