/* ==========================================================================
   AI BOTFLOW WHATSAPP CRM - ENTERPRISE DESIGN SYSTEM & STYLESHEET
   Aesthetics: Refined Obsidian Slate, Tech Indigo / Royal Blue, Authentic WhatsApp Green
   Typography: Outfit & Plus Jakarta Sans
   ========================================================================== */

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

:root {
  /* Color Palette - Core Backgrounds (Refined Slate & Obsidian) */
  --bg-darkest: #07090e;
  --bg-body: #090d15;
  --bg-surface: #0e1320;
  --bg-surface-glass: rgba(14, 19, 32, 0.84);
  --bg-surface-hover: rgba(22, 30, 50, 0.88);
  --bg-card: rgba(14, 19, 32, 0.88);
  --bg-card-border: rgba(255, 255, 255, 0.08);

  /* Primary Brand Accent: Refined Royal Tech Blue */
  --brand-300: #93c5fd;
  --brand-400: #60a5fa;
  --brand-500: #3b82f6;
  --brand-600: #2563eb;
  --brand-700: #1d4ed8;
  --brand-glow: rgba(37, 99, 235, 0.22);
  --brand-subtle: rgba(59, 130, 246, 0.08);
  --brand-border: rgba(59, 130, 246, 0.24);

  /* Backward Compatibility Aliases for Brand Accent */
  --purple-400: #60a5fa;
  --purple-500: #3b82f6;
  --purple-600: #2563eb;
  --purple-700: #1d4ed8;
  --purple-glow: rgba(37, 99, 235, 0.22);
  --purple-subtle: rgba(59, 130, 246, 0.08);
  --purple-border: rgba(59, 130, 246, 0.24);

  /* WhatsApp Official Green (Used strictly for authentic WhatsApp indicators) */
  --wa-green: #22c55e;
  --wa-green-hover: #16a34a;
  --emerald-400: #22c55e;
  --emerald-500: #16a34a;
  --emerald-600: #15803d;
  --emerald-glow: rgba(34, 197, 94, 0.2);
  --emerald-subtle: rgba(34, 197, 94, 0.08);
  --emerald-border: rgba(34, 197, 94, 0.22);

  /* Subtle Clean Accents */
  --cyan-400: #38bdf8;
  --cyan-500: #0284c7;
  --cyan-bright: #38bdf8;
  --cyan-subtle: rgba(56, 189, 248, 0.08);

  /* Warning / Attention Accent */
  --amber-400: #f59e0b;
  --amber-500: #d97706;
  --amber-subtle: rgba(245, 158, 11, 0.08);

  /* Text Colors */
  --text-primary: #f8fafc;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --text-dim: #475569;

  /* Gradients (Enterprise & Subtle) */
  --grad-brand: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  --grad-brand-hover: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  --grad-purple: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  --grad-purple-hover: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  --grad-cyan-emerald: linear-gradient(90deg, #38bdf8 0%, #22c55e 100%);
  --grad-glow-card: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(255, 255, 255, 0.02) 60%, rgba(34, 197, 94, 0.05));
  --grad-border-light: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02) 60%, rgba(59, 130, 246, 0.12));

  /* Typography */
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Radii & Shadows */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --radius-pill: 9999px;

  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.55);
  --shadow-glow-purple: 0 8px 30px rgba(37, 99, 235, 0.18);
  --shadow-glow-emerald: 0 8px 25px rgba(34, 197, 94, 0.15);
  --shadow-glow-btn: 0 4px 14px rgba(37, 99, 235, 0.32);

  /* Layout */
  --max-width: 1240px;
  --transition-fast: 0.18s ease;
  --transition-normal: 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---------------- Reset & Base ---------------- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: var(--font-sans);
  background-color: var(--bg-body);
  color: var(--text-primary);
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

body {
  min-height: 100vh;
  position: relative;
  overflow-x: clip;
  line-height: 1.6;
  background: var(--bg-body);
}

/* Background Atmosphere - Clean, Professional Dark Slate Vignette (No flashing neon blobs) */
.bg-ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.ambient-glow-1 {
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.09) 0%, rgba(37, 99, 235, 0) 70%);
  filter: blur(100px);
}

.ambient-glow-2 {
  position: absolute;
  top: 600px;
  right: -150px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.05) 0%, rgba(0, 0, 0, 0) 70%);
  filter: blur(120px);
}

.ambient-glow-3 {
  position: absolute;
  bottom: 5%;
  left: -100px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.04) 0%, rgba(0, 0, 0, 0) 70%);
  filter: blur(120px);
}

.ambient-grid {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(to right, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, black 45%, transparent 85%);
  -webkit-mask-image: radial-gradient(circle at center, black 45%, transparent 85%);
}

@keyframes pulseGlow {
  0% { transform: scale(1) translate(0, 0); opacity: 0.7; }
  50% { transform: scale(1.15) translate(25px, 30px); opacity: 1; }
  100% { transform: scale(0.9) translate(-20px, 15px); opacity: 0.8; }
}

/* ---------------- Layout Utilities ---------------- */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  z-index: 1;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-tight {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* ---------------- Typography ---------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.text-gradient-brand,
.text-gradient-purple {
  color: #60a5fa;
  background: linear-gradient(135deg, #93c5fd 0%, #3b82f6 50%, #2563eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-emerald {
  color: #34d399;
  background: linear-gradient(135deg, #86efac 0%, #22c55e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-silver,
.text-gradient-white {
  background: linear-gradient(180deg, #ffffff 15%, #94a3b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-emerald { color: #22c55e; }
.text-purple { color: #60a5fa; }
.text-brand { color: #3b82f6; }

/* ---------------- Buttons ---------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 26px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: var(--radius-md);
  text-decoration: none;
  cursor: pointer;
  transition: all var(--transition-normal);
  border: 1px solid transparent;
  font-family: var(--font-sans);
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.32);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.45);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-primary);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.btn-sm {
  padding: 8px 18px;
  font-size: 0.875rem;
  border-radius: var(--radius-sm);
}

.btn-lg {
  padding: 15px 32px;
  font-size: 1.02rem;
  border-radius: var(--radius-md);
}

.btn-emerald {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 14px rgba(34, 197, 94, 0.3);
}

.btn-emerald:hover {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(34, 197, 94, 0.4);
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff !important;
  font-weight: 600;
  border-radius: var(--radius-md);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.32);
  transition: all var(--transition-normal);
  cursor: pointer;
  white-space: nowrap;
}
.btn-cta:hover {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.45);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #e2e8f0 !important;
  font-weight: 600;
  border-radius: var(--radius-md);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  transition: all var(--transition-normal);
  cursor: pointer;
  white-space: nowrap;
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.glow-sphere {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(60px);
  z-index: 0;
}

/* ---------------- Badges & Pills ---------------- */
.pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #e2e8f0;
}

.pill-purple {
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.22);
  color: #93c5fd;
  box-shadow: none;
}

.pill-emerald {
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(34, 197, 94, 0.22);
  color: #86efac;
}

.pill-amber {
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.22);
  color: #fde68a;
}

.pill-cyan {
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.22);
  color: #93c5fd;
}

/* ---------------- Glass Cards ---------------- */
.glass-card {
  background: var(--bg-surface-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--bg-card-border);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  transition: all var(--transition-normal);
}

.glass-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02) 60%, rgba(59, 130, 246, 0.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.glass-card:hover {
  border-color: rgba(59, 130, 246, 0.28);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md), 0 0 25px rgba(37, 99, 235, 0.08);
}

/* ==========================================================================
   TOP ANNOUNCEMENT RIBBON (NEW LAUNCH BANNER - 1 SINGLE LINE ACROSS ALL DEVICES)
   ========================================================================== */
.top-announcement-bar {
  background: linear-gradient(90deg, rgba(8, 12, 20, 0.98) 0%, rgba(16, 185, 129, 0.16) 30%, rgba(139, 92, 246, 0.16) 70%, rgba(8, 12, 20, 0.98) 100%);
  border-bottom: 1px solid rgba(16, 185, 129, 0.22);
  box-shadow: 0 2px 14px rgba(16, 185, 129, 0.08);
  padding: 8px 16px;
  position: relative;
  z-index: 1002;
  font-family: var(--font-sans);
  overflow: hidden;
}

.announcement-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}

.announcement-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #10b981;
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 9999px;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.45);
  line-height: 1;
  flex-shrink: 0;
}

.announcement-badge .badge-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 4px #ffffff;
  animation: badgeDotPulse 1.8s ease-in-out infinite;
}

@keyframes badgeDotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.8); }
}

.announcement-text {
  color: #f1f5f9;
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.announcement-text .text-desktop {
  display: inline;
}

.announcement-text .text-mobile {
  display: none;
}

.announcement-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #34d399;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
  white-space: nowrap !important;
  flex-shrink: 0;
}

.announcement-link .link-text-desktop {
  display: inline;
}

.announcement-link .link-text-mobile {
  display: none;
}

.announcement-link i {
  font-size: 0.72rem;
  transition: transform 0.2s ease;
}

.announcement-link:hover {
  color: #10b981;
}

.announcement-link:hover i {
  transform: translateX(3px);
}

/* ==========================================================================
   NAVIGATION BAR (MODERN ENTERPRISE SAAS DESIGN)
   ========================================================================== */
.om-header-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(8, 12, 20, 0.90);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.om-header-wrap.scrolled {
  background: rgba(8, 12, 20, 0.96);
  border-bottom-color: rgba(59, 130, 246, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.om-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* Brand Logotype */
.om-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  flex-shrink: 0;
}

.om-brand img {
  height: 28px;
  width: 28px;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.om-brand:hover img {
  transform: scale(1.05);
}

.om-brand-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.015em;
  display: flex;
  align-items: center;
  gap: 7px;
}

.om-brand-badge {
  font-size: 0.58rem;
  font-weight: 750;
  color: #93c5fd;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.25);
  padding: 1.5px 5.5px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Navigation Menu */
.om-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 68px;
}

.om-drop {
  position: relative;
  height: 68px;
  display: flex;
  align-items: center;
}

/* Invisible bridge so mouse hover doesn't break between link and panel */
.om-drop::after {
  content: '';
  position: absolute;
  top: 56px;
  left: -6px;
  right: -6px;
  height: 20px;
}

.om-nav-link,
.om-drop-trigger {
  font-size: 0.88rem;
  font-weight: 500;
  color: #94a3b8;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 8px;
  text-decoration: none;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.18s ease;
}

.om-nav-link:hover,
.om-drop:hover > .om-drop-trigger {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
}

.om-drop-trigger .fa-chevron-down {
  font-size: 9px;
  color: #64748b;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), color 0.15s ease;
}

.om-drop:hover .fa-chevron-down {
  transform: rotate(180deg);
  color: #60a5fa;
}

/* Dropdown Menu Cards */
.om-panel {
  position: absolute;
  top: 64px;
  left: 0;
  background: rgba(13, 18, 30, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  padding: 10px;
  display: grid;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.2s;
  z-index: 120;
}

.om-panel-wide {
  width: 350px;
}

.om-panel-md {
  width: 280px;
}

.om-panel-sm {
  width: 230px;
}

.om-panel-resource {
  width: 245px;
  background: #0e1526;
  border: 1px solid #1e293b;
  border-radius: 12px;
  box-shadow: 0 20px 45px -10px rgba(0,0,0,.65);
  padding: 8px;
}

.om-panel-partner {
  width: 210px;
  background: #0e1526;
  border: 1px solid #1e293b;
  border-radius: 12px;
  box-shadow: 0 20px 45px -10px rgba(0,0,0,.65);
  padding: 8px;
}

.om-panel-agents {
  width: 240px;
  background: #0e1526;
  border: 1px solid #1e293b;
  border-radius: 12px;
  box-shadow: 0 20px 45px -10px rgba(0,0,0,.65);
  padding: 8px;
}

.om-sub-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #cbd5e1;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.om-sub-link i {
  color: #94a3b8;
  width: 16px;
  font-size: 14px;
  transition: color 0.15s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.om-sub-link:hover {
  background: rgba(59, 130, 246, 0.12);
  color: #ffffff;
}

.om-sub-link:hover i {
  color: #60a5fa;
}

.om-drop:hover .om-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.om-panel-header {
  padding: 6px 12px 4px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.om-panel-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: background 0.16s ease, transform 0.16s ease;
  border: 1px solid transparent;
}

.om-panel-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.06);
  transform: translateX(3px);
}

.om-panel-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
}

.om-panel-title {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

.om-panel-desc {
  margin: 2px 0 0;
  font-size: 0.75rem;
  color: #94a3b8;
  line-height: 1.4;
}

.om-panel-footer {
  margin-top: 4px;
  padding: 8px 12px;
  background: rgba(59, 130, 246, 0.08);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #93c5fd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.om-panel-footer:hover {
  background: rgba(59, 130, 246, 0.16);
  color: #ffffff;
}

/* Header Actions (Desktop + Mobile) */
.om-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.om-btn-login {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 600;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.om-btn-login:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  transform: translateY(-1px);
}

.om-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.32);
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.om-btn-primary:hover {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.45);
  transform: translateY(-1px);
}

/* Burger Button */
.om-burger {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e2e8f0;
  font-size: 18px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.om-burger:hover,
.om-burger:active {
  background: rgba(59, 130, 246, 0.15);
  border-color: rgba(59, 130, 246, 0.35);
  color: #ffffff;
}

/* Mobile Drawer Overlay */
#omMobileDrawer {
  display: none;
  position: fixed;
  top: var(--site-header-height, 98px);
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100vh - var(--site-header-height, 98px));
  height: calc(100dvh - var(--site-header-height, 98px));
  background: rgba(8, 12, 20, 0.98);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.9);
  padding: 20px 18px 40px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
  gap: 18px;
  z-index: 9999;
}

#omMobileDrawer.active {
  display: flex !important;
  animation: omDrawerIn 0.22s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes omDrawerIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mob-group-title {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  margin-bottom: 8px;
  padding-left: 4px;
}

.mob-platform-chips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 4px;
}

.mob-platform-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 6px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  text-decoration: none;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 600;
  transition: all 0.15s ease;
  text-align: center;
}

.mob-platform-chip:active {
  background: rgba(59, 130, 246, 0.18);
  border-color: rgba(59, 130, 246, 0.4);
  transform: scale(0.98);
}

.mob-platform-chip i {
  font-size: 18px;
}

.mob-links-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.om-mob-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 0.94rem;
  font-weight: 500;
  color: #cbd5e1;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  transition: all 0.15s ease;
}

.om-mob-link:active {
  background: rgba(59, 130, 246, 0.15);
  border-color: rgba(59, 130, 246, 0.35);
  color: #ffffff;
}

.om-mob-link i {
  color: #64748b;
  font-size: 11px;
}

.mob-helpline-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(34, 197, 94, 0.25);
  text-decoration: none;
  color: #e2e8f0;
}

.mob-helpline-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mob-helpline-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #22c55e;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.mob-actions {
  display: grid;
  gap: 10px;
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mob-actions .om-btn-login,
.mob-actions .om-btn-primary {
  justify-content: center;
  padding: 13px 20px;
  font-size: 0.95rem;
  border-radius: 12px;
}

@media (max-width: 1024px) {
  .om-header-inner {
    height: 60px;
    padding: 0 16px;
  }
  .om-nav,
  .om-btn-desktop-only {
    display: none !important;
  }
  .om-header-actions {
    gap: 8px;
  }
  .om-header-login {
    display: inline-flex !important;
    padding: 6px 13px !important;
    font-size: 0.8rem !important;
    gap: 6px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
  }
  .om-burger {
    display: flex !important;
    width: 38px !important;
    height: 38px !important;
    font-size: 16px !important;
    border-radius: 9px !important;
  }
}

/* ==========================================================================
   HERO SECTION (FAITHFUL TO SCREENSHOT)
   ========================================================================== */
.hero-section {
  padding-top: 60px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.hero-backdrop-glow {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 68%;
  max-width: 980px;
  height: 120%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.42;
  mix-blend-mode: screen;
  mask-image: radial-gradient(ellipse 75% 70% at 65% 45%, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 75% 70% at 65% 45%, black 30%, transparent 75%);
  transition: opacity 0.5s ease;
}

.hero-backdrop-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: saturate(1.2) brightness(1.05);
}

.hero-backdrop-mask {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 35% 50%, rgba(6, 7, 11, 0.45) 0%, rgba(6, 7, 11, 0.95) 85%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-badge-wrap {
  margin-bottom: 24px;
}

.hero-title {
  font-size: clamp(2.1rem, 3.8vw, 3.15rem);
  line-height: 1.15;
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hero-subtitle {
  font-size: 1.05rem;
  line-height: 1.62;
  color: var(--text-secondary);
  margin-bottom: 34px;
  max-width: 540px;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.hero-guarantee {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.guarantee-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.guarantee-item svg {
  color: var(--emerald-400);
}

/* --- HERO VISUAL / CHAT THREAD CARD (SCREENSHOT REPLICA) --- */
.hero-visual {
  position: relative;
}

.hero-card-glow {
  position: absolute;
  inset: -2px;
  background: radial-gradient(circle at top right, rgba(59, 130, 246, 0.15) 0%, transparent 60%);
  border-radius: var(--radius-xl);
  filter: blur(16px);
  opacity: 0.5;
  z-index: 0;
}

.hero-chat-card {
  position: relative;
  z-index: 1;
  background: rgba(14, 19, 32, 0.94);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  padding: 24px;
  box-shadow: var(--shadow-lg), 0 10px 40px rgba(0, 0, 0, 0.5);
}

.chat-card-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 20px;
}

.topbar-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wa-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #128c7e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  box-shadow: 0 2px 10px rgba(18, 140, 126, 0.35);
}

.thread-info {
  display: flex;
  flex-direction: column;
}

.thread-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 6px;
}

.thread-title span {
  font-weight: 400;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.thread-status {
  font-size: 0.78rem;
  color: var(--emerald-400);
  display: flex;
  align-items: center;
  gap: 6px;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--emerald-400);
  box-shadow: 0 0 8px var(--emerald-400);
  animation: blinkDot 2s infinite;
}

@keyframes blinkDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

.lead-badge {
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.22);
  color: #93c5fd;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Chat Messages Stack */
.chat-conversation {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 22px;
}

.chat-bubble {
  max-width: 90%;
  padding: 14px 18px;
  border-radius: var(--radius-md);
  font-size: 0.92rem;
  line-height: 1.5;
  position: relative;
}

.chat-bubble.customer {
  align-self: flex-start;
  background: rgba(30, 35, 48, 0.9);
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top-left-radius: 4px;
}

.bubble-meta {
  display: flex;
  justify-content: flex-end;
  font-size: 0.7rem;
  color: var(--text-muted);
  margin-top: 6px;
}

.chat-bubble.agent-ai {
  align-self: flex-end;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  color: #ffffff;
  border: 1px solid rgba(59, 130, 246, 0.3);
  border-top-right-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.agent-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 700;
  color: #93c5fd;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

.agent-header-row span {
  color: #86efac;
  font-weight: 600;
}

.agent-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 6px;
}

/* Chat Footer Pills */
.chat-pills-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 20px;
}

.chat-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.76rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
}

.chat-pill.purple {
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.22);
  color: #93c5fd;
}

.chat-pill.blue {
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.3);
  color: #93c5fd;
}

.chat-pill.green {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #6ee7b7;
}

/* 3-Col Key Metrics Strip (from screenshot) */
.metrics-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  background: rgba(8, 10, 16, 0.85);
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}

.metric-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.metric-val {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}

.metric-val.emerald {
  color: var(--emerald-400);
}

.metric-label {
  font-size: 0.74rem;
  color: var(--text-secondary);
  margin-top: 2px;
}

/* Social Proof Bar below metrics (from screenshot) */
.hero-social-proof {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding: 0 4px;
  font-size: 0.82rem;
  color: var(--text-secondary);
  flex-wrap: wrap;
  gap: 12px;
}

.proof-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.avatar-stack {
  display: flex;
  align-items: center;
}

.avatar-dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-left: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: white;
  border: 2px solid var(--bg-surface);
}

.avatar-dot:first-child {
  margin-left: 0;
}

.avatar-dot.a1 { background: #2563eb; }
.avatar-dot.a2 { background: #0284c7; }
.avatar-dot.a3 { background: #16a34a; }
.avatar-dot.a4 { background: #d97706; }

.star-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #f59e0b;
}

.proof-right {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #94a3b8;
}

.proof-right svg {
  color: var(--emerald-400);
}

/* ==========================================================================
   OFFICIAL META PARTNERSHIP BANNER
   ========================================================================== */
.meta-banner-section {
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(12, 15, 24, 0.5);
}

.meta-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.meta-badge-text {
  display: flex;
  align-items: center;
  gap: 16px;
}

.meta-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.2), rgba(18, 140, 126, 0.4));
  border: 1px solid rgba(37, 211, 102, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #25d366;
}

.meta-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}

.meta-desc {
  font-size: 0.85rem;
  color: var(--text-secondary);
}

.partner-logos-row {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.partner-logo-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: color var(--transition-fast);
}

.partner-logo-item:hover {
  color: #ffffff;
}

.partner-logo-item svg {
  width: 20px;
  height: 20px;
}

/* ==========================================================================
   FEATURE PILLARS (CORE CAPABILITIES FROM KNOWLEDGE BASE)
   ========================================================================== */
.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px auto;
}

.section-tag {
  margin-bottom: 16px;
}

.section-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 16px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 0.98rem;
  color: var(--text-secondary);
  line-height: 1.6;
  max-width: 660px;
  margin: 0 auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.feature-card {
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
}

.feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  font-size: 1.35rem;
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.2);
  color: #60a5fa;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  transition: all var(--transition-normal);
}

.feature-card:hover .feature-icon {
  background: rgba(59, 130, 246, 0.15);
  border-color: rgba(59, 130, 246, 0.35);
  color: #93c5fd;
  transform: translateY(-2px);
}

.feature-icon.purple,
.feature-icon.emerald,
.feature-icon.cyan,
.feature-icon.amber {
  background: rgba(59, 130, 246, 0.08);
  border-color: rgba(59, 130, 246, 0.2);
  color: #60a5fa;
}

.feature-title {
  font-size: 1.18rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.feature-desc {
  font-size: 0.88rem;
  color: var(--text-secondary);
  margin-bottom: 20px;
  line-height: 1.55;
  flex-grow: 1;
}

.feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 18px;
}

.feature-list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.86rem;
  color: var(--text-secondary);
}

.feature-list-item svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--emerald-400);
}

/* ==========================================================================
   INTERACTIVE PRODUCT WORKBENCH (TABBED SHOWCASE)
   ========================================================================== */
.tabs-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tab-btn {
  background: rgba(18, 22, 34, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-secondary);
  padding: 12px 22px;
  border-radius: var(--radius-pill);
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all var(--transition-normal);
  font-family: var(--font-sans);
}

.tab-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.tab-btn.active {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  border-color: rgba(59, 130, 246, 0.5);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.workbench-card {
  padding: 36px;
  border-radius: var(--radius-xl);
  background: rgba(12, 16, 26, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-lg), 0 16px 50px rgba(0, 0, 0, 0.5);
}

.workbench-panel {
  display: none;
  grid-template-columns: 1fr 1.25fr;
  gap: 50px;
  align-items: center;
}

.workbench-panel.active {
  display: grid;
  animation: fadeIn 0.4s ease-out;
}

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

.panel-content h3 {
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.panel-content p {
  color: var(--text-secondary);
  font-size: 0.94rem;
  line-height: 1.6;
  margin-bottom: 22px;
}

.panel-feature-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 26px;
}

.bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #e2e8f0;
}

.bullet-icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: rgba(16, 185, 129, 0.15);
  color: var(--emerald-400);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Workbench Simulated UI Mockup */
.ui-mock-frame {
  background: #080a10;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.mock-titlebar {
  background: rgba(255, 255, 255, 0.03);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

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

.mock-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
}

.mock-badge {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-muted);
}

.mock-inner-body {
  padding: 24px;
}

/* Broadcast Wizard Preview in Workbench */
.wizard-steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.wizard-step {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 6px;
}

.wizard-step.active {
  color: var(--purple-500);
}

.wizard-step.completed {
  color: var(--emerald-400);
}

.upload-dropzone {
  border: 2px dashed rgba(59, 130, 246, 0.35);
  background: rgba(59, 130, 246, 0.04);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
  margin-bottom: 18px;
}

.upload-icon {
  font-size: 2rem;
  color: var(--brand-500);
  margin-bottom: 8px;
}

.upload-text {
  font-size: 0.88rem;
  font-weight: 600;
  color: #ffffff;
}

.upload-sub {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.variable-map-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
}

.variable-map-table th {
  text-align: left;
  padding: 8px;
  color: var(--text-muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.variable-map-table td {
  padding: 8px;
  color: #e2e8f0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.var-tag {
  background: rgba(59, 130, 246, 0.12);
  color: #93c5fd;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: monospace;
}

/* Flow Builder Mockup */
.flow-diagram {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}

.flow-node {
  background: rgba(26, 32, 48, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flow-node.trigger {
  border-color: rgba(16, 185, 129, 0.4);
  background: rgba(16, 185, 129, 0.08);
}

.flow-node.message {
  border-color: rgba(59, 130, 246, 0.35);
}

.flow-connector {
  width: 2px;
  height: 16px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto;
}

/* Kanban Deals Mockup */
.kanban-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.kanban-col {
  background: rgba(18, 22, 34, 0.6);
  border-radius: var(--radius-sm);
  padding: 12px;
}

.col-header {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-secondary);
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.deal-card {
  background: rgba(30, 36, 52, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 8px;
}

.deal-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: #ffffff;
}

.deal-amount {
  font-size: 0.78rem;
  color: var(--emerald-400);
  font-weight: 700;
  margin-top: 4px;
}

/* ==========================================================================
   LIVE CHAT SIMULATOR STYLES
   ========================================================================== */
.sim-prompt-btn {
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.22);
  color: #93c5fd;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: all var(--transition-fast);
  font-family: var(--font-sans);
}

.sim-prompt-btn:hover {
  background: rgba(59, 130, 246, 0.18);
  border-color: rgba(59, 130, 246, 0.4);
  color: #ffffff;
  transform: translateY(-1px);
}

/* ==========================================================================
   COMPARISON MATRIX (AI BOTFLOW VS LEGACY TOOLS)
   ========================================================================== */
.comparison-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(12, 16, 25, 0.88);
  backdrop-filter: blur(20px);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.comparison-table th, 
.comparison-table td {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.comparison-table th {
  background: rgba(255, 255, 255, 0.02);
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.comparison-table th.highlight-col,
.comparison-table td.highlight-col {
  background: rgba(59, 130, 246, 0.05);
  border-left: 1px solid rgba(59, 130, 246, 0.2);
  border-right: 1px solid rgba(59, 130, 246, 0.2);
}

.comparison-table th.highlight-col {
  color: #ffffff;
}

.comp-feature-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
  display: block;
  margin-bottom: 2px;
}

.comp-feature-desc {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.45;
}

.status-badge-positive {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--emerald-400);
  font-weight: 600;
  font-size: 0.85rem;
}

.status-badge-negative {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f87171;
  font-size: 0.85rem;
}

/* ==========================================================================
   PRICING PLANS (FROM 23-settings-billing.md)
   ========================================================================== */
.pricing-toggle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 50px;
}

.toggle-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-secondary);
  cursor: pointer;
}

.toggle-label.active {
  color: #ffffff;
}

.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 28px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.15);
  transition: 0.3s;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

input:checked + .slider {
  background: var(--grad-purple);
}

input:checked + .slider:before {
  transform: translateX(24px);
}

.save-badge {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.25);
  color: #86efac;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
  max-width: 1160px;
  margin: 0 auto;
  padding-top: 20px;
}

.pricing-card {
  padding: 34px 22px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  background: rgba(14, 19, 32, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  overflow: visible !important;
  transition: all var(--transition-normal);
}

.pricing-card:hover {
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
}

.pricing-card.featured {
  background: rgba(16, 21, 35, 0.98);
  border-color: rgba(59, 130, 246, 0.45);
  box-shadow: 0 8px 30px rgba(37, 99, 235, 0.15), 0 0 0 1px rgba(59, 130, 246, 0.3);
  transform: scale(1.02);
  overflow: visible !important;
  z-index: 2;
}

.featured-pill {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 5px 16px;
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
  white-space: nowrap;
  z-index: 25;
  line-height: 1.1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.plan-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.plan-name {
  font-size: 1.22rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.plan-desc {
  font-size: 0.86rem;
  color: var(--text-secondary);
  margin-bottom: 20px;
  min-height: 38px;
  line-height: 1.5;
}

.plan-price-row {
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin-bottom: 4px;
}

.currency {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-secondary);
}

.amount {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.03em;
}

.period {
  font-size: 0.88rem;
  color: var(--text-muted);
  font-weight: 500;
  margin-left: 2px;
}

.plan-annual-sub {
  font-size: 0.8rem;
  color: #93c5fd;
  font-weight: 500;
  margin-bottom: 20px;
}

/* Quota Box matching user screenshot */
.plan-quota-box {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.quota-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.84rem;
}

.quota-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-secondary);
  font-size: 0.84rem;
}

.quota-label svg {
  color: var(--purple-400);
  flex-shrink: 0;
}

.quota-value {
  font-weight: 700;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.88rem;
}

.plan-features-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 26px;
  flex-grow: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 16px;
}

.plan-feat-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.82rem;
  color: #cbd5e1;
  line-height: 1.4;
}

.plan-feat-item svg {
  color: var(--emerald-400);
  flex-shrink: 0;
  margin-top: 2px;
}

.pricing-footer-notes {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: var(--text-muted);
  font-size: 0.88rem;
  flex-wrap: wrap;
}

.pricing-note-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pricing-note-item svg {
  color: var(--emerald-400);
}

/* ==========================================================================
   FAQ ACCORDION (FROM 24-faq-help.md)
   ========================================================================== */
.faq-wrap {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: rgba(13, 17, 26, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all var(--transition-normal);
}

.faq-item:hover {
  border-color: rgba(59, 130, 246, 0.35);
}

.faq-question {
  padding: 22px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 600;
  color: #ffffff;
  user-select: none;
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--transition-normal);
  color: var(--text-secondary);
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
  background: var(--grad-purple);
  color: white;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0, 1, 0, 1);
  padding: 0 26px;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.65;
}

.faq-item.active .faq-answer {
  max-height: 400px;
  padding-bottom: 24px;
  transition: max-height 0.4s ease-in-out;
}

/* ==========================================================================
   FINAL CONVERSION CTA BANNER
   ========================================================================== */
.final-cta-section {
  padding: 90px 0 120px 0;
}

.final-cta-card {
  border-radius: var(--radius-xl);
  padding: 70px 40px;
  text-align: center;
  background: 
    radial-gradient(circle at top right, rgba(16, 185, 129, 0.16) 0%, transparent 50%),
    radial-gradient(circle at top left, rgba(139, 92, 246, 0.18) 0%, transparent 55%),
    rgba(10, 14, 24, 0.94);
  border: 1px solid rgba(16, 185, 129, 0.28);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), 0 0 40px rgba(16, 185, 129, 0.08);
  position: relative;
  overflow: hidden;
}

.final-cta-bg-art {
  position: absolute;
  inset: 0;
  background: url('assets/hero_growth_bg.jpg') center/cover no-repeat;
  opacity: 0.22;
  mix-blend-mode: screen;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  z-index: 0;
}

.final-cta-title,
.final-cta-desc,
.final-cta-btns,
.support-direct-link {
  position: relative;
  z-index: 1;
}

.final-cta-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.6), transparent);
}

.final-cta-title {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.025em;
  margin-bottom: 18px;
}

.final-cta-desc {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
  max-width: 580px;
  margin: 0 auto 34px auto;
}

.final-cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.support-direct-link {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.support-direct-link a {
  color: var(--emerald-400);
  text-decoration: none;
  font-weight: 600;
}

.support-direct-link a:hover {
  text-decoration: underline;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: #040508;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 80px 0 40px 0;
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 50px;
  margin-bottom: 60px;
}

/* Footer Brand & Logotype */
.footer-brand,
.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  margin-bottom: 12px;
}

.footer-brand img,
.brand-logo img {
  height: 26px;
  width: 26px;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}

.footer-brand .brand-name,
.brand-logo .brand-name,
.footer-brand-title {
  font-family: var(--font-heading);
  font-size: 1.02rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.015em;
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-brand .brand-sub,
.brand-sub,
.footer-badge {
  font-size: 0.58rem;
  font-weight: 750;
  color: #93c5fd;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.25);
  padding: 1.5px 5.5px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-brand-col p {
  color: var(--text-secondary);
  font-size: 0.92rem;
  margin: 14px 0 22px 0;
  max-width: 340px;
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--text-secondary);
}

.footer-contact-info a {
  color: #cbd5e1;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color var(--transition-fast);
}

.footer-contact-info a:hover {
  color: var(--purple-500);
}

.footer-col-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color var(--transition-fast);
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.85rem;
  color: var(--text-muted);
  flex-wrap: wrap;
  gap: 16px;
}

.bottom-badges {
  display: flex;
  align-items: center;
  gap: 20px;
}

.bottom-badge {
  display: flex;
  align-items: center;
  gap: 6px;
}

.bottom-badge svg {
  color: var(--emerald-400);
}

/* Dashboard KPI grid desktop baseline */
.dash-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* Comparison Table Scroll Hint */
.table-scroll-hint {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #93c5fd;
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.22);
  border-radius: var(--radius-pill);
  padding: 6px 14px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
   MOBILE & RESPONSIVE STYLES (PROFESSIONAL MULTI-TIER SYSTEM)
   ========================================================================== */

/* --- 1. Laptops & Small Desktops (<= 1200px) --- */
@media (max-width: 1200px) {
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1040px;
  }
  .pricing-card {
    padding: 26px 18px;
  }
  .plan-name {
    font-size: 1.25rem;
  }
  .plan-price-row .amount {
    font-size: 2.1rem;
  }
}

/* --- 2. Tablets & Small Desktops (<= 1024px) --- */
@media (max-width: 1024px) {
  .om-nav, .om-cta {
    display: none !important;
  }
  .om-burger {
    display: flex !important;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-content {
    align-items: flex-start;
    max-width: 100%;
  }
  .hero-subtitle {
    max-width: 100%;
  }

  .dash-kpi-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .workbench-panel {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    margin: 0 auto;
    gap: 16px;
    padding-top: 18px;
  }
  .pricing-card.featured {
    transform: none;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
}

/* --- 3. Mobile Landscape & Tablets (<= 768px) --- */
@media (max-width: 768px) {
  /* Global page hygiene - clip horizontal overflow while preserving position: sticky */
  html, body {
    overflow-x: clip;
    width: 100%;
    max-width: 100%;
  }

  /* Header Mobile Optimization - Guaranteed Sticky */
  .om-header-wrap {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
    background: rgba(6, 7, 11, 0.98) !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
  }
  .om-header-inner {
    height: 56px !important;
    padding: 0 14px !important;
  }
  .om-brand {
    gap: 6px !important;
  }
  .om-brand img {
    height: 22px !important;
    width: 22px !important;
  }
  .om-brand-title {
    font-size: 0.90rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.015em !important;
  }
  .om-brand-badge {
    font-size: 0.52rem !important;
    padding: 1px 4px !important;
    border-radius: 3px !important;
  }
  .om-header-actions {
    gap: 8px !important;
  }
  .om-header-login {
    padding: 5px 11px !important;
    font-size: 0.76rem !important;
  }
  .om-burger {
    width: 36px !important;
    height: 36px !important;
    font-size: 15px !important;
  }
  .top-announcement-bar {
    padding: 6px 10px;
  }
  .announcement-inner {
    gap: 6px 8px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
  }
  .announcement-badge {
    font-size: 0.58rem;
    padding: 2px 6px;
    letter-spacing: 0.04em;
    flex-shrink: 0;
  }
  .announcement-text {
    font-size: 0.74rem;
    line-height: 1.2;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .announcement-text .text-desktop {
    display: none !important;
  }
  .announcement-text .text-mobile {
    display: inline !important;
  }
  .announcement-link {
    font-size: 0.74rem;
    white-space: nowrap !important;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    flex-shrink: 0;
  }
  .announcement-link .link-text-desktop {
    display: none !important;
  }
  .announcement-link .link-text-mobile {
    display: inline !important;
  }
  #omMobileDrawer {
    top: var(--site-header-height, 92px) !important;
    height: calc(100vh - var(--site-header-height, 92px)) !important;
    height: calc(100dvh - var(--site-header-height, 92px)) !important;
    padding: 16px 14px 36px !important;
  }

  /* Section Spacing */
  .section {
    padding: 60px 0;
  }
  .section-header {
    margin-bottom: 34px;
  }

  /* Fluid Headings */
  .hero-title {
    font-size: clamp(1.95rem, 6vw, 2.5rem);
    line-height: 1.16;
  }
  .hero-subtitle {
    font-size: 0.96rem;
    line-height: 1.55;
    margin-bottom: 24px;
  }
  .section-title {
    font-size: clamp(1.6rem, 5vw, 2.1rem);
    line-height: 1.22;
  }
  .section-subtitle {
    font-size: 0.92rem;
    line-height: 1.55;
  }
  .final-cta-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    line-height: 1.25;
  }

  /* Hero Section */
  .hero-section {
    padding-top: 28px !important;
    padding-bottom: 36px !important;
  }
  .hero-backdrop-glow {
    width: 100% !important;
    right: 0 !important;
    top: -20px !important;
    height: 100% !important;
    opacity: 0.25 !important;
    mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, black 20%, transparent 80%) !important;
    -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, black 20%, transparent 80%) !important;
  }
  .hero-badge-wrap {
    margin-bottom: 14px !important;
  }
  .hero-cta-group {
    flex-direction: column;
    width: 100%;
    gap: 12px;
    margin-bottom: 28px;
  }
  .hero-cta-group .btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    font-size: 1rem;
  }
  .hero-guarantee {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.82rem;
  }

  /* Hero Chat Visual Card */
  .hero-visual {
    width: 100%;
    max-width: 100%;
  }
  .hero-chat-card {
    padding: 18px 16px;
    border-radius: 20px;
  }
  .chat-card-topbar {
    padding-bottom: 12px;
    margin-bottom: 14px;
  }
  .lead-badge {
    font-size: 0.72rem;
    padding: 3px 8px;
  }
  .chat-bubble {
    font-size: 0.84rem;
    padding: 12px 14px;
    max-width: 95%;
  }
  .metrics-strip {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 12px 8px;
  }
  .metric-val {
    font-size: 1.2rem;
  }
  .metric-label {
    font-size: 0.68rem;
  }
  .hero-social-proof {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 14px;
  }

  /* Meta Banner */
  .meta-banner-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .partner-logos-row {
    flex-wrap: wrap;
    gap: 16px;
  }

  /* Core Features */
  .features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .feature-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  /* Product Workbench Tabs (Horizontally Swipeable on Mobile) */
  .tabs-control {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 4px 4px 12px;
    gap: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .tabs-control::-webkit-scrollbar {
    display: none;
  }
  .tab-btn {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 10px 16px;
    font-size: 0.85rem;
    border-radius: 999px;
  }
  .workbench-card {
    padding: 20px 16px;
    border-radius: 18px;
  }
  .panel-content h3 {
    font-size: 1.45rem;
  }
  .panel-content p {
    font-size: 0.92rem;
  }
  .panel-content .btn {
    width: 100%;
    justify-content: center;
  }
  .ui-mock-frame {
    border-radius: 14px;
  }

  /* Live Chat Simulator */
  #simulator .glass-card {
    padding: 18px 14px;
    border-radius: 18px;
  }
  .sim-prompt-btn {
    font-size: 0.74rem;
    padding: 6px 10px;
  }
  #simCustomInput {
    font-size: 0.88rem;
    padding: 10px 12px !important;
  }

  /* Comparison Matrix */
  .table-scroll-hint {
    display: inline-flex;
  }
  .comparison-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 16px;
  }
  .comparison-table {
    min-width: 620px;
  }
  .comparison-table th, 
  .comparison-table td {
    padding: 13px 14px;
    font-size: 0.85rem;
  }

  /* Pricing Grid */
  .pricing-toggle-wrap {
    margin-bottom: 28px;
    gap: 12px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
    gap: 28px;
    padding-top: 16px;
  }
  .pricing-card {
    padding: 28px 20px 24px;
    border-radius: 20px;
    overflow: visible !important;
  }
  .pricing-card.featured {
    transform: none !important;
    overflow: visible !important;
  }
  .plan-desc {
    min-height: auto;
    margin-bottom: 16px;
  }
  .pricing-card .btn {
    padding: 13px 20px;
    font-size: 0.95rem;
    font-weight: 700;
    width: 100%;
  }

  /* FAQ Accordion */
  .faq-question {
    padding: 15px 16px;
    font-size: 0.92rem;
  }
  .faq-answer {
    padding: 0 16px 15px;
    font-size: 0.88rem;
  }

  /* Final CTA */
  .final-cta-card {
    padding: 32px 18px;
    border-radius: 20px;
  }
  .final-cta-btns {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .final-cta-btns .btn {
    width: 100%;
    justify-content: center;
  }
  .support-direct-link {
    font-size: 0.85rem;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .bottom-badges {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.78rem;
  }
}

/* --- 4. Micro Phones (<= 480px) --- */
@media (max-width: 480px) {
  /* Header & Top Bar Optimization on Micro Phones */
  .top-announcement-bar {
    padding: 5px 6px;
  }
  .announcement-inner {
    gap: 4px 6px;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
  }
  .announcement-badge {
    font-size: 0.52rem;
    padding: 2px 5px;
    letter-spacing: 0.03em;
  }
  .announcement-badge .badge-dot {
    width: 4px;
    height: 4px;
  }
  .announcement-text {
    font-size: 0.68rem;
    line-height: 1.2;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .announcement-link {
    font-size: 0.68rem;
    white-space: nowrap !important;
    gap: 2px;
  }
  .om-header-inner {
    height: 52px !important;
    padding: 0 10px !important;
  }
  .om-brand-title {
    font-size: 0.86rem !important;
  }
  .om-brand-badge {
    font-size: 0.50rem !important;
  }
  .om-header-login {
    padding: 4px 8px !important;
    font-size: 0.72rem !important;
  }
  .om-burger {
    width: 34px !important;
    height: 34px !important;
    font-size: 14px !important;
  }

  .container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .hero-title {
    font-size: 1.95rem;
  }
  .pill-badge {
    font-size: 0.72rem;
    padding: 4px 10px;
  }

  .dash-kpi-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .dash-kpi-grid .glass-card {
    padding: 12px 14px;
  }

  /* Realign 3 metrics in hero for small mobile */
  .metrics-strip {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 12px;
    text-align: left;
  }
  .metric-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .metric-val {
    order: 2;
    font-size: 1.15rem;
  }
  .metric-label {
    order: 1;
    font-size: 0.76rem;
    margin-top: 0;
  }

  .chat-card-topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .lead-badge {
    align-self: flex-start;
  }

  .chat-pills-row {
    gap: 6px;
  }
  .chat-pill {
    font-size: 0.7rem;
    padding: 3px 8px;
  }
}

/* ==========================================================================
   HOMEPAGE KNOWLEDGE BASE & DOCUMENTATION SHOWCASE SECTION
   ========================================================================== */
.kb-hub-section {
  position: relative;
  padding: 100px 0 90px 0;
  background: radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.08) 0%, rgba(8, 12, 20, 0.95) 70%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.kb-hub-search-box {
  max-width: 640px;
  margin: 0 auto 36px auto;
  position: relative;
}

.kb-hub-search-input {
  width: 100%;
  padding: 16px 20px 16px 50px;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-pill);
  color: #ffffff;
  font-size: 0.98rem;
  font-family: inherit;
  outline: none;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease;
}

.kb-hub-search-input:focus {
  border-color: var(--brand-500);
  background: rgba(15, 23, 42, 0.95);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25), 0 12px 36px rgba(0, 0, 0, 0.6);
}

.kb-hub-search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--brand-400);
  font-size: 1.1rem;
  pointer-events: none;
}

.kb-hub-quick-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.kb-hub-quick-tag {
  font-size: 0.76rem;
  color: #94a3b8;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: all 0.2s ease;
}

.kb-hub-quick-tag:hover {
  color: #ffffff;
  background: rgba(59, 130, 246, 0.15);
  border-color: rgba(59, 130, 246, 0.4);
}

/* Category Filter Tabs */
.kb-hub-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.kb-hub-tab-btn {
  padding: 9px 18px;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: #cbd5e1;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
}

.kb-hub-tab-btn:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
}

.kb-hub-tab-btn.active {
  background: var(--brand-600);
  border-color: var(--brand-500);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

/* Featured Deep-Dive Cards Grid */
.kb-hub-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}

.kb-hub-card {
  background: rgba(14, 20, 32, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(16px);
  position: relative;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.kb-hub-card:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.4);
  background: rgba(16, 24, 40, 0.85);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4), 0 0 20px rgba(59, 130, 246, 0.15);
}

.kb-hub-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.kb-hub-mod-pill {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.kb-pill-blue { background: rgba(59, 130, 246, 0.15); color: #60a5fa; border: 1px solid rgba(59, 130, 246, 0.3); }
.kb-pill-emerald { background: rgba(34, 197, 94, 0.15); color: #4ade80; border: 1px solid rgba(34, 197, 94, 0.3); }
.kb-pill-purple { background: rgba(168, 85, 247, 0.15); color: #c084fc; border: 1px solid rgba(168, 85, 247, 0.3); }
.kb-pill-amber { background: rgba(245, 158, 11, 0.15); color: #fbbf24; border: 1px solid rgba(245, 158, 11, 0.3); }

.kb-hub-route-tag {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  color: #94a3b8;
  background: rgba(0, 0, 0, 0.35);
  padding: 3px 8px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.kb-hub-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.kb-hub-card-desc {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.55;
  margin-bottom: 16px;
  flex: 1;
}

.kb-hub-specs-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 14px;
}

.kb-hub-specs-list li {
  font-size: 0.82rem;
  color: #cbd5e1;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.45;
}

.kb-hub-specs-list li i {
  color: #38bdf8;
  font-size: 0.76rem;
  margin-top: 3px;
  flex-shrink: 0;
}

.kb-hub-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  color: #93c5fd;
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.kb-hub-card-link:hover {
  background: rgba(59, 130, 246, 0.15);
  border-color: rgba(59, 130, 246, 0.4);
  color: #ffffff;
}

/* 24-Module Compact Matrix Table / Grid */
.kb-hub-matrix-wrap {
  background: rgba(10, 15, 26, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 30px;
  margin-top: 20px;
}

.kb-hub-matrix-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 16px;
}

.kb-hub-matrix-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.kb-hub-directory-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.kb-dir-item {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 12px 14px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: all 0.2s ease;
}

.kb-dir-item:hover {
  background: rgba(59, 130, 246, 0.1);
  border-color: rgba(59, 130, 246, 0.35);
  transform: translateY(-2px);
}

.kb-dir-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kb-dir-num {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  color: #60a5fa;
  background: rgba(59, 130, 246, 0.12);
  padding: 1px 6px;
  border-radius: 4px;
}

.kb-dir-route {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: #64748b;
}

.kb-dir-name {
  font-size: 0.86rem;
  font-weight: 600;
  color: #e2e8f0;
  line-height: 1.35;
}

@media (max-width: 1100px) {
  .kb-hub-featured-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .kb-hub-directory-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .kb-hub-featured-grid {
    grid-template-columns: 1fr;
  }
  .kb-hub-directory-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .kb-hub-matrix-wrap {
    padding: 18px;
  }
}

@media (max-width: 500px) {
  .kb-hub-directory-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   BLOG & ARTICLE SYSTEM STYLES
   ========================================================================== */
.blog-featured-card {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12) 0%, rgba(14, 19, 32, 0.95) 100%);
  border: 1px solid rgba(59, 130, 246, 0.3);
  border-radius: var(--radius-lg);
  padding: 40px;
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 36px;
  align-items: center;
}
@media (max-width: 900px) {
  .blog-featured-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}
.blog-search-bar {
  max-width: 620px;
  margin: 24px auto 0;
  position: relative;
}
.blog-search-input {
  width: 100%;
  background: rgba(18, 26, 43, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 14px 22px 14px 48px;
  font-size: 0.95rem;
  color: #ffffff;
  outline: none;
  transition: all 0.25s ease;
}
.blog-search-input:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
  background: rgba(24, 34, 56, 0.95);
}
.blog-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
}
.blog-cat-pills {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.blog-cat-pill {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 0.82rem;
  color: #cbd5e1;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.blog-cat-pill:hover, .blog-cat-pill.active {
  background: rgba(59, 130, 246, 0.15);
  border-color: rgba(59, 130, 246, 0.4);
  color: #60a5fa;
}

/* Standalone Article Layout */
.article-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: start;
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .article-layout {
    grid-template-columns: 1fr;
  }
  .article-sidebar {
    display: none;
  }
}
.article-sidebar {
  position: sticky;
  top: 100px;
  background: rgba(14, 19, 32, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 24px;
}
.article-sidebar-title {
  font-size: 0.78rem;
  color: var(--text-muted);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
.article-toc-link {
  display: block;
  padding: 6px 10px;
  color: #94a3b8;
  font-size: 0.85rem;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s;
  line-height: 1.4;
  margin-bottom: 4px;
}
.article-toc-link:hover, .article-toc-link.active {
  color: #60a5fa;
  background: rgba(37, 99, 235, 0.1);
}
.article-content {
  background: rgba(14, 19, 32, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 44px;
  color: #cbd5e1;
  font-size: 1.02rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .article-content {
    padding: 24px;
    font-size: 0.95rem;
  }
}
.article-content h2 {
  font-size: 1.6rem;
  color: #ffffff;
  margin: 36px 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 800;
}
.article-content h3 {
  font-size: 1.25rem;
  color: #f1f5f9;
  margin: 26px 0 12px;
  font-weight: 700;
}
.article-content p {
  margin-bottom: 20px;
}
.article-content ul, .article-content ol {
  padding-left: 24px;
  margin-bottom: 24px;
}
.article-content li {
  margin-bottom: 10px;
}
.article-highlight-box {
  background: rgba(37, 99, 235, 0.08);
  border-left: 4px solid #3b82f6;
  border-radius: 0 10px 10px 0;
  padding: 18px 22px;
  margin: 28px 0;
  font-size: 0.96rem;
  color: #dbeafe;
}
.article-highlight-warning {
  background: rgba(245, 158, 11, 0.08);
  border-left-color: #f59e0b;
  color: #fef3c7;
}
.article-highlight-success {
  background: rgba(34, 197, 94, 0.08);
  border-left-color: #22c55e;
  color: #dcfce7;
}
.article-meta-header {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.article-author-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
}
.article-author-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.article-newsletter-box {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.12) 0%, rgba(37, 99, 235, 0.12) 100%);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: var(--radius-lg);
  padding: 40px;
  text-align: center;
  margin-top: 60px;
}

/* Modal Article Reader */
.blog-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(4, 7, 14, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow-y: auto;
  padding: 30px 16px;
}
.blog-modal.active {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.blog-modal-content {
  background: #0d1322;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  max-width: 860px;
  width: 100%;
  padding: 40px;
  position: relative;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.7);
  margin: 30px auto;
  color: #cbd5e1;
  animation: modalFadeIn 0.25s ease-out;
}
@keyframes modalFadeIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
.blog-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s;
}
.blog-modal-close:hover {
  background: rgba(239, 68, 68, 0.2);
  border-color: rgba(239, 68, 68, 0.4);
  color: #ef4444;
}


