
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── ORIGINAL CELEROPS DESIGN TOKENS ─────────────────── */
:root {
  --black:     #FFFFFF;
  --dark:      #F8F9FB;
  --dark2:     #F1F3F7;
  --card-bg:   #FFFFFF;
  --border:    rgba(0,0,0,0.09);
  --border2:   rgba(0,0,0,0.15);
  --white:     #1A1A2E;
  --gray:      #5A6070;
  --gray2:     #5F6B7A;
  --blue:      #0284C7;
  --blue-dark: #0369A1;
  --blue-glow: rgba(2,132,199,0.07);
  --radius:    8px;
  --radius-lg: 14px;
}

body {
  font-family: 'Inter', sans-serif;
  background: #FFFFFF;
  color: #1A1A2E;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── NAV (original) ────────────────────────────────────── */
nav {
  background: #FFFFFF;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  position: sticky; top: 0; z-index: 200;
  padding: 0 2.5rem;
  height: 64px;
  display: flex; align-items: center; justify-content: space-between;
}

.logo-img {
  height: 34px;
  width: auto;
  display: block;
  filter: none;
  transition: opacity 0.2s;
}
.logo-img:hover { opacity: 0.8; }
footer .logo-img {
  height: 30px;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
footer .logo-img:hover { opacity: 1; }

.nav-links { display: flex; align-items: center; gap: 0.25rem; }
.nav-link {
  background: none; border: none; color: #5A6070;
  font-family: 'Inter', sans-serif; font-size: 0.875rem; font-weight: 500;
  padding: 0.5rem 0.85rem; border-radius: var(--radius);
  cursor: pointer; transition: color 0.15s, background 0.15s;
}
.nav-link:hover { color: #0B1628; background: rgba(0,0,0,0.05); }
.nav-link.active { color: #0B1628; }
.nav-cta {
  background: var(--blue); color: var(--white) !important;
  border: none; font-family: 'Inter', sans-serif; font-size: 0.875rem;
  font-weight: 600; padding: 0.5rem 1.25rem; border-radius: var(--radius);
  cursor: pointer; margin-left: 0.5rem; transition: background 0.15s;
}
.nav-cta:hover { background: var(--blue-dark); }

/* ── PAGES ──────────────────────────────────────────────── */
.page { display: none; }
.page.active { display: block; }

/* ── NEW: SITEMAP CHANGE BADGE ──────────────────────────── */
/* Yellow annotation bar visible only in this prototype */
.sitemap-note {
  background: #FFFBEA;
  border-left: 3px solid #F59E0B;
  padding: 0.6rem 2.5rem;
  display: flex; align-items: center; gap: 0.75rem;
  font-size: 0.72rem; color: #92400E;
  letter-spacing: 0.01em;
}
.sitemap-note strong {
  background: #F59E0B; color: #000;
  padding: 0.1rem 0.45rem; border-radius: 3px;
  font-size: 0.65rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.05em; white-space: nowrap;
}

/* ── HERO (original layout, new copy per sitemap) ───────── */
.hero {
  background: url("/img/bg-54d2929ee6.svg") center center / cover no-repeat;
  padding: 7rem 2.5rem 6rem;
  text-align: center;
  border-bottom: 1px solid rgba(0,0,0,0.09);
  position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(11,22,40,0.15) 0%, rgba(11,22,40,0.55) 100%);
  pointer-events: none;
}
/* NEW H1 per sitemap */
.hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 800; line-height: 1.15;
  max-width: 780px; margin: 0 auto 1.25rem;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  position: relative; z-index: 1;
}
/* NEW H2 per sitemap */
.hero h2 {
  font-size: 1.1rem; font-weight: 400;
  color: rgba(255,255,255,0.72); max-width: 580px;
  margin: 0 auto 2.5rem; line-height: 1.7;
  position: relative; z-index: 1;
}
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.btn-primary {
  background: var(--blue); color: var(--white);
  border: none; font-family: 'Inter', sans-serif;
  font-size: 0.925rem; font-weight: 600;
  padding: 0.8rem 2rem; border-radius: var(--radius);
  cursor: pointer; transition: background 0.15s;
}
.btn-primary:hover { background: var(--blue-dark); }
.btn-ghost {
  background: #FFFFFF; color: #0B1628;
  border: 1px solid #FFFFFF;
  font-family: 'Inter', sans-serif; font-size: 0.925rem; font-weight: 600;
  padding: 0.8rem 2rem; border-radius: var(--radius);
  cursor: pointer; transition: background 0.15s, color 0.15s;
}
.btn-ghost:hover { background: rgba(255,255,255,0.88); }

/* ── PRINCIPALS (original as-is) ─────────────────────────── */
.principals {
  background: #0B1628;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  text-align: center;
  overflow: hidden;
}
.principals-label {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px;
  color: rgba(255,255,255,0.35); margin-bottom: 1.5rem;
}
/* marquee track */
.marquee-wrap {
  position: relative;
  overflow: hidden;
  /* fade edges */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.marquee-track:hover { animation-play-state: paused; }
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}
.principal-logo {
  color: rgba(0,0,0,0.38); font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  border: 1px solid rgba(0,0,0,0.1);
  padding: 0.6rem 1.5rem; border-radius: 6px;
  white-space: nowrap; flex-shrink: 0;
  transition: color 0.2s, border-color 0.2s;
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.5);
  border-color: rgba(255,255,255,0.1);
}
.principal-logo:hover {
  color: var(--blue);
  border-color: rgba(2,132,199,0.3);
}
.principal-logo-img {
  height: 44px;
  width: auto;
  flex-shrink: 0;
  object-fit: contain;
  filter: grayscale(100%) brightness(3) opacity(0.5);
  transition: filter 0.3s;
}
.principal-logo-img:hover {
  filter: grayscale(0%) brightness(1) opacity(1);
}


/* ── WHAT WE DO SECTION ────────────────────────────────── */
.wwd-bg-text {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22vw; font-weight: 900;
  color: rgba(2,132,199,0.04);
  letter-spacing: -0.05em;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  line-height: 1;
}
.wwd-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
  margin-bottom: 4rem;
}
.wwd-headline {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #0B1628;
  margin-bottom: 1.25rem;
}
.wwd-highlight {
  color: var(--blue);
}
.wwd-lead {
  font-size: 1.15rem;
  font-weight: 600;
  color: #0B1628;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.wwd-divider {
  width: 48px; height: 3px;
  background: var(--blue);
  border-radius: 2px;
  margin-bottom: 1.25rem;
}
.wwd-body {
  font-size: 0.9rem;
  color: #5A6070;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.wwd-body em {
  color: #0B1628;
  font-style: normal;
  font-weight: 600;
}
.wwd-tags {
  display: flex; gap: 0.5rem; flex-wrap: wrap;
}
.wwd-tag {
  background: #EFF6FF;
  color: var(--blue);
  border: 1px solid rgba(2,132,199,0.2);
  font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  padding: 0.3rem 0.85rem; border-radius: 20px;
}
/* Pillars */
.wwd-right {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.wwd-pillar {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.wwd-pillar-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: #EFF6FF;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: var(--blue);
}
.wwd-pillar-icon svg { width: 20px; height: 20px; }
.wwd-pillar-label {
  font-size: 0.8rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 1px;
  color: #0B1628; margin-bottom: 0.4rem;
}
.wwd-pillar-text {
  font-size: 0.82rem;
  color: #5A6070;
  line-height: 1.65;
}
/* Stats strip */
.wwd-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: #0B1628;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.wwd-stat {
  flex: 1;
  text-align: center;
  padding: 2rem 1rem;
}
.wwd-stat-num {
  font-size: 2.25rem; font-weight: 800;
  color: #38BDF8;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.wwd-stat-label {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.wwd-stat-divider {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.08);
  flex-shrink: 0;
}
@media (max-width: 760px) {
  .wwd-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .wwd-stats { flex-direction: column; }
  .wwd-stat-divider { width: 80%; height: 1px; }
  .wwd-bg-text { font-size: 40vw; }
}

/* ── SECTION SHARED STYLES (original) ─────────────────────── */
.section { padding: 5rem 2.5rem; max-width: 1140px; margin: 0 auto; }
.section-wrap { border-bottom: 1px solid rgba(0,0,0,0.09); }
.eyebrow {
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 2px;
  color: var(--blue); font-weight: 600; margin-bottom: 1rem;
}
.section-title {
  font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 800;
  letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 0.75rem;
}
.section-sub {
  color: var(--gray); font-size: 0.95rem; max-width: 520px; line-height: 1.7;
}


/* ── WHO VS HOW PROTOTYPE NOTES ───────────────────────── */
.who-prototype-note {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  background: #FFF8E1;
  border: 1px dashed #F59E0B;
  border-radius: var(--radius) var(--radius) 0 0;
  padding: 0.55rem 0.85rem;
  font-size: 0.72rem;
  color: #92400E;
  line-height: 1.5;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
.who-prototype-note strong { font-weight: 700; color: #78350F; }
.who-prototype-note--purple {
  background: #F5F3FF;
  border-color: #8B5CF6;
  color: #4C1D95;
}
.who-prototype-note--purple strong { color: #3B0764; }
/* Round top corners of card when note is above it */
.who-prototype-note + .who-card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* ── NEW: WHO vs HOW (NEW SECTION per sitemap) ─────────────── */
.who-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 2.5rem; }
.who-card {
  background: var(--card-bg); border: 1px solid var(--border2);
  border-radius: var(--radius-lg); padding: 2rem;
}
.who-card.buyer { border-top: 2px solid var(--blue); }
.who-card.user  { border-top: 2px solid #8B5CF6; }
.who-pill {
  display: inline-block; font-size: 0.68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  padding: 0.25rem 0.75rem; border-radius: 20px; margin-bottom: 1rem;
}
.buyer .who-pill { background: rgba(14,165,233,0.12); color: var(--blue); }
.user  .who-pill { background: rgba(109,40,217,0.07); color: #6D28D9; }
.who-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.5rem; }
.who-card p  { color: var(--gray); font-size: 0.84rem; line-height: 1.65; margin-bottom: 1.25rem; }
.who-list { list-style: none; }
.who-list li {
  font-size: 0.8rem; color: var(--gray);
  padding: 0.45rem 0; border-bottom: 1px solid rgba(0,0,0,0.09);
  display: flex; gap: 0.6rem; align-items: flex-start;
}
.who-list li:last-child { border-bottom: none; }
.who-list li::before { content: '→'; flex-shrink: 0; }
.buyer .who-list li::before { color: var(--blue); }
.user  .who-list li::before { color: #A78BFA; }
.who-detail {
  margin-top: 1rem; padding: 0.85rem;
  background: rgba(0,0,0,0.03); border-radius: var(--radius);
  font-size: 0.77rem; color: var(--gray2); line-height: 1.6;
}

/* ── ORIGINAL: SOLUTIONS GRID ──────────────────────────────── */
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1rem; margin-top: 2.5rem;
}
.sol-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 1.5rem;
  cursor: pointer; transition: border-color 0.2s, background 0.2s;
}
.sol-card:hover { border-color: var(--blue); background: rgba(14,165,233,0.04); }
.sol-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--blue-glow); margin-bottom: 1rem;
  display: flex; align-items: center; justify-content: center;
}
.sol-icon svg { width: 20px; height: 20px; stroke: var(--blue); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sol-card h4 { font-size: 0.9rem; font-weight: 700; margin-bottom: 0.35rem; }
.sol-card p  { font-size: 0.77rem; color: var(--gray); line-height: 1.5; }
.sol-tag {
  display: inline-block; font-size: 0.65rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
  background: var(--blue-glow); color: var(--blue);
  padding: 0.2rem 0.6rem; border-radius: 4px; margin-bottom: 0.75rem;
}

/* ── ORIGINAL: INDUSTRIES ──────────────────────────────────── */
.ind-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1rem; margin-top: 2rem;
}
.ind-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 1.5rem;
}
.ind-card h4 { font-size: 0.9rem; font-weight: 700; margin-bottom: 0.4rem; }
.ind-card p  { font-size: 0.78rem; color: var(--gray); line-height: 1.5; }
.ind-eyebrow { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--blue); font-weight: 700; margin-bottom: 0.4rem; }

/* ── NEW: PAIN POINTS (NEW per sitemap — Executive Pain Points) */
.pain-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem; margin-top: 2.5rem;
}
.pain-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg); padding: 1.25rem 1.5rem;
  transition: border-color 0.2s, background 0.2s;
}
.pain-card:hover { border-color: rgba(99,102,241,0.5); background: rgba(255,255,255,0.09); }
.pain-quote { font-size: 0.83rem; color: rgba(255,255,255,0.78); font-style: italic; line-height: 1.6; margin-bottom: 0.75rem; }
.pain-link {
  font-size: 0.72rem; color: var(--blue); text-decoration: none;
  font-weight: 600; display: inline-flex; align-items: center; gap: 0.3rem;
  cursor: pointer; background: none; border: none; font-family: 'Inter',sans-serif;
}
.pain-link:hover { text-decoration: underline; }

/* ── NEW: ROI CALCULATOR ──────────────────────────────────── */
.roi-block {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-lg); padding: 2.5rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem;
  align-items: center; margin-top: 2.5rem;
}
.roi-block h3 { font-size: 1.35rem; font-weight: 800; margin-bottom: 0.5rem; letter-spacing: -0.02em; color: #FFFFFF; }
.roi-block > div:first-child p { color: rgba(255,255,255,0.7); font-size: 0.875rem; line-height: 1.7; }
.roi-fields { display: flex; flex-direction: column; gap: 1rem; }
.roi-field label { display: block; font-size: 0.72rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.4rem; }
.roi-field input {
  width: 100%; background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2); border-radius: var(--radius);
  color: #FFFFFF; padding: 0.65rem 0.9rem;
  font-family: 'Inter',sans-serif; font-size: 0.9rem;
  outline: none; transition: border-color 0.15s;
}
.roi-field input:focus { border-color: var(--blue); }
.roi-result {
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius); padding: 1.25rem; text-align: center;
}
.roi-amount { font-size: 2.25rem; font-weight: 800; color: #FFFFFF; letter-spacing: -0.03em; }
.roi-label  { font-size: 0.72rem; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 1px; margin-top: 0.25rem; }

/* ── ORIGINAL: CTA STRIP ──────────────────────────────────── */
.cta-strip {
  background: #0E2240;
  border-top: none; border-bottom: none;
  padding: 4rem 2.5rem; text-align: center;
}
.cta-strip h2 { font-size: 1.85rem; font-weight: 800; margin-bottom: 1rem; letter-spacing: -0.02em; color: #FFFFFF; }
.cta-strip p  { color: rgba(255,255,255,0.65); margin-bottom: 2rem; }

/* ── ORIGINAL: FOOTER ──────────────────────────────────────── */
footer {
  background: #060E1A; border-top: 1px solid rgba(255,255,255,0.06);
  padding: 3rem 2.5rem 2rem;
}
.footer-grid {
  max-width: 1140px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem;
  margin-bottom: 2.5rem;
}
.footer-brand p { font-size: 0.8rem; color: rgba(255,255,255,0.45); margin-top: 0.75rem; line-height: 1.7; max-width: 260px; }
.footer-col h5 { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.3); font-weight: 700; margin-bottom: 1rem; }
.footer-col ul { list-style: none; }
.footer-col li { font-size: 0.8rem; color: rgba(255,255,255,0.45); padding: 0.3rem 0; cursor: pointer; }
.footer-col li:hover { color: #FFFFFF; }

.footer-contact {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  line-height: 1.55;
  transition: color 0.15s;
}
.footer-contact-item:hover { color: #38BDF8; }
.footer-contact-item svg {
  width: 14px; height: 14px;
  flex-shrink: 0;
  margin-top: 2px;
  stroke: #38BDF8;
  opacity: 0.7;
}
.footer-contact-item:hover svg { opacity: 1; }

.footer-bottom {
  max-width: 1140px; margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,0.07); padding-top: 1.5rem;
  display: flex; justify-content: space-between; align-items: center;
}
.footer-bottom p { font-size: 0.75rem; color: rgba(255,255,255,0.3); }

/* ── SOLUTIONS PAGE (full) ──────────────────────────────────── */
.sol-page { max-width: 1140px; margin: 0 auto; padding: 4rem 2.5rem; }
.sol-layout { display: grid; grid-template-columns: 220px 1fr; gap: 2.5rem; margin-top: 2.5rem; }
.sol-sidebar ul { list-style: none; position: sticky; top: 80px; }
.sol-nav-btn {
  display: block; width: 100%; text-align: left;
  background: none; border: none; font-family: 'Inter',sans-serif;
  font-size: 0.83rem; font-weight: 500; color: var(--gray);
  padding: 0.6rem 0.85rem; border-radius: var(--radius); cursor: pointer;
  transition: all 0.15s; margin-bottom: 2px;
}
.sol-nav-btn:hover { background: rgba(0,0,0,0.04); color: #1A1A2E; }
.sol-nav-btn.active {
  background: var(--blue-glow); color: var(--blue);
  border-left: 2px solid var(--blue);
}
.sol-panel { display: none; }
.sol-panel.active { display: block; }
.sol-panel-head { display: flex; gap: 1.25rem; align-items: flex-start; margin-bottom: 2rem; }
.sol-panel-ico {
  width: 52px; height: 52px; border-radius: 12px;
  background: var(--blue-glow); display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.sol-panel-ico svg { width: 26px; height: 26px; stroke: var(--blue); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sol-panel-head h2 { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 0.35rem; }
.sol-panel-head p  { font-size: 0.875rem; color: var(--gray); line-height: 1.65; }
.content-label {
  font-size: 0.67rem; text-transform: uppercase; letter-spacing: 2px;
  color: var(--gray2); font-weight: 700; margin: 1.75rem 0 0.75rem;
}
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
.benefit-item {
  background: #0B1D3A; border: 1px solid rgba(14,165,233,0.2);
  border-radius: var(--radius); padding: 0.7rem 0.9rem;
  font-size: 0.8rem; font-weight: 500; color: rgba(255,255,255,0.88);
}
.task-list { display: flex; flex-direction: column; gap: 0.5rem; }
.task-row {
  display: flex; align-items: center; gap: 0.75rem;
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 0.6rem 0.9rem; font-size: 0.8rem; color: var(--gray);
}
.task-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }

/* ── SOLUTION VISUAL EXAMPLES ──────────────────────────── */
.visual-example-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  margin-top: 0.5rem;
}
.visual-example-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}
.visual-example-wrap:hover .visual-example-img {
  transform: scale(1.015);
}

.visual-placeholder {
  background: var(--card-bg); border: 1px dashed var(--border2);
  border-radius: var(--radius-lg); height: 140px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gray2); font-size: 0.8rem;
}

/* ── PRICING PAGE ───────────────────────────────────────────── */
.pricing-page { max-width: 900px; margin: 0 auto; }
.pricing-head { text-align: center; padding: 4rem 2.5rem 2.5rem; }
.pricing-head h1 { font-size: 2.25rem; font-weight: 800; letter-spacing: -0.03em; }
.pricing-head p  { color: var(--gray); margin-top: 0.5rem; }
.profile-toggle { display: flex; gap: 0.5rem; justify-content: center; margin-bottom: 2.5rem; }
.ptab {
  background: var(--card-bg); border: 1px solid var(--border);
  color: var(--gray); font-family: 'Inter',sans-serif;
  font-size: 0.83rem; font-weight: 600; padding: 0.55rem 1.5rem;
  border-radius: 30px; cursor: pointer; transition: all 0.15s;
}
.ptab.active { background: var(--blue); color: var(--white); border-color: var(--blue); }
.pricing-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; padding: 0 2.5rem 4rem; }
.p-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 1.75rem; position: relative;
}
.p-card.featured { border-color: var(--blue); }
.p-badge {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  background: var(--blue); color: var(--white);
  font-size: 0.65rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px;
  padding: 0.22rem 0.85rem; border-radius: 20px; white-space: nowrap;
}
.p-card h3   { font-size: 0.95rem; font-weight: 700; margin-bottom: 0.5rem; }
.p-price     { font-size: 1.85rem; font-weight: 800; color: var(--blue); margin: 0.65rem 0; letter-spacing: -0.03em; }
.p-price span{ font-size: 0.8rem; font-weight: 400; color: var(--gray); }
.p-card ul   { list-style: none; margin: 1rem 0 1.5rem; }
.p-card li   { font-size: 0.78rem; color: var(--gray); padding: 0.3rem 0; display: flex; gap: 0.5rem; }
.p-card li::before { content: '✓'; color: var(--blue); font-weight: 700; }
.p-btn {
  width: 100%; padding: 0.65rem; border-radius: var(--radius);
  font-family: 'Inter',sans-serif; font-size: 0.83rem; font-weight: 600;
  cursor: pointer; transition: all 0.15s;
  border: 1px solid var(--blue); background: transparent; color: var(--blue);
}
.p-card.featured .p-btn { background: var(--blue); color: var(--white); }

/* ── ABOUT PAGE ─────────────────────────────────────────────── */
.about-page { max-width: 900px; margin: 0 auto; padding: 4rem 2.5rem; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.75rem; margin-top: 2rem; }
.about-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 1.5rem;
}
.about-card h3 { font-size: 0.95rem; font-weight: 700; margin-bottom: 0.6rem; }
.about-card p  { font-size: 0.83rem; color: var(--gray); line-height: 1.7; }

/* ── ABOUT PAGE ENHANCEMENTS ───────────────────────────── */
.about-card--accent {
  position: relative;
  border-top: 2px solid var(--blue) !important;
}
.about-card-num {
  font-size: 2.5rem;
  font-weight: 900;
  color: rgba(2,132,199,0.1);
  line-height: 1;
  margin-bottom: 0.25rem;
  letter-spacing: -0.04em;
}
.about-section-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.about-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-top: 0.5rem;
}
.about-contact-row svg {
  width: 16px; height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}
.about-contact-row p {
  font-size: 0.85rem;
  color: #374151;
  line-height: 1.6;
  margin: 0;
}

.team-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 1.5rem; margin-top: 1.25rem;
}
.clients-strip { margin-top: 1.5rem; }
.clients-row { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 0.75rem; }
.client-chip {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: 6px; padding: 0.45rem 1rem;
  font-size: 0.75rem; color: var(--gray);
}




/* ── MAGAZINE NEWSLETTER LAYOUT ────────────────────────── */
.mag-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 2rem 4rem;
  font-family: 'Inter', sans-serif;
}

/* Header */
.mag-header {
  border-top: 4px solid #0B1628;
  border-bottom: 2px solid #0B1628;
  padding: 1rem 0 1.25rem;
  margin-bottom: 1.5rem;
}
.mag-header-top {
  display: flex; justify-content: space-between;
  font-size: 0.65rem; letter-spacing: 2px;
  text-transform: uppercase; color: #5F6B7A;
  margin-bottom: 1rem;
}
.mag-title-row { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; }
.mag-label { font-size: 0.65rem; letter-spacing: 3px; text-transform: uppercase; color: #0284C7; font-weight: 700; margin-bottom: 0.25rem; text-align: center; }
.mag-title { font-size: 3.5rem; font-weight: 900; line-height: 0.95; letter-spacing: -0.04em; color: #0B1628; margin: 0 0 0.5rem; text-align: center; }
.mag-tagline { font-size: 0.72rem; color: #5F6B7A; text-transform: uppercase; letter-spacing: 1.5px; margin: 0; text-align: center; }
.mag-title-right { display: flex; flex-direction: column; gap: 0.75rem; justify-content: flex-end; }
.mag-hero-blurb {
  border-left: 3px solid #0B1628;
  padding-left: 0.85rem;
  font-size: 0.82rem; color: #374151; line-height: 1.6;
  text-align: justify;
}

/* 3-column body */
.mag-body {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 1.5rem;
  border-top: 1px solid #0B1628;
  padding-top: 1.5rem;
}
.mag-col { display: flex; flex-direction: column; gap: 0; }
.mag-col--center { border-left: 1px solid #E5E7EB; border-right: 1px solid #E5E7EB; padding: 0 1.5rem; }

/* Articles */
.mag-article { padding-bottom: 1rem; }
.mag-article-tag {
  font-size: 0.6rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 2px;
  color: #0284C7; margin-bottom: 0.4rem;
  text-align: center;
}
.mag-article-h2 {
  font-size: 0.95rem; font-weight: 800;
  color: #0B1628; line-height: 1.3;
  margin-bottom: 0.6rem; letter-spacing: -0.01em;
  text-align: center;
}
.mag-article p { font-size: 0.78rem; color: #4B5563; line-height: 1.7; margin-bottom: 0.6rem; text-align: justify; }
.mag-dropcap-wrap { display: flex; gap: 0; }
.mag-dropcap {
  font-size: 3.5rem; font-weight: 900; line-height: 0.75;
  color: #0B1628; float: left; margin-right: 0.15rem; margin-top: 0.1rem;
}
.mag-divider { border: none; border-top: 1px solid #E5E7EB; margin: 1rem 0; }

/* Pull quote */
.mag-pullquote {
  border-left: 3px solid #0B1628;
  padding: 0.6rem 0.85rem;
  margin: 0.85rem 0;
  font-size: 0.82rem; font-weight: 600; color: #0B1628;
  line-height: 1.55; font-style: italic;
  text-align: center;
}
.mag-pullquote--teal { border-left-color: #0E7490; color: #0E7490; }
.mag-pq-mark { font-size: 1.5rem; line-height: 0.5; color: #0284C7; margin-right: 0.1rem; }

/* Feature box (center col) */
.mag-feature-box {
  background: #0B1628;
  border-radius: var(--radius);
  padding: 1.5rem;
  margin-bottom: 1rem;
  color: white;
}
.mag-feature-label {
  font-size: 0.6rem; font-weight: 800; letter-spacing: 2px;
  text-transform: uppercase; color: #38BDF8; margin-bottom: 0.5rem;
  text-align: center;
}
.mag-feature-h2 { font-size: 1rem; font-weight: 800; line-height: 1.25; margin-bottom: 0.75rem; color: white; text-align: center; }
.mag-feature-box p { font-size: 0.78rem; color: rgba(255,255,255,0.7); line-height: 1.65; margin-bottom: 0.6rem; text-align: justify; }

/* Stats strip */
.mag-stats-strip {
  display: flex; align-items: center;
  background: #F0F7FF; border-radius: var(--radius);
  padding: 1rem 0.75rem; margin-bottom: 1rem; gap: 0;
}
.mag-stat { flex: 1; text-align: center; }
.mag-stat-n { font-size: 1.5rem; font-weight: 900; color: #0284C7; letter-spacing: -0.03em; }
.mag-stat-l { font-size: 0.65rem; color: #5A6070; line-height: 1.4; margin-top: 0.2rem; text-align: center; }
.mag-stat-sep { width: 1px; height: 40px; background: rgba(0,0,0,0.1); flex-shrink: 0; }

/* Read more */
.mag-readmore {
  background: none; border: none; color: #0284C7;
  font-family: 'Inter', sans-serif; font-size: 0.72rem;
  font-weight: 700; cursor: pointer; padding: 0;
  letter-spacing: 0.5px; margin-top: 0.25rem;
}
.mag-readmore:hover { text-decoration: underline; }
.mag-readmore--white { color: #38BDF8; }

/* From the field */
.mag-field {
  background: #F8F9FB; border-radius: var(--radius);
  padding: 1rem; border-left: 3px solid #0284C7;
}
.mag-field-label {
  font-size: 0.6rem; font-weight: 800; letter-spacing: 2px;
  text-transform: uppercase; color: #0284C7; margin-bottom: 0.5rem;
  text-align: center;
}
.mag-field p { font-size: 0.78rem; color: #374151; line-height: 1.65; margin: 0; text-align: justify; }

/* Footer bar */
.mag-footer {
  display: flex; justify-content: space-between; align-items: center;
  border-top: 2px solid #0B1628; border-bottom: 1px solid #0B1628;
  padding: 0.6rem 0; margin-top: 1.5rem;
  font-size: 0.65rem; color: #5F6B7A;
  text-transform: uppercase; letter-spacing: 1px;
}
.mag-footer svg { width: 12px; height: 12px; margin-right: 0.3rem; vertical-align: middle; }
.mag-footer-left, .mag-footer-right { display: flex; align-items: center; gap: 0.25rem; }
.mag-footer-center { font-weight: 700; color: #0B1628; font-size: 0.72rem; }

/* Subscribe */
.mag-subscribe {
  background: #F0F7FF; border-radius: var(--radius-lg);
  padding: 1.75rem 2rem; margin-top: 1.5rem;
}
.mag-subscribe-inner {
  display: flex; gap: 2rem; align-items: center; justify-content: space-between;
}
.mag-subscribe-title { font-size: 1.1rem; font-weight: 800; color: #0B1628; margin-bottom: 0.3rem; }
.mag-subscribe-sub { font-size: 0.8rem; color: #5A6070; margin: 0; }
.mag-subscribe-form { display: flex; gap: 0.75rem; flex-shrink: 0; }

@media (max-width: 800px) {
  .mag-body { grid-template-columns: 1fr; }
  .mag-col--center { border: none; padding: 0; border-top: 1px solid #E5E7EB; border-bottom: 1px solid #E5E7EB; padding: 1rem 0; }
  .mag-title { font-size: 2.25rem; }
  .mag-title-row { grid-template-columns: 1fr; }
  .mag-subscribe-inner { flex-direction: column; gap: 1rem; }
  .mag-subscribe-form { width: 100%; }
}

/* ── OLD NEWSLETTER (replaced) ─ */
.nl-wrap {
  max-width: 680px;
  margin: 0 auto;
  padding: 3rem 2.5rem 5rem;
}
.nl-header {
  background: linear-gradient(135deg, #0B1628 0%, #0E2A4A 100%);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  margin-bottom: 2.5rem;
  color: white;
}
.nl-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.75rem;
}
.nl-brand { display: flex; flex-direction: column; gap: 0.2rem; }
.nl-brand-name { font-size: 0.95rem; font-weight: 800; color: #38BDF8; letter-spacing: -0.01em; }
.nl-brand-tag  { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,0.4); }
.nl-meta { font-size: 0.72rem; color: rgba(255,255,255,0.35); display: flex; gap: 0.5rem; }
.nl-headline { font-size: 2rem; font-weight: 800; letter-spacing: -0.03em; margin-bottom: 0.6rem; line-height: 1.15; }
.nl-subheadline { font-size: 0.9rem; color: rgba(255,255,255,0.6); line-height: 1.65; margin: 0; }

.nl-section { margin-bottom: 0; }
.nl-section-label {
  font-size: 0.67rem; text-transform: uppercase;
  letter-spacing: 2px; color: var(--blue);
  font-weight: 700; margin-bottom: 1rem;
}
.nl-divider {
  border: none; border-top: 1px solid rgba(0,0,0,0.07);
  margin: 2rem 0;
}

/* Editor note */
.nl-editor-note {
  background: #F0F7FF;
  border-left: 3px solid var(--blue);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.25rem 1.5rem;
}
.nl-editor-label {
  font-size: 0.68rem; text-transform: uppercase;
  letter-spacing: 1.5px; color: var(--blue);
  font-weight: 700; margin-bottom: 0.6rem;
}
.nl-editor-note p { font-size: 0.875rem; color: #374151; line-height: 1.7; margin-bottom: 0.75rem; }

/* Feature article */
.nl-article-title {
  font-size: 1.4rem; font-weight: 800;
  color: #0B1628; letter-spacing: -0.02em;
  line-height: 1.25; margin-bottom: 0.85rem;
}
.nl-article-lead {
  font-size: 1rem; color: #374151;
  line-height: 1.75; font-weight: 500;
  margin-bottom: 1.25rem;
}
.nl-section p { font-size: 0.875rem; color: #5A6070; line-height: 1.75; margin-bottom: 1rem; }
.nl-callout {
  background: #FFFBEA; border: 1px solid #FCD34D;
  border-radius: var(--radius); padding: 1rem 1.25rem;
  display: flex; gap: 0.75rem; align-items: flex-start;
  margin: 1.25rem 0;
}
.nl-callout-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 1px; }
.nl-callout p { font-size: 0.875rem; color: #78350F; font-style: italic; line-height: 1.6; margin: 0; }
.nl-read-more {
  background: none; border: none; color: var(--blue);
  font-family: 'Inter', sans-serif; font-size: 0.83rem;
  font-weight: 700; cursor: pointer; padding: 0;
  margin-top: 0.5rem; transition: gap 0.15s;
}
.nl-read-more:hover { text-decoration: underline; }

/* Quick reads */
.nl-quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.nl-quick-card {
  background: #F8F9FB; border: 1px solid rgba(0,0,0,0.07);
  border-radius: var(--radius); padding: 1.25rem;
}
.nl-quick-tag {
  font-size: 0.65rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  color: var(--blue); margin-bottom: 0.5rem;
}
.nl-quick-card h3 { font-size: 0.875rem; font-weight: 700; color: #0B1628; margin-bottom: 0.4rem; line-height: 1.35; }
.nl-quick-card p  { font-size: 0.78rem; color: #5A6070; line-height: 1.6; margin-bottom: 0.75rem; }
.nl-quick-link {
  background: none; border: none; color: var(--blue);
  font-family: 'Inter', sans-serif; font-size: 0.75rem;
  font-weight: 700; cursor: pointer; padding: 0;
}
.nl-quick-link:hover { text-decoration: underline; }

/* Stats */
.nl-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.nl-stat-item { text-align: center; padding: 1.25rem 0.75rem; }
.nl-stat-num { font-size: 2rem; font-weight: 800; color: var(--blue); letter-spacing: -0.03em; margin-bottom: 0.5rem; }
.nl-stat-desc { font-size: 0.75rem; color: #5A6070; line-height: 1.55; }

/* From the field */
.nl-field-card {
  background: #F0F7FF; border: 1px solid rgba(2,132,199,0.15);
  border-radius: var(--radius-lg); padding: 1.5rem;
  display: flex; gap: 1.25rem; align-items: flex-start;
}
.nl-field-icon {
  width: 42px; height: 42px; flex-shrink: 0;
  background: var(--blue); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
}
.nl-field-icon svg { width: 22px; height: 22px; stroke: white; }
.nl-field-card h3 { font-size: 0.9rem; font-weight: 700; color: #0B1628; margin-bottom: 0.5rem; }
.nl-field-card p { font-size: 0.83rem; color: #374151; line-height: 1.7; margin-bottom: 0.5rem; }

/* On our radar */
.nl-radar-list { display: flex; flex-direction: column; gap: 1rem; }
.nl-radar-item { display: flex; gap: 0.85rem; align-items: flex-start; }
.nl-radar-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--blue); flex-shrink: 0; margin-top: 6px;
}
.nl-radar-item p { font-size: 0.875rem; color: #374151; line-height: 1.7; margin: 0; }

/* Subscribe */
.nl-subscribe-wrap {
  background: linear-gradient(135deg, #0B1628 0%, #0E2A4A 100%);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  text-align: center;
  color: white;
  margin-top: 2rem;
}
.nl-subscribe-icon { font-size: 2rem; margin-bottom: 0.75rem; }
.nl-subscribe-title { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 0.6rem; }
.nl-subscribe-sub { font-size: 0.875rem; color: rgba(255,255,255,0.6); line-height: 1.65; margin-bottom: 1.75rem; max-width: 440px; margin-left: auto; margin-right: auto; }
.nl-form {
  display: flex; gap: 0.75rem; max-width: 420px;
  margin: 0 auto 1rem;
}
.nl-input {
  flex: 1; background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius);
  color: white; padding: 0.8rem 1rem;
  font-family: 'Inter', sans-serif; font-size: 0.875rem;
  outline: none; transition: border-color 0.15s;
}
.nl-input:focus { border-color: #38BDF8; }
.nl-input::placeholder { color: rgba(255,255,255,0.35); }
.nl-disclaimer { font-size: 0.72rem; color: rgba(255,255,255,0.3); margin: 0; }

@media (max-width: 600px) {
  .nl-quick-grid, .nl-stats { grid-template-columns: 1fr; }
  .nl-form { flex-direction: column; }
  .nl-field-card { flex-direction: column; }
}

/* ── BLOG ARTICLE VIEW ──────────────────────────────────── */
.blog-article-wrap {
  max-width: 740px;
  margin: 0 auto;
  padding: 3rem 2.5rem 5rem;
}
.blog-back-btn {
  background: none; border: none;
  color: var(--blue); font-family: 'Inter', sans-serif;
  font-size: 0.85rem; font-weight: 600;
  cursor: pointer; padding: 0;
  margin-bottom: 2.5rem; display: inline-flex;
  align-items: center; gap: 0.35rem;
  transition: gap 0.15s;
}
.blog-back-btn:hover { gap: 0.6rem; }
.blog-article-content .blog-article-tag {
  font-size: 0.7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px;
  color: var(--blue); margin-bottom: 1rem;
}
.blog-article-content h1 {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 800; line-height: 1.2;
  letter-spacing: -0.02em; color: #0B1628;
  margin-bottom: 1.5rem;
}
.blog-article-content .blog-article-lead {
  font-size: 1.05rem; color: #374151;
  line-height: 1.75; font-weight: 500;
  border-left: 3px solid var(--blue);
  padding-left: 1.25rem; margin-bottom: 2rem;
}
.blog-article-content h2 {
  font-size: 1.2rem; font-weight: 700;
  color: #0B1628; margin: 2rem 0 0.75rem;
  letter-spacing: -0.01em;
}
.blog-article-content p {
  font-size: 0.95rem; color: #374151;
  line-height: 1.8; margin-bottom: 1.25rem;
}
.blog-article-content ul {
  margin: 0 0 1.25rem 0; padding: 0;
  list-style: none;
}
.blog-article-content ul li {
  font-size: 0.9rem; color: #374151;
  line-height: 1.7; padding: 0.4rem 0;
  padding-left: 1.25rem; position: relative;
}
.blog-article-content ul li::before {
  content: "→";
  position: absolute; left: 0;
  color: var(--blue); font-weight: 700;
}
.blog-article-content strong {
  color: #0B1628; font-weight: 700;
}
.blog-article-divider {
  border: none; border-top: 1px solid rgba(0,0,0,0.08);
  margin: 2rem 0;
}
.blog-card { cursor: pointer; }
.blog-card:hover { border-color: var(--blue); }

/* ── BLOG PAGE ──────────────────────────────────────────────── */
.blog-page { max-width: 1000px; margin: 0 auto; padding: 4rem 2.5rem; }
.blog-cats { display: flex; gap: 0.5rem; flex-wrap: wrap; margin: 1.5rem 0 2.5rem; }
.cat-btn {
  background: var(--card-bg); border: 1px solid var(--border);
  color: var(--gray); font-family: 'Inter',sans-serif;
  font-size: 0.75rem; font-weight: 600;
  padding: 0.35rem 0.9rem; border-radius: 20px; cursor: pointer;
  transition: all 0.15s;
}
.cat-btn.active { background: var(--blue); color: var(--white); border-color: var(--blue); }
.blog-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.25rem; }
.blog-card {
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 1.5rem;
  transition: border-color 0.15s;
}
.blog-card:hover { border-color: var(--blue); }
.blog-tag {
  font-size: 0.65rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1.5px; color: var(--blue); margin-bottom: 0.6rem;
}
.blog-card h3 { font-size: 0.875rem; font-weight: 700; line-height: 1.45; margin-bottom: 0.5rem; }
.blog-card p  { font-size: 0.78rem; color: var(--gray); line-height: 1.55; }
.blog-read    { font-size: 0.75rem; color: var(--blue); margin-top: 0.85rem; display: block; background: none; border: none; font-family: 'Inter',sans-serif; cursor: pointer; padding: 0; }

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 760px) {
  .who-grid, .about-grid, .roi-block,
  .sol-layout, .blog-grid, .pricing-cards,
  .footer-grid, .ind-grid { grid-template-columns: 1fr; }
  .hero { padding: 4rem 1.5rem; }
  nav { padding: 0 1.25rem; }
  .section { padding: 3.5rem 1.5rem; }
}



/* ---- WCAG AA contrast adjustments (axe, 2026-09-25) ---- */
:root { --gray2: #5F6B7A; }                       /* was #5F6B7A (3.2:1 on white); now 5.5:1 */
.who-pill, .blog-article-tag, .sol-tag, .wwd-tag { color: #0369A1 !important; }
.sol-sidebar li { color: #6B7280 !important; }
.sol-nav-btn.is-static { opacity: 1 !important; color: #6B7280 !important; }
.sol-nav-btn.active { color: #0369A1 !important; }
.about-card-num { color: #6B7280 !important; }   /* decorative numeral, kept legible */
.wwd-bg-text { display: none; }                   /* decorative watermark text; fails contrast by design */
.btn-primary, .nav-cta, a.btn-primary, a.nav-cta, button.btn-primary { background: #0369A1; color: #FFFFFF !important; }
.btn-primary:hover, .nav-cta:hover { background: #075985; }
.eyebrow, .about-section-label, .wwd-tag, .sol-tag, .blog-article-tag, .about-card--accent .eyebrow { color: #0369A1; }
.content-label, .crumbs, .crumbs a, .principals-label, .stat-footnote, .coming-note, .article-meta, .small { color: #667085; }
.sol-nav-btn.is-static { opacity: 1; color: #6B7280; }
footer h5, footer .footer-col h5 { color: rgba(255,255,255,0.78); }
footer, footer .footer-col li, footer .footer-col li a, footer .footer-brand p, footer .footer-contact-item, footer .footer-bottom p, footer .footer-bottom a { color: rgba(255,255,255,0.8) !important; }
footer .footer-col li a:hover, footer .footer-bottom a:hover { color: #FFFFFF !important; }
/* ---- build addendum (static multi-page) ---- */
.page { display: block; }
.sol-panel { display: block; }
a.nav-link, a.nav-cta, a.btn-primary, a.btn-ghost, a.pain-link, a.sol-nav-btn, a.cat-btn { text-decoration: none; display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box; }
a.sol-nav-btn { display: flex; justify-content: flex-start; }
a.sol-card, a.blog-card-link { display: block; color: inherit; text-decoration: none; }
.sol-nav-btn.is-static { opacity: .5; cursor: default; }
.sol-panel-head h1 { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: .35rem; }
footer li a, footer .footer-bottom a { color: inherit; text-decoration: none; }
footer li { cursor: default; }
.crumbs { font-size: .78rem; color: var(--gray2); margin-bottom: 1rem; }
.crumbs a { color: var(--gray2); text-decoration: none; }
.coming-note { color: var(--gray2); font-size: .85rem; margin-top: 1.5rem; }
.stat-footnote { font-size: .72rem; color: var(--gray2); margin-top: .9rem; }
.skip { position: absolute; left: -999px; top: 0; background: #fff; padding: .5rem 1rem; z-index: 999; }
.skip:focus { left: 1rem; }
.nl-form { display: flex; gap: .5rem; flex-wrap: wrap; }
.nl-form input { flex: 1; min-width: 220px; padding: .75rem .9rem; border: 1.5px solid #D1D5DB; border-radius: 8px; font: inherit; }
.simple-page { max-width: 760px; margin: 0 auto; padding: 4rem 2.5rem; }
.simple-page h1 { font-size: clamp(1.8rem,4vw,2.6rem); font-weight: 800; line-height: 1.2; margin-bottom: 1rem; color: #0B1628; }
.simple-page p { color: var(--gray); line-height: 1.7; }
.article-wrap { max-width: 760px; margin: 0 auto; padding: 3rem 2.5rem 4rem; }
.article-meta { font-size: .8rem; color: var(--gray2); margin: .5rem 0 2rem; }
.related-box { border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.25rem 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; margin-top: 2.5rem; flex-wrap: wrap; }
.diagram { margin: .25rem 0 0; }
.flow { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; counter-reset: step; }
.flow-step { position: relative; padding: .9rem 1.4rem .9rem .95rem; border: 1px solid var(--border); background: #FAFBFC; display: flex; flex-direction: column; gap: .3rem; min-width: 0; }
.flow-step + .flow-step { border-left: 0; }
.flow-step:first-child { border-radius: 8px 0 0 8px; } .flow-step:last-child { border-radius: 0 8px 8px 0; }
.flow-step.is-accent { background: #F1F7FB; }
.flow-step:not(:last-child)::after { content: ""; position: absolute; right: -6px; top: 50%; width: 10px; height: 10px; border-top: 1px solid #9AA3AF; border-right: 1px solid #9AA3AF; transform: translateY(-50%) rotate(45deg); background: transparent; z-index: 1; }
.flow-num { font-size: .66rem; font-weight: 700; letter-spacing: .08em; color: #9AA3AF; }
.flow-title { font-size: .84rem; font-weight: 600; color: #0B1628; line-height: 1.3; }
.flow-sub { font-size: .74rem; color: #5F6B7A; line-height: 1.5; }
@media (max-width: 760px) {
  .flow { grid-template-columns: 1fr; }
  .flow-step + .flow-step { border-left: 1px solid var(--border); border-top: 0; }
  .flow-step:first-child { border-radius: 8px 8px 0 0; } .flow-step:last-child { border-radius: 0 0 8px 8px; }
  .flow-step:not(:last-child)::after { right: auto; left: 50%; top: auto; bottom: -6px; transform: translateX(-50%) rotate(135deg); }
}
.diagram figcaption { font-size: .8rem; color: #5F6B7A; margin-top: .75rem; line-height: 1.55; }
.sol-cta { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--border); display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.honey { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
/* logo marquee: white band, grayscale logos, seamless loop (3 copies, track moves exactly one copy) */
.principals { background: #FFFFFF; border-top: 1px solid rgba(0,0,0,0.06); border-bottom: 1px solid rgba(0,0,0,0.06); }
.principals .principals-label { color: #667085; }
.principals .principal-logo-img { height: 48px; filter: grayscale(1); opacity: .7; }
.principals .principal-logo-img:hover { filter: grayscale(0); opacity: 1; }
.marquee-track { gap: 0; animation-duration: 48s; }
.marquee-track img { margin-right: 5rem; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-33.3333%); } }
@media (max-width: 860px) { .principals .principal-logo-img { height: 34px; } .marquee-track img { margin-right: 3rem; } }
footer .footer-col li { cursor: default; }
footer .footer-col li a:hover { color: #fff; }
.nav-toggle { display: none; background: none; border: 1px solid var(--border2); border-radius: 8px; width: 40px; height: 36px; cursor: pointer; font-size: 1.1rem; }
@media (max-width: 860px) {
  nav { padding: 0 1.25rem; flex-wrap: wrap; height: auto; min-height: 60px; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; margin-left: auto; }
  .nav-links { display: none; width: 100%; flex-direction: column; align-items: stretch; padding: .5rem 0 1rem; gap: .25rem; }
  .nav-links.open { display: flex; }
  .nav-links a.nav-link { justify-content: flex-start; }
  .nav-links a.nav-cta { margin: .5rem 0 0; }
  .sol-layout { grid-template-columns: 1fr; }
  .pricing-cards, .who-grid, .about-grid, .solutions-grid, .pain-grid { grid-template-columns: 1fr !important; }
  .section { padding: 3.5rem 1.25rem; }
  [style*="grid-template-columns:repeat(6,1fr)"] { grid-template-columns: repeat(3,1fr) !important; }
  [style*="grid-template-columns:repeat(6,1fr)"] img { max-width: 100% !important; width: auto !important; height: auto !important; max-height: 28px; }
  [style*="grid-template-columns:repeat(3,1fr)"] { grid-template-columns: 1fr !important; }
  [style*="grid-template-columns:1fr 1fr"] { grid-template-columns: 1fr !important; }
}
