/* ==========================================================================
   COGNIVEX AI - IMMUNE RESPONSIVE DESIGN SYSTEM
   Protected against Elementor Global Styles and WordPress Theme Overrides
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap');

:root {
  --cognivex-indigo: #4338ca;
  --cognivex-purple: #7c3aed;
  --cognivex-blue: #2563eb;
  --cognivex-emerald: #059669;
  --cognivex-text-dark: #0f172a;
  --cognivex-text-body: #334155;
  --cognivex-text-muted: #64748b;
  --cognivex-border: #e2e8f0;
  --cognivex-bg: #ffffff;
  --cognivex-subtle: #f8fafc;
  --cognivex-gradient: linear-gradient(135deg, #1e40af 0%, #4338ca 40%, #7c3aed 100%);
  --cognivex-font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --cognivex-mono: 'JetBrains Mono', monospace;
}

/* Global Reset Scoped */
html,
body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
  width: 100% !important;
}

.cognivex-elementor-root {
  font-family: var(--cognivex-font) !important;
  background-color: #ffffff !important;
  color: #334155 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased !important;
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  position: relative !important;
}

body {
  font-family: var(--cognivex-font) !important;
  background-color: #ffffff !important;
  color: #334155 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased !important;
}

.cognivex-elementor-root *,
.cognivex-elementor-root *::before,
.cognivex-elementor-root *::after,
*, *::before, *::after {
  box-sizing: border-box !important;
}

/* Container */
.cognivex-elementor-root .container,
.container {
  width: 100% !important;
  max-width: 1380px !important;
  margin: 0 auto !important;
  padding: 0 clamp(16px, 3.5vw, 40px) !important;
}

/* ==========================================================================
   HEADER NAVBAR (Prominent Crisp Logo & Clean Responsive Layout)
   ========================================================================== */
.cognivex-elementor-root .site-header,
.site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 70px !important;
  min-height: 70px !important;
  max-height: 70px !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-bottom: 1px solid #e2e8f0 !important;
  z-index: 99999 !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04) !important;
}

.cognivex-elementor-root .nav-container,
.nav-container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
  gap: 16px !important;
}

/* Logo Link & Image */
.cognivex-elementor-root .brand-logo-link,
.brand-logo-link {
  display: inline-flex !important;
  align-items: center !important;
  height: 40px !important;
  max-height: 40px !important;
  flex-shrink: 0 !important;
  text-decoration: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cognivex-elementor-root .brand-logo-image,
.brand-logo-image {
  height: 40px !important;
  max-height: 40px !important;
  width: auto !important;
  max-width: 210px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* Nav Menu */
.cognivex-elementor-root nav,
.cognivex-elementor-root .desktop-nav,
nav {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
}

.cognivex-elementor-root .nav-links,
.nav-links {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: clamp(14px, 1.8vw, 26px) !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 100% !important;
}

.cognivex-elementor-root .nav-links li,
.nav-links li {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.cognivex-elementor-root .nav-link,
.nav-link {
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: #334155 !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.cognivex-elementor-root .nav-link:hover,
.nav-link:hover {
  color: #4338ca !important;
}

/* Nav Action Buttons */
.cognivex-elementor-root .nav-actions,
.nav-actions {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
  height: 100% !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cognivex-elementor-root .nav-actions .btn,
.nav-actions .btn {
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  padding: 0 16px !important;
  font-size: 0.84rem !important;
  border-radius: 9999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.cognivex-elementor-root .mobile-menu-btn,
.mobile-menu-btn {
  display: none !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  color: #0f172a !important;
  padding: 8px !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  width: 40px !important;
  height: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05) !important;
}

.cognivex-elementor-root .mobile-menu-btn:hover,
.mobile-menu-btn:hover {
  background: #ffffff !important;
  border-color: #4338ca !important;
  color: #4338ca !important;
}

/* ==========================================================================
   MOBILE DRAWER NAVIGATION
   ========================================================================== */
.cognivex-elementor-root .mobile-drawer,
.mobile-drawer {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  width: 85% !important;
  max-width: 320px !important;
  height: 100% !important;
  height: 100vh !important;
  height: 100dvh !important;
  background: #ffffff !important;
  border-left: 1px solid #e2e8f0 !important;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.12) !important;
  z-index: 100000 !important;
  padding: 20px 18px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  transform: translate3d(105%, 0, 0) !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease, visibility 0.3s !important;
}

.cognivex-elementor-root .mobile-drawer.open,
.mobile-drawer.open {
  transform: translate3d(0, 0, 0) !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.cognivex-elementor-root .mobile-backdrop,
.mobile-backdrop {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  background: rgba(15, 23, 42, 0.5) !important;
  z-index: 99999 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.3s ease, visibility 0.3s !important;
}

.cognivex-elementor-root .mobile-backdrop.open,
.mobile-backdrop.open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.cognivex-elementor-root .mobile-nav-links,
.mobile-nav-links {
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin: 20px 0 !important;
  padding: 0 !important;
}

.cognivex-elementor-root .mobile-nav-item a,
.mobile-nav-item a {
  display: block !important;
  padding: 10px 14px !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  color: #0f172a !important;
  border-radius: 8px !important;
  text-decoration: none !important;
}

.cognivex-elementor-root .mobile-nav-item a:hover,
.mobile-nav-item a:hover {
  background: #f8fafc !important;
  color: #4338ca !important;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.cognivex-elementor-root .btn,
.btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 10px 22px !important;
  min-height: 44px !important;
  border-radius: 9999px !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  border: none !important;
  transition: all 0.2s ease !important;
  text-align: center !important;
  white-space: nowrap !important;
  user-select: none !important;
  text-decoration: none !important;
}

.cognivex-elementor-root .btn-primary,
.btn-primary {
  background: var(--cognivex-gradient) !important;
  color: #ffffff !important;
  box-shadow: 0 6px 18px -3px rgba(67, 56, 202, 0.35) !important;
}

.cognivex-elementor-root .btn-primary:hover,
.btn-primary:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 22px -3px rgba(67, 56, 202, 0.45) !important;
  color: #ffffff !important;
}

.cognivex-elementor-root .btn-secondary,
.btn-secondary {
  background: #ffffff !important;
  color: #0f172a !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05) !important;
}

.cognivex-elementor-root .btn-secondary:hover,
.btn-secondary:hover {
  background: #f8fafc !important;
  border-color: #cbd5e1 !important;
  color: #0f172a !important;
  transform: translateY(-1px) !important;
}

.cognivex-elementor-root .btn-lg,
.btn-lg {
  padding: 13px 26px !important;
  min-height: 48px !important;
  font-size: 0.98rem !important;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.cognivex-elementor-root .hero-section,
.hero-section {
  padding: 110px 0 50px !important;
  background: radial-gradient(circle at 50% 0%, rgba(67, 56, 202, 0.05) 0%, transparent 65%),
              linear-gradient(180deg, #f8fafc 0%, #ffffff 100%) !important;
  text-align: center !important;
  position: relative !important;
}

.cognivex-elementor-root .hero-announcement,
.hero-announcement {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 5px 14px !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 9999px !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05) !important;
  margin-bottom: 22px !important;
  max-width: 95% !important;
}

.cognivex-elementor-root .announcement-dot,
.announcement-dot {
  width: 8px !important;
  height: 8px !important;
  background: #4338ca !important;
  border-radius: 50% !important;
  flex-shrink: 0 !important;
}

.cognivex-elementor-root .announcement-text,
.announcement-text {
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  color: #0f172a !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.cognivex-elementor-root .hero-title,
.hero-title {
  font-size: clamp(2.1rem, 5vw, 3.8rem) !important;
  font-weight: 800 !important;
  max-width: 1040px !important;
  margin: 0 auto 18px !important;
  color: #0f172a !important;
  line-height: 1.18 !important;
}

.cognivex-elementor-root .gradient-text,
.gradient-text {
  background: var(--cognivex-gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: inline !important;
}

.cognivex-elementor-root .hero-desc,
.hero-desc {
  font-size: clamp(1rem, 1.9vw, 1.2rem) !important;
  max-width: 780px !important;
  margin: 0 auto 32px !important;
  color: #334155 !important;
  line-height: 1.65 !important;
}

.cognivex-elementor-root .hero-cta-group,
.hero-cta-group {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
  margin-bottom: 24px !important;
}

.cognivex-elementor-root .email-pill-button,
.email-pill-button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 18px !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 9999px !important;
  font-size: 0.88rem !important;
  color: #334155 !important;
  cursor: pointer !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05) !important;
  transition: all 0.2s ease !important;
}

.cognivex-elementor-root .email-pill-button:hover,
.email-pill-button:hover {
  border-color: #4338ca !important;
  color: #4338ca !important;
  background: #f8fafc !important;
}

.cognivex-elementor-root .hero-trust-bar,
.hero-trust-bar {
  max-width: 1020px !important;
  margin: 40px auto 0 !important;
  padding-top: 24px !important;
  border-top: 1px solid #e2e8f0 !important;
}

.cognivex-elementor-root .trust-bar-label,
.trust-bar-label {
  font-size: 0.75rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #64748b !important;
  margin-bottom: 14px !important;
  font-weight: 700 !important;
}

.cognivex-elementor-root .trust-badges-flex,
.trust-badges-flex {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 16px 28px !important;
}

.cognivex-elementor-root .trust-badge-item,
.trust-badge-item {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #0f172a !important;
  font-size: 0.86rem !important;
  font-weight: 600 !important;
}

.cognivex-elementor-root .trust-badge-item svg,
.trust-badge-item svg {
  width: 16px !important;
  height: 16px !important;
  color: #4338ca !important;
}

/* ==========================================================================
   METRICS SECTION
   ========================================================================== */
.cognivex-elementor-root .metrics-section,
.metrics-section {
  padding: 20px 0 60px !important;
  background: #ffffff !important;
}

.cognivex-elementor-root .metrics-grid,
.metrics-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: clamp(14px, 2vw, 22px) !important;
}

.cognivex-elementor-root .metric-card,
.metric-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  padding: 24px 20px !important;
  text-align: center !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05) !important;
  transition: all 0.2s ease !important;
}

.cognivex-elementor-root .metric-card:hover,
.metric-card:hover {
  transform: translateY(-2px) !important;
  border-color: #cbd5e1 !important;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.06) !important;
}

.cognivex-elementor-root .metric-icon-box,
.metric-icon-box {
  width: 40px !important;
  height: 40px !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 10px !important;
  color: #4338ca !important;
}

.cognivex-elementor-root .metric-number,
.metric-number {
  font-size: 2.1rem !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  line-height: 1.1 !important;
  margin-bottom: 6px !important;
  font-family: var(--cognivex-mono) !important;
}

.cognivex-elementor-root .metric-label,
.metric-label {
  font-size: 0.86rem !important;
  color: #64748b !important;
  font-weight: 500 !important;
}

/* ==========================================================================
   SERVICES SECTION
   ========================================================================== */
.cognivex-elementor-root .services-section,
.services-section {
  padding: 80px 0 !important;
  background: #f8fafc !important;
  border-top: 1px solid #e2e8f0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

.cognivex-elementor-root .section-tag,
.section-tag {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 5px 14px !important;
  background: rgba(67, 56, 202, 0.08) !important;
  border: 1px solid rgba(67, 56, 202, 0.2) !important;
  border-radius: 9999px !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  color: #4338ca !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  margin-bottom: 14px !important;
}

.cognivex-elementor-root .section-tag.emerald,
.section-tag.emerald {
  background: rgba(5, 150, 105, 0.08) !important;
  border-color: rgba(5, 150, 105, 0.25) !important;
  color: #059669 !important;
}

.cognivex-elementor-root .section-header,
.section-header {
  text-align: center !important;
  max-width: 820px !important;
  margin: 0 auto 52px !important;
}

.cognivex-elementor-root .section-title,
.section-title {
  font-size: clamp(1.85rem, 3.8vw, 2.65rem) !important;
  margin-bottom: 12px !important;
  color: #0f172a !important;
  font-weight: 700 !important;
}

.cognivex-elementor-root .section-subtitle,
.section-subtitle {
  font-size: clamp(0.98rem, 1.8vw, 1.12rem) !important;
  color: #64748b !important;
  line-height: 1.6 !important;
}

.cognivex-elementor-root .services-grid,
.services-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: clamp(18px, 2.5vw, 28px) !important;
}

.cognivex-elementor-root .service-card,
.service-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 20px !important;
  padding: 32px 28px !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  transition: all 0.2s ease !important;
}

.cognivex-elementor-root .service-card:hover,
.service-card:hover {
  transform: translateY(-3px) !important;
  border-color: #4338ca !important;
  box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.07) !important;
}

.cognivex-elementor-root .service-card.featured,
.service-card.featured {
  border: 2px solid #4338ca !important;
}

.cognivex-elementor-root .service-header,
.service-header {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  margin-bottom: 18px !important;
}

.cognivex-elementor-root .service-icon-box,
.service-icon-box {
  width: 48px !important;
  height: 48px !important;
  border-radius: 12px !important;
  background: rgba(67, 56, 202, 0.08) !important;
  border: 1px solid rgba(67, 56, 202, 0.15) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #4338ca !important;
}

.cognivex-elementor-root .service-tag-pill,
.service-tag-pill {
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  padding: 3px 9px !important;
  border-radius: 9999px !important;
  background: #f8fafc !important;
  color: #64748b !important;
}

.cognivex-elementor-root .service-title,
.service-title {
  font-size: 1.25rem !important;
  margin-bottom: 10px !important;
  color: #0f172a !important;
  font-weight: 700 !important;
}

.cognivex-elementor-root .service-desc,
.service-desc {
  font-size: 0.92rem !important;
  color: #334155 !important;
  line-height: 1.6 !important;
  margin-bottom: 20px !important;
}

.cognivex-elementor-root .service-features-list,
.service-features-list {
  list-style: none !important;
  margin: 0 0 22px 0 !important;
  padding: 0 !important;
}

.cognivex-elementor-root .service-feature-item,
.service-feature-item {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 0.88rem !important;
  color: #0f172a !important;
  margin-bottom: 8px !important;
}

.cognivex-elementor-root .service-feature-item svg,
.service-feature-item svg {
  width: 15px !important;
  height: 15px !important;
  color: #4338ca !important;
  flex-shrink: 0 !important;
}

.cognivex-elementor-root .service-footer,
.service-footer {
  padding-top: 18px !important;
  border-top: 1px solid #e2e8f0 !important;
}

.cognivex-elementor-root .service-cta-link,
.service-cta-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  color: #4338ca !important;
  text-decoration: none !important;
  min-height: 36px !important;
}

/* ==========================================================================
   CONFIGURATOR SECTION
   ========================================================================== */
.cognivex-elementor-root .configurator-section,
.configurator-section {
  padding: 80px 0 !important;
  background: #ffffff !important;
}

.cognivex-elementor-root .configurator-card,
.configurator-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 20px !important;
  padding: clamp(24px, 3.5vw, 44px) !important;
  box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.07) !important;
  display: grid !important;
  grid-template-columns: 1.15fr 1fr !important;
  gap: clamp(24px, 3.5vw, 44px) !important;
}

.cognivex-elementor-root .config-step,
.config-step {
  margin-bottom: 22px !important;
}

.cognivex-elementor-root .config-step-label,
.config-step-label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}

.cognivex-elementor-root .config-step-num,
.config-step-num {
  width: 20px !important;
  height: 20px !important;
  background: #4338ca !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
}

.cognivex-elementor-root .pill-grid,
.pill-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 8px !important;
}

.cognivex-elementor-root .pill-grid.two-col,
.pill-grid.two-col {
  grid-template-columns: repeat(2, 1fr) !important;
}

.cognivex-elementor-root .config-pill,
.config-pill {
  padding: 10px 12px !important;
  min-height: 44px !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  color: #334155 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  text-align: left !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  user-select: none !important;
}

.cognivex-elementor-root .config-pill:hover,
.config-pill:hover {
  background: #ffffff !important;
  border-color: #cbd5e1 !important;
  color: #0f172a !important;
}

.cognivex-elementor-root .config-pill.active,
.config-pill.active {
  background: rgba(67, 56, 202, 0.08) !important;
  border-color: #4338ca !important;
  color: #4338ca !important;
  box-shadow: 0 0 0 1px #4338ca !important;
}

.cognivex-elementor-root .config-pill svg,
.config-pill svg {
  width: 15px !important;
  height: 15px !important;
  color: #4338ca !important;
}

.cognivex-elementor-root .config-result-card,
.config-result-card {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  padding: clamp(20px, 2.5vw, 30px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.cognivex-elementor-root .blueprint-header,
.blueprint-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #e2e8f0 !important;
  margin-bottom: 16px !important;
}

.cognivex-elementor-root .blueprint-tag,
.blueprint-tag {
  font-family: var(--cognivex-mono) !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  color: #4338ca !important;
  background: rgba(67, 56, 202, 0.1) !important;
  padding: 3px 8px !important;
  border-radius: 6px !important;
}

.cognivex-elementor-root .blueprint-title,
.blueprint-title {
  font-size: 1.25rem !important;
  color: #0f172a !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}

.cognivex-elementor-root .blueprint-desc,
.blueprint-desc {
  font-size: 0.9rem !important;
  color: #334155 !important;
  line-height: 1.6 !important;
  margin-bottom: 18px !important;
}

.cognivex-elementor-root .blueprint-specs,
.blueprint-specs {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 10px !important;
  margin-bottom: 22px !important;
}

.cognivex-elementor-root .spec-box,
.spec-box {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  padding: 10px 12px !important;
  border-radius: 8px !important;
}

.cognivex-elementor-root .spec-title,
.spec-title {
  font-size: 0.72rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  color: #64748b !important;
  margin-bottom: 3px !important;
  font-weight: 600 !important;
}

.cognivex-elementor-root .spec-val,
.spec-val {
  font-size: 0.94rem !important;
  font-weight: 700 !important;
  color: #4338ca !important;
  font-family: var(--cognivex-mono) !important;
}

.cognivex-elementor-root .blueprint-actions,
.blueprint-actions {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

/* ==========================================================================
   4-STEP PROCESS SECTION
   ========================================================================== */
.cognivex-elementor-root .process-section,
.process-section {
  padding: 80px 0 !important;
  background: #ffffff !important;
}

.cognivex-elementor-root .process-grid,
.process-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: clamp(14px, 2vw, 22px) !important;
}

.cognivex-elementor-root .process-card,
.process-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 20px !important;
  padding: 28px 22px !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05) !important;
  transition: all 0.2s ease !important;
}

.cognivex-elementor-root .process-card-header,
.process-card-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 16px !important;
}

.cognivex-elementor-root .process-step-badge,
.process-step-badge {
  font-family: var(--cognivex-mono) !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  color: #4338ca !important;
}

.cognivex-elementor-root .process-icon-box,
.process-icon-box {
  width: 38px !important;
  height: 38px !important;
  background: rgba(67, 56, 202, 0.08) !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #4338ca !important;
}

.cognivex-elementor-root .process-card-title,
.process-card-title {
  font-size: 1.15rem !important;
  margin-bottom: 8px !important;
  color: #0f172a !important;
  font-weight: 700 !important;
}

.cognivex-elementor-root .process-card-desc,
.process-card-desc {
  font-size: 0.88rem !important;
  color: #334155 !important;
  line-height: 1.55 !important;
}

/* ==========================================================================
   SECURITY SECTION
   ========================================================================== */
.cognivex-elementor-root .security-section,
.security-section {
  padding: 80px 0 !important;
  background: #f8fafc !important;
  border-top: 1px solid #e2e8f0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

.cognivex-elementor-root .security-box,
.security-box {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 20px !important;
  padding: clamp(28px, 4vw, 44px) !important;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.06) !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: clamp(24px, 4vw, 44px) !important;
  align-items: center !important;
}

.cognivex-elementor-root .security-list,
.security-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cognivex-elementor-root .security-list-item,
.security-list-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  margin-bottom: 18px !important;
}

.cognivex-elementor-root .security-list-icon,
.security-list-icon {
  width: 22px !important;
  height: 22px !important;
  color: #059669 !important;
  flex-shrink: 0 !important;
  margin-top: 2px !important;
}

.cognivex-elementor-root .security-title,
.security-title {
  font-size: 0.98rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 3px !important;
}

.cognivex-elementor-root .security-text,
.security-text {
  font-size: 0.88rem !important;
  color: #334155 !important;
}

/* ==========================================================================
   FAQ SECTION
   ========================================================================== */
.cognivex-elementor-root .faq-section,
.faq-section {
  padding: 80px 0 !important;
  background: #ffffff !important;
}

.cognivex-elementor-root .faq-list,
.faq-list {
  max-width: 880px !important;
  margin: 0 auto !important;
}

.cognivex-elementor-root .faq-item,
.faq-item {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  margin-bottom: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05) !important;
}

.cognivex-elementor-root .faq-question,
.faq-question {
  width: 100% !important;
  padding: 18px 20px !important;
  background: transparent !important;
  border: none !important;
  color: #0f172a !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  text-align: left !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  cursor: pointer !important;
  gap: 14px !important;
}

.cognivex-elementor-root .faq-icon,
.faq-icon {
  width: 18px !important;
  height: 18px !important;
  color: #4338ca !important;
  transition: transform 0.2s ease !important;
  flex-shrink: 0 !important;
}

.cognivex-elementor-root .faq-item.active .faq-icon,
.faq-item.active .faq-icon {
  transform: rotate(180deg) !important;
}

.cognivex-elementor-root .faq-answer,
.faq-answer {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 0.3s ease !important;
}

.cognivex-elementor-root .faq-answer-inner,
.faq-answer-inner {
  padding: 0 20px 18px !important;
  color: #334155 !important;
  font-size: 0.92rem !important;
  line-height: 1.65 !important;
}

/* ==========================================================================
   CONTACT SECTION
   ========================================================================== */
.cognivex-elementor-root .contact-section,
.contact-section {
  padding: 80px 0 100px !important;
  background: #f8fafc !important;
  border-top: 1px solid #e2e8f0 !important;
}

.cognivex-elementor-root .contact-grid,
.contact-grid {
  display: grid !important;
  grid-template-columns: 1fr 1.2fr !important;
  gap: clamp(24px, 3.5vw, 44px) !important;
}

.cognivex-elementor-root .contact-info-box,
.contact-info-box {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 20px !important;
  padding: clamp(24px, 3vw, 36px) !important;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.06) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.cognivex-elementor-root .direct-email-card,
.direct-email-card {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 16px !important;
  margin: 20px 0 24px !important;
}

.cognivex-elementor-root .direct-email-header,
.direct-email-header {
  font-size: 0.75rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  color: #4338ca !important;
  margin-bottom: 6px !important;
  font-weight: 700 !important;
}

.cognivex-elementor-root .direct-email-row,
.direct-email-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.cognivex-elementor-root .direct-email-text,
.direct-email-text {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  font-family: var(--cognivex-mono) !important;
  word-break: break-all !important;
}

.cognivex-elementor-root .copy-button,
.copy-button {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  color: #4338ca !important;
  padding: 7px 14px !important;
  min-height: 36px !important;
  border-radius: 8px !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05) !important;
  transition: all 0.2s ease !important;
}

.cognivex-elementor-root .copy-button:hover,
.copy-button:hover {
  background: #4338ca !important;
  color: #ffffff !important;
  border-color: #4338ca !important;
}

/* Form */
.cognivex-elementor-root .contact-form-box,
.contact-form-box {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 20px !important;
  padding: clamp(24px, 3vw, 36px) !important;
  box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.07) !important;
}

.cognivex-elementor-root .form-group,
.form-group {
  margin-bottom: 16px !important;
}

.cognivex-elementor-root .form-row,
.form-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
}

.cognivex-elementor-root .form-label,
.form-label {
  display: block !important;
  font-size: 0.86rem !important;
  font-weight: 600 !important;
  color: #0f172a !important;
  margin-bottom: 6px !important;
}

.cognivex-elementor-root .form-input,
.cognivex-elementor-root .form-textarea,
.cognivex-elementor-root .form-select,
.form-input, .form-textarea, .form-select {
  width: 100% !important;
  padding: 12px 14px !important;
  min-height: 46px !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  color: #0f172a !important;
  font-family: var(--cognivex-font) !important;
  font-size: 16px !important;
  transition: all 0.2s ease !important;
}

.cognivex-elementor-root .form-input:focus,
.cognivex-elementor-root .form-textarea:focus,
.cognivex-elementor-root .form-select:focus,
.form-input:focus, .form-textarea:focus, .form-select:focus {
  outline: none !important;
  border-color: #4338ca !important;
  box-shadow: 0 0 0 3px rgba(67, 56, 202, 0.15) !important;
}

.cognivex-elementor-root .form-textarea,
.form-textarea {
  resize: vertical !important;
  min-height: 110px !important;
}

/* Toast */
.toast-container {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  left: 20px !important;
  max-width: 380px !important;
  margin: 0 auto !important;
  z-index: 100000 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  pointer-events: none !important;
}

.toast {
  background: #0f172a !important;
  border: 1px solid #334155 !important;
  box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.15) !important;
  padding: 12px 16px !important;
  border-radius: 12px !important;
  color: #ffffff !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  animation: slideInToast 0.3s forwards !important;
  pointer-events: auto !important;
}

.toast svg {
  width: 16px !important;
  height: 16px !important;
  color: #38bdf8 !important;
  flex-shrink: 0 !important;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.cognivex-elementor-root .site-footer,
.site-footer {
  background: #ffffff !important;
  border-top: 1px solid #e2e8f0 !important;
  padding: 50px 0 24px !important;
}

.cognivex-elementor-root .footer-top,
.footer-top {
  display: grid !important;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr !important;
  gap: clamp(24px, 3vw, 40px) !important;
  padding-bottom: 32px !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

.cognivex-elementor-root .footer-brand-summary,
.footer-brand-summary {
  font-size: 0.88rem !important;
  color: #334155 !important;
  margin: 14px 0 16px !important;
  max-width: 320px !important;
}

.cognivex-elementor-root .footer-heading,
.footer-heading {
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}

.cognivex-elementor-root .footer-links,
.footer-links {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cognivex-elementor-root .footer-link-item,
.footer-link-item {
  margin-bottom: 8px !important;
}

.cognivex-elementor-root .footer-link-item a,
.footer-link-item a {
  font-size: 0.88rem !important;
  color: #64748b !important;
  display: inline-block !important;
  padding: 2px 0 !important;
  text-decoration: none !important;
}

.cognivex-elementor-root .footer-link-item a:hover,
.footer-link-item a:hover {
  color: #4338ca !important;
}

.cognivex-elementor-root .footer-bottom,
.footer-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding-top: 20px !important;
  font-size: 0.82rem !important;
  color: #64748b !important;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (Mobile-First Protection)
   ========================================================================== */
@media (max-width: 1080px) {
  .cognivex-elementor-root .services-grid,
  .services-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Tablet & Mobile Navigation Switch */
@media (max-width: 992px) {
  .cognivex-elementor-root .desktop-nav,
  .cognivex-elementor-root .nav-links,
  .desktop-nav,
  .nav-links {
    display: none !important;
  }

  /* Hide CTA buttons on mobile — only hamburger shows */
  .cognivex-elementor-root .nav-desktop-btn,
  .nav-desktop-btn {
    display: none !important;
  }

  .cognivex-elementor-root .mobile-menu-btn,
  .mobile-menu-btn {
    display: inline-flex !important;
  }
}

@media (max-width: 1024px) {
  .cognivex-elementor-root .metrics-grid,
  .metrics-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .cognivex-elementor-root .configurator-card,
  .configurator-card {
    grid-template-columns: 1fr !important;
  }
  .cognivex-elementor-root .process-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .cognivex-elementor-root .security-box,
  .security-box {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .cognivex-elementor-root .footer-top,
  .footer-top {
    grid-template-columns: 1fr 1fr !important;
    gap: 28px !important;
  }
}

@media (max-width: 768px) {
  .cognivex-elementor-root .container,
  .container {
    padding: 0 16px !important;
  }
  
  .cognivex-elementor-root .site-header,
  .site-header {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
  }
  
  .cognivex-elementor-root .brand-logo-image,
  .brand-logo-image {
    height: 34px !important;
    max-height: 34px !important;
    max-width: 180px !important;
  }
  
  .cognivex-elementor-root .hero-section,
  .hero-section {
    padding: 85px 0 40px !important;
  }
  
  .cognivex-elementor-root .hero-cta-group,
  .hero-cta-group {
    flex-direction: column !important;
    width: 100% !important;
  }
  
  .cognivex-elementor-root .hero-cta-group .btn,
  .hero-cta-group .btn {
    width: 100% !important;
  }
  
  .cognivex-elementor-root .metrics-grid,
  .metrics-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  
  .cognivex-elementor-root .metric-card,
  .metric-card {
    padding: 18px 12px !important;
  }
  
  .cognivex-elementor-root .metric-number,
  .metric-number {
    font-size: 1.7rem !important;
  }
  
  .cognivex-elementor-root .services-grid,
  .services-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  
  .cognivex-elementor-root .pill-grid,
  .pill-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  
  .cognivex-elementor-root .pill-grid.two-col,
  .pill-grid.two-col {
    grid-template-columns: 1fr !important;
  }
  
  .cognivex-elementor-root .process-grid,
  .process-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  
  .cognivex-elementor-root .contact-grid,
  .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  
  .cognivex-elementor-root .form-row,
  .form-row {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
  
  .cognivex-elementor-root .direct-email-row,
  .direct-email-row {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  
  .cognivex-elementor-root .copy-button,
  .copy-button {
    width: 100% !important;
    justify-content: center !important;
  }
  
  .cognivex-elementor-root .footer-top,
  .footer-top {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  
  .cognivex-elementor-root .footer-bottom,
  .footer-bottom {
    flex-direction: column !important;
    gap: 8px !important;
    text-align: center !important;
  }
}

@media (max-width: 480px) {
  .cognivex-elementor-root .pill-grid,
  .pill-grid {
    grid-template-columns: 1fr !important;
  }
  .cognivex-elementor-root .blueprint-specs,
  .blueprint-specs {
    grid-template-columns: 1fr !important;
  }
  .cognivex-elementor-root .metrics-grid,
  .metrics-grid {
    grid-template-columns: 1fr !important;
  }
}

@keyframes slideInToast {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
