/* ============================================================
   GROW-WITH-AI-SYNERISE-PAGE.CSS — Sage Titans
   ============================================================ */
:root {
  --gwa-dark:   #020c1b;
  --gwa-navy:   #0a1628;
  --gwa-syn:    #ff6b2b;   /* Synerise brand orange */
  --gwa-syn2:   #ff8c42;
  --gwa-blue:   #253a8f;
  --gwa-accent: #29abe2;
  --gwa-lime:   #caef45;
  --gwa-green:  #16a34a;
  --gwa-text:   rgba(255,255,255,0.82);
  --gwa-muted:  rgba(255,255,255,0.55);
}

/* ══════ BANNER ═════════════════════════════════════════════ */
.inner-p-banner {
  padding: 136px 0 100px; min-height: 760px;
  margin-top: calc(-1 * 76px); position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 20% 60%, rgba(255,107,43,0.18) 0%, transparent 45%),
    radial-gradient(circle at 80% 25%, rgba(37,58,143,0.2) 0%, transparent 45%),
    linear-gradient(150deg, #020c1b 0%, #0a1628 55%, #020c1b 100%);
}
.gwa-ban-sec { display: flex; align-items: center; justify-content: space-between; gap: 48px; flex-wrap: nowrap; }
.gwa-ban-content { flex: 1 1 auto; min-width: 0; max-width: 540px; }
.gwa-partner-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,107,43,0.15); border: 1px solid rgba(255,107,43,0.35);
  border-radius: 50px; padding: 6px 14px; margin-bottom: 20px;
  font-size: 11px; font-weight: 800; color: #ff8c42;
  text-transform: uppercase; letter-spacing: 0.1em;
}
.gwa-partner-badge span { width: 6px; height: 6px; border-radius: 50%; background: #ff6b2b; display: block; }
.gwa-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; }
.gwa-ban-content h1 span { color: var(--gwa-lime); }
.gwa-ban-content > p { font-size: 17px; font-weight: 300; color: var(--gwa-text); line-height: 1.75; margin-bottom: 28px; }
.gwa-ban-checklist { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 10px; }
.gwa-ban-checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--gwa-text); line-height: 1.5; }
.gwa-ban-checklist li svg { flex-shrink: 0; margin-top: 2px; }
.gwa-hero-cta { display: inline-flex; align-items: center; background: var(--gwa-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; }
.gwa-hero-cta:hover { background: #b8e020; transform: translateY(-2px); text-decoration: none; color: #0a1628; }

/* ══════ AI GROWTH DASHBOARD WIDGET — before/after ══════════ */
.gwa-widget {
  flex: 0 0 480px; min-width: 280px; max-width: 480px;
  background: #0d1117; border-radius: 20px; padding: 0; overflow: hidden;
  height: 440px; contain: strict;
  box-shadow: 0 40px 100px rgba(0,0,0,0.6), 0 8px 24px rgba(0,0,0,0.3);
  font-family: 'Sora', sans-serif;
}
.gwa-w-header { display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: #080d14; border-bottom: 1px solid rgba(255,255,255,0.06); }
.gwa-w-dots { display: flex; gap: 5px; }
.gwa-w-dot { width: 11px; height: 11px; border-radius: 50%; }
.gwa-w-dot--r { background: #ff5f57; }
.gwa-w-dot--y { background: #febc2e; }
.gwa-w-dot--g { background: #28c840; }
.gwa-w-title { flex: 1; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.85); }
.gwa-w-badge { font-size: 9px; font-weight: 800; color: #0d1117; background: #ff6b2b; border-radius: 50px; padding: 2px 9px; text-transform: uppercase; letter-spacing: 0.06em; }
/* Before/After split */
.gwa-w-compare-head { display: grid; grid-template-columns: 1fr 3px 1fr; gap: 0; padding: 8px 16px 4px; }
.gwa-w-compare-label { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; }
.gwa-w-compare-label--before { color: rgba(255,255,255,0.65); } /* 4.6:1 ✓ */
.gwa-w-compare-label--after  { color: #ff6b2b; text-align: right; }
.gwa-w-compare-divider { background: rgba(255,255,255,0.1); }
/* Metric rows */
.gwa-w-metrics { padding: 4px 16px; display: flex; flex-direction: column; gap: 6px; }
.gwa-w-metric-row { display: grid; grid-template-columns: 1fr 3px 1fr; align-items: center; background: rgba(255,255,255,0.03); border-radius: 8px; overflow: hidden; }
.gwa-w-metric-cell { padding: 9px 12px; }
.gwa-w-metric-cell--divider { background: rgba(255,255,255,0.08); align-self: stretch; }
.gwa-w-metric-name { font-size: 9px; font-weight: 700; color: rgba(255,255,255,0.65); text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 2px; } /* 4.6:1 ✓ */
.gwa-w-metric-val { font-size: 15px; font-weight: 800; line-height: 1; }
.gwa-w-metric-val--before { color: rgba(255,255,255,0.65); } /* 4.6:1 ✓ */
.gwa-w-metric-val--after  { color: #4ade80; }
.gwa-w-metric-val--after-orange { color: #fb923c; }
.gwa-w-metric-val--after-blue   { color: #60a5fa; }
.gwa-w-metric-delta { font-size: 9.5px; font-weight: 700; color: rgba(255,255,255,0.65); } /* 4.6:1 ✓ */
.gwa-w-metric-delta--after { color: #4ade80; font-size: 9.5px; font-weight: 700; }
/* Animated progress bar */
.gwa-w-progress-sec { padding: 8px 16px 0; }
.gwa-w-progress-label { font-size: 9.5px; font-weight: 800; color: rgba(255,255,255,0.55); letter-spacing: 0.13em; text-transform: uppercase; margin-bottom: 6px; }
.gwa-w-progress-bar { height: 6px; background: rgba(255,255,255,0.08); border-radius: 99px; overflow: hidden; margin-bottom: 4px; position: relative; }
.gwa-w-progress-fill { height: 100%; border-radius: 99px; background: linear-gradient(90deg, #ff6b2b, #caef45); animation: gwa-progress 3s ease-in-out infinite alternate; }
@keyframes gwa-progress { from{width:42%} to{width:88%} }
.gwa-w-progress-row { display: flex; justify-content: space-between; font-size: 9px; color: rgba(255,255,255,0.65); } /* 4.6:1 ✓ */
/* Footer */
.gwa-w-footer { display: flex; justify-content: space-between; margin: 8px 16px 0; padding: 9px 14px; background: rgba(255,255,255,0.04); border-radius: 10px; border: 1px solid rgba(255,255,255,0.07); }
.gwa-w-stat { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.gwa-w-stat-val { font-size: 13px; font-weight: 800; line-height: 1; }
.gwa-w-stat-val--orange { color: #fb923c; }
.gwa-w-stat-val--green  { color: #4ade80; }
.gwa-w-stat-val--blue   { color: #60a5fa; }
.gwa-w-stat-lbl { font-size: 8.5px; font-weight: 700; color: rgba(255,255,255,0.65); text-transform: uppercase; letter-spacing: 0.06em; text-align: center; } /* 4.6:1 ✓ */
/* Synerise powered label */
.gwa-w-powered { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 7px 16px; border-top: 1px solid rgba(255,255,255,0.05); margin-top: 8px; }
.gwa-w-powered-txt { font-size: 9px; font-weight: 700; color: rgba(255,255,255,0.65); /* 4.6:1 ✓ */ text-transform: uppercase; letter-spacing: 0.08em; }
.gwa-w-powered-syn { font-size: 9px; font-weight: 800; color: #ff6b2b; }

/* ── BANNER RESPONSIVE ── */
@media (max-width: 1100px) { .gwa-ban-sec { gap: 28px; } .gwa-widget { min-width: 240px; } }
@media (max-width: 900px) {
  .inner-p-banner { padding: 110px 0 60px; height: auto !important; overflow: hidden !important; }
  .inner-p-banner .gwa-ban-sec { flex-direction: column !important; align-items: stretch !important; gap: 28px !important; }
  .inner-p-banner .gwa-ban-content { flex: 0 0 auto !important; max-width: 100% !important; width: 100% !important; }
  .gwa-widget { max-width: 100% !important; width: 100% !important; flex: 0 0 auto !important; display: block !important; min-width: 0 !important; height: 440px !important; overflow: hidden !important; contain: strict !important; }
}
@media (max-width: 380px) {
  .inner-p-banner { padding: 86px 0 44px; }
  .gwa-widget { display: none !important; }
  .inner-p-banner .gwa-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: #fff3ee; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #ff6b2b; }
.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; } }

/* ══════ WHAT IS SYNERISE — intro split ═════════════════════ */
.gwa-intro-sec { padding: 80px 0; }
.gwa-intro-inner { display: flex; align-items: center; gap: 64px; }
.gwa-intro-content { flex: 1; min-width: 0; }
.gwa-intro-label { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: #b43c00; margin-bottom: 14px; } /* 5.85:1 on white ✓ */
.gwa-intro-label::before { content: ''; width: 18px; height: 2px; background: #ff6b2b; border-radius: 2px; }
.gwa-intro-content h2 { font-size: clamp(1.5rem,2.6vw,2rem); font-weight: 700; color: #0a1628; margin-bottom: 14px; line-height: 1.3; }
.gwa-intro-content p { font-size: 15px; font-weight: 300; color: #516070; line-height: 1.75; margin-bottom: 14px; }
.gwa-intro-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 28px; }
.gwa-intro-stat { background: #f8fafc; border: 1px solid #e4ecf2; border-radius: 14px; padding: 18px 14px; text-align: center; }
.gwa-intro-stat-val { font-size: 22px; font-weight: 800; color: #b43c00; /* 5.85:1 on white ✓ */ line-height: 1; margin-bottom: 4px; }
.gwa-intro-stat-lbl { font-size: 11px; font-weight: 300; color: #516070; line-height: 1.4; }
.gwa-intro-visual { flex: 0 0 400px; }
.gwa-intro-visual-card {
  background: linear-gradient(135deg, #020c1b 0%, #0a1628 60%, #1a1040 100%);
  border-radius: 20px; overflow: hidden;
  border: 1px solid rgba(255,107,43,0.2);
  box-shadow: 0 24px 64px rgba(0,0,0,0.25), 0 0 0 1px rgba(255,107,43,0.05);
}
.gwa-iv-header { display: flex; align-items: center; gap: 10px; padding: 14px 18px; background: rgba(0,0,0,0.3); border-bottom: 1px solid rgba(255,255,255,0.06); }
.gwa-iv-dot-row { display: flex; gap: 5px; }
.gwa-iv-dot { width: 10px; height: 10px; border-radius: 50%; }
.gwa-iv-dot.r { background: #ff5f57; }
.gwa-iv-dot.y { background: #febc2e; }
.gwa-iv-dot.g { background: #28c840; }
.gwa-iv-title { flex: 1; font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.85); }
.gwa-iv-live { display: flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 700; color: #fb923c; }
.gwa-iv-pulse { width: 7px; height: 7px; border-radius: 50%; background: #fb923c; animation: gwa-pulse 1.6s ease-in-out infinite; }
@keyframes gwa-pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.4;transform:scale(0.65)} }
/* 3 platform pillars */
.gwa-iv-pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: 16px 16px 8px; }
.gwa-iv-pillar { border-radius: 12px; padding: 14px 10px; text-align: center; border: 1px solid rgba(255,255,255,0.08); transition: border-color 0.2s; }
.gwa-iv-pillar:hover { border-color: rgba(255,107,43,0.4); }
.gwa-iv-pillar svg { margin-bottom: 8px; }
.gwa-iv-pillar--data  { background: rgba(255,107,43,0.08); }
.gwa-iv-pillar--data svg { color: #fb923c; }
.gwa-iv-pillar--ai    { background: rgba(167,139,250,0.08); }
.gwa-iv-pillar--ai svg { color: #a78bfa; }
.gwa-iv-pillar--auto  { background: rgba(96,165,250,0.08); }
.gwa-iv-pillar--auto svg { color: #60a5fa; }
.gwa-iv-pillar-name { font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.85); margin-bottom: 3px; }
.gwa-iv-pillar-tag  { font-size: 9px; font-weight: 600; color: rgba(255,255,255,0.5); }
/* Data flow rows */
.gwa-iv-flow { padding: 8px 16px 12px; display: flex; flex-direction: column; gap: 6px; }
.gwa-iv-flow-row { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.03); border-radius: 8px; padding: 9px 12px; }
.gwa-iv-flow-label  { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.65); flex: 0 0 120px; }
.gwa-iv-flow-arrow  { font-size: 14px; color: #ff6b2b; flex-shrink: 0; }
.gwa-iv-flow-action { font-size: 11px; font-weight: 700; color: #4ade80; }
/* Footer stat strip */
.gwa-iv-footer { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 16px; border-top: 1px solid rgba(255,255,255,0.06); background: rgba(0,0,0,0.2); }
.gwa-iv-footer-stat { font-size: 11px; font-weight: 400; color: rgba(255,255,255,0.65); }
.gwa-iv-footer-stat strong { color: #fb923c; font-weight: 800; }
.gwa-iv-footer-sep { color: rgba(255,255,255,0.2); font-size: 12px; }

/* ══════ 3 PLATFORM PILLARS — dark ═════════════════════════ */
.gwa-pillars-sec {
  background: linear-gradient(150deg, #020c1b 0%, #0a1628 50%, #020c1b 100%);
  padding: 80px 0; position: relative; overflow: hidden;
}
.gwa-pillars-sec::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 800px; height: 400px; background: radial-gradient(ellipse, rgba(255,107,43,0.07) 0%, transparent 70%); pointer-events: none; }
.gwa-pillars-head { text-align: center; margin-bottom: 52px; position: relative; z-index: 1; }
.gwa-pillars-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #fff; margin-bottom: 12px; }
.gwa-pillars-head p { font-size: 16px; font-weight: 300; color: var(--gwa-muted); line-height: 1.75; width: 65%; margin: 0 auto; }
.gwa-pillars-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; position: relative; z-index: 1; }
.gwa-pillar-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px; padding: 36px 28px; position: relative; overflow: hidden;
  transition: border-color 0.25s, transform 0.25s;
}
.gwa-pillar-card:hover { border-color: rgba(255,107,43,0.4); transform: translateY(-4px); }
.gwa-pillar-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; opacity: 0; transition: opacity 0.25s; }
.gwa-pillar-card:nth-child(1)::before { background: linear-gradient(90deg,#ff6b2b,#ff8c42); }
.gwa-pillar-card:nth-child(2)::before { background: linear-gradient(90deg,#4f46e5,#a78bfa); }
.gwa-pillar-card:nth-child(3)::before { background: linear-gradient(90deg,#0369a1,#29abe2); }
.gwa-pillar-card:hover::before { opacity: 1; }
.gwa-pillar-num { font-size: 48px; font-weight: 900; color: rgba(255,255,255,0.04); line-height: 1; margin-bottom: 16px; user-select: none; }
.gwa-pillar-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.gwa-pillar-icon--orange { background: rgba(255,107,43,0.15); }
.gwa-pillar-icon--purple { background: rgba(79,70,229,0.15); }
.gwa-pillar-icon--blue   { background: rgba(3,105,161,0.15); }
.gwa-pillar-icon svg { width: 28px; height: 28px; }
.gwa-pillar-card h3 { font-size: 19px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.gwa-pillar-card p { font-size: 14px; font-weight: 300; color: var(--gwa-muted); line-height: 1.7; margin-bottom: 16px; }
.gwa-pillar-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.gwa-pillar-tag { font-size: 10px; font-weight: 700; padding: 3px 10px; border-radius: 50px; background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.65); border: 1px solid rgba(255,255,255,0.1); }

/* ══════ WHAT WE IMPLEMENT — 6 service cards ════════════════ */
.gwa-services-sec { padding: 80px 0; background: #f8fafc; }
.gwa-services-head { text-align: center; margin-bottom: 52px; }
.gwa-services-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #0a1628; margin-bottom: 12px; }
.gwa-services-head p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 65%; margin: 0 auto; }
.gwa-services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.gwa-service-card { background: #fff; border: 1px solid #e4ecf2; border-radius: 18px; padding: 28px 24px; transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s; position: relative; overflow: hidden; }
.gwa-service-card:hover { box-shadow: 0 16px 48px rgba(255,107,43,0.1); transform: translateY(-4px); border-color: #ff6b2b; }
.gwa-service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,#ff6b2b,#caef45); opacity: 0; transition: opacity 0.25s; }
.gwa-service-card:hover::before { opacity: 1; }
.gwa-service-icon { width: 52px; height: 52px; border-radius: 14px; background: #fff3ee; border: 1px solid #ffd4bc; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.gwa-service-icon svg { width: 26px; height: 26px; color: #ff6b2b; }
.gwa-service-card h3 { font-size: 15px; font-weight: 700; color: #0a1628; margin-bottom: 8px; }
.gwa-service-card p { font-size: 13px; font-weight: 300; color: #516070; line-height: 1.65; margin: 0; }

/* ══════ RESULTS — 3 case study cards ═══════════════════════ */
.gwa-results-sec { padding: 80px 0; }
.gwa-results-head { text-align: center; margin-bottom: 52px; }
.gwa-results-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #0a1628; margin-bottom: 12px; }
.gwa-results-head p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 65%; margin: 0 auto; }
.gwa-results-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.gwa-result-card { background: #fff; border: 1px solid #e4ecf2; border-radius: 20px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.04); transition: box-shadow 0.25s, transform 0.25s; }
.gwa-result-card:hover { box-shadow: 0 16px 48px rgba(255,107,43,0.1); transform: translateY(-5px); }
.gwa-result-card-head { background: linear-gradient(135deg,#0a1628,#1a2f6e); padding: 22px 24px; }
.gwa-result-company { font-size: 13px; font-weight: 800; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 4px; }
.gwa-result-sector { font-size: 11px; font-weight: 400; color: rgba(255,255,255,0.4); }
.gwa-result-body { padding: 22px 24px; }
.gwa-result-challenge { font-size: 12px; font-weight: 600; color: #516070; margin-bottom: 16px; line-height: 1.5; }
.gwa-result-stats { display: flex; flex-direction: column; gap: 10px; }
.gwa-result-stat { display: flex; align-items: center; gap: 12px; }
.gwa-result-stat-val { font-size: 22px; font-weight: 800; color: #b43c00; /* 5.85:1 on white ✓ */ line-height: 1; flex-shrink: 0; min-width: 64px; }
.gwa-result-stat-desc { font-size: 12.5px; font-weight: 400; color: #374151; line-height: 1.4; }
.gwa-result-tag { display: inline-flex; margin-top: 16px; font-size: 10px; font-weight: 800; color: #b43c00; /* 5.38:1 on #fff3ee ✓ */ background: #fff3ee; border: 1px solid #ffd4bc; border-radius: 50px; padding: 3px 10px; }

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

/* ══════ IMPLEMENTATION PROCESS — timeline ══════════════════ */
.gwa-process-sec { padding: 80px 0; }
.gwa-process-head { text-align: center; margin-bottom: 64px; }
.gwa-process-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #0a1628; margin-bottom: 12px; }
.gwa-process-head p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 65%; margin: 0 auto; }
.gwa-process-timeline { position: relative; display: flex; align-items: flex-start; gap: 0; }
.gwa-process-timeline::before { content: ''; position: absolute; top: 30px; left: calc(100%/10); right: calc(100%/10); height: 3px; background: linear-gradient(90deg,#ff6b2b,#ff8c42,#caef45); z-index: 0; }
.gwa-process-node { flex: 1; display: flex; flex-direction: column; align-items: center; position: relative; z-index: 1; }
.gwa-process-node:nth-child(even) { flex-direction: column-reverse; }
.gwa-process-card-wrap { width: 100%; padding: 0 8px; }
.gwa-process-card { background: #fff; border: 1px solid #e4ecf2; border-radius: 14px; padding: 18px 16px; text-align: center; box-shadow: 0 4px 20px rgba(0,0,0,0.05); transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s; }
.gwa-process-card:hover { box-shadow: 0 12px 40px rgba(255,107,43,0.12); transform: translateY(-4px); border-color: #ff6b2b; }
.gwa-process-icon { width: 36px; height: 36px; border-radius: 10px; background: #fff3ee; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; }
.gwa-process-icon svg { width: 20px; height: 20px; color: #ff6b2b; }
.gwa-process-card h3 { font-size: 12.5px; font-weight: 700; color: #0a1628; margin-bottom: 5px; }
.gwa-process-card p { font-size: 11px; font-weight: 300; color: #516070; line-height: 1.55; margin: 0; }
.gwa-process-stem { width: 2px; height: 28px; background: linear-gradient(180deg,#ff6b2b,#caef45); opacity: 0.5; flex-shrink: 0; }
.gwa-process-circle { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg,#ff6b2b,#ff8c42); color: #fff; font-size: 18px; font-weight: 900; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 0 0 6px #f8fafc, 0 0 0 8px rgba(255,107,43,0.25); }

/* ══════ SERVICE TIERS — 3 cards with modal ═════════════════ */
.gwa-plans-sec { padding: 80px 0; background: #f8fafc; }
.gwa-plans-head { text-align: center; margin-bottom: 52px; }
.gwa-plans-head h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 700; color: #0a1628; margin-bottom: 12px; }
.gwa-plans-head p { font-size: 16px; font-weight: 300; color: #516070; line-height: 1.75; width: 65%; margin: 0 auto; }
.gwa-plans-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.gwa-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; }
.gwa-plan-card:hover { box-shadow: 0 20px 56px rgba(255,107,43,0.12); transform: translateY(-5px); }
.gwa-plan-card--featured { border: 2px solid #ff6b2b; position: relative; }
.gwa-plan-card--featured::before { content: 'Most Popular'; position: absolute; top: -1px; left: 50%; transform: translateX(-50%); background: #ff6b2b; 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; }
.gwa-plan-head { padding: 32px 28px 24px; border-bottom: 1px solid #f1f5f9; }
.gwa-plan-head h3 { font-size: 20px; font-weight: 700; color: #0a1628; margin-bottom: 6px; }
.gwa-plan-tagline { font-size: 13px; font-weight: 300; color: #516070; margin-bottom: 16px; }
.gwa-plan-ideal { font-size: 11px; font-weight: 700; color: #b43c00; /* 5.38:1 on #fff3ee ✓ */ background: #fff3ee; border: 1px solid #ffd4bc; border-radius: 50px; padding: 3px 10px; display: inline-flex; margin-bottom: 0; }
.gwa-plan-body { padding: 24px 28px; flex: 1; }
.gwa-plan-section-title { font-size: 10px; font-weight: 800; color: #475569; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 12px; }
.gwa-plan-features { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 9px; }
.gwa-plan-features li { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; font-weight: 300; color: #374151; line-height: 1.45; }
.gwa-plan-features li .gwa-tick { flex-shrink: 0; width: 17px; height: 17px; border-radius: 50%; background: #fff3ee; border: 1px solid #ffd4bc; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.gwa-plan-features li .gwa-tick svg { width: 9px; height: 9px; }
.gwa-plan-footer { padding: 0 28px 28px; }
.gwa-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; transition: background 0.2s, transform 0.15s; }
.gwa-plan-cta--starter { background: #f0f4ff !important; color: #253a8f !important; border: 2px solid #253a8f !important; }
.gwa-plan-cta--starter:hover { background: #253a8f !important; color: #fff !important; transform: translateY(-2px); }
.gwa-plan-cta--growth   { background: linear-gradient(135deg,#ff6b2b,#ff8c42) !important; color: #fff !important; }
.gwa-plan-cta--growth:hover { background: linear-gradient(135deg,#e55a1f,#e87030) !important; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,107,43,0.35); color: #fff !important; text-decoration: none; }
.gwa-plan-cta--enterprise { background: var(--gwa-lime) !important; color: #0a1628 !important; }
.gwa-plan-cta--enterprise:hover { background: #b8e020 !important; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(202,239,69,0.35); color: #0a1628 !important; text-decoration: none; }

/* ══════ CTA BAND ════════════════════════════════════════════ */
.gwa-cta-band { position: relative; overflow: hidden; background: linear-gradient(135deg,#020c1b 0%,#1a1a3e 40%,#020c1b 100%); border-radius: 24px; padding: 64px 56px; margin-bottom: 80px; border: 1px solid rgba(255,107,43,0.2); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 48px; }
.gwa-cta-band::before { content: ''; position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; background: radial-gradient(circle,rgba(255,107,43,0.12) 0%,transparent 65%); pointer-events: none; }
.gwa-cta-band::after { content: ''; position: absolute; bottom: 28px; left: 56px; width: 80px; height: 3px; background: linear-gradient(90deg,#ff6b2b,#caef45); border-radius: 3px; }
.gwa-cta-eyebrow { font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gwa-lime); margin-bottom: 12px; display: block; }
.gwa-cta-band h2 { font-size: clamp(1.5rem,2.4vw,2rem); font-weight: 700; color: #fff; line-height: 1.3; margin: 0 0 20px; }
.gwa-cta-band h2 span { color: var(--gwa-lime); }
.gwa-cta-stats { display: flex; gap: 28px; flex-wrap: wrap; }
.gwa-cta-stat-val { font-size: 20px; font-weight: 800; color: #fff; line-height: 1; }
.gwa-cta-stat-lbl { font-size: 11px; color: var(--gwa-muted); }
.gwa-cta-btns { display: flex; flex-direction: column; gap: 12px; align-items: center; min-width: 200px; position: relative; z-index: 1; }
.gwa-cta-btn { display: flex; align-items: center; justify-content: center; width: 100%; background: var(--gwa-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; }
.gwa-cta-btn:hover { background: #b8e020; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(202,239,69,0.4); color: #0a1628; text-decoration: none; }
.gwa-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; }
.gwa-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; }
.gwa-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) {
  .gwa-pillars-grid { grid-template-columns: repeat(2,1fr); }
  .gwa-services-grid { grid-template-columns: repeat(2,1fr); }
  .gwa-results-grid { grid-template-columns: repeat(2,1fr); }
  .gwa-audience-grid { grid-template-columns: repeat(2,1fr); }
  .gwa-plans-grid { grid-template-columns: repeat(2,1fr); }
  .gwa-intro-inner { flex-wrap: wrap; gap: 36px; }
  .gwa-intro-visual { flex: 1 1 100%; }
  .gwa-cta-band { grid-template-columns: 1fr; gap: 32px; padding: 44px 36px; }
  .gwa-cta-btns { flex-direction: row; width: 100%; }
  .gwa-cta-btn { flex: 1; }
  .gwa-process-timeline { flex-direction: column; gap: 0; }
  .gwa-process-timeline::before { top: 0; bottom: 0; left: 30px; right: auto; width: 3px; height: auto; }
  .gwa-process-node { flex-direction: row !important; align-items: flex-start; gap: 16px; padding: 0 0 24px; }
  .gwa-process-circle { order: 0 !important; flex-shrink: 0; width: 52px; height: 52px; font-size: 16px; }
  .gwa-process-stem { display: none; }
  .gwa-process-card-wrap { order: 1 !important; flex: 1; padding: 0; }
  .gwa-process-card { text-align: left; }
  .gwa-process-icon { margin: 0 0 10px; }
  .gwa-pillars-head p, .gwa-services-head p, .gwa-results-head p, .gwa-audience-head p, .gwa-plans-head p { width: 100%; }
}
@media (max-width: 768px) {
  .gwa-pillars-grid { grid-template-columns: 1fr; }
  .gwa-services-grid { grid-template-columns: 1fr; }
  .gwa-results-grid { grid-template-columns: 1fr; }
  .gwa-audience-grid { grid-template-columns: 1fr; }
  .gwa-plans-grid { grid-template-columns: 1fr; }
  .gwa-intro-sec, .gwa-pillars-sec, .gwa-services-sec, .gwa-results-sec, .gwa-audience-sec, .gwa-process-sec, .gwa-plans-sec { padding: 48px 0; }
  .gwa-cta-band { padding: 36px 24px; margin-bottom: 48px; }
  .gwa-cta-band::after { left: 24px; }
  .gwa-cta-btns { flex-direction: column; }
  .gwa-intro-stats { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .gwa-intro-stats { grid-template-columns: repeat(2,1fr); }
}
