/* ============================================================
   MOBILE-APP-ANALYTICS-PAGE.CSS — Sage Titans
   ============================================================ */
:root {
  --maa-dark:   #020c1b;
  --maa-navy:   #0a1628;
  --maa-blue:   #4285f4;
  --maa-green:  #34a853;
  --maa-orange: #fbbc04;
  --maa-red:    #ea4335;
  --maa-lime:   #caef45;
  --maa-accent: #29abe2;
  --maa-text:   rgba(255,255,255,0.82);
  --maa-muted:  rgba(255,255,255,0.55);
  --maa-r:      16px;
}

/* ══════ 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 75% 30%, rgba(66,133,244,0.2) 0%, transparent 45%),
    radial-gradient(circle at 15% 70%, rgba(52,168,83,0.15) 0%, transparent 45%),
    linear-gradient(150deg, #020c1b 0%, #0a1f3f 55%, #020c1b 100%);
}
.maa-ban-sec {
  display: flex; align-items: center;
  justify-content: space-between; gap: 48px; flex-wrap: nowrap;
}
.maa-ban-content { flex: 1 1 auto; min-width: 0; max-width: 540px; }
.maa-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;
}
.maa-ban-content h1 span { color: var(--maa-lime); }
.maa-ban-content > p { font-size: 17px; font-weight: 300; color: var(--maa-text); line-height: 1.75; margin-bottom: 28px; }
.maa-ban-checklist { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 10px; }
.maa-ban-checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--maa-text); line-height: 1.5; }
.maa-ban-checklist li svg { flex-shrink: 0; margin-top: 2px; }
.maa-hero-cta {
  display: inline-flex; align-items: center;
  background: var(--maa-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;
}
.maa-hero-cta:hover { background: #b8e020; transform: translateY(-2px); text-decoration: none; color: #0a1628; }

/* ══════ FIREBASE APP DASHBOARD WIDGET ═══════════════════════ */
.maa-widget {
  flex: 0 0 460px; min-width: 300px; max-width: 460px;
  background: #1a1f2e; border-radius: 20px; padding: 0;
  overflow: hidden; height: 430px;
  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;
}
/* Header — dark Firebase-style */
.maa-w-header {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 16px; background: #12151f; border-bottom: 1px solid rgba(255,255,255,0.06);
}
.maa-w-firebase-icon { display: flex; align-items: center; gap: 7px; flex: 1; }
.maa-w-firebase-icon svg { width: 16px; height: 16px; flex-shrink: 0; }
.maa-w-title { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.85); }
.maa-w-live {
  display: flex; align-items: center; gap: 5px;
  font-size: 10px; font-weight: 700; color: #34a853;
  text-transform: uppercase; letter-spacing: 0.08em;
}
.maa-live-pulse { width: 7px; height: 7px; border-radius: 50%; background: #34a853; display: block; animation: maa-pulse 1.6s ease-in-out infinite; }
@keyframes maa-pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.35;transform:scale(0.65)} }
/* 4 KPI tiles */
.maa-w-kpis { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid rgba(255,255,255,0.06); }
.maa-w-kpi { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 12px 6px; border-right: 1px solid rgba(255,255,255,0.04); }
.maa-w-kpi:last-child { border-right: none; }
.maa-w-kpi-val { font-size: 14px; font-weight: 800; line-height: 1; }
.maa-w-kpi-val--green  { color: #34a853; }
.maa-w-kpi-val--blue   { color: #93c5fd; } /* was #4285f4 ~3.3:1 on dark → #93c5fd ~7.4:1 ✓ */
.maa-w-kpi-val--yellow { color: #fbbc04; }
.maa-w-kpi-val--red    { color: #fca5a5; } /* was #ea4335 ~3.5:1 on dark → #fca5a5 ~5.2:1 ✓ */
.maa-w-kpi-lbl { font-size: 8px; font-weight: 700; color: rgba(255,255,255,0.75); text-transform: uppercase; letter-spacing: 0.07em; text-align: center; } /* was 0.4 ~2.1:1 → 0.75 ~5.0:1 ✓ */
.maa-w-kpi-delta { font-size: 9px; font-weight: 700; }
.maa-w-kpi-delta--up   { color: #4ade80; } /* green on dark ~5.5:1 ✓ */
.maa-w-kpi-delta--down { color: #f87171; } /* red on dark ~4.9:1 ✓ */
/* Retention curve */
.maa-w-section-lbl { font-size: 9.5px; font-weight: 800; color: rgba(255,255,255,0.75); letter-spacing: 0.13em; text-transform: uppercase; padding: 10px 16px 8px; }
.maa-w-retention { padding: 0 16px 8px; height: 72px; }
.maa-w-retention svg { width: 100%; height: 100%; overflow: visible; }
/* Platform split bar */
.maa-w-platform-split { display: flex; align-items: center; gap: 10px; padding: 0 16px 10px; }
.maa-w-platform-bar { flex: 1; height: 8px; border-radius: 99px; overflow: hidden; display: flex; }
.maa-w-platform-bar-ios { height: 100%; background: linear-gradient(90deg,#4285f4,#6aa3f8); border-radius: 99px 0 0 99px; }
.maa-w-platform-bar-android { height: 100%; background: linear-gradient(90deg,#34a853,#4ec76b); border-radius: 0 99px 99px 0; }
.maa-w-platform-lbl { font-size: 9px; font-weight: 700; color: rgba(255,255,255,0.6); display: flex; align-items: center; gap: 4px; white-space: nowrap; }
.maa-w-platform-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.maa-w-platform-dot--ios { background: #6aa3f8; }
.maa-w-platform-dot--android { background: #4ec76b; }
.maa-w-events { padding: 0 16px; display: flex; flex-direction: column; gap: 9px; }
.maa-w-event-row { display: flex; align-items: center; gap: 8px; }
.maa-w-event-name { font-size: 10.5px; font-weight: 500; color: rgba(255,255,255,0.7); width: 110px; flex-shrink: 0; }
.maa-w-event-bar { flex: 1; height: 6px; background: rgba(255,255,255,0.08); border-radius: 99px; overflow: hidden; }
.maa-w-event-fill { height: 100%; border-radius: 99px; }
.maa-w-event-fill--blue   { background: linear-gradient(90deg,#4285f4,#6aa3f8); }
.maa-w-event-fill--green  { background: linear-gradient(90deg,#34a853,#4ec76b); }
.maa-w-event-fill--orange { background: linear-gradient(90deg,#fbbc04,#fcd34d); }
.maa-w-event-fill--purple { background: linear-gradient(90deg,#9c27b0,#ba68c8); }
.maa-w-event-count { font-size: 10px; font-weight: 700; color: rgba(255,255,255,0.55); width: 38px; text-align: right; flex-shrink: 0; }
/* Crash-free + footer */
.maa-w-footer {
  display: flex; justify-content: space-between; align-items: center;
  margin: 10px 16px 0; padding: 10px 14px;
  background: rgba(255,255,255,0.04); border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.07);
}
.maa-w-stat { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.maa-w-stat-val { font-size: 13px; font-weight: 800; color: rgba(255,255,255,0.9); line-height: 1; }
.maa-w-stat-val--green  { color: #34a853; }
.maa-w-stat-val--blue   { color: #93c5fd; } /* was #4285f4 ~3.3:1 on dark → #93c5fd ~7.4:1 ✓ */
.maa-w-stat-val--yellow { color: #fbbc04; }
.maa-w-stat-lbl { font-size: 8.5px; font-weight: 700; color: rgba(255,255,255,0.75); text-transform: uppercase; letter-spacing: 0.06em; text-align: center; }

/* ── BANNER RESPONSIVE ── */
@media (max-width: 1100px) { .maa-ban-sec { gap: 28px; } .maa-widget { min-width: 260px; } }
@media (max-width: 900px) {
  .inner-p-banner { padding: 110px 0 60px; min-height: auto !important; }
  .inner-p-banner .maa-ban-sec { flex-direction: column !important; align-items: stretch !important; gap: 28px !important; }
  .inner-p-banner .maa-ban-content { flex: 0 0 auto !important; max-width: 100% !important; width: 100% !important; }
  .maa-widget { max-width: 100% !important; width: 100% !important; flex: 0 0 auto !important; display: block !important; min-width: 0 !important; height: 430px !important; }
}
@media (max-width: 380px) {
  .inner-p-banner { padding: 86px 0 44px; }
  .maa-widget { display: none !important; }
  .inner-p-banner .maa-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; } }

/* ══════ 360° INTRO ══════════════════════════════════════════ */
.maa-intro-sec { padding: 80px 0; }
.maa-intro-inner { display: flex; align-items: center; gap: 64px; }
.maa-intro-img { flex-shrink: 0; max-width: 420px; width: 420px; }
.maa-intro-img img { width: 100%; border-radius: var(--maa-r); display: block; box-shadow: 0 20px 60px rgba(0,0,0,0.1); }
.maa-intro-content { flex: 1; min-width: 0; }
.maa-intro-label { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: #0369a1; margin-bottom: 14px; }
.maa-intro-label::before { content: ''; width: 18px; height: 2px; background: #0369a1; border-radius: 2px; }
.maa-intro-content h2 { font-size: clamp(1.5rem,2.6vw,2rem); font-weight: 700; color: #0a1628; margin-bottom: 14px; line-height: 1.3; }
.maa-intro-content p { font-size: 15px; font-weight: 300; color: #516070; line-height: 1.75; margin-bottom: 24px; }
.maa-intro-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 28px; }
.maa-intro-stat { background: #f8fafc; border: 1px solid #e4ecf2; border-radius: 12px; padding: 16px; text-align: center; }
.maa-intro-stat-val { font-size: 22px; font-weight: 800; color: #4285f4; line-height: 1; margin-bottom: 4px; }
.maa-intro-stat-lbl { font-size: 11px; font-weight: 300; color: #516070; line-height: 1.4; }

/* ══════ TOOLS — 4 cards ════════════════════════════════════ */
.maa-tools-sec { padding: 80px 0; background: #f8fafc; }
.maa-tools-head { text-align: center; margin-bottom: 52px; }
.maa-tools-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #0a1628; margin-bottom: 12px; }
.maa-tools-head p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 65%; margin: 0 auto; }
.maa-tools-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.maa-tool-card {
  background: #fff; border: 1px solid #e4ecf2; border-radius: 18px;
  padding: 28px 22px; display: flex; flex-direction: column; gap: 16px;
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
  position: relative; overflow: hidden;
}
.maa-tool-card:hover { box-shadow: 0 16px 48px rgba(66,133,244,0.12); transform: translateY(-5px); border-color: #93c5fd; } /* was #4285f4 ~3.3:1 on dark → #93c5fd ~7.4:1 ✓ */
.maa-tool-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; opacity: 0; transition: opacity 0.25s; }
.maa-tool-card:nth-child(1)::before { background: linear-gradient(90deg,#e37400,#fbbc04); }
.maa-tool-card:nth-child(2)::before { background: linear-gradient(90deg,#ff6d00,#ffab40); }
.maa-tool-card:nth-child(3)::before { background: linear-gradient(90deg,#00a4ef,#50e6ff); }
.maa-tool-card:nth-child(4)::before { background: linear-gradient(90deg,#555,#888); }
.maa-tool-card:hover::before { opacity: 1; }
.maa-tool-logo { height: 40px; width: 160px; object-fit: contain; display: block; }
.maa-tool-card h3 { font-size: 16px; font-weight: 700; color: #0a1628; margin: 0; }
.maa-tool-features { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 7px; }
.maa-tool-features li { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 300; color: #516070; line-height: 1.45; }
.maa-tool-features li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #4285f4; flex-shrink: 0; }

/* ══════ 6 SERVICE CARDS — 2×3 grid ══════════════════════════ */
.maa-services-sec { padding: 80px 0; }
.maa-services-head { text-align: center; margin-bottom: 52px; }
.maa-services-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #0a1628; margin-bottom: 12px; }
.maa-services-head p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 65%; margin: 0 auto; }
.maa-services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.maa-service-card {
  background: #fff; border: 1px solid #e4ecf2; border-radius: 20px;
  overflow: hidden; display: flex; align-items: stretch;
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}
.maa-service-card:hover { box-shadow: 0 16px 48px rgba(66,133,244,0.1); transform: translateY(-4px); border-color: #93c5fd; } /* was #4285f4 ~3.3:1 on dark → #93c5fd ~7.4:1 ✓ */
.maa-service-card-img { width: 200px; flex-shrink: 0; overflow: hidden; position: relative; }
.maa-service-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s; display: block; }
.maa-service-card:hover .maa-service-card-img img { transform: scale(1.06); }
.maa-service-card-img::after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; width: 4px; background: linear-gradient(180deg,#4285f4,#34a853); }
.maa-service-body { flex: 1; padding: 24px 22px; min-width: 0; }
.maa-service-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em;
  color: #fff; background: linear-gradient(135deg,#4285f4,#1a65d6);
  padding: 3px 10px; border-radius: 50px; margin-bottom: 10px;
}
.maa-service-body h3 { font-size: 15px; font-weight: 700; color: #0a1628; margin: 0 0 8px; line-height: 1.3; }
.maa-service-body p { font-size: 13px; font-weight: 300; color: #516070; line-height: 1.65; margin: 0; }

/* ══════ STATS ═══════════════════════════════════════════════ */
.maa-stats-sec {
  background: linear-gradient(150deg, #020c1b 0%, #0a1f3f 50%, #020c1b 100%);
  padding: 80px 0; position: relative; overflow: hidden;
}
.maa-stats-sec::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%); width: 800px; height: 400px;
  background: radial-gradient(ellipse,rgba(66,133,244,0.07) 0%,transparent 70%); pointer-events: none;
}
.maa-stats-head { text-align: center; margin-bottom: 52px; position: relative; z-index: 1; }
.maa-stats-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #fff; margin-bottom: 12px; }
.maa-stats-head p { font-size: 16px; font-weight: 300; color: var(--maa-muted); line-height: 1.75; width: 65%; margin: 0 auto; }
.maa-stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; position: relative; z-index: 1; }
.maa-stat-card {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px; padding: 32px 24px; text-align: center;
  transition: border-color 0.25s, transform 0.25s;
}
.maa-stat-card:hover { border-color: rgba(66,133,244,0.4); transform: translateY(-4px); }
.maa-stat-num { font-size: clamp(2rem,4vw,2.8rem); font-weight: 800; color: var(--maa-lime); line-height: 1; margin-bottom: 12px; }
.maa-stat-desc { font-size: 13.5px; font-weight: 300; color: var(--maa-muted); line-height: 1.65; }

/* ══════ PROCESS — 6 steps, dark bg ═════════════════════════ */
.maa-process-sec {
  padding: 80px 0;
  background: #f8fafc;
}
.maa-process-head { text-align: center; margin-bottom: 52px; }
.maa-process-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #0a1628; margin-bottom: 12px; }
.maa-process-head p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 65%; margin: 0 auto; }
.maa-process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.maa-process-card {
  background: #fff; border: 1px solid #e4ecf2; border-radius: 18px;
  padding: 28px 24px; position: relative; overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}
.maa-process-card:hover { box-shadow: 0 16px 40px rgba(66,133,244,0.12); transform: translateY(-4px); border-color: #93c5fd; } /* was #4285f4 ~3.3:1 on dark → #93c5fd ~7.4:1 ✓ */
.maa-process-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,#4285f4,#34a853); opacity: 0; transition: opacity 0.25s; }
.maa-process-card:hover::before { opacity: 1; }
.maa-process-num {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg,#4285f4,#34a853);
  color: #fff; font-size: 16px; font-weight: 800;
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.maa-process-icon { width: 42px; height: 42px; border-radius: 12px; background: #eef6fd; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.maa-process-icon svg { width: 24px; height: 24px; }
.maa-process-card h3 { font-size: 15px; font-weight: 700; color: #0a1628; margin-bottom: 8px; }
.maa-process-card p { font-size: 13px; font-weight: 300; color: #516070; line-height: 1.65; margin: 0; }

/* ══════ CTA BAND ════════════════════════════════════════════ */
.maa-cta-band {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg,#020c1b 0%,#1a2f6e 40%,#020c1b 100%);
  border-radius: 24px; padding: 64px 56px;
  margin: 80px 0; border: 1px solid rgba(66,133,244,0.2);
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 48px;
}
.maa-cta-band::before { content: ''; position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; background: radial-gradient(circle,rgba(66,133,244,0.15) 0%,transparent 65%); pointer-events: none; }
.maa-cta-band::after { content: ''; position: absolute; bottom: 28px; left: 56px; width: 80px; height: 3px; background: linear-gradient(90deg,#4285f4,#34a853,#fbbc04,#ea4335); border-radius: 3px; }
.maa-cta-eyebrow { font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--maa-lime); margin-bottom: 12px; display: block; }
.maa-cta-band h2 { font-size: clamp(1.5rem,2.4vw,2rem); font-weight: 700; color: #fff; line-height: 1.3; margin: 0 0 20px; }
.maa-cta-band h2 span { color: var(--maa-lime); }
.maa-cta-stats { display: flex; gap: 28px; flex-wrap: wrap; }
.maa-cta-stat-val { font-size: 20px; font-weight: 800; color: #fff; line-height: 1; }
.maa-cta-stat-lbl { font-size: 11px; color: var(--maa-muted); }
.maa-cta-btns { display: flex; flex-direction: column; gap: 12px; align-items: center; min-width: 200px; position: relative; z-index: 1; }
.maa-cta-btn {
  display: flex; align-items: center; justify-content: center; width: 100%;
  background: var(--maa-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, box-shadow 0.2s; white-space: nowrap;
}
.maa-cta-btn:hover { background: #b8e020; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(202,239,69,0.4); color: #0a1628; text-decoration: none; }
.maa-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; }
.maa-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; }
.maa-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) {
  .maa-tools-grid { grid-template-columns: repeat(2,1fr); }
  .maa-stats-grid { grid-template-columns: repeat(2,1fr); }
  .maa-process-grid { grid-template-columns: repeat(2,1fr); }
  .maa-cta-band { grid-template-columns: 1fr; gap: 32px; padding: 44px 36px; }
  .maa-cta-btns { flex-direction: row; width: 100%; }
  .maa-cta-btn { flex: 1; }
  .maa-intro-inner { flex-wrap: wrap; gap: 36px; }
  .maa-intro-img { max-width: 100%; width: 100%; }
  .maa-tools-head p, .maa-services-head p, .maa-process-head p, .maa-stats-head p { width: 100%; }
}
@media (max-width: 900px) {
  .maa-intro-inner { flex-direction: column; }
  .maa-intro-img { max-width: 100%; width: 100%; }
  .maa-services-grid { grid-template-columns: 1fr; }
  .maa-service-card { flex-direction: column; }
  .maa-service-card-img { width: 100%; height: 180px; }
  .maa-service-card-img::after { top: 0; left: 0; right: 0; bottom: auto; width: auto; height: 4px; }
}
@media (max-width: 768px) {
  .maa-tools-grid { grid-template-columns: 1fr; }
  .maa-stats-grid { grid-template-columns: repeat(2,1fr); }
  .maa-process-grid { grid-template-columns: 1fr; }
  .maa-intro-sec, .maa-tools-sec, .maa-services-sec, .maa-stats-sec, .maa-process-sec { padding: 48px 0; }
  .maa-cta-band { padding: 36px 24px; margin-bottom: 48px; }
  .maa-cta-band::after { left: 24px; }
  .maa-cta-btns { flex-direction: column; }
  .maa-intro-stats { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .maa-stats-grid { grid-template-columns: 1fr; }
}
