/* ============================================================
   ECOMMERCE-SEO-SERVICES-PAGE.CSS — Sage Titans
   ============================================================ */
:root {
  --es-dark:   #020c1b;
  --es-navy:   #0a1628;
  --es-green:  #16a34a;
  --es-lime:   #caef45;
  --es-blue:   #253a8f;
  --es-accent: #29abe2;
  --es-orange: #ea580c;
  --es-text:   rgba(255,255,255,0.82);
  --es-muted:  rgba(255,255,255,0.55);
}

/* ══════ BANNER ═════════════════════════════════════════════ */
.inner-p-banner {
  padding: 136px 0 80px; min-height: 700px !important;
  margin-top: calc(-1 * 76px); position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 20% 80%, rgba(22,163,74,0.18) 0%, transparent 45%),
    radial-gradient(circle at 80% 20%, rgba(37,58,143,0.18) 0%, transparent 45%),
    linear-gradient(150deg, #020c1b 0%, #0a1f3f 55%, #020c1b 100%);
}
.es-ban-sec { display: flex; align-items: center; justify-content: space-between; gap: 48px; flex-wrap: nowrap; }
.es-ban-content { flex: 1 1 auto; min-width: 0; max-width: 540px; }
.es-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; }
.es-ban-content h1 span { color: var(--es-lime); }
.es-ban-content > p { font-size: 17px; font-weight: 300; color: var(--es-text); line-height: 1.75; margin-bottom: 28px; }
.es-ban-checklist { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 10px; }
.es-ban-checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--es-text); line-height: 1.5; }
.es-ban-checklist li svg { flex-shrink: 0; margin-top: 2px; }
.es-hero-cta { display: inline-flex; align-items: center; background: var(--es-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; }
.es-hero-cta:hover { background: #b8e020; transform: translateY(-2px); text-decoration: none; color: #0a1628; }

/* ══════ SEO RANK TRACKER WIDGET — white bg ══════════════════ */
.es-widget {
  flex: 0 0 460px; min-width: 280px; max-width: 460px;
  background: #ffffff; border-radius: 20px; padding: 0; overflow: hidden;
  height: 420px;
  box-shadow: 0 40px 100px rgba(0,0,0,0.55), 0 8px 24px rgba(0,0,0,0.25);
  font-family: 'Sora', sans-serif;
  contain: strict;  /* prevents widget from causing layout shifts outside */
}
.es-w-header { display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: #f4f5f7; border-bottom: 1px solid #e8eaed; }
.es-w-dots { display: flex; gap: 5px; }
.es-w-dot { width: 11px; height: 11px; border-radius: 50%; }
.es-w-dot--r { background: #ff5f57; }
.es-w-dot--y { background: #febc2e; }
.es-w-dot--g { background: #28c840; }
.es-w-title { flex: 1; font-size: 12px; font-weight: 600; color: #1e293b; }
.es-w-live { display: flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 700; color: #14532d; text-transform: uppercase; letter-spacing: 0.08em; }
.es-live-pulse { width: 7px; height: 7px; border-radius: 50%; background: #16a34a; display: block; animation: es-pulse 1.6s ease-in-out infinite; }
@keyframes es-pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.35;transform:scale(0.65)} }
/* Metrics row */
.es-w-metrics { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid #f1f5f9; }
.es-w-metric { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 11px 6px; border-right: 1px solid #f1f5f9; }
.es-w-metric:last-child { border-right: none; }
.es-w-metric-val { font-size: 16px; font-weight: 800; color: #0a1628; line-height: 1; }
.es-w-metric-val--green { color: #14532d; }
.es-w-metric-val--blue  { color: #0369a1; }
.es-w-metric-lbl { font-size: 8px; font-weight: 700; color: #475569; text-transform: uppercase; letter-spacing: 0.07em; text-align: center; }
.es-w-metric-delta { font-size: 9px; font-weight: 700; }
.es-w-metric-delta--up { color: #14532d; }
/* Keyword rank table */
.es-w-section-lbl { font-size: 9.5px; font-weight: 800; color: #475569; letter-spacing: 0.13em; text-transform: uppercase; padding: 9px 16px 5px; }
.es-w-rank-table { padding: 0 16px; display: flex; flex-direction: column; gap: 5px; }
.es-w-rank-row { display: grid; grid-template-columns: 1fr 40px 40px 40px; align-items: center; gap: 8px; padding: 6px 10px; border-radius: 8px; background: #f8fafc; }
.es-w-rank-row--header { background: transparent; padding: 2px 10px; }
.es-w-rank-keyword { font-size: 10.5px; font-weight: 500; color: #374151; }
.es-w-rank-header-lbl { font-size: 9px; font-weight: 700; color: #475569; /* was #94a3b8 ~2.5:1 → #475569 ~6.0:1 on white ✓ */ text-align: center; text-transform: uppercase; letter-spacing: 0.06em; }
.es-w-rank-pos { font-size: 12px; font-weight: 800; text-align: center; }
.es-w-rank-pos--top { color: #14532d; }
.es-w-rank-pos--mid { color: #0369a1; }
.es-w-rank-pos--low { color: #92400e; }
.es-w-rank-change { font-size: 10px; font-weight: 700; text-align: center; }
.es-w-rank-change--up   { color: #14532d; }
.es-w-rank-change--down { color: #991b1b; }
.es-w-rank-vol { font-size: 9.5px; font-weight: 600; color: #475569; text-align: center; }
/* Footer */
.es-w-footer { display: flex; justify-content: space-between; margin: 8px 16px 0; padding: 10px 14px; background: #f8fafc; border-radius: 10px; border: 1px solid #e2e8f0; }
.es-w-stat { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.es-w-stat-val { font-size: 13px; font-weight: 800; color: #0a1628; line-height: 1; }
.es-w-stat-val--green { color: #14532d; }
.es-w-stat-val--blue  { color: #0369a1; }
.es-w-stat-lbl { font-size: 8.5px; font-weight: 700; color: #475569; text-transform: uppercase; letter-spacing: 0.06em; text-align: center; }

/* ── BANNER RESPONSIVE ── */
@media (max-width: 1100px) { .es-ban-sec { gap: 28px; } .es-widget { min-width: 240px; } }
@media (max-width: 900px) {
  .inner-p-banner { padding: 110px 0 60px; min-height: auto !important; }
  .inner-p-banner .es-ban-sec { flex-direction: column !important; align-items: stretch !important; gap: 28px !important; }
  .inner-p-banner .es-ban-content { flex: 0 0 auto !important; max-width: 100% !important; width: 100% !important; }
  .es-widget { max-width: 100% !important; width: 100% !important; flex: 0 0 auto !important; display: block !important; min-width: 0 !important; height: 420px !important; }
}
@media (max-width: 380px) {
  .inner-p-banner { padding: 86px 0 44px; }
  .es-widget { display: none !important; }
  .inner-p-banner .es-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: #eef6fd; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #29abe2; }
.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 STRIP ════════════════════════════════════════ */
.es-stats-strip {
  background: linear-gradient(150deg, #020c1b 0%, #0a1f3f 50%, #020c1b 100%);
  padding: 56px 0;
}
.es-stats-inner { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; position: relative; z-index: 1; }
.es-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; }
.es-stat-card:hover { border-color: rgba(22,163,74,0.4); transform: translateY(-4px); }
.es-stat-num { font-size: clamp(1.8rem,3.5vw,2.6rem); font-weight: 800; color: var(--es-lime); line-height: 1; margin-bottom: 10px; }
.es-stat-desc { font-size: 13px; font-weight: 300; color: var(--es-muted); line-height: 1.65; }

/* ══════ 3 PLAN CARDS ════════════════════════════════════════ */
.es-plans-sec { padding: 80px 0; background: #f8fafc; }
.es-plans-head { text-align: center; margin-bottom: 52px; }
.es-plans-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #0a1628; margin-bottom: 12px; }
.es-plans-head p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 65%; margin: 0 auto; }
.es-plans-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.es-plan-card {
  background: #fff; border: 1px solid #e4ecf2; border-radius: 20px;
  overflow: hidden; display: flex; flex-direction: column;
  transition: box-shadow 0.25s, transform 0.25s;
}
.es-plan-card:hover { box-shadow: 0 20px 56px rgba(37,58,143,0.12); transform: translateY(-5px); }
.es-plan-card--featured { border: 2px solid #253a8f; position: relative; }
.es-plan-card--featured::before { content: 'Most Popular'; position: absolute; top: -1px; left: 50%; transform: translateX(-50%); background: #253a8f; color: #fff; font-size: 11px; font-weight: 800; padding: 4px 18px; border-radius: 0 0 10px 10px; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.es-plan-head { padding: 32px 28px 24px; border-bottom: 1px solid #f1f5f9; }
.es-plan-head h3 { font-size: 20px; font-weight: 700; color: #0a1628; margin-bottom: 6px; }
.es-plan-tagline { font-size: 13px; font-weight: 300; color: #516070; margin-bottom: 16px; }
.es-plan-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; color: #14532d; background: #dcfce7; border: 1px solid #bbf7d0; border-radius: 50px; padding: 3px 10px; margin-bottom: 16px; }
.es-plan-pages { font-size: 28px; font-weight: 800; color: #253a8f; line-height: 1; margin-bottom: 4px; }
.es-plan-pages-lbl { font-size: 12px; font-weight: 300; color: #516070; }
.es-plan-keywords { font-size: 13px; font-weight: 600; color: #374151; margin-top: 10px; }
.es-plan-body { padding: 24px 28px; flex: 1; }
.es-plan-section-title { font-size: 10px; font-weight: 800; color: #475569; /* was #94a3b8 → #475569 ~6.0:1 ✓ */ text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 10px; }
.es-plan-features { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 8px; }
.es-plan-features li { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; font-weight: 300; color: #374151; line-height: 1.45; }
.es-plan-features li .es-tick { flex-shrink: 0; width: 16px; height: 16px; border-radius: 50%; background: #dcfce7; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.es-plan-features li .es-tick svg { width: 9px; height: 9px; }
.es-plan-features li .es-cross { flex-shrink: 0; width: 16px; height: 16px; border-radius: 50%; background: #fee2e2; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.es-plan-features li .es-cross svg { width: 9px; height: 9px; }
.es-plan-divider { height: 1px; background: #f1f5f9; margin: 16px 0; }
.es-plan-footer { padding: 0 28px 28px; }
/* Modal trigger button — exact pattern from GAM page */
.es-plan-body-wrap { flex: 1; display: flex; flex-direction: column; }
.es-plan-cta {
  display: block !important; text-align: center !important;
  padding: 13px 24px; border-radius: 50px;
  font-size: 15px; font-weight: 700;
  text-decoration: none; cursor: pointer; border: none !important;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  margin-top: auto;
}
.es-plan-cta--silver { background: #f0f4ff !important; color: #253a8f !important; border: 2px solid #253a8f !important; }
.es-plan-cta--silver:hover { background: #253a8f !important; color: #fff !important; transform: translateY(-2px); }
.es-plan-cta--gold   { background: linear-gradient(135deg,#253a8f,#29abe2) !important; color: #fff !important; }
.es-plan-cta--gold:hover { background: linear-gradient(135deg,#1a2f6e,#1a8fc4) !important; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,58,143,0.35); color: #fff !important; text-decoration: none; }
.es-plan-cta--platinum { background: var(--es-lime) !important; color: #0a1628 !important; }
.es-plan-cta--platinum:hover { background: #b8e020 !important; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(202,239,69,0.35); color: #0a1628 !important; text-decoration: none; }

/* ══════ FULL COMPARISON TABLE ══════════════════════════════ */
.es-table-sec { padding: 80px 0; }
.es-table-head { text-align: center; margin-bottom: 48px; }
.es-table-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #0a1628; margin-bottom: 12px; }
.es-table-head p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 65%; margin: 0 auto; }
.es-table-wrap { border-radius: 16px; overflow: hidden; border: 1px solid #e4ecf2; box-shadow: 0 4px 24px rgba(0,0,0,0.05); }
.es-table-row { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; }
.es-table-row + .es-table-row { border-top: 1px solid #f1f5f9; }
.es-table-head-row { background: #0a1628; }
.es-table-head-row .es-tc { font-size: 13px; font-weight: 700; color: #fff; padding: 16px 18px; }
.es-table-head-row .es-tc:first-child { color: rgba(255,255,255,0.5); }
.es-table-head-row .es-tc--gold { color: #caef45 !important; }
.es-table-section-row { background: #f0f4ff; }
.es-table-section-row .es-tc { font-size: 11px; font-weight: 800; color: #253a8f; text-transform: uppercase; letter-spacing: 0.1em; padding: 10px 18px; }
.es-tc { padding: 13px 18px; font-size: 13px; color: #374151; display: flex; align-items: center; }
.es-tc:not(:last-child) { border-right: 1px solid #f1f5f9; }
.es-tc--feature { font-weight: 500; color: #0a1628; }
.es-tc--val { justify-content: center; text-align: center; font-weight: 600; }
.es-tc--check { justify-content: center; }
.es-table-row:nth-child(even):not(.es-table-head-row):not(.es-table-section-row) { background: #fafbff; }
/* tick/cross SVG inline */
.es-check-icon { color: #14532d; }
.es-cross-icon { color: #94a3b8; }
/* CTA row at bottom */
.es-table-cta-row { background: #f8fafc; border-top: 2px solid #e4ecf2; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; }
.es-table-cta-row .es-tc { padding: 20px 18px; justify-content: center; }

/* ══════ CUSTOM PLAN CTA ════════════════════════════════════ */
.es-custom-band {
  background: linear-gradient(135deg,#020c1b 0%,#1a3a6e 40%,#020c1b 100%);
  border-radius: 20px; padding: 44px 48px; margin: 56px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  border: 1px solid rgba(37,58,143,0.3);
}
.es-custom-band h2 { font-size: clamp(1.4rem,2.2vw,1.75rem); font-weight: 700; color: #fff; margin-bottom: 8px; }
.es-custom-band h2 span { color: var(--es-lime); }
.es-custom-band p { font-size: 15px; font-weight: 300; color: var(--es-muted); margin: 0; }
.es-custom-cta { display: inline-flex; align-items: center; background: var(--es-lime); color: #0a1628; font-size: 15px; font-weight: 700; padding: 13px 28px; border-radius: 50px; text-decoration: none; white-space: nowrap; transition: background 0.2s, transform 0.15s; }
.es-custom-cta:hover { background: #b8e020; transform: translateY(-2px); text-decoration: none; color: #0a1628; }

/* ══════ CAPABILITIES — 2×4 grid cards ══════════════════════ */
.es-cap-sec { padding: 80px 0; background: #f8fafc; }
.es-cap-head { text-align: center; margin-bottom: 52px; }
.es-cap-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #0a1628; margin-bottom: 12px; }
.es-cap-head p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 65%; margin: 0 auto; }
.es-cap-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.es-cap-card { background: #fff; border: 1px solid #e4ecf2; border-radius: 18px; padding: 26px 22px; position: relative; overflow: hidden; transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s; }
.es-cap-card:hover { box-shadow: 0 16px 48px rgba(37,58,143,0.1); transform: translateY(-4px); border-color: #253a8f; }
.es-cap-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,#253a8f,#29abe2); opacity: 0; transition: opacity 0.25s; }
.es-cap-card:hover::before { opacity: 1; }
.es-cap-icon { width: 48px; height: 48px; border-radius: 13px; background: #f0f4ff; border: 1px solid #dce4ff; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.es-cap-icon svg { width: 26px; height: 26px; color: #253a8f; }
.es-cap-card h3 { font-size: 14px; font-weight: 700; color: #0a1628; margin-bottom: 8px; }
.es-cap-card p { font-size: 12.5px; font-weight: 300; color: #516070; line-height: 1.65; margin: 0; }

/* ══════ HOW WE STRATEGIZE — 4 horizontal cards ═════════════ */
.es-strategy-sec { padding: 80px 0; }
.es-strategy-head { text-align: center; margin-bottom: 52px; }
.es-strategy-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #0a1628; margin-bottom: 12px; }
.es-strategy-head p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 65%; margin: 0 auto; }
.es-strategy-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.es-strategy-card { background: #fff; border: 1px solid #e4ecf2; border-radius: 18px; overflow: hidden; display: flex; transition: box-shadow 0.25s, transform 0.25s; }
.es-strategy-card:hover { box-shadow: 0 16px 48px rgba(37,58,143,0.1); transform: translateY(-4px); }
.es-strategy-card-img { flex: 0 0 140px; overflow: hidden; }
.es-strategy-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s; display: block; }
.es-strategy-card:hover .es-strategy-card-img img { transform: scale(1.06); }
.es-strategy-card-body { flex: 1; padding: 22px 20px; }
.es-strategy-num { font-size: 11px; font-weight: 800; color: #253a8f; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 6px; }
.es-strategy-card-body h3 { font-size: 15px; font-weight: 700; color: #0a1628; margin-bottom: 8px; line-height: 1.3; }
.es-strategy-card-body p { font-size: 13px; font-weight: 300; color: #516070; line-height: 1.65; margin: 0; }

/* ══════ CTA BAND ════════════════════════════════════════════ */
.es-cta-band { position: relative; overflow: hidden; background: linear-gradient(135deg,#020c1b 0%,#1a3a6e 40%,#020c1b 100%); border-radius: 24px; padding: 64px 56px; margin-bottom: 80px; border: 1px solid rgba(37,58,143,0.2); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 48px; }
.es-cta-band::before { content: ''; position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; background: radial-gradient(circle,rgba(22,163,74,0.12) 0%,transparent 65%); pointer-events: none; }
.es-cta-band::after { content: ''; position: absolute; bottom: 28px; left: 56px; width: 80px; height: 3px; background: linear-gradient(90deg,#253a8f,#29abe2,#caef45); border-radius: 3px; }
.es-cta-eyebrow { font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--es-lime); margin-bottom: 12px; display: block; }
.es-cta-band h2 { font-size: clamp(1.5rem,2.4vw,2rem); font-weight: 700; color: #fff; line-height: 1.3; margin: 0 0 20px; }
.es-cta-band h2 span { color: var(--es-lime); }
.es-cta-stats { display: flex; gap: 28px; flex-wrap: wrap; }
.es-cta-stat-val { font-size: 20px; font-weight: 800; color: #fff; line-height: 1; }
.es-cta-stat-lbl { font-size: 11px; color: var(--es-muted); }
.es-cta-btns { display: flex; flex-direction: column; gap: 12px; align-items: center; min-width: 200px; position: relative; z-index: 1; }
.es-cta-btn { display: flex; align-items: center; justify-content: center; width: 100%; background: var(--es-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; }
.es-cta-btn:hover { background: #b8e020; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(202,239,69,0.4); color: #0a1628; text-decoration: none; }
.es-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; }
.es-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; }
.es-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) {
  .es-plans-grid { grid-template-columns: repeat(2,1fr); }
  .es-cap-grid { grid-template-columns: repeat(2,1fr); }
  .es-stats-inner { grid-template-columns: repeat(2,1fr); }
  .es-cta-band { grid-template-columns: 1fr; gap: 32px; padding: 44px 36px; }
  .es-cta-btns { flex-direction: row; width: 100%; }
  .es-cta-btn { flex: 1; }
  .es-custom-band { flex-direction: column; text-align: center; padding: 36px 28px; }
  .es-plans-head p, .es-table-head p, .es-cap-head p, .es-strategy-head p { width: 100%; }
}
@media (max-width: 768px) {
  .es-plans-grid { grid-template-columns: 1fr; }
  .es-cap-grid { grid-template-columns: repeat(2,1fr); }
  .es-strategy-grid { grid-template-columns: 1fr; }
  .es-strategy-card { flex-direction: column; }
  .es-strategy-card-img { flex: none; height: 180px; width: 100%; }
  .es-plans-sec, .es-table-sec, .es-cap-sec, .es-strategy-sec { padding: 48px 0; }
  .es-cta-band { padding: 36px 24px; margin-bottom: 48px; }
  .es-cta-band::after { left: 24px; }
  .es-cta-btns { flex-direction: column; }
  .es-table-row { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
  /* CTA row: stack to 2-col so buttons never clip */
  .es-table-cta-row { grid-template-columns: 1fr; gap: 0; }
  .es-table-cta-row .es-tc:first-child { display: none; }
  .es-table-cta-row .es-tc { border-top: 1px solid #e4ecf2; padding: 12px 16px; justify-content: stretch; }
  .es-table-cta-row .es-tc > div { width: 100%; }
  .es-plan-cta { font-size: 14px !important; padding: 12px 16px !important; white-space: normal !important; text-align: center !important; border-radius: 12px !important; }
  .es-tc { padding: 10px 10px; font-size: 12px; }
  .es-table-head-row .es-tc { font-size: 11px; padding: 12px 10px; }
}
@media (max-width: 480px) {
  .es-cap-grid { grid-template-columns: 1fr; }
  .es-stats-inner { grid-template-columns: 1fr; }
}
