/*
Theme Name:  PrecisePEO
Description: Precise PEO — Independent PEO Guidance
Version:     3.9.4
Author:      Precise PEO
*/

/* ── RESET ───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; cursor: pointer; border: none; background: none; }

/* ── TOKENS ──────────────────────────────────────── */
:root {
  --navy:     #0B1D45;
  --navy-md:  #162F6B;
  --navy-lt:  #EEF2FA;
  --blue:     #1A56DB;
  --blue-lt:  #EBF2FF;
  --blue-mid: #BFCFFE;
  --white:    #FFFFFF;
  --off:      #F7F8FC;
  --border:   #E4E8F2;
  --border-dk:#CDD4E8;
  --ink:      #0B1D45;
  --ink-60:   rgba(11,29,69,.6);
  --ink-35:   rgba(11,29,69,.35);
  --ink-15:   rgba(11,29,69,.12);
  --green:    #047857;
  --green-lt: #ECFDF5;
  --amber:    #B45309;
  --red:      #DC2626;

  --font: 'Plus Jakarta Sans', sans-serif;
  --r:    12px;
  --r-lg: 20px;
  --sh:   0 1px 4px rgba(11,29,69,.07), 0 4px 16px rgba(11,29,69,.05);
  --sh-md:0 4px 24px rgba(11,29,69,.1), 0 2px 8px rgba(11,29,69,.05);
  --sh-lg:0 12px 40px rgba(11,29,69,.12), 0 4px 16px rgba(11,29,69,.06);
}

/* ── SKIP LINK ──────────────────────────────────── */
.skip-link {
  position: absolute; left: -9999px; top: auto;
  width: 1px; height: 1px; overflow: hidden;
  font-size: .875rem; font-weight: 700; color: #fff;
  background: var(--navy); padding: .75rem 1.5rem;
  border-radius: 0 0 var(--r) var(--r);
  z-index: 999; text-decoration: none;
}
.skip-link:focus {
  position: fixed; left: 50%; top: 0;
  transform: translateX(-50%);
  width: auto; height: auto; overflow: visible;
}

/* ── BASE ────────────────────────────────────────── */
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--navy);
  background: var(--white);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── LAYOUT ──────────────────────────────────────── */
.wrap      { max-width: 920px;  margin: 0 auto; padding: 0 2rem; }
.wrap-wide { max-width: 1120px; margin: 0 auto; padding: 0 2rem; }
.wrap-narrow { max-width: 780px; }

/* ── TYPOGRAPHY ──────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: var(--font);
  letter-spacing: -.03em;
  line-height: 1.1;
  color: var(--navy);
}
h1 { font-size: clamp(2.75rem, 6vw, 4.75rem); font-weight: 800; line-height: 1.05; }
h2 { font-size: clamp(1.875rem, 4vw, 2.75rem); font-weight: 800; }
h3 { font-size: 1.25rem; font-weight: 700; }
h4 { font-size: 1rem; font-weight: 700; }
p  { line-height: 1.7; }

.eyebrow {
  font-size: .8rem; font-weight: 700;
  color: var(--blue); letter-spacing: .07em;
  text-transform: uppercase; margin-bottom: .875rem;
  display: block;
}
.eyebrow-dim { color: rgba(255,255,255,.35); }

.lede {
  font-size: 1.0625rem; color: var(--ink-60);
  line-height: 1.75; max-width: 580px;
}
.lede-center { margin-left: auto; margin-right: auto; text-align: center; }
.lede-white  { color: rgba(255,255,255,.5); }

/* ── BUTTONS ─────────────────────────────────────── */
.btn-primary {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font); font-size: .9375rem; font-weight: 700;
  color: #fff; background: var(--blue);
  padding: .875rem 2rem; border-radius: var(--r);
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(26,86,219,.25), 0 6px 20px rgba(26,86,219,.15);
  transition: background .15s, transform .1s, box-shadow .15s;
  border: none; cursor: pointer;
}
.btn-primary:hover { background: #1447B8; transform: translateY(-1px); }

.btn-outline {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font); font-size: .9375rem; font-weight: 600;
  color: var(--navy); background: var(--white);
  padding: .875rem 1.625rem; border-radius: var(--r);
  border: 1.5px solid var(--border-dk); text-decoration: none;
  transition: border-color .15s, background .15s;
}
.btn-outline:hover { border-color: var(--navy); background: var(--navy-lt); }

.btn-white {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font); font-size: .9375rem; font-weight: 700;
  color: var(--navy); background: var(--white);
  padding: .875rem 2rem; border-radius: var(--r);
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0,0,0,.15);
  transition: transform .15s, box-shadow .15s;
}
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,.2); }

.btn-ghost-white {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font); font-size: .9375rem; font-weight: 600;
  color: rgba(255,255,255,.6);
  padding: .875rem 1.625rem; border-radius: var(--r);
  border: 1.5px solid rgba(255,255,255,.2); text-decoration: none;
  transition: color .15s, border-color .15s;
}
.btn-ghost-white:hover { color: #fff; border-color: rgba(255,255,255,.5); }

/* ── NAV ─────────────────────────────────────────── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, box-shadow .2s;
}
.site-header.scrolled {
  border-bottom-color: var(--border);
  box-shadow: 0 2px 12px rgba(11,29,69,.06);
}
.header-inner {
  display: flex; align-items: center; height: 66px;
  gap: 2rem;
}
.site-logo {
  display: flex; align-items: center; gap: .5rem;
  font-size: 1.2rem; font-weight: 800; color: var(--navy);
  text-decoration: none; letter-spacing: -.025em; flex-shrink: 0;
}
.logo-mark {
  width: 30px; height: 30px; background: var(--navy);
  border-radius: 8px; display: grid; place-items: center;
  position: relative; overflow: hidden; flex-shrink: 0;
}
.logo-mark::before {
  content: ''; width: 13px; height: 13px;
  border: 2.5px solid rgba(255,255,255,.85);
  border-radius: 3px; transform: rotate(45deg); position: absolute;
}
.logo-mark::after {
  content: ''; width: 4px; height: 4px;
  background: var(--blue); border-radius: 50%; position: absolute;
}
.site-logo span { color: var(--blue); }
.site-logo img { height: 52px; width: auto; display: block; max-width: 240px; }
.site-logo img[src$=".svg"] { height: 52px; width: auto; max-width: 240px; object-fit: contain; }
.footer-brand .site-logo img { height: 44px; }
/* Remove the extra <a> tag WP wraps around custom-logo */
.site-logo .custom-logo-link { display: contents; }

.header-nav { display: flex; gap: .125rem; list-style: none; margin-left: .5rem; }
.header-nav a {
  font-size: .875rem; font-weight: 500; color: var(--ink-60);
  text-decoration: none; padding: .4rem .75rem; border-radius: 8px;
  transition: color .15s, background .15s;
}
.header-nav a:hover { color: var(--navy); background: var(--off); }

.header-cta {
  margin-left: auto;
  font-size: .875rem; font-weight: 700; color: #fff;
  background: var(--navy); padding: .5rem 1.25rem;
  border-radius: 8px; text-decoration: none;
  transition: background .15s;
}
.header-cta:hover { background: var(--navy-md); }

/* Mobile hamburger */
.hamburger {
  display: none; margin-left: auto;
  width: 40px; height: 40px; align-items: center;
  justify-content: center; cursor: pointer;
  flex-direction: column; gap: 5px;
}
.hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--navy); border-radius: 2px;
  transition: transform .2s, opacity .2s;
}
.mobile-nav {
  display: none; flex-direction: column;
  background: var(--white); border-top: 1px solid var(--border);
  padding: 1rem 0;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-size: .9375rem; font-weight: 500; color: var(--navy);
  text-decoration: none; padding: .75rem 2rem;
  border-bottom: 1px solid var(--border);
  transition: background .15s;
}
.mobile-nav a:hover { background: var(--off); }
.mobile-nav .btn-primary { margin: 1rem 2rem; justify-content: center; color: #fff; }

/* ── HERO ─────────────────────────────────────────── */
.hero {
  padding: 8rem 0 5.5rem; text-align: center;
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse 70% 60% at 50% -10%, rgba(26,86,219,.07) 0%, transparent 100%),
    var(--white);
}
.hero-kicker {
  display: inline-flex; align-items: center; gap: .75rem;
  font-size: .8rem; font-weight: 600; color: var(--ink-35);
  letter-spacing: .05em; text-transform: uppercase;
  margin-bottom: 2rem;
}
.hero-kicker-line { width: 28px; height: 1.5px; background: var(--blue-mid); }
.hero-kicker span { color: var(--blue); }

.hero h1 { margin: 0 auto 2rem; }
.hero h1 em {
  font-style: normal;
  background: linear-gradient(125deg, var(--blue) 20%, #7C3AED 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Score chips */
.score-badge-row {
  display: flex; align-items: center; justify-content: center;
  gap: 1rem; margin-bottom: 2.5rem; flex-wrap: wrap;
}
.score-chip {
  display: flex; align-items: center; gap: .625rem;
  background: var(--white); border: 1px solid var(--border);
  border-radius: 100px; padding: .5rem 1rem .5rem .625rem;
  box-shadow: var(--sh);
}
.score-avatar {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--navy); color: #fff;
  font-size: .7rem; font-weight: 800;
  display: grid; place-items: center; flex-shrink: 0;
}
.score-chip-label { font-size: .8125rem; font-weight: 600; color: var(--navy); }
.score-chip-val {
  font-size: .8125rem; font-weight: 800; color: var(--blue);
  background: var(--blue-lt); padding: .15rem .5rem;
  border-radius: 100px; margin-left: .25rem;
}
.score-more {
  font-size: .8rem; font-weight: 600; color: var(--ink-35);
  padding: .5rem .875rem;
  border: 1px dashed var(--border); border-radius: 100px;
}

.hero-sub {
  font-size: 1.125rem; color: var(--ink-60); line-height: 1.75;
  max-width: 520px; margin: 0 auto 2.5rem;
}
.hero-btns {
  display: flex; gap: .875rem; justify-content: center;
  align-items: center; margin-bottom: 2.5rem;
}

/* Metric strip */
.hero-metrics {
  display: inline-flex; gap: 0;
  border: 1px solid var(--border); border-radius: var(--r-lg);
  overflow: hidden; background: var(--white); box-shadow: var(--sh);
}
.hero-metric {
  padding: .875rem 1.5rem; text-align: center;
  border-right: 1px solid var(--border);
}
.hero-metric:last-child { border-right: none; }
.hero-metric-val {
  font-size: 1.25rem; font-weight: 800; color: var(--navy);
  letter-spacing: -.03em; line-height: 1; margin-bottom: .2rem;
}
.hero-metric-val span { color: var(--blue); }
.hero-metric-lbl { font-size: .75rem; font-weight: 500; color: var(--ink-35); }

/* ── SECTIONS ─────────────────────────────────────── */
.section     { padding: 6rem 0; }
.section-sm  { padding: 4rem 0; }
.section-alt {
  background: var(--off);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.section-navy { background: var(--navy); }

.section-hd { margin-bottom: 2.5rem; }

/* ── PROCESS TIMELINE ─────────────────────────────── */
.process-timeline {
  border: 1px solid var(--border); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--sh);
}
.process-item {
  display: grid; grid-template-columns: 220px 1fr;
  border-bottom: 1px solid var(--border);
  transition: background .15s;
}
.process-item:last-child { border-bottom: none; }
.process-item:hover { background: rgba(26,86,219,.02); }
.process-left {
  padding: 1.75rem 2rem;
  border-right: 1px solid var(--border);
  display: flex; flex-direction: column; justify-content: center;
  background: var(--white);
}
.process-step-num {
  font-size: .7rem; font-weight: 700; color: var(--blue);
  letter-spacing: .08em; text-transform: uppercase; margin-bottom: .5rem;
}
h3.process-step-title {
  font-size: 1.0625rem; font-weight: 800; color: var(--navy);
  letter-spacing: -.02em; line-height: 1.25;
}
.process-right {
  padding: 1.75rem 2rem; display: flex;
  align-items: center; gap: 1.5rem; background: var(--white);
}
.process-body { font-size: .9375rem; color: var(--ink-60); line-height: 1.7; flex: 1; }
.process-tag-col { display: flex; flex-direction: column; gap: .5rem; flex-shrink: 0; }
.ptag {
  font-size: .75rem; font-weight: 600; color: var(--navy);
  background: var(--off); border: 1px solid var(--border);
  padding: .3rem .75rem; border-radius: var(--r); white-space: nowrap;
}

/* ── AUDIENCE LIST ───────────────────────────────── */
.audience-list { display: flex; flex-direction: column; gap: .75rem; }
.audience-row {
  display: flex; align-items: center; gap: 1.5rem;
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 1.25rem 1.5rem;
  box-shadow: var(--sh);
  transition: box-shadow .2s, border-color .2s, transform .15s;
}
.audience-row:hover { box-shadow: var(--sh-md); border-color: var(--blue-mid); transform: translateX(4px); }
.aud-av {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--navy); color: #fff;
  font-size: .8rem; font-weight: 800;
  display: grid; place-items: center; flex-shrink: 0;
}
.aud-identity { min-width: 160px; flex-shrink: 0; }
.aud-name { font-size: 1rem; font-weight: 700; color: var(--navy); letter-spacing: -.015em; }
.aud-role { font-size: .8125rem; color: var(--ink-35); font-weight: 500; }
.aud-divider { width: 1px; height: 36px; background: var(--border); flex-shrink: 0; }
.aud-situation { flex: 1; font-size: .9375rem; color: var(--ink-60); line-height: 1.5; }
.aud-tag {
  font-size: .75rem; font-weight: 700; color: var(--blue);
  background: var(--blue-lt); border: 1px solid var(--blue-mid);
  padding: .3rem .75rem; border-radius: 100px;
  white-space: nowrap; flex-shrink: 0;
}

/* ── DETAIL STRIP ────────────────────────────────── */
.detail-strip { background: var(--navy); padding: 4rem 0; }
.detail-strip-inner {
  display: grid; grid-template-columns: repeat(4,1fr);
}
.detail-cell {
  padding: 0 2.5rem;
  border-right: 1px solid rgba(255,255,255,.1);
}
.detail-cell:first-child { padding-left: 0; }
.detail-cell:last-child  { border-right: none; padding-right: 0; }
.detail-n {
  font-size: 2.75rem; font-weight: 800;
  color: #fff; letter-spacing: -.045em; line-height: 1; margin-bottom: .4rem;
}
.detail-n em { font-style: normal; color: #93C5FD; }
.detail-label { font-size: .875rem; color: rgba(255,255,255,.45); font-weight: 500; line-height: 1.5; }

/* ── VERSUS BLOCKS ───────────────────────────────── */
.versus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.versus-block {
  border: 1px solid var(--border); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--sh);
}
.versus-header {
  padding: .875rem 1.25rem; display: flex; align-items: center;
  gap: .625rem; border-bottom: 1px solid var(--border);
}
.versus-header.broker { background: var(--off); }
.versus-header.precise { background: var(--blue-lt); border-bottom-color: var(--blue-mid); }
.versus-label { font-size: .8rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.versus-header.broker .versus-label  { color: var(--ink-35); }
.versus-header.precise .versus-label { color: var(--blue); }
.versus-badge {
  margin-left: auto; font-size: .7rem; font-weight: 700;
  padding: .2rem .6rem; border-radius: 100px;
}
.versus-header.broker .versus-badge  { background: var(--border); color: var(--ink-35); }
.versus-header.precise .versus-badge { background: var(--blue); color: #fff; }
.versus-items { padding: .5rem 0; }
.versus-item {
  display: flex; align-items: flex-start; gap: .875rem;
  padding: .875rem 1.25rem; border-bottom: 1px solid var(--border);
}
.versus-item:last-child { border-bottom: none; }
.v-icon-yes { color: var(--green); flex-shrink: 0; margin-top: .15rem; }
.v-icon-no  { color: var(--red);   flex-shrink: 0; margin-top: .15rem; }
.versus-text { font-size: .9rem; color: var(--ink-60); line-height: 1.5; }
.versus-text strong { color: var(--navy); font-weight: 600; }

/* ── PROMISE CARDS ───────────────────────────────── */
.promise-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; background: var(--border);
  border: 1px solid var(--border); border-radius: var(--r-lg);
  overflow: hidden;
}
.promise-card { background: var(--white); padding: 2rem 1.75rem; }
.promise-icon {
  width: 40px; height: 40px; border-radius: var(--r);
  background: var(--blue-lt); display: grid; place-items: center;
  margin-bottom: 1.125rem; color: var(--blue);
}
.promise-title { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: .5rem; }
.promise-text  { font-size: .9rem; color: var(--ink-60); line-height: 1.65; }

/* ── TESTIMONIALS ────────────────────────────────── */
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }
.testi-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 1.75rem;
  box-shadow: var(--sh); display: flex; flex-direction: column; gap: 1.25rem;
  transition: box-shadow .2s, transform .2s;
}
.testi-card:hover { box-shadow: var(--sh-md); transform: translateY(-2px); }
.testi-stars { color: #F59E0B; font-size: .875rem; letter-spacing: .1em; }
.testi-quote { font-size: .9375rem; color: var(--ink-60); line-height: 1.7; font-style: italic; flex: 1; }
.testi-author { display: flex; align-items: center; gap: .75rem; }
.testi-av {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--navy); color: #fff;
  font-size: .7rem; font-weight: 800;
  display: grid; place-items: center; flex-shrink: 0;
}
.testi-name { font-size: .875rem; font-weight: 700; color: var(--navy); }
.testi-role { font-size: .75rem; color: var(--ink-35); font-weight: 500; }

/* ── CTA CARD ────────────────────────────────────── */
.cta-section { padding: 6rem 0; background: var(--navy); position: relative; overflow: hidden; }
.cta-section::before {
  content: '';
  position: absolute; top: -250px; left: 50%; transform: translateX(-50%);
  width: 900px; height: 700px;
  background: radial-gradient(ellipse at center, rgba(26,86,219,.35) 0%, transparent 65%);
  pointer-events: none;
}
.cta-card {
  position: relative; z-index: 1;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-lg); padding: 4rem;
  display: grid; grid-template-columns: 1fr auto;
  gap: 3rem; align-items: center;
}
.cta-card h2 { color: #fff; margin-bottom: .875rem; }
.cta-card p  { color: rgba(255,255,255,.5); font-size: 1rem; line-height: 1.7; max-width: 440px; }
.cta-right   { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.cta-small   { font-size: .8125rem; color: rgba(255,255,255,.25); font-weight: 500; text-align: center; }

/* ── ABOUT PAGE ──────────────────────────────────── */
.page-hero {
  background: var(--off); border-bottom: 1px solid var(--border);
  padding: 7rem 0 4rem; text-align: center;
}
.page-hero h1 { font-size: clamp(2.25rem, 5vw, 3.5rem); margin-bottom: 1rem; }
.page-hero p  { font-size: 1.0625rem; color: var(--ink-60); max-width: 520px; margin: 0 auto; }

.origin-block {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: start;
}
.origin-block p { font-size: 1rem; color: var(--ink-60); line-height: 1.8; margin-bottom: 1rem; }

.principles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; }
.principle-card { background: var(--white); padding: 2rem 1.75rem; }
.principle-icon { font-size: 1.5rem; margin-bottom: 1rem; }
.principle-title { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: .5rem; }
.principle-text  { font-size: .9rem; color: var(--ink-60); line-height: 1.65; }

.stats-row-about {
  display: grid; grid-template-columns: repeat(3,1fr);
  background: var(--navy); border-radius: var(--r-lg); overflow: hidden;
}
.stats-row-about .stat-cell {
  padding: 2.5rem 2rem; border-right: 1px solid rgba(255,255,255,.1); text-align: center;
}
.stats-row-about .stat-cell:last-child { border-right: none; }
.stats-row-about .stat-num { font-size: 2.5rem; font-weight: 800; color: #fff; letter-spacing: -.04em; line-height: 1; margin-bottom: .35rem; }
.stats-row-about .stat-num span { color: #93C5FD; }
.stats-row-about .stat-desc { font-size: .875rem; color: rgba(255,255,255,.45); font-weight: 500; }

/* ── SOLUTIONS PAGE ──────────────────────────────── */
.solution-cards { display: flex; flex-direction: column; gap: 1.5rem; }
.solution-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 2.5rem;
  box-shadow: var(--sh); display: grid;
  grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center;
  transition: box-shadow .2s;
}
.solution-card:hover { box-shadow: var(--sh-md); }
.solution-card:nth-child(even) .solution-visual { order: -1; }
.solution-label {
  font-size: .75rem; font-weight: 700; color: var(--blue);
  letter-spacing: .06em; text-transform: uppercase; margin-bottom: .625rem;
}
h2.solution-title { font-size: 1.5rem; font-weight: 800; color: var(--navy); margin-bottom: .875rem; letter-spacing: -.025em; line-height: 1.25; }
.solution-text  { font-size: .9375rem; color: var(--ink-60); line-height: 1.7; margin-bottom: 1.25rem; }
.solution-checklist { list-style: none; display: flex; flex-direction: column; gap: .5rem; margin-bottom: 1.5rem; }
.solution-checklist li {
  display: flex; align-items: flex-start; gap: .625rem;
  font-size: .9rem; color: var(--ink-60); line-height: 1.5;
}
.solution-checklist li::before {
  content: '';
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--green-lt); border: 1.5px solid var(--green);
  flex-shrink: 0; margin-top: .15rem;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='%23047857' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
}
.solution-visual {
  background: var(--off); border: 1px solid var(--border);
  border-radius: var(--r-lg); min-height: 220px;
  display: flex; align-items: center; justify-content: center;
}
.solution-icon-lg { font-size: 3.5rem; }

/* ── CONTACT ─────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.35fr; gap: 5rem; align-items: start; max-width: 1100px; margin: 0 auto; }
.what-next-list { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 2rem; }
.next-item { display: flex; align-items: flex-start; gap: 1rem; }
.next-icon {
  width: 40px; height: 40px; border-radius: var(--r);
  background: var(--blue-lt); color: var(--blue);
  display: grid; place-items: center; flex-shrink: 0; margin-top: .1rem;
}
.next-title { font-size: .9375rem; font-weight: 700; color: var(--navy); margin-bottom: .25rem; }
.next-text  { font-size: .875rem; color: var(--ink-60); line-height: 1.6; }

.contact-form-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 3rem;
  box-shadow: var(--sh-md);
}
.contact-form-card h3 { margin-bottom: .5rem; }
.contact-form-card > p { font-size: .9375rem; color: var(--ink-60); margin-bottom: 1.75rem; }

.form-group { margin-bottom: 1.125rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: block; font-size: .8125rem; font-weight: 600; color: var(--navy); margin-bottom: .375rem; }
input, select, textarea {
  width: 100%; padding: .75rem 1rem;
  border: 1.5px solid var(--border);
  border-radius: var(--r); font-family: var(--font);
  font-size: .9375rem; color: var(--navy);
  background: var(--white);
  transition: border-color .15s, box-shadow .15s;
  outline: none;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(26,86,219,.1);
}
textarea { resize: vertical; min-height: 110px; }
select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%230B1D45' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; }

.form-submit { margin-top: 1.5rem; }
.form-submit .btn-primary { width: 100%; justify-content: center; }
.form-notice { font-size: .8rem; color: var(--ink-35); text-align: center; margin-top: .875rem; font-weight: 500; }

.form-success {
  display: none; align-items: center; gap: .75rem;
  background: var(--green-lt); border: 1px solid rgba(4,120,87,.2);
  border-radius: var(--r); padding: 1rem 1.25rem;
  font-size: .9375rem; font-weight: 600; color: var(--green);
  margin-bottom: 1.5rem;
}
.form-success.show { display: flex; }

/* ── BLOG / ARCHIVE ──────────────────────────────── */
.archive-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
.post-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--sh);
  transition: box-shadow .2s, transform .2s;
  text-decoration: none; color: inherit; display: flex; flex-direction: column;
}
.post-card:hover { box-shadow: var(--sh-md); transform: translateY(-3px); }
.post-card-thumb { height: 200px; background: var(--off); overflow: hidden; }
.post-card-thumb-empty { display: flex; align-items: center; justify-content: center; background: var(--navy-lt); }
.post-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.post-card:hover .post-card-thumb img { transform: scale(1.03); }
.post-card-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.post-cat {
  font-size: .75rem; font-weight: 700; color: var(--blue);
  letter-spacing: .06em; text-transform: uppercase; margin-bottom: .625rem;
}
h2.post-title { font-size: 1.125rem; font-weight: 700; color: var(--navy); margin-bottom: .625rem; letter-spacing: -.015em; line-height: 1.35; }
.post-excerpt { font-size: .9rem; color: var(--ink-60); line-height: 1.65; flex: 1; margin-bottom: 1rem; }
.post-meta { font-size: .8125rem; color: var(--ink-35); font-weight: 500; display: flex; gap: .875rem; margin-top: auto; }
.archive-empty { color: var(--ink-60); text-align: center; padding: 4rem 0; }

/* ── SINGLE POST ─────────────────────────────────── */
.single-article { padding: 7rem 0 5rem; }
.single-inner { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 3.5rem; align-items: start; }
.article-cat { font-size: .75rem; font-weight: 700; color: var(--blue); letter-spacing: .06em; text-transform: uppercase; margin-bottom: .75rem; display: block; }
.article-title { font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 800; color: var(--navy); letter-spacing: -.03em; margin-bottom: 1rem; line-height: 1.15; }
.article-meta { display: flex; align-items: center; gap: .75rem; font-size: .875rem; color: var(--ink-35); font-weight: 500; margin-bottom: 2.5rem; }
.article-meta span { display: flex; align-items: center; gap: .35rem; }
.article-body { font-size: 1.0625rem; line-height: 1.8; color: var(--ink-60); }
.article-body h2, .article-body h3 { color: var(--navy); margin: 2rem 0 .875rem; }
.article-body p  { margin-bottom: 1.25rem; }
.article-body ul, .article-body ol { margin: 0 0 1.25rem 1.5rem; }
.article-body li { margin-bottom: .375rem; }
.article-body a  { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.article-body blockquote {
  border-left: 3px solid var(--blue-mid); padding: 1rem 1.5rem;
  margin: 1.5rem 0; background: var(--blue-lt); border-radius: 0 var(--r) var(--r) 0;
  font-style: italic; color: var(--ink-60);
}

/* Inline article CTA */
.article-cta {
  background: var(--blue-lt); border: 1px solid var(--blue-mid);
  border-radius: var(--r-lg); padding: 2rem; text-align: center;
  margin: 2.5rem 0;
}
.article-cta h4 { font-size: 1.125rem; font-weight: 800; color: var(--navy); margin-bottom: .5rem; }
.article-cta p  { font-size: .9375rem; color: var(--ink-60); margin-bottom: 1.25rem; }
.article-cta .btn-primary { margin: 0 auto; }

/* Author box */
.author-box {
  display: flex; gap: 1.25rem; align-items: flex-start;
  background: var(--off); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 1.5rem; margin-top: 2.5rem;
}
.author-avatar-img {
  width: 68px; height: 68px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0;
}
.author-info { flex: 1; min-width: 0; }
.author-name { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: .375rem; }
.author-bio  { font-size: .875rem; color: var(--ink-60); line-height: 1.65; margin: 0; }

/* Featured image */
.article-featured-img { margin-bottom: 2.5rem; border-radius: var(--r-lg); overflow: hidden; }
.article-featured-img img { width: 100%; height: auto; display: block; }

/* Sidebar */
.sticky-sidebar { position: sticky; top: 5.5rem; }
.sidebar-widget {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 1.5rem;
  box-shadow: var(--sh); margin-bottom: 1.25rem;
}
h3.sidebar-widget-title { font-size: .8rem; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 1rem; }
.sidebar-widget-cta { background: var(--blue-lt); border-color: var(--blue-mid); }
.sidebar-widget-title-cta { color: var(--blue); }
.sidebar-widget-cta-text { font-size: .875rem; color: var(--ink-60); line-height: 1.65; margin-bottom: 1rem; }
.sidebar-widget-cta-btn { width: 100%; justify-content: center; font-size: .875rem; padding: .75rem 1rem; }
.sidebar-links { list-style: none; display: flex; flex-direction: column; gap: .5rem; }
.sidebar-links a { font-size: .875rem; color: var(--ink-60); text-decoration: none; transition: color .15s; display: flex; align-items: flex-start; gap: .5rem; }
.sidebar-links a:hover { color: var(--blue); }
.sidebar-links a::before { content: '→'; flex-shrink: 0; }

/* ── FOOTER ──────────────────────────────────────── */
.site-footer { background: var(--off); border-top: 1px solid var(--border); padding: 4.5rem 0 2.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 3rem; margin-bottom: 3rem; }
.footer-brand p { font-size: .875rem; color: var(--ink-35); line-height: 1.7; max-width: 230px; margin-top: .875rem; }
.footer-col h4 { font-size: .75rem; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 1rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .5rem; }
.footer-col a  { font-size: .875rem; color: var(--ink-35); text-decoration: none; transition: color .15s; }
.footer-col a:hover { color: var(--navy); }
.footer-base {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 2rem; border-top: 1px solid var(--border);
}
.footer-copy { font-size: .8125rem; color: var(--ink-35); }

/* ── 404 ─────────────────────────────────────────── */
.not-found { padding: 9rem 0; text-align: center; }
.not-found h1 { margin-bottom: 1rem; }
.not-found .not-found-code { font-size: 6rem; color: var(--blue-mid); margin-bottom: 1rem; }
.not-found p  { color: var(--ink-60); margin-bottom: 2rem; }

/* ── FADE-UP ANIMATION ───────────────────────────── */
.fade-up {
  opacity: 0; transform: translateY(20px);
  transition: opacity .55s ease, transform .55s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* Ensure content is visible when JS is disabled (crawlers, a11y) */
@media (prefers-reduced-motion: reduce) {
  .fade-up { opacity: 1; transform: none; transition: none; }
}

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 1024px) {
  .process-item { grid-template-columns: 1fr; }
  .process-left { border-right: none; border-bottom: 1px solid var(--border); padding: 1.25rem 1.5rem; }
  .process-right { flex-wrap: wrap; }
  .process-tag-col { flex-direction: row; flex-wrap: wrap; }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .single-inner { grid-template-columns: 1fr; }
  .sticky-sidebar { position: static; }
  .origin-block { grid-template-columns: 1fr; gap: 2.5rem; }
  .solution-card { grid-template-columns: 1fr; gap: 2rem; }
  .solution-card:nth-child(even) .solution-visual { order: 0; }
}

@media (max-width: 768px) {
  .header-nav, .header-cta { display: none; }
  .hamburger { display: flex; }
  .hero-metrics { flex-direction: column; border-radius: var(--r); width: 100%; }
  .hero-metric { border-right: none; border-bottom: 1px solid var(--border); }
  .hero-metric:last-child { border-bottom: none; }
  .score-badge-row { flex-wrap: wrap; justify-content: center; gap: .625rem; }
  .versus-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .archive-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-brand { grid-column: 1/-1; }
  .detail-strip-inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .detail-cell { border-right: none; padding: 0; }
  .cta-card { grid-template-columns: 1fr; text-align: center; gap: 1.5rem; }
  .cta-card p { max-width: 100%; }
  .promise-grid { grid-template-columns: 1fr; }
  .principles-grid { grid-template-columns: 1fr; }
  .stats-row-about { grid-template-columns: 1fr; }
  .stats-row-about .stat-cell { border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); }
  .audience-row { flex-wrap: wrap; }
  .aud-divider { display: none; }
}

@media (max-width: 480px) {
  .hero-btns { flex-direction: column; }
  .hero-btns .btn-primary, .hero-btns .btn-outline { width: 100%; justify-content: center; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .detail-strip-inner { grid-template-columns: 1fr; }
  .cta-card { padding: 2rem 1.5rem; }
}

/* ── MOBILE OVERHAUL ─────────────────────────────── */
@media (max-width: 768px) {
  /* Nav */
  .header-inner { height: 60px; }
  .site-header .wrap-wide { padding: 0; }
  .site-logo { margin-left: -.5rem; }
  .hamburger { margin-right: 1rem; }
  .site-logo img { height: 38px; width: auto; max-width: 160px; }
  .site-logo img[src$=".svg"] { height: 38px; width: auto; max-width: 160px; object-fit: contain; }

  /* Sections */
  .section, .section-alt { padding: 3.5rem 0; }
  .cta-section { padding: 3.5rem 0; }
  .wrap, .wrap-wide { padding: 0 1.25rem; }
  .page-hero { padding: 5.5rem 0 3rem; }
  .page-hero h1 { font-size: clamp(1.875rem, 6vw, 3rem); }
  .section-hd h2 { font-size: clamp(1.5rem, 5vw, 2.25rem); }

  /* Hero buttons */
  .hero-btns { flex-direction: column; align-items: stretch; }
  .hero-btns .btn-primary, .hero-btns .btn-outline { width: 100%; justify-content: center; }

  /* Detail cell alignment */
  .detail-cell { text-align: center; }

  /* CTA right column */
  .cta-right { align-items: center; }
  .btn-white { width: 100%; justify-content: center; }

  /* Form */
  .form-row { grid-template-columns: 1fr; }
  .contact-form-card { padding: 1.75rem 1.25rem; }

  /* Resources page — stack sidebar below posts on mobile */
  .res-layout { display: flex !important; flex-direction: column; gap: 2.5rem; }
  .res-sidebar { position: static !important; }

  /* Footer logo */
  .footer-brand .site-logo img { height: 34px; }
}

@media (max-width: 480px) {
  .wrap, .wrap-wide { padding: 0 1rem; }
  .detail-strip-inner { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-card { padding: 2rem 1.25rem; }
  .contact-form-card { padding: 1.25rem 1rem; }
  .article-title { font-size: clamp(1.5rem, 5vw, 2rem); }

  /* Resources cards on small screens */
  .res-card-img-wrap { height: 200px; }
  .res-body { padding: 1.25rem; }
  .res-footer { flex-direction: column; align-items: flex-start; gap: .875rem; }
  .res-btn { width: 100%; justify-content: center; }
}

/* ── MOBILE AUDIENCE & PROCESS FIXES ────────────── */
@media (max-width: 768px) {
  /* Audience rows — stack vertically, full width */
  .audience-row {
    flex-direction: column;
    align-items: flex-start;
    gap: .875rem;
    transform: none !important;
  }
  .audience-row:hover { transform: none; }
  .aud-identity { min-width: unset; }
  .aud-situation { font-size: .9rem; }
  .aud-tag { align-self: flex-start; }

  /* Process steps — fix tags overflowing off screen */
  .process-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 1rem;
  }
  .process-left { padding: 1.25rem 1rem; }
  .process-tag-col {
    flex-direction: row;
    flex-wrap: wrap;
    gap: .5rem;
    width: 100%;
  }
  .ptag { white-space: normal; font-size: .7rem; }
}

@media (max-width: 768px) {
  .hide-mobile { display: none !important; }
  body { padding-bottom: 5rem; }
}

/* ── STICKY MOBILE CTA ────────────────────────────── */
.sticky-mobile-cta { display: none; }
@media (max-width: 768px) {
  .sticky-mobile-cta {
    display: block; position: fixed; bottom: 0; left: 0; width: 100%;
    padding: .75rem 1rem 1.5rem; background: var(--white);
    box-shadow: 0 -2px 12px rgba(11,29,69,.1);
    z-index: 900;
    transform: translateY(100%); opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
  }
  .sticky-mobile-cta.visible { transform: translateY(0); opacity: 1; }
  .sticky-mobile-btn {
    display: flex; width: 100%; justify-content: center;
    font-size: .9375rem; padding: .875rem 1.5rem;
  }
}

@media (max-width: 768px) {
  .hero { padding: 5rem 0 3.5rem; }
}

/* ── BLOG / RESOURCES CARDS ──────────────────────── */
.res-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh); transition: box-shadow .2s, transform .15s; }
.res-card:hover { box-shadow: var(--sh-md); transform: translateY(-2px); }
.res-img-wrap { display: block; overflow: hidden; height: 300px; background: var(--navy-lt); text-decoration: none; line-height: 0; }
.res-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; margin: 0; padding: 0; border: 0; transition: transform .35s; }
.res-card:hover .res-img-wrap img { transform: scale(1.03); }
.res-body { padding: 1.75rem 2rem; }
.res-cat { font-size: .72rem; font-weight: 700; color: var(--blue); letter-spacing: .09em; text-transform: uppercase; margin-bottom: .75rem; display: block; text-decoration: none; }
.res-cat a { color: inherit; text-decoration: none; border: none; }
.res-title-link { text-decoration: none; color: inherit; }
h2.res-title { font-size: 1.3rem; font-weight: 800; color: var(--navy); letter-spacing: -.025em; line-height: 1.3; margin-bottom: .875rem; }
.res-title:hover { color: var(--blue); }
.res-excerpt { font-size: .9375rem; color: var(--ink-60); line-height: 1.75; }
.res-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 1.25rem; margin-top: 1.25rem; border-top: 1px solid var(--border); }
.res-meta { font-size: .8125rem; color: var(--ink-35); font-weight: 500; }
.res-btn { display: inline-flex; align-items: center; gap: .4rem; font-size: .875rem; font-weight: 700; color: #fff; background: var(--navy); padding: .6rem 1.25rem; border-radius: 8px; white-space: nowrap; text-decoration: none; }
.res-btn:hover { background: var(--navy-md); }

.res-layout { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; align-items: start; }
.res-posts-col { display: flex; flex-direction: column; gap: 2rem; }
.res-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.res-pagination { text-align: center; }
.res-empty { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 4rem 2rem; text-align: center; }
.res-empty-icon { margin: 0 auto 1rem; display: block; }
.res-empty-title { font-size: 1.125rem; font-weight: 700; color: var(--navy); margin-bottom: .5rem; }
.res-empty-text { font-size: .9375rem; color: var(--ink-60); }

/* Blog sidebar */
.res-sidebar { position: sticky; top: 5.5rem; display: flex; flex-direction: column; gap: 1.25rem; }
.res-sidebar-cta { background: var(--navy); border-radius: var(--r-lg); padding: 1.75rem; text-align: center; }
.res-sidebar-cta-title { font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.35); letter-spacing: .08em; text-transform: uppercase; margin-bottom: .625rem; }
.res-sidebar-cta-text { font-size: .875rem; color: rgba(255,255,255,.6); line-height: 1.65; margin-bottom: 1.25rem; }
.res-sidebar-cta-btn { display: flex; align-items: center; justify-content: center; font-size: .875rem; font-weight: 700; color: var(--navy); background: #fff; padding: .75rem 1rem; border-radius: 8px; text-decoration: none; }
.res-sidebar-widget { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1.5rem; box-shadow: var(--sh); }
h3.res-sidebar-widget-title { font-size: .72rem; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 1rem; line-height: 1.3; }
.res-sidebar-list { list-style: none; }
.res-sidebar-cat-link { display: flex; justify-content: space-between; align-items: center; font-size: .875rem; color: var(--ink-60); text-decoration: none; padding: .625rem 0; border-bottom: 1px solid var(--border); }
.res-sidebar-cat-count { font-size: .75rem; font-weight: 600; color: var(--ink-35); }
.res-sidebar-post-item { padding: .625rem 0; border-bottom: 1px solid var(--border); }
.res-sidebar-post-link { font-size: .875rem; font-weight: 600; color: var(--navy); text-decoration: none; line-height: 1.4; display: block; margin-bottom: .2rem; }
.res-sidebar-post-date { font-size: .75rem; color: var(--ink-35); }
.res-sidebar-empty { font-size: .875rem; color: var(--ink-35); }

/* Page hero centered variant */
.page-hero--center { text-align: center; }
.page-hero-subtitle { max-width: 520px; margin: 0 auto; }

/* ── CONTACT PAGE: TRUST BAR ────────────────────── */
.trust-bar { background: var(--off); border-bottom: 1px solid var(--border); padding: 1.5rem 0; }
.trust-bar-inner { display: flex; align-items: center; justify-content: center; gap: 3rem; flex-wrap: wrap; }
.trust-bar-item { display: flex; align-items: center; gap: .5rem; font-size: .875rem; font-weight: 600; color: var(--ink-60); }

/* Contact page: pull quote */
.contact-pullquote { margin-top: 3rem; background: var(--blue-lt); border: 1px solid var(--blue-mid); border-radius: var(--r-lg); padding: 1.75rem; }
.contact-pullquote-stars { color: #F59E0B; font-size: .875rem; letter-spacing: .1em; margin-bottom: .875rem; }
.contact-pullquote-text { font-size: .9375rem; color: var(--ink-60); line-height: 1.7; font-style: italic; margin-bottom: 1.125rem; }
.contact-pullquote-author { display: flex; align-items: center; gap: .75rem; }
.contact-pullquote-av { width: 36px; height: 36px; border-radius: 50%; background: var(--navy); color: #fff; font-size: .7rem; font-weight: 800; display: grid; place-items: center; flex-shrink: 0; }
.contact-pullquote-name { font-size: .875rem; font-weight: 700; color: var(--navy); }
.contact-pullquote-role { font-size: .75rem; color: var(--ink-35); font-weight: 500; }

/* Contact form card header */
.contact-form-header { margin-bottom: 1.75rem; }
.contact-form-header h3 { font-size: 1.375rem; margin-bottom: .375rem; }
.contact-form-header p { font-size: .9375rem; color: var(--ink-60); }

/* Contact form: honeypot + required star + overrides */
.honeypot { position: absolute; left: -9999px; top: -9999px; }
.required-star { color: var(--blue); }
.form-btn-full { width: 100%; justify-content: center; font-size: 1rem; padding: 1rem 2rem; }
.section-hd--center { text-align: center; }

/* Hide reCAPTCHA v3 badge */
.grecaptcha-badge { visibility: hidden !important; }
