/* ============================================================
   Blackbird IT Solutions — Ghost Theme CSS
   Design tokens from README.md; all values exact.
   ============================================================ */

/* --- RESET & BASE ------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif;
  color: #0F2748;
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }

/* --- TOKENS / UTILITIES ------------------------------------ */
.mono { font-family: 'JetBrains Mono', monospace; }
.eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}
.eyebrow--sky   { color: #7FC0FF; }
.eyebrow--blue  { color: #1E88F4; }
.eyebrow--muted { color: #8B93A6; }
.eyebrow--white { color: rgba(255,255,255,0.85); }

.text-balance { text-wrap: balance; }
.text-pretty  { text-wrap: pretty; }

/* --- LAYOUT WRAPPER ---------------------------------------- */
.bb-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

/* --- NAVIGATION -------------------------------------------- */
.site-nav {
  position: relative;
  z-index: 10;
  font-family: 'Montserrat', sans-serif;
}
.site-nav__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-nav__logo {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}
.site-nav__mark {
  height: 54px;
  width: auto;
  display: block;
}
.site-nav__wordmark {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.01em;
}
.site-nav__links {
  display: flex;
  align-items: center;
  gap: 22px;
}
.site-nav__link {
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  color: rgba(255,255,255,0.74);
  transition: color .15s;
}
.site-nav__link:hover,
.site-nav__link.is-active { color: #fff; }
.site-nav__cta {
  background: #fff;
  color: #0F2748;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .15s;
}
.site-nav__cta:hover { transform: translateY(-1px); }

/* Hamburger (hidden on desktop) */
.site-nav__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.site-nav__hamburger span {
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: .2s;
}
.site-nav__mobile {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 0 32px 20px;
}
.site-nav__mobile.is-open { display: flex; }
.site-nav__mobile .site-nav__link {
  font-size: 15px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.site-nav__mobile .site-nav__cta {
  display: inline-block;
  margin-top: 8px;
  width: fit-content;
}

/* --- FOOTER ------------------------------------------------ */
.site-footer {
  background: linear-gradient(180deg, #184C98 0%, #0F2748 100%);
  padding: 54px 0 36px;
  font-family: 'Montserrat', sans-serif;
}
.site-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.site-footer__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.site-footer__mark { height: 40px; width: auto; display: block; }
.site-footer__name {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.site-footer__name-text {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
}
.site-footer__tagline-text {
  color: rgba(255,255,255,0.55);
  font-size: 12px;
  letter-spacing: 0.02em;
}
.site-footer__links {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.site-footer__link {
  color: rgba(255,255,255,0.6);
  font-size: 13.5px;
  text-decoration: none;
  transition: color .15s;
}
.site-footer__link:hover { color: #fff; }
.site-footer__bottom {
  max-width: 1180px;
  margin: 28px auto 0;
  padding: 22px 32px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(255,255,255,0.4);
  font-size: 13px;
}

/* --- HERO (shared dark band) -------------------------------- */
.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0F2748 0%, #184C98 95%);
}
.page-hero--home {
  background: linear-gradient(135deg, #0F2748 0%, #184C98 68%, #1E88F4 150%);
}
.page-hero__glow {
  position: absolute;
  top: -30%;
  right: -6%;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30,136,244,0.30) 0%, rgba(30,136,244,0) 70%);
  pointer-events: none;
}
.page-hero__glow--home {
  top: -22%;
  right: -8%;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(30,136,244,0.35) 0%, rgba(30,136,244,0) 70%);
  z-index: 1;
}
.page-hero__watermark {
  position: absolute;
  right: -40px;
  top: 54%;
  transform: translateY(-50%);
  width: 480px;
  opacity: 0.08;
  z-index: 1;
  pointer-events: none;
  filter: brightness(0) invert(1);
}
.page-hero__watermark--about {
  right: -30px;
  top: 58%;
  width: 380px;
}
.page-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 32px 104px;
}
.page-hero__content--interior {
  padding: 56px 32px 76px;
}
.page-hero__content--blog-post {
  max-width: 820px;
  padding: 48px 32px 60px;
}
.page-hero__inner { max-width: 680px; }
.page-hero__inner--wide { max-width: 720px; }
.page-hero__inner--widest { max-width: 740px; }

.hero-eyebrow { margin-bottom: 26px; }
.hero-eyebrow--interior { margin-bottom: 18px; }

.hero-dot {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.hero-dot__circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1E88F4;
  box-shadow: 0 0 0 4px rgba(30,136,244,0.22);
  flex-shrink: 0;
}

.hero-h1 {
  color: #fff;
  font-weight: 700;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  text-wrap: balance;
}
.hero-h1--interior {
  font-size: clamp(32px, 4.4vw, 46px);
  line-height: 1.08;
  margin-bottom: 20px;
}
.hero-h1__accent { color: #1E88F4; }

.hero-body {
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.62;
  max-width: 500px;
  margin-bottom: 36px;
}
.hero-body--interior {
  max-width: 560px;
  line-height: 1.6;
  margin-bottom: 0;
}

.hero-tagline {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 36px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
}
.hero-tagline__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1E88F4;
}

.hero-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

/* --- BUTTONS ----------------------------------------------- */
.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
  transition: transform .15s, box-shadow .15s;
  cursor: pointer;
  font-family: inherit;
  border: none;
}
.btn--primary {
  background: #1E88F4;
  color: #fff;
  padding: 14px 28px;
  font-size: 15px;
  box-shadow: 0 8px 24px rgba(30,136,244,0.32);
}
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(30,136,244,0.42);
}
.btn--ghost {
  color: #fff;
  padding: 14px 24px;
  font-size: 15px;
  border: 1px solid rgba(255,255,255,0.22);
  background: transparent;
}
.btn--ghost:hover { background: rgba(255,255,255,0.08); }
.btn--gold {
  background: #FFB81C;
  color: #0F2748;
  padding: 15px 32px;
  font-size: 15.5px;
  box-shadow: 0 10px 28px rgba(255,184,28,0.34);
}
.btn--gold:hover { transform: translateY(-2px); }
.btn--navy {
  background: #0F2748;
  color: #fff;
  padding: 13px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 9px;
}
.btn--navy:hover { transform: translateY(-2px); }
.btn--blue-contact {
  background: #1E88F4;
  color: #fff;
  padding: 13px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 9px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(30,136,244,0.26);
  text-decoration: none;
  display: block;
  transition: transform .15s;
}
.btn--blue-contact:hover { transform: translateY(-2px); }
.btn--outline-navy {
  color: #0F2748;
  padding: 14px 26px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid rgba(15,39,72,0.18);
  background: transparent;
  border-radius: 8px;
  text-decoration: none;
  transition: background .15s;
}
.btn--outline-navy:hover { background: #F3F4F6; }

/* --- STATS STRIP ------------------------------------------- */
.stats-strip {
  background: linear-gradient(135deg, #184C98 0%, #1E88F4 165%);
  border-top: 1px solid rgba(255,255,255,0.14);
}
.stats-strip__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 32px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
}
.stat { text-align: center; }
.stat__num {
  font-family: 'JetBrains Mono', monospace;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
}
.stat__label {
  color: rgba(255,255,255,0.62);
  font-size: 12.5px;
  letter-spacing: 0.02em;
}

/* --- SERVICE TIER CARDS ------------------------------------ */
.tiers-section {
  background: linear-gradient(180deg, #fff 0%, #F3F4F6 100%);
  padding: 100px 0;
}
.tiers-section--services { padding: 90px 0 80px; }

.section-intro { max-width: 600px; margin-bottom: 56px; }
.section-intro--narrow { max-width: 560px; margin-bottom: 48px; }
.section-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: #1E88F4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 500;
}
.section-h2 {
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.16;
  margin-bottom: 14px;
  text-wrap: balance;
}
.section-h2--md {
  font-size: clamp(26px, 3.4vw, 34px);
}
.section-body {
  color: #5B6478;
  font-size: 16px;
}

.tier-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
  align-items: start;
}
.tier-card {
  background: #fff;
  border-radius: 14px;
  padding: 30px 24px;
  position: relative;
  transition: transform .18s, box-shadow .18s;
  border: 1px solid rgba(15,39,72,0.10);
  box-shadow: 0 1px 2px rgba(15,39,72,0.04);
}
.tier-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(15,39,72,0.12);
}
.tier-card--featured {
  border: 2px solid #FFB81C;
  box-shadow: 0 10px 30px rgba(255,184,28,0.16);
}
.tier-card__badge {
  position: absolute;
  top: -12px;
  left: 24px;
  background: #FFB81C;
  color: #0F2748;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 11px;
  border-radius: 6px;
  letter-spacing: 0.02em;
}
.tier-card__n {
  font-size: 12px;
  color: #8B93A6;
  font-family: 'JetBrains Mono', monospace;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}
.tier-card__name {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 11px;
}
.tier-card__name--services { font-size: 22px; margin-bottom: 6px; }
.tier-card__tagline {
  font-size: 13px;
  color: #1E88F4;
  font-weight: 600;
  margin-bottom: 12px;
}
.tier-card__desc {
  color: #5B6478;
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 20px;
  min-height: 62px;
}
.tier-card__desc--services { font-size: 13.5px; margin-bottom: 18px; min-height: 58px; }
.tier-card__heading {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: #8B93A6;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.tier-card__list { list-style: none; }
.tier-card__item {
  font-size: 13.5px;
  color: #0F2748;
  padding: 8px 0 8px 22px;
  position: relative;
  line-height: 1.45;
  border-top: 1px solid rgba(15,39,72,0.08);
}
.tier-card__item--services { font-size: 13px; padding: 7px 0 7px 20px; line-height: 1.4; }
.tier-card__dot {
  position: absolute;
  left: 0;
  top: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1E88F4;
}
.tier-card__dot--featured { background: #FFB81C; }
.tier-card__dot--services { top: 14px; }

/* --- CTA BAND ---------------------------------------------- */
.cta-band {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(115deg, #184C98 0%, #1E88F4 70%, #3DA0FF 160%);
  padding: 92px 0;
}
.cta-band--post { padding: 80px 0; }
.cta-band__glow {
  position: absolute;
  top: -30%;
  left: -6%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
}
.cta-band__inner {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 32px;
}
.cta-band__inner--wide { max-width: 680px; }
.cta-band__inner--narrow { max-width: 660px; }
.cta-band__eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
}
.cta-band__h2 {
  color: #fff;
  font-size: clamp(26px, 3.4vw, 34px);
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.18;
  margin-bottom: 16px;
  text-wrap: balance;
}
.cta-band__h2--narrow { font-size: clamp(24px, 3.2vw, 32px); }
.cta-band__body {
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 32px;
}
.cta-band__body--tight { margin-bottom: 28px; }
.cta-band__sub {
  margin-top: 18px;
  color: rgba(255,255,255,0.6);
  font-size: 13px;
}

/* --- TRUST / ABOUT HOME ------------------------------------ */
.trust-section {
  padding: 100px 0;
  background: #fff;
}
.trust-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 60px;
  align-items: start;
}
.trust-quote__mark {
  font-family: 'JetBrains Mono', monospace;
  font-size: 48px;
  line-height: 0.6;
  color: #1E88F4;
  margin-bottom: 14px;
}
.trust-quote__text {
  font-size: 25px;
  line-height: 1.42;
  font-weight: 500;
  letter-spacing: -0.012em;
  color: #0F2748;
  margin-bottom: 20px;
  text-wrap: pretty;
}
.trust-quote__attr {
  font-size: 14px;
  color: #5B6478;
  font-weight: 500;
}
.trust-quote__attr strong { color: #0F2748; font-weight: 600; }

.trust-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 32px; }
.trust-fact { }
.trust-fact__num {
  font-family: 'JetBrains Mono', monospace;
  color: #1E88F4;
  font-size: 13px;
  margin-bottom: 12px;
  display: block;
  letter-spacing: 0.04em;
}
.trust-fact__title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 9px;
}
.trust-fact__body { color: #5B6478; font-size: 14px; line-height: 1.58; }

/* --- ABOUT PAGE -------------------------------------------- */
.story-section {
  background: #fff;
  padding: 90px 0;
}
.story-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 64px;
  align-items: start;
}
.story-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: #1E88F4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.story-h2 {
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.18;
  text-wrap: balance;
}
.story-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #3A4456;
  font-size: 16px;
  line-height: 1.7;
}

.principles-section {
  background: linear-gradient(180deg, #fff 0%, #F3F4F6 100%);
  padding: 84px 0;
}
.principles-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 30px 36px; }
.principle {
  border-top: 2px solid #1E88F4;
  padding-top: 20px;
}
.principle__num {
  font-family: 'JetBrains Mono', monospace;
  color: #1E88F4;
  font-size: 13px;
  margin-bottom: 12px;
  display: block;
  letter-spacing: 0.04em;
}
.principle__title { font-size: 18px; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 9px; }
.principle__body { color: #5B6478; font-size: 14.5px; line-height: 1.6; }

.founder-quote {
  background: #0F2748;
  padding: 84px 0;
}
.founder-quote__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}
.founder-quote__mark {
  font-family: 'JetBrains Mono', monospace;
  font-size: 52px;
  line-height: 0.5;
  color: #1E88F4;
  margin-bottom: 22px;
}
.founder-quote__text {
  color: #fff;
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.012em;
  margin-bottom: 24px;
  text-wrap: pretty;
}
.founder-quote__attr { color: rgba(255,255,255,0.6); font-size: 14px; }
.founder-quote__attr strong { color: #fff; font-weight: 600; }

.creds-strip {
  background: linear-gradient(135deg, #184C98 0%, #1E88F4 165%);
}

.about-cta {
  background: #fff;
  padding: 88px 0;
  text-align: center;
}
.about-cta__inner { max-width: 680px; margin: 0 auto; padding: 0 32px; }
.about-cta__h2 {
  font-size: clamp(26px, 3.4vw, 34px);
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.18;
  margin-bottom: 16px;
  text-wrap: balance;
}
.about-cta__body { color: #5B6478; font-size: 16px; line-height: 1.6; margin-bottom: 30px; }
.about-cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* --- SERVICES BASELINE STRIP ------------------------------- */
.baseline-strip {
  background: #0F2748;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.baseline-strip__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}
.baseline-strip__label { color: #fff; font-weight: 600; font-size: 15px; }
.baseline-strip__items { display: flex; gap: 28px; flex-wrap: wrap; }
.baseline-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.78);
  font-size: 13.5px;
}
.baseline-item__dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #1E88F4;
}

/* --- ADDONS ------------------------------------------------ */
.addons-section { background: #fff; padding: 90px 0; }
.addons-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.addon-card {
  border: 1px solid rgba(15,39,72,0.10);
  border-radius: 14px;
  padding: 26px 24px;
  background: #fff;
  transition: border-color .15s, box-shadow .15s;
}
.addon-card:hover {
  border-color: rgba(30,136,244,0.4);
  box-shadow: 0 10px 28px rgba(15,39,72,0.08);
}
.addon-card__num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: #1E88F4;
  margin-bottom: 14px;
  letter-spacing: 0.04em;
}
.addon-card__title { font-size: 17px; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 9px; }
.addon-card__body { color: #5B6478; font-size: 14px; line-height: 1.55; }

.services-tier-cta {
  text-align: center;
  margin-top: 44px;
  color: #5B6478;
  font-size: 14px;
}
.services-tier-cta a { color: #1E88F4; font-weight: 600; text-decoration: none; }

/* --- FREE AUDIT -------------------------------------------- */
.audit-section {
  background: linear-gradient(180deg, #0F2748 0%, #0F2748 120px, #F3F4F6 120px, #F3F4F6 100%);
  padding: 0 0 90px;
}
.audit-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.audit-left { padding-top: 130px; }
.audit-gets {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 40px;
}
.audit-get { display: flex; gap: 14px; align-items: flex-start; }
.audit-get__check {
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(30,136,244,0.12);
  color: #1E88F4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  margin-top: 2px;
}
.audit-get__title { font-weight: 600; font-size: 15.5px; margin-bottom: 3px; }
.audit-get__body { color: #5B6478; font-size: 14px; line-height: 1.55; }

.audit-how {
  border-top: 1px solid rgba(15,39,72,0.10);
  padding-top: 28px;
}
.audit-how__label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: #8B93A6;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.audit-steps { display: flex; flex-direction: column; gap: 14px; }
.audit-step { display: flex; gap: 14px; align-items: center; }
.audit-step__n {
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #0F2748;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
}
.audit-step__label { font-size: 14.5px; color: #0F2748; }

/* Form card */
.form-card {
  background: #fff;
  border: 1px solid rgba(15,39,72,0.10);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(15,39,72,0.16);
  padding: 38px 36px;
  margin-top: 40px;
}
.form-card__title { font-size: 20px; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 6px; }
.form-card__sub { color: #5B6478; font-size: 14px; margin-bottom: 26px; }

.bb-form { display: flex; flex-direction: column; gap: 18px; }
.bb-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bb-label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: #0F2748;
}
.bb-label--opt { font-weight: 400; color: #A6AEBE; }
.bb-input {
  margin-top: 0;
  padding: 12px 13px;
  border: 1px solid rgba(15,39,72,0.16);
  border-radius: 9px;
  font-size: 14.5px;
  color: #0F2748;
  background: #fff;
  outline: none;
  transition: border-color .15s, box-shadow .15s;
  width: 100%;
  font-family: inherit;
}
.bb-input::placeholder { color: #A6AEBE; }
.bb-input:focus {
  border-color: #1E88F4;
  box-shadow: 0 0 0 3px rgba(30,136,244,0.14);
}
textarea.bb-input { resize: vertical; }

.bb-submit {
  background: #FFB81C;
  color: #0F2748;
  border: none;
  padding: 15px;
  border-radius: 9px;
  font-weight: 700;
  font-size: 15.5px;
  cursor: pointer;
  font-family: inherit;
  box-shadow: 0 8px 22px rgba(255,184,28,0.30);
  transition: transform .15s;
  width: 100%;
}
.bb-submit:hover { transform: translateY(-2px); }
.bb-form__disclaimer {
  color: #8B93A6;
  font-size: 12.5px;
  text-align: center;
  line-height: 1.5;
}
/* honeypot */
.bb-honeypot { display: none; }

/* Form success swap */
.form-success {
  display: none;
  text-align: center;
  padding: 32px 0;
}
.form-success__icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(30,136,244,0.12);
  color: #1E88F4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin: 0 auto 16px;
}
.form-success__title { font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.form-success__body { color: #5B6478; font-size: 15px; line-height: 1.55; }

/* --- CONTACT ------------------------------------------------ */
.contact-section {
  background: linear-gradient(180deg, #0F2748 0%, #0F2748 130px, #F3F4F6 130px, #F3F4F6 100%);
  padding: 0 0 90px;
}
.contact-inner { max-width: 940px; margin: 0 auto; padding: 0 32px; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-card {
  background: #fff;
  border: 1px solid rgba(15,39,72,0.10);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(15,39,72,0.16);
  padding: 34px 32px;
  display: flex;
  flex-direction: column;
}
.contact-card__label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: #1E88F4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.contact-card__value--phone {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #0F2748;
  margin-bottom: 6px;
}
.contact-card__value--email {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #0F2748;
  margin-bottom: 6px;
  word-break: break-word;
}
.contact-card__hours {
  font-size: 13.5px;
  color: #5B6478;
  margin-bottom: 22px;
}
.contact-card__btn { margin-top: auto; }

.service-area {
  margin-top: 24px;
  background: #fff;
  border: 1px solid rgba(15,39,72,0.10);
  border-radius: 16px;
  padding: 26px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.service-area__title { font-weight: 700; font-size: 15px; margin-bottom: 6px; }
.service-area__body { color: #5B6478; font-size: 14px; line-height: 1.55; max-width: 560px; }
.service-area__link {
  color: #1E88F4;
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none;
  white-space: nowrap;
}

/* --- BLOG INDEX -------------------------------------------- */
.blog-body { background: #fff; padding: 72px 0 90px; }

.blog-featured {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  margin-bottom: 64px;
  border-bottom: 1px solid rgba(15,39,72,0.10);
  padding-bottom: 64px;
}
.blog-featured:hover .blog-featured__read { color: #184C98; }
.blog-featured__img {
  aspect-ratio: 16/10;
  border-radius: 16px;
  overflow: hidden;
  background-image: repeating-linear-gradient(135deg, #E7ECF3 0 16px, #F1F4F8 16px 32px);
  border: 1px solid rgba(15,39,72,0.08);
  position: relative;
}
.blog-featured__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.blog-featured__meta { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.blog-featured__cat {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: #1E88F4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: rgba(30,136,244,0.10);
  padding: 5px 10px;
  border-radius: 5px;
}
.blog-featured__time { font-size: 13px; color: #8B93A6; }
.blog-featured__h2 {
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.2;
  margin-bottom: 14px;
  text-wrap: balance;
}
.blog-featured__excerpt { color: #5B6478; font-size: 15.5px; line-height: 1.6; margin-bottom: 18px; }
.blog-featured__read { color: #1E88F4; font-weight: 600; font-size: 14.5px; transition: color .15s; }

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

/* Post card (partial) */
.post-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform .18s;
}
.post-card:hover { transform: translateY(-3px); }
.post-card__img {
  aspect-ratio: 16/10;
  border-radius: 13px;
  overflow: hidden;
  background-image: repeating-linear-gradient(135deg, #E7ECF3 0 14px, #F1F4F8 14px 28px);
  border: 1px solid rgba(15,39,72,0.08);
  margin-bottom: 18px;
  position: relative;
}
.post-card__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 13px;
}
.post-card__meta { display: flex; align-items: center; gap: 10px; margin-bottom: 11px; }
.post-card__cat {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  color: #1E88F4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.post-card__time { font-size: 12px; color: #9AA3B4; }
.post-card__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.28;
  margin-bottom: 9px;
  text-wrap: balance;
}
.post-card__excerpt { color: #5B6478; font-size: 14px; line-height: 1.55; }

/* Blog pagination */
.blog-pagination {
  margin-top: 52px;
  padding-top: 32px;
  border-top: 1px solid rgba(15,39,72,0.10);
}
.blog-pagination__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.blog-pagination__btn {
  display: inline-flex;
  align-items: center;
  padding: 11px 22px;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: #0F2748;
  color: #fff;
  transition: transform .15s, box-shadow .15s;
}
.blog-pagination__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(15,39,72,0.22);
  color: #fff;
}
.blog-pagination__btn--disabled {
  background: rgba(15,39,72,0.07);
  color: #9AA3B4;
  cursor: default;
}
.blog-pagination__btn--disabled:hover {
  transform: none;
  box-shadow: none;
}
.blog-pagination__count {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #8B93A6;
  font-weight: 500;
}

/* Newsletter */
.newsletter-band {
  margin-top: 72px;
  background: linear-gradient(135deg, #0F2748 0%, #184C98 120%);
  border-radius: 18px;
  padding: 48px 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.newsletter-band__text { max-width: 480px; }
.newsletter-band__h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.newsletter-band__body { color: rgba(255,255,255,0.66); font-size: 15px; line-height: 1.55; }
.newsletter-form { display: flex; gap: 10px; flex-wrap: wrap; }
.newsletter-input {
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 9px;
  font-size: 14.5px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  outline: none;
  min-width: 240px;
  font-family: inherit;
  transition: border-color .15s;
}
.newsletter-input::placeholder { color: rgba(255,255,255,0.45); }
.newsletter-input:focus { border-color: #7FC0FF; }
.newsletter-success { color: #7FC0FF; font-size: 14px; font-weight: 600; display: none; }

.newsletter-btn {
  background: #FFB81C;
  color: #0F2748;
  border: none;
  padding: 13px 24px;
  border-radius: 9px;
  font-weight: 700;
  font-size: 14.5px;
  cursor: pointer;
  font-family: inherit;
  transition: transform .15s;
}
.newsletter-btn:hover { transform: translateY(-1px); }

/* --- BLOG POST --------------------------------------------- */
.post-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  margin-bottom: 22px;
}
.post-hero__back {
  color: #7FC0FF;
  text-decoration: none;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.post-hero__sep { color: rgba(255,255,255,0.35); }
.post-hero__tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.post-hero__h1 {
  color: #fff;
  font-weight: 700;
  font-size: clamp(30px, 4.2vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  text-wrap: balance;
}
.post-hero__author { display: flex; align-items: center; gap: 14px; }
.post-hero__avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  overflow: hidden;
  flex-shrink: 0;
}
.post-hero__avatar img { width: 100%; height: 100%; object-fit: cover; }
.post-hero__name { color: #fff; font-size: 14px; font-weight: 600; }
.post-hero__meta-text { color: rgba(255,255,255,0.55); font-size: 13px; }

.article {
  max-width: 720px;
  margin: 0 auto;
  padding: 56px 32px 80px;
}
.article__feature-img {
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  background-image: repeating-linear-gradient(135deg, #E7ECF3 0 16px, #F1F4F8 16px 32px);
  border: 1px solid rgba(15,39,72,0.08);
  margin-bottom: 44px;
}
.article__feature-img img { width: 100%; height: 100%; object-fit: cover; }
.article-body p { font-size: 17px; line-height: 1.75; color: #3A4456; margin-bottom: 22px; }
.article-body p:first-child {
  font-size: 20px;
  line-height: 1.55;
  color: #0F2748;
  font-weight: 500;
  margin-bottom: 28px;
  letter-spacing: -0.01em;
}
.article-body h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.2;
  margin: 44px 0 16px;
  color: #0F2748;
}
.article-body h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 32px 0 12px;
  color: #0F2748;
}
.article-body blockquote {
  border-left: 3px solid #1E88F4;
  padding: 6px 0 6px 24px;
  margin: 32px 0;
  font-size: 20px;
  line-height: 1.5;
  color: #0F2748;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.01em;
}
.article-body ul {
  list-style: none;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.article-body ul li {
  position: relative;
  padding-left: 26px;
  font-size: 16.5px;
  line-height: 1.6;
  color: #3A4456;
}
.article-body ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1E88F4;
}
.article-body ol { padding-left: 22px; margin-bottom: 24px; }
.article-body ol li { font-size: 16.5px; line-height: 1.6; color: #3A4456; margin-bottom: 8px; }
.article-body a { color: #1E88F4; text-decoration: underline; }
.article-body strong { color: #0F2748; }

/* Author bio */
.author-bio {
  background: #F3F4F6;
  padding: 44px 0;
}
.author-bio__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.author-bio__avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #0F2748;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  flex: none;
  overflow: hidden;
}
.author-bio__avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-bio__name { font-weight: 700; font-size: 16px; margin-bottom: 3px; }
.author-bio__desc { color: #5B6478; font-size: 14px; line-height: 1.55; }

/* Related posts */
.related-section { background: #fff; padding: 72px 0; }
.related-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: #1E88F4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.related-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.related-card__img {
  aspect-ratio: 16/10;
  border-radius: 13px;
  overflow: hidden;
  background-image: repeating-linear-gradient(135deg, #E7ECF3 0 14px, #F1F4F8 14px 28px);
  border: 1px solid rgba(15,39,72,0.08);
  margin-bottom: 16px;
}
.related-card__img img { width: 100%; height: 100%; object-fit: cover; }
.related-card__cat {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  color: #1E88F4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.related-card__title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.28;
  text-wrap: balance;
}

/* --- GENERIC PAGE ------------------------------------------ */
.page-body {
  max-width: 720px;
  margin: 0 auto;
  padding: 56px 32px 80px;
  font-size: 17px;
  line-height: 1.75;
  color: #3A4456;
}
.page-body h1, .page-body h2 { color: #0F2748; }

/* --- COMPARISON TABLE --------------------------------------- */
.comparison-section {
  background: #F3F4F6;
  padding: 90px 0 100px;
}
.comparison-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(15,39,72,0.10);
}
.comparison-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
}
.comparison-table thead tr {
  background: #0F2748;
}
.comparison-table__feature-col {
  width: 38%;
  text-align: left;
  padding: 22px 26px;
  color: rgba(255,255,255,0.55);
  font-size: 11px;
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: 500;
}
.comparison-table__tier-col {
  width: 15.5%;
  text-align: center;
  padding: 20px 12px 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  vertical-align: bottom;
}
.comparison-table__tier-col--command {
  color: #FFB81C;
  border-left: 2px solid #FFB81C;
  border-right: 2px solid #FFB81C;
  border-top: 3px solid #FFB81C;
  background: rgba(255,184,28,0.10);
}
.comparison-table__popular {
  display: block;
  font-size: 9.5px;
  font-weight: 600;
  color: #FFB81C;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: 'JetBrains Mono', monospace;
}
.comparison-table__group-row td {
  background: #0F2748;
  color: rgba(255,255,255,0.68);
  font-size: 10.5px;
  font-family: 'JetBrains Mono', monospace;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 10px 26px;
}
.comparison-table tbody tr:not(.comparison-table__group-row) {
  border-bottom: 1px solid rgba(15,39,72,0.08);
}
.comparison-table tbody tr:not(.comparison-table__group-row):last-child {
  border-bottom: none;
}
.comparison-table tbody tr:not(.comparison-table__group-row):hover {
  background: #F8F9FB;
}
.comparison-table tbody tr:not(.comparison-table__group-row):hover .comparison-table__cell--command {
  background: rgba(255,184,28,0.12);
}
.comparison-table__feature {
  padding: 15px 26px;
  font-size: 13.5px;
  color: #0F2748;
  font-weight: 500;
  line-height: 1.4;
}
.comparison-table__cell {
  text-align: center;
  padding: 15px 10px;
  font-size: 17px;
  font-weight: 700;
}
.comparison-table__cell--yes { color: #1E88F4; }
.comparison-table__cell--no {
  color: #9AA3B4;
  font-size: 19px;
  font-weight: 400;
}
.comparison-table__cell--command {
  background: rgba(255,184,28,0.07);
  border-left: 2px solid #FFB81C;
  border-right: 2px solid #FFB81C;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* < 860px — collapse nav, stack 2-col layouts */
@media (max-width: 860px) {
  .site-nav__links { display: none; }
  .site-nav__hamburger { display: flex; }

  .hero-h1 { font-size: clamp(30px, 6vw, 44px); }

  .tier-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid { grid-template-columns: 1fr; gap: 40px; }
  .trust-facts { grid-template-columns: 1fr 1fr; }
  .story-grid { grid-template-columns: 1fr; gap: 32px; }
  .principles-grid { grid-template-columns: 1fr; }
  .audit-grid { grid-template-columns: 1fr; gap: 32px; }
  .audit-left { padding-top: 130px; }
  .contact-cards { grid-template-columns: 1fr; }
  .blog-featured { grid-template-columns: 1fr; }
  .newsletter-band { flex-direction: column; }
  .addons-grid { grid-template-columns: repeat(2,1fr); }
  .stats-strip__inner { grid-template-columns: repeat(2,1fr); }
  .creds-strip .stats-strip__inner { grid-template-columns: repeat(2,1fr); }
  .baseline-strip__inner { flex-direction: column; align-items: flex-start; gap: 12px; }
}

/* < 640px — single column */
@media (max-width: 640px) {
  .tier-grid { grid-template-columns: 1fr; }
  .addons-grid { grid-template-columns: 1fr; }
  .trust-facts { grid-template-columns: 1fr; }
  .bb-form__row { grid-template-columns: 1fr; }
  .stats-strip__inner { grid-template-columns: repeat(2,1fr); }
  .post-grid { grid-template-columns: 1fr; }
  .site-nav__inner { padding: 16px 20px; }
  .bb-wrap { padding: 0 20px; }
  .page-hero__content { padding: 40px 20px 60px; }
  .page-hero__content--interior { padding: 40px 20px 52px; }
  .newsletter-form { flex-direction: column; }
  .newsletter-input { min-width: 0; width: 100%; }
  .newsletter-btn { width: 100%; }
  .contact-cards { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   KOENIG EDITOR — WIDE / FULL IMAGE WIDTH CLASSES (required)
   ============================================================ */
.kg-width-wide {
  margin-left: -8%;
  margin-right: -8%;
  width: 116%;
  max-width: 116%;
}
.kg-width-full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
}
