/* =====================================================
   EZ RANKINGS — SAAS PAGE
   Color theme updated to match db-page design system:
     Primary:   #0a0a0a  (was #11559b blue)
     Accent:    #f5cf3b  (was #f5c400 yellow)
     Background:#ffffff
   ===================================================== */

.ez-saas {
  background: #ffffff;
  color: #111111;
  overflow-x: hidden;
}

/* ── TYPOGRAPHY ── */
.ez-saas h1, .ez-saas h2, .ez-saas h3, .ez-saas h4 {
  font-weight: 700;
  color: #000000;
}
.ez-saas p { color: #444444; line-height: 1.7; margin: 0; }

/* ── SHARED UTILITIES ── */
.ez-saas .ez-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0a0a0a;           /* was #11559b */
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.ez-saas .ez-label::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #f5cf3b;      /* was #f5c400 */
  border-radius: 2px;
}
.ez-saas .ez-accent-bar {
  width: 44px; height: 4px;
  background: #f5cf3b;      /* was #f5c400 */
  border-radius: 2px;
  margin-bottom: 14px;
}

/* Buttons */
.ez-saas .ez-btn-primary {
  background: #0a0a0a;      /* was #11559b */
  color: #fff;
  font-size: 14px; font-weight: 600;
  padding: 12px 26px; border-radius: 7px;
  border: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.ez-saas .ez-btn-primary:hover {
  background: #f5cf3b;
  color: #0a0a0a;
  transform: translateY(-1px);
}

.ez-saas .ez-btn-yellow {
  background: #f5cf3b;      /* was #f5c400 */
  color: #0a0a0a;           /* was #000 */
  font-size: 14px; font-weight: 700;
  padding: 12px 26px; border-radius: 7px;
  border: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.ez-saas .ez-btn-yellow:hover {
  background: #e0b200;
  transform: translateY(-1px);
  color: #0a0a0a;
}

.ez-saas .ez-btn-secondary {
    background: #ffffff;
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 26px;
    border-radius: 7px;
    border: 2px solid #0a0a0a;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.2s;
    border: 1px solid #fff;
}
.ez-saas .ez-btn-secondary:hover {
  background: #0a0a0a;      /* was #11559b */
  color: #f5cf3b;
}

.ez-saas .ez-btn-outline-white {
  background: transparent; color: #fff;
  font-size: 14px; font-weight: 600;
  padding: 11px 26px; border-radius: 7px;
  border: 2px solid rgba(255,255,255,0.45); cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none;
  transition: all 0.2s;
}
.ez-saas .ez-btn-outline-white:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.1);
  color: #fff;
}

/* chip */
.ez-saas .ez-chip {
  font-size: 11px; font-weight: 600;
  padding: 4px 12px; border-radius: 30px;
  background: #fdf6c3;      /* was #eff6ff */
  color: #0a0a0a;           /* was #11559b */
  border: 1px solid #f5cf3b; /* was #bfdbfe */
  display: inline-block;
}

/* ─────────────────────────────────────────
   HERO
───────────────────────────────────────── */
.ez-saas .saas-hero {
  background: #0a0a0a;
  padding: 50px 32px 50px;
  position: relative;
  overflow: hidden;
}
.ez-saas .saas-hero::before {
  content: '';
  position: absolute; top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(245,207,59,0.08) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
}
.ez-saas .saas-hero::after {
  content: '';
  position: absolute; bottom: -60px; left: -60px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(245,207,59,0.05) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
}

.ez-saas .saas-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245,207,59,0.12);
  color: #f5cf3b;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
  border: 1px solid rgba(245,207,59,0.35);
  margin-bottom: 0;
}

.ez-saas .saas-hero h1 {
  font-size: clamp(30px, 4.5vw, 50px);
  font-weight: 800;
  line-height: 1.13;
  color: #ffffff;
  max-width: 720px;
  margin-bottom: 22px;
  margin-top: 15px;
}
.ez-saas .saas-hero h1 .ez-hl {
  color: #ffffff;
  position: relative; display: inline-block;
}
.ez-saas .saas-hero h1 .ez-hl::after {
  content: '';
  position: absolute; bottom: 2px; left: 0;
  width: 100%; height: 4px;
  background: #f5cf3b;
  border-radius: 2px;
}
.ez-saas .saas-hero h1 .ez-green {
  color: #22c55e;
}

.ez-saas .saas-hero p {
  font-size: 16px; color: #c4c4c4; max-width: 560px;
  line-height: 1.75; margin-bottom: 34px;
}

.ez-saas .saas-hero-ctas {
  display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px;
}

.ez-saas .saas-trust-strip {
  display: flex; flex-wrap: wrap; gap: 20px;
  border-top: 1px solid rgba(255,255,255,0.12); padding-top: 28px;
}
.ez-saas .saas-trust-pill {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 500; color: #aaaaaa;
}
.ez-saas .saas-trust-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #22c55e; flex-shrink: 0;
}

/* Hero deco */
.ez-saas .saas-hero-deco {
  border-radius: 16px;
  padding: 24px;
  position: relative;
}
.saas-hero-deco img { width: 100%; }

.ez-saas .saas-hero-deco .deco-label {
  font-size: 11px; font-weight: 600; color: #0a0a0a; /* was #11559b */
  text-transform: uppercase; letter-spacing: 0.08em;
  margin-bottom: 16px; display: flex; align-items: center; gap: 6px;
}
.ez-saas .deco-metric-row {
  display: flex; gap: 10px; margin-bottom: 14px;
}
.ez-saas .deco-metric {
  flex: 1; background: #f8f9fc; border-radius: 10px;
  padding: 12px; text-align: center;
}
.ez-saas .deco-metric .dm-val {
  font-size: 20px; font-weight: 800;
  color: #0a0a0a;           /* was #11559b */
  line-height: 1;
}
.ez-saas .deco-metric .dm-lbl {
  font-size: 10px; color: #888; margin-top: 3px;
}
.ez-saas .deco-metric.yellow .dm-val { color: #b45309; }
.ez-saas .deco-metric.green .dm-val  { color: #16a34a; }

/* mini bar chart */
.ez-saas .deco-bars {
  display: flex; align-items: flex-end; gap: 5px; height: 56px; margin-top: 8px;
}
.ez-saas .deco-bar-col {
  flex: 1; border-radius: 4px 4px 0 0;
  background: #e5e5e5;      /* was #bfdbfe */
  transition: background 0.2s;
}
.ez-saas .deco-bar-col.active { background: #0a0a0a; } /* was #11559b */
.ez-saas .deco-bar-col.gold  { background: #f5cf3b; }  /* was #f5c400 */
.ez-saas .deco-trend-lbl {
  display: flex; justify-content: space-between; margin-top: 6px;
}
.ez-saas .deco-trend-lbl span { font-size: 9px; color: #aaa; }

/* ─────────────────────────────────────────
   STAT STRIP
───────────────────────────────────────── */
.ez-saas .saas-stat-strip

 {
    background: #f5cf3b;
    padding: 0;
}
.ez-saas .saas-stat-inner {
  display: flex; flex-wrap: wrap;
}
.ez-saas .saas-stat-item {
  flex: 1; min-width: 160px;
  text-align: center; padding: 32px 24px;
  border-right: 1px solid rgba(255,255,255,0.12);
}
.ez-saas .saas-stat-item:last-child { border-right: none; }
.ez-saas .saas-stat-num {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    line-height: 1;
}
.ez-saas .saas-stat-desc {
    font-size: 15px;
    color: rgb(0 0 0);
    margin-top: 5px;
}

/* ─────────────────────────────────────────
   SECTIONS
───────────────────────────────────────── */
.ez-saas .saas-section { padding: 50px 32px; }
.ez-saas .saas-section-alt { background: #fafafa; } /* was #f8f9fc */

.ez-saas .saas-sec-header { margin-bottom: 40px; }
.ez-saas .saas-sec-header h2 {
  font-size: clamp(22px, 3vw, 32px); font-weight: 800;
  line-height: 1.2; margin-bottom: 12px;
}
.ez-saas .saas-sec-header p {
  font-size: 20px !important;
  color: #000000 !important;
  max-width: 100% !important;
}
.ez-saas .saas-sec-header-center {
  text-align: center; margin-bottom: 44px;
}
.ez-saas .saas-sec-header-center h2 {
  font-size: clamp(22px, 3vw, 32px); font-weight: 800;
  line-height: 1.2; margin-bottom: 12px;
}
.ez-saas .saas-sec-header-center p {
    max-width: 1000px;
    margin: 0 auto;
}

/* ─────────────────────────────────────────
   PAIN CARDS
───────────────────────────────────────── */
.ez-saas .saas-pain-card {
  background: #fff; border: 1px solid #e8e8e8;
  border-radius: 12px; padding: 26px;
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
  height: 100%;
}
.ez-saas .saas-pain-card:hover {
  box-shadow: 0 12px 40px rgba(10,10,10,0.09); /* was blue */
  transform: translateY(-3px);
  border-color: #f5cf3b;   /* was #bfdbfe */
}
.ez-saas .saas-pain-icon {
  width: 50px; height: 50px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; margin-bottom: 16px;
}
.ez-saas .saas-pain-card h3 {
  font-size: 20px; font-weight: 700; margin-bottom: 8px; color: #000;
}
.ez-saas .saas-pain-card p {
  color: #191717;
  line-height: 1.65;
}

/* ─────────────────────────────────────────
   PILLAR
───────────────────────────────────────── */
.ez-saas .saas-pillar {
  border: 1px solid #e8e8e8; border-radius: 14px;
  overflow: hidden; margin-bottom: 20px;
  transition: box-shadow 0.25s;
}
.ez-saas .saas-pillar:hover {
  box-shadow: 0 10px 40px rgba(10,10,10,0.09); /* was blue */
}
.ez-saas .saas-pillar-head {
  padding: 22px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.ez-saas .saas-pillar-head.blue-head  { background: #0a0a0a; } /* was #11559b */
.ez-saas .saas-pillar-head.navy-head  { background: #1a1a1a; } /* was #0d3b6e */
.ez-saas .saas-pillar-head.green-head { background: #14532d; }

.ez-saas .saas-pillar-title {
  font-size: 17px; font-weight: 700; color: #fff;
  display: flex; align-items: center; gap: 10px;
}
.ez-saas .saas-pillar-tag {
  font-size: 11px; font-weight: 600; padding: 4px 12px;
  border-radius: 30px; white-space: nowrap;
}
.ez-saas .saas-pillar-tag.blue-tag  { background: rgba(245,207,59,0.18); color: #f5cf3b; } /* was blue tint */
.ez-saas .saas-pillar-tag.navy-tag  { background: rgba(255,255,255,0.15); color: #e5e5e5; } /* was indigo */
.ez-saas .saas-pillar-tag.green-tag { background: rgba(255,255,255,0.15); color: #bbf7d0; }

.ez-saas .saas-pillar-body {
  background: #fff; padding: 26px 28px;
}
.ez-saas .saas-pillar-body > p {
  color: #1e1e1e;
  line-height: 1.7;
  margin-bottom: 20px;
}
.ez-saas .saas-sub-cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px;
}
.ez-saas .saas-sub-card {
  background: #fafafa;      /* was #f8f9fc */
  border-radius: 10px; padding: 16px;
  border: 1px solid #f0f0f0;
}
.ez-saas .saas-sub-card h4 {
  font-size: 16px; font-weight: 700; margin-bottom: 5px; color: #000;
}
.ez-saas .saas-sub-card p {
  font-size: 14px; color: #141313; line-height: 1.55;
}

.ez-saas .saas-pillar-cta {
  font-size: 13px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 6px;
  text-decoration: none; transition: gap 0.2s;
}
.ez-saas .saas-pillar-cta.blue-cta  { color: #0a0a0a; }  /* was #11559b */
.ez-saas .saas-pillar-cta.navy-cta  { color: #1a1a1a; }  /* was #0d3b6e */
.ez-saas .saas-pillar-cta.green-cta { color: #14532d; }
.ez-saas .saas-pillar-cta:hover { gap: 10px; }

/* Pillar sub-card icon colors */
.ez-saas .saas-sub-card h4 i[style*="color:#11559b"] {
  color: #0a0a0a !important;
}
.ez-saas .saas-sub-card h4 i[style*="color:#14532d"] {
  color: #14532d !important;
}

/* ─────────────────────────────────────────
   MID CTA BANNER
───────────────────────────────────────── */
.ez-saas .saas-cta-banner {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%); /* was blue */
  border-radius: 16px; padding: 48px;
  display: flex; align-items: center; gap: 40px;
  position: relative; overflow: hidden;
}
.ez-saas .saas-cta-banner::before {
  content: '';
  position: absolute; top: -50px; right: -50px;
  width: 200px; height: 200px;
  background: rgba(245,207,59,0.12); /* was yellow tint */
  border-radius: 50%; pointer-events: none;
}
.ez-saas .saas-cta-banner-left { flex: 1; position: relative; }
.ez-saas .saas-cta-banner-left h2 {
  font-size: clamp(20px, 2.5vw, 28px); font-weight: 800;
  color: #fff; margin-bottom: 10px;
}
.ez-saas .saas-cta-banner-left p {
  color: rgb(255 255 255);
  line-height: 1.7;
  margin-bottom: 22px;
}
.ez-saas .saas-cta-btns {
  display: flex; gap: 12px; flex-wrap: wrap;
}

/* mini form on right */
.ez-saas .saas-cta-form {
  width: 299px; flex-shrink: 0;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 12px; padding: 20px;
  position: relative; z-index: 99999;
}
.ez-saas .saas-cta-form .cf-label {
  font-size: 12px; font-weight: 700; color: #fff; margin-bottom: 14px;
}
.ez-saas .saas-cta-form .cf-field {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 7px; height: 36px; margin-bottom: 10px;
  padding: 0 12px;
  display: flex; align-items: center;
}
.ez-saas .saas-cta-form .cf-field span {
  font-size: 11px; color: rgba(255,255,255,0.6);
}
.ez-saas .saas-cta-form .cf-field input {
  background: transparent; border: none;
  color: #fff;
}
.ez-saas .saas-cta-form .cf-field input::placeholder {
  color: #fff; font-size: 14px;
}
.ez-saas .saas-cta-form .cf-field i { color: #fff; }
.ez-saas .saas-cta-form .cf-field input:focus-visible {
  background: transparent; border: none !important;
  color: #fff; filter: none; font-size: 12px; outline: 0;
}
.ez-saas .saas-cta-form .cf-submit {
  background: #f5cf3b;      /* was #f5c400 */
  color: #0a0a0a; font-size: 14px; font-weight: 700;
  padding: 12px 26px; border-radius: 7px; border: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.ez-saas .saas-cta-form .cf-submit span {
  font-size: 12px; font-weight: 700; color: #0a0a0a;
}

/* ─────────────────────────────────────────
   PROCESS
───────────────────────────────────────── */
.ez-saas .saas-process-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border: 1px solid #e8e8e8; border-radius: 14px; overflow: hidden;
}
.ez-saas .saas-proc-step {
  padding: 28px 22px;
  border-right: 1px solid #e8e8e8;
  position: relative;
}
.ez-saas .saas-proc-step:last-child { border-right: none; }
.ez-saas .saas-proc-step:hover { background: #fafafa; }

.ez-saas .saas-proc-num {
  font-size: 36px; font-weight: 800;
  color: #f5cf3b;           /* was #000000 */
  line-height: 1; margin-bottom: 10px;
}
.ez-saas .saas-proc-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: #fdf6c3;      /* was #eff6ff */
  color: #0a0a0a;           /* was #11559b */
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; margin-bottom: 12px;
}
.ez-saas .saas-proc-title {
  font-size: 20px; font-weight: 700; color: #000; margin-bottom: 6px;
}
.ez-saas .saas-proc-desc {
  color: #010101; line-height: 1.6;
}

/* ─────────────────────────────────────────
   CASE STUDIES
───────────────────────────────────────── */
.ez-saas .saas-case-card {
  background: #fff; border: 1px solid #e8e8e8;
  border-radius: 14px; overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s;
  height: 100%;
}
.ez-saas .saas-case-card:hover {
  box-shadow: 0 14px 44px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}
.ez-saas .saas-case-top {
  padding: 26px 26px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.ez-saas .saas-case-label {
  font-size: 11px; font-weight: 700; color: #0a0a0a; /* was #11559b */
  text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 10px;
  display: flex; align-items: center; gap: 6px;
}
.ez-saas .saas-case-top h3 {
  font-size: 20px; font-weight: 800;
  line-height: 1.3; margin-bottom: 10px; color: #000;
}
.ez-saas .saas-case-top p { color: #0b0b0b; line-height: 1.65; }

.ez-saas .saas-case-stats {
  padding: 18px 26px; background: #fafafa; /* was #f8f9fc */
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.ez-saas .saas-case-stat-num {
  font-size: 26px; font-weight: 800;
  color: #198754; line-height: 1;
}
.ez-saas .saas-case-stat-num.yellow { color: #b45309; }
.ez-saas .saas-case-stat-lbl { font-size: 11px; color: #888; margin-top: 3px; }

.ez-saas .saas-case-link {
  padding: 14px 26px;
  display: flex; align-items: center; justify-content: space-between;
}
.ez-saas .saas-case-link a {
  font-size: 13px; font-weight: 600; color: #0a0a0a; /* was #11559b */
  text-decoration: none;
  display: flex; align-items: center; gap: 6px; transition: gap 0.2s;
}
.ez-saas .saas-case-link a:hover { gap: 10px; color: #f5cf3b; }

/* ─────────────────────────────────────────
   TESTIMONIALS
───────────────────────────────────────── */
.ez-saas .saas-testi-card {
  background: #fff; border: 1px solid #e8e8e8;
  border-radius: 14px; padding: 28px;
  transition: box-shadow 0.25s; height: 100%;
}
.ez-saas .saas-testi-card:hover {
  box-shadow: 0 10px 36px rgba(10,10,10,0.08); /* was blue */
}
.ez-saas .saas-stars {
  color: #f5cf3b;           /* was #f5c400 */
  font-size: 13px; margin-bottom: 12px; letter-spacing: 2px;
}
.ez-saas .saas-testi-quote {
  color: #000000; line-height: 1.7;
  font-style: italic; margin-bottom: 20px; position: relative;
}
.ez-saas .saas-testi-quote::before {
  content: '"';
  font-size: 56px;
  color: #f5cf3b;           /* was #f5c400 */
  line-height: 1; display: block; margin-bottom: -8px;
}
.ez-saas .saas-testi-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 17px;
}
.ez-saas .saas-testi-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; flex-shrink: 0;
}
/* Override inline avatar background to match new palette */
.ez-saas .saas-testi-avatar[style*="background:#eff6ff"] {
  background: #fdf6c3 !important; /* was #eff6ff */
  color: #0a0a0a !important;       /* was #11559b */
}
.ez-saas .saas-testi-name { font-size: 14px; font-weight: 700; color: #000; }
.ez-saas .saas-testi-role { font-size: 12px; color: #888; margin-top: 2px; }

/* ─────────────────────────────────────────
   DIFFERENTIATORS
───────────────────────────────────────── */
.ez-saas .saas-diff-card {
  background: #fff; border: 1px solid #e8e8e8;
  border-radius: 12px; padding: 24px;
  transition: box-shadow 0.2s, border-color 0.2s; height: 100%;
}
.ez-saas .saas-diff-card:hover {
  box-shadow: 0 8px 30px rgba(10,10,10,0.08); /* was blue */
  border-color: #f5cf3b;   /* was #bfdbfe */
}
.ez-saas .saas-diff-num {
  font-size: 12px; font-weight: 700;
  color: #f5cf3b;           /* was #f5c400 */
  background: #0a0a0a;      /* was #000 */
  display: inline-block; padding: 2px 9px; border-radius: 30px;
  margin-bottom: 10px; width: 40px; height: 40px;
  display: flex; justify-content: center; align-items: center;
}
.ez-saas .saas-diff-card h3 {
  font-size: 20px; font-weight: 700; margin-bottom: 8px; color: #000;
}
.ez-saas .saas-diff-card p { color: #090909; line-height: 1.6; }

/* Diff card icon colors */
.ez-saas .saas-diff-card h3 i[style*="color:#11559b"] {
  color: #0a0a0a !important;
}

/* ─────────────────────────────────────────
   FAQ
───────────────────────────────────────── */
.ez-saas .saas-faq-item { border-bottom: 1px solid #f0f0f0; }
.ez-saas .saas-faq-btn {
  background: none; border: none; width: 100%; text-align: left;
  padding: 20px 0; font-size: 20px; font-weight: 600; color: #000;
  display: flex; align-items: center; justify-content: space-between;
  cursor: pointer; gap: 16px;
}
.ez-saas .saas-faq-icon {
  width: 43px; height: 43px; border-radius: 50%;
  background: #fdf6c3;      /* was #eff6ff */
  color: #0a0a0a;           /* was #11559b */
  display: flex; align-items: center; justify-content: center;
  font-size: 23px; flex-shrink: 0;
  transition: background 0.2s, transform 0.3s;
}
.ez-saas .saas-faq-btn[aria-expanded="true"] .saas-faq-icon {
  background: #0a0a0a;      /* was #11559b */
  color: #f5cf3b;           /* was #fff */
  transform: rotate(45deg);
}
.ez-saas .saas-faq-ans {
  color: #040404; line-height: 1.7; padding-bottom: 20px;
}

/* ─────────────────────────────────────────
   RELATED SERVICES
───────────────────────────────────────── */
.ez-saas .saas-related-card {
  background: #fff; border: 1px solid #e8e8e8;
  border-radius: 12px; padding: 24px;
  display: flex; flex-direction: column; gap: 8px;
  transition: box-shadow 0.2s, transform 0.2s; height: 100%;
}
.ez-saas .saas-related-card:hover {
  box-shadow: 0 8px 30px rgba(10,10,10,0.09); /* was blue */
  transform: translateY(-2px);
}
.ez-saas .saas-related-tag {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: #0a0a0a;           /* was #11559b */
  display: flex; align-items: center; gap: 5px;
}
.ez-saas .saas-related-card h3 {
  font-size: 19px; font-weight: 700; color: #000;
}
.ez-saas .saas-related-card p { color: #080707; line-height: 1.6; flex: 1; }
.ez-saas .saas-related-link {
  font-size: 13px; font-weight: 600;
  color: #0a0a0a;           /* was #11559b */
  text-decoration: none;
  display: flex; align-items: center; gap: 6px; transition: gap 0.2s, color 0.2s;
  margin-top: 4px;
}
.ez-saas .saas-related-link:hover { gap: 10px; color: #f5cf3b; }

/* ─────────────────────────────────────────
   BOTTOM CTA
───────────────────────────────────────── */
.ez-saas .saas-bottom-cta {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%); /* was blue */
  padding: 80px 32px; text-align: center; position: relative; overflow: hidden;
}
.ez-saas .saas-bottom-cta::before {
  content: '';
  position: absolute; top: -80px; left: 50%; transform: translateX(-50%);
  width: 400px; height: 400px;
  background: rgba(245,207,59,0.08); /* was yellow tint */
  border-radius: 50%; pointer-events: none;
}
.ez-saas .saas-bottom-cta h2 {
  font-size: clamp(24px, 3.5vw, 36px); font-weight: 800;
  color: #fff; margin-bottom: 12px; position: relative;
}
.ez-saas .saas-bottom-cta p {
  color: rgb(255 255 255);
  max-width: 900px; margin: 0 auto 28px;
  line-height: 1.7; position: relative;
}
.ez-saas .saas-bcta-btns {
  display: flex; gap: 14px; justify-content: center;
  flex-wrap: wrap; margin-bottom: 20px; position: relative;
}
.ez-saas .saas-bcta-pills {
  display: flex; gap: 10px; justify-content: center;
  flex-wrap: wrap; position: relative;
}
.ez-saas .saas-bcta-pill {
  font-size: 11px; font-weight: 500;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 30px; padding: 4px 12px;
  color: rgba(255,255,255,0.65);
}

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 991.98px) {
  .ez-saas .saas-cta-banner { flex-direction: column; }
  .ez-saas .saas-cta-form { width: 100%; }
  .ez-saas .saas-process-grid { grid-template-columns: 1fr 1fr; }
  .ez-saas .saas-proc-step:nth-child(2) { border-right: none; }
  .ez-saas .saas-proc-step { border-bottom: 1px solid #e8e8e8; }
  .ez-saas .saas-proc-step:nth-child(3),
  .ez-saas .saas-proc-step:nth-child(4) { border-bottom: none; }
  .ez-saas .saas-sub-cards { grid-template-columns: 1fr; }
  .ez-saas .saas-section { padding: 60px 20px; }
}

@media (max-width: 767.98px) {
  .ez-saas .saas-hero { padding: 60px 20px 52px; }
  .ez-saas .saas-hero-ctas { flex-direction: column; }
  .ez-saas .saas-cta-banner { padding: 32px 22px; }
  .ez-saas .saas-process-grid { grid-template-columns: 1fr; }
  .ez-saas .saas-proc-step { border-right: none; border-bottom: 1px solid #e8e8e8; }
  .ez-saas .saas-proc-step:last-child { border-bottom: none; }
  .ez-saas .saas-sub-cards { grid-template-columns: 1fr; gap: 10px; }
  .ez-saas .saas-bcta-btns { flex-direction: column; align-items: center; }
}

@media (max-width: 575.98px) {
  .ez-saas .saas-stat-item { min-width: 50%; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .ez-saas .saas-cta-btns { flex-direction: column; }
}