/*
Theme Name:  Onshore Unified Support
Theme URI:   https://onshoreunifiedsupport.com
Author:      Onshore Outsourcing
Description: Custom WordPress theme for Onshore Unified Support
Version:     0.5.3
License:     Private
Text Domain: onshore-unified-support
*/

/* ============================================================
   DESIGN TOKENS v3
   ============================================================ */
:root {
  --navy-950:  #030a22;
  --navy-900:  #061551;
  --navy-800:  #0a1e6e;
  --navy-card: rgba(255,255,255,0.10);
  --navy-card-border: rgba(255,255,255,0.16);

  --orange-500: #f5821f;
  --orange-400: #f79240;
  --orange-cta:       linear-gradient(145deg, #e07318 0%, #c05510 100%);
  --orange-cta-hover: linear-gradient(145deg, #f5821f 0%, #d06618 100%);

  --ice-500: #60a5fa;
  --ice-300: #bfdbfe;
  --emerald:  #10b981;

  --white:     #ffffff;
  --slate-50:  #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  --slate-900: #0f172a;

  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --gutter: clamp(20px, 5vw, 80px);

  --fs-h1:      clamp(34px, 4.5vw, 56px);
  --fs-h2:      clamp(26px, 3vw,   40px);
  --fs-h2-hero: clamp(22px, 2.5vw, 30px);
  --fs-body:    clamp(14px, 1.2vw, 16px);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--white); color: var(--slate-900); line-height: 1.6; }
a { text-decoration: none; }
img { display: block; max-width: 100%; }

/* ============================================================
   UTILITIES
   ============================================================ */
.section    { padding: 96px 0; }
.section-sm { padding: 64px 0; }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 32px; font-size: 14px; font-weight: 600;
  border-radius: 6px; cursor: pointer; transition: all 0.18s;
  letter-spacing: 0.2px; border: 2px solid transparent;
}
.btn-orange       { background: var(--orange-cta); color: var(--white); border-color: transparent; }
.btn-orange:hover { background: var(--orange-cta-hover); }
.btn-navy         { background: var(--navy-900); color: var(--white); border-color: var(--navy-900); }
.btn-navy:hover   { background: var(--navy-800); border-color: var(--navy-800); }
.btn-ghost-white  { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.3); }
.btn-ghost-white:hover { background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.55); }
.btn-ghost-navy   { background: transparent; color: var(--navy-900); border-color: var(--navy-900); }
.btn-ghost-navy:hover { background: var(--slate-50); }
.btn-arrow::after { content: '\2192'; font-size: 15px; transition: transform 0.15s; }
.btn-arrow:hover::after { transform: translateX(3px); }

.label { font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
         text-transform: uppercase; color: var(--slate-500); margin-bottom: 14px; }
.label-on-dark { color: rgba(255,255,255,0.4); }

.section-header { margin-bottom: 56px; }
.section-header.centered { text-align: center; }
.section-header h2 {
  font-size: var(--fs-h2); font-weight: 800; color: var(--slate-900);
  letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 14px;
}
.section-header h2.on-dark { color: var(--white); }
.section-header p { font-size: 16px; color: var(--slate-500); line-height: 1.75; max-width: 560px; }
.section-header p.on-dark { color: rgba(255,255,255,0.5); }
.section-header.centered p { margin: 0 auto; }

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--navy-900);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0 var(--gutter); height: 68px;
  display: flex; align-items: center; justify-content: space-between;
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.nav-logo { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.nav-logo img { height: 34px; width: auto; }
.nav-divider { width: 1px; height: 26px; background: rgba(255,255,255,0.14); }
.nav-sub { font-size: 10px; font-weight: 600; color: rgba(255,255,255,0.4);
           letter-spacing: 2.5px; text-transform: uppercase; line-height: 1.4; }

/* WordPress nav menu overrides */
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links ul { list-style: none; display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; }
/* Covers both walker output (bare <a>) and default menu output (ul > li > a) */
.nav-links a,
.nav-links ul li a { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.6); transition: color 0.15s; }
.nav-links a:hover,
.nav-links ul li a:hover,
.nav-links ul li.current-menu-item a { color: var(--white); }

.nav-cta {
  padding: 9px 22px;
  background: var(--orange-cta);
  color: var(--white) !important;
  font-size: 13px; font-weight: 600; border-radius: 5px; transition: background 0.15s;
}
.nav-cta:hover { background: var(--orange-cta-hover) !important; }

/* Submenu (dropdown) support.
   Parent items are wrapped in .nav-item-parent by Onshore_Nav_Walker.
   Desktop behavior: submenu revealed on hover or keyboard focus.
   Mobile (handled in the hamburger media query below): submenu is always visible,
   with children indented under the parent. */
.nav-item-parent { position: relative; }
.has-submenu .submenu-caret {
  display: inline-block;
  font-size: 9px;
  margin-left: 4px;
  opacity: 0.75;
  transform: translateY(-1px);
}
.nav-item-parent .sub-menu {
  display: none;
  position: absolute;
  /* Flush with parent bottom — no gap, so mouse travel from parent to submenu
     does not cross a hover dead zone. Internal padding provides visual breathing room. */
  top: 100%;
  left: -16px;
  min-width: 240px;
  background: var(--navy-900);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  padding: 6px 0;
  box-shadow: 0 12px 32px rgba(0,0,0,0.35);
  flex-direction: column;
  gap: 0;
  z-index: 110;
}
.nav-item-parent:hover .sub-menu,
.nav-item-parent:focus-within .sub-menu,
.nav-item-parent.open .sub-menu {
  display: flex;
}
.nav-item-parent .sub-menu a {
  padding: 10px 20px;
  font-size: 13px;
  white-space: nowrap;
  display: block;
  color: rgba(255,255,255,0.7);
}
.nav-item-parent .sub-menu a:hover {
  background: rgba(255,255,255,0.05);
  color: var(--white);
}

/* Hamburger button (hidden on desktop, shown on mobile) */
.nav-toggle {
  display: none;
  background: none; border: none;
  width: 40px; height: 40px;
  flex-direction: column; justify-content: center; align-items: center;
  gap: 5px; cursor: pointer; padding: 0;
}
.nav-toggle span {
  display: block; width: 24px; height: 2px;
  background: rgba(255,255,255,0.85);
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform-origin: center;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Keeps phrases together on wide screens; releases on narrow screens (defined below) */
.nowrap-phrase { white-space: nowrap; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; overflow: hidden; padding: 48px 0 0; min-height: 600px; }
.hero-photo {
  position: absolute; inset: 0;
  background-image: var(--hero-bg, none);
  background-size: cover; background-position: center 30%;
}
.hero-photo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(6,21,81,0.96) 0%, rgba(6,21,81,0.88) 50%, rgba(6,21,81,0.60) 100%);
}
.hero-grid {
  position: absolute; inset: 0; pointer-events: none;
  background:
    repeating-linear-gradient(90deg, transparent, transparent 79px, rgba(96,165,250,0.03) 79px, rgba(96,165,250,0.03) 80px),
    repeating-linear-gradient(0deg,  transparent, transparent 79px, rgba(96,165,250,0.03) 79px, rgba(96,165,250,0.03) 80px);
}
.hero-inner {
  max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr minmax(280px, 400px); gap: clamp(32px, 5vw, 64px); align-items: center;
}
.hero-content { padding-bottom: 80px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  color: rgba(255,255,255,0.60); margin-bottom: 28px;
}
.hero-badge::before { content: ''; display: block; width: 32px; height: 2px; background: var(--orange-500); flex-shrink: 0; }
.hero h1 { font-size: var(--fs-h1); font-weight: 800; color: var(--white); line-height: 1.1; letter-spacing: -1px; margin-bottom: 22px; }
.hero h1 em { font-style: normal; color: var(--ice-500); }
.hero-sub { font-size: 17px; color: rgba(255,255,255,0.58); line-height: 1.75; margin-bottom: 40px; max-width: 520px; }
.hero-ctas { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero-stats { display: flex; flex-direction: column; gap: 14px; padding-bottom: 80px; }
.hero-stat-card {
  background: var(--navy-card); border: 1px solid var(--navy-card-border);
  border-radius: 10px; padding: 24px 28px; transition: border-color 0.2s; backdrop-filter: blur(6px);
}
.hero-stat-card:hover { border-color: rgba(96,165,250,0.25); }
.hero-stat-num { font-size: 40px; font-weight: 800; color: var(--white); letter-spacing: -1px; line-height: 1; margin-bottom: 6px; }
.hero-stat-num em { font-style: normal; color: var(--ice-500); }
.hero-stat-label { font-size: 13px; color: rgba(255,255,255,0.80); line-height: 1.6; }
.hero-strip { background: rgba(3,10,34,0.70); border-top: 2px solid var(--orange-500); backdrop-filter: blur(8px); }
.hero-strip-inner { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); position: relative; z-index: 1; }
.hero-strip-item { padding: 26px 36px; border-right: 1px solid rgba(255,255,255,0.06); display: flex; align-items: flex-start; gap: 12px; }
.hero-strip-item:last-child { border-right: none; }
.strip-icon { flex-shrink: 0; display: flex; align-items: center; padding-top: 1px; }
.strip-icon img { height: 36px; width: auto; opacity: 0.85; }
.strip-text { display: flex; flex-direction: column; }
.strip-title { font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.82); margin-bottom: 3px; }
.strip-body { font-size: 12px; color: rgba(255,255,255,0.42); line-height: 1.5; }

/* ============================================================
   WHO WE SERVE
   ============================================================ */
.who { background: var(--white); }
.who-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); }
.who-intro { max-width: 680px; margin-bottom: 56px; }
.who-intro h2 { font-size: var(--fs-h2); font-weight: 800; color: var(--slate-900); letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 16px; }
.who-intro p { font-size: 16px; color: var(--slate-500); line-height: 1.75; }
.who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.who-card { border: 1px solid var(--slate-200); border-radius: 10px; padding: 24px 26px; background: var(--white); position: relative; overflow: hidden; }
.who-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--navy-900); border-radius: 10px 0 0 10px; }
.who-card h3 { font-size: 20px; font-weight: 800; color: var(--navy-900); margin-bottom: 12px; line-height: 1.3; }
.who-card p { font-size: 14px; color: var(--slate-500); line-height: 1.75; margin-bottom: 16px; }
.who-card-link { font-size: 13px; font-weight: 600; color: var(--navy-900); display: inline-flex; align-items: center; gap: 6px; }
.who-card-link::after { content: '\2192'; transition: transform 0.15s; }
.who-card:hover .who-card-link::after { transform: translateX(3px); }

/* ============================================================
   CAPABILITIES
   ============================================================ */
.capabilities { background: var(--slate-50); }
.cap-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); }
.cap-grid { display: grid; grid-template-columns: 3fr 2fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.cap-text h2 { font-size: var(--fs-h2); font-weight: 800; color: var(--slate-900); letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 16px; }
.cap-text p { font-size: 16px; color: var(--slate-500); line-height: 1.75; margin-bottom: 28px; }
.cap-services { display: flex; flex-direction: column; }
.cap-service { display: grid; grid-template-columns: 100px 1fr; gap: 0 24px; padding: 20px 0; border-bottom: 1px solid var(--slate-200); align-items: baseline; }
.cap-service:first-child { padding-top: 0; }
.cap-service:last-child { border-bottom: none; }
.cap-service-label { font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--navy-900); padding-top: 2px; }
.cap-service p { font-size: 13px; color: var(--slate-500); line-height: 1.7; margin: 0; }
.cap-features { display: flex; flex-direction: column; gap: 0; }
.cap-feature { display: flex; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--slate-100); }
.cap-feature:last-child { border-bottom: none; }
.cap-check { color: var(--emerald); font-size: 15px; font-weight: 700; flex-shrink: 0; line-height: 1; }
.cap-feature h4 { font-size: 13px; font-weight: 700; color: var(--slate-900); margin: 0; }

/* ============================================================
   PILLARS
   ============================================================ */
.pillars { background: var(--white); }
.pillars-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); }
.pillars-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 56px; }
.pillar { padding: 0 36px 0 0; margin-right: 36px; border-right: 1px solid var(--slate-200); }
.pillar:last-child { border-right: none; padding-right: 0; margin-right: 0; }
.pillar-accent { width: 36px; height: 3px; background: var(--navy-900); margin-bottom: 16px; transition: width 0.25s; }
.pillar:hover .pillar-accent { width: 56px; }
.pillar-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.pillar-icon { display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pillar-icon svg { width: 18px; height: 18px; stroke: var(--navy-900); fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.pillar h3 { font-size: 16px; font-weight: 700; color: var(--slate-900); margin-bottom: 0; }
.pillar p { font-size: 13px; color: var(--slate-500); line-height: 1.75; }

/* ============================================================
   LOGO SLIDER
   ============================================================ */
.logo-slider { background: var(--navy-900); padding: 52px 0; }
.logo-slider-label { display: flex; align-items: center; justify-content: center; gap: 18px; margin-bottom: 36px; font-size: 10px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.logo-slider-label::before, .logo-slider-label::after { content: ''; flex-shrink: 0; width: 48px; height: 1px; background: rgba(255,255,255,0.15); }
.logo-track-wrap { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%); }
.logo-track-wrap + .logo-track-wrap { margin-top: 12px; }
.logo-track { display: flex; align-items: center; gap: 0; width: max-content; padding: 4px 0; }
.logo-set { display: flex; align-items: center; gap: 12px; padding-right: 12px; }
.logo-track.left  { animation: logo-left  38s linear infinite; }
.logo-track.right { animation: logo-right 42s linear infinite; }
.logo-track:hover { animation-play-state: paused; }
@keyframes logo-left  { from { transform: translateX(0); }    to { transform: translateX(-50%); } }
@keyframes logo-right { from { transform: translateX(-50%); } to { transform: translateX(0); }    }
.logo-tile { flex-shrink: 0; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 35px; height: 52px; white-space: nowrap; cursor: default; }
.logo-tile-mono { width: 26px; height: 26px; border-radius: 5px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; color: rgba(255,255,255,0.40); flex-shrink: 0; }
.logo-tile-img { width: auto; max-width: 140px; height: 32px; object-fit: contain; opacity: 0.6; flex-shrink: 0; filter: grayscale(100%) brightness(1.5); transition: opacity 0.2s; }
.logo-tile:hover .logo-tile-img { opacity: 0.85; }
.logo-tile-name { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.45); letter-spacing: 0.1px; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials { background: var(--navy-900); padding: 52px 0; }
.testimonials-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.testi-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09); border-radius: 10px; padding: 36px 32px; display: flex; flex-direction: column; transition: border-color 0.2s; }
.testi-card:hover { border-color: rgba(255,255,255,0.18); }
.testi-mark { font-size: 40px; line-height: 1; margin-bottom: 12px; color: var(--ice-500); font-family: Georgia, serif; font-weight: 700; user-select: none; }
.testi-quote { font-size: 15px; color: rgba(255,255,255,0.85); line-height: 1.8; font-style: italic; flex: 1; margin-bottom: 28px; }
.testi-divider { width: 32px; height: 1px; background: rgba(255,255,255,0.15); margin-bottom: 20px; }
.testi-name { font-size: 13px; font-weight: 700; color: var(--white); margin-bottom: 3px; }
.testi-role { font-size: 12px; color: rgba(255,255,255,0.38); line-height: 1.5; }

/* ============================================================
   INSIGHTS
   ============================================================ */
.insights { background: var(--slate-50); }
.insights-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); }
.insights-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; }
.insights-header h2 { font-size: 38px; font-weight: 800; color: var(--slate-900); letter-spacing: -0.5px; }
.insights-header a { font-size: 14px; font-weight: 600; color: var(--navy-900); display: inline-flex; align-items: center; gap: 6px; }
.insights-header a::after { content: '\2192'; transition: transform 0.15s; }
.insights-header a:hover::after { transform: translateX(3px); }
.insights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.insight-card { background: var(--white); border-radius: 10px; border: 1px solid var(--slate-200); overflow: hidden; transition: box-shadow 0.2s, transform 0.2s; display: flex; flex-direction: column; }
.insight-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.08); transform: translateY(-2px); }
.insight-img { width: 100%; height: 160px; object-fit: cover; display: block; }
.insight-body { padding: 20px 22px; flex: 1; display: flex; flex-direction: column; }
.insight-tag { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--slate-400); margin-bottom: 10px; }
.insight-card h3 { font-size: 17px; font-weight: 700; color: var(--slate-900); line-height: 1.4; margin-bottom: 10px; }
.insight-card p { font-size: 13px; color: var(--slate-500); line-height: 1.7; flex: 1; margin-bottom: 20px; }
.insight-meta { display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: var(--slate-400); padding-top: 16px; border-top: 1px solid var(--slate-100); }
.insight-read { font-size: 13px; font-weight: 600; color: var(--navy-900); display: inline-flex; align-items: center; gap: 5px; }
.insight-read::after { content: '\2192'; transition: transform 0.15s; }
.insight-card:hover .insight-read::after { transform: translateX(3px); }

/* ============================================================
   INSIGHTS INDEX PAGE (page-insights.php)
   Reuses the .insights-grid / .insight-card styles above, adds
   search, pagination, and empty-state treatments.
   ============================================================ */
.insights-index { background: var(--white); }
.insights-index-inner { max-width: 1300px; margin: 0 auto; padding: 64px var(--gutter) 96px; }

/* Also applies when the card is an <a> on the index page */
a.insight-card { text-decoration: none; color: inherit; }
a.insight-card:hover { text-decoration: none; }

/* ── Search ─────────────────────────────────────────────────── */
.insights-search { margin-bottom: 32px; }
.insights-search-row { position: relative; display: flex; align-items: stretch; gap: 10px;
  background: var(--white); border: 1px solid var(--slate-200); border-radius: 8px;
  padding: 4px 4px 4px 44px; max-width: 640px;
  transition: border-color 0.15s, box-shadow 0.15s; }
.insights-search-row:focus-within { border-color: var(--navy-800);
  box-shadow: 0 0 0 3px rgba(10,30,110,0.08); }
.insights-search-icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  width: 18px; height: 18px; stroke: var(--slate-400); fill: none; stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round; pointer-events: none; }
.insights-search-row input[type="search"] { flex: 1; border: none; outline: none;
  background: transparent; font-family: inherit; font-size: 15px; color: var(--slate-800);
  padding: 12px 4px; min-width: 0; -webkit-appearance: none; }
.insights-search-row input[type="search"]::placeholder { color: var(--slate-400); }
.insights-search-row .btn { flex-shrink: 0; }

/* ── Active-search meta strip ──────────────────────────────── */
.insights-result-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  font-size: 13px; color: var(--slate-500); margin-bottom: 24px; }
.insights-clear { font-size: 12px; font-weight: 600; color: var(--navy-900);
  text-decoration: underline; text-decoration-color: rgba(6,21,81,0.25); }
.insights-clear:hover { text-decoration-color: var(--navy-900); }

/* ── 2-column at tablet, 1-column at phone is handled by @media blocks below ── */

/* ── Pagination ─────────────────────────────────────────────── */
.insights-pagination { margin-top: 48px; display: flex; justify-content: center; }
.insights-pagination .page-numbers { list-style: none; display: flex; align-items: center;
  gap: 6px; padding: 0; margin: 0; flex-wrap: wrap; justify-content: center; }
.insights-pagination .page-numbers li { margin: 0; }
.insights-pagination a.page-numbers,
.insights-pagination span.page-numbers { display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; height: 40px; padding: 0 12px; border-radius: 6px;
  font-size: 13px; font-weight: 600; color: var(--slate-600);
  background: var(--white); border: 1px solid var(--slate-200);
  text-decoration: none; transition: color 0.15s, background 0.15s, border-color 0.15s; }
.insights-pagination a.page-numbers:hover { color: var(--navy-900); border-color: var(--navy-800); background: var(--slate-50); }
.insights-pagination .page-numbers.current { color: var(--white); background: var(--navy-900); border-color: var(--navy-900); }
.insights-pagination .page-numbers.dots { border-color: transparent; background: transparent; color: var(--slate-400); }

/* ── Empty state ────────────────────────────────────────────── */
.insights-empty { text-align: center; padding: 72px 24px; color: var(--slate-500);
  background: var(--slate-50); border: 1px solid var(--slate-200); border-radius: 8px; }
.insights-empty h3 { font-size: 20px; font-weight: 700; color: var(--slate-800); margin-bottom: 10px; }
.insights-empty p { font-size: 14px; line-height: 1.75; }
.insights-empty a { color: var(--navy-900); font-weight: 600; text-decoration: underline;
  text-decoration-color: rgba(6,21,81,0.25); }
.insights-empty a:hover { text-decoration-color: var(--navy-900); }

/* Screen-reader-only label */
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); height: 1px; overflow: hidden;
  padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { background: var(--white); }
.faq-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); }
.faq-list { margin-top: 48px; max-width: 1000px; }
.faq-item { border-bottom: 1px solid var(--slate-200); }
.faq-item:first-of-type { border-top: 1px solid var(--slate-200); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; cursor: pointer; list-style: none; font-size: 15px; font-weight: 600; color: var(--slate-900); user-select: none; }
.faq-q::-webkit-details-marker { display: none; }
.faq-item[open] > .faq-q { color: var(--navy-900); }
.faq-toggle { width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0; background: var(--slate-100); border: 1px solid var(--slate-200); display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 300; line-height: 1; color: var(--slate-400); transition: background 0.15s, color 0.15s; }
.faq-item[open] .faq-toggle { background: var(--navy-900); color: var(--white); border-color: var(--navy-900); }
.faq-a { font-size: 14px; color: var(--slate-500); line-height: 1.8; padding: 0 48px 20px 0; max-width: 700px; }
.faq-a a { color: var(--navy-900); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(6,21,81,0.25); }
.faq-a a:hover { text-decoration-color: var(--navy-900); }

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-section { position: relative; overflow: hidden; padding: 56px 0; }
.cta-photo { position: absolute; inset: 0; background: var(--navy-900); }
.cta-campus { position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); width: min(1200px, 100%); background-image: var(--cta-bg, none); background-size: cover; background-position: center 40%; -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 14%, black 86%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0%, black 14%, black 86%, transparent 100%); }
.cta-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(6,21,81,0.97) 0%, rgba(6,21,81,0.82) 50%, rgba(6,21,81,0.75) 100%); }
.cta-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 64px; position: relative; z-index: 1; }
.cta-left { flex: 1; }
.cta-left h2 { font-size: 42px; font-weight: 800; color: var(--white); line-height: 1.15; letter-spacing: -0.5px; margin-bottom: 16px; }
.cta-left p { font-size: 16px; color: rgba(255,255,255,0.75); line-height: 1.75; max-width: 460px; }
.cta-box { flex-shrink: 0; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 36px 40px; min-width: 300px; max-width: 40%; text-align: center; box-sizing: border-box; }
.cta-box h3 { font-size: 20px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.cta-box p { font-size: 13px; color: rgba(255,255,255,0.7); margin-bottom: 24px; line-height: 1.6; }
.cta-box .btn { width: 100%; justify-content: center; margin-bottom: 12px; }
.cta-box .alt { font-size: 13px; color: rgba(255,255,255,0.55); display: block; transition: color 0.15s; }
.cta-box .alt:hover { color: rgba(255,255,255,0.85); }
.cta-steps { flex: 1; display: flex; align-items: flex-start; gap: 0; position: relative; }
.cta-steps::before { content: ''; position: absolute; top: 18px; left: 18px; right: 18px; height: 1px; background: rgba(255,255,255,0.10); z-index: 0; }
.cta-step { flex: 1; position: relative; z-index: 1; padding: 0 16px; }
.cta-step:first-child { padding-left: 0; }
.cta-step:last-child { padding-right: 0; }
.cta-step-num { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.20); background: rgba(6,21,81,0.85); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; color: rgba(255,255,255,0.65); margin-bottom: 14px; }
.cta-step h3 { font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 6px; line-height: 1.3; }
.cta-step p { font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.65; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--navy-950); border-top: 2px solid var(--orange-500); }
.footer-main { max-width: 1300px; margin: 0 auto; padding: 32px 48px 24px; display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-brand img { height: 28px; width: auto; margin-bottom: 12px; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.3); line-height: 1.75; max-width: 260px; margin-bottom: 18px; }
.footer-badge { display: block; }
.footer-badge img { height: 56px; width: auto; display: block; opacity: 0.85; transition: opacity 0.2s; }
.footer-badge img:hover { opacity: 1; }
.footer-col h4 { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.2); margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.4); transition: color 0.15s; }
.footer-col ul li a:hover { color: rgba(255,255,255,0.75); }
.footer-contact { display: flex; flex-direction: column; gap: 8px; }
.footer-contact-group { display: flex; flex-direction: column; gap: 2px; margin-bottom: 6px; }
.footer-contact-label { font-size: 10px; color: rgba(255,255,255,0.2); text-transform: uppercase; letter-spacing: 1px; font-weight: 700; }
.footer-contact a { font-size: 13px; color: rgba(255,255,255,0.45); transition: color 0.15s; }
.footer-contact a:hover { color: rgba(255,255,255,0.75); }
.footer-bottom { max-width: 1300px; margin: 0 auto; padding: 12px 48px; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.18); margin: 0; }

/* ============================================================
   BLOG POST LISTING
   ============================================================ */
.blog-archive { background: var(--white); }
.blog-archive-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 48px; }
.blog-card { background: var(--white); border-radius: 10px; border: 1px solid var(--slate-200); overflow: hidden; transition: box-shadow 0.2s, transform 0.2s; display: flex; flex-direction: column; }
.blog-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.08); transform: translateY(-2px); }
.blog-card-thumb { width: 100%; height: 180px; object-fit: cover; }
.blog-card-body { padding: 22px 24px; flex: 1; display: flex; flex-direction: column; }
.blog-card-tag { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--slate-400); margin-bottom: 10px; }
.blog-card h2 { font-size: 18px; font-weight: 700; color: var(--slate-900); line-height: 1.4; margin-bottom: 10px; }
.blog-card h2 a { color: inherit; }
.blog-card h2 a:hover { color: var(--navy-900); }
.blog-card-excerpt { font-size: 13px; color: var(--slate-500); line-height: 1.7; flex: 1; margin-bottom: 20px; }
.blog-card-meta { display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: var(--slate-400); padding-top: 16px; border-top: 1px solid var(--slate-100); }
.blog-read-more { font-size: 13px; font-weight: 600; color: var(--navy-900); display: inline-flex; align-items: center; gap: 5px; }
.blog-read-more::after { content: '\2192'; transition: transform 0.15s; }
.blog-card:hover .blog-read-more::after { transform: translateX(3px); }

/* ============================================================
   BLOG SINGLE POST
   ============================================================ */
.single-post { background: var(--white); }
.post-hero { background: var(--navy-900); padding: 64px 0; }
.post-hero-inner { max-width: 800px; margin: 0 auto; padding: 0 var(--gutter); }
.post-category { font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--ice-500); margin-bottom: 18px; display: block; }
.post-hero h1 { font-size: clamp(28px, 3.5vw, 46px); font-weight: 800; color: var(--white); line-height: 1.15; letter-spacing: -0.5px; margin-bottom: 20px; }
.post-meta { display: flex; align-items: center; gap: 20px; font-size: 13px; color: rgba(255,255,255,0.4); }
.post-meta span { display: flex; align-items: center; gap: 6px; }
.post-thumbnail { width: 100%; max-height: 480px; object-fit: cover; display: block; }
.post-content-wrap { max-width: 800px; margin: 0 auto; padding: 64px var(--gutter); }
.post-content { font-size: 16px; color: var(--slate-700); line-height: 1.85; }
.post-content h2 { font-size: 26px; font-weight: 700; color: var(--slate-900); margin: 48px 0 16px; letter-spacing: -0.3px; }
.post-content h3 { font-size: 20px; font-weight: 700; color: var(--slate-900); margin: 36px 0 12px; }
.post-content p { margin-bottom: 24px; }
.post-content ul, .post-content ol { padding-left: 24px; margin-bottom: 24px; }
.post-content li { margin-bottom: 8px; }
.post-content a { color: var(--navy-900); text-decoration: underline; text-decoration-color: rgba(6,21,81,0.25); }
.post-content a:hover { text-decoration-color: var(--navy-900); }
.post-content blockquote { border-left: 3px solid var(--orange-500); padding: 16px 24px; margin: 32px 0; background: var(--slate-50); border-radius: 0 6px 6px 0; font-style: italic; color: var(--slate-600); }

/* ============================================================
   BLOG ARTICLE LAYOUT v2 (single.php with TOC sidebar)
   Used for blog posts. Ported from breakglass_article mockup.
   ============================================================ */

/* ── Article Hero ───────────────────────────────────────────── */
.article-hero { position: relative; overflow: hidden; background: var(--navy-900); }
.article-hero-photo { position: absolute; inset: 0; background-size: cover; background-position: center 25%; }
.article-hero-photo::after { content: ''; position: absolute; inset: 0;
  background: linear-gradient(108deg, rgba(6,21,81,0.98) 0%, rgba(6,21,81,0.94) 55%, rgba(6,21,81,0.70) 100%);
}
.article-hero-grid { position: absolute; inset: 0; pointer-events: none;
  background:
    repeating-linear-gradient(90deg, transparent, transparent 79px, rgba(96,165,250,0.025) 79px, rgba(96,165,250,0.025) 80px),
    repeating-linear-gradient(0deg,  transparent, transparent 79px, rgba(96,165,250,0.025) 79px, rgba(96,165,250,0.025) 80px);
}
.article-hero-inner { position: relative; z-index: 1; max-width: 1300px; margin: 0 auto; padding: 56px var(--gutter) 0; width: 100%; }

.hero-crumb { display: flex; align-items: center; gap: 8px; margin-bottom: 22px; flex-wrap: wrap; }
.hero-crumb a { font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.40); transition: color 0.15s; }
.hero-crumb a:hover { color: rgba(255,255,255,0.70); }
.hero-crumb-sep { font-size: 12px; color: rgba(255,255,255,0.18); }
.hero-crumb-current { font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.70); }

.hero-tags { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.hero-tag { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--ice-500); padding: 4px 10px; border: 1px solid rgba(96,165,250,0.25);
  border-radius: 3px; background: rgba(96,165,250,0.07); }

.article-hero h1 { font-size: clamp(28px, 4vw, 48px); font-weight: 800; color: var(--white);
  line-height: 1.12; letter-spacing: -1px; max-width: 680px; margin-bottom: 36px; }

.hero-byline { border-top: 1px solid rgba(255,255,255,0.09); padding: 20px 0;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.byline-left { display: flex; align-items: center; gap: 14px; }
.byline-avatar { width: 42px; height: 42px; border-radius: 50%;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 800; color: var(--ice-500); flex-shrink: 0; }
.byline-info strong { display: block; font-size: 13px; font-weight: 700; color: var(--white); }
.byline-info span { font-size: 12px; color: rgba(255,255,255,0.42); }
.byline-right { display: flex; align-items: center; gap: 20px; font-size: 12px; color: rgba(255,255,255,0.38); letter-spacing: 0.3px; }
.byline-meta-item { display: flex; align-items: center; gap: 7px; }
.byline-meta-item svg { width: 13px; height: 13px; stroke: rgba(255,255,255,0.45); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* ── Two-column layout ──────────────────────────────────────── */
.article-layout { max-width: 1400px; margin: 0 auto; padding: 64px var(--gutter) 96px;
  display: grid; grid-template-columns: 1fr; gap: 56px; align-items: start; }
@media (min-width: 1040px) {
  .article-layout { grid-template-columns: 1fr 260px; }
}

/* ── Article body styles. Applies to Gutenberg output inside .article-body. ── */
.article-body { max-width: 900px; }
.article-body p { font-size: 16px; color: var(--slate-700); line-height: 1.82; margin-bottom: 22px; }
.article-body p:last-child { margin-bottom: 0; }
.article-body p strong { color: var(--slate-900); font-weight: 700; }
.article-body h2 { font-size: clamp(18px, 2vw, 22px); font-weight: 800;
  color: var(--navy-900); line-height: 1.3; margin: 52px 0 18px;
  padding-bottom: 14px; border-bottom: 1px solid var(--slate-200);
  position: relative; scroll-margin-top: 88px; }
.article-body h2::after { content: ''; position: absolute;
  left: 0; bottom: -1px; width: 44px; height: 2px; background: var(--ice-500); }
.article-body a { color: var(--navy-900); font-weight: 600; text-decoration: underline;
  text-decoration-color: rgba(6,21,81,0.22); transition: text-decoration-color 0.15s; }
.article-body a:hover { text-decoration-color: var(--navy-900); }
.article-body code { background: var(--slate-100); color: var(--navy-800);
  padding: 2px 7px; border-radius: 4px; font-size: 13.5px;
  font-family: 'Courier New', monospace; border: 1px solid var(--slate-200); }
.article-body hr { border: none; border-top: 1px solid var(--slate-200); margin: 48px 0; }

/* ── Pull quote ─────────────────────────────────────────────── */
.article-body .pull-quote { position: relative; margin: 40px 0;
  padding: 28px 32px 28px 56px; background: var(--slate-50);
  border-left: 3px solid var(--ice-500); border-radius: 0 8px 8px 0;
  font-size: 18px; font-style: italic; color: var(--navy-900); line-height: 1.6; }
.article-body .pull-quote::before { content: '\201C'; position: absolute;
  left: 16px; top: 10px; font-size: 56px; line-height: 1; font-style: normal;
  color: var(--ice-500); font-family: Georgia, serif; opacity: 0.7; }

/* ── Callouts ───────────────────────────────────────────────── */
.article-body .callout { padding: 20px 24px; margin: 32px 0;
  border-left: 3px solid; border-radius: 0 8px 8px 0; }
.article-body .callout-label { display: flex; align-items: center; gap: 7px;
  font-size: 10px; font-weight: 800; letter-spacing: 2px;
  text-transform: uppercase; margin-bottom: 10px; }
.article-body .callout-label svg { width: 14px; height: 14px; stroke: currentColor;
  fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.article-body .callout p { font-size: 14px; line-height: 1.75; margin: 0; color: var(--slate-700); }
.article-body .callout-warning { background: #fffbeb; border-color: #f59e0b; }
.article-body .callout-warning .callout-label { color: #92400e; }
.article-body .callout-info { background: #eff6ff; border-color: var(--ice-500); }
.article-body .callout-info .callout-label { color: var(--navy-900); }

/* ── Myth list ──────────────────────────────────────────────── */
.article-body .myth-list { display: flex; flex-direction: column; gap: 4px; margin: 24px 0; }
.article-body .myth-item { padding: 20px 20px 20px 22px;
  border-left: 3px solid var(--slate-200); border-radius: 0 6px 6px 0;
  background: var(--slate-50); transition: border-color 0.2s; }
.article-body .myth-item:hover { border-left-color: var(--slate-400); }
.article-body .myth-header { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; }
.article-body .myth-badge { font-size: 9px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--white); background: var(--slate-400); padding: 3px 8px; border-radius: 3px;
  flex-shrink: 0; margin-top: 3px; }
.article-body .myth-text { font-size: 15px; font-weight: 700; font-style: italic;
  color: var(--slate-800); line-height: 1.4; }
.article-body .myth-response { font-size: 14px; color: var(--slate-600); line-height: 1.75; margin: 0; }

/* ── Numbered steps ─────────────────────────────────────────── */
.article-body .steps { display: flex; flex-direction: column; margin: 28px 0; }
.article-body .step-item { display: flex; gap: 20px; align-items: flex-start;
  padding: 20px 0; border-bottom: 1px solid var(--slate-100); }
.article-body .step-item:last-child { border-bottom: none; padding-bottom: 0; }
.article-body .step-num { width: 36px; height: 36px; border-radius: 50%;
  background: var(--navy-900); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 800; flex-shrink: 0; margin-top: 1px; }
.article-body .step-body h4 { font-size: 15px; font-weight: 700; color: var(--slate-900); margin-bottom: 5px; }
.article-body .step-body p { font-size: 14px; color: var(--slate-600); line-height: 1.75; margin: 0; }

/* ── Stat callout ───────────────────────────────────────────── */
.article-body .stat-callout { display: flex; align-items: center; gap: 0;
  background: var(--navy-900); border-radius: 10px; overflow: hidden; margin: 36px 0; flex-wrap: wrap; }
.article-body .stat-number-block { padding: 28px 32px;
  background: rgba(96,165,250,0.06); border-right: 1px solid rgba(255,255,255,0.08); flex-shrink: 0; }
.article-body .stat-number { font-size: 60px; font-weight: 800; color: var(--ice-500);
  line-height: 1; letter-spacing: -2px; }
.article-body .stat-number-label { font-size: 10px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(255,255,255,0.25); margin-top: 6px; }
.article-body .stat-text-block { padding: 28px 32px; }
.article-body .stat-text-block h4 { font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.article-body .stat-text-block p { font-size: 14px; color: rgba(255,255,255,0.52); line-height: 1.7; margin: 0; }

/* ── Checklist ──────────────────────────────────────────────── */
.article-body .checklist { background: var(--slate-50); border: 1px solid var(--slate-200);
  border-radius: 8px; padding: 28px 32px; margin: 32px 0; }
.article-body .checklist-title { font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
  color: var(--slate-500); margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--slate-200); }
.article-body .checklist-title em { color: var(--navy-900); font-style: normal; }
.article-body .checklist-items { list-style: none; display: flex; flex-direction: column; padding: 0; margin: 0; }
.article-body .checklist-item { display: flex; align-items: flex-start; gap: 14px;
  padding: 11px 0; border-bottom: 1px solid var(--slate-100);
  font-size: 14px; color: var(--slate-700); line-height: 1.55; margin: 0; }
.article-body .checklist-item:last-child { border-bottom: none; padding-bottom: 0; }
.article-body .check-box { width: 17px; height: 17px; border-radius: 3px;
  border: 1.5px solid var(--slate-300); flex-shrink: 0; margin-top: 2px; }

/* ── Sources ────────────────────────────────────────────────── */
.article-body .sources { background: var(--slate-50); border: 1px solid var(--slate-200);
  border-radius: 8px; padding: 24px 28px; margin-top: 48px; }
.article-body .sources-title { font-size: 10px; font-weight: 800; letter-spacing: 2px;
  text-transform: uppercase; color: var(--slate-400); margin-bottom: 14px; }
.article-body .sources ul { list-style: none; display: flex; flex-direction: column; gap: 10px; padding: 0; margin: 0; }
.article-body .sources li { font-size: 13px; color: var(--slate-500); margin: 0; }

/* Note: article-end CTA was removed in v0.1.2. The Campus CTA at the bottom
   of single.php (via template-parts/cta-campus.php) serves that purpose. */

/* ── Sidebar (TOC + future Related Links) ──────────────────── */
.article-aside { display: none; }
@media (min-width: 1040px) {
  .article-aside { display: block; position: sticky; top: 88px; }
}
.toc { border: 1px solid var(--slate-200); border-radius: 8px; overflow: hidden; background: var(--white); }
.toc-header { background: var(--slate-50); padding: 13px 18px;
  font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
  color: var(--slate-500); border-bottom: 1px solid var(--slate-200); }
.toc-list { list-style: none; padding: 6px 0; margin: 0; }
.toc-item { margin: 0; }
.toc-item a { display: block; padding: 9px 18px;
  font-size: 12px; color: var(--slate-500); line-height: 1.45;
  border-left: 2px solid transparent;
  transition: color 0.15s, background 0.15s, border-color 0.15s;
  text-decoration: none; }
.toc-item a:hover { color: var(--navy-900); background: var(--slate-50); border-left-color: var(--ice-500); }
.toc-item a.active { color: var(--navy-900); background: var(--slate-50); border-left-color: var(--ice-500); font-weight: 600; }

/* Placeholder for future Related Links sidebar block (see GTM backlog) */
.sidebar-block { margin-top: 14px; border: 1px solid var(--slate-200); border-radius: 8px; overflow: hidden; }
.sidebar-block-header { background: var(--slate-50); padding: 13px 18px;
  font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
  color: var(--slate-500); border-bottom: 1px solid var(--slate-200); }

/* ============================================================
   PAGE HERO (child pages)
   ============================================================ */
.page-hero { position: relative; background: var(--navy-900); padding: 64px 0; overflow: hidden; }
.page-hero-photo { position: absolute; inset: 0; background-image: var(--hero-bg, none); background-size: cover; background-position: center 30%; opacity: 0.18; }
.page-hero-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); position: relative; z-index: 1; }
.page-hero-label { font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 14px; }
.page-hero h1 { font-size: clamp(30px, 3.5vw, 48px); font-weight: 800; color: var(--white); letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 14px; }
.page-hero p { font-size: 17px; color: rgba(255,255,255,0.55); line-height: 1.75; max-width: 580px; }

/* Branded badge variant (orange bar + eyebrow) for child pages */
.page-hero-badge { display: inline-flex; align-items: center; gap: 14px; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 20px; }
.page-hero-badge::before { content: ''; display: block; width: 32px; height: 2px; background: var(--orange-500); flex-shrink: 0; }

/* Optional blueprint grid overlay for richer hero treatment */
.page-hero-grid { position: absolute; inset: 0; pointer-events: none;
  background:
    repeating-linear-gradient(90deg, transparent, transparent 79px, rgba(96,165,250,0.03) 79px, rgba(96,165,250,0.03) 80px),
    repeating-linear-gradient(0deg, transparent, transparent 79px, rgba(96,165,250,0.03) 79px, rgba(96,165,250,0.03) 80px);
}

/* ============================================================
   SCHEDULE A CALL (full-width booking with supporting blocks below)
   ============================================================ */
.schedule-outer { background: var(--slate-50); padding: 64px var(--gutter) 96px; }
.schedule-inner { max-width: 1300px; margin: 0 auto; }

/* Booking widget card sized full width so the Bookings iframe renders its
   desktop layout. Bookings collapses to narrow mode below ~1000px. */
/* Layout wrapper for the booking section. No visual card styling itself; the
   inner wrapper (.booking-iframe-wrap or the plugin's .sb-card) provides the card. */
.booking-card { display: flex; flex-direction: column; gap: 16px; }

/* Card-styled iframe container for the Microsoft Bookings embed. */
.booking-iframe-wrap { background: var(--white); border: 1px solid var(--slate-200); border-radius: 12px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.06); height: 820px; position: relative; }
.booking-iframe-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Fallback card shown only when the simple-bookings plugin is inactive and the iframe is not present. */
.booking-fallback { background: var(--white); border: 1px solid var(--slate-200); border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.06); padding: 48px 32px; text-align: center; }
.booking-fallback p { font-size: 15px; color: var(--slate-600); line-height: 1.7; margin-bottom: 8px; }
.booking-fallback p:last-child { margin-bottom: 0; }
.booking-fallback a { color: var(--orange-500); font-weight: 600; }

/* Sidebar is now a 3-up row of supporting blocks below the booking card */
/* Main row: booking form + contact block side-by-side on wide screens, stacked on narrow */
.schedule-main { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: start; }

/* Bare contact block (no card). Sits directly on the .schedule-outer slate-50 background. */
.schedule-contact { padding: 8px 4px; }
.schedule-contact__heading { font-size: 14px; font-weight: 800; color: var(--navy-900); text-transform: uppercase; letter-spacing: 1.5px; margin: 0 0 18px; }

/* What to Expect, full-width below the main row */
.schedule-expect { margin-top: 32px; }

.sidebar-block { background: var(--white); border: 1px solid var(--slate-200); border-radius: 10px; padding: 28px; }
.sidebar-block h3 { font-size: 14px; font-weight: 800; color: var(--navy-900); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--slate-100); }

/* What to expect: numbered steps */
/* Horizontal 3-column grid of numbered steps */
.expect-grid { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding: 0; margin: 0; }
.expect-item { display: flex; align-items: flex-start; gap: 14px; }
.expect-num { width: 28px; height: 28px; border-radius: 50%; background: var(--navy-900); color: var(--white); font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.expect-item-heading { font-size: 14px; font-weight: 700; color: var(--slate-900); margin: 0 0 4px; line-height: 1.35; }
.expect-item p { font-size: 13px; color: var(--slate-600); line-height: 1.65; margin: 0; }

/* Contact rows */
.contact-list { display: flex; flex-direction: column; gap: 14px; }
.contact-row { display: flex; flex-direction: column; gap: 2px; }
.contact-label { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--slate-400); }
.contact-value { font-size: 14px; font-weight: 600; color: var(--navy-900); }
.contact-value a { color: var(--navy-900); transition: color 0.15s; }
.contact-value a:hover { color: var(--ice-500); }

/* ============================================================
   PACKAGES PAGE
   ============================================================ */
.page-hero h1 em { font-style: normal; color: var(--ice-500); }
.hero-note { font-size: 13px; color: rgba(255,255,255,0.30); margin-bottom: 28px; }
.page-hero .btn { margin-top: 8px; }

/* THE SERVICE: Engagement Model (pricing explainer, concise) */
.pricing-model { background: var(--slate-50); }
.pricing-model-inner { max-width: 900px; margin: 0 auto; padding: 0 var(--gutter); }
.pricing-model-header { text-align: center; margin-bottom: 40px; }
.pricing-model-header .label { display: inline-block; margin-bottom: 14px; }
.pricing-model-header h2 { font-size: var(--fs-h2); font-weight: 800; color: var(--slate-900); letter-spacing: -0.5px; line-height: 1.15; }
.pricing-model-body p { font-size: 16px; color: var(--slate-600); line-height: 1.8; margin-bottom: 18px; }
.pricing-model-body p:last-child { margin-bottom: 0; }
.pricing-model-callout { margin-top: 28px; padding: 20px 26px; background: var(--white); border-left: 4px solid var(--orange-500); border-radius: 6px; }
.pricing-model-callout p { font-size: 15px; color: var(--slate-800); font-weight: 600; margin: 0; line-height: 1.6; }

/* Smart-Flex section */
.smartflex { background: var(--navy-900); padding: 80px 0; }
.smartflex-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.smartflex-text h2 { font-size: var(--fs-h2); font-weight: 800; color: var(--white); letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 20px; }
.smartflex-text p { font-size: 16px; color: rgba(255,255,255,0.5); line-height: 1.75; margin-bottom: 20px; }
.smartflex-callout { padding: 20px 24px; background: rgba(96,165,250,0.08); border: 1px solid rgba(96,165,250,0.18); border-radius: 8px; }
.smartflex-callout p { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.7; margin: 0; }
.sf-items { display: flex; flex-direction: column; gap: 0; }
.sf-item { display: flex; align-items: flex-start; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.sf-item:first-child { padding-top: 0; }
.sf-item:last-child { border-bottom: none; }
.sf-icon { flex-shrink: 0; width: 44px; height: 44px; border-radius: 10px; background: rgba(96,165,250,0.10); border: 1px solid rgba(96,165,250,0.18); display: flex; align-items: center; justify-content: center; }
.sf-icon svg { width: 20px; height: 20px; stroke: var(--ice-500); fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.sf-text h4 { font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.sf-text p { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.7; margin: 0; }

/* Included on Every Tier */
.every-tier { background: var(--slate-50); }
.every-tier-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); }
.every-tier-intro { max-width: 680px; margin-bottom: 56px; }
.every-tier-intro h2 { font-size: var(--fs-h2); font-weight: 800; color: var(--slate-900); letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 16px; }
.every-tier-intro p { font-size: 16px; color: var(--slate-500); line-height: 1.75; }
.tier-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.tier-item { padding: 0 36px 0 0; margin-right: 36px; border-right: 1px solid var(--slate-200); }
.tier-item:last-child { border-right: none; padding-right: 0; margin-right: 0; }
.tier-accent { width: 36px; height: 3px; background: var(--navy-900); margin-bottom: 16px; }
.tier-item h3 { font-size: 15px; font-weight: 700; color: var(--slate-900); margin-bottom: 8px; }
.tier-item p { font-size: 13px; color: var(--slate-500); line-height: 1.75; }

/* ============================================================
   WORDPRESS CONTENT AREA
   ============================================================ */
.entry-content { max-width: 1300px; margin: 0 auto; padding: 80px var(--gutter); font-size: 16px; color: var(--slate-700); line-height: 1.85; }
.entry-content h2 { font-size: var(--fs-h2); font-weight: 800; color: var(--slate-900); margin: 48px 0 16px; }
.entry-content h3 { font-size: 22px; font-weight: 700; color: var(--slate-900); margin: 36px 0 12px; }
.entry-content p { margin-bottom: 20px; }
.entry-content ul, .entry-content ol { padding-left: 24px; margin-bottom: 20px; }
.entry-content li { margin-bottom: 8px; }

/* ============================================================
   404 PAGE
   ============================================================ */
.error-404 { min-height: 60vh; display: flex; align-items: center; background: var(--white); }
.error-404-inner { max-width: 1300px; margin: 0 auto; padding: 96px var(--gutter); }
.error-404 h1 { font-size: 96px; font-weight: 800; color: var(--slate-200); line-height: 1; margin-bottom: 8px; }
.error-404 h2 { font-size: 28px; font-weight: 700; color: var(--slate-900); margin-bottom: 16px; }
.error-404 p { font-size: 16px; color: var(--slate-500); margin-bottom: 32px; }


/* ============================================================
   COMPARE PAGE
   ============================================================ */

/* Spend Problem section (light background, 2-col: narrative + cost spiral) */
.spend-problem { background: var(--slate-50); }
.spend-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); }
.spend-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.spend-text h2 { font-size: var(--fs-h2); font-weight: 800; color: var(--slate-900); letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 20px; }
.spend-text p { font-size: 16px; color: var(--slate-500); line-height: 1.75; margin-bottom: 20px; }
.spend-callout { padding: 24px 28px; background: var(--white); border: 1px solid var(--slate-200); border-left: 4px solid var(--orange-500); border-radius: 0 8px 8px 0; margin-top: 8px; }
.spend-callout p { font-size: 14px; color: var(--slate-700); line-height: 1.7; margin: 0; }
.spend-callout strong { color: var(--slate-900); }

/* Cost spiral steps (right column) */
.spiral-items { display: flex; flex-direction: column; gap: 0; }
.spiral-item { display: flex; align-items: flex-start; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--slate-200); }
.spiral-item:first-child { border-top: 1px solid var(--slate-200); }
.spiral-item:last-child { border-bottom: none; }
.spiral-step { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; background: var(--navy-900); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; color: var(--white); }
.spiral-item-text h4 { font-size: 15px; font-weight: 700; color: var(--slate-900); margin-bottom: 4px; }
.spiral-item-text p { font-size: 13px; color: var(--slate-500); line-height: 1.65; }

/* Side-by-side comparison table */
.comparison { background: var(--white); }
.comparison-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); }
.comparison-intro { max-width: 680px; margin-bottom: 56px; }
.comparison-intro h2 { font-size: var(--fs-h2); font-weight: 800; color: var(--slate-900); letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 16px; }
.comparison-intro p { font-size: 16px; color: var(--slate-500); line-height: 1.75; }
.comp-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.comp-table { width: 100%; border-collapse: collapse; min-width: 680px; }
.comp-table thead tr { background: var(--navy-900); }
.comp-table thead th { padding: 18px 24px; text-align: left; font-size: 13px; font-weight: 700; color: var(--white); }
.comp-table thead th:first-child { border-radius: 8px 0 0 0; width: 28%; }
.comp-table thead th:last-child { border-radius: 0 8px 0 0; }
.comp-table thead th.onshore-col { color: var(--ice-500); }
.comp-table tbody tr { border-bottom: 1px solid var(--slate-200); }
.comp-table tbody tr:last-child { border-bottom: none; }
.comp-table tbody tr:hover td { background: var(--slate-50); }
.comp-table td { padding: 18px 24px; font-size: 14px; vertical-align: top; }
.comp-table td:first-child { font-weight: 600; color: var(--slate-700); font-size: 13px; }
.comp-win { color: var(--navy-900); font-weight: 600; }
.comp-loss { color: var(--slate-400); }
.win-badge { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 2px 8px; border-radius: 10px; background: rgba(16,185,129,0.10); color: var(--emerald); margin-left: 6px; vertical-align: middle; }

/* Three Key Differences (dark navy) */
.differences { background: var(--navy-900); padding: 96px 0; }
.differences-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); }
.differences-header { text-align: center; margin-bottom: 64px; }
.differences-header h2 { font-size: var(--fs-h2); font-weight: 800; color: var(--white); letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 16px; }
.differences-header p { font-size: 16px; color: rgba(255,255,255,0.45); line-height: 1.75; max-width: 560px; margin: 0 auto; }
.diff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.diff-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09); border-radius: 10px; padding: 36px 32px; }
.diff-num { font-size: 48px; font-weight: 800; color: rgba(96,165,250,0.15); line-height: 1; margin-bottom: 16px; letter-spacing: -2px; }
.diff-card h3 { font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 14px; line-height: 1.3; }
.diff-card p { font-size: 14px; color: rgba(255,255,255,0.45); line-height: 1.75; }
.diff-highlight { margin-top: 20px; padding: 14px 18px; background: rgba(96,165,250,0.07); border-radius: 6px; border-left: 3px solid var(--ice-500); }
.diff-highlight p { font-size: 13px; color: rgba(255,255,255,0.65); font-weight: 600; margin: 0; }

/* Custom Comparison CTA (light slate strip) */
.custom-compare { background: var(--slate-50); padding: 80px 0; }
.custom-compare-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 64px; }
.custom-text h2 { font-size: clamp(24px, 2.5vw, 36px); font-weight: 800; color: var(--slate-900); letter-spacing: -0.5px; line-height: 1.2; margin-bottom: 16px; }
.custom-text p { font-size: 16px; color: var(--slate-500); line-height: 1.75; max-width: 520px; }
.custom-actions { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }


/* ============================================================
   OUR STORY PAGE
   ============================================================ */

/* Eyebrow label that sits on a dark (navy) background. Flips the
   default slate color to a translucent white so it stays legible. */
.label-on-dark { color: rgba(255,255,255,0.4); }

/* --- Founding story (two-column: narrative + milestone timeline) --- */
/* PURPOSE: centered founding principle quote */
.purpose { background: var(--slate-50); padding: 96px 0; }
.purpose-inner { max-width: 900px; margin: 0 auto; padding: 0 var(--gutter); text-align: center; }
.purpose-quote { font-size: clamp(22px, 2.5vw, 30px); font-weight: 600; color: var(--slate-900); line-height: 1.35; letter-spacing: -0.3px; margin-bottom: 24px; }
.purpose-quote em { font-style: normal; color: var(--orange-500); }
.purpose-attrib { font-size: 13px; color: var(--slate-500); letter-spacing: 1px; text-transform: uppercase; font-weight: 700; }

/* ORIGIN: three-gap framing */
.origin { background: var(--white); }
.origin-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); }
.origin-header { max-width: 720px; margin-bottom: 56px; }
.origin-header h2 { font-size: var(--fs-h2); font-weight: 800; color: var(--slate-900); letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 16px; }
.origin-header p { font-size: 16px; color: var(--slate-500); line-height: 1.75; }
.gaps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gap-card { background: var(--slate-50); border: 1px solid var(--slate-200); border-radius: 10px; padding: 28px; }
.gap-card h3 { font-size: 16px; font-weight: 700; color: var(--navy-900); margin-bottom: 10px; }
.gap-card p { font-size: 14px; color: var(--slate-600); line-height: 1.7; }
.origin-conclusion { margin-top: 48px; max-width: 760px; font-size: 17px; color: var(--slate-700); line-height: 1.75; font-weight: 500; }

/* TIMELINE SECTION (wraps the shared .timeline block on Our Story) */
.story-timeline-section { background: var(--slate-50); }
.story-timeline-inner { max-width: 1100px; margin: 0 auto; padding: 0 var(--gutter); }
.story-timeline-header { max-width: 680px; margin-bottom: 56px; }
.story-timeline-header h2 { font-size: var(--fs-h2); font-weight: 800; color: var(--slate-900); letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 16px; }
.story-timeline-header p { font-size: 16px; color: var(--slate-500); line-height: 1.75; }

/* --- Milestone timeline (right column of founding grid) --- */
.timeline { display: flex; flex-direction: column; gap: 0; }
.timeline-item { display: flex; gap: 32px; padding: 28px 0; border-bottom: 1px solid var(--slate-200); position: relative; }
.timeline-item:first-child { border-top: 1px solid var(--slate-200); }
.timeline-item:last-child { border-bottom: none; }
.timeline-year { flex-shrink: 0; font-size: 24px; font-weight: 800; color: var(--navy-900); line-height: 1; width: 110px; padding-top: 2px; }
.timeline-text h4 { font-size: 16px; font-weight: 700; color: var(--slate-900); margin-bottom: 6px; }
.timeline-text p { font-size: 14px; color: var(--slate-600); line-height: 1.7; }

/* IMPACT: dark navy 3-stat grid + enterprise clients strip */
.impact { background: var(--navy-900); padding: 96px 0; }
.impact-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); }
.impact-header { max-width: 680px; margin-bottom: 56px; }
.impact-header h2 { font-size: var(--fs-h2); font-weight: 800; color: var(--white); letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 16px; }
.impact-header p { font-size: 16px; color: rgba(255,255,255,0.55); line-height: 1.75; }
.impact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.impact-stat { padding: 32px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; }
.impact-num { font-size: 44px; font-weight: 800; color: var(--white); line-height: 1; margin-bottom: 10px; letter-spacing: -1.5px; }
.impact-num em { font-style: normal; color: var(--ice-500); }
.impact-stat p { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.6; margin: 0; }
/* Client logo slider container within the Impact section. No card styling;
   the slider provides its own visual treatment via .logo-slider-label and
   .logo-track-wrap. Margin keeps it clear of the impact stat grid above. */
.impact-clients { margin-top: 56px; }

/* LEADERSHIP: white background, 4-up leader card grid */
.leadership { background: var(--white); }
.leadership-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); }
.leadership-header { max-width: 680px; margin-bottom: 56px; }
.leadership-header h2 { font-size: var(--fs-h2); font-weight: 800; color: var(--slate-900); letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 16px; }
.leadership-header p { font-size: 16px; color: var(--slate-500); line-height: 1.75; }
.leader-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.leader-card { padding: 28px; border: 1px solid var(--slate-200); border-radius: 10px; background: var(--white); }
.leader-card h4 { font-size: 17px; font-weight: 700; color: var(--slate-900); margin-bottom: 4px; }
.leader-role { font-size: 13px; color: var(--slate-500); font-weight: 500; }

/* --- Veteran-Owned section (light slate, badge + narrative) --- */
.veteran { background: var(--slate-50); padding: 80px 0; }
.veteran-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); display: flex; align-items: center; gap: 80px; }
.veteran-badge { flex-shrink: 0; }
.veteran-badge img { height: 140px; width: auto; opacity: 0.9; }
.veteran-text h2 { font-size: var(--fs-h2); font-weight: 800; color: var(--slate-900); letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 20px; }
.veteran-text p { font-size: 16px; color: var(--slate-500); line-height: 1.75; margin-bottom: 16px; }
.veteran-text p:last-child { margin-bottom: 0; }


/* ============================================================
   OUR GUARANTEES: SLA TABLE
   ============================================================ */
.sla { background: var(--white); }
.sla-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); }
.sla-intro { max-width: 700px; margin-bottom: 48px; }
.sla-intro h2 { font-size: var(--fs-h2); font-weight: 800; color: var(--slate-900); letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 16px; }
.sla-intro p { font-size: 16px; color: var(--slate-500); line-height: 1.75; }

.sla-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.sla-table { width: 100%; border-collapse: collapse; min-width: 680px; }
.sla-table th { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--slate-400); padding: 14px 20px; text-align: left; border-bottom: 2px solid var(--slate-200); white-space: nowrap; }
.sla-table td { padding: 18px 20px; font-size: 14px; border-bottom: 1px solid var(--slate-200); vertical-align: middle; }
.sla-table tr:last-child td { border-bottom: none; }
.sla-table tbody tr:hover td { background: var(--slate-50); }
.sla-def { font-size: 13px; color: var(--slate-600); max-width: 240px; line-height: 1.55; }

.sla-priority { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }
.sla-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.dot-p1 { background: #ef4444; }
.dot-p2 { background: #f97316; }
.dot-p3 { background: #eab308; }
.dot-p4 { background: var(--emerald); }
.sla-priority strong { font-size: 13px; font-weight: 700; color: var(--slate-900); }
.sla-value { font-weight: 700; color: var(--navy-900); white-space: nowrap; }
.sla-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 20px; white-space: nowrap; }
.badge-green { background: rgba(16,185,129,0.10); color: var(--emerald); }
.badge-blue  { background: rgba(96,165,250,0.10); color: var(--ice-500); }
.sla-footnote { font-size: 12px; color: var(--slate-400); margin-top: 20px; line-height: 1.7; max-width: 860px; }

/* OUR GUARANTEES: FOUR GUARANTEES */
.guarantees { background: var(--slate-50); }
.guarantees-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); }
.guarantees-intro { max-width: 680px; margin-bottom: 56px; }
.guarantees-intro h2 { font-size: var(--fs-h2); font-weight: 800; color: var(--slate-900); letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 16px; }
.guarantees-intro p { font-size: 16px; color: var(--slate-500); line-height: 1.75; }
.guarantees-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.guarantee-card {
  background: var(--white); border: 1px solid var(--slate-200); border-radius: 10px;
  padding: 32px; overflow: hidden;
}
.guarantee-card h3 { font-size: 20px; font-weight: 800; color: var(--navy-900); margin-bottom: 12px; line-height: 1.3; }
.guarantee-card p { font-size: 14px; color: var(--slate-500); line-height: 1.75; margin: 0; }

/* OUR GUARANTEES: CREDIT MECHANISM */
.credits { background: var(--navy-900); padding: 80px 0; }
.credits-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: center; }
.credits-text h2 { font-size: var(--fs-h2); font-weight: 800; color: var(--white); letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 20px; }
.credits-text p { font-size: 16px; color: rgba(255,255,255,0.5); line-height: 1.75; }
.credits-items { display: flex; flex-direction: column; gap: 0; }
.credit-item { display: flex; align-items: flex-start; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.credit-item:first-child { padding-top: 0; }
.credit-item:last-child { border-bottom: none; padding-bottom: 0; }
.credit-icon {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 10px;
  background: rgba(96,165,250,0.12); border: 1px solid rgba(96,165,250,0.20);
  display: flex; align-items: center; justify-content: center;
}
.credit-icon svg { width: 20px; height: 20px; stroke: var(--ice-500); fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.credit-text h4 { font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.credit-text p { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.7; }

/* OUR GUARANTEES: RESOLUTION OUTCOMES */
.outcomes { background: var(--slate-50); }
.outcomes-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); }
.outcomes-intro { max-width: 680px; margin-bottom: 48px; }
.outcomes-intro h2 { font-size: var(--fs-h2); font-weight: 800; color: var(--slate-900); letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 16px; }
.outcomes-intro p { font-size: 16px; color: var(--slate-500); line-height: 1.75; }
.outcomes-list { display: flex; flex-direction: column; gap: 0; max-width: 820px; }
.outcome-item { display: flex; align-items: flex-start; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--slate-200); }
.outcome-item:first-child { border-top: 1px solid var(--slate-200); }
.outcome-num {
  flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%;
  background: var(--navy-900); display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 800; color: var(--white);
}
.outcome-text h4 { font-size: 15px; font-weight: 700; color: var(--slate-900); margin-bottom: 4px; }
.outcome-text p { font-size: 13px; color: var(--slate-500); line-height: 1.65; }


/* ============================================================
   WHAT WE COVER: COVERAGE GRID
   ============================================================ */
.coverage { background: var(--white); }
.coverage-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); }
.coverage-intro { max-width: 680px; margin-bottom: 56px; }
.coverage-intro h2 { font-size: var(--fs-h2); font-weight: 800; color: var(--slate-900); letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 16px; }
.coverage-intro p { font-size: 16px; color: var(--slate-500); line-height: 1.75; }

.coverage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.coverage-card {
  border: 1px solid var(--slate-200); border-radius: 10px; padding: 28px;
  background: var(--white); position: relative; overflow: hidden;
}
.coverage-card::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px; background: var(--navy-900); border-radius: 10px 0 0 10px;
}
.coverage-card-icon {
  width: 40px; height: 40px; border-radius: 8px;
  background: var(--slate-100); border: 1px solid var(--slate-200);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.coverage-card-icon svg {
  width: 20px; height: 20px; stroke: var(--navy-900); fill: none;
  stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round;
}
.coverage-card h3 { font-size: 17px; font-weight: 700; color: var(--navy-900); margin-bottom: 10px; line-height: 1.3; }
.coverage-card p { font-size: 13px; color: var(--slate-500); line-height: 1.75; margin-bottom: 14px; }
.coverage-card-items { display: flex; flex-direction: column; gap: 6px; }
.coverage-item {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 12px; color: var(--slate-600); line-height: 1.5;
}
.coverage-item::before {
  content: ''; flex-shrink: 0; margin-top: 6px;
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--emerald);
}

/* WHAT WE COVER: OUT OF SCOPE */
.out-of-scope { background: var(--slate-50); }
.oos-inner { max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter); }
.oos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.oos-left h2 { font-size: var(--fs-h2); font-weight: 800; color: var(--slate-900); letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 16px; }
.oos-left p { font-size: 16px; color: var(--slate-500); line-height: 1.75; }
.oos-list { display: flex; flex-direction: column; gap: 0; }
.oos-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px 0; border-bottom: 1px solid var(--slate-200);
}
.oos-item:first-child { border-top: 1px solid var(--slate-200); }
.oos-x {
  flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%;
  background: var(--slate-200); display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; color: var(--slate-400); margin-top: 2px;
}
.oos-item-text h4 { font-size: 14px; font-weight: 600; color: var(--slate-800); margin-bottom: 3px; }
.oos-item-text p { font-size: 13px; color: var(--slate-500); line-height: 1.65; }

/* WHAT WE COVER: CONFIRM CALLOUT */
.confirm { background: var(--navy-900); padding: 64px 0; }
.confirm-inner {
  max-width: 1300px; margin: 0 auto; padding: 0 var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 48px;
}
.confirm-text h2 { font-size: clamp(22px, 2.5vw, 32px); font-weight: 800; color: var(--white); line-height: 1.2; margin-bottom: 12px; }
.confirm-text p { font-size: 15px; color: rgba(255,255,255,0.5); line-height: 1.75; max-width: 500px; }
.confirm-actions { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }


/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-stats { flex-direction: row; flex-wrap: wrap; padding-bottom: 40px; }
  .hero-stat-card { flex: 1; min-width: 200px; }
  .who-grid { grid-template-columns: 1fr 1fr; }
  .cap-grid { grid-template-columns: 1fr; }
  .pillars-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .pillar { border-right: none; padding-right: 0; margin-right: 0; padding-bottom: 32px; margin-bottom: 8px; border-bottom: 1px solid var(--slate-200); }
  .pillar:nth-child(2n) { border-bottom: none; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .cta-inner { flex-direction: column; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .insights-grid { grid-template-columns: 1fr 1fr; }

  /* Schedule a Call: sidebar collapses to 1 column on tablet/mobile */
  /* Schedule a Call: booking form + contact card stack at tablet */
  .schedule-main { grid-template-columns: 1fr; }
  .expect-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .booking-iframe-wrap { height: 760px; }

  /* Compare: tighten gaps at tablet */
  .spend-grid { gap: 56px; }
  .diff-grid { grid-template-columns: 1fr; }
  .custom-compare-inner { flex-direction: column; text-align: center; gap: 32px; }
  .custom-text p { margin: 0 auto; }

  /* Our Story: tighten layout at tablet width */
  .veteran-inner { gap: 56px; }
  .gaps { grid-template-columns: 1fr 1fr; }
  .impact-grid { grid-template-columns: 1fr 1fr; }
  .leader-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }

  /* Our Guarantees: stack credit mechanism at tablet */
  .credits-inner { grid-template-columns: 1fr; gap: 48px; }

  /* What We Cover: 2-column grid at tablet */
  .coverage-grid { grid-template-columns: repeat(2, 1fr); }
  .oos-grid { gap: 48px; }
  .confirm-inner { flex-direction: column; text-align: center; gap: 32px; }
  .confirm-text p { margin: 0 auto; }

  /* Our Service: stack Smart-Flex and baseline tier items on tablet */
  .smartflex-inner { grid-template-columns: 1fr; gap: 48px; }
  .tier-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .tier-item { padding-right: 0; margin-right: 0; border-right: none; border-bottom: 1px solid var(--slate-200); padding-bottom: 24px; }
  .tier-item:nth-last-child(-n+2) { border-bottom: none; padding-bottom: 0; }

}

/* Nav collapses to hamburger before any link label wraps to two lines */
@media (max-width: 1140px) {
  .nav-toggle { display: flex; }
  .nav-links {
    display: none;
    position: absolute; top: 68px; left: 0; right: 0;
    background: var(--navy-900);
    flex-direction: column; align-items: stretch;
    gap: 0;
    padding: 8px 0;
    border-top: 1px solid rgba(255,255,255,0.07);
    border-bottom: 1px solid rgba(255,255,255,0.07);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  }
  .nav-links.open { display: flex; }
  .nav-links a,
  .nav-links ul li a {
    padding: 14px 24px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
  }
  .nav-links a:last-child,
  .nav-links ul li:last-child a { border-bottom: none; }
  .nav-links .nav-cta,
  .nav-links ul li a.nav-cta {
    margin: 12px 24px;
    text-align: center;
    border-bottom: none;
  }

  /* Submenu inline on mobile: always visible, children indented under parent. */
  .nav-links .nav-item-parent {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .nav-links .nav-item-parent .sub-menu {
    display: flex;
    flex-direction: column;
    position: static;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    min-width: 0;
    width: 100%;
  }
  .nav-links .nav-item-parent .sub-menu a {
    padding-left: 40px;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.04);
  }
  .nav-item-parent .submenu-caret { display: none; }
}
@media (max-width: 768px) {
  .hero { padding-top: 20px; min-height: 0; }
  .hero-content { padding-bottom: 48px; }
  .hero-strip-inner { grid-template-columns: 1fr 1fr; }
  .who-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .insights-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; }

  /* Allow headline phrases to break naturally on narrow screens */
  .nowrap-phrase { white-space: normal; }

  /* Tighter padding on phones */
  .schedule-outer { padding: 40px var(--gutter) 64px; }
  .booking-iframe-wrap { height: 700px; }
  .sidebar-block { padding: 22px; }
  .expect-grid { grid-template-columns: 1fr; gap: 18px; }

  /* Our Service: baseline tier items stack on phones */
  .tier-grid { grid-template-columns: 1fr; }
  .tier-item:nth-last-child(2) { border-bottom: 1px solid var(--slate-200); padding-bottom: 24px; }
  .tier-item:last-child { border-bottom: none; padding-bottom: 0; }

  /* Our Guarantees: single-column on phones */
  .guarantees-grid { grid-template-columns: 1fr; }

  /* What We Cover: single-column on phones */
  .coverage-grid { grid-template-columns: 1fr; }
  .oos-grid { grid-template-columns: 1fr; gap: 48px; }

  /* Compare: stack spend grid on phones */
  .spend-grid { grid-template-columns: 1fr; gap: 48px; }

  /* Our Story: stack all grids on phones, center-align veteran badge */
  .gaps { grid-template-columns: 1fr; }
  .impact-grid { grid-template-columns: 1fr; }
  .leader-grid { grid-template-columns: 1fr; }
  .timeline-item { gap: 20px; }
  .timeline-year { width: 80px; font-size: 20px; }
  .veteran-inner { flex-direction: column; text-align: center; gap: 32px; }
  .veteran-badge img { height: 120px; }
}
