/*
Theme Name: Celerius Aggressive MSP
Theme URI: https://celerius.com/
Author: Celerius, Inc.
Description: Custom aggressive MSP positioning theme for Celerius with proactive operations, cybersecurity, VoIP, lead generation, and integrated SEO expansion pages.
Version: 7.2
License: Proprietary
Text Domain: celerius-msp
*/

:root {
  --bg: #07111f;
  --bg-soft: #0d1b2f;
  --panel: #10243d;
  --panel-2: #132b49;
  --text: #f4f8ff;
  --muted: #b7c7da;
  --line: rgba(255,255,255,.12);
  --accent: #28d7ff;
  --accent-2: #55f2a8;
  --warning: #ffbf47;
  --danger: #ff5b6e;
  --shadow: 0 18px 60px rgba(0,0,0,.35);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, rgba(40,215,255,.16), transparent 35%), var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(7,17,31,.82);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 24px; }
.logo { font-size: 1.35rem; font-weight: 800; letter-spacing: .02em; }
.logo span { color: var(--accent); }
.site-logo, .footer-logo {
  display: inline-flex;
  align-items: center;
}
.site-logo img {
  display: block;
  width: auto;
  height: 60px;
  max-width: 295px;
  object-fit: contain;
}
.footer-logo img {
  display: block;
  width: auto;
  height: 54px;
  max-width: 250px;
  object-fit: contain;
  margin-bottom: 14px;
}
.authority-problem .grid-2 {
  align-items: center;
}
.authority-problem .lead {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .site-logo img { height: 50px; max-width: 245px; }
}
@media (max-width: 768px) {
  .site-logo img { height: 42px; max-width: 205px; }
  .footer-logo img { height: 42px; max-width: 210px; }
}

.main-nav { display: flex; align-items: center; gap: 22px; font-size: .95rem; color: var(--muted); }
.main-nav a:hover { color: var(--text); }
.btn, .wp-block-button__link {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 20px; border-radius: 999px;
  font-weight: 750; border: 1px solid transparent;
  background: linear-gradient(135deg, var(--accent), #58a6ff);
  color: #03101e; box-shadow: 0 14px 36px rgba(40,215,255,.22);
}
.btn.secondary { background: transparent; color: var(--text); border-color: var(--line); box-shadow: none; }
.btn:hover { transform: translateY(-1px); }
.mobile-toggle { display: none; background: none; border: 1px solid var(--line); color: var(--text); border-radius: 12px; padding: 9px 12px; }
.hero { padding: 92px 0 70px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center; }
.eyebrow { color: var(--accent-2); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
h1 { font-size: clamp(2.7rem, 6vw, 5.6rem); line-height: .95; margin: 14px 0 20px; letter-spacing: -.06em; }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.05; margin: 0 0 18px; letter-spacing: -.04em; }
h3 { font-size: 1.35rem; line-height: 1.2; margin: 0 0 10px; }
p.lead { font-size: 1.2rem; color: var(--muted); max-width: 760px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.panel {
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
}
.dashboard-card { padding: 22px; }
.fake-dashboard { display: grid; gap: 12px; }
.metric-row { display: grid; grid-template-columns: 1fr 72px 72px 72px; gap: 10px; align-items: center; color: var(--muted); font-size: .82rem; }
.metric-row.header { color: var(--text); font-weight: 800; border-bottom: 1px solid var(--line); padding-bottom: 10px; }
.pill { display: inline-flex; align-items: center; justify-content: center; padding: 5px 9px; border-radius: 999px; font-size: .75rem; font-weight: 800; background: rgba(85,242,168,.12); color: var(--accent-2); }
.pill.warn { background: rgba(255,191,71,.14); color: var(--warning); }
.pill.danger { background: rgba(255,91,110,.14); color: var(--danger); }
.section { padding: 78px 0; }
.section.alt { background: rgba(255,255,255,.025); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.card { padding: 26px; border-radius: var(--radius); background: rgba(255,255,255,.055); border: 1px solid var(--line); }
.card p, .muted { color: var(--muted); }
.kicker { color: var(--accent); font-weight: 800; }
.check-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.check-list li { color: var(--muted); position: relative; padding-left: 27px; }
.check-list li:before { content: "✓"; position: absolute; left: 0; color: var(--accent-2); font-weight: 900; }
.placeholder {
  min-height: 310px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  border: 1px dashed rgba(40,215,255,.45); border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(40,215,255,.08), rgba(85,242,168,.05)); color: var(--muted); padding: 28px;
}
.placeholder strong { color: var(--text); font-size: 1.25rem; }
.cta-band { padding: 48px; border-radius: calc(var(--radius) + 10px); background: linear-gradient(135deg, rgba(40,215,255,.16), rgba(85,242,168,.10)); border: 1px solid var(--line); }
.site-footer { padding: 50px 0; border-top: 1px solid var(--line); color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 28px; }
.footer-grid a { display: block; margin: 7px 0; }
.page-hero { padding: 78px 0 44px; }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 4.7rem); }
.blog-content { max-width: 860px; }
.blog-content h2 { font-size: 2rem; margin-top: 42px; }

.screenshot-grid-live {
  grid-template-columns: 1.18fr .82fr;
  grid-template-rows: repeat(3, minmax(190px, auto));
  align-items: stretch;
}
.screenshot-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  background: rgba(255,255,255,.045);
  box-shadow: var(--shadow);
}
.screenshot-card.screenshot-large {
  grid-row: span 3;
  min-height: 0;
}
.screenshot-frame {
  background: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,.12);
  overflow: hidden;
}
.screenshot-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  transition: transform .28s ease;
}
.screenshot-card:hover .screenshot-frame img { transform: scale(1.025); }
.screenshot-card.screenshot-large .screenshot-frame { height: 520px; }
.screenshot-card:not(.screenshot-large) .screenshot-frame { height: 190px; }
.screenshot-card figcaption {
  display: grid;
  gap: 6px;
  padding: 18px 20px 20px;
}
.screenshot-card figcaption strong {
  color: var(--text);
  font-size: 1.1rem;
}
.screenshot-card figcaption span {
  color: var(--muted);
  line-height: 1.45;
}

@media (max-width: 900px) {
  .hero-grid, .grid-2, .grid-3, .grid-4, .footer-grid { grid-template-columns: 1fr; }
  .main-nav { display: none; position: absolute; left: 20px; right: 20px; top: 72px; padding: 18px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 18px; flex-direction: column; align-items: flex-start; }
  .main-nav.open { display: flex; }
  .mobile-toggle { display: inline-flex; }
  .hero { padding-top: 58px; }
  .metric-row { grid-template-columns: 1fr 60px 60px; }
  .metric-row span:nth-child(4) { display: none; }
}

 .partners-section {
  background: radial-gradient(circle at center, rgba(40,215,255,.10), transparent 45%);
  overflow: hidden;
}
.partner-marquee {
  position: relative;
  display: flex;
  gap: 34px;
  width: 100%;
  margin-top: 34px;
  padding: 18px 0 20px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.partner-marquee-track {
  display: flex;
  align-items: center;
  gap: 34px;
  min-width: max-content;
  animation: partner-scroll 42s linear infinite;
}
.partner-marquee:hover .partner-marquee-track {
  animation-play-state: paused;
}
.partner-marquee-item {
  width: 230px;
  min-width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 8px 12px;
}
.partner-marquee-item img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,.20));
}
.partner-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(40,215,255,.10);
  border: 1px solid rgba(40,215,255,.24);
  color: #dff8ff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
}
.partner-badge-muted {
  color: rgba(224,241,255,.82);
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.14);
}
.partner-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: .86rem;
}
@keyframes partner-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-100% - 34px)); }
}
@media (max-width: 760px) {
  .partner-marquee { gap: 24px; mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%); }
  .partner-marquee-track { gap: 24px; animation-duration: 34s; }
  .partner-marquee-item { width: 190px; min-width: 190px; }
  .partner-marquee-item img { max-width: 170px; height: 46px; }
  .partner-badge { font-size: .62rem; padding: 6px 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .partner-marquee { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
  .partner-marquee-track { animation: none; }
  .partner-marquee-track[aria-hidden="true"] { display: none; }
}


/* v1.4 Homepage Authority Upgrade */
.hero-authority {
  position: relative;
  overflow: hidden;
  padding: 104px 0 82px;
}
.hero-authority:before {
  content: "";
  position: absolute;
  inset: -20% -10% auto auto;
  width: 620px;
  height: 620px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(40,215,255,.18), transparent 62%);
  pointer-events: none;
}
.hero-copy { position: relative; z-index: 1; }
.hero-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.hero-proof-row span,
.industry-chip-wrap span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.055);
  color: #dbeaff;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: .82rem;
  font-weight: 750;
}
.authority-dashboard-card {
  position: relative;
  overflow: hidden;
}
.authority-dashboard-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(40,215,255,.10), transparent 45%, rgba(85,242,168,.08));
  pointer-events: none;
}
.dashboard-topbar,
.dashboard-note,
.fake-dashboard { position: relative; z-index: 1; }
.dashboard-topbar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent-2);
  box-shadow: 0 0 0 6px rgba(85,242,168,.12);
}
.dashboard-live {
  margin-left: auto;
  color: var(--accent-2);
  font-weight: 850;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.dashboard-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: .84rem;
}
.operate-grid { margin-top: 28px; }
.operate-card { position: relative; overflow: hidden; }
.operate-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  opacity: .8;
}
.operate-number {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--accent);
  font-weight: 900;
  letter-spacing: .12em;
}
.mini-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: .92rem;
}
.mini-list li { position: relative; padding-left: 18px; }
.mini-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--accent-2);
  font-weight: 900;
}
.section-heading-row {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}
.screenshot-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: repeat(2, minmax(190px, 1fr));
  gap: 18px;
}
.screenshot-placeholder {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  border: 1px dashed rgba(40,215,255,.48);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, transparent, rgba(7,17,31,.88)),
    repeating-linear-gradient(0deg, rgba(255,255,255,.035) 0 1px, transparent 1px 36px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 36px),
    radial-gradient(circle at top right, rgba(40,215,255,.16), rgba(85,242,168,.05));
  padding: 24px;
  color: var(--muted);
  box-shadow: var(--shadow);
}
.screenshot-placeholder strong {
  color: var(--text);
  font-size: 1.2rem;
}
.screenshot-large { grid-row: span 2; min-height: 458px; }
.compare-table {
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.04);
}
.compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}
.compare-row:first-child { border-top: 0; }
.compare-row > div {
  padding: 18px 22px;
  color: var(--muted);
}
.compare-row > div:first-child {
  border-right: 1px solid var(--line);
  color: rgba(255,255,255,.72);
}
.compare-row > div:nth-child(2) {
  color: #e8fff4;
  background: rgba(85,242,168,.055);
  font-weight: 750;
}
.compare-head > div {
  color: var(--text) !important;
  font-weight: 900;
  background: rgba(255,255,255,.065) !important;
}
.industry-chip-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: center;
  justify-content: flex-start;
  padding: 28px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
}
.services-section .card { transition: transform .18s ease, border-color .18s ease; }
.services-section .card:hover { transform: translateY(-3px); border-color: rgba(40,215,255,.38); }
.final-cta-section .cta-band { text-align: left; }
.final-cta-section .cta-band h2 { max-width: 880px; }


.screenshot-grid-live {
  grid-template-columns: 1.18fr .82fr;
  grid-template-rows: repeat(3, minmax(190px, auto));
  align-items: stretch;
}
.screenshot-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  background: rgba(255,255,255,.045);
  box-shadow: var(--shadow);
}
.screenshot-card.screenshot-large {
  grid-row: span 3;
  min-height: 0;
}
.screenshot-frame {
  background: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,.12);
  overflow: hidden;
}
.screenshot-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  transition: transform .28s ease;
}
.screenshot-card:hover .screenshot-frame img { transform: scale(1.025); }
.screenshot-card.screenshot-large .screenshot-frame { height: 520px; }
.screenshot-card:not(.screenshot-large) .screenshot-frame { height: 190px; }
.screenshot-card figcaption {
  display: grid;
  gap: 6px;
  padding: 18px 20px 20px;
}
.screenshot-card figcaption strong {
  color: var(--text);
  font-size: 1.1rem;
}
.screenshot-card figcaption span {
  color: var(--muted);
  line-height: 1.45;
}

@media (max-width: 900px) {
  .section-heading-row,
  .screenshot-grid { grid-template-columns: 1fr; }
  .screenshot-grid { grid-template-rows: auto; }
  .screenshot-large { grid-row: auto; min-height: 280px; }
  .screenshot-card.screenshot-large .screenshot-frame,
  .screenshot-card:not(.screenshot-large) .screenshot-frame { height: auto; }
  .compare-row { grid-template-columns: 1fr; }
  .compare-row > div:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 520px) {
  .hero-authority { padding-top: 64px; }
  .hero-proof-row span,
  .industry-chip-wrap span { width: 100%; }
  .industry-chip-wrap { padding: 20px; }
}


/* v1.4.2 screenshot refinements */
.platform-section .section-heading-row {
  align-items: center;
  margin-bottom: 18px;
}
.platform-section .section-heading-row h2 {
  margin-bottom: 0;
}
.platform-section .section-heading-row .lead {
  font-size: 1rem;
  line-height: 1.45;
  max-width: 620px;
}
.screenshot-link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: zoom-in;
}
.image-open-hint {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(10, 18, 32, .84);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .18s ease, transform .18s ease;
}
.screenshot-card:hover .image-open-hint,
.screenshot-link:focus .image-open-hint {
  opacity: 1;
  transform: translateY(0);
}
.screenshot-card figcaption {
  padding: 11px 16px 13px;
  gap: 3px;
}
.screenshot-card figcaption strong {
  font-size: 1rem;
}
.screenshot-card figcaption span {
  font-size: .9rem;
  line-height: 1.32;
}
.screenshot-card.screenshot-large .screenshot-frame { height: 500px; }
.screenshot-card:not(.screenshot-large) .screenshot-frame { height: 184px; }
@media (max-width: 900px) {
  .platform-section .section-heading-row { margin-bottom: 16px; }
  .screenshot-card.screenshot-large .screenshot-frame,
  .screenshot-card:not(.screenshot-large) .screenshot-frame { height: auto; }
}

/* v1.4.3 compact screenshot card refinement */
.screenshot-grid-live {
  align-items: start;
}
.screenshot-card {
  align-self: start;
  height: auto !important;
  min-height: 0 !important;
  display: block;
}
.screenshot-card.screenshot-large {
  min-height: 0 !important;
}
.screenshot-card figcaption {
  padding: 14px 16px 16px !important;
  min-height: 0 !important;
}
.screenshot-card figcaption strong {
  margin-bottom: 4px !important;
}
.screenshot-card figcaption span {
  margin: 0 !important;
}
.screenshot-card.screenshot-large .screenshot-frame {
  height: auto !important;
  max-height: none !important;
}
.screenshot-card.screenshot-large .screenshot-frame img {
  height: auto !important;
  object-fit: contain !important;
  display: block;
}


/* v1.4.4 screenshot grid cleanup: two cards per row, no dead space */
.platform-section .section-heading-row {
  margin-bottom: 22px;
}
.screenshot-grid-live {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: auto !important;
  gap: 20px !important;
  align-items: start !important;
}
.screenshot-grid-live .screenshot-card,
.screenshot-grid-live .screenshot-card.screenshot-large {
  grid-column: auto !important;
  grid-row: auto !important;
  min-height: 0 !important;
  height: auto !important;
}
.screenshot-grid-live .screenshot-frame,
.screenshot-grid-live .screenshot-card.screenshot-large .screenshot-frame,
.screenshot-grid-live .screenshot-card:not(.screenshot-large) .screenshot-frame {
  height: 255px !important;
  max-height: 255px !important;
}
.screenshot-grid-live .screenshot-frame img,
.screenshot-grid-live .screenshot-card.screenshot-large .screenshot-frame img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top left !important;
}
.screenshot-grid-live .screenshot-card figcaption {
  padding: 14px 16px 16px !important;
}
@media (max-width: 900px) {
  .screenshot-grid-live {
    grid-template-columns: 1fr !important;
  }
  .screenshot-grid-live .screenshot-frame,
  .screenshot-grid-live .screenshot-card.screenshot-large .screenshot-frame,
  .screenshot-grid-live .screenshot-card:not(.screenshot-large) .screenshot-frame {
    height: auto !important;
    max-height: none !important;
  }
  .screenshot-grid-live .screenshot-frame img,
  .screenshot-grid-live .screenshot-card.screenshot-large .screenshot-frame img {
    height: auto !important;
    object-fit: contain !important;
  }
}


/* v1.4.5 SaaS image polish: hover zoom, glow, and fullscreen lightbox */
.screenshot-grid-live .screenshot-card {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  will-change: transform;
}
.screenshot-grid-live .screenshot-card:hover,
.screenshot-grid-live .screenshot-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(40, 215, 255, .55);
  box-shadow: 0 22px 70px rgba(0,0,0,.42), 0 0 34px rgba(40, 215, 255, .18);
}
.screenshot-grid-live .screenshot-frame {
  cursor: zoom-in;
  overflow: hidden;
}
.screenshot-grid-live .screenshot-frame img {
  transition: transform .32s ease, filter .32s ease;
}
.screenshot-grid-live .screenshot-card:hover .screenshot-frame img,
.screenshot-grid-live .screenshot-card:focus-within .screenshot-frame img {
  transform: scale(1.045) !important;
  filter: saturate(1.06) contrast(1.03);
}
.screenshot-grid-live .image-open-hint {
  transition: opacity .22s ease, transform .22s ease, background .22s ease;
}
.screenshot-grid-live .screenshot-card:hover .image-open-hint,
.screenshot-grid-live .screenshot-link:focus .image-open-hint {
  opacity: 1;
  transform: translateY(-2px);
  background: rgba(7, 17, 31, .88);
}
.celerius-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(3, 9, 18, .88);
  backdrop-filter: blur(10px);
}
.celerius-lightbox.is-open {
  display: flex;
}
.celerius-lightbox__dialog {
  position: relative;
  width: min(96vw, 1500px);
  max-height: 92vh;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background: #07111f;
  box-shadow: 0 30px 100px rgba(0,0,0,.65), 0 0 55px rgba(40, 215, 255, .16);
  overflow: hidden;
}
.celerius-lightbox__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px 12px 18px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: #f4f8ff;
  font-weight: 800;
}
.celerius-lightbox__close {
  appearance: none;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(255,255,255,.08);
  color: #f4f8ff;
  font-weight: 800;
  cursor: pointer;
}
.celerius-lightbox__close:hover,
.celerius-lightbox__close:focus {
  background: rgba(40, 215, 255, .18);
  border-color: rgba(40, 215, 255, .45);
}
.celerius-lightbox__image-wrap {
  max-height: calc(92vh - 56px);
  overflow: auto;
  background: #050b14;
}
.celerius-lightbox__image {
  display: block;
  width: 100%;
  height: auto;
}
body.celerius-lightbox-open {
  overflow: hidden;
}
@media (max-width: 700px) {
  .celerius-lightbox {
    padding: 12px;
  }
  .celerius-lightbox__dialog {
    width: 100%;
    max-height: 94vh;
    border-radius: 16px;
  }
  .celerius-lightbox__bar {
    font-size: 14px;
  }
}


/* v1.4.6 WAN Health image + lightbox fit fix */
.screenshot-grid-live .screenshot-frame,
.screenshot-grid-live .screenshot-card.screenshot-large .screenshot-frame,
.screenshot-grid-live .screenshot-card:not(.screenshot-large) .screenshot-frame {
  height: 255px !important;
  max-height: 255px !important;
  background: #07111f;
}
.screenshot-grid-live .screenshot-frame img,
.screenshot-grid-live .screenshot-card.screenshot-large .screenshot-frame img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top left !important;
}
.screenshot-grid-live .screenshot-card:nth-child(3) .screenshot-frame img {
  object-fit: contain !important;
  object-position: top center !important;
  background: #ffffff;
}
.screenshot-grid-live .screenshot-card:hover .screenshot-frame img,
.screenshot-grid-live .screenshot-card:focus-within .screenshot-frame img {
  transform: scale(1.025) !important;
}
.celerius-lightbox__dialog {
  width: min(96vw, 1500px) !important;
  height: min(92vh, 980px) !important;
  max-height: 92vh !important;
  display: flex;
  flex-direction: column;
}
.celerius-lightbox__image-wrap {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto !important;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #050b14;
}
.celerius-lightbox__image {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
}
@media (max-width: 900px) {
  .screenshot-grid-live .screenshot-frame,
  .screenshot-grid-live .screenshot-card.screenshot-large .screenshot-frame,
  .screenshot-grid-live .screenshot-card:not(.screenshot-large) .screenshot-frame {
    height: auto !important;
    max-height: none !important;
  }
  .screenshot-grid-live .screenshot-frame img,
  .screenshot-grid-live .screenshot-card.screenshot-large .screenshot-frame img,
  .screenshot-grid-live .screenshot-card:nth-child(3) .screenshot-frame img {
    height: auto !important;
    object-fit: contain !important;
  }
}

/* v1.4.11 SMB multi-vertical positioning upgrade */
.industries-grid {
  align-items: center;
}
.industry-panel {
  padding: 28px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
}
.industry-panel-label {
  margin-bottom: 14px;
  color: var(--accent-2);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
}
.industry-panel .industry-chip-wrap {
  padding: 0;
  border: 0;
  background: transparent;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.industry-panel .industry-chip-wrap span {
  width: 100%;
}
.section-callout {
  margin-top: 22px;
  padding: 16px 18px;
  border-left: 3px solid var(--accent-2);
  border-radius: 14px;
  background: rgba(85,242,168,.075);
  color: #e8fff4;
  font-weight: 850;
}
@media (max-width: 768px) {
  .industry-panel .industry-chip-wrap { grid-template-columns: 1fr; }
}

/* v1.5 Visibility Assessment funnel */
.assessment-funnel-section {
  background: radial-gradient(circle at 20% 20%, rgba(85,242,168,.10), transparent 38%), rgba(255,255,255,.025);
}
.assessment-grid { align-items: start; }
.wpforms-card {
  background: linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.045));
  border-color: rgba(40,215,255,.24);
}
.wpforms-card .wpforms-container { margin: 14px 0 0 !important; }
.wpforms-card .wpforms-field-label,
.wpforms-card .wpforms-field-sublabel,
.wpforms-card .wpforms-field-description { color: var(--text) !important; }
.wpforms-card input,
.wpforms-card textarea,
.wpforms-card select {
  background: rgba(255,255,255,.94) !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255,255,255,.25) !important;
}
.wpforms-card button[type=submit],
.wpforms-card .wpforms-submit {
  border-radius: 999px !important;
  padding: 13px 22px !important;
  font-weight: 800 !important;
  background: linear-gradient(135deg, var(--accent), #58a6ff) !important;
  color: #03101e !important;
  border: 0 !important;
}
.gap-grid .card { min-height: 100%; }
.final-assessment-cta { text-align: left; }
.hero-proof-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.hero-proof-row span, .industry-chip-wrap span {
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px;
  color: var(--muted); background: rgba(255,255,255,.04); font-weight: 750; font-size: .9rem;
}
.industry-panel { padding: 26px; border-radius: var(--radius); border: 1px solid var(--line); background: rgba(255,255,255,.055); }
.industry-panel-label { color: var(--accent-2); text-transform: uppercase; letter-spacing: .12em; font-weight: 850; font-size: .78rem; margin-bottom: 16px; }
.industry-chip-wrap { display: flex; gap: 10px; flex-wrap: wrap; }
.section-callout { color: var(--accent); font-weight: 850; }


/* v1.6.1 Partner Ecosystem Upgrade */
.partners-section {
  padding-bottom: 70px;
}
.partners-section .lead {
  max-width: 920px;
}
.partner-category-row {
  margin-top: 28px;
}
.partner-category-heading {
  margin-bottom: 8px;
}
.partner-category-heading span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f4f8ff;
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.partner-category-heading span::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(85,242,168,.55));
}
.partner-category-row .partner-marquee {
  margin-top: 0;
  padding: 10px 0 14px;
}
.partner-category-row .partner-marquee-track {
  animation-duration: var(--partner-duration, 52s);
}
.partner-row-2 .partner-marquee-track,
.partner-row-4 .partner-marquee-track,
.partner-row-6 .partner-marquee-track {
  animation-direction: reverse;
}
.partner-category-row .partner-marquee-item {
  opacity: .86;
  transition: opacity .2s ease, transform .2s ease;
}
.partner-category-row .partner-marquee-item:hover {
  opacity: 1;
  transform: translateY(-2px);
}
.partner-logo.logo-invert {
  filter: brightness(0) invert(1) drop-shadow(0 10px 20px rgba(0,0,0,.20));
}
.partner-row-3 .partner-marquee-item img[src$="teledynamics.jpg"] {
  border-radius: 8px;
  background: #fff;
}
@media (max-width: 760px) {
  .partner-category-row { margin-top: 24px; }
  .partner-category-heading span { font-size: .74rem; }
  .partner-category-row .partner-marquee-track { animation-duration: 38s; }
}

/* v1.6.2 Partner Section Simplification - static featured strip + expandable ecosystem */
.partners-section-v162 {
  padding-bottom: 62px;
  background: radial-gradient(circle at center, rgba(40,215,255,.10), transparent 45%);
  overflow: visible;
}
.partners-section-v162 .lead {
  max-width: 920px;
}
.featured-partners {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}
.featured-partner-card,
.partner-grid-item {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 14px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: 0 18px 34px rgba(0,0,0,.16);
  text-align: center;
}
.featured-partner-card img,
.partner-grid-item img {
  width: 100%;
  max-width: 150px;
  height: 42px;
  object-fit: contain;
}
.featured-partner-card span,
.partner-grid-item span {
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.25;
  font-weight: 800;
}

.partner-ecosystem-summary {
  margin-top: 22px;
  border: 1px solid rgba(40,215,255,.22);
  border-radius: 20px;
  background: rgba(255,255,255,.045);
  padding: 20px 22px;
  text-align: center;
}
.partner-ecosystem-summary p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
}
.partner-ecosystem-page-grid {
  padding: 0;
  margin-top: 24px;
}
.partner-ecosystem-page-section .partner-note {
  margin-top: 24px;
}

.partner-ecosystem-details {
  margin-top: 22px;
  border: 1px solid rgba(40,215,255,.22);
  border-radius: 20px;
  background: rgba(255,255,255,.045);
  overflow: hidden;
}
.partner-ecosystem-details summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
}
.partner-ecosystem-details summary::-webkit-details-marker { display: none; }
.partner-ecosystem-details summary span {
  color: #f4f8ff;
  font-weight: 950;
  letter-spacing: .02em;
}
.partner-ecosystem-details summary small {
  color: var(--muted);
  font-weight: 750;
  text-align: right;
}
.partner-ecosystem-details summary::after {
  content: "+";
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(40,215,255,.12);
  color: var(--accent);
  font-weight: 950;
  flex: 0 0 auto;
}
.partner-ecosystem-details[open] summary::after { content: "–"; }
.partner-ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 0 22px 22px;
}
.partner-category-card {
  padding: 20px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  background: rgba(2,10,24,.38);
}
.partner-category-card h3 {
  margin: 0 0 14px;
  color: #f4f8ff;
  font-size: .92rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.partner-grid-item {
  min-height: 96px;
  padding: 14px 10px;
  border-radius: 14px;
  box-shadow: none;
}
.partner-grid-item img {
  height: 34px;
  max-width: 120px;
}
.partner-grid-item .logo-invert,
.partner-grid-item img.logo-invert,
.featured-partner-card img.logo-invert {
  filter: brightness(0) invert(1) drop-shadow(0 10px 20px rgba(0,0,0,.18));
}
.partner-grid-item img[src$="teledynamics.jpg"] {
  background: #fff;
  border-radius: 8px;
  padding: 3px;
}
.partners-section-v162 .partner-note {
  margin-top: 16px;
}
@media (max-width: 1100px) {
  .featured-partners { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .partner-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .featured-partners,
  .partner-ecosystem-grid { grid-template-columns: 1fr; }
  .partner-ecosystem-details summary {
    flex-direction: column;
    align-items: flex-start;
  }
  .partner-ecosystem-details summary small { text-align: left; }
  .partner-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* v1.6.3 Partner Layout Refinement - compact horizontal rows, no scrolling */
.partners-section-v162 .featured-partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 16px;
  margin-top: 26px;
}
.partners-section-v162 .featured-partner-card {
  min-height: 58px;
  width: auto;
  min-width: 210px;
  flex: 0 1 235px;
  flex-direction: row;
  justify-content: flex-start;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 14px;
  text-align: left;
  box-shadow: 0 12px 24px rgba(0,0,0,.12);
}
.partners-section-v162 .featured-partner-card img {
  width: auto;
  max-width: 92px;
  height: 28px;
  flex: 0 0 auto;
}
.partners-section-v162 .featured-partner-card span {
  font-size: .68rem;
  line-height: 1.2;
}
.partners-section-v162 .partner-ecosystem-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0 22px 22px;
}
.partners-section-v162 .partner-category-card {
  padding: 16px 18px;
  border-radius: 16px;
}
.partners-section-v162 .partner-category-card h3 {
  margin-bottom: 12px;
  font-size: .78rem;
}
.partners-section-v162 .partner-logo-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}
.partners-section-v162 .partner-grid-item {
  min-height: 46px;
  width: auto;
  min-width: 150px;
  flex: 0 1 170px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 12px;
  text-align: left;
  background: rgba(255,255,255,.045);
}
.partners-section-v162 .partner-grid-item img {
  width: auto;
  max-width: 82px;
  height: 24px;
  flex: 0 0 auto;
}
.partners-section-v162 .partner-grid-item span {
  font-size: .68rem;
  line-height: 1.15;
  white-space: nowrap;
}
.partners-section-v162 .partner-grid-item:hover,
.partners-section-v162 .featured-partner-card:hover {
  border-color: rgba(40,215,255,.26);
  background: rgba(40,215,255,.07);
}
@media (max-width: 760px) {
  .partners-section-v162 .featured-partners {
    justify-content: flex-start;
  }
  .partners-section-v162 .featured-partner-card,
  .partners-section-v162 .partner-grid-item {
    flex-basis: calc(50% - 8px);
    min-width: 0;
  }
  .partners-section-v162 .featured-partner-card {
    flex-direction: column;
    align-items: flex-start;
    min-height: 82px;
  }
  .partners-section-v162 .partner-grid-item {
    flex-direction: column;
    align-items: flex-start;
    min-height: 72px;
  }
  .partners-section-v162 .partner-grid-item span {
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .partners-section-v162 .featured-partner-card,
  .partners-section-v162 .partner-grid-item {
    flex-basis: 100%;
  }
}

/* v1.6.4 Partner Tile Refinement - vertical cards with logo above label */
.partners-section-v162 .featured-partners {
  gap: 14px 16px;
}
.partners-section-v162 .featured-partner-card {
  min-height: 118px;
  flex: 0 1 180px;
  min-width: 165px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 14px;
  text-align: center;
}
.partners-section-v162 .featured-partner-card img {
  max-width: 132px;
  height: 42px;
}
.partners-section-v162 .featured-partner-card span {
  font-size: .72rem;
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: anywhere;
  max-width: 100%;
}
.partners-section-v162 .partner-logo-grid {
  align-items: stretch;
  gap: 12px;
}
.partners-section-v162 .partner-grid-item {
  min-height: 92px;
  flex: 0 1 132px;
  min-width: 118px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 10px;
  text-align: center;
}
.partners-section-v162 .partner-grid-item img {
  max-width: 104px;
  height: 36px;
}
.partners-section-v162 .partner-grid-item span {
  font-size: .68rem;
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: anywhere;
  max-width: 100%;
}
@media (max-width: 760px) {
  .partners-section-v162 .featured-partners {
    justify-content: center;
  }
  .partners-section-v162 .featured-partner-card,
  .partners-section-v162 .partner-grid-item {
    align-items: center;
    text-align: center;
  }
  .partners-section-v162 .featured-partner-card {
    flex-basis: calc(50% - 8px);
    min-height: 112px;
  }
  .partners-section-v162 .partner-grid-item {
    flex-basis: calc(50% - 8px);
    min-height: 90px;
  }
}


/* v1.6.5 Partner Featured Layout - 3 over 3 featured logos and updated BCM One asset */
.partners-section-v162 .featured-partners {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.partners-section-v162 .featured-partner-card {
  width: auto;
  min-width: 0;
  flex: initial;
}
.partners-section-v162 .featured-partner-card img[src$="bcm-one.webp"] {
  max-width: 168px;
  height: 46px;
}
@media (max-width: 760px) {
  .partners-section-v162 .featured-partners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .partners-section-v162 .featured-partners {
    grid-template-columns: 1fr;
  }
}


/* v1.7.1 conversion momentum layer - clean integration */
.momentum-urgency-section .muted,
.momentum-decision-section .lead,
.momentum-close-section .lead {
  max-width: 820px;
}

.momentum-actions {
  margin-top: 24px;
}

.assessment-microcopy {
  margin: 16px 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(20, 31, 43, 0.12);
  border-radius: 14px;
  background: rgba(20, 31, 43, 0.035);
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.assessment-microcopy strong {
  color: var(--ink);
}


/* v1.8 credibility layer - dark integrated certifications and testimonial placeholders */
.v18-certifications-section,
.v18-testimonials-section {
  background:
    radial-gradient(circle at top center, rgba(40, 215, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(7,17,31,0.98), rgba(4,12,23,0.98));
  border-top: 1px solid rgba(255,255,255,0.10);
  color: var(--text);
}

.v18-certifications-section {
  padding-bottom: 52px;
}

.v18-testimonials-section {
  padding-top: 52px;
}

.credibility-heading-row {
  align-items: center;
  gap: 36px;
  justify-content: center;
  text-align: center;
}

.credibility-heading-row > div,
.credibility-heading-row .lead {
  margin-left: auto;
  margin-right: auto;
}

.v18-certifications-section h2,
.v18-testimonials-section h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.v18-certifications-section h2::after,
.v18-testimonials-section h2::after {
  background: linear-gradient(90deg, var(--accent), #2c8cff);
  border-radius: 999px;
  content: "";
  display: block;
  height: 4px;
  margin: 16px auto 0;
  width: 84px;
}

.v18-certifications-section .lead,
.v18-testimonials-section .lead {
  color: rgba(244,248,255,0.88);
  max-width: 820px;
}

.certification-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 46px auto 34px;
  max-width: 1180px;
}

.certification-card {
  align-items: center;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(40, 215, 255, 0.22);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: flex-start;
  min-height: 210px;
  padding: 14px 24px 10px;
  position: relative;
  text-align: center;
}

.certification-card:last-child {
  border-right: 0;
}

.certification-card::after {
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  border-radius: 999px;
  content: "";
  height: 2px;
  margin: 12px auto 8px;
  order: 2;
  width: 34px;
}

.cert-logo-wrap {
  align-items: center;
  display: flex;
  height: 74px;
  justify-content: center;
  margin-bottom: 8px;
  order: 1;
  width: 100%;
}

.cert-logo-wrap img {
  display: block;
  max-height: 62px;
  max-width: 170px;
  object-fit: contain;
}

.certification-card strong {
  color: var(--accent);
  font-size: 1.05rem;
  font-weight: 800;
  order: 3;
}

.certification-card span:last-child {
  color: rgba(244,248,255,0.90);
  font-size: 0.98rem;
  line-height: 1.45;
  order: 4;
}

.cert-check {
  display: none;
}

.partner-value-callout {
  align-items: center;
  background: linear-gradient(135deg, rgba(16,36,61,0.88), rgba(8,24,43,0.88));
  border: 1px solid rgba(40, 215, 255, 0.24);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.22);
  color: rgba(244,248,255,0.92);
  display: flex;
  gap: 18px;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 1040px;
  padding: 22px 28px;
}

.partner-value-callout::before {
  align-items: center;
  border: 2px solid var(--accent);
  border-radius: 999px;
  color: var(--accent);
  content: "✓";
  display: inline-flex;
  flex: 0 0 48px;
  font-size: 1.45rem;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.partner-value-callout strong {
  color: #fff;
}

.centered-section-heading {
  margin: 0 auto;
  max-width: 820px;
  text-align: center;
}

.centered-section-heading .lead {
  margin-left: auto;
  margin-right: auto;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.testimonial-card {
  background: linear-gradient(145deg, rgba(16,36,61,0.92), rgba(8,24,43,0.92));
  border: 1px solid rgba(40, 215, 255, 0.22);
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(0,0,0,0.24);
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 34px 30px 28px;
  position: relative;
}

.testimonial-card::before {
  color: var(--accent);
  content: "\201C";
  font-size: 4.7rem;
  font-weight: 900;
  left: 28px;
  line-height: 1;
  opacity: 0.86;
  position: absolute;
  top: 18px;
}

.testimonial-text {
  border-bottom: 1px solid rgba(40, 215, 255, 0.20);
  color: rgba(244,248,255,0.94);
  font-size: 1rem;
  font-style: normal;
  line-height: 1.7;
  margin: 40px 0 22px;
  padding-bottom: 24px;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  color: #fff;
  font-size: 1.02rem;
  font-weight: 800;
  margin-top: auto;
  padding-left: 62px;
  position: relative;
}

.testimonial-author::before {
  align-items: center;
  border: 2px solid var(--accent);
  border-radius: 999px;
  color: var(--accent);
  content: "👤";
  display: inline-flex;
  font-size: 1.25rem;
  height: 44px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 44px;
}

.testimonial-company {
  color: rgba(244,248,255,0.70);
  font-size: 0.95rem;
  margin-top: 4px;
  padding-left: 62px;
}

@media (max-width: 1100px) {
  .certification-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 26px;
  }

  .certification-card:nth-child(3n) {
    border-right: 0;
  }
}

@media (max-width: 900px) {
  .credibility-heading-row {
    display: block;
  }

  .certification-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .certification-card,
  .certification-card:nth-child(3n) {
    border-bottom: 1px solid rgba(40, 215, 255, 0.18);
    border-right: 0;
    min-height: auto;
    padding: 24px 12px;
  }

  .certification-card:last-child {
    border-bottom: 0;
  }

  .testimonial-card {
    min-height: auto;
  }

  .partner-value-callout {
    align-items: flex-start;
  }
}

/* v1.8.4 Assessment Form Compression
   Keeps WPForms logic/fields intact while reducing vertical scroll on desktop. */
.wpforms-card .wpforms-form .wpforms-field {
  padding: 7px 0 !important;
}

.wpforms-card .wpforms-form .wpforms-field-label {
  font-size: 13px !important;
  line-height: 1.25 !important;
  margin-bottom: 4px !important;
}

.wpforms-card .wpforms-form .wpforms-field-sublabel,
.wpforms-card .wpforms-form .wpforms-field-description {
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.wpforms-card .wpforms-form input,
.wpforms-card .wpforms-form select {
  min-height: 40px !important;
  padding: 8px 10px !important;
  font-size: 14px !important;
}

.wpforms-card .wpforms-form textarea {
  min-height: 90px !important;
  padding: 8px 10px !important;
  font-size: 14px !important;
}

.wpforms-card .wpforms-form .wpforms-submit-container {
  padding-top: 12px !important;
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .wpforms-card .wpforms-form .wpforms-field-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 18px !important;
    row-gap: 2px !important;
    align-items: start !important;
  }

  .wpforms-card .wpforms-form .wpforms-field-textarea,
  .wpforms-card .wpforms-form .wpforms-field-html,
  .wpforms-card .wpforms-form .wpforms-field-divider,
  .wpforms-card .wpforms-form .wpforms-field-pagebreak,
  .wpforms-card .wpforms-form .wpforms-field-layout,
  .wpforms-card .wpforms-form .wpforms-field-content {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 767px) {
  .wpforms-card .wpforms-form .wpforms-field {
    padding: 9px 0 !important;
  }
}

/* v1.8.5 Assessment Form Polish
   Expands fields to fill each two-column grid cell and improves desktop balance. */
.wpforms-card .wpforms-form input,
.wpforms-card .wpforms-form select,
.wpforms-card .wpforms-form textarea {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.wpforms-card .wpforms-form input,
.wpforms-card .wpforms-form select {
  min-height: 42px !important;
}

@media (min-width: 768px) {
  .wpforms-card .wpforms-form .wpforms-field-container {
    column-gap: 24px !important;
    row-gap: 4px !important;
  }
}

/* v1.8.6 Assessment Form Final Alignment Polish
   Keeps required asterisks on the same label line so paired two-column fields align cleanly. */
.wpforms-card .wpforms-form .wpforms-field-label {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  white-space: nowrap !important;
}

.wpforms-card .wpforms-form .wpforms-required-label {
  flex-shrink: 0 !important;
}

@media (max-width: 520px) {
  .wpforms-card .wpforms-form .wpforms-field-label {
    white-space: normal !important;
    align-items: flex-start !important;
  }
}


/* v1.9 VoIP Capability + SEO Page Enhancements */
.voip-feature-grid {
  margin-top: 28px;
}

.voip-feature-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.voip-feature-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.voip-capability-section .section-heading-row,
.voip-outcomes-section .grid-2,
.voip-fit-section .grid-2 {
  align-items: center;
}

.voip-fit-section .card,
.voip-outcomes-section .card {
  height: 100%;
}

@media (max-width: 900px) {
  .voip-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .voip-feature-grid {
    grid-template-columns: 1fr;
  }
}


/* v1.9.1 Blog and VoIP refinements */
.blog-list-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 28px; }
.blog-card { display: flex; flex-direction: column; min-height: 100%; }
.blog-card .eyebrow { margin: 0 0 10px; }
.blog-card h3 { margin-bottom: 12px; }
.blog-card p { color: var(--muted); }
.blog-card .btn { margin-top: auto; align-self: flex-start; }
.support-card { align-self: center; }
@media (max-width: 900px) { .blog-list-grid { grid-template-columns: 1fr; } }


/* v1.9.2 VoIP Assessment Funnel */
.celerius-assessment-form { margin-top: 18px; }
.form-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 16px; }
.celerius-assessment-form label { display: flex; flex-direction: column; gap: 7px; color: var(--text); font-weight: 750; font-size: .92rem; }
.celerius-assessment-form label span { color: var(--accent-2); }
.celerius-assessment-form input,
.celerius-assessment-form select,
.celerius-assessment-form textarea {
  width: 100%; min-height: 44px; border-radius: 12px; border: 1px solid rgba(255,255,255,.14);
  background: rgba(3, 8, 18, .62); color: var(--text); padding: 10px 12px; outline: none;
}
.celerius-assessment-form input:focus,
.celerius-assessment-form select:focus,
.celerius-assessment-form textarea:focus { border-color: rgba(40,215,255,.62); box-shadow: 0 0 0 3px rgba(40,215,255,.11); }
.celerius-assessment-form .btn { margin-top: 18px; border: 0; cursor: pointer; width: 100%; justify-content: center; }
.form-error { margin: 14px 0; padding: 12px 14px; border-radius: 12px; border: 1px solid rgba(255,92,92,.35); background: rgba(255,92,92,.12); color: #ffd6d6; }
.voip-assessment-card { align-self: start; }
@media (max-width: 760px) { .form-grid-2 { grid-template-columns: 1fr; } }

/* v1.9.4 VoIP Assessment Form Compact Polish
   Uses a wider single-column page layout for the VoIP form, keeps fields in two columns on desktop,
   and fixes WPForms section divider colors on the dark theme. */
.voip-assessment-grid {
  display: block !important;
  max-width: 980px !important;
}

.voip-assessment-grid > div:first-child {
  display: none !important;
}

.voip-assessment-card {
  max-width: 860px !important;
  margin: 0 auto !important;
  padding: 24px 28px !important;
}

.voip-assessment-card h3 {
  margin-bottom: 8px !important;
}

.voip-assessment-card .muted {
  margin-bottom: 10px !important;
}

.voip-assessment-card .assessment-microcopy {
  margin: 10px 0 14px !important;
  padding: 12px 14px !important;
}

.voip-assessment-card .wpforms-container {
  margin-top: 6px !important;
}

.voip-assessment-card .wpforms-form .wpforms-field {
  padding: 5px 0 !important;
}

.voip-assessment-card .wpforms-form .wpforms-field-container {
  row-gap: 0 !important;
}

.voip-assessment-card .wpforms-form .wpforms-field-label {
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 1.15 !important;
  margin-bottom: 3px !important;
}

.voip-assessment-card .wpforms-form input,
.voip-assessment-card .wpforms-form select {
  min-height: 36px !important;
  height: 36px !important;
  padding: 7px 10px !important;
  font-size: 13px !important;
}

.voip-assessment-card .wpforms-form textarea {
  min-height: 68px !important;
  height: 68px !important;
  padding: 7px 10px !important;
  font-size: 13px !important;
}

.voip-assessment-card .wpforms-form .wpforms-field-divider {
  margin: 14px 0 6px !important;
  padding: 12px 0 4px !important;
  border-top: 1px solid rgba(255,255,255,.12) !important;
}

.voip-assessment-card .wpforms-form .wpforms-field-divider:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

.voip-assessment-card .wpforms-form .wpforms-field-divider h3,
.voip-assessment-card .wpforms-form .wpforms-field-divider .wpforms-field-label,
.voip-assessment-card .wpforms-form .wpforms-field-divider .wpforms-field-description {
  color: #ffffff !important;
}

.voip-assessment-card .wpforms-form .wpforms-field-divider h3 {
  font-size: 18px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

.voip-assessment-card .wpforms-form .wpforms-field-divider .wpforms-field-description {
  color: var(--muted) !important;
  font-size: 12px !important;
  margin-top: 4px !important;
}

.voip-assessment-card .wpforms-form .wpforms-submit-container {
  padding-top: 8px !important;
}

.voip-assessment-card .wpforms-submit {
  padding: 11px 18px !important;
  min-height: 0 !important;
}

@media (min-width: 768px) {
  .voip-assessment-card .wpforms-form .wpforms-field-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 24px !important;
  }
}

@media (max-width: 767px) {
  .voip-assessment-card {
    padding: 22px 18px !important;
  }
}

/* v1.9.5 VoIP Assessment Imagery */
.voip-image-hero {
  padding: 64px 0 38px;
}
.voip-image-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr);
  gap: 34px;
  align-items: center;
}
.voip-image-hero-copy h1 {
  margin-bottom: 16px;
}
.hero-check-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 10px;
}
.hero-check-list li {
  color: var(--text);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-check-list li::before {
  content: "✓";
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #06111f;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  font-size: 13px;
  font-weight: 900;
  flex: 0 0 auto;
}
.voip-image-hero-media {
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(40,215,255,.55), rgba(47,140,255,.22), rgba(255,255,255,.08));
  box-shadow: 0 24px 70px rgba(0,0,0,.38);
}
.voip-image-hero-media img {
  display: block;
  width: 100%;
  border-radius: 23px;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.voip-supported-phones-section {
  padding-top: 42px;
}
.voip-phone-strip {
  border: 1px solid rgba(40,215,255,.22);
  border-radius: 24px;
  padding: 26px;
  background: radial-gradient(circle at top left, rgba(47,140,255,.14), transparent 34%), rgba(9,17,29,.72);
  box-shadow: 0 18px 55px rgba(0,0,0,.24);
}
.voip-phone-strip-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 22px;
}
.voip-phone-strip-heading h2 {
  margin-bottom: 8px;
}
.voip-phone-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.voip-phone-brand {
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 14px 12px 12px;
  text-align: center;
  background: rgba(255,255,255,.035);
}
.voip-phone-brand img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: contain;
  margin: 0 auto 8px;
}
.voip-phone-brand strong {
  display: block;
  color: #fff;
  font-size: 1.02rem;
}
.voip-phone-note {
  margin: 18px auto 0;
  max-width: 520px;
  padding: 15px 18px;
  border: 1px solid rgba(47,140,255,.25);
  border-radius: 18px;
  background: rgba(47,140,255,.08);
  text-align: center;
}
.voip-phone-note strong {
  color: var(--accent);
  display: block;
  margin-bottom: 4px;
  font-size: 1.05rem;
}
.voip-phone-note span {
  color: var(--muted);
}
@media (max-width: 900px) {
  .voip-image-hero-grid {
    grid-template-columns: 1fr;
  }
  .voip-image-hero-media {
    order: -1;
  }
  .voip-phone-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 540px) {
  .voip-phone-brand-grid {
    grid-template-columns: 1fr;
  }
  .voip-phone-strip {
    padding: 20px 14px;
  }
}

/* v1.9.6 VoIP page imagery placement fixes */
.voip-page-hero.voip-image-hero {
  padding: 72px 0 54px;
}
.voip-assessment-single {
  display: block !important;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.voip-assessment-single .voip-assessment-card {
  max-width: 100%;
}
.voip-phone-brand-grid-horizontal {
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
}
.voip-phone-brand span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.35;
}
.voip-phone-brand img[alt*="Fanvil H6W"] {
  height: 106px;
}
@media (max-width: 900px) {
  .voip-page-hero.voip-image-hero .voip-image-hero-media {
    order: 0;
  }
  .voip-phone-brand-grid-horizontal {
    grid-template-columns: repeat(4, minmax(210px, 1fr));
  }
}
@media (max-width: 640px) {
  .voip-phone-brand-grid-horizontal {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }
  .voip-phone-brand-grid-horizontal .voip-phone-brand {
    min-width: 220px;
    scroll-snap-align: start;
  }
}

/* v1.9.7 VoIP supported phone section: real images + forced horizontal layout */
.voip-supported-phones-section .voip-phone-strip {
  overflow: hidden;
}
.voip-supported-phones-section .voip-phone-brand-grid,
.voip-supported-phones-section .voip-phone-brand-grid-horizontal {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 18px !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  overflow-x: auto !important;
  padding: 4px 2px 12px !important;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.voip-supported-phones-section .voip-phone-brand {
  flex: 1 0 220px !important;
  min-width: 220px !important;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  scroll-snap-align: start;
}
.voip-supported-phones-section .voip-phone-brand img {
  height: 128px !important;
  max-height: 128px !important;
  width: 100% !important;
  object-fit: contain !important;
  margin-bottom: 12px !important;
}
.voip-supported-phones-section .voip-phone-brand img[alt*="Fanvil H6W"] {
  height: 138px !important;
  max-height: 138px !important;
}
.voip-supported-phones-section .voip-phone-note {
  max-width: 720px;
}
@media (max-width: 900px) {
  .voip-supported-phones-section .voip-phone-brand {
    flex-basis: 230px !important;
    min-width: 230px !important;
  }
}


/* v1.9.8 VoIP supported phone section final fix: real images, equal image sizing, true horizontal row */
.voip-supported-phones-section .voip-phone-strip {
  overflow: hidden !important;
}
.voip-supported-phones-section .voip-phone-brand-grid,
.voip-supported-phones-section .voip-phone-brand-grid-horizontal {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
  overflow: visible !important;
  padding: 6px 0 10px !important;
}
.voip-supported-phones-section .voip-phone-brand {
  min-width: 0 !important;
  max-width: none !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: center !important;
  text-align: center !important;
  padding: 16px 14px 14px !important;
}
.voip-supported-phones-section .voip-phone-brand img {
  display: block !important;
  width: 100% !important;
  height: 190px !important;
  max-height: 190px !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 auto 12px !important;
}
.voip-supported-phones-section .voip-phone-brand img[alt*="Fanvil H6W"] {
  height: 190px !important;
  max-height: 190px !important;
}
.voip-supported-phones-section .voip-phone-brand strong {
  min-height: 26px;
}
.voip-supported-phones-section .voip-phone-brand span {
  min-height: 38px;
}
@media (max-width: 1100px) {
  .voip-supported-phones-section .voip-phone-brand-grid,
  .voip-supported-phones-section .voip-phone-brand-grid-horizontal {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 14px !important;
  }
  .voip-supported-phones-section .voip-phone-brand {
    flex: 0 0 240px !important;
    scroll-snap-align: start;
  }
}

/* v1.9.9 locked supported phones row - unique selectors to prevent theme/grid overrides */
.phone-row-locked-section .phone-row-locked-card {
  border: 1px solid rgba(40,215,255,.22) !important;
  border-radius: 24px !important;
  padding: 28px !important;
  background: radial-gradient(circle at top left, rgba(47,140,255,.14), transparent 34%), rgba(9,17,29,.72) !important;
  box-shadow: 0 18px 55px rgba(0,0,0,.24) !important;
}
.phone-row-locked-section .phone-row-locked-heading {
  text-align: center !important;
  max-width: 760px !important;
  margin: 0 auto 24px !important;
}
.phone-row-locked-section .phone-row-locked {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  gap: 18px !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 4px 2px 14px !important;
  -webkit-overflow-scrolling: touch !important;
  scroll-snap-type: x proximity !important;
}
.phone-row-locked-section .phone-row-locked-item {
  box-sizing: border-box !important;
  flex: 1 0 calc((100% - 54px) / 4) !important;
  min-width: 230px !important;
  max-width: none !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 18px !important;
  padding: 16px 14px 14px !important;
  text-align: center !important;
  background: rgba(255,255,255,.035) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  scroll-snap-align: start !important;
}
.phone-row-locked-section .phone-row-locked-image {
  width: 100% !important;
  height: 210px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 10px !important;
}
.phone-row-locked-section .phone-row-locked-image img {
  display: block !important;
  max-width: 100% !important;
  max-height: 210px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 auto !important;
}
.phone-row-locked-section .phone-row-locked-item h3 {
  margin: 4px 0 6px !important;
  color: #fff !important;
  font-size: 1.05rem !important;
  line-height: 1.2 !important;
}
.phone-row-locked-section .phone-row-locked-item p {
  margin: 0 !important;
  color: var(--muted) !important;
  font-size: .92rem !important;
  line-height: 1.35 !important;
}
.phone-row-locked-section .phone-row-locked-note {
  margin: 18px auto 0 !important;
  max-width: 760px !important;
  padding: 15px 18px !important;
  border: 1px solid rgba(47,140,255,.25) !important;
  border-radius: 18px !important;
  background: rgba(47,140,255,.08) !important;
  color: var(--muted) !important;
  text-align: center !important;
}
.phone-row-locked-section .phone-row-locked-note strong {
  color: var(--accent) !important;
}
@media (max-width: 1100px) {
  .phone-row-locked-section .phone-row-locked-item {
    flex: 0 0 245px !important;
  }
}
@media (max-width: 640px) {
  .phone-row-locked-section .phone-row-locked-card {
    padding: 22px 14px !important;
  }
  .phone-row-locked-section .phone-row-locked-item {
    flex-basis: 235px !important;
    min-width: 235px !important;
  }
  .phone-row-locked-section .phone-row-locked-image {
    height: 180px !important;
  }
  .phone-row-locked-section .phone-row-locked-image img {
    max-height: 180px !important;
  }
}

/* v1.10 Cybersecurity section upgrade */
.cyber-hero { padding-bottom: 66px; }
.cyber-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 36px; align-items: center; }
.cyber-command-card { padding: 30px; }
.cyber-stack-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 20px; }
.cyber-soc-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(40,215,255,.24);
  background: rgba(255,255,255,.04);
  box-shadow: 0 26px 80px rgba(0,0,0,.34);
}
.cyber-soc-visual img {
  display: block;
  width: 100%;
  min-height: 390px;
  object-fit: cover;
}
.cyber-hero-note {
  margin-top: 22px;
  max-width: 620px;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(40,215,255,.20);
  background: rgba(255,255,255,.045);
}
.cyber-hero-note strong {
  display: block;
  color: var(--text);
  font-size: 1.05rem;
  margin-bottom: 5px;
}
.cyber-hero-note span {
  display: block;
  color: var(--muted);
}

.cyber-stack-list span {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(40,215,255,.24);
  background: rgba(40,215,255,.08);
  color: var(--text);
  font-weight: 800;
  font-size: .86rem;
}
.section-heading-wide { max-width: 930px; margin-bottom: 30px; }
.cyber-layer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.cyber-layer-card { position: relative; overflow: hidden; padding-top: 54px; transition: transform .18s ease, border-color .18s ease; }
.cyber-layer-card:hover { transform: translateY(-3px); border-color: rgba(40,215,255,.38); }
.layer-number { position: absolute; top: 18px; right: 20px; color: rgba(40,215,255,.44); font-weight: 900; font-size: 1.05rem; letter-spacing: .08em; }
.cyber-layer-card .kicker { margin: 0 0 12px; font-size: .9rem; }
.business-value { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); color: #e8fff4 !important; font-weight: 750; }
.cyber-outcome-card, .cyber-response-card { background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035)); }
.cyber-timeline { display: grid; gap: 14px; }
.cyber-timeline div { padding: 20px 22px; border-radius: var(--radius); border: 1px solid var(--line); background: rgba(255,255,255,.045); }
.cyber-timeline strong { display: block; color: var(--text); font-size: 1.1rem; margin-bottom: 5px; }
.cyber-timeline span { display: block; color: var(--muted); }
.cyber-difference-band .grid-3 { margin-top: 24px; }
.cyber-difference-band .grid-3 p { color: var(--muted); margin-bottom: 0; }
@media (max-width: 1100px) {
  .cyber-layer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
  .cyber-hero-grid, .cyber-layer-grid { grid-template-columns: 1fr; }
  .cyber-command-card { padding: 24px; }
}

/* v1.11 Cybersecurity conversion layer */
.cyber-risk-band {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 28px;
  border: 1px solid rgba(40,215,255,.22);
  background: radial-gradient(circle at top left, rgba(40,215,255,.15), transparent 34%), linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: 0 22px 70px rgba(0,0,0,.24);
}
.cyber-risk-band h2 { margin-bottom: 12px; }
.cyber-risk-points { display: grid; gap: 10px; }
.cyber-risk-points span {
  display: block;
  padding: 13px 15px;
  border-radius: 999px;
  color: var(--text);
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.1);
  font-weight: 700;
}
.attack-path-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 30px;
}
.attack-lane, .defense-lane {
  padding: 28px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
}
.attack-lane h3, .defense-lane h3 { margin: 0 0 18px; }
.attack-flow, .defense-flow { display: grid; gap: 12px; }
.attack-flow span, .defense-flow span {
  position: relative;
  display: block;
  padding: 15px 18px;
  border-radius: 16px;
  color: var(--text);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.11);
  font-weight: 700;
}
.attack-flow span:not(:last-child)::after, .defense-flow span:not(:last-child)::after {
  content: '↓';
  display: block;
  color: var(--muted);
  margin: 8px 0 -4px;
  font-weight: 800;
}
.defense-flow span { border-color: rgba(40,215,255,.24); background: rgba(40,215,255,.07); }
.protected-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}
.protected-grid .card h3 { margin-bottom: 8px; }
.protected-grid .card p { color: var(--muted); margin-bottom: 0; }
.compare-table-wrap {
  overflow-x: auto;
  margin-top: 28px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
}
.compare-table { width: 100%; border-collapse: collapse; min-width: 720px; }
.compare-table th, .compare-table td { padding: 18px 20px; text-align: left; border-bottom: 1px solid rgba(255,255,255,.09); }
.compare-table th { color: var(--text); font-size: 1rem; background: rgba(255,255,255,.07); }
.compare-table td { color: var(--muted); vertical-align: top; }
.compare-table td:nth-child(2) { color: var(--text); font-weight: 700; }
.compare-table tr:last-child td { border-bottom: 0; }
@media (max-width: 900px) {
  .cyber-risk-band, .attack-path-wrap, .protected-grid { grid-template-columns: 1fr; }
}


/* v1.12 Homepage Conversion Upgrade */
.v112-trust-strip-section{padding:24px 0;background:#071827;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.v112-trust-strip{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;align-items:center}
.v112-trust-strip span{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.06);color:#dbeafe;font-weight:700;font-size:13px;letter-spacing:.01em}
.v112-switch-section h2,.v112-process-section h2,.v112-outcomes-section h2{max-width:920px}
.v112-switch-grid .card,.v112-outcomes-section .card{height:100%}
.v112-cyber-forward-section .v112-security-card{border:1px solid rgba(30,144,255,.24);box-shadow:0 18px 48px rgba(2,16,33,.12)}
.v112-close-cta-section .cta-band{background:linear-gradient(135deg,#071827 0%,#0b2a42 58%,#0f3b5f 100%);color:#fff;border-radius:28px;padding:52px;border:1px solid rgba(255,255,255,.12)}
.v112-close-cta-section .cta-band .lead,.v112-close-cta-section .cta-band .eyebrow{color:#dbeafe}
@media (max-width: 800px){.v112-trust-strip{justify-content:flex-start}.v112-close-cta-section .cta-band{padding:32px}}

/* v1.13 First SEO Pages: Managed IT + Cybersecurity */
.seo-hero{position:relative;overflow:hidden;background:radial-gradient(circle at top right,rgba(40,215,255,.14),transparent 34%),linear-gradient(135deg,#071827 0%,#0b2035 54%,#0c314e 100%)}
.seo-hero-grid{display:grid;grid-template-columns:1.22fr .78fr;gap:34px;align-items:center}
.seo-hero-card{border-color:rgba(40,215,255,.22);background:rgba(255,255,255,.06);box-shadow:0 24px 70px rgba(0,0,0,.22)}
.seo-hero-card h3{margin-top:0}
.seo-pain-list{display:grid;gap:12px}
.seo-pain-list span{display:block;padding:16px 18px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);color:var(--text);font-weight:750}
.seo-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}
.seo-card-grid .card{height:100%}
.seo-card-grid .card p,.seo-outcome-section .card p{color:var(--muted);margin-bottom:0}
.seo-cta-band{background:linear-gradient(135deg,#071827 0%,#0b2a42 58%,#0f3b5f 100%);border:1px solid rgba(255,255,255,.14);box-shadow:0 26px 80px rgba(0,0,0,.22)}
.seo-cta-band .lead,.seo-cta-band .eyebrow{color:#dbeafe}
.cyber-seo-hero{background:radial-gradient(circle at top right,rgba(40,215,255,.18),transparent 35%),linear-gradient(135deg,#06131f 0%,#092033 58%,#103656 100%)}
@media (max-width: 1000px){.seo-hero-grid,.seo-card-grid{grid-template-columns:1fr}.seo-hero-card{max-width:720px}}


/* v1.13.1 Multi-State SEO Upgrade */
.seo-service-area-section .service-area-card{height:100%}
.service-area-card p{color:var(--muted);margin-bottom:0;margin-top:18px}
.state-pill-grid{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 0}
.state-pill-grid span{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 13px;border-radius:999px;border:1px solid rgba(40,215,255,.22);background:rgba(40,215,255,.07);color:var(--text);font-weight:800;font-size:13px;letter-spacing:.02em}
.state-pill-grid-large{margin-top:26px}
.state-pill-grid-large span{font-size:14px;padding:11px 16px;background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.13)}
.multi-state-hero{background:radial-gradient(circle at top right,rgba(40,215,255,.18),transparent 35%),linear-gradient(135deg,#06131f 0%,#092033 58%,#103656 100%)}
@media (max-width: 800px){.state-pill-grid span{min-height:34px;padding:8px 11px}}

.ransomware-hero{background:radial-gradient(circle at top right,rgba(255,85,85,.16),transparent 34%),radial-gradient(circle at bottom left,rgba(40,215,255,.14),transparent 32%),linear-gradient(135deg,#06131f 0%,#111827 56%,#2b1620 100%)}
.ransomware-hero-card{border-color:rgba(255,255,255,.18)}
.ransomware-pain-list span{border-color:rgba(255,255,255,.14)}
.ransomware-defense-section .seo-card-grid .card h3{margin-top:0}
.ransomware-attack-section .attack-path-wrap{margin-top:24px}
.ransomware-cta-band{background:radial-gradient(circle at top right,rgba(255,85,85,.18),transparent 32%),linear-gradient(135deg,#071827 0%,#162033 56%,#2b1620 100%)}


/* v1.15.1 Vonahi Penetration Test Conversion Block */
.vonahi-report-section{position:relative;overflow:hidden;background:radial-gradient(circle at top right,rgba(239,68,68,.16),transparent 34%),linear-gradient(135deg,#06131f 0%,#0b2035 58%,#111827 100%)}
.vonahi-conversion-section:before{content:"";position:absolute;inset:-120px auto auto -120px;width:320px;height:320px;border-radius:999px;background:rgba(40,215,255,.10);filter:blur(8px);pointer-events:none}
.vonahi-conversion-section .container{position:relative;z-index:1}
.vonahi-conversion-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:34px;align-items:center;margin-bottom:28px}
.vonahi-conversion-hero h2{max-width:850px}
.vonahi-actions{margin-top:24px}
.vonahi-impact-card{border-color:rgba(239,68,68,.28);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.045));box-shadow:0 28px 80px rgba(0,0,0,.25)}
.vonahi-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}
.vonahi-stat-grid div{padding:16px;border-radius:18px;border:1px solid rgba(40,215,255,.16);background:rgba(255,255,255,.06)}
.vonahi-stat-grid strong{display:block;font-size:26px;line-height:1;color:#fff;font-weight:950;letter-spacing:-.03em}
.vonahi-stat-grid span{display:block;margin-top:7px;color:var(--muted);font-size:13px;font-weight:800}
.vonahi-value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:26px 0}
.vonahi-value-card{border-color:rgba(40,215,255,.20);background:rgba(255,255,255,.055)}
.vonahi-value-card h3{margin-top:0}
.vonahi-value-card p{color:var(--muted)}
.vonahi-report-showcase{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:26px;align-items:center;margin-top:28px}
.vonahi-report-copy{padding:26px;border-radius:24px;border:1px solid rgba(40,215,255,.16);background:rgba(255,255,255,.045)}
.vonahi-report-copy h3{font-size:30px;line-height:1.08;margin:6px 0 12px}
.vonahi-report-copy p{color:var(--muted)}
.vonahi-report-cards{display:grid;grid-template-columns:1fr;gap:16px}
.vonahi-report-card{position:relative;border-color:rgba(40,215,255,.24);background:rgba(255,255,255,.065);box-shadow:0 24px 70px rgba(0,0,0,.22)}
.vonahi-report-card h3{margin-top:0;padding-right:70px}
.vonahi-report-card p{color:var(--muted)}
.report-badge{position:absolute;top:20px;right:20px;border-radius:999px;padding:7px 10px;background:rgba(239,68,68,.16);border:1px solid rgba(239,68,68,.36);color:#fecaca;font-weight:900;font-size:12px;letter-spacing:.06em}
.vonahi-remediation-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;margin-top:28px;border-color:rgba(83,220,130,.22);background:linear-gradient(135deg,rgba(34,197,94,.10),rgba(255,255,255,.055))}
.vonahi-remediation-card h3{font-size:28px;margin:4px 0 10px}
.vonahi-remediation-card p{color:var(--muted);max-width:900px}
.ransomware-vonahi-section{background:radial-gradient(circle at top right,rgba(255,85,85,.20),transparent 32%),linear-gradient(135deg,#071827 0%,#162033 56%,#2b1620 100%)}
@media (max-width: 1000px){.vonahi-conversion-hero,.vonahi-report-showcase,.vonahi-remediation-card{grid-template-columns:1fr}.vonahi-value-grid{grid-template-columns:1fr}.vonahi-remediation-card .btn{width:max-content}}
@media (max-width: 900px){.vonahi-stat-grid{grid-template-columns:1fr}.vonahi-report-card h3{padding-right:0}.report-badge{position:static;display:inline-flex;margin-bottom:10px}}

/* v2.0 Services page expansion */
.service-detail-grid { align-items: stretch; }
.service-detail-card { height: 100%; }
.service-detail-card h3 { margin-bottom: 10px; }
.service-check-list { gap: 14px; }
.service-check-list li strong { display: block; color: #ffffff; margin-bottom: 3px; }
.service-check-list li span { display: block; line-height: 1.5; }


/* v2.2 Services hero image */
.services-hero-image-section { padding: 0 0 34px; background: var(--bg); }
.services-hero-image { width: 100%; display: block; border-radius: 28px; box-shadow: 0 28px 80px rgba(0,0,0,.28); border: 1px solid rgba(255,255,255,.10); object-fit: cover; max-height: 520px; object-position: center; }
@media (max-width: 900px) { .services-hero-image-section { padding-bottom: 24px; } .services-hero-image { border-radius: 20px; max-height: 360px; } }

/* v2.3 Premium image styling + service iconography */
.premium-image-card,
.cyber-soc-visual,
.screenshot-grid-live .screenshot-card,
.services-hero-image {
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.10);
  overflow: hidden;
}
.cyber-soc-visual img,
.screenshot-grid-live .screenshot-frame img {
  display: block;
  width: 100%;
}
.cyber-soc-visual {
  background: rgba(255,255,255,.045);
}
.cyber-soc-visual img {
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
}
.screenshot-grid-live .screenshot-frame {
  border-radius: 24px 24px 0 0;
}
.screenshot-grid-live .screenshot-card figcaption {
  border-top: 1px solid rgba(255,255,255,.08);
}
.service-detail-card {
  position: relative;
  overflow: hidden;
}
.service-detail-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(40,215,255,.9), rgba(83,220,130,.65));
  opacity: .72;
}
.service-category-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: rgba(40,215,255,.10);
  border: 1px solid rgba(40,215,255,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
}
.service-category-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #53d8ff;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-detail-card h3 {
  margin-top: 0;
}
@media (max-width: 900px) {
  .premium-image-card,
  .cyber-soc-visual,
  .screenshot-grid-live .screenshot-card,
  .services-hero-image {
    border-radius: 20px;
  }
  .cyber-soc-visual img {
    min-height: 300px;
  }
  .service-category-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }
}


/* v2.3.1 Service icon rendering fix */
.service-category-icon {
  color: #53d8ff !important;
  background: rgba(40,215,255,.12) !important;
  border: 1px solid rgba(83,216,255,.30) !important;
}
.service-category-icon svg {
  width: 25px !important;
  height: 25px !important;
  display: block !important;
  color: #53d8ff !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
.service-category-icon svg *,
.service-category-icon svg path,
.service-category-icon svg polygon,
.service-category-icon svg rect,
.service-category-icon svg circle,
.service-category-icon svg line,
.service-category-icon svg polyline {
  fill: none !important;
  stroke: currentColor !important;
  vector-effect: non-scaling-stroke;
}


/* v2.4 Services conversion CTA */
.services-final-cta-section { padding-top: 64px; padding-bottom: 72px; }
.services-final-cta { text-align: center; }
.services-final-cta .lead { max-width: 760px; margin-left: auto; margin-right: auto; }
.services-final-cta .hero-actions { justify-content: center; }
@media (max-width: 700px) {
  .services-final-cta-section { padding-top: 48px; padding-bottom: 56px; }
  .services-final-cta .hero-actions { align-items: stretch; }
  .services-final-cta .hero-actions .btn { width: 100%; text-align: center; }
}


/* v2.5 Cybersecurity conversion block + trust layer + SEO page foundations */
.services-trust-strip-section { padding: 0 0 38px; background: var(--bg); }
.services-trust-strip { display:flex; gap:18px; align-items:center; justify-content:space-between; padding:22px 26px; border-radius:24px; border:1px solid rgba(83,216,255,.20); background:linear-gradient(135deg,rgba(40,215,255,.08),rgba(255,255,255,.045)); box-shadow:0 18px 55px rgba(0,0,0,.18); }
.services-trust-strip strong { color:#fff; font-size:18px; font-weight:900; }
.services-trust-strip span { color:var(--muted); max-width:760px; line-height:1.55; }
.services-cyber-conversion-section { background: radial-gradient(circle at top right,rgba(40,215,255,.16),transparent 34%),linear-gradient(135deg,#06131f 0%,#0a2034 58%,#0b1322 100%); }
.services-cyber-conversion-card { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr); gap:28px; align-items:stretch; }
.services-cyber-copy, .services-cyber-panel { border-radius:28px; border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.055); padding:34px; box-shadow:0 26px 80px rgba(0,0,0,.22); }
.services-cyber-copy h2 { margin-top:6px; max-width:880px; }
.cyber-proof-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; margin-top:26px; }
.cyber-proof-grid div { border-radius:20px; border:1px solid rgba(83,216,255,.18); background:rgba(255,255,255,.055); padding:18px; }
.cyber-proof-grid strong { display:block; color:#53d8ff; font-size:18px; margin-bottom:7px; }
.cyber-proof-grid span { color:var(--muted); line-height:1.55; }
.services-cyber-panel h3 { margin-top:0; }
.services-mid-cta-section { padding-top:42px; padding-bottom:42px; background:var(--bg); }
.services-mid-cta { display:flex; align-items:center; justify-content:space-between; gap:24px; border-radius:28px; border:1px solid rgba(83,220,130,.24); background:linear-gradient(135deg,rgba(34,197,94,.10),rgba(40,215,255,.07)); padding:30px; box-shadow:0 24px 70px rgba(0,0,0,.20); }
.services-mid-cta h2 { margin:4px 0 0; font-size:30px; max-width:820px; }
.seo-foundation-hero { background:radial-gradient(circle at top right,rgba(40,215,255,.16),transparent 35%),linear-gradient(135deg,#06131f 0%,#092033 58%,#103656 100%); }
.seo-foundation-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; margin-top:28px; }
.seo-foundation-card p { color:var(--muted); }
@media (max-width: 1000px){ .services-cyber-conversion-card,.cyber-proof-grid,.seo-foundation-grid{grid-template-columns:1fr}.services-trust-strip,.services-mid-cta{flex-direction:column;align-items:flex-start}.services-mid-cta .btn{width:max-content} }
@media (max-width: 700px){ .services-cyber-copy,.services-cyber-panel,.services-mid-cta,.services-trust-strip{padding:24px;border-radius:22px}.services-mid-cta .btn{width:100%;text-align:center}.services-mid-cta h2{font-size:25px} }


/* v2.6 Vonahi proof refresh */
.vonahi-report-section .btn-primary,.vonahi-report-section .btn-secondary{margin-top:14px}


/* v2.7 Services proof + case study layer */
.services-proof-layer-section {
  background: radial-gradient(circle at top left, rgba(40,215,255,.10), transparent 32%), var(--bg);
}
.services-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}
.services-testimonial-card {
  border: 1px solid rgba(40,215,255,.22);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(16,36,61,.88), rgba(8,24,43,.90));
  box-shadow: 0 22px 60px rgba(0,0,0,.22);
  padding: 28px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.services-testimonial-card:before {
  content: "\201C";
  color: var(--accent);
  font-size: 56px;
  font-weight: 950;
  line-height: 1;
  opacity: .75;
  margin-bottom: 4px;
}
.services-testimonial-card p {
  color: rgba(244,248,255,.94);
  line-height: 1.65;
  margin: 0 0 22px;
}
.services-testimonial-card strong {
  color: #fff;
  margin-top: auto;
  font-weight: 900;
}
.services-testimonial-card span {
  color: var(--muted);
  margin-top: 5px;
  font-size: 14px;
}
.services-case-study-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 28px;
  align-items: center;
  margin-top: 26px;
  padding: 34px;
  border-radius: 28px;
  border: 1px solid rgba(83,220,130,.22);
  background: linear-gradient(135deg, rgba(34,197,94,.10), rgba(40,215,255,.07));
  box-shadow: 0 26px 75px rgba(0,0,0,.22);
}
.services-case-study-card h3 {
  margin: 6px 0 12px;
  font-size: 30px;
  line-height: 1.12;
}
.services-case-study-card p:not(.eyebrow) {
  color: var(--muted);
  margin-bottom: 0;
  line-height: 1.7;
}
.services-case-study-outcomes {
  display: grid;
  gap: 12px;
}
.services-case-study-outcomes span {
  display: block;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.06);
  color: #fff;
  font-weight: 850;
}
@media (max-width: 1000px) {
  .services-testimonial-grid,
  .services-case-study-card {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .services-testimonial-card,
  .services-case-study-card {
    padding: 24px;
    border-radius: 22px;
  }
  .services-case-study-card h3 {
    font-size: 25px;
  }
}


/* v3.0 How We Operate conversion page */
.operate-hero-v30 .lead { max-width: 880px; }
.section-heading-v30 { max-width: 880px; margin-bottom: 30px; }
.section-heading-v30.center { text-align: center; margin-left: auto; margin-right: auto; }
.operate-intro-v30 .grid-2,
.operate-support-v30 .grid-2,
.operate-visibility-v30 .grid-2 { align-items: center; }
.pillar-diagram-v30 {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  margin: 34px 0 28px;
}
.pillar-node-v30 {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  padding: 20px 14px;
  border-radius: 24px;
  border: 1px solid rgba(40,215,255,.30);
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
  box-shadow: 0 16px 44px rgba(0,0,0,.20);
}
.pillar-node-v30 span,
.support-steps-v30 span {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #03101e;
  font-weight: 900;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}
.pillar-node-v30 strong { line-height: 1.15; }
.pillar-arrow-v30 { color: var(--accent-2); font-size: 1.65rem; font-weight: 900; opacity: .9; }
.grid-5-v30 { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.operate-card-v30 { padding: 22px; }
.operate-card-v30 p { font-size: .96rem; }
.outcome-v30 { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); }
.compare-grid-v30 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.compare-card-v30 {
  padding: 34px;
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.05);
}
.compare-old-v30 { border-color: rgba(255,191,71,.24); }
.compare-new-v30 { border-color: rgba(85,242,168,.30); background: linear-gradient(180deg, rgba(85,242,168,.09), rgba(255,255,255,.04)); }
.negative-list-v30 li:before { content: "•"; color: var(--warning); }
.support-steps-v30 { display: grid; gap: 14px; }
.support-steps-v30 div {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 14px;
  row-gap: 2px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  border: 1px solid var(--line);
}
.support-steps-v30 span { grid-row: span 2; }
.support-steps-v30 strong { color: var(--text); font-size: 1.06rem; }
.support-steps-v30 p { margin: 0; color: var(--muted); }
.case-study-v30 {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: center;
}
.case-card-v30 {
  padding: 34px;
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid rgba(40,215,255,.28);
  background: linear-gradient(135deg, rgba(40,215,255,.11), rgba(85,242,168,.07));
  box-shadow: var(--shadow);
}
.case-card-v30 p { color: var(--muted); }
.final-operate-cta-v30 .lead { max-width: 780px; }
@media (max-width: 1100px) {
  .pillar-diagram-v30 { grid-template-columns: 1fr; }
  .pillar-arrow-v30 { transform: rotate(90deg); justify-self: center; }
  .grid-5-v30 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .compare-grid-v30,
  .case-study-v30 { grid-template-columns: 1fr; }
  .grid-5-v30 { grid-template-columns: 1fr; }
  .compare-card-v30,
  .case-card-v30,
  .final-operate-cta-v30 { padding: 26px; }
}


/* v3.0.1 How We Operate before/after visual */
.operate-transformation-v301 {
  position: relative;
  overflow: hidden;
}
.operate-transformation-v301:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(40,215,255,.13), transparent 42%);
  pointer-events: none;
}
.operate-transformation-v301 .container { position: relative; z-index: 1; }
.before-after-card-v301 {
  margin: 30px auto 0;
  max-width: 1160px;
  padding: 14px;
  border-radius: 30px;
  border: 1px solid rgba(40,215,255,.24);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  box-shadow: 0 28px 85px rgba(0,0,0,.34);
}
.before-after-card-v301 img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
}
.before-after-card-v301 figcaption {
  margin: 14px 6px 2px;
  text-align: center;
  color: var(--muted);
  font-size: .98rem;
}
.before-after-card-v301 figcaption strong { color: #fff; }
.before-after-card-v301 figcaption span { color: var(--accent-2); margin: 0 10px; }
@media (max-width: 700px) {
  .before-after-card-v301 { padding: 8px; border-radius: 22px; }
  .before-after-card-v301 img { border-radius: 16px; }
  .before-after-card-v301 figcaption { font-size: .9rem; }
  .before-after-card-v301 figcaption span { display: none; }
}


/* v3.1 Trust + Proof Expansion */
.operate-proof-strip-v31 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1100px;
  margin: 24px auto 0;
}
.operate-proof-strip-v31 div {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(85,242,168,.22);
  background: rgba(255,255,255,.055);
  box-shadow: 0 12px 36px rgba(0,0,0,.18);
}
.operate-proof-strip-v31 strong,
.working-list-v31 strong {
  display: block;
  color: #fff;
  font-weight: 900;
  margin-bottom: 6px;
}
.operate-proof-strip-v31 span,
.working-list-v31 span,
.testimonial-card-v31 span {
  color: var(--muted);
  line-height: 1.55;
}
.case-grid-v31 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.case-grid-v31 .case-card-v30 {
  display: flex;
  flex-direction: column;
}
.case-grid-v31 .case-card-v30 .check-list { margin-top: auto; }
.operate-client-proof-v31 {
  position: relative;
  overflow: hidden;
}
.operate-client-proof-v31:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(85,242,168,.10), transparent 40%);
  pointer-events: none;
}
.operate-client-proof-v31 .container { position: relative; z-index: 1; }
.testimonial-grid-v31 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.testimonial-card-v31 {
  padding: 30px;
  border-radius: 28px;
  border: 1px solid rgba(40,215,255,.22);
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: var(--shadow);
}
.testimonial-card-v31:before {
  content: "\201C";
  display: block;
  font-size: 56px;
  line-height: .75;
  color: var(--accent);
  font-weight: 950;
  opacity: .75;
}
.testimonial-card-v31 p {
  color: rgba(244,248,255,.94);
  line-height: 1.65;
}
.testimonial-card-v31 strong { display: block; color: #fff; margin-top: 16px; }
.operate-working-with-us-v31 .grid-2 { align-items: center; }
.working-list-v31 { display: grid; gap: 14px; }
.working-list-v31 div {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.055);
}
@media (max-width: 1000px) {
  .operate-proof-strip-v31,
  .case-grid-v31,
  .testimonial-grid-v31 { grid-template-columns: 1fr; }
}


/* v3.2 Authority Layer */
.authority-band-v32 {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(40,215,255,.08), rgba(85,242,168,.06), rgba(40,215,255,.08));
}
.authority-grid-v32 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.authority-stat-v32 {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(7,17,31,.62);
  box-shadow: 0 14px 40px rgba(0,0,0,.20);
}
.authority-stat-v32 strong {
  display: block;
  color: #fff;
  font-size: clamp(1.25rem, 1.6vw, 1.65rem);
  line-height: 1.1;
  margin-bottom: 8px;
}
.authority-stat-v32 span { color: var(--muted); font-size: .96rem; }
.authority-system-v32 {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
  align-items: stretch;
}
.authority-stack-v32 { display: grid; gap: 14px; }
.authority-stack-v32 div {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(40,215,255,.18);
  background: rgba(255,255,255,.055);
}
.authority-stack-v32 strong { display: block; color: #fff; margin-bottom: 4px; }
.authority-stack-v32 span { color: var(--muted); }
.authority-proof-cards-v32 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.authority-proof-card-v32 {
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(85,242,168,.22);
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: var(--shadow);
}
.authority-proof-card-v32 h3 { margin-top: 0; }
.authority-proof-card-v32 p { color: var(--muted); }
.authority-route-v32 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  counter-reset: route;
}
.authority-route-v32 div {
  position: relative;
  padding: 22px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.055);
  border: 1px solid var(--line);
}
.authority-route-v32 div:before {
  counter-increment: route;
  content: counter(route);
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  margin-bottom: 12px;
  color: #04111d;
  font-weight: 950;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}
.authority-route-v32 strong { display: block; color: #fff; margin-bottom: 6px; }
.authority-route-v32 span { color: var(--muted); font-size: .94rem; }
.testimonial-grid.v32-real-testimonials { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.testimonial-grid.v32-real-testimonials .testimonial-card { min-height: 100%; }
.v32-centered-note {
  max-width: 860px;
  margin: 24px auto 0;
  text-align: center;
  color: var(--muted);
}
@media (max-width: 1050px) {
  .authority-grid-v32,
  .authority-proof-cards-v32,
  .authority-route-v32 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .authority-system-v32 { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .authority-grid-v32,
  .authority-proof-cards-v32,
  .authority-route-v32,
  .testimonial-grid.v32-real-testimonials { grid-template-columns: 1fr; }
}


/* v3.3.1 Security + Lead Gen Engine */
.security-engine-strip-v331 {
  background: linear-gradient(90deg, rgba(40,215,255,.10), rgba(85,242,168,.08), rgba(40,215,255,.10));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.security-engine-grid-v331 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.security-engine-grid-v331 div {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(7,17,31,.68);
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
}
.security-engine-grid-v331 strong { display:block; color:#fff; font-size:1.25rem; margin-bottom:6px; }
.security-engine-grid-v331 span { color: var(--muted); font-size:.95rem; }
.security-lead-grid-v331, .security-offer-grid-v331, .security-landing-grid-v331 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
}
.security-card-v331 {
  border: 1px solid rgba(40,215,255,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035));
  border-radius: 26px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.security-card-v331 h3 { margin-top:0; color:#fff; }
.security-card-v331 p { color: var(--muted); }
.security-path-v331 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 12px;
  margin-top: 28px;
}
.security-path-v331 div {
  padding: 22px 18px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.055);
}
.security-path-v331 strong { display:block; color:#fff; margin-bottom:6px; }
.security-path-v331 span { color:var(--muted); font-size:.93rem; }
.leadgen-band-v331 {
  border-radius: 34px;
  padding: clamp(34px, 5vw, 56px);
  border: 1px solid rgba(85,242,168,.22);
  background: radial-gradient(circle at top left, rgba(85,242,168,.16), transparent 34%), radial-gradient(circle at bottom right, rgba(40,215,255,.14), transparent 38%), rgba(7,17,31,.74);
  box-shadow: var(--shadow);
}
.security-form-note-v331 {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  border: 1px solid var(--line);
  color: var(--muted);
  margin-top: 18px;
}
.security-mini-proof-v331 {
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  margin-top: 24px;
}
.security-mini-proof-v331 div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  border: 1px solid var(--line);
}
.security-mini-proof-v331 strong { color:#fff; display:block; }
.security-mini-proof-v331 span { color:var(--muted); font-size:.92rem; }
body.celerius-ad-landing-body.security-leadgen-body .site-header { position: relative; }
.security-landing-hero-v331 { padding: 82px 20px; }
.security-landing-hero-v331 .leadgen-band-v331 { max-width: 1120px; margin: 0 auto; }
@media (max-width: 1050px) {
  .security-engine-grid-v331, .security-lead-grid-v331, .security-offer-grid-v331, .security-landing-grid-v331, .security-mini-proof-v331 { grid-template-columns: 1fr; }
  .security-path-v331 { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 700px) { .security-path-v331 { grid-template-columns: 1fr; } }


/* v4.0 conversion homepage enhancements */
.v40-conversion-map-section .centered-section-heading{max-width:920px;margin:0 auto 34px;text-align:center}.v40-pillar-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.v40-pillar-grid .card{padding:24px}.v40-pillar-grid span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#eaf3ff;color:#0b4f8a;font-weight:800;margin-bottom:12px}.v40-pillar-grid h3{font-size:1rem;margin:0 0 8px}.v40-pillar-grid p{font-size:.94rem;margin:0}.v40-before-after-grid{align-items:stretch}.v40-before-card,.v40-after-card{border:1px solid rgba(15,23,42,.10);box-shadow:0 18px 50px rgba(15,23,42,.08)}.v40-before-card{background:linear-gradient(180deg,#fff,#fff7f7)}.v40-after-card{background:linear-gradient(180deg,#fff,#f4fbf7)}.v40-before-after-section h2{margin-bottom:18px}.hero-authority .hero-actions{flex-wrap:wrap}
@media (max-width:1100px){.v40-pillar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.v40-pillar-grid{grid-template-columns:1fr}}

/* v4.0.1 - Upgraded Before / After Transformation Section */
.before-after-upgrade {
  background: radial-gradient(circle at top left, rgba(28, 118, 255, .24), transparent 34%), linear-gradient(180deg, #061a2a 0%, #082337 100%);
  color: #fff;
  padding: 86px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.before-after-upgrade .ba-header {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 42px;
}

.before-after-upgrade .ba-header .eyebrow {
  color: #2693ff;
  letter-spacing: .18em;
}

.before-after-upgrade .ba-header h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
  margin: 0 0 14px;
}

.before-after-upgrade .ba-header .lead {
  color: rgba(255,255,255,.86);
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.before-after-upgrade .ba-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.before-after-upgrade .ba-card {
  color: #0b1628;
  background: #fff;
  border-radius: 22px;
  padding: 36px 40px;
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
  min-height: 100%;
  border: 1px solid rgba(255,255,255,.7);
}

.before-after-upgrade .ba-card.before {
  background: linear-gradient(180deg, #ffffff 0%, #fff8f8 100%);
  border-top: 5px solid #ef4444;
}

.before-after-upgrade .ba-card.after {
  background: linear-gradient(180deg, #ffffff 0%, #f0fff6 100%);
  border-top: 5px solid #10b981;
  box-shadow: 0 24px 74px rgba(16,185,129,.18), 0 24px 70px rgba(0,0,0,.18);
}

.before-after-upgrade .ba-card-head {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  align-items: start;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(15, 23, 42, .14);
  margin-bottom: 16px;
}

.before-after-upgrade .ba-icon {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

.before-after-upgrade .before .ba-icon {
  background: #fff1f2;
  color: #e11d48;
  border: 1px solid rgba(225,29,72,.22);
}

.before-after-upgrade .after .ba-icon {
  background: #dcfce7;
  color: #059669;
  border: 1px solid rgba(5,150,105,.22);
}

.before-after-upgrade .ba-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .78rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.before-after-upgrade .before .ba-label { color: #dc2626; }
.before-after-upgrade .after .ba-label { color: #059669; }

.before-after-upgrade .ba-card h3 {
  color: #07162b;
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  line-height: 1.12;
  margin: 0;
  opacity: 1;
}

.before-after-upgrade .before h3::after {
  content: ".";
  color: #ef4444;
}

.before-after-upgrade .after h3::after {
  content: ".";
  color: #10b981;
}

.before-after-upgrade .ba-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.before-after-upgrade .ba-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(15, 23, 42, .12);
}

.before-after-upgrade .ba-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.before-after-upgrade .ba-list li::before {
  content: "✓";
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-top: 2px;
}

.before-after-upgrade .before .ba-list li::before {
  content: "!";
  color: #e11d48;
  background: #fff1f2;
  border: 1px solid rgba(225,29,72,.18);
}

.before-after-upgrade .after .ba-list li::before {
  color: #059669;
  background: #dcfce7;
  border: 1px solid rgba(5,150,105,.18);
}

.before-after-upgrade .ba-list strong {
  display: block;
  color: #07162b;
  font-size: 1.02rem;
  line-height: 1.35;
  margin-bottom: 4px;
}

.before-after-upgrade .ba-list span {
  display: block;
  color: #334155;
  line-height: 1.45;
}

.before-after-upgrade .ba-arrow {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #082337;
  color: #fff;
  border: 2px solid rgba(255,255,255,.7);
  font-size: 2.4rem;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
  z-index: 2;
}

.before-after-upgrade .ba-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
  padding: 26px 34px;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(77, 165, 255, .36);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.before-after-upgrade .ba-cta strong,
.before-after-upgrade .ba-cta span {
  display: block;
}

.before-after-upgrade .ba-cta strong {
  color: #fff;
  font-size: 1.35rem;
  margin-bottom: 4px;
}

.before-after-upgrade .ba-cta span {
  color: rgba(255,255,255,.78);
}

.before-after-upgrade .ba-cta .btn {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .before-after-upgrade .ba-grid {
    grid-template-columns: 1fr;
  }
  .before-after-upgrade .ba-arrow {
    transform: rotate(90deg);
    margin: -4px auto;
  }
  .before-after-upgrade .ba-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .before-after-upgrade {
    padding: 62px 0;
  }
  .before-after-upgrade .ba-card {
    padding: 28px 22px;
  }
  .before-after-upgrade .ba-card-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .before-after-upgrade .ba-list li {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }
  .before-after-upgrade .ba-list li::before {
    width: 34px;
    height: 34px;
  }
  .before-after-upgrade .ba-cta {
    padding: 22px;
  }
}

/* v4.0.2 - Before/After layout correction
   Fixes narrow line wrapping by keeping each item's title and description in the text column. */
.before-after-upgrade .ba-list li {
  grid-template-columns: 58px minmax(0, 1fr) !important;
  align-items: start !important;
}

.before-after-upgrade .ba-list li::before {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
}

.before-after-upgrade .ba-list li strong,
.before-after-upgrade .ba-list li span {
  grid-column: 2 !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.before-after-upgrade .ba-list li strong {
  grid-row: 1 !important;
}

.before-after-upgrade .ba-list li span {
  grid-row: 2 !important;
}

.before-after-upgrade .ba-grid {
  grid-template-columns: minmax(360px, 1fr) 72px minmax(360px, 1fr) !important;
}

@media (max-width: 980px) {
  .before-after-upgrade .ba-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  .before-after-upgrade .ba-list li {
    grid-template-columns: 44px minmax(0, 1fr) !important;
  }
}


/* v4.0.3 - Compress Before/After section and keep update folder slug stable */
.before-after-upgrade {
  padding: 56px 0 !important;
}
.before-after-upgrade .ba-header {
  margin-bottom: 26px !important;
}
.before-after-upgrade .ba-header h2 {
  font-size: clamp(1.85rem, 3.2vw, 2.7rem) !important;
  margin-bottom: 8px !important;
}
.before-after-upgrade .ba-header .lead {
  font-size: 1.02rem !important;
  line-height: 1.45 !important;
}
.before-after-upgrade .ba-grid {
  grid-template-columns: minmax(390px, 1fr) 54px minmax(390px, 1fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
}
.before-after-upgrade .ba-card {
  padding: 24px 28px !important;
  border-radius: 18px !important;
}
.before-after-upgrade .ba-card-head {
  grid-template-columns: 50px 1fr !important;
  gap: 14px !important;
  padding-bottom: 16px !important;
  margin-bottom: 4px !important;
}
.before-after-upgrade .ba-icon {
  width: 46px !important;
  height: 46px !important;
  font-size: 1.45rem !important;
}
.before-after-upgrade .ba-label {
  font-size: .68rem !important;
  margin-bottom: 6px !important;
}
.before-after-upgrade .ba-card h3 {
  font-size: clamp(1.55rem, 2.3vw, 2.05rem) !important;
  line-height: 1.12 !important;
}
.before-after-upgrade .ba-list li {
  grid-template-columns: 38px minmax(0, 1fr) !important;
  gap: 12px !important;
  padding: 11px 0 !important;
}
.before-after-upgrade .ba-list li::before {
  width: 30px !important;
  height: 30px !important;
  font-size: .9rem !important;
  margin-top: 1px !important;
}
.before-after-upgrade .ba-list strong {
  font-size: .94rem !important;
  line-height: 1.25 !important;
  margin-bottom: 2px !important;
}
.before-after-upgrade .ba-list span {
  font-size: .91rem !important;
  line-height: 1.35 !important;
}
.before-after-upgrade .ba-arrow {
  width: 54px !important;
  height: 54px !important;
  font-size: 1.9rem !important;
  align-self: center !important;
}
.before-after-upgrade .ba-cta {
  margin-top: 22px !important;
  padding: 18px 24px !important;
  border-radius: 16px !important;
}
.before-after-upgrade .ba-cta strong {
  font-size: 1.15rem !important;
}
.before-after-upgrade .ba-cta span {
  font-size: .95rem !important;
}
@media (max-width: 980px) {
  .before-after-upgrade .ba-grid {
    grid-template-columns: 1fr !important;
  }
  .before-after-upgrade .ba-arrow {
    transform: rotate(90deg) !important;
    margin: -6px auto !important;
  }
}
@media (max-width: 640px) {
  .before-after-upgrade {
    padding: 46px 0 !important;
  }
  .before-after-upgrade .ba-card {
    padding: 22px 18px !important;
  }
  .before-after-upgrade .ba-card-head {
    grid-template-columns: 44px 1fr !important;
  }
  .before-after-upgrade .ba-list li {
    grid-template-columns: 34px minmax(0, 1fr) !important;
  }
  .before-after-upgrade .ba-cta {
    padding: 18px !important;
  }
}


/* v4.0.4 - Dark mode Before/After section (compressed, upgrade-safe)
   Keeps the section consistent with the rest of the Celerius dark/security visual system. */
.before-after-upgrade {
  background: radial-gradient(circle at top left, rgba(28, 118, 255, .22), transparent 34%), linear-gradient(180deg, #061a2a 0%, #082337 100%) !important;
  color: #fff !important;
  padding: 54px 0 !important;
}

.before-after-upgrade .ba-header {
  margin-bottom: 24px !important;
}

.before-after-upgrade .ba-header h2 {
  color: #fff !important;
  font-size: clamp(1.85rem, 3.1vw, 2.65rem) !important;
}

.before-after-upgrade .ba-header .lead {
  color: rgba(255,255,255,.82) !important;
}

.before-after-upgrade .ba-grid {
  grid-template-columns: minmax(390px, 1fr) 54px minmax(390px, 1fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.before-after-upgrade .ba-card {
  background: linear-gradient(180deg, rgba(18, 42, 66, .98) 0%, rgba(10, 29, 47, .98) 100%) !important;
  color: #e5eef8 !important;
  border-radius: 18px !important;
  padding: 24px 28px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  box-shadow: 0 22px 55px rgba(0,0,0,.24) !important;
}

.before-after-upgrade .ba-card.before {
  background: linear-gradient(180deg, rgba(42, 23, 33, .98) 0%, rgba(17, 30, 48, .98) 100%) !important;
  border-top: 4px solid #ef4444 !important;
}

.before-after-upgrade .ba-card.after {
  background: linear-gradient(180deg, rgba(18, 52, 44, .98) 0%, rgba(12, 35, 50, .98) 100%) !important;
  border-top: 4px solid #10b981 !important;
  box-shadow: 0 22px 55px rgba(0,0,0,.24), 0 0 34px rgba(16,185,129,.08) !important;
}

.before-after-upgrade .ba-card-head {
  grid-template-columns: 50px 1fr !important;
  gap: 14px !important;
  padding-bottom: 16px !important;
  margin-bottom: 4px !important;
  border-bottom: 1px solid rgba(255,255,255,.12) !important;
}

.before-after-upgrade .ba-icon {
  width: 46px !important;
  height: 46px !important;
  font-size: 1.45rem !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.18) !important;
}

.before-after-upgrade .before .ba-icon {
  background: rgba(239,68,68,.13) !important;
  color: #ff6b6b !important;
  border: 1px solid rgba(239,68,68,.45) !important;
}

.before-after-upgrade .after .ba-icon {
  background: rgba(16,185,129,.14) !important;
  color: #55f2a8 !important;
  border: 1px solid rgba(16,185,129,.45) !important;
}

.before-after-upgrade .ba-label {
  font-size: .68rem !important;
  margin-bottom: 6px !important;
}

.before-after-upgrade .before .ba-label { color: #ff8585 !important; }
.before-after-upgrade .after .ba-label { color: #55f2a8 !important; }

.before-after-upgrade .ba-card h3 {
  color: #fff !important;
  font-size: clamp(1.55rem, 2.25vw, 2.05rem) !important;
  line-height: 1.12 !important;
}

.before-after-upgrade .ba-list li {
  grid-template-columns: 38px minmax(0, 1fr) !important;
  gap: 12px !important;
  padding: 11px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
}

.before-after-upgrade .ba-list li::before {
  width: 30px !important;
  height: 30px !important;
  font-size: .9rem !important;
  margin-top: 1px !important;
}

.before-after-upgrade .before .ba-list li::before {
  background: rgba(239,68,68,.12) !important;
  color: #ff6b6b !important;
  border: 1px solid rgba(239,68,68,.36) !important;
}

.before-after-upgrade .after .ba-list li::before {
  background: rgba(16,185,129,.13) !important;
  color: #55f2a8 !important;
  border: 1px solid rgba(16,185,129,.36) !important;
}

.before-after-upgrade .ba-list strong {
  color: #fff !important;
  font-size: .94rem !important;
  line-height: 1.25 !important;
  margin-bottom: 2px !important;
}

.before-after-upgrade .ba-list span {
  color: rgba(229,238,248,.78) !important;
  font-size: .91rem !important;
  line-height: 1.35 !important;
}

.before-after-upgrade .ba-arrow {
  width: 54px !important;
  height: 54px !important;
  font-size: 1.9rem !important;
  align-self: center !important;
  background: #082337 !important;
  color: #fff !important;
  border: 2px solid rgba(77,165,255,.62) !important;
}

.before-after-upgrade .ba-cta {
  margin-top: 22px !important;
  padding: 18px 24px !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.055) !important;
  border: 1px solid rgba(77, 165, 255, .36) !important;
}

.before-after-upgrade .ba-cta strong {
  color: #fff !important;
  font-size: 1.15rem !important;
}

.before-after-upgrade .ba-cta span {
  color: rgba(255,255,255,.75) !important;
  font-size: .95rem !important;
}

@media (max-width: 980px) {
  .before-after-upgrade .ba-grid {
    grid-template-columns: 1fr !important;
  }
  .before-after-upgrade .ba-arrow {
    transform: rotate(90deg) !important;
    margin: -6px auto !important;
  }
}

@media (max-width: 640px) {
  .before-after-upgrade {
    padding: 46px 0 !important;
  }
  .before-after-upgrade .ba-card {
    padding: 22px 18px !important;
  }
  .before-after-upgrade .ba-card-head {
    grid-template-columns: 44px 1fr !important;
  }
  .before-after-upgrade .ba-list li {
    grid-template-columns: 34px minmax(0, 1fr) !important;
  }
  .before-after-upgrade .ba-cta {
    padding: 18px !important;
  }
}


/* v4.0.5 Context Headers for Trust/Authority Blocks */
.section-intro-v405 {
  max-width: 880px;
  margin: 0 auto 28px;
  text-align: center;
}
.section-intro-v405.compact {
  margin-bottom: 18px;
}
.section-intro-v405 h2 {
  color: #fff;
  font-size: clamp(1.65rem, 2.4vw, 2.45rem);
  line-height: 1.12;
  margin: 0 0 12px;
}
.section-intro-v405 .lead {
  color: var(--muted);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.v112-trust-strip-section {
  padding: 44px 0 34px;
}
.security-engine-strip-v331,
.authority-band-v32 {
  padding-top: 66px;
  padding-bottom: 66px;
}
@media (max-width: 800px) {
  .section-intro-v405 { text-align: left; }
  .section-intro-v405 .lead { margin-left: 0; margin-right: 0; }
  .v112-trust-strip-section,
  .security-engine-strip-v331,
  .authority-band-v32 { padding-top: 42px; padding-bottom: 42px; }
}


/* v4.1 Lead Engine Conversion Layer */
body {
  padding-bottom: 72px;
}

.v41-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(5, 18, 30, .96);
  border-top: 1px solid rgba(77, 165, 255, .28);
  box-shadow: 0 -14px 36px rgba(0,0,0,.28);
  backdrop-filter: blur(14px);
}
.v41-sticky-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #fff;
}
.v41-sticky-inner span {
  color: rgba(229,238,248,.78);
}
.v41-sticky-primary,
.v41-sticky-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 800;
  font-size: .88rem;
  text-decoration: none;
  white-space: nowrap;
}
.v41-sticky-primary {
  background: linear-gradient(135deg, #0b7cff, #1f9bff);
  color: #fff;
  box-shadow: 0 12px 28px rgba(11,124,255,.25);
}
.v41-sticky-secondary {
  color: #e5eef8;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.06);
}

.v41-authority-strip {
  background: #071a2b;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(77,165,255,.2);
  padding: 18px 0;
}
.v41-authority-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  flex-wrap: wrap;
}
.v41-authority-inner strong {
  color: #fff;
  font-size: 1.02rem;
}
.v41-authority-inner span {
  color: rgba(229,238,248,.76);
}

.v41-mid-cta {
  padding: 42px 0;
  background: linear-gradient(180deg, #071a2b, #0b2a40);
}
.v41-mid-cta-band,
.v41-risk-grid,
.v41-booking-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr);
  gap: 28px;
  align-items: center;
}
.v41-mid-cta-band,
.v41-risk-grid {
  padding: 28px;
  border-radius: 22px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(77,165,255,.28);
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}
.v41-mid-cta-band h2,
.v41-risk-grid h2,
.v41-booking-grid h2 {
  color: #fff;
  margin-bottom: 12px;
}
.v41-mid-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.v41-risk-reversal-section {
  padding: 50px 0;
}
.v41-risk-grid .btn {
  margin-top: 12px;
}
.v41-booking-section {
  padding: 64px 0;
  background: linear-gradient(180deg, #071a2b, #0b2a40);
}
.v41-booking-card {
  background: #0b1f31 !important;
  border: 1px solid rgba(77,165,255,.24) !important;
  box-shadow: 0 22px 60px rgba(0,0,0,.24);
}
.v41-booking-card h3 {
  color: #fff;
  margin-bottom: 10px;
}
.v41-booking-note {
  margin: 14px 0 0;
  color: rgba(229,238,248,.66);
  font-size: .92rem;
}

@media (max-width: 920px) {
  body { padding-bottom: 124px; }
  .v41-sticky-inner {
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 14px;
  }
  .v41-sticky-inner span { display: none; }
  .v41-mid-cta-band,
  .v41-risk-grid,
  .v41-booking-grid {
    grid-template-columns: 1fr;
  }
  .v41-mid-cta-actions { justify-content: flex-start; }
}
@media (max-width: 560px) {
  body { padding-bottom: 134px; }
  .v41-sticky-inner strong {
    width: 100%;
    text-align: center;
    font-size: .9rem;
  }
  .v41-sticky-primary,
  .v41-sticky-secondary {
    flex: 1;
    min-width: 0;
    padding: 0 10px;
    font-size: .82rem;
  }
  .v41-mid-cta-band,
  .v41-risk-grid {
    padding: 22px;
  }
}


/* v4.1.1 Human Image Layout Sections */
.v411-image-split-section {
  padding: 64px 0;
  background: linear-gradient(180deg, #071a2b, #0b2a40);
  border-top: 1px solid rgba(77,165,255,.14);
  border-bottom: 1px solid rgba(77,165,255,.12);
}
.v411-team-section {
  padding-top: 56px;
}
.v411-handshake-section {
  background: radial-gradient(circle at 85% 20%, rgba(40,215,255,.12), transparent 32%), linear-gradient(180deg, #071a2b, #0a2135);
}
.v411-split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 42px;
  align-items: center;
}
.v411-split-grid.reverse {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}
.v411-split-image {
  position: relative;
}
.v411-split-image::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(40,215,255,.28), rgba(85,242,168,.12));
  opacity: .75;
  filter: blur(18px);
  z-index: 0;
}
.v411-split-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 28px 80px rgba(0,0,0,.44);
}
.v411-split-content {
  max-width: 560px;
}
.v411-split-content h2 {
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.08;
  margin: 0 0 16px;
}
.v411-split-content .lead {
  color: rgba(229,238,248,.82);
  margin-bottom: 22px;
}
.v411-split-content .check-list {
  margin-top: 18px;
}
.v411-split-content .check-list li {
  color: rgba(229,238,248,.84);
}
.v411-image-actions {
  margin-top: 24px;
}
@media (max-width: 920px) {
  .v411-split-grid,
  .v411-split-grid.reverse {
    grid-template-columns: 1fr;
  }
  .v411-handshake-section .v411-split-image {
    order: -1;
  }
  .v411-split-content {
    max-width: none;
  }
}
@media (max-width: 560px) {
  .v411-image-split-section {
    padding: 42px 0;
  }
  .v411-split-grid {
    gap: 28px;
  }
  .v411-split-image img {
    border-radius: 18px;
  }
}

/* v5.0 About Authority Layout */
.about-authority-hero {
  padding: 86px 0 56px;
  background:
    radial-gradient(circle at top left, rgba(85,242,168,.13), transparent 33%),
    radial-gradient(circle at top right, rgba(40,215,255,.16), transparent 38%);
}
.about-authority-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 34px;
  align-items: stretch;
}
.about-authority-copy {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 8px);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035));
  box-shadow: var(--shadow);
}
.about-authority-copy h1 {
  font-size: clamp(2.4rem, 5vw, 4.85rem);
}
.about-authority-copy p:not(.eyebrow):not(.lead) {
  color: var(--muted);
  max-width: 760px;
}
.about-identity-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}
.about-identity-strip span {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 16px;
  border: 1px solid rgba(85,242,168,.24);
  border-radius: 18px;
  background: rgba(85,242,168,.075);
  color: #eafff4;
  font-weight: 850;
}
.about-stat-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.about-stat-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: 28px 20px;
  text-align: center;
  border: 1px solid rgba(40,215,255,.20);
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(16,36,61,.96), rgba(7,17,31,.96));
  box-shadow: var(--shadow);
}
.about-stat-card:after {
  content: "";
  position: absolute;
  inset: auto -30% -45% -30%;
  height: 120px;
  background: radial-gradient(circle, rgba(40,215,255,.22), transparent 64%);
}
.about-stat-icon {
  color: var(--warning);
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 18px;
}
.about-stat-card strong {
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  font-size: clamp(2.5rem, 5vw, 4.3rem);
  line-height: .95;
  letter-spacing: 0;
}
.about-stat-card span:not(.about-stat-icon) {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}
.about-stat-card p {
  color: var(--muted);
  width: 100%;
  max-width: 190px;
  margin: 14px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.about-quote-section {
  padding-top: 26px;
}
.about-quote-card {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 5vw, 62px) clamp(30px, 5vw, 66px);
  border-radius: calc(var(--radius) + 10px);
  border: 1px solid rgba(40,215,255,.28);
  background:
    linear-gradient(90deg, rgba(5,18,35,.86) 0%, rgba(6,21,42,.82) 52%, rgba(5,18,35,.58) 100%),
    radial-gradient(circle at 88% 58%, rgba(40,215,255,.26), transparent 38%),
    linear-gradient(135deg, rgba(13,38,69,.98), rgba(4,13,27,.98));
  box-shadow: 0 24px 70px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08);
  isolation: isolate;
}
.about-quote-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,.10), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.07), transparent 48%);
  opacity: .55;
  pointer-events: none;
  z-index: 0;
}
.about-quote-card::after {
  content: "";
  position: absolute;
  right: -3%;
  bottom: -10%;
  width: min(760px, 66%);
  height: 118%;
  background: url('assets/images/quote-wave.svg') no-repeat right bottom;
  background-size: contain;
  opacity: .72;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}
.about-quote-card blockquote,
.about-quote-card .quote-mark,
.about-quote-card .quote-author {
  position: relative;
  z-index: 2;
}
.about-quote-card blockquote {
  margin: 0;
  max-width: 980px;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0,0,0,.32);
  font-size: clamp(1.25rem, 2.15vw, 1.85rem);
  line-height: 1.55;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -.015em;
}
.quote-mark {
  color: var(--warning);
  font-size: 5.6rem;
  line-height: .58;
  font-weight: 900;
  margin-bottom: 18px;
  text-shadow: 0 10px 24px rgba(255,181,62,.22);
}
.quote-author {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--warning);
  font-weight: 900;
  font-style: italic;
  text-shadow: 0 2px 14px rgba(0,0,0,.26);
}
.section-heading-center {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 34px;
}
.section-heading-center .lead {
  margin-left: auto;
  margin-right: auto;
}
.about-callout-grid .about-callout-card {
  text-align: center;
  min-height: 230px;
}
.about-card-icon {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 18px;
  background: rgba(40,215,255,.10);
  color: var(--warning);
  border: 1px solid rgba(255,191,71,.26);
  font-size: 1.5rem;
  font-weight: 900;
}
.about-pillar-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  counter-reset: pillar;
}
.about-pillar {
  position: relative;
  padding: 30px 18px 24px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035));
  text-align: center;
}
.about-pillar:not(:last-child):after {
  content: "→";
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--warning);
  font-size: 1.55rem;
  font-weight: 900;
  z-index: 2;
}
.about-pillar span {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--warning);
  color: #07111f;
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(0,0,0,.26);
}
.about-pillar h3 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.about-pillar p {
  color: var(--muted);
  font-size: .92rem;
  margin-bottom: 0;
}
.about-experience-grid {
  align-items: center;
}
.about-trust-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.about-trust-badges div {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.055);
}
.about-trust-badges strong {
  color: #fff;
  font-size: 1.05rem;
}
.about-trust-badges p {
  color: var(--muted);
  margin: 8px 0 0;
}
.about-tech-section {
  padding-top: 0;
}
.about-tech-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  padding: 36px;
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
}
.about-tech-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.about-tech-list span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  text-align: center;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(40,215,255,.10);
  border: 1px solid rgba(40,215,255,.20);
  color: #e8f9ff;
  font-weight: 850;
}
.about-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.about-final-cta p {
  color: var(--muted);
  margin-bottom: 0;
}
.about-final-cta .hero-actions {
  margin-top: 0;
  flex-shrink: 0;
}
@media (max-width: 1100px) {
  .about-authority-grid,
  .about-tech-card,
  .about-final-cta { grid-template-columns: 1fr; display: grid; }
  .about-stat-panel { grid-template-columns: 1fr; }
  .about-stat-card { min-height: 210px; }
  .about-pillar-flow { grid-template-columns: 1fr; gap: 24px; }
  .about-pillar:not(:last-child):after {
    content: "↓";
    right: auto;
    left: 50%;
    top: auto;
    bottom: -27px;
    transform: translateX(-50%);
  }
}
@media (max-width: 900px) {
  .about-identity-strip,
  .about-trust-badges,
  .about-tech-list { grid-template-columns: 1fr; }
  .about-quote-card { padding: 34px 26px; }
  .about-quote-card::after { width: 92%; opacity: .36; right: -18%; }
  .about-quote-card blockquote { font-size: 1.15rem; }
}

/* v5.0.2 About stat card centering polish */
.about-stat-panel {
  align-items: stretch;
}
.about-stat-card {
  display: grid !important;
  grid-template-rows: auto auto auto auto;
  justify-items: center !important;
  align-content: center !important;
  text-align: center !important;
  gap: 0;
}
.about-stat-card > * {
  justify-self: center !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.about-stat-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 0 auto 18px !important;
}
.about-stat-card strong {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
  font-variant-numeric: tabular-nums;
}
.about-stat-card:first-child strong {
  transform: translateX(3px);
}
.about-stat-card span:not(.about-stat-icon) {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 10px auto 0 !important;
  text-align: center !important;
}
.about-stat-card p {
  width: 100% !important;
  max-width: 180px !important;
  margin: 16px auto 0 !important;
  text-align: center !important;
}


/* v6.0.1 Landing Hero Image Upgrade - executive strategy + dashboard visibility */
.hero-authority {
  position: relative;
  overflow: hidden;
  padding: 96px 0 78px;
  background:
    radial-gradient(circle at 74% 22%, rgba(40,215,255,.20), transparent 30%),
    radial-gradient(circle at 88% 76%, rgba(85,242,168,.10), transparent 30%);
}
.hero-authority:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,17,31,.72), rgba(7,17,31,.26) 48%, rgba(7,17,31,.62));
  pointer-events: none;
}
.hero-authority .container { position: relative; z-index: 1; }
.hero-strategy-media {
  position: relative;
  min-height: 500px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 28px 90px rgba(0,0,0,.42);
  background: rgba(255,255,255,.04);
  isolation: isolate;
}
.hero-strategy-media img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.06) contrast(1.04);
  transform: scale(1.01);
}
.hero-image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7,17,31,.05), rgba(7,17,31,.72)),
    linear-gradient(90deg, rgba(7,17,31,.62), rgba(7,17,31,.08) 50%, rgba(7,17,31,.42));
  z-index: 1;
}
.hero-strategy-media:after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  border: 1px solid rgba(40,215,255,.18);
  z-index: 2;
  pointer-events: none;
}
.hero-dashboard-float {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(8,18,32,.78);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 50px rgba(0,0,0,.38);
}
.hero-dashboard-primary {
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px;
  border-radius: 22px;
}
.hero-dashboard-secondary {
  top: 24px;
  right: 24px;
  max-width: 250px;
  padding: 16px 18px;
  border-radius: 18px;
}
.hero-dashboard-secondary strong {
  display: block;
  color: var(--text);
  line-height: 1.15;
  margin-bottom: 4px;
}
.hero-dashboard-secondary span {
  display: block;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.35;
}
.compact-dashboard .metric-row {
  grid-template-columns: 1fr 86px 66px;
}
.hero-strategy-media .dashboard-topbar {
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-strategy-media, .hero-strategy-media img { min-height: 430px; }
}
@media (max-width: 640px) {
  .hero-authority { padding: 66px 0 50px; }
  .hero-strategy-media, .hero-strategy-media img { min-height: 390px; }
  .hero-dashboard-secondary { display: none; }
  .hero-dashboard-primary { left: 14px; right: 14px; bottom: 14px; padding: 14px; }
  .compact-dashboard .metric-row { grid-template-columns: 1fr 74px 58px; font-size: .74rem; }
}

/* v6.0.2 Landing Hero Layout Fix - balanced text/image composition */
@media (min-width: 1025px) {
  .hero-authority {
    padding: 82px 0 66px;
  }
  .hero-authority .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .82fr);
    gap: 56px;
    align-items: center;
  }
  .hero-authority .hero-copy {
    max-width: 690px;
  }
  .hero-authority h1 {
    font-size: clamp(3.75rem, 4.65vw, 4.95rem);
    line-height: .98;
    letter-spacing: -.055em;
    max-width: 700px;
    text-wrap: balance;
  }
  .hero-authority p.lead {
    max-width: 650px;
    font-size: 1.12rem;
    line-height: 1.55;
  }
  .hero-strategy-media {
    max-width: 520px;
    min-height: 438px;
    justify-self: end;
  }
  .hero-strategy-media img {
    min-height: 438px;
  }
  .hero-dashboard-primary {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 16px;
  }
  .hero-dashboard-secondary {
    top: 20px;
    right: 20px;
    max-width: 230px;
    padding: 14px 16px;
  }
  .compact-dashboard .metric-row {
    grid-template-columns: 1fr 82px 62px;
    font-size: .78rem;
  }
  .hero-proof-row {
    max-width: 650px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .hero-authority .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .74fr);
    gap: 38px;
  }
  .hero-authority h1 {
    font-size: clamp(3.25rem, 4.25vw, 4.15rem);
  }
  .hero-strategy-media {
    max-width: 470px;
    min-height: 410px;
  }
  .hero-strategy-media img {
    min-height: 410px;
  }
}


/* v6.0.3 HARD HERO FIX - prevents oversized headline/card overflow */
.hero-authority {
  padding: 64px 0 54px !important;
  overflow: hidden !important;
}
.hero-authority .hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 460px) !important;
  gap: 40px !important;
  align-items: center !important;
  max-width: 1180px !important;
}
.hero-authority .hero-copy {
  min-width: 0 !important;
  max-width: 660px !important;
}
.hero-authority .eyebrow {
  font-size: .72rem !important;
  line-height: 1.35 !important;
  letter-spacing: .13em !important;
}
.hero-authority h1 {
  font-size: clamp(2.95rem, 4.05vw, 4.25rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -.055em !important;
  max-width: 660px !important;
  margin: 14px 0 18px !important;
  text-wrap: balance !important;
}
.hero-authority p.lead {
  max-width: 640px !important;
  font-size: 1.08rem !important;
  line-height: 1.55 !important;
}
.hero-strategy-media {
  width: 100% !important;
  max-width: 460px !important;
  min-height: 386px !important;
  justify-self: end !important;
  border-radius: 28px !important;
}
.hero-strategy-media img {
  min-height: 386px !important;
  height: 386px !important;
}
.hero-dashboard-primary {
  left: 16px !important;
  right: 16px !important;
  bottom: 16px !important;
  padding: 14px !important;
}
.hero-dashboard-secondary {
  top: 18px !important;
  right: 18px !important;
  max-width: 220px !important;
  padding: 13px 15px !important;
}
.compact-dashboard .metric-row {
  grid-template-columns: minmax(0, 1fr) 78px 58px !important;
  gap: 8px !important;
  font-size: .75rem !important;
}
.hero-proof-row {
  max-width: 640px !important;
  overflow: hidden !important;
}
@media (max-width: 1180px) {
  .hero-authority .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }
  .hero-authority .hero-copy {
    max-width: 760px !important;
  }
  .hero-authority h1 {
    max-width: 760px !important;
    font-size: clamp(2.75rem, 6.2vw, 4.1rem) !important;
  }
  .hero-strategy-media {
    justify-self: start !important;
    max-width: 720px !important;
    min-height: 360px !important;
  }
  .hero-strategy-media img {
    min-height: 360px !important;
    height: 360px !important;
  }
}
@media (max-width: 640px) {
  .hero-authority {
    padding: 52px 0 42px !important;
  }
  .hero-authority h1 {
    font-size: clamp(2.35rem, 12vw, 3.05rem) !important;
  }
  .hero-authority p.lead {
    font-size: 1rem !important;
  }
  .hero-strategy-media,
  .hero-strategy-media img {
    min-height: 330px !important;
    height: 330px !important;
  }
}


/* v6.0.4 FINAL HERO FIX - image is a controlled background, not a layout-breaking side card */
.hero-authority-v604 {
  position: relative !important;
  overflow: hidden !important;
  padding: 82px 0 70px !important;
  min-height: auto !important;
  background: linear-gradient(135deg, #071827 0%, #0b2035 54%, #0c314e 100%) !important;
}
.hero-authority-v604:before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(90deg, rgba(7,17,31,.96) 0%, rgba(7,17,31,.86) 42%, rgba(7,17,31,.52) 68%, rgba(7,17,31,.76) 100%),
    radial-gradient(circle at 78% 30%, rgba(40,215,255,.22), transparent 30%) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}
.hero-background-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  opacity: .72 !important;
}
.hero-background-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 72% center !important;
  display: block !important;
  filter: saturate(1.04) contrast(1.05) !important;
}
.hero-v604-grid {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px) !important;
  gap: 48px !important;
  align-items: center !important;
  max-width: 1180px !important;
}
.hero-v604-copy {
  max-width: 780px !important;
  min-width: 0 !important;
}
.hero-authority-v604 h1 {
  font-size: clamp(3.15rem, 5.1vw, 5.05rem) !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
  max-width: 780px !important;
  margin: 14px 0 20px !important;
  text-wrap: balance !important;
}
.hero-authority-v604 p.lead {
  max-width: 690px !important;
  font-size: 1.14rem !important;
  line-height: 1.58 !important;
}
.hero-dashboard-glass {
  width: 100% !important;
  max-width: 420px !important;
  justify-self: end !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  background: rgba(8,18,32,.74) !important;
  backdrop-filter: blur(14px) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.38) !important;
  border-radius: 24px !important;
  padding: 18px !important;
}
.hero-dashboard-glass .dashboard-topbar { margin-bottom: 12px !important; }
.hero-dashboard-glass .metric-row { grid-template-columns: minmax(0,1fr) 82px 62px !important; }
.hero-authority-v604 .hero-strategy-media { display: none !important; }
@media (max-width: 1080px) {
  .hero-v604-grid { grid-template-columns: 1fr !important; gap: 28px !important; }
  .hero-dashboard-glass { justify-self: start !important; max-width: 560px !important; }
  .hero-authority-v604 h1 { font-size: clamp(2.8rem, 8vw, 4.25rem) !important; }
}
@media (max-width: 640px) {
  .hero-authority-v604 { padding: 58px 0 46px !important; }
  .hero-authority-v604 h1 { font-size: clamp(2.35rem, 12vw, 3.05rem) !important; }
  .hero-authority-v604 p.lead { font-size: 1rem !important; }
  .hero-dashboard-glass { display: none !important; }
}


/* v6.0.5 Polished Hero - stronger focus, darker premium background, balanced foreground */
.hero-authority-v605 {
  padding: 88px 0 74px !important;
  background: linear-gradient(135deg, #061522 0%, #081c2f 54%, #0a2b44 100%) !important;
  isolation: isolate !important;
}
.hero-authority-v605:before {
  background:
    linear-gradient(90deg, rgba(4,12,22,.96) 0%, rgba(4,12,22,.90) 40%, rgba(4,12,22,.72) 66%, rgba(4,12,22,.84) 100%),
    radial-gradient(circle at 72% 32%, rgba(40,215,255,.14), transparent 34%),
    radial-gradient(circle at 18% 42%, rgba(3,12,24,.82), transparent 42%) !important;
  z-index: 1 !important;
}
.hero-authority-v605 .hero-background-media {
  opacity: 1 !important;
  overflow: hidden !important;
}
.hero-authority-v605 .hero-background-media img {
  object-position: 70% center !important;
  filter: blur(2.5px) brightness(.54) saturate(.96) contrast(1.08) !important;
  transform: scale(1.035) !important;
  transform-origin: center !important;
}
.hero-authority-v605 .hero-v604-grid {
  max-width: 1160px !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 400px) !important;
  gap: 42px !important;
}
.hero-authority-v605 .hero-v604-copy {
  max-width: 715px !important;
}
.hero-authority-v605 .eyebrow {
  text-shadow: 0 2px 14px rgba(0,0,0,.42) !important;
}
.hero-authority-v605 h1 {
  max-width: 705px !important;
  font-size: clamp(3rem, 4.5vw, 4.55rem) !important;
  line-height: 1.01 !important;
  letter-spacing: -.055em !important;
  text-shadow: 0 3px 28px rgba(0,0,0,.52) !important;
}
.hero-authority-v605 p.lead {
  max-width: 650px !important;
  color: rgba(220,233,247,.92) !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.45) !important;
}
.hero-authority-v605 .btn {
  box-shadow: 0 18px 46px rgba(40,215,255,.28) !important;
}
.hero-authority-v605 .btn.secondary {
  background: rgba(255,255,255,.035) !important;
  border-color: rgba(255,255,255,.18) !important;
  box-shadow: none !important;
}
.hero-authority-v605 .hero-proof-row span {
  background: rgba(8,18,32,.54) !important;
  border-color: rgba(255,255,255,.18) !important;
  backdrop-filter: blur(10px) !important;
}
.hero-authority-v605 .hero-dashboard-glass {
  max-width: 400px !important;
  background: rgba(7,16,29,.84) !important;
  border-color: rgba(255,255,255,.22) !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.48), 0 0 0 1px rgba(40,215,255,.06) inset !important;
}
.hero-authority-v605 .dashboard-live {
  color: var(--accent-2) !important;
}
@media (max-width: 1080px) {
  .hero-authority-v605 { padding: 72px 0 60px !important; }
  .hero-authority-v605 .hero-v604-grid { grid-template-columns: 1fr !important; }
  .hero-authority-v605 .hero-v604-copy { max-width: 760px !important; }
  .hero-authority-v605 h1 { max-width: 760px !important; font-size: clamp(2.75rem, 7.2vw, 4.15rem) !important; }
  .hero-authority-v605 .hero-background-media img { object-position: 66% center !important; }
}
@media (max-width: 640px) {
  .hero-authority-v605 { padding: 58px 0 46px !important; }
  .hero-authority-v605:before {
    background: linear-gradient(90deg, rgba(4,12,22,.97), rgba(4,12,22,.90)) !important;
  }
  .hero-authority-v605 h1 { font-size: clamp(2.35rem, 11vw, 3.05rem) !important; }
  .hero-authority-v605 .hero-background-media img { object-position: center !important; filter: blur(2px) brightness(.48) saturate(.92) !important; }
}

/* v7.0 Footer SEO Architecture Polish */
.site-footer-v70 { padding: 56px 0 44px; }
.footer-grid-v70 { grid-template-columns: 1.35fr .75fr .9fr .9fr .9fr; gap: 26px; align-items: start; }
.footer-grid-v70 strong { display: block; color: var(--text); margin-bottom: 12px; font-size: 0.92rem; letter-spacing: .04em; text-transform: uppercase; }
.footer-grid-v70 a { color: var(--muted); text-decoration: none; margin: 8px 0; line-height: 1.35; }
.footer-grid-v70 a:hover { color: var(--accent); }
.footer-brand-col p { max-width: 360px; }
@media (max-width: 980px) { .footer-grid-v70 { grid-template-columns: 1fr 1fr; } .footer-brand-col { grid-column: 1 / -1; } }
@media (max-width: 640px) { .footer-grid-v70 { grid-template-columns: 1fr; } }

/* v7.0.2 Footer link grouping fix: keep all footer link columns in one row on desktop */
.site-footer-v70 .footer-grid-v70 {
  display: grid;
  grid-template-columns: minmax(320px, 1.65fr) minmax(130px, .72fr) minmax(170px, .92fr) minmax(180px, .98fr) minmax(170px, .92fr) !important;
  gap: 34px !important;
  align-items: start;
}
@media (max-width: 1180px) {
  .site-footer-v70 .footer-grid-v70 {
    grid-template-columns: minmax(280px, 1.35fr) repeat(4, minmax(130px, 1fr)) !important;
    gap: 24px !important;
  }
}
@media (max-width: 980px) {
  .site-footer-v70 .footer-grid-v70 { grid-template-columns: 1fr 1fr !important; }
  .site-footer-v70 .footer-brand-col { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .site-footer-v70 .footer-grid-v70 { grid-template-columns: 1fr !important; }
}


/* v7.0.3 Executive IT View live refresh polish */
.hero-dashboard-glass .executive-refresh-note {
  margin-top: 10px;
  color: rgba(220,233,247,.62);
  font-size: .72rem;
  letter-spacing: .02em;
  text-align: right;
}
.hero-dashboard-glass .executive-it-view .pill {
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}
.hero-dashboard-glass .executive-it-view .pill.js-status,
.hero-dashboard-glass .executive-it-view .pill.js-risk {
  min-width: 0;
  white-space: nowrap;
}


/* v7.0.4 WPForms international phone field overlap fix */
.wpforms-container .wpforms-field-phone .iti,
.wpforms-container .wpforms-field-phone .iti--allow-dropdown {
  width: 100%;
}

.wpforms-container .wpforms-field-phone input[type="tel"],
.wpforms-container .wpforms-field-phone .iti input[type="tel"],
.wpforms-container .wpforms-field-phone .iti__tel-input {
  padding-left: 76px !important;
}

.wpforms-container .wpforms-field-phone .iti__selected-flag {
  padding-left: 14px;
  padding-right: 10px;
}

@media (max-width: 640px) {
  .wpforms-container .wpforms-field-phone input[type="tel"],
  .wpforms-container .wpforms-field-phone .iti input[type="tel"],
  .wpforms-container .wpforms-field-phone .iti__tel-input {
    padding-left: 74px !important;
  }
}

/* v7.0.5 - Active navigation highlighting */
.main-nav a { position: relative; transition: color .18s ease, opacity .18s ease; }
.main-nav a.active:not(.btn),
.main-nav .current-menu-item > a,
.main-nav .current_page_item > a,
.main-nav .current-menu-ancestor > a {
  color: var(--text);
}
.main-nav a.active:not(.btn)::after,
.main-nav .current-menu-item > a::after,
.main-nav .current_page_item > a::after,
.main-nav .current-menu-ancestor > a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(37, 99, 235, .25), rgba(56, 189, 248, .95), rgba(37, 99, 235, .25));
  box-shadow: 0 0 14px rgba(56, 189, 248, .35);
}
.main-nav .btn.active {
  box-shadow: 0 0 0 1px rgba(56, 189, 248, .55), 0 12px 32px rgba(56, 189, 248, .16);
}
@media (max-width: 760px) {
  .main-nav a.active:not(.btn)::after,
  .main-nav .current-menu-item > a::after,
  .main-nav .current_page_item > a::after,
  .main-nav .current-menu-ancestor > a::after {
    bottom: -4px;
  }
}

/* v7.0.8 Services page hero image full-display fix
   Prevents the services hero image from being vertically cropped so the wall logo and full scene remain visible. */
.services-hero-image {
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center top !important;
}

@media (max-width: 900px) {
  .services-hero-image {
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center top !important;
  }
}

/* v7.0.9 Services hero image scale refinement
   Show the full existing image without cropping, but keep it smaller and centered. */
.services-hero-image-section .container {
  text-align: center;
}
.services-hero-image-section .services-hero-image {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 420px !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .services-hero-image-section .services-hero-image {
    max-height: 320px !important;
  }
}

/* v7.1 About stats display polish: prevent number clipping and keep cards aligned */
.about-stat-panel {
  grid-template-columns: repeat(3, minmax(168px, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
}
.about-stat-card {
  min-width: 0 !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
}
.about-stat-card strong {
  box-sizing: border-box !important;
  width: auto !important;
  max-width: 100% !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  white-space: nowrap !important;
  overflow: visible !important;
  line-height: 1.02 !important;
  font-size: clamp(2.55rem, 4.1vw, 3.9rem) !important;
  letter-spacing: -0.015em !important;
}
.about-stat-card:first-child strong {
  transform: none !important;
  letter-spacing: -0.025em !important;
}
.about-stat-card span:not(.about-stat-icon) {
  min-height: 3.1em !important;
  line-height: 1.35 !important;
}
.about-stat-card p {
  max-width: 190px !important;
  line-height: 1.55 !important;
}
@media (max-width: 1120px) {
  .about-stat-card strong {
    font-size: clamp(2.35rem, 3.8vw, 3.45rem) !important;
  }
  .about-stat-card {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
@media (max-width: 900px) {
  .about-stat-panel {
    grid-template-columns: 1fr !important;
  }
  .about-stat-card span:not(.about-stat-icon) {
    min-height: 0 !important;
  }
}

/* v7.1.2/v7.1.3 Header logo enhancement
   Visually increases the Celerius logo without changing header height or layout. */
.site-header .site-logo {
  overflow: visible;
  transform-origin: left center;
}

.site-header .site-logo img {
  transform: scale(1.12);
  transform-origin: left center;
  transition: transform .22s ease, filter .22s ease, opacity .22s ease;
  will-change: transform, filter;
}

/* Subtle brand contrast boost once the visitor scrolls. */
.site-header.is-scrolled .site-logo img {
  transform: scale(1.14);
  filter: drop-shadow(0 0 10px rgba(38, 154, 255, .28)) contrast(1.08) brightness(1.04);
}

@media (max-width: 720px) {
  .site-header .site-logo img {
    transform: scale(1.06);
  }

  .site-header.is-scrolled .site-logo img {
    transform: scale(1.07);
  }
}


/* v7.1.4 Security Assessment form consistency
   Makes /security-assessment match the compressed dark WPForms styling used on the main assessment pages. */
.security-assessment-form-card {
  background: linear-gradient(180deg, rgba(15, 23, 42, .96), rgba(2, 6, 23, .96));
  border: 1px solid rgba(56, 189, 248, .18);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

.security-assessment-form-card .wpforms-container {
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

.security-assessment-form-card .wpforms-form,
.security-assessment-form-card .wpforms-form p,
.security-assessment-form-card .wpforms-form div,
.security-assessment-form-card .wpforms-form span,
.security-assessment-form-card .wpforms-form legend,
.security-assessment-form-card .wpforms-form label,
.security-assessment-form-card .wpforms-form .wpforms-field-label,
.security-assessment-form-card .wpforms-form .wpforms-field-sublabel,
.security-assessment-form-card .wpforms-form .wpforms-field-description,
.security-assessment-form-card .wpforms-form .wpforms-field-label-inline {
  color: var(--text) !important;
}

.security-assessment-form-card .wpforms-form .wpforms-field {
  padding: 7px 0 !important;
}

.security-assessment-form-card .wpforms-form .wpforms-field-label {
  font-size: 13px !important;
  line-height: 1.25 !important;
  margin-bottom: 4px !important;
}

.security-assessment-form-card .wpforms-form .wpforms-field-sublabel,
.security-assessment-form-card .wpforms-form .wpforms-field-description {
  font-size: 12px !important;
  line-height: 1.35 !important;
  color: var(--muted) !important;
}

.security-assessment-form-card .wpforms-form input,
.security-assessment-form-card .wpforms-form select,
.security-assessment-form-card .wpforms-form textarea {
  background: rgba(2, 6, 23, .74) !important;
  color: var(--text) !important;
  border: 1px solid rgba(148, 163, 184, .22) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

.security-assessment-form-card .wpforms-form input,
.security-assessment-form-card .wpforms-form select {
  min-height: 40px !important;
  height: 40px !important;
  padding: 8px 10px !important;
  font-size: 14px !important;
}

.security-assessment-form-card .wpforms-form textarea {
  min-height: 90px !important;
  padding: 8px 10px !important;
  font-size: 14px !important;
}

.security-assessment-form-card .wpforms-form input::placeholder,
.security-assessment-form-card .wpforms-form textarea::placeholder {
  color: rgba(226, 232, 240, .55) !important;
}

.security-assessment-form-card .wpforms-form .wpforms-required-label {
  color: var(--accent) !important;
}

.security-assessment-form-card .wpforms-form .wpforms-submit-container {
  padding-top: 12px !important;
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .security-assessment-form-card .wpforms-form .wpforms-field-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 18px !important;
    row-gap: 2px !important;
    align-items: start !important;
  }

  .security-assessment-form-card .wpforms-form .wpforms-field-textarea,
  .security-assessment-form-card .wpforms-form .wpforms-field-html,
  .security-assessment-form-card .wpforms-form .wpforms-field-divider,
  .security-assessment-form-card .wpforms-form .wpforms-field-pagebreak,
  .security-assessment-form-card .wpforms-form .wpforms-field-layout,
  .security-assessment-form-card .wpforms-form .wpforms-field-content,
  .security-assessment-form-card .wpforms-form .wpforms-submit-container {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 767px) {
  .security-assessment-form-card .wpforms-form .wpforms-field {
    padding: 9px 0 !important;
  }
}


/* v7.2 Blog Authority Upgrade */
.post-date { color: var(--muted); font-size: 0.92rem; margin: 0 0 12px; }
.single-date { margin-top: 14px; }
.single-date a, .blog-card .eyebrow a { color: inherit; text-decoration: none; }
.blog-content p, .blog-content li { color: rgba(226, 232, 240, 0.9); }
.blog-content h2, .blog-content h3 { color: #ffffff; }
.blog-content a { color: #67e8f9; }


/* v7.2.2 - Restore Celerius Difference V/S divider */
.before-after-upgrade .ba-arrow,
.before-after-upgrade .ba-vs-divider {
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  min-height: 64px !important;
  border-radius: 999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, rgba(8,35,55,.98), rgba(15,59,90,.98)) !important;
  color: #ffffff !important;
  border: 2px solid rgba(77,165,255,.72) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.28), 0 0 24px rgba(77,165,255,.18) !important;
  font-size: 1.18rem !important;
  line-height: 1 !important;
  letter-spacing: .04em !important;
  font-weight: 900 !important;
  align-self: center !important;
  text-transform: uppercase !important;
}

@media (max-width: 980px) {
  .before-after-upgrade .ba-arrow,
  .before-after-upgrade .ba-vs-divider {
    transform: none !important;
    margin: -6px auto !important;
  }
}


/* v7.2.3 — Correct visual VS divider with diagonal glow */
.before-after-upgrade .ba-vs-divider {
  position: relative !important;
  width: 88px !important;
  height: 160px !important;
  min-width: 88px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  overflow: visible !important;
  isolation: isolate !important;
}

.before-after-upgrade .ba-vs-divider span {
  position: relative !important;
  z-index: 2 !important;
  font-size: clamp(2.35rem, 3.8vw, 4.1rem) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 2px !important;
  color: #18a8ff !important;
  text-shadow: 0 0 10px rgba(24,168,255,.75), 0 0 24px rgba(24,168,255,.48), 0 0 42px rgba(24,168,255,.28) !important;
}

.before-after-upgrade .ba-vs-divider::before {
  content: "" !important;
  position: absolute !important;
  z-index: 1 !important;
  width: 3px !important;
  height: 150px !important;
  border-radius: 999px !important;
  background: linear-gradient(to bottom, rgba(24,168,255,0), rgba(24,168,255,1), rgba(66,211,255,.96), rgba(24,168,255,0)) !important;
  transform: rotate(28deg) !important;
  box-shadow: 0 0 12px rgba(24,168,255,.95), 0 0 28px rgba(24,168,255,.7), 0 0 56px rgba(24,168,255,.45) !important;
}

.before-after-upgrade .ba-vs-divider::after {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  width: 110px !important;
  height: 150px !important;
  border-radius: 999px !important;
  background: radial-gradient(circle, rgba(24,168,255,.18), rgba(24,168,255,0) 64%) !important;
  filter: blur(6px) !important;
}

@media (max-width: 980px) {
  .before-after-upgrade .ba-vs-divider {
    width: 96px !important;
    height: 92px !important;
    margin: 0 auto !important;
    transform: none !important;
  }
  .before-after-upgrade .ba-vs-divider::before {
    height: 110px !important;
    transform: rotate(62deg) !important;
  }
}

/* v7.2.4 - True center alignment for Celerius Difference VS divider */
@media (min-width: 981px) {
  .before-after-upgrade .ba-grid {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 90px !important;
    align-items: stretch !important;
  }

  .before-after-upgrade .ba-vs-divider {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 8 !important;
    pointer-events: none !important;
  }
}

@media (max-width: 980px) {
  .before-after-upgrade .ba-vs-divider {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    margin: 0 auto !important;
  }
}


/* v8.1 Partner ecosystem SEO and contextual link polish */
.about-partner-link {
  margin: 22px 0 0;
  color: rgba(255,255,255,.74);
  font-size: 0.98rem;
  line-height: 1.65;
}
.about-partner-link a {
  color: #67e8f9;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(103,232,249,.45);
}
.about-partner-link a:hover {
  color: #ffffff;
  border-bottom-color: rgba(255,255,255,.8);
}
.partner-seo-copy-section .strong-card {
  height: 100%;
}
.partner-seo-copy-section h3 {
  margin-bottom: 10px;
}
.partner-seo-copy-section p {
  color: rgba(255,255,255,.72);
}


/* v8.2 Partner ecosystem page logo additions */
.partner-ecosystem-page-grid .partner-grid-item img[src$='bitdefender.svg'],
.partner-ecosystem-page-grid .partner-grid-item img[src$='yealink.png'],
.partner-ecosystem-page-grid .partner-grid-item img[src$='fanvil.png'],
.partner-ecosystem-page-grid .partner-grid-item img[src$='snom.jpg']{max-height:42px;object-fit:contain;}

/* v9.0.2 fix: VoIP assessment page uses a single form card; do not hide it. */
.voip-assessment-single > div:first-child,
.voip-assessment-single .voip-assessment-card {
  display: block !important;
}
