/* ============================================================
   ECOMMERCE-PERSONALIZATION-PAGE.CSS — Sage Titans
   ============================================================ */
:root {
  --ep-dark:   #020c1b;
  --ep-navy:   #0a1628;
  --ep-purple: #7c3aed;
  --ep-violet: #4f46e5;
  --ep-blue:   #0369a1;
  --ep-lime:   #caef45;
  --ep-green:  #16a34a;
  --ep-orange: #ea580c;
  --ep-pink:   #db2777;
  --ep-text:   rgba(255,255,255,0.82);
  --ep-muted:  rgba(255,255,255,0.55);
}

/* ══════ BANNER ═════════════════════════════════════════════ */
.inner-p-banner {
  padding: 136px 0 100px; min-height: 760px;
  margin-top: calc(-1 * 76px); position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 15% 50%, rgba(124,58,237,0.2) 0%, transparent 45%),
    radial-gradient(circle at 85% 30%, rgba(79,70,229,0.2) 0%, transparent 45%),
    linear-gradient(150deg, #020c1b 0%, #0a1628 55%, #020c1b 100%);
}
.ep-ban-sec { display: flex; align-items: center; justify-content: space-between; gap: 48px; flex-wrap: nowrap; }
.ep-ban-content { flex: 1 1 auto; min-width: 0; max-width: 540px; }
.ep-ban-content h1 { font-size: clamp(1.9rem,3.2vw,2.75rem); font-weight: 700; color: #fff; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 16px; }
.ep-ban-content h1 span { color: var(--ep-lime); }
.ep-ban-content > p { font-size: 17px; font-weight: 300; color: var(--ep-text); line-height: 1.75; margin-bottom: 28px; }
.ep-ban-checklist { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 10px; }
.ep-ban-checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--ep-text); line-height: 1.5; }
.ep-ban-checklist li svg { flex-shrink: 0; margin-top: 2px; }
.ep-hero-cta { display: inline-flex; align-items: center; background: var(--ep-lime); color: #0a1628; font-size: 15px; font-weight: 700; padding: 13px 28px; border-radius: 50px; text-decoration: none; transition: background 0.2s, transform 0.15s; }
.ep-hero-cta:hover { background: #b8e020; transform: translateY(-2px); text-decoration: none; color: #0a1628; }

/* ══════ PERSONALIZATION ENGINE WIDGET — dark ═══════════════ */
.ep-widget {
  flex: 0 0 460px; min-width: 280px; max-width: 460px;
  background: #111827; border-radius: 20px; padding: 0; overflow: hidden;
  height: 430px; contain: strict;
  box-shadow: 0 40px 100px rgba(0,0,0,0.6), 0 8px 24px rgba(0,0,0,0.3);
  font-family: 'Sora', sans-serif;
}
.ep-w-header { display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: #0d1117; border-bottom: 1px solid rgba(255,255,255,0.06); }
.ep-w-dots { display: flex; gap: 5px; }
.ep-w-dot { width: 11px; height: 11px; border-radius: 50%; }
.ep-w-dot--r { background: #ff5f57; }
.ep-w-dot--y { background: #febc2e; }
.ep-w-dot--g { background: #28c840; }
.ep-w-title { flex: 1; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.85); }
.ep-w-live { display: flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 700; color: #a78bfa; text-transform: uppercase; letter-spacing: 0.08em; }
.ep-live-dot { width: 7px; height: 7px; border-radius: 50%; background: #a78bfa; display: block; animation: ep-pulse 1.6s ease-in-out infinite; }
@keyframes ep-pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.35;transform:scale(0.65)} }
/* Real-time score */
.ep-w-score-row { display: flex; align-items: center; gap: 12px; padding: 10px 16px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.ep-w-score-ring { position: relative; width: 56px; height: 56px; flex-shrink: 0; }
.ep-w-score-ring svg { width: 56px; height: 56px; transform: rotate(-90deg); }
.ep-w-score-ring-val { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; color: #a78bfa; }
.ep-w-score-info { flex: 1; }
.ep-w-score-label { font-size: 9.5px; font-weight: 800; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 4px; }
.ep-w-score-desc { font-size: 11px; font-weight: 400; color: rgba(255,255,255,0.7); line-height: 1.4; }
/* Segment bars */
.ep-w-section-lbl { font-size: 9.5px; font-weight: 800; color: rgba(255,255,255,0.55); letter-spacing: 0.13em; text-transform: uppercase; padding: 8px 16px 5px; }
.ep-w-segments { padding: 0 16px; display: flex; flex-direction: column; gap: 7px; }
.ep-w-seg-row { display: flex; align-items: center; gap: 8px; }
.ep-w-seg-name { font-size: 10.5px; font-weight: 500; color: rgba(255,255,255,0.75); width: 110px; flex-shrink: 0; }
.ep-w-seg-bar { flex: 1; height: 6px; background: rgba(255,255,255,0.08); border-radius: 99px; overflow: hidden; }
.ep-w-seg-fill { height: 100%; border-radius: 99px; }
.ep-w-seg-fill--purple { background: linear-gradient(90deg,#7c3aed,#a78bfa); }
.ep-w-seg-fill--blue   { background: linear-gradient(90deg,#0369a1,#38bdf8); }
.ep-w-seg-fill--pink   { background: linear-gradient(90deg,#db2777,#f472b6); }
.ep-w-seg-fill--green  { background: linear-gradient(90deg,#16a34a,#4ade80); }
.ep-w-seg-pct { font-size: 10px; font-weight: 700; color: rgba(255,255,255,0.6); width: 32px; text-align: right; flex-shrink: 0; }
/* Active recommendations */
.ep-w-recs { padding: 0 16px; display: flex; flex-direction: column; gap: 6px; }
.ep-w-rec-row { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: 8px; padding: 7px 10px; }
.ep-w-rec-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.ep-w-rec-dot--on { background: #4ade80; }
.ep-w-rec-dot--off { background: rgba(255,255,255,0.2); }
.ep-w-rec-text { font-size: 10.5px; font-weight: 500; color: rgba(255,255,255,0.75); flex: 1; }
.ep-w-rec-count { font-size: 10px; font-weight: 700; color: rgba(255,255,255,0.45); }
/* Footer */
.ep-w-footer { display: flex; justify-content: space-between; margin: 8px 16px 0; padding: 9px 14px; background: rgba(255,255,255,0.04); border-radius: 10px; border: 1px solid rgba(255,255,255,0.07); }
.ep-w-stat { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.ep-w-stat-val { font-size: 13px; font-weight: 800; color: rgba(255,255,255,0.9); line-height: 1; }
.ep-w-stat-val--purple { color: #a78bfa; }
.ep-w-stat-val--green  { color: #4ade80; }
.ep-w-stat-val--blue   { color: #38bdf8; }
.ep-w-stat-lbl { font-size: 8.5px; font-weight: 700; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 0.06em; text-align: center; }

/* ── BANNER RESPONSIVE ── */
@media (max-width: 1100px) { .ep-ban-sec { gap: 28px; } .ep-widget { min-width: 240px; } }
@media (max-width: 900px) {
  .inner-p-banner { padding: 110px 0 60px; height: auto !important; overflow: hidden !important; }
  .inner-p-banner .ep-ban-sec { flex-direction: column !important; align-items: stretch !important; gap: 28px !important; }
  .inner-p-banner .ep-ban-content { flex: 0 0 auto !important; max-width: 100% !important; width: 100% !important; }
  .ep-widget { max-width: 100% !important; width: 100% !important; flex: 0 0 auto !important; display: block !important; min-width: 0 !important; height: 430px !important; overflow: hidden !important; contain: strict !important; }
}
@media (max-width: 380px) {
  .inner-p-banner { padding: 86px 0 44px; }
  .ep-widget { display: none !important; }
  .inner-p-banner .ep-ban-content { width: 100% !important; max-width: 100% !important; }
}

/* ══════ PROOF STRIP ═════════════════════════════════════════ */
.proof-strip { border-top: 1px solid #eaeaea; padding: 32px 0; }
.proof-container { max-width: 1300px; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; }
.proof-item { display: flex; align-items: flex-start; gap: 14px; }
.proof-icon { width: 36px; height: 36px; border-radius: 8px; background: #f3eeff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #7c3aed; }
.proof-item strong { display: block; font-size: 14px; font-weight: 700; color: #0a1628; margin-bottom: 4px; }
.proof-item p { font-size: 13px; color: #516070; line-height: 1.55; margin: 0; }
@media (max-width: 1024px) { .proof-container { grid-template-columns: repeat(2,1fr); gap: 24px; } }
@media (max-width: 600px) { .proof-container { grid-template-columns: 1fr; } }

/* ══════ STATS — dark ════════════════════════════════════════ */
.ep-stats-sec {
  background: linear-gradient(150deg, #020c1b 0%, #0a1628 50%, #020c1b 100%);
  padding: 64px 0;
}
.ep-stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.ep-stat-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; padding: 28px 24px; text-align: center; transition: border-color 0.25s, transform 0.25s; }
.ep-stat-card:hover { border-color: rgba(124,58,237,0.5); transform: translateY(-4px); }
.ep-stat-num { font-size: clamp(1.8rem,3.5vw,2.6rem); font-weight: 800; color: var(--ep-lime); line-height: 1; margin-bottom: 10px; }
.ep-stat-desc { font-size: 13px; font-weight: 300; color: var(--ep-muted); line-height: 1.65; }

/* ══════ AI ANALYTICS SECTION ════════════════════════════════ */
.ep-ai-sec { padding: 80px 0; }
.ep-ai-inner { display: flex; align-items: flex-start; gap: 64px; }
.ep-ai-content { flex: 1; min-width: 0; }
.ep-ai-label { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: #7c3aed; margin-bottom: 14px; }
.ep-ai-label::before { content: ''; width: 18px; height: 2px; background: #7c3aed; border-radius: 2px; }
.ep-ai-content h2 { font-size: clamp(1.5rem,2.6vw,2rem); font-weight: 700; color: #0a1628; margin-bottom: 14px; line-height: 1.3; }
.ep-ai-content p { font-size: 15px; font-weight: 300; color: #516070; line-height: 1.75; margin-bottom: 16px; }
.ep-ai-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.ep-ai-pill { display: inline-flex; align-items: center; gap: 8px; background: #f3eeff; border: 1px solid #d8c5ff; border-radius: 50px; padding: 8px 16px; font-size: 13px; font-weight: 700; color: #5b21b6; }
.ep-ai-pill svg { width: 16px; height: 16px; }
.ep-ai-sidebar {
  flex: 0 0 420px;
  background: linear-gradient(135deg, #0a1628 0%, #1e1065 60%, #0a1628 100%);
  border-radius: 24px; padding: 36px;
  border: 1px solid rgba(124,58,237,0.35);
  box-shadow: 0 0 0 1px rgba(124,58,237,0.1), 0 24px 64px rgba(124,58,237,0.2), inset 0 1px 0 rgba(255,255,255,0.08);
  position: relative; overflow: hidden;
}
.ep-ai-sidebar::before {
  content: ''; position: absolute; top: -60px; right: -60px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(124,58,237,0.3) 0%, transparent 70%);
  pointer-events: none;
}
.ep-ai-sidebar h3 { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 24px; display: flex; align-items: center; gap: 10px; }
.ep-ai-sidebar h3::before { content: ''; width: 4px; height: 20px; background: linear-gradient(180deg,#a78bfa,#7c3aed); border-radius: 2px; flex-shrink: 0; }
.ep-ai-sidebar-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.ep-ai-sidebar-list li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 16px;
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.07);
  border-left: 3px solid rgba(124,58,237,0.6);
  transition: background 0.2s, border-color 0.2s;
}
.ep-ai-sidebar-list li:hover { background: rgba(255,255,255,0.09); border-left-color: #a78bfa; }
.ep-ai-sidebar-list li .ep-ai-num {
  width: 30px; height: 30px; border-radius: 50%;
  background: linear-gradient(135deg,#7c3aed,#4f46e5);
  color: #fff; font-size: 12px; font-weight: 800;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(124,58,237,0.4);
}
.ep-ai-sidebar-list li span { font-size: 13.5px; font-weight: 400; color: rgba(255,255,255,0.85); line-height: 1.55; }

/* ══════ CUSTOMER JOURNEY FUNNEL ════════════════════════════ */
.ep-funnel-sec { padding: 80px 0; background: #f8fafc; }
.ep-funnel-head { text-align: center; margin-bottom: 52px; }
.ep-funnel-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #0a1628; margin-bottom: 12px; }
.ep-funnel-head p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 65%; margin: 0 auto; }
/* Main funnel layout */
.ep-funnel-wrap { display: flex; align-items: flex-start; gap: 0; }
/* Left: funnel stages — wider */
.ep-funnel-stages { flex: 0 0 300px; display: flex; flex-direction: column; gap: 0; padding-top: 20px; position: relative; }
/* "Click a stage" hint */
.ep-funnel-hint {
  text-align: center; margin-bottom: 14px;
  font-size: 11px; font-weight: 700; color: #7c3aed;
  text-transform: uppercase; letter-spacing: 0.1em;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  animation: ep-hint-bounce 2s ease-in-out infinite;
}
@keyframes ep-hint-bounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-3px)} }
.ep-funnel-hint svg { width: 14px; height: 14px; }
.ep-funnel-stage {
  cursor: pointer; user-select: none;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 12% 100%);
  display: flex; align-items: center; justify-content: center;
  min-height: 76px; margin-bottom: 4px;
  font-size: 15px; font-weight: 700; color: #fff;
  transition: filter 0.2s, transform 0.2s;
  position: relative; width: 100%;
}
.ep-funnel-stage:hover { filter: brightness(1.15); }
.ep-funnel-stage.active { filter: brightness(1.2); }
/* Active indicator — right arrow pointing to panel */
.ep-funnel-stage::after {
  content: '▶';
  position: absolute; right: -22px; top: 50%; transform: translateY(-50%);
  font-size: 14px; color: #0a1628;
  opacity: 0; transition: opacity 0.2s;
  z-index: 2;
}
.ep-funnel-stage.active::after { opacity: 1; }
.ep-funnel-stage--1 { background: #f97316; clip-path: polygon(0 0,100% 0,92% 100%,8% 100%); }
.ep-funnel-stage--2 { background: #ec4899; width: 90%; align-self: center; clip-path: polygon(0 0,100% 0,92% 100%,8% 100%); }
.ep-funnel-stage--3 { background: #8b5cf6; width: 80%; align-self: center; clip-path: polygon(0 0,100% 0,92% 100%,8% 100%); }
.ep-funnel-stage--4 { background: #22c55e; width: 70%; align-self: center; clip-path: polygon(0 0,100% 0,92% 100%,8% 100%); }
.ep-funnel-stage--5 { background: #3b82f6; width: 60%; align-self: center; clip-path: polygon(0 0,100% 0,88% 100%,12% 100%); }
/* Right: content panels — fills remaining space */
.ep-funnel-panels { flex: 1; min-width: 0; padding-left: 56px; }
.ep-funnel-panel { display: none; animation: ep-fade 0.3s ease; }
.ep-funnel-panel.active { display: block; }
@keyframes ep-fade { from{opacity:0;transform:translateX(12px)} to{opacity:1;transform:translateX(0)} }
.ep-funnel-panel-header { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.ep-funnel-icon { width: 56px; height: 56px; border-radius: 16px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ep-funnel-panel-header h3 { font-size: 20px; font-weight: 700; color: #0a1628; margin: 0; line-height: 1.3; }
.ep-funnel-action { font-size: 13px; font-weight: 600; color: #7c3aed; margin-bottom: 16px; background: #f3eeff; display: inline-block; padding: 4px 12px; border-radius: 50px; border: 1px solid #d8c5ff; }
.ep-funnel-items { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.ep-funnel-items li {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1px solid #e4ecf2; border-radius: 12px;
  padding: 14px 18px; font-size: 14px; font-weight: 500; color: #0a1628;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.ep-funnel-items li:hover { border-color: #a78bfa; box-shadow: 0 4px 16px rgba(124,58,237,0.1); }
.ep-funnel-items li svg { flex-shrink: 0; }
/* Stage indicators */
.ep-funnel-steps { display: flex; justify-content: center; gap: 8px; margin-top: 32px; }
.ep-funnel-step-dot { width: 10px; height: 10px; border-radius: 50%; background: #e4ecf2; cursor: pointer; transition: background 0.2s, transform 0.2s; }
.ep-funnel-step-dot.active { transform: scale(1.4); }

/* ══════ BENEFITS ICONS GRID ════════════════════════════════ */
.ep-benefits-sec { padding: 80px 0; }
.ep-benefits-head { text-align: center; margin-bottom: 52px; }
.ep-benefits-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #0a1628; margin-bottom: 12px; }
.ep-benefits-head p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 65%; margin: 0 auto; }
.ep-benefits-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 20px; }
.ep-benefit-card { background: #fff; border: 1px solid #e4ecf2; border-radius: 16px; padding: 24px 16px; text-align: center; transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s; }
.ep-benefit-card:hover { box-shadow: 0 12px 36px rgba(124,58,237,0.1); transform: translateY(-4px); border-color: #7c3aed; }
.ep-benefit-card img { width: 64px; height: 64px; object-fit: contain; display: block; margin: 0 auto 12px; }
.ep-benefit-card span { display: block; font-size: 13px; font-weight: 600; color: #0a1628; line-height: 1.4; }

/* ══════ AI SERVICES — 4 cards ══════════════════════════════ */
.ep-services-sec { padding: 80px 0; background: #f8fafc; }
.ep-services-head { text-align: center; margin-bottom: 52px; }
.ep-services-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #0a1628; margin-bottom: 12px; }
.ep-services-head p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 65%; margin: 0 auto; }
.ep-services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.ep-service-card { background: #fff; border: 1px solid #e4ecf2; border-radius: 18px; padding: 28px; display: flex; align-items: flex-start; gap: 20px; transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s; position: relative; overflow: hidden; }
.ep-service-card:hover { box-shadow: 0 16px 48px rgba(124,58,237,0.1); transform: translateY(-4px); border-color: #7c3aed; }
.ep-service-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: linear-gradient(180deg,#7c3aed,#4f46e5); opacity: 0; border-radius: 18px 0 0 18px; transition: opacity 0.25s; }
.ep-service-card:hover::before { opacity: 1; }
.ep-service-img { width: 80px; height: 80px; object-fit: contain; flex-shrink: 0; }
.ep-service-body h3 { font-size: 16px; font-weight: 700; color: #0a1628; margin-bottom: 8px; }
.ep-service-body p { font-size: 13.5px; font-weight: 300; color: #516070; line-height: 1.7; margin: 0; }

/* ══════ PROCESS — 5 steps ══════════════════════════════════ */
.ep-process-sec {
  padding: 80px 0;
  background: linear-gradient(150deg, #020c1b 0%, #0a1628 50%, #020c1b 100%);
}
.ep-process-head { text-align: center; margin-bottom: 52px; }
.ep-process-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #fff; margin-bottom: 12px; }
.ep-process-head p { font-size: 16px; font-weight: 300; color: var(--ep-muted); line-height: 1.75; width: 65%; margin: 0 auto; }
.ep-process-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.ep-process-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 24px 18px; text-align: center; position: relative; overflow: hidden; transition: border-color 0.25s, transform 0.25s, background 0.25s; }
.ep-process-card:hover { background: rgba(255,255,255,0.09); border-color: rgba(124,58,237,0.5); transform: translateY(-4px); }
.ep-process-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,#7c3aed,#caef45); opacity: 0; transition: opacity 0.25s; }
.ep-process-card:hover::before { opacity: 1; }
.ep-process-num { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg,#7c3aed,#4f46e5); color: #fff; font-size: 16px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.ep-process-card h3 { font-size: 13.5px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.ep-process-card p { font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.6); line-height: 1.6; margin: 0; }

/* ══════ WHO BENEFITS ════════════════════════════════════════ */
.ep-audience-sec { padding: 80px 0; }
.ep-audience-head { text-align: center; margin-bottom: 52px; }
.ep-audience-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #0a1628; margin-bottom: 12px; }
.ep-audience-head p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 65%; margin: 0 auto; }
.ep-audience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.ep-audience-card { background: #fff; border: 1px solid #e4ecf2; border-radius: 18px; padding: 28px 24px; display: flex; align-items: flex-start; gap: 16px; transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s; }
.ep-audience-card:hover { box-shadow: 0 16px 40px rgba(124,58,237,0.1); transform: translateY(-4px); border-color: #7c3aed; }
.ep-audience-icon { width: 52px; height: 52px; border-radius: 14px; background: #f3eeff; border: 1px solid #d8c5ff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ep-audience-icon svg { width: 26px; height: 26px; color: #7c3aed; }
.ep-audience-body h3 { font-size: 15px; font-weight: 700; color: #0a1628; margin: 0 0 6px; }
.ep-audience-body p { font-size: 13px; font-weight: 300; color: #516070; line-height: 1.65; margin: 0; }

/* ══════ BUILT TO SCALE — 4 benefit cards ═══════════════════ */
.ep-scale-sec { padding: 80px 0; background: #f8fafc; }
.ep-scale-head { text-align: center; margin-bottom: 52px; }
.ep-scale-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #0a1628; margin-bottom: 12px; }
.ep-scale-head p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 65%; margin: 0 auto; }
.ep-scale-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.ep-scale-card { background: #fff; border: 1px solid #e4ecf2; border-radius: 18px; padding: 32px 28px; display: flex; align-items: flex-start; gap: 20px; transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s; position: relative; overflow: hidden; }
.ep-scale-card:hover { box-shadow: 0 16px 48px rgba(124,58,237,0.1); transform: translateY(-4px); border-color: #7c3aed; }
.ep-scale-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,#7c3aed,#caef45); opacity: 0; transition: opacity 0.25s; }
.ep-scale-card:hover::before { opacity: 1; }
.ep-scale-card img { width: 80px; height: 80px; object-fit: contain; flex-shrink: 0; }
.ep-scale-body h3 { font-size: 16px; font-weight: 700; color: #0a1628; margin-bottom: 8px; }
.ep-scale-body p { font-size: 13.5px; font-weight: 300; color: #516070; line-height: 1.7; margin: 0; }

/* ══════ CTA BAND ════════════════════════════════════════════ */
.ep-cta-band { position: relative; overflow: hidden; background: linear-gradient(135deg,#020c1b 0%,#1e1065 40%,#020c1b 100%); border-radius: 24px; padding: 64px 56px; margin-bottom: 80px; border: 1px solid rgba(124,58,237,0.2); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 48px; }
.ep-cta-band::before { content: ''; position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; background: radial-gradient(circle,rgba(124,58,237,0.15) 0%,transparent 65%); pointer-events: none; }
.ep-cta-band::after { content: ''; position: absolute; bottom: 28px; left: 56px; width: 80px; height: 3px; background: linear-gradient(90deg,#7c3aed,#caef45); border-radius: 3px; }
.ep-cta-eyebrow { font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ep-lime); margin-bottom: 12px; display: block; }
.ep-cta-band h2 { font-size: clamp(1.5rem,2.4vw,2rem); font-weight: 700; color: #fff; line-height: 1.3; margin: 0 0 20px; }
.ep-cta-band h2 span { color: var(--ep-lime); }
.ep-cta-stats { display: flex; gap: 28px; flex-wrap: wrap; }
.ep-cta-stat-val { font-size: 20px; font-weight: 800; color: #fff; line-height: 1; }
.ep-cta-stat-lbl { font-size: 11px; color: var(--ep-muted); }
.ep-cta-btns { display: flex; flex-direction: column; gap: 12px; align-items: center; min-width: 200px; position: relative; z-index: 1; }
.ep-cta-btn { display: flex; align-items: center; justify-content: center; width: 100%; background: var(--ep-lime); color: #0a1628; font-size: 15px; font-weight: 700; padding: 14px 28px; border-radius: 50px; text-decoration: none; transition: background 0.2s, transform 0.15s; white-space: nowrap; }
.ep-cta-btn:hover { background: #b8e020; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(202,239,69,0.4); color: #0a1628; text-decoration: none; }
.ep-cta-note { font-size: 11px; color: rgba(255,255,255,0.55); text-align: center; }

/* ══════ FAQ ═════════════════════════════════════════════════ */
.faq-wrapper { padding: 0 0 80px; }
.m-shot-head { text-align: center; padding: 60px 0 28px; }
.m-shot-head h2 { font-size: clamp(1.4rem,2.4vw,1.9rem); font-weight: 700; color: #0a1628; margin: 0; }
.faq-cta-bot { text-align: center; margin-top: 36px; }
.ep-ghost-btn { display: inline-flex; align-items: center; background: transparent; color: #0a1628; font-size: 15px; font-weight: 600; padding: 13px 28px; border-radius: 50px; text-decoration: none; border: 2px solid #0a1628; transition: all 0.2s; }
.ep-ghost-btn:hover { background: #0a1628; color: #fff; text-decoration: none; }

/* ══════ FOOTER TOUCH TARGET ════════════════════════════════ */
@media (max-width: 767px) {
  .copyright-sec ul { display: flex; flex-wrap: wrap; gap: 4px; }
  .copyright-sec ul li { display: block; }
  .copyright-sec ul li a { display: inline-flex; align-items: center; min-height: 48px; padding: 12px 16px !important; font-size: 14px; }
}

/* ══════ RESPONSIVE ══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .ep-stats-grid { grid-template-columns: repeat(2,1fr); }
  .ep-benefits-grid { grid-template-columns: repeat(3,1fr); }
  .ep-process-grid { grid-template-columns: repeat(3,1fr); }
  .ep-audience-grid { grid-template-columns: repeat(2,1fr); }
  .ep-ai-inner { flex-wrap: wrap; gap: 36px; }
  .ep-ai-sidebar { flex: 1 1 100%; }
  .ep-cta-band { grid-template-columns: 1fr; gap: 32px; padding: 44px 36px; }
  .ep-cta-btns { flex-direction: row; width: 100%; }
  .ep-cta-btn { flex: 1; }
  .ep-funnel-wrap { flex-direction: column; }
  .ep-funnel-panels { padding-left: 0; padding-top: 32px; }
  .ep-funnel-stages { flex-direction: row; flex: none; width: 100%; overflow-x: auto; padding: 0 0 12px; gap: 4px; }
  .ep-funnel-hint { display: none; }
  .ep-funnel-stage { clip-path: none !important; border-radius: 10px; min-height: 52px; min-width: 110px !important; width: auto !important; align-self: auto; font-size: 13px; padding: 0 14px; flex-shrink: 0; }
  .ep-funnel-stage::after { display: none; }
  .ep-benefits-head p, .ep-services-head p, .ep-process-head p, .ep-audience-head p, .ep-scale-head p { width: 100%; }
  .ep-ai-inner { flex-direction: column; }
}
@media (max-width: 768px) {
  .ep-benefits-grid { grid-template-columns: repeat(2,1fr); }
  .ep-services-grid { grid-template-columns: 1fr; }
  .ep-scale-grid { grid-template-columns: 1fr; }
  .ep-audience-grid { grid-template-columns: 1fr; }
  .ep-process-grid { grid-template-columns: repeat(2,1fr); }
  .ep-ai-sec, .ep-funnel-sec, .ep-benefits-sec, .ep-services-sec, .ep-process-sec, .ep-audience-sec, .ep-scale-sec { padding: 48px 0; }
  .ep-cta-band { padding: 36px 24px; margin-bottom: 48px; }
  .ep-cta-band::after { left: 24px; }
  .ep-cta-btns { flex-direction: column; }
}
@media (max-width: 480px) {
  .ep-stats-grid { grid-template-columns: 1fr; }
  .ep-process-grid { grid-template-columns: 1fr; }
  .ep-benefits-grid { grid-template-columns: repeat(2,1fr); }
}
