/* ============================================================
   BIZ SYNERGIST — Component Library
   Extracted from pageStyles across all 14 pages
   Replaces all $pageStyles inline blocks
   ============================================================ */

/* ── HOME PAGE ─────────────────────────────────────────────── */
.hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 55%, #1A4A7A 100%);
  min-height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero-bg-pattern {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(ellipse 60% 40% at 75% 50%, rgba(201,168,76,.08) 0%, transparent 60%),
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.03) 0%, transparent 40%);
}
.hero-grid-lines {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 80px 80px;
}
.hero-content {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(201,168,76,.15);
  border: 1px solid rgba(201,168,76,.3);
  border-radius: 100px; padding: 8px 20px;
  margin-bottom: 28px; font-size: 13px;
  color: var(--gold-light); font-weight: 500;
}
.hero-badge-dot {
  width: 8px; height: 8px; background: var(--gold);
  border-radius: 50%; animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: .7; }
}
.hero h1 { font-size: clamp(2.6rem,5vw,4rem); color: var(--white); margin-bottom: 24px; line-height: 1.15; }
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero p { font-size: 18px; color: rgba(255,255,255,.72); max-width: 480px; margin-bottom: 40px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-right { display: flex; justify-content: center; }
.hero-card-wrap { position: relative; width: 100%; max-width: 440px; }
.hero-main-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px; padding: 20px 40px;
  backdrop-filter: blur(20px);
}
.hero-card-title {
  font-family: 'DM Sans', sans-serif; font-size: 12px;
  font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 10px;
}
.hero-services-list { display: flex; flex-direction: column; gap: 12px; }
.hero-service-item {
  display: flex; align-items: center; gap: 14px;
  padding: 10px 15px;
  background: rgba(255,255,255,.04);
  border-radius: 10px; border: 1px solid rgba(255,255,255,.06);
  font-size: 14px; color: rgba(255,255,255,.85);
  transition: var(--transition);
}
.hero-service-item:hover { background: rgba(201,168,76,.12); border-color: rgba(201,168,76,.25); }
.hero-service-icon {
  width: 32px; height: 32px; background: rgba(201,168,76,.15);
  border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.hero-service-icon svg { width: 16px; height: 16px; color: var(--gold); }
.hero-float-badge {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--gold); border-radius: 14px; padding: 16px 22px;
  box-shadow: 0 12px 40px rgba(201,168,76,.4);
}
.hero-float-badge .num { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; color: var(--navy); line-height: 1; }
.hero-float-badge .label { font-size: 12px; color: var(--navy); opacity: .8; margin-top: 2px; }

/* Intro strip */
.intro-strip { background: var(--off-white); padding: 56px 0; border-bottom: 1px solid rgba(11,31,58,.06); }
.intro-strip .container { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; }
.intro-item { display: flex; align-items: flex-start; gap: 16px; }
.intro-item-icon {
  width: 48px; height: 48px; background: var(--white);
  border-radius: 12px; box-shadow: 0 4px 16px rgba(11,31,58,.08);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.intro-item-icon svg { width: 22px; height: 22px; color: var(--gold); }
.intro-item h4 { font-size: 15px; font-weight: 600; font-family: 'DM Sans',sans-serif; margin-bottom: 4px; }
.intro-item p { font-size: 13px; color: var(--text-mid); }

/* Services section */
.services-section { padding: 50px 0 60px; }
.services-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 56px; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }

/* About strip */
.about-strip { background: var(--off-white); padding: 50px 0 60px; }
.about-strip .container { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-image-wrap { position: relative; }
.about-image-placeholder {
  width: 100%; aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  border-radius: 20px; display: flex; align-items: center; justify-content: center;
  overflow: hidden; position: relative;
}
.about-image-placeholder::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 60%, rgba(201,168,76,.15) 0%, transparent 60%);
}
.about-pattern-text {
  font-family: 'Playfair Display', serif; font-size: 120px; font-weight: 700;
  color: rgba(255,255,255,.04); position: absolute; line-height: 1;
}
.about-badge-float {
  position: absolute; bottom: -24px; right: -24px;
  background: var(--white); border-radius: 14px; padding: 20px 28px;
  z-index: 15; box-shadow: var(--shadow-lg); text-align: center;
}
.about-badge-float .num { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 700; color: var(--navy); line-height: 1; }
.about-badge-float .txt { font-size: 13px; color: var(--text-mid); margin-top: 4px; }
.about-content .section-subtitle { margin-bottom: 32px; max-width: 100%; }
.about-checklist { margin-bottom: 40px; }
.about-checklist li { display: flex; align-items: center; gap: 12px; padding: 10px 0; font-size: 15px; color: var(--text-mid); border-bottom: 1px solid rgba(11,31,58,.06); }
.about-checklist li svg { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; }
.founder-mini {
  display: flex; align-items: center; gap: 16px;
  padding: 20px; background: var(--white);
  border-radius: 12px; border: 1px solid var(--border); margin-top: 32px;
}
.founder-avatar {
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  font-family: 'Playfair Display', serif; font-size: 20px; color: var(--gold); font-weight: 700;
}
.founder-mini-name { font-weight: 600; font-size: 15px; }
.founder-mini-title { font-size: 13px; color: var(--text-mid); }

/* Stats strip */
.stats-strip { background: linear-gradient(135deg, var(--navy), var(--navy-light)); padding: 72px 0; position: relative; overflow: hidden; }
.stats-strip::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 80% at 80% 50%, rgba(201,168,76,.08) 0%, transparent 60%); }
.stats-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; position: relative; }
.stats-grid .stat-item { border-right: 1px solid rgba(255,255,255,.08); padding: 0 32px; }
.stats-grid .stat-item:last-child { border-right: none; }
.stats-grid .stat-item:first-child { padding-left: 0; }

/* CTA box (home + about) */
.cta-section { padding: 50px 0 60px; }
.cta-box {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  border-radius: 24px; padding: 72px; text-align: center; position: relative; overflow: hidden;
}
.cta-box::before { content: ''; position: absolute; top: -80px; left: 50%; transform: translateX(-50%); width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,76,.12) 0%, transparent 70%); }
.cta-box h2 { color: var(--white); font-size: clamp(2rem,4vw,2.8rem); margin-bottom: 16px; position: relative; }
.cta-box p { color: rgba(255,255,255,.65); font-size: 18px; margin-bottom: 40px; position: relative; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; }
.cta-box .gold-line { width: 60px; height: 2px; background: var(--gold); margin: 0 auto 24px; }

/* ZeniGrowth banner */
.bs-banner {
  background: #f5f9fe;
  border-top: 1px solid #daeaf9; border-bottom: 1px solid #daeaf9;
  padding: 13px 45px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
}
.bs-banner-left { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.bs-banner-logo { display: flex; align-items: center; line-height: 1; }
.bs-banner-logo img { height: 30px; width: auto; display: inline-block; vertical-align: middle; }
.bs-banner-dot { width: 7px; height: 7px; border-radius: 50%; background: #a8cce8; }
.bs-banner-text { font-size: 14px; color: #4a6a88; line-height: 1.45; font-weight: 600; }
.bs-banner-text strong { color: #1a3d5c; font-weight: 700; }
.bs-banner-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.bs-banner-cta { font-size: 14px; font-weight: 600; color: #fff; background: #1a68b0; padding: 7px 16px; border-radius: 4px; white-space: nowrap; display: flex; align-items: center; gap: 5px; cursor: pointer; }
.bs-banner-cta:hover { background: #155a98; color: #fff; }
.bs-banner-tag { background: #0b1f3a; padding: 7px 16px; border-radius: 4px; font-size: 14px; font-weight: 600; color: #fff; }
.bs-banner-tag:hover { background: #274F82; color: #fff; }

/* ── ABOUT PAGE ─────────────────────────────────────────────── */
.about-intro { padding: 40px 0 60px; }
.about-intro .container { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-intro-visual {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  border-radius: 20px; aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.about-intro-visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 70%, rgba(201,168,76,.2) 0%, transparent 60%); }
.about-intro-visual svg { width: 120px; height: 120px; color: rgba(255,255,255,.15); position: relative; }
.about-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.about-stat-card { padding: 20px; background: var(--off-white); border-radius: 10px; text-align: center; }
.about-stat-card .stat-num { font-family: 'Playfair Display',serif; font-size: 2rem; font-weight: 700; color: var(--navy); }
.about-stat-card .stat-lbl { font-size: 13px; color: var(--text-mid); }
.about-text p { color: var(--text-mid); font-size: 17px; line-height: 1.8; margin-bottom: 20px; }
.about-text p:last-of-type { margin-bottom: 32px; }

.mission-section { background: var(--off-white); padding: 50px 0 60px; }
.mission-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; margin-top: 56px; }
.mission-card { background: var(--white); border-radius: var(--radius-lg); padding: 36px; border: 1px solid rgba(11,31,58,.06); transition: var(--transition); }
.mission-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.mission-card-icon { width: 52px; height: 52px; background: linear-gradient(135deg, var(--off-white), var(--gold-pale)); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.mission-card-icon svg { width: 24px; height: 24px; color: var(--navy); }
.mission-card h3 { font-size: 1.2rem; margin-bottom: 12px; }
.mission-card p { font-size: 14px; color: var(--text-mid); }

.security-section { padding: 50px 0 60px; }
.security-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 40px; }
.security-item { display: flex; align-items: flex-start; gap: 16px; padding: 24px; background: var(--off-white); border-radius: 10px; }
.security-item svg { width: 22px; height: 22px; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.security-item h4 { font-size: 15px; margin-bottom: 6px; }
.security-item p { font-size: 13px; color: var(--text-mid); }

.founder-section { background: var(--navy); padding: 50px 0 60px; position: relative; overflow: hidden; }
.founder-section::before { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,76,.1) 0%, transparent 70%); }
.founder-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; align-items: center; position: relative; }
.founder-avatar-large { width: 100%; aspect-ratio: 1; background: rgba(255,255,255,.05); border: 2px solid rgba(201,168,76,.3); border-radius: 20px; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display',serif; font-size: 80px; color: var(--gold); font-weight: 700; }
.founder-content .section-label { color: var(--gold); margin-bottom: 12px; }
.founder-content h2 { color: var(--white); margin-bottom: 8px; }
.founder-content .founder-role { color: var(--gold-light); font-size: 16px; margin-bottom: 24px; }
.founder-content p { color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.8; margin-bottom: 16px; }
.founder-linkedin { margin-top: 8px; }
.founder-highlight { color: var(--gold-light) !important; }

.values-section { padding: 50px 0 60px; background: var(--off-white); }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-top: 56px; }
.value-card { background: var(--white); border-radius: var(--radius-lg); padding: 32px 24px; text-align: center; border: 1px solid rgba(11,31,58,.06); transition: var(--transition); }
.value-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); border-color: var(--border); }
.value-num { font-family: 'Playfair Display',serif; font-size: 3rem; font-weight: 700; color: var(--gold-pale); line-height: 1; margin-bottom: 16px; }
.value-card h4 { font-size: 1rem; margin-bottom: 8px; }
.value-card p { font-size: 13px; color: var(--text-mid); }

/* ── CONTACT PAGE ───────────────────────────────────────────── */
.contact-section { padding: 50px 0 60px; }
.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 72px; align-items: start; }
.contact-info-cards { display: flex; flex-direction: column; gap: 20px; margin-bottom: 48px; }
.contact-info-card { display: flex; align-items: flex-start; gap: 20px; padding: 24px; background: var(--off-white); border-radius: 12px; border: 1px solid rgba(11,31,58,.06); transition: var(--transition); }
.contact-info-card:hover { box-shadow: var(--shadow); transform: translateX(4px); }
.contact-info-icon { width: 48px; height: 48px; flex-shrink: 0; background: linear-gradient(135deg, var(--navy), var(--navy-light)); border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.contact-info-icon svg { width: 20px; height: 20px; color: var(--gold); }
.contact-info-card h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: var(--text-light); margin-bottom: 6px; font-family: 'DM Sans',sans-serif; }
.contact-info-card p, .contact-info-card a { font-size: 16px; color: var(--text-dark); font-weight: 500; }
.contact-info-card a:hover { color: var(--gold); }
.contact-free-consult { background: linear-gradient(135deg, var(--navy), var(--navy-light)); border-radius: 16px; padding: 32px; }
.contact-free-consult h4 { color: var(--gold-light); font-family: 'Playfair Display',serif; font-size: 1.2rem; margin-bottom: 12px; }
.contact-free-consult p { color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.7; }
.contact-form-box { background: var(--white); border: 1px solid rgba(11,31,58,.08); border-radius: 20px; padding: 48px; box-shadow: var(--shadow); }
.contact-form-box h3 { font-size: 1.6rem; margin-bottom: 8px; }
.contact-form-box > p { color: var(--text-mid); font-size: 14px; margin-bottom: 32px; }
.contact-gdpr { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; font-size: 13px; color: var(--text-mid); }
.contact-gdpr input { width: auto !important; accent-color: var(--gold); }
.contact-gdpr label { cursor: pointer; }
.form-success { display: none; padding: 14px 18px; background: #f0fdf4; border: 1.5px solid #86efac; border-radius: 8px; color: #166534; font-size: 14px; font-weight: 500; margin-bottom: 16px; line-height: 1.5; }
.form-error { display: none; padding: 14px 18px; background: #fef2f2; border: 1.5px solid #fca5a5; border-radius: 8px; color: #991b1b; font-size: 14px; font-weight: 500; margin-bottom: 16px; line-height: 1.5; }
.btn-full { width: 100%; justify-content: center; }

/* ── SERVICE PAGES (shared layout) ─────────────────────────── */
.service-detail-section { padding: 50px 0 60px; }
.service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.service-body-p { color: var(--text-mid); font-size: 17px; line-height: 1.8; margin-bottom: 24px; }
.service-checklist { margin-bottom: 40px; }
.service-checklist li { display: flex; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(11,31,58,.06); font-size: 15px; }
.service-checklist li:last-child { border-bottom: none; }
.service-checklist li svg { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; }
/* Light panel */
.service-panel { border-radius: 20px; padding: 40px; }
.service-panel-light { background: var(--off-white); }
.service-panel-dark { background: linear-gradient(135deg, var(--navy), var(--navy-light)); }
.service-panel-dark h3 { color: var(--white); margin-bottom: 24px; font-size: 1.3rem; }
/* Benefit cards (light) */
.benefit-cards { display: flex; flex-direction: column; gap: 20px; }
.benefit-card { display: flex; gap: 16px; }
.benefit-card-icon { width: 48px; height: 48px; background: var(--white); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: var(--shadow); }
.benefit-card-icon svg { width: 20px; height: 20px; color: var(--gold); }
.benefit-card h4 { font-size: 14px; margin-bottom: 4px; }
.benefit-card p { font-size: 13px; color: var(--text-mid); }
/* Benefit cards (dark) */
.benefit-card-dark { padding: 20px; background: rgba(255,255,255,.06); border-radius: 10px; border: 1px solid rgba(255,255,255,.08); }
.benefit-card-dark h4 { color: var(--gold-light); font-size: 14px; margin-bottom: 6px; }
.benefit-card-dark p { color: rgba(255,255,255,.65); font-size: 13px; }
/* Stat mini grid (AR page) */
.stat-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat-mini-card { background: var(--white); padding: 20px; border-radius: 10px; text-align: center; box-shadow: var(--shadow); }
.stat-mini-card .big { font-family: 'Playfair Display',serif; font-size: 2rem; color: var(--navy); }
.stat-mini-card p { font-size: 12px; color: var(--text-mid); margin-top: 6px; }
/* Stat compare row (CFO page) */
.stat-compare-row { display: flex; align-items: center; justify-content: space-between; padding: 16px; border-radius: 10px; }
.stat-compare-row.light { background: rgba(255,255,255,.06); }
.stat-compare-row.highlight { background: rgba(201,168,76,.15); border: 1px solid rgba(201,168,76,.3); }
.stat-compare-row span:first-child { color: rgba(255,255,255,.8); font-size: 14px; }
.stat-compare-row.highlight span:first-child { color: var(--white); font-weight: 500; }
.stat-compare-row .val { color: var(--gold); font-weight: 700; }
/* Code panel (web dev page) */
.code-panel { background: var(--navy); border-radius: 20px; padding: 40px; font-family: monospace; }
.code-panel-dots { display: flex; gap: 8px; margin-bottom: 20px; }
.code-panel-dots span { width: 12px; height: 12px; border-radius: 50%; display: block; }
.code-panel pre { color: var(--gold-light); font-size: 13px; line-height: 1.8; margin: 0; white-space: pre-wrap; }
.code-color-comment { color: rgba(255,255,255,.4); }
.code-color-key { color: var(--gold); }
.code-color-val { color: #a8d8b8; }
.code-color-kw { color: #79b8ff; }
/* Info cards (contact-database page) */
.info-cards { display: flex; flex-direction: column; gap: 20px; }
.info-card { background: var(--off-white); border-radius: 14px; padding: 28px; }
.info-card h4 { margin-bottom: 8px; }
.info-card p { font-size: 14px; color: var(--text-mid); }

/* ── SERVICES LISTING CTA ───────────────────────────────────── */
.services-cta-section { background: var(--off-white); padding: 50px 0 60px; }
.services-cta-inner { text-align: center; }
.services-cta-inner .section-label { justify-content: center; }

/* ── POLICY PAGES (GDPR / Privacy) ─────────────────────────── */
.policy-section { padding: 60px 0; }
.policy-wrapper { max-width: 1000px; margin: 0 auto; }
.policy-box { background: var(--off-white); padding: 40px; border-radius: 20px; box-shadow: var(--shadow); margin-bottom: 40px; }
.policy-box h3 { margin-bottom: 18px; }
.policy-box p { line-height: 1.9; color: var(--text-mid); margin-bottom: 24px; }
.policy-box ul { margin-bottom: 30px; padding-left: 20px; color: var(--text-mid); line-height: 2; list-style: disc; }
.policy-intro { color: var(--text-mid); font-size: 17px; line-height: 1.9; margin-bottom: 30px; }
.policy-contact-link { font-size: 18px; font-weight: 600; }
.policy-contact-link a { color: var(--gold); }

/* ── BLOG PAGE ──────────────────────────────────────────────── */
.blog-section { padding: 80px 0 100px; }
.blog-layout { display: grid; grid-template-columns: 1fr 300px; gap: 56px; align-items: start; }
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-bottom: 40px; }
.filter-bar-label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: var(--text-light); margin-right: 4px; }
.filter-btn { padding: 8px 18px; font-family: 'DM Sans',sans-serif; font-size: 13px; font-weight: 600; border: 1.5px solid rgba(11,31,58,.15); border-radius: 4px; background: var(--white); color: var(--text-mid); cursor: pointer; transition: var(--transition); }
.filter-btn:hover { border-color: var(--gold); color: var(--navy); }
.filter-btn.active { background: var(--navy); border-color: var(--navy); color: var(--white); }
.search-wrap { position: relative; margin-bottom: 40px; }
.search-wrap input { width: 100%; padding: 14px 18px 14px 48px; border: 1.5px solid rgba(11,31,58,.15); border-radius: var(--radius); font-family: 'DM Sans',sans-serif; font-size: 15px; color: var(--text-dark); background: var(--white); outline: none; transition: var(--transition); }
.search-wrap input:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(201,168,76,.12); }
.search-icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--text-light); pointer-events: none; }
.search-icon svg { width: 18px; height: 18px; }
.posts-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(280px,1fr)); gap: 28px; }
.post-card { background: var(--white); border: 1px solid rgba(11,31,58,.07); border-radius: var(--radius-lg); overflow: hidden; transition: all .35s ease; cursor: pointer; position: relative; }
.post-card::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); transform: scaleX(0); transition: transform .3s ease; }
.post-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-6px); border-color: var(--border); }
.post-card:hover::before { transform: scaleX(1); }
.post-card-thumb { height: 180px; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.post-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-card-thumb-icon { font-size: 2.5rem; opacity: .5; }
.featured-badge { position: absolute; top: 12px; left: 12px; background: var(--gold); color: var(--navy); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 4px; letter-spacing: .04em; text-transform: uppercase; }
.post-card-body { padding: 24px; }
.cat-badge { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 3px 10px; border-radius: 4px; margin-bottom: 12px; }
.post-card-title { font-family: 'Playfair Display',serif; font-size: 1.1rem; font-weight: 700; color: var(--navy); line-height: 1.3; margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.post-card-excerpt { font-size: 13px; color: var(--text-mid); line-height: 1.65; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 16px; }
.post-card-meta { display: flex; align-items: center; gap: 12px; font-size: 12px; color: var(--text-light); padding-top: 14px; border-top: 1px solid rgba(11,31,58,.06); }
.post-card-meta svg { width: 13px; height: 13px; }
.post-card-views { margin-left: auto; display: flex; align-items: center; gap: 4px; }

/* ── SIDEBAR (shared: blog + blog-post + market pages) ──────── */
.sidebar-sticky { position: sticky; top: 100px; }
.sidebar-widget { background: var(--white); border: 1px solid rgba(11,31,58,.07); border-radius: var(--radius-lg); padding: 28px; margin-bottom: 24px; }
.widget-title { font-family: 'DM Sans',sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--off-white); }
.cat-item { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid rgba(11,31,58,.05); cursor: pointer; transition: var(--transition); font-size: 14px; color: var(--text-mid); }
.cat-item:last-child { border-bottom: none; }
.cat-item:hover { color: var(--navy); padding-left: 4px; }
.cat-item-left { display: flex; align-items: center; gap: 10px; }
.cat-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
.cat-count { background: var(--off-white); color: var(--text-light); font-size: 11px; font-weight: 700; padding: 2px 7px; border-radius: 4px; }
.popular-post { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(11,31,58,.05); cursor: pointer; }
.popular-post:last-child { border-bottom: none; }
.popular-num { font-family: 'Playfair Display',serif; font-size: 1.6rem; font-weight: 700; color: var(--gold-pale); line-height: 1; flex-shrink: 0; width: 28px; }
.popular-title { font-size: 13px; font-weight: 600; line-height: 1.35; color: var(--text-dark); }
.popular-title:hover { color: var(--gold); }
.popular-date { font-size: 11px; color: var(--text-light); margin-top: 4px; }
.sidebar-cta { background: linear-gradient(135deg, var(--navy), var(--navy-light)); border-radius: var(--radius-lg); padding: 28px; text-align: center; margin-bottom: 24px; }
.sidebar-cta h3 { font-size: 1.1rem; color: var(--white); margin-bottom: 8px; }
.sidebar-cta p { font-size: 13px; color: rgba(255,255,255,.6); margin-bottom: 20px; line-height: 1.6; }
.sidebar-cta a { display: block; background: var(--gold); color: var(--navy); font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 12px 20px; border-radius: var(--radius); transition: var(--transition); text-decoration: none; }
.sidebar-cta a:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,168,76,.35); }
.newsletter-widget { background: linear-gradient(135deg, #0B1F3A, #1A4A7A) !important; border: none !important; }
.nl-widget-title { color: var(--gold) !important; border-color: rgba(255,255,255,.1) !important; }
.nl-widget-p { font-size: 13px; color: rgba(255,255,255,.65); margin-bottom: 16px; line-height: 1.6; }
.nl-alert { border-radius: 6px; padding: 10px 12px; font-size: 13px; margin-bottom: 12px; display: none; }
.nl-alert-success { background: rgba(5,150,105,.2); border: 1px solid rgba(5,150,105,.4); color: #6EE7B7; }
.nl-alert-error   { background: rgba(220,38,38,.15); border: 1px solid rgba(220,38,38,.3); color: #FCA5A5; }
.nl-subscribe-btn { width: 100%; padding: 11px; background: var(--gold); color: var(--navy); border: none; border-radius: 6px; font-size: 13px; font-weight: 700; cursor: pointer; font-family: inherit; transition: opacity .2s; }
.nl-subscribe-btn:hover { opacity: .85; }

/* ── PAGINATION (shared) ────────────────────────────────────── */
.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 48px; }
.page-btn { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border: 1.5px solid rgba(11,31,58,.15); border-radius: var(--radius); background: var(--white); font-size: 14px; font-weight: 600; cursor: pointer; transition: var(--transition); color: var(--text-mid); font-family: 'DM Sans',sans-serif; }
.page-btn:hover { border-color: var(--gold); color: var(--navy); }
.page-btn.active { background: var(--navy); border-color: var(--navy); color: var(--white); }

/* ── SKELETON LOADING (shared) ──────────────────────────────── */
.sk { background: linear-gradient(90deg, var(--off-white) 25%, #eee 50%, var(--off-white) 75%); background-size: 200% 100%; animation: shimmer 1.4s infinite; border-radius: 4px; }
@keyframes shimmer { 0%{background-position:200% 0} 100%{background-position:-200% 0} }
.sk-card { background: var(--white); border: 1px solid rgba(11,31,58,.07); border-radius: var(--radius-lg); overflow: hidden; }
.sk-img { height: 180px; }
.sk-body { padding: 24px; }
.sk-line { height: 12px; margin-bottom: 10px; }
.empty-state { text-align: center; padding: 80px 20px; color: var(--text-light); }
.empty-state svg { width: 56px; height: 56px; margin: 0 auto 16px; opacity: .3; display: block; }

/* ── BLOG POST PAGE ─────────────────────────────────────────── */
.post-hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); padding: 64px 0 0; position: relative; overflow: hidden; }
.post-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(201,168,76,.07) 0%, transparent 60%); }
.post-hero-inner { position: relative; z-index: 1; }
.post-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,.5); margin-bottom: 20px; }
.post-breadcrumb a { color: rgba(255,255,255,.5); transition: color .2s; }
.post-breadcrumb a:hover { color: var(--gold); }
.post-breadcrumb span { opacity: .4; }
.post-hero-cat { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 4px 12px; border-radius: 4px; margin-bottom: 20px; }
.post-hero h1 { font-family: "Playfair Display",serif; font-size: clamp(1.8rem,4vw,3rem); color: var(--white); line-height: 1.2; margin-bottom: 24px; max-width: 800px; }
.post-hero-meta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; font-size: 13px; color: rgba(255,255,255,.55); padding-bottom: 40px; }
.post-hero-meta .dot { opacity: .3; }
.post-cover { width: 100%; max-height: 480px; object-fit: cover; display: block; }
.post-cover-placeholder { height: 320px; background: linear-gradient(135deg, rgba(255,255,255,.04), rgba(201,168,76,.08)); display: flex; align-items: center; justify-content: center; font-size: 5rem; opacity: .3; }
.post-layout { display: grid; grid-template-columns: 1fr 300px; gap: 56px; padding: 64px 0 100px; align-items: start; }
.post-content { font-size: 17px; line-height: 1.85; color: var(--text-mid); }
.post-content h2 { font-family: "Playfair Display",serif; font-size: 1.6rem; color: var(--navy); margin: 2.5rem 0 1rem; line-height: 1.25; }
.post-content h3 { font-size: 1.2rem; font-weight: 700; color: var(--navy); margin: 2rem 0 .75rem; }
.post-content p { margin-bottom: 1.25rem; }
.post-content ul, .post-content ol { margin: .75rem 0 1.25rem 1.5rem; }
.post-content li { margin-bottom: .5rem; }
.post-content strong { color: var(--text-dark); font-weight: 600; }
.post-content a { color: var(--gold); text-decoration: underline; }
.post-content blockquote { border-left: 3px solid var(--gold); padding: 16px 24px; margin: 1.5rem 0; background: var(--off-white); border-radius: 0 8px 8px 0; font-style: italic; color: var(--text-dark); }
.post-content img { max-width: 100%; border-radius: var(--radius-lg); margin: 1.5rem 0; display: block; }
.post-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 40px; padding-top: 32px; border-top: 1px solid rgba(11,31,58,.08); }
.post-tag { padding: 5px 14px; border-radius: 4px; background: var(--off-white); font-size: 12px; font-weight: 600; color: var(--text-mid); letter-spacing: .04em; }
.post-share { display: flex; align-items: center; gap: 12px; margin-top: 32px; padding: 20px 24px; background: var(--off-white); border-radius: var(--radius-lg); }
.post-share span { font-size: 13px; font-weight: 700; color: var(--text-dark); margin-right: 4px; }
.share-btn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border-radius: 6px; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-decoration: none; transition: var(--transition); }
.share-btn.linkedin { background: #0077B5; color: #fff; }
.share-btn.twitter  { background: #1DA1F2; color: #fff; }
.share-btn.copy     { background: var(--navy); color: #fff; cursor: pointer; border: none; font-family: var(--font-sans); }
.share-btn:hover    { opacity: .85; transform: translateY(-1px); }
.related-section { margin-top: 64px; padding-top: 48px; border-top: 1px solid rgba(11,31,58,.08); }
.related-section h2 { font-family: "Playfair Display",serif; font-size: 1.5rem; color: var(--navy); margin-bottom: 28px; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.related-card { background: var(--white); border: 1px solid rgba(11,31,58,.07); border-radius: var(--radius-lg); overflow: hidden; transition: all .3s; text-decoration: none; display: block; }
.related-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.related-card-thumb { height: 130px; background: linear-gradient(135deg, var(--navy), var(--navy-light)); display: flex; align-items: center; justify-content: center; font-size: 2rem; opacity: .6; overflow: hidden; }
.related-card-thumb img { width: 100%; height: 100%; object-fit: cover; opacity: 1; }
.related-card-body { padding: 16px; }
.related-card-title { font-size: 14px; font-weight: 700; color: var(--navy); line-height: 1.35; margin-bottom: 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.related-card-date { font-size: 11px; color: var(--text-light); }
.toc-item { display: block; padding: 9px 0; border-bottom: 1px solid rgba(11,31,58,.05); font-size: 13px; color: var(--text-mid); text-decoration: none; transition: var(--transition); }
.toc-item:last-child { border-bottom: none; }
.toc-item:hover { color: var(--navy); padding-left: 4px; }
.back-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--text-mid); text-decoration: none; margin-bottom: 24px; transition: var(--transition); }
.back-link:hover { color: var(--navy); }

/* ── MARKET RESEARCH LISTING ────────────────────────────────── */
.research-hero { background: linear-gradient(135deg, var(--navy) 0%, #1A4A7A 100%); padding: 72px 0 56px; position: relative; overflow: hidden; }
.research-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(201,168,76,.08) 0%, transparent 60%); }
.research-hero .container { position: relative; z-index: 1; }
.hero-label { display: inline-block; background: rgba(201,168,76,.15); color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 14px; border-radius: 4px; margin-bottom: 16px; }
.research-hero h1 { font-family: "Playfair Display",serif; font-size: clamp(2rem,5vw,3rem); color: #fff; margin-bottom: 16px; line-height: 1.15; }
.research-hero p { color: rgba(255,255,255,.65); font-size: 1.05rem; max-width: 560px; line-height: 1.65; }
.research-section { padding: 72px 0 100px; }
.research-layout { display: grid; grid-template-columns: 1fr 280px; gap: 48px; align-items: start; }
.reports-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(300px,1fr)); gap: 24px; }
.report-card { background: #fff; border: 1px solid rgba(11,31,58,.07); border-radius: var(--radius-lg); overflow: hidden; transition: all .3s; cursor: pointer; position: relative; }
.report-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); transform: scaleX(0); transition: transform .3s; }
.report-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.report-card:hover::after { transform: scaleX(1); }
.report-card-thumb { height: 160px; background: linear-gradient(135deg, var(--navy), #1A4A7A); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.report-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.report-card-thumb .icon { font-size: 3rem; opacity: .35; }
.format-badges { position: absolute; bottom: 10px; right: 10px; display: flex; gap: 4px; }
.fmt-badge { font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 3px; text-transform: uppercase; }
.fmt-pdf   { background: #DC2626; color: #fff; }
.fmt-word  { background: #1847C8; color: #fff; }
.fmt-excel { background: #059669; color: #fff; }
.report-card-body { padding: 20px; }
.report-id-tag { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.report-card-title { font-family: "Playfair Display",serif; font-size: 1rem; font-weight: 700; color: var(--navy); line-height: 1.3; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.report-card-excerpt { font-size: 13px; color: var(--text-mid); line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 14px; }
.report-card-meta { display: flex; align-items: center; gap: 12px; font-size: 11px; color: var(--text-light); padding-top: 12px; border-top: 1px solid rgba(11,31,58,.06); }
.report-card-meta .dl-count { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.research-sidebar-cta { background: linear-gradient(135deg, var(--navy), #1A4A7A); border-radius: var(--radius-lg); padding: 24px; text-align: center; }
.research-sidebar-cta h3 { font-size: 1rem; color: #fff; margin-bottom: 8px; }
.research-sidebar-cta p { font-size: 13px; color: rgba(255,255,255,.6); margin-bottom: 16px; line-height: 1.6; }
.research-sidebar-cta a { display: block; background: var(--gold); color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 11px; border-radius: var(--radius); text-decoration: none; transition: var(--transition); }
.research-sidebar-cta a:hover { background: var(--gold-light); transform: translateY(-2px); }

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-content          { grid-template-columns: 1fr; gap: 40px; }
  .hero-right            { display: none; }
  .intro-strip .container{ grid-template-columns: repeat(2,1fr); }
  .services-grid         { grid-template-columns: repeat(2,1fr); }
  .about-strip .container{ grid-template-columns: 1fr; gap: 48px; }
  .stats-grid            { grid-template-columns: repeat(2,1fr); }
  .cta-box               { padding: 48px 32px; }
  .about-intro .container{ grid-template-columns: 1fr; }
  .about-intro-visual    { display: none; }
  .mission-grid          { grid-template-columns: repeat(2,1fr); }
  .values-grid           { grid-template-columns: repeat(2,1fr); }
  .founder-inner         { grid-template-columns: 1fr; }
  .founder-avatar-large  { width: 200px; height: 200px; }
  .contact-grid          { grid-template-columns: 1fr; gap: 48px; }
  .service-detail-grid   { grid-template-columns: 1fr; gap: 40px; }
  .blog-layout           { grid-template-columns: 1fr; }
  .sidebar-sticky        { display: none; }
  .post-layout           { grid-template-columns: 1fr; }
  .research-layout       { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .hero                  { min-height: auto; padding: 80px 0; }
  .services-header       { flex-direction: column; align-items: flex-start; gap: 24px; }
  .services-grid         { grid-template-columns: 1fr; }
  .intro-strip .container{ grid-template-columns: 1fr; }
  .stats-grid .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); padding: 16px 0; }
  .mission-grid          { grid-template-columns: 1fr; }
  .security-grid         { grid-template-columns: 1fr; }
  .values-grid           { grid-template-columns: 1fr; }
  .contact-form-box      { padding: 28px; }
  .stat-mini-grid        { grid-template-columns: 1fr 1fr; }
  .related-grid          { grid-template-columns: 1fr; }
  .post-content          { font-size: 16px; }
}
@media (max-width: 640px) {
  .posts-grid            { grid-template-columns: 1fr; }
  .reports-grid          { grid-template-columns: 1fr; }
  .related-grid          { grid-template-columns: 1fr 1fr; }
  .bs-banner             { padding: 13px 20px; }
}

/* ── COOKIE CONSENT BANNER ──────────────────────────────────── */
#cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999;
  background: #0B1F3A; color: rgba(255,255,255,.88);
  padding: 16px 28px; display: flex; align-items: center;
  gap: 20px; flex-wrap: wrap; justify-content: space-between;
  box-shadow: 0 -4px 24px rgba(0,0,0,.3);
  transform: translateY(100%); transition: transform .4s ease;
  font-family: inherit; font-size: 13px; line-height: 1.5;
}
#cookie-banner.show { transform: translateY(0); }
#cookie-banner p { margin: 0; flex: 1; min-width: 220px; }
#cookie-banner a { color: #C9A84C; text-decoration: underline; }
.ck-btns { display: flex; gap: 10px; flex-shrink: 0; }
.ck-btn { padding: 9px 22px; border-radius: 6px; font-size: 13px; font-weight: 700; cursor: pointer; border: none; font-family: inherit; transition: opacity .2s; white-space: nowrap; }
.ck-btn:hover { opacity: .85; }
.ck-accept  { background: #C9A84C; color: #0B1F3A; }
.ck-decline { background: rgba(255,255,255,.12); color: #fff; }

/* ── BLOG POST extra helpers ────────────────────────────────── */
.share-sidebar { display: flex; flex-direction: column; gap: 8px; }
.error-404-wrap { text-align: center; padding: 120px 20px; }
.error-404-wrap h1 { font-size: 2rem; margin-bottom: 16px; }
.error-404-wrap p { color: var(--text-mid); margin-bottom: 32px; }

/* ── ABOUT page hero sub-text ───────────────────────────────── */
.page-hero-sub { color: rgba(255,255,255,.7); font-size: 17px; max-width: 550px; margin-top: 15px; }

/* ── SVG checklist icon helper ──────────────────────────────── */
.svc-check-icon { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; }

/* ── OUR SERVICES PAGE — 3 equal cards ─────────────────────── */
.svc-sub-list {
  list-style: none; padding: 0;
  margin: 16px 0 24px;
  border-top: 1px solid rgba(11,31,58,.06);
}
.svc-sub-list li {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(11,31,58,.06);
  font-size: 13px; color: var(--text-mid);
}
.svc-sub-list li:last-child { border-bottom: none; }
.svc-sub-list li svg { width: 14px; height: 14px; color: var(--gold); flex-shrink: 0; }
.svc-sub-list li a { color: var(--text-mid); text-decoration: none; transition: var(--transition); }
.svc-sub-list li a:hover { color: var(--gold); }

/* Force equal height for 3-col service cards */
.svc-three-grid { align-items: stretch !important; }
.svc-equal { height: 100%; }

/* ── BPO PAGE ────────────────────────────────────────────────── */
.bpo-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 56px;
}
.bpo-card {
  background: var(--white);
  border: 1px solid rgba(11,31,58,.07);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all .35s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}
.bpo-card::before {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0); transition: transform .3s ease;
}
.bpo-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.bpo-card:hover::before { transform: scaleX(1); }
.bpo-card-icon {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  padding: 28px 32px 20px;
  display: flex; align-items: center; justify-content: center;
}
.bpo-card-icon svg { width: 36px; height: 36px; color: var(--gold); }
.bpo-card-body { padding: 24px 28px 28px; display: flex; flex-direction: column; flex: 1; }
.bpo-card-label {
  font-size: 10px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 6px;
}
.bpo-card-body h3 { font-size: 1.15rem; margin-bottom: 10px; color: var(--navy); }
.bpo-card-body > p { font-size: 14px; color: var(--text-mid); line-height: 1.7; margin-bottom: 16px; }
.bpo-feature-list {
  list-style: none; padding: 0; margin: 0 0 20px;
  border-top: 1px solid rgba(11,31,58,.06); flex: 1;
}
.bpo-feature-list li {
  font-size: 13px; color: var(--text-mid);
  padding: 7px 0; border-bottom: 1px solid rgba(11,31,58,.05);
  display: flex; align-items: center; gap: 6px;
}
.bpo-feature-list li::before { content: '—'; color: var(--gold); font-size: 11px; flex-shrink: 0; }
.bpo-feature-list li:last-child { border-bottom: none; }
.bpo-cta { font-size: 12px; align-self: flex-start; margin-top: auto; }

/* 5 cards: 3 top + 2 centred bottom */
@media (min-width: 1025px) {
  .bpo-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .bpo-cards-grid .bpo-card:nth-child(4) { grid-column: 1; }
  .bpo-cards-grid .bpo-card:nth-child(5) { grid-column: 2; }
}

/* ── CRM SOFTWARE PAGE ──────────────────────────────────────── */
.crm-stat-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px; background: rgba(255,255,255,.05);
  border-radius: 6px; font-size: 13px; color: rgba(255,255,255,.75);
}
.crm-stat-val { font-weight: 700; color: var(--white); }
.crm-stat-gold { color: var(--gold) !important; }

.crm-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.crm-feature-card {
  background: var(--white);
  border: 1px solid rgba(11,31,58,.07);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: var(--transition);
}
.crm-feature-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.crm-feature-icon {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--off-white), var(--gold-pale));
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.crm-feature-icon svg { width: 22px; height: 22px; color: var(--navy); }
.crm-feature-card h4 { font-size: 1rem; margin-bottom: 8px; }
.crm-feature-card p { font-size: 13px; color: var(--text-mid); line-height: 1.65; }

/* Pricing card */
.crm-pricing-card {
  background: var(--white);
  border: 2px solid var(--gold);
  border-radius: 20px;
  padding: 36px;
  margin-top: 32px;
  box-shadow: 0 8px 40px rgba(201,168,76,.15);
}
.crm-plan-name {
  font-size: 11px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 12px;
}
.crm-plan-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 4px; }
.crm-price-amount { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 700; color: var(--navy); line-height: 1; }
.crm-price-period { font-size: 14px; color: var(--text-mid); }
.crm-plan-note { font-size: 12px; color: var(--text-light); margin-bottom: 24px; }
.crm-plan-features { list-style: none; padding: 0; margin: 0 0 24px; border-top: 1px solid rgba(11,31,58,.08); }
.crm-plan-features li {
  display: flex; align-items: center; gap: 8px;
  padding: 9px 0; border-bottom: 1px solid rgba(11,31,58,.06);
  font-size: 14px; color: var(--text-mid);
}
.crm-plan-features li:last-child { border-bottom: none; }
.crm-plan-features li svg { width: 16px; height: 16px; color: var(--gold); flex-shrink: 0; }
.crm-trial-btn { width: 100%; justify-content: center; }
.crm-trial-note { text-align: center; font-size: 12px; color: var(--text-light); margin-top: 10px; }

/* Compare table */
.crm-compare-table {
  border: 1px solid rgba(11,31,58,.08);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-top: 32px;
  font-size: 14px;
}
.crm-compare-header, .crm-compare-row {
  display: grid; grid-template-columns: 1fr auto auto;
  gap: 0;
}
.crm-compare-header {
  background: var(--navy); color: rgba(255,255,255,.75);
  font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.crm-compare-header span,
.crm-compare-row span {
  padding: 12px 16px;
  border-right: 1px solid rgba(11,31,58,.06);
  display: flex; align-items: center;
}
.crm-compare-header span:last-child,
.crm-compare-row span:last-child { border-right: none; }
.crm-compare-row { background: var(--white); border-bottom: 1px solid rgba(11,31,58,.06); color: var(--text-mid); }
.crm-compare-row:last-child { border-bottom: none; }
.crm-compare-row:nth-child(even) { background: var(--off-white); }
.crm-col-ours { background: rgba(201,168,76,.08) !important; color: var(--navy) !important; font-weight: 600; }
.crm-compare-footer { background: var(--navy) !important; color: rgba(255,255,255,.8) !important; font-weight: 600; }
.crm-compare-footer .crm-col-ours { background: var(--gold) !important; color: var(--navy) !important; }
.crm-price-highlight { font-family: 'Playfair Display', serif; font-size: 1.1rem !important; }

/* Founding offer banner */
.crm-founding-banner {
  background: linear-gradient(135deg, #0B2545, #1A4A7A);
  border-top: 1px solid rgba(201,168,76,.2);
  border-bottom: 1px solid rgba(201,168,76,.2);
  padding: 20px 0;
}
.crm-founding-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
}
.crm-founding-label {
  font-size: 11px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 4px;
}
.crm-founding-text { font-size: 14px; color: rgba(255,255,255,.8); }
.crm-founding-text strong { color: var(--gold-light); }

/* Responsive */
@media (max-width: 1024px) {
  .bpo-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .bpo-cards-grid .bpo-card:nth-child(4),
  .bpo-cards-grid .bpo-card:nth-child(5) { grid-column: auto; }
  .crm-features-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-three-grid { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 768px) {
  .bpo-cards-grid { grid-template-columns: 1fr; }
  .crm-features-grid { grid-template-columns: 1fr; }
  .svc-three-grid { grid-template-columns: 1fr !important; }
  .crm-founding-inner { flex-direction: column; text-align: center; }
  .crm-compare-table { font-size: 12px; }
}

/* ── SITEMAP PAGE ────────────────────────────────────────────── */
.sitemap-group {
  background: var(--off-white);
  padding: 28px 32px;
  border-radius: var(--radius-lg);
  margin-bottom: 20px;
}
.sitemap-group-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px; padding-bottom: 12px;
  border-bottom: 2px solid rgba(11,31,58,.08);
}
.sitemap-list {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 4px;
}
.sitemap-list li a {
  display: flex; align-items: center; gap: 6px;
  padding: 8px 10px; border-radius: 6px;
  font-size: 14px; color: var(--text-mid);
  text-decoration: none; transition: var(--transition);
}
.sitemap-list li a:hover {
  background: var(--white);
  color: var(--navy);
  padding-left: 14px;
}
.sitemap-list li a svg {
  width: 14px; height: 14px;
  color: var(--gold); flex-shrink: 0;
}
