/* ============================================================
   PERSONAL-REPUTATION-MANAGEMENT-PAGE.CSS — Sage Titans
   Render-blocking. Pairs with sage-nav.css (render-blocking),
   sage-base.css + sage-site-components.css (async)
   ============================================================ */

/* ── PAGE TOKENS ── */
:root {
  --prm-dark:   #020c1b;
  --prm-navy:   #0a1628;
  --prm-accent: #29abe2;
  --prm-lime:   #caef45;
  --prm-text:   rgba(255,255,255,0.82);
  --prm-muted:  rgba(255,255,255,0.55);
  --prm-r:      16px;
}

/* ══════════════════════════════════════════════════════════════
   BANNER
   ══════════════════════════════════════════════════════════════ */
.prm-hero-bg {
  background:
    radial-gradient(ellipse 65% 55% at 85% 85%, rgba(13,27,110,0.4) 0%, transparent 60%),
    radial-gradient(ellipse 55% 45% at 15% 25%, rgba(41,171,226,0.1) 0%, transparent 55%),
    linear-gradient(150deg, #020c1b 0%, #041427 55%, #020c1b 100%);
}
.inner-p-banner {
  padding: 136px 0 80px;
  min-height: 700px !important;
  margin-top: calc(-1 * 76px);
  position: relative;
  overflow: hidden;
}
.inner-p-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 60% 50%, rgba(41,171,226,0.06) 0%, transparent 65%);
  pointer-events: none;
}
.gam-ban-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding-top: 0;
  flex-wrap: nowrap;
}
.gam-ban-content { flex: 1 1 auto; min-width: 0; max-width: 560px; }
.gam-ban-content h1 {
  font-size: clamp(1.9rem,3.4vw,2.85rem);
  font-weight: 700; color: #fff;
  line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 20px;
}
.gam-ban-content h1 span { color: var(--prm-lime); display: block; font-size: inherit; }
.gam-ban-content p { font-size: 17px; font-weight: 300; color: var(--prm-text); line-height: 1.75; margin-bottom: 0; }
.hero-cta-btn { display: flex; margin-top: 36px; gap: 14px; flex-wrap: wrap; }
.raq-cta-btn {
  display: inline-flex; align-items: center;
  background: var(--prm-lime); color: #0a1628;
  font-size: 15px; font-weight: 700; padding: 13px 28px;
  border-radius: 50px; text-decoration: none; border: none; cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s; white-space: nowrap;
}
.raq-cta-btn:hover { background: #b8e020; color: #0a1628; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(202,239,69,0.3); text-decoration: none; }
.pkg-cta-btn {
  display: inline-flex; align-items: center;
  background: rgba(255,255,255,0.08); color: #fff;
  font-size: 15px; font-weight: 600; padding: 13px 28px;
  border-radius: 50px; text-decoration: none;
  border: 1px solid rgba(255,255,255,0.18); cursor: pointer; transition: all 0.2s; white-space: nowrap;
}
.pkg-cta-btn:hover { background: rgba(255,255,255,0.14); color: #fff; transform: translateY(-2px); }

/* ══════════════════════════════════════════════════════════════
   PERSONAL BRAND HEALTH WIDGET — white card
   Different concept from CRM: Google SERP preview + sentiment
   All text colours WCAG AA ≥4.5:1
   ══════════════════════════════════════════════════════════════ */
.prm-widget {
  flex: 1 1 420px; min-width: 300px; max-width: 500px;
  background: #ffffff; border-radius: 20px; padding: 0 0 20px;
  overflow: hidden;
  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;
}
.prm-w-header {
  display: flex; align-items: center; gap: 10px;
  padding: 13px 18px; background: #f4f5f7; border-bottom: 1px solid #e8eaed;
}
.prm-w-dots { display: flex; gap: 6px; }
.prm-w-dot { width: 11px; height: 11px; border-radius: 50%; display: block; flex-shrink: 0; }
.prm-w-dot--red    { background: #ff5f57; }
.prm-w-dot--yellow { background: #febc2e; }
.prm-w-dot--green  { background: #28c840; }
.prm-w-title { flex: 1; font-size: 12px; font-weight: 600; color: #1e293b; letter-spacing: 0.03em; }
.prm-w-badge { font-size: 10px; font-weight: 700; color: #14532d; background: #dcfce7; border: 1px solid #bbf7d0; border-radius: 50px; padding: 2px 9px; letter-spacing: 0.05em; }
/* Search bar */
.prm-search-bar {
  margin: 16px 18px 10px; display: flex; align-items: center; gap: 10px;
  background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 50px; padding: 8px 14px;
}
.prm-search-icon { width: 14px; height: 14px; flex-shrink: 0; opacity: 0.4; }
.prm-search-query { font-size: 12px; color: #374151; font-weight: 500; flex: 1; }
.prm-search-tag { font-size: 9px; font-weight: 700; color: #0369a1; background: #e0f2fe; border-radius: 4px; padding: 2px 6px; text-transform: uppercase; letter-spacing: 0.06em; }
/* SERP list */
.prm-serp-list { display: flex; flex-direction: column; padding: 0 18px; margin-bottom: 12px; }
.prm-serp-item { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; border-bottom: 1px solid #f1f5f9; }
.prm-serp-item:last-child { border-bottom: none; }
.prm-serp-rank { width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 800; flex-shrink: 0; margin-top: 2px; }
.prm-serp-rank--good { background: #dcfce7; color: #14532d; }
.prm-serp-rank--mid  { background: #fef9c3; color: #713f12; }
.prm-serp-info { flex: 1; min-width: 0; }
.prm-serp-positive { border-left: 2px solid #22c55e; padding-left: 8px; }
.prm-serp-neutral  { border-left: 2px solid #f59e0b; padding-left: 8px; }
.prm-serp-site  { font-size: 9.5px; color: #16a34a; font-weight: 600; display: block; margin-bottom: 1px; }
.prm-serp-title { font-size: 11.5px; font-weight: 600; color: #1d4ed8; display: block; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.prm-serp-snippet { font-size: 10px; color: #475569; display: block; margin-top: 1px; line-height: 1.4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
/* Section label */
.prm-w-section-label { font-size: 9.5px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; color: #475569; padding: 4px 18px 8px; }
/* Category bars */
.prm-cat-list { padding: 0 18px; display: flex; flex-direction: column; gap: 8px; }
.prm-cat-row { display: flex; align-items: center; gap: 10px; }
.prm-cat-name { font-size: 11px; font-weight: 500; color: #374151; width: 96px; flex-shrink: 0; }
.prm-cat-track { flex: 1; height: 6px; background: #e8edf3; border-radius: 99px; overflow: hidden; }
.prm-cat-fill { height: 100%; width: var(--prm-cat-w); border-radius: 99px; }
.prm-cat-fill--blue { background: linear-gradient(90deg, #29abe2, #5fd4f8); }
.prm-cat-fill--lime { background: linear-gradient(90deg, #84cc16, #caef45); }
.prm-cat-fill--mid  { background: linear-gradient(90deg, #f59e0b, #fcd34d); }
.prm-cat-score { font-size: 11px; font-weight: 700; width: 32px; text-align: right; flex-shrink: 0; }
.prm-cat-score--blue { color: #0369a1; }
.prm-cat-score--lime { color: #3f6212; }
.prm-cat-score--mid  { color: #92400e; }
/* Footer */
.prm-w-footer {
  display: flex; align-items: center; justify-content: space-between;
  margin: 14px 18px 0; padding: 12px 16px;
  background: #f8fafc; border-radius: 12px; border: 1px solid #e2e8f0; gap: 10px;
}
.prm-w-score-block { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.prm-w-score-num { font-size: 22px; font-weight: 800; color: #0a1628; line-height: 1; }
.prm-w-score-lbl { font-size: 8.5px; font-weight: 700; color: #475569; text-transform: uppercase; letter-spacing: 0.07em; }
.prm-w-score-divider { width: 1px; height: 36px; background: #e2e8f0; flex-shrink: 0; }
.prm-w-delta {
  display: flex; align-items: center; gap: 5px;
  font-size: 11px; font-weight: 700; color: #14532d;
  background: #dcfce7; border: 1px solid #bbf7d0; border-radius: 50px; padding: 4px 10px; white-space: nowrap;
}
.prm-w-monitored { display: flex; flex-direction: column; align-items: flex-end; gap: 1px; }
.prm-w-monitored-val { font-size: 14px; font-weight: 800; color: #0a1628; }
.prm-w-monitored-lbl { font-size: 8.5px; font-weight: 700; color: #475569; text-transform: uppercase; letter-spacing: 0.06em; }

/* ── BANNER RESPONSIVE ─────────────────────────────────────────
   1100px: tighten gap, widget scales down
   900px : stack vertically — widget VISIBLE full-width
   480px : hide widget, text takes full width
   Beats sage-site-components .gam-ban-content{flex:0 0 50%;max-width:55%}
   ─────────────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .gam-ban-sec { gap: 28px; }
  .prm-widget { min-width: 260px; }
  .prm-serp-list, .prm-cat-list { padding: 0 14px; }
  .prm-w-footer { margin: 12px 14px 0; }
  .prm-search-bar { margin: 12px 14px 8px; }
  .prm-w-section-label { padding: 4px 14px 6px; }
}
@media (max-width: 900px) {
  .inner-p-banner { padding: 110px 0 60px; min-height: auto !important; }
  .inner-p-banner .gam-ban-sec { flex-direction: column; align-items: stretch; gap: 28px; }
  .inner-p-banner .gam-ban-content { flex: 0 0 auto !important; max-width: 100% !important; width: 100% !important; }
  .prm-widget { max-width: 100%; width: 100%; flex: 0 0 auto; }
  .hero-cta-btn { margin-top: 24px; }
  .raq-cta-btn { font-size: 14px; padding: 12px 22px; white-space: normal; }
}
@media (max-width: 480px) {
  .inner-p-banner { padding: 86px 0 44px; }
  .prm-widget { display: none; }
  .inner-p-banner .gam-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; } }

/* ══════════════════════════════════════════════════════════════
   WHY REPUTATION MATTERS
   ══════════════════════════════════════════════════════════════ */
.gam-services-sec { padding: 80px 0; margin: 0; }
.gam-s-head { text-align: center; }
.gam-s-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #0a1628; line-height: 1.25; }
.gam-s-head-amend h2 { width: 72%; margin: 0 auto 16px; }
.gam-s-head-amend p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 72%; margin: 0 auto 52px; text-align: center; }
.gam-s-sec-right { display: flex; align-items: flex-start; gap: 56px; }
.gam-s-sec-right img { max-width: 360px; border-radius: var(--prm-r); flex-shrink: 0; box-shadow: 0 20px 60px rgba(0,0,0,0.12); object-fit: cover; }
.gam-r-sec-content { min-width: 0; flex: 1; }
.gam-r-sec-content a { margin-top: 28px; display: inline-flex; }
.gam-r-sec-content-amend ul { display: flex; flex-direction: column; gap: 12px; list-style: none; padding: 0; margin: 0; }
.gam-r-sec-content-amend ul li { padding: 16px 20px; border-radius: var(--prm-r); border: 1px solid #e4ecf2; transition: border-color 0.2s, box-shadow 0.2s; list-style: none; }
.gam-r-sec-content-amend ul li:hover { border-color: #29abe2; box-shadow: 0 4px 20px rgba(41,171,226,0.1); }
.gam-r-sec-content-amend ul li span { display: block; font-size: 15px; color: #184f78; font-weight: 700; margin-bottom: 4px; }
.gam-r-sec-content-amend ul li p { font-size: 13.5px; font-weight: 300; color: #516070; line-height: 1.6; margin: 0; padding: 0; }

/* ══════════════════════════════════════════════════════════════
   PROCESS SECTION — 2x2 horizontal flip cards
   NEW design: side-by-side icon + text, coloured left bar,
   watermark step number in corner
   ══════════════════════════════════════════════════════════════ */
.client-grow-sec {
  background: linear-gradient(160deg, #020c1b 0%, #071828 40%, #0a1f3d 70%, #020c1b 100%);
  padding: 88px 0; position: relative; overflow: hidden;
}
.client-grow-sec::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%); width: 900px; height: 500px;
  background: radial-gradient(ellipse, rgba(41,171,226,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.cgs-head-sec { text-align: center; position: relative; z-index: 1; margin-bottom: 52px; }
.cgs-head-sec h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #fff; line-height: 1.3; margin-bottom: 14px; }
.cgs-head-sec p { font-size: 16px; font-weight: 300; color: var(--prm-muted); line-height: 1.75; width: 60%; margin: 0 auto; }
/* 2×2 grid */
.prm-process-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; position: relative; z-index: 1; }
.prm-process-card {
  background: #ffffff;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 18px; padding: 28px 28px 28px 24px;
  display: flex; align-items: flex-start; gap: 22px;
  position: relative; overflow: hidden;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.prm-process-card:hover { border-color: #29abe2; transform: translateY(-4px); box-shadow: 0 24px 56px rgba(0,0,0,0.35); }
.prm-process-card::before { /* coloured left bar */
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  border-radius: 18px 0 0 18px;
  background: linear-gradient(180deg, #29abe2, #caef45);
  opacity: 0.5; transition: opacity 0.25s;
}
.prm-process-card:hover::before { opacity: 1; }
/* no watermark number — ::after removed */
.prm-proc-icon {
  width: 68px; height: 68px; border-radius: 16px;
  background: #eef6fd;
  border: 1px solid #cce5f7;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: background 0.25s, border-color 0.25s;
}
.prm-process-card:hover .prm-proc-icon { background: #dbeeff; border-color: #29abe2; }
.prm-proc-icon svg { width: 36px; height: 36px; }
.prm-proc-body { flex: 1; min-width: 0; }
.prm-proc-body h3 { font-size: 15.5px; font-weight: 700; color: #0a1628; margin: 0 0 8px; line-height: 1.35; }
.prm-proc-body p { font-size: 13.5px; font-weight: 300; color: #516070; line-height: 1.7; margin: 0; }
.paid-m-cta-btn { text-align: center; margin-top: 48px; position: relative; z-index: 1; }

/* ══════════════════════════════════════════════════════════════
   FRAMEWORK — 3×2 white light cards
   ══════════════════════════════════════════════════════════════ */
.mobile-app-sec { padding: 80px 0; }
.m-app-head { text-align: center; }
.m-app-head-amend h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #0a1628; width: 65%; margin: 0 auto 14px; }
.m-app-head-amend p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 68%; margin: 0 auto 52px; text-align: center; }
.prm-framework-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.prm-fw-card {
  background: #fff; border: 1px solid #e4ecf2; border-radius: 18px;
  padding: 30px 24px; position: relative; overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.prm-fw-card:hover { border-color: #29abe2; box-shadow: 0 16px 48px rgba(41,171,226,0.12); transform: translateY(-4px); }
.prm-fw-card::before { /* top gradient accent */
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #29abe2, #caef45); opacity: 0; transition: opacity 0.25s;
}
.prm-fw-card:hover::before { opacity: 1; }
.prm-fw-icon { width: 70px; height: 70px; border-radius: 16px; background: #eef6fd; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: background 0.25s, transform 0.25s; }
.prm-fw-card:hover .prm-fw-icon { background: #dbeeff; transform: scale(1.08); }
.prm-fw-icon svg { width: 40px; height: 40px; }
.prm-fw-step { display: none; }
.prm-fw-card h3 { font-size: 16px; font-weight: 700; color: #0a1628; margin: 0 0 10px; line-height: 1.3; }
.prm-fw-card p { font-size: 13.5px; font-weight: 300; color: #516070; line-height: 1.7; margin: 0; }

/* ══════════════════════════════════════════════════════════════
   WHY CHOOSE — accordion
   ══════════════════════════════════════════════════════════════ */
.seo-serve-sec { display: flex; align-items: flex-start; gap: 48px; margin-bottom: 80px; flex-wrap: nowrap; padding: 80px 0 0; }
.seo-serve-head { padding: 40px 36px; background: linear-gradient(140deg,#f0f6ff 0%,#e8f2ff 100%); max-width: 420px; border-radius: var(--prm-r); flex-shrink: 0; border: 1px solid #d0e4f7; }
.seo-serve-head h2 { color: #0a1628; font-size: clamp(1.3rem,2vw,1.7rem); font-weight: 700; margin-bottom: 14px; line-height: 1.3; }
.seo-serve-head p { color: #516070; font-size: 14px; font-weight: 300; margin-bottom: 0; line-height: 1.7; }
.seo-serve-tabs { flex: 1; min-width: 0; background: #fff; border: 1px solid #e0eaf5; border-radius: var(--prm-r); overflow: hidden; }
.accordion--radio { display: flex; flex-direction: column; }
.tab { border-bottom: 1px solid #e4ecf2; }
.tab:last-child { border-bottom: none; }
.tab input { position: absolute; opacity: 0; z-index: -1; }
.tab__content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.tab input:checked ~ .tab__content { max-height: 200px; }
.tab__label { display: flex; align-items: center; cursor: pointer; padding: 18px 16px; color: #0a1628; font-size: 15px; font-weight: 600; line-height: 1.4; position: relative; transition: color 0.2s; }
.tab__label:hover { color: #184f78; }
.tab input:checked + .tab__label { color: #184f78; }
.tab__label span { background: #0a1628; color: #fff; font-size: 12px; border-radius: 50%; width: 26px; height: 26px; line-height: 26px; text-align: center; font-weight: 700; margin-right: 14px; flex-shrink: 0; transition: background 0.2s; }
.tab input:checked + .tab__label span { background: #29abe2; }
.tab__label::after { content: "\276F"; position: absolute; right: 14px; transform: rotate(90deg); transition: transform 0.3s ease; font-size: 12px; color: #aab5c0; }
.tab input:checked + .tab__label::after { transform: rotate(270deg); color: #184f78; }
.tab__content p { padding: 4px 16px 20px 54px; font-size: 14px; line-height: 1.7; color: #516070; font-weight: 300; margin: 0; }

/* ══════════════════════════════════════════════════════════════
   SUCCESS STORIES
   ══════════════════════════════════════════════════════════════ */
.ppc-r-head { margin: 0 0 8px; }
.ppc-r-head h2 { font-size: clamp(1.6rem,2.8vw,2.1rem); font-weight: 700; color: #0a1628; text-align: center; line-height: 1.3; }
.ppc-r-head-amend h2 { width: 70%; margin: 0 auto; }
.ppc-r-sec { display: flex; background: linear-gradient(135deg,#0e2240 0%,#1a3a6a 100%); padding: 52px; border-radius: var(--prm-r); margin-top: 32px; column-gap: 56px; align-items: center; margin-bottom: 80px; }
.ppc-r-sec-amend { flex-wrap: nowrap; }
.ppc-r-img-sec { text-align: center; flex-shrink: 0; max-width: 320px; width: 100%; }
.ppc-r-img-sec img { display: block; border-radius: var(--prm-r); max-width: 100%; width: 100%; height: auto; }
.ppc-r-list { flex: 1; min-width: 0; }
.ppc-r-list > p { color: rgba(255,255,255,0.9); font-size: 15px; font-weight: 500; margin-bottom: 16px; }
.ppc-r-list ul { list-style: none; padding: 0; margin: 0; }
.ppc-r-list-amend ul li {
  border-radius: var(--prm-r); padding: 18px 18px 14px 18px;
  color: #fff; margin-bottom: 14px; font-size: 15px; font-weight: 600;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  list-style: none;
  border-left: 3px solid rgba(41,171,226,0.3);
  transition: background 0.25s, border-color 0.25s, transform 0.25s, box-shadow 0.25s;
  cursor: default;
}
.ppc-r-list-amend ul li:hover {
  background: rgba(255,255,255,0.11);
  border-color: rgba(202,239,69,0.5);
  border-left-color: #caef45;
  transform: translateX(6px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
}
.ppc-r-list-amend ul li p { font-size: 13.5px; font-weight: 300; margin-top: 6px; color: rgba(255,255,255,0.72); line-height: 1.6; }

/* ══════════════════════════════════════════════════════════════
   CTA INTRO + CTA BAND
   ══════════════════════════════════════════════════════════════ */
.m-shot-head { text-align: center; padding: 60px 0 16px; }
.m-shot-head h2 { font-size: clamp(1.5rem,2.6vw,2rem); font-weight: 700; color: #0a1628; width: 70%; margin: 0 auto 16px; line-height: 1.35; }
.m-shot-head p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 68%; margin: 0 auto; }
.m-shot-head-amend { padding-top: 0; }

/* CTA BAND — compound selectors beat .ms-cta-sec h2{color:rgba(0,0,0,0.87)!important} in sage-site-components */
.our-mission-cta {
  background: linear-gradient(135deg,#020c1b 0%,#0e2a4a 50%,#020c1b 100%) !important;
  padding: 60px 80px; border-radius: var(--prm-r); text-align: center;
  margin: 0 auto 80px; max-width: 1100px; border: 1px solid rgba(41,171,226,0.2);
}
.ms-cta-sec { display: flex; flex-direction: column; align-items: center; gap: 28px; }
.our-mission-cta.ms-cta-sec h2,
.our-mission-cta .ms-cta-sec h2,
.our-mission-cta h2 { font-size: clamp(1.2rem,2vw,1.65rem) !important; font-weight: 400 !important; color: #ffffff !important; line-height: 1.65 !important; margin: 0 !important; }
.our-mission-cta.ms-cta-sec h2 span,
.our-mission-cta .ms-cta-sec h2 span,
.our-mission-cta h2 span { color: #caef45 !important; font-weight: 700 !important; font-size: inherit !important; display: inline !important; }
.our-mission-cta h2 strong { color: #ffffff !important; font-weight: 700 !important; }
.our-mission-cta-amend .om-cta { font-size: 16px; font-weight: 700; padding: 14px 32px; }

/* ══════════════════════════════════════════════════════════════
   WHO NEEDS PRM — 3×2 audience cards (light bg)
   ══════════════════════════════════════════════════════════════ */
.prm-audience-sec { padding: 80px 0; background: #f8fafc; }
.prm-audience-head { text-align: center; margin-bottom: 52px; }
.prm-audience-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #0a1628; line-height: 1.25; margin-bottom: 14px; }
.prm-audience-head p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 65%; margin: 0 auto; }
.prm-audience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.prm-audience-card {
  background: #fff; border: 1px solid #e4ecf2; border-radius: 18px;
  padding: 32px 26px; display: flex; flex-direction: column; gap: 0;
  position: relative; overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.prm-audience-card:hover { border-color: #29abe2; box-shadow: 0 16px 48px rgba(41,171,226,0.12); transform: translateY(-5px); }
.prm-audience-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #29abe2, #caef45); opacity: 0; transition: opacity 0.25s;
}
.prm-audience-card:hover::after { opacity: 1; }
.prm-aud-icon {
  width: 64px; height: 64px; border-radius: 16px; background: #eef6fd;
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
  transition: background 0.25s, transform 0.25s;
}
.prm-audience-card:hover .prm-aud-icon { background: #dbeeff; transform: scale(1.08); }
.prm-aud-icon svg { width: 34px; height: 34px; color: #29abe2; }
.prm-audience-card h3 { font-size: 16px; font-weight: 700; color: #0a1628; margin: 0 0 10px; line-height: 1.3; }
.prm-audience-card p { font-size: 13.5px; font-weight: 300; color: #516070; line-height: 1.7; margin: 0; }

/* ══════════════════════════════════════════════════════════════
   RISKS SECTION — dark bg, 4 risk cards
   ══════════════════════════════════════════════════════════════ */
.prm-risks-sec {
  background: linear-gradient(160deg, #020c1b 0%, #071828 50%, #020c1b 100%);
  padding: 88px 0; position: relative; overflow: hidden;
}
.prm-risks-sec::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%); width: 800px; height: 400px;
  background: radial-gradient(ellipse, rgba(202,239,69,0.04) 0%, transparent 70%);
  pointer-events: none;
}
.prm-risks-head { text-align: center; margin-bottom: 52px; position: relative; z-index: 1; }
.prm-risks-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #fff; line-height: 1.25; margin-bottom: 14px; }
.prm-risks-head p { font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.6); line-height: 1.75; width: 62%; margin: 0 auto; }
.prm-risks-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; position: relative; z-index: 1; }
.prm-risk-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px; padding: 30px 24px;
  position: relative; overflow: hidden;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.prm-risk-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #ef4444, #f97316);
  opacity: 0.5; transition: opacity 0.25s;
}
.prm-risk-card:hover { border-color: rgba(239,68,68,0.3); transform: translateY(-4px); box-shadow: 0 20px 48px rgba(0,0,0,0.4); }
.prm-risk-card:hover::before { opacity: 1; }
.prm-risk-icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: rgba(239,68,68,0.1); border: 1px solid rgba(239,68,68,0.2);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
  transition: background 0.25s;
}
.prm-risk-card:hover .prm-risk-icon { background: rgba(239,68,68,0.18); }
.prm-risk-icon svg { width: 28px; height: 28px; color: #f87171; }
.prm-risk-card h3 { font-size: 15px; font-weight: 700; color: #fff; margin: 0 0 10px; line-height: 1.35; }
.prm-risk-card p { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.55); line-height: 1.7; margin: 0; }
.prm-risks-cta { text-align: center; margin-top: 48px; position: relative; z-index: 1; }

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE — TABLET + MOBILE
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .gam-s-head-amend h2, .gam-s-head-amend p { width: 100%; }
  .gam-s-sec-right { flex-wrap: wrap; gap: 32px; }
  .gam-s-sec-right img { max-width: 100%; }
  .prm-process-grid { grid-template-columns: repeat(2,1fr); }
  .prm-framework-grid { grid-template-columns: repeat(2,1fr); }
  .prm-audience-grid { grid-template-columns: repeat(2,1fr); }
  .prm-risks-grid { grid-template-columns: repeat(2,1fr); }
  .m-app-head-amend h2, .m-app-head-amend p { width: 100%; }
  .seo-serve-sec { flex-wrap: wrap; gap: 32px; }
  .seo-serve-head { max-width: 100%; }
  .ppc-r-sec { flex-wrap: wrap; padding: 36px; column-gap: 32px; }
  .ppc-r-img-sec { max-width: 100%; }
  .our-mission-cta { padding: 40px 36px; }
  .m-shot-head h2, .m-shot-head p { width: 100%; }
  .ppc-r-head-amend h2 { width: 100%; }
  .cgs-head-sec p { width: 100%; }
  .prm-audience-head p, .prm-risks-head p { width: 100%; }
}
@media (max-width: 768px) {
  .prm-process-grid { grid-template-columns: 1fr; }
  .prm-framework-grid { grid-template-columns: 1fr; }
  .prm-audience-grid { grid-template-columns: 1fr; }
  .prm-risks-grid { grid-template-columns: 1fr; }
  .gam-services-sec { padding: 48px 0; }
  .client-grow-sec { padding: 48px 0; }
  .mobile-app-sec { padding: 48px 0; }
  .prm-audience-sec { padding: 48px 0; }
  .prm-risks-sec { padding: 48px 0; }
  .paid-m-cta-btn { margin-top: 32px; }
  .seo-serve-sec { padding-top: 48px; margin-bottom: 48px; }
  .seo-serve-head { padding: 28px 24px; }
  .ppc-r-sec { flex-direction: column; padding: 28px 20px; margin-bottom: 48px; }
  .ppc-r-img-sec img { border-radius: 10px; }
  .our-mission-cta { padding: 36px 24px; margin-bottom: 48px; }
  .our-mission-cta h2 { font-size: clamp(1.05rem,4.5vw,1.35rem) !important; }
  .m-shot-head { padding: 40px 0 12px; }
}


/* ══════════════════════════════════════════════════════════════
   FOOTER TOUCH TARGET FIX — Google PageSpeed mobile requirement
   Min 48×48px touch area for footer copyright links
   ══════════════════════════════════════════════════════════════ */
@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;
  }
}
